html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  position: relative;
  background-color: rgb(32, 32, 54);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em;
}

a {
  font-family: Montserrat, sans-serif;
  outline: none;
}

button,
input,
textarea,
span,
div {
  font-family: Montserrat, sans-serif;
  outline: none !important;
}

button:hover,
input:hover,
textarea:hover,
span:hover,
div:hover {
  outline: none !important;
}

button:focus,
input:focus,
textarea:focus,
span:focus,
div:focus {
  outline: none !important;
}

button:active,
input:active,
textarea:active,
span:active,
div:active {
  outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

img.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

img.lazy.loaded {
  opacity: 1;
}

.btn {
  display: inline-block;
  outline: none !important;
  cursor: pointer;
  border: 0px solid transparent;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.75px;
  padding: 12px 32px;
}

.btn span {
  position: relative;
  z-index: 10;
}

.btn-orange {
  position: relative;
  color: #fff;
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(126.43deg, #EEFF00 -9.26%, #FFAA00 19.28%, #F54562 74.25%);
  -webkit-box-shadow: 0px 8px 8px -4px rgba(255, 170, 0, 0.12), 0px 16px 24px 0px rgba(255, 170, 0, 0.24), 0px 2px 4px -1px rgba(10, 70, 82, 0.12), 0px 0px 1px 0px rgba(255, 170, 0, 0.24);
  box-shadow: 0px 8px 8px -4px rgba(255, 170, 0, 0.12), 0px 16px 24px 0px rgba(255, 170, 0, 0.24), 0px 2px 4px -1px rgba(10, 70, 82, 0.12), 0px 0px 1px 0px rgba(255, 170, 0, 0.24);
  -webkit-transition: background 1s ease-out;
  transition: background 1s ease-out;
}

.btn-orange:before {
  border-radius: 24px;
  opacity: 0;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: linear-gradient(126.43deg, #EEFF00 -29.26%, #FFAA00 -9.28%, #F54562 44.25%);
}

.btn-orange:hover:before {
  opacity: 1;
  -webkit-box-shadow: 0px 4px 4px -4px rgba(255, 170, 0, 0.12), 0px 8px 12px 0px rgba(255, 170, 0, 0.24), 0px 2px 4px -1px rgba(10, 70, 82, 0.12), 0px 0px 1px 0px rgba(255, 170, 0, 0.24);
  box-shadow: 0px 4px 4px -4px rgba(255, 170, 0, 0.12), 0px 8px 12px 0px rgba(255, 170, 0, 0.24), 0px 2px 4px -1px rgba(10, 70, 82, 0.12), 0px 0px 1px 0px rgba(255, 170, 0, 0.24);
}

.btn.disabled,
.btn[disabled=disabled] {
  cursor: text;
  opacity: 0.7;
}

.btn.disabled:hover:before,
.btn[disabled=disabled]:hover:before {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-color {
  color: #fff;
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(135deg, #33334B 0%, #27273E 49.82%, #202036 100%);
  -webkit-box-shadow: 0px 8px 8px -4px rgba(255, 170, 0, 0.06), 0px 16px 24px 0px rgba(255, 170, 0, 0.12), 0px 2px 4px -1px rgba(10, 70, 82, 0.06), 0px 0px 1px 0px rgba(255, 170, 0, 0.12);
  box-shadow: 0px 8px 8px -4px rgba(255, 170, 0, 0.06), 0px 16px 24px 0px rgba(255, 170, 0, 0.12), 0px 2px 4px -1px rgba(10, 70, 82, 0.06), 0px 0px 1px 0px rgba(255, 170, 0, 0.12);
}

.btn-color:active .btn-color.disabled,
.btn-color[disabled=disabled] {
  cursor: text;
}

.btn-login {
  padding: 1.2rem 2.4rem;
  gap: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: -1rem 0;
}

.relative {
  position: relative;
}

.ml-auto {
  margin-left: auto;
}

.menu__top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(245, 247, 250, 0.06);
  z-index: 400;
  padding: 24px 0;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(9, 13, 20, 0.4) inset, -4px -4px 8px 0px rgba(224, 224, 225, 0.04) inset;
  box-shadow: 0px 1px 1px 0px rgba(9, 13, 20, 0.4) inset, -4px -4px 8px 0px rgba(224, 224, 225, 0.04) inset;
}

.menu__top_bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(92.64deg, rgba(245, 247, 250, 0.12) 0%, rgba(245, 247, 250, 0.06) 32.29%, rgba(245, 247, 250, 0) 100%);
  -webkit-filter: blur(108px);
  filter: blur(108px);
  backdrop-filter: blur(108px);
}

.menu__container {
  position: relative;
  z-index: 10;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin-left: 80px;
}

.menulist li {
  position: relative;
}

.menulist li a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
}

.menulist li a:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  height: 4px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menulist li a:hover:after {
  background-color: #fff;
}

.menulist li a.active:after {
  background-color: rgb(255, 170, 0);
}

.mobile__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0.8rem 0;
  background: rgb(14, 19, 48);
}

.mobile__menu .burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  position: relative;
  z-index: 50;
  margin-right: 16px;
}

.mobile__menu .btn-login {
  width: calc(100% - 3.2rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 1rem 1.6rem 0;
}

.mobile__drop {
  overflow-y: auto;
  z-index: 900;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: none;
  max-height: calc(100vh - 4.8rem);
  overflow-y: auto;
  padding-bottom: 24px;
  background-color: rgb(14, 19, 48);
  border-bottom: 1px solid rgb(40, 45, 69);
}

.mobile__drop_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
  position: relative;
  z-index: 100;
}

.mobile__drop_bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(92.64deg, rgba(245, 247, 250, 0.12) 0%, rgba(245, 247, 250, 0.06) 32.29%, rgba(245, 247, 250, 0) 100%);
  -webkit-filter: blur(108px);
  filter: blur(108px);
  backdrop-filter: blur(108px);
}

.mobile__drop_link {
  padding: 12px 30px 12px 32px;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile__drop-top {
  margin-top: 16px;
}

.popup-wrapper {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 16, 41, 0.6);
  z-index: 1001;
}

.popup-body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
}

.popup-inner {
  position: relative;
  width: 445px;
  padding: 40px;
  border-radius: 12px;
  -webkit-box-shadow: 0 32px 32px -4px rgba(20, 16, 41, 0.06), 0 64px 96px 0 rgba(20, 16, 41, 0.12), 0 8px 16px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  box-shadow: 0 32px 32px -4px rgba(20, 16, 41, 0.06), 0 64px 96px 0 rgba(20, 16, 41, 0.12), 0 8px 16px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  overflow: hidden;
}

.popup-inner .close {
  position: absolute;
  top: 40px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}

.popup-inner .close .fa:after {
  opacity: 1;
  background-color: rgba(20, 16, 41, 0.24);
}

.popup-inner .close:hover .fa:after {
  background-color: rgba(20, 16, 41, 0.64);
}

.popup-title {
  margin-bottom: 40px;
  color: rgba(20, 16, 41, 0.8);
  padding-right: 100px;
}

.popup__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  color: rgba(20, 16, 41, 0.6);
  margin: 0px;
}

.our-cookie {
  position: fixed;
  bottom: 2.4rem;
  right: 3.2rem;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 700px;
  border-radius: 1.6rem;
  gap: 1.6rem;
  padding: 3.2rem 4.8rem;
  background: rgb(14, 19, 48);
  -webkit-box-shadow: 0px 0.5px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px -2px 40px 0px rgba(187, 155, 255, 0.15), 0px -2px 10px 0px rgba(233, 223, 255, 0.3);
  box-shadow: 0px 0.5px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px -2px 40px 0px rgba(187, 155, 255, 0.15), 0px -2px 10px 0px rgba(233, 223, 255, 0.3);
}

.our-cookie__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-cookie__text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
}

.our-cookie__text a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.our-cookie__text a:hover {
  color: rgb(255, 255, 255);
}

.our-cookie__close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
}

.modal {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.8);
  z-index: 1001;
  overflow-y: auto;
  -webkit-transition: none !important;
  transition: none !important;
}

.modal__wrapper {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}

.modal__inner {
  position: relative;
  border-radius: 1.6rem;
  width: 1000px;
  background: url("/assets/landing/images/modal.png") no-repeat 50% 50%/cover;
  padding: 10rem 0;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgb(40, 45, 69);
}

.modal__close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

.modal__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal__title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: -1px;
  text-align: center;
}

.footer {
  background-color: rgb(8, 20, 30);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.71em;
  color: #fff;
  padding: 4.8rem 0;
}

.footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.footer__icon .svg {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer__icon:hover .svg {
  color: rgba(255, 255, 255, 0.8);
}

.footer__desc {
  font-size: 1.2rem;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.6);
}

.footer__desc a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.footer__desc a:hover {
  color: rgb(255, 255, 255);
}

.footer__line {
  margin: 1.6rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  font-size: 1.2rem;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.6);
  padding: 0;
}

.footer__menu a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.footer__menu a:hover {
  color: rgb(255, 255, 255);
}

.footer__menulast {
  margin-left: auto;
}

.title {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 5.8rem;
  letter-spacing: -1.5px;
  margin: 0 0 3.2rem;
}

.ausect__integr {
  padding: 65px 0;
  overflow: hidden;
}

.ausect__integr .title {
  -webkit-transform: rotate(-90deg) translate(-35%, -100%);
  -ms-transform: rotate(-90deg) translate(-35%, -100%);
  transform: rotate(-90deg) translate(-35%, -100%);
  text-align: right;
  font-weight: 800;
  font-size: 7.2rem;
  line-height: 8.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.ausect__integr .title span {
  color: rgb(238, 255, 0);
}

.ausect__slider {
  margin: 0 -1.6rem 0;
  padding: 0 0 1rem;
}

.ausect__slider .swiper-slide {
  width: auto;
  padding: 0 1.6rem 0 0;
}

.ausect__slider .swiper-slide .auintegr {
  width: auto;
}

.ausect__slider .swiper-slide:first-child {
  padding: 0 1.6rem;
}

.auintegrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.auintegr {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.6rem;
  width: calc(33.3333333333% - 16px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.auintegr__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aubots__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translateY(10rem);
  -ms-transform: translateY(10rem);
  transform: translateY(10rem);
}

.ausect__main {
  padding: 242px 0 100px;
  position: relative;
  min-height: 850px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/assets/landing/images/bg.png") no-repeat 50% 0;
  overflow: hidden;
}

.ausect__main .round {
  position: absolute;
  width: 1022px;
  height: 44px;
  opacity: 1;
  top: 369px;
  left: calc(50% - 469px);
  background: rgb(238, 255, 0);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: 1;
}

.ausect__main .container {
  position: relative;
  z-index: 10;
}

.uprb {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.uprb__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgb(40, 45, 69);
  background: rgb(14, 19, 48);
  border-radius: 1.6rem;
  padding: 2.4rem;
  width: 100%;
}

.uprb__img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.6rem;
}

.uprb__img img {
  width: 100%;
  height: auto;
}

.uprb__title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: -1px;
  margin: 0 0 1.6rem;
}

.uprb__desc p {
  color: rgba(224, 224, 255, 0.6);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0px;
}

.uprb__desc p:not(:last-child) {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgb(40, 45, 69);
}

.mt-60 {
  margin-top: 6rem;
}

.ausect__upr {
  margin: 0 0 6rem;
}

.ausect__upr .title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.2rem;
  letter-spacing: -1px;
}

.upr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 4.8rem;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgb(40, 45, 69);
  background-color: rgb(14, 19, 48);
  border-radius: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.upr__round1 {
  position: absolute;
  width: 118px;
  height: 118px;
  top: 38px;
  right: 33px;
  background: rgb(238, 255, 0);
  z-index: 2;
  border-radius: 50%;
  -webkit-filter: blur(96px);
  filter: blur(96px);
}

.upr__round2 {
  position: absolute;
  width: 118px;
  height: 118px;
  bottom: 224px;
  left: 39px;
  background: rgb(238, 255, 0);
  z-index: 2;
  border-radius: 50%;
  -webkit-filter: blur(126px);
  filter: blur(126px);
  opacity: 0.75;
}

.upr__box {
  width: 100%;
}

.upr-small {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3.2rem 4.8rem;
  position: relative;
  z-index: 1;
}

.upr__simg {
  margin: 0 auto 3.2rem;
}

.upr__lines {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3.6rem;
}

.upr__line {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: rgba(224, 224, 255, 0.6);
}

.upr__content {
  padding-left: 2.4rem;
}

.upr__img {
  width: 100%;
}

.upr__img img {
  width: 100%;
  height: auto;
}

.ausect__tariffs {
  padding: 0 0 6rem;
}

.ausect__tariffs .title {
  text-align: center;
}

.autarif__header {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.autarif__btn {
  width: 24.4rem;
  text-align: center;
  padding: 1.8rem 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.autarif__btn.active {
  color: #fff;
  background: rgb(245, 69, 98);
}

.autarif__box {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
}

.autarif__boxin {
  padding: 0 0 3.2rem;
  display: none;
}

.autarif__boxin.active {
  display: block;
}

.autarif__line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.autarif__t {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.4px;
  color: rgb(238, 255, 0);
  white-space: nowrap;
}

.autarif__d {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0px;
  padding-right: 6rem;
}

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

.ausect__lead {
  padding: 0 0 6rem;
}

.aulead {
  padding: 4rem 4rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.aulead__inner {
  max-width: 100%;
  width: 680px;
  margin: 0 auto;
}

.aulead__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1.2rem;
}

.aulead__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aulead__form .input {
  margin: 0 0 1.2rem;
  display: block;
  border: 1px solid rgb(238, 255, 0);
  width: 40rem;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.2rem 1.2rem;
  outline: 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0px;
  background: transparent;
  color: #fff;
  text-align: center;
}

.aulead__form .input:focus {
  outline: 1px solid rgb(238, 255, 0);
}

.aulead__form .label {
  margin: 0 0 3.2rem;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
}

.form__line {
  position: relative;
}

.form__line .label {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0;
}

.acceptance {
  margin: 0 0 3.2rem;
}

.acceptance input[type=checkbox] {
  display: none;
}

.acceptance__label {
  font-size: 1.2rem;
  position: relative;
  padding-left: 3rem;
  width: 100%;
  line-height: 1.5em;
  padding-top: 0.4rem;
}

.acceptance input[type=checkbox] + span:before {
  display: inline-block;
  content: " ";
  min-width: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  border: 1px solid rgb(245, 69, 98);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-size: 12px;
  margin: 0 8px 0 0;
  border-radius: 2px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  background-size: 14px;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.acceptance input[type=checkbox]:checked + span:before {
  border-color: rgb(245, 69, 98);
  background: rgb(245, 69, 98) url("/assets/landing/images/check.svg") no-repeat 50% 50%/14px;
}

.acceptance a {
  color: rgb(245, 69, 98);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.acceptance a:hover {
  text-decoration: underline;
}

.ausect__interface {
  padding: 6rem 0 0;
}

.intrfc {
  /*min-height: 447px;*/
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 7rem 5rem 7rem 7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgb(14, 19, 48);
  border: 1px solid rgb(40, 45, 69);
  border-radius: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intrfc__img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.intrfc__box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5rem;
}

.intrfc .title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.2rem;
  letter-spacing: -1px;
}

.intrfc__desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: rgba(224, 224, 255, 0.6);
}

.intrfc__desc p:not(:last-child) {
  margin: 0 0 1.6rem;
}

.blist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  padding: 1.3rem 0 1.3rem 3.6rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}

.blist li:before {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI1IDEwQzAuMjUgNC42MTUgNC42MTUgMC4yNSAxMCAwLjI1QzE1LjM4NSAwLjI1IDE5Ljc1IDQuNjE1IDE5Ljc1IDEwQzE5Ljc1IDE1LjM4NSAxNS4zODUgMTkuNzUgMTAgMTkuNzVDNC42MTUgMTkuNzUgMC4yNSAxNS4zODUgMC4yNSAxMFpNMTMuNjEgOC4xODZDMTMuNjcgOC4xMDYwNSAxMy43MTM0IDguMDE0OTIgMTMuNzM3NyA3LjkxNzk1QzEzLjc2MiA3LjgyMDk4IDEzLjc2NjYgNy43MjAxNCAxMy43NTE0IDcuNjIxMzVDMTMuNzM2MSA3LjUyMjU3IDEzLjcwMTIgNy40Mjc4MiAxMy42NDg5IDcuMzQyN0MxMy41OTY1IDcuMjU3NTcgMTMuNTI3NiA3LjE4Mzc4IDEzLjQ0NjMgNy4xMjU2NUMxMy4zNjQ5IDcuMDY3NTMgMTMuMjcyOCA3LjAyNjI0IDEzLjE3NTMgNy4wMDQyM0MxMy4wNzc4IDYuOTgyMjEgMTIuOTc2OSA2Ljk3OTkxIDEyLjg3ODUgNi45OTc0NkMxMi43ODAxIDcuMDE1MDEgMTIuNjg2MiA3LjA1MjA1IDEyLjYwMjMgNy4xMDY0MUMxMi41MTg0IDcuMTYwNzcgMTIuNDQ2MiA3LjIzMTM1IDEyLjM5IDcuMzE0TDkuMTU0IDExLjg0NEw3LjUzIDEwLjIyQzcuMzg3ODMgMTAuMDg3NSA3LjE5OTc4IDEwLjAxNTQgNy4wMDU0OCAxMC4wMTg4QzYuODExMTggMTAuMDIyMyA2LjYyNTc5IDEwLjEwMSA2LjQ4ODM4IDEwLjIzODRDNi4zNTA5NyAxMC4zNzU4IDYuMjcyMjUgMTAuNTYxMiA2LjI2ODgyIDEwLjc1NTVDNi4yNjU0IDEwLjk0OTggNi4zMzc1MiAxMS4xMzc4IDYuNDcgMTEuMjhMOC43MiAxMy41M0M4Ljc5Njk5IDEzLjYwNjkgOC44ODk4IDEzLjY2NjIgOC45OTE5OSAxMy43MDM2QzkuMDk0MTggMTMuNzQxMSA5LjIwMzI5IDEzLjc1NTkgOS4zMTE3NiAxMy43NDY5QzkuNDIwMjMgMTMuNzM4IDkuNTI1NDYgMTMuNzA1NSA5LjYyMDEzIDEzLjY1MTlDOS43MTQ4IDEzLjU5ODIgOS43OTY2NSAxMy41MjQ1IDkuODYgMTMuNDM2TDEzLjYxIDguMTg2WiIgZmlsbD0iI0ZGQUEwMCIvPgo8L3N2Zz4K");
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  display: block;
  width: 2rem;
  height: 2rem;
}

.intro {
  font-weight: 800;
  font-size: 5.2rem;
  line-height: 100%;
  letter-spacing: 1px;
  margin: 0 0 3.2rem;
}

.intro__desc {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0px;
  max-width: 670px;
  margin: 0 0 4.8rem;
}

.ausect__capabilities {
  position: relative;
  width: 100%;
  padding: 0 0 6rem;
}

.ausect__capabilities .title {
  text-align: center;
}

.aucapabilitie {
  padding: 0 0 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aucapabilitie__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3.2rem 4.8rem 3.2rem;
  width: 100%;
  background: rgb(14, 19, 48);
  border: 1px solid rgb(40, 45, 69);
  border-radius: 1.6rem;
}

.aucapabilitie__title {
  margin: 0 0 1.2rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: -1px;
}

.aucapabilitie__icon {
  margin: 0 auto 2.4rem;
}

.aucapabilitie__desc {
  color: rgba(224, 224, 255, 0.6);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0px;
}

.main__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main__btn {
  text-transform: uppercase;
}

.row {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

.row > * {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media (max-width: 992px) {
  .modal__inner {
    max-width: 80%;
  }

  .footer__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__menulast {
    margin-left: unset;
  }

  .title {
    font-size: 2.4rem;
    line-height: 1.3em;
    margin: 0 0 2.4rem;
  }

  .ausect__integr .title {
    font-size: 2.4rem;
    line-height: 1.3em;
    margin: 0 0 1.6rem;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: unset;
    left: unset;
    position: relative;
    text-transform: none;
    text-align: left;
  }

  .ausect__integr .title br {
    display: none;
  }

  .aubots__img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 1.6rem;
  }

  .ausect__bots .mt-60 {
    margin-top: 2.4rem;
  }

  .uprb__title {
    font-size: 2rem;
    margin: 0 0 0.8rem;
  }

  .uprb__desc p:not(:last-child) {
    margin: 0 0 0.8rem;
    padding: 0 0 0.8rem;
  }

  .ausect__upr .title {
    font-size: 2.4rem;
    line-height: 1.3em;
    margin: 0 0 1.6rem;
  }

  .upr {
    padding: 2.4rem;
    height: auto;
  }

  .upr__box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .upr__box-1 .upr__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 1.6rem;
  }

  .upr-small {
    padding: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .upr__lines {
    gap: 0.8rem;
    margin-bottom: 0;
  }

  .upr__line {
    font-size: 1.4rem;
  }

  .upr__content {
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .ausect__interface {
    padding: 4.8rem 0 0;
  }

  .intrfc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.4rem;
  }

  .intrfc__box {
    padding-left: 0;
  }

  .intrfc .title {
    font-size: 2.4rem;
    line-height: 1.3em;
    margin: 0 0 1.6rem;
  }

  .intrfc__desc {
    font-size: 1.4rem;
  }

  .intrfc__desc p:not(:last-child) {
    font-size: 1.2rem;
  }

  .blist li {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .intro {
    font-size: 4.2rem;
  }

  .ausect__capabilities {
    padding: 0 0 4.8rem;
  }

  .aucapabilitie {
    padding: 0 0 1.6rem;
  }

  .aucapabilitie__box {
    padding: 2.4rem 2.4rem;
  }

  .aucapabilitie__title {
    font-size: 2rem;
    margin: 0 0 0.8rem;
  }

  .aucapabilitie__icon {
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 768px) {
  .footer__desc {
    margin-bottom: 1rem;
  }

  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .uprb {
    height: auto;
    margin: 0 0 1.6rem;
  }

  .aulead__form .input {
    width: auto;
  }
}

@media (max-width: 576px) {
  .footer__menu {
    gap: 1rem;
  }

  .auintegr {
    padding: 1.6rem;
  }

  .aubots__img img {
    max-width: 100%;
  }

  .ausect__main {
    background-position: 50% 0;
    min-height: unset;
    padding: 7.2rem 0 8rem;
    background-size: 1100px;
  }

  .ausect__main .round {
    top: 269px;
    opacity: 0.5;
  }

  .autarif__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .autarif__btn {
    width: 100%;
  }

  .autarif__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .autarif__d {
    padding-right: 0;
  }

  .intro {
    font-size: 3.2rem;
    margin: 0 0 1.6rem;
  }

  .intro__desc {
    font-size: 1.6rem;
    max-width: unset;
    margin: 0 0 2.4rem;
  }

  .main__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }

  .main__btns .btn {
    width: 100%;
  }
}