/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 10.07.19 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("jquery-ui.css");

@charset "utf-8";
@import url("modals/blur.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;900&display=swap');
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 1px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
  height: 100%;
  color: #434343;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
}

input, button, select, textarea, html {
  font-family: "proxima_nova_light", sans-serif;
}

a {
  color: #05C;
  text-decoration: underline;
}

a:hover, a:hover:visited {
  text-decoration: none;
}

.nu a:hover, a.nu:hover {
  text-decoration: underline;
}

.nu a, a.nu {
  text-decoration: none;
}

a.link_dashed, .link_dashed a {
  text-decoration: none;
  border-bottom: 1px dashed;
}

a.link_dashed:hover, .link_dashed a:hover {
  border: 0;
  text-decoration: none;
}

.main_page .h1 {
  margin: 0 0 43px;
}

.h1 {
  font-family: "proxima_nova_bold", sans-serif;
  font-size: 36px;
  font-weight: normal;
  margin: 0 0 23px;
  line-height: 1;
  text-transform: uppercase;
}

.main_page .h2 {
  margin: 0 0 43px;
}

.h2 {
  font-family: "proxima_nova_bold", sans-serif;
  font-size: 36px;
  font-weight: normal;
  margin: 0 0 23px;
  line-height: 1;
  text-transform: uppercase;
}

.main_page .h3 {
  margin: 0 0 43px;
  font-size: 36px;
  text-transform: uppercase;
}

.h3 {
  font-family: "proxima_nova_bold", sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 23px;
  line-height: 1;
}

.h4 {
  font-size: 16px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 1.33em;
}

.h5 {
  font-size: 14px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 1.67em;
}

.h6 {
  font-size: 11px;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 2.33em;
}

/*colors*/
/*end colors*/
/*fonts*/
@font-face {
  font-family: "proxima_nova_bold";
  src: url("../fonts/proxima_nova_bold.eot");
  src: url("../fonts/proxima_nova_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_bold.woff") format("woff"), url("../fonts/proxima_nova_bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "proxima_nova_semibold";
  src: url("../fonts/proxima_nova_semibold.eot");
  src: url("../fonts/proxima_nova_semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_semibold.woff") format("woff"), url("../fonts/proxima_nova_semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "ProximaNovaT-Thin";
  src: url("../fonts/ProximaNovaT-Thin.eot");
  src: url("../fonts/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaT-Thin.woff") format("woff"), url("../fonts/ProximaNovaT-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "proxima_nova_light";
  src: url("../fonts/proxima_nova_light.eot");
  src: url("../fonts/proxima_nova_light.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_light.woff") format("woff"), url("../fonts/proxima_nova_light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "proxima_nova_regular";
  src: url("../fonts/proxima_nova_regular.eot");
  src: url("../fonts/proxima_nova_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_regular.woff") format("woff"), url("../fonts/proxima_nova_regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

.f-10 {
  font-size: 10px;
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
  font-size: 20px;
}

/*end fonts*/
/*forms fields*/
.field {
  border: 1px solid #b9b1a6;
  padding: 13px 24px 15px;
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-size: 16px;
  color: #4c4c4c;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.field:focus {
  border-color: #51cbee;
  -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
  box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
  opacity: 1;
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-size: 16px;
  color: #4c4c4c;
  font-style: normal;
}

.field::-moz-placeholder {
  opacity: 1;
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-size: 16px;
  color: #4c4c4c;
  font-style: normal;
}

.field::-webkit-input-placeholder {
  opacity: 1;
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-size: 16px;
  color: #4c4c4c;
  font-style: normal;
}

.field:-ms-input-placeholder {
  opacity: 1;
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-size: 16px;
  color: #4c4c4c;
  font-style: normal;
}

.field.placeholder {
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-size: 16px;
  color: #4c4c4c;
  font-style: normal;
}

.field.invalid {
  border-color: red;
}

.parent_field {
  display: inline-block;
  vertical-align: top;
}

.invalid_message {
  display: block;
  color: red;
  font-size: 11px;
  font-size: 11px;
  line-height: 1.2;
}

.valid_message {
  display: none;
  color: green;
  font-size: 11px;
  font-size: 11px;
  line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
  overflow: hidden;
}

.cx:before, .cx:after {
  content: "";
  display: table;
}

.cx:after {
  clear: both;
}

.ct {
  display: table;
}

.ct:after {
  content: '. . . . . . . . . . .';
  display: block;
  word-spacing: 99in;
  height: 0;
  overflow: hidden;
  font-size: 0.05em;
  line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  margin: 0 0 10px;
  height: 0;
  display: block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  border-top: 1px solid #a5b136;
}

::-moz-selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
}

img::-moz-selection {
  background-color: transparent;
  -moz-box-shadow: none;
}

img::selection {
  background-color: transparent;
  box-shadow: none;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
  min-width: 1000px;
  min-height: 100%;
  margin: auto;
  overflow-x: clip;
  position: relative;
  z-index: 1;

}

.to-top {
  position: fixed;
  display: none;
  bottom: 271px;
  right: 69px;
  z-index: 99;
}

.to-top .link {
  background: #f0b080 url(/templates/ferran/images/pic43.png) no-repeat 50% 50%;
  border-radius: 50%;
  display: block;
  width: 38px;
  height: 38px;
}

.feedback_bubble {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 99;
}

.feedback_bubble .list {
  position: absolute;
  top: 0;
  right: 100%;
}

.feedback_bubble .item {
  margin: 0 0 9px;
}

.feedback_bubble .send_request {
  display: block;
  width: 62px;
  height: 61px;
}

.feedback_bubble .text {
  display: none;
}

.feedback_bubble .fig {
  background: #f3efe5;
  -moz-box-shadow: 3px 5px 8px 1px rgba(9, 15, 29, .27);
  -webkit-box-shadow: 3px 5px 8px 1px rgba(9, 15, 29, .27);
  box-shadow: 3px 5px 8px 1px rgba(9, 15, 29, .27);
  display: block;
  width: 62px;
  height: 61px;
  position: relative;
  overflow: hidden;
}

.feedback_bubble .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.feedback_bubble .callback {
  display: block;
  width: 62px;
  height: 61px;
}

.feedback_bubble .ask_question {
  display: block;
  width: 62px;
  height: 61px;
}

.inner {
  min-width: 1024px;
  max-width: 1280px;
  margin: auto !important;

  padding: 0 0 220px;
}

.inner:before, .inner:after {
  content: "";
  display: table;
}

.inner:after {
  clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.main_page .header {
  padding: 146px 0 0;
}

.header {
  min-width: 1024px;
  max-width: 1280px;
  padding: 119px 0 0;
  position: relative;
}

.main_page .header_top {
  height: 146px;
  /*padding: 92px 0 0;*/
}

.header_top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

  height: 88px;
  margin: 0 auto;
  padding: 0 13px;
  /*padding: 55px 0 0;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 25;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header_top:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: -10000px;
  bottom: 0;
  left: -10000px;
  z-index: -1;
}

.main_page .logo {
  /*top: 1px;
	 left: 35px;
	*/
  width: 90px;
  height: 90px;
  margin: 0 0 1px;
  background: url(/templates/ferran/images/logo.png) no-repeat;

}

.logo {
  background: url(/templates/ferran/images/logo1.png) no-repeat;
  width: 50px;
  height: 50px;
  margin: 2px 0 1px;
  /*position: absolute;
	top: 2px;
	left: 23px;*/
}

.logo .link {
  display: block;
  width: 90px;
  height: 90px;
}

.main_page .time {
  padding: 0 0 0 21px;
  margin: 26px 0 1px;
  line-height: 1.5;

}

.time {
  background: url(/templates/ferran/images/pic1.png) no-repeat 0 1px;
  margin: 9px 0 1px;
  padding: 1px 0 0 21px;
  /*position: absolute;
	top: 10px;
	left: 24%;*/
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 14px;
  color: #525252;
  line-height: 1.3;
}

.time:hover {
  background-size: 16px 16px;
}

.time .title {
  margin: 0 0 1px;
  font-family: "proxima_nova_semibold", sans-serif;
  color: #434343;
  text-transform: uppercase;
}

.main_page .address {
  margin: 26px 0 1px;
  padding: 0 0 0 17px;
  line-height: 1.5;
}

.address {
  background: url(/templates/ferran/images/pic2.png) no-repeat;
  margin: 9px 0 1px;
  padding: 1px 0 0 17px;
  /*position: absolute;
	top: 10px;
	right: 35%;*/
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 14px;
  color: #525252;
  line-height: 1.3;
}

.address:hover {
  background-size: 14px 18px;
}

.address .title {
  margin: 0 0 1px;
  font-family: "proxima_nova_semibold", sans-serif;
  color: #434343;
}


.main_page .phone {
  margin: 25px 0 1px;
  font-size: 16px;
}

.phone {
  /*position: absolute;
	top: 6px;
	right: 12px;
	font-size: 17px;
	*/
  margin: 8px 0 1px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.phone p {
  margin: 0 0 3px;
}

.main_page .phone > p > .link {
  padding: 1px 0 0 26px;
}

.phone > p > .link {
  background: url(/templates/ferran/images/pic3.png) no-repeat;
  display: inline-block;
  padding: 3px 0 0 26px;
  /*color: #282828;*/
  color: #3B3B3B;
  text-decoration: none;
}

.phone > p > .link:hover {
  background-size: 19px 19px;
}

.main_page .mail {
  margin: 28px 0 1px;
}

.mail {
  /*position: absolute;
	top: 24px;
	right: 120px;*/
  margin: 9px 0 1px;
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-size: 14px;
  color: #525252;
}

.mail .link {
  color: #525252;
}

.main_page .entrance_header {
  margin: 25px 0 1px;
}

.entrance_header {
  margin: 9px 0 1px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 14px;
  position: relative;
  text-align: center;
}

.main_page .entrance_header .link {
  padding: 24px 0 0;
}

.entrance_header .link {
  background: url(../images/entrance_header.svg) no-repeat 50% 0;
  display: inline-block;
  padding: 20px 0 0;
  color: #3B3B3B;
  text-decoration: none;
}

.entrance_header .authorized {
  display: none;
}

.entrance_header_active .authorized {
  display: block;
}

/*.entrance_header_active .not_authorized{
	display:none;
}*/

.main_page .basket {
  margin: 27px 0 1px;
}

.basket {
  margin: 10px 0 1px;
  position: relative;
}

.main_page .basket .link {
  padding: 22px 0 0;
}

.basket .link {
  background: url(../images/header_shopping-cart.svg) no-repeat 50% 0;
  display: block;
  padding: 19px 0 0;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 14px;
  color: #3B3B3B;
  text-decoration: none;
}

.basket .price {
  background: #EBA067;
  border-radius: 8px;
  padding: 0 5px;
  position: absolute;
  top: -4px;
  right: -5px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1.3;
}

.main_page .nav {
  height: 54px;
}

.nav {
  width: calc(100% + 26px);
  height: 33px;
  margin: 0 -13px;
  position: relative;
  z-index: 11;
}

.nav:before {
  content: "";
  background: url(/templates/ferran/images/pic51.jpg);
  position: absolute;
  top: 0;
  right: -10000px;
  bottom: 0;
  left: -10000px;
  z-index: -1;
}

.nav > .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.main_page .nav > .list > .item {
  height: 54px;
}

.nav > .list > .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 33px;
  position: relative;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.main_page .nav > .list > .item > .link {
  height: 54px;
}

.nav > .list > .item > .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 10px);
  height: 33px;
  padding: 0 5px;
  position: relative;
  color: #434343;
  text-decoration: none;
  z-index: 2;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.nav > .list > .item:hover > .link, .nav > .list > .active > .link {
  background: rgba(245, 175, 127, 0.7);
  color: #fff;
}

.main_page .nav .sub {
  top: 54px;
}

.nav .sub {
  position: absolute;
  top: 33px;
  left: 0;
  width: 400px;
  display: none;
  z-index: 3;
}

.nav .sub_menu {
  background: rgba(245, 175, 127, 0.7);
  display: block;
  float: left;
  position: relative;
}

.nav .sub .item {
  margin: 0 0 4px;
  position: relative;
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 14px;
  text-transform: none;
}

.nav .sub .link {
  display: block;
  padding: 7px 24px 7px;
  color: #434343;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.nav .sub .link:hover {
  background: #b3a400;
  color: #fff;
}

.nav > .list > .item:hover .sub {
  display: block;
}

.carousel_1 {
  width: 100vw;
  height: 644px;
  margin: 0 0 40px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow: hidden;
}

.carousel_1 .main_list > .item {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: visibility 1s ease;
  transition: visibility 1s ease;
}

.carousel_1 .main_list > .active {
  visibility: visible;
  z-index: 1;
}

.carousel_1 .fig {
  display: block;
  width: 100%;
  height: 644px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.carousel_1 .active .fig {
  opacity: 1;
}

.carousel_1 .img {
  margin: auto;
  position: absolute;
  top: -1000em;
  right: -1000em;
  bottom: -1000em;
  left: -1000em;
  vertical-align: top;
}

.carousel_1 .text {
  width: 40%;
  position: absolute;
  top: 76px;
  left: 9%;
  font-size: 15px;
  z-index: 2;
  -webkit-transition: all 1s ease .5s;
  transition: all 1s ease .5s;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  opacity: 0;
}

.carousel_1 .active .text {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.carousel_1 .title {
  margin: 0 0 18px;
  font-family: "proxima_nova_bold", sans-serif;
  font-size: 46px;
  text-transform: uppercase;
  line-height: 1.2;
}

.list_1 {
  margin: 0 0 20px;
}

.list_1 .item {
  background: url(/templates/ferran/images/pic4.png) no-repeat 0 5px;
  margin: 0 0 18px;
  padding: 0 0 0 21px;
  line-height: 1.2;
}

.btn_1 {
  background: #b3a400;
  display: inline-block;
  height: 56px;
  padding: 0 56px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 56px;
  transition: all 0.5s ease 0s;
}

.btn_1:hover {
  background: rgba(245, 175, 127, 0.7);

}

.produkt {
  display: none;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side_1, .side_2 {
  width: 170px;
  position: relative;
  float: left;
}

.side_2 {
  float: right;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
  padding: 0 61px 0 13px;
  position: relative;
}

.product_list_1 {
  margin: 0 0 50px -21px;
}

.product_list_1 .item {
  border: 1px solid #e3ded8;
  width: calc(50% - 70px);
  margin: 0 0 24px 21px;
  padding: 16px 34px 4px 13px;
  position: relative;
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-size: 14px;
  color: #7d7d7d;
  min-height: 240px;

}

.product_list_1 p {
  margin: 0 0 11px;
}

.product_list_1 .link {
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 24px;
  color: #434343;
  text-decoration: none;
}

.product_list_1 .title {
  margin: 0 0 5px;
}

.product_list_1 .fig {
  float: left;
  display: block;
  width: 90px;
  height: 244px;
  margin: 0 17px 0 0;
  position: relative;
  overflow: hidden;
}

.product_list_1 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.product_list_1 > .item > .title > .link > .text {
  display: block;
  height: 48px;
  padding: 11px 0 0;
  overflow: hidden;
  line-height: 1;
}

.product_list_1 .number {
  font-size: 16px;
}

.product_list_1 .numerec {
  background: #f0b080;
  border-radius: 0 0 0 46px;
  width: 49px;
  height: 43px;
  padding: 8px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "proxima_nova_bold", sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.product_list_1 .units {
  display: block;
  font-family: "proxima_nova_regular", sans-serif;
}

.more {
  border: 1px solid #e3ddd7;
  display: inline-block;
  height: 37px;
  padding: 0 71px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 12px;
  color: #959595;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 37px;
}

.more:hover {
  background: rgba(245, 175, 127, 0.7);
}

.product_list_1 .more {
  width: 100%;
  height: 36px;
  padding: 0;
  line-height: 36px;
  text-align: center;
}

.product_list_1 .btn_1 {
  width: 40%;
  height: 38px;
  padding: 0;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
}

.product_list_1 .btn_1 .text {
  background: url(../images/product_list_1_shopping-cart.svg) no-repeat 0 50%;
  display: inline-block;
  padding: 0 0 0 36px;
}

.product_list_1 .btn_1_no_active {
  background: #DBD5CC;
  width: 40%;
  height: 38px;
  padding: 0;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 38px;
  /*pointer-events: none;*/
  text-transform: uppercase;
}

.box_1 {
  padding: 106px 0 41px;
  position: relative;
  text-align: center
}

.box_1:before {
  content: "";
  background: url(/templates/ferran/images/pic53.png) no-repeat;
  width: 1920px;
  height: 1634px;
  margin: 0 0 0 -960px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}

.how_buy_list {
  margin: 0 0 102px -111px;
  text-align: center;
}

.how_buy_list .item {
  width: 143px;
  margin: 0 0 0 111px;
  font-family: "proxima_nova_semibold", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.how_buy_list .item:nth-child(3) {
  margin: 0 0 0 98px;
}

.how_buy_list .item:before {
  content: "";
  background: url(/templates/ferran/images/pic20.png) no-repeat;
  width: 125px;
  height: 97px;
  position: absolute;
  top: 25px;
  left: 131px;
}

.how_buy_list .item:nth-child(2):before {
  background: url(/templates/ferran/images/pic21.png) no-repeat;
  height: 115px;
  top: 16px;
  left: 125px;
}

.how_buy_list .item:last-child:before {
  display: none;
}

.how_buy_list .fig {
  border: 2px solid #efaf7f;
  border-radius: 71px;
  display: block;
  width: 139px;
  height: 139px;
  margin: 0 0 22px;
  position: relative;
  overflow: hidden;
}

.how_buy_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  vertical-align: top;
}

.how_buy_list .item:hover .img {
  transform: scale(1.09);
}

.box_1 .box {
  background: #fff;
  -moz-box-shadow: 1px 2px 9px 1px rgba(3, 12, 20, .15);
  -webkit-box-shadow: 1px 2px 9px 1px rgba(3, 12, 20, .15);
  box-shadow: 1px 2px 9px 1px rgba(3, 12, 20, .15);
  border: 14px solid #b3a400;
  padding: 47px 90px 69px 55px;
  text-align: left;
}

.box_1 .box .h3 {
  margin: 0 0 30px;
  font-size: 48px;
  text-transform: uppercase;
}

.box_1 .box .h3 .small_text {
  display: block;
  margin: 0 0 14px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 24px;
  color: #b3a400;
}

.box_1 .box .fig {
  background: url(/templates/ferran/images/pic22.png) no-repeat 50% 50%;
  width: 252px;
  height: 475px;
  margin: 14px 0 33px;
  position: relative;
  overflow: hidden;
}

.box_1 .box .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.box_1 .box .more {
  background: #b3a400;
  border: 0;
  display: inline-block;
  height: 56px;
  padding: 0 70px;
  font-size: 16px;
  color: #fff;
  line-height: 56px;
}

.box_1 .box .more:hover {
  background: #f0b080;
}

.list_2 {
  margin: 0 0 0 8px;
  overflow: hidden;
}

.list_2 .item {
  background: url(/templates/ferran/images/pic4.png) no-repeat 0 4px;
  margin: 0 0 17px;
  padding: 0 0 0 21px;
  font-size: 14px;
  line-height: 1.2;
}

.list_2 .bold_text {
  font-family: "proxima_nova_semibold", sans-serif;
}

.list_2 .big_text {
  text-transform: uppercase;
}

.text_box {
  padding: 122px 0 0;
  position: relative;
}

.text_box:before {
  content: "";
  background: url(/templates/ferran/images/pic52.png) no-repeat;
  width: 14px;
  height: 109px;
  margin-left: -7px;
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: -1;
}

.text_box .h1 {
  margin: 0 0 30px;
  font-size: 36px;
}

.text_box .h1 .small_text {
  display: block;
  margin: 0 0 12px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 24px;
}

.reviews_box {
  margin: 0 0 66px;
  padding: 61px 0 38px;
  position: relative;
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}

.reviews_box:before {
  content: "";
  background: url(/templates/ferran/images/pic54.jpg);
  width: 1920px;
  margin-left: -960px;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
}

.reviews_box .h3 {
  margin: 0 0 17px;
  text-transform: uppercase;
}

.carousel_2 {
  margin: -6px -6px 29px;
  position: relative;
  line-height: 1.4;
}

.carousel_2 .next, .carousel_2 .prev {
  background: url(/templates/ferran/images/pic25.png) no-repeat 100% 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  position: absolute;
  top: 50%;
  right: -28px;
  z-index: 3;
}

.carousel_2 .prev {
  background: url(/templates/ferran/images/pic24.png) no-repeat 0 50%;
  right: auto;
  left: -28px;
}

.carousel_2 .in {
  padding: 6px;
  position: relative;
  overflow: hidden;
}

.carousel_2 .main_list:before, .carousel_2 .main_list:after, .carousel_2 .main_list > .item:before, .carousel_2 .main_list > .item:after {
  display: none;
}

.carousel_2 .main_list {
  border-spacing: 21px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  left: -21px;
}

.carousel_2 .main_list.animate {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.carousel_2 .item {
  background: #fff;
  -moz-box-shadow: 1px 2px 6px 0 rgba(3, 12, 20, .15);
  -webkit-box-shadow: 1px 2px 6px 0 rgba(3, 12, 20, .15);
  box-shadow: 1px 2px 6px 0 rgba(3, 12, 20, .15);
  width: calc(33vw - 136px);
  display: table-cell;
  padding: 36px 36px 13px 36px;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
}

.carousel_2 .fig {
  background: #f2e5d5;
  border-radius: 31px;
  display: block;
  float: left;
  width: 63px;
  height: 63px;
  margin: 0 22px 0 0;
  position: relative;
  overflow: hidden;
}

.carousel_2 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.carousel_2 .text {
  padding: 11px 0 0;
  text-align: left;
  line-height: 1.3;
}

.carousel_2 .name {
  margin: 0 0 2px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 16px;
}

.carousel_2 .city {
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-size: 14px;
  color: #7a7a7a;
}

.carousel_2 .more {
  width: calc(100% - 2px);
  padding: 0;
}

.all {
  background: #f0b080;
  display: inline-block;
  height: 53px;
  font-family: "proxima_nova_semibold", sans-serif;
  padding: 0 60px;
  font-size: 16px;
  color: #fff;
  line-height: 53px;
  text-transform: uppercase;
  text-decoration: none;
}

.all:hover {
  background: rgba(245, 175, 127, 0.7);
}

.advantages_box {
  margin: 0 0 33px;
}

.advantages_list {
  margin: 0 0 0 -47px;
}

.advantages_list .item {
  width: calc(33% - 47px);
  margin: 0 0 59px 47px;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  line-height: 1.5;
}

.advantages_list .item:nth-child(4), .advantages_list .item:nth-child(5), .advantages_list .item:nth-child(6) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.advantages_list .animateIn, .advantages_list .animateIn:nth-child(4), .advantages_list .animateIn:nth-child(5), .advantages_list .animateIn:nth-child(6) {
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
  visibility: visible;
}

.advantages_list .fig {
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 56px;
  margin: 0 19px 0 0;
  position: relative;
  overflow: hidden;
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.advantages_list .item:hover .fig {
  transform: scale(1.05);
}

.advantages_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.advantages_list .text {
  display: inline-block;
  vertical-align: middle;
  width: 71%;
}

.numbers_box {
  height: 1052px;
  padding: 82px 0 0;
  position: relative;
  text-align: center;
}

.numbers_box:before {
  content: "";
  background: url(/templates/ferran/images/pic55.png) no-repeat;
  width: 1920px;
  height: 1134px;
  margin-left: -960px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}

.numbers_box .h3 {
  margin: 0 0 49px;
  text-transform: uppercase;
}

.numbers_list {
  margin: 0 0 85px -49px;
}

.numbers_list .item {
  width: calc(25% - 49px);
  margin: 0 0 0 49px;
  text-align: center;
  line-height: 1.5;
}

.numbers_list .number {
  font-family: "proxima_nova_bold", sans-serif;
  font-size: 72px;
  color: #f0b080;
  line-height: 1;
}

.form_box {
  background: #fff;
  -moz-box-shadow: 1px 2px 9px 1px rgba(3, 12, 20, .15);
  -webkit-box-shadow: 1px 2px 9px 1px rgba(3, 12, 20, .15);
  box-shadow: 1px 2px 9px 1px rgba(3, 12, 20, .15);
  border: 14px solid #b3a400;
  padding: 56px 77px 63px;
  text-align: left;
  line-height: 1;
}

.form_box .h3 {
  margin: 0 0 45px;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
}

.form_box .h3 .small_text {
  display: block;
  margin: 0 0 14px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 24px;
  color: #b3a400;
}

.label {
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 10px;
  color: #959595;
  text-transform: uppercase;
}

.button {
  background: #b3a400;
  border: 0;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
}

.button:hover {
  background: rgba(245, 175, 127, 0.7);
}

.h-100 {
  height: 100px;
}

.form_box .c-50 {
  width: calc(50% - 10px);
}

.modal__content .c-50 {
  width: calc(50% - 10px);
}

.captcha {
  display: inline-block;
  padding-left: 124px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.captcha .fig {
  background: #fff;
  border: 1px solid #b9b1a6;
  border-right: none;
  width: 124px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.captcha .fig img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.captcha .field {
  width: 100%;
  border-left: none;
}

.captcha .invalid_message {
  display: block;
}

.form_text {
  width: 50%;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 10px;
  color: #959595;
  text-transform: uppercase;
}

.map_box {
  height: 623px;
  margin: -107px 0 0;
  padding: 445px 0 0;
  position: relative;
}

.map_box .h3 {
  margin: 0 0 49px;
  text-transform: uppercase;
}

.map_box > .fig {
  width: 1920px;
  height: 1068px;
  margin-left: -960px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
}

.map_box > .fig:before {
  content: "";
  background: url(/templates/ferran/images/pic57.png) no-repeat;
  width: 1920px;
  height: 857px;
  margin-left: -960px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}

.map_box .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.map_box .box {
  background: #fff;
  border: 14px solid #f6f2ea;
  -moz-box-shadow: 1px 2px 9px 1px rgba(3, 12, 20, .15);
  -webkit-box-shadow: 1px 2px 9px 1px rgba(3, 12, 20, .15);
  box-shadow: 1px 2px 9px 1px rgba(3, 12, 20, .15);
  margin: 0 0 57px;
  padding: 69px 72px 72px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.contacts_list {
  margin: 0 0 0 -47px;
  text-align: center;
}

.contacts_list .item {
  width: calc(25% - 29px);
  margin: 0 0 0 29px;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-family: "ProximaNovaT-Thin", sans-serif;
  color: #525252;
  line-height: 1.5;
  text-align: center;
}

.contacts_list > .item > .text > .link {
  color: #525252;
}

.contacts_list .animateIn {
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
  visibility: visible;
}

.contacts_list .fig {
  border: 2px solid #b3a300;
  border-radius: 71px;
  display: inline-block;
  width: 139px;
  height: 139px;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
}

.contacts_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.contacts_list .big_text {
  display: block;
  margin: 0 0 4px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 16px;
  color: #434343;
  text-transform: uppercase;
}

.contacts_list .big_text.link {
  display: block;
  padding: 2px 0 0;
  color: #434343;
  text-decoration: none;
}

.main_page .social_networks {
  margin: 0;
}

.social_networks {
  margin: 0 0 51px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.social_networks .title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 19px 0 0;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 18px;
  color: #434343;
  text-transform: uppercase;
}

.social_list {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -6px;
}

.social_list .item {
  width: 38px;
  margin: 0 0 0 6px;
}

.social_list .fig {
  background: #f0b080;
  border-radius: 50%;
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  overflow: hidden;
}

.social_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.checkbox {
  cursor: pointer;

  display: inline-block;
  width: 22px;
  height: 21px;
  position: relative;
  vertical-align: middle;
}

.star .label {
  background: url(/templates/ferran/images/pic60.png) no-repeat;
  float: right;
  width: 21px;
  height: 20px;
  margin-left: 3px;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.star input {
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
}

.star input:checked ~ .label {
  background: url(/templates/ferran/images/pic61.png) no-repeat;
}

.h-134 {
  height: 134px;
}

.h-111 {
  height: 111px;
}

.promo {
  margin: 0 0 40px;
}

.crumbs {
  margin: 0 0 24px;
}

.crumbs:before, .crumbs:after {
  display: none;
}

.crumbs:after {
  clear: both;
}

.crumbs .item {
  background: url(/templates/ferran/images/pic65.png) no-repeat 1px 2px;
  display: inline;
  padding: 0 0 0 11px;
  font-size: 12px;
  color: #434343;
  line-height: 1.6;
}

.crumbs .item:first-child {
  background: none;
  padding-left: 0;
}

.crumbs .item:before, .crumbs .item:after {
  display: none;
}

.crumbs .item:after {
  clear: both;
}

.crumbs .link {
  color: #a0a0a0;
  text-decoration: none;
}

.pages {
  margin: 0 0 50px -13px;
  text-align: center;
}

.pages .item {
  margin: 0 0 0 13px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.pages .link {
  background: #fff;
  border: 1px solid #e3ddd7;
  display: block;
  min-width: 25px;
  height: 35px;
  padding: 0 5px;
  position: relative;
  color: #959595;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  line-height: 35px;
}

.pages .item:hover .link, .pages .active {
  background: #b3a400;
  border: 1px solid #b3a400;
  min-width: 25px;
  height: 35px;
  padding: 0 5px;
  color: #fff;
  text-decoration: none;
  line-height: 35px;
}

.box_2 {
  padding: 104px 0 57px;
  position: relative;
}

.box_2:before {
  content: "";
  background: #fff url(/templates/ferran/images/pic66.png) no-repeat;
  width: 1920px;
  margin-left: -960px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
}

.fig_1 {
  background: #fff;
  border: 1px solid #e3ded8;
  float: left;
  display: block;
  width: 396px;
  height: 410px;
  margin: 0 54px 0 0;
  position: relative;
  overflow: hidden;
}

.fig_1 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.fig_1 .number {
  background: #f0b080;
  border-radius: 0 0 46px 0;
  display: inline-block;
  width: 51px;
  height: 44px;
  padding: 9px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "proxima_nova_bold", sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.fig_1 .small_text {
  display: block;
  font-family: "proxima_nova_regular", sans-serif;
}

.price_1 {
  margin: 0 0 33px;
  font-family: "proxima_nova_bold", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.price_1 .number {
  font-size: 36px;
}

.box_3 {
  margin: 0 0 29px;
}

.box_3 .btn_1 {
  width: 100%;
  height: 52px;
  padding: 0;
  text-align: center;
  line-height: 52px;
}

.box_3 .btn_1 .text {
  background: url(../images/product_list_1_shopping-cart.svg) no-repeat 0 50%;
  display: inline-block;
  padding: 0 0 0 36px;
}

.box_3 .btn_1_no_active {
  background: #DBD5CC;
  /*pointer-events: none;*/
}

.btn_2 {
  border: 1px solid #e3ddd7;
  display: inline-block;
  width: 100%;
  height: 50px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 14px;
  color: #959595;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s ease 0s;
}

.btn_2:hover {
  background: rgba(245, 175, 127, 0.7);
}


.table_1 {
  margin: 0 0 37px;
}

.table_1 td {
  padding: 0 7px 3px 0;
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-size: 14px;
  color: #7d7d7d;
}

.opisanie_list_1 {
  width: 100%;
  margin: 0 0 25px -6px;
}

.opisanie_list_1 .item {
  width: calc(17% - 11px);
  margin: 0 0 0 6px;
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.opisanie_list_1 .link {
  background: #fff;
  border: 1px solid #e3ddd7;
  display: table;
  width: 100%;
  height: 38px;
  color: #959595;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.opisanie_list_1 .link:hover {
  background: #b3a400;
  color: #fff;
}

.opisanie_list_1 .active {
  background: #b3a400;
  color: #fff;
}

.opisanie_list_1 .link .text {
  display: table-cell;
  vertical-align: middle;
  height: 38px;
  padding: 0 10px;
  text-align: center;
}

.review_list {
  margin: 0 0 19px;
}

.review_list .item {
  background: #fff;
  border: 1px solid #e3ded8;
  margin: 0 0 26px;
  padding: 28px 32px 19px;
  position: relative;
  font-size: 14px;
}

.review_list .star {
  position: absolute;
  top: 35px;
  right: 33px;
}

.review_list .fig {
  background: #f2e5d5;
  border-radius: 31px;
  display: block;
  float: left;
  width: 63px;
  height: 63px;
  margin: 0 22px 0 0;
  position: relative;
  overflow: hidden;
}

.review_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.review_list .text {
  margin: 0 0 12px;
  padding: 11px 0 0;
  text-align: left;
  line-height: 1.3;
}

.review_list .name {
  margin: 0 0 2px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 16px;
}

.review_list .city {
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-size: 14px;
  color: #7a7a7a;
}

.review_list .open {
  border: 1px solid #e3ddd7;
  display: inline-block;
  height: 37px;
  padding: 0 57px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 12px;
  color: #959595;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 37px;
}

.review_list .open:hover {
  background: rgba(245, 175, 127, 0.7);

}

.review_list .close {
  border: 1px solid #e3ddd7;
  display: none;
  padding: 11px 53px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 12px;
  color: #959595;
  text-decoration: none;
  text-transform: uppercase;
}

.review_list .sub {
  display: none;
}

.review_list .box {
  max-height: 90px;
  margin-bottom: 20px;

  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.fr .btn_1 {
  height: 41px;
  padding: 0 45px;
  line-height: 41px;
}

.box_1 > .h3 {
  font-size: 36px;
  text-transform: uppercase;
}

.box_2 > .h3 {
  font-size: 36px;
  text-transform: uppercase;
}

.stati_list {
  margin: 0 0 26px -20px;
}

.stati_list .item {
  background: #fff;
  border: 1px solid #e3ded8;
  width: calc(33% - 88px);
  margin: 0 0 28px 20px;
  padding: 0 33px 11px;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  min-height: 475px;
}

.stati_list .link {
  display: block;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 16px;
  color: #434343;
  line-height: 1.2;
}

.stati_list .date {
  font-family: "ProximaNovaT-Thin", sans-serif;
  color: #7a7a7a;
}

.stati_list .name {
  margin: 0 0 10px;
  font-family: "ProximaNovaT-Thin", sans-serif;
  color: #7a7a7a;
}

.stati_list .fig {
  border-bottom: 1px solid #e3ded8;
  display: block;
  width: calc(100% + 66px);
  height: 206px;
  margin: 0 -33px 15px;
  position: relative;
  overflow: hidden;
}

.stati_list .img {
  margin: auto;
  position: absolute;
  top: -1000em;
  right: -1000em;
  bottom: -1000em;
  left: -1000em;
  vertical-align: top;
}

.stati_list .more {
  width: 100%;
  padding: 0;
  text-align: center;
}

.date_1 {
  float: left;
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-size: 14px;
  color: #7a7a7a;
}

.name_1 {
  float: right;
  font-size: 14px;
  font-family: "ProximaNovaT-Thin", sans-serif;
  color: #7a7a7a;
}

.fig_2 {
  background: #fff;
  border: 1px solid #e3ded8;
  float: left;
  display: block;
  width: 394px;
  height: 304px;
  margin: 0 43px 0 0;
  position: relative;
  overflow: hidden;
}

.fig_2 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.list_3 .item {
  background: url(/templates/ferran/images/pic4.png) no-repeat 0 6px;
  margin: 0 0 17px;
  padding: 0 0 0 21px;
}

.carousel_2 .link {
  display: block;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 16px;
  color: #434343;
  line-height: 1.2;
}

.carousel_2 .date {
  font-family: "ProximaNovaT-Thin", sans-serif;
  color: #7a7a7a;
}

.carousel_2 .name {
  margin: 0 0 10px;
  font-family: "ProximaNovaT-Thin", sans-serif;
  color: #7a7a7a;
}

.video_list {
  margin: 0 0 26px -20px;
}

.video_list .item {
  background: #fff;
  border: 1px solid #e3ded8;
  width: calc(33% - 88px);
  margin: 0 0 28px 20px;
  padding: 0 33px 11px;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  min-height: 260px;
}

.video_list .link {
  display: block;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 16px;
  color: #434343;
  line-height: 1.2;
}

.video_list .date {
  font-family: "ProximaNovaT-Thin", sans-serif;
  color: #7a7a7a;
}

.video_list .name {
  margin: 0 0 10px;
  font-family: "ProximaNovaT-Thin", sans-serif;
  color: #7a7a7a;
}

.video_list .fig {
  border-bottom: 1px solid #e3ded8;
  display: block;
  width: calc(100% + 66px);
  height: 206px;
  margin: 0 -33px 15px;
  position: relative;
  overflow: hidden;
}

.video_list .img {
  margin: auto;
  position: absolute;
  top: -1000em;
  right: -1000em;
  bottom: -1000em;
  left: -1000em;
  vertical-align: top;
}

.video_list .more {
  width: 100%;
  padding: 0;
  text-align: center;
}

.question_list {
  margin: 0 0 19px;
}

.question_list .item {
  background: #fff url(/templates/ferran/images/pic70.png) no-repeat 33px 25px;
  border: 1px solid #e3ded8;
  margin: 0 0 29px;
  padding: 33px 62px 16px 89px;
  position: relative;
  font-size: 14px;
}

.question_list .question {
  margin: 0 0 10px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 16px;
}

.question_list .open {
  border: 1px solid #e3ddd7;
  display: inline-block;
  height: 37px;
  padding: 0 57px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 12px;
  color: #959595;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 37px;
}

.question_list .open:hover {
  background: rgba(245, 175, 127, 0.7);
}

.question_list .close {
  border: 1px solid #e3ddd7;
  display: none;
  padding: 11px 53px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 12px;
  color: #959595;
  text-decoration: none;
  text-transform: uppercase;
}

.question_list .sub {
  display: none;
}

.box_5 {
  height: 947px;
  margin: -33px 0 0;
  padding: 90px 0 0;
  position: relative;
  text-align: center;
}

.box_5:before {
  content: "";
  background: url(/templates/ferran/images/pic72.jpg) no-repeat;
  width: 1920px;
  height: 1037px;
  margin-left: -960px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
}

.box_5 .h1 {
  background: url(/templates/ferran/images/pic71.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 292px;
  height: 393px;
  margin: 0 -36px 69px -19px;
  font-size: 26px;
  color: #f6b080;
  text-align: center;
  line-height: 393px;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.box_5 .number {
  display: inline-block;
  vertical-align: middle;
  font-family: "proxima_nova_bold", sans-serif;
  font-size: 314px;
  color: #f6b080;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  line-height: 1;
}

.box_4 .animateIn {
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
  visibility: visible;
}

.box_5 .bold_text {
  font-family: "proxima_nova_semibold", sans-serif;
}

.box_5 .social_networks {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.basket_content {
  display: flex;
  flex-direction: row;
  margin: 0 0 66px;
  position: relative;
}

.basket_content .left_block {
  width: calc(100% - 318px);
}

.basket_content .h3 {
  text-transform: uppercase;
}

.table_2 {
  border-collapse: separate;
  border-spacing: 0 15px;
  width: 100%;

  margin: -15px 0 21px;
}


.table_2 td {
  background: #fff;
  border-top: 1px solid #DBD5CC;
  border-bottom: 1px solid #DBD5CC;
  padding: 6px 14px 5px 0;
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 14px;
  color: #434343;
}

.table_2 td:first-child {
  border-left: 1px solid #DBD5CC;
  padding: 6px 14px 5px 7px;
}

.table_2 td:last-child {
  border-right: 1px solid #DBD5CC;
  padding: 6px 0 5px 0;
}

.table_2 .fig {
  background: #fff;
  width: 89px;
  height: 89px;
  position: relative;
  overflow: hidden;
}

.table_2 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}


.table_2 .title .link {
  color: #434343;
  text-decoration: none;
}

.table_2 .price {
  font-family: "proxima_nova_bold", sans-serif;
}

.table_2 .price_2 {
  font-family: "proxima_nova_bold", sans-serif;
  color: #B3A400;
}

.table_2 .delete {
  background: url(../images/basket_content_delete.svg) no-repeat 0 50%;
  display: block;
  width: 15px;
  height: 89px;
  position: relative;
  z-index: 2;
}

.table_2 .number {
  background: #fff;
  border: 1px solid #DBD5CC;
  display: block;
  width: 155px;
  height: 35px;
  position: relative;
}

.table_2 .number .field {
  background: #fff;
  border: none;
  width: 100%;
  height: 35px;
  padding: 8px 40px 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #434343;
  text-align: center;
}

.table_2 .field:-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #434343;
}

.table_2 .field::-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #434343;
}

.table_2 .field::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #434343;
}

.table_2 .field:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #434343;
}

.table_2 .field.placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #434343;
}

.table_2 .number .up {
  background: url(../images/number_up.svg) no-repeat 50% 50%;
  border-left: 1px solid #DBD5CC;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
}

.table_2 .number .down {
  background: url(../images/number_down.svg) no-repeat 50% 50%;
  border-right: 1px solid #DBD5CC;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}

.basket_content .label {
  font-size: 14px;
  color: #BBAE9A;
  text-transform: none;
}

.basket_content .field {
  border: 1px solid #DBD5CC;
  padding: 7px 14px 6px;
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.basket_content .field:-moz-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.basket_content .field::-moz-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.basket_content .field::-webkit-input-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.basket_content .field:-ms-input-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.basket_content .field.placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.basket_content .c-50 {
  width: calc(50% - 18px);
}

.h-75 {
  height: 75px;
}

.result_basket {
  background: rgba(219, 213, 204, 0.20);
  width: 251px;
  height: 273px;
  margin: 0 0 0 23px;
  padding: 28px 22px 0;
  position: sticky;
  top: 100px;
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 14px;
  color: #434343;
  text-align: center;
}

.result_basket .quantity {
  margin: 0 0 23px;
  font-family: "proxima_nova_semibold", sans-serif;

}

.result_basket .sum {
  margin: 0 0 25px;
  font-size: 24px;
  font-family: "proxima_nova_bold", sans-serif;
  color: #B3A400;
}

.result_basket .btn_1 {
  border: none;
  width: 100%;
  height: 45px;
  padding: 0;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  text-align: center;
}

.result_basket .btn_1_no_active {
  background: #DBD5CC;
  border: none;
  width: 100%;
  height: 45px;
  padding: 0;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  pointer-events: none;
  text-transform: uppercase;
}

.result_basket .form_text {
  background: #fff;
  width: 100%;
  margin: 0 -22px;
  padding: 25px 22px 0;
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 14px;
  color: #BBAE9A;
  text-transform: none;
  line-height: 1.2;
}

.result_basket .form_text .link {
  color: #B3A400;
}

.empty_basket .left_block {
  background: url(../images/empty_basket.svg) no-repeat 0 32px;
  width: calc(100% - 462px);
  padding: 37px 0 0 144px;
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 14px;
  color: #434343;
}

.empty_basket .left_block .btn_1 {
  width: 250px;
  height: 45px;
  padding: 0;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
}

.empty_basket .result_basket {
  height: 216px;
}

.box_6 {
  display: flex;
  flex-direction: row;
  margin: 0 0 38px;
}

.box_6 .opisanie_list_1 {
  width: auto;
  margin: 0 6px 0 -6px;
}

.box_6 .opisanie_list_1 .item {
  width: 189px;
  margin: 0 0 0 6px;
}

.exit {
  border-bottom: 1px solid #DBD5CC;
  width: calc(100% - 394px);
  text-align: right;
}

.exit .link {
  background: url(../images/exit.svg) no-repeat 100% 0;
  display: block;
  min-height: 22px;
  padding: 0 33px 0 0;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 14px;
  color: #3B3B3B;
  text-decoration: none;
}

.my_data {
  display: flex;
  flex-direction: row;
  margin: 0 0 50px;
}

.my_data .button {
  width: 250px;
  height: 45px;
  padding: 0;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
}

.my_data .label {
  font-size: 14px;
  color: #BBAE9A;
  text-transform: none;
}

.my_data .field {
  border: 1px solid #DBD5CC;
  padding: 7px 14px 6px;
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.my_data .field:-moz-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.my_data .field::-moz-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.my_data .field::-webkit-input-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.my_data .field:-ms-input-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.my_data .field.placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.my_data .c-50 {
  width: calc(50% - 18px);
}

.my_data .fig_block {
  width: 119px;
  margin: 0 27px 0 0;
}

.my_data .fig_block .fig {
  border-radius: 50%;
  display: block;
  width: 95px;
  height: 95px;
  position: relative;
  overflow: hidden;
}

.my_data .fig_block .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.file {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.file input {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.file .value {

}

.file .btn {

  font-family: "proxima_nova_regular", sans-serif;
  font-size: 12px;
  color: #B3A400;
}

.my_data .form_block {
  width: 825px;
}

.table_3 {
  border-top: 1px solid #DBD5CC;
  width: 100%;
  margin: 0 0 37px;
}

.table_3 > tbody > .item > td {
  border-bottom: 1px solid #DBD5CC;
  padding: 0 28px 2px;
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 14px;
  color: #434343;
}

.table_3 > tbody > .item > td:first-child {
  border-left: 1px solid #DBD5CC;
}

.table_3 > tbody > .item > td:last-child {
  border-right: 1px solid #DBD5CC;
}

.table_3 > tbody > .item > td > .link {
  font-family: "proxima_nova_bold", sans-serif;
  color: #434343;
  text-decoration: none;
}

.table_3 > tbody > .item > td > .open {
  background: url(../images/number_up.svg) no-repeat 50% 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.table_3 > tbody > .active > td > .open {
  background: url(../images/number_down.svg) no-repeat 50% 50%;
}

.table_3 > tbody > .item > td > .price {
  font-family: "proxima_nova_bold", sans-serif;
  color: #B3A400;
}

.c-10 {
  width: 10%;
}

.table_3 .rel {
  background: #F8F7F5;
  border-bottom: 1px solid #DBD5CC;
  display: none;
  padding: 20px;
}

.table_3 .table_2 {
  margin: 0;
  width: 100%;

  border-spacing: 0;
}

.table_3 .table_2 td {
  border: none;
  border-top: 1px solid #F6F5F3;

}

.table_3 .table_2 tr:first-child td {
  border: none;
}

.table_3 .table_2 .number {
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #434343;
}

.subscribe_content {
  height: 219px;
  margin: 0 0 32px;
  padding: 67px 0 0;
  position: relative;
  color: #fff;
  text-align: center;
}

.subscribe_content:before {
  content: "";
  background: url(../images/subscribe_content_bg.png) no-repeat;
  width: 1920px;
  height: 286px;
  margin: 0 0 0 -960px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}

.subscribe_content .h3 {
  margin: 0 0 22px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 24px;
}

.subscribe_content .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  margin: 0 0 30px;
}

.subscribe_content .in {
  width: calc(39% - 14px);
  margin: 0 14px 0 0;
}

.subscribe_content .in:last-child {
  padding-top: 25px;
}

.subscribe_content .label {
  font-size: 14px;
  color: #F9DEC9;
  text-transform: none;
}

.subscribe_content .field {
  border: 1px solid #DBD5CC;
  padding: 12px 24px 11px;
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
  text-align: center;
}

.subscribe_content .field:-moz-placeholder {
  ofont-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.subscribe_content .field::-moz-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.subscribe_content .field::-webkit-input-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.subscribe_content .field:-ms-input-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.subscribe_content .field.placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.subscribe_content .captcha .fig {
  border: 1px solid #DBD5CC;
}

.subscribe_content .form_text {
  width: auto;
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: none;
}

.subscribe_content .form_text .link {
  color: #fff;
}

.subscribe_content .button {
  width: 250px;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
}

.modal {
  position: fixed;
  z-index: 1000;
}

.modal__inner {
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modal, .modal__bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal__horisontal_inner {
  display: table;
  height: 100%;
  margin: auto;
}

.modal__vertical_inner {
  display: table-cell;
  vertical-align: middle;
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.modal__bg {
  background: #000;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.show .modal__bg {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal__content {
  background: #fff;
  padding: 24px;
  position: relative;
}

.modal__content .form_text {
  line-height: 1.1;
}

.modal_box_attention .modal__content {
  width: 505px;
  padding: 43px 100px 15px;
  box-shadow: 0 0 50px rgba(0, 0, 0, .30);
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 14px;
  color: #434343;
  text-align: center;
  line-height: 1.2;
}

.modal_box_attention .modal__content .h3 {
  margin: 0 0 10px;
  font-size: 18px;
  text-transform: none;
}

.modal_box_attention .modal__content .modal__close_btn {
  background: url(../images/modal_box_form_2_close.svg) no-repeat 50% 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 2;
}

.modal_box_attention .modal__content .link {
  color: #B3A400;
}

.modal_box_attention .modal__content p {
  margin: 0 0 13px;
}

.modal_box_attention .modal__content .btn_1 {
  width: 420px;
  height: 45px;
  padding: 0;
  font-size: 13px;
  color: #fff;
  line-height: 45px;
  text-align: center;
}

.modal_box_attention .modal__content .btn_2 {
  background: #F0B080;
  border: none;
  width: 420px;
  height: 45px;
  padding: 0;
  font-size: 13px;
  color: #fff;
  line-height: 45px;
}

.modal_box_attention .modal__content .btn_2:hover {
  background: #B3A400;
}

.box_basket .modal__content {
  width: 521px;
  padding: 44px 57px 39px;
}

.box_basket .modal__content .btn_1 {
  width: 250px;
  font-size: 14px;
}

.box_basket .modal__content .btn_2 {
  width: 250px;
  font-size: 14px;
}

.box_basket .modal__content .h3 {
  margin: 0 0 25px;
}

.modal_box_form_2 .modal__content {
  width: 370px;
  padding: 61px 65px 33px;
  box-shadow: 0 0 50px rgba(0, 0, 0, .30);
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 14px;
  color: #BBAE9A;
  text-align: center;
  line-height: 1.2;
}

.modal_box_form_2 .modal__content .form_text {
  width: 100%;
  margin: 0 0 20px;
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 14px;
  color: #BBAE9A;
  text-transform: none;
}

.modal_box_form_2 .modal__content .button {
  width: 250px;
  height: 45px;
  padding: 0;
  font-size: 14px;
  line-height: 45px;
}

.modal_box_form_2 .modal__content .modal__close_btn {
  background: url(../images/modal_box_form_2_close.svg) no-repeat 50% 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 2;
}

.modal_box_form_2 .modal__content .label {
  font-size: 14px;
  color: #BBAE9A;
  text-transform: none;
}

.modal_box_form_2 .modal__content .h3 {
  margin: 0 0 29px;
  font-size: 24px;
}

.modal_box_form_2 .modal__content .field {
  border: 1px solid #DBD5CC;
  padding: 7px 14px 6px;
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
  text-align: center;
}

.modal_box_form_2 .modal__content .field:-moz-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.modal_box_form_2 .modal__content .field::-moz-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.modal_box_form_2 .modal__content .field::-webkit-input-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.modal_box_form_2 .modal__content .field:-ms-input-placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.modal_box_form_2 .modal__content .field.placeholder {
  font-family: "proxima_nova_regular", sans-serif;
  color: #434343;
}

.modal_box_form_2 .modal__content .field_password {
  background: #fff url(../images/field_password.svg) no-repeat 97% 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.modal_box_form_2 .modal__content .field_password:-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.modal_box_form_2 .modal__content .field_password::-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.modal_box_form_2 .modal__content .field_password::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.modal_box_form_2 .modal__content .field_password:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.modal_box_form_2 .modal__content .field_password.placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.modal_box_form_2 .modal__content .captcha .fig {
  border: 1px solid #DBD5CC;
}

.modal_box_form_2 .modal__content .captcha .field {
  border-left: none;
}

.modal_box_form_2 .modal__content .link {
  color: #B3A400;
}

.modal_box_form_orange .modal__content {
  padding: 125px 0 118px;
}

.modal_box_form_orange .modal__content:before {
  content: "";
  background: url(/templates/ferran/images/pic59.jpg);
  position: absolute;
  top: 0;
  right: -10000px;
  bottom: 0;
  left: -10000px;
  z-index: -1;
}

.modal__content .box {
  background: #fff;
  width: 813px;
  padding: 53px 77px 64px;
  line-height: 1;
}

.modal__content .h3 {
  margin: 0 0 52px;
  font-size: 48px;
  color: #434343;
  text-align: center;
  text-transform: uppercase;
}

.modal_box_form_orange .h3 .small_text {
  display: block;
  padding: 11px 0 0;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 24px;
  color: #b3a400;
}

.modal_box_form_green .modal__content {
  padding: 125px 0 118px;
}

.modal_box_form_green .modal__content:before {
  content: "";
  background: url(/templates/ferran/images/pic60.jpg);
  position: absolute;
  top: 0;
  right: -10000px;
  bottom: 0;
  left: -10000px;
  z-index: -1;
}

.modal_box_form_green .h3 .small_text {
  display: block;
  padding: 11px 0 0;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 24px;
  color: #f0b080;
}

.modal_box_form_green .button {
  background: #f0b080;
}

.box_thanks .modal__content {
  width: 967px;
  padding: 42px 0 47px;
  position: relative;
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.box_thanks .modal__content:before {
  content: "";
  background: url(/templates/ferran/images/pic59.jpg);
  position: absolute;
  top: 0;
  right: -10000px;
  bottom: 0;
  left: -10000px;
  z-index: -1;
}

.box_thanks .modal__close_btn {
  background: url(/templates/ferran/images/pic58.png) no-repeat 0 50%;
  width: 22px;
  height: 113px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 2;
}

.box_fig .modal__content {
  position: relative;
  padding: 85px 54px 62px;
}

.box_fig .modal__content:before {
  content: "";
  background: url(/templates/ferran/images/pic59.jpg);
  position: absolute;
  top: 0;
  right: -10000px;
  bottom: 0;
  left: -10000px;
  z-index: -1;
}

.box_fig .modal__close_btn {
  background: url(/templates/ferran/images/pic58.png) no-repeat 50% 43px;
  height: 85px;
}

.box_reviews .modal__content {
  padding: 125px 0 118px;
}

.box_reviews .modal__content:before {
  content: "";
  background: url(/templates/ferran/images/pic59.jpg);
  position: absolute;
  top: 0;
  right: -10000px;
  bottom: 0;
  left: -10000px;
  z-index: -1;
}

.box_reviews p {
  margin: 0 0 18px;
}

.box_reviews .box {
  padding: 53px 77px 46px;
}

.modal__close_btn {
  background: url(/templates/ferran/images/pic58.png) no-repeat 50% 63px;
  width: 100%;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.modal_lightbox__title {
  position: absolute;
  bottom: 81px;
  right: 0;
  left: 0;
  text-align: center;
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-size: 16px;
  color: #4c4c4c;
}

.modal_lightbox__image img {
  vertical-align: top;
}

.modal_lightbox__prev:before, .modal_lightbox__next:before {
  content: "";
  background: url(/templates/ferran/images/pic62.png) no-repeat 100% 50%;
  width: 54px;
  height: 38px;
  margin-top: -19px;
  position: absolute;
  top: 50%;
  left: 38px;
}

.modal_lightbox__next:before {
  background: url(/templates/ferran/images/pic63.png) no-repeat 0 50%;
  left: auto;
  right: 38px;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
  width: 100%;
  height: 220px;
  margin-left: -50%;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.footer:after {
  content: "";
  background: #434343;
  position: absolute;
  top: 0;
  right: -10000px;
  bottom: 0;
  left: -10000px;
  z-index: -1;
}

.address_footer {
  background: url(/templates/ferran/images/pic44.png) no-repeat;
  padding: 0 0 0 29px;
  position: absolute;
  top: 76px;
  left: 13px;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
}

.address_footer .title {
  margin: 0 0 13px;
  font-family: "proxima_nova_light", sans-serif;
}

.company_footer {
  position: absolute;
  top: 35px;
  left: 40px;
  font-family: "proxima_nova_light", sans-serif;
  font-size: 15px;
  color: #fff;
}

.time_footer {
  background: url(/templates/ferran/images/pic45.png) no-repeat;
  padding: 0 0 0 32px;
  position: absolute;
  top: 77px;
  left: 30%;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
}

.time_footer .title {
  margin: 0 0 13px;
  font-family: "proxima_nova_light", sans-serif;
}

.mail_footer {
  position: absolute;
  top: 77px;
  left: 57%;
  font-family: "proxima_nova_semibold", sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
}

.mail_footer .title {
  margin: 0 0 25px;
  font-family: "proxima_nova_light", sans-serif;
}

.mail_footer .link {
  background: url(/templates/ferran/images/pic46.png) no-repeat;
  display: inline-block;
  min-height: 19px;
  padding: 0 0 0 33px;
  color: #fff;
}

.developer {
  position: absolute;
  top: 134px;
  right: 40px;
  font-family: "proxima_nova_regular", sans-serif;
  font-size: 15px;
  color: #fff;
}

.developer .link {
  color: #fff;
}

.counter {
  position: absolute;
  top: 84px;
  right: 65px;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* print media */
@media (min-width: 768px) {
  .page_with-small-header .header_top {
    height: 89px;
  }

  .main_page.page_with-small-header .header_top {
    height: 89px;
  }

  .page_with-small-header .header_top:before {
    box-shadow: 1px 4px 10px 0 rgba(3, 12, 20, .18);
  }

  .page_with-small-header .logo {
    /*top: 2px;*/
    margin: 2px 0 0;
  }

  .main_page.page_with-small-header .logo {
    /*top: 2px;*/
    background: url(/templates/ferran/images/logo1.png) no-repeat;
    width: 50px;
    height: 50px;
  }

  .page_with-small-header .phone {
    /*top: 6px;*/
    margin: 10px 0 0;
    font-size: 14px;
  }

  .page_with-small-header .phone p {

    margin: 0 0 1px;

  }

  .page_with-small-header .phone > p > .link {
    padding: 3px 0 0 26px;
  }

  .page_with-small-header .address {
    /*background-position: 0 0;
	padding: 1px 0 0 19px;
	top: 10px;
	line-height: 1.1;*/
    margin: 11px 0 0;
    padding: 2px 0 0 17px;
    line-height: 1.2;
  }

  .page_with-small-header .address .title {
    margin: 0 0 2px;

  }

  .page_with-small-header .time {
    /*padding: 2px 0 0 22px;
	top: 10px;
	line-height: 1.1;*/
    margin: 11px 0 0;
    padding: 2px 0 0 21px;
    line-height: 1.2;
  }

  .page_with-small-header .time .title {
    margin: 0 0 2px;
  }

  .page_with-small-header .entrance_header {
    margin: 10px 0 0;
  }

  .page_with-small-header .entrance_header .link {
    padding: 21px 0 0;
  }

  .page_with-small-header .basket {
    margin: 12px 0 0;
  }

  .page_with-small-header .basket .link {
    padding: 19px 0 0;
  }

  .page_with-small-header .nav {
    height: 33px;
  }

  .main_page.page_with-small-header .nav {
    height: 33px;
  }

  .main_page.page_with-small-header .nav > .list > .item {
    height: 33px;
  }

  .page_with-small-header .nav > .list > .item {
    height: 33px;
  }

  .page_with-small-header .nav > .list > .item > .link {
    height: 33px;
  }

  .main_page.page_with-small-header .nav > .list > .item > .link {
    height: 33px;
  }

  .page_with-small-header .nav .sub {
    top: 33px;
  }

  .main_page.page_with-small-header .nav .sub {
    top: 33px;
  }

  .page_with-small-header .mail {
    margin: 11px 0 0;
  }

  .main_page.page_with-small-header .mail {
    margin: 11px 0 0;
  }
}

@media (max-width: 767px) {
  .wrapper {
    min-width: 0;
  }

  .inner {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }

  .main_page .header {
    /*height: 387px;*/
    padding: 0;
    height: auto;
  }

  .header {
    min-width: auto;
    max-width: none;
    width: 100%;
    /*height: 147px;*/
    height: auto;
    padding: 0;
  }

  .main_page .header_top {
    height: 99px;
    padding: 0;
  }

  .header_top {
    display: block;
    width: 100%;
    height: 99px;
    margin: 0;
    /*padding: 95px 0 0;*/
    padding: 0;
    position: relative;
    z-index: 101;
  }

  .main_page .logo {
    background: url(../images/mobile_logo.svg) no-repeat;
    width: 42px;
    height: 42px;
    margin: 0;
    position: absolute;
    top: 6px;
    left: 6px;
  }

  .logo {
    background: url(../images/mobile_logo.svg) no-repeat;
    width: 42px;
    height: 42px;
    margin: 0;
    position: absolute;
    top: 6px;
    left: 6px;
  }

  .logo .link {
    width: 42px;
    height: 42px;
  }

  .time {
    display: none;
  }

  /*.main_page .address {
	background: url(/templates/ferran/images/pic2.png) no-repeat 0 1px;
	padding: 0 0 0 16px;
	top: 13px;
	line-height: 1.4;
}*/
  .address {
    /*width: 102px;
	padding: 0 0 0 16px;
	top: 13px;
	right: 15px;
	font-size: 13px;
	line-height: 1.4;*/
    display: none;
  }

  .main_page .phone {
    margin: 0;
    top: 0;
  }

  .phone {
    display: flex;
    flex-direction: row;
    margin: 0;
    position: absolute;
    top: 0;
    left: 49px;
  }

  .main_page .phone > p > .link {
    background: url(../images/mobile_phone-call.svg) no-repeat 50% 50%;
    width: 50px;
    height: 54px;
    padding: 0;
  }

  .phone p {
    margin: 0;
  }

  .phone > p > .link {
    background: url(../images/mobile_phone-call.svg) no-repeat 50% 50%;
    width: 50px;
    height: 54px;
    padding: 0;
  }

  .phone .text {
    display: none;
  }

  .phone > p:nth-child(2) > .link:first-child {
    display: none;
  }

  .phone .whatsapp {
    background: url(../images/mobile_whatsapp.svg) no-repeat 50% 50%;
    display: block;
    width: 44px;
    height: 54px;
  }

  .phone .telegram {
    background: url(../images/mobile_telegram.svg) no-repeat 50% 50%;
    display: block;
    width: 43px;
    height: 54px;
  }

  .ml-5 {
    margin-left: 0 !important;
  }

  .mr-5 {
    margin-right: 0 !important;
  }

  .phone .img {
    display: none;
  }

  .main_page .entrance_header {
    margin: 0;
  }

  .entrance_header {
    margin: 0;
    position: absolute;
    top: 9px;
    right: 84px;
  }

  .main_page .entrance_header .link {
    padding: 21px 0 0;
  }

  .entrance_header .link {
    padding: 21px 0 0;
  }

  .main_page .basket {
    margin: 0;
  }

  .main_page .basket .link {
    padding: 19px 0 0;
  }

  .basket {
    margin: 0;
    position: absolute;
    top: 11px;
    right: 16px;
  }

  .basket .link {
    padding: 19px 0 0;
  }

  .mail {
    display: none;
  }

  .feedback_bubble {
    display: block;
    width: 100%;
    height: 44px;
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    line-height: 1.2;
  }

  .feedback_bubble .list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }

  .feedback_bubble .item {
    float: left;
    width: 50%;
    margin: 0 2px 0 0;
  }

  .feedback_bubble .item:nth-child(2) {
    width: 49%;
    margin: 0;
  }

  .feedback_bubble .callback {
    background: #f6b080 url(/templates/ferran/images/pic75.png) no-repeat 24px 8px;
    display: inline-block;
    width: calc(100% - 74px);
    height: 37px;
    padding: 7px 10px 0 64px;
    font-family: "proxima_nova_semibold", sans-serif;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    text-align: left;
  }

  .feedback_bubble .text {
    display: block;
  }

  .feedback_bubble .fig {
    display: none;
  }

  .feedback_bubble .send_request {
    background: #b7a90e url(/templates/ferran/images/pic76.png) no-repeat 21px 11px;
    display: inline-block;
    width: calc(100% - 70px);
    height: 37px;
    padding: 7px 10px 0 60px;
    font-family: "proxima_nova_semibold", sans-serif;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    text-align: left;
  }

  .to-top {
    right: 0;
    bottom: 303px;
    z-index: 100;
  }

  .main_page .nav {
    height: 44px;
  }

  .nav {
    border: 0;
    width: 49%;
    height: 44px;
    margin: 0;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 21;
  }

  .nav:before {
    content: 'Меню';
    background: #f6b080;
    border: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 44px;
    padding: 0 10px 0 13px;
    font-size: 13px;
    font-family: "proxima_nova_semibold", sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 44px;
  }

  .nav:after {
    content: '';
    background: url(/templates/ferran/images/pic74.png) no-repeat;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 20px;
    right: 12px;
    transform: none;
    z-index: 3;
  }

  .nav > .list {
    background: url(/templates/ferran/images/pic78.png);
    border-top: 2px solid #fff;
    display: none;
    width: auto;
    padding: 15px 15px;
    position: absolute;
    top: 100%;
    left: 0;
    right: -104%;
  }

  .nav > .list > .item {
    display: block;
    height: auto;
    margin: 0 0 4px;
    font-size: 14px;
    font-family: "proxima_nova_semibold", sans-serif;
    color: #fff;
  }

  .main_page .nav > .list > .item > .link {
    height: 32px;
    padding: 0 18px;
  }

  .nav > .list > .item > .link {
    border: 2px solid rgba(255, 255, 255, 0);
    width: calc(100% - 40px);
    height: 32px;
    padding: 0 18px;
    color: #fff;
    justify-content: left;
  }

  .nav > .list > .item:hover > .link, .nav > .list > .active > .link {
    border: 2px solid #fff;
  }

  .main_page .nav .sub {
    top: auto;
  }

  .nav .sub {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    z-index: 3;
  }

  .nav .sub_menu {
    float: none;
  }

  .nav .sub .item {
    font-size: 13px;
  }

  .nav .sub .link {
    padding: 9px 19px;
  }

  .nav .sub .link:hover {
    background: none;
    color: #434343;
    text-decoration: underline;
  }

  .nav_active > .list {
    display: block;
  }

  .produkt {
    display: block;
    width: 50%;
    height: 44px;
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 25;
  }

  .produkt:before {
    content: 'Продукты';
    background: #b7a90e;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 44px;
    padding: 0 10px 0 13px;
    font-size: 13px;
    font-family: "proxima_nova_semibold", sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 44px;
  }

  .produkt:after {
    content: '';
    background: url(/templates/ferran/images/pic74.png) no-repeat;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 20px;
    right: 12px;
    transform: none;
    z-index: 3;
  }

  .produkt .list {
    background: url(/templates/ferran/images/pic77.png);
    border-top: 2px solid #fff;
    display: none;
    width: auto;
    padding: 15px 15px;
    position: absolute;
    top: 100%;
    left: -100%;
    right: 0;
  }

  .produkt .list > .item {
    display: block;
    margin: 0 0 4px;
    font-size: 14px;
    font-family: "proxima_nova_semibold", sans-serif;
    color: #fff;
    text-transform: uppercase;
  }

  .produkt .list > .item > .link {
    border: 2px solid rgba(255, 255, 255, 0);
    display: table;
    width: 100%;
    height: 32px;
    color: #fff;
    text-decoration: none;
  }

  .produkt .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 18px;
    text-align: left;
  }

  .produkt .list > .item:hover > .link, .produkt .list > .active > .link {
    border: 2px solid #fff;
  }

  .produkt_active .list {
    display: block;
  }

  .page_with-small-header .header_top {
    height: 54px;
    position: fixed;
  }

  .main_page.page_with-small-header .header_top {
    height: 54px;
  }

  .page_with-small-header .header_top:before {
    box-shadow: 1px 4px 10px 0 rgba(3, 12, 20, .18);
  }

  .page_with-small-header .nav {
    display: none;
  }

  .page_with-small-header .produkt {
    display: none;
  }

  .carousel_1 {
    height: 205px;
  }

  .carousel_1 .fig {
    height: 225px;
  }

  .carousel_1 .img {
    height: 100%;
  }

  .carousel_1 .text {
    width: 43%;
    top: 17px;
    left: 8%;
    font-size: 11px;
  }

  .carousel_1 .title {
    margin: 0 0 13px;
    font-size: 18px;
  }

  .list_1 .item {
    background: url(/templates/ferran/images/pic4.png) no-repeat 0 3px;
    margin: 0 0 13px;
    padding: 0 0 0 17px;
    line-height: 1.2;
  }

  .list_1 .item:nth-child(4), .list_1 .item:nth-child(5) {
    display: none;
  }

  .content {
    padding: 0 10px;
  }

  .product_list_1 {
    margin: 0 0 50px;
  }

  .product_list_1 .item {
    width: calc(100% - 49px);
    margin: 0 0 24px;
  }

  .product_list_1 .mr-14 {
    margin: 0 0 7px !important;
  }

  .product_list_1 .ib {
    display: block;
  }

  .product_list_1 .c-30 {
    width: 100%;
  }

  .product_list_1 .btn_1 {
    width: 100%;
  }

  .how_buy_list {
    margin: 0 0 52px;
  }

  .how_buy_list .item {
    display: block;
    margin: 0 auto 20px;
  }

  .how_buy_list .item:nth-child(3) {
    margin: 0 auto 20px;
  }

  .how_buy_list .item:before {
    display: none;
  }

  .box_1 .box {
    border: 7px solid #b3a400;
    padding: 27px 20px 29px 20px;
    margin: 0 -10px;
  }

  .box_1 .box .fr {
    display: none;
  }

  .carousel_2 .item {
    width: calc(100vw - 148px) !important;
  }

  .h1 {
    font-size: 34px;
  }

  .h2 {
    font-size: 34px;
  }

  .main_page .h3 {
    font-size: 34px;
  }

  .advantages_list {
    margin: 0;
  }

  .advantages_list .item {
    width: 100%;
    margin: 0 0 59px;
  }

  .advantages_list .text {
    width: 72%;
  }

  .numbers_box {
    height: auto;
  }

  .numbers_list {
    margin: 0 0 25px;
  }

  .numbers_list .item {
    width: 100%;
    margin: 0 0 20px;
  }

  .form_box {
    border: 7px solid #b3a400;
    padding: 26px 17px 23px;
    margin: 0 -10px;
  }

  .form_box .c-50 {
    width: 100%;
  }

  .form_box .fl {
    float: none;
  }

  .form_box .fr {
    float: none;
  }

  .form_box .form_text {
    width: 100%;
  }

  .map_box {
    height: auto;
    margin: 0;
    padding: 0;
  }

  .map_box .box {
    border: 7px solid #f6f2ea;
    margin: 0 -10px 57px;
    padding: 29px 12px 22px;
  }

  .map_box > .fig {
    width: calc(100% + 20px);
    height: 223px;
    margin: 0 -10px;
    position: relative;
    left: 0;
  }

  .map_box > .fig::before {
    display: none;
  }

  .map_box > .fig > .img {
    max-width: none;
    max-height: none;
    margin: 0;
    position: relative;
    width: 100%;
  }

  .contacts_list {
    margin: 0;
  }

  .contacts_list .item {
    width: 100%;
    margin: 0 0 20px;
  }

  .main_page .social_networks {
    margin: 0 0 20px;
  }

  .social_networks .title {
    display: block;
    margin: 0 0 19px;
  }

  .wrapper-table {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
  }

  .footer {
    width: calc(100% - 26px);
    height: auto;
    margin: 0 0 46px;
    padding: 15px 13px 70px;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 1;
  }

  .company_footer {
    margin: 0 0 19px;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 1.2;
  }

  .address_footer {
    border-bottom: 1px solid #545454;
    margin: 0 0 17px;
    padding: 0 0 18px 29px;
    position: relative;
    top: 0;
    left: 0;
  }

  .address_footer .title {
    margin: 0;
    display: inline-block;
  }

  .address_footer br {
    display: none;
  }

  .time_footer {
    border-bottom: 1px solid #545454;
    margin: 0 0 15px;
    padding: 0 0 23px 32px;
    position: relative;
    top: 0;
    left: 0;
  }

  .time_footer .title {
    margin: 0;
  }

  .mail_footer {
    border-bottom: 1px solid #545454;
    padding: 0 0 21px;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }

  .mail_footer .title {
    margin: 0;
    display: inline-block;
  }

  .mail_footer .link {
    background: url(/templates/ferran/images/pic79.png) no-repeat 0 5px;
    display: inline-block;
    min-height: 12px;
    padding: 0 0 0 26px;
    color: #fff;
  }

  .mail_footer br {
    display: none;
  }

  .developer {
    position: absolute;
    top: auto;
    right: auto;
    left: 17px;
    bottom: 30px;
  }

  .counter {
    position: absolute;
    top: auto;
    right: 14px;
    bottom: 17px;
  }

  .box_2 > .h3 {
    font-size: 34px;
  }

  .form_box .h3 {
    font-size: 34px;
  }

  .fig_1 {
    float: none;
    width: auto;
    height: 410px;
    margin: 0 0 20px 0;
  }

  .box_3 .c-30 {

    width: 100%;
  }

  .box_3 .mr-26 {
    margin: 0 0 16px !important;
  }

  .opisanie_list_1 {
    margin: 0 0 25px;
  }

  .opisanie_list_1 .item {
    width: 100%;
    margin: 0 0 6px;
  }

  .carousel_2 .next, .carousel_2 .prev {
    right: 8px;
  }

  .carousel_2 .prev {
    left: 8px;
  }

  .modal__content .box {
    width: calc(100% - 34px);
    padding: 23px 17px 24px;
  }

  .modal__content .h3 {
    font-size: 38px;
  }

  .modal__content .c-50 {
    width: 100%;
  }

  .modal__content .fl {
    float: none;
  }

  .form_text {
    margin: 0 0 14px;
    width: 100%;
  }

  .fr {
    float: none;
  }

  .review_list .star {
    top: 10px;
  }

  .review_list .open {
    padding: 0 9px;
  }

  .review_list .close {
    padding: 11px 42px;
  }

  .modal_lightbox__image img {
    vertical-align: top;
    width: 100%;
  }

  .modal_lightbox__title {
    bottom: 21px;
    color: #fff;
  }

  .stati_list {
    margin: 0 0 26px;
  }

  .stati_list .item {
    width: calc(100% - 68px);
    margin: 0 0 28px;
  }

  .fig_2 {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  .video_list {
    margin: 0 0 26px;
  }

  .video_list .item {
    width: calc(100% - 68px);
    margin: 0 0 28px;
  }

  .question_list .open {
    padding: 0 9px;
  }

  .question_list .close {
    padding: 11px 41px;
  }

  .box_5 {
    height: auto;
    padding: 90px 0 100px;
  }

  .box_5 .number {
    font-size: 114px;
    margin: 0 0 39px;
  }

  .box_5 .h1 {
    width: 80px;
    height: 100px;
    margin: 0 0 39px;
    font-size: 18px;
    line-height: 100px;
    background-size: 80px 100px;
  }

  .basket_content {
    flex-direction: column;
  }

  .basket_content .left_block {
    width: auto;
    margin: 0 0 20px;
  }

  .table_2 .item {
    border: 1px solid #DBD5CC;
    margin: 0 0 10px;
    position: relative;
  }

  .table_2 tr {
    display: block;
  }

  .table_2 td {
    display: block;
    border-top: none;
    border-bottom: none;
  }

  .w-120 {
    width: 100%;
  }

  .w-110 {
    width: 100%;
  }

  .w-100 {
    width: 100%;
  }

  .table_2 td:first-child {
    border-left: none;
    padding: 6px 14px 5px 7px;
  }

  .table_2 td:last-child {
    border-right: none;
    padding: 6px 0 5px 0;
  }

  .table_2 .fig {
    float: left;
    margin: 0 10px 0 0;
  }

  .table_2 .number {
    overflow: hidden;
    margin: 0 0 0 105px;
  }

  .table_2 .price_2 {
    overflow: hidden;
    margin: 0 0 0 105px;
  }

  .table_2 .delete {
    height: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .basket_content .c-50 {
    width: 100%;
  }

  .mr-30 {
    margin-right: 0 !important;
  }

  .result_basket {
    margin: 0 auto;
    padding: 28px 22px 0;
    position: relative;
    top: 0;
  }

  .box_6 {
    flex-direction: column;
  }

  .box_6 .opisanie_list_1 {
    order: 2;
    margin: 0 0 0 -6px;
  }

  .box_6 .opisanie_list_1 .item {
    width: 147px;
  }

  .exit {
    border-bottom: none;
    width: auto;
    text-align: left;
    order: 1;
    margin: 0 0 10px;
  }

  .exit .link {
    display: inline-block;
  }

  .my_data {
    flex-direction: column;
  }

  .my_data .fig_block {
    margin: 0 auto;
  }


  .my_data .form_block {

    width: auto;

  }

  .my_data .c-50 {
    width: 100%;
  }

  .table_3 > tbody > .item > td {
    padding: 0 8px 2px;
  }

  .table_3 > tbody > .item > td > .open {
    width: 28px;
  }

  .table_3 .c-10 {
    width: auto;
  }

  .table_3 .table_2 .number {
    width: auto;
    height: auto;
  }

  .table_3 .c-20 {
    width: 100%;
  }

  .subscribe_content {
    height: auto;
    padding: 27px 0 20px;
  }

  .subscribe_content::before {

    content: "";
    position: relative;
    background: #EEB488;
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    left: -10px;
    z-index: -1;

  }

  .subscribe_content .h3 {
    font-size: 20px;
  }

  .subscribe_content .box {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 20px;
  }

  .subscribe_content .in {
    width: 100%;
    margin: 0 0 10px;
  }

  .subscribe_content .button {
    width: 300px;
    margin: 10px auto 0;
  }
}

@media (max-width: 1024px) {
  .carousel_2 {
    margin: -6px -6px 29px;
    padding: 0 28px;
    position: relative;
    line-height: 1.4;
  }

  .carousel_2 .next, .carousel_2 .prev {

    right: 0;

  }

  .carousel_2 .prev {

    left: 0;
  }


  .carousel_2 .item {

    width: calc(33vw - 127px);

  }
}

@media (max-width: 1050px) {
  .carousel_2 {
    margin: -6px -6px 29px;
    padding: 0 28px;
    position: relative;
    line-height: 1.4;
  }

  .carousel_2 .next, .carousel_2 .prev {

    right: 0;

  }

  .carousel_2 .prev {

    left: 0;
  }


  .carousel_2 .item {

    width: calc(33vw - 127px);

  }
}

@media (max-width: 1080px) {
  .carousel_2 {
    margin: -6px -6px 29px;
    padding: 0 28px;
    position: relative;
    line-height: 1.4;
  }

  .carousel_2 .next, .carousel_2 .prev {

    right: 0;

  }

  .carousel_2 .prev {

    left: 0;
  }


  .carousel_2 .item {

    width: calc(33vw - 127px);

  }
}

@media (max-width: 1152px) {
  .carousel_2 {
    margin: -6px -6px 29px;
    padding: 0 28px;
    position: relative;
    line-height: 1.4;
  }

  .carousel_2 .next, .carousel_2 .prev {

    right: 0;

  }

  .carousel_2 .prev {

    left: 0;
  }


  .carousel_2 .item {

    width: calc(33vw - 127px);

  }
}

@media (max-width: 1200px) {
  .carousel_2 {
    margin: -6px -6px 29px;
    padding: 0 28px;
    position: relative;
    line-height: 1.4;
  }

  .carousel_2 .next, .carousel_2 .prev {

    right: 0;

  }

  .carousel_2 .prev {

    left: 0;
  }


  .carousel_2 .item {

    width: calc(33vw - 127px);

  }
}

@media (max-width: 1280px) {
  .carousel_2 {
    margin: -6px -6px 29px;
    padding: 0 28px;
    position: relative;
    line-height: 1.4;
  }

  .carousel_2 .next, .carousel_2 .prev {

    right: 0;

  }

  .carousel_2 .prev {

    left: 0;
  }


  .carousel_2 .item {

    width: calc(33vw - 127px);

  }
}

@media (min-width: 1440px) {
  .carousel_2 {
    width: 1252px;
  }

  .carousel_2 .item {

    width: calc(33vw - 150px);
  }
}

@media (min-width: 1536px) {
  .carousel_2 {
    width: 1252px;
  }

  .carousel_2 .item {

    width: calc(33vw - 182px);
  }
}

@media (min-width: 1600px) {

  .carousel_2 {
    width: 1280px;
  }

  .carousel_2 .item {

    width: calc(33vw - 192px);
  }
}

@media print {
  * {
    color: black !important;
    background: transparent !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    float: none !important;
    clear: none !important;
  }

  html, body, article, header, section, footer, aside, div {
    width: 100% !important;
  }

  a, a:link, a:visited, a:hover, a:active, abbr, acronym {
    text-decoration: none;
    border-bottom: 0 none;
  }

  h1, h2, h3, h4, h5, h6, p, li {
    page-break-inside: avoid;
    orphans: 3;
    widows: 3;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  nav {
    display: none;
  }
}
