@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }
.topop {
  font-size: 1.3em !important;
  line-height: 1.5em;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Ubuntu";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }

input, button, textarea {
  font-family: "Ubuntu"; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

i {
  font-style: normal; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1182px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 992px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767px) {
    .container {
      max-width: none;
      padding: 0 10px; } }

.popup {
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100; }
  .popup.active .popup-content {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .popup.show {
    display: block; }
    .popup.show .popup-content {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.popup-table {
  height: 100%;
  table-layout: fixed; }
  .popup-table > .cell {
    height: 100%;
    vertical-align: middle;
    padding: 30px 10px; }

.popup-content {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  max-width: 1230px;
  margin: 0px auto;
  background-color: #fff; }

.popup-close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: url("../img/icons/close.png") 0 0 no-repeat; }

.popup-video .popup-close {
  width: 40px;
  height: 40px;
  background-color: #000;
  top: 0;
  right: 0; }

.popup-video__value {
  max-width: 99%;
  height: 99%;
  border: none; }
  .popup-video__value iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }

.header-top {
  background-color: #071726;
  padding: 10px 0px; }
  @media (max-width: 992px) {
    .header-top {
      display: none; } }

.header-top-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-top-body-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-top-body-info__column {
  padding: 0px 15px; }

.header-top-body-info__address {
  color: #7b8897;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  padding: 0px 0px 0px 24px;
  position: relative; }
  .header-top-body-info__address:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 21px;
    top: 0;
    left: 0;
    background: url("../img/icons/location_ico.png") 0 0 no-repeat; }

.header-top-body-info__email {
  display: inline-block;
  padding: 0px 0px 0px 35px;
  position: relative;
  color: #7b8897;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .header-top-body-info__email:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff; }
  .header-top-body-info__email:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 17px;
    background: url("../img/icons/email_ico.png") 0 0 no-repeat; }

.header-top-about-list {
  margin: 0px -7px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  .header-top-about-list > li {
    margin: 0px 7px; }
  @media (max-width: 992px) {
    .header-top-about-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .header-top-about-list > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: none;
        text-align: center;
        margin: 0px 0px 20px 0px; } }

.header-top-about-list__link {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .header-top-about-list__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #7b8897; }
  @media (max-width: 992px) {
    .header-top-about-list__link {
      font-size: 18px;
      text-decoration: underline; } }

.header-bottom {
  background: url("../img/header/header_bottom_bg.png") center top no-repeat;
  background-size: cover; }

.header-bottom-body {
  padding: 15px 0px 20px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 992px) {
    .header-bottom-body {
      padding: 25px 0px; } }

.header-bottom__column:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%; }

@media (max-width: 992px) {
  .header-bottom__column:last-child {
    display: none; } }

.header-bottom__logo {
  display: inline-block;
  width: 128px;
  height: 70px;
  background: url("../img/icons/header_logo.png") 0 0 no-repeat; }
  @media (max-width: 767px) {
    .header-bottom__logo {
      width: 88px;
      height: 41px;
      background: url("../img/icons/header_logo_mob.png") 0 0 no-repeat; } }

@media (max-width: 992px) {
  .header-bottom-time {
    display: none; } }

.header-bottom-time__title {
  color: #7b8897;
  font-size: 14px;
  line-height: 20px;
  margin: 0px 0px 10px 0px; }

.header-bottom-time-block {
  padding: 0px 0px 0px 35px;
  position: relative; }
  .header-bottom-time-block:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 3px;
    left: 0;
    background: url("../img/icons/time_ico.svg") 0 0 no-repeat; }

.header-bottom-time-block__text {
  font-size: 13px;
  line-height: 20px;
  color: #7b8897; }
  .header-bottom-time-block__text span {
    color: #fff; }

@media (max-width: 992px) {
  .header-bottom-callback {
    text-align: center;
    margin: 0px 0px 30px 0px; } }

.header-bottom-callback__link {
  display: inline-block;
  border-radius: 5px;
  background-color: #dd2c3a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .header-bottom-callback__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #be2b3a; }

.header-bottom-phone-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 992px) {
    .header-bottom-phone-block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0px 0px 20px 0px; } }

.header-bottom-phone-block__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%; }
  @media (max-width: 992px) {
    .header-bottom-phone-block__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none;
      margin: 0px 0px 15px 0px; }
      .header-bottom-phone-block__column:last-child {
        margin: 0px 0px 0px 0px; } }

.header-bottom-phone {
  text-align: right; }
  @media (max-width: 992px) {
    .header-bottom-phone {
      text-align: center; } }

.header-bottom-phone__title {
  font-weight: 300;
  color: #7b8897;
  font-size: 16px;
  margin: 0px 0px 5px 0px; }
  @media (max-width: 992px) {
    .header-bottom-phone__title {
      color: #000; } }

.header-bottom-phone-number__link {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap; }

.header-bottom-menu {
  height: 33px;
  position: relative; }
  @media (max-width: 992px) {
    .header-bottom-menu {
      display: none; } }

.header-bottom-menu-list {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #dbb95c;
  border-radius: 5px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-bottom-menu-list > li {
    padding: 0px 15px;
    border-right: 1px dashed #000; }
    .header-bottom-menu-list > li:last-child {
      border-right: none; }
    @media (max-width: 1182px) {
      .header-bottom-menu-list > li {
        padding: 0px 10px;
        border-right: none; } }
  @media (max-width: 992px) {
    .header-bottom-menu-list {
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto;
      margin: 0px 0px 20px 0px; }
      .header-bottom-menu-list > li {
        margin: 0px 0px 15px 0px; } }

.header-bottom-menu-list__link {
  display: inline-block;
  padding: 0px 10px;
  color: #4b422c;
  font-size: 16px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .header-bottom-menu-list__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff; }
  .header-bottom-menu-list__link.active {
    color: #fff; }
  @media (max-width: 1182px) {
    .header-bottom-menu-list__link {
      padding: 0px 0px;
      font-size: 15px; } }
  @media (max-width: 992px) {
    .header-bottom-menu-list__link {
      font-size: 22px;
      text-decoration: underline; } }

.header-menu-btn {
  display: none; }
  @media (max-width: 992px) {
    .header-menu-btn {
      display: inline-block;
      height: 40px;
      border: 2px solid #fff;
      color: #ffffff;
      font-size: 19px;
      line-height: 36px;
      text-transform: uppercase;
      padding: 0px 15px;
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .header-menu-btn:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        color: #d6b34a;
        border: 2px solid #d6b34a; } }

.header-menu {
  display: none; }
  @media (max-width: 992px) {
    .header-menu {
      overflow-x: auto;
      padding: 30px 10px 0px;
      display: block;
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      left: -200%;
      width: 100%;
      height: 100%;
      background-color: #dbb95c;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .header-menu.active {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        left: 0; } }

.header-menu__close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .header-menu__close:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }

/*
	.header-menu__icon{
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width:30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span{@include anim(0.3s,0s);top: 8px;left: 0px;position: absolute;width: 100%;height: 2px;background-color: #000;
			&:first-child{top: 0px;}
			&:last-child{top: auto;bottom: 0px;}
		}
		&.active{
			span{@include scale(0);
				&:first-child{@include rotate(-45deg);top: 8px;}
				&:last-child{@include rotate(45deg);bottom: 8px;}
			}
		}
	}
*/
.footer-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }

.footer-top__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  height: 400px; }
  @media (max-width: 767px) {
    .footer-top__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none;
      height: auto;
      text-align: center; }
      .footer-top__column:nth-child(1) {
        display: none; } }

.footer-top-map {
  height: 100%; }

#map {
  height: 100%; }

.footer-top-contacts {
  height: 100%;
  padding: 55px 10px 0px 50px;
  background: url("../img/footer/bg.jpg") center no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .footer-top-contacts {
      padding: 55px 10px 50px; } }

.footer-top-contacts__title {
  font-size: 27px;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
  margin: 0px 0px 30px 0px; }

.footer-top-contacts-body-list > li {
  margin: 0px 0px 5px 0px; }
  @media (max-width: 767px) {
    .footer-top-contacts-body-list > li {
      margin: 0px 0px 15px 0px; } }

.footer-top-contacts-body-list__text {
  color: #ffffff;
  font-size: 19px; }
  @media (max-width: 767px) {
    .footer-top-contacts-body-list__text {
      display: block;
      margin: 0px 0px 5px 0px; } }

.footer-top-contacts-body-list-phone__link {
  font-size: 25px;
  line-height: 29px;
  color: #fff;
  white-space: nowrap; }
  .footer-top-contacts-body-list-phone__link:hover {
    text-decoration: underline; }

.footer-top-contacts-body-list-email__link {
  font-size: 24px;
  line-height: 30px;
  color: #fff; }
  .footer-top-contacts-body-list-email__link:hover {
    text-decoration: underline; }

.footer-bottom {
  padding: 20px 0px;
  background-color: #071420; }

.footer-bottom-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -10px; }
  @media (max-width: 767px) {
    .footer-bottom-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 380px;
      margin: 0px auto; } }

.footer-bottom-body__column {
  padding: 0px 10px; }
  .footer-bottom-body__column:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    text-align: right; }
  @media (max-width: 1182px) {
    .footer-bottom-body__column:nth-child(3) {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }
  @media (max-width: 992px) {
    .footer-bottom-body__column:nth-child(3) {
      display: none; } }
  @media (max-width: 767px) {
    .footer-bottom-body__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none;
      padding: 0px 0px 0px 0px; }
      .footer-bottom-body__column:nth-child(1) {
        margin: 0px 0px 20px 0px; } }

.footer-bottom-body-logo-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -10px; }
  @media (max-width: 470px) {
    .footer-bottom-body-logo-block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.footer-bottom-body-logo-block__column {
  padding: 0px 10px; }
  @media (max-width: 470px) {
    .footer-bottom-body-logo-block__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none;
      text-align: center; } }

.footer-bottom-body-logo__img {
  display: inline-block;
  width: 85px; }
  .footer-bottom-body-logo__img img {
    max-width: 100%; }
  @media (max-width: 470px) {
    .footer-bottom-body-logo__img {
      margin: 0px 0px 10px 0px; } }

.footer-bottom-body-logo__copyright {
  color: #7b8897;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300; }

.footer-bottom-body-form {
  max-width: 240px; }
  @media (max-width: 767px) {
    .footer-bottom-body-form {
      max-width: none;
      width: 100%; } }

.footer-bottom-body-phone__link {
  display: inline-block;
  color: #c7a747;
  font-size: 24px;
  line-height: 38px;
  padding: 0px 0px 0px 50px;
  position: relative; }
  .footer-bottom-body-phone__link:before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    left: 0;
    background: url("../img/icons/footer_phone_ico.png") 0 0 no-repeat; }

.main-top {
  position: relative;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 767px) {
    .main-top {
      margin: 0px 0px 20px 0px; } }

.main-slide {
  height: 511px; }
  .main-slide .container {
    height: 100%; }

.main-slide__img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.main-slide-item {
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.main-slide-item__text {
  color: #ffffff;
  font-size: 43px;
  line-height: 57px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px 50px 0px; }
  @media (max-width: 470px) {
    .main-slide-item__text {
      font-size: 30px;
      line-height: 40px; } }

.main-top-nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 5; }

.main-slide-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.main-slide-bottom__link {
  display: inline-block;
  color: #9d9da1;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0px 25px 0px 0px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-slide-bottom__link:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 20px;
    top: 0;
    right: 0;
    background: url("../img/icons/list_ico.png") center no-repeat; }
  .main-slide-bottom__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff; }
  @media (max-width: 767px) {
    .main-slide-bottom__link {
      display: none; } }

.main-slider-navigator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }

.main-slider-navigator-info {
  font-size: 14px;
  color: #818188; }
  .main-slider-navigator-info span:nth-child(1) {
    color: #fff; }

.main-slider-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0px 10px; }

.main-slider-items-item {
  display: inline-block;
  position: relative;
  margin: 0px 4px;
  width: 14px;
  height: 14px;
  cursor: pointer; }
  .main-slider-items-item:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #3e404a;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -3px 0px 0px -3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .main-slider-items-item:hover:before {
    content: '';
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #d6b34a; }
  .main-slider-items-item.active:before {
    content: '';
    background-color: #d6b34a;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.main-slider-navigator-arrows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -10px; }

.main-slider-navigator__arrow {
  margin: 0px 5px;
  width: 15px;
  height: 15px;
  cursor: pointer; }

.main-slider_prev {
  background: url("../img/icons/sl_arr_prev.png") center no-repeat; }

.main-slider_next {
  background: url("../img/icons/sl_arr_next.png") center no-repeat; }

.main-production-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -16px; }

.main-production__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%;
  padding: 0px 16px;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 992px) {
    .main-production__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%; } }
  @media (max-width: 650px) {
    .main-production__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none;
      margin: 0px 0px 25px 0px; } }

.main-production-item {
  background-color: #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
  padding: 0px 0px 75px 0px;
  position: relative; }
  .main-production-item.main-production-item_bg {
    height: 275px; }

.main-production-item__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .main-production-item__bg:hover {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

.main-production-item-img {
  height: 200px;
  padding: 10px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.main-production-item-img__link {
  display: block;
  width: 100%;
  text-align: center; }
  .main-production-item-img__link img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .main-production-item-img__link:hover img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

.main-production-item-name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
  background-color: #fff;
  text-align: center;
  min-height: 56px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 10px; }

.main-pickup {
  padding: 45px 0px 0px 0px;
  margin: 0px 0px 75px 0px; }
  @media (max-width: 767px) {
    .main-pickup {
      margin: 0px 0px 60px 0px; } }

.main-pickup-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  padding: 105px 0px;
  background: url("../img/main/pickup_bg.png") 0 0 no-repeat;
  background-size: cover;
  border-radius: 10px; }
  @media (max-width: 992px) {
    .main-pickup-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 60px 0px; } }

.main-pickup__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0px 65px; }
  @media (max-width: 1182px) {
    .main-pickup__column {
      padding: 0px 30px; } }
  @media (max-width: 992px) {
    .main-pickup__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; }
      .main-pickup__column:nth-child(1) {
        margin: 0px 0px 30px 0px; } }
  @media (max-width: 767px) {
    .main-pickup__column {
      padding: 0px 10px; } }

.main-pickup-body__title {
  color: #ffffff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  margin: 0px 0px 20px 0px; }
  @media (max-width: 767px) {
    .main-pickup-body__title {
      text-align: center; } }
  @media (max-width: 470px) {
    .main-pickup-body__title {
      font-size: 26px;
      line-height: 30px; } }

.main-pickup-body__subtitle {
  color: #d9d9d9;
  font-size: 19px;
  line-height: 26px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .main-pickup-body__subtitle {
      text-align: center;
      max-width: 400px;
      margin: 0px auto; } }
  @media (max-width: 470px) {
    .main-pickup-body__subtitle {
      font-size: 16px;
      line-height: 22px; } }

@media (max-width: 767px) {
  .main-pickup-body-form {
    max-width: 300px;
    margin: 0px auto; } }

.main-pickup-body-form-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -8px; }

.main-pickup-body-form__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0px 8px;
  margin: 0px 0px 24px 0px; }
  @media (max-width: 767px) {
    .main-pickup-body-form__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.main-pickup-body-form-bottom__link {
  color: #d6b34a;
  text-decoration: underline;
  font-weight: 500; }

.main-offer {
  margin: 0px 0px 75px 0px; }
  @media (max-width: 992px) {
    .main-offer {
      margin: 0px 0px 50px 0px; } }

.main-offer-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -3px; }
  @media (max-width: 992px) {
    .main-offer-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 650px) {
    .main-offer-body {
      padding: 0px 30px; } }
  @media (max-width: 470px) {
    .main-offer-body {
      padding: 0px 0px; } }

.main-offer__column {
  padding: 0px 3px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 16.6666%;
  flex: 1 1 16.6666%;
  max-width: 16.6666%; }
  @media (max-width: 992px) {
    .main-offer__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%;
      max-width: 33.333%;
      margin: 0px 0px 10px 0px; } }
  @media (max-width: 650px) {
    .main-offer__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%; } }
  @media (max-width: 470px) {
    .main-offer__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.main-offer-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #dddddd;
  background-color: #ececec;
  min-height: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-offer-item:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #d6b34a;
    background-color: #d6b34a; }
    .main-offer-item:hover .main-offer-item__text {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      color: #fff; }

.main-offer-item__text {
  text-align: center;
  color: #242424;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.category-top {
  padding: 50px 0px 120px 0px;
  background: url("../img/category/top_bg.jpg") center 0 no-repeat;
  background-size: cover;
  position: relative; }
  @media (max-width: 767px) {
    .category-top {
      padding: 20px 0px 100px 0px; } }

.category-top-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1182px) {
    .category-top-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media (max-width: 1182px) {
  .category-top-body__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none; }
    .category-top-body__column:nth-child(1) {
      margin: 0px 0px 40px 0px; } }

@media (max-width: 767px) {
  .category-top-body__column:nth-child(1) {
    margin: 0px 0px 0px 0px; } }

.category-top-body-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .category-top-body-item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.category-top-body-item__column:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 345px;
  flex: 0 0 345px;
  max-width: 345px; }

.category-top-body-item__column:nth-child(2) {
  padding: 0px 0px 0px 40px; }

@media (max-width: 767px) {
  .category-top-body-item__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
    margin: 0px 0px 30px 0px; }
  .category-top-body-item__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
    padding: 0px 0px 0px 0px; } }

.category-top-body-item__img {
  border-radius: 6px;
  border: 9px solid #ebebeb;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0px; }
  .category-top-body-item__img img {
    max-width: 100%;
    max-height: 100%; }
  @media (max-width: 767px) {
    .category-top-body-item__img {
      border: 5px solid #ebebeb;
      width: 205px;
      height: 200px;
      margin: 0px auto; } }

.category-top-body-item__title {
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 767px) {
    .category-top-body-item__title {
      text-align: center;
      font-size: 39px;
      line-height: 45px; } }
  @media (max-width: 470px) {
    .category-top-body-item__title {
      font-size: 32px;
      line-height: 40px; } }

.category-top-body-item__price {
  color: #fff;
  font-size: 24px;
  font-weight: 300; }
  .category-top-body-item__price span {
    font-weight: 500;
    color: #d7b95f; }
  @media (max-width: 767px) {
    .category-top-body-item__price {
      text-align: center; } }

@media (max-width: 1182px) {
  .category-top-body-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (max-width: 767px) {
  .category-top-body-info {
    display: none; } }

.category-top-body-info-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px 0px 50px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1182px) {
    .category-top-body-info-block {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%;
      max-width: 33.333%;
      margin: 0px 0px 0px 0px; } }

.category-top-body-info-block__column:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53px;
  flex: 0 0 53px;
  max-width: 53px; }

.category-top-body-info-block__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: none;
  padding: 0px 0px 0px 20px; }

@media (max-width: 992px) {
  .category-top-body-info-block__column:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px; }
  .category-top-body-info-block__column:nth-child(2) {
    padding: 0px 0px 0px 15px; } }

.category-top-body-info__img img {
  max-width: 100%; }

.category-top-body-info__text {
  color: #d5d5d5;
  font-size: 18px;
  line-height: 28px; }

.category-top-bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%; }
  @media (max-width: 470px) {
    .category-top-bottom {
      bottom: 20px; } }

.category-top-bottom-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .category-top-bottom-list > li {
    padding: 0px 20px;
    position: relative; }
    .category-top-bottom-list > li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      height: 13px;
      width: 2px;
      background-color: #b6b6c0; }
    .category-top-bottom-list > li:first-child:before {
      content: '';
      width: 0;
      height: 0; }
  @media (max-width: 767px) {
    .category-top-bottom-list > li:last-child {
      display: none; } }
  @media (max-width: 470px) {
    .category-top-bottom-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .category-top-bottom-list > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        text-align: center;
        margin: 0px 0px 10px 0px; }
        .category-top-bottom-list > li:nth-child(odd):before {
          content: '';
          width: 0;
          height: 0; } }

.category-top-bottom-list__link {
  display: inline-block;
  color: #b6b6c0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19px;
  border-bottom: 1px dotted #b6b6c0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .category-top-bottom-list__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 1px dotted transparent; }

.category-purpose {
  padding: 75px 0px; }
  @media (max-width: 992px) {
    .category-purpose {
      padding: 70px 0px 60px 0px; } }

.category-purpose-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 75px 0px; }
  @media (max-width: 992px) {
    .category-purpose-top {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0px 0px 55px 0px; } }
  @media (max-width: 470px) {
    .category-purpose-top {
      margin: 0px 0px 30px 0px; } }

.category-purpose__column:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 57%;
  flex: 1 0 57%;
  max-width: 57%; }

.category-purpose__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: none; }

@media (max-width: 992px) {
  .category-purpose__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
    margin: 0px 0px 40px 0px; }
  .category-purpose__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none; } }

@media (max-width: 470px) {
  .category-purpose__column:nth-child(1) {
    margin: 0px 0px 20px 0px; } }

.category-purpose-top-info {
  border-radius: 6px;
  border: 9px solid #ebebeb;
  background-color: #ffffff;
  padding: 30px 30px; }
  @media (max-width: 992px) {
    .category-purpose-top-info {
      padding: 30px 15px; } }
  @media (max-width: 470px) {
    .category-purpose-top-info {
      border: 4px solid #ebebeb;
      padding: 20px 10px; } }

.category-purpose-top-info-list > li {
  padding: 0px 20px; }
  .category-purpose-top-info-list > li:nth-child(odd) {
    border-radius: 6px;
    background-color: #f4f4f4; }

@media (max-width: 992px) {
  .category-purpose-top-info-list > li {
    padding: 0px 15px; } }

.category-purpose-top-info-item {
  min-height: 50px;
  padding: 5px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px -5px; }
  @media (max-width: 470px) {
    .category-purpose-top-info-item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.category-purpose-top-info-item__column {
  padding: 0px 5px; }
  @media (max-width: 470px) {
    .category-purpose-top-info-item__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; }
      .category-purpose-top-info-item__column:nth-child(1) {
        margin: 0px 0px 10px 0px; } }

.category-purpose-top-info-item__text {
  color: #3c3c3c;
  font-size: 18px; }
  @media (max-width: 992px) {
    .category-purpose-top-info-item__text i {
      display: none; } }

.category-purpose-top-info-item__value {
  color: #242424;
  font-size: 18px;
  font-weight: 500;
  width: 160px; }
  @media (max-width: 992px) {
    .category-purpose-top-info-item__value {
      width: auto;
      text-align: right; }
      .category-purpose-top-info-item__value i {
        display: none; } }
  @media (max-width: 470px) {
    .category-purpose-top-info-item__value {
      text-align: left; } }

.category-purpose-top-info-text-block {
  padding: 0px 0px 0px 55px; }
  @media (max-width: 992px) {
    .category-purpose-top-info-text-block {
      padding: 0px 0px 0px 0px; } }

.category-purpose-top-info__title {
  color: #101010;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin: 0px 0px 40px 0px; }
  .category-purpose-top-info__title span {
    font-weight: 500; }
  @media (max-width: 992px) {
    .category-purpose-top-info__title {
      text-align: center;
      margin: 0px 0px 25px 0px; } }
  @media (max-width: 470px) {
    .category-purpose-top-info__title {
      font-size: 28px;
      line-height: 34px;
      margin: 0px 0px 20px 0px; } }

.category-purpose-top-info__text {
  color: #5f5f5f;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300; }

.category-purpose-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 992px) {
    .category-purpose-bottom {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.category-purpose-equipment-text-block {
  padding: 0px 55px 0px 0px; }
  @media (max-width: 992px) {
    .category-purpose-equipment-text-block {
      padding: 0px 0px 0px 0px; } }

.category-purpose-equipment__title {
  color: #101010;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin: 0px 0px 40px 0px; }
  @media (max-width: 992px) {
    .category-purpose-equipment__title {
      text-align: center; } }
  @media (max-width: 470px) {
    .category-purpose-equipment__title {
      margin: 0px 0px 20px 0px;
      font-size: 30px;
      line-height: 36px; } }

.category-purpose-equipment-list {
  color: #5f5f5f;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px; }
  .category-purpose-equipment-list > li {
    padding: 0px 0px 0px 12px;
    position: relative;
    margin: 0px 0px 20px 0px; }
    .category-purpose-equipment-list > li:before {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      top: 13px;
      left: 0;
      border-radius: 50%;
      background-color: #d6b34a; }
  @media (max-width: 992px) {
    .category-purpose-equipment-list {
      line-height: 40px; }
      .category-purpose-equipment-list > li {
        margin: 0px 0px 5px 0px; }
        .category-purpose-equipment-list > li:before {
          content: '';
          top: 18px; } }
  @media (max-width: 470px) {
    .category-purpose-equipment-list {
      line-height: 30px; }
      .category-purpose-equipment-list:before {
        content: '';
        top: 13px; } }

.category-purpose-equipment-item {
  border-radius: 6px;
  border: 9px solid #ebebeb;
  background-color: #ffffff;
  height: 455px; }

.category-purpose-equipment-item__img {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .category-purpose-equipment-item__img img {
    max-width: 100%;
    max-height: 100%; }

.category-purpose-equipment-item__img__text {
  color: #ababab;
  font-size: 19px;
  line-height: 40px;
  font-weight: 300; }

.category-advantage {
  padding: 75px 0px;
  background-color: #f1f1f1; }
  @media (max-width: 992px) {
    .category-advantage {
      padding: 60px 0px; } }

.category-advantage-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px -30px 50px; }
  @media (max-width: 1182px) {
    .category-advantage-body {
      margin: 0px -10px 50px; } }
  @media (max-width: 992px) {
    .category-advantage-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0px -10px 0px; } }

.category-advantage__column {
  padding: 0px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%; }
  @media (max-width: 1182px) {
    .category-advantage__column {
      padding: 0px 10px; } }
  @media (max-width: 992px) {
    .category-advantage__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none;
      margin: 0px 0px 30px 0px; } }

.category-advantage-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }

.category-advantage-item__column:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px; }

.category-advantage-item__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: none;
  padding: 0px 0px 0px 20px; }

@media (max-width: 470px) {
  .category-advantage-item__column:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px; }
  .category-advantage-item__column:nth-child(2) {
    padding: 0px 0px 0px 15px; } }

.category-advantage-item__img {
  border-radius: 6px;
  width: 100%;
  height: 80px;
  background: #fff url("../img/category/advantage_ico.png") center no-repeat; }
  @media (max-width: 470px) {
    .category-advantage-item__img {
      height: 50px; } }

.category-advantage-item__text {
  color: #5f5f5f;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  overflow: hidden;
  max-height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .category-advantage-item__text.active {
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -ms-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    max-height: 10000px; }
  @media (max-width: 992px) {
    .category-advantage-item__text {
      max-height: 75px; } }

.category-advantage-bottom {
  text-align: center; }

.category-advantage-bottom__link {
  display: inline-block;
  padding: 0px 35px;
  height: 55px;
  border-radius: 8px;
  background-color: #d6b34a;
  color: #ffffff;
  font-size: 13px;
  line-height: 55px;
  min-width: 257px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .category-advantage-bottom__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #bd9f43; }
  .category-advantage-bottom__link span:first-child {
    display: inline-block; }
  .category-advantage-bottom__link span:last-child {
    display: none; }
  .category-advantage-bottom__link.active span:first-child {
    display: none; }
  .category-advantage-bottom__link.active span:last-child {
    display: inline-block; }

.category-catalog {
  padding: 75px 0px 0px 0px; }
  @media (max-width: 767px) {
    .category-catalog {
      padding: 60px 0px 0px 0px; } }

.category-catalog-top {
  position: relative;
  margin: 0px 0px 40px 0px; }
  @media (max-width: 1320px) {
    .category-catalog-top {
      margin: 0px 50px 40px; } }
  @media (max-width: 470px) {
    .category-catalog-top {
      margin: 0px 0px 35px 0px;
      padding: 0px 0px 45px 0px; } }

.category-catalog-top-slider {
  margin: 0px -9px; }

.category-catalog-top-slide {
  padding: 0px 9px; }
  .category-catalog-top-slide:hover .category-catalog-top-slide-btn {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #d6b34a; }
  .category-catalog-top-slide.slick-current .category-catalog-top-slide-btn {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #d6b34a; }
    .category-catalog-top-slide.slick-current .category-catalog-top-slide-btn .category-catalog-top-slide-btn__text {
      color: #ceac45;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .category-catalog-top-slide.slick-current .category-catalog-top-slide-btn .category-catalog-top-slide-btn__text:after {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        content: '';
        border: 1px solid #fff;
        background-color: #d6b34a; }

.category-catalog-top-slide-btn {
  cursor: pointer;
  height: 53px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.category-catalog-top-slide-btn__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: none;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding: 0px 40px 0px 30px;
  position: relative; }
  .category-catalog-top-slide-btn__text:after {
    content: '';
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 50%;
    margin: -7px 0px 0px 0px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    background-color: #ffffff; }

.category-catalog-top-list__btn {
  cursor: pointer;
  width: 38px;
  height: 38px;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin: -19px 0px 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .category-catalog-top-list__btn:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin: -7px 0px 0px -3px; }
  .category-catalog-top-list__btn:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    border: 1px solid #d6b34a; }
  @media (max-width: 470px) {
    .category-catalog-top-list__btn {
      top: auto;
      margin: 0px 0px 0px 0px;
      bottom: 0; } }

.category-catalog-top-list__btn_prev {
  left: -70px; }
  .category-catalog-top-list__btn_prev:before {
    content: '';
    background: #f5f5f5 url("../img/icons/prev_arr.svg") center no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .category-catalog-top-list__btn_prev:hover:before {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff url("../img/icons/prev_arr_hv.svg") center no-repeat;
    background-size: contain; }
  @media (max-width: 1320px) {
    .category-catalog-top-list__btn_prev {
      left: -50px; } }
  @media (max-width: 470px) {
    .category-catalog-top-list__btn_prev {
      left: 0; } }

.category-catalog-top-list__btn_next {
  right: -70px; }
  .category-catalog-top-list__btn_next:before {
    content: '';
    background: #f5f5f5 url("../img/icons/next_arr.svg") center no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .category-catalog-top-list__btn_next:hover:before {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff url("../img/icons/next_arr_hv.svg") center no-repeat;
    background-size: contain; }
  @media (max-width: 1320px) {
    .category-catalog-top-list__btn_next {
      right: -50px; } }
  @media (max-width: 470px) {
    .category-catalog-top-list__btn_next {
      right: 0; } }

.category-catalog-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px; }
  @media (max-width: 767px) {
    .category-catalog-body {
      margin: 0px -3px; } }

.category-catalog-body__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
  padding: 0px 10px;
  margin: 0px 0px 25px 0px; }
  @media (max-width: 1182px) {
    .category-catalog-body__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%;
      max-width: 33.333%; } }
  @media (max-width: 767px) {
    .category-catalog-body__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%;
      margin: 0px 0px 10px 0px;
      padding: 0px 3px; } }
  @media (max-width: 470px) {
    .category-catalog-body__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.category-catalog-body-item {
  padding: 5px 0px 45px 0px;
  border-radius: 6px;
  border: 9px solid #ebebeb;
  position: relative;
  background-color: #f7f7f7; }
  @media (max-width: 767px) {
    .category-catalog-body-item {
      border: 6px solid #ebebeb; } }

.category-catalog-body-item__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 170px; }
  .category-catalog-body-item__img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .category-catalog-body-item__img:hover img {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  @media (max-width: 767px) {
    .category-catalog-body-item__img {
      height: 140px; } }

.category-catalog-body-item-text {
  position: absolute;
  min-height: 60px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 10px 0px 0px 0px; }
  @media (max-width: 767px) {
    .category-catalog-body-item-text {
      min-height: 50px; } }

.category-catalog-body-item-text-name {
  margin: 0px 0px 5px 0px;
  text-align: center; }
  @media (max-width: 767px) {
    .category-catalog-body-item-text-name {
      margin: 0px 0px 0px 0px; } }

.category-catalog-body-item-text-name__link {
  color: #3a88e8;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.36px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .category-catalog-body-item-text-name__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #d6b34a; }
  @media (max-width: 767px) {
    .category-catalog-body-item-text-name__link {
      font-size: 16px;
      line-height: 18px; } }

.category-catalog-body-item-text-price {
  color: #2f2f2f;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-align: center; }
  @media (max-width: 767px) {
    .category-catalog-body-item-text-price {
      font-size: 14px;
      line-height: 16px; } }

.category-gallery {
  padding: 50px 0px 30px 0px; }
  @media (max-width: 767px) {
    .category-gallery {
      padding: 45px 0px 10px 0px; } }

.category-gallery-slider {
  margin: 0px -10px; }
  .category-gallery-slider .slick-arrow {
    position: absolute;
    width: 38px;
    height: 38px;
    border: 1px solid #bababa;
    border-radius: 50%;
    background-color: #fff;
    top: -80px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .category-gallery-slider .slick-arrow:hover {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border: 1px solid #d6b34a; }
    .category-gallery-slider .slick-arrow.slick-prev {
      right: 48px;
      z-index: 2; }
      .category-gallery-slider .slick-arrow.slick-prev:before {
        content: '';
        position: absolute;
        width: 7px;
        height: 14px;
        top: 50%;
        left: 50%;
        margin: -7px 0px 0px -4px;
        background: url("../img/icons/prev_arr.svg") center no-repeat;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .category-gallery-slider .slick-arrow.slick-prev:hover:before {
        background: url("../img/icons/prev_arr_hv.svg") center no-repeat; }
    .category-gallery-slider .slick-arrow.slick-next {
      right: 0; }
      .category-gallery-slider .slick-arrow.slick-next:before {
        content: '';
        position: absolute;
        width: 7px;
        height: 14px;
        top: 50%;
        left: 50%;
        margin: -7px 0px 0px -3px;
        background: url("../img/icons/next_arr.svg") center no-repeat;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .category-gallery-slider .slick-arrow.slick-next:hover:before {
        background: url("../img/icons/next_arr_hv.svg") center no-repeat; }
  @media (max-width: 767px) {
    .category-gallery-slider {
      margin: 0px 55px; }
      .category-gallery-slider .slick-arrow {
        top: 50%;
        margin: -19px 0px 0px 0px; }
        .category-gallery-slider .slick-arrow.slick-prev {
          right: auto;
          left: -55px; }
        .category-gallery-slider .slick-arrow.slick-next {
          right: auto;
          right: -55px; } }
  @media (max-width: 470px) {
    .category-gallery-slider {
      margin: 0px 45px; }
      .category-gallery-slider .slick-arrow {
        top: 50%;
        margin: -19px 0px 0px 0px; }
        .category-gallery-slider .slick-arrow.slick-prev {
          right: auto;
          left: -50px; }
        .category-gallery-slider .slick-arrow.slick-next {
          right: auto;
          right: -50px; } }

.category-gallery-slide {
  padding: 0px 10px; }
  @media (max-width: 767px) {
    .category-gallery-slide {
      padding: 0px 0px 0px 0px; } }

.category-gallery__img {
  background-color: #e1e1e1;
  border-radius: 10px;
  padding: 5px 5px;
  height: 226px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .category-gallery__img img {
    max-width: 100%;
    max-height: 100%; }

.category-excellence {
  background-color: #f1f1f1;
  padding: 75px 0px 50px 0px;
  margin: 0px 0px 75px 0px; }
  @media (max-width: 767px) {
    .category-excellence {
      padding: 70px 0px 15px 0px; } }

.category-excellence-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -25px; }
  @media (max-width: 992px) {
    .category-excellence-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.category-excellence__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
  padding: 0px 25px; }
  @media (max-width: 992px) {
    .category-excellence__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%;
      margin: 0px 0px 40px 0px; } }
  @media (max-width: 767px) {
    .category-excellence__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.category-excellence-item-top {
  margin: 0px 0px 40px 0px; }

.category-excellence-item-top__img {
  width: 92px;
  height: 76px;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto; }
  .category-excellence-item-top__img img {
    max-width: 100%;
    max-height: 100%; }

.category-excellence-item__title {
  color: #343434;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  min-height: 48px;
  margin: 0px 0px 5px 0px; }
  @media (max-width: 767px) {
    .category-excellence-item__title {
      min-height: 0;
      margin: 0px 0px 15px 0px; } }

.category-excellence-item__text {
  color: #5f5f5f;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  text-align: center; }
  @media (max-width: 767px) {
    .category-excellence-item__text {
      max-width: 280px;
      margin: 0px auto; } }

.category-bottom {
  margin: 0px 0px 80px 0px; }
  @media (max-width: 767px) {
    .category-bottom {
      margin: 0px 0px 50px 0px; } }

.category-bottom-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 992px) {
    .category-bottom-body {
      margin: 0px -3px; } }

.category-bottom__column {
  padding: 0px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%; }
  @media (max-width: 992px) {
    .category-bottom__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%;
      margin: 0px 0px 10px 0px;
      padding: 0px 3px; } }
  @media (max-width: 470px) {
    .category-bottom__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.category-bottom-item {
  display: block;
  height: 100%;
  border-radius: 6px;
  border: 9px solid #ebebeb; }
  .category-bottom-item:hover .category-bottom-item__img {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03); }
  .category-bottom-item:hover .category-bottom-item__name {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #d6b34a; }
  @media (max-width: 992px) {
    .category-bottom-item {
      border: 6px solid #ebebeb; } }

.category-bottom-item__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  padding: 10px 0px;
  height: 160px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .category-bottom-item__img img {
    max-width: 100%;
    max-height: 100%; }

.category-bottom-item__name {
  display: block;
  color: #1e1e22;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0px 10px;
  text-align: center;
  margin: 0px 0px 15px 0px; }

.breadcrumbs {
  margin: 0px 0px 70px 0px; }
  @media (max-width: 767px) {
    .breadcrumbs {
      margin: 0px 0px 20px 0px; } }

.breadcrumbs-list-item {
  padding: 0px 12px 0px 0px;
  margin: 0px 8px 0px 0px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px; }
  @media (max-width: 767px) {
    .breadcrumbs-list-item {
      font-size: 13px; } }
  .breadcrumbs-list-item:after {
    content: '/';
    font-size: 13px;
    line-height: 16px;
    color: #d5d5d7;
    position: absolute;
    top: 2px;
    right: 0; }

.breadcrumbs-list-item_first {
  padding: 0px 12px 0px 0px; }

@media (max-width: 767px) {
  .breadcrumbs-list-item_mob {
    display: none; } }

.breadcrumbs-list__link {
  color: #d5d5d7;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .breadcrumbs-list__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #7b7a82; }

.breadcrumbs-list-item_last {
  padding: 0px 0px 0px 0px; }
  .breadcrumbs-list-item_last:after {
    content: '';
    width: 0;
    height: 0; }

.breadcrumbs-list__last {
  color: #7b7a82; }

.url.py .breadcrumbs {
  margin: 0px 0px 25px 0px; }
  @media (max-width: 767px) {
    .url.py .breadcrumbs {
      margin: 0px 0px 15px 0px; } }

.url.py .breadcrumbs-list-item:after {
  color: #6e6e6e; }

.url.py .breadcrumbs-list__link {
  color: #6e6e6e; }

.url.py .breadcrumbs-list__last {
  color: #a8a7a7; }

.url.py {
  padding: 55px 0px 0px 0px; }
  @media (max-width: 767px) {
    .url.py {
      padding: 20px 0px 0px 0px; } }

.top {
  margin: 0px 0px 50px 0px; }

.top-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px 0px 60px 0px; }
  @media (max-width: 992px) {
    top-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0px 0px 40px 0px; } }

.top-body__column:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
  max-width: 600px; }

.top-body__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: none;
  padding: 0px 0px 0px 60px; }

@media (max-width: 1182px) {
  .top-body__column:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    max-width: 550px; }
  .top-body__column:nth-child(2) {
    padding: 0px 0px 0px 30px; } }

@media (max-width: 992px) {
  .top-body__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0px 0px 35px 0px; }
  .top-body__column:nth-child(2) {
    padding: 0px 0px 0px 0px; } }

.body-image {
  position: relative; }

.body-image-bigslider {
  max-width: 100%;
  margin: 0px 0px 10px 0px; }

.body-image-bigslider-slide {
  height: 370px; }
  @media (max-width: 992px) {
    .body-image-bigslider-slide {
      height: 275px; } }

.body-image-bigslider-slide__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #ebebeb; }
  .body-image-bigslider-slide__img.ibg {
    background-size: contain !important; }

.body-image-smallimg {
  margin: 0px 40px 0px 0px; }

.description-smallslider {
  margin: 0px -11px; }
  @media (max-width: 767px) {
    .description-smallslider {
      margin: 0px 0px 0px 0px; } }

.body-image-smallslider-slide {
  text-align: center;
  margin: 0px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent; }
  @media (max-width: 767px) {
    .body-image-smallslider-slide {
      margin: 0px 0px 0px 0px; } }
  .body-image-smallslider-slide.slick-current .body-image-smallslider-slide__img {
    border: 2px solid #e2c060; }

ody-image-smallslider-slide__img {
  height: 68px;
  width: 100%;
  margin: 0px auto;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #ddd; }
  .body-image-smallslider-slide__img.ibg {
    background-size: contain !important; }
  .body-image-smallslider-slide__img:hover {
    border: 2px solid #e2c060;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.body-image__btn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .body-image__btn:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin: -7px 0px 0px -3px; }
  .body-image__btn:before {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .body-image__btn:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #d6b34a; }
    .body-image__btn:hover:before {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

.body-image__btn_prev {
  bottom: 35px; }
  .body-image__btn_prev:before {
    background: url("../img/icons/prev_arr.svg") center no-repeat; }
  .body-image__btn_prev:hover:before {
    background: url("../img/icons/prev_arr_hv.svg") center no-repeat; }

.body-image__btn_next {
  bottom: 0; }
  .body-image__btn_next:before {
    background: url("../img/icons/next_arr.svg") center no-repeat; }
  .body-image__btn_next:hover:before {
    background: url("../img/icons/next_arr_hv.svg") center no-repeat; }

.top-body-form {
  border-radius: 6px;
  background-color: #f7f7f7;
  padding: 50px 50px 40px; }
  @media (max-width: 1182px) {
    .top-body-form {
      padding: 50px 30px 40px; } }
  @media (max-width: 470px) {
    .top-body-form {
      padding: 30px 20px 25px; } }

.top-body-form-top__text {
  color: #393939;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin: 0px 0px 25px 0px; }
  .top-body-form-top__text i {
    white-space: nowrap; }
  .top-body-form-top__text span {
    color: #1e1e1e;
    font-weight: 700; }
  @media (max-width: 470px) {
    .top-body-form-top__text p {
      display: inline; } }

.top-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 992px) {
    .top-bottom {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media (max-width: 992px) {
  .top-bottom__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none; }
    .top-bottom__column:nth-child(1) {
      margin: 0px 0px 35px 0px; } }

.top-bottom__price {
  color: #d6b34a;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500; }
  @media (max-width: 992px) {
    .top-bottom__price {
      text-align: center; } }

.top-bottom-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px -15px; }
  .top-bottom-list > li {
    padding: 0px 15px;
    position: relative; }
    .top-bottom-list > li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      height: 13px;
      width: 1px;
      background-color: #b6b6c0; }
    .top-bottom-list > li:first-child:before {
      content: '';
      width: 0;
      height: 0; }
  @media (max-width: 767px) {
    .top-bottom-list > li:last-child {
      display: none; } }
  @media (max-width: 470px) {
    .top-bottom-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bottom-list > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        text-align: center;
        margin: 0px 0px 10px 0px; }
        .top-bottom-list > li:nth-child(odd):before {
          content: '';
          width: 0;
          height: 0; } }

.top-bottom-list__link {
  display: inline-block;
  color: #b6b6c0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19px;
  border-bottom: 1px dotted #b6b6c0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .top-bottom-list__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 1px dotted transparent; }

.specification {
  margin: 0px 0px 60px 0px; }

.specification-body {
  border-radius: 6px;
  border: 9px solid #f4f4f4;
  background-color: #ffffff;
  padding: 35px 40px 10px;
  margin: 0px 0px 60px 0px; }
  @media (max-width: 767px) {
    .specification-body {
      padding: 35px 0px 10px 0px; } }

.specification-body-table > .trow > .cell {
  height: 43px;
  vertical-align: middle;
  padding: 5px 0px; }
  .pecification-body-table > .trow > .cell:nth-child(1) {
    padding: 0px 10px 0px 30px; }
  .specification-body-table > .trow > .cell:nth-child(2) {
    min-width: 170px;
    padding: 0px 5px; }
  @media (max-width: 767px) {
    .specification-body-table > .trow > .cell:nth-child(1) {
      padding: 0px 5px 0px 20px; }
    .specification-body-table > .trow > .cell:nth-child(2) {
      min-width: 150px; } }
  @media (max-width: 470px) {
    .specification-body-table > .trow > .cell {
      display: block;
      height: auto; }
      .specification-body-table > .trow > .cell:nth-child(1) {
        padding: 5px 10px; }
      .specification-body-table > .trow > .cell:nth-child(2) {
        padding: 5px 10px; } }

.specification-body-table > .trow:nth-child(odd) > .cell {
  background-color: #f4f4f4; }
  .specification-body-table > .trow:nth-child(odd) > .cell:nth-child(1) {
    border-radius: 8px 0 0 8px; }
  .specification-body-table > .trow:nth-child(odd) > .cell:nth-child(2) {
    border-radius: 0 8px 8px 0; }
  @media (max-width: 767px) {
    .specification-body-table > .trow:nth-child(odd) > .cell:nth-child(1) {
      border-radius: 0; }
    .specification-body-table > .trow:nth-child(odd) > .cell:nth-child(2) {
      border-radius: 0; } }

.specification-body-table__text {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 20px; }

.specification-body-table__value {
  color: #242424;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .specification-body-table__value {
      text-align: right; } }
  @media (max-width: 470px) {
    .specification-body-table__value {
      text-align: left; } }

.specification-bottom {
  padding: 0px 0px 60px 0px;
  border-bottom: 1px solid #e8e8e8; }

.specification-bottom__text {
  color: #5f5f5f;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.18px; }
  .specification-bottom__text p {
    margin: 0px 0px 30px 0px; }

.similar {
  margin: 0px 0px 80px 0px; }

.similar__title.main__title {
  margin: 0px 0px 35px 0px; }
  @media (max-width: 767px) {
    .similar__title.main__title {
      margin: 0px 0px 45px 0px; } }

.similar-body-slider {
  margin: 0px -10px; }
  .similar-body-slider .slick-arrow {
    position: absolute;
    background-color: #fff;
    width: 30px;
    height: 30px;
    top: -67px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .similar-body-slider .slick-arrow:before {
      content: '';
      position: absolute;
      width: 7px;
      height: 14px;
      top: 50%;
      left: 50%;
      margin: -7px 0px 0px -3px; }
    .similar-body-slider .slick-arrow:before {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .similar-body-slider .slick-arrow:hover {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border: 1px solid #d6b34a; }
      .similar-body-slider .slick-arrow:hover:before {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .similar-body-slider .slick-arrow.slick-prev {
      right: 50px;
      z-index: 2; }
      .similar-body-slider .slick-arrow.slick-prev:before {
        background: url("../img/icons/prev_arr.svg") center no-repeat; }
      .similar-body-slider .slick-arrow.slick-prev:hover:before {
        background: url("../img/icons/prev_arr_hv.svg") center no-repeat; }
    .similar-body-slider .slick-arrow.slick-next {
      right: 10px; }
      .similar-body-slider .slick-arrow.slick-next:before {
        background: url("../img/icons/next_arr.svg") center no-repeat; }
      .similar-body-slider .slick-arrow.slick-next:hover:before {
        background: url("../img/icons/next_arr_hv.svg") center no-repeat; }
  @media (max-width: 767px) {
    .similar-body-slider .slick-arrow {
      top: -40px; }
      .similar-body-slider .slick-arrow.slick-prev {
        right: auto;
        left: 10px; } }

.similar-body-slide {
  margin: 0px 10px; }

.aside_content_recipe_item_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  max-width: 75px; }
  .aside_content_recipe_item_img img {
    max-width: 100%; }

.aside_content_recipe_item_name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }

.form__column {
  padding: 0px 15px; }

.form-input .input {
  border-radius: 8px;
  background-color: #fff;
  height: 56px;
  color: #464646;
  font-size: 15px;
  padding: 0px 20px 0px 30px; }
  .form-input .input.err {
    -webkit-box-shadow: inset 0px 0px 5px 1px red;
    box-shadow: inset 0px 0px 5px 1px red; }

.form-button .btn {
  height: 56px;
  border-radius: 8px;
  background-color: #d6b34a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .form-button .btn:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #bd9f43; }

.footer-form-input {
  position: relative; }
  .footer-form-input .input {
    background-color: #888f94;
    height: 30px;
    font-size: 18px;
    padding: 0px 70px 0px 10px;
    color: #fff; }

.footer-form_btn {
  position: absolute;
  width: 60px;
  height: 30px;
  top: 0;
  right: 0;
  background-color: #f0f0f0;
  color: #141414;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .footer-form_btn:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #ccc; }

.top-body-form .form-input {
  margin: 0px 0px 12px 0px; }

.top-body-form .form-button {
  margin: 20px 0px 0px 0px; }

.btn {
  display: inline-block;
  padding: 0px 0px; }
  .btn.fw {
    width: 100%; }

.select-block {
  position: relative; }

.select__label {
  z-index: 2;
  position: absolute;
  top: -8px;
  background-color: #f7f7f7;
  padding: 0 5px;
  color: #979797;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  left: 20px; }

.select {
  position: relative;
  cursor: pointer; }
  .select .select-title {
    z-index: 1;
    width: 100%;
    height: 55px;
    border: 1px solid #dedede;
    position: relative;
    background-color: #fff; }
  .select .select-title__arrow {
    position: absolute;
    top: 0;
    right: 0px;
    width: 45px;
    height: 100%;
    background: url("../img/icons/select-arrow.svg") center no-repeat; }
  .select .select-title__value {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 53px;
    display: block;
    overflow: hidden;
    padding: 0 45px 0 25px;
    white-space: nowrap;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .select .select-options {
    position: absolute;
    z-index: 10;
    top: 54px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 10px 20px 10px 25px; }
  .select .select-options-scroll {
    max-height: 80px;
    overflow: auto; }
  .select .select-options-list {
    padding: 0px 0px 0px 0px; }
  .select .select-options__value {
    color: #000;
    font-size: 20px;
    margin: 0px 0px 15px 0px; }
    .select .select-options__value:last-child {
      margin: 0px 0px 0px 0px; }
    .select .select-options__value:hover {
      color: #000; }

input[type=text], input[type=email], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.input {
  width: 100%;
  display: block;
  padding: 0px 20px; }

textarea.input {
  resize: none;
  padding: 0px 0px; }

.check {
  position: relative;
  padding-left: 22px;
  opacity: 0.95;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer; }
  .check input {
    display: none; }
  .check:before {
    content: '';
    left: 0;
    top: 0px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #ffffff;
    position: absolute; }
  .check.err:before {
    content: '';
    -webkit-box-shadow: inset 0px 0px 1px 1px red;
    box-shadow: inset 0px 0px 1px 1px red;
    border-radius: 2px; }
  .check.active:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 2px;
    left: 2px;
    border-radius: 2px;
    background-color: #d6b34a; }
  .check.active:before {
    content: '';
    -webkit-box-shadow: none;
    box-shadow: none; }

.option {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300; }
  .option:last-child {
    margin-bottom: 0px; }
  .option input {
    display: none; }
  .option:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #7f7f7f;
    border-radius: 50%; }
  .option.active:before {
    background: url("../img/icons/option.png") center no-repeat; }

.rating-block {
  display: table;
  font-size: 0; }

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .rating.edit .star {
    cursor: pointer; }
  .rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3; }

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%; }

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%; }

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle; }

.quantity {
  position: relative;
  width: 73px;
  height: 47px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff; }

.quantity__input {
  height: 45px;
  width: 50px;
  text-align: center;
  color: #101010;
  font-weight: 300; }

.quantity__btn {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer; }
  .quantity__btn:before {
    font-size: 25px;
    display: inline-block;
    line-height: 10px;
    color: #a9a9a9; }
  .quantity__btn:hover:before {
    color: #da0005; }
  .quantity__btn.dwn {
    top: 25px; }

.category-params-item-price-table {
  margin-bottom: 25px; }
  .category-params-item-price-table .cell:first-child {
    padding-right: 15px;
    position: relative; }
    .category-params-item-price-table .cell:first-child:after {
      content: '-';
      position: absolute;
      right: -4px;
      top: 8px;
      font-size: 20px; }
  .category-params-item-price-table .cell:last-child {
    padding-left: 15px; }
  .category-params-item-price-table .cell input {
    height: 37px;
    border: 2px solid #393939;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    color: #393939;
    font-weight: 500;
    width: 100%; }

.category-params-item-price-range {
  margin: 0 12px 40px 12px;
  background-color: #c9cecf;
  height: 2px;
  position: relative; }
  .category-params-item-price-range .ui-slider-range {
    background-color: #000;
    height: 2px;
    position: relative; }
  .category-params-item-price-range .ui-slider-handle {
    width: 23px;
    height: 28px;
    border: 3px solid #fbfbfb;
    background-color: #ea5922;
    display: block;
    position: absolute;
    top: -14px;
    margin-left: -12px;
    cursor: pointer; }
    .category-params-item-price-range .ui-slider-handle span {
      position: absolute;
      bottom: -18px;
      left: 50%;
      width: 50px;
      text-align: center;
      font-size: 10px;
      margin-left: -25px;
      font-weight: 500;
      color: #94a6aa; }

.form__info {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  line-height: 60px;
  text-align: center;
  color: #888;
  z-index: 2;
  font-size: 14px; }
  @media (max-width: 767px) {
    .form__info {
      width: 50px;
      height: 50px;
      line-height: 50px; } }

.form-range-line {
  position: relative;
  height: 5px;
  border-radius: 0 0 4px 4px;
  background-color: #e0e0e0;
  margin: -2px 0px 0px 0px; }
  .form-range-line .ui-slider-range {
    background-color: #093454;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 4px 4px; }
  .form-range-line .ui-slider-handle {
    background: url("../img/icons/range.svg") 0 0 no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    margin: -9px 0px 0px -14px;
    top: 0;
    left: 0;
    cursor: pointer; }
  .form-range-line .ui-state-hover {
    background: url("../img/icons/range_a.svg") 0 0 no-repeat; }

.form-range-values {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0px 0px 0px; }

.form-range-values__item {
  font-size: 12px;
  color: #888; }

.main__block {
  padding: 45px 0px 0px 0px; }
  @media (max-width: 767px) {
    .main__block {
      padding: 25px 0px 0px 0px; } }

.main__title {
  color: #101010;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  margin: 0px 0px 50px 0px; }
  @media (max-width: 767px) {
    .main__title {
      font-size: 33px;
      text-align: center;
      padding: 0px 5px;
      margin: 0px 0px 30px 0px; } }

.product__link {
  display: inline-block;
  position: relative;
  color: #3a88e8;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  padding: 0px 0px 0px 17px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .product__link:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 11px;
    top: 50%;
    left: 0;
    margin: -5px 0px 0px 0px;
    background: url("../img/icons/icon_arrow.svg") 0 0 no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .product__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #d6b34a; }
    .product__link:hover:before {
      content: '';
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background: url("../img/icons/icon_arrow_hv.svg") 0 0 no-repeat; }

.category__title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin: 0px 0px 50px 0px;
  text-align: center; }
  @media (max-width: 992px) {
    .category__title {
      text-align: center;
      font-size: 32px;
      margin: 0px 0px 40px 0px; } }

.row:after {
  display: block;
  content: '';
  clear: both; }

.rub:after {
  content: '₽'; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

ol.counter {
  list-style-type: none;
  counter-reset: item; }
  ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px; }
    ol.counter li:before {
      counter-increment: item;
      content: counter(item);
      position: absolute;
      left: 0;
      top: 0;
      color: #818181;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      line-height: 26px;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      border: 1px solid #4274bb; }

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.table {
  display: table;
  font-size: 0;
  width: 100%; }

.trow {
  display: table-row; }

.cell {
  display: table-cell; }
  .cell.full {
    width: 100%; }

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .video video, .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videobg video, .videobg iframe, .videobg object, .videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.moretext {
  overflow: hidden; }

.moretext__more {
  cursor: pointer; }
  .moretext__more i {
    font-style: normal; }
    .moretext__more i:first-child {
      display: block; }
    .moretext__more i:last-child {
      display: none; }
  .moretext__more.active i {
    font-style: normal; }
    .moretext__more.active i:first-child {
      display: none; }
    .moretext__more.active i:last-child {
      display: block; }

.graystyle {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1); }

.graystyleoff {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0); }

.slick-slider {
  position: relative; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .slick-slider .slick-track {
    position: relative;
    width: 100%; }
  .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }

.tab__item {
  display: none; }
  .tab__item.active {
    display: block; }

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nicescroll-rails {
  z-index: 1000 !important; }

.gm-style-iw-t {
  opacity: 0; }

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important; }
  .baloon button {
    display: none !important; }
  .baloon:after {
    display: none !important; }

.baloon-style {
  display: none; }

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important; }
  .baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important; }
  .baloon-content.gm-style-iw:after {
    display: none !important; }

.baloon-close {
  top: 18px !important; }
