@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI"), local("Segoe UI"), url("../fonts/Segoe-UI.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI Bold"), local("Segoe UI Bold"), url("../fonts/Segoe-UI-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* ========== Reset and base styles ==========  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Segoe UI"; /* main font */
  font-size: 24rem;
  font-weight: 700;
}

/* ========== Links ========== */
a, a:link, a:visited {
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a:hover {
  text-decoration: none;
}

/* ========== Common ========== */
aside, nav, footer, header, section, main {
  display: block;
}

section {
  position: sticky;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

/* ========== Site text style ========== */
.h1-title {
  font-size: 96rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 97rem;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .h1-title {
    font-size: 48rem;
    line-height: normal;
  }
}

.h2-title {
  font-size: 20rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: normal;
  text-transform: uppercase;
  color: #6891C3;
  padding: 15rem 30rem;
  border-radius: 100rem;
  outline: 1rem solid #6891C3;
  display: inline-block;
}
@media (max-width: 576px) {
  .h2-title {
    font-size: 18rem;
    padding: 10rem 15rem;
  }
}
.h2-title span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
}

p, span, label, a {
  font-size: 24rem;
  font-weight: 700;
  color: #1A315E;
  line-height: normal;
}
@media (max-width: 576px) {
  p, span, label, a {
    font-size: 18rem;
  }
}

ul, ul li {
  font-size: 24rem;
  font-weight: 700;
  color: #1A315E;
  line-height: normal;
}
@media (max-width: 576px) {
  ul, ul li {
    font-size: 18rem;
  }
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* ========== Form ========== */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

/* ========== Rubber style ========== */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 0.0520833333vw;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 0.1736111111vw;
  }
  body.noscroll{
    overflow: hidden;
  }
}
/* ========== Default block style ========== */
.page {
  min-height: 100vh;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main {
  background-color: #FFFFFF;
}

.container {
  max-width: 1920rem;
  margin: 0 auto;
  padding: 0 60rem;
}
@media screen and (max-width: 1920px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 20rem;
  }
}

.btn {
  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;
  text-align: center;
  color: #FFFFFF;
  line-height: 20rem;
  padding: 32rem 30rem;
  min-width: 286rem;
  background-color: #CA0029;
  border-radius: 72rem;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
@media (max-width: 576px) {
  .btn {
    padding: 20rem 18rem;
    font-size: 20rem;
    line-height: normal;
  }
}
.btn:hover {
  background-color: #1A315E;
}
.btn.reverse {
  background-color: #1A315E;
}
.btn.reverse:hover {
  background-color: #CA0029;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  padding: 16rem 0;
}
@media (max-width: 576px) {
  .header {
    background-color: #FFFFFF;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10rem;
  position: relative;
  z-index: 1;
}
.header__logo {
  height: 101rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .header__logo {
    height: 60rem;
  }
}
.header__logo img {
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.header__logo-text {
  font-size: 32rem;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 100%;
}
@media (max-width: 576px) {
  .header__logo-text {
    color: #000000;
    font-size: 27rem;
  }
}
@media (max-width: 576px) {
  .header__nav {
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: calc(100svh - 82rem);
    background-color: #FFFFFF;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .header__nav.active {
    opacity: 1;
    visibility: visible;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32rem;
  list-style: none;
}
@media (max-width: 576px) {
  .header__nav ul {
    padding: 40rem 20rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40rem;
  }
}
.header__nav ul li a {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 20rem;
  position: relative;
}
@media (max-width: 576px) {
  .header__nav ul li a {
    color: #000000;
    font-size: 60rem;
    text-transform: uppercase;
    color: #1A315E;
  }
}
.header__nav ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2rem;
  background-color: #6891C3;
  top: 50%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
@media (max-width: 576px) {
  .header__nav ul li a::after {
    display: none;
  }
}
.header__nav ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2rem;
  background-color: #6891C3;
  top: 50%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
@media (max-width: 576px) {
  .header__nav ul li a::before {
    display: none;
  }
}
.header__nav ul li a:hover {
  color: #6891C3;
}
.header__nav ul li a:hover::after {
  top: -5rem;
  opacity: 1;
}
.header__nav ul li a:hover::before {
  top: calc(100% + 5rem);
  opacity: 1;
}
.header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300rem;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
@media (max-width: 576px) {
  .header::after {
    display: none;
  }
}
.header.fixed::after {
  height: 100%;
}
.header__burger {
  display: none;
}
@media (max-width: 576px) {
  .header__burger {
    display: block;
    position: relative;
    width: 40rem;
    height: 40rem;
  }
  .header__burger svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header__burger .cross {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
.header__burger.active .cross {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.header__burger.active .menu {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.main-banner {
  height: max(100vh, 1025rem);
  width: 100%;
  z-index: 1;
  position: relative;
  background-color: #000000;
}
@media (max-width: 576px) {
  .main-banner {
    height: max(100svh, 900rem);
  }
}
.main-banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.main-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-banner__img::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}
.main-banner .container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-banner__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-banner__content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 270rem;
}
@media (max-width: 576px) {
  .main-banner__content {
    width: 100%;
  }
  .main-banner__img img {
    object-position: 85%;
  }
}
.main-banner__title {
  font-size: 96rem;
  line-height: 97rem;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 70rem;
}
@media (max-width: 576px) {
  .main-banner__title {
    font-size: 40rem;
    line-height: normal;
    margin-bottom: 40rem;
    text-align: center;
  }
}
.main-banner__bottom {
  position: absolute;
  bottom: 46rem;
  left: 0;
  border-top: 1rem solid rgba(255, 255, 255, 0.4);
  width: 100%;
  padding-top: 46rem;
}
.main-banner__text {
  width: 392rem;
  color: #FFFFFF;
  font-size: 20rem;
  line-height: 28rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .main-banner__text {
    width: 100%;
    font-size: 18rem;
    line-height: normal;
  }
}

.section-title {
  font-size: 72rem;
  color: #1A315E;
  line-height: 78rem;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 38rem;
    line-height: 100%;
    text-align: center;
  }
}

.about {
  padding: 120rem 0 90rem 0;
}
@media (max-width: 576px) {
  .about {
    padding: 60rem 0 40rem 0;
  }
}
.about .h2-title {
  margin-bottom: 24rem;
}
.about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80rem;
  margin-bottom: 24rem;
}
@media (max-width: 576px) {
  .about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40rem;
  }
}
.about__block {
  width: calc(50% - 40rem);
  height: 932rem;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .about__block {
    width: 100%;
    height: auto;
  }
}
.about__block .section-title {
  width: calc(100% - 70rem);
}
@media (max-width: 576px) {
  .about__block .section-title {
    width: 100%;
    margin-bottom: 40rem;
  }
}
.about__image-block {
  border-radius: 42rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .about__image-block {
    border-radius: 20rem;
  }
}
.about__image-block .quote {
  position: absolute;
  bottom: 35rem;
  left: 37rem;
  width: 411rem;
  background-color: rgba(0, 0, 0, 0.5019607843);
  border-radius: 20rem;
  padding: 20rem 31rem;
}
@media (max-width: 576px) {
  .about__image-block .quote {
    width: calc(100% - 74rem);
    border-radius: 15rem;
    padding: 18rem 26rem;
  }
}
.about__image-block .quote img {
  width: 61rem;
  height: 61rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 36rem;
}
@media (max-width: 576px) {
  .about__image-block .quote img {
    margin-bottom: 20rem;
  }
}
.about__image-block .quote__text {
  margin-bottom: 14rem;
  color: #FFFFFF;
}
.about__image-block .quote__author {
  text-align: right;
  color: #FFFFFF;
  font-size: 16rem;
}
.about__img {
  width: 100%;
  height: 100%;
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .about__items {
    -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;
    gap: 40rem;
  }
}
.about__item {
  width: calc(50% - 37rem);
}
@media (max-width: 576px) {
  .about__item {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.about__item img {
  width: 108rem;
  height: 108rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 18rem;
}
.about__item-title {
  font-size: 36rem;
  line-height: 97rem;
  margin-bottom: 6rem;
}
@media (max-width: 576px) {
  .about__item-title {
    line-height: normal;
    margin-bottom: 20rem;
  }
}
.about__item-text {
  color: #000000;
}
@media (max-width: 576px) {
  .about__item-text {
    text-align: center;
    font-size: 18rem;
  }
}
.about__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .about__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 12rem 0;
}
@media (max-width: 576px) {
  .about__bottom-left {
    -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;
  }
  .about__bottom-left svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.about__bottom-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 26rem;
  color: #000000;
  line-height: 46rem;
}
@media (max-width: 576px) {
  .about__bottom-text {
    line-height: normal;
    font-size: 20rem;
    text-align: center;
  }
}
.about__bottom-text p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.advantage {
  padding: 80rem 0;
}
@media (max-width: 576px) {
  .advantage {
    padding: 40rem 0;
  }
}
.advantage .h2-title {
  margin-bottom: 70rem;
}
@media (max-width: 576px) {
  .advantage .h2-title {
    margin-bottom: 20rem;
  }
}
.advantage__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30rem 30rem;
  justify-items: stretch;
}
@media (max-width: 576px) {
  .advantage__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.advantage__item {
  outline: 1rem solid rgba(0, 0, 0, 0.4);
  border-radius: 20rem;
  padding: 30rem;
  height: 358rem;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .advantage__item {
    height: auto;
  }
}
.advantage__item:nth-child(1) {
  grid-area: 1/1/2/2;
  grid-column: 1/3;
  grid-row: 1/3;
  padding: 30rem 53rem 72rem 53rem;
  border-radius: 40rem;
  height: auto;
}
@media (max-width: 576px) {
  .advantage__item:nth-child(1) {
    padding: 0;
    outline: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20rem;
  }
}
.advantage__item:nth-child(2) {
  grid-area: 1/3/2/4;
}
.advantage__item:nth-child(3) {
  grid-area: 1/4/2/5;
}
.advantage__item:nth-child(4) {
  grid-area: 2/3/3/4;
}
.advantage__item:nth-child(5) {
  grid-area: 2/4/3/5;
}
.advantage__big-title {
  font-size: 64rem;
  line-height: 100%;
  margin-bottom: auto;
}
@media (max-width: 576px) {
  .advantage__big-title {
    font-size: 38rem;
    margin-bottom: 20rem;
    text-align: center;
  }
}
.advantage-item__icon {
  width: 100rem;
  height: 100rem;
  margin-bottom: auto;
}
@media (max-width: 576px) {
  .advantage-item__icon {
    margin-bottom: 20rem;
  }
}
.advantage-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.advantage-item__title {
  font-size: 36rem;
  line-height: 37rem;
  margin-bottom: 24rem;
}
.advantage-item__text {
  font-size: 24rem;
  line-height: 28rem;
  color: #000000;
}

.done {
  padding: 80rem 0;
}
@media (max-width: 576px) {
  .done {
    padding: 40rem 0;
  }
}
.done .h2-title {
  margin-bottom: 60rem;
}
@media (max-width: 576px) {
  .done .h2-title {
    margin-bottom: 20rem;
  }
}
.done__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 46rem;
  position: relative;
}
@media (max-width: 576px) {
  .done__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30rem;
  }
}
.done__img {
  width: 760rem;
  border-radius: 42rem;
  outline: 1rem solid #DEE0E3;
  position: absolute;
  background-color: #004b4b;
  z-index: 1;
  left: 0;
  top: 0;
  height: 90vh;
}
@media (max-width: 576px) {
  .done__img {
    position: static;
    width: 100%;
    height: 100%;
  }
}
.done__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.done__content {
  width: calc(100% - 806rem);
}
@media (max-width: 576px) {
  .done__content {
    width: 100%;
  }
}
.done__title {
  margin-bottom: 20rem;
  font-size: 26rem;
  line-height: 100%;
}
@media (max-width: 576px) {
  .done__title {
    font-size: 38rem;
    margin-bottom: 30rem;
    text-align: center;
  }
}
.done-form__title {
  font-size: 18rem;
  line-height: 20rem;
  color: #000000;
  margin-bottom: 12rem;
}
@media (max-width: 576px) {
  .done-form__title {
    line-height: normal;
    margin-bottom: 20rem;
  }
}
.done-form__item {
  margin-bottom: 20rem;
}
@media (max-width: 576px) {
  .done-form__item {
    margin-bottom: 30rem;
  }
}
.done-form__radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20rem;
}
.done-form__radio {
  position: relative;
  padding: 12rem 20rem;
  border-radius: 22rem;
  outline: 1rem solid #DEE0E3;
  cursor: pointer;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  font-size: 14rem;
  line-height: 14rem;
}
@media (max-width: 576px) {
  .done-form__radio {
    padding: 15rem 30rem;
  }
}
.done-form__radio span {
  font-size: 24rem;
  line-height: 20rem;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 576px) {
  .done-form__radio span {
    font-size: 20rem;
    line-height: normal;
  }
}
.done-form__radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.done-form__radio:has(input:checked) {
  outline: 1rem solid #000000;
}
.done-form__text-ob {
  font-size: 16rem;
  line-height: 20rem;
  margin-bottom: 20rem;
}
.done-form__text {
  color: #000000;
  font-size: 16rem;
  line-height: 20rem;
  font-weight: 400;
  margin-bottom: 20rem;
}
.done-form__text b {
  font-size: 16rem;
  line-height: 20rem;
  display: block;
}
@media (max-width: 576px) {
  .done-form__text {
    margin-bottom: 30rem;
  }
}
.done-form .btn {
  margin-left: auto;
  padding: 16px;
  font-size: 20rem;
  line-height: 20rem;
  width: fit-content;
  display: block;
}
@media (max-width: 576px) {
  .done-form .btn {
    margin-left: unset;
    width: 100%;
  }
}

.interactive {
  padding: 60rem 0 27rem 0;
}
@media (max-width: 576px) {
  .interactive {
    padding: 40rem 0;
  }
}
.interactive .h2-title {
  margin-bottom: 88rem;
}
@media (max-width: 576px) {
  .interactive .h2-title {
    margin-bottom: 0;
  }
}
.interactive__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 60rem;
}
@media (max-width: 576px) {
  .interactive__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 50rem;
    gap: 0;
    margin-top: 50rem;
  }
}
.interactive__controls {
  width: 100%
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  gap: 20rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .interactive__controls {
    width: 100%;
    gap: 20rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.interactive__item {
  padding: 14rem 16rem;
  outline: 1rem solid #000000;
  color: #000000;
  font-size: 18rem;
  line-height: 26rem;
  border-radius: 72rem;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
@media (max-width: 576px) {
  .interactive__item {
    padding: 20rem 30rem;
    font-size: 20rem;
  }
}
.interactive__item:hover {
  outline-color: #6891C3;
  color: #6891C3;
}
.interactive__item.active {
  outline-color: transparent;
  color: #FFFFFF;
  background-color: #6891C3;
}
.interactive__block {
  width: calc(100% - 574rem + 60rem);
  height: 900rem;
  margin-bottom: 50rem;
}
@media (max-width: 576px) {
  .interactive__block {
    height: auto;
    width: 100%;
  }
}
.interactive__image {
  width: 100%;
  height: 100%;
}
.interactive__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.interactive__text {
  color: #000000;
  width: 100%;
  text-align: center;
}
@media (max-width: 576px) {
  .interactive__text {
    width: 100%;
  }
}

.techdetails {
  padding: 80rem 0;
}
@media (max-width: 576px) {
  .techdetails {
    padding: 40rem 0;
  }
}
.techdetails .h2-title {
  margin-bottom: 80rem;
}
@media (max-width: 576px) {
  .techdetails .h2-title {
    margin-bottom: 40rem;
  }
}
.techdetails__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65rem;
  position: relative;
  margin-bottom: 100rem;
}
@media (max-width: 576px) {
  .techdetails__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40rem;
    margin-bottom: 60rem;
  }
}
.techdetails__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 840rem;
  border-radius: 42rem;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 576px) {
  .techdetails__img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 30rem;
  }
}
.techdetails__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.techdetails__content {
  width: calc(100% - 905rem);
}
@media (max-width: 576px) {
  .techdetails__content {
    width: 100%;
  }
}
.techdetails__title {
  font-size: 64rem;
  line-height: 100%;
  margin-bottom: 53rem;
}
@media (max-width: 576px) {
  .techdetails__title {
    font-size: 38rem;
    margin-bottom: 40rem;
    text-align: center;
  }
}
.techdetails-item {
  padding: 40rem 70rem 50rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 90rem;
  border-bottom: 1rem solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .techdetails-item {
    padding: 20rem 0;
    gap: 20rem;
  }
  .techdetails-item__text {
    width: calc(100% - 80rem);
  }
}
.techdetails-item__title {
  font-size: 40rem;
  line-height: 100%;
  color: #000000;
  margin-bottom: 20rem;
}
@media (max-width: 576px) {
  .techdetails-item__title {
    font-size: 30rem;
  }
}
.techdetails-item__desc {
  max-width: 542rem;
  color: #000000;
  line-height: 28rem;
}
@media (max-width: 576px) {
  .techdetails-item__desc {
    line-height: normal;
  }
}
.techdetails-item__number {
  width: 60rem;
  height: 60rem;
  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;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6891C3;
}
.techdetails-item__number::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  outline: 1rem solid #6891C3;
  top: 0;
  left: 0;
}
.techdetails__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80rem;
}
@media (max-width: 576px) {
  .techdetails__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30rem;
    gap: 20rem;
  }
}
.techdetails__head .techdetails__title {
  width: calc(100% - 840rem);
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .techdetails__head .techdetails__title {
    width: 100%;
  }
}
.techdetails__head .techdetails__text {
  width: 840rem;
  color: #000000;
}
@media (max-width: 576px) {
  .techdetails__head .techdetails__text {
    width: 100%;
  }
}
.techdetails__inner:has(+ .techdetails__bottom) {
  margin-bottom: 80rem;
}
@media (max-width: 576px) {
  .techdetails__inner:has(+ .techdetails__bottom) {
    margin-bottom: 50rem;
  }
}
.techdetails__inner:has(+ .techdetails__bottom) .techdetails__img img {
  -o-object-position: 0% 60%;
  object-position: 0% 60%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.techdetails__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .techdetails__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20rem;
  }
}
.techdetails__bottom .techdetails__text {
  width: 719rem;
  color: #000000;
}
@media (max-width: 576px) {
  .techdetails__bottom .techdetails__text {
    width: 100%;
  }
}

.cta-banner {
  width: 100%;
  position: relative;
  border-radius: 35rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .cta-banner {
    border-radius: 30rem;
  }
}
.cta-banner__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cta-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.cta-banner__img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
}
.cta-banner__content {
  position: relative;
  z-index: 1;
  padding: 90rem 0;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1065rem;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .cta-banner__content {
    padding: 50rem 20rem;
  }
}
.cta-banner__title {
  font-size: 64rem;
  line-height: 64rem;
  margin-bottom: 60rem;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 576px) {
  .cta-banner__title {
    font-size: 38rem;
    line-height: normal;
    margin-bottom: 30rem;
  }
}
.cta-banner__img:has(+ .cta-banner__content .cta-banner__btn:hover) img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery {
  padding: 80rem 0;
}
@media (max-width: 576px) {
  .gallery {
    padding: 40rem 0;
  }
}
.gallery .h2-title {
  margin-bottom: 80rem;
}
@media (max-width: 576px) {
  .gallery .h2-title {
    margin-bottom: 40rem;
  }
}
.gallery__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80rem;
}
@media (max-width: 576px) {
  .gallery__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20rem;
    margin-bottom: 40rem;
  }
}
.gallery__title {
  width: 548rem;
  font-size: 64rem;
  line-heighT: 100%;
  color: #1A315E;
}
@media (max-width: 576px) {
  .gallery__title {
    width: 100%;
    font-size: 38rem;
  }
}
.gallery__text {
  width: 694rem;
  color: #000000;
}
@media (max-width: 576px) {
  .gallery__text {
    width: 100%;
  }
}
.gallery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.gallery__item {
  width: calc(33.333333% - 16rem);
  height: 373rem;
  border-radius: 20rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .gallery__item {
    width: calc(50% - 16rem);
    height: auto;
    aspect-ratio: 1;
  }
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.55s ease-in-out;
  transition: 0.55s ease-in-out;
}
.gallery__item::after {
  position: absolute;
  content: "";
  background: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><svg data-name="Layer 1" height="200" id="Layer_1" viewBox="0 0 200 200" width="200" xmlns="http://www.w3.org/2000/svg"><title/><path fill="%23FFFFFF" d="M126.5,84.25h-22v-22a10,10,0,0,0-20,0v22h-22a10,10,0,0,0,0,20h22v22a10,10,0,0,0,20,0v-22h22a10,10,0,0,0,0-20Z"/><path fill="%23FFFFFF" d="M154.5,140.75a77.3,77.3,0,0,0,16-47c.5-42.5-34-77-76.5-77a77,77,0,0,0,0,154,76.21,76.21,0,0,0,47-16l25.5,25.5c4,4,10,4,13.5,0a9.67,9.67,0,0,0,0-14Zm-60.5,10a57,57,0,1,1,57-57A57,57,0,0,1,94,150.75Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50rem;
  height: 50rem;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 2;
}
.gallery__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 1;
}
.gallery__item:hover img {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery__item:hover::after {
  opacity: 1;
}
.gallery__item:hover::before {
  opacity: 0.5;
}

.callback {
  padding: 80rem 0;
}
@media (max-width: 576px) {
  .callback {
    padding: 40rem 0;
  }
}
.callback__title {
  font-size: 64rem;
  line-height: 64rem;
  margin-bottom: 60rem;
  color: #1A315E;
  max-width: 1448rem;
}
@media (max-width: 576px) {
  .callback__title {
    font-size: 38rem;
    line-height: 100%;
    margin-bottom: 40rem;
    text-align: center;
  }
}
.callback__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 576px) {
  .callback__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40rem;
  }
}
.callback__img {
  width: calc(50% - 30rem);
  height: 100%;
  border-radius: 20rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 576px) {
  .callback__img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.callback__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.callback__form {
  width: calc(50% - 30rem);
}
@media (max-width: 576px) {
  .callback__form {
    width: 100%;
  }
}

.form {
  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: 16rem;
}
.form__item {
  width: 100%;
  border-radius: 24rem;
  outline: 1rem solid rgba(10, 15, 41, 0.2);
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .form__item {
    border-radius: 20rem;
  }
}
.form__item input, .form__item textarea {
  width: 100%;
  height: 100%;
  padding: 27rem 38rem;
  font-size: 24rem;
  color: #14151A;
  font-weight: 400;
  outline: none;
  resize: none;
}
@media (max-width: 576px) {
  .form__item input, .form__item textarea {
    padding: 20rem 30rem;
    font-size: 20rem;
  }
}
.form__item input.no-empty, .form__item textarea.no-empty {
  color: #000000;
}
.form__item input.no-empty + label, .form__item textarea.no-empty + label {
  opacity: 0;
  visibility: hidden;
}
.form__item textarea {
  height: 223rem;
}
@media (max-width: 576px) {
  .form__item textarea {
    height: 123rem;
  }
}
.form__item label {
  font-size: 24rem;
  color: rgba(20, 21, 26, 0.2509803922);
  font-weight: 400;
  position: absolute;
  top: 27rem;
  left: 38rem;
  cursor: text;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media (max-width: 576px) {
  .form__item label {
    font-size: 20rem;
    top: 20rem;
    left: 30rem;
  }
}
.form__item label span {
  font-size: inherit;
  color: #14151A;
  font-weight: inherit;
  margin-right: 5rem;
}
.form__item:has(input:focus), .form__item:has(textarea:focus) {
  outline-color: #1A315E;
}
.form__item:has(input:focus) input, .form__item:has(textarea:focus) input {
  color: #000000;
}
.form__item:has(input:focus) label, .form__item:has(textarea:focus) label {
  opacity: 0;
}
.form__item:has(+ .form__controls) {
  margin-bottom: 8rem;
}
.form__controls {
  width: 100%;
}
.form__controls .btn {
  width: 100%;
  text-align: center;
}

.footer {
  background-color: #000000;
  border-radius: 40rem 40rem 0 0;
}
.footer__top {
  padding: 48rem 0 35rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer__social {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .footer__social {
    margin-right: unset;
    gap: 10rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__social .footer__link {
  width: 60rem;
  height: 60rem;
}
.footer__social .footer__link svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__social .footer__link:last-child {
  width: 46rem;
  height: 46rem;
}
.footer__link {
  color: #FFFFFF;
  font-size: 24rem;
  font-weight: 400;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.footer__link svg {
  width: 24rem;
  height: 24rem;
  margin-right: 12rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__link span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.footer__link:hover {
  color: #6891C3;
}
.footer__link:hover svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24rem;
  margin-right: 194rem;
}
@media (max-width: 576px) {
  .footer__contacts {
    margin-right: unset;
  }
}
.footer__navigation {
  margin-right: 150rem;
  max-width: 613rem;
}
@media (max-width: 576px) {
  .footer__navigation {
    margin-right: unset;
  }
}
.footer__navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24rem 140rem;
  list-style: none;
}
@media (max-width: 576px) {
  .footer__navigation ul {
    gap: 20rem;
  }
}
.footer__navigation ul li {
  width: calc(50% - 70rem);
}
@media (max-width: 576px) {
  .footer__navigation ul li {
    width: 100%;
  }
}
.footer__bottom {
  padding: 38rem 0 42rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1rem solid rgba(255, 255, 255, 0.8);
}
@media (max-width: 576px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .footer__logo {
    margin-bottom: 30rem;
  }
}
.footer__logo img {
  height: 101rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 576px) {
  .footer__logo img {
    height: 70rem;
  }
}
.footer__logo-text {
  font-size: 32rem;
  color: #959B9B;
  text-transform: uppercase;
  line-height: 100%;
}
@media (max-width: 576px) {
  .footer__logo-text {
    font-size: 30rem;
  }
}
.footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60rem;
}
@media (max-width: 576px) {
  .footer__legal {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40rem;
  }
}
.footer__legal .footer__link {
  color: #888888;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .footer__legal .footer__link {
    font-size: 16rem;
  }
}
.footer__legal .footer__link:hover {
  text-decoration: none;
}

.interactive-block {
  position: relative;
}
.interactive-block__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interactive-block__item {
  position: absolute;
  --y: 172rem;
  --x: 246rem;
  --width: 104rem;
  --height: 172rem;
  top: var(--y);
  left: var(--x);
}
.interactive-block__item.active {
  z-index: 1;
}
.interactive-block__item.active .interactive-block__point {
  opacity: 1;
}
.interactive-block__item.active .interactive-block__text {
  opacity: 1;
  visibility: visible;
}
.interactive-block__item:hover {
  z-index: 10;
}
.interactive-block__item:nth-child(1) {
  --y: -7rem;
  --x: 510rem;
  --width: 86rem;
  --height: 86rem;
}
@media (max-width: 576px) {
  .interactive-block__item:nth-child(1) {
    --y: calc(95rem - 80rem);
    --x: calc(398rem - 260rem);
    --width: calc(104rem - 29rem);
    --height: calc(114rem - 50rem);
  }
}
.interactive-block__item:nth-child(2) {
  --y: -7rem;
  --x: 387rem;
  --width: 103rem;
  --height: 128rem;
}
@media (max-width: 576px) {
  .interactive-block__item:nth-child(2) {
    --y: 0rem;
    --x: 8rem;
    --width: 80rem;
    --height: 120rem;
  }
}
.interactive-block__item:nth-child(3) {
  --y: 105rem;
  --x: 356rem;
  --width: 139rem;
  --height: 108rem;
}
@media (max-width: 576px) {
  .interactive-block__item:nth-child(3) {
    --y: 144rem;
    --x: -3rem;
    --width: 70rem;
    --height: 60rem;
  }
}
.interactive-block__item:nth-child(4) {
  --y: 185rem;
  --x: 387rem;
  --width: 100rem;
  --height: 114rem;
}
@media (max-width: 576px) {
  .interactive-block__item:nth-child(4) {
    --y: 222rem;
    --x: 10rem;
    --width: 80rem;
    --height: 74rem;
  }
}
.interactive-block__item:nth-child(5) {
  --y: 297rem;
  --x: 503rem;
  --width: 278rem;
  --height: 299rem;
}
@media (max-width: 576px) {
  .interactive-block__item:nth-child(5) {
    --y: 323rem;
    --x: 126rem;
    --width: 283rem;
    --height: 324rem;
  }
}
.interactive-block__item:nth-child(6) {
  --y: 326rem;
  --x: 387rem;
  --width: 104rem;
  --height: 94rem;
}
@media (max-width: 576px) {
  .interactive-block__item:nth-child(6) {
    --y: 369rem;
    --x: 11rem;
    --width: 78rem;
    --height: 70rem;
  }
}
.interactive-block__item:nth-child(7) {
  --y: 431rem;
  --x: 387rem;
  --width: 104rem;
  --height: 96rem;
}
@media (max-width: 576px) {
  .interactive-block__item:nth-child(7) {
    --y: 481rem;
    --x: 8rem;
    --width: 82rem;
    --height: 83rem;
  }
}
.interactive-block__item:nth-child(8) {
  --y: 508rem;
  --x: 383rem;
  --width: 114rem;
  --height: 122rem;
}
@media (max-width: 576px) {
  .interactive-block__item:nth-child(8) {
    --y: 569rem;
    --x: 2rem;
    --width: 94rem;
    --height: 104rem;
  }
}
.interactive-block__item:nth-child(9) {
  --y: 700rem;
  --x: 441rem;
  --width: 265rem;
  --height: 102rem;
}
@media (max-width: 576px) {
  .interactive-block__item:nth-child(9) {
    --y: 767rem;
    --x: 85rem;
    --width: 208rem;
    --height: 103rem;
  }
}
.interactive-block__item:nth-child(10) {
  --y: 780rem;
  --x: 413rem;
  --width: 96rem;
  --height: 105rem;
}
@media (max-width: 576px) {
  .interactive-block__item:nth-child(10) {
    --y: 858rem;
    --x: 33rem;
    --width: 84rem;
    --height: 92rem;
  }
}
.interactive-block__item:nth-child(11) {
  --y: 82rem;
  --x: 472rem;
  --width: 337rem;
  --height: 155rem;
}
@media (max-width: 576px) {
  .interactive-block__item:nth-child(11) {
    --y: 72rem;
    --x: 93rem;
    --width: 354rem;
    --height: 195rem;
  }
}
.interactive-block__point {
  height: var(--height);
  width: var(--width);
  cursor: pointer;
  outline: 2rem solid #CA0029;
  opacity: 0;
}
.interactive-block__point:hover + .interactive-block__text {
  opacity: 1;
  visibility: visible;
}
.interactive-block__point:hover {
  opacity: 1;
}
.interactive-block__text {
  font-size: 16rem;
  padding: 12rem 26rem;
  background-color: #FFFFFF;
  border-radius: 32rem;
  outline: 1rem solid #000000;
  -webkit-transform: translateX(calc(-50% + var(--width) / 2));
  -ms-transform: translateX(calc(-50% + var(--width) / 2));
  transform: translateX(calc(-50% + var(--width) / 2));
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  position: absolute;
  top: calc(100% + 20rem);
  left: 0;
  width: 500rem;
  z-index: 1;
}
.interactive-block__text b {
  display: block;
  margin-bottom: 2rem;
}

@media (max-width: 576px) {
  .done__img img {
    height: 300px;
  }
  .interactive__controls {
    margin-top: 20rem;
  }
  .interactive-block__text {
    width: 300rem;
    font-size: 16rem;
    transform: none;
  }
}

.whats-link {
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  animation: ring 4s 0.7s ease-in-out infinite;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 20px rgba(0,0,0,.3019607843);
  box-shadow: 0 1px 20px rgba(0,0,0,.3019607843);  
  background-color: #4dc247 !important;
}
.whats-link:hover svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); 
}
.whats-link svg {
  transition: 0.3s;
}

.call-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 20px rgba(0,0,0,.3019607843);
  box-shadow: 0 1px 20px rgba(0,0,0,.3019607843);
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  animation: ring 4s 0.7s ease-in-out infinite;
  overflow: hidden;
}

.call-btn:hover svg {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.call-btn svg {
  transition: 0.3s;
}
.whatsapp {
  background: #29a71a;
}

.tg {
  background: #1c8adb;
}
.asbs-icons {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99;
}
.asbs-icons svg {
  width: 36rem;
  height: 36rem;
}
.asbs-icons svg {
  fill: white;
}
.asbs-icons svg {
  transition: all .2s ease;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  10% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg);
  }
  15% {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
  }
  20% {
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
  }
  25% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  30% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg);
  }
  35% {
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  45% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  55% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  60% {
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg);
  }
  65% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  70% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  85% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  90% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  95% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  10% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg);
  }
  15% {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
  }
  20% {
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
  }
  25% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  30% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg);
  }
  35% {
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  45% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  55% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  60% {
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg);
  }
  65% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  70% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  85% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  90% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  95% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}