@charset "UTF-8";
* {
  font-family: Onest, sans-serif;
  box-sizing: border-box;
  color: #212121;
}

body.hidden {
  overflow: hidden;
}

.main.hidden {
  overflow: hidden;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

p {
  margin: 0;
}

.container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
}

.myCarousel-wrapper {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
}

.first-screen .lid-banner {
  margin-top: 96px;
}

@font-face {
  font-family: "Onest";
  src: url(../fonts/Onest-VariableFont_wght.ttf) format("truetype");
  font-display: swap;
}
.header .container {
  max-width: 100%;
  padding-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}

.header {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: 3;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.header a {
  text-decoration: none;
}

.header.active {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
}
.header.active a {
  color: #212121;
}
.header.active .logo .logo-name {
  color: #212121;
}
.header.active #expand-title {
  color: #212121;
}
.header.active #expand-title::after {
  background-color: #212121;
}

.expand-modal-container {
  padding: 12px;
  position: relative;
  height: auto;
}
.expand-modal-container .expand-modal {
  transition: 0s max-height;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 100%;
  right: 0px;
  max-height: 0;
}

.expand-phone {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 25.5px;
  color: #1D1D1B;
  letter-spacing: -0.2px;
}

#expand-title {
  z-index: 10;
  padding-right: 27px;
  padding-bottom: 12px;
  padding-top: 12px;
  color: #fff;
  transition: background-color 1s;
}
#expand-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  mask-image: url("../vectors/white-arrow.svg");
  background-color: #fff;
}

.expand-modal {
  padding: 0 12px;
  width: 100%;
  height: auto;
  background-color: white;
}
.expand-modal .expand-modal__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.expand-modal .expand-modal__subtitle {
  font-family: Onest;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.3px;
  text-align: left;
  color: #192741;
}
.expand-modal .expand-modal__social .social-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 12px;
}
.expand-modal .expand-modal__social .social-icon {
  width: 32px;
  height: 32px;
}
.expand-modal .expand-modal__social .social-icon img {
  width: 100%;
  height: 100%;
}
.expand-modal .expand-modal__social .social-block {
  display: flex;
  gap: 12px;
}
.expand-modal .expand-modal__social .social-link {
  text-decoration: none;
  color: #1D1D1B;
  font-family: Onest;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.85px;
  text-align: left;
}
.expand-modal .expand-modal__social .social-link span {
  display: block;
  font-family: Onest;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.3px;
}
.expand-modal .expand-modal__social .mail-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.expand-modal-container:hover {
  border-radius: 4px 4px 0px 0px;
  background-color: white;
  border-bottom: none;
}
.expand-modal-container:hover .expand-modal {
  margin-top: -1px;
  max-height: 270px;
  opacity: 1;
  border-radius: 0px 0px 4px 4px;
  padding-bottom: 20px;
  transition: max-height 0.2s;
  border: none;
}
.expand-modal-container:hover #expand-title {
  color: #212121;
  border: none;
}
.expand-modal-container:hover #expand-title::after {
  display: none;
}

.mobile-header {
  z-index: 12;
  width: 100%;
  padding: 12px 0px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.mobile-header .header-wrapper {
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.mobile-header .mobile-logo-wrapper {
  text-decoration: none;
  display: flex;
  gap: 11px;
  align-items: center;
}
.mobile-header .mobile-logo-wrapper .mobile-logo {
  width: 35px;
  height: 35px;
}
.mobile-header .mobile-logo-wrapper .mobile-logo img {
  width: 100%;
  height: 100%;
}
.mobile-header .mobile-logo-wrapper .mobile-logo__name {
  font-family: Onest;
  font-size: 28px;
  font-weight: 700;
  line-height: 35.7px;
  text-align: left;
  color: #fff;
}

.mobile-header.white {
  background-color: white;
}
.mobile-header.white .mobile-logo-wrapper .mobile-logo__name {
  color: #212121;
}
.mobile-header.white .hamburger span {
  background-color: #1D1D1B;
}

.mobile-header.active {
  background-color: white;
}
.mobile-header.active .mobile-logo-wrapper .mobile-logo__name {
  color: #212121;
}
.mobile-header.active .hamburger span {
  background-color: #1D1D1B;
}

.hamburger {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 4px 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hamburger span {
  transition: transform 0.5s;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: white;
}

.hamburger.active span:first-child {
  transform: rotate(45deg) translate(9px, 0px);
}
.hamburger.active span:last-child {
  transform: rotate(-45deg) translate(9px, -1px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}

.mobile-menu {
  display: none;
  height: calc(100vh - 40px);
  width: 100%;
}
.mobile-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 0;
  margin: 40px 0px;
  margin-top: 28px;
}
.mobile-menu ul li {
  position: relative;
}
.mobile-menu ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(180deg);
  width: 7px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../vectors/triangle-bracket.svg");
}
.mobile-menu ul a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: left;
}

.mobile-menu.active {
  display: block;
  background-color: white;
}

.mobile-menu__footer {
  padding: 12px 0px;
  margin-top: 24px;
  border-top: 1px solid #F6F6F6;
}
.mobile-menu__footer a {
  text-decoration: none;
}
.mobile-menu__footer .footer__number {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.5px;
  text-align: left;
  color: #1D1D1B;
}
.mobile-menu__footer .footer__number span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.3px;
  color: #828282;
  margin-bottom: 4px;
}
.mobile-menu__footer .footer-social {
  margin-top: 12px;
}
.mobile-menu__footer .footer-social .social-wrapper {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu__footer .footer-social .footer-social__title {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.3px;
  text-align: left;
  color: #828282;
}
.mobile-menu__footer .footer-social .social-block {
  display: flex;
  gap: 12px;
  align-items: center;
}
.mobile-menu__footer .footer-social .social-icon {
  width: 32px;
  height: 32px;
}
.mobile-menu__footer .footer-social .social-icon img {
  width: 100%;
  height: 100%;
}
.mobile-menu__footer .footer-social a {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.85px;
  text-align: left;
  color: #1D1D1B;
}
.mobile-menu__footer .footer-social a span {
  display: block;
  font-family: Onest;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.3px;
  color: #828282;
}

@media (max-width: 475px) {
  .mobile-header {
    display: block;
  }
}
@media (max-width: 1072px) {
  .header .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 475px) {
  .header {
    display: none;
  }
}
.logo {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.logo .logo-icon {
  width: 40px;
  height: 40px;
}
.logo .logo-icon img {
  width: 100%;
  height: 100%;
}
.logo .logo-name {
  font-size: 32px;
  line-height: 41px;
  font-weight: 700;
  color: white;
}

@media (max-width: 1072px) {
  .logo {
    gap: 7px;
  }
  .logo .logo-icon {
    width: 30px;
    height: 30px;
  }
  .logo .logo-icon img {
    width: 100%;
    height: 100%;
  }
  .logo .logo-name {
    font-size: 25px;
    line-height: 41px;
    font-weight: 700;
    color: white;
  }
}
.main-nav {
  margin-left: 33px;
}
.main-nav ul {
  display: flex;
  flex-direction: row;
  gap: 48px;
  list-style: none;
  padding-left: 0;
}
.main-nav ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #212121;
  text-decoration: none;
  color: white;
}
.main-nav ul li a:hover {
  text-decoration: none;
  color: #FE6A01;
}

@media (max-width: 1072px) {
  .main-nav {
    margin-left: 0px;
  }
  .main-nav ul {
    display: flex;
    flex-direction: row;
    gap: 24px;
    list-style: none;
    padding-left: 12px;
  }
  .main-nav ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    text-decoration: none;
    color: white;
  }
  .main-nav ul li a:hover {
    text-decoration: none;
    color: #FE6A01;
  }
}
.button {
  box-sizing: border-box;
  border-radius: 8px;
  text-decoration: none;
  color: white;
  background-color: #FE6A01;
  display: flex;
  align-items: center;
}

.button_small {
  justify-content: center;
  width: 285px;
  height: 60px;
  font-weight: 500;
  font-size: 20px;
}

.button_medium {
  position: relative;
  width: 333px;
  height: 77px;
  font-size: 32px;
  line-height: 41px;
  justify-content: center;
}
.button_medium .button-content {
  display: flex;
  gap: 24px;
  color: #fff;
}

.purify-button {
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.5px;
  text-align: left;
  cursor: pointer;
}

.submit-button {
  width: 100%;
  height: 60px;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  border: none;
}

.button_large {
  width: 400px;
  height: 60px;
  align-items: center;
  position: relative;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.5px;
  border-radius: 4px;
  background: linear-gradient(113.69deg, #FF661F 35.08%, #EB8B5E 156.95%);
}

.slider-buttons-group {
  gap: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.slider-buttons-group .slider-button-prev, .slider-buttons-group .slider-button-next {
  cursor: pointer;
  position: relative;
  width: 56px;
  height: 56px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #212121;
  background-size: cover;
  background-image: url("../vectors/slider-btn.svg");
}
.slider-buttons-group .slider-button-prev:active, .slider-buttons-group .slider-button-next:active {
  border: 1px solid #FE6A01;
}
.slider-buttons-group .slider-button-prev {
  transform: rotate(-180deg);
}

.lid-magnit-btn {
  background-color: #FE6A01;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 18.75px;
  text-align: left;
  color: #fff;
  border: none;
  border-radius: 4px;
  width: 165px;
  height: 56px;
}
.lid-magnit-btn:focus {
  outline: none;
}

@media (max-width: 475px) {
  .button_medium {
    height: 60px;
    width: 100%;
    justify-content: center;
  }
  .button_medium .button-content {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 20px;
    color: #fff;
    justify-content: center;
    font-size: 20px;
  }
  .button_medium .button-content img {
    width: 22.6;
    height: 16px;
  }
  .button_large {
    height: 58px;
    width: 100%;
    font-size: 20px;
  }
  .button_large .button-content {
    font-size: 20px;
  }
  .button_large .button-content img {
    width: 22.66px;
    height: 16px;
  }
  .slider-buttons-group {
    display: none;
  }
  .lid-magnit-btn {
    width: 100%;
    height: 48px;
  }
  .lid-magnit-btn:focus {
    outline: none;
  }
}
.banner {
  margin-top: 136px;
  width: 100%;
  height: 580px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: #F6F8FA;
  padding-left: 75px;
}
.banner .banner-content {
  margin-top: 130px;
}
.banner .banner-content .banner-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 76.8px;
  letter-spacing: -3%;
  text-align: left;
}
.banner .banner-content .banner-descr {
  font-size: 24px;
  font-weight: 400;
  line-height: 30.6px;
  text-align: left;
  width: 530px;
  margin-top: 24px;
}
.banner .banner-content .banner-descr span {
  font-size: 28px;
  color: #FE6A01;
  font-weight: 700;
}
.banner .banner-content .button {
  margin-top: 36px;
}
.banner .banner-img {
  width: 520px;
  height: 520px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 475px) {
  .banner {
    position: relative;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 72px;
  }
  .banner .banner-content {
    margin-top: 0px;
  }
  .banner .banner-content .button {
    margin-top: 330px;
  }
  .banner .banner-content .banner-title {
    font-size: 32px;
    line-height: 38.4px;
  }
  .banner .banner-content .banner-descr {
    font-size: 18px;
    line-height: 22.95px;
    width: 286px;
  }
  .banner .banner-content .banner-descr span {
    font-size: 24px;
  }
  .banner .banner-img {
    width: 296px;
    height: 192px;
    position: absolute;
    top: 248px;
    left: 50%;
    bottom: 400px;
    transform: translateX(-50%);
  }
  .banner .banner-img img {
    width: 100%;
    height: 100%;
  }
}
.purify-item {
  flex-shrink: 0;
  width: 286px;
  height: auto;
  cursor: pointer;
}
.purify-item .purify-item-img {
  width: 100%;
  height: 360px;
  background-color: #F6F8FA;
  border-radius: 4px;
  background-size: cover;
}
.purify-item .purify-item-img img {
  width: 100%;
  height: 100%;
}
.purify-item .purify-item__title {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30.6px;
  text-align: left;
  color: #192741;
}
.purify-item .purify-button {
  margin-top: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  width: 100%;
  height: 47px;
  border-radius: 4px;
  color: #fff;
  background-color: #FE6A01;
}

@media (max-width: 475px) {
  .purify-item {
    width: 286px;
  }
  .purify-item .purify-item-img {
    height: 286px;
  }
  .purify-item .purify-item__title {
    font-size: 20px;
  }
}
.purify {
  margin-top: 96px;
}
.purify .dot-container {
  display: none;
}
.purify .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.purify .blue-banner {
  margin-top: 96px;
}

.purify-title {
  font-size: 52px;
  line-height: 62.4px;
  letter-spacing: -3%;
  font-weight: 700;
}
.purify-title span {
  color: #FE6A01;
}

.purify-items-wrapper {
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  justify-content: space-between;
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 32px;
  overflow-x: auto;
  -ms-overflow-style: auto;
}
.purify-items-wrapper::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1072px) {
  .purify.purify-title {
    font-size: 42px;
    height: 49px;
  }
}
@media (max-width: 475px) {
  .purify {
    width: 100%;
    margin-top: 48px;
  }
  .purify .dot-container {
    display: block;
  }
  .purify .wrapper .slider-buttons-group {
    display: none;
  }
  .purify .blue-banner {
    margin-top: 69px;
  }
  .purify .purify-title {
    font-size: 32px;
    line-height: 38.4px;
    width: 319px;
  }
  .purify .purify-items-wrapper {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 16px;
    margin-top: 24px;
    -ms-overflow-style: none;
  }
  .purify .purify-items-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.blue-banner * {
  color: #fff;
}

.blue-banner {
  border-radius: 4px;
  background-color: #007EC6;
  padding: 36px;
  width: 100%;
  height: auto;
  min-height: 190px;
}
.blue-banner * {
  color: white;
}
.blue-banner .banner-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
}
.blue-banner .wrapper {
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.blue-banner .wrapper .banner-descr {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
  width: 640px;
  max-width: 100%;
}

@media (max-width: 475px) {
  .blue-banner {
    width: 100%;
    padding: 24px 12px;
  }
  .blue-banner .banner-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
  }
  .blue-banner .wrapper {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
  .blue-banner .wrapper .banner-descr {
    font-size: 18px;
    line-height: 22.95px;
    width: 100%;
    font-weight: 300;
  }
}
.about {
  margin-top: 96px;
}
.about .about-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
}
.about .about-block {
  flex-shrink: 1;
  width: 710px;
  max-width: 100%;
}
.about .about-block .about-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: left;
  color: #212121;
}
.about .about-block .about-descr {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.5px;
  color: #212121;
}
.about .about-block ul {
  margin: 0;
  margin-top: 24px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about .about-block ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
  color: #212121;
}
.about .about-block ul li::marker {
  color: #FF661F;
}
.about .about-block .about-btn {
  margin-top: 36px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.5px;
  text-align: left;
  background: linear-gradient(113.69deg, #FF661F 35.08%, #EB8B5E 156.95%);
  border-radius: 4px;
  cursor: pointer;
}
.about .about-img-container {
  flex-shrink: 2;
  position: relative;
  width: 498px;
  max-width: 100%;
  height: 498px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #F6F8FA;
}
.about .about-img-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.about .about-img-container .circle {
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  border: 75px solid white;
  left: 70px;
  top: 45px;
}

@media (max-width: 1072px) {
  .about .about-block .about-title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 475px) {
  .about {
    margin-top: 48px;
  }
  .about .about-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  .about .about-block {
    order: 2;
  }
  .about .about-block .about-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
  }
  .about .about-block .about-title span {
    word-break: break-all;
  }
  .about .about-block .about-descr {
    margin-top: 21px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.95px;
    text-align: left;
  }
  .about .about-block ul {
    margin-top: 20px;
  }
  .about .about-block ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.95px;
    text-align: left;
  }
  .about .about-block .about-btn {
    margin-top: 20px;
  }
  .about .about-img-container {
    height: 284px;
  }
  .about .about-img-container .circle {
    position: absolute;
    width: 275px;
    height: 265px;
    border-width: 36px;
    left: 45px;
    top: 25px;
  }
}
.advantages-slider__item {
  max-width: 31.612%;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #F6F8FA;
  width: 376px;
  height: auto;
  min-height: 588px;
  padding: 24px;
}
.advantages-slider__item .slider-item__icon {
  width: 100%;
  height: 320px;
}
.advantages-slider__item .slider-item__icon img {
  width: 100%;
  height: 100%;
}
.advantages-slider__item .slider-item__content {
  margin-top: 6px;
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.advantages-slider__item .slider-item__content .item-content__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
.advantages-slider__item .slider-item__content .item-content__descr {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

@media (max-width: 1072px) {
  .advantages-slider__item {
    max-width: none;
    padding: 20px;
    min-width: 280px;
    height: auto;
    min-height: auto;
  }
  .advantages-slider__item .slider-item__content {
    margin: 0;
    margin-top: 12px;
    padding: 0;
    gap: 12px;
  }
  .advantages-slider__item .slider-item__content .item-content__title {
    font-size: 20px;
  }
  .advantages-slider__item .slider-item__content .item-content__descr {
    font-size: 18px;
    line-height: 22.95px;
  }
}
@media (max-width: 475px) {
  .advantages-slider__item {
    width: 280px;
  }
}
.advantages {
  margin-top: 96px;
}
.advantages .dot-container {
  display: none;
}
.advantages .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.advantages .advantages-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: left;
}
.advantages .advantages-slider-container {
  margin-top: 48px;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
}
.advantages .advantages-slider-container::-webkit-scrollbar {
  display: none;
}
.advantages .advantages-slider {
  margin-top: 48px;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  transition: 0.5s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
.advantages .advantages-slider::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1072px) {
  .advantages .advantages-title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 475px) {
  .advantages {
    margin-top: 70px;
  }
  .advantages .dot-container {
    display: block;
  }
  .advantages .advantages-title {
    font-size: 32px;
    line-height: 38.4px;
  }
  .advantages .advantages-slider {
    gap: 12px;
    margin-top: 24px;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.review {
  margin-top: 96px;
}
.review .review-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: left;
}
.review .iframe-container {
  margin-top: 48px;
  width: 100%;
  height: 600px;
}
.review .iframe-container .iframe-poster {
  width: 100%;
  height: 100%;
  background-image: url("../img/video-with-polygon.webp");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 4px;
}
.review iframe {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-size: cover;
  cursor: pointer;
}
.review iframe::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
}
.review .blue-banner {
  margin-top: 96px;
}

@media (max-width: 1072px) {
  .review .review-title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 475px) {
  .review {
    margin-top: 48px;
  }
  .review .blue-banner {
    margin-top: 48px;
  }
  .review .review-title {
    font-size: 32px;
    line-height: 38.4px;
  }
  .review .iframe-container {
    margin-top: 24px;
    width: 100%;
    height: 280px;
  }
  .review .iframe-container .iframe-poster {
    background-image: url("../img/video-mobile.webp");
    background-position: top center;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px;
  }
  .review iframe {
    width: 100%;
    height: 100%;
    border: "none";
  }
}
.partnership {
  margin-top: 96px;
}
.partnership .partnership-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.partnership .partnership-wrapper .partnership-block {
  min-width: 200px;
  flex-grow: 1;
  position: relative;
  height: auto;
  min-height: 240px;
  padding: 24px;
  width: 33.3333333333%;
  max-width: 100%;
  border: 1px solid #F6F8FA;
  padding-bottom: 12px;
}
.partnership .partnership-wrapper .partnership-block .partnership-block__title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  padding-left: 52px;
}
.partnership .partnership-wrapper .partnership-block .partnership-block__title::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 36px;
  height: 36px;
}
.partnership .partnership-wrapper .partnership-block .partnership-block__descr {
  margin-top: 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
}
.partnership .partnership-wrapper .partnership-block.country .partnership-block__title::before {
  background-image: url("../vectors/country.svg");
}
.partnership .partnership-wrapper .partnership-block.cycle .partnership-block__title::before {
  background-image: url("../vectors/cycle.svg");
}
.partnership .partnership-wrapper .partnership-block.ingeneer .partnership-block__title::before {
  background-image: url("../vectors/ingeneer.svg");
}
.partnership .partnership-wrapper .partnership-block.ambitions .partnership-block__title::before {
  background-image: url("../vectors/ambitions.svg");
}
.partnership .partnership-wrapper .title-block {
  padding-left: 0;
  padding-right: 12px;
  border: none;
}
.partnership .partnership-wrapper .last-block {
  background-image: url("../img/block-bg.jpeg");
  background-size: cover;
}
.partnership .partnership-wrapper .partnership-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: left;
}
.partnership .partnership-wrapper .partnership-title span {
  color: #FF661F;
}
.partnership .partnership-wrapper .partnership-block__title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  padding-left: 52px;
}
.partnership .partnership-wrapper .partnership-block__title::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 36px;
  height: 36px;
}
.partnership .partnership-wrapper .partnership-block__descr {
  margin-top: 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
}
.partnership .partnership-wrapper .last-block__title {
  position: absolute;
  left: 24px;
  bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.5px;
  text-align: left;
  color: white;
  width: 242px;
}
.partnership .documentation-banner {
  margin-top: 48px;
}
.partnership .specialists {
  margin-top: 48px;
}
.partnership .specialists .specialists-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: left;
}
.partnership .specialists .wrapper {
  margin-top: 24px;
}

@media (max-width: 1072px) {
  .partnership {
    margin-top: 96px;
  }
  .partnership .partnership-wrapper {
    flex-wrap: wrap;
  }
  .partnership .partnership-wrapper .partnership-block {
    flex-shrink: 0;
    min-width: 300px;
    flex-grow: 1;
  }
  .partnership .specialists .specialists-title {
    font-size: 42px;
    line-height: 48.4px;
  }
  .partnership .specialists .wrapper {
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 475px) {
  .partnership {
    margin-top: 48px;
  }
  .partnership .partnership-wrapper .partnership-block {
    padding: 16px;
    min-height: 0;
    height: auto;
    width: 100%;
  }
  .partnership .partnership-wrapper .partnership-block .partnership-block__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
  .partnership .partnership-wrapper .partnership-block .partnership-block__descr {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.95px;
  }
  .partnership .partnership-wrapper .title-block {
    padding: 0px;
    border: none;
    padding-bottom: 24px;
  }
  .partnership .partnership-wrapper .last-block {
    background-image: url("../img/block-bg.jpeg");
    background-size: cover;
    height: 140px;
  }
  .partnership .partnership-wrapper .partnership-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
  }
  .partnership .partnership-wrapper .partnership-block__title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    padding-left: 52px;
  }
  .partnership .partnership-wrapper .partnership-block__title::before {
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    width: 36px;
    height: 36px;
  }
  .partnership .partnership-wrapper .partnership-block__descr {
    margin-top: 36px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
  }
  .partnership .partnership-wrapper .last-block__title {
    position: absolute;
    left: 24px;
    bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.5px;
    text-align: left;
    color: white;
    width: 242px;
  }
  .partnership .specialists .specialists-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
  }
  .partnership .specialists .wrapper {
    gap: 12px;
    flex-wrap: wrap;
  }
}
.trust {
  margin-top: 72px;
}
.trust .dot-container {
  display: none;
}
.trust .blue-banner {
  margin-top: 96px;
}

.wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.trust__title {
  font-size: 52px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: left;
}

.trust-slider {
  -ms-overflow-style: none;
  height: 130px;
  margin-top: 48px;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: nowrap;
  transition: 0.5s;
}
.trust-slider::-webkit-scrollbar {
  display: none;
}

.slider-item {
  flex-shrink: 0;
  width: 180px;
  height: 120px;
  border-radius: 4px;
}
.slider-item img {
  width: 100%;
  height: 100%;
}
.slider-item svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 475px) {
  .trust {
    margin-top: 48px;
  }
  .trust .myCarousel-wrapper {
    height: 100%;
  }
  .trust .dot-container {
    display: block;
  }
  .trust .blue-banner {
    margin-top: 68px;
  }
  .trust .trust__title {
    font-size: 32px;
    line-height: 38.4px;
  }
  .trust .trust-slider {
    gap: 20px;
    margin-top: 24px;
    height: 100%;
  }
  .trust .trust-slider .slider-item {
    width: 140px;
    height: 90px;
  }
  .trust .trust-slider .slider-item img {
    width: 100%;
    height: 100%;
  }
}
.question-item {
  position: relative;
  width: 100%;
  height: auto;
  transition: height 0.5s;
  overflow: hidden;
  border-bottom: 1px solid #F6F8FA;
  cursor: pointer;
}
.question-item .question-item__title {
  position: relative;
  padding: 24px 0px;
  padding-right: 32px;
  font-family: Onest;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: #212121;
}
.question-item .question-item__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 28px;
  height: 28px;
  mask-image: url("../vectors/question-arrow.svg");
  background-color: #212121;
  background-repeat: no-repeat;
  transition: 0.2s;
  transform: translateY(-50%) rotate(180deg);
}
.question-item .question-item__descr {
  padding: 0px;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
  display: none;
}

.question-item-active .question-item__title::after {
  transform: translate(0, -50%) rotate(0deg);
  background-color: #FF661F;
}
.question-item-active .question-item__descr {
  margin-top: -4px;
  display: block;
  padding-bottom: 0px;
}

@media (max-width: 475px) {
  .question-item .question-item__title {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .question-item .question-item__descr {
    margin-top: 0px;
    font-size: 18px;
    line-height: 22.95px;
    padding-bottom: 0;
  }
  .question-item-active .question-item__descr {
    margin-top: -12px;
  }
}
.questions {
  margin-top: 92px;
}
.questions .questions-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: left;
}
.questions .questions-items-wrapper {
  margin-top: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

@media (max-width: 475px) {
  .questions {
    margin-top: 48px;
  }
  .questions .questions-title {
    font-size: 32px;
    line-height: 38.4px;
  }
  .questions .questions-items-wrapper {
    margin-top: 17px;
  }
}
.ending {
  margin-top: 92px;
}

.ending-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: left;
}

.ending-descr {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
  width: 100%;
  height: 250px;
  transition: height 0.5s;
  overflow: hidden;
}
.ending-descr p {
  margin-top: 48px;
}

.ending-descr-active {
  height: auto;
}

.ending-button {
  cursor: pointer;
  border-radius: 8px;
  background-color: #F6F8FA;
  position: relative;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
}
.ending-button::after {
  transition: transform 0.5s;
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  background-image: url("../vectors/triangle-bracket.svg");
  background-repeat: no-repeat;
  top: 50%;
  left: 56%;
  transform: translateY(-50%) rotate(-90deg);
}
.ending-button::before {
  position: absolute;
  content: "Развернуть";
  top: 50%;
  transform: translateY(-50%);
  left: 560px;
}

.ending-button-active::after {
  transform: translateY(-50%) rotate(90deg);
}
.ending-button-active::before {
  content: "Свернуть";
}

.yandex {
  margin-top: 96px;
}
.yandex iframe {
  width: 100%;
  height: 560px;
  border: none;
}

@media (max-width: 475px) {
  .ending {
    margin-top: 48px;
  }
  .ending .ending-title {
    font-size: 32px;
    line-height: 38.4px;
    word-break: break-all;
  }
  .ending .ending-descr {
    height: 898px;
  }
  .ending .ending-descr p {
    margin-top: 24px;
    font-size: 18px;
    line-height: 22.95px;
  }
  .ending .ending-descr {
    height: 360px;
  }
  .ending .ending-descr p {
    margin-top: 24px;
    font-size: 18px;
    line-height: 22.95px;
  }
  .ending .ending-descr-active {
    height: auto;
  }
  .ending .ending-button {
    margin-top: 24px;
  }
  .ending .ending-button::before {
    left: 50%;
    transform: translate(-65%, -50%);
  }
  .ending .ending-button::after {
    right: 50%;
    transform: translate(240%, -50%) rotate(-90deg);
  }
  .ending .ending-button-active::after {
    transform: translate(240%, -50%) rotate(90deg);
  }
  .yandex {
    margin-top: 48px;
  }
}
.footer {
  margin-top: -5px;
  width: 100%;
  height: 58px;
  background-color: #FE6A01;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer * {
  color: #fff;
}
.footer a {
  text-decoration: none;
}
.footer .mobile-footer__descr {
  display: none;
}
.footer .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer .footer__wrapper {
  display: flex;
  flex-direction: row;
  gap: 21px;
  width: auto;
}
.footer .footer__wrapper .footer__title, .footer .footer__wrapper .inn {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
}
.footer .footer__wrapper .inn {
  position: relative;
  padding-left: 21px;
}
.footer .footer__wrapper .inn::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}
.footer .footer__descr {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
}

@media (max-width: 475px) {
  .footer {
    height: 56px;
  }
  .footer .footer__wrapper {
    display: none;
  }
  .footer .footer__descr {
    display: none;
  }
  .footer .mobile-footer__descr {
    display: block;
    font-size: 18px;
    line-height: 22.95px;
    width: 170px;
    margin: 0 auto;
  }
}
.overlay {
  display: none;
  background: rgba(33, 33, 33, 0.35);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
}

.popup-succes {
  display: none;
  padding: 36px;
  position: relative;
  width: 454px;
  height: 324px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 22;
  border-radius: 4px;
}
.popup-succes .close {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../vectors/component-1.svg");
  background-size: cover;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.popup-succes .succes__icon {
  margin: 0 auto;
  margin-top: 4px;
  width: 62.7px;
  height: 62.7px;
  overflow: hidden;
}
.popup-succes .succes__icon img {
  width: 100%;
  height: 100%;
}
.popup-succes .succes__title {
  margin: 0 auto;
  margin-top: 30px;
  width: 360px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.03em;
  text-align: center;
}
.popup-succes .succes__subtitle {
  display: block;
  width: 384px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: center;
  margin-top: 12px;
}
.popup-succes .button {
  margin-top: 20px;
  cursor: pointer;
}
.popup-succes .spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 88px;
  height: 88px;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
}
.popup-succes .spinner-container .custom-spinner {
  width: 64px;
  height: 64px;
  color: #FE6A01;
}

.popup {
  display: block;
  width: 400px;
  height: auto;
  padding: 36px;
  border-radius: 4px;
  background-color: #FFEADB;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
}
.popup .close {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../vectors/component-1.svg");
  background-size: cover;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.popup .popup__title {
  font-size: 21px;
  line-height: 21.6px;
  font-weight: 700;
  color: #1A1E24;
}
.popup .popup__subtitle {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: left;
}
.popup form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.popup form .popup-button {
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  background-color: #FE6A01;
  border: none;
  height: 60px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 16.8px;
  border-radius: 4px;
}
.popup .input-wrapper {
  position: relative;
  padding: 0 16px;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background-color: #F6F8FA;
}
.popup .input-wrapper .validation-icon-succes, .popup .input-wrapper .validation-icon-error {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  background-size: cover;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.popup .input-wrapper .validation-message {
  display: none;
  position: absolute;
  width: 132px;
  height: 24px;
  background-image: url("../vectors/validation-message.svg");
  background-size: cover;
  background-repeat: no-repeat;
  top: -12px;
  right: -36px;
}
.popup .input-wrapper .validation-icon-succes {
  background-image: url("../vectors/validation-icon-succes.svg");
}
.popup .input-wrapper .validation-icon-error {
  background-image: url("../vectors/validation-icon-error.svg");
}
.popup .input-wrapper label {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.3px;
  text-align: left;
}
.popup .input-wrapper input {
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: left;
  color: #1A1E24;
}
.popup .input-wrapper input:focus {
  outline: none;
}
.popup .popup__descr {
  margin-top: 20px;
  width: 100%;
  font-family: Onest;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.85px;
  text-align: left;
}

@media (max-width: 475px) {
  .popup-succes {
    padding: 24px 12px 24px 12px;
    height: auto;
    padding: 36px;
    position: relative;
    min-width: 320px;
    width: 94%;
    height: 291px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 10%;
    border-radius: 24px;
  }
  .popup-succes .close {
    right: 12px;
    top: 24px;
  }
  .popup-succes .succes__icon {
    margin: 0 auto;
    margin-top: 4px;
    width: 62.7px;
    height: 62.7px;
    overflow: hidden;
  }
  .popup-succes .succes__icon img {
    width: 100%;
    height: 100%;
  }
  .popup-succes .succes__title {
    margin: 0 auto;
    margin-top: 12px;
    font-size: 24px;
    line-height: 28.8px;
    width: 100%;
  }
  .popup-succes .succes__subtitle {
    width: 100%;
  }
  .popup-succes .button {
    margin-top: 20px;
    font-size: 20px;
  }
  .popup {
    min-width: 320px;
    width: 94%;
    height: auto;
    padding: 24px 12px 24px 12px;
    border-radius: 8px;
  }
  .popup .close {
    right: 12px;
    top: 24px;
    cursor: pointer;
  }
  .popup .popup__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.8px;
  }
  .popup .popup__subtitle {
    width: 300px;
    max-width: 100%;
  }
  .popup form {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .popup form .popup-button {
    height: 48px;
    margin-top: 0px;
  }
  .popup .input-wrapper {
    height: auto;
    position: relative;
    padding: 3px 16px;
    width: 100%;
  }
  .popup .input-wrapper label {
    margin-top: 7px;
  }
  .popup .input-wrapper input {
    font-size: 14px;
    margin-top: 2px;
    font-size: 16px;
    line-height: 22.95px;
    line-height: 16.8px;
  }
  .popup .input-wrapper .validation-message {
    width: 96px;
    top: -4px;
    height: 16px;
    right: -18px;
  }
  .popup .popup__descr {
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.4px;
  }
}
.dot-wrapper {
  position: absolute;
  display: flex;
  width: 100px;
  flex-direction: row;
  gap: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.dot-wrapper .dot {
  transition: 0.5s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CFCFCF;
}
.dot-wrapper .dot-active {
  background-color: #FE6A01;
}

.dot-container {
  width: 100%;
  margin-top: 24px;
  position: relative;
}

.lid-banner {
  margin-top: 48px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 240px;
  padding: 52px 40px;
  border-radius: 4px;
  background-color: #FFEADB;
  z-index: 1;
}
.lid-banner .lid-banner__title, .lid-banner .lid-banner__subtitle, .lid-banner form {
  position: relative;
  z-index: 4;
}
.lid-banner .lid-banner__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 31.2px;
  text-align: left;
  color: #1A1E24;
}
.lid-banner .lid-banner__subtitle {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #1A1E24;
}
.lid-banner form {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.lid-banner .input-wrapper {
  background-color: #fff;
  border-radius: 4px;
  height: 56px;
  width: 200px;
  padding: 8px 15px;
}
.lid-banner .input-wrapper:focus {
  border: 1px dotted #FE6A01;
}
.lid-banner .input-wrapper label {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  text-align: left;
  color: #7F8A9B;
  display: block;
}
.lid-banner .input-wrapper input {
  width: 100%;
  margin-top: 3px;
  background-color: transparent;
  border: none;
  font-family: Golos Text;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #1A1E24;
}
.lid-banner .input-wrapper input::placeholder {
  color: #1A1E24;
}
.lid-banner .input-wrapper input:focus {
  outline: none;
}
.lid-banner .elipse {
  position: absolute;
  width: 1004px;
  height: 382px;
  top: -16px;
  left: 569px;
  border-radius: 60%;
  background: linear-gradient(230.44deg, rgba(255, 255, 255, 0.77) 27.38%, rgba(255, 255, 255, 0) 87.41%);
}
.lid-banner img {
  width: 368px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  max-width: 29.7%;
}

@media (max-width: 475px) {
  .lid-banner {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .lid-banner .lid-banner__title {
    font-size: 20px;
    line-height: 21.6px;
  }
  .lid-banner .lid-banner__subtitle {
    margin-top: 8px;
    font-size: 18px;
    line-height: 22.95px;
  }
  .lid-banner form {
    margin-top: 15px;
    gap: 14px;
  }
  .lid-banner form .lid-magnit-btn {
    font-size: 20px;
  }
  .lid-banner .input-wrapper {
    padding: 7px 13px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
    height: 48px;
    width: 100%;
  }
  .lid-banner .input-wrapper label {
    font-size: 10px;
    line-height: 12px;
  }
  .lid-banner .input-wrapper input {
    padding-left: 0px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16.8px;
  }
  .lid-banner .input-wrapper input::placeholder {
    color: #1A1E24;
  }
  .lid-banner .input-wrapper input:focus {
    outline: none;
  }
  .lid-banner .elipse {
    display: none;
  }
  .lid-banner img {
    display: none;
  }
}
.details-popup {
  overflow-y: auto !important;
  transform: translateX(150%);
  transition: 0.5s;
  height: 100%;
  z-index: 13;
  scroll-behavior: smooth;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  padding-bottom: 36px;
}
.details-popup .container {
  position: relative;
}
.details-popup .details-popup-header {
  padding-top: 36px;
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.2);
  padding-bottom: 12px;
  backdrop-filter: blur(15px);
}
.details-popup .details-popup-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 48px;
  height: 48px;
  background-image: url("../vectors/close.svg");
  background-position: center center;
  cursor: pointer;
  z-index: 2;
}
.details-popup .details-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: left;
  color: #212121;
}
.details-popup .details-descr {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.5px;
  text-align: left;
}
.details-popup .details-first-block {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  flex-wrap: wrap;
}
.details-popup .myCarousel-wrapper .dot-container {
  margin-top: 14px;
}
.details-popup .details-carousel-wrapper {
  border-radius: 4px;
  position: relative;
  padding: 36px;
  width: 560px;
  max-width: 100%;
  height: 560px;
  background-color: #F6F8FA;
  overflow: hidden;
}
.details-popup .details-carousel-wrapper .next-btn, .details-popup .details-carousel-wrapper .prev-btn {
  cursor: pointer;
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
  background-image: url("../img/right-popup-btn.png");
  background-size: cover;
}
.details-popup .details-carousel-wrapper .next-btn:active, .details-popup .details-carousel-wrapper .prev-btn:active {
  border: 1px solid #FF661F;
}
.details-popup .details-carousel-wrapper .prev-btn {
  left: 24px;
  transform: translateY(-50%) rotate(180deg);
}
.details-popup .details-carousel-wrapper .next-btn {
  right: 24px;
}
.details-popup .details-carousel {
  display: flex;
  flex-direction: row;
  gap: 20px;
  overflow-x: auto;
  -ms-overflow-style: hidden;
  scroll-behavior: smooth;
}
.details-popup .details-carousel::-webkit-scrollbar {
  display: none;
}
.details-popup .details-carousel .details-item {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.details-popup .details-carousel .details-item img {
  width: 100%;
  height: 100%;
}
.details-popup .details-chars {
  width: 420px;
  max-width: 100%;
}
.details-popup .details-chars .adv-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.details-popup .details-chars .advantages-block {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-left: 64px;
}
.details-popup .details-chars .advantages-block::after {
  position: absolute;
  content: "";
  left: 0;
  width: 48px;
  height: 48px;
  background-size: cover;
}
.details-popup .details-chars .advantages-block:first-child::after {
  background-image: url("../vectors/filter.svg");
}
.details-popup .details-chars .advantages-block:nth-child(2)::after {
  background-image: url("../vectors/sensor.svg");
}
.details-popup .details-chars .advantages-block:nth-child(3)::after {
  background-image: url("../vectors/regeneration.svg");
}
.details-popup .details-chars .advantages-block p {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.5px;
  text-align: left;
  color: #212121;
}
.details-popup .lid-banner {
  margin-top: 60px;
}
.details-popup .chars {
  margin-top: 36px;
  height: 129px;
}
.details-popup .chars .chars-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.5px;
  text-align: left;
  color: #212121;
}
.details-popup .chars ul {
  margin: 0;
  padding: 0;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.details-popup .chars ul li {
  font-size: 20px;
  display: flex;
  gap: 10px;
}
.details-popup .chars-btn {
  display: block;
  text-decoration: none;
  margin-top: 70px;
  width: auto;
  position: relative;
  color: #FF661F;
  font-size: 20px;
  font-weight: 400;
  width: 216.7px;
  line-height: 25.5px;
  text-align: left;
}
.details-popup .chars-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 13.78px;
  height: 8px;
  background-image: url("../vectors/orange-vector.svg");
  background-repeat: no-repeat;
}
.details-popup .details-btn {
  margin-top: 36px;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  color: white;
  background: linear-gradient(113.69deg, #FF661F 35.08%, #EB8B5E 156.95%);
  font-size: 20px;
  font-weight: 700;
  line-height: 25.5px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-popup .chars-subtitle {
  position: relative;
  margin-top: 27px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
  color: #212121;
  padding-left: 42px;
  display: flex;
  align-items: center;
}
.details-popup .chars-subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../vectors/gear.svg");
}
.details-popup .tec-chars {
  margin-top: 48px;
}
.details-popup .tec-chars .tec-chars__table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 24px;
}
.details-popup .tec-chars .tec-chars__table tr {
  height: 101px;
}
.details-popup .tec-chars .tec-chars__table tr:first-child {
  height: 55px;
  font-weight: 700;
}
.details-popup .tec-chars .tec-chars__table tr:nth-child(2n) {
  background-color: #F6F8FA;
}
.details-popup .tec-chars .tec-chars__table tr td {
  width: 250px;
}
.details-popup .tec-chars .tec-chars__table tr td:first-child {
  padding-left: 12px;
  border-radius: 4px 0px 0px 4px;
}
.details-popup .tec-chars .tec-chars__table tr td:nth-child(2) {
  width: auto;
  border-radius: 0px 4px 4px 0px;
  padding-left: 80px;
}
.details-popup .popup-contacts {
  margin-top: 48px;
}
.details-popup .popup-contacts .wrapper {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.details-popup .also {
  margin-top: 48px;
}
.details-popup .also .dot-container {
  display: none;
}
.details-popup .review {
  margin-top: 48px;
}
.details-popup .review .iframe-container {
  margin-top: 25px;
}

.details-popup.active {
  transform: none;
}

@media (max-width: 1072px) {
  .details-popup .details-carousel-wrapper {
    width: 100%;
  }
  .details-popup .details-chars {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .details-popup {
    padding-bottom: 24px;
  }
  .details-popup .details-popup-header {
    padding-top: 12px;
  }
  .details-popup .myCarousel-wrapper {
    width: 100%;
  }
  .details-popup .lid-banner {
    margin-top: 48px;
  }
  .details-popup .details-popup-close {
    width: 36px;
    height: 36px;
    background-size: cover;
  }
  .details-popup .details-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
  }
  .details-popup .details-descr {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.5px;
  }
  .details-popup .details-first-block {
    margin-top: 48px;
    gap: 43px;
  }
  .details-popup .details-carousel-wrapper {
    border-radius: 4px;
    position: relative;
    padding: 12px;
    height: 320px;
    background-color: #F6F8FA;
    overflow: hidden;
  }
  .details-popup .details-carousel-wrapper .next-btn, .details-popup .details-carousel-wrapper .prev-btn {
    display: none;
  }
  .details-popup .details-carousel {
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    -ms-overflow-style: hidden;
    scroll-behavior: smooth;
    height: 100%;
  }
  .details-popup .details-carousel::-webkit-scrollbar {
    display: none;
  }
  .details-popup .details-carousel .details-item {
    position: relative;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
  }
  .details-popup .details-carousel .details-item img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: auto;
    height: 100%;
  }
  .details-popup .details-chars .adv-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .details-popup .details-chars .advantages-block {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding-left: 64px;
  }
  .details-popup .details-chars .advantages-block p {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.95px;
  }
  .details-popup .chars {
    margin-top: 24px;
    height: 129px;
  }
  .details-popup .chars .chars-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25.5px;
    text-align: left;
    color: #212121;
  }
  .details-popup .chars ul {
    margin: 0;
    padding: 0;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .details-popup .chars ul li {
    font-size: 16px;
    display: flex;
    gap: 10px;
  }
  .details-popup .chars ul li:last-child span {
    font-size: 18px;
    color: #FF661F;
  }
  .details-popup .chars-btn {
    margin-top: 46px;
    width: auto;
    position: relative;
    color: #FF661F;
    font-size: 20px;
    font-weight: 400;
    width: 216.7px;
    line-height: 25.5px;
    text-align: left;
  }
  .details-popup .chars-btn::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    width: 13.78px;
    height: 8px;
    background-image: url("../vectors/orange-vector.svg");
    background-repeat: no-repeat;
  }
  .details-popup .details-btn {
    margin-top: 24px;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    color: white;
    background: linear-gradient(113.69deg, #FF661F 35.08%, #EB8B5E 156.95%);
    font-size: 20px;
    font-weight: 700;
    line-height: 25.5px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .details-popup .chars-subtitle {
    position: relative;
    margin-top: 16.5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    color: #212121;
    padding-left: 30px;
    display: flex;
    align-items: center;
  }
  .details-popup .chars-subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../vectors/gear.svg");
  }
  .details-popup .tec-chars {
    margin-top: 48px;
  }
  .details-popup .tec-chars .tec-chars__table {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
    margin-top: 24px;
  }
  .details-popup .tec-chars .tec-chars__table tr {
    height: 101px;
  }
  .details-popup .tec-chars .tec-chars__table tr:first-child {
    height: 55px;
    font-weight: 700;
  }
  .details-popup .tec-chars .tec-chars__table tr:nth-child(2n) {
    background-color: #F6F8FA;
  }
  .details-popup .tec-chars .tec-chars__table tr td {
    width: 190px;
  }
  .details-popup .tec-chars .tec-chars__table tr td:first-child {
    padding-left: 12px;
    border-radius: 4px 0px 0px 4px;
  }
  .details-popup .tec-chars .tec-chars__table tr td:nth-child(2) {
    padding-left: 20px;
    width: auto;
    border-radius: 0px 4px 4px 0px;
  }
  .details-popup .popup-contacts {
    margin-top: 48px;
  }
  .details-popup .popup-contacts .wrapper {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .details-popup .also {
    margin-top: 48px;
  }
  .details-popup .also .purify-items-wrapper {
    margin-top: 24px;
  }
  .details-popup .review .iframe-container {
    height: 320px;
  }
  .details-popup.active {
    transform: none;
  }
}
.contacts-block {
  color: #212121;
  width: 610px;
  max-width: 100%;
  background-color: #F6F8FA;
  padding: 24px;
}
.contacts-block .contacts-block__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
}
.contacts-block .contacts-block__content {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.contacts-block .contact-person {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.contacts-block .contact-person .person-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}
.contacts-block .contact-person .person-icon img {
  width: 100%;
  height: 100%;
}
.contacts-block .contact-person .person-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.5px;
  text-align: left;
}
.contacts-block .contact-person .person-title span {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.95px;
  text-align: left;
}
.contacts-block .contact-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contacts-block .contact-links a {
  text-decoration: none;
}
.contacts-block .contact-links .phone {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.5px;
  text-align: left;
}
.contacts-block .contact-links .mail {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.95px;
  text-align: left;
}

@media (max-width: 1072px) {
  .contacts-block {
    flex-grow: 1;
  }
}
@media (max-width: 475px) {
  .contacts-block .contacts-block__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.4px;
  }
  .contacts-block .contacts-block__content {
    margin-top: 20px;
    align-items: flex-end;
    gap: 10px;
  }
  .contacts-block .contact-person .person-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.4px;
  }
  .contacts-block .contact-person .person-title span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.4px;
  }
  .contacts-block .contact-links {
    padding-left: 54px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .contacts-block .contact-links a {
    text-decoration: none;
  }
  .contacts-block .contact-links .phone {
    font-size: 16px;
    line-height: 20.4px;
  }
  .contacts-block .contact-links .mail {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
}
.characteristics {
  margin-top: 96px;
  overflow: hidden;
}
.characteristics .title {
  font-family: Onest;
  font-size: 52px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: left;
  color: #212121;
}

.table-wrapper {
  position: relative;
  overflow: auto;
}

.char-table {
  font-size: 18px;
  line-height: 22.95px;
  border-spacing: 10px;
  margin-top: 48px;
  border-collapse: collapse;
  white-space: nowrap;
  table-layout: auto;
  -webkit-overflow-scrolling: touch;
  vertical-align: top;
  width: 1680px;
}
.char-table tr {
  padding: 0px 12px;
  height: 101px;
}
.char-table tr td {
  font-size: 16px;
  min-width: 280px;
}
.char-table tr td:nth-child(2) {
  padding-left: 50px;
}
.char-table tr td:first-child {
  font-size: 18px;
  padding-left: 12px;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.char-table tr td:last-child {
  border-radius: 0px 8px 8px 0px;
  overflow: hidden;
}
.char-table tr:first-child {
  height: 54px;
}
.char-table tr:first-child td {
  font-size: 18px;
  font-weight: 800;
}
.char-table tr:nth-child(2n) {
  background-color: #F6F8FA;
  border-radius: 4px;
}

@media (max-width: 1072px) {
  .characteristics .title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 475px) {
  .characteristics {
    margin-top: 48px;
  }
  .characteristics .title {
    font-size: 32px;
    line-height: 38.4px;
  }
  .characteristics .table-wrapper {
    -ms-overflow-style: none;
  }
  .characteristics .table-wrapper::-webkit-scrollbar {
    display: none;
  }
  .characteristics .char-table {
    margin-top: 24px;
  }
}
.first-screen {
  position: relative;
  background-image: url("../img/svarshik.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 680px;
}
.first-screen .container {
  position: relative;
  height: 100%;
}
.first-screen::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(284.2deg, rgba(0, 0, 0, 0) 0%, #000000 100.42%);
}
.first-screen .first-screen__content {
  position: absolute;
  z-index: 2;
  top: 185px;
  left: 0px;
}
.first-screen .first-screen__content * {
  color: white;
}
.first-screen .first-screen__content .title {
  font-size: 52px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: left;
}
.first-screen .first-screen__content .first-screen__subtitle {
  margin-top: 24px;
  width: 420px;
  max-width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
}
.first-screen .first-screen__content .first-screen__button {
  cursor: pointer;
  margin-top: 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 353px;
  height: 60px;
  border-radius: 4px;
  background: linear-gradient(113.69deg, #FF661F 35.08%, #EB8B5E 156.95%);
}
.first-screen .circle-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 2;
  border-radius: 50%;
}
.first-screen .circle-button img {
  width: 30px;
}

@media (max-width: 1072px) {
  .first-screen {
    height: 540px;
  }
}
@media (max-width: 475px) {
  .first-screen {
    overflow: hidden;
    position: relative;
    background-image: url("../img/background-mobile.webp");
    background-repeat: no-repeat;
    width: 100%;
    background-size: 200% 100%;
    background-position: 45% 50%;
    height: 484px;
  }
  .first-screen .container {
    position: relative;
    height: 100%;
  }
  .first-screen::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(284.2deg, rgba(0, 0, 0, 0) 0%, #000000 100.42%);
  }
  .first-screen .first-screen__content {
    position: absolute;
    z-index: 2;
    top: 108px;
    left: 0px;
  }
  .first-screen .first-screen__content * {
    color: white;
  }
  .first-screen .first-screen__content .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
  }
  .first-screen .first-screen__content .first-screen__subtitle {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.95px;
    text-align: left;
    width: 100%;
  }
  .first-screen .first-screen__content .first-screen__button {
    width: 100%;
  }
  .first-screen .circle-button {
    bottom: 42px;
  }
}
.documentation-banner {
  background-color: #FE6A01;
  width: 100%;
  border-radius: 4px;
  height: 160px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
}
.documentation-banner * {
  color: #fff;
}
.documentation-banner .documentation-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: left;
}
.documentation-banner .link-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: nowrap;
}
.documentation-banner .documentation-link {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.4px;
  text-align: left;
  width: 304px;
  height: 80px;
  border-radius: 8px;
  background-color: #fe7c20;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-left: 64px;
}
.documentation-banner .documentation-link::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../vectors/pdf-01.svg");
  background-size: cover;
}

@media (max-width: 1072px) {
  .documentation-banner {
    padding: 20px;
    width: 100%;
    min-height: 285px;
    height: auto;
    flex-direction: column;
  }
  .documentation-banner .link-wrapper {
    margin-top: 24px;
    flex-direction: column;
    width: 100%;
  }
  .documentation-banner .link-wrapper .documentation-link {
    width: 100%;
    height: auto;
    min-height: 80px;
    padding: 20px;
    padding-left: 64px;
  }
}
@media (max-width: 1072px) {
  .container {
    width: 95%;
    max-width: 100%;
  }
  .first-screen .lid-banner {
    margin-top: 30px;
  }
}