.color-line {
  display: flex;
  align-items: center;
}
.color-line .color-line__image-block {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid var(--cl-white);
}
.color-line .color-line__color {
  flex: 1 0 50%;
}
.color-line .color-line__color-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.28px;
  color: var(--cl-dark);
}
@media screen and (min-width: 1000px) {
  .color-line .color-line__color-title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: -0.64px;
  }
}

.modal-form {
  padding: 24px;
  width: calc(100% - 40px);
  max-height: 100vh;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  border-radius: 60px;
  border: 1px solid var(--cl-white);
  background: var(--cl-background-transparent);
  backdrop-filter: blur(5px);
  overflow-y: auto;
}
.modal-form::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .modal-form {
    padding: 36px;
    max-width: 1096px;
  }
}

.modal-form__button-block {
  display: flex;
}

.modal-form__close-button {
  margin: 0 0 24px auto;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal-form__close-button {
    position: absolute;
    top: 36px;
    right: 36px;
  }
}

.modal-form__buy {
  margin-bottom: 16px;
}

.buy__title {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .buy__title {
    padding-right: 42px;
    margin-bottom: 40px;
    text-align: left;
  }
}

.buy__user-label {
  margin: 8px;
  display: block;
}
@media screen and (min-width: 768px) {
  .buy__user-label {
    margin: 10px;
    flex: 0 1 calc(50% - 20px);
  }
}
.buy__user-label .iti {
  display: block;
}
.buy__user-label .iti__flag {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  outline: 1px solid var(--cl-extra-gray);
}

.buy__user-data {
  margin: -8px -8px 0;
}
@media screen and (min-width: 768px) {
  .buy__user-data {
    margin: -10px -10px 10px;
    display: flex;
    flex-wrap: wrap;
  }
}

.buy__message {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .buy__message {
    margin-bottom: 20px;
  }
}

.buy__message-field {
  min-height: 60px;
}
@media screen and (min-width: 768px) {
  .buy__message-field {
    min-height: 120px;
  }
}

.buy__sub-block {
  margin: 0 auto;
  color: var(--cl-white);
  text-align: center;
  width: 80%;
}
.buy__sub-block small,
.buy__sub-block span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -0.28px;
}

.product .product__intro {
  margin-bottom: 43px;
}
@media screen and (min-width: 768px) {
  .product .product__intro {
    margin-bottom: 65px;
  }
}
.product .product__product-tech {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .product .product__product-tech {
    margin-bottom: 84px;
  }
}
.product .product__comfort {
  margin-bottom: 54px;
}
@media screen and (min-width: 768px) {
  .product .product__comfort {
    margin-bottom: 70px;
  }
}
.product .product__control {
  margin-bottom: 88px;
}
@media screen and (min-width: 768px) {
  .product .product__control {
    margin-bottom: 130px;
  }
}
.product .product__design {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .product .product__design {
    margin-bottom: 120px;
  }
}
.product .product__characteristic {
  margin-bottom: 71px;
}
@media screen and (min-width: 768px) {
  .product .product__characteristic {
    margin-bottom: 76px;
  }
}

.intro .intro__wrapper {
  padding-top: 40px;
}
@media screen and (min-width: 1000px) {
  .intro .intro__wrapper {
    display: grid;
    -moz-column-gap: 130px;
         column-gap: 130px;
    grid-template-rows: min-content;
    grid-template-columns: 40% 60%;
    justify-content: space-between;
  }
}
.intro .intro__slider {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .intro .intro__slider {
    grid-row: 1/1;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .intro .intro__description {
    width: 80%;
    grid-row: 1/1;
    grid-column: 2/3;
    display: flex;
    flex-direction: column;
  }
}
.intro .intro__title {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 54px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: -4%;
  text-transform: lowercase;
}
@media screen and (min-width: 768px) {
  .intro .intro__title {
    margin-bottom: 36px;
    order: 1;
  }
}
@media screen and (min-width: 1000px) {
  .intro .intro__title {
    font-size: 120px;
  }
}
.intro .intro__color-line {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .intro .intro__color-line {
    margin-bottom: 36px;
    order: 3;
  }
}
.intro .intro__text-block {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .intro .intro__text-block {
    margin-bottom: 36px;
    order: 2;
  }
}
.intro .intro__button-block {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .intro .intro__button-block {
    margin-bottom: 40px;
    order: 4;
  }
}
.intro .intro__nav-block {
  margin: -8px 0;
}
@media screen and (min-width: 768px) {
  .intro .intro__nav-block {
    order: 5;
  }
}
.intro .intro__nav-button {
  padding: 8px 0;
}

.product-slider .product-slider__main {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .product-slider .product-slider__thumbs {
    z-index: 1;
  }
}
.product-slider .product-slider__thumbs-wrapper {
  position: relative;
  height: auto;
}
@media screen and (min-width: 768px) {
  .product-slider .product-slider__control-block {
    width: 100%;
    height: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
  }
}
.product-slider .product-slider__button {
  height: 100%;
  transition: var(--transition-main);
}
.product-slider .product-slider__button:hover {
  background: var(--cl-background-transparent);
}

.slider-thumbs {
  padding: 0 0 8px;
  margin: 0 auto;
  list-style: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slider-thumbs {
    max-width: 80%;
    overflow: hidden;
  }
}
.slider-thumbs .slider-thumbs__item {
  max-width: calc((100% - 48px) / 6);
  aspect-ratio: 1;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .slider-thumbs .slider-thumbs__item {
    max-width: calc((100% - 96px) / 6);
  }
}
.slider-thumbs .slider-thumbs__item img {
  min-width: 100%;
  min-height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-thumbs .slider-thumbs__item.active {
  position: relative;
  transition: var(--transition-main);
  z-index: -1;
}
.slider-thumbs .slider-thumbs__item.active::before {
  content: "";
  width: 30%;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 4px);
  z-index: 1;
  transform: translateX(-50%);
  border-radius: 1px;
  background: var(--cl-accent);
}
@media screen and (min-width: 768px) {
  .slider-thumbs .slider-thumbs__item.active::before {
    left: calc(50% - 8px);
  }
}

.slider-main {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider-main .slider-main__item {
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-main .slider-main__item img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-tech .product-tech__tip {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-tech .product-tech__tip {
    margin-bottom: 24px;
  }
}
.product-tech .product-tech__title {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-tech .product-tech__title {
    margin-bottom: 24px;
  }
}
.product-tech .product-tech__text-block {
  text-align: center;
}
.product-tech .product-tech__info-block {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .product-tech .product-tech__info-block {
    margin: 0 auto 50px;
    width: 80%;
    max-width: 990px;
  }
}
.product-tech .product-tech__wrapper {
  padding-bottom: 80px;
  position: relative;
}
.product-tech .product-tech__background {
  width: 100%;
  position: absolute;
  top: 20%;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  display: flex;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 35%, black 65%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 35%, black 65%, transparent 100%);
}
.product-tech .bg {
  flex: 0 0 250%;
  background-image: url("/build/assets/img/products/general/decoration-bg-horizont.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  animation: scrollRight 60s linear infinite;
  will-change: transform;
}
@media screen and (min-width: 1000px) {
  .product-tech .bg {
    flex: 0 0 90%;
  }
}

@media screen and (min-width: 768px) {
  .comfort .comfort__wrapper {
    display: grid;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 32px;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 40% 60%;
  }
}
@media screen and (min-width: 1200px) {
  .comfort .comfort__wrapper {
    row-gap: 60px;
  }
}
.comfort .comfort__tip {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .comfort .comfort__tip {
    margin-bottom: 24px;
  }
}
.comfort .comfort__info-block {
  margin: 0 auto 8px;
  max-width: 590px;
}
@media screen and (min-width: 768px) {
  .comfort .comfort__info-block {
    margin: 0 auto;
    width: 80%;
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.comfort .comfort__title {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .comfort .comfort__title {
    margin-bottom: 24px;
  }
}
.comfort .comfort__text-block {
  text-align: center;
}
.comfort .comfort__image-block {
  margin: 0 auto 27px;
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .comfort .comfort__image-block {
    margin-bottom: 0;
    max-width: auto;
    grid-row: 1/3;
    grid-column: 1/2;
    align-self: center;
  }
}
.comfort .comfort__image-block img,
.comfort .comfort__image-block svg {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.comfort .comfort__features {
  overflow: hidden;
}
.comfort .comfort__features-list {
  padding: 0;
  margin: -12px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .comfort .comfort__features-list {
    margin: -8px;
    grid-row: 2/3;
    grid-column: 2/3;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (min-width: 1440px) {
  .comfort .comfort__features-list {
    margin: -58px;
  }
}
.comfort .comfort__feature-item {
  margin: 12px;
  width: 80%;
  max-width: 230px;
}
@media screen and (min-width: 768px) {
  .comfort .comfort__feature-item {
    margin: 8px;
    width: 100%;
    max-width: 320px;
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 1440px) {
  .comfort .comfort__feature-item {
    margin: 58px;
    flex: 0 1 25%;
  }
}

@media screen and (min-width: 768px) {
  .control .control__wrapper {
    display: grid;
    row-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 30% 1fr 30%;
  }
}
.control .control__info-block {
  margin-bottom: 38px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .control .control__info-block {
    margin-bottom: 50px;
    max-width: 550px;
    width: 80%;
    grid-row: 1/2;
    grid-column: 1/4;
    justify-self: center;
  }
}
.control .control__tip {
  margin-bottom: 16px;
}
.control .control__title {
  margin-bottom: 16px;
}
.control .control__image-block {
  margin: 0 auto 60px;
  width: 80%;
  max-width: 450px;
  position: relative;
  z-index: 1;
}
.control .control__image-block:before {
  content: "";
  width: 60%;
  aspect-ratio: 1;
  background: var(--gradient-main);
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .control .control__image-block {
    margin: 0;
    width: auto;
    max-width: 650px;
    justify-self: center;
    align-self: center;
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
.control .control__image-block img,
.control .control__image-block svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.control .control__features {
  margin-bottom: 36px;
  overflow: hidden;
}
.control .control__features:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .control .control__features {
    margin-bottom: 0;
    max-width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .control .control__features--left {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .control .control__features--right {
    grid-row: 2/3;
    grid-column: 3/4;
  }
}
@media screen and (min-width: 768px) {
  .control .control__features--last {
    grid-row: 3/4;
    grid-column: 1/4;
    justify-self: center;
  }
}
.control .control__features-list {
  padding: 0;
  margin: -28px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.control .control__feature-item {
  margin: 28px;
  max-width: 230px;
}
@media screen and (min-width: 1000px) {
  .control .control__feature-item {
    max-width: 320px;
  }
}

.design .design__info-block {
  margin: 0 auto 19px;
  text-align: center;
  max-width: 650px;
}
.design .design__tip {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .design .design__tip {
    margin-bottom: 24px;
  }
}
.design .design__title {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .design .design__title {
    margin-bottom: 24px;
  }
}
.design .design__image-block {
  margin: 0 auto 60px;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .design .design__image-block {
    margin: 0 auto 16px;
    max-width: 620px;
  }
}
.design .design__image-block img,
.design .design__image-block svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.design .design__features {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .design .design__features {
    margin: -80px auto 0;
    max-width: 1100px;
  }
}
.design .design__features-list {
  padding: 0;
  margin: -18px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .design .design__features-list {
    margin: -200px;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
}
.design .design__feature-item {
  margin: 18px;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .design .design__feature-item {
    margin: 200px;
  }
}

.characteristic .characteristic__tip {
  margin-bottom: 24px;
  text-align: center;
}
.characteristic .characteristic__info-block {
  margin-bottom: 36px;
  text-align: center;
}
.characteristic .characteristic__wrapper {
  margin: 0 auto;
  max-width: 650px;
}
@media screen and (min-width: 1440px) {
  .characteristic .characteristic__wrapper {
    max-width: 1000px;
  }
}
.characteristic .characteristic__item {
  margin-bottom: 36px;
}
.characteristic .characteristic__item:last-child {
  margin-bottom: 0;
}

.table {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -0.28px;
  color: var(--cl-gray);
}
@media screen and (min-width: 1000px) {
  .table {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: -0.32px;
  }
}
.table .table__row {
  min-height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--cl-extra-gray);
  box-sizing: border-box;
  transition: var(--transition-main);
}
.table .table__row:hover {
  background: var(--cl-background-light-transparent);
}
.table .table__cell {
  padding: 8px 4px 8px 0;
  box-sizing: border-box;
  flex: 0 0 50%;
}
.table .table__cell:last-child {
  padding: 8px 0 8px 4px;
  text-align: right;
  flex: 1 1 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.28px;
  color: var(--cl-dark);
}
@media screen and (min-width: 1000px) {
  .table .table__cell:last-child {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: -0.64px;
  }
}/*# sourceMappingURL=product.css.map */
