@font-face {
  font-family: "Wadik";
  src: url("../fonts/WadikBold.eot");
  src: url("../fonts/WadikBold.eot?#iefix") format("embedded-opentype"), url("../fonts/WadikBold.woff2") format("woff2"), url("../fonts/WadikBold.woff") format("woff"), url("../fonts/WadikBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

input,
button,
textarea,
select,
label {
  font: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  color: #000000;
}

b, body, html, i, img, strong, sup {
  margin: 0;
  padding: 0;
}

article, aside, footer, header, main, nav, section {
  display: block;
}

a, article, aside, blockquote, code, div, footer, form, h1, h2, h3, h4, h5, h6, header, hr, iframe, label, li, main, nav, ol, p, pre, section, span, textarea, ul {
  margin: 0;
  padding: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 99.9vh;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-color: #080F1F;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
html,
body {
  line-height: 1.4;
  font-size: 0.2605vw;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 4000px) {
  html,
  body {
    font-size: 0.2605vw;
  }
}
@media screen and (max-width: 1920px) {
  html,
  body {
    font-size: 0.521vw;
  }
}
@media screen and (max-width: 1600px) {
  html,
  body {
    font-size: 0.628vw;
  }
}
@media screen and (max-width: 1200px) {
  html,
  body {
    font-size: 0.835vw;
  }
}
@media screen and (max-width: 991px) {
  html,
  body {
    font-size: 1.01vw;
  }
}
@media screen and (max-width: 799px) {
  html,
  body {
    font-size: 1.254vw;
  }
}
@media screen and (max-width: 449px) {
  html,
  body {
    font-size: 2.55vw;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-button:hover,
body::-webkit-scrollbar-button:hover {
  background-color: #fff;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: rgba(8, 15, 31, 0.7);
  border-radius: 10px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

a {
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
a:hover {
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.hidden {
  overflow: hidden;
}

.main {
  flex: 1 1 auto;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16rem;
}
@media screen and (max-width: 1920px) {
  .container {
    padding: 0 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0 2rem;
  }
}

.header {
  padding: 6.4rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 1920px) {
  .header {
    padding: 3.2rem 0;
  }
}
@media screen and (max-width: 991px) {
  .header {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 449px) {
  .header {
    padding: 1rem 0;
  }
}
.header__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.header__part {
  display: none;
}
@media screen and (max-width: 799px) {
  .header__part {
    display: flex;
    min-width: 5.4rem;
    max-width: 5.4rem;
    height: 5.4rem;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
}
.header__menu {
  display: flex;
  gap: 1.8rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1920px) {
  .header__menu {
    gap: 0.9rem;
  }
}
@media screen and (max-width: 799px) {
  .header__menu {
    gap: 1rem;
    flex-direction: column;
  }
}
.header__menu__item {
  display: block;
  padding: 0;
  margin: 0;
}
.header__menu__link {
  font-family: "Wadik";
  font-size: 4rem;
  line-height: 100%;
  text-transform: uppercase;
  padding: 3.6rem 5.2rem;
  background: #353A50;
  border-radius: 10rem;
  display: block;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .header__menu__link:hover {
    background: #4A506A;
  }
}
@media screen and (max-width: 1920px) {
  .header__menu__link {
    padding: 1.8rem 2.6rem;
    font-size: 2rem;
    line-height: 2rem;
  }
}
.header__menu__link.active, .header__menu__link.is-active {
  background: #6A708B;
}
.header .button {
  position: relative;
  z-index: 25;
  width: auto;
}
@media screen and (max-width: 799px) {
  .header .header__dropdown {
    background: #232633;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13.4rem 2rem 2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    z-index: -9999;
  }
  .header .header__dropdown_active {
    opacity: 1;
    visibility: visible;
    z-index: 20;
  }
  .header .menu-toggle {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 0.3rem;
    position: relative;
    background: transparent;
  }
  .header .menu-toggle-cont {
    width: 5.5rem;
    height: 1.5rem;
    font-size: 0;
    cursor: pointer;
    position: relative;
    z-index: 25;
  }
  .header .menu-toggle-cont:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .header .menu-toggle-cont_active .menu-toggle {
    height: 0;
  }
  .header .menu-toggle-cont_active .menu-toggle:before {
    transform: rotate(45deg);
    top: auto;
  }
  .header .menu-toggle-cont_active .menu-toggle:after {
    transform: rotate(-45deg);
    top: auto;
    width: 100%;
  }
  .header .menu-toggle:before,
  .header .menu-toggle:after {
    content: "";
    transition: all 0.3s;
    height: 0.3rem;
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
  }
  .header .menu-toggle:before {
    top: 0.6rem;
  }
  .header .menu-toggle:after {
    top: -0.3rem;
    width: 65%;
  }
  .header .menu-toggle:before {
    transform: translateY(-350%);
  }
  .header .menu-toggle:after {
    transform: translateY(350%);
  }
}
@media screen and (max-width: 449px) {
  .header .header__dropdown {
    padding: 11.4rem 2rem 2rem;
  }
}

@media screen and (max-width: 799px) {
  .description {
    position: relative;
  }
}
.description__block {
  display: flex;
  align-items: flex-start;
  gap: 16.2rem;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .description__block {
    gap: 8.1rem;
  }
}
@media screen and (max-width: 991px) {
  .description__block {
    gap: 6rem;
  }
}
.description__image {
  max-width: 132rem;
  min-width: 132rem;
}
@media screen and (max-width: 1920px) {
  .description__image {
    max-width: 66rem;
    min-width: 66rem;
  }
}
@media screen and (max-width: 1200px) {
  .description__image {
    max-width: 48rem;
    min-width: 48rem;
  }
}
@media screen and (max-width: 991px) {
  .description__image {
    max-width: 45rem;
    min-width: 45rem;
  }
}
@media screen and (max-width: 799px) {
  .description__image {
    display: none;
  }
}
.description__image img {
  width: 100%;
}
.description__content {
  width: 100%;
  max-width: 146rem;
  padding: 17.8rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1920px) {
  .description__content {
    max-width: 73.2rem;
    padding: 8.9rem 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .description__content {
    padding: 6rem 0 0;
  }
}
@media screen and (max-width: 799px) {
  .description__content {
    padding: 1rem 0 0;
  }
}
.description__content__image {
  display: none;
}
@media screen and (max-width: 799px) {
  .description__content__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 41rem;
    margin: 0 0 1.4rem 0;
  }
  .description__content__image img {
    width: 100%;
    display: block;
    max-width: 35.3rem;
  }
}
.description__content h2 {
  font-family: "Wadik";
  font-size: 8rem;
  line-height: 148%;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 5.6rem 0;
}
@media screen and (max-width: 1920px) {
  .description__content h2 {
    font-size: 4rem;
    margin: 0 0 2.8rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .description__content h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .description__content h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 799px) {
  .description__content h2 {
    margin: 0 0 2rem 0;
    line-height: 153%;
  }
}
.description__content p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 130%;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1920px) {
  .description__content p {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .description__content p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .description__content p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 449px) {
  .description__content p {
    line-height: 128%;
  }
}
.description__content__block {
  margin: 0 0 8rem 0;
  display: flex;
  align-items: flex-start;
  gap: 7.6rem;
}
@media screen and (max-width: 1920px) {
  .description__content__block {
    margin: 0 0 4rem 0;
    gap: 3.8rem;
  }
}
@media screen and (max-width: 991px) {
  .description__content__block {
    gap: 1.4rem;
    margin: 0 0 3rem 0;
  }
}
.description__content__icon {
  min-width: 9.6rem;
  max-width: 9.6rem;
}
@media screen and (max-width: 1920px) {
  .description__content__icon {
    min-width: 4.8rem;
    max-width: 4.8rem;
  }
}
@media screen and (max-width: 991px) {
  .description__content__icon {
    min-width: 3.6rem;
    max-width: 3.6rem;
  }
}
.description__content__icon img {
  width: 100%;
}
.description__content__text {
  width: 100%;
}

.chat {
  width: 100%;
  background: url(../images/chat-bg.webp) center center no-repeat;
  background-size: cover;
  padding: 27.8rem 0 13.8rem;
}
@media screen and (max-width: 1920px) {
  .chat {
    padding: 13.9rem 0 4.4rem;
  }
}
@media screen and (max-width: 449px) {
  .chat {
    padding: 9.4rem 0 1.7rem;
  }
}
.chat__block {
  width: 100%;
  max-width: 118.4rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .chat__block {
    max-width: 59.2rem;
  }
}
.chat__block:before {
  content: "";
  position: absolute;
  width: 20.4rem;
  height: 20.4rem;
  top: 27%;
  left: -30rem;
  background: url(../images/fire.webp) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1920px) {
  .chat__block:before {
    width: 10.4rem;
    height: 10.4rem;
    top: 28%;
    left: -17.2rem;
  }
}
@media screen and (max-width: 799px) {
  .chat__block:before {
    display: none;
  }
}
.chat__block:after {
  content: "";
  position: absolute;
  width: 16.4rem;
  height: 16.4rem;
  bottom: 14%;
  right: -28rem;
  background: url(../images/heart.webp) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1920px) {
  .chat__block:after {
    width: 8.4rem;
    height: 8.4rem;
    bottom: 13%;
    right: -16rem;
  }
}
@media screen and (max-width: 799px) {
  .chat__block:after {
    display: none;
  }
}
.chat__block img {
  width: 100%;
}

.advantages {
  padding: 16rem 0 5.3rem;
}
@media screen and (max-width: 1920px) {
  .advantages {
    padding: 8rem 0 5.3rem;
  }
}
@media screen and (max-width: 449px) {
  .advantages {
    padding: 6rem 0 2.6rem;
  }
}
.advantages h2 {
  font-family: "Wadik";
  font-size: 12rem;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 21rem 0;
}
@media screen and (max-width: 1920px) {
  .advantages h2 {
    font-size: 6rem;
    margin: 0 0 10.5rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .advantages h2 {
    margin: 0 0 6.5rem 0;
  }
}
@media screen and (max-width: 991px) {
  .advantages h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 449px) {
  .advantages h2 {
    font-size: 3rem;
    margin: 0 0 3rem 0;
  }
}
.advantages__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem;
}
@media screen and (max-width: 1920px) {
  .advantages__wrap {
    gap: 1.8rem;
  }
}
@media screen and (max-width: 449px) {
  .advantages__wrap {
    gap: 1.2rem;
  }
}
.advantages__item {
  width: calc(100% - 118.5rem);
  border-radius: 2.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 8rem;
}
@media screen and (max-width: 1920px) {
  .advantages__item {
    padding: 4rem;
    width: 66%;
  }
}
@media screen and (max-width: 1600px) {
  .advantages__item {
    width: 65.7%;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__item {
    width: 65.3%;
  }
}
@media screen and (max-width: 991px) {
  .advantages__item {
    width: 100%;
  }
}
@media screen and (max-width: 449px) {
  .advantages__item {
    height: 45.6rem !important;
    border-radius: 2.4rem;
  }
}
.advantages__item__text {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .advantages__item__text {
    max-width: 44rem;
  }
}
.advantages__item__title {
  position: absolute;
  top: 4rem;
  left: 0;
  max-width: 114rem;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .advantages__item__title {
    top: 2rem;
    max-width: 56rem;
  }
}
@media screen and (max-width: 1600px) {
  .advantages__item__title {
    max-width: 45rem;
    top: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__item__title {
    max-width: 35rem;
  }
}
@media screen and (max-width: 991px) {
  .advantages__item__title {
    display: none;
  }
}
.advantages__item__title p.note {
  font-family: "Wadik";
  font-size: 16rem;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  margin: 0;
}
@media screen and (max-width: 1920px) {
  .advantages__item__title p.note {
    font-size: 8rem;
  }
}
@media screen and (max-width: 1600px) {
  .advantages__item__title p.note {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__item__title p.note {
    font-size: 5rem;
  }
}
.advantages__item h3 {
  font-family: "Wadik";
  font-size: 6rem;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 2.8rem 0;
  text-align: left;
}
@media screen and (max-width: 1920px) {
  .advantages__item h3 {
    font-size: 3rem;
    margin: 0 0 1.4rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__item h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 449px) {
  .advantages__item h3 {
    font-size: 2.2rem;
    line-height: 153%;
    margin: 0 0 1.2rem 0;
  }
}
.advantages__item h3 br {
  display: none;
}
@media screen and (max-width: 449px) {
  .advantages__item h3 br {
    display: block;
  }
}
.advantages__item p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 130%;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1920px) {
  .advantages__item p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__item p {
    font-size: 1.8rem;
  }
}
.advantages__item p br {
  display: none;
}
@media screen and (max-width: 449px) {
  .advantages__item p br {
    display: block;
  }
}
.advantages__item-1 {
  background: url(../images/card-1-bg.webp) top center no-repeat;
  background-size: contain;
  height: 90.4rem;
  margin-top: -12.4rem;
}
@media screen and (max-width: 1920px) {
  .advantages__item-1 {
    margin-top: -6.2rem;
    height: 45rem;
  }
}
@media screen and (max-width: 1600px) {
  .advantages__item-1 {
    height: 36.6rem;
    margin-top: -5rem;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__item-1 {
    height: 28.5rem;
    margin-top: -4rem;
  }
}
@media screen and (max-width: 991px) {
  .advantages__item-1 {
    height: 37rem;
    background: url(../images/card-1-bg.webp) bottom center no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 449px) {
  .advantages__item-1 {
    background: url(../images/card-mini-1-bg.webp) bottom center no-repeat;
    background-size: cover;
    border: 1px solid rgba(82, 226, 239, 0.5);
    margin: 0;
    align-items: flex-start;
  }
}
.advantages__item-1 .advantages__item__text {
  max-width: 102rem;
}
@media screen and (max-width: 1920px) {
  .advantages__item-1 .advantages__item__text {
    max-width: 52rem;
  }
}
.advantages__item-2 {
  width: 114.8rem;
  background: #232633 url(../images/card-2-bg.webp) top center no-repeat;
  background-size: contain;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 127.2rem;
  margin-bottom: -49.6rem;
}
@media screen and (max-width: 1920px) {
  .advantages__item-2 {
    width: 32.96%;
    height: 63.6rem;
    margin-bottom: -26rem;
  }
}
@media screen and (max-width: 1600px) {
  .advantages__item-2 {
    height: 58rem;
    margin-bottom: -27rem;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__item-2 {
    width: 33%;
    height: 46rem;
  }
}
@media screen and (max-width: 991px) {
  .advantages__item-2 {
    width: 100%;
    height: 37rem;
    margin: 0;
  }
}
.advantages__item-3 {
  width: 114.8rem;
  background: #232633 url(../images/card-3.webp) top center no-repeat;
  background-size: contain;
  height: 127.2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1920px) {
  .advantages__item-3 {
    width: 32.96%;
    height: 63.6rem;
  }
}
@media screen and (max-width: 1600px) {
  .advantages__item-3 {
    height: 58rem;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__item-3 {
    width: 33%;
    height: 46rem;
  }
}
@media screen and (max-width: 991px) {
  .advantages__item-3 {
    width: 100%;
    height: 37rem;
  }
}
.advantages__item-4 {
  background: url(../images/card-4-bg.webp) bottom center no-repeat;
  background-size: contain;
  height: 127.2rem;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .advantages__item-4 {
    height: 63.6rem;
  }
}
@media screen and (max-width: 1600px) {
  .advantages__item-4 {
    height: 58rem;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__item-4 {
    height: 46rem;
  }
}
@media screen and (max-width: 991px) {
  .advantages__item-4 {
    height: 36rem;
  }
}
@media screen and (max-width: 449px) {
  .advantages__item-4 {
    background: url(../images/card-mini-4-bg.webp) bottom center no-repeat;
    background-size: cover;
    align-items: flex-start;
    border: 1px solid rgba(232, 119, 14, 0.5);
  }
}
.advantages__item-4 .advantages__item__text {
  max-width: 102rem;
}
@media screen and (max-width: 1920px) {
  .advantages__item-4 .advantages__item__text {
    max-width: 52rem;
  }
}

.service {
  position: relative;
}
.service:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 30rem;
  z-index: 2;
  background: linear-gradient(180deg, #080F1F 22.98%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1200px) {
  .service:before {
    height: 7rem;
  }
}
.service:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20rem;
  z-index: 2;
  background: linear-gradient(0deg, #080F1F 22.98%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1200px) {
  .service:after {
    height: 7rem;
  }
}
.service__image {
  width: 100%;
}
.service__image img {
  width: 100%;
}
.service__block {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  align-items: flex-end;
  justify-content: center;
  padding: 0 2rem 29.2rem;
}
@media screen and (max-width: 1920px) {
  .service__block {
    padding: 0 2rem 14.8rem;
  }
}
@media screen and (max-width: 1600px) {
  .service__block {
    padding: 0 2rem 12rem;
  }
}
@media screen and (max-width: 1200px) {
  .service__block {
    padding: 0 2rem 8rem;
  }
}
@media screen and (max-width: 991px) {
  .service__block {
    padding: 0 2rem 7rem;
  }
}
@media screen and (max-width: 799px) {
  .service__block {
    padding: 0 2rem 3rem;
  }
}
@media screen and (max-width: 449px) {
  .service__block {
    padding: 0 4rem 6.2rem;
  }
}
.service__content {
  width: 100%;
  max-width: 217.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .service__content {
    max-width: 107rem;
  }
}
@media screen and (max-width: 799px) {
  .service__content {
    max-width: 50rem;
  }
}
.service__content h2 {
  font-family: "Wadik";
  font-size: 8rem;
  line-height: 148%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 4.8rem 0;
}
@media screen and (max-width: 1920px) {
  .service__content h2 {
    font-size: 4rem;
    margin: 0 0 2.4rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .service__content h2 {
    font-size: 3rem;
    margin: 0 0 1.4rem 0;
  }
}
@media screen and (max-width: 991px) {
  .service__content h2 {
    font-size: 2.2rem;
    max-width: 60rem;
    margin: 0 auto 1.4rem;
  }
}
@media screen and (max-width: 799px) {
  .service__content h2 {
    font-size: 2rem;
    max-width: 50rem;
  }
}
@media screen and (max-width: 449px) {
  .service__content h2 {
    line-height: 130%;
  }
}
.service__content p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1920px) {
  .service__content p {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .service__content p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .service__content p {
    font-size: 1.8rem;
  }
}

.faq {
  padding: 16rem 0 10rem;
}
@media screen and (max-width: 1920px) {
  .faq {
    padding: 7.8rem 0 8rem;
  }
}
@media screen and (max-width: 799px) {
  .faq {
    padding: 8rem 0 5.4rem;
  }
}
@media screen and (max-width: 449px) {
  .faq {
    padding: 6rem 0 5.4rem;
  }
}
.faq h2 {
  font-family: "Wadik";
  font-size: 12rem;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 12rem 0;
}
@media screen and (max-width: 1920px) {
  .faq h2 {
    font-size: 6rem;
    margin: 0 0 6rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .faq h2 {
    margin: 0 0 6.5rem 0;
  }
}
@media screen and (max-width: 991px) {
  .faq h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 449px) {
  .faq h2 {
    font-size: 3rem;
    margin: 0 0 3.4rem 0;
  }
}
.faq__list {
  display: flex;
  padding: 0;
  margin: 0 !important;
  gap: 4rem;
}
@media screen and (max-width: 1920px) {
  .faq__list {
    gap: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .faq__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 449px) {
  .faq__list {
    gap: 1.6rem;
  }
}
.faq__wrap__item {
  flex: 1;
}
.faq__item {
  padding: 6rem 8rem 8rem;
  background: #232633;
  margin: 0 0 4rem 0;
  border: 0.2rem solid #232633;
  display: block;
  border-radius: 5.2rem;
}
@media screen and (max-width: 1920px) {
  .faq__item {
    margin: 0 0 2rem 0;
    padding: 3rem 4rem 4rem;
    border-radius: 2.6rem;
  }
}
@media screen and (max-width: 449px) {
  .faq__item {
    padding: 2.8rem 3.2rem 3rem;
    margin: 0 0 1.6rem 0;
  }
}
.faq__item:before {
  display: none;
}
.faq__item:last-child {
  margin: 0 !important;
}
.faq__item.active {
  border-color: #52E2EF;
}
.faq__item.active .li__name_text {
  color: #52E2EF;
}
.faq__accord .li__name {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  font-size: 5.2rem;
  font-family: "Wadik";
  line-height: 150%;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  transition: margin 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  .faq__accord .li__name {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1600px) {
  .faq__accord .li__name {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 449px) {
  .faq__accord .li__name {
    font-size: 1.6rem;
  }
}
.faq__accord .li__name.open {
  margin-bottom: 0;
}
.faq__accord .li__name.open .li__name-close svg {
  transform: rotate(-180deg);
}
.faq__accord .li__name.open .li__name-close svg path {
  stroke: #52E2EF;
}
.faq__accord .li__name_text {
  padding-right: 1rem;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1600px) {
  .faq__accord .li__name_text {
    padding-top: 0.7rem;
  }
}
@media screen and (max-width: 449px) {
  .faq__accord .li__name_text {
    padding-top: 0;
  }
}
.faq__accord .li__name-close {
  min-width: 9.6rem;
  max-width: 9.6rem;
  height: 9.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .faq__accord .li__name-close {
    min-width: 4.8rem;
    max-width: 4.8rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 449px) {
  .faq__accord .li__name-close {
    min-width: 2.4rem;
    max-width: 2.4rem;
    height: 2.4rem;
  }
}
.faq__accord .li__name-close svg {
  display: block;
  width: 100%;
  min-width: 9.6rem;
  max-width: 9.6rem;
  height: 9.6rem;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1920px) {
  .faq__accord .li__name-close svg {
    min-width: 4.8rem;
    max-width: 4.8rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 449px) {
  .faq__accord .li__name-close svg {
    min-width: 2.4rem;
    max-width: 2.4rem;
    height: 2.4rem;
  }
}
.faq__accord .li__name-close svg path {
  stroke: #fff;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 1024px) {
  .faq__accord .li__name:not(.open):hover .li__name-close::after {
    border-color: #fff;
    background-color: yellow;
  }
}
.faq__accord .li__answer {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-in-out;
}
.faq__accord .li__text {
  padding: 4rem 0 0 0;
}
@media screen and (max-width: 1920px) {
  .faq__accord .li__text {
    padding: 2rem 0 0;
  }
}
.faq__accord .li__text p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 130%;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .faq__accord .li__text p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1600px) {
  .faq__accord .li__text p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 449px) {
  .faq__accord .li__text p {
    font-size: 1.6rem;
  }
}

.partners {
  position: relative;
}
.partners__image {
  width: 100%;
}
.partners__image img {
  width: 100%;
}
.partners__content {
  position: absolute;
  padding: 16rem 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 1920px) {
  .partners__content {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 1600px) {
  .partners__content {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 449px) {
  .partners__content {
    padding: 2.8rem 0;
  }
}
.partners__content__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.partners__content h2 {
  font-family: "Wadik";
  font-size: 12rem;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 1920px) {
  .partners__content h2 {
    font-size: 6rem;
    margin: 0 0 2rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .partners__content h2 {
    font-size: 3rem;
    margin: 0 0 1.4rem 0;
  }
}
.partners__content p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin: 0 0 8rem 0;
}
@media screen and (max-width: 1920px) {
  .partners__content p {
    font-size: 2.6rem;
    margin: 0 0 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .partners__content p {
    font-size: 2rem;
    margin: 0 0 2.6rem;
  }
}
@media screen and (max-width: 449px) {
  .partners__content p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 449px) {
  .partners__content .button {
    padding: 1.4rem;
    justify-content: center;
  }
  .partners__content .button:after {
    box-shadow: 0px 0px 36px 0px #F16A3E;
    background: linear-gradient(180deg, #F29B3F 0%, #F2663F 100%);
  }
}
.partners__content .button svg {
  min-width: 8rem;
  max-width: 8rem;
  height: 8rem;
}
@media screen and (max-width: 1920px) {
  .partners__content .button svg {
    min-width: 4rem;
    max-width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 449px) {
  .partners__content .button svg {
    min-width: 2.6rem;
    max-width: 2.6rem;
    height: 2.6rem;
  }
}
@media screen and (min-width: 800px) {
  .partners__content .button:hover svg path {
    fill: #080F1F;
  }
}

.cta {
  margin: 20rem 0;
}
@media screen and (max-width: 1920px) {
  .cta {
    margin: 10rem 0;
  }
}
@media screen and (max-width: 449px) {
  .cta {
    margin: 3.2rem 0 4.6rem;
  }
}
.cta .container {
  position: relative;
}
.cta__image {
  width: 100%;
}
.cta__image img {
  width: 100%;
  border-radius: 9.2rem;
}
@media screen and (max-width: 1920px) {
  .cta__image img {
    border-radius: 4.6rem;
  }
}
@media screen and (max-width: 449px) {
  .cta__image img {
    border-radius: 2.4rem;
  }
}
.cta__content {
  position: absolute;
  padding: 14.8rem 4rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 1920px) {
  .cta__content {
    padding: 7.2rem 2rem;
  }
}
@media screen and (max-width: 449px) {
  .cta__content {
    padding: 4rem 1rem;
  }
}
.cta__content__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cta__content__act {
  display: flex;
  gap: 4.8rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .cta__content__act {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 449px) {
  .cta__content__act {
    flex-direction: column;
    gap: 3rem;
  }
}
.cta__content__act .button {
  padding: 6rem 8rem;
}
@media screen and (max-width: 1920px) {
  .cta__content__act .button {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 449px) {
  .cta__content__act .button {
    padding: 3rem 2rem;
  }
}
.cta__content h2 {
  font-family: "Wadik";
  font-size: 12rem;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 1920px) {
  .cta__content h2 {
    font-size: 5rem;
    margin: 0 0 2rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .cta__content h2 {
    font-size: 3rem;
    margin: 0 0 1.4rem 0;
  }
}
@media screen and (max-width: 799px) {
  .cta__content h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 449px) {
  .cta__content h2 {
    font-size: 2.4rem;
    margin: 0 0 2rem 0;
  }
}
.cta__content p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin: 0 0 12rem 0;
}
@media screen and (max-width: 1920px) {
  .cta__content p {
    font-size: 2.6rem;
    margin: 0 0 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .cta__content p {
    font-size: 2rem;
    margin: 0 0 2.6rem;
  }
}
@media screen and (max-width: 449px) {
  .cta__content p {
    font-size: 1.8rem;
    margin: 0 0 4.4rem 0;
  }
}
.cta__social {
  display: flex;
  gap: 4.8rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1920px) {
  .cta__social {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 449px) {
  .cta__social {
    gap: 2rem;
  }
}
.cta__social li {
  display: block;
  padding: 0;
  margin: 0;
}
.cta__social li a {
  min-width: 16rem;
  max-width: 16rem;
  height: 16rem;
  box-shadow: 0px 0px 72px 0px #3DA8B2;
  text-decoration: none;
  background: linear-gradient(180deg, #52E2EF -11.18%, #1DA1AD 113.8%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
  position: relative;
}
.cta__social li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background: linear-gradient(180deg, #52E2EF -11.18%, #1DA1AD 113.8%);
  z-index: 2;
}
.cta__social li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background: #fff;
  z-index: 3;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1920px) {
  .cta__social li a {
    min-width: 8rem;
    max-width: 8rem;
    height: 8rem;
  }
}
.cta__social li a svg {
  min-width: 8rem;
  max-width: 8rem;
  height: 8rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1920px) {
  .cta__social li a svg {
    min-width: 4rem;
    max-width: 4rem;
    height: 4rem;
  }
}
.cta__social li a svg path {
  fill: #fff;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 800px) {
  .cta__social li a:hover {
    color: #080F1F;
    background: #fff;
    box-shadow: 0px 0px 36px 0px #FFFFFF;
  }
  .cta__social li a:hover path {
    fill: #080F1F;
  }
  .cta__social li a:hover::after {
    opacity: 1;
  }
  .cta__social li a:active {
    background: #D7D8D9;
    box-shadow: none;
  }
  .cta__social li a:active path {
    fill: #080F1F;
  }
  .cta__social li a:active::after {
    background: #D7D8D9;
    opacity: 1;
  }
}

.footer {
  overflow: hidden;
  position: relative;
}
.footer__image {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer__image {
    z-index: -1;
  }
}
@media screen and (max-width: 449px) {
  .footer__image {
    margin: 0 -10rem;
    width: calc(100% + 20rem);
  }
}
.footer__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: linear-gradient(180deg, #080F1F 0%, rgba(8, 15, 31, 0) 22.73%, rgba(8, 15, 31, 0) 46.35%, rgba(8, 15, 31, 0) 67.74%, #080F1F 92.69%);
}
.footer__image img {
  width: 100%;
}
.footer__content {
  position: absolute;
  padding: 6.2rem 4rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .footer__content {
    padding: 3.1rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  .footer__content {
    position: initial;
    padding: 3rem 0 0;
  }
}
.footer__content p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 130%;
  margin: 0 0 3.6rem 0;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .footer__content p {
    font-size: 2.2rem;
    margin: 0 0 1.8rem 0;
  }
}
@media screen and (max-width: 449px) {
  .footer__content p {
    font-size: 2rem;
  }
}
.footer__content p:last-child {
  margin: 0;
}
.footer__content p span {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1920px) {
  .footer__content .button {
    margin-top: 2.4rem;
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 449px) {
  .footer__content .button {
    margin-top: 1.2rem;
  }
}
.footer__dev {
  text-align: center;
  padding: 0 0 10rem 0;
}
@media screen and (max-width: 1920px) {
  .footer__dev {
    padding: 0 0 5rem 0;
  }
}
@media screen and (max-width: 449px) {
  .footer__dev {
    padding: 3.4rem 0 6rem;
  }
}
.footer__dev p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin: 0 0 3.2rem 0;
}
@media screen and (max-width: 1920px) {
  .footer__dev p {
    font-size: 2rem;
    margin: 0 0 1.6rem 0;
  }
}
@media screen and (max-width: 449px) {
  .footer__dev p {
    font-size: 1.8rem;
  }
}
.footer__dev p.policy {
  margin: 8rem 0 0;
}
@media screen and (max-width: 1920px) {
  .footer__dev p.policy {
    margin: 4rem 0 0;
  }
}
.footer__dev p.policy a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  .footer__dev p.policy a:hover {
    color: #fff;
  }
}
.footer__dev__link {
  text-decoration: none;
}
.footer__dev__link img {
  width: 100%;
  max-width: 24rem;
}
@media screen and (max-width: 1920px) {
  .footer__dev__link img {
    max-width: 12rem;
  }
}

.videos {
  padding: 23.6rem 0 16rem;
}
@media screen and (max-width: 1920px) {
  .videos {
    padding: 12rem 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .videos {
    padding: 8rem 0 2rem;
  }
}
@media screen and (max-width: 449px) {
  .videos {
    padding: 5.8rem 0 2rem;
  }
}
.videos__wrap {
  padding: 0 31rem;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .videos__wrap {
    padding: 0 15.5rem 4.2rem;
  }
}
@media screen and (max-width: 991px) {
  .videos__wrap {
    padding: 0 0 4rem 0;
  }
}
.videos__block {
  width: 100%;
  border: 2px solid #52E2EF;
  border-radius: 5.2rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .videos__block {
    border-radius: 2.6rem;
  }
}
.videos__block_active .videos__block_play {
  opacity: 0;
  visibility: hidden;
}
.videos__block_active .videos__block_poster {
  opacity: 0;
  visibility: hidden;
}
.videos__block .video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.videos__block_poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.videos__block_poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.videos__block_play {
  height: 24rem;
  width: 24rem;
  padding: 0;
  border: 0;
  background: rgba(8, 15, 31, 0.28);
  position: absolute;
  left: calc(50% - 12rem);
  top: calc(50% - 12rem);
  border: 2px solid #fff;
  border-radius: 2.2rem;
  transition: all 300ms ease-in-out;
  z-index: 5;
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .videos__block_play {
    height: 12rem;
    width: 12rem;
    left: calc(50% - 6rem);
    top: calc(50% - 6rem);
  }
}
@media screen and (max-width: 991px) {
  .videos__block_play {
    height: 6.4rem;
    width: 6.4rem;
    left: calc(50% - 3.2rem);
    top: calc(50% - 3.2rem);
    border-radius: 1rem;
    border-width: 1px;
  }
}
.videos__block_play img {
  width: 100%;
  max-width: 8.4rem;
}
@media screen and (max-width: 1920px) {
  .videos__block_play img {
    max-width: 4.2rem;
  }
}
@media screen and (max-width: 991px) {
  .videos__block_play img {
    max-width: 2.2rem;
  }
}

.swiper-prev,
.swiper-next {
  width: 20rem;
  height: 20rem;
  position: absolute;
  top: calc(50% - 10rem);
  background: #232633;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 3;
}
@media screen and (max-width: 1920px) {
  .swiper-prev,
  .swiper-next {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .swiper-prev,
  .swiper-next {
    width: 8rem;
    height: 8rem;
    bottom: 0;
    top: auto;
  }
}
@media screen and (min-width: 800px) {
  .swiper-prev:hover svg path,
  .swiper-next:hover svg path {
    stroke: #fff;
  }
}
.swiper-prev svg,
.swiper-next svg {
  min-width: 9.6rem;
  max-width: 9.6rem;
  height: 9.6rem;
}
@media screen and (max-width: 1920px) {
  .swiper-prev svg,
  .swiper-next svg {
    min-width: 4.8rem;
    max-width: 4.8rem;
    height: 4.8rem;
  }
}
.swiper-prev svg path,
.swiper-next svg path {
  stroke: #52E2EF;
  transition: all 300ms ease-in-out;
}

.swiper-prev {
  left: 0;
}
@media screen and (max-width: 991px) {
  .swiper-prev {
    left: 3rem;
  }
}

.swiper-next {
  right: 0;
}
@media screen and (max-width: 991px) {
  .swiper-next {
    right: 3rem;
  }
}

.swiper-button-disabled {
  pointer-events: none;
}
.swiper-button-disabled svg path {
  stroke: rgba(255, 255, 255, 0.3);
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  top: -6.4rem;
  bottom: auto !important;
}
@media screen and (max-width: 1920px) {
  .swiper-pagination {
    top: auto;
    bottom: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .swiper-pagination {
    bottom: 3rem !important;
  }
}
.swiper-pagination-bullet {
  margin: 0 3rem !important;
  width: 2rem;
  height: 2rem;
  background-color: #3E4355;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1920px) {
  .swiper-pagination-bullet {
    margin: 0 1.5rem !important;
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 449px) {
  .swiper-pagination-bullet {
    margin: 0 1rem !important;
  }
}
.swiper-pagination-bullet-active {
  background: #52E2EF;
  opacity: 1;
}

.steps {
  padding: 16rem 0 12rem;
}
@media screen and (max-width: 1920px) {
  .steps {
    padding: 7.8rem 0 8rem;
  }
}
@media screen and (max-width: 799px) {
  .steps {
    padding: 8rem 0 5.4rem;
  }
}
@media screen and (max-width: 449px) {
  .steps {
    padding: 6rem 0 5.4rem;
  }
}
.steps__caption {
  margin: 0 0 12rem 0;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .steps__caption {
    margin: 0 0 6rem 0;
  }
}
@media screen and (max-width: 449px) {
  .steps__caption {
    margin: 0 0 3.4rem 0;
  }
}
.steps__caption h2 {
  font-family: "Wadik";
  font-size: 12rem;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 1920px) {
  .steps__caption h2 {
    font-size: 6rem;
    margin: 0 0 2rem 0;
  }
}
@media screen and (max-width: 991px) {
  .steps__caption h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 449px) {
  .steps__caption h2 {
    font-size: 3rem;
    margin: 0 0 1.4rem 0;
  }
}
.steps__caption p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 130%;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .steps__caption p {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .steps__caption p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .steps__caption p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 449px) {
  .steps__caption p {
    line-height: 128%;
  }
}
.steps__wrap {
  position: relative;
  padding: 0 0 0 16rem;
}
@media screen and (max-width: 1920px) {
  .steps__wrap {
    padding: 0 0 0 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .steps__wrap {
    padding: 0 0 0 4rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__wrap {
    padding: 0;
  }
}
.steps__wrap:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 104.8rem;
  width: 61.6rem;
  z-index: 5;
  background: linear-gradient(270deg, #080F1F 22.98%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1920px) {
  .steps__wrap:after {
    width: 30.8rem;
    height: 52.5rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__wrap:after {
    display: none;
  }
}
.steps__slider {
  padding: 0 0 30rem 0;
}
@media screen and (max-width: 1920px) {
  .steps__slider {
    padding: 0 0 15rem 0;
  }
}
@media screen and (max-width: 799px) {
  .steps__slider {
    padding: 0 2rem 21rem;
  }
}
@media screen and (max-width: 449px) {
  .steps__slider {
    padding: 0 2rem 10rem;
  }
}
.steps__slider .swiper-slide {
  width: 148.2rem;
}
@media screen and (max-width: 1920px) {
  .steps__slider .swiper-slide {
    width: 76.6rem;
  }
}
.steps__slide {
  margin: 0 4rem 0 0;
  padding: 4rem 4rem 8rem 8rem;
  background: #232633;
  border: 0.2rem solid #52E2EF;
  border-radius: 5.2rem;
  display: flex;
  gap: 4.8rem;
  height: 104.8rem;
}
@media screen and (max-width: 1920px) {
  .steps__slide {
    padding: 2rem 2rem 4rem 4rem;
    height: 52.4rem;
    gap: 2.4rem;
    border-radius: 2.6rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__slide {
    padding: 2.4rem;
    flex-direction: column;
    height: 53.8rem;
    gap: 4rem;
    margin: 0;
  }
}
@media screen and (max-width: 449px) {
  .steps__slide {
    padding: 2.4rem 2rem;
  }
}
.steps__slide__image {
  min-width: 64.2rem;
  max-width: 64.2rem;
  height: 130.2rem;
  border: 0.2rem solid #52E2EF;
  border-radius: 3.6rem;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .steps__slide__image {
    min-width: 32.1rem;
    max-width: 32.1rem;
    height: 65.1rem;
    border-radius: 1.8rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__slide__image {
    min-width: 20.8rem;
    max-width: 20.8rem;
    height: 42.5rem;
    min-height: 42.5rem;
    border-radius: 1.6rem;
    border: 1px solid #52E2EF;
    margin: 0 auto;
  }
}
.steps__slide__image-check {
  border: 0;
}
@media screen and (max-width: 449px) {
  .steps__slide__image-check {
    min-width: 22.4rem;
    max-width: 22.4rem;
    height: 22.4rem;
    min-height: 22.4rem;
    margin: 1rem auto 0;
  }
}
.steps__slide__image-check img {
  height: auto !important;
  max-width: 63.6rem;
  padding: 2rem 2rem 0 0;
}
@media screen and (max-width: 449px) {
  .steps__slide__image-check img {
    padding: 0;
  }
}
.steps__slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.steps__slide__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6rem;
}
@media screen and (max-width: 799px) {
  .steps__slide__content {
    min-height: 14.6rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 449px) {
  .steps__slide__content {
    height: 14.1rem;
  }
}
.steps__slide__content__title {
  width: 100%;
}
.steps__slide__content__title p {
  font-family: "Wadik";
  font-size: 8rem;
  line-height: 148%;
  margin: 0;
  text-transform: uppercase;
  color: #52E2EF;
}
@media screen and (max-width: 1920px) {
  .steps__slide__content__title p {
    font-size: 4rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__slide__content__title p {
    font-size: 3rem;
  }
}
.steps__slide__content__text {
  width: 100%;
}
.steps__slide__content__text h3 {
  font-family: "Wadik";
  font-size: 4.8rem;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1920px) {
  .steps__slide__content__text h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__slide__content__text h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 449px) {
  .steps__slide__content__text h3 {
    font-size: 2rem;
  }
}
.steps__slide__content__text h3 a {
  color: #E8770E;
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  .steps__slide__content__text h3 a:hover {
    color: #E8770E;
    text-decoration: none;
    opacity: 0.7;
  }
}
.steps__slide__content__text p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 130%;
  color: #fff;
  margin: 2.8rem 0 0 0;
}
@media screen and (max-width: 1920px) {
  .steps__slide__content__text p {
    margin: 1.4rem 0 0 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__slide__content__text p {
    margin: 1rem 0 0 0;
    font-size: 1.8rem;
  }
}
.steps__prev {
  top: calc(50% - 24rem);
  left: 16rem;
  z-index: 7;
  border: 1px solid #52E2EF;
}
@media screen and (max-width: 1920px) {
  .steps__prev {
    left: 8rem;
    top: calc(50% - 14rem);
  }
}
@media screen and (max-width: 1920px) {
  .steps__prev {
    left: 4rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__prev {
    top: calc(50% - 12rem);
    bottom: auto;
    left: 1rem;
    display: flex;
  }
}
@media screen and (max-width: 449px) {
  .steps__prev {
    top: calc(50% - 9rem);
    width: 7rem;
    height: 7rem;
    bottom: auto;
    left: 1rem;
    border: 1px solid #52E2EF;
  }
  .steps__prev svg {
    min-width: 3.8rem;
    max-width: 3.8rem;
    height: 3.8rem;
  }
}
.steps__next {
  top: calc(50% - 24rem);
  right: 16rem;
  z-index: 7;
  border: 1px solid #52E2EF;
}
@media screen and (max-width: 1920px) {
  .steps__next {
    right: 8rem;
    top: calc(50% - 14rem);
  }
}
@media screen and (max-width: 1920px) {
  .steps__next {
    right: 4rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__next {
    top: calc(50% - 12rem);
    bottom: auto;
    right: 1rem;
    display: flex;
    border: 1px solid #52E2EF;
  }
}
@media screen and (max-width: 449px) {
  .steps__next {
    top: calc(50% - 9rem);
    width: 7rem;
    height: 7rem;
    bottom: auto;
    right: 1rem;
    border: 1px solid #52E2EF;
  }
  .steps__next svg {
    min-width: 3.8rem;
    max-width: 3.8rem;
    height: 3.8rem;
  }
}

.comparison {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comparison img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.comparison .image-layer {
  position: relative;
  margin: -4rem 0 0 0;
}
@media screen and (max-width: 1920px) {
  .comparison .image-layer {
    margin: -2rem 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .comparison .image-layer {
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 799px) {
  .comparison .image-layer {
    margin: -6rem 0 0 0;
  }
}
.comparison .image-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comparison .image-before img,
.comparison .image-after img {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.comparison .percentage {
  display: none;
}
.comparison .magnifier {
  width: 66rem;
  height: 66rem;
}
@media screen and (max-width: 1920px) {
  .comparison .magnifier {
    width: 33rem;
    height: 33rem;
  }
}
@media screen and (max-width: 1200px) {
  .comparison .magnifier {
    width: 24rem;
    height: 24rem;
  }
}
@media screen and (max-width: 991px) {
  .comparison .magnifier {
    width: 20rem;
    height: 20rem;
  }
}
@media (min-width: 1960px) {
  .comparison .image-layer {
    width: 100%;
    min-height: 222rem;
    height: 100vh;
  }
  .comparison .magnifier img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 799px) {
  .comparison .comparison {
    width: 100% !important;
    max-width: 100% !important;
  }
  .comparison .image-after {
    opacity: 0;
    transition: opacity 0.2s;
  }
  .comparison .magnifier {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 90;
    display: none;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  .comparison .magnifier:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(217, 217, 217, 0.05) 77.83%, rgba(115, 115, 115, 0) 100%);
  }
  .comparison .magnifier img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: none;
    pointer-events: none;
  }
  .comparison .mobile-slider {
    display: none;
  }
  .comparison .percentage {
    bottom: 110px;
    left: 30px;
    font-size: 18px;
    position: absolute;
    display: none;
  }
}
@media (max-width: 799px) {
  .comparison .magnifier {
    display: none !important;
  }
  .comparison .image-after {
    opacity: 1;
    clip-path: inset(0 50% 0 0);
    -webkit-clip-path: inset(0 50% 0 0);
    transition: clip-path 0s ease;
  }
  .comparison .mobile-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    pointer-events: none;
    z-index: 20;
  }
  .comparison .slider-button {
    position: absolute;
    left: 50%;
    width: 5rem;
    height: 5rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    transform: translateX(-50%);
    touch-action: none;
    transition: all 0s ease;
  }
  .comparison .slider-button img {
    width: 100%;
    max-width: 3rem;
  }
  .comparison .slider-line {
    position: absolute;
    left: 0;
    top: 27rem;
    bottom: 0;
    width: 3px;
    background: rgba(255, 255, 255, 0.4);
    pointer-events: none;
    transform: translateX(-50%);
    transition: all 0s ease;
  }
  .comparison .comparison {
    cursor: grab;
    touch-action: pan-y;
  }
  .comparison .comparison:active {
    cursor: grabbing;
  }
}

.button {
  background: transparent;
  border: none;
  font-family: "Wadik";
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  padding: 5.2rem 8rem;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  display: inline-block;
  border-radius: 10rem;
}
@media screen and (max-width: 1920px) {
  .button {
    font-size: 2rem;
    line-height: 2rem;
    padding: 2.3rem 4.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .button {
    padding: 1.8rem 4rem;
  }
}
@media screen and (max-width: 799px) {
  .button {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 449px) {
  .button {
    padding: 2.4rem 3.7rem 2.4rem;
    font-size: 2rem;
    line-height: 2rem;
    width: 100%;
  }
}
.button:disabled {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  box-shadow: none;
  pointer-events: none;
}
.button:hover {
  transition: all 300ms ease-in-out;
}
.button-small {
  padding: 3.6rem 6.4rem;
}
@media screen and (max-width: 1920px) {
  .button-small {
    padding: 1.8rem 3.2rem;
  }
}
@media screen and (max-width: 799px) {
  .button-small {
    padding: 1.9rem 3.2rem;
  }
}
@media screen and (max-width: 449px) {
  .button-small {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.button-blue {
  color: #fff;
  background: #1DA1AD;
  position: relative;
  box-shadow: 0px 0px 72px 0px #3DA8B2;
}
.button-blue span.text {
  color: #fff;
  position: relative;
  z-index: 5;
  transition: all 300ms ease-in-out;
}
.button-blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background: linear-gradient(180deg, #52E2EF -11.18%, #1DA1AD 113.8%);
  z-index: 2;
}
.button-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background: #fff;
  z-index: 3;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 800px) {
  .button-blue:hover {
    color: #080F1F;
    background: #fff;
    box-shadow: 0px 0px 36px 0px #FFFFFF;
  }
  .button-blue:hover span.text {
    color: #080F1F;
  }
  .button-blue:hover::after {
    opacity: 1;
  }
  .button-blue:active {
    background: #D7D8D9;
    box-shadow: none;
  }
  .button-blue:active::after {
    background: #D7D8D9;
    opacity: 1;
  }
  .button-blue:active span.text {
    color: #080F1F;
  }
}
.button-icon {
  display: flex;
  align-items: center;
  gap: 4.2rem;
}
@media screen and (max-width: 1920px) {
  .button-icon {
    gap: 2.1rem;
  }
}
@media screen and (max-width: 449px) {
  .button-icon {
    gap: 1.2rem;
    justify-content: space-between;
  }
}
.button-icon svg {
  min-width: 3.2rem;
  max-width: 3.2rem;
  height: 3.2rem;
  display: block;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1920px) {
  .button-icon svg {
    min-width: 1.6rem;
    max-width: 1.6rem;
  }
}
.button-icon svg path {
  stroke: #fff;
  transition: all 300ms ease-in-out;
}
.button-orange {
  color: #fff;
  box-shadow: 0px 0px 72px 0px #F16A3E;
  position: relative;
}
.button-orange span.text {
  color: #fff;
  position: relative;
  z-index: 5;
  transition: all 300ms ease-in-out;
}
.button-orange:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background: linear-gradient(180deg, #F29B3F 0%, #F2663F 100%);
  z-index: 2;
}
.button-orange::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background: #fff;
  z-index: 3;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 800px) {
  .button-orange:hover {
    box-shadow: 0px 0px 36px 0px #FFFFFF;
  }
  .button-orange:hover::after {
    opacity: 1;
  }
  .button-orange:hover svg path {
    stroke: #080F1F;
  }
  .button-orange:hover span.text {
    color: #080F1F;
  }
  .button-orange:active {
    background: #D7D8D9;
    box-shadow: none;
  }
  .button-orange:active svg path {
    stroke: #080F1F;
  }
  .button-orange:active::after {
    background: #D7D8D9;
    opacity: 1;
  }
  .button-orange:active span.text {
    color: #080F1F;
  }
}
.button-orange:disabled {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  box-shadow: none;
  pointer-events: none;
}
.button-orange:disabled:before {
  background: rgba(255, 255, 255, 0.3);
}
.button-orange:disabled span.text {
  color: rgba(255, 255, 255, 0.6);
}

.form-group {
  margin: 0 0 1rem 0;
  position: relative;
}
.form-group:last-child {
  margin: 0;
}
.form-group ::-webkit-input-placeholder {
  color: transparent;
}
.form-group ::-moz-placeholder {
  color: transparent;
}
.form-group :-moz-placeholder {
  color: transparent;
}
.form-group :-ms-input-placeholder {
  color: transparent;
}
.form-group.active .form-label {
  font-size: 1.6rem;
  top: 1.9rem;
}
.form-group.active .form-control {
  background: #404D6B;
}
.form-group.error::after {
  content: "";
  position: absolute;
  top: 3.2rem;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  background: url("../images/error.svg") 0 0 no-repeat;
  background-size: contain;
}
.form-group.error .form-control {
  color: #F65656;
  border-color: #F65656;
}
.form-group.error .form-label {
  color: #F65656;
}
.form-group__username {
  margin: 3.8rem 0;
}
.form-group__username .chekbox {
  margin: 2rem 0 0;
}
.form-group .counter__block {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.4);
}
.form-group__disabled .form-label {
  top: 3.4rem !important;
  font-size: 2rem !important;
  color: rgba(255, 255, 255, 0.3);
}
.form-group__disabled .form-control {
  pointer-events: none;
  background: #353A50 !important;
}
.form-group__disabled .form-control:hover {
  border-color: #353A50;
}

textarea.form-control {
  height: 23rem;
  resize: none;
  padding-bottom: 3rem;
  overflow: hidden;
}

.form-label {
  position: absolute;
  top: 3.4rem;
  left: 3rem;
  right: 3rem;
  font-size: 2rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-family: "Onest", sans-serif;
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 2;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 449px) {
  .form-label {
    font-size: 1.8rem;
    top: 2.7rem;
    left: 2.2rem;
  }
}

.form-control {
  width: 100%;
  padding: 4.8rem 9rem 2.5rem 3rem;
  background: #353A50;
  border: 1px solid #353A50;
  border-radius: 1.6rem;
  font-size: 2rem;
  line-height: 130%;
  color: #fff;
  font-weight: 500;
  font-family: "Onest", sans-serif;
  transition: all 300ms ease-in-out;
  outline: none;
  position: relative;
}
@media screen and (min-width: 800px) {
  .form-control:hover {
    border-color: #52E2EF;
  }
}
.form-control:focus {
  border-color: #52E2EF;
  background: #404D6B;
}
@media screen and (max-width: 449px) {
  .form-control {
    padding: 4.4rem 2.2rem 1.5rem;
  }
}

.chekbox {
  width: 100%;
  margin: 3.6rem 0;
  padding: 0;
}
.chekbox__item {
  margin: 0 0 20px 0;
}
.chekbox__item:last-child {
  margin: 0;
}
.chekbox__item input[type=checkbox] {
  position: absolute;
  left: -9999px;
  display: none;
}
.chekbox__item input[type=checkbox] + label {
  padding: 0.3rem 0 0 4rem;
  cursor: pointer;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  color: #fff;
  position: relative;
  display: block;
}
.chekbox__item input[type=checkbox] + label a {
  color: "Wadik";
  text-decoration: underline;
}
@media screen and (min-width: 800px) {
  .chekbox__item input[type=checkbox] + label a:hover {
    color: "Wadik";
    text-decoration: none;
  }
}
.chekbox__item input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  background: transparent;
  z-index: 5;
  border: 1px solid #fff;
  transition: all 300ms ease-in-out;
  border-radius: 0.8rem;
}
.chekbox__item input[type=checkbox] + label:after {
  content: "";
  top: 0.7rem;
  left: 0.7rem;
  width: 1.2rem;
  height: 0.6rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  transform: rotate(135deg);
  z-index: 10;
  transition: all 300ms ease-in-out;
  opacity: 0;
}
.chekbox__item input[type=checkbox]:checked + label:before {
  background: #2C2C2C;
}
.chekbox__item input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(8, 15, 31, 0.8);
  z-index: 5555;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 2rem;
  overflow: auto;
}
.popup::-webkit-scrollbar {
  width: 5px;
}
.popup::-webkit-scrollbar-button:hover {
  background-color: #fff;
}
.popup::-webkit-scrollbar-thumb {
  background: rgba(8, 15, 31, 0.7);
  border-radius: 10px;
}
.popup::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 449px) {
  .popup {
    padding: 0;
  }
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4.8rem;
  height: 4.8rem;
  border: 0;
  padding: 0;
  background: transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 449px) {
  .popup__close {
    top: 1rem;
    width: 5.4rem;
    height: 5.4rem;
  }
}
@media screen and (min-width: 800px) {
  .popup__close:hover {
    opacity: 0.7;
  }
}
.popup__close img {
  width: 100%;
}
@media screen and (max-width: 449px) {
  .popup__close img {
    max-width: 4.6rem;
  }
}
.popup__block {
  background: #232633;
  width: 100%;
  max-width: 70rem;
  padding: 6.4rem 5.4rem;
  border-radius: 2.6rem;
  position: relative;
}
@media screen and (max-width: 449px) {
  .popup__block {
    padding: 7rem 2.4rem 5.4rem;
  }
}
.popup__block p.title {
  font-family: "Wadik";
  font-size: 4rem;
  line-height: 133%;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 449px) {
  .popup__block p.title {
    font-size: 2.4rem;
  }
}
.popup__block .button {
  width: 100%;
  font-size: 2rem;
  line-height: 2rem;
  padding: 3rem 2rem;
}
.popup__block .error-box {
  margin: 3.6rem 0 0;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  vertical-align: middle;
  color: #F65656;
  display: none;
}
.popup__block .success-box {
  margin: 3.6rem 0 0;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  vertical-align: middle;
  color: green;
  display: none;
}

.open-popup {
  overflow: hidden;
}

.popup__success {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(8, 15, 31, 0.8);
  z-index: 5555;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  overflow: auto;
}
.popup__success::-webkit-scrollbar {
  width: 5px;
}
.popup__success::-webkit-scrollbar-button:hover {
  background-color: #fff;
}
.popup__success::-webkit-scrollbar-thumb {
  background: rgba(8, 15, 31, 0.7);
  border-radius: 10px;
}
.popup__success::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.popup__success.open {
  opacity: 1;
  visibility: visible;
}
.popup__success__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4.8rem;
  height: 4.8rem;
  border: 0;
  padding: 0;
  background: transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 449px) {
  .popup__success__close {
    top: 1rem;
    width: 5.4rem;
    height: 5.4rem;
  }
}
@media screen and (min-width: 800px) {
  .popup__success__close:hover {
    opacity: 0.7;
  }
}
.popup__success__close img {
  width: 100%;
}
@media screen and (max-width: 449px) {
  .popup__success__close img {
    max-width: 4.6rem;
  }
}
.popup__success__block {
  background: #232633;
  width: 100%;
  max-width: 70rem;
  padding: 6.4rem 5.4rem;
  border-radius: 2.6rem;
  position: relative;
}
@media screen and (max-width: 449px) {
  .popup__success__block {
    padding: 7rem 2.4rem 4rem;
  }
}
.popup__success__block p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 130%;
  margin: 0;
}
@media screen and (max-width: 449px) {
  .popup__success__block p {
    font-size: 2rem;
  }
}
.popup__success__block p.title {
  font-family: "Wadik";
  font-size: 4rem;
  line-height: 133%;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 449px) {
  .popup__success__block p.title {
    font-size: 2.4rem;
    margin: 0 0 2rem 0;
  }
}

.cookies__block {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 124.8rem;
  background: #fff;
  padding: 6rem 6.8rem 6.8rem;
  border-radius: 2.6rem;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1920px) {
  .cookies__block {
    width: 62.4rem;
    padding: 3rem 3.4rem 3.4rem;
  }
}
@media screen and (max-width: 449px) {
  .cookies__block {
    width: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2rem 2rem 0 0;
    padding: 3rem 2rem 2rem;
    transform: translateX(0);
  }
}
.cookies__block.open {
  opacity: 1;
  visibility: visible;
}
.cookies__block p {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 130%;
  color: #181818;
  margin: 0 0 6.4rem 0;
}
@media screen and (max-width: 1920px) {
  .cookies__block p {
    font-size: 2rem;
    margin: 0 0 3.2rem 0;
  }
}
@media screen and (max-width: 449px) {
  .cookies__block p {
    font-size: 1.8rem;
  }
}
.cookies__block p a {
  color: #181818;
  text-decoration: none;
  border-bottom: 2px solid #181818;
  line-height: 85%;
  display: inline-block;
}
@media screen and (max-width: 449px) {
  .cookies__block p a {
    border-width: 1px;
  }
}
@media screen and (min-width: 800px) {
  .cookies__block p a:hover {
    color: #181818;
    text-decoration: none;
    border-bottom: 2px solid transparent;
  }
}
.cookies__block .button {
  font-size: 3.2rem;
  line-height: 3.4rem;
  box-shadow: 0px 0px 14px 0px #F16A3E;
}
@media screen and (max-width: 1920px) {
  .cookies__block .button {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */

/* Надпись чуть ниже центра правого изображения */
.comparison__title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  pointer-events: none;
  width: 90%;
  max-width: 1200px;
  text-align: center;
}

.comparison__title-text {
  font-family: 'Wadik', sans-serif;
  font-size: 8rem;
  line-height: 148%;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 4px 8px rgba(0, 0, 0, 0.6),
    0 8px 16px rgba(0, 0, 0, 0.4); /* Многослойная тень */
  letter-spacing: normal;
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}

/* Адаптация для всех экранов - порядок важен: от большего к меньшему */
@media screen and (max-width: 1920px) {
  .comparison__title-text {
    font-size: 4rem !important;
    padding: 15px 30px !important;
  }
}

@media screen and (max-width: 1600px) {
  .comparison__title {
    top: 58% !important;
  }
  .comparison__title-text {
    padding: 12px 25px !important;
  }
}

@media screen and (max-width: 1200px) {
  .comparison__title-text {
    font-size: 3rem !important;
    padding: 10px 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .comparison__title-text {
    font-size: 2.2rem !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
  }
}

@media screen and (max-width: 799px) {
  .comparison__title {
    left: 50% !important;
    top: 60% !important;
    width: 85% !important;
  }
  
  .comparison__title-text {
    font-size: 2rem !important;
    line-height: 153% !important;
    padding: 8px 15px !important;
    border-radius: 18px !important;
  }
}

@media screen and (max-width: 449px) {
  .comparison__title {
    width: 80% !important;
    top: 60% !important;
  }
  
  .comparison__title-text {
    font-size: 1.8rem !important;
    padding: 6px 12px !important;
    border-radius: 15px !important;
    line-height: 140% !important;
  }
}