@charset "UTF-8";

.message_text {
  display: none;
}


::-webkit-input-placeholder {
  color: #4f4f4f;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif
}

::-moz-placeholder {
  color: #4f4f4f;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif
}

:-moz-placeholder {
  color: #4f4f4f;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif
}

:-ms-input-placeholder {
  color: #4f4f4f;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif
}

path {
  fill: inherit;
  stroke: inherit
}

html {
  overflow-x: hidden;
}

body {
  font-display: swap;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400
}

body div,
body section,
body header,
body footer,
body form {
  box-sizing: border-box
}

body button,
body input,
body textarea {
  outline: none !important;
  border: none
}

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

body ul li {
  margin: 0;
  padding: 0
}

body .container {
  padding-right: 10px;
  padding-left: 10px
}

f body .row {
  margin-right: -5px;
  margin-left: -5px
}

body .col,
body .col-1,
body .col-10,
body .col-11,
body .col-12,
body .col-2,
body .col-3,
body .col-4,
body .col-5,
body .col-6,
body .col-7,
body .col-8,
body .col-9,
body .col-auto,
body .col-lg,
body .col-lg-1,
body .col-lg-10,
body .col-lg-11,
body .col-lg-12,
body .col-lg-2,
body .col-lg-3,
body .col-lg-4,
body .col-lg-5,
body .col-lg-6,
body .col-lg-7,
body .col-lg-8,
body .col-lg-9,
body .col-lg-auto,
body .col-md,
body .col-md-1,
body .col-md-10,
body .col-md-11,
body .col-md-12,
body .col-md-2,
body .col-md-3,
body .col-md-4,
body .col-md-5,
body .col-md-6,
body .col-md-7,
body .col-md-8,
body .col-md-9,
body .col-md-auto,
body .col-sm,
body .col-sm-1,
body .col-sm-10,
body .col-sm-11,
body .col-sm-12,
body .col-sm-2,
body .col-sm-3,
body .col-sm-4,
body .col-sm-5,
body .col-sm-6,
body .col-sm-7,
body .col-sm-8,
body .col-sm-9,
body .col-sm-auto,
body .col-xl,
body .col-xl-1,
body .col-xl-10,
body .col-xl-11,
body .col-xl-12,
body .col-xl-2,
body .col-xl-3,
body .col-xl-4,
body .col-xl-5,
body .col-xl-6,
body .col-xl-7,
body .col-xl-8,
body .col-xl-9,
body .col-xl-auto {
  padding-right: 5px;
  padding-left: 5px
}

body a {
  text-decoration: none;
  color: inherit
}

body a:hover {
  text-decoration: none;
  color: inherit
}

body p {
  margin-bottom: 10px
}

.section-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  text-align: center
}

.section-title span {
  color: #ffb800
}

.section-title span.no-style {
  color: #fff
}

.section-title_sub {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px
}

.section-title_sub span {
  color: #ffb800
}

.section-title_sub--ua {
    color: #005BBB !important;
    border: 3px solid #FFD500;
    width: max-content;
    padding: 5px 15px !important;
    line-height: 1 !important;
    /* margin-top: 16px; */
    background-color: #ffd5007d;
    font-size: 40px !important;
    /* font-weight: 800 !important; */
    /* margin: 0 auto; */
    margin-bottom: 40px;
}

.clear {
  clear: both
}

@keyframes blink {
  50% {
    opacity: .3
  }
}

.orange-btn {
  background-color: #ffb800;
  box-shadow: 0 4px 0 #e2a506;
  border-radius: 6px;
  padding: 12px 0;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  width: 100%;
  transition: .4s
}

.orange-btn:hover {
  background-color: #ffdd08
}

.black-orange-btn {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 50px;
  font-weight: 700;
  width: 100%;
  border-width: 1px;
  border-radius: 30px;
  background-color: #f18118;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out
}

.black-orange-btn:hover {
  background-color: #ffdd08
}

.transparent-btn {
  background: transparent;
  border: 2px solid #333;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 12px 0;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  width: 100%;
  transition: .4s
}

.transparent-btn:hover {
  background-color: #c1c1c1
}

.input_wrapper input {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 0 12px 20px;
  background: #f2f2f2;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  color: #4f4f4f
}

.form_send {
  text-align: center;
  font-weight: 700;
  padding-bottom: 15px;
  color: #f2994a;
  transition: .7s
}

.form_send.form_send_header {
  display: none
}

.form_send.form_send_form_callback {
  display: none
}

.form_send.form_md_present_send {
  display: none
}

.form_send.form_col_present_send {
  display: none
}

.form_send.form_send_choice {
  display: none
}

.form_send.form_send_discount {
  display: none
}

.form_send.form_send_time {
  display: none
}

.form_send.form_send_trust_consult {
  display: none
}

.form_send.form_send_ataman {
  display: none
}

.form_send.form_send_skif {
  display: none
}

.form_send.form_send_aslan {
  display: none
}

.form_send.form_send_rimskiy {
  display: none
}

.form_send.form_send_persidskiy {
  display: none
}

.form_send.form_send_manar {
  display: none
}

.form_send.form_send_antichniy {
  display: none
}

.form_send.form_send_bagrat {
  display: none
}

.form_send.form_send_setka_2x {
  display: none
}

.form_send.form_send_setka_2x_consult {
  display: none
}

.form_send.form_send_nabor_4in1 {
  display: none
}

.form_send.form_send_nabor_4in1_consult {
  display: none
}

.form_send.form_send_case {
  display: none
}

.form_send.form_send_case_consult {
  display: none
}

.form_send.form_send_jarootsek {
  display: none
}

.form_send.form_send_jarootsek_consult {
  display: none
}

.form_send.form_send_shampur {
  display: none
}

.form_send.form_send_shampur_consult {
  display: none
}

.form_send.form_send_ternometer {
  display: none
}

.form_send.form_send_ternometer_consult {
  display: none
}

.form_send.form_send_tachka {
  display: none
}

.form_send.form_send_tachka_consult {
  display: none
}

.form_send.form_send_kryk {
  display: none
}

.form_send.form_send_kryk_consult {
  display: none
}

.form_send.form_send_kazan {
  display: none
}

.form_send.form_send_kazan_consult {
  display: none
}

.form_send.form_send_schepci {
  display: none
}

.form_send.form_send_schepci_consult {
  display: none
}

.modal.show .modal-dialog {
  max-width: 320px;
  margin: .5rem auto
}

@media (min-width: 768px) {
  .section-title.bottom-line {
    position: relative;
    padding-bottom: 30px
  }

  .section-title.bottom-line:after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #ffb800;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%)
  }

  .modal.show .modal-dialog {
    max-width: 640px
  }
}

@media (min-width: 1200px) {
  .section-title.bottom-line {
    padding-bottom: 45px
  }

  .section-title.bottom-line:after {
    width: 108px;
    bottom: 37px
  }

  .modal.show .modal-dialog {
    max-width: 813px
  }

  body {
    overflow-x: hidden
  }

  body .container {
    padding-right: 15px;
    padding-left: 15px
  }

  body .row {
    margin-right: -15px;
    margin-left: -15px
  }

  body .col,
  body .col-1,
  body .col-10,
  body .col-11,
  body .col-12,
  body .col-2,
  body .col-3,
  body .col-4,
  body .col-5,
  body .col-6,
  body .col-7,
  body .col-8,
  body .col-9,
  body .col-auto,
  body .col-lg,
  body .col-lg-1,
  body .col-lg-10,
  body .col-lg-11,
  body .col-lg-12,
  body .col-lg-2,
  body .col-lg-3,
  body .col-lg-4,
  body .col-lg-5,
  body .col-lg-6,
  body .col-lg-7,
  body .col-lg-8,
  body .col-lg-9,
  body .col-lg-auto,
  body .col-md,
  body .col-md-1,
  body .col-md-10,
  body .col-md-11,
  body .col-md-12,
  body .col-md-2,
  body .col-md-3,
  body .col-md-4,
  body .col-md-5,
  body .col-md-6,
  body .col-md-7,
  body .col-md-8,
  body .col-md-9,
  body .col-md-auto,
  body .col-sm,
  body .col-sm-1,
  body .col-sm-10,
  body .col-sm-11,
  body .col-sm-12,
  body .col-sm-2,
  body .col-sm-3,
  body .col-sm-4,
  body .col-sm-5,
  body .col-sm-6,
  body .col-sm-7,
  body .col-sm-8,
  body .col-sm-9,
  body .col-sm-auto,
  body .col-xl,
  body .col-xl-1,
  body .col-xl-10,
  body .col-xl-11,
  body .col-xl-12,
  body .col-xl-2,
  body .col-xl-3,
  body .col-xl-4,
  body .col-xl-5,
  body .col-xl-6,
  body .col-xl-7,
  body .col-xl-8,
  body .col-xl-9,
  body .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px
  }
}

.header {
  background-image: url(../img/col-header-bg.png);
  background-image: url(../img/col-header-bg.webp);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 40px
}

.header .first-screen_bg-tandyr_wrapper {
  width: 33.333333%;
  height: 100%;
  position: absolute;
  left: 0
}

.header .first-screen_bg-tandyr_wrapper .first-screen_bg-tandyr {
  /* background-image: url(../img/mobail-tandyr-bg-new.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 60%; */
  position: absolute;
  width: 190px;
  height: 100%;
  left: 59%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

@media (max-width: 474px) {
  .header .first-screen_bg-tandyr_wrapper .first-screen_bg-tandyr {
    width: 170px;
  }
}

.header .first-screen_bg-tandyr_wrapper .first-screen_bg-tandyr img,
.header .first-screen_bg-tandyr_wrapper .first-screen_bg-tandyr .fire {
  position: absolute;
  /* left: 53%; */
}

.header .first-screen_bg-tandyr_wrapper .first-screen_bg-tandyr img {
  width: 100%;
  max-width: 95%;
  left: 0%;
  top: 270px;
}

.header .first-screen_bg-tandyr_wrapper .first-screen_bg-tandyr .fire {
  width: 100%;
  max-width: 48%;
  min-width: 300px;
  min-height: 400px;
  left: 42%;
  top: 70px;
  background: transparent;
}

@media (max-width: 1200px) {
  .header .first-screen_bg-tandyr_wrapper .first-screen_bg-tandyr img {
    left: 10%;
    top: 300px;
  }

  .header .first-screen_bg-tandyr_wrapper .first-screen_bg-tandyr .fire {
    left: 53%;
    top: 200px;
    min-width: 200px;
    min-height: 400px;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .header .first-screen_bg-tandyr_wrapper .first-screen_bg-tandyr img:not(.fire) {
    display: none;
  }

  .header .first-screen_bg-tandyr_wrapper .first-screen_bg-tandyr .fire {
    max-width: 100%;
    top: auto;
    height: 100%;
    bottom: 40px;
    left: 0;
    min-width: 260px;

  }
}

@media (max-width: 576px) {
  .header .first-screen_bg-tandyr_wrapper .first-screen_bg-tandyr .fire {
    top: auto;
    bottom: -30px;
    left: 0;
    min-width: 190px;
  }
}

@media (max-width: 474px) {
  .header .first-screen_bg-tandyr_wrapper .first-screen_bg-tandyr .fire {
    min-width: 170px;
  }
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-fixed.fixed .header-contacts {
  background-color: rgba(50, 50, 50, 0.99);
}

.header-menu .menu-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 10px;
  height: 100%;
}

.header-menu .menu-contacts-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  margin-bottom: 0;
  color: #333;
  max-width: 110px;
  text-align: right;
  margin-left: 15px;
}

.header-menu .menu-contacts-text::before {
  content: '';
  display: block;
  margin-right: 5px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333;
}

.header-menu .menu-contacts-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.header-menu .menu-contacts-icons img {
  width: 100%;
  max-width: 35px;
}

@media (min-width: 1200px) {

  .header-menu .menu-contacts-text,
  .header-contacts .menu-contacts-text {
    font-size: 14px;
    max-width: 220px;
    text-align: right;
    line-height: 1;
    margin-left: 15px;
  }
}

.header-contacts {
  background-color: rgba(50, 50, 50, 0.6);
  padding: 7px 0;
  width: 100%;
  transition: all 0.3s ease 0s;
}

@media(max-width: 768px) {
  .header-contacts {}
}

.header-contacts_logo {
  width: 135px;
  display: inline-block
}

.header-contacts_logo img {
  width: 100%
}

.header-contacts_phone {
  padding-top: 4px;
  padding-left: 5px;
  text-align: right
}

.header-contacts_phone a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: #fafafa
}

@media (max-width: 768px) {
  .header-contacts_phone a {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .header-contacts_phone a {
    font-size: 14px;
  }
}

.header-contacts_phone a:hover {
  color: #fafafa
}

.header-contacts_sub-logo-body {
  width: 100%;
  max-width: 143px;
}

.header-contacts_sub-logo {
  color: #fff;
  font-size: 11.5px;
  min-width: max-content;
}


.header-contacts_sub-logo span {
  color: #ffb800
}

.header-contacts_sub-logo.header-contacts_delivery svg {
  margin-right: 5px;
  width: 100%;
  max-width: 24px;
}

@media (max-width: 576px) {
  .header-contacts_sub-logo.header-contacts_delivery svg {
    width: 14px;
    height: 14px;
    margin-right: 2px;
  }
}

.header-contacts_info-body {
  display: flex;
  align-items: flex-end;
}

.header-contacts_info {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  /* padding-bottom: 9px */
}

@media (max-width: 576px) {
  .header-contacts_info {
    font-size: 12px;
  }

  .header-contacts_info img {
    width: 12px;
  }
}

@media (max-width: 576px) {
  .header-contacts_info {
    font-size: 10px;
  }
}

.header-contacts .menu-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 2px 0;
  column-gap: 10px;
  row-gap: 2px;
}

.header-contacts .menu-contacts-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  justify-content: flex-end;
}

@media (max-width: 576px) {
  .header-contacts .menu-contacts-text {
    font-size: 10px;
    min-width: max-content;
  }
}

.header-contacts .menu-contacts-text::before {
  content: '';
  display: block;
  margin-right: 5px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #2ab540;
}

.header-contacts .menu-contacts-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.header-contacts .menu-contacts-icons img {
  width: 100%;
  max-width: 35px;
}

@media (max-width: 576px) {
  .header-contacts .menu-contacts-icons img {
    max-width: 25px;
  }
}

.header-first-screen {
  padding-right: 5px;
  padding-top: 120px;
}

@media (max-width:768px) {
  .header-first-screen {
    padding-top: 130px;
  }
}

@media (max-width:400px) {
  .header-first-screen {
    padding-top: 120px;
  }
}


.header-first-screen .section-title {
  font-size: 26px;
  line-height: 32px
}

.header-first-screen .section-title_sub {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px
}

.header-sale-form_wrapper .header-sale-form .header-sale-form_info-wrapper {
  width: 63.66667%;
  float: right
}

.header-sale-form_wrapper .header-sale-form_header {
  background-color: #333;
  padding: 4px
}

.header-sale-form_wrapper .header-sale-form_header_title {
  font-size: 18px;
  font-weight: 700;
  color: #ffb800;
  text-align: left
}

.header-sale-form_wrapper .header-sale-form_header_sale-end {
  font-weight: 600;
  font-size: 11px;
  color: #fafafa
}

.header-sale-form_wrapper .header-sale-form_header_sale-end .animation-blink {
  animation-name: blink;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  text-align: center
}

.header-sale-form_wrapper .header-sale-form_header_sale-end span.sale-end-date {
  color: #ffb800;
  font-weight: 700
}

.header-sale-form_wrapper .header-sale-form_header_sale-end span {
  color: #ffb800;
  font-weight: 400;
  font-size: 10px;
  animation: none
}

.header-sale-form_wrapper .header-sale-form_offer {
  padding-top: 5px
}

.header-sale-form_wrapper .header-sale-form_offer_title {
  font-size: 15px;
  color: #fafafa;
  font-weight: 700;
  line-height: 16px
}

.header-sale-form_wrapper .header-sale-form_offer_title span {
  font-weight: 800;
  color: #ffb800
}

.header-sale-form_wrapper .header-sale-form_offer .header-sale-form_offer_title-icon svg {
  width: 100%;
  height: auto;
  fill: #fff
}

.header-sale-form_wrapper .header-sale-form_offer_present {
  color: #ffb800;
  font-size: 13.5px;
  font-weight: 700
}

.header-sale-form_wrapper .header-sale-form_offer_present span {
  font-size: 14px
}

.header-sale-form_wrapper .header-sale-form_price-list {
  padding-top: 10px
}

.header-sale-form_wrapper .header-sale-form_price-list ul {
  padding-bottom: 15px
}

.header-sale-form_wrapper .header-sale-form_price-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px
}

.header-sale-form_wrapper .header-sale-form_price-list ul li .price-list_liter {
  background-color: rgba(248, 56, 56, 0.4);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.header-sale-form_wrapper .header-sale-form_price-list ul li .price-list_old-price {
  text-decoration: line-through;
  color: #fff;
  font-size: 13px
}

.header-sale-form_wrapper .header-sale-form_price-list ul li .price-list_new-price {
  color: #fff;
  font-size: 18px;
  font-weight: 700
}

.header-sale-form_wrapper .header-sale-form_price-list ul li .price-list_new-price span {
  font-weight: 800
}

.header-sale-form_wrapper .header-sale-form_presents ul {
  padding-bottom: 55px
}

.header-sale-form_wrapper .header-sale-form_presents ul li {
  border-radius: 50%;
  background-color: #fff;
  width: 67.5px;
  height: 67.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

.header-sale-form_wrapper .header-sale-form_presents ul li img {
  width: 70%;
  object-fit: contain;
}

.header-sale-form_wrapper .header-sale-form_presents ul li:nth-child(2) img {
  transform: translateY(-7.5px) rotate(-7.52deg) !important;
}

.header-sale-form_wrapper .header-sale-form_presents ul li:after {
  content: '';
  background-image: url(../img/present-icon-ua.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  width: 45px;
  height: 50px;
  bottom: -38px
}

.header-sale-form_wrapper .header-sale-form_presents ul li.ru:after{
  background-image: url(../img/present-icon.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.header-sale-form_wrapper .header-sale-form_presents ul li:nth-child(1) img {
  mix-blend-mode: multiply
}

.header-sale-form_wrapper .header-sale-form_presents ul li:nth-child(2) img {
  transform: rotate(-7.52deg)
}

.header-sale-form_wrapper .header-sale-form .header_sale_form_send .input_wrapper {
  margin-bottom: 10px
}

.header .header_sale_form_send {
  max-width: 320px;
  margin: 0 auto
}

.marquiz {
  padding: 40px 0 50px
}

.marquiz .section-title {
  color: #333;
  line-height: 32px;
  font-size: 21px
}

.survey {
  background-color: #f9f9f9;
  padding: 40px 0 50px
}

.survey .section-title {
  color: #333;
  line-height: 32px
}

.survey .section-title span.no-style {
  color: #333
}

.survey_list {
  padding-top: 10px
}

.survey_list li {
  position: relative;
  padding-left: 34px;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase
}

.survey_list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url(../img/check-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.survey_video-wrapper {
  margin: 20px auto;
  height: 200px;
  position: relative
}

.survey_video-wrapper .survey_video {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/survey-video.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: .5s;
  cursor: pointer
}

.survey_video-wrapper .survey_video.survey_video_ru {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/survey-video-ru.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: .5s;
  cursor: pointer
}

.survey_video-wrapper .survey_video:after {
  content: '';
  background-image: url(../img/play-button.svg);
  background-size: cover;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s ease
}

.survey_video-wrapper .survey_video:hover:after {
  width: 90px;
  height: 90px
}

.survey_title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  color: #333;
  padding-bottom: 5px
}

.survey_title span {
  color: #ffb800;
  font-size: 27px
}

.survey_block {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 15px 0 15px 15px;
  margin-top: 10px
}

.survey_block-icon {
  float: left
}

.survey_block-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #f2994a;
  padding-left: 40px
}

.survey_block-list {
  padding-left: 40px;
  color: #333;
  font-size: 14px;
  line-height: 22px
}

.survey_block-list.survey_block-list_check li {
  position: relative
}

.survey_block-list.survey_block-list_check li:before {
  content: '';
  background-image: url(../img/check.svg);
  width: 13px;
  height: 13px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 5px
}

.luxury {
  padding: 20px 0 30px;
  background-color: #fff
}

.luxury .section-title {
  line-height: 30px;
  color: #333
}

.luxury_slider-wrapper {
  padding-bottom: 17px;
  padding-top: 15px
}

.luxury_slider-wrapper .luxury_slider-carousel {
  position: relative;
  height: auto
}

.luxury_slider-wrapper .luxury_slider-carousel .owl-item {
  min-height: 200px
}

.luxury_slider-wrapper .luxury_slider-carousel .owl-nav {
  position: absolute;
  bottom: 19px;
  width: 100%
}

.luxury_slider-wrapper .luxury_slider-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 50%;
  transform: translateX(-80px)
}

.luxury_slider-wrapper .luxury_slider-carousel .owl-nav .owl-prev i svg {
  fill: #bdbdbd;
  transform: rotate(180deg)
}

.luxury_slider-wrapper .luxury_slider-carousel .owl-nav .owl-prev i:hover svg {
  fill: #333
}

.luxury_slider-wrapper .luxury_slider-carousel .owl-nav .owl-next {
  position: absolute;
  right: 50%;
  transform: translateX(80px)
}

.luxury_slider-wrapper .luxury_slider-carousel .owl-nav .owl-next i svg {
  fill: #bdbdbd
}

.luxury_slider-wrapper .luxury_slider-carousel .owl-nav .owl-next i:hover svg {
  fill: #333
}

.luxury_slider-wrapper .luxury_slider-carousel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 18px
}

.luxury_slider-wrapper .luxury_slider-carousel .owl-dots .owl-dot {
  background-color: #bdbdbd;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 9px
}

.luxury_slider-wrapper .luxury_slider-carousel .owl-dots .owl-dot.active {
  background-color: #ffb800
}

.luxury_list li {
  padding-left: 23px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  position: relative;
  padding-bottom: 15px
}

.luxury_list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url(../img/check-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.luxury_list li span {
  color: #f2994a;
  font-weight: 700
}

.form-callback {
  background-image: url(../img/form-callback-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 30px 0 40px
}

.form-callback .section-title {
  font-size: 29px;
  line-height: 34px;
  padding-bottom: 20px
}

.form-callback .input_wrapper {
  margin-bottom: 15px
}

.form-callback .input_wrapper input {
  background-color: #fff
}

.form-callback .form-callback_wrapper {
  max-width: 320px;
  margin: 0 auto
}

.ready-for-work {
  padding: 30px 0 15px
}

.ready-for-work .section-title {
  color: #333;
  line-height: 30px;
  padding-bottom: 15px
}

.ready-for-work_block {
  background: #f8f8f8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px
}

.ready-for-work_block-img {
  overflow: hidden;
  width: 145px;
  height: 145px;
  position: relative;
  display: block;
  margin: 0 auto
}

.ready-for-work_block-img.zbox0 img {
  width: 70%
}

.ready-for-work_block-img.zbox1 img,
.ready-for-work_block-img.zbox4 img {
  width: 85%
}

.ready-for-work_block-img.zbox2 img {
  width: 80%
}

.ready-for-work_block-img.zbox3 img,
.ready-for-work_block-img.zbox5 img {
  width: 60%
}

.ready-for-work_block-img img {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.ready-for-work_block-name {
  color: #151515;
  background-color: #ebebeb;
  line-height: 18px;
  font-weight: 700;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.action-date {
  background-color: #f9f9f9;
  padding: 40px 0
}

.action-date .section-title {
  font-size: 36px;
  color: #333
}

.action-date .section-title span {
  color: #ffb800
}

.action-date .section-title_sub {
  font-size: 19px;
  color: #333;
  line-height: 22px;
  font-weight: 700;
  padding-top: 15px
}

.action-date .section-title_sub span {
  color: #ffb800;
  font-weight: 700
}

.action-date .action-date_list {
  padding-top: 15px
}

.action-date .action-date_list li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative
}

.action-date .action-date_list li:before {
  content: '';
  background-image: url(../img/arrow-dotted.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 17px;
  height: 50px;
  left: 0;
  top: 5px;
  position: absolute
}

.action-date .action-date_list li .action-date_list-img {
  width: 90px
}

.action-date .action-date_list li .action-date_list-img img {
  width: 100%
}

.action-date .action-date_list li .action-date_list-title {
  background-image: url(../img/action-date-list-bg.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 75%;
  height: 80px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 129.04%;
  padding-top: 28px;
  padding-left: 10px
}

.action-date .action-date_list li .action-date_list-title span {
  color: #f83838
}

.action-date .action-date_list li:nth-child(1):before {
  content: none
}

.action-date .action-date_list li:nth-child(1) .action-date_list-img {
  transform: rotate(-7.52deg);
  right: -10px;
  position: relative
}

.action-date .action-date_list li:nth-child(1) .action-date_list-img img {
  width: 90%
}

.action-date .action-date_list li:nth-child(2) .action-date_list-img {
  mix-blend-mode: multiply;
  transform: matrix(-0.99, 0.14, 0.14, 0.99, 0, 0);
  right: -10px;
  position: relative
}

.action-date .action-date_list li:nth-child(3) .action-date_list-img {
  position: relative;
  right: -5px
}

.action-date .action-date_list li:nth-child(4) .action-date_list-img {
  mix-blend-mode: multiply;
  transform: matrix(0.98, -0.23, 0.21, 0.97, 0, 0);
  position: relative;
  right: -5px
}

.form-callback-col_present {
  background-image: url(../img/form-callback-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 30px 0 40px
}

.form-callback-col_present .section-title {
  font-size: 29px;
  line-height: 34px;
  padding-bottom: 20px
}

.form-callback-col_present .section-title span span {
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  line-height: 52px;
  font-size: 38px
}

.form-callback-col_present .input_wrapper {
  margin-bottom: 15px
}

.form-callback-col_present .input_wrapper input {
  background-color: #fff
}

.form-callback-col_present .form-callback_wrapper {
  max-width: 320px;
  margin: 0 auto
}

.product {
  padding: 40px 0
}

.product .section-title {
  font-size: 32px;
  line-height: 37px;
  color: #333
}

/*.product .section-title span{color:#333}*/
.product .section-title_sub {
  font-size: 19px;
  line-height: 20px;
  color: #333;
  font-weight: 700
}

.product .section-title_sub span {
  color: #ffb800
}

.product_block {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
  width: 300px;
  margin: 20px auto 0;
  transition: 1s;
  cursor: pointer
}

.product_block.product-icon {
  position: relative
}

.product_block.product-icon:after {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  right: -6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  background-image: url(../img/recomend-bg.svg);
  width: 168px;
  height: 54px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff
}

.product_block.product-icon.customer_choice:after {
  content: 'Выбор покупателя'
}

.product_block.product-icon.recommend-icon:after {
  content: 'Рекомендуем!';
  background-image: url(../img/recomend-bg-1-1.svg);
  right: auto;
  left: -6px
}

.product_block.product_block_hover_1:hover {
  transition: .5s
}

.product_block.product_block_hover_1:hover .product_block-img.product_block_1 {
  background-image: url(../img/ataman/ataman-1-hover.png)
}

.product_block .product_block-img.product_block_1 {
  transition: .5s;
  background-image: url(../img/ataman/ataman-1.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 255px;
  min-height: 285px
}

.product_block.product_block_hover_2:hover {
  transition: .5s
}

.product_block.product_block_hover_2:hover .product_block-img.product_block_2 {
  background-image: url(../img/skif/skif-1-hover.png)
}

.product_block .product_block-img.product_block_2 {
  transition: .5s;
  background-image: url(../img/skif/skif-1.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 255px;
  min-height: 285px
}

.product_block.product_block_hover_3:hover {
  transition: .5s
}

.product_block.product_block_hover_3:hover .product_block-img.product_block_3 {
  background-image: url(../img/aslan/aslan-1-hover.png)
}

.product_block .product_block-img.product_block_3 {
  transition: .5s;
  background-image: url(../img/aslan/aslan-1.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 285px
}

.product_block.product_block_hover_4:hover {
  transition: .5s
}

.product_block.product_block_hover_4:hover .product_block-img.product_block_4 {
  background-image: url(../img/rimskiy/rimskiy-1-hover.png)
}

.product_block .product_block-img.product_block_4 {
  transition: .5s;
  background-image: url(../img/rimskiy/rimskiy-1.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 255px;
  min-height: 285px
}

.product_block.product_block_hover_5:hover {
  transition: .5s
}

.product_block.product_block_hover_5:hover .product_block-img.product_block_5 {
  background-image: url(../img/persidskiy/persidskiy-1-hover.png)
}

.product_block .product_block-img.product_block_5 {
  transition: .5s;
  background-image: url(../img/persidskiy/persidskiy-1.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 285px
}

.product_block .product_block-img.product_block_6 {
  transition: .5s;
  background-image: url(../img/ds24e/ds24e-1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 285px
}

.product_block .product_block-new-img.product_block_1 {
  transition: .5s;
  background-image: url(../img/ataman/new/ataman-1.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 255px;
  min-height: 285px
}

.product_block.product_block_hover_2:hover {
  transition: .5s
}

.product_block .product_block-new-img.product_block_2 {
  transition: .5s;
  background-image: url(../img/eslaul/1.jpg?v=3);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 255px;
  min-height: 285px
}

.product_block.product_block_hover_3:hover {
  transition: .5s
}

.product_block .product_block-new-img.product_block_3 {
  transition: .5s;
  background-image: url(../img/hector/1.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 285px
}

.product_block.product_block_hover_4:hover {
  transition: .5s
}

.product_block .product_block-new-img.product_block_4 {
  transition: .5s;
  background-image: url(../img/tamerlan/1.jpg?v=1);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 255px;
  min-height: 285px
}

.product_block.product_block_hover_5:hover {
  transition: .5s
}

.product_block .product_block-new-img.product_block_5 {
  transition: .5s;
  background-image: url(../img/new_hrad/1-new.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 285px
}

.product_block .product_block-new-img.product_block_6 {
  transition: .5s;
  background-image: url(../img/dsn24e/1.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 285px
}

.product_block.product_block-comfort_hover_1:hover {
  transition: .5s
}

.product_block.product_block-comfort_hover_1:hover .product_block-img.product_block-comfort_1 {
  background-image: url(../img/manar/manar-1-hover.png)
}

.product_block .product_block-img.product_block-comfort_1 {
  transition: .5s;
  background-image: url(../img/manar/manar-1.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 285px
}

.product_block.product_block-comfort_hover_2:hover {
  transition: .5s
}

.product_block.product_block-comfort_hover_2:hover .product_block-img.product_block-comfort_2 {
  background-image: url(../img/antichniy/antichniy-1-hover.png)
}

.product_block .product_block-img.product_block-comfort_2 {
  transition: .5s;
  background-image: url(../img/antichniy/antichniy-1.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 285px
}

.product_block.product_block-comfort_hover_3:hover {
  transition: .5s
}

.product_block.product_block-comfort_hover_3:hover .product_block-img.product_block-comfort_3 {
  background-image: url(../img/bagrat/bagrat-1-hover.png)
}

.product_block .product_block-img.product_block-comfort_3 {
  transition: .5s;
  background-image: url(../img/bagrat/bagrat-1.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 285px
}

.product_block.product_block-comfort_hover_4:hover {
  transition: .5s
}

.product_block.product_block-comfort_hover_4:hover .product_block-img.product_block-comfort_4 {
  background-image: url(../img/fenyx/fenyx-2.png)
}

.product_block .product_block-img.product_block-comfort_4 {
  transition: .5s;
  background-image: url(../img/fenyx/fenyx-1.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 285px
}

.product_block-name {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px
}

.product_block-list {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 15px
}

.product_block-list li {
  color: #333;
  font-weight: 700;
  font-size: 18px
}

.product_block-list li span {
  color: #828282;
  font-weight: 400
}

.product_block-price {
  font-weight: 800;
  font-size: 30px;
  line-height: 41px;
  color: #ffb800
}

@media (min-width: 576px) {
  .product_block-price {
    font-size: 26px;
    line-height: 36px;
  }
}

.product_block-price span {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #525252;
  text-decoration: line-through;
  padding-right: 20px
}

.product_block .btn_wrapper {
  margin-top: 15px
}

#product-comfort .section-title_sub {
  font-size: 21px
}

.form_choice {
  background-image: url(../img/form-callback-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 30px 10px 40px
}

.form_choice .section-title {
  text-align: left;
  color: #ffb800;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  padding-bottom: 10px
}

.form_choice .section-title_sub {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 10px 0 20px
}

.form_choice .form_btn_wrapper {
  max-width: 300px;
  margin: 0 auto
}

.procurement {
  padding: 40px 0
}

.procurement .section-title {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 30px
}

.procurement-block {
  width: 300px;
  margin: 0 auto 20px;
  cursor: pointer
}

.procurement-block_img {
  width: 200px;
  height: 160px;
  margin: 0 auto;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat
}

.procurement-block_name {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding: 10px 0 15px
}

.procurement-block_price {
  font-weight: 800;
  font-size: 28px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 10px;
  color: #ffb800
}

.procurement-block_price span {
  font-weight: 600;
  font-size: 20px;
  color: #333
}

.procurement-block .btn_wrapper {
  margin-top: 10px
}

.procurement-block .btn_wrapper .orange-btn {
  box-shadow: none;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400
}

.construction {
  background-color: #fafafa;
  position: relative;
  padding: 40px 0 30px
}

.construction .construction-bg {
  background-image: url(../img/construction-bg-1-1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  width: 162px;
  height: 192px;
  position: absolute;
  left: 48%;
  bottom: 57px;
  transform: translateX(-46%)
}

.construction .section-title {
  font-size: 26px;
  line-height: 30px;
  color: #151515;
  padding-bottom: 20px
}

.construction .section-title_sub {
  color: #4f4f4f;
  font-size: 17px;
  line-height: 23px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600
}

.construction .construction-section-wrapper {
  max-width: 330px;
  margin: 0 auto
}

.construction_block {
  margin-bottom: 55px;
  position: relative
}

.construction_block.construction_arrow-top_left:after {
  content: '';
  background-image: url(../img/arrow-construction-t-b.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 85px;
  height: 21px;
  position: absolute;
  bottom: -27px;
  right: 31px
}

.construction_block.construction_arrow-top_right:after {
  content: '';
  background-image: url(../img/arrow-construction-t-b.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  width: 85px;
  height: 21px;
  position: absolute;
  bottom: -27px;
  right: 31px
}

.construction_block.construction_arrow-middle_right:after {
  content: '';
  background-image: url(../img/arrow-construction-middle.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  width: 42px;
  height: 6px;
  position: absolute;
  bottom: 2px;
  right: 70px
}

.construction_block.construction_arrow-middle_left:after {
  content: '';
  background-image: url(../img/arrow-construction-middle.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 42px;
  height: 6px;
  position: absolute;
  bottom: 2px;
  right: 46px
}

.construction_block.construction_arrow-bottom_left:after {
  content: '';
  background-image: url(../img/arrow-construction-t-b.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(1, -1);
  width: 85px;
  height: 21px;
  position: absolute;
  top: -20px;
  right: 31px
}

.construction_block.construction_arrow-bottom_right:after {
  content: '';
  background-image: url(../img/arrow-construction-t-b.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(-1, -1);
  width: 85px;
  height: 21px;
  position: absolute;
  top: -20px;
  right: 31px
}

.construction_block-title {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #ffb800
}

.construction_block-sub_title {
  font-weight: 600;
  font-size: 10px;
  line-height: 164.7%;
  color: #151515
}

.form-callback-col_discount {
  background-image: url(../img/form-callback-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 30px 0 40px
}

.form-callback-col_discount .section-title {
  font-size: 29px;
  line-height: 34px;
  padding-bottom: 20px
}

.form-callback-col_discount .section-title span span {
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  line-height: 52px;
  font-size: 38px
}

.form-callback-col_discount .input_wrapper {
  margin-bottom: 15px
}

.form-callback-col_discount .input_wrapper input {
  background-color: #fff
}

.form-callback-col_discount .form-callback_wrapper {
  width: 300px;
  margin: 0 auto
}

.benefit {
  padding: 30px 0 20px
}

.benefit .benefit-bg_wrap {
  position: relative
}

.benefit .benefit-bg_wrap .benefit-bg {
  background-image: url(../img/benefit-bg.png);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  bottom: -18px;
  width: 300px;
  height: 323px;
  left: 50%;
  transform: translateX(-50%)
}

.benefit .section-title {
  font-weight: 700;
  font-size: 29px;
  line-height: 34px;
  color: #333;
  padding-bottom: 20px
}

.benefit .section-title_sub {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #151515
}

.benefit-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  color: #151515;
  padding-bottom: 30px;
  text-align: center
}

.benefit-title span {
  font-weight: 800;
  background-color: #ffb800;
  padding: 6px 4px;
  border-radius: 5px
}

.benefit-title_sub {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #151515;
  text-align: center;
  padding-top: 15px
}

.benefit-img {
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 50px
}

.benefit-img img {
  width: 115px !important;
}

.benefit-img_icon {
  background-image: url(../img/present-icon.png);
  width: 45px;
  height: 45px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0
}

.benefit-img_icon.icon-shampur {
  bottom: 13px;
  left: 45px
}

.benefit-img_icon.icon-hook {
  bottom: 11px;
  left: 32px
}

.benefit-img_icon.icon-case {
  bottom: 13px;
  left: 70px
}

.benefit-img_icon.icon-schepci {
  bottom: 10px;
  left: 11px
}

.benefit_description-wrap {
  padding-top: 20px
}

.benefit_description {
  text-align: left
}

.benefit_description-name {
  color: #f2994a;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 7px
}

.benefit_description-text {
  color: #333;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  padding-bottom: 20px
}

.form-time {
  padding: 40px 0;
  background-image: url(../img/form-callback-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.form-time .section-title {
  font-size: 29px;
  line-height: 34px;
  padding-bottom: 30px
}

.form-time .input_wrapper {
  margin-bottom: 15px
}

.form-time .input_wrapper input {
  background-color: #fff
}

.form-time .countdown {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-bottom: 20px;
  width: 300px;
  margin: 0 auto
}

.form-time .countdown-number {
  border-radius: 3px;
  display: inline-block;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px
}

.form-time .countdown-separator {
  font-size: 36px;
  color: #fff
}

.form-time .countdown-time {
  color: #333;
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px
}

.form-time .countdown-text {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #ffb800
}

.form-time .form-callback_wrapper {
  width: 300px;
  margin: 0 auto
}

.manufacturing {
  padding: 40px 0
}

.manufacturing .luxury_slider-wrapper .luxury_slider-carousel .owl-nav .owl-prev {
  transform: translateX(-120px)
}

.manufacturing .luxury_slider-wrapper .luxury_slider-carousel .owl-nav .owl-next {
  transform: translateX(120px)
}

.manufacturing .section-title {
  color: #151515;
  padding-bottom: 5px
}

.manufacturing .section-title_sub {
  color: #151515;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  padding-top: 10px
}

.year-round {
  padding: 40px 0;
  background-color: #fafafa;
  font-size: 29px;
  position: relative
}

.year-round .year-round_bg {
  background-image: url(../img/year-round-bg.jpg);
  background-size: 290px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 290px;
  height: 366px;
  left: 0;
  bottom: -18px
}

.year-round .section-title {
  color: #151515;
  padding-bottom: 15px;
  font-size: 29px;
  line-height: 34px
}

.year-round .section-title_sub {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #151515;
  text-align: left;
  padding-top: 10px
}

.year-round .year-round-section-wrapper {
  width: 300px;
  margin: 0 auto;
  position: relative
}

.year-round .year-round_block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5px
}

.year-round .year-round_block .year-round_bock-img {
  width: 60px;
  margin-right: 15px
}

.year-round .year-round_block .year-round_bock-img img {
  width: 100%
}

.year-round .year-round_block .year-round_block-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-decoration-line: underline;
  color: #ffb800
}

.video-reviews {
  padding-top: 40px
}

.video-reviews .section-title {
  color: #151515;
  padding-bottom: 15px
}

.video-reviews .section-title .nowrap{
  color: #ffb800;
}

.video-reviews .video-reviews_block {
  padding-bottom: 40px
}

.video-reviews .video-reviews_block .video-reviews_block-img-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 220px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35)
}

.video-reviews .video-reviews_block .video-reviews_block-img-wrapper .video-reviews_block-img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: .5s;
  cursor: pointer
}

.video-reviews .video-reviews_block .video-reviews_block-img-wrapper .video-reviews_block-img:after {
  content: '';
  background-image: url(../img/play-button.svg);
  background-size: cover;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s ease
}

.video-reviews .video-reviews_block .video-reviews_block-img-wrapper .video-reviews_block-img:hover:after {
  width: 90px;
  height: 90px
}

.video-reviews .video-reviews_block .video-reviews_block-img-wrapper .video-reviews_block-img.pseudo-video-skif {
  background-image: url(../img/pseudo-video-reviews-skif.jpg)
}

.video-reviews .video-reviews_block .video-reviews_block-name {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #151515;
  padding-top: 15px
}

.video-reviews .video-reviews_block .video-reviews_block-name span {
  color: #ffb800;
  font-weight: 700
}

.delivery {
  padding: 40px 0;
  background-color: #fafafa
}

.delivery .section-title {
  color: #151515;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 10px
}

.delivery .delivery_block-img {
  width: 100%;
  height: auto
}

.delivery .delivery_block-img img {
  width: 100%
}

.delivery .delivery_block-list {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  padding: 20px 10px 10px
}

.delivery .delivery_block-list li {
  padding-left: 18px;
  position: relative;
  color: #151515;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 20px
}

.delivery .delivery_block-list li span {
  color: #f2994a;
  font-weight: 700
}

.delivery .delivery_block-list li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f2994a;
  position: absolute;
  left: 0;
  top: 7px
}

.trust {
  padding: 40px 0 60px
}

.trust .section-title {
  color: #333;
  font-size: 29px;
  line-height: 34px;
  padding-bottom: 20px
}

.trust .section-title_sub {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  padding-top: 10px
}

.trust .trust_list-wrapper .trust_list {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px
}

.trust .trust_list-wrapper .trust_list .trust_list-title {
  padding: 15px 0 12px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #e0e0e0
}

.trust .trust_list-wrapper .trust_list .trust_list-title span {
  color: #f2994a;
  font-weight: 700
}

.trust .trust_list-wrapper .trust_list ul {
  padding: 15px 10px 5px
}

.trust .trust_list-wrapper .trust_list ul li {
  font-size: 14px;
  line-height: 22px;
  color: #151515;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px
}

.trust .trust_list-wrapper .trust_list ul li .trust_list-icon {
  width: 48px;
  height: 48px;
  margin-right: 13px
}

.faq {
  background-color: #fafafa;
  padding-bottom: 40px
}

.faq .section-title {
  color: #333;
  padding: 30px 0 20px;
  font-size: 28px
}

.faq .accordion-menu {
  width: 100%;
  margin: 0 auto
}

.faq .accordion-menu li {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0 20px;
  margin-bottom: 10px
}

.faq .accordion-menu li:first-child {
  border-left: 5px solid #ffb800
}

.faq .accordion-menu li:first-child .dropdownlink {
  text-transform: uppercase
}

.faq .accordion-menu li:first-child .dropdownlink .dropdownlink-title:after {
  display: none
}

.faq .accordion-menu li.open .dropdownlink {
  font-weight: 600;
  color: #151515
}

.faq .accordion-menu li.open .Icon span:nth-child(1) {
  transform: rotate(0deg)
}

.faq .accordion-menu li.open .Icon span:nth-child(2) {
  transform: rotate(0deg)
}

.faq .dropdownlink {
  cursor: pointer;
  font-size: 14px;
  padding: 14px 0;
  position: relative;
  transition: .4s linear
}

.faq .dropdownlink .dropdownlink-title {
  width: 90%;
  display: flex;
  position: relative
}

.faq .dropdownlink .dropdownlink-title img.dropdown-icon {
  width: 30px;
  margin-right: 15px
}

.faq .dropdownlink .dropdownlink-title:after {
  content: '';
  width: 1px;
  height: 78%;
  background-color: #151515;
  opacity: .1;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%)
}

.faq .submenuItems {
  display: none;
  background: #fff;
  padding-bottom: 30px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px
}

.Icon {
  width: 23px;
  height: 23px;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: .5s ease-in-out;
  cursor: pointer
}

.Icon span {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: 3px;
  width: 100%;
  background: #e0e0e0;
  transform: rotate(0deg);
  transition: .2s ease-in-out
}

.Icon span:nth-child(1) {
  width: 100%;
  transform: rotate(90deg);
  left: 0;
  top: 10px
}

.Icon span:nth-child(2) {
  transform: rotate(0deg)
}

.maps .maps-wrapper {
  background-image: url(../img/maps-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 218px
}

.maps .maps-contacts {
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  padding: 20px 20px 10px;
  position: relative;
  top: -48px
}

.maps .maps-contacts li {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #151515
}

.maps .maps-contacts li .maps-contacts_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #f2994a;
  padding-bottom: 8px
}

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

.footer .footer_logo {
  width: 300px;
  height: 90px;
  margin: 0 auto
}

.footer .footer_logo img {
  width: 100%
}

.footer .footer_logo-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #ffb800;
  text-transform: uppercase;
  padding-top: 18px;
  text-align: center;
  padding-bottom: 30px
}

.footer .footer_policy {
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #e0e0e0;
  text-align: center;
  padding-bottom: 20px;
  cursor: pointer;
}

.footer .footer-copyright_wrapper {
  padding-top: 15px;
  border-top: 1px solid #828282
}

.footer .footer-copyright_wrapper .footer-copyright {
  font-size: 14px;
  line-height: 18px;
  color: #e0e0e0;
  text-align: center
}

.product-modal .modal-content {
  border: none;
  border-radius: 0
}

.product-modal .modal-content .modal-header {
  border: none
}

.product-modal .modal-content .modal-header .close {
  position: absolute;
  top: -3px;
  right: 3px;
  font-size: 36px;
  font-weight: 400
}

.product-modal .modal-content .catalog_subslider {
  padding: 0 10px
}

.product-modal .modal-content .catalog_subslider .item {
  display: none;
  height: 340px;
  width: 300px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 15px solid transparent;
  background-color: #f6f6f6
}

.product-modal .modal-content .catalog_subslider .item.pseudovideo-itm {
  border: none;
  height: 240px
}

.product-modal .modal-content .catalog_subslider .item .pseudovideo-modal {
  height: 240px;
  background-size: cover;
  background-color: transparent;
  background-position: 50% 50%
}

.product-modal .modal-content .catalog_subslider .item .pseudovideo-modal.ytube-button-lg {
  position: relative
}

.product-modal .modal-content .catalog_subslider .item .pseudovideo-modal.ytube-button-lg:after {
  content: '';
  background-image: url(../img/play-button.svg);
  background-size: cover;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s ease
}

.product-modal .modal-content .catalog_subslider .item .pseudovideo-modal.ytube-button-lg:hover::after {
  width: 90px;
  height: 90px
}

.product-modal .modal-content .catalog_subslider_thumbs {
  padding: 10px;
  display: flex;
  justify-content: space-between
}

.product-modal .modal-content .catalog_subslider_thumbs .thumb-item {
  width: 40px;
  display: block;
  background-color: #f6f6f6;
  padding: 2px;
  overflow: hidden
}

.product-modal .modal-content .catalog_subslider_thumbs .thumb-item.ytube-button-sm {
  position: relative
}

.product-modal .modal-content .catalog_subslider_thumbs .thumb-item.ytube-button-sm:after {
  content: '';
  background-image: url(../img/play-button.svg);
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.product-modal .modal-content .catalog_subslider_thumbs .thumb-item img {
  width: 100%
}

.product-modal_description {
  padding: 20px 10px 40px
}

.product-modal_description-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  color: #333;
  text-align: left;
  padding-bottom: 15px
}

.product-modal_description-title span {
  color: #ffb800
}

.product-modal_description-list {
  padding-bottom: 10px
}

.product-modal_description-list li {
  font-size: 16px;
  font-weight: 600;
  color: #151515;
  line-height: 22px;
  padding-bottom: 8px
}

.product-modal_description-list li span {
  color: #828282;
  font-weight: 400
}

.product-modal_description-price {
  font-weight: 700;
  font-size: 33px;
  line-height: 45px;
  color: #f83838
}

.product-modal_description-price span {
  text-decoration: line-through;
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 400;
  padding-left: 10px
}

.product-buy {
  border: 5px solid #f2994a;
  box-sizing: border-box;
  border-radius: 4px;
  margin: .5rem auto
}

.product-buy .modal-header {
  padding: 0
}

.product-buy .modal-content {
  padding: 15px
}

.product-buy .modal-content .product-buy_modal .product-buy_title {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #333;
  font-size: 21px;
  font-weight: 700
}

.product-buy .modal-content .product-buy_modal .product-buy_title span {
  color: #ffb800
}

.product-buy .modal-content .product-buy_modal .product-buy_title .product-buy_sub-title {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  padding-top: 5px
}

.product-buy .modal-content .product-buy_modal .product-buy_title .product-buy_sub-title span {
  font-weight: 700
}

.product-buy .modal-content .product-buy_modal form {
  margin-top: 15px
}

.product-buy .modal-content .product-buy_modal form .input_wrapper {
  margin-bottom: 15px
}

.product-buy .modal-content .product-buy_modal .callback-info {
  font-size: 12px;
  padding-top: 15px;
  color: #4f4f4f;
  text-align: center
}

.thankyou {
  background: url(../img/thank-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center
}

.thankyou .container-fluid {
  background-color: rgba(0, 0, 0, 0.6);
  min-height: 400px
}

.thankyou .container-fluid .thankyou-wrapper {
  font-family: 'Roboto Condensed', sans-serif
}

.thankyou .container-fluid .thankyou-wrapper .thankyou-title {
  font-size: 33px;
  font-weight: 700;
  line-height: 38px
}

.thankyou .container-fluid .thankyou-wrapper .thankyou-title .thankyou-title_sub {
  font-size: 18px;
  line-height: 22px;
  padding-top: 15px
}

.thankyou .container-fluid .thankyou-wrapper .thankyou-callback {
  padding: 40px 0
}

.thankyou .container-fluid .thankyou-wrapper .thankyou-thankyou {
  font-weight: 600;
  font-size: 19px
}

.footerthx {
  color: #fff
}

.footerthx img {
  max-width: 100%
}

.footerthx p.header-sublogo-text {
  font-size: 18px
}

.footerthx .footer_adress {
  padding-left: 30px;
  background: url(../img/location.png) 0 50% no-repeat;
  background-size: contain;
  display: inline-block
}

.footerthx .separator {
  width: 80%;
  height: 2px;
  background-color: #ffb70a;
  margin: 15px auto
}

.footerthx a.footer-phones {
  font-size: 30px
}

.footerthx .footer-email {
  color: #fff;
  padding-left: 0;
  background: none
}

.footerthx .backlink {
  width: 100%;
  box-shadow: 4px 5px 8px rgba(83, 71, 65, 0.5);
  border: 0;
  background: #ffb800;
  border-radius: 2px;
  padding: 0 40px;
  color: #333;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
  line-height: 57px;
  display: inline-block
}

.footerthx .backlink:hover {
  background-color: #ffdd08
}

.m-jcc-flex {
  justify-content: center
}

.input-error {
  font-size: 18px;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #f83838
}

.code_s {
  display: none;
}

.code_s input {
  width: 100px;
}

.procurement-block_price.sale sup {
  display: inline-block;
  font-size: 65%;
  opacity: 0.5;
  color: #595959;
  text-decoration: line-through;
}

.procurement-block_price.sale {
  color: #ff0000;
}


.procurement-block.sale::after {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 107px;
  height: 59px;
  background-image: url(../img/sale-new.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.product_block-price.red {
  color: #ff0000;
}

.luxury_slider-wrapper.grid .luxury_slider_item {
  width: 100%;
  height: 100%;
}

.luxury_slider-wrapper.grid .luxury_slider_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxury_slider-wrapper.grid {
  display: none;
}

.luxury_slider-wrapper.grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

.luxury_slider-wrapper.grid.luxury_slider_item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.luxury_slider-wrapper.grid .luxury_slider_item:nth-child(even) {
  transform: scale(0.8);
  transform-origin: center;
}

.luxury_slider-wrapper.grid .luxury_slider_item:nth-child(1) {
  transform: scale(1.05);
  transform-origin: center
}

.luxury_slider-wrapper.grid .luxury_slider_item:nth-child(3) {
  transform: scale(1.05);
  transform-origin: center
}

.luxury_slider-wrapper.grid .luxury_slider_item:nth-child(5) {
  transform: scale(1.05);
  transform-origin: center
}

@media(min-width: 200px) {
  .luxury_slider-wrapper.slider .luxury_slider-carousel .owl-item {
    height: 280px;
  }
}

@media(min-width: 567px) {
  .luxury_slider-wrapper.grid {
    display: grid;
  }

  .luxury_slider-wrapper.slider {
    display: none;
  }
}

@media(min-width: 768px) {
  .luxury_slider-wrapper.slider .luxury_slider-carousel .owl-item {
    height: 600px;
  }
}

@media(min-width: 1200px) {
  .luxury_slider-wrapper.slider .luxury_slider-carousel .owl-item {
    height: 860px;
  }
}

.production {
  overflow: hidden;
}

.production .section-title,
.certificates .section-title {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  position: relative;
  margin-bottom: 87px;
  padding: 0 15px;
}

.production .section-title::after,
.certificates .section-title::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 9%;
  height: 3px;
  background-color: #FFB800;
}



@media (min-width: 576px) {

  .production .section-title,
  .certificates .section-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 37px;
  }
}

@media (min-width: 1200px) {

  .production .section-title,
  .certificates .section-title {
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 57px;
  }
}

.production .container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.production-cards {
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}



.production-card .production-card-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #FFB800;
  margin-bottom: 16px;
  text-align: center;
  font-family: 'Roboto Condensed';
}

.production-card .production-card-desc {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  max-width: 278px;
  margin: 0;
}

@media (max-width:992px) {
  .production-card .production-card-title {
    font-size: 48px;
  }
}

@media (max-width:768px) {
  .production-card:not(:last-child) {
    margin-bottom: 28px;
  }
}


@media (max-width: 1100px) {
  .production .production-cards {
    margin-bottom: 46px;
  }

  .production-card .production-card-title {
    font-size: 48px;
    margin-bottom: 10px;
    padding: 0 5px;
  }
}

@media (max-width: 575px) {
  .production .production-cards {
    margin-bottom: 112px;
  }
}


.production .production-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(286px, 1fr));
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 81px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.production .production-gallery-img {
  width: 100%;
}

.production video {
  width: 100%;
}

.production-gallery-decor {
  position: absolute;
  right: 110px;
  top: 0;
  transform: translateY(-100%);
  z-index: -1;
}

.production-gallery-decor.mob {
  display: none;
}

@media (max-width: 992px) {
  .production .production-gallery {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .production .production-gallery {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  }

  .production-gallery-decor {
    right: 0;
  }
}

@media (max-width: 575px) {
  .production-gallery-decor {
    display: none;
  }

  .production-gallery-decor.mob {
    display: block;
    transform: translate(10%, -50%);
  }

}

/*@media (max-width: 534px) {
  .production-gallery-img:nth-child(odd) {
    transform: translateY(-45px);
  }
}*/

@media (max-width: 474px) {
  .production .production-gallery {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  }
}

.production-quote {
  width: 100%;
  max-width: 376px;
  margin: auto 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.production-quote-decor {
  position: absolute;
  left: -82px;
  top: -24px;
  width: 100%;
  max-width: 66px;
}

.production-quote-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: #333;
  margin-bottom: 24px;
}

.production-quote-author,
.production-quote-role {
  align-self: flex-end;
}

.production-quote-author {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #333;
}

.production-quote-role {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(51, 51, 51, 0.5);
  margin-bottom: 0;
}



@media (max-width: 575px) {
  .production-quote-text {
    margin-bottom: 12px;
  }

  .production-quote-decor {
    position: static;
    margin-bottom: 24px;
  }

  .production .production-gallery {
    margin-bottom: 48px;
  }
}

.construction .section-title {
  margin-bottom: 64px;
}

.construction .container {
  z-index: 1;
}



.certificates {
  overflow: hidden;
}

.certificates-body {
  row-gap: 20px;
  padding: 80px 0 152px 0;
}

.certificates-decor {
  position: absolute;
  width: 100%;
  max-width: 658px;
  top: 0;
  z-index: -1;
}

.certificates-decor-1 {
  left: -219px;
}

.certificates-decor-2 {
  right: -329px;
}

.certificates-left {
  margin-left: 12%;
}

@media (max-width: 1200px) {
  .certificates-left {
    margin-left: 0%;
  }

}

.certificates-carousel-body {
  position: relative;
}

.certificates-carousel {
  width: 100%;
}

.certificates-carousel img {
  width: 100%;
  min-width: 320px;
}

.certificates-carousel-nav {
  position: absolute;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.certificates-slider-prev {
  left: -17px;
  transform: translate(-100%, -50%);
}

.certificates-slider-next {
  right: -17px;
  transform: translate(100%, -50%);
}

.certificates-carousel-pagination-dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
}

.certificates-carousel-pagination-dots .certificates-carousel-pagination-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #BDBDBD;
  transition: all 0.3s ease 0s;
  padding: 0;
}

.certificates-carousel-pagination-dots .certificates-carousel-pagination-dot.active {
  background-color: #FFB800;
}

.guarantee {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

.guarantee-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11111;
  text-transform: uppercase;
  text-align: center;
  padding: 24px 0;
  background-color: #333333;
  color: #fff;
  margin-bottom: 0;
}

.guarantee-list {
  padding: 40px 10px 12px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.guarantee-warning {
  padding: 24px 22px 24px 0;
  background-color: #FFB800;
}

.guarantee-list p {
  margin: 0;
}

.guarantee-item {
  display: flex;
  align-items: flex-start;
}

.guarantee-item .bold {
  font-weight: 700;
}

.guarantee-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px 8px 10px;
  background: 0 0/contain no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='40' viewBox='0 0 52 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L40.8654 0L52 20.5L40.8654 40H0L0 0Z' fill='%23FFB800' /%3E%3C/svg%3E");
  margin-right: 16px;
}

.guarantee-warning .guarantee-item-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='40' viewBox='0 0 52 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L42.5 0L52 20L42.5 40H0L0 0Z' fill='%23333333' /%3E%3C/svg%3E");
}

.guarantee-item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: 'Roboto Condensed';
}

.guarantee-item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
}

.guarantee-item-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.guarantee-item-list-item {
  font-size: 16px;
  line-height: 1.5;
  gap: 10px;
  display: flex;
  align-items: flex-start;
  padding-left: 5px;
}

.guarantee-item-list-item::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  margin-right: 4px;
  margin-top: 10px;
}

.guarantee-stamp {
  float: right;
  width: 100%;
  max-width: 160px;
  margin-top: -20px;
}

@media (max-width: 768px) {
  .certificates-body {
    padding: 64px 0 64px 0;
  }

  .certificates .section-title {
    margin-bottom: 30px;
  }

  .certificates .section-title br {
    display: none;
  }

  .certificates-carousel-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin-top: 10px;
  }

  .certificates-carousel-nav {
    position: static;
    transform: none;
  }

  .certificates-carousel-pagination-dots {
    margin-top: 0;
  }

  .guarantee-title {
    font-size: 26px;
    padding: 20px 0;
  }

  .guarantee-item-text {
    font-size: 16px;
  }

  .guarantee-item-list-item {
    font-size: 14px;
  }

  .guarantee-stamp {
    margin-top: -20px;
    max-width: 114px;
  }
}

.fire-gradient-basic-path {
  fill: url(#fire-gradient-basic);
}

.fire-gradient-yellow-path {
  fill: url(#fire-gradient-yellow);
}

.fire-gradient-red-path {
  fill: url(#fire-gradient-red);
}

.tandyr-fire {
  width: 18%;
  position: absolute;
  top: 35%;
  left: 51.5%;
  height: 11%;
  overflow: hidden;
}

.tandyr-fire img {
  width: 100%;
}

.spark {
  fill: #ffd700;
}

@media (max-width: 1200px) {
  .tandyr-fire {
    top: 45.3%;
  }
}

@media (max-width: 992px) {
  .tandyr-fire {
    top: 42%;
  }
}

@media (max-width: 768px) {
  .tandyr-fire {
    width: 40%;
    left: 46%;
    transform: translateX(-50%);
    top: 36.4%;
  }
}

@media (max-width: 575px) {
  .tandyr-fire {
    top: 47.3%;
  }
}

.conserv-home .section-title{
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 57px;
    color: #333333;
}

.products-conserv-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.875rem;
}

.products-conserv-home:not(:last-child) {
    margin-bottom: 3.125rem;
}

.products-conserv-home__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-right: 0.625rem;
}

.products-conserv-home__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-conserv-home__icon-ibg {
    width: 4.375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.375rem;
    flex: 0 0 4.375rem;
    height: 4.375rem;
}

.products-conserv-home__icon-ibg img{
    width:100%;
}

.products-conserv-home__product-name {
    font-size: 1.25rem;
    font-weight: 600;
}

.conserv-home__image-ibg {
    width: 100%;
    padding-bottom: 20px;
}

.conserv-home__image-ibg img{
    width:100%;
}

.conserv-home__image-ibg:not(:last-child) {
    margin-bottom: 1.875rem;
}

.steps-conserv-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.steps-conserv-home__step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
}

.steps-conserv-home__icon-ibg:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.steps-conserv-home__icon-ibg {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
}

.steps-conserv-home__icon-ibg img{
    width:100%;
}

.steps-conserv-home__text {
    text-align: center;
    line-height: 115%;
    font-weight: 500;
    font-size: 14px;
}

.conserv-home{
    padding:60px 0 0;
}

.type-clav-gas{
    width: 70px;
    display: block;
    margin: 10px auto;
}

.type-clav-electro{
    height: 28px;
    display: block;
    margin: 10px auto;
}

.user-height .owl-height {
    min-height: auto;
    height: auto !important;
}

.user-height .owl-dots{
    display: none!important;
}

.hero-mob{
    display: none;
}

@media(max-width:991px){
    .products-conserv-home__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0.3125rem;
    }
    
    .steps-conserv-home__step {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.5%;
        flex: 0 0 47.5%;
    }
    
    .steps-conserv-home{
        flex-wrap: wrap;
    }
}

@media(max-width:576px){
  .products-conserv-home__product-name{
    font-size: 1rem;
  }
}

.mb-20{
    margin-bottom:10px;
}

@media(max-width:1200px){
    .section-title_sub--ua{margin-top: 20px!important;font-size: 30px !important;}
}

@media(max-width:991px){
    .section-title_sub--ua{margin-top: 20px!important;font-size: 22px !important;}
}

@media(max-width:767px){
    .hero-mob{display: block !important;padding: 0 20px 0px 0;top: 330px!important;}
    .present_1 img{width: 40px!important;}
    .present_2 img{width: 75px!important;}
    .present_3 img{width: 70px!important;}
    .present_4 img{width: 46px!important;}
    .action-date_list-1{right: -49px!important;}
    .action-date_list-2{right: -18px!important;}
    .action-date_list-3{right: -45px!important;}
    .action-date_list-4{right: -56px!important;}
    .action-date_list-1 img{width: auto!important;height: 75px;}
    .action-date_list-2 img{width: auto!important;height: 41px;}
    .action-date_list-3 img{width: auto!important;height: 49px;}
    .action-date_list-4 img{width: auto!important;height: 52px;}
    .section-title_sub--ua{font-size: 20px !important;}
}

@media(max-width:680px){
    .hero-mob{display: block !important;padding: 0 25px 0px 0;top: 350px!important;}
}

.section-title .no-wrap{color:#fff!important;}

@media(max-width:575px){
    .present_1 img{width: 28px!important;}
    .present_2 img{width: 52px !important;top: 7px;position: relative;}
    .present_3 img{width: 47px!important;}
    .present_4 img{width: 34px!important;} 
    .nowrap{white-space: nowrap;}
    .product .d-block{display:none;}
    .section-title_sub--ua{font-size: 17px !important;}
}

.section-title .nowrap{
    color:#fff;
}

@media(max-width:575px){
    .hero-mob {padding: 0 30px 0px 0;top: 367px !important;}
}

@media(max-width:473px){
    .hero-mob{display: block !important;padding: 0 30px 0px 0;top: 380px!important;}
    .section-title_sub--ua{;font-size: 16px !important;}
}

@media(max-width:450px){
    .section-title_sub--ua{;font-size: 15px !important;}
}

@media(max-width:433px){
    .hero-mob{display: block !important;padding: 0 32px 0px 0;top: 405px!important;}
}

@media(max-width:423px){
    .section-title_sub--ua{;font-size: 14px !important;}
}

@media(max-width:408px){
    .hero-mob{display: block !important;padding: 0 32px 0px 0;top: 444px!important;}
}

@media(max-width:400px){
    .section-title_sub--ua{font-size: 13px !important;text-align:center!important;}
}

@media(max-width:351px){
    .header-sale-form_wrapper .header-sale-form_header{flex-direction:column;}
    .hero-mob{display: block !important;padding: 0 40px 0px 0;top: 476px!important;}
}

@media(max-width:341px){
    .hero-mob{display: block !important;padding: 0 42px 0px 0;top: 500px!important;}
}

.header .header-menu .col-md-5{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .header-menu .menu-contacts{
    margin-left: 15px;
  }
  .header-menu .menu-contacts-text{
    display: none;
  }
  .header-contacts .container{
    position: relative;
    padding-right: 50px;
  }
}

.menu-toggle {
  display: none;
  width: 36px;
  height: 28px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.menu-toggle span {
  display: block;
  height: 3px;
  margin: 6px 0;
  background: #fff;
  transition: 0.3s;
}

.mobile-menu {
  display: none;
  gap: 24px;
}

.mobile-menu ul {
  text-align: center;
}

.mobile-menu ul li {
  margin-bottom: 12px;
}

.mobile-menu ul li a {
  font-size: 20px;
  text-decoration: none;
  color: #000;
}

.menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: none;
  border: 0;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  color: #000;
}

@media (max-width: 767px) {
  .menu-toggle {
    display: block;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 70px 24px 50px;
    transition: right 0.3s ease;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .mobile-menu.is-open {
    right: 0;
  }

  .menu-toggle.is-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  body.menu-open {
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  .menu-toggle {
    right: 10px;
    width: 30px;
    height: 24px;
  }
  .header-contacts_phone{
    padding-top: 0;
    margin-top: -5px;
  }
  .header-contacts .menu-contacts{
    margin-top: -5px;
  }
}

.certificates-carousel .owl-nav.disabled,
.certificates-carousel .owl-dots.disabled{
  display: none;
}