:root {
  --color-primary-white: #ffffff;
  --color-primary-brightblue: #2b7fff;
  --color-primary-darkblue: #011c44;
  --color-secondary-gray: #4a4a4a;
  --color-secondary-lightergray: #747272;
  --color-secondary-darkblue: #011f4a;
  --color-secondary-brightorange: #ffd02b;
  --triplet-secondary-darkblue: 1, 31, 74;
}

* {
  box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: var(--color-primary-darkblue);
}

body {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}

p {
  margin: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  color: var(--color-primary-darkblue);
}

img {
  background-repeat: no-repeat;
}

input {
  outline: none;
}

@font-face {
  font-display: swap;
  font-family: "Play";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/play-v21-cyrillic_latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v49-cyrillic_latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v50-cyrillic_latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-v49-cyrillic_latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v49-cyrillic_latin-700.woff2") format("woff2");
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.burger-is-hidden {
  transform: translateX(100%);
}

.header {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.header .section {
  display: flex;
  justify-content: space-between;
  gap: 56px;
  justify-content: space-between;
  max-width: 1440px;
  padding: 32px 100px;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.25);
}
.header__logo {
  width: 74px;
  height: 42px;
}
.header__list {
  display: flex;
  justify-content: space-between;
  gap: 56px;
}
.header__socials {
  display: flex;
  justify-content: space-between;
  gap: 42px;
}
.header__icon {
  width: 32px;
  height: 32px;
  fill: var(--color-primary-darkblue);
  transition: fill 0.2s;
}
.header__icon:hover {
  fill: var(--color-primary-brightblue);
}
.header__icon--logo {
  width: 74px;
  height: 42px;
}
.header__link {
  display: inline-block;
  text-decoration: none;
  color: var(--color-primary-darkblue);
  transition: color 0.2s;
}
.header__link:hover {
  color: var(--color-primary-brightblue);
}
.header__burger-btn {
  display: none;
  border: none;
  background-color: transparent;
  width: 24px;
  height: 24px;
}
.header__burger-icon {
  fill: var(--color-primary-white);
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .header .section {
    padding: 16px 20px;
    padding-bottom: 0;
    backdrop-filter: none;
    background-color: transparent;
  }
  .header__logo {
    width: 57px;
    height: 30px;
  }
  .header__list {
    display: none;
  }
  .header__socials {
    display: none;
  }
  .header__icon--logo {
    width: 57px;
    height: 30px;
  }
  .header__icon--close {
    width: 16px;
    height: 16px;
  }
  .header__burger-btn {
    display: block;
  }
  .header__burger-icon {
    width: 24px;
    height: 24px;
  }
}

.section {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.section__heading {
  font-family: "Play";
  font-weight: 700;
  font-size: 64px;
  line-height: 1.3;
  color: var(--color-primary-darkblue);
}
.section__heading--large {
  font-size: 140px;
  line-height: 0.8;
}
.section__heading--highlight {
  color: var(--color-primary-brightblue);
}
.section__heading--capitalize {
  text-transform: capitalize;
}
.section__heading--center {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section {
    padding: 0 20px;
    max-width: 360px;
  }
  .section__heading {
    font-family: "Roboto";
    font-size: 32px;
    font-weight: 500;
  }
}

.hero-section .section {
  position: relative;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8509) 26%, rgba(255, 255, 255, 0.1932) 56%, rgba(255, 255, 255, 0) 74%), url("images/png/hero-background.png");
  background-size: 1152px;
  background-repeat: no-repeat;
  background-position: right, top right -24px;
  -webkit-mask-image: url("masks/hero-mask.svg");
          mask-image: url("masks/hero-mask.svg");
  -webkit-mask-size: 1998px;
          mask-size: 1998px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom 0 right calc(50% - 131px);
          mask-position: bottom 0 right calc(50% - 131px);
  max-width: 1440px;
  padding: 0 200px;
  padding-top: 102px;
}
@media screen and (max-width: 480px) {
  .hero-section .section {
    background-image: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.78) 31%, rgba(255, 255, 255, 0.2) 56%, rgba(255, 255, 255, 0) 74%), url("images/png/hero-background.png");
    background-position: bottom;
    background-size: 600px;
    -webkit-mask-size: 870px;
            mask-size: 870px;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    padding: 0;
    padding-top: 71px;
  }
}
.hero-section__container {
  max-width: 1028px;
  margin: 0 auto;
  padding-bottom: 126px;
}
@media screen and (max-width: 480px) {
  .hero-section__container {
    padding-bottom: 50px;
    margin-bottom: 5px;
  }
}
.hero-section__heading {
  text-align: left;
  font-weight: 700;
  max-width: 530px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .hero-section__heading {
    text-align: center;
    font-size: 54px;
    margin-bottom: 32px;
  }
}
.hero-section__text {
  display: block;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 16px;
}
.hero-section__text:last-child {
  color: var(--color-secondary-gray);
  font-size: 12px;
  line-height: 1.5;
  max-width: 238px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .hero-section__text {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
  }
  .hero-section__text:last-child {
    display: block;
    color: var(--color-secondary-gray);
    font-size: 11px;
    line-height: 1.6;
    max-width: 186px;
    text-align: center;
    margin: 0 auto;
  }
}
.hero-section__btn {
  display: block;
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .hero-section__btn {
    margin: 0 auto;
    margin-bottom: 8px;
  }
}

.gradient-mask {
  max-width: 2022px;
  margin: auto;
  overflow-x: hidden;
  background-image: linear-gradient(180deg, rgba(43, 127, 255, 0.2) 33%, rgba(43, 127, 255, 0) 63%, rgba(43, 127, 255, 0) 89%);
  -webkit-mask-image: url("masks/gradient-mask.svg");
          mask-image: url("masks/gradient-mask.svg");
  -webkit-mask-size: 2022px;
          mask-size: 2022px;
  -webkit-mask-position: center 20px;
          mask-position: center 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  padding-top: 92px;
}
@media screen and (max-width: 480px) {
  .gradient-mask {
    background-image: linear-gradient(180deg, rgba(43, 127, 255, 0.2) 12%, rgba(43, 127, 255, 0.04) 56%, rgba(43, 127, 255, 0) 57%);
    -webkit-mask-size: 1085px;
            mask-size: 1085px;
  }
}

.advantages-section {
  position: relative;
  width: 1060px;
  margin-bottom: 96px;
}
.advantages-section__heading {
  margin: 0 auto;
  max-width: 432px;
  padding-top: 204px;
  margin-bottom: 48px;
}
.advantages-section__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}
.advantages-section__item {
  background-color: var(--color-primary-white);
  border-radius: 32px;
  padding: 24px 32px;
  width: 316px;
  height: 180px;
  box-shadow: 0 4px 4px 0 rgba(168, 198, 245, 0.38);
}
.advantages-section__icon {
  display: block;
  justify-self: center;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  fill: var(--color-primary-brightblue);
}
.advantages-section__text {
  font-size: 18px;
  line-height: 1.3;
  color: black;
  text-align: center;
}
.advantages-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 2022px;
  height: 1505px;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-image: url("/images/svg/mask-background-big.svg");
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .advantages-section__heading {
    max-width: 210px;
    padding-top: 92px;
    margin-bottom: 24px;
  }
  .advantages-section__heading {
    max-width: 210px;
    padding-top: 92px;
    margin-bottom: 24px;
  }
  .advantages-section__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .advantages-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 1085px;
    height: 816px;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-image: url("/images/svg/mask-background-small.svg");
    background-size: 1085px;
    z-index: -1;
  }
}

.about-us-section {
  position: relative;
}
.about-us-section:before {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/svg/stars-background.svg");
  background-position: top right;
  background-size: 408px;
  background-repeat: no-repeat;
}
.about-us-section__container {
  display: flex;
  gap: 32px;
}
.about-us-section__heading {
  padding-top: 40px;
  margin-bottom: 40px;
}
.about-us-section__description {
  width: 708px;
}
.about-us-section__text {
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.about-us-section__text--highlighted {
  font-weight: 600;
}
.about-us-section__text:last-child {
  margin-bottom: 0;
}
.about-us-section__images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 500px;
  height: 700px;
}
.about-us-section__image {
  width: 328px;
  height: 328px;
  border-radius: 50%;
}
.about-us-section__image--start {
  align-self: flex-start;
}
.about-us-section__image--end {
  align-self: flex-end;
}
@media screen and (max-width: 480px) {
  .about-us-section {
    padding: 0 20px;
  }
  .about-us-section:before {
    position: absolute;
    top: 100%;
    right: 32px;
    width: 32px;
    height: 32px;
    background-image: url("images/svg/star.svg");
    background-position: bottom right;
    background-size: 32px;
    background-repeat: no-repeat;
  }
  .about-us-section__heading {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .about-us-section__text {
    font-size: 18px;
  }
  .about-us-section__images {
    display: none;
  }
}

.procedures-section {
  max-width: 1216px;
  padding-bottom: 40px;
}
.procedures-section__heading {
  margin-bottom: 48px;
}
.procedures-section__container {
  position: relative;
}
.procedures-section__item {
  overflow: hidden;
}
.procedures-section__button--prev, .procedures-section__button--next {
  background-color: transparent;
  border: 1px solid black;
  border-radius: 32px;
}
.procedures-section__button--next {
  transform: rotate(180deg);
}
.procedures-section__button svg {
  color: black;
  width: 16px;
}
@media screen and (max-width: 480px) {
  .procedures-section__button {
    display: none;
  }
}

.contacts-section {
  width: 1060px;
  margin-bottom: 94px;
}
.contacts-section__heading {
  margin-bottom: 48px;
}
.contacts-section__container {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.contacts-section__form {
  background-color: var(--color-primary-darkblue);
  background-image: url("images/svg/modal-and-footer-bg.svg");
  background-size: 800%;
  background-position: center;
  border-radius: 32px;
  padding: 48px 56px;
}
@media screen and (max-width: 480px) {
  .contacts-section__form {
    border-radius: 24px;
    padding: 42px 24px;
  }
}
.contacts-section__map {
  order: -1;
  width: 600px;
}
.contacts-section__map--container {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 32px;
}
@media screen and (max-width: 480px) {
  .contacts-section {
    margin-bottom: 0;
  }
  .contacts-section__heading {
    margin-bottom: 24px;
  }
  .contacts-section__container {
    flex-direction: column;
    gap: 24px;
  }
  .contacts-section__map {
    order: 1;
    position: relative;
    width: 100%;
    height: 232px;
  }
  .contacts-section__map--container {
    position: absolute;
    top: 0;
    width: 100vw;
    left: calc((100vw - 100%) / 2 * -1);
    border-radius: 0;
  }
}

.footer {
  padding: 56px 0;
  background-color: var(--color-primary-darkblue);
  background-image: url("images/svg/modal-and-footer-bg.svg");
  background-size: 200%;
  background-position: center;
}
.footer__container {
  display: flex;
  flex-direction: row;
  align-items: normal;
}
.footer__logo {
  flex: 1 1 25%;
  fill: var(--color-primary-brightblue);
  width: 83px;
  height: 42px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  flex: 1 1 25%;
}
.footer__link {
  max-width: 203px;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 16px;
  color: var(--color-primary-white);
  transition: color 0.2s;
}
.footer__link:hover {
  color: var(--color-primary-brightblue);
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  flex: 1 1 25%;
}
.footer__address {
  display: flex;
  flex-direction: column;
}
.footer__socials {
  display: flex;
  gap: 24px;
}
.footer__copyright {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: var(--color-secondary-lightergray);
}
.footer__icon {
  width: 42px;
  height: 42px;
  fill: var(--color-primary-white);
  transition: fill 0.2s;
}
.footer__icon:hover {
  fill: var(--color-primary-brightblue);
}
@media screen and (max-width: 480px) {
  .footer {
    font-size: 14px;
  }
  .footer__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 42px;
  }
  .footer__container {
    flex-direction: column;
    align-items: center;
  }
  .footer__item {
    display: flex;
    justify-content: center;
  }
  .footer__address {
    display: none;
  }
  .footer__external-links {
    display: flex;
    flex-direction: column;
  }
  .footer__privacy-policy {
    order: -1;
  }
  .footer__socials {
    justify-content: center;
  }
  .footer__socials .footer__link {
    margin-bottom: 8px;
  }
  .footer__icon {
    width: 32px;
    height: 32px;
  }
  .footer__copyright {
    display: flex;
    align-items: center;
  }
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--triplet-secondary-darkblue), 0.4);
  transition: opacity 0.2s, visibility 0.2s;
  padding: 0 20px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .backdrop {
    padding: 0 20px;
  }
}

.modal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 724px;
  max-height: 682px;
  background-color: var(--color-primary-darkblue);
  background-image: url("/css/images/svg/modal-and-footer-bg.svg");
  background-size: 400%;
  border-radius: 48px;
  margin: 0 20px;
  padding: 42px 144px;
}
.modal__btn {
  position: absolute;
  top: 42px;
  right: 42px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.modal__icon {
  width: 16px;
  height: 16px;
  fill: var(--color-primary-white);
  transition: fill 0.2s;
}
.modal__icon:hover {
  fill: var(--color-primary-brightblue);
}
.modal__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 435px;
}
.modal__heading {
  width: 435px;
  font-family: "Play";
  font-size: 64px;
  text-align: center;
  color: var(--color-primary-white);
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .modal .modal__heading {
    width: 320px;
    font-size: 48px;
    margin-bottom: 24px;
  }
  .modal__btn {
    position: absolute;
    top: 42px;
    right: 42px;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .modal__icon {
    width: 24px;
    height: 24px;
    fill: var(--color-primary-white);
  }
}

.burger-menu {
  display: none;
}
@media screen and (max-width: 480px) {
  .burger-menu {
    display: block;
    position: fixed;
    flex-direction: column;
    justify-content: start;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    gap: 16px;
    padding: 16px 20px;
    background-color: var(--color-primary-white);
    overflow: auto;
    transition: transform 0.2s;
  }
  .burger-menu__logo {
    width: 57px;
    height: 30px;
    margin-bottom: 32px;
  }
  .burger-menu__list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 16px;
    margin: 0;
    margin-bottom: 16px;
  }
  .burger-menu__socials {
    display: flex;
    justify-content: start;
    gap: 16px;
  }
  .burger-menu__link {
    transition: color 0.2s;
  }
  .burger-menu__link:hover {
    color: var(--color-primary-brightblue);
  }
  .burger-menu__icon {
    width: 32px;
    height: 32px;
    transition: fill 0.2s;
  }
  .burger-menu__icon--logo {
    width: 57px;
    height: 30px;
  }
  .burger-menu__icon--close {
    width: 16px;
    height: 16px;
  }
  .burger-menu__icon:hover {
    fill: var(--color-primary-brightblue);
  }
  .burger-menu__btn {
    border: none;
    background-color: transparent;
  }
  .burger-menu__btn--close {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 20px;
  }
}

.logo {
  width: 57px;
  height: 30px;
}

.btn {
  font-family: "Roboto";
  outline: none;
  border: 2px solid var(--color-primary-brightblue);
  background-color: var(--color-primary-brightblue);
  color: var(--color-primary-white);
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  border-radius: 32px;
  padding: 16px 32px;
  transition: background-color 0.2s, color 0.2s;
}
.btn:hover, .btn:focus {
  background-color: transparent;
  color: var(--color-primary-darkblue);
}
@media screen and (max-width: 480px) {
  .btn {
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 24px;
  }
}

.procedure-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 4px 120px 4px 120px;
  width: 344px;
  height: 456px;
}
.procedure-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 28, 68, 0) 47%, rgba(1, 28, 68, 0.7258) 83%, rgb(1, 28, 68) 100%);
  z-index: -1;
}
.procedure-card__header {
  width: 152px;
  padding-bottom: 32px;
  font-family: "Roboto";
  font-size: 22px;
  text-align: center;
  color: white;
}
.procedure-card__image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form {
  width: 310px;
}
.form__heading {
  color: var(--color-primary-white);
  max-width: 272px;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
}
.form__heading--highlight {
  color: var(--color-primary-brightblue);
}
.form__terms-text {
  color: var(--color-secondary-lightergray);
  font-size: 12px;
  line-height: 1.5;
  text-underline-offset: 2px;
  text-align: center;
}
.form__link {
  color: var(--color-secondary-lightergray);
  text-decoration-line: underline;
}
@media screen and (max-width: 480px) {
  .form {
    width: auto;
  }
  .form__heading {
    margin-bottom: 24px;
  }
}

.input {
  margin-bottom: 16px;
}
.input__label {
  color: var(--color-primary-white);
  font-size: 13px;
}
.input__control {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border: 2px solid var(--color-secondary-lightergray);
  color: var(--color-primary-white);
  border-radius: 32px;
  width: 310px;
  padding: 18px 32px;
  background-color: transparent;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}
.input__control::-moz-placeholder {
  color: var(--color-primary-white);
  font-size: 13px;
}
.input__control::placeholder {
  color: var(--color-primary-white);
  font-size: 13px;
}
.input__control:focus {
  border-color: var(--color-primary-brightblue);
}
.input__control:disabled {
  background-color: var(--color-secondary-lightergray);
}
.input__btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
}
.input__btn:focus, .input__btn:hover {
  color: var(--color-primary-white);
}
@media screen and (max-width: 480px) {
  .input__control {
    border-radius: 24px;
    width: 242px;
    padding: 16px 24px;
  }
}

.swiper {
  width: 1064px;
  padding-bottom: 43px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.swiper-pagination-bullet {
  --swiper-pagination-color: var(--color-primary-brightblue);
  --swiper-pagination-bullet-size: 11px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  --swiper-pagination-bullet-inactive-color: var(
    --color-secondary-lightergray
  );
  --swiper-pagination-bullet-inactive-opacity: 1;
}
@media screen and (max-width: 480px) {
  .swiper {
    width: 320px;
    padding-bottom: 24px;
  }
  .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
  }
}/*# sourceMappingURL=main.min.css.map */