/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .badge {
  margin: 2px 0;
  padding:5px 8px;
}
.bootstrap-tagsinput .badge [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .badge [data-role="remove"]:after {
  content: "\D7";
  padding: 0px 4px;
  background-color:rgba(0, 0, 0, 0.1);
  border-radius:50%;
  font-size:13px
}
.bootstrap-tagsinput .badge [data-role="remove"]:hover:after {

  background-color:rgba(0, 0, 0, 0.62);}
.bootstrap-tagsinput .badge [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
@font-face {
  font-family: "Noah";
  src: local("Noah Regular Italic"), local("Noah-RegularItalic"), url("/fonts/Noah/Noahregularitalic.woff2") format("woff2"), url("/fonts/Noah/Noahregularitalic.woff") format("woff"), url("/fonts/Noah/Noahregularitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noah";
  src: local("Noah Regular"), local("Noah-Regular"), url("/fonts/Noah/Noahregular.woff2") format("woff2"), url("/fonts/Noah/Noahregular.woff") format("woff"), url("/fonts/Noah/Noahregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noah";
  src: local("Noah Bold Italic"), local("Noah-BoldItalic"), url("/fonts/Noah/Noahbolditalic.woff2") format("woff2"), url("/fonts/Noah/Noahbolditalic.woff") format("woff"), url("/fonts/Noah/Noahbolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noah";
  src: local("Noah Bold"), local("Noah-Bold"), url("/fonts/Noah/Noahbold.woff2") format("woff2"), url("/fonts/Noah/Noahbold.woff") format("woff"), url("/fonts/Noah/Noahbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ALS Rubl";
  src: local("ALS Rubl"), url("/fonts/rouble.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
.rub {
  font-family: "ALS Rubl" !important;
}

html, body {
  height: 100%;
  color: #444;
  font-family: "Noah", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

body {
  overflow-x: hidden;
}

.owl-stage {
  display: flex;
}

.owl-stage-outer {
  overflow: hidden;
}

@media (max-width: 575px) {
  .m-hidden {
    display: none !important;
  }
}

.m-show {
  display: none;
}
@media (max-width: 575px) {
  .m-show {
    display: block;
  }
}

* {
  outline: none !important;
}

button {
  padding: 0;
  border: none;
  background: none;
}
button:focus {
  outline: none;
}

a {
  transition: all 0.3s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5 {
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}

h1 {
  font-size: 50px;
  line-height: 54px;
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
    line-height: 115%;
  }
}

h2 {
  font-size: 50px;
  line-height: 54px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
    line-height: 1.15;
  }
}

#svg-mask {
  display: none;
}

.container {
  width: 100%;
  max-width: 1440px !important;
}

.link {
  position: relative;
  border-bottom: 1px solid rgba(169, 36, 20, 0.2);
  color: #a92414;
  font-size: 16px;
}
.link:hover {
  color: #e96757;
  border-color: rgba(233, 103, 87, 0.2);
}
.link:not(.link--inline) {
  margin-right: 12px;
  font-weight: bold;
}
.link:not(.link--inline):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  transform: rotate(45deg) translateZ(0);
  transition: all 0.3s;
}

.lozad {
  opacity: 0;
  transition: opacity ease 0.25s;
}

[data-loaded=true] {
  opacity: 1;
}

.icon-svg {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: auto;
  transition: fill 0.3s, stroke 0.3s;
}
.icon-svg--arrow-left, .icon-svg--arrow-right {
  width: 28px;
  height: 17px;
  fill: #000;
}
.icon-svg--arrow-left-white, .icon-svg--arrow-right-white {
  width: 27px;
  height: 16px;
  fill: #fff;
}
.icon-svg--inst {
  width: 21px;
  height: 21px;
  fill: currentColor;
}
.icon-svg--vk {
  width: 24px;
  height: 13px;
  fill: currentColor;
}
.icon-svg--yt {
  width: 24px;
  height: 18px;
  fill: currentColor;
}
.icon-svg--ok {
  width: 13px;
  height: 21px;
  fill: currentColor;
}
.icon-svg--cart {
  width: 26px;
  height: 20px;
  fill: #a92414;
}
.icon-svg--phone {
  width: 18px;
  height: 18px;
  fill: #a92414;
}
.icon-svg--product {
  width: 46px;
  height: 63px;
  fill: #303030;
}
.icon-svg--feature {
  width: 24px;
  height: 30px;
  fill: #303030;
}
.icon-svg--question {
  width: 24px;
  height: 24px;
  fill: #303030;
}
.icon-svg--tag-question {
  width: 24px;
  height: 24px;
  fill: #888;
}
.icon-svg--tag-question:hover {
  fill: #a92414;
}
.icon-svg--pin-mini {
  width: 18px;
  height: 22px;
  fill: currentColor;
}

.slider-controls {
  display: inline-flex;
  align-items: center;
}
.slider-controls__button {
  position: static;
  z-index: 2;
  flex-shrink: 0;
  margin-top: 0;
  width: 59px;
  height: 59px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(48, 48, 48, 0.2);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .slider-controls__button {
    width: 46px;
    height: 46px;
    background-size: 50%;
  }
}
.slider-controls__button:hover {
  border-color: #303030;
}
.slider-controls__button.is-prev {
  margin-right: 25px;
  background-image: url("/build/img/svg/arrow-left.svg");
}
@media (max-width: 575px) {
  .slider-controls__button.is-prev {
    margin-right: 20px;
  }
}
.slider-controls__button.is-next {
  margin-left: 25px;
  background-image: url("/build/img/svg/arrow-right.svg");
}
@media (max-width: 575px) {
  .slider-controls__button.is-next {
    margin-left: 20px;
  }
}
.slider-controls__button.swiper-button-disabled {
  opacity: 1;
}
.slider-controls__fraction {
  display: flex;
  justify-content: space-between;
  min-width: 35px;
  color: #888;
  font-size: 18px;
}
@media (max-width: 575px) {
  .slider-controls__fraction {
    font-size: 14px;
  }
}
.slider-controls__fraction span {
  min-width: 10px;
}
.slider-controls__fraction .swiper-pagination-separate, .slider-controls__fraction .swiper-pagination-current {
  color: #000;
}
.slider-controls__fraction .swiper-pagination-separate {
  margin: 0 3px;
}

.text-20 {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .text-20 {
    font-size: 16px;
    line-height: 22px;
  }
}

.text-18 {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .text-18 {
    font-size: 16px;
    line-height: 22px;
  }
}

.text-16 {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .text-16 {
    font-size: 14px;
    line-height: 18px;
  }
}

.text-14 {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .text-14 {
    font-size: 14px;
    line-height: 18px;
  }
}

.title-h1 {
  font-size: 50px;
  line-height: 54px;
}
@media (max-width: 767px) {
  .title-h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

.title-h2 {
  font-size: 40px;
  line-height: 44px;
}
@media (max-width: 767px) {
  .title-h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.title-h3 {
  font-size: 28px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .title-h3 {
    font-size: 20px;
    line-height: 23px;
  }
}

.title-h4 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .title-h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

.title-h5 {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .title-h5 {
    font-size: 16px;
    line-height: 22px;
  }
}

.interactive-map {
  height: 400px;
}
@media (max-width: 767px) {
  .interactive-map {
    height: 70vh !important;
  }
}
.interactive-map__container {
  background-color: #e8e8e8;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.interactive-map__card {
  font-family: "Noah", sans-serif;
  max-width: 440px;
  width: 100%;
  margin-bottom: 0;
}
.interactive-map__card > div {
  padding: 16px 0 16px 12px;
}
.interactive-map__pin-content {
  font-family: "Noah", sans-serif;
  color: #fff;
  font-size: 16px;
  position: relative;
  bottom: 3px;
  display: flex;
  justify-content: center;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 0 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: 52px;
  overflow: hidden;
  background-color: #a92414;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.3s;
}
.button:hover {
  box-shadow: 0 5px 20px rgba(169, 36, 20, 0.3);
  color: #fff;
}
.button--transparent {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.button--transparent:hover {
  box-shadow: none;
  border-color: #fff;
}
.button--transparent-red {
  color: #a92414;
  background-color: transparent;
  border: 1px solid rgba(169, 36, 20, 0.5);
}
.button--transparent-red:hover {
  color: #a92414;
  box-shadow: none;
  border-color: #a92414;
}
.button--done {
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(68, 68, 68, 0.2);
}
.button--done:hover {
  color: #000;
  box-shadow: none;
  border-color: #444;
}
.button[disabled] {
  opacity: 0.3;
}

.layout {
  display: flex;
  flex-direction: column;
  padding-top: 72px;
  min-height: 100%;
}
@media (max-width: 991px) {
  .layout {
    padding-top: 66px;
  }
}
@media (max-width: 575px) {
  .layout {
    padding-top: 105px;
  }
}
.layout__content {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}

@media (max-width: 991px) {
  body.menu-open {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  body.menu-open .menu {
    opacity: 1;
    pointer-events: auto;
  }
}

.menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 89;
  padding-top: 67px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media (max-width: 575px) {
  .menu {
    padding-top: 105px;
  }
}
.menu__container {
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
}
.menu__content {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.menu__search {
  background: #F6F6F6;
}
.menu__search-submit {
  content: url("/img/svg/icons/search.svg");
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.menu__search-input-container {
  width: 100%;
  padding: 22px 18px;
  margin-bottom: 0;
  position: relative;
}
.menu__search-input-container input {
  border: none;
  background-color: transparent;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
}
.menu__search-input-container input::-moz-placeholder {
  color: #888888;
}
.menu__search-input-container input:-ms-input-placeholder {
  color: #888888;
}
.menu__search-input-container input::-ms-input-placeholder {
  color: #888888;
}
.menu__search-input-container input::placeholder {
  color: #888888;
}
.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu__item.is-parent .menu__link:after {
  display: block;
}
.menu__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 19px 20px;
  min-height: 62px;
  width: 100%;
  color: #000;
  font-size: 15px;
  text-align: left;
}
.menu__link:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  transform: rotate(45deg) translateZ(0);
  transition: all 0.3s;
}
.menu__link .sale {
  position: absolute;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 100%;
  background: #A92414;
  border-radius: 2px;
  padding: 3px 8px;
  font-weight: normal;
  white-space: nowrap;
  top: 65%;
  left: 20px;
}

.menu-panel {
  position: absolute;
  overflow-y: auto;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.menu-panel.is-active {
  transform: translateX(0);
}
.menu-panel .menu__link {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.menu-panel__back {
  position: relative;
  display: block;
  padding: 19px 0;
  min-height: 58px;
  width: 100%;
  background-color: #f6f6f6;
  color: #000;
  font-size: 15px;
}
.menu-panel__back:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -2px;
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  transform: rotate(225deg) translateZ(0);
  transition: all 0.3s;
}

.menu-product {
  display: flex;
  padding: 9px;
}
.menu-product__icon {
  margin-right: 12px;
}
.menu-product__inner {
  padding-top: 13px;
}
.menu-product__title {
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  transition: all 0.3s;
}
.menu-product__title .sale {
  position: absolute;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 100%;
  background: #A92414;
  border-radius: 2px;
  padding: 3px 8px;
  font-weight: normal;
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 6px);
}
.menu-product__text {
  display: block;
  margin-top: 2px;
  color: #444;
  font-size: 14px;
  line-height: 16px;
}
.menu-product__text span {
  color: #a92414;
  font-weight: bold;
}

body.menu-open .header-burger__icon span {
  transform: translate(-50%, 0) scaleX(0.1);
}
body.menu-open .header-burger__icon:before {
  transform: translate(-50%, 0) rotate(45deg);
}
body.menu-open .header-burger__icon:after {
  transform: translate(-50%, 0) rotate(135deg);
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.header {
  position: fixed;
  z-index: 90;
  right: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
@media (max-width: 991px) {
  .header__container {
    height: 66px;
    padding: 0;
  }
}
.header__left {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__right {
  display: flex;
  align-items: center;
}
@media (max-width: 1239px) {
  .header__right {
    height: 100%;
  }
}
.header__phone-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  height: 38px;
  background-color: #f6f6f6;
  color: #666;
  font-size: 12px;
  font-style: italic;
}
@media (max-width: 374px) {
  .header__phone-mobile {
    font-size: 11px;
  }
}
.header__phone-mobile a {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 374px) {
  .header__phone-mobile a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .header__logo {
    max-width: 216px;
  }
}
.header__phone {
  color: #666;
  font-size: 12px;
  font-style: italic;
  white-space: nowrap;
}
@media (max-width: 1239px) {
  .header__phone {
    display: none;
  }
}
.header__phone a {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
}
.header__button-phone {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 575px) {
  .header__button-phone {
    display: none;
  }
}
.header__search-icon {
  margin-left: 35px !important;
}
.header__search {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 8px;
  background-color: #FFFFFF;
}
.header__search-container {
  max-width: 912px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.header__search-input-container {
  position: relative;
  flex-grow: 1;
  margin-bottom: 0;
}
.header__search-input {
  width: 100%;
  height: 100%;
  padding: 15px 12px 15px 16px;
  background: #FFFFFF;
  border: 1px solid #A8A8A8;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-size: 20px;
  line-height: 28px;
}
.header__search-input::-moz-placeholder {
  color: #888888;
}
.header__search-input:-ms-input-placeholder {
  color: #888888;
}
.header__search-input::-ms-input-placeholder {
  color: #888888;
}
.header__search-input::placeholder {
  color: #888888;
}
.header__cancel {
  font-size: 20px;
  line-height: 28px;
  color: #A92414;
  margin-left: 30px;
  cursor: pointer;
}
.header__search-submit {
  content: url("/img/svg/icons/search.svg");
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.header__cart {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 70px;
  color: #444;
  font-size: 14px;
}
@media (max-width: 1479px) {
  .header__cart {
    margin-left: 30px;
  }
}
@media (max-width: 1239px) {
  .header__cart {
    justify-content: center;
    margin-left: 20px;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .header__cart {
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .header__cart {
    padding: 0;
    width: 68px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.header__cart:hover {
  color: #a92414;
}
.header__cart .icon-svg {
  margin-bottom: 2px;
  transform: translateX(-4px);
}
@media (max-width: 1239px) {
  .header__cart .icon-svg {
    margin-bottom: 0;
    transform: none;
  }
}
@media (max-width: 1239px) {
  .header__cart p {
    display: none;
  }
}
.header__cart-count {
  position: absolute;
  min-width: 15px;
  height: 15px;
  top: -5px;
  right: 10px;
  border-radius: 50%;
  background: #000;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1239px) {
  .header__cart-count {
    top: 20px;
    right: -5px;
  }
}
@media (max-width: 991px) {
  .header__cart-count {
    right: 15px;
  }
}

.header-burger {
  position: relative;
  width: 68px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .header-burger {
    margin-right: 18px;
  }
}
.header-burger__icon {
  position: absolute;
  height: 28px;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-burger__icon:before, .header-burger__icon:after {
  content: "";
}
.header-burger__icon span, .header-burger__icon:before, .header-burger__icon:after {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: #000;
  transition: transform 0.3s, background-color, 0.3s;
}
.header-burger__icon span {
  transform: translate(-50%, -1px);
}
.header-burger__icon:before {
  transform: translate(-50%, -8px);
}
.header-burger__icon:after {
  transform: translate(-50%, 6px);
}

.header-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 22px;
  height: 100%;
}
@media (max-width: 1239px) {
  .header-menu {
    margin: 0 11px;
  }
}
@media (max-width: 991px) {
  .header-menu {
    display: none;
  }
}
.header-menu__item {
  margin: 0 22px;
  min-width: 60px;
}
@media (max-width: 1239px) {
  .header-menu__item {
    margin: 0 11px;
  }
}
.header-menu__item:hover .header-menu__link {
  color: #a92414;
}
.header-menu__item:hover .header-menu__link:before {
  background-color: #a92414;
}
.header-menu__item:hover .header-menu__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #000;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}
.header-menu__link:hover, .header-menu__link.is-active {
  color: #a92414;
}
.header-menu__link:hover:before, .header-menu__link.is-active:before {
  background-color: #a92414;
}
.header-menu__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transition: background-color 0.3s;
}
.header-menu__submenu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}

.header-submenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 73px);
  overflow-y: auto;
  background-color: #f6f6f6;
  transform: translateY(73px);
}
.header-submenu__sections {
  display: flex;
}
@media (max-width: 1440px) {
  .header-submenu__sections {
    flex-wrap: wrap;
  }
}
.header-submenu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 25px 0;
}
.header-submenu__item {
  margin-right: 70px;
}
.header-submenu__item:last-child {
  margin-right: 0;
}
.header-submenu__link {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.header-submenu__link:hover {
  color: #a92414;
}

.header-submenu-section {
  padding: 13px 10px 15px;
  max-width: 280px;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
  .header-submenu-section {
    max-width: 33.333%;
  }
}
@media (max-width: 1440px) {
  .header-submenu-section:nth-of-type(3n) {
    border-right: none;
  }
}
@media (min-width: 1441px) {
  .header-submenu-section:last-child {
    border-right: none;
  }
}
.header-submenu-section__title {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 5px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.header-submenu-section__title:hover {
  background-color: #fff;
  color: #a92414;
}
.header-submenu-section__title .sale {
  position: absolute;
  top: 85%;
  left: 20px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 100%;
  padding: 5px 8px 3px;
  background-color: #A92414;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: normal;
  text-transform: lowercase;
}
.header-submenu-section__list {
  list-style: none;
  margin: 20px 0 0 3px;
  padding: 0;
}

.header-submenu-products {
  padding: 13px 0 15px;
}
.header-submenu-products__title {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 5px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.header-submenu-products__title:hover {
  background-color: #fff;
  color: #a92414;
}
.header-submenu-products__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 8px 0 0 3px;
  padding: 0;
}
.header-submenu-products__item {
  width: 20%;
}
@media (max-width: 1239px) {
  .header-submenu-products__item {
    width: 25%;
  }
}
.header-submenu-products__item .header-product {
  align-items: center;
  max-height: 75px;
}
.header-submenu-products__item .header-product__inner {
  padding-top: 0;
}

.header-product {
  display: flex;
  padding: 9px;
  max-width: 300px;
  border-radius: 5px;
}
.header-product:hover {
  background-color: #fff;
}
.header-product:hover .header-product__title {
  color: #a92414;
}
.header-product__icon {
  margin-right: 12px;
}
.header-product__inner {
  padding-top: 13px;
}
.header-product__title {
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  transition: all 0.3s;
}
.header-product__title .sale {
  position: absolute;
  left: calc(100% + 6px);
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 14px;
  line-height: 100%;
  padding: 5px 8px 3px;
  background-color: #A92414;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: normal;
}
.header-product__text {
  display: block;
  margin-top: 2px;
  color: #444;
  font-size: 14px;
  line-height: 16px;
}
.header-product__text span {
  color: #a92414;
  font-weight: bold;
}

.footer {
  background-color: #303030;
}
.footer:after {
  content: "";
  display: block;
  height: 11px;
  background: linear-gradient(0deg, #FF8A00 0%, #FF0000 21.02%, rgba(255, 0, 0, 0) 98.96%);
}
.footer__top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .footer__top-container {
    border: none;
  }
}
@media (max-width: 575px) {
  .footer__top-container {
    display: block;
    padding: 34px 0;
  }
}
.footer__center {
  padding: 30px 0 50px;
}
@media (max-width: 991px) {
  .footer__center {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .footer__center {
    padding: 0 0 30px;
  }
}
.footer__center-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__center-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer__center-container {
    display: block;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer__item {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 1479px) {
  .footer__item {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .footer__item {
    margin-bottom: 63px;
    margin-right: 0;
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .footer__item {
    margin-bottom: 0;
    max-width: none;
  }
}
.footer__item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .footer__item:last-child {
    margin-bottom: 0;
  }
}
.footer__bottom {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__bottom-container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer__bottom-container {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .footer__bottom-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .footer__social {
    margin-top: 32px;
  }
}
.footer__title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.footer__copyright {
  color: #fff;
  font-size: 14px;
}
.footer__policy {
  margin-left: 265px;
  color: #c2c2c2;
  font-size: 14px;
}
@media (max-width: 991px) {
  .footer__policy {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .footer__policy {
    order: 1;
    margin-top: 14px;
    width: 100%;
  }
}
.footer__policy:hover {
  color: #fff;
}
.footer__made {
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer__made {
    margin-left: 0;
  }
}
.footer__made:hover {
  color: #fff;
}
.footer__made:hover .logo-msnet__media, .footer__made:hover .logo-msnet__circle {
  fill: #ff0000;
}
.footer__made:hover .logo-msnet__net {
  fill: #fff;
}
.footer__made .logo-msnet {
  margin-left: 13px;
}
.footer__made .logo-msnet * {
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .footer-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer-menu__button {
  position: relative;
  display: block;
  margin-bottom: 22px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .footer-menu__button {
    padding: 20px;
    margin-bottom: 0;
    pointer-events: auto;
  }
}
.footer-menu__button:not(.collapsed):after {
  transform: translateY(-50%) translateY(1px) rotate(-135deg);
}
.footer-menu__button:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 13px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) translateY(-5px) rotate(45deg);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .footer-menu__button:after {
    display: block;
  }
}
.footer-menu__title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-menu__title {
    line-height: 1;
  }
}
.footer-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .footer-menu__list {
    padding: 0 0 7px 20px;
  }
}
.footer-menu__item {
  margin-bottom: 12px;
}
.footer-menu__link {
  color: #c2c2c2;
  line-height: 22px;
}
.footer-menu__link:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .footer-contacts {
    margin-top: -30px;
    padding-top: 30px;
    max-width: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .footer-contacts {
    padding: 20px 20px 0;
    margin-top: 0;
    border: none;
  }
}
@media (max-width: 991px) {
  .footer-contacts__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer-contacts__inner {
    display: block;
  }
}
.footer-contacts__item {
  margin-bottom: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .footer-contacts__item {
    max-width: 220px;
  }
}
.footer-contacts__item:last-child {
  margin-bottom: 0;
}
.footer-contacts__phone {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}
.footer-contacts__email {
  color: #c2c2c2;
}
.footer-contacts__email:hover {
  color: #fff;
}

.social {
  display: flex;
}
.social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
}
.social__link:hover {
  border-color: #fff;
  color: #fff;
}
.social__link:last-child {
  margin-right: 0;
}
.social--dark .social__link {
  color: #303030;
  border-color: #c4c4c4;
}
.social--dark .social__link:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 575px) {
  .social--dark .social__link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.social--dark .social__link:hover {
  color: #fff;
  background-color: #303030;
  border-color: #303030;
}

.banner {
  position: relative;
  margin-bottom: 100px;
  height: 650px;
}
@media (max-width: 1239px) {
  .banner {
    height: 547px;
  }
}
@media (min-width: 0) {
  .banner__item-action {
    background-image: url("/img/banners/banner1/yalta-10-mobile.jpg");
  }
  .banner__item-1 {
    background-image: url("/img/banners/banner-bg-4-mobile.jpg");
  }
  .banner__item-yalta-10-2022 {
    background-image: url("/img/banners/2022/10/Yalta-mobile.png");
  }
  .banner__item-Pouring-Devices-11-2022 {
    background-image: url("/img/banners/2022/11/Pouring-Devices-mobile.png");
  }
}
@media (min-width: 991px) {
  .banner__item-action {
    background-image: url("/img/banners/banner1/yalta-10.jpg");
  }
  .banner__item-1 {
    background-image: url("/img/banners/banner-bg-4.jpg");
  }
  .banner__item-yalta-10-2022 {
    background-image: url("/img/banners/2022/10/Yalta-pc.png");
  }
  .banner__item-Pouring-Devices-11-2022 {
    background-image: url("/img/banners/2022/11/Pouring-Devices-pc.png");
  }
}
@media (max-width: 991px) {
  .banner {
    margin-bottom: 65px;
    height: calc(100vh - 65px);
  }
}
@media (max-width: 767px) {
  .banner {
    height: calc(100vh - 105px);
  }
}
@media (max-width: 575px) {
  .banner {
    margin-bottom: 60px;
  }
}
@media (max-width: 374px) {
  .banner {
    min-height: 610px;
  }
}
.banner .swiper-container {
  height: 100%;
  overflow: unset;
}
.banner__item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*    &:after {
        content: '';
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: $color-black;
        opacity: .5;
      }*/
}
@media (max-width: 991px) {
  .banner__item {
    display: flex;
    flex-direction: column;
  }
}
.banner__item.swiper-slide-active {
  -webkit-animation-name: zoomActiveSlide;
          animation-name: zoomActiveSlide;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes zoomActiveSlide {
  0% {
    background-size: auto 100%;
  }
  100% {
    background-size: auto 110%;
  }
}
@keyframes zoomActiveSlide {
  0% {
    background-size: auto 100%;
  }
  100% {
    background-size: auto 110%;
  }
}
.banner__item:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.banner__item:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #000 28%, rgba(0, 0, 0, 0) 58%);
  opacity: 0.3;
}
.banner__inner {
  position: relative;
  z-index: 3;
  height: 100%;
}
@media (max-width: 575px) {
  .banner__inner {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.banner__inner .row {
  height: 100%;
}
@media (max-width: 991px) {
  .banner__inner .row {
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .banner__inner .row {
    padding-top: 90px;
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media (min-width: 992px) {
  .banner__inner .row [class*=col-] {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .banner__inner .row [class*=col-] {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.banner__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 80px;
  height: 100%;
}
@media (max-width: 1239px) {
  .banner__description {
    display: block;
    padding-bottom: 0;
    padding-top: 45px;
  }
}
@media (max-width: 991px) {
  .banner__description {
    padding-top: 0;
  }
}
.banner__title {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  overflow-wrap: break-word;
  margin-top: 70px;
}
@media (min-width: 390px) and (max-width: 749px) {
  .banner__title {
    font-size: 50px;
  }
}
@media (min-width: 0) and (max-width: 376px) {
  .banner__title {
    font-size: 35px;
  }
}
.banner__title .sale {
  position: relative;
}
.banner__title .sale:before {
  content: "";
  position: absolute;
  width: 107%;
  left: -3.5%;
  height: 81%;
  background-color: #A92414;
  border-radius: 10px;
  transform: rotate(-1.5deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .banner__title .sale:before {
    height: 90%;
  }
}
.banner__text {
  margin-top: 20px;
  max-width: 600px;
  color: #e4e4e4;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 575px) {
  .banner__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.banner__button {
  margin-top: 40px;
}
.banner__products {
  flex-grow: 1;
}
@media (max-width: 991px) {
  .banner__products {
    display: flex;
    flex-direction: column;
  }
}
.banner__container {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.banner__controls {
  position: absolute;
  display: flex;
  align-items: center;
  left: 20px;
  bottom: 20px;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .banner__controls {
    top: 30px;
    bottom: auto;
    background-color: rgba(11, 11, 11, 0.4);
    border-radius: 5px;
  }
}
.banner__control-button {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  width: 59px;
  height: 59px;
  background: none;
  border-radius: 5px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .banner__control-button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .banner__control-button {
    width: 50px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .banner__control-button:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.banner__control-button .icon-svg {
  fill: #fff;
}
.banner__pagination {
  position: static;
  margin: 0 17px;
}
@media (max-width: 767px) {
  .banner__pagination {
    margin: 0 10px;
  }
}
.banner__pagination .swiper-pagination-bullet {
  position: relative;
  margin-right: 17px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  opacity: 1;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .banner__pagination .swiper-pagination-bullet {
    margin-right: 12px;
    width: 6px;
    height: 6px;
  }
}
.banner__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner__pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  background-color: #c2c2c2;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.banner__pagination .swiper-pagination-bullet:hover:after {
  background: #fff;
}
.banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: #fff;
  height: 12px;
  width: 12px;
  transition: all 0.2s ease-in;
}
@media (max-width: 767px) {
  .banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    height: 8px;
    width: 8px;
  }
}
.banner--news {
  height: 460px;
  margin-bottom: 0;
}
.banner--news:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 138px;
  background: linear-gradient(to top, #000000 31.25%, rgba(0, 0, 0, 0.51) 58.85%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  z-index: 1;
}
@media (max-width: 575px) {
  .banner--news:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .banner--news {
    height: 375px;
  }
}
.banner--news .banner__item:before, .banner--news .banner__item:after {
  display: none;
}
@media (min-width: 991px) {
  .banner--news .banner__controls {
    left: 50%;
    transform: translateX(-50%);
  }
}

.banner-products {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .banner-products {
    margin: 0 auto;
    max-width: 560px;
    height: auto;
    flex-grow: 1;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .banner-products {
    max-width: 290px;
  }
}
@media (min-width: 390px) and (max-width: 749px) {
  .banner-products {
    margin-top: 120px;
  }
}
@media (min-width: 0) and (max-width: 376px) {
  .banner-products {
    margin-top: 10px;
  }
}
.banner-products__item {
  position: absolute;
}
.banner-products__link {
  position: absolute;
  display: block;
  padding: 14px 29px 15px 19px;
  width: 240px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1;
}
@media (max-width: 575px) {
  .banner-products__link {
    padding: 7px 18px 7px 9px;
    width: auto;
    white-space: nowrap;
  }
}
.banner-products__link:hover {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0.412187px 2.64487px rgba(138, 138, 138, 0.0257863), 0 1.04245px 6.68907px rgba(138, 138, 138, 0.0460489), 0 2.1265px 13.6451px rgba(138, 138, 138, 0.07), 0 4.3802px 28.1063px rgba(138, 138, 138, 0.15), 0 12px 77px rgba(138, 138, 138, 0.32);
}
.banner-products__link:after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 10px;
  height: 10px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg) translateZ(0);
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .banner-products__link:after {
    margin-top: -5px;
    right: 9px;
    top: 50%;
  }
}
.banner-products__title {
  color: #000;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .banner-products__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .banner-products__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.banner-products__text {
  padding-right: 7px;
  margin-top: 2px;
  color: #303030;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .banner-products__text {
    display: none;
  }
}
@media (max-width: 991px) {
  .banner-products__image {
    max-height: 570px;
  }
}
@media (max-width: 767px) {
  .banner-products__image {
    max-height: 350px;
  }
}
.banner-products__sale {
  position: absolute;
  font-size: 45px;
  line-height: 100%;
  color: #FFFFFF;
  padding: 10px 32px;
  background-color: #A92414;
  border-radius: 6px;
  white-space: nowrap;
}
.banner-products__sale--1 {
  transform: rotate(-8deg);
  top: 10%;
  left: 32%;
}
.banner-products__sale--2 {
  transform: rotate(14deg);
  top: 43%;
  left: 25%;
}
@media (max-width: 768px) {
  .banner-products__sale--1 {
    top: 9%;
    left: 39%;
  }
  .banner-products__sale--2 {
    top: 46%;
    left: 44%;
  }
}
@media (max-width: 575px) {
  .banner-products__sale {
    font-size: 33px;
    padding: 7px 22px;
  }
  .banner-products__sale--1 {
    top: 6%;
    left: 50%;
  }
  .banner-products__sale--2 {
    padding: 7px 19px;
    top: 43%;
    left: 20%;
    font-size: 26px;
  }
}

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

.banner-info {
  position: absolute;
  margin-top: -28%;
  margin-left: 15%;
  color: white;
  z-index: 2;
  width: 85%;
}
@media (min-width: 750px) and (max-width: 1280px) {
  .banner-info {
    margin-top: -20%;
    margin-left: 10%;
    font-size: calc(18px + (22 - 18) * ((100vw - 750px) / (1280 - 750)));
  }
}
@media (min-width: 390px) and (max-width: 749px) {
  .banner-info {
    margin-top: -100px;
    margin-left: 5%;
    font-size: calc(18px + (22 - 18) * ((100vw - 350px) / (749 - 390)));
  }
}
@media (min-width: 0) and (max-width: 376px) {
  .banner-info {
    margin-top: -100px;
    margin-left: 5%;
    font-size: 16px;
  }
}

.banner-main {
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.07);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.07);
  }
}

@media (min-width: 390px) and (max-width: 749px) {
  .img-fit {
    height: 100%;
    -o-object-fit: none;
       object-fit: none;
  }
}
@media (min-width: 0) and (max-width: 376px) {
  .img-fit {
    height: 100%;
    -o-object-fit: none;
       object-fit: none;
  }
}

.features {
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  .features {
    margin-bottom: 50px;
  }
}
.features__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .features__head {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .features__head {
    margin-bottom: 15px;
  }
}
.features__title {
  max-width: 680px;
}
@media (max-width: 991px) {
  .features__title {
    max-width: 480px;
  }
}
.features__slider-controls {
  margin-top: 45px;
}
.features__container {
  position: relative;
  overflow: hidden;
}
.features__container .swiper-container {
  overflow: visible;
}
@media (max-width: 1479px) {
  .features__container .swiper-container {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .features__container .swiper-container {
    margin-left: -20px;
    padding: 0 20px;
  }
}
.features__container:after, .features__container:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 230px;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .features__container:after, .features__container:before {
    width: 110px;
  }
}
@media (max-width: 575px) {
  .features__container:after, .features__container:before {
    width: 100px;
  }
}
.features__container:after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.features__container:before {
  left: 0;
}
@media (max-width: 1859px) {
  .features__container:before {
    opacity: 0;
  }
}
.features__container.is-end:after {
  opacity: 0;
}
.features__container.is-end:before {
  opacity: 1;
}
.features__item {
  position: relative;
  overflow: hidden;
  width: 596px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .features__item {
    width: 90%;
  }
}
.features__item:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #00000096, rgba(0, 0, 0, 0.2) 100%);
}
@media (max-width: 575px) {
  .features__item:after {
    display: none;
  }
}
.features__description {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 26px;
}
@media (max-width: 575px) {
  .features__description {
    position: static;
    margin-top: 15px;
  }
}
.features__name {
  margin-bottom: 10px;
  color: #fff;
  font-size: 34px;
}
@media (max-width: 575px) {
  .features__name {
    color: #000;
    font-size: 20px;
    line-height: 1.1;
  }
}
.features__text {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 575px) {
  .features__text {
    color: #000;
    font-size: 14px;
    line-height: 20px;
  }
}
.features__image {
  width: 100%;
  display: block;
}

.scheme {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .scheme {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .scheme {
    margin-bottom: 60px;
  }
}
.scheme__title {
  margin-bottom: 25px;
  max-width: 460px;
  font-size: 40px;
  line-height: 44px;
}
@media (max-width: 991px) {
  .scheme__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .scheme__title {
    font-size: 24px;
    line-height: 1.15;
  }
}
.scheme__text {
  margin-bottom: 15px;
  max-width: 450px;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.scheme-video {
  position: relative;
  padding: 95px 0 55px;
}
@media (max-width: 1239px) {
  .scheme-video {
    padding: 0 0 45px;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .scheme-video {
    padding: 0 0 30px;
    margin: 22px 0 15px;
  }
}
.scheme-video:before {
  content: "";
  position: absolute;
  width: 170%;
  right: 100px;
  top: 0;
  bottom: 0;
  background-image: url("/build/img/scheme-background.jpg");
  background-size: cover;
  border-radius: 0 5px 5px 0;
}
@media (max-width: 1239px) {
  .scheme-video:before {
    width: auto;
    left: -20px;
    right: -20px;
    top: 75px;
    border-radius: 0;
  }
}
.scheme-video__wrap {
  position: relative;
  z-index: 1;
}
.scheme-video__inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 767px) {
  .scheme-video__inner {
    height: 412px;
  }
}
.scheme-video__inner:hover .scheme-video__img {
  transform: scale(1.05);
}
.scheme-video__inner:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.scheme-video__play {
  position: absolute;
  z-index: 2;
  top: 37px;
  left: 43px;
}
@media (max-width: 767px) {
  .scheme-video__play {
    width: 45px;
    height: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.scheme-video__img {
  display: block;
  width: 100%;
  transition: all 0.4s;
}
@media (min-width: 768px) and (max-width: 767px) {
  .scheme-video__img {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
    top: auto;
  }
}
.scheme-video__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
}

.scheme-table {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .scheme-table {
    margin-bottom: 20px;
    margin-right: -20px;
  }
}
.scheme-table__scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.scheme-table__wrap {
  min-width: 600px;
  max-width: 680px;
}
.scheme-table__body {
  padding: 5px;
  background-color: #f6f6f6;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .scheme-table__body {
    margin-right: 20px;
  }
}
.scheme-table__row {
  display: flex;
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
}
.scheme-table__row:first-child .scheme-table__item {
  border-radius: 5px 5px 0 0;
  color: #a92414;
  font-weight: normal;
}
.scheme-table__row:first-child .scheme-table__item:first-child {
  color: #000;
}
.scheme-table__row:last-child {
  border: none;
}
.scheme-table__row:last-child .scheme-table__item {
  border-radius: 0 0 5px 5px;
}
.scheme-table__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin-right: 5px;
  padding: 10px;
  width: 168px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.scheme-table__item:first-child {
  justify-content: flex-start;
  width: 151px;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.scheme-table__item:last-child {
  margin-right: 0;
}
.scheme-table__icon {
  margin: -4px 7px -4px 0;
}
.scheme-table__icon .icon-svg {
  fill: #000;
}

.sections {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .sections {
    margin-bottom: 20px;
  }
}
.sections__head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .sections__head {
    margin-bottom: 20px;
  }
}

.section {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .section {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .section {
    margin-bottom: 20px;
  }
}
.section.is-big .section__text {
  max-width: 600px;
}
.section.is-big .section__list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  max-width: 610px;
}
@media (max-width: 1239px) {
  .section.is-big .section__list {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .section.is-big .section__list {
    display: block;
  }
}
.section.is-big .section__item {
  width: 50%;
}
@media (max-width: 1239px) {
  .section.is-big .section__item {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .section.is-big .section__item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section.is-big .section__link:hover + .section-tooltip .section-tooltip__container {
    opacity: 1;
    visibility: visible;
  }
}
.section.is-big .section__image-wrap {
  flex-grow: 1;
}
.section__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f6f6f6;
  border-radius: 5px;
  position: relative;
}
.section__inner {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  padding: 32px 32px 30px 40px;
}
@media (max-width: 1239px) {
  .section__inner {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .section__inner {
    padding: 20px;
  }
}
.section__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 15px;
}
@media (max-width: 1239px) {
  .section__wrap {
    flex-grow: 1;
    order: 2;
    padding-right: 0;
  }
}
.section__description {
  margin-bottom: 40px;
}
@media (max-width: 1239px) {
  .section__description {
    margin-bottom: 20px;
  }
}
.section__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 40px;
  line-height: 44px;
}
@media (max-width: 991px) {
  .section__title {
    font-size: 24px;
    line-height: 1.15;
  }
}
.section__title:hover {
  color: #a92414;
  border-color: rgba(169, 36, 20, 0.5);
}
.section__text {
  margin-top: 15px;
  max-width: 270px;
}
.section__image-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  order: 1;
  flex-shrink: 0;
  width: 260px;
  z-index: 1;
}
@media (max-width: 1479px) {
  .section__image-wrap {
    width: 210px;
  }
}
@media (max-width: 1239px) {
  .section__image-wrap {
    justify-content: center;
    margin-bottom: 20px;
    width: auto;
  }
}
.section__list {
  list-style: none;
  margin: 0 0 0 -19px;
  padding: 0;
}
@media (max-width: 1239px) {
  .section__list {
    margin: 0 0 0 -9px;
  }
}
@media (max-width: 991px) {
  .section__list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section__list.is-short .section__item:nth-of-type(n+6) {
    display: none;
  }
}
.section__item {
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .section__item {
    margin-bottom: 15px;
  }
}
.section__item:last-child {
  margin-bottom: 0;
}
.section__link {
  display: inline-flex;
  align-items: center;
  padding: 8px 19px;
  border-radius: 5px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  transition: all 0.3s;
}
@media (max-width: 1239px) {
  .section__link {
    padding: 8px 9px;
  }
}
@media (max-width: 991px) {
  .section__link {
    padding: 8px 0;
  }
}
@media (max-width: 575px) {
  .section__link {
    padding: 0;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .section__link:hover {
    background-color: #fff;
    color: #a92414;
  }
  .section__link:hover span:after {
    background-color: rgba(169, 36, 20, 0.2);
  }
}
.section__link span {
  position: relative;
}
.section__link span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.section__more {
  position: relative;
  align-self: flex-start;
  margin-right: 24px;
  border-bottom: 1px dashed rgba(169, 36, 20, 0.2);
  color: #a92414;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section__more {
    display: none;
  }
}
.section__more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  transform: rotate(45deg) translateZ(0);
  transition: all 0.3s;
}
.section__sale {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
  padding: 12px 22px;
  background-color: #A92414;
  border-radius: 0 6px;
}
@media (max-width: 768px) {
  .section__sale {
    width: 100%;
    border-radius: 6px 6px 0 0;
  }
}

.section-product {
  list-style: none;
  margin: 0 0 0 -17px;
  padding: 0;
}
.section-product__link {
  display: flex;
  align-items: center;
  padding: 0 9px;
  max-width: 300px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .section-product__link:hover {
    background-color: #fff;
  }
  .section-product__link:hover .section-product__title {
    color: #a92414;
  }
  .section-product__link:hover .section-product__title:after {
    background-color: rgba(169, 36, 20, 0.5);
  }
}
.section-product__icon {
  margin-right: 12px;
}
.section-product__inner {
  margin: 7px 0;
}
.section-product__title {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .section-product__title {
    font-size: 16px;
  }
}
.section-product__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.section-product__title .sale {
  position: absolute;
  left: calc(100% + 6px);
  transform: translateY(-50%);
  top: 50%;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 100%;
  background-color: #A92414;
  border-radius: 2px;
  padding: 4px 8px 3px;
  white-space: nowrap;
}
.section-product__text {
  display: block;
  margin-top: 2px;
  color: #444;
  font-size: 16px;
}
@media (max-width: 575px) {
  .section-product__text {
    font-size: 14px;
  }
}
.section-product__text span {
  color: #a92414;
  font-weight: bold;
}

.section-tooltip {
  position: relative;
}
@media (max-width: 991px) {
  .section-tooltip {
    position: static;
  }
}
.section-tooltip:hover .section-tooltip__container {
  opacity: 1;
  visibility: visible;
}
.section-tooltip__icon {
  display: none;
  cursor: pointer;
}
@media (max-width: 1239px) {
  .section-tooltip__icon {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .section-tooltip__icon {
    margin-left: 5px;
  }
}
.section-tooltip__container {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1;
  top: 50%;
  left: 100%;
  padding: 16px 20px;
  width: 435px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0.412187px 2.64487px rgba(138, 138, 138, 0.0257863), 0 1.04245px 6.68907px rgba(138, 138, 138, 0.0460489), 0 2.1265px 13.6451px rgba(138, 138, 138, 0.06515), 0 4.3802px 28.1063px rgba(138, 138, 138, 0.0999612), 0 12px 77px rgba(138, 138, 138, 0.22);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media (max-width: 1239px) {
  .section-tooltip__container {
    top: auto;
    left: auto;
    bottom: 25px;
    transform: none;
  }
}
@media (max-width: 991px) {
  .section-tooltip__container {
    bottom: 30px;
    width: auto;
  }
}
@media (max-width: 575px) {
  .section-tooltip__container {
    padding: 10px;
  }
}
.section-tooltip__image {
  flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .section-tooltip__image {
    margin-right: 10px;
  }
}
.section-tooltip__image img {
  max-height: 100px;
}
.section-tooltip__text {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
.section-tooltip__text span {
  font-style: normal;
  font-weight: bold;
}

.section-features {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px 10px;
  padding: 10px 7px;
  background-color: #fff;
  border-radius: 3px;
}
@media (max-width: 575px) {
  .section-features {
    padding: 10px;
  }
}
.section-features__item {
  display: flex;
  align-items: center;
  padding: 0 13px 0 12px;
  border-right: 1px solid #e8e8e8;
  color: #303030;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 575px) {
  .section-features__item {
    flex-grow: 1;
    padding: 0 3px;
  }
}
.section-features__item:last-child {
  border-right: none;
}
@media (max-width: 1479px) {
  .section-features__item:nth-of-type(3n) {
    border-right: none;
  }
}
.section-features__item .icon-svg {
  flex-shrink: 0;
  margin-right: 5px;
}
.section-features__hr {
  margin: 10px 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
}

.product-card {
  position: relative;
}
@media (max-width: 991px) {
  .product-card {
    height: auto;
  }
}
.product-card:hover {
  z-index: 5;
}
.product-card:hover .product-card__inner {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .product-card:hover .product-card__inner {
    box-shadow: none;
  }
}
.product-card:hover .product-card__text {
  display: block;
}
.product-card:hover .product-card__body {
  border-color: #e8e8e8;
}
.product-card:hover .product-card__button {
  display: inline-flex;
}
.product-card:hover .product-card__bottom {
  margin-top: 11px;
}
.product-card:hover .product-card-options__items {
  display: flex;
}
.product-card__inner {
  /*min-height: 300px;*/
  min-height: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
  flex-direction: column;
  justify-content: space-between;
}
.product-card__link {
  position: absolute;
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product-card__image {
  position: relative;
  margin: 0 -20px 3px;
  min-height: 218px;
  padding-top: 105%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-card__image-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-card__label {
  position: absolute;
  padding: 1px 3px;
  left: 0;
  top: -9px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  background: #62ae27;
  border-radius: 2px;
}
.product-card__body {
  position: relative;
  display: flex;
  flex-direction: column;
  /*min-height: 144px;*/
  padding-top: 10px;
  border-top: 1px solid transparent;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .product-card__body {
    border-color: #e8e8e8;
  }
}
.product-card__title {
  margin-bottom: 3px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .product-card__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.product-card__text {
  color: #303030;
  font-size: 15px;
  line-height: 18px;
  display: none;
}
@media (max-width: 991px) {
  .product-card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.product-card__bottom {
  margin-top: 15px;
}
.product-card__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media (max-width: 374px) {
  .product-card__bottom-inner {
    display: block;
  }
}
.product-card__bottom-inner .old-price {
  position: absolute;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #666666;
  font-size: 14px;
  line-height: 100%;
  left: 0;
  bottom: 100%;
}
.product-card__bottom-inner .old-price .sale {
  color: #FFFFFF;
  background-color: #A92414;
  border-radius: 2px;
  padding: 4px 4px 1px 4px;
  position: absolute;
  white-space: nowrap;
  left: calc(100% + 4px);
}
.product-card__price {
  position: relative;
  color: #a92414;
  font-size: 20px;
  white-space: nowrap;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .product-card__price {
    font-size: 18px;
  }
}
.product-card__price .old-price {
  position: absolute;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #666666;
  font-size: 14px;
  line-height: 100%;
  left: 0;
  bottom: 110%;
}
.product-card__price .old-price .sale {
  color: #FFFFFF;
  background-color: #A92414;
  border-radius: 2px;
  padding: 4px 4px 1px 4px;
  position: absolute;
  white-space: nowrap;
  left: calc(100% + 4px);
}
.product-card__button {
  position: relative;
  display: none;
  z-index: 5;
  height: 38px;
  transition: all 0.3s;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .product-card__button {
    display: inline-flex;
  }
}
@media (max-width: 374px) {
  .product-card__button {
    margin-top: 10px;
  }
}
.product-card--small {
  min-height: 300px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 10px 15px;
}
.product-card--small:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .product-card--small {
    margin: 0;
  }
}
.product-card--small .product-card__inner {
  padding: 15px;
}
.product-card--small .product-card__image {
  height: 180px;
  min-height: unset;
  margin: 0 -10px 15px;
}
@media (max-width: 767px) {
  .product-card--small .product-card__image {
    height: 90px;
  }
}
@media (max-width: 575px) {
  .product-card--small .product-card__image {
    margin-bottom: 0;
  }
}
.product-card--small .product-card__title {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 575px) {
  .product-card--small .product-card__title {
    display: none;
  }
}
.product-card--small .product-card__text {
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 575px) {
  .product-card--small .product-card__text {
    display: none;
  }
}

.product-card-options__title {
  margin-bottom: 12px;
  color: #888;
  font-size: 14px;
  line-height: 20px;
}
.product-card-options__items {
  position: relative;
  display: none;
  z-index: 5;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .product-card-options__items {
    display: flex;
  }
}
.product-card-options__item {
  margin-right: 8px;
  padding: 3px;
  width: 46px;
  height: 46px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s;
}
.product-card-options__item.is-active {
  border-color: #a92414;
}
.product-card-options__image {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-slider {
  padding: 45px 0 70px;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .product-slider {
    padding: 30px 0 50px;
  }
}
@media (max-width: 575px) {
  .product-slider {
    padding: 35px 0 45px;
  }
}
.product-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .product-slider__head {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .product-slider__head {
    margin-bottom: 20px;
  }
}
.product-slider__header {
  font-size: 40px;
  line-height: 44px;
  color: #000;
}
@media (max-width: 575px) {
  .product-slider__header {
    font-size: 24px;
    line-height: 115%;
  }
}
.product-slider__slider-controls {
  margin-top: 20px;
}
.product-slider__main {
  overflow: hidden;
  margin-bottom: -10px;
  padding-bottom: 100px;
  position: relative;
}
.product-slider__main:after, .product-slider__main:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: calc(100% - 0px);
  width: calc((100% - 1440px) / 2);
  transition: all 0.3s;
}
.product-slider__main:after {
  right: 0;
  background: linear-gradient(270deg, #f6f6f6 4%, rgba(246, 246, 246, 0) 95%);
}
@media (max-width: 1709px) {
  .product-slider__main:after {
    width: 230px;
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .product-slider__main:after {
    width: calc(100% - 720px);
  }
}
@media (max-width: calc(680px / 0.9 + 40px)) {
  .product-slider__main:after {
    width: 10%;
  }
}
@media (max-width: 575px) {
  .product-slider__main:after {
    width: calc(100% - 360px);
  }
}
@media (max-width: calc(320px / 0.9 + 40px)) {
  .product-slider__main:after {
    width: 10%;
  }
}
.product-slider__main:before {
  left: 0;
  background: linear-gradient(90deg, #f6f6f6 4%, rgba(246, 246, 246, 0) 95%);
}
@media (max-width: 1479px) {
  .product-slider__main:before {
    display: none;
  }
}
.product-slider__main .swiper-container {
  overflow: visible;
}
.product-slider__item {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  width: 320px;
}
@media (max-width: 991px) {
  .product-slider__item {
    width: 90%;
    max-width: 680px;
    justify-content: space-between;
    height: 459px;
  }
  .product-slider__item .product-card__link {
    display: none;
  }
}
@media (max-width: 575px) {
  .product-slider__item {
    max-width: 320px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .product-slider__item--active .product-slider__right {
    overflow: hidden;
  }
  .product-slider__item--active .product-slider__image {
    height: 100%;
    opacity: 1;
    pointer-events: auto;
  }
  .product-slider__item--active .product-slider__card {
    opacity: 0;
  }
  .product-slider__item--active .product-card__link {
    display: none;
  }
}
.product-slider__right {
  width: 280px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
@media (max-width: 991px) {
  .product-slider__right {
    width: calc(50% - 10px);
    max-width: 280px;
  }
}
@media (max-width: 575px) {
  .product-slider__right {
    width: 100%;
  }
}
.product-slider__image {
  opacity: 0;
  /*        height: 100%;*/
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 293px;
  width: 100%;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all linear 0.3s;
  z-index: 15;
}
@media (max-width: 991px) {
  .product-slider__image {
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    transition: none;
  }
}
@media (max-width: 575px) {
  .product-slider__image {
    display: none;
  }
}
.product-slider__card {
  margin: -20px;
  opacity: 1;
  transition: all linear 0.3s;
}
@media (min-width: 576px) {
  .product-slider__card {
    height: 459px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .product-slider__card {
    display: none;
  }
}
.product-slider__left {
  width: 300px;
  position: absolute;
  left: 20px;
  top: 20px;
  overflow: hidden;
  height: calc(100% - 20px * 2);
}
@media (max-width: 991px) {
  .product-slider__left {
    width: calc(50% - 10px);
    height: 100%;
    max-width: 300px;
    position: static;
  }
}
@media (max-width: 575px) {
  .product-slider__left {
    display: none;
  }
}
.product-slider__left-inner {
  padding: 20px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991px) {
  .product-slider__left-inner {
    padding: 0;
  }
}
.product-slider__title {
  color: #000;
  font-size: 28px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .product-slider__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.product-slider__text {
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .product-slider__text {
    font-size: 14px;
  }
}
.product-slider__description-wrapper {
  overflow: hidden;
  position: relative;
  flex-grow: 1;
}
.product-slider__description-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  background: linear-gradient(to top, #fff 5%, rgba(255, 255, 255, 0) 95%);
  bottom: 0;
  position: absolute;
  pointer-events: none;
}
.product-slider__description {
  margin-top: 15px;
  color: #666;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
}
@media (max-width: 991px) {
  .product-slider__description {
    font-size: 16px;
  }
}
.product-slider__hr {
  margin: 10px 0 12px;
  border-top: 1px solid #e8e8e8;
}
.product-slider__bottom-inner {
  display: flex;
  align-items: center;
  margin-top: 23px;
}
.product-slider__price {
  position: relative;
  color: #a92414;
  font-size: 20px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .product-slider__price {
    font-size: 18px;
  }
}
.product-slider__price .old-price {
  position: absolute;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #666666;
  font-size: 14px;
  line-height: 100%;
  left: 0;
  bottom: 110%;
}
.product-slider__price .old-price .sale {
  color: #FFFFFF;
  background-color: #A92414;
  border-radius: 2px;
  padding: 4px 4px 1px 4px;
  position: absolute;
  white-space: nowrap;
  left: calc(100% + 4px);
}
.product-slider__button {
  position: relative;
  z-index: 5;
  margin-left: 30px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .product-slider__button {
    margin-left: 22px;
  }
}
.product-slider--light {
  background-color: #fff;
}
.product-slider--light .product-slider__main:after {
  background: linear-gradient(270deg, #fff 4%, rgba(255, 255, 255, 0) 95%);
}
.product-slider--light .product-slider__main:before {
  background: linear-gradient(90deg, #fff 4%, rgba(255, 255, 255, 0) 95%);
}
.product-slider--detail {
  position: relative;
}
@media (min-width: 1479px) {
  .product-slider--detail:before, .product-slider--detail:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 200px;
    pointer-events: none;
  }
  .product-slider--detail:before {
    left: 0;
    background: linear-gradient(90deg, #f6f6f6 4%, rgba(246, 246, 246, 0) 95%);
  }
  .product-slider--detail:after {
    right: 0;
    background: linear-gradient(270deg, #f6f6f6 4%, rgba(246, 246, 246, 0) 95%);
  }
}
@media (min-width: 1479px) {
  .product-slider--detail .swiper-container {
    overflow: visible;
  }
}

.product-slider-options {
  position: relative;
}
.product-slider-options__title {
  margin-bottom: 8px;
  color: #888;
  font-size: 14px;
  line-height: 20px;
}
.product-slider-options__items {
  display: flex;
}
.product-slider-options__item {
  margin-right: 8px;
  padding: 3px;
  width: 46px;
  height: 46px;
  border: 1px solid transparent;
  cursor: pointer;
}
.product-slider-options__item.is-active {
  border-color: #a92414;
}
.product-slider-options__image {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery {
  position: relative;
  padding-bottom: 85px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .gallery {
    padding-bottom: 55px;
    padding-top: 35px;
  }
}
.gallery.is-initialized .gallery__left-slide {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery.is-initialized .gallery__right-slide {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: url("/build/img/gallery-background.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .gallery:before {
    height: 60%;
  }
}
.gallery__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .gallery__head {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .gallery__head {
    margin-bottom: 20px;
  }
}
.gallery__title {
  max-width: 430px;
}
.gallery__left-slide {
  position: relative;
  height: 646px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 1479px) {
  .gallery__left-slide {
    height: 546px;
  }
}
@media (max-width: 1239px) {
  .gallery__left-slide {
    display: none;
  }
}
.gallery__right-slide {
  position: relative;
  height: 612px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 1479px) {
  .gallery__right-slide {
    height: 512px;
  }
}
@media (max-width: 1239px) {
  .gallery__right-slide {
    display: none;
  }
}
.gallery__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
.gallery__image-wrap {
  position: absolute;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  transform: translate3d(0, 0, 0);
}
.gallery__img {
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
}
@media (min-width: 1240px) {
  .gallery__slider .swiper-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1239px) {
  .gallery__slider .swiper-container {
    padding: 0 20px;
  }
}
.gallery__slider .swiper-container:after {
  content: "";
  position: absolute;
  display: none;
  z-index: 2;
  right: 0;
  top: 0;
  height: 100%;
  width: 230px;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .gallery__slider .swiper-container:after {
    display: block;
    width: 110px;
  }
}
@media (max-width: 575px) {
  .gallery__slider .swiper-container:after {
    width: 60px;
  }
}
@media (max-width: 1239px) {
  .gallery__item {
    width: 470px;
  }
}
@media (max-width: 991px) {
  .gallery__item {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .gallery__item {
    width: 90%;
  }
}
.gallery__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
  border-radius: 5px;
}
.gallery__slider-controls {
  position: relative;
  margin-top: 20px;
}

.gallery-description {
  position: relative;
  margin-top: 25px;
}
.gallery-description__title {
  color: #000;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 575px) {
  .gallery-description__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.gallery-description__text {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 575px) {
  .gallery-description__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  height: 45px;
  font-size: 13px;
  line-height: 18px;
  padding-top: 11px;
  margin-bottom: 11px;
}
.breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .breadcrumbs__list {
    display: none;
  }
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item a {
  color: #444;
}
.breadcrumbs__item, .breadcrumbs__item:hover a {
  color: #000;
}
.breadcrumbs__item:not(:first-child) {
  margin-left: 22px;
}
.breadcrumbs__item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 9.5px);
  margin-top: -3px;
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  transform: rotate(45deg);
}
.breadcrumbs__back {
  height: 100%;
  display: flex;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  color: #000;
  border-radius: 3px;
}
.breadcrumbs__back--light {
  background-color: #fff;
}
.breadcrumbs__back:hover {
  background-color: #e8e8e8;
}
.breadcrumbs__back-icon {
  width: 19px;
  height: 11px;
  fill: #000;
  margin-right: 5.5px;
}
.breadcrumbs__back-desktop {
  cursor: pointer;
}
@media (max-width: 767px) {
  .breadcrumbs__back-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .breadcrumbs__back-mobile {
    display: none;
  }
}

.page-with-banner {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
}
.page-with-banner__breadcrumbs {
  margin-bottom: 21px;
}
.page-with-banner__banner {
  align-self: center;
  background: #e8e8e8 center/auto 100% no-repeat;
  height: 600px;
  overflow: hidden;
  width: 1880px;
  max-width: 100%;
  border-radius: 5px;
}
@media (max-width: 1880px) {
  .page-with-banner__banner {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .page-with-banner__banner {
    height: 430px;
  }
}
.page-with-banner__content-wrapper {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .page-with-banner__content-wrapper {
    padding: 0;
  }
}
.page-with-banner__content {
  background-color: #fff;
  border-top: 3px solid #a92414;
  padding: 40px;
  padding-bottom: 0;
  max-width: 1480px !important;
  margin-top: -164px;
}
@media (max-width: 991px) {
  .page-with-banner__content {
    margin-top: -95px !important;
    padding: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-with-banner__content {
    margin: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product-type {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
}
.product-type__breadcrumbs {
  margin-bottom: 21px;
}
.product-type__banner {
  background-image: url("/img/banners/stoves_banner.jpg");
}
.product-type__banner--accessories {
  background-image: url("/img/banners/accessories_banner.jpg");
}
.product-type__banner--optional-equipment {
  background-image: url("/img/banners/optional-equipment_banner.jpg");
}
.product-type__content {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .product-type__content {
    margin-bottom: 0;
  }
}
.product-type__title {
  justify-self: center;
  text-align: center;
}
.product-type__title-text {
  text-align: left;
  line-height: 1.44;
  padding-top: 18px;
  margin-bottom: 53px;
}
@media (max-width: 767px) {
  .product-type__title-text {
    line-height: 1.37;
  }
}
.product-type__product-slider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .product-type__product-slider {
    border: none;
  }
}

.category__breadcrumbs {
  margin-bottom: 13px;
}
.category__description {
  margin-bottom: 34px;
  line-height: 26px;
}
.category__description p + p {
  margin-top: 20px;
}
.category__title {
  text-align: center;
  margin-bottom: 23px;
}
.category__showcase {
  background: url("/build/img/category_showcase.jpg") top no-repeat;
  margin: 0 -20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .category__showcase {
    background-position-x: -5px;
  }
}
.category__showcase--without-icon .category-product {
  display: inline-flex;
  flex-direction: column;
  height: auto;
}
.category__showcase--without-icon .product-description {
  height: 100%;
}
.category__showcase--without-icon .product-description__link {
  align-items: flex-start;
  padding: 8px 15px;
}
@media (max-width: 991px) {
  .category__showcase--without-icon .product-description__link {
    height: 100%;
  }
}
.category__showcase .swiper-container {
  padding: 0 20px;
  max-width: 1040px;
}
.category__showcase .swiper-wrapper {
  justify-content: space-between;
}
@media (min-width: 901px) {
  .category__showcase .swiper-wrapper {
    transform: translate3d(0px, 0, 0) !important;
  }
}
.category__slider-controls {
  padding-top: 17px;
}
@media (min-width: 901px) {
  .category__slider-controls {
    display: none;
  }
}

.category-product {
  display: inline-block;
  width: 280px;
}
@media (max-width: 991px) {
  .category-product:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .category-product {
    width: 250px;
  }
}
.category-product__link {
  display: flex;
  align-items: center;
  padding: 0 9px;
  max-width: 300px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .category-product__link:hover {
    background-color: #f6f6f6;
  }
  .category-product__link:hover .category-product__title {
    color: #a92414;
  }
  .category-product__link:hover .category-product__title:after {
    background-color: rgba(169, 36, 20, 0.5);
  }
}
.category-product__icon {
  margin-right: 12px;
}
.category-product__title {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .category-product__title {
    font-size: 16px;
  }
}
.category-product__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.category-product__text {
  display: block;
  margin-top: 2px;
  color: #444;
  font-size: 16px;
}
@media (max-width: 575px) {
  .category-product__text {
    font-size: 14px;
  }
}
.category-product__text span {
  color: #a92414;
  font-weight: bold;
}

.category-features {
  padding-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .category-features {
    padding-top: 33px;
    margin-bottom: 35px;
  }
}
.category-features__title {
  text-align: center;
}
.category-features__item {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .category-features__item {
    padding-top: 25px;
    margin-bottom: 15px;
  }
}
.category-features__icon {
  position: absolute;
  top: -13px;
  right: 9px;
  width: 66px;
  height: 66px;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .category-features__icon {
    top: auto;
    right: auto;
    margin-left: -6px;
    bottom: -6px;
  }
}
.category-features__image {
  overflow: hidden;
  height: 261px;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.category-features__description {
  color: #666;
}
.category-features__description p {
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  .category-features__description {
    padding-top: 15px;
    line-height: 1.43;
  }
}
.category-features__description-title {
  margin-bottom: 7px;
}
.category-features__description-details {
  margin-top: 15px;
  color: #888;
}
.category-features__details-title {
  color: #303030;
  margin-bottom: 9px;
}
.category-features__details-wrapper {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .category-features__details-wrapper {
    justify-content: space-between;
  }
}
.category-features__details-item {
  flex-basis: 80px;
}
@media (max-width: 575px) {
  .category-features__details-item {
    flex-grow: 1;
  }
}
.category-features__details-item:not(:last-child) {
  margin-right: 22px;
}
.category-features__details-image-wrap {
  width: 100%;
  height: 40px;
  margin-bottom: 6px;
  overflow: hidden;
}
.category-features__details-image-wrap img {
  width: 100%;
}

.category-interactive__inner {
  background-color: #f6f6f6;
  background-clip: content-box;
}
@media (max-width: 767px) {
  .category-interactive__inner {
    background-clip: border-box;
  }
}
@media (max-width: 767px) {
  .category-interactive__inner.js-show-modal {
    padding-bottom: 60px;
    margin-bottom: 183px;
  }
}
.category-interactive__hover-relative {
  position: relative;
}
.category-interactive__hover-relative > div {
  position: static;
}
.category-interactive__scheme {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .category-interactive__scheme {
    justify-content: center;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .category-interactive__scheme {
    overflow: hidden;
  }
}
.category-interactive__scheme-image {
  position: relative;
  left: 58px;
}
@media (max-width: 767px) {
  .category-interactive__scheme-image {
    left: auto;
    min-width: 370px;
  }
}
.category-interactive__plus {
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #a92414;
  border: 1px solid #a92414;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
  top: 190px;
  right: 260px;
  z-index: 1;
  cursor: pointer;
}
.category-interactive__plus::before, .category-interactive__plus::after {
  content: "";
  width: 1px;
  height: 9px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  left: 7px;
}
.category-interactive__plus::after {
  transform: rotate(90deg);
}
.category-interactive__plus.selected {
  background-color: #fff;
}
.category-interactive__plus.selected::before {
  display: none;
}
.category-interactive__plus.selected::after {
  background-color: #a92414;
}
.category-interactive__plus:nth-child(1) {
  top: calc(132 / 612 * 100%);
  left: calc(328 / 560 * 100%);
}
.category-interactive__plus:nth-child(2) {
  top: calc(260 / 612 * 100%);
  left: calc(332 / 560 * 100%);
}
.category-interactive__plus:nth-child(3) {
  top: calc(300 / 612 * 100%);
  left: calc(365 / 560 * 100%);
}
.category-interactive__plus:nth-child(4) {
  top: calc(345 / 612 * 100%);
  left: calc(349 / 560 * 100%);
}
.category-interactive__plus:nth-child(5) {
  top: calc(364 / 612 * 100%);
  left: calc(238 / 560 * 100%);
}
.category-interactive__plus:nth-child(6) {
  top: calc(449 / 612 * 100%);
  left: calc(328 / 560 * 100%);
}
.category-interactive__plus:nth-child(7) {
  top: calc(468 / 612 * 100%);
  left: calc(254 / 560 * 100%);
}
.category-interactive__plus:nth-child(8) {
  top: calc(541 / 612 * 100%);
  left: calc(158 / 560 * 100%);
}
.category-interactive__plus:nth-child(9) {
  top: calc(457 / 612 * 100%);
  left: calc(103 / 560 * 100%);
}
.category-interactive__plus:nth-child(10) {
  top: calc(292 / 612 * 100%);
  left: calc(308 / 560 * 100%);
}
.category-interactive__plus:nth-child(11) {
  top: calc(211 / 612 * 100%);
  left: calc(274 / 560 * 100%);
}
.category-interactive__plus:nth-child(12) {
  top: calc(149 / 612 * 100%);
  left: calc(158 / 560 * 100%);
}
.category-interactive__plus:nth-child(13) {
  top: calc(126 / 612 * 100%);
  left: calc(271 / 560 * 100%);
}
.category-interactive__plus:nth-child(14) {
  top: calc(87 / 612 * 100%);
  left: calc(295 / 560 * 100%);
}
.category-interactive__title {
  padding-top: 45px;
  max-width: 411px;
  margin-bottom: 21px;
}
.category-interactive__list-wrap {
  overflow: visible;
}
@media (max-width: 767px) {
  .category-interactive__list-wrap {
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    height: 242px;
    box-shadow: 0 0.412187px 2.64487px rgba(138, 138, 138, 0.0257863), 0 1.04245px 6.68907px rgba(138, 138, 138, 0.0460489), 0 2.1265px 13.6451px rgba(138, 138, 138, 0.06515), 0 4.3802px 28.1063px rgba(138, 138, 138, 0.0999612), 0 12px 77px rgba(138, 138, 138, 0.22);
    position: absolute;
    width: calc(100% - 40px);
    top: 100%;
    display: none;
  }
  .js-show-modal .category-interactive__list-wrap {
    display: block;
  }
}
.category-interactive__close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  border-radius: 5px;
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .category-interactive__close-button {
    display: block;
  }
}
.category-interactive__close-button::before, .category-interactive__close-button::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #a92414;
  top: 50%;
  left: 50%;
}
.category-interactive__close-button::before {
  transform: translate(-50%, 0) rotate(45deg);
}
.category-interactive__close-button::after {
  transform: translate(-50%, 0) rotate(135deg);
}
.category-interactive__swiper-controls {
  display: none;
  position: absolute;
  align-items: center;
  height: 40px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background-color: rgba(11, 11, 11, 0.4);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .category-interactive__swiper-controls {
    display: flex;
  }
}
.category-interactive__control-button {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: none;
  border-radius: 5px;
  transition: all 0.3s;
  fill: #fff;
  width: 40px;
  height: 40px;
}
.category-interactive__pagination {
  position: static;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  margin: 0 7px;
}
.category-interactive__pagination .swiper-pagination-bullet {
  position: relative;
  margin-right: 16px;
  width: 9px;
  height: 9px;
  background-color: #c2c2c2;
  opacity: 1;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .category-interactive__pagination .swiper-pagination-bullet {
    margin-right: 12px;
    width: 6px;
    height: 6px;
  }
}
.category-interactive__pagination .swiper-pagination-bullet:hover {
  background: #fff;
}
.category-interactive__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.category-interactive__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}
.category-interactive__pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  margin-left: -6px;
  margin-top: -6px;
  height: 12px;
  width: 12px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .category-interactive__pagination .swiper-pagination-bullet:after {
    margin-left: -4px;
    margin-top: -4px;
    height: 8px;
    width: 8px;
  }
}
.category-interactive__list {
  list-style: none;
  counter-reset: list-index;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 767px) {
  .category-interactive__list {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .category-interactive__list {
    transform: translate3d(0, 0, 0) !important;
  }
}
.category-interactive__list-text {
  z-index: 1;
  margin-right: 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .category-interactive__list-text {
    border: none;
  }
}
.category-interactive__hover-content {
  display: none;
  position: absolute;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 0.412187px 2.64487px rgba(138, 138, 138, 0.0257863), 0 1.04245px 6.68907px rgba(138, 138, 138, 0.0460489), 0 2.1265px 13.6451px rgba(138, 138, 138, 0.06515), 0 4.3802px 28.1063px rgba(138, 138, 138, 0.0999612), 0 12px 77px rgba(138, 138, 138, 0.22);
  min-width: 100%;
  top: 0;
  left: 0;
  padding-top: 29px;
}
@media (max-width: 767px) {
  .category-interactive__hover-content {
    display: block;
    box-shadow: none;
  }
}
.category-interactive__list-item {
  position: relative;
  counter-increment: list-index;
  margin-bottom: 3px;
  cursor: pointer;
  display: flex;
  align-self: flex-start;
  padding: 4px;
}
@media (max-width: 767px) {
  .category-interactive__list-item {
    padding: 12px;
  }
}
@media (min-width: 768px) {
  .category-interactive__list-item {
    width: auto;
  }
}
.category-interactive__list-item::before {
  z-index: 1;
  content: counter(list-index);
  display: inline-flex;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #a92414;
  font-size: 12px;
  line-height: 21px;
  color: #000;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .category-interactive__list-item::before {
    content: none;
  }
}
.category-interactive__list-item:hover, .category-interactive__list-item.hover {
  z-index: 2;
}
.category-interactive__list-item:hover::before, .category-interactive__list-item.hover::before {
  background-color: #a92414;
  color: #fff;
}
.category-interactive__list-item:hover .category-interactive__hover-content, .category-interactive__list-item.hover .category-interactive__hover-content {
  display: block;
}
.category-interactive__list-item:hover .category-interactive__list-text, .category-interactive__list-item.hover .category-interactive__list-text {
  border: none;
}
.category-interactive__image-wrap {
  width: 156px;
  margin: 10px 34px 15px;
}
@media (max-width: 767px) {
  .category-interactive__image-wrap {
    width: 120px;
    margin: 27px 12px 10px;
  }
}

.category-spreading {
  padding-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .category-spreading {
    padding-top: 40px;
  }
}
.category-spreading__inner {
  overflow: hidden;
  background: url("/build/img/category-spreading_bg.jpg") left bottom no-repeat, #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: 3px;
}
@media (max-width: 1239px) {
  .category-spreading__inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .category-spreading__inner {
    padding: 0 16px;
    align-items: stretch;
  }
}
.category-spreading__title {
  color: #fff;
  padding-left: 30px;
  max-width: 320px;
}
@media (max-width: 1239px) {
  .category-spreading__title {
    max-width: none;
    padding-top: 16px;
    padding-left: 0;
  }
}
.category-spreading__products {
  display: flex;
  padding: 35px 0;
  align-self: stretch;
  justify-content: center;
}
@media (max-width: 767px) {
  .category-spreading__products {
    flex-direction: column;
    padding: 14px 0;
  }
}
.category-spreading__item {
  width: 240px;
}
.category-spreading__item:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .category-spreading__item {
    margin: 5px 0 !important;
    width: 100%;
  }
}

.category-characteristics {
  padding: 40px 0 20px;
}
@media (max-width: 767px) {
  .category-characteristics {
    padding: 20px 0;
  }
}
.category-characteristics__content {
  padding: 40px 40px 50px;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .category-characteristics__content {
    padding: 25px 20px;
  }
}
.category-characteristics__title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .category-characteristics__title {
    margin-bottom: 13px;
  }
}
.category-characteristics__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .category-characteristics__list {
    margin-bottom: 25px;
  }
}
.category-characteristics__list li {
  position: relative;
  padding-left: 34px;
}
.category-characteristics__list li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .category-characteristics__list li:not(:last-child) {
    margin-bottom: 13px;
  }
}
.category-characteristics__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  background-image: url("/build/img/svg/plus.svg");
}
.category-characteristics__list li h5 {
  margin-bottom: 5px;
}
.category-characteristics__list li p {
  color: #666;
}
.category-characteristics__item {
  display: flex;
  align-items: flex-end;
  background-color: #f6f6f6;
}
.category-characteristics__item:not(:last-child) {
  margin-bottom: 14px;
}
.category-characteristics__item-name {
  position: relative;
  flex-grow: 1;
  background-color: inherit;
}
.category-characteristics__item-name:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  height: 1px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=") 0 0 repeat-x;
}
.category-characteristics__item-name span {
  position: relative;
  z-index: 2;
  padding-right: 5px;
  background-color: inherit;
}
.category-characteristics__item-value {
  position: relative;
  top: -4px;
  padding-left: 5px;
  width: 42%;
  background-color: inherit;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .category-characteristics__item-value {
    width: 34%;
  }
}
@media (max-width: 374px) {
  .category-characteristics__item-value {
    font-size: 14px;
  }
}

.category-photos {
  padding: 20px 0 40px;
}
.category-photos__title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .category-photos__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category-photos__items {
    margin: 0 -5px;
  }
}
.category-photos__item {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .category-photos__item {
    margin-bottom: 10px;
    padding: 0 5px;
  }
}
.category-photos__image-wrap {
  position: relative;
  padding-bottom: 100%;
}
.category-photos__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%", serif;
  border-radius: 5px;
}
.category-photos__show-more {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .category-photos__show-more {
    margin-top: -10px;
    padding: 0 5px;
  }
}
.category-photos__show-more:before {
  content: "";
  display: block;
  width: 100%;
  height: 345px;
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  background: linear-gradient(0deg, #fff 8.12%, rgba(255, 255, 255, 0) 115.81%);
}

.product-description__link {
  display: flex;
  align-items: center;
  padding: 0 9px;
  max-width: 300px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .product-description__link:hover {
    background-color: #fff;
  }
  .product-description__link:hover .product-description__title {
    color: #a92414;
  }
  .product-description__link:hover .product-description__title:after {
    background-color: rgba(169, 36, 20, 0.5);
  }
}
.product-description__icon {
  margin-right: 12px;
}
.product-description__title {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .product-description__title {
    font-size: 16px;
  }
}
.product-description__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.product-description__text {
  display: block;
  margin-top: 2px;
  color: #444;
  font-size: 16px;
}
@media (max-width: 575px) {
  .product-description__text {
    font-size: 14px;
  }
}
.product-description__text span {
  color: #a92414;
  font-weight: bold;
}
@media (min-width: 992px) {
  .product-description--light .product-description__link:hover {
    background-color: #f6f6f6;
  }
}
@media (max-width: 991px) {
  .product-description--light .product-description__link {
    background-color: #f6f6f6;
  }
}
.product-description--transparent .product-description__link {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  padding: 14px 19px;
}
@media (max-width: 575px) {
  .product-description--transparent .product-description__link {
    padding: 7px 15px;
  }
}
.product-description--transparent .product-description__link::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 18.5px;
  right: 17.5px;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  color: #000;
}
@media (max-width: 767px) {
  .product-description--transparent .product-description__link::after {
    bottom: auto;
    top: 50%;
  }
}
@media (min-width: 992px) {
  .product-description--transparent .product-description__link:hover {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0.412187px 2.64487px rgba(138, 138, 138, 0.0257863), 0 1.04245px 6.68907px rgba(138, 138, 138, 0.0460489), 0 2.1265px 13.6451px rgba(138, 138, 138, 0.07), 0 4.3802px 28.1063px rgba(138, 138, 138, 0.15), 0 12px 77px rgba(138, 138, 138, 0.32);
  }
  .product-description--transparent .product-description__link:hover .product-description__title {
    color: #000;
  }
}
.product-description--transparent .product-description__title {
  font-weight: normal;
}
.product-description--transparent .product-description__title::after {
  content: none;
}
.product-description--transparent .product-description__text {
  font-size: 15px;
  margin-top: 0;
}
.product-description--transparent .product-description__text span {
  color: inherit;
  font-weight: normal;
}
.product-description--wide .product-description__link {
  padding: 5px 9px 7px;
}
@media (max-width: 767px) {
  .product-description--wide .product-description__link {
    padding: 0;
    padding-right: 9px;
  }
}

.form {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.form__backlog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.08deg, #303030 43.9%, rgba(48, 48, 48, 0) 99.44%);
}
@media (max-width: 575px) {
  .form__backlog {
    background: linear-gradient(180deg, #303030 43.9%, rgba(48, 48, 48, 0) 99.44%);
  }
}
.form__content {
  position: relative;
  padding: 26px 26px 15px;
}
@media (max-width: 575px) {
  .form__content {
    padding: 20px 20px 10px;
  }
}
.form__title {
  font-size: 40px;
  line-height: 44px;
}
@media (max-width: 575px) {
  .form__title {
    font-size: 24px;
    line-height: 115%;
  }
}
.form__text {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 575px) {
  .form__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.form__input {
  height: 52px;
  font-size: 14px;
  line-height: 20px;
  padding-top: 25px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: #303030;
}
.form__input:focus, .form__input.is-invalid:focus {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05), inset 0 0 0 1px #a8a8a8;
}
.form__input.is-invalid {
  border: 1px solid #a92414;
  background-image: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05), inset 0 0 0 1px #a92414;
}
.form__input:disabled {
  background-color: #ebebeb;
}
.form__input:disabled + .form__label {
  color: #B0B0B0;
}
.form__input-internal-autofill-selected:not(:focus) {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05), inset 0 0 0 1px #fff;
}
.form__input:focus + .form__label, .form__input:not(:invalid):not(:disabled) + .form__label {
  left: 17px;
  top: 7px;
  font-size: 14px;
  line-height: 20px;
}
.form__input--search {
  padding: 15px 20px;
  font-size: 18px;
  line-height: 26px;
}
.form__input--search::-moz-placeholder {
  color: #bebebe;
}
.form__input--search:-ms-input-placeholder {
  color: #bebebe;
}
.form__input--search::-ms-input-placeholder {
  color: #bebebe;
}
.form__input--search::placeholder {
  color: #bebebe;
}
@media (max-width: 767px) {
  .form__submit {
    width: 100%;
  }
}
.form__policy {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000;
}
.form__policy a {
  color: #a92414;
  border-bottom: 1px solid #a92414;
}
.form__label {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #888;
  transition: 0.3s;
}
.form--catalog {
  background: url("/build/img/catalog/form.jpg") no-repeat 110% top;
  background-size: 55%;
}
.form--catalog .form__title {
  color: #fff;
}
.form--catalog .form__text {
  color: #f6f6f6;
}
@media (max-width: 1239px) {
  .form--catalog {
    background-size: 60%;
  }
}
@media (max-width: 991px) {
  .form--catalog {
    background-size: 110%;
    background-position-x: -25%;
  }
}
@media (max-width: 767px) {
  .form--catalog {
    background-position-x: 60%;
    background-size: 170%;
  }
}
@media (max-width: 575px) {
  .form--catalog {
    background-size: unset;
    padding-bottom: 60%;
    background-position: 81% 115%;
  }
}
.form--partners {
  overflow: visible;
}
.form--partners .form-row {
  margin-left: -15px;
  margin-right: -15px;
}
.form--partners .form-row > .col, .form--partners .form-row > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.form--partners .form__label {
  left: 30px;
}
.form--partners .form__input {
  margin-bottom: 10px;
}
.form--partners .form__input:focus + .form__label, .form--partners .form__input:not(:invalid):not(:disabled) + .form__label {
  left: 27px;
}
.form--city-selection .form__input {
  margin-bottom: 22px;
}
.form--city-selection .form__cities-group {
  padding-top: 4px;
  display: flex;
  flex-wrap: wrap;
}
.form--city-selection .form__cities-group input[type=radio] {
  display: none;
}
.form--city-selection .form__city-item {
  width: 25%;
}
.form--city-selection .form__city-button {
  color: #303030;
  border-radius: 5px;
  padding: 3px 7px;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .form--city-selection .form__city-button {
    font-size: 18px;
    line-height: 25px;
  }
}
.form--city-selection .form__city-button:hover {
  background-color: #e8e8e8;
}
.form--city-selection .form__city-button.current {
  color: #a92414;
  position: relative;
  padding-left: 30px;
}
.form--city-selection .form__current-icon {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.modal-dialog--center {
  top: 45%;
  transform: translateY(-50%) !important;
}
@media (min-width: 575px) {
  .modal-dialog {
    max-width: 600px;
  }
}
@media (min-width: 575px) {
  .modal-dialog--680 {
    max-width: 680px;
  }
}
.modal-content {
  position: relative;
  background: #f6f6f6;
  border-radius: 5px;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  padding: 20px 35px;
}
.modal-content .close {
  position: absolute;
  width: 58px;
  height: 58px;
  top: 0;
  right: 0;
  opacity: 1 !important;
  margin: 0;
  border-radius: 5px;
  background: #fff url("/build/img/svg/red-cross.svg") no-repeat center;
}
@media (max-width: 575px) {
  .modal-content .close {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 575px) {
  .modal-content {
    padding: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}
.modal-header {
  border: none;
  padding: 0;
  padding-right: 25px;
}
.modal-title {
  font-size: 40px;
  line-height: 44px;
  color: #000;
}
@media (max-width: 575px) {
  .modal-title {
    font-size: 24px;
    line-height: 115%;
  }
}
.modal-body {
  padding: 1rem 0;
}
@media (max-width: 575px) {
  .modal-body {
    padding: 0.5rem 0;
  }
}
.modal-footer {
  border: none;
  padding: 1rem 0;
}
.modal-footer .button {
  min-width: 250px;
}
@media (max-width: 575px) {
  .modal-footer .button {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .modal-footer {
    padding: 0.5rem 0;
  }
}
@media (min-width: 575px) {
  .modal--partners .modal-dialog {
    max-width: 820px;
  }
}
.modal--partners .modal-content {
  padding: 36px 55px 41px;
}
@media (max-width: 575px) {
  .modal--partners .modal-content {
    padding: 20px 15px 24px;
  }
}
.modal--partners .modal-title {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .modal--partners .modal-title {
    margin-bottom: 5px;
  }
}
.modal--partners .modal-header {
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .modal--partners .modal-header {
    margin-bottom: 15px;
  }
}
.modal--partners .modal-body {
  padding: 0;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .modal--partners .modal-body {
    margin-bottom: 10px;
  }
}
.modal--partners .modal-footer {
  padding: 0;
}
.modal--partners .modal-footer__agreement {
  padding-top: 15px;
  text-align: center;
  max-width: 438px;
}
@media (max-width: 575px) {
  .modal--partners .modal-footer__agreement {
    padding-top: 12px;
  }
}
@media (min-width: 575px) {
  .modal--city-selection .modal-dialog {
    max-width: 1100px;
  }
}
.modal--city-selection .modal-content {
  padding: 35px 35px 16px;
}
@media (max-width: 575px) {
  .modal--city-selection .modal-content {
    padding: 20px 15px 4px;
  }
}

.tags {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .tags__wrap {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tags {
    padding: 20px 0;
  }
}

.tag {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  line-height: 15px;
  color: #303030;
  background: #fff;
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 10px;
  transition: 0.3s;
  position: relative;
}
.tag__value {
  font-weight: bold;
  margin: 0 5px;
}
.tag__icon svg {
  fill: #303030;
}
.tag:not(:last-of-type) {
  margin-right: 5px;
}
.tag:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.tag.active {
  background: #a92414;
  color: #fff;
}
.tag.active .icon-svg--tag-question {
  fill: #fff !important;
}
.tag.active .tag__icon svg {
  transition: 0.3s;
  fill: #fff;
}
.tag--collapse [data-is-collapse] {
  display: none;
}
.tag--collapse[aria-expanded=false] [data-is-collapse=true] {
  display: initial;
}
.tag--collapse[aria-expanded=true] [data-is-collapse=false] {
  display: initial;
}
@media (min-width: 767px) {
  .tag--collapse {
    display: none;
  }
}

.tags {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .tags__wrap {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tags {
    padding: 20px 0;
  }
}

.tag {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  line-height: 15px;
  color: #303030;
  background: #fff;
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 10px;
  transition: 0.3s;
  position: relative;
}
.tag__value {
  font-weight: bold;
  margin: 0 5px;
}
.tag__icon svg {
  fill: #303030;
}
.tag:not(:last-of-type) {
  margin-right: 5px;
}
.tag:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.tag.active {
  background: #a92414;
  color: #fff;
}
.tag.active .icon-svg--tag-question {
  fill: #fff !important;
}
.tag.active .tag__icon svg {
  transition: 0.3s;
  fill: #fff;
}
.tag--collapse [data-is-collapse] {
  display: none;
}
.tag--collapse[aria-expanded=false] [data-is-collapse=true] {
  display: initial;
}
.tag--collapse[aria-expanded=true] [data-is-collapse=false] {
  display: initial;
}
@media (min-width: 767px) {
  .tag--collapse {
    display: none;
  }
}

.easy-tooltip {
  position: relative;
}
@media (max-width: 991px) {
  .easy-tooltip {
    position: static;
  }
}
.easy-tooltip:hover .easy-tooltip__container {
  /*        opacity: 1;
          visibility: visible;*/
  display: initial;
}
.easy-tooltip__icon {
  display: none;
  cursor: pointer;
}
@media (max-width: 1239px) {
  .easy-tooltip__icon {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .easy-tooltip__icon {
    margin-left: 5px;
  }
}
.easy-tooltip__container {
  position: absolute;
  z-index: 1;
  bottom: 130%;
  right: -10px;
  padding: 16px 20px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0.412187px 2.64487px rgba(138, 138, 138, 0.0257863), 0 1.04245px 6.68907px rgba(138, 138, 138, 0.0460489), 0 2.1265px 13.6451px rgba(138, 138, 138, 0.06515), 0 4.3802px 28.1063px rgba(138, 138, 138, 0.0999612), 0 12px 77px rgba(138, 138, 138, 0.22);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 300px;
  display: none;
  transition: all 0.3s;
}
.easy-tooltip__container:after {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 15px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  background: #fff;
  pointer-events: none;
}
@media (max-width: 991px) {
  .easy-tooltip__container {
    left: 0;
    width: auto;
  }
  .easy-tooltip__container:after {
    left: 10px;
  }
}
@media (max-width: 575px) {
  .easy-tooltip__container {
    padding: 10px;
  }
}
.easy-tooltip__block:not(:last-of-type) {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
}
.easy-tooltip__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #303030;
}
.easy-tooltip__text {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #444;
}

.partners__banner {
  background-image: url("/build/img/partners_banner.jpg");
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 107px;
}
@media (max-width: 1239px) {
  .partners__banner {
    padding-top: 103px;
  }
}
@media (max-width: 767px) {
  .partners__banner {
    padding-top: 71px;
  }
}
.partners__banner-content {
  max-width: 680px;
}
@media (max-width: 1239px) {
  .partners__banner-content {
    max-width: 466px;
  }
}
.partners__banner-title {
  margin-bottom: 10px;
  color: #fff;
}
.partners__banner-text {
  margin-bottom: 28px;
}
@media (max-width: 1239px) {
  .partners__banner-text {
    margin-bottom: 25px;
  }
}
.partners__banner-text p:not(:last-of-type) {
  margin-bottom: 1em;
}
.partners__banner-button {
  cursor: pointer;
}
.partners__content {
  margin-top: -181px;
  padding-top: 58px;
}
.partners__title {
  text-align: center;
  margin-bottom: 47px;
}
.partners__title-text {
  padding-top: 15px;
}
.partners__schemes {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.partners__schemes-item {
  width: 320px;
  text-align: center;
  margin-bottom: 30px;
}
.partners__scheme-image {
  margin-bottom: 20px;
}
.partners__scheme-title {
  margin-bottom: 10px;
}
.partners__features {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .partners__features {
    margin-bottom: 40px;
  }
}
.partners__features-images {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .partners__features-images {
    flex-direction: column;
  }
}
.partners__features-image-wrap {
  width: calc(50% - 20px);
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .partners__features-image-wrap {
    width: 100%;
  }
}
.partners__features-title {
  margin-bottom: 25px;
}
.partners__features-list {
  list-style: none;
  padding-left: 35px;
}
.partners__features-item {
  position: relative;
  margin-bottom: 22px;
}
.partners__features-item::before {
  content: "+";
  position: absolute;
  right: calc(100% + 12px);
  width: 22px;
  height: 22px;
  color: #a92414;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 22px;
  padding-left: 1px;
}
.partners__feature-text {
  padding-top: 6px;
}
.partners__dealer {
  padding: 18px 40px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 50px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.79) 34.31%, rgba(255, 255, 255, 0) 78.79%), url("/build/img/partners_dealer-texture.jpg") right -4px top -13px/436px;
}
@media (max-width: 991px) {
  .partners__dealer {
    margin-bottom: 20px;
    padding: 25px 36px 35px 28px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.79) 34.31%, rgba(255, 255, 255, 0) 78.79%), url("/build/img/partners_dealer-texture.jpg") left -5px top -15px;
  }
}
@media (max-width: 767px) {
  .partners__dealer {
    padding: 18px 25px 29px;
    flex-direction: column;
    background: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url("/build/img/partners_dealer-texture.jpg") left -5px top -15px;
  }
}
.partners__dealer-text {
  max-width: 395px;
}
@media (max-width: 767px) {
  .partners__dealer-text {
    margin-bottom: 15px;
  }
}
.partners__dealer-button {
  margin-left: 46px;
}
@media (max-width: 767px) {
  .partners__dealer-button {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .partners__dealer-button {
    width: 100%;
  }
}
.partners__dealer-title {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .partners__dealer-title {
    margin-bottom: 5px;
  }
}
.partners__installers {
  padding-top: 50px;
  margin-bottom: 77px;
}
.partners__installers-title {
  margin-bottom: 15px;
  text-align: center;
}
.partners__installers-text {
  text-align: center;
}
.partners__installers-feature {
  padding-top: 30px;
  margin-bottom: 18px;
}
.partners__installers-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .partners__installers-feature-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .partners__installers-feature-item {
    margin-bottom: 30px;
  }
}
.partners__installers-feature-icon {
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.partners__installers-feature-title {
  margin-bottom: 10px;
}
.partners__commercial {
  background-color: #fff;
  padding-top: 69px;
  padding-bottom: 40px;
}
.partners__commercial-title {
  text-align: center;
  margin-bottom: 15px;
}
.partners__commercial-text {
  text-align: center;
  margin-bottom: 25px;
}

.stores-breadcrumbs {
  margin-bottom: 11px;
}

.stores-head {
  margin-bottom: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .stores-head {
    margin-bottom: 26px;
  }
}
.stores-head__title {
  margin-bottom: 10px;
}

.stores-map {
  margin-bottom: 22px;
  padding: 0 20px;
  height: 600px;
}
@media (max-width: 767px) {
  .stores-map {
    margin-bottom: 18px;
    padding: 0;
  }
}

.stores {
  background-color: #f6f6f6;
}

.stores-list {
  padding-top: 56px;
  margin-bottom: 84px;
}
@media (max-width: 767px) {
  .stores-list {
    padding-top: 10px;
  }
}
.stores-list__city-title {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .stores-list__city-title {
    margin-bottom: 13px;
    padding-top: 16px;
  }
}
.stores-list__show-more {
  display: flex;
  justify-content: center;
  position: relative;
}
.stores-list__show-more::before {
  content: "";
  display: block;
  width: 100%;
  height: 420px;
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  background: linear-gradient(to bottom, transparent, #f6f6f6);
}

.stores-card {
  color: #303030;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .stores-card {
    margin-bottom: 10px;
  }
}
.stores-card__inner {
  padding: 26px 24px;
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .stores-card__inner {
    padding: 20px 17.5px;
  }
}
.stores-card__name {
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .stores-card__name {
    margin-bottom: 5px;
  }
}
.stores-card__address {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .stores-card__address {
    margin-bottom: 15px;
  }
}
.stores-card__info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .stores-card__info {
    margin-bottom: 19px;
    justify-content: flex-start;
  }
}
.stores-card__contacts {
  margin-right: 30px;
}
.stores-card__contacts-title {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .stores-card__contacts-title {
    margin-bottom: 5px;
  }
}
.stores-card__contacts-item {
  margin-bottom: 2px;
}
.stores-card__working {
  color: #000;
}
.stores-card__working div span {
  color: #888;
}
.stores-card__working-title {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .stores-card__working-title {
    margin-bottom: 5px;
  }
}
.stores-card__show-button {
  color: #000;
  padding: 8px 19px;
  background-color: #f6f6f6;
  border-radius: 5px;
}
.stores-card__show-button:hover {
  background-color: #e8e8e8;
}
.stores-card__button-wrapper {
  padding-top: 33px;
}

.city-selection {
  padding: 3px 0;
  display: flex;
  align-items: center;
  color: #a92414;
  font-size: 16px;
  line-height: 1.37;
  transition: color 0.3s;
}
.city-selection:hover {
  color: #e96757;
}
.city-selection__text {
  border-bottom: 1px dashed rgba(169, 36, 20, 0.2);
}
.city-selection:hover .city-selection__text {
  border-color: rgba(233, 103, 87, 0.2);
}
.city-selection__icon {
  padding-left: 5px;
  margin-right: 10px;
}

.interactive-map {
  height: 400px;
}
@media (max-width: 767px) {
  .interactive-map {
    height: 70vh !important;
  }
}
.interactive-map__container {
  background-color: #e8e8e8;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.interactive-map__card {
  font-family: "Noah", sans-serif;
  max-width: 440px;
  width: 100%;
  margin-bottom: 0;
}
.interactive-map__card > div {
  padding: 16px 0 16px 12px;
}
.interactive-map__pin-content {
  font-family: "Noah", sans-serif;
  color: #fff;
  font-size: 16px;
  position: relative;
  bottom: 3px;
  display: flex;
  justify-content: center;
}

.manufacture__title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .manufacture__title {
    margin-bottom: 22px;
  }
}
.manufacture__places {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .manufacture__places {
    margin-bottom: 8px;
  }
}
.manufacture__item {
  margin-bottom: 10px;
}

.about__head {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .about__head {
    padding-top: 26px;
    margin-bottom: 16px;
  }
}
.about__banner {
  padding-top: 28px;
  background: url("/build/img/about_banner-bg.jpg") top center/cover no-repeat;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about__banner {
    padding-top: 16px;
    margin-bottom: 117px;
  }
}
.about__banner-content {
  margin-bottom: 53px;
}
.about__banner-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about__banner-title {
    margin-bottom: 10px;
  }
}
.about__banner-text {
  margin-bottom: 30px;
}
.about__banner-text p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .about__banner-text {
    margin-bottom: 10px;
  }
}
.about__video-wrap {
  position: relative;
  top: -61px;
}
.about__history {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .about__history {
    margin-bottom: 40px;
  }
}
.about__history-item {
  width: 636px;
  position: relative;
  padding-top: 24px;
  padding-right: 40px;
}
.about__history-item::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #a92414;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 0;
}
.about__history-item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  border-radius: 50%;
  top: 4px;
  left: 0;
}
@media (max-width: 767px) {
  .about__history-item {
    width: calc(90% + 20px);
    padding-right: 20px;
  }
}
.about__history-year {
  color: #a92414;
  margin-bottom: 15px;
}
.about__history-title {
  margin-bottom: 8px;
}
.about__gallery {
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .about__gallery {
    padding-top: 26px;
    padding-bottom: 39px;
  }
}
.about__gallery-title {
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .about__gallery-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .about__gallery-list {
    margin-right: 0;
  }
}
.about__gallery-item {
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .about__gallery-item {
    padding-right: 0;
  }
}
.about__gallery-image-link {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  padding-top: 100%;
  position: relative;
  background-color: #e8e8e8;
}
.about__gallery-image-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.about__gallery-image-wrap img {
  height: 100%;
  max-width: none;
}
.about__gallery-link {
  margin-top: 11px;
  display: flex;
  justify-content: center;
}
.about__map {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .about__map {
    margin: 0 -20px 55px;
  }
}
.about__manufacture {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .about__manufacture {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .col-lg-2-10 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-8-10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .row--adapt {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row--adapt > .col,
.row--adapt > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.partners__banner {
  background-image: url("/build/img/partners_banner.jpg");
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 107px;
}
@media (max-width: 1239px) {
  .partners__banner {
    padding-top: 103px;
  }
}
@media (max-width: 767px) {
  .partners__banner {
    padding-top: 71px;
  }
}
.partners__banner-content {
  max-width: 680px;
}
@media (max-width: 1239px) {
  .partners__banner-content {
    max-width: 466px;
  }
}
.partners__banner-title {
  margin-bottom: 10px;
  color: #fff;
}
.partners__banner-text {
  margin-bottom: 28px;
}
@media (max-width: 1239px) {
  .partners__banner-text {
    margin-bottom: 25px;
  }
}
.partners__banner-text p:not(:last-of-type) {
  margin-bottom: 1em;
}
.partners__banner-button {
  cursor: pointer;
}
.partners__content {
  margin-top: -181px;
  padding-top: 58px;
}
.partners__title {
  text-align: center;
  margin-bottom: 47px;
}
.partners__title-text {
  padding-top: 15px;
}
.partners__schemes {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.partners__schemes-item {
  width: 320px;
  text-align: center;
  margin-bottom: 30px;
}
.partners__scheme-image {
  margin-bottom: 20px;
}
.partners__scheme-title {
  margin-bottom: 10px;
}
.partners__features {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .partners__features {
    margin-bottom: 40px;
  }
}
.partners__features-images {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .partners__features-images {
    flex-direction: column;
  }
}
.partners__features-image-wrap {
  width: calc(50% - 20px);
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .partners__features-image-wrap {
    width: 100%;
  }
}
.partners__features-title {
  margin-bottom: 25px;
}
.partners__features-list {
  list-style: none;
  padding-left: 35px;
}
.partners__features-item {
  position: relative;
  margin-bottom: 22px;
}
.partners__features-item::before {
  content: "+";
  position: absolute;
  right: calc(100% + 12px);
  width: 22px;
  height: 22px;
  color: #a92414;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 22px;
  padding-left: 1px;
}
.partners__feature-text {
  padding-top: 6px;
}
.partners__dealer {
  padding: 18px 40px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 50px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.79) 34.31%, rgba(255, 255, 255, 0) 78.79%), url("/build/img/partners_dealer-texture.jpg") right -4px top -13px/436px;
}
@media (max-width: 991px) {
  .partners__dealer {
    margin-bottom: 20px;
    padding: 25px 36px 35px 28px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.79) 34.31%, rgba(255, 255, 255, 0) 78.79%), url("/build/img/partners_dealer-texture.jpg") left -5px top -15px;
  }
}
@media (max-width: 767px) {
  .partners__dealer {
    padding: 18px 25px 29px;
    flex-direction: column;
    background: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url("/build/img/partners_dealer-texture.jpg") left -5px top -15px;
  }
}
.partners__dealer-text {
  max-width: 395px;
}
@media (max-width: 767px) {
  .partners__dealer-text {
    margin-bottom: 15px;
  }
}
.partners__dealer-button {
  margin-left: 46px;
}
@media (max-width: 767px) {
  .partners__dealer-button {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .partners__dealer-button {
    width: 100%;
  }
}
.partners__dealer-title {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .partners__dealer-title {
    margin-bottom: 5px;
  }
}
.partners__installers {
  padding-top: 50px;
  margin-bottom: 77px;
}
.partners__installers-title {
  margin-bottom: 15px;
  text-align: center;
}
.partners__installers-text {
  text-align: center;
}
.partners__installers-feature {
  padding-top: 30px;
  margin-bottom: 18px;
}
.partners__installers-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .partners__installers-feature-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .partners__installers-feature-item {
    margin-bottom: 30px;
  }
}
.partners__installers-feature-icon {
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.partners__installers-feature-title {
  margin-bottom: 10px;
}
.partners__commercial {
  background-color: #fff;
  padding-top: 69px;
  padding-bottom: 40px;
}
.partners__commercial-title {
  text-align: center;
  margin-bottom: 15px;
}
.partners__commercial-text {
  text-align: center;
  margin-bottom: 25px;
}

.catalog__content {
  background: #f6f6f6;
  padding: 25px 0;
}
.catalog__footer {
  background: #f6f6f6;
  padding: 25px 0 80px;
}
@media (max-width: 767px) {
  .catalog__footer {
    padding-bottom: 55px;
  }
}
.catalog__filter-head {
  display: none;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
  padding: 15px 18px;
}
.catalog__filter-head:after {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 14px;
  height: 8px;
  background: url("/build/img/svg/arrow-dropdown.svg") no-repeat center;
  transition: 0.3s;
}
.catalog__filter-head[aria-expanded=true]:after {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .catalog__filter-head {
    display: block;
  }
}
@media (max-width: 767px) {
  .catalog__filter-content {
    background: #fff;
    padding: 0 15px 15px;
  }
}
@media (min-width: 767px) {
  .catalog__filter-content {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .catalog__filter {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.catalog__items-count {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.catalog-banner__title {
  font-size: 50px;
  line-height: 54px;
  color: #000;
}
@media (max-width: 767px) {
  .catalog-banner__title {
    font-size: 30px;
    line-height: 115%;
  }
}
.catalog-banner__text {
  font-size: 18px;
  line-height: 26px;
  color: #444;
}
@media (max-width: 767px) {
  .catalog-banner__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.catalog-banner__img {
  transform: translate(20px, -55px);
  margin-bottom: -55px;
  position: relative;
}
.catalog-banner__img-loupe {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 63%;
  top: 30%;
  background: url("/build/img/svg/loupe.svg") rgba(255, 255, 255, 0.7) no-repeat 55% 55%;
  border-radius: 50%;
  box-shadow: 0 0.412187px 2.64487px rgba(138, 138, 138, 0.0257863), 0 1.04245px 6.68907px rgba(138, 138, 138, 0.0460489), 0 2.1265px 13.6451px rgba(138, 138, 138, 0.06515), 0 4.3802px 28.1063px rgba(138, 138, 138, 0.0999612), 0 12px 77px rgba(138, 138, 138, 0.22);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 991px) {
  .catalog-banner__img-loupe {
    top: 40%;
  }
}
.catalog-banner__img-loupe:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.catalog-banner__img-loupe--center {
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .catalog-banner__img-loupe--center {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .catalog-banner__img {
    margin-bottom: 0;
    transform: none;
  }
}
@media (max-width: 767px) {
  .catalog-banner {
    margin-top: 15px;
  }
}

.color-items__item {
  display: inline-block;
}
.color-items__item:not(:last-of-type) {
  margin-right: 20px;
}
.color-items__item-img {
  transition: 1s;
  max-width: 80px;
  max-height: 40px;
}
.color-items__item-label {
  transition: 1s;
  font-size: 14px;
  line-height: 20px;
  color: #888;
}
.color-items__item:hover .color-items__item-img {
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.color-items__item:hover .color-items__item-label {
  color: #a92414;
}

.catalog-filter {
  background: #fff;
  border-radius: 5px;
}
.catalog-filter__block {
  padding: 15px;
}
.catalog-filter__block-head {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-right: 20px;
}
.catalog-filter__block-head:after {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  width: 14px;
  height: 7px;
  background: url("/build/img/svg/arrow-dropdown.svg") no-repeat center;
  transition: 0.3s;
}
.catalog-filter__block-head[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.catalog-filter__block-body {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
}
.catalog-filter__block:not(:last-of-type) {
  border-bottom: 1px solid #f6f6f6;
}
.catalog-filter__link {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  transition: 0.3s;
  padding: 12px 15px;
  overflow: hidden;
}
.catalog-filter__link:not(:last-of-type) {
  border-bottom: 1px solid #f6f6f6;
}
.catalog-filter__link:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #a92414;
  transition: color 0.3s, top 0.7s, height 0.7s;
}
.catalog-filter__link:hover, .catalog-filter__link.active {
  color: #a92414;
}
.catalog-filter__link:hover:before, .catalog-filter__link.active:before {
  opacity: 1;
  height: 100%;
  top: 0;
}
.catalog-filter__link.active {
  background-color: #f6f6f6;
}
@media (max-width: 575px) {
  .catalog-filter {
    background: #fff;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
  }
}

.product {
  /*  &__data {
      position: relative;
      &:after {
        content: '';
        position: absolute;
        width: 200px;
        height: 96%;
        right: 1px;
        top: 1px;
        pointer-events: none;
        background: linear-gradient(270deg, #FFFFFF 0%, transparent 100%);
      }
    }*/
}
.product__title {
  font-size: 40px;
  line-height: 44px;
  color: #000;
}
@media (max-width: 575px) {
  .product__title {
    font-size: 24px;
    line-height: 115%;
  }
}
.product__image {
  text-align: center;
  overflow: hidden;
}
.product__image img {
  max-height: 560px;
}
.product__image-addition {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product__thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  background-color: white;
  width: 80px !important;
  height: 80px !important;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 575px) {
  .product__thumb {
    margin-bottom: 15px;
    width: 50px !important;
    height: 50px !important;
  }
}
.product__thumb-active {
  border: 1px solid #a92414 !important;
}
.product__params {
  background: #f6f6f6;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .product__params {
    border-radius: unset;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.product__params-inner {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 1479px) {
  .product__params-inner {
    flex-wrap: wrap;
  }
}
.product__params-inner + .product__controls {
  margin-top: 0;
}
.product__params-group {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product__params-group:not(:last-of-type) {
  border-right: 2px dotted #fff;
}
.product__params-group:last-of-type {
  border-top: 2px dotted #fff;
}
@media (max-width: 575px) {
  .product__params-group {
    padding: 15px;
  }
}
.product__params-item {
  flex-grow: 1;
  padding: 7px 0;
  min-height: 151px;
}
.product__params-item:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
@media (max-width: 1479px) {
  .product__params-item {
    min-height: auto;
  }
}
.product__controls {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 20px;
}
@media (max-width: 575px) {
  .product__controls {
    margin: 15px;
    padding: 15px 10px;
  }
}
.product__price {
  position: relative;
  flex-grow: 1;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  color: #a92414;
}
@media (max-width: 575px) {
  .product__price {
    font-size: 20px;
    line-height: 115%;
  }
}
.product__price .old-price {
  position: absolute;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #666666;
  font-size: 14px;
  line-height: 100%;
  bottom: 110%;
}
.product__price .old-price .sale {
  color: #FFFFFF;
  background-color: #A92414;
  border-radius: 2px;
  padding: 4px 4px 1px 4px;
  position: absolute;
  white-space: nowrap;
  left: calc(100% + 4px);
}
.product__buttons {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.product__button {
  flex-grow: 1;
  padding: 5px;
  max-width: 100%;
}
.product__button .button {
  padding: 0 25px;
  width: 100%;
}
.product__description {
  font-size: 16px;
  line-height: 22px;
  color: #444;
}
@media (max-width: 575px) {
  .product__description {
    font-size: 14px;
    line-height: 20px;
  }
}
.product__description-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #000;
}
@media (max-width: 575px) {
  .product__description-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.product__description-table {
  border-radius: 5px;
  position: relative;
}
.product__scheme {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 40px;
  display: flex;
}
@media (max-width: 991px) {
  .product__scheme {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .product__scheme {
    flex-wrap: wrap;
  }
}
.product__scheme-img {
  max-width: 360px;
  width: 27.5%;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .product__scheme-img {
    margin-right: 25px;
  }
}
@media (max-width: 575px) {
  .product__scheme-img {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.product__scheme-img img {
  border-radius: 5px;
}
.product__scheme-img-title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 15px;
  color: #303030;
}
@media (max-width: 575px) {
  .product__scheme-img-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.product__scheme-video {
  flex-grow: 1;
}
.product__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.news {
  background: #f6f6f6;
  padding: 70px 0;
}
@media (max-width: 575px) {
  .news {
    padding: 20px 0 50px;
  }
}

.news-card {
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  min-height: 100%;
  overflow: hidden;
}
.news-card:hover {
  box-shadow: 0 10px 15px 5px #e4e4e4;
}
.news-card__img {
  height: 245px;
  background: transparent no-repeat center;
  background-size: cover;
}
@media (max-width: 575px) {
  .news-card__img {
    height: 190px;
  }
}
.news-card__description {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media (max-width: 575px) {
  .news-card__description {
    padding: 15px;
  }
}
.news-card__title {
  flex-grow: 1;
  font-size: 20px;
  line-height: 26px;
  color: #303030;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .news-card__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.news-card__date {
  font-size: 13px;
  line-height: 18px;
  color: #888;
}
@media (max-width: 575px) {
  .news-card__date {
    line-height: 16px;
  }
}

.new {
  background: #f6f6f6;
}
.new__wrap {
  border-top: 3px solid #a92414;
  background: #fff;
}
@media (max-width: 767px) {
  .new__wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.new__content {
  max-width: 924px;
  margin: 20px auto;
  font-size: 16px;
  line-height: 22px;
  color: #444;
}
@media (max-width: 575px) {
  .new__content {
    font-size: 14px;
    line-height: 20px;
  }
}
.new__content h2 {
  font-size: 28px;
  line-height: 30px;
  color: #000;
  margin: 35px 0 15px;
}
@media (max-width: 575px) {
  .new__content h2 {
    font-size: 20px;
    line-height: 115%;
    margin: 20px 0 10px;
  }
}
.new__content p {
  margin: 15px 0;
}
@media (max-width: 575px) {
  .new__content p {
    margin: 10px 0;
  }
}
.new__share {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0;
}
@media (max-width: 767px) {
  .new__share {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .new__inner {
    padding: 0 16px;
  }
}
.new__date {
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 575px) {
  .new__date {
    line-height: 16px;
  }
}
.new__title {
  font-size: 50px;
  line-height: 54px;
  margin: 15px 0;
}
@media (max-width: 575px) {
  .new__title {
    font-size: 30px;
    line-height: 115%;
  }
}
.new__main-text {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin: 15px 0;
}
@media (max-width: 575px) {
  .new__main-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.new .swiper-slide {
  height: auto;
}

.ac-section-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 20px 25px;
  transition: 0.3s;
}
.ac-section-card__title {
  font-size: 28px;
  line-height: 30px;
  color: #000;
}
.ac-section-card__text {
  font-size: 16px;
  line-height: 22px;
  color: #444;
}
.ac-section-card__img {
  width: 200px;
  max-width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .ac-section-card__img {
    width: 100%;
    justify-content: flex-end;
  }
}
.ac-section-card__img img {
  max-width: 100%;
  max-height: 100%;
}
.ac-section-card:hover {
  box-shadow: 0 10px 15px 5px #e4e4e4;
}

.documents {
  padding-bottom: 30px;
}
.documents__block {
  margin: 30px 0 20px;
}
@media (max-width: 575px) {
  .documents__block {
    margin: 20px 0 10px;
  }
}
.documents__h1 {
  text-align: center;
  font-size: 50px;
  line-height: 54px;
}
@media (max-width: 575px) {
  .documents__h1 {
    font-size: 30px;
    line-height: 115%;
  }
}
.documents__h2 {
  font-size: 28px;
  line-height: 30px;
}
@media (max-width: 575px) {
  .documents__h2 {
    font-size: 20px;
    line-height: 115%;
  }
}
@media (max-width: 575px) {
  .documents {
    padding-bottom: 10px;
  }
}

.document-card {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 0 25px 20px;
}
.document-card__img {
  position: relative;
  bottom: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .document-card__img {
    bottom: 0;
  }
}
.document-card__size {
  font-size: 13px;
  line-height: 18px;
  color: #888;
}
@media (max-width: 575px) {
  .document-card__size {
    line-height: 16px;
  }
}
.document-card__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.document-card__link {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.document-card__link a {
  color: #a92414 !important;
  border-bottom: 1px solid rgba(169, 36, 20, 0.2);
  transition: 0.3s;
}
.document-card__link:hover a {
  border-bottom: 1px solid #a92414;
}
.document-card__link:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  background: transparent no-repeat center;
  background-size: contain;
}
.document-card__link--download:before {
  background-image: url("/build/img/svg/download.svg");
}
.document-card__link--look:before {
  background-image: url("/build/img/svg/look.svg");
}
@media (min-width: 576px) {
  .document-card:hover .document-card__img {
    bottom: 18px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.15), 0 26px 50px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 575px) {
  .document-card {
    padding: 10px;
  }
}

.menu-anchors__content {
  margin: 10px auto;
  text-align: center;
  transition: top 0.3s;
  left: 0;
  top: 0;
}
.menu-anchors__content.m-a-fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0 20px;
  max-height: 55px;
}
.menu-anchors__wrap {
  padding: 15px 0;
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  max-width: 100%;
  scrollbar-width: none;
}
.menu-anchors__wrap::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.menu-anchors__item {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 3px;
  color: #444;
  transition: 0.3s;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.menu-anchors__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #a92414;
  transition: 0.3s;
  opacity: 0;
}
.menu-anchors__item:hover {
  color: #a92414;
  border-color: rgba(169, 36, 20, 0.2);
}
.menu-anchors__item.active {
  color: #a92414;
}
.menu-anchors__item.active:after {
  opacity: 1;
}
.menu-anchors__item:not(:last-of-type) {
  margin-right: 40px;
}
@media (max-width: 575px) {
  .menu-anchors__item:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .menu-anchors__item {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 1px;
  }
}

.share {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .share {
    justify-content: flex-start;
    padding: 0 5px;
  }
}
.share__title {
  font-size: 28px;
  line-height: 30px;
  color: #000;
}
@media (max-width: 767px) {
  .share__title {
    width: 100%;
    font-size: 20px;
    line-height: 115%;
    margin: 5px 15px;
  }
}
.share__button {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 5px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  cursor: pointer;
  transition: 0.3s;
  background: #fff no-repeat center;
  background-image: url("/build/img/svg/copy.svg");
}
.share__button:hover {
  border-color: #303030;
}
.share__button-text {
  font-size: 13px;
  line-height: 18px;
  color: #303030;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .share__button-text {
    display: none;
  }
}
@media (min-width: 767px) {
  .share__button--left {
    background-position: 15px center;
  }
}
.share .ya-share2 {
  margin: 0 10px !important;
}
@media (max-width: 767px) {
  .share .ya-share2 {
    margin: 0 7.5px !important;
  }
}
.share .ya-share2__item {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 5px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  cursor: pointer;
  transition: 0.3s;
  background: #fff no-repeat center;
  margin: 5px 10px !important;
}
.share .ya-share2__item:hover {
  border-color: #303030;
}
@media (max-width: 767px) {
  .share .ya-share2__item {
    margin: 5px 7.5px !important;
  }
}
.share .ya-share2__item_service_facebook {
  background-image: url("/build/img/svg/social/fb.svg");
}
.share .ya-share2__item_service_vkontakte {
  background-image: url("/build/img/svg/social/vk.svg");
}
.share .ya-share2__item_service_moimir {
  background-image: url("/build/img/svg/social/mail.svg");
}
.share .ya-share2__item_service_odnoklassniki {
  background-image: url("/build/img/svg/social/ok.svg");
}
.share .ya-share2__item:hover {
  opacity: 1 !important;
}
.share .ya-share2__link {
  display: none;
}

.tabs {
  text-align: center;
}
.tabs__wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
}
@media (max-width: 767px) {
  .tabs__wrap {
    display: flex;
  }
}
.tabs__item {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding: 11px 20px;
  transition: 0.3s;
  overflow: hidden;
}
.tabs__item:not(:last-of-type) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.tabs__item:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #a92414;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.4s, opacity 0.1s;
  opacity: 0;
}
.tabs__item:hover {
  color: #a92414;
}
.tabs__item:hover:after {
  opacity: 1;
  width: 100%;
}
.tabs__item.active {
  color: #a92414;
}
.tabs__item.active:after {
  opacity: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .tabs__item {
    flex-grow: 1;
  }
}
.tabs--full {
  overflow-x: auto;
}
.tabs--full .tabs__wrap {
  min-width: 100%;
  display: inline-flex !important;
  flex-wrap: nowrap;
}
.tabs--full .tabs__item {
  white-space: nowrap;
}
.tabs--full .tabs__item:last-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.photo-gallery {
  background: #f6f6f6;
  padding: 30px 0 80px;
}
@media (max-width: 575px) {
  .photo-gallery {
    padding: 5px 0 40px;
  }
}
.photo-gallery__block {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .photo-gallery__block {
    margin: 15px 0;
  }
}
.photo-gallery__block--slider {
  display: flex;
}
@media (max-width: 767px) {
  .photo-gallery__block--slider {
    flex-direction: column;
  }
}
.photo-gallery__block--slider .photo-gallery__desc {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1239px) {
  .photo-gallery__block--slider .photo-gallery__desc {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .photo-gallery__block--slider .photo-gallery__desc {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .photo-gallery__block--slider .photo-gallery__desc {
    width: 100%;
  }
}
.photo-gallery__slider {
  width: 67%;
  overflow: hidden;
}
@media (max-width: 1239px) {
  .photo-gallery__slider {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .photo-gallery__slider {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .photo-gallery__slider {
    width: 100%;
    padding: 0 5px;
  }
}
.photo-gallery__slider .product-slider__items {
  color: red;
}
.photo-gallery__slider .product-slider__items .swiper-container:after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: 230px;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 1239px) {
  .photo-gallery__slider .product-slider__items .swiper-container:after {
    width: 110px;
  }
}
.photo-gallery__desc {
  padding: 30px;
}
@media (max-width: 767px) {
  .photo-gallery__desc {
    padding: 10px 5px;
    margin-bottom: 15px;
  }
}
.photo-gallery__date {
  color: #A8A8A8;
  margin-bottom: 10px;
}
.photo-gallery__title {
  font-size: 40px;
  line-height: 44px;
  color: #000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .photo-gallery__title {
    font-size: 24px;
    line-height: 115%;
  }
}
.photo-gallery__photos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
}
@media (max-width: 767px) {
  .photo-gallery__photos {
    padding: 0 5px 10px;
  }
}
.photo-gallery__photo {
  width: 25%;
  padding: 5px;
}
@media (max-width: 991px) {
  .photo-gallery__photo {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .photo-gallery__photo {
    width: 50%;
  }
}
.photo-gallery__photo-link {
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  background: #f6f6f6 no-repeat center;
  background-size: cover;
}
.photo-gallery__photo--slider {
  width: 100%;
  max-width: 560px;
  padding: 0;
}
.photo-gallery__photo--slider .photo-gallery__photo-link {
  padding-top: 93%;
}

.cart__items {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
}
@media (max-width: 575px) {
  .cart__items {
    margin: 0 -20px 20px;
    border-radius: unset;
    border-right: 0;
    border-left: 0;
  }
}
.cart__order {
  background: #f6f6f6;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.cart__form-input, .cart__form-textarea {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  border-radius: 5px;
  border-color: transparent;
  outline: none;
}
.cart__form-input:focus, .cart__form-textarea:focus {
  border-color: transparent;
}
.cart__form-textarea {
  min-height: 96px;
}
@media (max-width: 575px) {
  .cart__form .form__content {
    padding: 10px;
  }
}
.cart__total {
  font-size: 28px;
  line-height: 30px;
  margin: 35px 0;
  color: #000;
}
@media (max-width: 575px) {
  .cart__total {
    font-size: 20px;
    line-height: 115%;
  }
}
.cart__total-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cart__total-price {
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 575px) {
  .cart__total-price {
    font-size: 24px;
    line-height: 115%;
  }
}
.cart__total-products {
  font-size: 16px;
  line-height: 22px;
  color: #303030;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .cart__total-products {
    font-size: 14px;
    line-height: 18px;
  }
}
.cart__total-item {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 22px;
  color: #888;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .cart__total-item {
    font-size: 14px;
    line-height: 18px;
  }
}
.cart__total-item-left {
  max-width: 60%;
}
.cart__total-item-separator {
  border-bottom: 1px dashed rgba(136, 136, 136, 0.4);
  height: 18px;
  flex-grow: 1;
}
.cart__empty {
  text-align: center;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 575px) {
  .cart__empty {
    margin-left: -10px;
    margin-right: -10px;
    min-height: 480px;
  }
}
.cart__empty-img {
  margin-bottom: 25px;
}
.cart__empty-title {
  font-size: 50px;
  line-height: 54px;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .cart__empty-title {
    font-size: 30px;
    line-height: 115%;
    margin-bottom: 5px;
  }
}
.cart__empty-text {
  font-size: 20px;
  line-height: 28px;
  color: #444;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cart__empty-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cart__empty-btn {
    width: 98%;
  }
}

.cart-item {
  padding: 5px;
  display: flex;
}
@media (max-width: 575px) {
  .cart-item {
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .cart-item {
    flex-wrap: wrap;
  }
}
.cart-item__left {
  display: flex;
  flex-grow: 1;
}
.cart-item__photo {
  flex-shrink: 0;
  width: 200px;
  /*padding: 0 15px;*/
  position: relative;
  margin: 10px 0;
  text-align: center;
}
.cart-item__photo img {
  max-height: 210px;
}
@media (max-width: 767px) {
  .cart-item__photo {
    width: 120px;
  }
}
.cart-item__photo-addition {
  position: absolute;
  left: 0;
  top: 0;
}
.cart-item__main {
  margin: 15px 0;
  padding: 5px 0;
  flex-grow: 1;
  position: relative;
  padding-right: 13px;
}
@media (max-width: 767px) {
  .cart-item__main {
    padding-right: 5px;
  }
}
.cart-item__counters {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cart-item__counters {
    margin-right: 0;
  }
}
.cart-item__counters.m-show {
  display: none;
}
.cart-item__counters.m-show.mr {
  margin: 10px 0;
}
@media (max-width: 575px) {
  .cart-item__counters.m-show {
    display: flex !important;
  }
}
.cart-item__count {
  width: 36px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #303030;
  border: 1px solid #F6F6F6;
}
.cart-item__button {
  width: 32px;
  height: 32px;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  position: relative;
}
.cart-item__button--minus:before, .cart-item__button--plus:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background: #303030;
  top: 50%;
  left: 50%;
  margin: -0.5px 0 0 -8px;
}
.cart-item__button--plus {
  border-radius: 0 5px 5px 0;
}
.cart-item__button--plus:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #303030;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -0.5px;
}
.cart-item__button--minus {
  border-radius: 5px 0 0 5px;
}
.cart-item__right {
  width: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 25px 25px 25px 0;
  flex-shrink: 0;
}
@media (max-width: 1239px) {
  .cart-item__right {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .cart-item__right {
    width: 100%;
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cart-item__right {
    padding: 0;
    margin-bottom: 10px;
  }
}
.cart-item__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-item__title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 4px;
  color: #000;
}
@media (max-width: 767px) {
  .cart-item__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.cart-item__config {
  padding-top: 10px;
  /*border-top: 1px solid rgba($color-black, 0.1);*/
}
.cart-item__config-title {
  font-weight: bold;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 5px;
}
.cart-item__config-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}
.cart-item__config-name {
  font-size: 14px;
  line-height: 20px;
  color: #444;
}
.cart-item__config-label {
  font-size: 14px;
  line-height: 100%;
  color: #888;
  margin-right: 5px;
}
@media (max-width: 575px) {
  .cart-item__config-label {
    display: none;
  }
}
.cart-item__config-separator {
  flex-grow: 1;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}
.cart-item__config:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cart-item__config:after {
    display: none;
  }
}
.cart-item__counters-block {
  position: relative;
  min-width: 174px;
  text-align: right;
}
.cart-item__counters-block .cart-item__counters {
  position: absolute;
  transform: translateY(-50%);
  left: 14px;
  top: 50%;
}
@media (max-width: 575px) {
  .cart-item__counters-block {
    min-width: unset;
  }
}
.cart-item__small-price {
  font-size: 14px;
  line-height: 20px;
  color: #444;
  white-space: nowrap;
}
.cart-item__price {
  white-space: nowrap;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #a92414;
}
@media (max-width: 575px) {
  .cart-item__price {
    position: relative;
  }
}
.cart-item__old-price {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #666666;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
}
@media (max-width: 575px) {
  .cart-item__old-price {
    position: absolute;
    right: calc(100% + 6px);
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cart-item__delete {
  font-size: 16px;
  line-height: 22px;
  color: #a92414;
  border-bottom: 1px dashed rgba(233, 103, 87, 0.4);
  transition: 0.3s;
}
.cart-item__delete:hover {
  color: #a92414;
  border-color: #a92414;
}
.cart-item:not(:last-of-type) {
  border-bottom: 1px solid #E6E6E6;
}
.cart-item--modal {
  background: #fff;
  border-radius: 5px;
  flex-wrap: wrap;
  padding: 10px 30px 0;
}
@media (max-width: 575px) {
  .cart-item--modal {
    padding: 0 10px;
  }
}
.cart-item--modal .cart-item__config:after {
  display: none;
}
@media (max-width: 575px) {
  .cart-item--modal .cart-item__left {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cart-item--modal .cart-item__photo {
  width: 160px;
  padding: 0 30px;
}
@media (max-width: 575px) {
  .cart-item--modal .cart-item__photo img {
    max-height: 100px;
  }
}
.cart-item--modal .cart-item__main {
  padding-right: unset;
}
.cart-item--modal .cart-item__right {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}
@media (max-width: 575px) {
  .cart-item--modal .cart-item__right {
    padding: 10px 0;
    margin: 0;
  }
}
.cart-item--modal .cart-item__delete {
  display: none;
}

.radio-group__items {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.radio-group__item {
  width: 78px;
}
.radio-group__item-data {
  padding: 0 4px;
}
.radio-group__item-text {
  font-size: 12px;
  line-height: 14px;
  color: #444;
}
.radio-group__item-price {
  font-size: 11px;
  line-height: 20px;
  color: #a92414;
}
.radio-group__item:not(:last-of-type) {
  margin-right: 10px;
}
.radio-group__title {
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.radio-group__radio {
  display: none;
}
.radio-group__radio:checked + .radio-group__label {
  border-color: #a92414;
}
.radio-group__label {
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.radio-group__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
}

.table-class {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow-x: auto;
}
.table-class__table {
  width: 100%;
  min-width: 580px;
}
.table-class__table > tbody > tr:nth-of-type(2n+1) {
  background: #f6f6f6;
}
.table-class__table > tbody td {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.table-class__table > tbody td:nth-of-type(2n) {
  font-weight: bold;
}
.table-class__table-inner {
  padding: 10px;
}
.table-class__table-inner table {
  width: 100%;
}
.table-class__table-inner table > tbody > tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-class__table-inner table > tbody td {
  padding: 6px;
}

.video {
  padding: 30px 0;
  background: #f6f6f6;
}

.video-card__poster {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.video-card__poster-img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 0.3s;
}
.video-card__poster:after {
  position: relative;
  z-index: 2;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 55%;
  background: rgba(0, 0, 0, 0.4);
}
.video-card__poster:hover .video-card__poster-img {
  transform: scale(1.1);
}
.video-card__button {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 93px;
  height: 93px;
  border-radius: 50%;
  background: #fff url("/build/img/video/button.svg") no-repeat 55% center;
}
@media (max-width: 767px) {
  .video-card__button {
    width: 73px;
    height: 73px;
    background-size: 30%;
  }
}
.video-card__time {
  position: absolute;
  z-index: 5;
  left: 10px;
  bottom: 5px;
  padding: 0 6px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #000;
}
.video-card__title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 15px;
  color: #303030;
}
@media (max-width: 575px) {
  .video-card__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.video-card--about .video-card__title {
  position: absolute;
  left: 38px;
  bottom: 38px;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  z-index: 3;
}
.video-card--about .video-card__button {
  left: auto;
  top: 40px;
  right: 40px;
  transform: none;
}

.contacts {
  padding-bottom: 72px;
}
@media (max-width: 767px) {
  .contacts {
    padding-bottom: 55px;
  }
}
.contacts__head {
  padding-top: 10px;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .contacts__head {
    padding-top: 26px;
    margin-bottom: 16px;
  }
}
.contacts__phone {
  white-space: nowrap;
  font-size: 68px;
  line-height: 1;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .contacts__phone {
    font-size: 42px;
  }
}
.contacts__phone:hover {
  color: #000;
}
.contacts__phone-description {
  color: #888;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .contacts__phone-description {
    margin-bottom: 30px;
  }
}
.contacts__item {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .contacts__item {
    margin-bottom: 25px;
  }
}
.contacts__caption {
  margin-bottom: 10px;
}
.contacts__link, .contacts__link:hover {
  color: #444;
}
.contacts__social-wrap {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .contacts__social-wrap {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .contacts__social-wrap {
    padding-right: 117px;
    position: relative;
    min-height: 236px;
  }
}
@media (max-width: 575px) {
  .contacts__social {
    position: absolute;
    right: 13px;
    width: 104px;
    padding-left: 33px;
    border-left: 1px solid #e8e8e8;
  }
}
.contacts__social-title {
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .contacts__social-title {
    display: none;
  }
}
.contacts__social-content {
  display: flex;
}
@media (max-width: 575px) {
  .contacts__social-content {
    flex-direction: column;
  }
}
.contacts__map {
  height: 385px;
}
@media (max-width: 991px) {
  .contacts__map {
    margin-bottom: 21px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.contacts__requisites {
  border-top: 1px solid #e8e8e8;
  color: #666;
  padding-top: 35px;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .contacts__requisites {
    font-size: 14px;
    line-height: 16px;
    padding-top: 25px;
  }
}
.contacts__requisites p:not(:last-of-type) {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .contacts__requisites p:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

.not-found__banner {
  background-image: url("/img/404.jpg");
  height: 400px;
  width: 1920px;
  border-radius: 0;
}
.not-found__content {
  max-width: 718px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 118px;
}
@media (max-width: 767px) {
  .not-found__content {
    max-width: none !important;
  }
}
.not-found__logo {
  margin-bottom: 27px;
}
.not-found__title {
  margin-bottom: 16px;
}
.not-found__text {
  line-height: 30px;
  max-width: 522px;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .not-found__text {
    line-height: 26px;
    margin-bottom: 25px;
  }
}
.not-found__phone {
  white-space: nowrap;
  color: inherit;
}
.not-found__email {
  color: #a92414;
  border-bottom: 1px dashed rgba(169, 36, 20, 0.2);
}
.not-found__email:hover {
  color: #e96757;
  border-bottom: 1px dashed rgba(233, 103, 87, 0.2);
}
.not-found__buttons {
  display: flex;
  max-width: 527px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.not-found__buttons > a {
  margin: 0 22px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .not-found__buttons {
    margin-bottom: 20px;
  }
}

.ui-autocomplete {
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  font-size: 18px;
  line-height: 31px;
  color: #666;
  z-index: 1100;
  font-family: "Noah", sans-serif;
}
@media (max-width: 767px) {
  .ui-autocomplete {
    font-size: 16px;
    line-height: 22px;
  }
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-widget-content .ui-state-active {
  color: #a92414;
  background: inherit;
  border: none;
  margin: 0;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 0;
}

.example__wrapper {
  padding-top: 100px;
}
.example__wrapper--padding-bigger {
  padding-top: 150px;
}
.example__padding-100 {
  padding-top: 100px;
}
.example__static {
  position: static;
}
.example__block-item:not(:first-child) {
  margin-top: 15px;
}
.example__content {
  margin-top: 15px;
  padding: 15px;
}
.example__content--block-grey {
  background-color: #F6F6F6;
}
.example h2 {
  margin-bottom: 15px;
}
.example p {
  margin-bottom: 30px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .example__padding-100 {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .example__content--md-padding-none {
    padding-left: 0;
    padding-right: 0;
  }
  .example__block-item--md-margin {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.msnet-scroll {
  position: relative;
}
.msnet-scroll-wrap {
  overflow-x: auto;
}
.msnet-scroll-wrap:before, .msnet-scroll-wrap:after {
  z-index: 10;
  position: absolute;
  width: 90px;
  height: 100%;
  top: 0;
  opacity: 0.8;
  pointer-events: none;
}
.msnet-scroll-wrap.msnet-scroll-left:before {
  content: "";
  left: 0;
  background: linear-gradient(90deg, #FFFFFF 0%, transparent 100%);
}
.msnet-scroll-wrap.msnet-scroll-right:after {
  content: "";
  right: 0;
  background: linear-gradient(270deg, #FFFFFF 0%, transparent 100%);
}

.search-page__title {
  font-size: 50px;
  line-height: 54px;
  margin-bottom: 38px;
  text-align: center;
}
@media (max-width: 575px) {
  .search-page__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.search-page__input-container {
  position: relative;
  display: block;
  max-width: 599px;
  margin: 0 auto 52px;
  height: 58px;
  width: 100%;
}
.search-page__input {
  width: 100%;
  padding: 15px 12px 15px 16px;
  background: #FFFFFF;
  border: 1px solid #A8A8A8;
  box-sizing: border-box;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-size: 20px;
  line-height: 28px;
  color: #303030;
}
.search-page__input::-moz-placeholder {
  color: #888888;
}
.search-page__input:-ms-input-placeholder {
  color: #888888;
}
.search-page__input::-ms-input-placeholder {
  color: #888888;
}
.search-page__input::placeholder {
  color: #888888;
}
.search-page__items {
  background-color: #F6F6F6;
  margin-top: -81px;
  padding-top: 81px;
}
.search-page__items .row {
  position: relative;
  margin-bottom: 49px;
}
.search-page__search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: url("/img/svg/icons/search.svg");
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.search-page__shadow {
  position: absolute;
  width: 100%;
  height: 385px;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #F6F6F6 8.31%, rgba(246, 246, 246, 0) 115.81%);
}
.search-page__button-container {
  text-align: center;
  padding-bottom: 89px;
  background-color: #F6F6F6;
}
.search-page__empty-icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.search-page__empty-icon:before, .search-page__empty-icon:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #A8A8A8;
}
.search-page__empty-icon:before {
  transform: rotate(45deg);
}
.search-page__empty-icon:after {
  transform: rotate(-45deg);
}
.search-page__empty-title {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 12px;
}
.search-page__empty-desc {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
.search-page__empty {
  color: #a92414;
  height: 20vh;
  display: flex;
  align-items: start;
  justify-content: center;
}

.thumbs-swiper {
  position: absolute;
  top: 10px;
}

.product-thumbs-wrapper {
  flex-direction: column;
}

.thermoionator {
  padding: 0 20px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.thermoionator__title {
  font-size: 40px;
  line-height: 54px;
}
@media (max-width: 575px) {
  .thermoionator__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .thermoionator {
    padding: 0;
  }
}
.thermoionator .category-spreading {
  padding-top: 77px;
}
@media (max-width: 1024px) {
  .thermoionator .category-spreading {
    padding-top: 50px;
  }
}
.thermoionator .category-spreading__inner {
  border-radius: 5px;
}

.thermoionator-main {
  position: relative;
  width: 100%;
  height: calc(100vh - 101px);
  margin-top: 29px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .thermoionator-main {
    margin-top: 0;
    height: calc(100vh - 66px);
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .thermoionator-main {
    height: calc(100vh - 105px);
  }
}
@media (max-width: 1024px) {
  .thermoionator-main__container-title {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .thermoionator-main__container-title {
    padding-bottom: 0;
  }
}
.thermoionator-main__title {
  color: #fff;
}
.thermoionator-main__text {
  margin-top: 14px;
  max-width: 358px;
  font-size: 28px;
  line-height: 36px;
  color: #e4e4e4;
}
@media (max-width: 1024px) {
  .thermoionator-main__text {
    margin-top: 22px;
    max-width: 320px;
  }
}
@media (max-width: 575px) {
  .thermoionator-main__text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .thermoionator-main__top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
  }
}
.thermoionator-main__bottom {
  padding-bottom: 61px;
}
@media (max-width: 1024px) {
  .thermoionator-main__bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .thermoionator-main__bottom {
    margin-top: 26px;
    padding-bottom: 35px;
    position: static;
    width: 100%;
  }
}
.thermoionator-main__button, .thermoionator-anode__button, .thermoionator-anode__good-button {
  margin-top: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  max-width: 186px;
  border-radius: 5px;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .thermoionator-main__button, .thermoionator-anode__button, .thermoionator-anode__good-button {
    padding: 0 20px;
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .thermoionator-main__button, .thermoionator-anode__button, .thermoionator-anode__good-button {
    margin-top: 24px;
    max-width: 100%;
  }
}
.thermoionator-main__button:hover, .thermoionator-anode__button:hover, .thermoionator-anode__good-button:hover {
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
}
.thermoionator-main__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.thermoionator-main__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000 28.41%, rgba(0, 0, 0, 0) 58.02%);
  opacity: 0.4;
  z-index: 1;
}
@media (max-width: 1024px) {
  .thermoionator-main__background:after {
    background: linear-gradient(0deg, #000000 17.82%, rgba(0, 0, 0, 0) 81.09%);
    opacity: 0.6;
  }
}
@media (max-width: 575px) {
  .thermoionator-main__background:after {
    background: linear-gradient(0deg, #1C1C1C 47.78%, rgba(21, 21, 21, 0) 74.35%);
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .thermoionator-main__background--desktop {
    display: none;
  }
}
.thermoionator-main__background--tablet {
  display: none;
}
@media (max-width: 1024px) {
  .thermoionator-main__background--tablet {
    display: block;
  }
}
@media (max-width: 575px) {
  .thermoionator-main__background--tablet {
    display: none;
  }
}
.thermoionator-main__background--mobile {
  display: none;
}
@media (max-width: 575px) {
  .thermoionator-main__background--mobile {
    display: block;
  }
}
.thermoionator-main__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .thermoionator-main__content {
    align-items: flex-end;
  }
}
.thermoionator-main .video-card {
  display: flex;
  max-width: 230px;
}
@media (max-width: 575px) {
  .thermoionator-main .video-card {
    max-width: 320px;
  }
}
.thermoionator-main .video-card__poster {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  overflow: unset;
}
@media (max-width: 575px) {
  .thermoionator-main .video-card__poster {
    margin-top: 4px;
    width: 46px;
    height: 46px;
  }
}
.thermoionator-main .video-card__poster:after {
  display: none;
}
.thermoionator-main .video-card__poster:hover .video-card__poster-img {
  transform: scale(1);
}
.thermoionator-main .video-card__poster-img {
  border-radius: 50%;
}
.thermoionator-main .video-card__time {
  position: absolute;
  top: 5px;
  right: -56px;
  bottom: auto;
  left: auto;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: transparent;
}
@media (max-width: 575px) {
  .thermoionator-main .video-card__time {
    top: 0;
    right: -40px;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.thermoionator-main .video-card__button {
  width: 40px;
  height: 40px;
  background: url("/img/svg/thermoionator-video-icon.svg") no-repeat 55% center;
}
@media (max-width: 575px) {
  .thermoionator-main .video-card__button {
    width: 22px;
    height: 22px;
  }
}
.thermoionator-main .video-card__title {
  margin-top: 34px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 575px) {
  .thermoionator-main .video-card__title {
    margin-left: 13px;
    margin-top: 28px;
    font-size: 16px;
    line-height: 22px;
  }
}
.thermoionator-main .container {
  height: 100%;
}
.thermoionator-main .breadcrumbs {
  margin-bottom: 65px;
  padding-top: 49px;
}
@media (max-width: 1024px) {
  .thermoionator-main .breadcrumbs {
    margin-bottom: 50px;
    padding-top: 19px;
  }
}
@media (max-width: 1024px) {
  .thermoionator-main .breadcrumbs__back {
    padding: 0;
  }
}
.thermoionator-main .breadcrumbs__back-desktop {
  background-color: transparent;
  color: #fff;
}
.thermoionator-main .breadcrumbs__back-icon {
  fill: #fff;
}

.thermoionator-saturation {
  overflow: hidden;
}
.thermoionator-saturation__product {
  display: flex;
  justify-content: flex-end;
  margin-right: -20px;
}
.thermoionator-saturation__row {
  padding-top: 61px;
}
@media (max-width: 575px) {
  .thermoionator-saturation__row {
    padding-top: 71px;
  }
}
.thermoionator-saturation__right {
  margin-top: 138px;
}
@media (max-width: 1024px) {
  .thermoionator-saturation__right {
    margin-top: 108px;
    transform: translateX(20px);
  }
}
@media (max-width: 575px) {
  .thermoionator-saturation__right {
    margin-top: 71px;
  }
}
.thermoionator-saturation__text {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  line-height: 54px;
}
@media (max-width: 575px) {
  .thermoionator-saturation__text {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
}
.thermoionator-saturation__text span {
  color: #3a88a8;
}
.thermoionator-saturation__product-img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .thermoionator-saturation__product-img {
    margin-bottom: -6px;
  }
}
.thermoionator-saturation__smog {
  position: absolute;
  top: 0;
  left: -25%;
  z-index: 1;
}
.thermoionator-saturation__clarification {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thermoionator-saturation__clarification-item {
  padding: 10px 18px;
  font-size: 16px;
  line-height: 22px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
@media (max-width: 575px) {
  .thermoionator-saturation__clarification-item {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 10px;
  }
}
.thermoionator-saturation__clarification-item:after {
  content: "";
  border: 7px solid transparent;
  border-top: 7px solid rgba(255, 255, 255, 0.8);
}
@media (max-width: 575px) {
  .thermoionator-saturation__clarification-item:after {
    border: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.8);
  }
}
.thermoionator-saturation__clarification-item--1 {
  position: absolute;
  top: 4%;
  left: 2%;
  border-radius: 0 5px 5px 5px;
}
.thermoionator-saturation__clarification-item--1:after {
  position: absolute;
  top: -7px;
  left: -7px;
  transform: rotate(225deg);
}
.thermoionator-saturation__clarification-item--2 {
  position: absolute;
  bottom: 16%;
  left: 5%;
  border-radius: 5px 0 5px 5px;
}
.thermoionator-saturation__clarification-item--2:after {
  position: absolute;
  top: -7px;
  right: -7px;
  transform: rotate(135deg);
}
@media (max-width: 575px) {
  .thermoionator-saturation__clarification-item--2 {
    bottom: 19%;
  }
}
.thermoionator-saturation__clarification-item--3 {
  position: absolute;
  top: 36%;
  left: 25%;
  border-radius: 0 5px 5px 5px;
}
.thermoionator-saturation__clarification-item--3:after {
  position: absolute;
  top: -7px;
  left: -7px;
  transform: rotate(225deg);
}
@media (max-width: 575px) {
  .thermoionator-saturation__clarification-item--3 {
    position: absolute;
    top: 35%;
    left: 24%;
  }
}
.thermoionator-saturation__clarification-item--4 {
  position: absolute;
  top: 21%;
  right: 13%;
  border-radius: 5px 0 5px 5px;
}
@media (max-width: 1024px) {
  .thermoionator-saturation__clarification-item--4 {
    top: 11%;
  }
}
@media (max-width: 575px) {
  .thermoionator-saturation__clarification-item--4 {
    position: absolute;
    top: 14%;
    right: 17%;
  }
}
.thermoionator-saturation__clarification-item--4:after {
  position: absolute;
  top: -7px;
  right: -7px;
  transform: rotate(135deg);
}
@media (max-width: 575px) {
  .thermoionator-saturation__clarification-item--1:after, .thermoionator-saturation__clarification-item--3:after {
    position: absolute;
    top: -4px;
    left: -4px;
  }
}
@media (max-width: 575px) {
  .thermoionator-saturation__clarification-item--2:after, .thermoionator-saturation__clarification-item--4:after {
    position: absolute;
    top: -4px;
    right: -4px;
  }
}
.thermoionator-saturation__product-inner {
  position: relative;
}
.thermoionator-saturation__ball {
  position: absolute;
}
.thermoionator-saturation__ball--1 {
  position: absolute;
  top: 17%;
  left: -10%;
}
@media (max-width: 1280px) {
  .thermoionator-saturation__ball--1 {
    opacity: 0.2;
  }
}
.thermoionator-saturation__ball--2 {
  position: absolute;
  top: -9%;
  left: 9%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .thermoionator-saturation__ball--2 {
    position: absolute;
    top: -12%;
    left: 4%;
  }
}
@media (max-width: 575px) {
  .thermoionator-saturation__ball--2 {
    position: absolute;
    top: -13%;
    left: 4%;
    max-width: 31px;
  }
}
.thermoionator-saturation__ball--3 {
  position: absolute;
  top: -28%;
  left: 14%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .thermoionator-saturation__ball--3 {
    opacity: 0.4;
  }
}
@media (max-width: 1024px) {
  .thermoionator-saturation__ball--3 {
    position: absolute;
    top: -43%;
    left: 12%;
  }
}
@media (max-width: 575px) {
  .thermoionator-saturation__ball--3 {
    position: absolute;
    top: -40%;
    left: 12%;
    max-width: 44px;
  }
}
.thermoionator-saturation__ball--4 {
  position: absolute;
  top: -14%;
  left: 22%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .thermoionator-saturation__ball--4 {
    position: absolute;
    top: -21%;
    left: 24%;
  }
}
@media (max-width: 575px) {
  .thermoionator-saturation__ball--4 {
    position: absolute;
    top: -19%;
    left: 23%;
    max-width: 31px;
  }
}
.thermoionator-saturation__ball--5 {
  position: absolute;
  top: -23%;
  left: 30%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .thermoionator-saturation__ball--5 {
    opacity: 0.5;
  }
}
@media (max-width: 1024px) {
  .thermoionator-saturation__ball--5 {
    position: absolute;
    top: -34%;
    left: 38%;
  }
}
@media (max-width: 575px) {
  .thermoionator-saturation__ball--5 {
    position: absolute;
    top: -31%;
    left: 34%;
    max-width: 57px;
  }
}
.thermoionator-saturation__ball--6 {
  position: absolute;
  bottom: 8%;
  left: 46%;
}
@media (max-width: 1280px) {
  .thermoionator-saturation__ball--6 {
    opacity: 0.2;
  }
}
@media (max-width: 1024px) {
  .thermoionator-saturation__ball--6 {
    position: absolute;
    bottom: -5%;
    left: 43%;
  }
}
@media (max-width: 575px) {
  .thermoionator-saturation__ball--6 {
    left: 41%;
    max-width: 113px;
  }
}

.thermoionator-anode {
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .thermoionator-anode {
    border-radius: 0;
  }
}
.thermoionator-anode__black {
  padding-bottom: 140px;
  background-color: #303030;
}
@media (max-width: 1024px) {
  .thermoionator-anode__black {
    padding-bottom: 0;
  }
}
.thermoionator-anode__white {
  padding-top: 115px;
  padding-bottom: 142px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .thermoionator-anode__white {
    padding-top: 59px;
    padding-bottom: 22px;
    background-color: unset;
  }
}
@media (max-width: 575px) {
  .thermoionator-anode__white {
    padding-top: 81px;
    padding-bottom: 24px;
  }
}
.thermoionator-anode__container-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 51px;
}
@media (max-width: 1024px) {
  .thermoionator-anode__container-title {
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .thermoionator-anode__container-title {
    padding-top: 31px;
  }
}
.thermoionator-anode__title, .thermoionator-anode__text {
  text-align: center;
}
@media (max-width: 1024px) {
  .thermoionator-anode__title, .thermoionator-anode__text {
    text-align: left;
  }
}
.thermoionator-anode__title, .thermoionator-anode__info-name {
  color: #fff;
}
.thermoionator-anode__text, .thermoionator-anode__info-value {
  color: rgba(255, 255, 255, 0.7);
}
.thermoionator-anode__text, .thermoionator-anode__info-value {
  max-width: 560px;
  font-size: 16px;
  line-height: 22px;
}
.thermoionator-anode__text {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .thermoionator-anode__text {
    margin-top: 10px;
  }
}
.thermoionator-anode__info {
  padding-top: 82px;
}
@media (max-width: 1024px) {
  .thermoionator-anode__info {
    padding-top: 61px;
  }
}
@media (max-width: 575px) {
  .thermoionator-anode__info {
    padding-top: 39px;
  }
}
.thermoionator-anode__cot-inner {
  position: relative;
}
.thermoionator-anode__cot-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(0deg, #303030 0%, rgba(48, 48, 48, 0) 75%);
  opacity: 0;
  transition: opacity 0.25s;
}
@media (max-width: 575px) {
  .thermoionator-anode__cot-inner.active {
    max-height: 387px;
    overflow: hidden;
  }
  .thermoionator-anode__cot-inner.active:after {
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .thermoionator-anode__cot-inner {
    max-height: unset;
  }
}
.thermoionator-anode__info-item:not(:last-child) {
  margin-bottom: 36px;
}
.thermoionator-anode__info-name {
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.thermoionator-anode__info-value {
  margin-top: 12px;
}
.thermoionator-anode__title {
  max-width: 920px;
}
.thermoionator-anode__good-button {
  margin-top: 24px;
  border: 1px solid rgba(169, 36, 20, 0.3);
  max-width: 228px;
  color: #a92414;
}
.thermoionator-anode__good-button:hover {
  box-shadow: 0 5px 20px rgba(169, 36, 20, 0.3);
  color: #a92414;
}
@media (max-width: 575px) {
  .thermoionator-anode__good-button {
    max-width: none;
  }
}
.thermoionator-anode__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.thermoionator-anode__left, .thermoionator-anode__center, .thermoionator-anode__right {
  padding: 0 20px;
}
.thermoionator-anode__left, .thermoionator-anode__right {
  width: 25%;
}
@media (max-width: 1024px) {
  .thermoionator-anode__left, .thermoionator-anode__right {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .thermoionator-anode__left, .thermoionator-anode__right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .thermoionator-anode__left--bottom, .thermoionator-anode__right--bottom {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .thermoionator-anode__left {
    order: 1;
  }
}
@media (max-width: 1024px) {
  .thermoionator-anode__right {
    order: 2;
  }
}
@media (max-width: 1024px) {
  .thermoionator-anode__right--bottom {
    margin-top: 30px;
  }
}
.thermoionator-anode__center {
  margin-top: 58px;
  width: 50%;
}
@media (max-width: 1024px) {
  .thermoionator-anode__center {
    order: 3;
    margin-top: 41px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .thermoionator-anode__center {
    margin-top: 56px;
    padding: 0 11px;
  }
}
.thermoionator-anode__img {
  position: relative;
  height: 100%;
}
.thermoionator-anode__img--black {
  display: none;
}
@media (max-width: 1024px) {
  .thermoionator-anode__img--black {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .thermoionator-anode__img--white {
    display: none;
  }
}
.thermoionator-anode__img-anode {
  position: absolute;
  bottom: -142px;
}
@media (max-width: 1024px) {
  .thermoionator-anode__img-anode {
    position: static;
  }
}
.thermoionator-anode__img-smog {
  position: absolute;
  bottom: 40%;
}
@media (max-width: 1024px) {
  .thermoionator-anode__img-smog {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
  }
}
.thermoionator-anode__articles-title {
  font-size: 28px;
  line-height: 36px;
}
.thermoionator-anode__articles-title span {
  color: #a92414;
}
@media (max-width: 575px) {
  .thermoionator-anode__articles-title {
    font-size: 20px;
    line-height: 23px;
  }
}
.thermoionator-anode__articles-items {
  margin-top: 21px;
}
.thermoionator-anode__articles-item:not(:last-child) {
  margin-bottom: 16px;
}
.thermoionator-anode__articles-link, .thermoionator-anode__articles-value {
  font-size: 16px;
  line-height: 22px;
}
.thermoionator-anode__articles-value {
  margin-top: 10px;
}
.thermoionator-anode__articles-link {
  box-shadow: 0 1px 0 rgba(169, 36, 20, 0.2);
  color: #a92414;
}
.thermoionator-anode__cot-button {
  display: none;
  align-items: center;
  margin-top: 6px;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  border-radius: 20px;
  background-color: #404040;
  color: #fff;
  transition: background-color 0.25s;
  cursor: pointer;
}
@media (max-width: 575px) {
  .thermoionator-anode__cot-button {
    display: inline-flex;
  }
}
.thermoionator-anode__cot-button.active {
  background-color: #242424;
}
.thermoionator-anode__cot-button.active .thermoionator-anode__cot-circle:after {
  transform: translate(-50%, -50%) rotate(0);
}
.thermoionator-anode__cot-button.active .thermoionator-anode__text-fade {
  display: block;
}
.thermoionator-anode__cot-button.active .thermoionator-anode__text-show {
  display: none;
}
.thermoionator-anode__text-fade {
  display: none;
}
.thermoionator-anode__cot-circle {
  position: relative;
  margin-right: 8px;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.thermoionator-anode__cot-circle:before, .thermoionator-anode__cot-circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.25s;
}
.thermoionator-anode__cot-circle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.thermoionator-accessories {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .thermoionator-accessories {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .thermoionator-accessories {
    padding-top: 80px;
  }
}
.thermoionator-accessories__row, .thermoionator-accessories__item, .thermoionator-accessories__img {
  display: flex;
}
.thermoionator-accessories__row {
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-top: 30px;
}
@media (max-width: 575px) {
  .thermoionator-accessories__row {
    padding-top: 24px;
  }
}
.thermoionator-accessories__item {
  flex-direction: column;
  justify-content: space-between;
  width: 33.3333333333%;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .thermoionator-accessories__item {
    width: 100%;
  }
  .thermoionator-accessories__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .thermoionator-accessories__item:not(:last-child) {
    margin-bottom: 37px;
  }
}
.thermoionator-accessories__name {
  font-size: 28px;
  line-height: 30px;
}
@media (max-width: 575px) {
  .thermoionator-accessories__name {
    font-size: 20px;
    line-height: 23px;
  }
}
.thermoionator-accessories__text {
  margin-top: 14px;
}
@media (max-width: 575px) {
  .thermoionator-accessories__text {
    margin-top: 8px;
  }
}
.thermoionator-accessories__img {
  align-items: flex-end;
  flex-grow: 1;
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .thermoionator-accessories__img {
    margin-top: 18px;
  }
}
@media (max-width: 1024px) {
  .thermoionator-accessories__img-item {
    width: 100%;
    height: 100%;
  }
}
.thermoionator-accessories__download {
  margin-top: 15px;
  margin-bottom: 0;
}
.thermoionator-accessories__download a {
  font-weight: 400;
}

.thermoionator-specifications {
  padding-top: 51px;
  background-color: #e8e8e8;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .thermoionator-specifications {
    padding-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .thermoionator-specifications {
    padding-top: 20px;
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  .thermoionator-specifications__container-title {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .thermoionator-specifications__container-title {
    padding: 0;
  }
}
.thermoionator-specifications__list {
  display: flex;
  flex-wrap: wrap;
  margin: -9px -26px;
  padding-top: 20px;
  padding-left: 0;
  max-width: 879px;
  list-style: none;
}
@media (max-width: 1024px) {
  .thermoionator-specifications__list {
    max-width: 532px;
  }
}
@media (max-width: 575px) {
  .thermoionator-specifications__list {
    margin: -8px 0;
    padding-top: 16px;
  }
}
.thermoionator-specifications__list-item {
  padding: 9px 26px;
  width: 33.3333333333%;
}
@media (max-width: 1024px) {
  .thermoionator-specifications__list-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .thermoionator-specifications__list-item {
    padding: 8px 0;
    width: 100%;
  }
}
.thermoionator-specifications__name, .thermoionator-specifications__value {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 575px) {
  .thermoionator-specifications__name, .thermoionator-specifications__value {
    font-size: 14px;
    line-height: 18px;
  }
}
.thermoionator-specifications__name {
  color: #A8A8A8;
}
.thermoionator-specifications__value {
  margin-top: 3px;
  color: #303030;
}
@media (max-width: 575px) {
  .thermoionator-specifications__value {
    margin-top: 4px;
  }
}
.thermoionator-specifications__img {
  position: relative;
}
@media (max-width: 1024px) {
  .thermoionator-specifications__img {
    margin-top: 26px;
  }
}
@media (max-width: 575px) {
  .thermoionator-specifications__img {
    margin-top: 73px;
  }
}
@media (max-width: 1024px) {
  .thermoionator-specifications__img-item--desktop {
    display: none;
  }
}
.thermoionator-specifications__img-item--tablet, .thermoionator-specifications__img-item--mobile {
  display: none;
}
@media (max-width: 1024px) {
  .thermoionator-specifications__img-item--tablet {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .thermoionator-specifications__img-item--tablet {
    display: none;
  }
}
@media (max-width: 575px) {
  .thermoionator-specifications__img-item--mobile {
    display: block;
  }
}
.thermoionator-specifications__img-smog {
  position: absolute;
  top: -25%;
  right: 11%;
  width: 35%;
}
@media (max-width: 1024px) {
  .thermoionator-specifications__img-smog {
    right: 8%;
  }
}

.thermoionator-card {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .thermoionator-card {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .thermoionator-card {
    margin-top: 80px;
  }
}
.thermoionator-card .video-card {
  display: flex;
  max-width: 230px;
}
@media (max-width: 575px) {
  .thermoionator-card .video-card {
    max-width: 320px;
  }
}
.thermoionator-card .video-card__poster {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  overflow: unset;
}
@media (max-width: 575px) {
  .thermoionator-card .video-card__poster {
    margin-top: 4px;
    width: 46px;
    height: 46px;
  }
}
.thermoionator-card .video-card__poster:after {
  display: none;
}
.thermoionator-card .video-card__poster:hover .video-card__poster-img {
  transform: scale(1);
}
.thermoionator-card .video-card__poster-img {
  border-radius: 50%;
}
.thermoionator-card .video-card__time {
  position: absolute;
  top: 5px;
  right: -56px;
  bottom: auto;
  left: auto;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: transparent;
}
@media (max-width: 575px) {
  .thermoionator-card .video-card__time {
    top: 0;
    right: -40px;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.thermoionator-card .video-card__button {
  width: 40px;
  height: 40px;
  background: url("/img/svg/thermoionator-video-icon.svg") no-repeat 55% center;
}
@media (max-width: 575px) {
  .thermoionator-card .video-card__button {
    width: 22px;
    height: 22px;
  }
}
.thermoionator-card .video-card__title {
  margin-top: 34px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 575px) {
  .thermoionator-card .video-card__title {
    margin-left: 13px;
    margin-top: 28px;
    font-size: 16px;
    line-height: 22px;
  }
}
.thermoionator-card .m1 {
  margin-bottom: 0.25rem;
  max-width: 100px;
}
.thermoionator-card .video-card__time, .thermoionator-card .video-card__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.thermoionator-card .video-card__time {
  color: #666;
}
.thermoionator-card .video-card__title {
  color: #000;
}
.thermoionator-card__video {
  position: absolute;
  right: 20px;
  bottom: -8px;
}
@media (max-width: 1024px) {
  .thermoionator-card__video {
    position: static;
    flex-shrink: 0;
  }
}
@media (max-width: 575px) {
  .thermoionator-card__video {
    margin-top: 23px;
  }
}
.thermoionator-card__container {
  padding: 45px 50px 56px;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .thermoionator-card__container {
    padding: 30px 30px 40px;
  }
}
@media (max-width: 575px) {
  .thermoionator-card__container {
    padding: 20px 20px 30px;
  }
}
.thermoionator-card__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1024px) {
  .thermoionator-card__row {
    margin: 0;
  }
}
.thermoionator-card__left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 41.6666666667%;
}
.thermoionator-card__right {
  position: relative;
  width: 58.3333333333%;
}
@media (max-width: 1024px) {
  .thermoionator-card__right {
    margin-top: 26px;
  }
}
@media (max-width: 575px) {
  .thermoionator-card__right {
    margin-top: 30px;
  }
}
.thermoionator-card__left, .thermoionator-card__right {
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .thermoionator-card__left, .thermoionator-card__right {
    padding: 0;
    width: 100%;
  }
}
.thermoionator-card__price {
  margin-top: 14px;
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 575px) {
  .thermoionator-card__price {
    margin-top: 6px;
    font-size: 16px;
    line-height: 22px;
  }
}
.thermoionator-card__button {
  width: 100%;
  max-width: 186px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .thermoionator-card__button {
    margin-top: 18px;
    width: 100%;
    max-width: none;
  }
}
.thermoionator-card__text {
  margin-top: 20px;
  max-width: 439px;
  font-size: 16px;
  line-height: 22px;
  color: #666;
}
@media (max-width: 1024px) {
  .thermoionator-card__text {
    display: none;
  }
}
.thermoionator-card__text--tablet {
  display: none;
}
@media (max-width: 1024px) {
  .thermoionator-card__text--tablet {
    display: inline-block;
    padding-right: 20px;
    max-width: 420px;
  }
}
@media (max-width: 575px) {
  .thermoionator-card__text--tablet {
    margin-top: 33px;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  .thermoionator-card__container-video {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 32px;
  }
}
@media (max-width: 575px) {
  .thermoionator-card__container-video {
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.thermoionator-application {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .thermoionator-application {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .thermoionator-application {
    margin-top: 0;
  }
}
.thermoionator-application__title {
  margin-top: 44px;
  max-width: 806px;
  text-align: center;
}
@media (max-width: 1024px) {
  .thermoionator-application__title {
    margin: 30px 30px 0;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .thermoionator-application__title {
    margin: 20px 20px 0;
    max-height: 165px;
    text-align: left;
    overflow: hidden;
  }
}
.thermoionator-application__content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 848px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .thermoionator-application__content {
    min-height: unset;
  }
}
.thermoionator-application__video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.44deg, #000000 64.42%, rgba(0, 0, 0, 0) 131.12%);
  opacity: 0.4;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.thermoionator-application__video-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1883px;
  height: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .thermoionator-application__video-item {
    width: 2080px;
  }
}
@media (max-width: 767px) {
  .thermoionator-application__video-item {
    width: 2200px;
  }
}
@media (max-width: 575px) {
  .thermoionator-application__video-item {
    width: 1500px;
  }
}
.thermoionator-application__row {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 1024px) {
  .thermoionator-application__row {
    align-items: flex-start;
  }
}
.thermoionator-application__title {
  color: #fff;
}
.thermoionator-application__modal-video {
  position: relative;
  margin: 160px 0;
  width: 82px;
  height: 82px;
}
@media (max-width: 1024px) {
  .thermoionator-application__modal-video {
    margin: 117px 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .thermoionator-application__modal-video {
    margin: 79px 0 52px;
  }
}
.thermoionator-application__modal-video .video-card {
  width: 100%;
  height: 100%;
}
.thermoionator-application__modal-video .video-card__poster {
  position: static;
  height: 100%;
}
.thermoionator-application__modal-video .video-card__poster:after {
  display: none;
}
.thermoionator-application__modal-video .video-card__title {
  display: none;
}
.thermoionator-application__modal-video .video-card__button {
  width: 82px;
  height: 82px;
  background: url("/img/thermoionator/video-icon.svg") no-repeat 55% center;
}
@media (max-width: 1024px) {
  .thermoionator-application__modal-video .video-card__button {
    max-width: none;
  }
}
.thermoionator-application__modal-video .video-card__time {
  position: absolute;
  bottom: -35px;
  left: 50%;
  left: 50%;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  background: unset;
  transform: translateX(-50%);
}
.thermoionator-application__container-button {
  margin-bottom: 60px;
  max-width: 560px;
  text-align: center;
}
@media (max-width: 1024px) {
  .thermoionator-application__container-button {
    text-align: left;
    margin: 30px;
  }
}
@media (max-width: 1024px) {
  .thermoionator-application__container-button {
    margin: 20px;
  }
}
.thermoionator-application__button {
  margin-top: 39px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 27px;
  border-radius: 5px;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .thermoionator-application__button {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .thermoionator-application__button {
    margin-top: 24px;
    width: 100%;
  }
}
.thermoionator-application__button:hover {
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
}
.thermoionator-application__text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
@media (max-width: 575px) {
  .thermoionator-application__text {
    margin-top: 20px;
  }
}