.home .home__hero {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .home .home__hero {
    margin-bottom: 110px;
  }
}
.home .home__company {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .home .home__company {
    margin-bottom: 155px;
  }
}
.home .home__catalog {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .home .home__catalog {
    margin-bottom: 100px;
  }
}
.home .home__tech {
  margin-bottom: 68px;
}
@media screen and (min-width: 768px) {
  .home .home__tech {
    margin-bottom: 145px;
  }
}
.home .home__about {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .home .home__about {
    margin-bottom: 140px;
  }
}
.home .home__features {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .home .home__features {
    margin-bottom: 140px;
  }
}
.home .home__contacts {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .home .home__contacts {
    margin-bottom: 120px;
  }
}

.hero .container {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .hero .hero__wrapper {
    margin-bottom: 37px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
.hero .hero__info-block {
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .hero .hero__info-block {
    margin-bottom: 0;
    flex: 0 1 50%;
  }
}
.hero .hero__title-block {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero .hero__title-block {
    margin-bottom: 0;
    margin-right: 70px;
    text-align: left;
    flex: 0 1 50%;
  }
}
.hero .hero__title {
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  font-size: 75px;
  font-weight: 800;
  text-align: inherit;
  line-height: 70%;
  letter-spacing: -3.44px;
  text-transform: lowercase;
}
@media screen and (min-width: 768px) {
  .hero .hero__title {
    font-size: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .hero .hero__title {
    font-size: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .hero .hero__title {
    font-size: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .hero .hero__title {
    font-size: 174px;
    letter-spacing: -6.96px;
  }
}
.hero .hero__text-block {
  margin-bottom: 20px;
  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: 768px) {
  .hero .hero__text-block {
    margin-bottom: 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: -0.32px;
  }
}
.hero .hero__text-block p {
  padding: 0;
  margin: 0 0 10px;
}
.hero .hero__text-block p:last-child {
  margin: 0;
}
.hero .hero__image-block {
  overflow: hidden;
  height: 410px;
  border-radius: 36px 36px 0 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero .hero__image-block {
    height: 684px;
  }
}
@media screen and (min-width: 1440px) {
  .hero .hero__image-block {
    height: 1000px;
  }
}
.hero .hero__image-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero__tip {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  color: var(--cl-white);
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .hero .hero__tip {
    font-size: 14px;
    bottom: 32%;
  }
}
.hero .hero__tip-text {
  margin-bottom: 6px;
}
.hero .hero__tip-icon svg {
  fill: var(--cl-accent);
  width: 17px;
  height: 16px;
}

.company .company__tip {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company .company__tip {
    margin-bottom: 24px;
  }
}
.company .company__header {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .company .company__header {
    margin-bottom: 60px;
  }
}
.company .company__title {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company .company__title {
    margin: 0 auto 20px;
    max-width: 670px;
  }
}
.company .company__text-block {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -0.28px;
  text-align: center;
  color: var(--cl-gray);
}
.company .company__text-block p {
  margin: 0 auto 10px;
  max-width: 80%;
}
.company .company__text-block p:last-child {
  margin: 0 auto 0;
}
@media screen and (min-width: 768px) {
  .company .company__text-block {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: -0.32px;
  }
}
.company .company__wrapper {
  position: relative;
}
.company .company__background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 35%, black 65%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 35%, black 65%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .company .company__background {
    flex-direction: row;
    -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%);
  }
}
.company .bg {
  width: 100%;
  background-image: url("/build/assets/img/company/decoration-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  animation: scrollUp 60s linear infinite;
  flex: 0 0 70%;
}
@media screen and (min-resolution: 2dppx) {
  .company .bg {
    background-image: url("/build/assets/img/company/decoration-bg@2x.png");
  }
}
@media screen and (min-width: 768px) {
  .company .bg {
    flex: 0 0 80%;
    background-image: url("/build/assets/img/company/decoration-bg-desk.png");
    animation: scrollRight 60s linear infinite;
  }
}
@media screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .company .bg {
    background-image: url("/build/assets/img/company/decoration-bg-desk@2x.png");
  }
}
@supports ((background-image: -webkit-image-set(url("/build/assets/img/company/decoration-bg.webp") 1x)) or (background-image: image-set(url("/build/assets/img/company/decoration-bg.webp") 1x))) {
  .company .bg {
    background-image: -webkit-image-set(url("/build/assets/img/company/decoration-bg.webp") 1x, url("/build/assets/img/company/decoration-bg@2x.webp") 2x);
    background-image: image-set(url("/build/assets/img/company/decoration-bg.webp") 1x, url("/build/assets/img/company/decoration-bg@2x.webp") 2x);
  }
  @media screen and (min-width: 768px) {
    .company .bg {
      background-image: -webkit-image-set(url("/build/assets/img/company/decoration-bg-desk.webp") 1x, url("/build/assets/img/company/decoration-bg-desk@2x.webp") 2x);
      background-image: image-set(url("/build/assets/img/company/decoration-bg-desk.webp") 1x, url("/build/assets/img/company/decoration-bg-desk@2x.webp") 2x);
      animation: scrollRight 60s linear infinite;
    }
  }
}

.about-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .about-list {
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.about-list .about-list__item {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .about-list .about-list__item {
    margin: 10px;
    flex: 0 1 calc(33% - 20px);
  }
}
.about-list .about-list__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about-list .about-list__item:last-child {
    margin-bottom: 10px;
  }
}

.catalog {
  position: relative;
  overflow: hidden;
}

.catalog__tip {
  margin-bottom: 12px;
  text-align: center;
  color: var(--cl-gray);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.catalog__tip p {
  margin: 0 0 10px;
}
.catalog__tip p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .catalog__tip {
    margin-bottom: 14px;
  }
}

.catalog__nav {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.catalog__slider-wrapper {
  box-sizing: border-box;
  min-width: 320px;
}

.catalog__tip.catalog__tip--dark {
  color: var(--cl-white);
}

.catalog-slider {
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 650px;
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .catalog-slider {
    min-height: 810px;
  }
}
@media screen and (min-width: 1440px) {
  .catalog-slider {
    min-height: 100vh;
  }
}
.catalog-slider .catalog-slider__item-wrapper {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
}
.catalog-slider .catalog-slider__background {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.catalog-slider .catalog-slider__background img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-slider .catalog-slider__content {
  padding: 120px 20px 40px;
  min-height: 100%;
  box-sizing: border-box;
}
.catalog-slider .catalog-slider__product {
  margin: 0 auto;
  max-width: 340px;
  width: 80%;
  height: 100%;
}
.catalog-slider .catalog-slider__product img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .catalog-slider .catalog-slider__product {
    max-width: 554px;
  }
}
.catalog-slider .catalog-slider__info-block {
  margin: 0 auto;
  max-width: 720px;
}

.catalog-control {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  background: var(--cl-background-light-transparent);
  outline: 1px solid var(--cl-white);
  border-radius: 24px;
}
.catalog-control .catalog-control__item {
  margin-right: 8px;
}
.catalog-control .catalog-control__item:last-child {
  margin-right: 0;
}
.catalog-control .catalog-control__item button {
  padding: 12px;
  border: none;
  background: none;
  border-radius: 24px;
  transition: var(--transition-main);
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.64px;
  color: var(--cl-gray);
  font-weight: 400;
}
.catalog-control .catalog-control__item.tns-nav-active button {
  color: var(--cl-white);
  background: var(--cl-dark);
}

.catalog-control.catalog-control--dark .catalog-control__item button {
  color: var(--cl-middle-gray);
}
.catalog-control.catalog-control--dark .catalog-control__item.tns-nav-active button {
  color: var(--cl-white);
}

.product-banner {
  padding: 24px;
  box-sizing: border-box;
  color: var(--cl-white);
  border: 1px solid var(--cl-extra-gray);
  background: var(--cl-gray-transparent);
  backdrop-filter: blur(20px);
  border-radius: 40px;
  overflow: hidden;
  display: grid;
  row-gap: 24px;
  grid-template-rows: repeat(3, min-content);
  grid-template-columns: repeat(2, auto);
}
@media screen and (min-width: 768px) {
  .product-banner {
    align-items: center;
    row-gap: 12px;
    -moz-column-gap: 25px;
         column-gap: 25px;
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: 1fr auto auto;
  }
}
.product-banner .product-banner__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.72px;
}
@media screen and (min-width: 768px) {
  .product-banner .product-banner__title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: -0.96px;
  }
}
.product-banner .product-banner__title-block {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (min-width: 768px) {
  .product-banner .product-banner__title-block {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.product-banner .product-banner__price {
  justify-self: end;
  grid-row: 1/2;
  grid-column: 2/3;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.72px;
}
@media screen and (min-width: 768px) {
  .product-banner .product-banner__price {
    grid-row: 1/3;
    grid-column: 2/3;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: -0.96px;
  }
}
.product-banner .product-banner__text-block {
  grid-row: 2/3;
  grid-column: 1/3;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -2%;
}
.product-banner .product-banner__text-block p {
  margin: 0 0 10px;
}
.product-banner .product-banner__text-block p:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .product-banner .product-banner__text-block {
    grid-row: 2/3;
    grid-column: 1/2;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: -0.28px;
  }
}
.product-banner .product-banner__button-block {
  grid-row: 3/4;
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .product-banner .product-banner__button-block {
    grid-row: 1/3;
    grid-column: 3/4;
  }
}

.tech .tech__tip {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tech .tech__tip {
    margin-bottom: 24px;
  }
}
.tech .tech__title {
  margin-bottom: 36px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tech .tech__title {
    margin: 0 auto 54px;
    max-width: 80%;
  }
}
.tech .tech__wrapper {
  position: relative;
}
.tech .tech__background {
  width: 100%;
  position: absolute;
  top: 10%;
  bottom: 0;
  z-index: -1;
  display: flex;
  flex-direction: row;
  -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%);
  overflow: hidden;
}
.tech .bg {
  flex: 0 0 150%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  background-image: url("/build/assets/img/products/general/decoration-bg-horizont.png");
  animation: scrollRight 60s linear infinite;
}
@media screen and (min-width: 1000px) {
  .tech .bg {
    flex: 0 0 90%;
  }
}

.tech-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.tech-nav .tech-nav__item {
  margin-right: 8px;
}
.tech-nav .tech-nav__item:last-child {
  margin-right: 0;
}
.tech-nav .tech-nav__item.tns-nav-active .tech-nav__button {
  width: 24px;
  border-radius: 4px;
  background: var(--cl-light-accent);
}
.tech-nav .tech-nav__button {
  padding: 0;
  width: 4px;
  height: 4px;
  border: none;
  background: var(--cl-middle-gray);
  border-radius: 50%;
}

.tech-control {
  display: flex;
}
.tech-control .tech-control__button {
  margin-right: 8px;
}
.tech-control .tech-control__button:last-child {
  margin-right: 0;
}

.tech-features {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
}

.about .about__tip {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .about__tip {
    margin-bottom: 24px;
  }
}
.about .about__title-block {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .about__title-block {
    margin: 0 auto 36px;
    max-width: 80%;
  }
}
.about .about__text-block {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .about__text-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
  }
}
.about .about__image-block {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .about .about__image-block {
    max-width: 530px;
  }
}
.about .about__image-block img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.features .features__tip {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .features .features__tip {
    margin-bottom: 24px;
  }
}
.features .features__title-block {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .features .features__title-block {
    margin: 0 auto 60px;
    max-width: 80%;
  }
}
.features .features__list {
  margin: 0 auto;
  max-width: 1320px;
}

.feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .feature-list {
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
  }
}
.feature-list .feature-list__item {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .feature-list .feature-list__item {
    margin: 10px;
    flex: 0 1 calc(50% - 20px);
  }
}
.feature-list .feature-list__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .feature-list .feature-list__item:last-of-type {
    margin-bottom: 10px;
  }
}

.contacts .contacts__tip {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contacts .contacts__tip {
    margin-bottom: 24px;
    text-align: left;
  }
}
.contacts .contacts__title-block {
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contacts .contacts__title-block {
    margin-bottom: 24px;
    text-align: left;
  }
}
.contacts .contacts__text-block {
  margin-bottom: 36px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contacts .contacts__text-block {
    margin-bottom: 40px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .contacts .contacts__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.contacts .contacts__info {
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .contacts .contacts__info {
    margin-bottom: 0;
    flex: 0 1 calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .contacts .contacts__form {
    flex: 0 1 calc(50% - 10px);
  }
}

.contacts-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contacts-info .contacts-info__item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contacts-info .contacts-info__item {
    margin-bottom: 24px;
  }
}
.contacts-info .contacts-info__item:last-of-type {
  margin-bottom: 0;
}
.contacts-info .contacts-info__link {
  margin-right: 16px;
}
.contacts-info .contacts-info__title {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.28px;
}
@media screen and (min-width: 1000px) {
  .contacts-info .contacts-info__title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: -0.64px;
  }
}
.contacts-info .contacts-info__text {
  margin: 0;
  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) {
  .contacts-info .contacts-info__text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: -0.32px;
  }
}

.form {
  padding: 36px 16px;
  box-sizing: border-box;
  overflow: hidden;
  background: var(--cl-white);
  border-radius: 24px;
}
.form .form__logo-block {
  display: flex;
  align-items: center;
}
.form .form__logo-block {
  margin-bottom: 60px;
}
.form .form__image-block {
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .form__image-block img {
  width: 40px;
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .form .form__image-block img {
    width: 60px;
  }
}
.form .form__logo {
  font-size: 36px;
  font-weight: 800;
  vertical-align: middle;
  text-transform: lowercase;
}
.form .form__logo p {
  margin: 0;
}
.form .form__user-data {
  padding: 0;
  margin: 0 0 9px;
  border: none;
}
@media screen and (min-width: 1000px) {
  .form .form__user-data {
    display: flex;
    justify-content: space-between;
  }
}
.form .form__user-label {
  margin-bottom: 9px;
  display: block;
}
@media screen and (min-width: 1000px) {
  .form .form__user-label {
    margin-bottom: 0;
    margin-right: 8px;
    flex: 0 0 calc(50% - 4px);
  }
}
.form .form__label:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .form .form__label:last-of-type {
    margin-right: 0;
  }
}
.form .form__message {
  padding: 0;
  margin: 0 0 16px;
  border: none;
}
.form .form__message-field {
  min-height: 160px;
}/*# sourceMappingURL=home.css.map */
