@keyframes fadeInTop {
  0% {
    translate: 0 -100%
  }

  to {
    translate: 0 0
  }
}

@keyframes fadeOutTop {
  0% {
    translate: 0 0
  }

  to {
    translate: 0 -200%
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes pulse {
  0% {
    opacity: 0
  }

  80%,
  to {
    opacity: 1
  }
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 430px;
  width: 100%;
  padding: 0 10px
}

.container-left,
.container-right {
  position: relative;
  width: 100vw;
  max-width: calc(100vw - (100vw - 430px)/2);
  padding-inline: 10px
}

.container-right {
  margin-left: auto;
  margin-right: 0
}

.container-left {
  margin-right: auto;
  margin-left: 0
}

* {
  box-sizing: border-box;
  outline: 0
}

:focus {
  outline: 0
}

html {
  display: flex;
  flex-direction: column
}

.menu-item:not(.menu-item-has-children) .menu-item-arrow,
html:not(.loaded) ._dynamic_adapt_,
html:not(.loaded) .sub-menu-wrapper,
html:not(.loaded) [data-da*=header__mobile] {
  display: none
}

@supports not (-webkit-hyphens:none) {
  body {
    padding-right: 0 !important
  }
}

.header__mobile,
body,
html {
  scrollbar-gutter: stable
}

.header__mobile.scrollbar-auto,
body.scrollbar-auto,
html.scrollbar-auto {
  scrollbar-gutter: auto
}

.wrapper,
body,
html {
  min-height: 100%
}

body {
  position: relative;
  margin: 0;
  font-family: "TTFirsNeue-Regular";
  padding-top: 207px;
  background: url(../img/bg.webp) top center/cover no-repeat;
  color: #fff;
  line-height: 1.5
}

body.no-scroll {
  overflow-y: hidden
}

.wrapper,
body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-x: clip
}

.text-block a[data-gallery] img,
.wrapper>* {
  width: 100%
}

.main {
  flex: 1 1 auto
}

sup {
  font-size: .5em
}

svg {
  transition: all .4s
}

a,
button,
figure,
iframe,
input,
li,
textarea {
  text-decoration: none;
  color: inherit;
  border: 0;
  background: 0 0
}

a,
button,
figure,
iframe,
li {
  padding: 0;
  margin: 0;
  font-family: inherit;
  cursor: pointer
}

a:active,
button:active,
figure:active,
iframe:active,
input:active,
li:active,
textarea:active {
  outline: 0
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0
}

button {
  font-size: inherit
}

ul li {
  list-style: none;
  cursor: default
}

.text-block b,
.text-block h1,
.text-block h2,
.text-block h3,
.text-block strong,
strong {
  font-family: "TTFirsNeue-Black", "TTFirsNeue-Bold"
}

b,
strong {
  font-weight: 400
}

input,
textarea {
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  font-family: "TTFirsNeue-Regular"
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  font: inherit;
  transition: all .4s
}

textarea {
  resize: none;
  max-height: 100%;
  padding-right: 9px;
  width: calc(100% + 13px);
  margin-right: -9px;
  overflow-y: auto;
  overflow-x: hidden
}

@supports (-moz-appearance:none) {
  textarea {
    scrollbar-color: #151a64 #dfe4ec;
    scrollbar-width: thin
  }
}

textarea::-webkit-scrollbar {
  width: 4px
}

textarea::-webkit-scrollbar-track-piece {
  background-color: #dfe4ec;
  border-radius: 5px
}

textarea::-webkit-scrollbar-thumb {
  background-color: #151a64;
  border-radius: 5px
}

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

input[type=number] {
  -moz-appearance: textfield
}

input[type=button],
input[type=submit] {
  cursor: pointer
}

button,
input,
textarea {
  box-shadow: 0 0 0 1px transparent;
  transition: all .3s
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  box-shadow: 0 0 0 1px #030410
}

a {
  box-shadow: 0 0 0 1px transparent
}

a:focus-visible {
  box-shadow: 0 0 0 1px #0c0f3a
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  font: inherit
}

img {
  max-width: 100%;
  object-fit: contain;
  border: 0
}

[class*=-img] picture,
[class*=__img] picture {
  width: 100%;
  height: 100%
}

picture {
  display: flex;
  justify-content: center
}

[data-digits-counter] {
  display: inline-block;
  white-space: nowrap
}

.input-wrapper,
.input-wrapper p,
.text-block ol,
.text-block ul {
  display: grid
}

.logo,
.menu li {
  display: flex
}

.button,
.submit,
.tel,
a {
  transition: color .3s, background .3s, opacity .3s
}

.menu li {
  position: relative;
  z-index: 2;
  align-items: center;
  gap: 10px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  transition: all .4s;
  text-underline-offset: 3px;
  text-decoration-color: transparent
}

.menu li:not(.menu-item-has-children) a {
  transition: none
}

.link-button {
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.hover-translate {
  transition: translate .4s
}

.hover-translate:focus-visible {
  translate: 0 -3px
}

.hover-scale {
  transition: all .4s
}

.hover-scale img {
  transition: .4s ease-in
}

.hover-scale:focus-visible img {
  scale: 1.02
}

.hover-icon img,
.hover-icon svg {
  transition: all .4s
}

.hover-icon:focus-visible img,
.hover-icon:focus-visible svg {
  scale: 1.08
}

.hover-underline,
.underline {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: .1lh;
  transition: all .4s
}

.hover-underline {
  text-decoration-color: transparent
}

.hover-underline:focus-visible,
.menu li:focus-visible {
  text-decoration-color: currentColor
}

[hidden] {
  display: none !important
}

.flex,
.text-block a[data-gallery] {
  display: flex
}

.flex-wrap {
  flex-wrap: wrap
}

.justify-center {
  justify-content: center
}

.justify-end {
  justify-content: end
}

.justify-start {
  justify-content: start;
  justify-items: start
}

.justify-between {
  width: 100%;
  justify-content: space-between
}

.align-center {
  align-items: center
}

.align-start {
  align-items: start;
  align-content: start
}

.align-end {
  align-items: end;
  align-content: end
}

.col {
  justify-items: start
}

.col,
.grid {
  display: grid;
  grid-template-columns: 100%
}

.hidden {
  display: none !important
}

.text-block {
  -webkit-hyphens: auto;
  hyphens: auto;
  color: rgba(255, 255, 255, .8)
}

.text-block p:last-child,
.text-block>:last-child {
  margin-bottom: 0
}

.text-block ol ol,
.text-block ol ul,
.text-block ul ol,
.text-block ul ul {
  padding-top: 10px
}

.text-block ul>li {
  position: relative
}

.text-block ul>li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 5px;
  height: 5px;
  flex-basis: 5px;
  flex-grow: 0;
  flex-shrink: 0;
  background: currentColor;
  border-radius: 50%
}

.text-block ol {
  list-style: none;
  counter-reset: number
}

.text-block ol>li:before {
  counter-increment: number;
  content: counters(number, ".") ". ";
  font: inherit
}

.text-block ol ol {
  padding-left: 20px
}

.text-block h2+ol,
.text-block h2+ul,
.text-block h3+ol,
.text-block h3+ul,
.text-block h4+ol,
.text-block h4+ul,
.text-block h5+ol,
.text-block h5+ul,
.text-block h6+ol,
.text-block h6+ul {
  padding-top: 0
}

.text-block blockquote {
  margin: 0;
  background: #dfe4ec
}

.text-block mark {
  background: #121758
}

.text-block a {
  text-decoration: underline
}

.text-block .table {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  padding-bottom: 9px;
  margin-bottom: -9px;
  overflow-x: auto;
  overflow-y: hidden
}

@supports (-moz-appearance:none) {
  .text-block .table {
    scrollbar-color: #151a64 #dfe4ec;
    scrollbar-width: thin
  }
}

.text-block .table::-webkit-scrollbar {
  height: 4px
}

.text-block .table::-webkit-scrollbar-track-piece {
  background: #dfe4ec;
  border-radius: 5px
}

.text-block .table::-webkit-scrollbar-thumb {
  background: #151a64;
  border-radius: 5px
}

.text-block table {
  width: 100%;
  border-collapse: collapse
}

.text-block table th {
  font-family: "TTFirsNeue-Bold";
  text-align: left;
  padding: 15px
}

.text-block table td {
  padding: 15px
}

.text-block table tr>:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.text-block table tr>:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.text-block table thead {
  background: #000;
  color: #fff
}

.text-block table tbody tr:nth-child(even) {
  background: #ccc
}

.text-block table tbody tr:nth-child(odd) {
  background: #fafafa
}

.text-block table:not(:has(thead)) tbody tr {
  position: relative
}

.text-block table:not(:has(thead)) tbody tr>th:first-child {
  position: sticky;
  left: 0;
  top: 0;
  background: inherit
}

.section__top {
  display: flex;
  justify-content: center
}

.button,
.title {
  text-transform: uppercase
}

.title {
  position: relative;
  display: inline-flex;
  font-family: "TTFirsNeue-Black";
  line-height: 1.2;
  text-align: center
}

.title:after {
  content: attr(data-shadow);
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -10px;
  z-index: -1;
  color: transparent;
  white-space: nowrap;
  background-clip: text;
  -webkit-background-clip: text;
  text-stroke: 2px #453958;
  -webkit-text-stroke: 2px #453958
}

.title span {
  display: flex;
  align-items: center
}

.title span:after,
.title span:before {
  content: "";
  background: #a3b9fa;
  border-radius: 4px;
  rotate: -45deg
}

.button {
  background: #052954;
  color: #a3b9fa;
  font-family: "TTFirsNeue-ExtraBold"
}

.button:focus-visible {
  background: #041d3c
}

.button svg {
  width: 20px;
  height: 20px;
  fill: #a3b9fa
}

.menu {
  display: flex;
  align-items: center;
  row-gap: 10px;
  flex-wrap: wrap;
  font-family: "TTFirsNeue-Medium"
}

.menu li:before {
  content: "";
  border-radius: 4px;
  background: #a3b9fa;
  rotate: -45deg;
  transition: all .4s
}

.menu li:focus-visible:before {
  rotate: 0deg
}

.input,
.textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px
}

.input-file {
  position: relative;
  width: 100%;
  cursor: pointer
}

.input-file input,
.input-image input {
  width: 100%;
  height: 100%;
  opacity: 0
}

.input-file-text,
.input-image {
  display: flex;
  align-items: center
}

.input-file-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiPjxwYXRoIGQ9Im03LjY0NiAxMy42NDYuNzA3LjcwNyA2LTZhNC4wNCA0LjA0IDAgMCAwIDAtNS43MDcgNC4wMzkgNC4wMzkgMCAwIDAtNS43MDcgMGwtNi41IDYuNWEzLjMzMiAzLjMzMiAwIDAgMCAwIDQuNzA3Yy42NDguNjQ4IDEuNTAxLjk3NCAyLjM1NC45NzRzMS43MDUtLjMyNSAyLjM1NC0uOTc0bDYtNmMuNDk1LS40OTUuNzY3LTEuMTUzLjc2Ny0xLjg1M3MtLjI3Mi0xLjM1OC0uNzY4LTEuODU0Yy0uOTktLjk5LTIuNzE3LS45OS0zLjcwNyAwbC01LjUgNS41LjcwNy43MDcgNS41LTUuNWMuNjExLS42MTEgMS42ODItLjYxMSAyLjI5MyAwIC4zMDYuMzA2LjQ3NS43MTMuNDc1IDEuMTQ3cy0uMTY5Ljg0MS0uNDc1IDEuMTQ2bC02IDZjLS45MDguOTA4LTIuMzg1LjkwOC0zLjI5MyAwcy0uOTA4LTIuMzg1IDAtMy4yOTNsNi41LTYuNWMxLjE4NC0xLjE4NCAzLjEwOS0xLjE4NCA0LjI5MyAwczEuMTg0IDMuMTA5IDAgNC4yOTNsLTYgNnoiIGZpbGw9IiM5NTk1OTciIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==) left center/20px no-repeat
}

.input-image {
  position: relative;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #ccc;
  border-radius: 10px;
  overflow: hidden;
  transition: all .4s
}

.input-image__img {
  z-index: 1;
  position: absolute;
  inset: 0
}

.input-image__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.input-image__remove,
.input-image__text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center
}

.input-image__text {
  inset: 0;
  z-index: 2
}

.input-image__remove {
  right: 10px;
  top: 10px;
  z-index: 4;
  width: 30px;
  height: 30px;
  font-size: 50px;
  color: #0c0f3a;
  visibility: hidden
}

.input-image__remove.active {
  visibility: visible
}

.input-date {
  position: relative;
  width: 100%;
  cursor: pointer
}

.input-date:focus-within span {
  opacity: 0
}

.input-date input {
  cursor: pointer
}

.input-date input::-webkit-calendar-picker-indicator {
  background: url(../img/calendar.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
}

.input-date input:not([value=""])+span {
  opacity: 0
}

.input-date input.empty:not(:focus) {
  color: transparent
}

.input-date span {
  position: absolute;
  left: 16px;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
  color: rgba(255, 255, 255, .5);
  pointer-events: none
}

.input-date.active input::-webkit-datetime-edit {
  opacity: 1
}

.input-date.active span,
.services__item.animated .services__item-icon:after {
  opacity: 0
}

.password {
  position: relative;
  width: 100%
}

.password__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
  height: 10px;
  background: url(../img/icons/password-hide.svg) center/contain no-repeat;
  transition: all .4s
}

.password__icon.active {
  background-image: url(../img/icons/password-show.svg)
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, .7)
}

.popup__dialog {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.popup__content {
  position: relative;
  width: 400px;
  max-width: 96%;
  max-height: 90vh;
  background: #fff;
  overflow-y: auto;
  transition: all .4s;
  text-align: center;
  cursor: default;
  border-radius: 6px
}

.popup__title {
  line-height: 1.3035714286
}

.popup__form form {
  display: grid;
  justify-content: center;
  grid-template-columns: 100%
}

.popup__form .input-wrapper {
  gap: 10px
}

.popup__close {
  position: absolute;
  z-index: 4;
  cursor: pointer;
  transition: all .4s
}

.popup__close svg {
  width: 20px;
  height: 20px;
  fill: #dfe4ec
}

.popup-thank .popup__content {
  display: grid;
  min-width: 280px;
  justify-items: center;
  background: #fff;
  color: #fff
}

.popup-thank .popup__subtitle,
.popup-thank .popup__title {
  margin: 0
}

.popup-thank img {
  object-fit: contain
}

.header-fixed {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  z-index: 10;
  transition: all .4s
}

.header-fixed_fixed {
  top: 20px
}

.header-fixed_fixed .header__top:after {
  filter: blur(10px);
  opacity: 1;
  background: #130425
}

.header__top {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  transition: all .4s
}

.header__top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  filter: blur(24px);
  background: #fff;
  opacity: .15;
  transition: background .4s
}

.header__top-wrapper {
  display: flex;
  align-items: center
}

.header__nav {
  display: flex;
  justify-content: center
}

.header-main-wrapper {
  display: grid;
  justify-items: center
}

.header-main__title {
  font-family: "TTFirsNeue-Black";
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center
}

.header-main__title strong {
  color: #a6fcdb
}

.header-main__button {
  background: #a6fcdb;
  text-transform: none;
  color: #0c0f3a
}

.header-main__button:focus-visible {
  background: #83fbcd;
  color: #0c0f3a
}

.footer__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  transition: all .4s
}

.footer__text {
  display: grid;
  gap: 12px;
  line-height: 1.2
}

.footer__bottom {
  font-family: "TTFirsNeue-Black";
  opacity: .1;
  text-align: center;
  line-height: 1
}

.footer__menu {
  justify-content: center
}

.about-wrapper:after,
.about__bg {
  position: absolute;
  top: 0;
  opacity: .2
}

.about-wrapper {
  margin-left: auto
}

.about-wrapper:after {
  content: "";
  right: 0;
  width: 100%;
  filter: blur(64px);
  background: #fff;
  opacity: .06;
  pointer-events: none
}

.services-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(40%, 400px), 1fr))
}

.services__item {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  align-content: start;
  overflow: hidden
}

.services__item:focus-visible .services__item-icon:after {
  scale: 5;
  background: rgba(255, 255, 255, .08)
}

.services__item-icon:after,
.services__item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.services__item:after {
  background: url(../img/services/bg.webp) center/cover no-repeat;
  pointer-events: none
}

.services__item-icon {
  position: relative;
  z-index: 1
}

.services__item-icon:after {
  scale: 1.3;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  filter: blur(24px);
  transition: all .3s ease-in
}

.services__item-title {
  margin-bottom: 16px;
  font-family: "TTFirsNeue-ExtraBold";
  line-height: 1.2
}

.features-wrapper {
  grid-template-columns: repeat(auto-fill, minmax(max(30%, 300px), 1fr))
}

@media (min-width:576px) {
  .container {
    width: 520px;
    max-width: none;
    padding: 0
  }

  .container-left,
  .container-right {
    width: calc(520px + (100vw - 520px)/2);
    max-width: none
  }

  .container-right {
    padding-right: 20px;
    padding-left: 0
  }

  .container-left {
    padding-right: 0;
    padding-left: 20px
  }

  .show-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-xs.swiper-navigation,
  .show-xs.swiper-pagination {
    display: none
  }
}

@media (min-width:768px) {
  .container {
    width: 720px
  }

  .container-left,
  .container-right {
    width: calc(720px + (100vw - 720px)/2)
  }

  .show-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-sm.swiper-navigation,
  .show-sm.swiper-pagination {
    display: none
  }
}

@media (min-width:992px) {
  .container {
    width: 940px
  }

  .container-left,
  .container-right {
    width: calc(940px + (100vw - 940px)/2)
  }

  .show-md {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-md.swiper-navigation,
  .show-md.swiper-pagination {
    display: none
  }

  .header__top {
    min-height: 127px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1140px
  }

  .container-left,
  .container-right {
    width: calc(940px + (100vw - 940px)/2)
  }

  .show-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-lg.swiper-navigation,
  .show-lg.swiper-pagination {
    display: none
  }

  .header-main {
    margin-bottom: 30px
  }
}

@media (min-width:1401px) {
  .container {
    width: 1290px
  }

  .container-left,
  .container-right {
    width: calc(1290px + (100vw - 1290px)/2)
  }

  .flex,
  .grid,
  .text-block ol,
  .text-block ul {
    gap: 15px
  }

  .show-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-xl.swiper-navigation,
  .show-xl.swiper-pagination {
    display: none
  }

  .text-block h2 {
    margin-bottom: 30px;
    font-size: 30px
  }

  .text-block h3 {
    margin-bottom: 25px;
    font-size: 26px
  }

  .text-block p:not(:has(+ul, +ol)) {
    margin-bottom: 40px
  }

  .text-block ol,
  .text-block ul {
    padding-top: 15px
  }

  .text-block ol:not(:last-child),
  .text-block ul:not(:last-child) {
    padding-bottom: 15px
  }

  .text-block ul>li {
    padding-left: 20px
  }

  .text-block blockquote {
    padding: 40px;
    font-size: 18px
  }

  .main {
    padding-bottom: 200px
  }

  body {
    font-size: 18px
  }

  .section {
    padding-block: 70px
  }

  .section-bottom {
    padding-bottom: 70px
  }

  .section-top {
    padding-top: 70px
  }

  .section__top {
    margin-bottom: 45px
  }

  .title {
    font-size: 64px
  }

  .title span {
    gap: 24px
  }

  .title span:after,
  .title span:before {
    width: 18px;
    height: 18px
  }

  .button {
    padding-block: 18px;
    padding-inline: 36px;
    border-radius: 22px;
    font-size: 16px
  }

  .menu {
    column-gap: 40px
  }

  .menu li:before {
    width: 16px;
    height: 16px
  }

  .input,
  .textarea {
    padding-inline: 25px
  }

  .input {
    height: 60px
  }

  .textarea {
    height: 100px
  }

  .input-date input {
    padding-right: 20px
  }

  .popup__content {
    padding-block: 28px;
    padding-inline: 30px
  }

  .popup__title {
    margin-bottom: 15px;
    font-size: 28px
  }

  .popup__close {
    right: 15px;
    top: 15px
  }

  .popup-thank .popup__content {
    gap: 20px
  }

  .popup-thank img {
    width: 161px;
    height: 161px
  }

  .header__top {
    padding-block: 16px;
    padding-inline: 38px
  }

  .header__logo img {
    max-width: 152px
  }

  .header-main-wrapper {
    gap: 47px;
    padding-top: 136px
  }

  .header-main__title {
    font-size: 64px
  }

  .footer__top {
    padding-block: 24px;
    padding-inline: 38px
  }

  .footer__text {
    font-size: 14px
  }

  .footer__bottom {
    font-size: 129px
  }

  .about {
    padding-bottom: 150px
  }

  .about__bg {
    left: -100px;
    width: 756px;
    height: 756px
  }

  .about-wrapper {
    max-width: 625px
  }

  .about-wrapper:after {
    width: 967px;
    height: 655px;
    border-radius: 130px
  }

  .about__title {
    margin-bottom: 24px
  }

  .services-wrapper {
    column-gap: 30px;
    row-gap: 44px
  }

  .services__item {
    padding: 54px 34px 27px 70px;
    min-height: 511px;
    border-radius: 84px
  }

  .services__item-icon {
    margin-bottom: 24px;
    width: 140px;
    height: 140px
  }

  .services__item-title {
    font-size: 24px
  }

  .features__item {
    padding: 80px 34px 60px 43px
  }
}

@media (min-width:1921px) {
  .about__bg {
    left: -100px
  }
}

@media (max-width:1920px) {
  .about__bg {
    left: calc(5px + -105*((100vw - 320px)/1600))
  }
}

@media (max-width:1400px) {

  .flex,
  .grid,
  .text-block ol,
  .text-block ul {
    gap: round(clamp(10px, 9px + .3125vw, 15px), 1px)
  }

  .hide-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-xl.swiper-navigation,
  .hide-xl.swiper-pagination {
    display: none
  }

  .text-block h2 {
    margin-bottom: round(clamp(20px, 18px + .625vw, 30px), 1px);
    font-size: round(clamp(23px, 21.6px + .4375vw, 30px), 1px)
  }

  .text-block h3 {
    margin-bottom: round(clamp(15px, 13px + .625vw, 25px), 1px);
    font-size: round(clamp(18px, 16.4px + .5vw, 26px), 1px)
  }

  .text-block p:not(:has(+ul, +ol)) {
    margin-bottom: round(clamp(20px, 16px + 1.25vw, 40px), 1px)
  }

  .text-block ol,
  .text-block ul {
    padding-top: round(clamp(10px, 9px + .3125vw, 15px), 1px)
  }

  .text-block ol:not(:last-child),
  .text-block ul:not(:last-child) {
    padding-bottom: round(clamp(10px, 9px + .3125vw, 15px), 1px)
  }

  .text-block ul>li {
    padding-left: round(clamp(15px, 14px + .3125vw, 20px), 1px)
  }

  .text-block blockquote {
    padding: round(clamp(15px, 10px + 1.5625vw, 40px), 1px);
    font-size: round(clamp(15px, 14.4px + .1875vw, 18px), 1px)
  }

  .main {
    padding-bottom: round(clamp(20px, -16px + 11.25vw, 200px), 1px)
  }

  body {
    font-size: round(clamp(16px, 15.6px + .125vw, 18px), 1px)
  }

  .section {
    padding-block: round(clamp(46.6666666667px, 42px + 1.4583333333vw, 70px), 1px)
  }

  .section-bottom {
    padding-bottom: round(clamp(46.6666666667px, 42px + 1.4583333333vw, 70px), 1px)
  }

  .section-top {
    padding-top: round(clamp(46.6666666667px, 42px + 1.4583333333vw, 70px), 1px)
  }

  .section__top {
    margin-bottom: round(clamp(20px, 15px + 1.5625vw, 45px), 1px)
  }

  .title {
    font-size: round(clamp(28px, 20.8px + 2.25vw, 64px), 1px)
  }

  .title span {
    gap: round(clamp(16px, 14.4px + .5vw, 24px), 1px)
  }

  .title span:after,
  .title span:before {
    width: round(clamp(16px, 15.6px + .125vw, 18px), 1px);
    height: round(clamp(16px, 15.6px + .125vw, 18px), 1px)
  }

  .button {
    padding-block: round(clamp(12px, 10.8px + .375vw, 18px), 1px);
    padding-inline: round(clamp(24px, 21.6px + .75vw, 36px), 1px);
    border-radius: round(clamp(16px, 14.8px + .375vw, 22px), 1px);
    font-size: round(clamp(12px, 11.2px + .25vw, 16px), 1px)
  }

  .menu {
    column-gap: round(clamp(10px, 4px + 1.875vw, 40px), 1px)
  }

  .menu li:before {
    width: round(clamp(12px, 11.2px + .25vw, 16px), 1px);
    height: round(clamp(12px, 11.2px + .25vw, 16px), 1px)
  }

  .input,
  .textarea {
    padding-inline: round(clamp(10px, 7px + .9375vw, 25px), 1px)
  }

  .input {
    height: round(clamp(50px, 48px + .625vw, 60px), 1px)
  }

  .textarea {
    height: round(clamp(75px, 70px + 1.5625vw, 100px), 1px)
  }

  .input-date input {
    padding-right: round(clamp(10px, 8px + .625vw, 20px), 1px)
  }

  .popup__content {
    padding-block: round(clamp(20px, 18.4px + .5vw, 28px), 1px);
    padding-inline: round(clamp(15px, 12px + .9375vw, 30px), 1px)
  }

  .popup__title {
    margin-bottom: round(clamp(10px, 9px + .3125vw, 15px), 1px);
    font-size: round(clamp(22px, 20.8px + .375vw, 28px), 1px)
  }

  .popup__close {
    right: round(clamp(14px, 13.8px + .0625vw, 15px), 1px);
    top: round(clamp(14px, 13.8px + .0625vw, 15px), 1px)
  }

  .popup-thank .popup__content {
    gap: round(clamp(10px, 8px + .625vw, 20px), 1px)
  }

  .popup-thank img {
    width: round(clamp(100px, 87.8px + 3.8125vw, 161px), 1px);
    height: round(clamp(100px, 87.8px + 3.8125vw, 161px), 1px)
  }

  .header__top {
    padding-block: round(clamp(12px, 11.2px + .25vw, 16px), 1px);
    padding-inline: round(clamp(12px, 6.8px + 1.625vw, 38px), 1px)
  }

  .header__logo img {
    max-width: round(clamp(130px, 125.6px + 1.375vw, 152px), 1px)
  }

  .header-main-wrapper {
    gap: round(clamp(20px, 14.6px + 1.6875vw, 47px), 1px);
    padding-top: round(clamp(40px, 20.8px + 6vw, 136px), 1px)
  }

  .header-main__title {
    font-size: round(clamp(20px, 11.2px + 2.75vw, 64px), 1px)
  }

  .footer__top {
    padding-block: round(clamp(12px, 9.6px + .75vw, 24px), 1px);
    padding-inline: round(clamp(12px, 6.8px + 1.625vw, 38px), 1px)
  }

  .footer__text {
    font-size: round(clamp(13px, 12.8px + .0625vw, 14px), 1px)
  }

  .footer__bottom {
    font-size: round(clamp(50px, 34.2px + 4.9375vw, 129px), 1px)
  }

  .about {
    padding-bottom: round(clamp(47px, 26.4px + 6.4375vw, 150px), 1px)
  }

  .about__bg {
    left: round(clamp(-100px, 26px + -6.5625vw, 5px), 1px);
    width: round(clamp(300px, 208.8px + 28.5vw, 756px), 1px);
    height: round(clamp(300px, 208.8px + 28.5vw, 756px), 1px)
  }

  .about-wrapper {
    max-width: round(clamp(500px, 475px + 7.8125vw, 625px), 1px)
  }

  .about-wrapper:after {
    width: round(clamp(483.5px, 386.8px + 30.21875vw, 967px), 1px);
    height: round(clamp(327.5px, 262px + 20.46875vw, 655px), 1px);
    border-radius: round(clamp(60px, 46px + 4.375vw, 130px), 1px)
  }

  .about__title {
    margin-bottom: round(clamp(20px, 19.2px + .25vw, 24px), 1px)
  }

  .services-wrapper {
    column-gap: round(clamp(20px, 18px + .625vw, 30px), 1px);
    row-gap: round(clamp(20px, 15.2px + 1.5vw, 44px), 1px)
  }

  .services__item {
    padding: round(clamp(20px, 13.2px + 2.125vw, 54px), 1px) round(clamp(16px, 12.4px + 1.125vw, 34px), 1px) round(clamp(20px, 18.6px + .4375vw, 27px), 1px) round(clamp(16px, 5.2px + 3.375vw, 70px), 1px);
    min-height: round(clamp(300px, 257.8px + 13.1875vw, 511px), 1px);
    border-radius: round(clamp(40px, 31.2px + 2.75vw, 84px), 1px)
  }

  .services__item-icon {
    margin-bottom: round(clamp(16px, 14.4px + .5vw, 24px), 1px);
    width: round(clamp(80px, 68px + 3.75vw, 140px), 1px);
    height: round(clamp(80px, 68px + 3.75vw, 140px), 1px)
  }

  .services__item-title {
    font-size: round(clamp(20px, 19.2px + .25vw, 24px), 1px)
  }

  .features__item {
    padding: round(clamp(20px, 8px + 3.75vw, 80px), 1px) round(clamp(16px, 12.4px + 1.125vw, 34px), 1px) round(clamp(20px, 12px + 2.5vw, 60px), 1px) round(clamp(16px, 10.6px + 1.6875vw, 43px), 1px)
  }
}

@media (max-width:1199px) {
  .hide-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .footer__menu li:before,
  .hide-lg.swiper-navigation,
  .hide-lg.swiper-pagination {
    display: none
  }

  body {
    padding-top: 150px
  }

  .header-fixed {
    top: 50px
  }

  .header__top {
    min-height: 100px
  }

  .footer__menu {
    justify-content: center
  }
}

@media (max-width:991px) {
  .hide-md {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .header__menu li:before,
  .hide-md.swiper-navigation,
  .hide-md.swiper-pagination {
    display: none
  }

  body {
    padding-top: 110px
  }

  .header__top-wrapper {
    min-height: 70px
  }

  .header-fixed {
    top: 20px
  }

  .header__top {
    min-height: 90px
  }

  .footer__top,
  .header__menu {
    justify-content: space-between
  }

  .header__menu {
    column-gap: 20px;
    font-size: 15px
  }

  .footer__top {
    display: flex
  }

  .footer__menu {
    display: none
  }

  .about-wrapper {
    max-width: 100%
  }
}

@media (max-width:767px) {
  .hide-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-sm.swiper-navigation,
  .hide-sm.swiper-pagination {
    display: none
  }

  .header__top-wrapper {
    min-height: 60px
  }
}

@media (max-width:575px) {
  .hide-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .header-main__title br,
  .header__top:after,
  .hide-xs.swiper-navigation,
  .hide-xs.swiper-pagination {
    display: none
  }

  .popup__dialog {
    width: 400px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto
  }

  .header__top-wrapper {
    min-height: 50px
  }

  .header-fixed {
    top: 0
  }

  .header__top {
    padding-inline: 0;
    gap: round(clamp(10px, -27.6470588235px + 11.7647058824vw, 40px), 1px)
  }

  .header__top-wrapper {
    background: #130425
  }

  .header__logo img {
    max-width: round(clamp(80px, 54.9019607843px + 7.8431372549vw, 100px), 1px)
  }

  .header__button {
    padding: 10px;
    border-radius: 8px
  }

  .header__menu {
    font-size: round(clamp(12px, 8.2352941176px + 1.1764705882vw, 15px), 1px);
    column-gap: round(clamp(12px, 1.9607843137px + 3.137254902vw, 20px), 1px)
  }

  .header__menu li {
    display: flex;
    flex-basis: 30%;
    flex-grow: 1;
    white-space: nowrap
  }

  .header__menu li:nth-child(2n) {
    justify-content: flex-end;
    text-align: right
  }

  .footer__button {
    padding-inline: 20px
  }

  .services-wrapper {
    grid-template-columns: 100%
  }
}

@media (min-width:576px) and (max-width:1199px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-wrap: balance
  }
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:.001dpcm) {
  input {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px
  }
}

@media (any-hover:hover) {
  .hover-active:hover {
    color: #0c0f3a
  }

  .hover-translate:hover {
    translate: 0 -3px
  }

  .hover-scale:hover img {
    scale: 1.02
  }

  .hover-icon:hover img,
  .hover-icon:hover svg {
    scale: 1.08
  }

  .hover-underline:hover,
  .menu li:hover {
    text-decoration-color: currentColor
  }

  .button:hover {
    background: #041d3c
  }

  .menu li:hover:before {
    rotate: 0deg
  }

  .popup__close svg:hover {
    fill: #0c0f3a
  }

  .header-main__button:hover {
    background: #83fbcd;
    color: #0c0f3a
  }

  .services__item:hover .services__item-icon:after {
    scale: 5;
    background: rgba(255, 255, 255, .08)
  }
}