@charset "UTF-8";
@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url("../fonts/Raleway/Raleway-Medium.eot");
  src: url("../fonts/Raleway/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway/Raleway-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url("../fonts/Raleway/Raleway-Bold.eot");
  src: url("../fonts/Raleway/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url("../fonts/Raleway/Raleway-ExtraBold.eot");
  src: url("../fonts/Raleway/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway/Raleway-ExtraBold.woff") format("woff"), url("../fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display";
  font-display: swap;
  src: url("../fonts/Playfair/PlayfairDisplay-Regular.eot");
  src: url("../fonts/Playfair/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Playfair/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/Playfair/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lg";
  font-display: swap;
  src: url("../fonts/lg.ttf?22t19m") format("truetype"), url("../fonts/lg.woff?22t19m") format("woff"), url("../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

body, html {
  height: 100%;
}

body {
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 16px;
  color: #2D2D2D;
  min-width: 320px;
}
body.hide {
  max-height: 100vh;
  overflow: hidden;
}

.main-content {
  background: #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #F4411E;
}
a:hover {
  text-decoration: underline;
}

button {
  font-family: "Raleway", "Arial", sans-serif;
}
button:hover {
  cursor: pointer;
}

textarea,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1279px) {
  .wrap {
    width: 960px;
  }
}
@media (max-width: 999px) {
  .wrap {
    width: 728px;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: 100%;
  }
}

.btn {
  height: 50px;
  padding: 0 35px;
  background: #F4411E;
  border: 0;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}
.btn:hover {
  background: rgb(236.9173728814, 48.436440678, 11.5826271186);
}

.content {
  padding: 0 0 100px;
  min-height: calc(100vh - 42px - 92px - 216px);
}
@media (max-width: 767px) {
  .content {
    min-height: auto;
  }
}
.content__wrap {
  gap: 72px;
}
@media (max-width: 999px) {
  .content__wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .content {
    padding: 30px 0;
  }
}
.content__aside {
  width: 246px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1279px) {
  .content__aside {
    width: 246px;
  }
}
@media (max-width: 767px) {
  .content__aside {
    width: 100%;
    padding-right: 0;
  }
}
.content__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.content__main .tabs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content__main .tabs .wrap {
  width: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .content_article {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .content_products {
    padding-top: 0;
  }
}

.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #2d2d2d;
}

.hamburger-box {
  width: 17px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 17px;
  height: 2px;
  background-color: #2d2d2d;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  bottom: -5px;
}

.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 5px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 10px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
          transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-2.4285714286px, -3px, 0);
          transform: rotate(-45deg) translate3d(-2.4285714286px, -3px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-90deg);
          transform: translate3d(0, -10px, 0) rotate(-90deg);
}

.stages {
  padding: 30px 0 25px;
}
@media (max-width: 767px) {
  .stages {
    display: none;
  }
}
.stages__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stages__stage {
  position: relative;
  max-width: 300px;
}
.stages__stage:nth-child(even) {
  margin-top: 40px;
}
@media (max-width: 999px) {
  .stages__stage {
    max-width: 30%;
  }
  .stages__stage br {
    display: none;
  }
}
.stages__stage-number {
  position: absolute;
  top: -105px;
  left: -33px;
  font-size: 150px;
  color: #dcdcdc;
  font-weight: bold;
}
@media (max-width: 999px) {
  .stages__stage-number {
    font-size: 100px;
    top: -60px;
    left: -15px;
  }
}
.stages__stage-name {
  position: relative;
  font-size: 35px;
  line-height: 60px;
  z-index: 1;
}
@media (max-width: 999px) {
  .stages__stage-name {
    font-size: 24px;
    line-height: 2;
  }
}
.stages__stage-desc {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  z-index: 1;
}
@media (max-width: 999px) {
  .stages__stage-desc {
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
  }
}
.stages__stage-desc a {
  color: #F4411E;
}

.address-bar {
  padding: 14px 0;
  background: #F8F9FA;
  font-size: 14px;
  font-weight: 500;
  color: #2D2D2D;
  z-index: 102;
}
.address-bar a {
  color: #2D2D2D;
}
.address-bar a:hover {
  color: #F4411E;
}
.address-bar__location {
  width: 16px;
  height: 16px;
  stroke: #2D2D2D;
  fill: none;
}
.address-bar__separator {
  width: 1px;
  height: 16px;
  background: #E0E0E0;
  -webkit-border-radius: 1px;
          border-radius: 1px;
}
.address-bar__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .address-bar__wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .address-bar__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.address-bar__address {
  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;
  font-style: normal;
  gap: 8px;
}
.address-bar__address-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.address-bar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  gap: 32px;
}
@media (max-width: 767px) {
  .address-bar__links {
    display: none;
  }
}
.address-bar__links .droppable__link {
  position: relative;
}
.address-bar__links .droppable__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.address-bar__links .droppable__link a img {
  width: 16px;
  height: 16px;
}
.address-bar__links .droppable__link a span.language-arrow {
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.address-bar__links .droppable__link a span.language-arrow svg {
  width: 10px;
  height: 10px;
}
.address-bar__links .droppable__link a.opened__drop span.language-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.address-bar__links .droppable__link .drop__block {
  position: absolute;
  left: -12px;
  top: 29px;
  z-index: 1000;
  background-color: #F8F9FA;
  padding: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.address-bar__links .droppable__link .drop__block ul {
  list-style-type: none;
  margin: 0;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.header {
  position: relative;
  padding: 18px 0;
  z-index: 101;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .header {
    padding: 0;
    height: 60px;
  }
}
.header__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1279px) {
  .header__wrap {
    width: 100%;
  }
}
.header__hamburger {
  display: none;
}
@media (max-width: 767px) {
  .header__hamburger {
    display: block;
  }
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 88px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__search {
  padding: 0 8px;
  background: #F8F9FA;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  height: 40px;
}
@media (max-width: 1279px) {
  .header__search {
    display: none;
  }
}
.header__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 8px;
}
.header__search form > *:not(:first-child) {
  padding-left: 8px;
  position: relative;
}
.header__search form > *:not(:first-child):before {
  content: "";
  background: #E0E0E0;
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 20px;
  width: 1px;
}
.header__search form input.form-text {
  max-width: 245px;
  border: 0;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #6A6A6A;
}
.header__search form .select2 .select2-selection--single {
  background-color: transparent;
  border: 0;
  height: 40px;
}
.header__search form .select2 .select2-selection__rendered {
  padding-left: 0;
  line-height: 40px;
  font-size: 16px;
  padding-right: 25px;
}
.header__search form .select2 .select2-selection__arrow, .header__search form .select2 .select2-selection__clear {
  height: 40px;
}
.header__search form button {
  border: 0;
  background: none;
  height: 40px;
  padding-top: 5px;
}
.header__search form button svg {
  width: 24px;
  height: 24px;
  stroke: #2D2D2D;
  fill: transparent;
}
.header__logo-link {
  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;
}
.header__logo-icon {
  width: 114px;
  height: 47px;
  color: #2D2D2D;
  fill: #F4411E;
}
@media (max-width: 767px) {
  .header__logo-icon {
    width: 79px;
    height: 32px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #2D2D2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-link:hover {
  color: #F4411E;
}
.header__nav-link_active {
  color: #F4411E;
  font-weight: bold;
}
.header__nav-link svg {
  fill: #2D2D2D;
  width: 24px;
  height: 24px;
}
.header__search-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  display: none;
}
@media (max-width: 1279px) {
  .header__search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__search-btn:hover {
  text-decoration: none;
}
.header__search-btn:hover .header__search-icon {
  stroke: #F4411E;
}
.header__search-icon {
  width: 24px;
  height: 24px;
  stroke: #2D2D2D;
  fill: transparent;
}
.header__search-icon_active {
  stroke: #F4411E;
}

/**
 * Translation banner styles.
 */
.translation-banner {
  background-color: #2D2D2D;
  display: none;
  opacity: 0;
  overflow: hidden;
  padding: 12px;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  right: -40px;
  bottom: -40px;
}
.translation-banner.is-visible {
  display: block;
  opacity: 1;
}
.translation-banner__content {
  font-size: 14px;
  color: #ffffff;
}
.translation-banner__close {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 1279px) {
  .translation-banner {
    right: 0;
    left: 0;
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: calc(100dvh - 104px);
  background: #F8F9FA;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 767px) {
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mobile-menu_active {
  top: 104px;
  visibility: visible;
}
.mobile-menu__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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 35px 20px 35px;
}
.mobile-menu__secondary, .mobile-menu__primary {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 35px;
}
.mobile-menu__secondary .header__nav-link, .mobile-menu__primary .header__nav-link {
  margin-left: 0;
  margin-top: 16px;
}
.mobile-menu__nav-link {
  color: #2D2D2D;
}
.mobile-menu__nav-link:not(:first-child) {
  margin-top: 16px;
}
.mobile-menu__contacts {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 182px;
  background: #2D2D2D;
  padding: 35px 20px;
}
.mobile-menu__address {
  font-size: 13px;
  font-style: normal;
  line-height: 26px;
  color: #fff;
}
.mobile-menu__link {
  color: #FFFFFF;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  text-decoration: none;
}
.mobile-menu__link_facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu__facebook-icon {
  width: 11px;
  height: 18px;
  margin-right: 11px;
}
.mobile-menu .droppable__link {
  position: relative;
}
.mobile-menu .droppable__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2D2D2D;
}
.mobile-menu .droppable__link a img {
  width: 16px;
  height: 16px;
}
.mobile-menu .droppable__link a span.language-arrow {
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.mobile-menu .droppable__link a span.language-arrow svg {
  width: 10px;
  height: 10px;
}
.mobile-menu .droppable__link a.opened__drop span.language-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-menu .droppable__link .drop__block {
  position: absolute;
  left: 8px;
  top: 29px;
  z-index: 1000;
  background-color: #F8F9FA;
  padding: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.mobile-menu .droppable__link .drop__block ul {
  list-style-type: none;
  margin: 0;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.mobile-search {
  padding: 9px 0;
  z-index: 501;
  background-color: #ffffff;
  display: none;
}
.mobile-search__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .mobile-search__active {
    display: none;
  }
}
.mobile-search__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}
.mobile-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
}
.mobile-search form input.form-text {
  width: 100%;
  border: 0;
  background-color: #F8F9FA;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #6A6A6A;
  padding: 0 48px;
}
.mobile-search form .select2 {
  width: 100% !important;
  background-color: #F8F9FA;
}
.mobile-search form .select2 .select2-selection--single {
  background-color: transparent;
  border: 0;
  height: 40px;
}
.mobile-search form .select2 .select2-selection__rendered {
  padding-left: 16px;
  line-height: 40px;
  font-size: 16px;
  padding-right: 44px;
}
.mobile-search form .select2 .select2-selection__arrow, .mobile-search form .select2 .select2-selection__clear {
  height: 40px;
  right: 12px;
}
.mobile-search form button {
  border: 0;
  background: none;
  height: 40px;
  padding-top: 5px;
  position: absolute;
  top: 0;
  left: 36px;
}
.mobile-search form button svg {
  width: 24px;
  height: 24px;
  stroke: #2D2D2D;
  fill: transparent;
}
.mobile-search__close-btn {
  position: absolute;
  right: 30px;
  top: 8px;
}
.mobile-search__close-btn svg {
  width: 24px;
  height: 24px;
  stroke: #F4411E;
}

.footer {
  padding: 60px 0;
  background: #2D2D2D;
}
@media (max-width: 767px) {
  .footer {
    padding: 32px 0;
  }
}
.footer__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 999px) {
  .footer__wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.footer__logo-icon {
  width: 131px;
  height: 62px;
  color: #fff;
  fill: #F4411E;
}
@media (max-width: 767px) {
  .footer__logo-icon {
    width: 118px;
    height: 48px;
  }
}
.footer__group {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.footer__group a {
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__group a:hover {
  color: #F4411E;
}
.footer__group-title {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}
.footer__group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.footer__group-text {
  color: #fff;
}
.footer__group-link_facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.footer__group-link_facebook svg {
  fill: none;
}
.footer__group-link:hover {
  color: #F4411E;
}

.product-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  gap: 12px;
}
.product-short:hover {
  text-decoration: none;
}
.product-short__photo-box {
  position: relative;
  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;
}
.product-short__photo-box img {
  width: 100%;
  height: auto;
}
.product-short__badges {
  position: absolute;
  top: 8px;
  right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-short__badges-item {
  margin-left: auto;
  padding: 4px 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-short__undercoat {
  background: #2D2D2D;
}
.product-short__sale {
  background: #F4411E;
}
.product-short__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.product-short__name {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #2D2D2D;
}
.product-short__price {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-short__price--single .product-short__old-price {
  text-decoration: none;
}
.product-short__old-price {
  color: #2D2D2D;
  text-decoration: line-through;
  font-size: 14px;
}
.product-short__new-price {
  color: #F4411E;
  font-weight: bold;
}
.product-short__availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-short__availability .marker {
  width: 16px;
  height: 16px;
}
.product-short__availability--stock {
  color: #0CAC2F;
}
.product-short__availability--on-request {
  color: #7A7A7A;
}
.product-short__data {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  width: 100%;
}
.pagination__item {
  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: 42px;
  height: 42px;
  font-size: 15px;
  color: #2D2D2D;
}
.pagination__item_extreme {
  width: auto;
  padding: 0 10px;
  font-weight: bold;
  font-size: 16px;
}
.pagination__item_extreme:first-child {
  margin-right: 20px;
}
.pagination__item_extreme:last-child {
  margin-left: 20px;
}
@media (max-width: 999px) {
  .pagination__item_extreme {
    display: none;
  }
}
.pagination__item_active {
  background: #F4411E;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
.pagination__item:hover {
  text-decoration: none;
  color: #F4411E;
  font-weight: bold;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.checkbox:not(:first-child) {
  margin-top: 12px;
}
.checkbox__real {
  display: none;
}
.checkbox__real:checked + .checkbox__fake .checkbox__icon {
  background: #F4411E;
  border-color: #F4411E;
}
.checkbox__real:checked + .checkbox__fake .checkbox__checked-icon {
  fill: #FFF;
}
.checkbox__real:checked + .checkbox__fake .checkbox__title {
  color: #F4411E;
}
.checkbox__fake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.checkbox__fake:hover {
  cursor: pointer;
}
.checkbox__fake:hover .checkbox__title {
  color: #F4411E;
}
.checkbox__icon {
  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: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 1px solid #CECECE;
  background: #FFF;
}
.checkbox__checked-icon {
  width: 11px;
  height: 8px;
  fill: none;
}
.checkbox__title {
  margin-left: 14px;
}

.select {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select_open .select__selected-value {
  border-color: transparent;
}
.select_open .select__list {
  top: calc(100% + 6px);
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.select_to-top .select__list {
  left: 0;
  top: -115px;
}
.select__selected {
  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;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  background: #FFF;
  border: 1px solid #ECECEC;
}
.select__selected:hover {
  cursor: pointer;
}
.select__selected:hover .select__selected-value {
  border-color: #2d2d2d;
}
.select__selected:hover .select__chevron-down {
  fill: #2D2D2D;
}
.select__selected-value {
  font-size: 13px;
  color: #000;
}
.select__chevron-down {
  width: 13px;
  height: 9px;
  margin-left: 7px;
}
.select__list {
  position: absolute;
  top: calc(100% + 26px);
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  padding: 5px 0;
  background: #fff;
  border: 1px solid rgba(45, 45, 45, 0.7);
  max-height: 150px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  overflow: scroll;
  pointer-events: none;
  z-index: 100;
}
.select__option {
  color: #000;
  padding: 6px 12px;
}
.select__option:hover {
  cursor: pointer;
  background: #F4411E;
  color: #FFF;
}
.select__option_selected {
  background: #F4411E;
  color: #FFF;
}

.select_alternative .select__selected {
  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;
  width: 100%;
  height: 42px;
  padding: 0 15px;
  background: #e5e5e5;
}
.select_alternative .select__selected-value {
  font-weight: bold;
}

.product-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-tabs:after {
  content: "";
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(45, 45, 45, 0.2);
}
@media (max-width: 999px) {
  .product-tabs:after {
    display: none;
  }
}
.product-tabs__active-border {
  position: absolute;
  top: 51px;
  left: 0;
  width: 0;
  height: 3px;
  background: #F4411E;
}
@media (max-width: 999px) {
  .product-tabs__active-border {
    display: none;
  }
}
.product-tabs__ctrl-item {
  position: relative;
  padding: 10px 0;
  min-height: 38px;
}
@media (max-width: 999px) {
  .product-tabs__ctrl-item {
    width: 100%;
    border-bottom: 0;
    padding: 20px 0;
  }
  .product-tabs__ctrl-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: -24px;
    right: -24px;
    height: 2px;
    background: #DCDCDC;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .product-tabs__ctrl-item:after {
    left: 0;
    right: 0;
  }
}
@media (max-width: 999px) {
  .product-tabs__ctrl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .product-tabs__ctrl-item {
    padding: 20px;
  }
}
.product-tabs__ctrl-item:not(:first-child) {
  margin-left: 56px;
}
@media (max-width: 1279px) {
  .product-tabs__ctrl-item:not(:first-child) {
    margin-left: 40px;
  }
}
@media (max-width: 999px) {
  .product-tabs__ctrl-item:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .product-tabs__ctrl-item:hover {
    color: #F4411E;
    cursor: pointer;
  }
}
.product-tabs__ctrl-item_active {
  font-weight: bold;
  color: #F4411E;
}
@media (max-width: 999px) {
  .product-tabs__ctrl-item_active:before {
    -webkit-transform: rotateZ(135deg);
        -ms-transform: rotate(135deg);
            transform: rotateZ(135deg);
  }
}
.product-tabs__ctrl-item_active .product-tabs__chevron-down {
  -webkit-transform: rotateZ(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotateZ(-180deg);
}
.product-tabs__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.41s;
  transition: opacity 0.8s, -webkit-transform 0.41s;
  -o-transition: opacity 0.8s, transform 0.41s;
  transition: opacity 0.8s, transform 0.41s;
  transition: opacity 0.8s, transform 0.41s, -webkit-transform 0.41s;
  margin-top: 0;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}
@media (max-width: 999px) {
  .product-tabs__content {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
@media (max-width: 767px) {
  .product-tabs__content {
    padding: 0 20px;
  }
}
.product-tabs__content_active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  margin-top: 40px;
  height: initial;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 999px) {
  .product-tabs__content_active {
    margin-top: 0;
  }
  .product-tabs__content_active:not(:last-child) {
    padding-bottom: 40px;
  }
}
.product-tabs__chevron-down {
  width: 14px;
  height: 10px;
  fill: #2D2D2D;
  display: none;
  margin-right: 10px;
}
@media (max-width: 999px) {
  .product-tabs__chevron-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-tabs__text p, .product-tabs__text h2, .product-tabs__text h3, .product-tabs__text h4, .product-tabs__text h5, .product-tabs__text ul, .product-tabs__text ol {
  margin-top: 5px;
  font-size: 16px;
  line-height: 30px;
}
.product-tabs__text ul li {
  list-style-position: inside;
}
.product-tabs__text ol {
  counter-reset: ol;
}
.product-tabs__text ol li {
  counter-increment: ol;
  list-style: none;
}
.product-tabs__text ol li:before {
  content: counter(ol) ". ";
  font-weight: bold;
}

.breadcrumb li {
  color: #7A7A7A;
  margin-right: 3px;
}
.breadcrumb li a {
  color: #2D2D2D;
}
.breadcrumb li:before {
  content: "›";
  color: #2D2D2D;
  margin-right: 3px;
}

.breadcrumbs {
  margin-top: 24px;
}
@media (max-width: 999px) {
  .breadcrumbs__wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.carousel {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 629px) {
  .carousel {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .carousel {
    max-width: 1280px;
  }
}
.carousel:before {
  height: 10%;
  width: 110%;
  position: absolute;
  top: calc(0px - 5%);
  background-color: #ffffff;
  content: "";
  z-index: 2;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-left: -5%;
  margin-right: -5%;
}
.carousel:after {
  height: 10%;
  width: 110%;
  position: absolute;
  bottom: calc(0px - 5%);
  background-color: #ffffff;
  content: "";
  z-index: 2;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-left: -5%;
  margin-right: -5%;
}
.carousel__slide {
  position: relative;
}
.carousel__slide img {
  width: 100%;
  height: auto;
}
.carousel__info {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.carousel__info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
  min-height: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0)), to(rgba(21, 21, 21, 0.8)));
  background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(21, 21, 21, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(21, 21, 21, 0.8) 100%);
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, rgba(21, 21, 21, 0.8) 100%);
}
@media (max-width: 1279px) {
  .carousel__info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
    min-height: auto;
    margin-bottom: 6%;
  }
}
.carousel__info span {
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  color: #FFFFFF;
}
@media (max-width: 1279px) {
  .carousel__info span {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}
.carousel__info .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  height: 55px;
  padding: 0 35px;
  white-space: nowrap;
}
.swiper-slide-active .carousel__info .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel__info .btn:hover {
  text-decoration: none;
}
@media (max-width: 1279px) {
  .carousel__info .btn {
    height: 45px;
    padding: 0 16px;
    font-size: 16px;
  }
}
.carousel__slider-ctrl-btn {
  position: absolute;
  top: calc(50% - 60px);
  left: 15px;
  z-index: 10;
  cursor: pointer;
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  .carousel__slider-ctrl-btn {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    left: 10%;
  }
}
.carousel__slider-ctrl-btn--right {
  left: auto;
  right: 15px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .carousel__slider-ctrl-btn--right {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    right: 10%;
  }
}
.carousel__slider-ctrl-icon {
  z-index: 10;
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  .carousel__slider-ctrl-icon {
    width: 32px;
    height: 32px;
  }
}
.carousel__pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 1% !important;
}
.carousel__pagination .swiper-pagination-bullet {
  width: 56px;
  height: 2px;
  background-color: #2D2D2D;
  opacity: 0.1;
  -webkit-border-radius: 0;
          border-radius: 0;
}
@media (max-width: 1279px) {
  .carousel__pagination .swiper-pagination-bullet {
    width: 32px;
  }
}
.carousel__pagination .swiper-pagination-bullet-active {
  background-color: #F4411E;
  opacity: 1;
}

.video-instructions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 980px;
}
@media (max-width: 767px) {
  .video-instructions {
    grid-template-columns: 1fr;
  }
}
.video-instructions__item {
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.video-instructions__item:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.video-instructions__item:hover .video-instructions__overlay {
  background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(315deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.video-instructions__item img {
  width: 100%;
  height: auto;
}
.video-instructions__item:only-child {
  grid-column: 1;
}
@media (max-width: 767px) {
  .video-instructions__item:only-child {
    max-width: 100%;
  }
}
.video-instructions__thumbnail {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  max-width: 480px;
}
.video-instructions__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  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;
  background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(315deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  pointer-events: none; /* Allow hover to pass through to parent */
}
.video-instructions__overlay__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0)), to(rgba(21, 21, 21, 0.9)));
  background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(21, 21, 21, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(21, 21, 21, 0.9) 100%);
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, rgba(21, 21, 21, 0.9) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  pointer-events: auto; /* Re-enable pointer events for interactive elements */
}
@media (max-width: 1279px) {
  .video-instructions__overlay__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
    gap: 15px;
  }
}
.video-instructions__title {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1279px) {
  .video-instructions__title {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.video-instructions__play-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(244, 65, 30, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.video-instructions__play-btn:hover {
  background: rgb(244, 65, 30);
  border-color: rgb(255, 255, 255);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.video-instructions__play-btn:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 1279px) {
  .video-instructions__play-btn {
    width: 48px;
    height: 48px;
  }
}
.video-instructions__play-icon {
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  margin-left: 2px;
}
@media (max-width: 1279px) {
  .video-instructions__play-icon {
    width: 18px;
    height: 18px;
  }
}
.video-instructions__iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
}
.video-instructions__iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-details {
  margin: 32px 0 48px;
}
@media (max-width: 999px) {
  .page-details {
    margin-bottom: 32px;
  }
}
.page-details__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 999px) {
  .page-details__wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-details__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-details__name h1 {
  font-size: 32px;
  font-weight: 500;
}
.page-details__description {
  font-size: 16px;
  line-height: 24px;
  color: #2D2D2D;
  margin-top: 24px;
}
.page-details__description a.readless-link {
  font-weight: bold;
}
.page-details__description p {
  margin-bottom: 10px;
}
.page-details__right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 999px) {
  .page-details__right {
    display: none;
  }
}

.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.file a {
  color: #2D2D2D;
  text-decoration: none;
}
.file a:hover {
  text-decoration: underline;
  color: #F4411E;
}

.search {
  padding: 75px 0 100px;
}
@media (max-width: 767px) {
  .search {
    padding: 30px 0;
  }
}
.search__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search__head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__head-title {
  font-size: 50px;
  line-height: 55px;
  font-family: "Playfair Display", "Times New Roman", serif;
}
@media (max-width: 767px) {
  .search__head-title {
    font-size: 28px;
    line-height: 1.1;
  }
}
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E9E9E9;
  border: 1px solid #CCC;
  width: 100%;
  height: 65px;
  max-width: 768px;
  margin-top: 38px;
}
@media (max-width: 767px) {
  .search__form {
    margin-top: 25px;
    height: 52px;
  }
}
.search__form-icon {
  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: 63px;
  height: 63px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 767px) {
  .search__form-icon {
    display: none;
  }
}
.search__search-icon {
  width: 20px;
  height: 20px;
}
.search__form-input {
  background: none;
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  color: #2D2D2D;
}
@media (max-width: 767px) {
  .search__form-input {
    height: 50px;
    padding: 0 20px;
    width: 100%;
  }
}
.search__form-submit {
  width: 177px;
  height: 100%;
}
@media (max-width: 767px) {
  .search__form-submit {
    width: 61px;
    height: 50px;
    padding: 0;
  }
}
.search__products {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .search__products {
    margin-top: 25px;
  }
}
.search__products-title {
  color: #7A7A7A;
}
@media (max-width: 767px) {
  .search__products-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search__products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search__products-list .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}
.search__products-list .views-infinite-scroll-content-wrapper.no-sidebar {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1279px) {
  .search__products-list .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .search__products-list .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 24px;
  }
}
.search__more-products {
  display: inline-block;
  font-weight: bold;
  background-color: #2D2D2D;
  color: #FFFFFF;
  padding: 18px 48px;
  font-size: 16px;
}
.search__articles {
  margin-top: 80px;
  border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 767px) {
  .search__articles {
    margin-top: 40px;
  }
}
.search__articles-title {
  color: #7A7A7A;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .search__articles-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 0;
  border-top: 1px solid #C4C4C4;
  color: #2D2D2D;
}
.search__article:hover {
  text-decoration: none;
}
.search__article:hover .search__article-title {
  color: #F4411E;
}
.search__article-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 35px;
  line-height: 1;
}
@media (max-width: 999px) {
  .search__article-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search__article-title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.search__article-text {
  line-height: 30px;
  margin-top: 12px;
}

.pager {
  margin-top: 48px;
}
.pager__item {
  text-align: center;
  list-style: none;
  padding: 0;
  display: block;
}

.recommended {
  padding: 75px 0 60px;
}
@media (max-width: 767px) {
  .recommended {
    padding: 30px 0 50px;
  }
}
.recommended__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recommended__head {
  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;
}
.recommended__head-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  margin: 0;
  font-size: 50px;
  line-height: 55px;
  font-weight: normal;
}
@media (max-width: 1279px) {
  .recommended__head-title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .recommended__head-title {
    font-size: 30px;
  }
}
.recommended__more {
  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;
}
@media (max-width: 767px) {
  .recommended__more {
    display: none;
  }
}
.recommended__more:hover {
  text-decoration: none;
}
.recommended__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.recommended__list:after {
  height: 0;
  width: 30%;
  content: "";
}
@media (max-width: 767px) {
  .recommended__list {
    margin-top: 24px;
  }
}
@media (max-width: 624px) {
  .recommended__list {
    -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;
  }
}
.recommended__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
  color: #2D2D2D;
  width: 354px;
}
@media (max-width: 1279px) {
  .recommended__item {
    width: 290px;
  }
}
@media (max-width: 999px) {
  .recommended__item {
    width: calc(50% - 12px);
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .recommended__item {
    min-width: 278px;
  }
}
.recommended__item:hover {
  text-decoration: none;
}
.recommended__item:hover .recommended__item-name {
  color: #F4411E;
}
.recommended__item-photo-box {
  position: relative;
  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;
  padding-bottom: 67.7966101695%;
  height: 0;
  overflow: hidden;
}
.recommended__item-photo-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recommended__item-category {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  background: #2D2D2D;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.2em;
}
@media (max-width: 999px) {
  .recommended__item-category {
    font-size: 14px;
  }
}
.recommended__item-name {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 35px;
  line-height: 40px;
  margin-top: 24px;
  text-transform: capitalize;
}
@media (max-width: 1279px) {
  .recommended__item-name {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 999px) {
  .recommended__item-name {
    font-size: 24px;
    line-height: 30px;
  }
}
.recommended__question {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .recommended__question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.recommended__question-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 35px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .recommended__question-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.recommended__question-btn {
  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;
  margin-top: 25px;
}
.recommended__question-btn:hover {
  text-decoration: none;
}

.cta {
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .cta {
    padding: 0 0 50px;
  }
}
.cta__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta__question {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .cta__question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cta__question-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 35px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .cta__question-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.cta__question-btn {
  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;
  margin-top: 25px;
}
.cta__question-btn:hover {
  text-decoration: none;
}

.article {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .article {
    padding: 20px 0;
  }
}
.article__title {
  font-family: "Playfair Display", "Times New Roman", serif;
  margin: 0;
  font-size: 35px;
  line-height: 55px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .article__title {
    font-size: 30px;
    line-height: 35px;
  }
}
.article h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}
.article h2:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .article h2:not(:first-child) {
    margin-top: 16px;
  }
}
.article h3 {
  font-size: 19px;
  font-weight: 800;
  line-height: 30px;
}
.article h3:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .article h3:not(:first-child) {
    margin-top: 16px;
  }
}
.article p {
  font-size: 16px;
  line-height: 26px;
}
.article p:not(:first-child) {
  margin-top: 10px;
}
.article ol {
  counter-reset: ol;
}
.article ol:not(:first-child) {
  margin-top: 5px;
}
.article ol li {
  counter-increment: ol;
  list-style: none;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .article ol li {
    margin-top: 16px;
  }
}
.article ol li:before {
  content: counter(ol) ". ";
  font-weight: bold;
}
.article__chevron-down {
  width: 14px;
  height: 10px;
  fill: #2D2D2D;
  margin-right: 13px;
}
.article__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article__group:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .article__group:not(:first-child) {
    margin-top: 16px;
  }
}
.article__group_active .article__group-content {
  max-height: initial;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .article__group_active .article__group-content {
    margin-top: 16px;
  }
}
.article__group_active .article__chevron-down {
  -webkit-transform: rotateZ(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotateZ(-180deg);
}
.article__group-title {
  font-weight: 800;
}
.article__group-title:hover {
  cursor: pointer;
  color: #F4411E;
}
.article__group-title:hover .article__chevron-down {
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg);
}
.article__group-content {
  max-height: 0;
  overflow: hidden;
}
.article img {
  height: auto;
}
.article__body ul, .article__body ol {
  padding-left: 20px;
}

.articles-ctrl {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .articles-ctrl {
    margin-left: -20px;
    width: calc(100% + 40px);
    margin-top: 0;
  }
}
.articles-ctrl__mobile-btn {
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 45px;
  background: #DFDFDF;
  border: 0;
  color: #2D2D2D;
}
@media (max-width: 767px) {
  .articles-ctrl__mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .articles-ctrl__content {
    display: none;
    background: #DFDFDF;
    padding: 15px 20px;
    border-top: 1px solid #C4C4C4;
  }
  .articles-ctrl__content_active {
    display: block;
  }
}
.articles-ctrl__item:not(:first-child) {
  margin-top: 16px;
}
.articles-ctrl__item:hover {
  cursor: pointer;
}
.articles-ctrl__item_active .articles-ctrl__chevron-down {
  -webkit-transform: rotateZ(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotateZ(-180deg);
}
.articles-ctrl__item_active .articles-ctrl__item-content {
  max-height: initial;
}
.articles-ctrl__chevron-down {
  width: 14px;
  height: 10px;
  fill: #2D2D2D;
  margin-right: 13px;
}
.articles-ctrl__item-name {
  font-weight: 800;
}
.articles-ctrl__item-name:hover {
  color: #F4411E;
}
@media (max-width: 767px) {
  .articles-ctrl__item-name:hover {
    color: #2D2D2D;
  }
}
.articles-ctrl__item-content {
  max-height: 0;
  overflow: hidden;
  padding-left: 30px;
}
.articles-ctrl__item-list {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 235px;
  margin-top: 10px;
}
.articles-ctrl__item-link {
  color: #2D2D2D;
  line-height: 24px;
}
.articles-ctrl__item-link:hover {
  text-decoration: underline;
}
.articles-ctrl__item-link:not(:first-child) {
  margin-top: 16px;
}
.articles-ctrl__item-link_active {
  color: #F4411E;
}
.articles-ctrl__more-btn {
  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;
  margin-top: 25px;
  width: 235px;
}
@media (max-width: 767px) {
  .articles-ctrl__more-btn {
    display: none;
  }
}
.articles-ctrl__more-btn:hover {
  text-decoration: none;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .filter {
    position: fixed;
    top: -100vh;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    display: none;
    z-index: 1002;
  }
  .filter_active {
    top: 0;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filter__head {
  display: none;
}
@media (max-width: 767px) {
  .filter__head {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 40px;
    background: #2D2D2D;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
  }
}
.filter__head .filter__reset-link {
  font-size: 14px;
}
.filter__cross {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.filter__cross-icon {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.filter__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 35px;
  font-weight: normal;
  font-family: "Playfair Display", "Times New Roman", serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .filter__title {
    font-size: 16px;
    text-align: center;
    font-family: "Raleway", "Arial", sans-serif;
  }
}
.filter__reset {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media (max-width: 767px) {
  .filter__content {
    background: #FFF;
    padding: 20px;
    height: calc(100% - 112px);
    overflow: scroll;
    margin-top: 0;
  }
}
.filter__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter__search-icon {
  width: 15px;
  height: 15px;
  fill: #FFF;
}
.filter__search-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 31px;
  border: 1px solid #C4C4C4;
  border-right: 0;
  padding: 0 16px;
}
.filter__search-btn {
  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: 42px;
  height: 31px;
  background: #F4411E;
  border: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.filter__group {
  margin-bottom: 32px;
}
.filter__group_active .filter__group-content {
  max-height: initial;
  margin-top: 12px;
}
.filter__group-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  color: #A9A9A9;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 15px;
}
@media (max-width: 767px) {
  .filter__group-title:hover {
    color: #2D2D2D;
  }
}
.filter__group-title:hover .filter__chevron-down {
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg);
}
@media (max-width: 767px) {
  .filter__group-title:hover .filter__chevron-down {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.filter__chevron-down {
  display: none;
  width: 14px;
  height: 10px;
  fill: #2D2D2D;
  margin-right: 13px;
}
@media (max-width: 767px) {
  .filter__chevron-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filter__group-content {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .filter__group-content {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
  }
  .filter__group-content_full {
    max-height: initial;
    margin-top: 12px;
  }
}
.filter__group-link {
  color: #2D2D2D;
  margin-left: 18px;
}
@media (max-width: 767px) {
  .filter__group-link {
    margin-left: 27px;
  }
}
.filter__group-link:not(:first-child) {
  margin-top: 8px;
}
.filter__group-link:hover {
  color: #F4411E;
  text-decoration: none;
}
.filter__mobile-footer {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: #ECECEC;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .filter__mobile-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filter__apply-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: initial;
  padding: 0;
  height: 40px;
}
.filter__installation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2D2D2D;
  font-weight: bold;
}
.filter__doc-icon {
  width: 17px;
  height: 24px;
  fill: #2D2D2D;
  margin-right: 11px;
}
.filter__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .filter__actions {
    display: none;
  }
}
.filter__actions .filter__reset-link {
  color: #2D2D2D;
}
.filter__hide, .filter__show {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 32px;
  color: #000;
  display: block;
}
.filter__show {
  display: none;
}

.mobile-categories-filter-ctrl {
  display: none;
  width: 100%;
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
  top: -40px;
}
@media (max-width: 767px) {
  .mobile-categories-filter-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mobile-categories-filter-ctrl.fixed {
  position: sticky;
  top: 0;
  z-index: 50;
}
.mobile-categories-filter-ctrl__btn {
  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;
  border: 0;
  background: #2D2D2D;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 0;
  gap: 6px;
}
.mobile-categories-filter-ctrl__chevron-down {
  width: 14px;
  height: 10px;
  fill: #2D2D2D;
  margin-left: 12px;
}
.mobile-categories-filter-ctrl__icon {
  width: 16px;
  height: 16px;
}
.mobile-categories-filter-ctrl__icon-active {
  width: 16px;
  height: 16px;
  display: none;
}

.categories-list__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.categories-list__content.no-sidebar {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1279px) {
  .categories-list__content.no-sidebar {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .categories-list__content.no-sidebar {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 8px;
  }
}
@media (max-width: 1279px) {
  .categories-list__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .categories-list__content {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 8px;
  }
}
.categories-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.categories-list__item:hover .categories-list__item-name {
  color: #F4411E;
}
.categories-list__item-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.categories-list__item-photo-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.categories-list__item-name {
  color: #FFF;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0)), to(rgba(21, 21, 21, 0.8)));
  background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(21, 21, 21, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(21, 21, 21, 0.8) 100%);
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, rgba(21, 21, 21, 0.8) 100%);
  width: 100%;
  font-size: 20px;
  padding: 0 15px 20px;
}
@media (max-width: 1279px) {
  .categories-list__item-name {
    font-size: 16px;
    padding: 0 10px 15px;
  }
}

.categories-grid__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 40px;
}
.categories-grid__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-left: 4px;
  padding-right: 4px;
}
.categories-grid__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 32px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  max-height: 258px;
}
@media (max-width: 1279px) {
  .categories-grid__item .categories-grid__item-photo-box img {
    max-height: 198px;
  }
}
@media (max-width: 999px) {
  .categories-grid__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 629px) {
  .categories-grid__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .categories-grid__item .categories-grid__item-photo-box img {
    max-height: 212px;
  }
}
.categories-grid__item:first-child {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media (max-width: 999px) {
  .categories-grid__item:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.categories-grid__item:hover .categories-grid__item-name {
  color: #F4411E;
}
.categories-grid__item-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.categories-grid__item-photo-box img {
  width: 100%;
  max-height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
}
.categories-grid__item-name {
  color: #FFF;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  bottom: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0)), to(rgba(21, 21, 21, 0.8)));
  background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(21, 21, 21, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(21, 21, 21, 0.8) 100%);
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, rgba(21, 21, 21, 0.8) 100%);
  width: 100%;
  font-size: 20px;
  padding: 0 15px 20px;
}
@media (max-width: 1279px) {
  .categories-grid__item-name {
    font-size: 16px;
    padding: 0 10px 15px;
  }
}

.products-list__sliders {
  margin-top: 30px;
}
.products-list__sliders:first-child {
  margin-top: 0;
}
.products-list__sliders__head {
  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;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .products-list__sliders__head {
    margin-bottom: 15px;
  }
}
.products-list__sliders__title {
  margin: 0;
}
.products-list__sliders__slider-ctrl {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-list__sliders__slider-ctrl .icon-arrow-left {
  margin-right: 20px;
}
.products-list__sliders__slider-ctrl .icon-arrow-left, .products-list__sliders__slider-ctrl .icon-arrow-right {
  height: 20px;
  width: 20px;
}
.products-list__sliders__slider-ctrl .icon-arrow-left:hover, .products-list__sliders__slider-ctrl .icon-arrow-right:hover {
  cursor: pointer;
  fill: #F4411E;
}
.products-list__sliders__slider-ctrl .swiper-button-disabled .icon-arrow-left, .products-list__sliders__slider-ctrl .swiper-button-disabled .icon-arrow-right {
  fill: #b5b5b5;
}
.products-list__sliders__slider-ctrl .swiper-button-disabled .icon-arrow-left:hover, .products-list__sliders__slider-ctrl .swiper-button-disabled .icon-arrow-right:hover {
  cursor: default;
  fill: #b5b5b5;
}

.products-list__head {
  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;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .products-list__head {
    margin-bottom: 15px;
  }
}
.products-list__head.installation {
  margin-top: 50px;
}
.products-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-list__content .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}
.products-list__content .views-infinite-scroll-content-wrapper.no-sidebar {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1279px) {
  .products-list__content .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .products-list__content .views-infinite-scroll-content-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 24px;
  }
}
.products-list__sliders .products-list__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}
.products-list__sliders .products-list__content.no-sidebar {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1279px) {
  .products-list__sliders .products-list__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .products-list__sliders .products-list__content {
    grid-column-gap: 8px;
    grid-row-gap: 24px;
  }
}
.products-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.products-list__item:hover {
  text-decoration: none;
}
.products-list__item:hover .products-list__item-inner {
  background: #F4411E;
}
.products-list__item-photo {
  width: 100%;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-list__item-name {
  height: 70px;
  color: #FFF;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .products-list__item-name {
    font-size: 13px;
    padding: 5px 10px;
    height: 50px;
  }
}
.products-list__items-count {
  font-size: 16px;
  font-weight: 500;
  color: #7a7a7a;
  display: block;
  margin-bottom: 32px;
}
.products-list__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.product {
  padding: 35px 0 100px;
}
@media (max-width: 767px) {
  .product {
    padding: 0 0 30px;
  }
}
.product__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 999px) {
  .product__wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product__wrap {
    padding: 0;
  }
}
.product__availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  gap: 8px;
  margin: 32px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__availability .marker {
  width: 16px;
  height: 16px;
}
.product__availability--stock {
  color: #0CAC2F;
}
.product__availability--on-request {
  color: #7A7A7A;
}
.product__badges {
  position: absolute;
  top: 8px;
  right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 100;
}
.product__badges-item {
  margin-left: auto;
  padding: 4px 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product__sale {
  background: #F4411E;
}
.product__instructions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product__instructions_videos {
  margin-top: 40px;
}
.product__split-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__split-offer-image {
  max-width: 56px;
}
.product__split-offer-text a {
  color: #2D2D2D;
  text-decoration: underline;
}
.product__split-offer-text a:hover {
  color: #F4411E;
}
.product__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .product__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__photos {
  width: 100%;
  max-width: 624px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1279px) {
  .product__photos {
    max-width: 480px;
  }
}
@media (max-width: 999px) {
  .product__photos {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .product__photos {
    max-width: 100%;
  }
}
.product__slide {
  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;
  outline: 2px solid transparent;
  outline-offset: -2px;
  max-width: 100%;
  width: 25%;
  max-height: 105px;
}
@media (max-width: 767px) {
  .product__slide {
    width: 100% !important;
  }
}
.product__slide_full {
  max-height: initial;
  width: 100%;
  background-color: black;
}
.product__slide_photo:hover {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}
.product__slide_aspecta {
  position: relative;
}
.product__slide_aspecta img {
  opacity: 0.35;
  mix-blend-mode: luminosity;
}
.product__slide.swiper-slide-thumb-active {
  outline-color: #F4411E;
}
.product__slide-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__slider {
  position: relative;
}
.product__thumb-slider {
  position: relative;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .product__thumb-slider {
    display: none;
  }
}
.product__thumb-slider-helper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: rgba(45, 45, 45, 0.5);
  z-index: 100;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  color: #FFF;
  font-size: 13px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  visibility: visible;
}
.product__thumb-slider-helper_hidden {
  opacity: 0;
  visibility: hidden;
}
.product__thumb-slider-count {
  margin-bottom: 10px;
  font-size: 16px;
}
.product__info {
  padding-left: 55px;
}
@media (max-width: 1279px) {
  .product__info {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .product__info {
    padding: 20px;
  }
}
.product__title {
  margin: 0;
  font-size: 35px;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .product__title {
    font-size: 30px;
  }
}
.product__desc {
  line-height: 1.4;
}
.product__desc p, .product__desc h2, .product__desc h3, .product__desc h4, .product__desc h5, .product__desc ul, .product__desc ol {
  margin-top: 20px;
}
.product__colors {
  margin-top: 20px;
}
.product__colors-title {
  font-weight: bold;
}
.product__colors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.product__color {
  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;
}
.product__color-img {
  width: 56px;
  height: 48px;
}
.product__price {
  font-size: 16px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__price--single .product__old-price {
  text-decoration: none;
  color: #2D2D2D;
  font-weight: bold;
  font-size: 20px;
}
.product__old-price {
  color: #C4C4C4;
  text-decoration: line-through;
}
.product__new-price {
  color: #F4411E;
  font-weight: bold;
  font-size: 20px;
}
.product__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}
.product__form-head {
  margin-bottom: 10px;
}
.product__form-title {
  font-weight: bold;
}
.product__form-desc {
  margin-top: 13px;
  line-height: 1.4;
}
.product__form-desc-link {
  color: #F4411E;
}
.product__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .product__form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__form-group .form-item {
  width: calc(50% - 5px);
}
@media (max-width: 767px) {
  .product__form-group .form-item {
    width: 100%;
  }
}
.product__form-input {
  width: 100%;
  height: 50px;
  background: #E9E9E9;
  padding: 0 20px;
  border: 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .product__form-input {
    background: #dedede;
  }
}
.product__form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
  width: 100%;
}
.product__form-btn {
  min-width: 210px;
}
@media (max-width: 767px) {
  .product__form-btn {
    width: 100%;
  }
}
.product__slider-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 101;
  display: none;
}
@media (max-width: 767px) {
  .product__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product__slider-pagination-item {
  width: 8px;
  height: 8px;
  background: #333;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.product__slider-pagination-item:not(:first-child) {
  margin-left: 7px;
}
.product__slider-pagination-item_active {
  background: #F4411E;
}
.product__tab-info_row {
  width: 100%;
  max-width: 920px;
}
.product__tab-info .additional-info {
  margin-top: 16px;
  font-size: 14px;
}
.product__tab-info-group {
  line-height: 24px;
  width: 100%;
}
@media (max-width: 999px) {
  .product__tab-info-group:not(:first-child) {
    margin-top: 16px;
  }
}
.product__ol-title {
  font-weight: bold;
}
.product__ol {
  margin-top: 5px;
  counter-reset: ol;
}
.product__ol-item {
  counter-increment: ol;
  list-style: none;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .product__ol-item {
    margin-top: 16px;
  }
}
.product__ol-item:before {
  content: counter(ol) ". ";
  font-weight: bold;
}
.product__tab-more-link {
  display: inline-block;
  font-weight: bold;
  color: #F4411E;
  margin-top: 10px;
}

.product-aspecta {
  position: absolute;
  text-align: center;
}
.product-aspecta__content {
  margin-bottom: 40px;
  color: #FFFFFF;
}
.product-aspecta__title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}
.product-aspecta__text {
  font-size: 16px;
  font-weight: 500;
}
.product-aspecta .btn {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.product-attributes {
  width: 100%;
  max-width: 580px;
  font-size: 14px;
}
.product-attributes__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
.product-attributes__row:not(:last-child) {
  border-bottom: 1px solid black;
}
.product-attributes__name {
  width: 50%;
}
.product-attributes__value {
  width: 50%;
  font-weight: 700;
}

.related-products:not(:first-child) {
  margin-top: 20px;
}
.related-products__title {
  font-weight: bold;
}
.related-products__content {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .related-products__content {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.related-products__item {
  background: #FFF;
  border: 1px solid #DCDCDC;
  min-height: 240px;
  color: #2D2D2D;
}
@media (max-width: 767px) {
  .related-products__item:first-child {
    margin-left: 10px;
  }
}
.related-products__item:hover {
  text-decoration: none;
}
.related-products__item:hover .related-products__item-name {
  color: #F4411E;
}
.related-products__item-photo-box {
  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;
  height: 150px;
  padding: 0 20px;
}
.related-products__item-name {
  font-weight: bold;
  margin-top: 20px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .related-products__item-name {
    font-size: 13px;
    padding: 0 15px;
  }
}

.recommended-product {
  padding: 0 0 100px 0;
}
@media (max-width: 767px) {
  .recommended-product {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .recommended-product {
    padding-top: 20px;
  }
}
.recommended-product__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 999px) {
  .recommended-product__wrap {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .recommended-product__wrap {
    padding: 0;
  }
}
.recommended-product__title {
  font-size: 35px;
  line-height: 55px;
}
@media (max-width: 600px) {
  .recommended-product__title {
    padding: 0 20px;
    font-size: 24px;
    line-height: 1;
  }
}
.recommended-product__slider-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .recommended-product__slider-box {
    margin-top: 15px;
  }
}
.recommended-product__slider {
  max-width: 1060px;
  width: 100%;
}
@media (max-width: 1279px) {
  .recommended-product__slider {
    max-width: 800px;
  }
}
@media (max-width: 999px) {
  .recommended-product__slider {
    max-width: 100%;
  }
}
.recommended-product__slide {
  height: 100%;
}
@media (max-width: 600px) {
  .recommended-product__slide:first-child {
    margin-left: 20px;
  }
}
.recommended-product__slide .product-short {
  width: 100%;
  height: 100%;
  margin-right: 0;
}
.recommended-product__slider-ctrl-btn {
  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: 40px;
  height: 40px;
}
@media (max-width: 999px) {
  .recommended-product__slider-ctrl-btn {
    display: none;
  }
}
.recommended-product__slider-ctrl-btn:hover {
  cursor: pointer;
}
.recommended-product__arrow-icon {
  width: 24px;
  height: 19px;
  fill: #C4C4C4;
}

.login-form {
  position: relative;
  overflow: hidden;
}
.login-form__wrap {
  display: block;
}
.login-form h1 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 35px;
  font-weight: normal;
  margin: 0 0 25px;
}
.login-form label {
  display: block;
}
.login-form .form-item label {
  font-weight: bold;
  display: block;
}
.login-form .form-text {
  border: 1px solid gainsboro;
  padding: 5px;
}
.login-form .marker, .login-form .form-required {
  color: #181818;
  font-size: 18px;
}
.login-form .form-item {
  margin-top: 0;
  margin-bottom: 25px;
}
.login-form input[type=text], .login-form input[type=password] {
  width: 100%;
  max-width: 400px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  font-size: 18px;
  line-height: 32px;
  color: #181818;
  margin-top: 10px;
  margin-bottom: 5px;
}
.login-form input[type=submit] {
  height: 50px;
  padding: 0 35px;
  background: #F4411E;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.password-form {
  position: relative;
  overflow: hidden;
}
.password-form__wrap {
  display: block;
}
.password-form h1 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 35px;
  font-weight: normal;
  margin: 0 0 25px;
}
.password-form label {
  display: block;
}
.password-form .form-item label {
  font-weight: bold;
  display: block;
}
.password-form .form-text {
  border: 1px solid gainsboro;
  padding: 5px;
}
.password-form .marker, .password-form .form-required {
  color: #181818;
  font-size: 18px;
}
.password-form .form-item {
  margin-top: 0;
  margin-bottom: 25px;
}
.password-form input[type=text], .password-form input[type=password] {
  width: 100%;
  max-width: 400px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  font-size: 18px;
  line-height: 32px;
  color: #181818;
  margin-top: 10px;
  margin-bottom: 5px;
}
.password-form input[type=submit] {
  height: 50px;
  padding: 0 35px;
  background: #F4411E;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.password-form p {
  margin: 15px 0;
}

.image-text {
  margin-bottom: 80px;
}
.image-text:first-child {
  margin-top: 50px;
}
.image-text--reverse-order .image-text__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 999px) {
  .image-text--reverse-order .image-text__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.image-text__wrap {
  max-width: 1112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media (max-width: 999px) {
  .image-text__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.image-text__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.image-text__image img {
  width: 100%;
  height: auto;
}
.image-text__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.image-text__title {
  font-size: 32px;
  font-weight: 500;
}
.image-text__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.image-text__description p:not(:first-child) {
  margin-top: 10px;
}
.image-text__description a {
  text-decoration: underline;
}
.image-text__description a:hover {
  text-decoration: none;
}

.cards {
  margin-bottom: 80px;
}
.cards__wrap {
  max-width: 1112px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 999px) {
  .cards__wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.cards-item {
  background-color: #F8F9FA;
  padding: 32px 24px;
}
.cards-item__icon {
  margin-bottom: 32px;
}
.cards-item__icon img {
  max-width: 40px;
  height: auto;
}
.cards-item__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.cards-item__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.cards-item__description p:not(:first-child) {
  margin-top: 10px;
}
.cards-item__description a {
  text-decoration: underline;
}
.cards-item__description a:hover {
  text-decoration: none;
}

.get-in-touch {
  margin-bottom: 80px;
}
.get-in-touch__wrap {
  max-width: 1112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 118px;
  padding: 0 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 999px) {
  .get-in-touch__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.get-in-touch__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.get-in-touch__description {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 26px;
}
.get-in-touch__description p:not(:first-child) {
  margin-top: 10px;
}
.get-in-touch__description a {
  text-decoration: underline;
}
.get-in-touch__description a:hover {
  text-decoration: none;
}
.get-in-touch__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 40px;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 999px) {
  .get-in-touch__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
  }
}
.get-in-touch__contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.get-in-touch__contacts::before {
  content: "";
  position: absolute;
  top: 0;
  left: -59px; /* Half of the gap */
  height: 100%;
  width: 1px;
  background-color: #E0E0E0;
}
@media (max-width: 999px) {
  .get-in-touch__contacts::before {
    display: none;
  }
}
.get-in-touch__office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.get-in-touch__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.get-in-touch__working-hours {
  position: relative;
}
.get-in-touch__working-hours::before {
  content: "";
  position: absolute;
  top: 0;
  left: -9px; /* Half of the gap */
  height: 100%;
  width: 1px;
  background-color: #E0E0E0;
}

.get-in-touch-item__line1 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #F4411E;
}
.get-in-touch-item__line2 {
  font-size: 16px;
  font-weight: 500;
}

.employees {
  margin-bottom: 80px;
}
.employees__wrap {
  max-width: 976px;
  display: block;
}
.employees__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
}
.employees__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  row-gap: 55px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 999px) {
  .employees__groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .employees__groups {
    row-gap: 32px;
  }
}

.employees-group {
  position: relative;
  width: calc(33.33333% - 32px);
}
.employees-group:nth-child(even) {
  width: calc(66.6666% - 32px);
}
@media (max-width: 767px) {
  .employees-group:nth-child(even) {
    width: 100%;
  }
}
.employees-group:nth-child(even) .employees-item {
  width: calc(50% - 32px);
}
@media (max-width: 767px) {
  .employees-group:nth-child(even) .employees-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .employees-group {
    width: 100%;
  }
}
.employees-group__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
  display: block;
  color: #F4411E;
}
@media (max-width: 767px) {
  .employees-group__title {
    margin-bottom: 24px;
  }
}
.employees-group__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .employees-group__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.employees-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.employees-item__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.employees-item__position {
  font-size: 16px;
  font-weight: 500;
  color: #6A6A6A;
}
.employees-item__mail {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.employees-item__mail a:hover {
  color: #F4411E;
}
.employees-item__phone {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.employees-item a {
  color: #2D2D2D;
}
.employees-item a:hover {
  color: #F4411E;
}

.partners {
  margin-bottom: 80px;
}
.partners__wrap {
  max-width: 1112px;
  display: block;
}
.partners__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 50px;
}
.partners__logos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 999px) {
  .partners__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.partners__logos img {
  max-height: 50px;
  width: auto;
  height: auto;
}

.present {
  width: 100%;
  padding: 70px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1279px) {
  .present {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .present_full-slider {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .present_full-slider .present__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .present_full-slider .present__caption {
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.present_full-slider .present__caption-title {
  text-transform: capitalize;
}
.present_full-slider .present__slider-box {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .present_full-slider .present__slider-box {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.present_full-slider .present__slider-helper {
  width: initial;
  margin-right: 10%;
}
@media (max-width: 767px) {
  .present_full-slider .present__slider-helper {
    display: none;
  }
}
@media (max-width: 767px) {
  .present_main-page {
    height: 490px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .present_main-page .present__wrap {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .present_main-page .present__caption {
    position: absolute;
    top: 72px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px;
    height: 418px;
    max-width: 100%;
    z-index: 101;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 767px) {
  .present_main-page .present__caption-title {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .present_main-page .present__caption-desc {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .present_main-page .present__slider-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .present_main-page .present__slide-img {
    height: 418px;
  }
}
@media (max-width: 767px) {
  .present_main-page .present__slider-count {
    display: none;
  }
}
@media (max-width: 767px) {
  .present_main-page .present__slider-helper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: 72px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.present__wrap {
  width: calc(100% - (100% - 1200px) / 2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
}
@media (max-width: 1279px) {
  .present__wrap {
    width: calc(100% - (100% - 960px) / 2);
  }
}
@media (max-width: 999px) {
  .present__wrap {
    width: 100%;
  }
}
.present__caption {
  max-width: 392px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 39px;
}
@media (max-width: 999px) {
  .present__caption {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .present__caption {
    width: 100%;
    max-width: 100%;
  }
}
.present__caption-category {
  font-size: 13px;
  color: #C4C4C4;
  margin-bottom: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.present__caption-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  margin: 0;
  font-weight: normal;
  font-size: 50px;
  line-height: 55px;
  color: #2D2D2D;
}
@media (max-width: 1279px) {
  .present__caption-title {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 999px) {
  .present__caption-title {
    font-size: 30px;
  }
}
.present__caption-desc {
  color: #2D2D2D;
  line-height: 30px;
  margin-top: 25px;
}
@media (max-width: 999px) {
  .present__caption-desc {
    font-size: 14px;
    line-height: 26px;
  }
}
.present__caption-btn {
  margin-top: 30px;
  width: 235px;
  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;
}
.present__caption-btn:hover {
  text-decoration: none;
}
.present__caption-nav {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .present__caption-nav {
    margin-top: 30px;
  }
}
.present__caption-nav-link {
  color: #F4411E;
  font-weight: bold;
}
.present__caption-nav-link:not(:first-child) {
  position: relative;
  margin-left: 10px;
  padding-left: 12px;
}
.present__caption-nav-link:not(:first-child):before {
  content: "|";
  position: absolute;
  left: 0;
  font-weight: normal;
  color: #C4C4C4;
}
.present__slider-box {
  width: 59%;
  max-width: 812px;
}
.present__placeholder {
  width: calc(100% - 1320px);
}
@media (max-width: 1440px) {
  .present__placeholder {
    display: none;
  }
}
.present__slider {
  width: 100%;
}
.present__slide {
  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;
}
.present__slide-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 520px;
}
.present__slider-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .present__slider-count {
    font-size: 14px;
  }
}
.present__slider-count-active {
  color: #F4411E;
  font-weight: 800;
}
.present__slider-count-all {
  color: #fff;
}
.present__slider-helper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2D2D2D;
  padding: 30px;
  width: 90%;
  -webkit-transform: translateX(-20px) translateY(-39px);
      -ms-transform: translateX(-20px) translateY(-39px);
          transform: translateX(-20px) translateY(-39px);
  z-index: 100;
  min-width: 245px;
}
@media (max-width: 1279px) {
  .present__slider-helper {
    padding: 20px;
    -webkit-transform: translateX(-20px) translateY(-29px);
        -ms-transform: translateX(-20px) translateY(-29px);
            transform: translateX(-20px) translateY(-29px);
  }
}
@media (max-width: 999px) {
  .present__slider-helper {
    width: 100%;
  }
}
.present__slider-caption {
  color: #fff;
  margin-left: 25px;
}
@media (max-width: 1279px) {
  .present__slider-caption {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    margin-left: 20px;
    width: 100%;
  }
}
.present__slider-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .present__slider-ctrl {
    display: none;
  }
}
.present__slider-ctrl-btn {
  padding: 0 20px;
}
.present__slider-ctrl-btn:hover {
  cursor: pointer;
}
.present__slider-ctrl-btn:hover .present__slider-ctrl-icon {
  fill: #F4411E;
}
.present__slider-ctrl-icon {
  width: 20px;
  height: 15px;
  fill: #fff;
}
.present__slider-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 101;
  display: none;
}
@media (max-width: 767px) {
  .present__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.present__slider-pagination-item {
  width: 7px;
  height: 7px;
  background: #333;
}
.present__slider-pagination-item:not(:first-child) {
  margin-left: 7px;
}
.present__slider-pagination-item_active {
  background: #F4411E;
}
@media (max-width: 767px) {
  .present__contacts-group {
    width: 100%;
  }
}
.present__contacts-group:not(:first-child) {
  margin-top: 40px;
}
.present__contacts-title {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .present__contacts-title {
    font-size: 30px;
  }
}
.present__contacts-content {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .present__contacts-content {
    margin-top: 15px;
  }
}
.present__contacts-text {
  line-height: 30px;
}
.present__contacts-text:not(:first-child) {
  margin-top: 5px;
}
.present__contacts-text_orange {
  color: #F4411E;
}
.present__contacts-text_facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.present__facebook-icon {
  width: 10px;
  height: 21px;
  margin-right: 15px;
  fill: #F4411E;
}

.contacts {
  width: 100%;
  padding: 70px 0;
}
@media (max-width: 1279px) {
  .contacts {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .contacts {
    padding: 0 0 50px;
  }
}
.contacts__wrap {
  max-width: 1112px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contacts__wrap {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.contacts__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 94px;
}
@media (max-width: 1279px) {
  .contacts__caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .contacts__caption {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.contacts__caption-category {
  font-size: 13px;
  color: #C4C4C4;
  margin-bottom: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.contacts__slider-box {
  max-width: 510px;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .contacts__slider-box {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 100%;
  }
}
.contacts__slider {
  width: 100%;
}
.contacts__slide {
  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;
}
.contacts__slide img {
  max-width: 510px;
  height: auto;
  width: inherit;
}
@media (max-width: 767px) {
  .contacts__slide img {
    max-width: 100%;
  }
}
.contacts__slide-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 520px;
}
.contacts__slider-caption {
  color: #fff;
  margin-left: 25px;
}
@media (max-width: 1279px) {
  .contacts__slider-caption {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    margin-left: 20px;
    width: 100%;
  }
}
.contacts__slider-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .contacts__slider-ctrl {
    display: none;
  }
}
.contacts__slider-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__slider-pagination-item {
  width: 56px;
  height: 2px;
  background: #CECECE;
}
.contacts__slider-pagination-item:not(:first-child) {
  margin-left: 8px;
}
.contacts__slider-pagination-item_active {
  background: #F4411E;
}
@media (max-width: 767px) {
  .contacts__contacts-group {
    width: 100%;
  }
}
.contacts__contacts-title {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contacts__contacts-title {
    font-size: 30px;
  }
}
.contacts__contacts-content {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .contacts__contacts-content {
    margin-top: 15px;
  }
}
.contacts__contacts-text {
  line-height: 30px;
  color: #2D2D2D;
}
.contacts__contacts-text:not(:first-child) {
  margin-top: 5px;
}
.contacts__contacts-text_orange {
  color: #F4411E;
}
.contacts__contacts-text_underline {
  text-decoration: underline;
}
.contacts__contacts-text_facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__contacts-text_facebook:hover .contacts__facebook-icon {
  fill: #F4411E;
  color: #F4411E;
}
.contacts a.contacts__contacts-text:hover {
  color: #F4411E;
}
.contacts__facebook-icon {
  width: 10px;
  height: 21px;
  margin-right: 15px;
  fill: #2D2D2D;
}

.place-map {
  background-color: #F8F9FA;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .place-map {
    margin-bottom: 40px;
  }
}
.place-map__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 976px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  gap: 32px;
}
@media (max-width: 767px) {
  .place-map__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.place-map__title {
  font-size: 32px;
  font-weight: 500;
}
.place-map__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 454px;
}
@media (max-width: 767px) {
  .place-map__caption {
    max-width: 100%;
  }
}
.place-map__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.place-map__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-decoration: underline;
  color: #2D2D2D;
}
.place-map__image a:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.place-map__image img {
  width: 100%;
  height: auto;
  max-width: 380px;
  display: block;
  margin: 0 auto;
}