/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-image: url(../img/groovepaper.png);
}
.soc_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.soc_btn:hover .icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.soc_btn .icon {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.soc_btn .text {
  margin-left: 15px;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ffde59;
}
.soc_btn.vk .icon {
  background-image: url('../img/icon/vk.svg');
  background-size: 30px;
}
.soc_btn.insta .icon {
  background-image: url('../img/iconki/in.png');
  background-size: 30px;
}
.soc_btn.viber .icon {
  background-image: url('../img/iconki/i2.svg');
  background-size: 30px;
}
.soc_btn.whatsapp .icon {
  background-image: url('../img/icon/whatsapp.svg');
  background-size: 30px;
}
.soc_btn.telegram .icon {
  background-image: url('../img/iconki/i3.svg');
  background-size: 30px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff !important;
}
.outline_btn {
  background: #ffde59;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #3F3F3F;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  height: 57px;
  width: 260px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.outline_btn:hover {
  background-color: #fff;
  color: #3F3F3F;
}
.outline_btn.blue {
  border-color: #ffde59;
  color: #ffde59;
}
.outline_btn.blue:hover {
  background-color: #ffde59;
  color: #fff;
}
.color_btn {
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #3F3F3F;
  font-weight: 700;
  background-color: #ffde59;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  height: 57px;
  width: 270px;
  text-decoration: none;
  -webkit-box-shadow: 0px 8px 20px rgb(240 178 4 / 40%);
          box-shadow: 0px 8px 20px rgb(240 178 4 / 40%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.color_btn:hover {
  -webkit-box-shadow: 0 20px 70px 0 rgb(240 178 4 / 40%);
          box-shadow: 0 20px 70px 0 rgb(240 178 4 / 40%);
}
.btn_play {
  display: inline-block;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-image: url('../img/icon/play.svg');
  background-position: 60% center;
  background-repeat: no-repeat;
  background-size: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -56px;
  margin-left: -56px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section_img {
  position: absolute;
}
.main_title {
  font-weight: bold;
  font-size: 65px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.main_subtitle {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 48px;
}
h2 {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}
.blue {
  color: #000;
  /*color: #ffdb4a;
    -webkit-text-stroke: 1px #c5ab45; */
}
.white {
  color: #fff;
}
.black {
  color: #3F3F3F;
}
h3 {
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 20px;
}
h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
h4.white {
  color: #DAEAEF;
}
.mob_br {
  display: none;
}
p {
  font-size: 18px;
  line-height: 1.55;
  color: #3F3F3F;
  margin-bottom: 25px;
  font-weight: 500;
}
.highlight {
  padding-left: 30px;
  border-left: 3px solid #ffde59;
}
.highlight p {
  font-weight: bold;
  font-style: italic;
}
.marker_list {
  font-size: 18px;
  line-height: 1.55;
  color: #3F3F3F;
  margin-bottom: 45px;
  font-weight: 500;
}
.marker_list li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
}
.marker_list li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
  background-color: #ffde59;
}
.formgroup {
  position: relative;
  margin-bottom: 25px;
}
.formgroup .formgroup_title {
  font-size: 14px;
  line-height: 1.4;
  color: #3F3F3F;
  padding: 0 25px;
  margin-bottom: 5px;
}
.formgroup input,
.formgroup textarea {
  background-color: #e9e9e9;
  border-radius: 30px;
  padding: 20px 25px;
  color: #3F3F3F;
  line-height: 1.4;
  width: 100%;
  border: none;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.formgroup input::-webkit-input-placeholder,
.formgroup textarea::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #9f9f9f;
}
.formgroup input:-ms-input-placeholder,
.formgroup textarea:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #9f9f9f;
}
.formgroup input::-ms-input-placeholder,
.formgroup textarea::-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #9f9f9f;
}
.formgroup input::placeholder,
.formgroup textarea::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #9f9f9f;
}
.formgroup button {
  background-color: #ffde59;
  border-radius: 30px;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #3F3F3F;
  
  font-weight: 700;
  border: none;
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.kchfs button {
  background-color: #ffde59;
  border-radius: 30px;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #3F3F3F;
  
  font-weight: 700;
  border: none;
  width: 220px !important;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.formgroup button:disabled {
  background-color: #c5c5c5;
  opacity: 0.3;
}
.formgroup button:disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.formgroup button:hover {
  -webkit-box-shadow: 0 20px 70px 0 rgb(240 178 4 / 40%);
          box-shadow: 0 20px 70px 0 rgb(240 178 4 / 40%);
}
._checkbox {
  padding: 8px 15px 8px 0;
  display: block;
}
._checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
._checkbox input:checked + .checkbox__text:after {
  opacity: 1;
}
._checkbox .checkbox__text {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #3F3F3F;
}
._checkbox .checkbox__text a {
  color: #ffde59;
  text-decoration: underline;
}
._checkbox .checkbox__text a:hover {
  text-decoration: none;
}
._checkbox .checkbox__text:before,
._checkbox .checkbox__text:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
._checkbox .checkbox__text:before {
  background-color: #fff;
  border: 1px solid #60D7E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
._checkbox .checkbox__text:after {
  width: 12px;
  height: 12px;
  background-color: #60D7E2;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  top: 4px;
  left: 4px;
}
.slider_btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider_btn.slick-disabled {
  display: none;
}
.slider_btn.white {
  background-color: #fff;
}
.slider_btn.gray {
  background-color: #F3F4F7;
}
.slider_btn.prev {
  background-image: url('../img/iconki/slider_prev.png');
  left: -95px;
}
.slider_btn.prev:hover {
  background-image: url('../img/iconki/slider_prev_h.png');
}
.slider_btn.next {
  background-image: url('../img/iconki/slider_next.png');
  right: -95px;
}
.slider_btn.next:hover {
  background-image: url('../img/iconki/slider_next_h.png');
}
.mob_slider_btn {
  width: 20px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}
.mob_slider_btn.prev {
  left: 15px;
}
.mob_slider_btn.next {
  right: 15px;
}
.mob_slider_btn.white.prev {
  background-image: url('../img/icon/slider_prev_w.svg');
}
.mob_slider_btn.white.next {
  background-image: url('../img/icon/slider_next_w.svg');
}
.mob_slider_btn.blue.prev {
  background-image: url('../img/iconki/slider_prev.png');
}
.mob_slider_btn.blue.next {
  background-image: url('../img/iconki/slider_next.png');
}
.slick-dots {
  text-align: center;
  display: none !important;
  padding: 7px;
  height: 30px;
  margin-top: 40px;
}
.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background-color: #ffde59;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  background-color: #E1E2E5;
  border: none;
  line-height: 25px;
}
#btn_top {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: fixed;
  z-index: 100;
  bottom: 25px;
  right: 25px;
  display: none;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-top: 40px;
  font-size: 12px;
  line-height: 15px;
  color: #ffde59;
  text-align: center;
  background-image: url('../img/iconki/btn_top.png');
  background-position: center 18px;
  background-repeat: no-repeat;
  background-size: 26px;
}
#btn_top:hover {
  opacity: 1;
}
#btn_top.show {
  display: block;
}
.review_popup {
  max-width: 930px;
  padding: 0;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.review_popup .special_offer_popup {
  max-width: 500px;
}
.review_popup .mfp-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../img/iconki/close.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  color: transparent;
  top: 20px;
  right: 20px;
  opacity: 1;
}
.review_popup .content {
  padding: 50px 45px;
}
.review_popup .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  padding-right: 25px;
}
.review_popup .top .info .name {
  color: #0094aa;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 5px;
}
.review_popup .top .info .date {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.review_popup .text {
  margin-bottom: 25px;
}
.review_popup .text p {
  font-size: 16px;
  font-weight: 400;
}
.review_popup .rating {
  margin-bottom: 25px;
}
.review_popup .rating img {
  width: 20px;
}
.review_popup .benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.review_popup .benefits .benefit {
  width: 46%;
}
.review_popup .benefits .benefit .benefit_name {
  font-size: 16px;
  font-weight: 500;
  color: #0094aa;
  margin-bottom: 15px;
}
.review_popup .benefits .benefit .benefit_text {
  color: #3F3F3F;
  font-size: 14px;
  line-height: 1.2;
}
.main_popup {
  max-width: 930px;
  padding: 0;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.main_popup .see {
  display: none;
}
.main_popup .gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 190, 205, 0.1)), to(rgba(22, 154, 175, 0.7)));
  background: linear-gradient(180deg, rgba(34, 190, 205, 0.1) 0%, rgba(22, 154, 175, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main_popup#article_popup1 .popup_bg {
  background-image: url('../img/pop_news_card1.jpg');
}
.main_popup#article_popup2 .popup_bg {
  background-image: url('../img/pop_news_card2.jpg');
}
.main_popup#article_popup3 .popup_bg {
  background-image: url('../img/pop_news_card3.jpg');
}
.main_popup#article_popup4 .popup_bg {
  background-image: url('../img/pop_news_card4.jpg');
}
.main_popup#article_popup5 .popup_bg {
  background-image: url('../img/pop_news_card5.jpg');
}
.main_popup#article_popup6 .popup_bg {
  background-image: url('../img/pop_news_card6.jpg');
}
.main_popup#techo_popup1 .popup_bg {
  background-image: url('../img/techo_popup1_bg.jpg');
}
.main_popup#techo_popup2 .popup_bg {
  background-image: url('../img/techo_popup2_bg.jpg');
}
.main_popup#techo_popup3 .popup_bg {
  background-image: url('../img/techo_popup3_bg.jpg');
}
.main_popup#techo_popup4 .popup_bg {
  background-image: url('../img/techo_popup4_bg.jpg');
}
.main_popup#techo_popup5 .popup_bg {
  background-image: url('../img/techo_popup5_bg.jpg');
}
.main_popup#techo_popup6 .popup_bg {
  background-image: url('../img/techo_popup6_bg.jpg');
}
.main_popup .mfp-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../img/iconki/close.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  color: transparent;
  top: 40px;
  right: 40px;
  opacity: 1;
}
.main_popup .popup_bg {
  height: 375px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 35px;
}
.main_popup .popup_bg h2 {
  margin-top: auto;
  text-align: left;
  position: relative;
  z-index: 2;
}
.main_popup .popup_bg h2 .line {
  position: relative;
}
.main_popup .popup_bg h2 .line:before {
  content: '';
  display: inline-block;
  width: 1000px;
  height: 1px;
  position: absolute;
  left: 105%;
  bottom: 22px;
  background-color: #fff;
}
.main_popup .content {
  background-color: #fff;
  padding: 50px 45px;
}
.main_popup .content .info {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_popup .content .info .date {
  margin-right: 30px;
  font-size: 12px;
  color: #ffde59;
}
.main_popup .content .info .mouse {
  margin-left: auto;
  position: relative;
  right: -15px;
  top: 5px;
  width: 32px;
}
.main_popup .content .icon_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.main_popup .content .icon_box .l_box {
  border-right: 1px solid #DAEAEF;
  padding-right: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_popup .content .icon_box .l_box img {
  max-width: 100%;
}
.main_popup .content .icon_box .r_box {
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_popup .content .icon_box .r_box h3 {
  text-align: left;
}
.main_popup .content .icon_box .r_box p:last-child {
  margin-bottom: 0;
}
.main_popup .content .scroll_description {
  overflow-x: hidden;
  padding-right: 20px;
}
.bv{
  color: #ffde59;
}
.main_popup .content .scroll_description .w_img {
  width: 100%;
  margin-bottom: 45px;
}
.main_popup .content .scroll_description::-webkit-scrollbar-button {
  width: 2px;
  height: 0px;
}
.main_popup .content .scroll_description::-webkit-scrollbar-track {
  background-color: #DAEAEF;
}
.main_popup .content .scroll_description::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #ffde59;
}
.main_popup .content .scroll_description::-webkit-scrollbar-thumb:hover {
  background-color: #56999f;
}
.main_popup .content .scroll_description::-webkit-resizer {
  width: 2px;
  height: 0px;
}
.main_popup .content .scroll_description::-webkit-scrollbar {
  width: 2px;
}
.main_popup .content .scroll_description .bot_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #E5E5E5;
}
.main_popup .content .scroll_description .bot_box .l_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_popup .content .scroll_description .bot_box .l_box .logo {
  margin-right: 25px;
}
.main_popup .content .scroll_description .bot_box .r_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_popup .content .scroll_description .bot_box .r_box .soc_btn {
  margin-left: 10px;
}
.main_popup .content .scroll_description .bot_box .text {
  font-size: 12px;
  line-height: 1.25;
  color: #3F3F3F;
}
.see {
  font-size: 12px;
  line-height: 1.25;
  color: #3F3F3F;
  position: relative;
  padding-left: 30px;
  text-decoration: none;
}
.see:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  background-image: url('../img/icon/eye.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#menu_btn {
  width: 60px;
  height: 40px;
  position: relative;
  margin-left: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
#menu_btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffde59;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#menu_btn span:nth-child(1) {
  top: 0px;
}
#menu_btn span:nth-child(2),
#menu_btn span:nth-child(3) {
  top: 18px;
}
#menu_btn span:nth-child(4) {
  top: 36px;
}
#menu_btn.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#menu_btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu_btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu_btn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* ===== Валидация форм ===== */
form label.error {
  color: red;
  font-weight: 300;
  width: 100%;
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  padding-left: 30px;
}
form label.valid {
  position: absolute;
}
form input.valid,
form textarea.valid {
  border-color: green;
}
form input.error,
form textarea.error {
  border-color: red;
}
#sign_popup {
  max-width: 1120px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#sign_popup .mfp-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #F3F4F7;
  background-image: url('../img/iconki/close.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  color: transparent;
  top: 40px;
  right: 40px;
  opacity: 1;
  top: 5px;
  right: 5px;
}
#sign_popup .box {
  height: 700px;
}
#sign_popup .overl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 190, 205, 0.1)), to(rgba(22, 154, 175, 0.7)));
  background: linear-gradient(180deg, rgba(34, 190, 205, 0.1) 0%, rgba(22, 154, 175, 0.7) 100%);
}
#sign_popup .l_box {
  background-image: url('../img/sign_popup_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#sign_popup .l_box .title {
  font-size: 34px;
  line-height: 1.2;
  color: #FFFFFF;
  position: absolute;
  padding: 40px;
  bottom: 0;
  left: 0;
}
#sign_popup .l_box .lenses_img {
  position: absolute;
  bottom: 0px;
  right: -40px;
}
#sign_popup iframe {
  padding: 30px 20px 20px 0;
  width: 100%;
  height: 100%;
}





#sign_popup1 {
  max-width: 1120px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#sign_popup1 .mfp-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #F3F4F7;
  background-image: url('../img/iconki/close.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  color: transparent;
  top: 40px;
  right: 40px;
  opacity: 1;
  top: 5px;
  right: 5px;
}
#sign_popup1 .box {
  height: 700px;
}
#sign_popup1 .overl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 190, 205, 0.1)), to(rgba(22, 154, 175, 0.7)));
  background: linear-gradient(180deg, rgba(34, 190, 205, 0.1) 0%, rgba(22, 154, 175, 0.7) 100%);
}
#sign_popup1 .l_box {
  background-image: url('../img/sign_popup_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#sign_popup1 .l_box .title {
  font-size: 34px;
  line-height: 1.2;
  color: #FFFFFF;
  position: absolute;
  padding: 40px;
  bottom: 0;
  left: 0;
}
#sign_popup1 .l_box .lenses_img {
  position: absolute;
  bottom: 0px;
  right: -40px;
}
#sign_popup1 iframe {
  padding: 30px 20px 20px 0;
  width: 100%;
  height: 100%;
}
.fancybox-bg {
  background-color: rgba(255, 255, 255, 0.7);
}
.gmnoprint {
  display: none;
}
#form_send {
  border-radius: 10px;
  padding: 40px 40px;
  max-width: 500px;
}
#form_send .logo {
  display: block;
  max-width: 250px;
  margin: 0 auto 25px;
}
#form_send ._popup_title {
  text-align: center;
}
#form_send ._popup_subtitle {
  text-align: center;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
  z-index: 99;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slide_menu {
  position: fixed;
  top: 0;
  right: -350px;
  width: 320px;
  height: 100%;
  background-color: #fff;
  padding: 60px 25px 60px 25px;
  z-index: 100;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.24);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.24);
  overflow-y: scroll;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.slide_menu.open {
  right: 0;
}
.slide_menu .close_slide_menu {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url('../img/iconki/close.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  top: 15px;
  right: 25px;
  cursor: pointer;
}
.slide_menu .nav_wr {
  padding-bottom: 20px;
  border-bottom: 1px solid #DAEAEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slide_menu .nav_wr .slide_nav li {
  margin-bottom: 15px;
}
.slide_menu .nav_wr .slide_nav li:last-child {
  margin-bottom: 0;
}
.slide_menu .nav_wr .slide_nav .nav_link {
  color: #3F3F3F;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slide_menu .nav_wr .slide_nav .nav_link:hover {
  color: #ffde59;
}
.slide_menu .nav_wr .soc_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.slide_menu .nav_wr .soc_nav .soc_btn {
  margin-bottom: 20px;
}
.slide_menu .nav_wr .soc_nav .soc_btn:last-child {
  margin-bottom: 0;
}
.slide_menu .contact {
  margin: 20px 0;
  text-align: right;
}
.slide_menu .contact .small_text {
  font-size: 10px;
  color: #3F3F3F;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}
.slide_menu .contact .tell {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
}
.slide_menu .btn_wr {
  text-align: center;
}
.slide_menu .outline_btn {
  max-width: 250px;
}
body {
  padding-top: 90px;
}
header {
  background-color: #fff;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  z-index: 20;
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
header .header_sticky.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
  padding: 5px 35px;
}
header .header_sticky.navbar-fixed .header_content {
  padding: 10px 0;
}
header .header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .logo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo_box .logo {
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo_box .logo img {
  width: 100%;
}
header .logo_box .bausch_logo {
  border-right: 1px dashed #DAEAEF;
  padding-right: 15px;
}
header .logo_box .bausch_logo img {
  width: 160px;
}
header .logo_box .optic_logo {
  padding: 0 15px;
}
header .logo_box .optic_logo img {
  width: 100%;
}
header .navbar {
  width: 726px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
header .navbar .navbar_item {
  font-size: 14px;
  line-height: 20px;
  color: #3F3F3F;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
}
header .navbar .navbar_item:before,
header .navbar .navbar_item:after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: #ffde59;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .navbar .navbar_item:before {
  left: 50%;
}
header .navbar .navbar_item:after {
  right: 50%;
}
header .navbar .navbar_item:hover:before,
header .navbar .navbar_item:hover:after {
  width: 50%;
}
header .social_btns {
  margin-left: auto;
  margin-right: 45px;
}
header .header_contact {
  text-align: right;
  margin-right: 45px;
}
header .header_contact .small_text {
  font-size: 10px;
  color: #3F3F3F;
  line-height: 1.2;
  display: block;
  text-decoration: none;
}
header .header_contact .small_text:hover {
  color: #ffde59;
}
header .header_contact .tell {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
}
header .outline_btn {
  width: 180px;
}
#section1 {
  background-image: url('../img/bg_section1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 0 65px 0;
  z-index: 2;
}
#section1 .section_overlay {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 520px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
#section1 .main_subtitle {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#section1 .btn_wr {
  text-align: center;
  margin-bottom: 120px;
}
#section1 .bottom_box {
  width: 740px;
  height: 80px;
  background: rgb(0 0 0 / 80%);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
  margin-bottom: 80px;
  max-width: 100%;
}
#section1 .bottom_box .item {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
#section1 .bottom_box .item .icon {
  margin-right: 15px;
}
#section1 .bottom_box .item .text {
  font-size: 15px;
  line-height: 15px;
  color: #ffde59;
  font-weight: 700;
  line-height: 1.2;
}
#section1 .bottom_box .item .box_link {
  text-decoration: underline;
  font-size: 12px;
  line-height: 1.25;
  color: #ffde59;
}
#section1 .bottom_box .item .box_link.box_link1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section1 .bottom_box .item .box_link.box_link1:hover {
  text-decoration: underline;
}
#section1 .bottom_box .item .box_link:hover {
  text-decoration: none;
}
#section1 .bottom_box .elipse {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #fff;
  border: 20px solid #ffde59;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 76px rgba(4, 209, 240, 0.21);
          box-shadow: 0px 10px 76px rgba(4, 209, 240, 0.21);
  position: relative;
}
#section1 .bottom_box .elipse img {
  position: absolute;
  width: 150px;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -33%);
          transform: translate(-50%, -33%);
}
#section1 .mouse {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#section2 {
  padding: 30px 0 35px 0;
  position: relative;
}
#section2 .section_img1 {
  top: -60px;
  right: 0;
  z-index: 0;
}
#section2 .circle {
  background-color: #ffde59;
  border-radius: 50%;
  position: absolute;
}
#section2 .circle.circle1 {
  width: 20px;
  height: 20px;
  top: 50px;
  left: 50px;
}
#section2 .circle.circle2 {
  width: 60px;
  height: 60px;
  top: 120px;
  left: -20px;
}
#section2 .circle.circle3 {
  width: 20px;
  height: 20px;
  bottom: 120px;
  left: 40px;
}
#section2 h4 {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 55px;
}
#section2 .block {
  height: 100px;
  border: 1px solid #000;
}
#section2 .excellence_slider {
  margin-bottom: 60px;
}
#section2 .excellence_slider .slick-slider {
  margin: 0 -15px;
}
#section2 .excellence_slider .slick-slide {
  margin: 0 15px;
}
#section2 .excellence_slider .slick-list {
  margin: -50px -50px;
  padding: 50px 50px;
}
#section2 .excellence_slider .mob_slider_btn {
  margin-top: 0;
  top: 130px;
}
#section2 .excellence_slider .mob_slider_btn.prev {
  left: 15px;
}
#section2 .excellence_slider .mob_slider_btn.next {
  right: 15px;
}
#section2 .excellence_card {
  -webkit-box-shadow: 0px 8px 20px rgb(225 240 4 / 40%);
          box-shadow: 0px 8px 20px rgb(225 240 4 / 40%);
  background: #FFFFFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 30px;

}
#section2 .excellence_card:hover {
  -webkit-box-shadow: 0px 8px 20px rgb(240 178 4 / 40%);
          box-shadow: 0px 8px 20px rgb(240 178 4 / 40%);
}
#section2 .excellence_card .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  min-height: 200px;
}
#section2 .excellence_card .img_box img {
  
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-width: 100%;
  max-height: 100%;
}
#section2 .excellence_card .card_title {
  padding: 0 25px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  /*color: #ffdb4a;
    -webkit-text-stroke: 1px #c5ab45; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
#section2 .excellence_card .card_title sup {
  color: #3f3f3f;
  font-size: 14px;
}
#section2 .excellence_card .card_text {
  border-top: 1px solid #DAEAEF;
  padding: 25px;
  font-size: 11px;
  line-height: 13px;
  color: #3F3F3F;
  text-align: center;
  min-height: 100px;
  margin-top: auto;
  pointer-events: none;
}
#section2 .excellence_card .card_text a {
  text-decoration: none;
  color: inherit;
}
#section2 .btn_wr {
  text-align: center;
}
#section3 {
  background-image: url('../img/bg_section3.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 305px 0 175px 0;
  height: 1470px;
}
#section3 .title_box {
  padding: 0 40px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section3 .title_box h2 {
  width: 385px;
  text-align: left;
  margin-bottom: 0;
  padding-right: 35px;
  border-right: 1px dashed #DAEAEF;
}
#section3 .title_box h4 {
  margin-left: 35px;
  text-align: left;
  margin-bottom: 0;
}
#section3 .slider_wr {
  position: relative;
}
#section3 .production_nav {
  margin-bottom: 55px;
  position: relative;
}
#section3 .production_nav .item {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 25px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #FFFFFF;
  width: 222px;
}
#section3 .production_nav .item.active:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 21px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -2px;
  background-image: url('../img/icon/check_choose.svg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
#section3 .production_slider {
  margin-bottom: 70px;
  margin-left: -15px;
  margin-right: -15px;
}
#section3 .production_slider .slick-slider {
  margin: 0 -15px;
}
#section3 .production_slider .slick-slide {
  margin: 0 15px;
}
#section3 .product_card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  min-height: 560px;
}
#section3 .product_card .img_box {
  height: 240px;
  margin-bottom: 15px;
}
#section3 .product_card .img_box img {
  width: 100%;
}
#section3 .product_card .card_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #ffde59;
  margin-bottom: 5px;
}
#section3 .product_card .card_text {
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  color: #3F3F3F;
  min-height: 60px;
  padding: 5px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section3 .product_card .card_format {
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  color: #ffde59;
  padding: 0px 15px;
  margin-top: auto;
  margin-bottom: 20px;
}
#section3 .product_card .card_price {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffde59;
  padding: 00px 0;
  text-align: center;
  margin-bottom: 20px;
}
#section3 .product_card .card_price .from {
  font-weight: 400;
}
#section3 .product_card .card_button {
  padding: 30px 0;
  border-top: 1px solid #DAEAEF;
  text-align: center;
}
#section3 .product_card .card_button .outline_btn {
  max-width: 220px;
}
#section3 .button_wr {
  text-align: center;
}
#section4 {
  padding: 85px 0 60px 0;
  position: relative;
}
#section4 .section_img1 {
  left: 0;
  top: 50px;
}
#section4 .section_img2 {
  right: 0;
  top: 50px;
}
#section4 h4 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}
#section4 .techno_slider {
  display: none;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#section4 .techno_slider .slide {
  margin: 15px;
}
#section4 .techno_slider .mob_slider_btn {
  top: 100px;
  margin-top: 0;
}
#section4 .techno_slider .slick-slider {
  margin: 0 -15px;
}
#section4 .techno_slider .slick-slide {
  margin: 0 15px;
}
#section4 .techno_slider .slide {
  margin-bottom: 15px;
}
#section4 .techno_slider .techo_item {
  margin: 0 auto;
}
#section4 .techno_slider .techo_item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#section4 .techno_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
#section4 .techo_item {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 90px;
  padding-bottom: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 15px 30px 15px;
}
#section4 .techo_item:hover {
  -webkit-box-shadow: 0px 10px 56px rgba(4, 209, 240, 0.21);
          box-shadow: 0px 10px 56px rgba(4, 209, 240, 0.21);
}
#section4 .techo_item .num {
  position: absolute;
  width: 54px;
  height: 100px;
  background-color: #ffde59;
  border-radius: 27px;
  top: -25px;
  left: 50%;
  margin-left: -27px;
  font-weight: bold;
  font-size: 34px;
  line-height: 138px;
  text-align: center;
  color: #FFFFFF;
}
#section4 .techo_item .techo_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #ffde59;
  margin-bottom: 20px;
}
#section4 .techo_item .techo_text {
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #000;
  padding: 0 25px;
}
#section4 .techo_item .techo_text sup {
  font-size: 8px;
  font-weight: 400;
  color: #000;
}
#section4 .techo_item .btn_wr {
  margin-top: auto;
  text-align: center;
}
#section4 .techo_item .btn_wr .outline_btn {
  width: 150px;
}
#section5 {
  background-image: url('../img/bg_section5.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 1127px;
  padding: 370px 0 270px 0;
}
#section5 .main_subtitle {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
#section5 .btn_wr {
  text-align: center;
}
#section5 .btn_wr .outline_btn {
  margin-bottom: 60px;
}
#section5 .present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
#section5 .present .icon {
  margin-right: 10px;
}
#section5 .present .text_box {
  text-align: left;
  padding: 2px 0;
}
#section5 .present .text {
  font-size: 12px;
  line-height: 1.25;
  color: #fff;
  text-align: left;
  margin-bottom: 2px;
}
#section5 .present .present_link {
  font-size: 12px;
  line-height: 1.25;
  color: #60D7E2;
}
#section5 .present .present_link:hover {
  text-decoration: none;
}
#section6 {
  padding: 80px 0 50px 0;
  position: relative;
  z-index: 2;
}
#section6 .slider_wr {
  background-image: url('../img/bg_section6.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 730px;
  padding: 215px 0 170px 0;
}
#section6 .reviews_slider {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#section6 .reviews_slider:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  top: -50px;
  background-image: url('../img/icon/quote_icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#section6 .slide .review {
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: #ffde59;
  margin-bottom: 20px;
}
#section6 .slide .rating {
  text-align: center;
  margin-bottom: 10px;
}
#section6 .slide .rating img {
  display: inline-block;
}
#section6 .slide .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #3F3F3F;
  margin-bottom: 5px;
}
#section6 .slide .info {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #3F3F3F;
  margin-bottom: 20px;
}
#section6 .slide .link_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
#section6 .slide .link_wr .logo_link {
  padding-right: 20px;
  border-right: 1px solid #DAEAEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section6 .slide .link_wr .logo_link img {
  width: 130px;
}
#section6 .slide .link_wr .read_more_link {
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.2;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ffde59;
}
#section6 .slide .link_wr .read_more_link:hover {
  text-decoration: none;
}
#section7 {
  padding: 50px 0 50px 0;
  position: relative;
  margin-bottom: -35px;
}
#section7 .section_img1 {
  top: -100px;
  left: 0;
}
#section7 .section_img2 {
  right: 0;
  top: 800px;
}
#section7 .top_box h4 {
  margin-bottom: 15px;
}
#section7 .top_box .soc_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px;
}
#section7 .top_box .link {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #ffde59;
  padding: 0 15px;
  position: relative;
}
#section7 .top_box .link.line:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  background-color: #3F3F3F;
  opacity: 0.4;
}
#section7 .top_box .link:hover {
  text-decoration: none;
}
#section7 .title_box h4 {
  max-width: 720px;
  margin: 0 auto 20px;
}
#section7 .btn_wr {
  text-align: center;
  margin-bottom: 100px;
}
#section7 .certificates_slider {
  margin-bottom: 70px;
}
#section7 .certificates_slider a {
  position: relative;
  padding-left: 40px;
}
#section7 .certificates_slider a:before {
  content: '';
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 50%;
  background-color: #ffde59;
  background-image: url('../img/icon/zoom.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#section7 .certificates_slider a:hover:before {
  opacity: 1;
}
#section7 .certificates_slider a img {
  border-radius: 20px;
  width: 200px;
  height: 300px;
}
.hfdd {
  padding: 50px 40px 50px 130px !important;
}
.hery {
  width: 480px;
  height: 480px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  margin-top: -240px;
  left: 75px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.yjkfds{
  display: flex;
    position: relative !important;
    flex-direction: row-reverse !important;
}
#section7 .about_salon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#section7 .about_salon .l_box {
  width: 640px;
  background-color: #fff !important;
  border-radius: 20px;
  padding: 50px 130px 50px 40px;
  text-align: left;
}
#section7 .about_salon .l_box h3 {
  text-align: left;
  margin-bottom: 35px;
}
#section7 .about_salon .l_box h4 {
  text-align: left;
  font-style: italic;
}
#section7 .about_salon .l_box p {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 20px;
}
#section7 .about_salon .l_box p:last-of-type {
  margin-bottom: 40px;
}
#section7 .about_salon .btn_wr {
  text-align: left;
  margin-bottom: 0;
}
#section7 .about_salon .r_box {
  width: 480px;
  height: 480px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  margin-top: -240px;
  right: 100px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#section7 .about_salon .r_box img {
  width: 120%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}
#section7 .about_salon .r_box:hover img {
  width: 130%;
}
#section7 .about_salon .r_box:hover .btn_play {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#section8 {
  background-image: url('../img/bg_section8.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 800px;
  position: relative;
  padding: 140px 0 0 0;
}
#section8 .section_img {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#section8 h2 {
  margin-bottom: 35px;
}
#section8 .gallery_video_slider {
  max-width: 740px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}
#section8 .gallery_video_slider .slider_btn.prev {
  left: -180px;
}
#section8 .gallery_video_slider .slider_btn.next {
  right: -180px;
}
#section8 .gallery_video_slider .slick-dots {
  position: absolute;
  width: 100%;
  bottom: -50px;
}
#section8 .gallery_video_slider:before,
#section8 .gallery_video_slider:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 20px;
}
#section8 .gallery_video_slider:before {
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  background-color: #DAEAEF;
  z-index: 1;
}
#section8 .gallery_video_slider:after {
  width: calc(100% + 80px);
  height: calc(100% - 80px);
  background-color: #F3F4F7;
  z-index: 0;
}
#section8 .gallery_video_slider .slick-list {
  z-index: 3;
}
#section8 .gallery_video_slider .slick-slider {
  margin: 0 -15px;
}
#section8 .gallery_video_slider .slick-slide {
  margin: 0 15px;
}
#section8 .gallery_video_slider .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120%;
  position: relative;
  height: 410px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#section8 .gallery_video_slider .slide .gradient {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 190, 205, 0.1)), to(rgba(22, 154, 175, 0.7)));
  background: linear-gradient(180deg, rgba(34, 190, 205, 0.1) 0%, rgba(22, 154, 175, 0.7) 100%);
  z-index: 1;
}
#section8 .gallery_video_slider .slide img {
  position: absolute;
  width: 110%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
#section8 .gallery_video_slider .slide .btn_play {
  z-index: 2;
}
#section8 .gallery_video_slider .slide:hover img {
  width: 120%;
}
#section8 .gallery_video_slider .slide:hover .btn_play {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#section8 .gallery_video_slider .slide .text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  z-index: 2;
}
#section9 {
  padding: 100px 0 90px 0;
}
#section9 h4 {
  margin-bottom: 50px;
}
#section9 .news_slider .slick-slider {
  margin: 0 -15px;
}
#section9 .news_slider .slick-slide {
  margin: 0 15px;
}
#section9 .news_slider .slick-list {
  padding-bottom: 25px;
}
#section9 .news_card {
  height: 580px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
#section9 .news_card:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(4, 209, 240, 0.21);
          box-shadow: 0px 0px 20px rgba(4, 209, 240, 0.21);
}
#section9 .news_card .img_box {
  height: auto;
  margin-bottom: 15px;
  position: relative;
  max-height: 290px;
  overflow: hidden;
}
#section9 .news_card .img_box img {
  width: 100%;
  height: auto;
}
#section9 .news_card .img_box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 164, 181, 0)), to(rgba(0, 164, 181, 0.7)));
  background: linear-gradient(180deg, rgba(0, 164, 181, 0) 0%, rgba(0, 164, 181, 0.7) 100%);
}
#section9 .news_card .content {
  padding: 0 30px;
  height: 215px;
}
#section9 .news_card .date {
  font-size: 12px;
  line-height: 1.25;
  color: #ffde59;
  margin-bottom: 15px;
}
#section9 .news_card .card_title {
  font-size: 20px;
  line-height: 1.4;
  color: #3F3F3F;
  font-weight: bold;
  margin-bottom: 15px;
}
#section9 .news_card .card_text {
  font-size: 14px;
  line-height: 1.4;
  color: #3F3F3F;
  opacity: 0.7;
  margin-bottom: 15px;
}
#section9 .news_card .widget {
  border-top: 1px solid #DAEAEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  height: 60px;
}
#section9 .news_card .widget .see {
  display: none;
}
#section9 .news_card .widget .widger_arrow {
  width: 20px;
  height: 20px;
  background-image: url('../img/icon/widget_arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#map {
  padding: 470px 0 40px 0;
  position: relative;
}
#map:before {
  content: '';
  display: block;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6ACBDA;
  position: absolute;
  -webkit-clip-path: ellipse(150% 100% at 50% 100%);
          clip-path: ellipse(150% 100% at 50% 100%);
}
#map #g_map {
  -webkit-clip-path: ellipse(150% 100% at 50% 100%);
          clip-path: ellipse(150% 100% at 50% 100%);
  background-image: url('../img/map.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#map .contact_block {
  position: relative;
  z-index: 10;
}
#map h2 {
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
}
#map .contact_slider .item {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  position: relative;
  padding-left: 34px;
}
#map .contact_slider .item.address:before {
  background-image: url('../img/icon/address.svg');
}
#map .contact_slider .item.tell:before {
  background-image: url('../img/icon/tell.svg');
}
#map .contact_slider .item.work:before {
  background-image: url('../img/icon/clock.svg');
}
#map .contact_slider .item.email:before {
  background-image: url('../img/icon/mail.svg');
}
#map .contact_slider .item:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#map .contact_slider .item .tell_call {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
}
#map .contact_slider .item .email_send {
  color: #fff;
  text-decoration: none;
}
#section10 h2 {
  text-align: left;
}
#section10 .title_block {
  padding-bottom: 30px;
  border-bottom: 1px solid #DAEAEF;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section10 .title_block h2 {
  margin-bottom: 0;
}
#section10{
  margin: 60px 0;
}
#section10 .play_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
#section10 .play_wr h4 {
  width: 225px;
  margin-bottom: 0;
  text-align: left;
}
#section10 .btn_play {
  position: static;
  margin-right: 20px;
  width: 90px;
  height: 90px;
  margin-top: 0;
  margin-left: 0;
  border-color: #ffde59;
  background-image: url('../img/icon/play_blue.svg');
  background-position: 65% center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#section10 .btn_play:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#section10 .soc_list {
  padding-left: 64px;
}
#section10 .soc_list .soc_btn {
  margin-bottom: 35px;
}
#section10 .soc_list h4 {
  text-align: left;
}
footer .top {
  padding: 25px 0;
  background-color: #fff;
}
.log img{
  width: 40%;
}
footer .policy_link {
  color: #ffdb4a;
  font-size: 12px;
  line-height: 1.25;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
footer .policy_link:hover {
  text-decoration: none;
}
.form {
  margin: 0 auto;
}
#sign_popup {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
#sign_popup1 {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.validate{
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}
.blue {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  margin: 45px 0 15px;
}
.blue1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  margin: 5px 0 25px;
}
.dinag{
  margin-bottom: 45px;

}
footer .text {
  font-size: 12px;
  line-height: 1.25;
  color: #3F3F3F;
}
footer .company {
  text-align: center;
}
footer .made_in {
  text-align: right;
}
footer .logo_link {
  display: inline-block;
}
.contraindications {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #ffde59;
  text-align: center;
  padding: 10px 10px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(243, 244, 247, 0.8);
  z-index: 50;
  text-transform: uppercase;
}
.sm_text {
  font-size: 11px;
  line-height: 13px;
  color: #3F3F3F;
  text-align: left;
  pointer-events: none;
}
.sm_text .link {
  color: #ffde59;
  font-size: 12px;
  line-height: 1.25;
  text-decoration: none;
  pointer-events: auto;
}
.sm_text .link:hover {
  text-decoration: underline;
}
.not_white-space {
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1799px) {
  header .navbar {
    display: none;
  }
  #menu_btn {
    display: block;
  }
}
@media screen and (max-width: 1399px) {
  #section7 .certificates_slider .slider_btn.prev {
    left: -40px;
  }
  #section7 .certificates_slider .slider_btn.next {
    right: -40px;
  }
  .news_slider .slider_btn.prev {
    left: -15px;
  }
  .news_slider .slider_btn.next {
    right: -15px;
  }
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 85px;
  }
  header .outline_btn {
    display: none;
  }
  #section8 .gallery_video_slider .slider_btn.next {
    right: 0;
  }
  #section8 .gallery_video_slider .slider_btn.prev {
    left: 0;
  }
  .news_slider .slider_btn.prev {
    left: -25px;
  }
  .news_slider .slider_btn.next {
    right: -25px;
  }
  .slider_btn.next {
    right: 0;
  }
  .slider_btn.prev {
    left: 0;
  }
  #section2 .excellence_slider .slick-list {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
  }
  #section2 .excellence_card {
    -webkit-box-shadow: 0px 8px 20px rgb(240 178 4 / 40%);
            box-shadow: 0px 8px 20px rgb(240 178 4 / 40%);
  }
  #section3 .production_nav .item {
    width: auto;
  }
  #section3 .product_card {
    height: 580px;
  }
  #section3 .product_card .img_box {
    height: 200px;
  }
  #section7 .about_salon .r_box {
    width: 380px;
    height: 380px;
    right: 0;
  }
  .contraindications {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  header .social_btns {
    display: none;
  }
  header .header_contact {
    display: none;
  }
  .main_title {
    font-size: 40px;
  }
  .main_subtitle {
    font-size: 24px;
  }
  #section1 .bottom_box .elipse {
    height: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  #section3 {
    height: auto;
    padding: 100px 0 100px 0;
    background-image: url('../img/bg_section3_mob.svg');
    background-position: center top;
    background-size: cover;
  }
  #section3 .title_box {
    padding: 0;
  }
  #section3 .production_nav .item {
    font-size: 14px;
  }
  #section4 .section_img1 {
    display: none;
  }
  #section4 .section_img2 {
    display: none;
  }
  #section4 .techno_wr {
    display: none;
  }
  #section4 .techno_slider {
    display: block;
  }
  #section5 {
    padding: 100px 0 100px 0;
    background-position: center bottom;
    height: auto;
  }
  #section7 .section_img2 {
    display: none;
  }
  #section7 .about_salon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #section7 .about_salon .r_box {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
  }
  #section7 .about_salon .l_box {
    width: 100%;
    padding: 40px 40px;
  }
  #section14 {
    padding: 30px 0px 0 !important;
  }
  #section10 .title_block{
    padding-top: 50px;
  }
  #section8 {
    height: auto;
    padding: 100px 0;
    background-size: cover;
  }
  #section8 .section_img {
    display: none;
  }
  #map .contact_slider .slide {
    text-align: center;
  }
  #map .contact_slider .item {
    padding-left: 30px;
    text-align: left;
    display: inline-block;
  }
  #map .contact_slider .item:before {
    left: -10px;
  }
  #section10 .soc_list .soc_btn {
    margin-right: 25px;
  }
  #sign_popup .l_box {
    background-image: none;
    height: auto;
  }
  #sign_popup .l_box .title {
    color: #3F3F3F;
    position: static;
    text-align: center;
    padding: 25px 50px;
  }
  #sign_popup .l_box .overl {
    display: none;
  }
  #sign_popup .l_box .lenses_img {
    display: none;
  }
  #sign_popup .l_box {
    background-image: none;
    height: auto;
  }
  #sign_popup .l_box .title {
    color: #3F3F3F;
    position: static;
    text-align: center;
    padding: 25px 50px;
  }
  #sign_popup .l_box .overl {
    display: none;
  }
  #sign_popup .l_box .lenses_img {
    display: none;
  }




  
  #sign_popup1 .l_box {
    background-image: none;
    height: auto;
  }
  #sign_popup1 .l_box .title {
    color: #3F3F3F;
    position: static;
    text-align: center;
    padding: 25px 50px;
  }
  #sign_popup1 .l_box .overl {
    display: none;
  }
  #sign_popup1 .l_box .lenses_img {
    display: none;
  }
  #section10 .title_block.tb_none {
    display: none;
  }
}
#section16{
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .formras {
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
}
  .offers .body .item img {
    right: -17% !important
}
  #section16{
    margin: 0;
  }
  
  .ctab-cont__soc-item:nth-child(1), .ctab-cont__soc-item:nth-child(2), .ctab-cont__soc-item:nth-child(3), .ctab-cont__soc-item:nth-child(4), .ctab-cont__soc-item:nth-child(5) {

  width: 100% !important;
  padding-left: 20px;
}
.soc_btn .icon {
  width: 44px;}
  #section2 {
    padding: 20px 0 3rem 0;
}
.blue {
  margin: 45px 0 15px;
  font-size: 34px;
}
.offers .body .item p {
  width: 70%;
  font-size: 17px !important;
  margin: 0 0 24px 0;
}
.blue1 {
  font-size: 28px;
  margin: 0px 0 30px;
}
#section7 .about_salon .l_box {
  padding: 40px 15px 45px !important;
}
  
#section7 .certificates_slider a img {
  border-radius: 20px;
  width: 82%;
}
  header .logo_box .bausch_logo img{
    width: 100px;
}
  #section1 .bottom_box .elipse {
    display: none;
  }
  #section3 .title_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #section3 .title_box h2 {
    width: auto;
    padding-right: 0;
    border-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  #section3 .title_box h4 {
    margin-left: 0;
    text-align: center;
  }
  #section3 .product_card .img_box {
    height: auto;
  }
  #section4 .techo_item {
    margin-left: auto;
    margin-right: auto;
  }
  #section6 .slide .review {
    font-size: 24px;
  }
  #section8 .gallery_video_slider:after {
    width: calc(100% + 50px);
  }
  #section8 .gallery_video_slider .slide {
    height: 50vw;
  }
  .main_popup .mfp-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
  .main_popup .popup_bg {
    height: 150px;
    padding: 20px;
  }
  .main_popup .popup_bg h2 {
    font-size: 24px;
  }
  .main_popup .popup_bg h2 .line:before {
    bottom: 14px;
  }
  .main_popup .content {
    padding: 20px;
  }
  .main_popup .content .icon_box .l_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .main_popup .content .icon_box .r_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  .main_popup .content .icon_box .r_box h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  .main_popup .content .icon_box .r_box p {
    font-size: 14px;
  }
  .main_popup .content p {
    font-size: 14px;
  }
  .main_popup .content h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .main_popup .content .scroll_description .bot_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_popup .content .scroll_description .bot_box .l_box {
    width: 100%;
    margin-bottom: 15px;
  }
  .main_popup .content .scroll_description .bot_box .r_box {
    width: 100%;
  }
  .main_popup .marker_list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  body {
    padding-top: 63px;
  }
  #btn_top.show {
    display: none;
  }
  .mob_br {
    display: inline;
  }
  .main_title {
    font-size: 34px;
  }
  .main_subtitle {
    font-size: 20px;
    font-weight: 400;
    max-width: 280px;
    margin-bottom: 40px;
  }
  h2 {
    font-size: 34px;
  }
  h4 {
    font-size: 20px;
  }
  .slick-dots {
    margin-top: 10px;
  }
  .color_btn {
    max-width: 100%;
  }
  .btn_play {
    background-size: 22px;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
  #menu_btn {
    height: 20px;
  }
  #menu_btn span:nth-child(2),
  #menu_btn span:nth-child(3) {
    top: 10px;
  }
  #menu_btn span:nth-child(4) {
    top: 20px;
  }
  header .header_content {
    padding: 0 15px 15px;
  }
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
  header .header_sticky.navbar-fixed {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .logo_box .logo {
    height: 30px;
  }
  #section1 {
    background-image: url('../img/bg_section1_mob.png');
    background-size: cover;
  }
  #section1 .btn_wr {
    margin-bottom: 60px;
  }
  #section1 .bottom_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    background: rgb(0 0 0 / 80%);
  }
  #section1 .bottom_box .item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #section1 .bottom_box .item:last-child {
    margin-bottom: 0;
  }
  #section2 {
    overflow: hidden;
  }
  #section2 h4 {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 30px;
  }
  #section2 .section_img1 {
    display: none;
  }
  #section2 .circle {
    display: none;
  }
  #section2 .excellence_slider {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 10px;
  }
  #section3 {
    overflow: hidden;
    padding: 60px 0 120px 0;
  }
  #section3 .production_slider {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 40px;
  }
  #section3 .production_slider .mob_slider_btn {
    top: 100px;
    margin-top: 0;
  }
  #section3 .title_box {
    margin-bottom: 40px;
  }
  #section3 .title_box h4 {
    font-size: 14px;
  }
  #section3 .slick-dots {
    margin-top: 40px;
  }
  #section4 {
    padding-bottom: 0;
  }
  #section4 h4 {
    font-size: 14px;
  }
  #section4 .techo_item {
    width: 320px;
    height: 320px;
    padding-top: 80px;
  }
  #section4 .techo_item .num {
    top: -40px;
  }
  #section4 .techo_item .techo_title {
    font-size: 18px;
    line-height: 1.2;
  }
  #section4 .techo_item .techo_text {
    padding: 0 10px;
  }
  #section4 .techo_item .outline_btn {
    height: 48px;
  }
  #section4 .techno_slider .slide {
    margin: 0;
  }
  #section4 .techno_slider .mob_slider_btn {
    top: 120px;
  }
  #section4 .techno_slider .mob_slider_btn.next {
    right: 0;
  }
  #section4 .techno_slider .mob_slider_btn.prev {
    left: 0;
  }
  #section5 {
    background-image: url('../img/bg_section5_mob.png');
    background-size: cover;
    background-position: center top;
    padding-top: 130px;
    padding-bottom: 190px;
  }
  #section6 .slider_wr {
    background-image: url('../img/bg_section6_mob.svg');
    background-size: cover;
    background-position: center top;
    height: auto;
    padding-bottom: 120px;
  }
  #section6 .reviews_slider .mob_slider_btn {
    margin-top: auto;
    top: -65px;
  }
  #section7 {
    padding-bottom: 0;
  }
  #section7 .top_box .soc_links {
    margin-bottom: 40px;
  }
  #section7 .top_box .link {
    font-size: 14px;
  }
  #section7 .section_img1 {
    display: none;
  }
  #section7 .title_box h4 {
    font-size: 20px;
    font-style: italic;
  }
  #section7 .certificates_slider {
    margin-bottom: 10px;
  }
  #section7 .certificates_slider a img {
    position: relative;
    top: 0px;
    left: 10px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {

    padding-right: 5px;
    padding-left: 5px;
}
.col-md-12{
  flex: 0 0 100% !important;
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
footer .policy_wr{
  padding:  0;
}
footer .top {
  text-align: center !important;
}
  #section7 .certificates_slider .mob_slider_btn.prev {
    left: 0;
  }
  #section7 .certificates_slider .mob_slider_btn.next {
    right: 0;
  }
  #section7 .btn_wr {
    margin-top: 35px;
    margin-bottom: 60px;
  }
  .slick-arrow{
    margin: 0 auto;
  }
  #section7 .about_salon .r_box {
    z-index: 2;
    height: 290px;
  }
  #section7 .about_salon .l_box {
    padding: 40px 15px 45px !important;
    position: relative;
    z-index: 1;
  }
  #section7 .about_salon .l_box h4 {
    font-size: 18px;
  }
  #section8 {
    background-image: url('../img/bg_section8_mob.svg');
    padding-bottom: 120px;
  }
  #section8 .gallery_video_slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  #section8 .gallery_video_slider:before {
    display: none;
  }
  #section8 .gallery_video_slider:after {
    display: none;
  }
  #section8 .gallery_video_slider .slide .text {
    font-size: 12px;
    bottom: 20px;
    left: 20px;
  }
  #section9 {
    padding: 60px 0 50px 0;
    overflow: hidden;
  }
  #section9 .news_slider {
    margin-left: -30px;
    margin-right: -30px;
  }
  #section9 .news_slider .mob_slider_btn {
    top: 120px;
    margin-top: 0;
  }
  #section9 h4 {
    font-size: 14px;
  }
  #section9 .news_card {
    height: auto;
  }
  #section9 .news_card .card_text {
    height: auto;
  }
  #map {
    padding-top: 420px;
    padding-bottom: 0;
  }
  #map:before {
    top: -30px;
    -webkit-clip-path: ellipse(190% 100% at 50% 100%);
            clip-path: ellipse(190% 100% at 50% 100%);
  }
  #map #g_map {
    -webkit-clip-path: ellipse(190% 100% at 50% 100%);
            clip-path: ellipse(190% 100% at 50% 100%);
  }
  #map .contact_slider .mob_slider_btn.prev {
    left: 15px;
  }
  #map .contact_slider .mob_slider_btn.next {
    right: 15px;
  }
  #map .contact_block {
    padding: 20px 0;
    margin: 0 -15px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  }
  #section10 .play_wr {
    padding-left: 0;
  }
  #section10 .play_wr .btn_play {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    height: 75px;
    background-size: 32px;
  }
  #section10 .play_wr h4 {
    width: auto;
  }
  #section10 .soc_list {
    padding-left: 25px;
  }
  footer .policy_wr {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .company {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .made_in {
    text-align: center;
  }
  .contraindications {
    font-size: 10px;
  }
  #sign_popup .mfp-close {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }
  #sign_popup .l_box .title {
    font-size: 22px;
    padding: 15px 50px;
  }
  #sign_popup iframe {
    padding: 10px;
  }
  #sign_popup .r_box {
    height: 550px;
  }



  
  #sign_popup1 .mfp-close {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }
  #sign_popup1 .l_box .title {
    font-size: 22px;
    padding: 15px 50px;
  }
  #sign_popup1 iframe {
    padding: 10px;
  }
  #sign_popup1 .r_box {
    height: 550px;
  }
  .main_popup .content .info {
    display: none;
  }
  .main_popup .content .icon_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_popup .content .icon_box .l_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
  }
  .main_popup .content .icon_box .l_box img {
    width: 50px;
    display: inline-block;
  }
  .main_popup .content .icon_box .r_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
  .review_popup .top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .review_popup .top .info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .review_popup .content {
    padding: 40px 15px;
  }
  .review_popup .benefits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review_popup .benefits .benefit {
    width: 100%;
    margin-bottom: 20px;
  }
  .review_popup .benefits .benefit:last-child {
    margin-bottom: 0;
  }
  .review_popup .mfp-close {
    width: 40px;
    height: 40px;
    background-size: 20px;
    top: 5px;
    right: 5px;
  }
  .review_popup .content h3 {
    font-size: 20px;
  }
  .review_popup .content .marker_list {
    font-size: 14px;
  }
  .review_popup ._popup_title {
    font-size: 26px;
  }
}
@media screen and (max-width: 360px) {
  #section4 .techno_slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  #section4 .techo_item {
    width: 290px;
    height: 290px;
    padding-top: 70px;
    padding-bottom: 20px;
  }
  #section4 .techo_item .techo_title {
    font-size: 15px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  #section4 .techo_item .btn_wr .outline_btn {
    width: 130px;
  }
}

  .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      display: flex;
      justify-content: flex-end;
  }

  
  .calc {
  margin: 0 0 40px 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.calc {
  margin-bottom: 70px
}
.calc.calc_h1 {
  margin: 20px 0 50px 0
}
.calc div.title {
  margin: 0 0 40px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex: 2 1;
  flex: 2 1;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px 0
}
.calc div.title .strong {
  max-width: 571px
}
.calc div.title .strong h2 {
  display: inline-block
}
.calc div.title .strong span {
  display: none
}
.calc div.title p {
  display: block;
  text-align: right;
  max-width: 280px;
  font-weight: 700;
  font-size: 17px
}
.calc .desktop .calculator__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px
}
.calc .desktop .calculator__wrapper .calculator__left-part {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 53%;
  flex: 1 1 53%
}
.calc .desktop .calculator__wrapper .calculator__left-part .area__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 5px 0;
  font-size: 16px
}
.calc .desktop .calculator__wrapper .calculator__left-part .area__number p {
  font-weight: 500;
  font-size: 16px;
  color: #31373f
}
.calc .desktop .calculator__wrapper .calculator__left-part .area__number .input__box {
  margin-bottom: 10px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  color: #23292f
}
.calc .desktop .calculator__wrapper .calculator__left-part .area__number .input__box .numberInput {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  padding: 12px 12px 12px 12px;
  border: none;
  border-radius: 5px;
  color: #23292f
}
.calc .desktop .calculator__wrapper .calculator__left-part .area__number .input__box .numberInput::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  width: 0
}
.calc .desktop .calculator__wrapper .calculator__left-part .area__number .input__box .numberInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  width: 0
}
.calc .desktop .calculator__wrapper .calculator__left-part .slider__contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 25px
}
.calc .desktop .calculator__wrapper .calculator__left-part .slider__contain .slider {
  position: relative;
  width: 100%;
  height: 10px
}
.calc .desktop .calculator__wrapper .calculator__left-part .slider__contain .slider .custom-slider {
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  background: rgba(220, 220, 220, .5882352941);
  outline: 0;
  border-radius: 5px
}
.calc .desktop .calculator__wrapper .calculator__left-part .slider__contain .slider .custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 5px solid #ffde59;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
  z-index: 5;
  position: relative;
  margin-bottom: 2px
}
.calc .desktop .calculator__wrapper .calculator__left-part .slider__contain .slider .custom-slider::-moz-range-thumb {
  width: 19px;
  height: 19px;
  background: #fff;
  border: 5px solid #ffde59;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
  z-index: 5;
  position: relative;
  margin-bottom: 2px
}
.calc .desktop .calculator__wrapper .calculator__left-part .slider__contain .slider .custom-slider::-moz-range-track {
  background: 0 0;
  border: none
}
.calc .desktop .calculator__wrapper .calculator__left-part .slider__contain .slider .track {
  position: absolute;
  height: 60%;
  width: 0%;
  line-height: .9
}
.calc .desktop .calculator__wrapper .calculator__left-part .slider__contain .slider .green-track {
  background: #ffde59;
  z-index: 3;
  top: 16px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25) inset;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25) inset
}
.calc .desktop .calculator__wrapper .calculator__left-part .slider__nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 38px;
  min-height: 23px
}
.calc .desktop .calculator__wrapper .calculator__left-part .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0;
  gap: 20px
}
.calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main {
  width: 100%;
  text-align: left
}
.calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .ugol {
  font-weight: 500;
  font-size: 16px;
  color: #31373f
}
.calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .block {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #23292f;
  width: 100%
}
.calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .block .minus, .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .block .plus {
  font-size: 24px;
  padding: 3px 12px 7px 12px;
  font-weight: 700;
  height: 40px;
  width: 40px
}
.calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .block .minus {
  background-color: transparent;
  border: 1px solid #d3d3d3;
  color: #23292f
}
.calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .block .plus {
  background-color: #088c61;
  color: #fff;
  border: 1px solid #088c61
}
.calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .block span {
  font-size: 24px;
  font-weight: 700
}
.calc .desktop .calculator__wrapper .calculator__right-part {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 47%;
  flex: 1 1 47%
}
.calc .desktop .calculator__wrapper .calculator__right-part .disclaimer {
  text-align: left;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 16px;
  color: #31373f;
  min-height: 49px
}
.calc .desktop .calculator__wrapper .calculator__right-part .summaCalc {
  color: #989998;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400
}
.calc .desktop .calculator__wrapper .calculator__right-part .total {
  text-align: left;
  margin: 0 0 30px 0;
  font-size: 36px;
  font-weight: 700;
  color: #31373f
}
.mffg{
  margin-bottom: 4rem;
}
.total {
  margin: 0 0 30px 0;
  font-size: 36px;
  font-weight: 700;
  color: #000
}
.summaCalc{
  color: #31373f;
  margin-bottom: 10px;

}
.calc .desktop .calculator__wrapper .calculator__right-part .calculator__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px
}
.calc .desktop .calculator__wrapper .calculator__right-part .phone {
  width: 100%;
  margin: 0 0;
  border: 1px solid rgba(171, 182, 208, .5);
  background: #fafafc;
  padding: 16px 16px;
  width: 80%;
  border-radius: 5px;
  text-align: left;
  font-size: 18px
}
.calc .desktop .calculator__wrapper .calculator__right-part .black {
  border: 1px solid #23292f;
  border-radius: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 16px;
  cursor: pointer;
  width: 80%;
  margin: 0 0;
  padding: 16px 35px
}
@-moz-document url-prefix() {
  .calc .wrapper .desktop .calculator__wrapper .slider__contain .slider .custom-slider::-moz-range-thumb {
      z-index: 5;
      width: 19px
  }
  .calc .wrapper .desktop .calculator__wrapper .slider__contain .slider .green-track {
      z-index: -1
  }
  .area__number .input__box .numberInput {
      max-width: 72px
  }
}
@media (min-width:992px) {
    .about_company, .any_types_of_ceiling, .baguette_bar, .calc, .catalog_of_products, .ceiling_compare, .ceiling_install, .ceiling_install_advantages, .ceilings_install, .clients_trust_us, .completed_works, .contacts_command, .cooperation_conditions, .decor_adventages, .decor_review_block, .decor_variants, .double_vision, .faq, .flexy, .free_options, .happy_client, .look_at_your_ceiling, .main_screen_swiper, .material_choise, .measurer, .measurer-new, .our_production, .our_team, .own_production_advantages, .page_text, .partition_in_interier, .price_reduction, .product_related, .projects_slider, .ready-made_projects_photos, .ready_solutions_of_ceilings_types, .repair_form, .repair_services, .requisites, .slott_parsek, .technologies, .training_of_installers, .vacancies, .warranty, .we_need, .сooperation_socials {
        margin: 0 0 70px 0
    }
     .offers .title h1 {
        font-size: 48px;
        text-align: left
    }
    .calc .wrapper .title__main p {
        max-width: 395px
    }
    .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .block .plus:hover {
        background-color: transparent;
        color: #23292f
    }
    .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .block .minus:hover {
        background-color: #088c61;
        color: #fff
    }
  }
  @media (max-width:992px) {
    .calc {
        margin-bottom: 70px
    }
    .calc div.title {
        text-align: center;
        display: block;
        margin: 0 0 12px 0
    }
    .calc div.title .calc__price-disclaimer {
        display: none
    }
    .calc div.title .strong {
        margin: auto
    }
    .calc div.title h2 {
        display: block
    }
    .calc .desktop .calculator__wrapper {
        display: block;
        text-align: center;
        max-width: 480px;
        margin: 0 auto
    }
    .calc .desktop .calculator__wrapper .calculator__left-part .area__number .input__box .numberInput {
        padding: 8px 12px 8px 12px
    }
    .calc .desktop .calculator__wrapper .calculator__left-part .slider__contain .slider .custom-slider::-webkit-slider-thumb {
        width: 30px;
        height: 30px
    }
    .calc .desktop .calculator__wrapper .calculator__left-part .slider__nums {
        margin-bottom: 30px
    }
    .calc .desktop .calculator__wrapper .calculator__left-part .blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 20px 0 20px 0
    }
    .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main {
        width: 100%;
        text-align: left
    }
    .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .ugol {
        font-weight: 400;
        color: #31373f;
        margin-bottom: 8px
    }
    .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .ugol .ugol__hide-element {
        display: none
    }
    .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .block {
        margin-top: 2px;
        padding: 5px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid rgba(171, 182, 208, .5);
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
        color: #23292f;
        width: 100%
    }
    .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .block .minus, .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .block .plus {
        background-color: transparent;
        border: none;
        color: #23292f;
        font-size: 24px;
        padding: 0 0;
        height: 30px;
        width: 30px
    }
    .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .block .plus {
        color: #ffde59
    }
    .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .block span {
        font-size: 14px;
        padding-top: 1px
    }
    .calc .desktop .calculator__wrapper .calculator__right-part .disclaimer {
        display: none
    }
    .calc .desktop .calculator__wrapper .calculator__right-part .summaCalc {
        text-align: left
    }
    .calc .desktop .calculator__wrapper .calculator__right-part .total {
        margin: 0 0 22px 0
    }
    .calc .desktop .calculator__wrapper .calculator__right-part .calculator__order {
        display: block
    }
    .calc .desktop .calculator__wrapper .calculator__right-part .calculator__order .black, .calc .desktop .calculator__wrapper .calculator__right-part .calculator__order .phone {
        width: 100%
    }
    .calc .desktop .calculator__wrapper .calculator__right-part .calculator__order .phone {
        margin-bottom: 8px
    }
}

@media (max-width:992px) and (max-width:600px) {
  .calc .desktop .calculator__wrapper .calculator__left-part .blocks {
      gap: 20px
  }
}
@media (max-width:992px) and (max-width:400px) {
  .calc .desktop .calculator__wrapper .calculator__left-part .blocks {
      gap: 11px
  }
  .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .ugol {
      font-size: 16px
  }
}
@media (max-width:992px) and (max-width:380px) {
  .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .ugol {
      font-size: 15px
  }
}
@media (max-width:992px) and (max-width:360px) {
  .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .ugol {
      font-size: 14px
  }
  .offers {
    margin: 30px 0 100px 0
}
.offers .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 60px 0;
    gap: 20px
}
.offers .title h1 {
    text-align: left;
    max-width: 675px
}
.offers .title p {
    display: block;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: 410px
}
.offers .body {
    gap: 40px
}
.offers .body .item {
  width: 100%;
    padding: 56px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}
.offers .body .item .headline {
    font-size: 22px;
    margin: 0 0 20px 0
}
.offers .body .item p {
    font-size: 16px;
    margin: 0 0 40px 0
}
.offers .body .item button {
    font-size: 22px;
    padding: 20px 45px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.offers .body .item img {
    right: -15.5%
}
}
@media (max-width:880px) {
  .calc .desktop .calculator__wrapper .calculator__left-part .blocks .block__main .ugol .ugol__hide-element {
      display: none
  }
}
@media (max-width:768px) {
  
  .offers .body .item .color_btn {
    max-width: 70%;
  }
  .calc {
      margin-bottom: 40px
  }
  .offers {
    margin:  0
}
.offers .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.offers .body .item:not(:last-child) {
    margin: 0
}
.offers .body .item img {
    right: -17% !important
}
.offers .body .item .djfv img {
    width: 35% !important
}
}
.offers .title {
    font-size: 48px;
    text-align: left
}

.offers .title {
    margin: 0 0 25px 0
}
.offers .title h1 {
    text-align: center
}
.offers .title p {
    display: none
}
.offers .body .item {
  
  min-height: 220px;
    padding: 28px 20px;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden
}
.nth-child1 {
  border-radius: 15px;
  
    background-color: #f5e8ff
}
.nth-child2 {
  border-radius: 15px;
  background-color: #e8eeff
}
.nth-child3 {
  border-radius: 15px;
  background-color: #ffe8e8
}
.nth-child4 {
  border-radius: 15px;
    background-color: #fcedaf
}
.offers .body .item:nth-child(5) {
    background-color: #f4f5fe
}
.offers .body .item:nth-child(6) {
    background-color: #eee8ff
}
.offers .body .item:not(:last-child) {
    margin: 0 0 20px 0
}
.offers .body .item .headline {
    width: 70%;
    font-weight: 600;
    font-size: 22px;
    color: #232323;
    margin: 0 0 10px 0
}
.offers .body .item p {
    width: 70%;
    font-size: 20px;
    margin: 0 0 24px 0
}
.offers .body .item button {
    padding: 15px 40px;
    position: relative;
    z-index: 1
}
.offers .body .item img {
    position: absolute;
    right: -20%;
    bottom: 0;
    height: 100%;
    z-index: 0
}
@media (min-width:360px) {
    .offers .body .item img {
        right: -11%
    }}
    @media (min-width:420px) {
        .offers .body .item img {
            right: 0
        }}



        @media (min-width:1230px) {  
    .offers .body .item .headline {
      width: 325px
  }
  .offers .body .item p {
      width: 325px
  }
  .offers .body .item img {
      right: 0
  }
}

.body{
  display: flex;
  flex-wrap: wrap;
}
#section2 .btn1{
  text-align: left;
}
.info{
  min-height: 150px;
}

.ctab-cont__soc-item {
  margin-bottom: 2rem
}
.ctab-cont__soc-item:nth-child(1) {
  width: 38%
}
.ctab-cont__soc-item:nth-child(2) {
  width: 60%
}
.ctab-cont__soc-item:nth-child(3) {
  width: 38%
}
.ctab-cont__soc-item:nth-child(4) {
  width: 60%
}
.ctab-cont__soc {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.row-vcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.col-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.mr {
    margin-right: 1rem
}
.ctab-cont__ico {
    width: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.t16 {
  text-decoration: none;
    font-size: 18px
}
.mbs2 {
    margin-bottom: .21rem
}
.fwb {
    font-weight: 700
}
.kihago{
  width: 25px;
}

.calculator__left-part {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px;
}
.fon2{
  background-image: url(../img/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.fonna{
  color: #fff;
}
.formras{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}