.navigation {
  position: fixed;
  height: auto;
  line-height: normal;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 5px 0;
  top: 0; }

.navigation .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.56%, rgba(255, 255, 255, 0)), color-stop(19.95%, #FFFFFF), color-stop(79.67%, #FFFFFF), color-stop(98.56%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0.56%, #FFFFFF 19.95%, #FFFFFF 79.67%, rgba(255, 255, 255, 0) 98.56%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0.56%, #FFFFFF 19.95%, #FFFFFF 79.67%, rgba(255, 255, 255, 0) 98.56%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0.56%, #FFFFFF 19.95%, #FFFFFF 79.67%, rgba(255, 255, 255, 0) 98.56%);
  height: 3px;
  width: 100%;
  max-width: 1170px;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 auto; }

.fixed_btn {
  position: fixed;
  top: 30%;
  right: -4.5%;
  width: 230px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.fixed_btn .btn_block a {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px; }

.naviagation__item {
  width: 70%; }

.naviagation__item_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.naviagation__item_link li {
  position: relative; }

.naviagation__item_link li .sub-menu {
  position: absolute;
  width: 300px;
  background: #B6A18C;
  top: 28px;
  display: none; }

.naviagation__item_link li .sub-menu li {
  padding: 5px 5px; }

.naviagation__item_link li a {
  color: #ffffff;
  z-index: 10;
  text-decoration: none;
  font-size: 1.2rem;
  border: none; }

.naviagation__item_link li a:hover {
  color: #d8c3ae; }

.has-child:after, .hasChildSide:after {
  font-family: FontAwesome;
  content: "\f107"; }

.ord__num {
  font-size: 1.4rem;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  padding: 8px 0 0;
  color: #ffffff;
  font-weight: bold;
  line-height: 22px;
  position: relative; }

.ord__num:first-child {
  padding-top: 0; }

.ord__num img[alt="viber"] {
  left: -20px;
  top: 5px;
  position: absolute; }

.ord__num span {
  font-weight: 400;
  font-size: 1.1rem;
  position: relative;
  top: -1px; }

.ord__num i {
  margin: 0 5px;
  font-size: 24px;
  color: #ffffff; }

.hasChildSide {
  position: relative; }

.hasChildSide:after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  top: 0;
  right: 20px; }

.hasChildSide ul {
  display: none; }

.sidenav-trigger {
  display: none;
  position: absolute;
  right: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center; }

.sidenav-trigger i {
  font-size: 28px;
  vertical-align: middle;
  color: #B6A18C;
  z-index: 10; }

.sidenav {
  padding-top: 30px;
  width: 240px !important; }

.sidenav li a {
  font-size: 1.2rem !important; }

.sidenav .fa-times-circle {
  position: absolute;
  right: 20px;
  font-size: 32px;
  z-index: 100;
  position: relative;
  z-index: 10;
  color: #B6A18C; }

.header {
  min-height: 650px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  background-image: url(../img/12w.jpg);
  background-color: #E7EAED;
  -webkit-background-size: cover;
          background-size: cover;
  border-top: 1px solid transparent;
  overflow: hidden;
  padding-bottom: 70px; }

.header-one {
  position: relative;
  padding-left: 20px; }

.header-one:after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 100px;
  top: 40%;
  left: -24.5%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.header-pseudo {
  position: relative;
  padding-bottom: 15px; }

.header-pseudo:before {
  content: "";
  display: block;
  position: absolute;
  width: 55%;
  height: 1px;
  left: -3.5%;
  top: 0; }

.header-pseudo:after {
  content: "";
  display: block;
  position: absolute;
  width: 55%;
  height: 1px;
  left: -3.5%;
  bottom: 0; }

.header_wrap {
  margin: 97px auto 0;
  position: relative;
  font-family: "Prata", serif;
  padding-right: 20px; }

.header_wrap div {
  font-size: 18px;
  line-height: 113.5%;
  letter-spacing: 0.02em;
  color: #FFFFFF; }

.header_wrap .h3 {
  position: relative;
  top: 227px;
  left: -75px;
  font-family: "Lato", sans-serif;
  margin: 0; }

.header_wrap .h3:nth-child(1) {
  top: 66px;
  left: 30px;
  position: relative; }

.header_wrap .h3:nth-child(3) {
  top: 50px;
  position: relative; }

.header_wrap .h3 span {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #B6A18C;
  padding: 10px; }

.header_wrap form {
  margin-top: 280px;
  background: rgba(182, 161, 140, 0.23);
  padding: 10px 50px 20px;
  position: relative; }

.header_wrap form:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background-image: url(../img/fintipluxa.png);
  background-repeat: no-repeat;
  background-position: center;
  top: -22%;
  left: 0;
  display: block; }

.header_wrap form:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background-image: url(../img/fintipluxa.png);
  background-repeat: no-repeat;
  background-position: center;
  bottom: -22%;
  left: 0;
  display: block;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.header_wrap form input, .header_wrap form select {
  display: block;
  padding: 10px;
  width: 100%;
  margin: 10px 0; }

.header_wrap form .h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF; }

.header_wrap form .btn_send {
  color: #ffffff;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  margin-bottom: 15px; }

.h1 {
  font-size: 48px;
  line-height: 113.5%;
  margin: 10px 0;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF; }

#before-load {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

figure {
  margin: 0; }

fieldset {
  border: none;
  padding: 0; }

::-webkit-scrollbar-track {
  background-color: #32312e;
  -webkit-box-shadow: 0px 0px 3px #000 inset;
          box-shadow: 0px 0px 3px #000 inset; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #B6A18C;
  -webkit-box-shadow: 0px 1px 1px #B6A18C inset;
          box-shadow: 0px 1px 1px #B6A18C inset;
  background-position: center;
  background-repeat: no-repeat; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-input-placeholder {
  color: #000000; }

::-moz-placeholder {
  color: #000000; }

input {
  outline: none; }

select {
  outline: none; }

button {
  outline: none; }

a {
  outline: none; }

ul {
  list-style: none;
  padding: 0; }

section {
  padding: 50px 0; }

body {
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

::-moz-selection {
  background-color: #B6A18C;
  color: #fff; }

::selection {
  background-color: #B6A18C;
  color: #fff; }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.wrapper-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.wrapper-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.hover_link {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.hover_link:hover {
  color: #836e59 !important; }

.hover_bg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.hover_bg:hover {
  background: #836e59 !important; }

.btn_block a {
  display: block;
  background-color: #B6A18C;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000000;
  padding: 10px 0;
  margin: 5px 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 1rem; }

.btn_block a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: #836e59;
  height: 100%;
  top: 0;
  z-index: -1;
  left: -100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.btn_block a:hover:before {
  left: 0; }

.btn_send {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border: none;
  z-index: 10;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 1rem;
  color: #ffffff;
  display: block;
  background-color: #B6A18C;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000000;
  padding: 10px 0;
  margin: 5px 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  padding: 10px;
  background-color: #B6A18C; }

.btn_send:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: #836e59;
  height: 100%;
  top: 0;
  z-index: -1;
  left: -100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.btn_send:hover:before {
  left: 0; }

.title {
  text-align: center; }

.title .h2 {
  font-family: "Prata", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #000000;
  margin: 0; }

.title .sub_title {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 1rem;
  text-align: center;
  font-family: "Lato", sans-serif; }

.title .fintipluxa {
  position: relative; }

.title .fintipluxa:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background-image: url(../img/title_hren.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 20px; }

.title .whit_hren:after {
  background-image: url(../img/whit_hren.png); }

.h3 {
  font-family: "Prata", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #000000; }

.slide {
  max-width: 1170px;
  margin: 0 auto;
  position: relative; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-wrapper {
  padding: 50px 0; }

.swiper-slide {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.swiper-button-next, .swiper-button-prev {
  outline: none; }

.swiper-pagination {
  bottom: -30px;
  width: 100%; }

.swiper-pagination .swiper-pagination-bullet {
  margin: 7px;
  width: 10px;
  height: 10px;
  background: #A6A6A6;
  opacity: 1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  outline: none; }

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #B6A18C;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.container .swiper-button-next {
  background-image: none;
  right: -50px;
  left: auto;
  width: 50px;
  height: 50px;
  background-color: #B6A18C;
  text-align: center; }

.container .swiper-button-next:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 48px;
  color: #ffffff; }

.container .swiper-button-next:hover {
  background-color: #836e59; }

.container .swiper-button-prev {
  background-image: none;
  right: auto;
  left: -50px;
  width: 50px;
  height: 50px;
  background-color: #B6A18C;
  text-align: center; }

.container .swiper-button-prev:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 48px;
  color: #ffffff; }

.container .swiper-button-prev:hover {
  background-color: #836e59; }

.block_prew {
  width: 350px;
  height: 250px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.block_prew img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.block_prew:hover .zoom {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.block_prew:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: .4; }

.lg-outer .lg-thumb {
  margin: auto; }

.lg-backdrop {
  z-index: 100; }

.zoom {
  color: #ffffff;
  font-size: 50px;
  z-index: 11;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  display: block;
  margin: auto;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-image: url(../img/icon//zoom-in.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px; }

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/roboto/robotoregular/robotoregular.eot");
  src: url("../fonts/roboto/robotoregular/robotoregular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/robotoregular/robotoregular.woff") format("woff"), url("../fonts/roboto/robotoregular/robotoregular.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/roboto/robotolight/robotolight.eot");
  src: url("../fonts/roboto/robotolight/robotolight.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/robotolight/robotolight.woff") format("woff"), url("../fonts/roboto/robotolight/robotolight.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/roboto/robotobold/RobotoBold.eot");
  src: url("../fonts/roboto/robotobold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/robotobold/RobotoBold.woff") format("woff"), url("../fonts/roboto/robotobold/RobotoBold.ttf") format("truetype"); }

.order__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.kitchen {
  background-image: url(../img/kitchen_bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }

.tabs {
  margin-top: 50px; }

.tabs .tab {
  text-align: center;
  margin: 10px 15px; }

.tabs .tab a {
  display: block;
  color: #ffffff;
  width: 190px;
  padding: 10px;
  border: 3px solid #FFFFFF;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 900;
  background: -webkit-linear-gradient(277.84deg, #FFB502 -425.9%, rgba(255, 255, 255, 0) 144.17%), rgba(4, 0, 0, 0.7);
  background: -o-linear-gradient(277.84deg, #FFB502 -425.9%, rgba(255, 255, 255, 0) 144.17%), rgba(4, 0, 0, 0.7);
  background: linear-gradient(172.16deg, #FFB502 -425.9%, rgba(255, 255, 255, 0) 144.17%), rgba(4, 0, 0, 0.7);
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.tabs .tab a:hover {
  color: #B6A18C; }

.tabs .active {
  background: #ffffff; }

.tab_effect {
  -webkit-animation: slideDownReturn .5s;
          animation: slideDownReturn .5s; }

.center-align {
  line-height: 15px; }

@-webkit-keyframes slideDownReturn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes slideDownReturn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

.header_wrap .h3 span {
  line-height: 15px; }

.text-style-header {
  position: relative;
  left: 65px; }

.text-style {
  position: relative;
  top: -20px; }

.fixed_btn img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 10px; }

.image-sticky {
  position: absolute;
  left: -97px;
  top: 5px; }

.btn_block {
  padding: 5px; }

.kitchen_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px; }

.kitchen_block .kitchen_desc {
  padding: 20px;
  background: rgba(73, 60, 49, 0.87); }

.kitchen_block ul {
  min-height: 96px; }

.kitchen_block li, .kitchen_block p {
  font-size: 15px;
  color: #ffffff;
  display: block;
  margin-top: 10px; }

.kitchen_block .h3 {
  font-weight: bold;
  font-size: 2.7rem;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 30px; }

.kitchen_block .find {
  font-family: Prata;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  display: block;
  padding: 7px 10px;
  text-align: center;
  color: #000000;
  background-color: #fff; }

.kitchen_block .btn_block {
  width: 290px;
  margin-top: 60px; }

.base_form_card {
  background: rgba(73, 60, 49, 0.87);
  border: 3px solid #FFFFFF;
  padding: 10px; }

.base_form_card small {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  display: block; }

.base_form_card .btn_block {
  width: 230px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0; }

.base_form_card .btn_block a {
  background-color: #fff; }

.base_form_card .btn_block a:hover {
  color: #ffffff; }

.base_form_card .btn_block i {
  margin-left: 10px; }

.base_form_card input {
  width: 230px;
  padding: 13px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0; }

.base_form_card ::-webkit-input-placeholder {
  color: #000000;
  font-size: 17px; }

.base_form_card ::-moz-placeholder {
  color: #000000;
  font-size: 17px; }

.base_form_card label {
  width: 230px;
  display: block;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  border: 2px dashed #ffffff; }

.base_form_card button {
  display: block;
  width: 100%;
  margin: 10px;
  padding: 12px; }

.product_block {
  height: 550px;
  position: relative; }

.product_block .swiper-wrapper {
  padding-top: 20px; }

.product_block .block_prew {
  width: 100%;
  height: 550px; }

.product_block .block_prew img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.product_block .swiper-button-next {
  background-image: none;
  right: 0;
  left: auto;
  width: 50px;
  height: 50px;
  background-color: #B6A18C;
  text-align: center; }

.product_block .swiper-button-next:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 48px;
  color: #ffffff;
  position: relative;
  left: 3px; }

.product_block .swiper-button-next:hover {
  background-color: #836e59; }

.product_block .swiper-button-prev {
  background-image: none;
  right: auto;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #B6A18C;
  text-align: center; }

.product_block .swiper-button-prev:before {
  content: "\f104";
  position: relative;
  right: 3px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 48px;
  color: #ffffff; }

.product_block .swiper-button-prev:hover {
  background-color: #836e59; }

.locker {
  background-image: url(../img/locker-bg.jpg); }

.locker .title .h2 {
  color: #ffffff; }

.locker .find {
  background: none;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 10px 0; }

.locker .kitchen_desc {
  border: 3px solid #ffffff; }

.locker .kitchen_desc ul {
  min-height: 120px; }

.locker .product_block {
  height: 590px; }

.locker .product_block .block_prew {
  height: 590px; }

.product {
  background-image: url(../img/product_bg.jpg); }

.product .product_block {
  width: 350px;
  margin: 10px;
  height: auto;
  position: relative; }

.product .product_block .btn_block {
  width: 230px;
  margin: 24px auto; }

.product .product_block .btn_block a {
  background-color: #64503E;
  padding: 12px;
  color: #ffffff; }

.product .product_block:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background-image: url(../img/product_herna.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  top: 13.5%; }

.product .product_block:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background-image: url(../img/product_herna.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 29%; }

.product .product_block .h3 {
  font-size: 20px; }

.product .product_block .swiper-wrapper {
  padding: 0; }

.product .product_block .block_prew {
  height: 275px; }

.product .product_block .swiper-button-next {
  background-image: none;
  right: 0;
  left: auto;
  width: 50px;
  height: 50px;
  background-color: #B6A18C;
  text-align: center; }

.product .product_block .swiper-button-next:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 48px;
  color: #ffffff; }

.product .product_block .swiper-button-next:hover {
  background-color: #836e59; }

.product .product_block .swiper-button-prev {
  background-image: none;
  right: auto;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #B6A18C;
  text-align: center; }

.product .product_block .swiper-button-prev:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 48px;
  color: #ffffff; }

.product .product_block .swiper-button-prev:hover {
  background-color: #836e59; }

.product .base_form_card {
  margin-top: 20px; }

.product .base_form_card button {
  width: 320px; }

.product .row {
  margin-bottom: 0; }

.product .pt {
  padding-top: 50px; }

.how_work {
  background-image: url(../img/how_work_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0; }

.how_work .title, .how_work .h2 {
  color: #ffffff; }

.how_work p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #FFFFFF;
  margin-top: 0; }

.how_work .wrapper-around {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.how_work .wrapper-around:after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 100px;
  background-image: url(../img/icon/arrow.png);
  background-repeat: no-repeat;
  background-position: center; }

.how_work .product-block {
  width: 260px;
  text-align: center;
  margin: 50px 10px;
  position: relative; }

.how_work .product-block:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 1px;
  border: 1px dashed #ffffff;
  top: 30%;
  right: -30%; }

.how_work .product-block p {
  font-size: 16px; }

.how_work .product-block:nth-child(3):after, .how_work .product-block:nth-child(6):after {
  display: none; }

.how_work .product-block:hover {
  -webkit-animation: rubberBand .8s infinite linear;
          animation: rubberBand .8s infinite linear; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.about {
  background-image: url(../img/about_bg.png);
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }

.about .h2 {
  color: #684821; }

.about .about-block {
  background: rgba(0, 0, 0, 0.78);
  margin-top: 70px;
  padding: 50px; }

.about .about-block .about-inner {
  border: 1px solid #B6A18C;
  padding: 20px;
  border-top: none;
  position: relative; }

.about .about-block .about-inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #B6A18C;
  top: 0;
  left: 0; }

.about .about-block .about-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #B6A18C;
  top: 0;
  right: 0; }

.about .about-block p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF; }

.contact {
  background: #000000;
  padding: 20px 0; }

.contact .row {
  margin-bottom: 0; }

.contact .wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.contact .h2 {
  font-family: Prata;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  line-height: 49px;
  color: #FFFFFF;
  margin-bottom: 0; }

.contact p {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-top: 0; }

.contact-desc a {
  font-family: "Lato", sans-serif;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  text-align: center; }

.contact-desc .btn_block {
  width: 280px;
  margin: 15px auto; }

.contact-desc .btn_block a {
  font-size: 18px;
  padding: 15px;
  background: #64503E; }

.ymap-container {
  background: url("../img/maps.jpg") #fff no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  min-height: 300px; }

#map-yandex {
  cursor: pointer;
  height: 100%;
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 7; }

footer a {
  font-size: .9rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

footer a:hover {
  color: #757575 !important; }

.rf-error {
  border: 1px solid #d32f2f !important; }

.modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.modal-close:hover {
  color: #B6A18C; }

.hidden .modal {
  padding: 10px 10px 20px;
  max-width: 400px; }

.hidden .modal .h3 {
  text-align: left;
  font-weight: 400;
  padding-left: 10px;
  margin-bottom: 0; }

.hidden .modal p {
  padding-left: 10px; }

.hidden .modal .fa-times-circle {
  font-size: 24px;
  color: #B6A18C; }

.hidden .modal fieldset {
  border: none;
  width: 100%; }

.hidden .modal input {
  width: 80%;
  display: block;
  margin: 0px auto 10px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.4); }

.hidden .modal input:focus {
  border: 1px solid #B6A18C; }

.hidden .modal span {
  color: #d32f2f;
  display: none;
  text-align: center;
  padding-left: 17px; }

.hidden .modal textarea {
  width: 80%;
  height: 100px;
  margin: 0px auto 10px;
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4); }

.hidden .modal .btn_send {
  width: 80%;
  color: #ffffff;
  margin: 10px auto 0;
  display: block;
  position: relative;
  padding: 15px; }

.hidden .modal .btn_send i {
  position: absolute;
  right: 20px;
  top: 13px; }

.thanks {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden; }

.thanks .h2 {
  font-family: "Prata", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 5rem;
  line-height: 49px;
  text-align: center;
  color: #000000;
  color: #B6A18C;
  font-weight: 400; }

.thanks_active {
  opacity: 1;
  visibility: visible; }

.bottom-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.main-content-text {
  padding-top: 45px;
  font-size: 17px;
  margin: auto;
  font-weight: 900 !important;
  color: #000; }

#location-text {
  padding-top: 45px;
  font-size: 17px;
  margin: auto;
  font-weight: 900 !important;
  color: #fff; }

.instImages {
  padding-right: 10px; }

.promotion {
  text-align: center; }

.promotion p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2C2624; }

.promotion h3 {
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #2C2624; }

.promotion input {
  width: 310px;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 15px; }

.promotion button {
  width: 310px;
  height: 50px;
  background: #B6A18C;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  outline: none;
  margin-bottom: 20px; }

.promotion-title {
  font-family: Prata !important;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #000000;
  margin: 0;
  height: 102px; }

.promotion-title::after {
  content: "";
  display: block;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: -30px;
  width: 100%;
  height: 100px;
  background-image: url(../img/vvv.png);
  background-repeat: no-repeat;
  background-position: center; }

.setiFooter {
  margin-top: 10px; }

.productText {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2C2624;
  text-align: center; }

.flexFotter {
  margin-top: 10px;
  margin-left: 84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.vkImages {
  margin-left: 10px; }

.price-content {
  color: #ffffff !important;
  margin: 0 !important;
  padding-top: 0 !important;
  font-size: 30px !important; }

.promotion {
  background: #F3F0EC; }

.kitchen-price {
  color: #ffffff !important;
  margin: 0 !important;
  padding-top: 0 !important;
  font-size: 30px !important; }

.text-style {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900 !important;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF; }

#h3 span {
  line-height: 24px !important; }

.h4 {
  font-size: 16px !important; }

.nav-phoneImages {
  top: 18px;
  right: 418px; }

.nav-phoneImages img {
  padding-left: 5px; }

.btn__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 1441px) {
  .nav-phoneImages {
    position: absolute;
    top: 18px;
    right: 360px; } }

@media screen and (max-width: 1367px) {
  .nav-phoneImages {
    position: absolute;
    top: 18px;
    right: 340px; } }

@media screen and (max-width: 1201px) {
  .nav-phoneImages {
    position: absolute;
    top: 18px;
    right: 300px; } }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .reviwes .swiper-button-next, .reviwes .swiper-button-prev, .gallery .swiper-button-next, .gallery .swiper-button-prev {
    display: none; }
  .wrapper {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .naviagation__item {
    display: none; }
  .sidenav-trigger {
    display: block; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px; }
  .thanks .h2 {
    font-size: 2rem; }
  .h1 {
    font-size: 2.1rem;
    line-height: 2.5rem; }
  .h2 {
    font-size: 1.8rem;
    line-height: 2.2rem; }
  .header_wrap {
    padding: 0; }
  .header_wrap form {
    margin-top: 180px; }
  .tabs {
    display: block;
    margin: 0 auto;
    width: 80%;
    margin-top: 70px; }
  .tabs li a {
    margin: 10px auto; }
  .kitchen_block form input {
    margin: 10px; }
  .kitchen_block form .btn_block {
    margin: 10px 0 -5px 0px; }
  .kitchen_block form button {
    width: 230px; }
  .product .pt {
    padding: 0; }
  .product .base_form_card button {
    width: 230px; }
  .how_work .product-block {
    margin: 10px; }
  .how_work .product-block:after {
    display: none !important; }
  .how_work .wrapper-around:after {
    display: none; }
  .about .about-block {
    padding: 10px; }
  .fixed_btn {
    display: none; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .promotion {
    padding-bottom: 0; }
  .promotion h2 {
    font-size: 36px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
  .product_block {
    width: 280px; }
  .hidden .modal input, .hidden .modal .btn_send, .hidden .modal textarea {
    width: 90%; } }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .container {
    max-width: 1100px !important;
    width: 100% !important; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
