@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
  cursor: none !important;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 62.5%;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  color: #1e2736;
}

address {
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

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

body {
  line-height: 1;
}
body::selection {
  background: #1e2736;
  color: #fff;
}
body::-moz-selection {
  background: #1e2736;
  color: #fff;
}
body::-ms-selection {
  background: #1e2736;
  color: #fff;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

a {
  text-decoration: none;
}

@keyframes float1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(100px, -80px) rotate(36deg);
  }
  40% {
    transform: translate(-60px, 100px) rotate(72deg);
  }
  60% {
    transform: translate(120px, 60px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, -100px) rotate(144deg);
  }
  100% {
    transform: translate(0, 0) rotate(180deg);
  }
}
@keyframes float2 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  16% {
    transform: translate(-80px, -60px) scale(1.1);
  }
  32% {
    transform: translate(60px, -100px) scale(0.9);
  }
  48% {
    transform: translate(-120px, 80px) scale(1.05);
  }
  64% {
    transform: translate(100px, 90px) scale(0.95);
  }
  80% {
    transform: translate(0, -60px) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes float3 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(80px, -120px) rotate(45deg) scale(1.1);
  }
  50% {
    transform: translate(-100px, -80px) rotate(90deg) scale(0.9);
  }
  75% {
    transform: translate(40px, 60px) rotate(135deg) scale(1);
  }
  100% {
    transform: translate(0, 0) rotate(180deg) scale(1);
  }
}
@keyframes float4 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-120px, 100px);
  }
  50% {
    transform: translate(80px, -80px);
  }
  75% {
    transform: translate(-40px, 120px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes float5 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(-80px, 120px) rotate(36deg);
  }
  40% {
    transform: translate(100px, 40px) rotate(72deg);
  }
  60% {
    transform: translate(-120px, -80px) rotate(108deg);
  }
  80% {
    transform: translate(60px, -60px) rotate(144deg);
  }
  100% {
    transform: translate(0, 0) rotate(180deg);
  }
}
@keyframes float6 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  30% {
    transform: translate(160px, -100px) scale(1.15);
  }
  60% {
    transform: translate(-80px, 120px) scale(0.85);
  }
  80% {
    transform: translate(80px, -40px) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes float7 {
  0% {
    transform: translate(0, 0);
  }
  28% {
    transform: translate(-100px, -120px);
  }
  56% {
    transform: translate(60px, 80px);
  }
  80% {
    transform: translate(-120px, 40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes float8 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  16% {
    transform: translate(80px, 100px) rotate(30deg) scale(1.08);
  }
  32% {
    transform: translate(-120px, 60px) rotate(60deg) scale(0.92);
  }
  48% {
    transform: translate(140px, -80px) rotate(90deg) scale(1.05);
  }
  64% {
    transform: translate(-60px, -120px) rotate(120deg) scale(0.95);
  }
  80% {
    transform: translate(0, 80px) rotate(150deg) scale(1);
  }
  100% {
    transform: translate(0, 0) rotate(180deg) scale(1);
  }
}
.bg-animation-contactPress {
  position: absolute;
  left: 0;
}

@font-face {
  font-family: "Raleway-Regular";
  src: url(/src/fonts/Raleway-Regular.ttf);
}
@font-face {
  font-family: "Raleway-Medium";
  src: url(/src/fonts/Raleway-Medium.ttf);
}
@font-face {
  font-family: "Raleway-Semibold";
  src: url(/src/fonts/Raleway-SemiBold.ttf);
}
@font-face {
  font-family: "Raleway-Bold";
  src: url(/src/fonts/Raleway-Bold.ttf);
}
@font-face {
  font-family: "Raleway-Regular-Italic";
  src: url(/src/fonts/Raleway-Italic.ttf);
}
@font-face {
  font-family: "Raleway-Light";
  src: url(/src/fonts/Raleway-Light.ttf);
}
h1, h2, h3, h4, h5, p, a, button, ul, ol {
  font-family: "Raleway-Regular";
}

h1 {
  font-size: 8.1rem;
}

h2 {
  font-size: 5.4rem;
}

h3 {
  font-size: 3.6rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

p, a, button, ol, ul {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  p, a, button, ol, ul {
    font-size: 1.44rem;
  }
  h3 {
    font-size: 2.7rem;
  }
  h2 {
    font-size: 2.7rem;
  }
  h5 {
    font-size: 1.6rem;
  }
}
strong, .special-text, .bold-text {
  font-family: "Raleway-Bold";
  font-size: 1em;
}

.medium-text {
  font-family: "Raleway-Medium";
  font-size: 1em;
}

.semibold-text {
  font-family: "Raleway-Semibold";
  font-size: 1em;
}

.special-text {
  color: #1a6eff;
}

.special-text_inverted {
  color: #ef9e00;
}

.underlined-text {
  text-decoration: underline;
  font-size: 1em;
}

.uppercased-text {
  text-transform: uppercase;
  font-size: 1em;
}

.italic-text {
  font-family: "Raleway-Regular-Italic";
  font-size: 1em;
}

.bold-text {
  font-family: "Raleway-Bold";
  font-size: 1em;
}

#cursor, #aura {
  position: fixed;
  border-radius: 100%;
  user-select: none;
  pointer-events: none;
  z-index: 9999;
  translate: -50% -50%;
}
@media (max-width: 767px) {
  #cursor, #aura {
    display: none;
  }
}

#aura {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(26, 110, 255, 0.2823529412);
  background-color: rgba(26, 110, 255, 0.0941176471);
  transition: 0.22s cubic-bezier(0.73, -1.07, 0.15, 1.88) transform, 0.2s cubic-bezier(0.73, -1.07, 0.15, 1.88) opacity;
}

#aura.hovered {
  transform: scale(1.5);
  border: 1px solid rgba(26, 110, 255, 0.5882352941);
  background: radial-gradient(circle at 30% 30%, rgba(255, 51, 0, 0.1) 0%, transparent 50%), radial-gradient(circle at 70% 70%, rgba(4, 0, 255, 0.1) 0%, transparent 50%);
  backdrop-filter: contrast(1.2) brightness(1.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px rgba(26, 110, 255, 0.3), inset 0 0 20px rgba(255, 255, 255, 0.1);
}

#cursor {
  width: 7px;
  height: 7px;
  background-color: rgba(26, 110, 255, 0.4941176471);
  transition: 0.5s cubic-bezier(0.73, -1.07, 0.15, 1.88) transform, 0.2s cubic-bezier(0.73, -1.07, 0.15, 1.88) opacity;
  box-shadow: 0 0 10px #60a2ff, 0 0 20px #60a2ff, 0 0 30px #60a2ff, 0 0 40px #60a2ff;
  background-color: #1a6eff;
}

#cursor.hidden {
  opacity: 0;
}

#aura.clicked {
  transition: 0.1s;
  transform: scale(1.3);
  opacity: 0.7;
}

.service-card {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  gap: 2rem;
  height: 100%;
}
.service-card__numlist > li {
  color: #434c5b;
  font-family: "Raleway-Medium";
  margin-top: 0;
  font-size: 1.6rem;
  margin-left: 2rem;
}
.service-card--classic, .service-card--mini {
  background-color: #fff;
  border: 1px solid #d7deef;
  border-radius: 2rem;
  box-shadow: 0 0 30px #d0dfff;
}
.service-card--alternative {
  background: linear-gradient(180deg, #1a6eff, #104299);
  color: #fff;
  border-radius: 1.5rem;
}
.service-card--alternative > header > span, .service-card--alternative > header > h3 {
  color: #fff;
}
.service-card--alternative > header > .service-card__title {
  text-decoration: underline;
}
.service-card--alternative > header > .service-card__icon {
  background-color: #60a2ff;
}
.service-card--alternative > p {
  font-family: "Raleway-Light";
  color: #fff;
}
.service-card--mini {
  display: block;
  color: #000;
  padding: 2rem;
}
.service-card--mini > .service-card__title {
  margin-top: 2rem;
  font-family: "Raleway-Bold";
}
.service-card--mini > .service-card__subtitle {
  font-family: "Raleway-Medium";
  font-size: 1.4rem;
  color: #434c5b;
}
.service-card--exclusive {
  border: 1px solid #d7deef;
  border-radius: 2rem;
}
.service-card--exclusive > header {
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: 1fr 0.4fr;
  gap: 0;
  column-gap: 1.6rem;
}
.service-card--exclusive > header > .service-card__title, .service-card--exclusive > header > .service-card__subtitle {
  align-self: end;
}
.service-card--exclusive > header > .service-card__icon {
  grid-row: 1/span 2;
}
.service-card--dark, .service-card--dark-exclusive {
  background-color: #1e2736;
  border: 1px solid #1e2736;
  border-radius: 1rem;
  color: #fff;
}
.service-card--dark > p, .service-card--dark-exclusive > p, .service-card--dark h4, .service-card--dark-exclusive h4, .service-card--dark h3, .service-card--dark-exclusive h3, .service-card--dark h2, .service-card--dark-exclusive h2, .service-card--dark h1, .service-card--dark-exclusive h1, .service-card--dark a, .service-card--dark-exclusive a {
  color: #fff;
}
.service-card--dark > .card__benefit::before, .service-card--dark-exclusive > .card__benefit::before {
  content: url(/src/graphics/png/benefit-icon_dark.png);
}
.service-card--dark > .card__feature::before, .service-card--dark-exclusive > .card__feature::before {
  color: #ef9e00;
}
.service-card--dark-exclusive {
  justify-content: space-between;
  border-radius: 2rem;
}
.service-card--dark-exclusive > header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  column-gap: 1.6rem;
}
.service-card--dark-exclusive > header > .service-card__title {
  align-self: center;
}
.service-card--dark-exclusive > header > img {
  background-color: #104299;
}
.service-card--dark-exclusive > .service-card__text {
  font-family: "Raleway-Regular";
  min-height: 1lh;
}
.service-card--logistics, .service-card--glow {
  border: 1px solid #d7deef;
  height: auto;
  border-radius: 2rem;
  margin: 2rem;
}
.service-card--unique {
  padding: 2rem;
}
.service-card--glow {
  position: relative;
  z-index: 50;
  box-shadow: 0 0 20px rgba(82, 146, 255, 0.3568627451);
  border: none;
  margin-left: 0;
  margin-right: 4rem;
}
.service-card--glow > h4 {
  font-size: 18px;
  font-family: "Raleway-Medium";
}
.service-card--autoheight {
  height: auto;
}
.service-card--base {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.7411764706);
  border-radius: 2rem;
  backdrop-filter: blur(12px);
  border: 1px solid #ffffff;
}
.service-card__icon {
  width: 80px;
  padding: 1.8rem;
  background-color: #e7effe;
  border-radius: 1.5rem;
}
.service-card__header {
  display: grid;
  position: relative;
  gap: 1.2rem;
}
.service-card__header--mini {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  grid-template-areas: "price price" "timeline timeline" "icon title";
  column-gap: 1.2rem;
  row-gap: 0.6rem;
  align-items: start;
}
.service-card__header--mini > .service-card__price-tag, .service-card__header--mini > .service-card__timeline-tag {
  position: static;
  right: auto;
  text-shadow: none;
  line-height: 1.25;
}
.service-card__header--mini > .service-card__price-tag {
  grid-area: price;
  justify-self: start;
}
.service-card__header--mini > .service-card__timeline-tag {
  grid-area: timeline;
  justify-self: start;
  translate: none;
}
.service-card__header--mini > .service-card__icon {
  grid-area: icon;
}
.service-card__header--mini > .service-card__title {
  grid-area: title;
  align-self: center;
  margin: 0;
}
.service-card__title {
  font-family: "Raleway-Medium";
}
@media (min-width: 1023px) {
  .service-card__description {
    font-size: 1.8rem;
  }
}
.service-card__subtitle {
  font-family: "Raleway-Medium";
}
.service-card__subtitle--grey {
  min-height: 2lh;
  font-family: "Raleway-Medium";
  color: #434c5b;
}
.service-card__text {
  font-size: 1.6rem;
}
.service-card__text--framed {
  background-color: #e7effe;
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid #C5D9F5;
  margin: 2rem 0;
}
.service-card__details {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.service-card__steps {
  display: flex;
  flex-wrap: wrap;
  list-style-position: inside;
}
.service-card__steps > li {
  font-size: 1.6rem;
  font-family: "Raleway-Semibold";
  background-color: #e7effe;
  color: #1a6eff;
  padding: 0.5rem 1.5rem;
  border-radius: 0.8em;
  margin-right: 1rem;
  margin-top: 1rem;
}
.service-card__features {
  position: relative;
}
.service-card__features > li {
  margin: 0.5rem 0 0.5rem 1.3rem;
  font-size: 1.6rem;
  color: #434c5b;
  font-family: "Raleway-Medium";
}
.service-card__features > li::before {
  transform: translateY(-20%);
  left: 0;
  position: absolute;
  color: #1a6eff;
  font-size: 2.8rem;
  content: "•";
}
.service-card__benefits {
  display: flex;
  flex-wrap: wrap;
}
.service-card__benefits > li {
  position: relative;
  margin: 0.5rem 3rem;
  font-size: 1.6rem;
  font-style: "Raleway-Medium";
}
.service-card__benefits > li::before {
  left: 0;
  translate: -2.5rem -2px;
  position: absolute;
  content: url(/src/graphics/svg/benefit-icon.svg);
  width: 18px;
}
.service-card__benefits--residence {
  flex-direction: column;
  margin-right: 6rem;
  padding-block: 2rem;
}
.service-card__benefits--residence > li {
  text-align: end;
}
.service-card__benefits--residence > li::before {
  content: "  ";
}
.service-card__benefits--residence > li::after {
  position: absolute;
  translate: 1rem -2px;
  content: url(/src/graphics/png/benefit-icon.png);
}
.service-card__benefits--vertical {
  flex-direction: column;
}
.service-card__divider {
  height: 1px;
  background-color: #d7deef;
  margin: 2rem 0;
}
.service-card__cta {
  margin-top: auto;
}
.service-card__price-tag, .service-card__timeline-tag {
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  text-shadow: 0 2px 40px #e7effe;
}
.service-card__price-tag {
  font-family: "Raleway-Bold";
  color: #1a6eff;
}
.service-card__timeline-tag {
  translate: 0 100%;
  font-family: "Raleway-Regular";
  color: #646d83;
}
.service-card__extras {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.service-card__extras > li {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  width: 50%;
}
.service-card__extras > li > img {
  border-radius: 1rem;
  padding: 0.7rem;
  background-color: #e7effe;
  width: 6rem;
  height: 6rem;
}
.service-card__extras > li > p {
  margin-left: 0.5rem;
  font-size: 1.4rem;
  font-family: "Raleway-Semibold";
}
@media (max-width: 767px) {
  .service-card__header--mini {
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 1rem;
    row-gap: 0.4rem;
  }
  .service-card__header--mini > .service-card__price-tag, .service-card__header--mini > .service-card__timeline-tag {
    font-size: 1.4rem;
  }
  .service-card__header--mini > .service-card__icon {
    width: 64px;
    padding: 1.4rem;
    border-radius: 1.2rem;
  }
  .service-card__header--mini > .service-card__title {
    line-height: 1.1;
  }
  .service-card--glow {
    gap: 1rem;
  }
  .service-card--glow > h4 {
    font-size: 1.6rem;
  }
  .service-card__details {
    gap: 1rem;
  }
  .service-card__steps > li, .service-card__benefits > li {
    margin-top: 0.5rem;
    font-size: 1.44rem;
  }
  .service-card__description {
    text-align: justify;
  }
  .service-card__timeline-tag {
    color: #1e2736;
    font-family: "Raleway-Medium";
  }
  .service-card__extras > li {
    justify-content: space-around;
  }
  .service-card__features > li {
    font-size: 1.4rem;
    font-family: "Raleway-Regular";
  }
}

.scheme {
  position: relative;
  counter-reset: item 0;
}
.scheme-container {
  max-width: 45%;
}
.scheme-container--horizontal {
  width: 100%;
}
.scheme-container--horizontal > .scheme-container__title {
  margin: 4rem 0 8rem;
}
.scheme-container__title {
  text-align: center;
  font-family: "Raleway-Semibold";
  margin-bottom: 5rem;
}
.scheme-container__text {
  margin: 3.4rem 0;
}
.scheme__item {
  counter-increment: item;
  position: relative;
  margin-left: 9rem;
  border: 1px solid #d7deef;
  border-radius: 1.5em;
  padding: 2rem;
  margin-bottom: 2.5rem;
}
.scheme__item-title {
  font-family: "Raleway-Semibold";
}
.scheme__item-title::before {
  position: absolute;
  content: url(/src/graphics/svg/scheme-point.svg);
  width: 50px;
  left: 0;
  translate: -84% 0;
}
.scheme__item-text {
  font-family: "Raleway-Medium";
  margin-top: 1.5rem;
}
.scheme__item::before {
  background-color: #1a6eff;
  font-size: 2.4rem;
  font-family: "Raleway-Semibold";
  content: counter(item);
  translate: -170% -30%;
  color: #fff;
  padding: 1.5rem 2.1rem;
  border-radius: 100%;
  position: absolute;
  left: 0;
}
.scheme__item--special {
  background-color: #1e2736;
  color: #fff;
}
.scheme__item--special > h4 {
  color: #fff;
}
.scheme__line {
  position: absolute;
  width: 3px;
  height: 95%;
  background-color: #1a6eff;
  left: 24px;
  translate: 0 10px;
}
.scheme--horizontal {
  display: flex;
  justify-content: space-between;
}
.scheme--horizontal > li {
  position: relative;
  background-color: #e7effe;
  margin: 1rem;
  padding: 1rem;
}
.scheme--horizontal > li::before {
  z-index: 2;
  position: absolute;
  left: 50%;
  translate: -50% -80px;
}
.scheme--horizontal > li > p {
  vertical-align: middle;
  text-align: center;
}
.scheme--horizontal > li > p::before {
  position: absolute;
  top: 0;
  left: 50%;
  rotate: 90deg;
  translate: -50% -25px;
}
.scheme--horizontal > .scheme__line {
  height: 3px;
  width: 70%;
  translate: 0 0;
}
.scheme--horizontal > .scheme__line--position1 {
  translate: 11% -30px;
}
.scheme--horizontal > .scheme__line--position2 {
  translate: 12% -30px;
  width: 75%;
}
.scheme--horizontal > .scheme__line--position3 {
  translate: 22% -30px;
  width: 65%;
}
.scheme--horizontal > .scheme__line--position4 {
  translate: 16% -30px;
  width: 70%;
}
.scheme--bank > .scheme__line {
  height: 90%;
}
.scheme--bank > .scheme__item > .scheme__item-title {
  font-size: 2rem;
}
.scheme--bank > .scheme__item > .scheme__item-text {
  font-family: "Raleway-Regular";
  color: #434c5b;
}

@media (max-width: 767px) {
  .scheme-container {
    max-width: 100%;
  }
  .scheme-container--horizontal {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .scheme-container--horizontal > .scheme-container__title {
    margin: 3rem 0 3.6rem;
  }
  .scheme--horizontal {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .scheme--horizontal > .scheme__item {
    margin: 0 0 1rem 8rem;
    padding: 2rem;
    border: 1px solid #d7deef;
    border-radius: 1.5em;
    background-color: #fff;
    min-width: 0;
  }
  .scheme--horizontal > .scheme__item::before {
    top: 50%;
    left: 0;
    translate: -135% -50%;
    font-size: 2rem;
  }
  .scheme--horizontal > .scheme__item > p {
    font-family: "Raleway-Medium";
    overflow-wrap: anywhere;
  }
  .scheme--horizontal > .scheme__item > p::before {
    top: 50%;
    left: 0;
    rotate: 0deg;
    translate: -84% -50%;
  }
  .scheme--horizontal > .scheme__line {
    width: 3px;
    height: auto;
    left: 34px;
    top: 6rem;
    bottom: 5.8rem;
    translate: 0 0;
  }
  .scheme--horizontal > .scheme__line--position1, .scheme--horizontal > .scheme__line--position2, .scheme--horizontal > .scheme__line--position3, .scheme--horizontal > .scheme__line--position4 {
    width: 3px;
    translate: 0 0;
  }
}
.footer__title {
  color: #fff;
}
.footer__log {
  height: 110px;
}
@media (max-width: 767px) {
  .footer__logo {
    height: 90px;
  }
}

.mobile-hide {
  display: none;
}

.sphere {
  position: absolute;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.sphere-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -201;
}
.sphere-container--maintenance {
  filter: invert(1);
}
.sphere-container--megaZ {
  z-index: 0;
}
.sphere:nth-child(1) {
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, #60a2ff, rgba(82, 146, 255, 0.3568627451) 100%);
  animation: float1 24s infinite;
  top: 20%;
  left: 10%;
}
.sphere:nth-child(2) {
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, #60a2ff, rgba(82, 146, 255, 0.3568627451) 100%);
  animation: float2 12s infinite;
  top: 60%;
  left: 70%;
}
.sphere:nth-child(3) {
  width: 40px;
  height: 40px;
  background: radial-gradient(circle, #60a2ff, rgba(82, 146, 255, 0.3568627451) 100%);
  animation: float3 15s infinite;
  top: 65%;
  left: 20%;
  z-index: -999999;
}
.sphere:nth-child(4) {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, #60a2ff, rgba(82, 146, 255, 0.3568627451) 100%);
  animation: float4 10s infinite;
  top: 30%;
  left: 80%;
}
.sphere:nth-child(5) {
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, #60a2ff, rgba(82, 146, 255, 0.3568627451) 100%);
  animation: float5 18s infinite;
  top: 10%;
  left: 50%;
}
.sphere:nth-child(6) {
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, #60a2ff, rgba(82, 146, 255, 0.3568627451) 100%);
  animation: float6 14s infinite;
  top: 50%;
  left: 5%;
}
.sphere:nth-child(7) {
  width: 30px;
  height: 30px;
  background: radial-gradient(circle, #60a2ff, rgba(82, 146, 255, 0.3568627451) 100%);
  animation: float7 24s infinite;
  top: 70%;
  left: 85%;
}
.sphere:nth-child(8) {
  width: 390px;
  height: 390px;
  background: radial-gradient(circle, #60a2ff, rgba(82, 146, 255, 0.3568627451) 100%);
  animation: float8 38s infinite;
  top: 5%;
  left: 75%;
}
@media (max-width: 767px) {
  .sphere {
    display: none;
  }
}

#site-header {
  min-height: 12rem;
}

#site-footer {
  min-height: 40rem;
  background-color: #1e2736;
}

#site-header,
#site-footer {
  visibility: hidden;
}

body.includes-ready #site-header,
body.includes-ready #site-footer {
  visibility: visible;
}

body.menu-open {
  overflow: hidden;
}

.page-fade {
  position: fixed;
  inset: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
  z-index: 9999;
}

.js .page-fade.page-fade--active {
  opacity: 1;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .page-fade {
    transition: none;
  }
}
.btn {
  display: inline-flex;
  line-height: 1.2;
  padding: 1.5rem 3.5rem;
  margin: 0.5rem;
  border-radius: 0.7em;
  border: none;
  background: none;
  font-size: 1.8rem;
}
.btn--primary {
  transition: ease-in-out 0.24s;
  background-color: #1a6eff;
  color: #fff;
  font-family: "Raleway-Semibold";
  justify-content: center;
}
.btn--primary:hover {
  background-color: #0050d9;
  box-shadow: 0 0 14px rgba(82, 146, 255, 0.3568627451);
}
.btn--primary:active {
  transition: 0.012s;
  background-color: #fff;
  color: #1a6eff;
  box-shadow: inset 0 0 4px rgba(119, 156, 211, 0.3);
}
@media (max-width: 1023px) {
  .btn--primary {
    width: 100%;
    margin: 1rem 0;
  }
}
.btn--secondary {
  transition: ease-in-out 0.24s;
  border: 1px solid #d7deef;
  color: #1e2736;
  font-family: "Raleway-Semibold";
}
.btn--secondary:hover {
  color: #1a6eff;
  box-shadow: 0 0 14px rgba(82, 146, 255, 0.3568627451);
}
.btn--secondary:active {
  transition: 0.012s;
  background-color: #1a6eff;
  color: #fff;
  border: 1px solid #1a6eff;
}
@media (max-width: 1023px) {
  .btn--secondary {
    text-align: center;
    margin: 1rem 0;
  }
}
.btn--white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1176470588);
}
.btn--white:hover {
  background-color: #fff;
}
@media (max-width: 767px) {
  .btn {
    text-align: center;
    justify-content: center;
  }
}

.add-border {
  border: 1px solid #d7deef;
  border-radius: 2rem;
  padding: 1.5rem;
}

.uikit-block {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.color-block {
  position: relative;
  padding: 1rem 2rem;
  max-width: 50%;
  font-family: "Raleway-Regular";
  font-size: 2.4rem;
}
.color-block_primary-color {
  background-color: #1a6eff;
  color: #fff;
}
.color-block_primary-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway-Bold";
  text-transform: uppercase;
  content: "#1a6eff";
}
.color-block_secondary-color {
  background-color: #60a2ff;
  color: #fff;
}
.color-block_secondary-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway-Bold";
  text-transform: uppercase;
  content: "#60a2ff";
}
.color-block_light-color {
  background-color: #e7effe;
}
.color-block_light-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway-Bold";
  text-transform: uppercase;
  content: "#e7effe";
}
.color-block_borders-color {
  background-color: #d7deef;
}
.color-block_borders-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway-Bold";
  text-transform: uppercase;
  content: "#d7deef";
}
.color-block_dark-color {
  background-color: #1e2736;
  color: #fff;
}
.color-block_dark-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway-Bold";
  text-transform: uppercase;
  content: "#1e2736";
}
.color-block_grey-color {
  background-color: #434c5b;
  color: #fff;
}
.color-block_grey-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway-Bold";
  text-transform: uppercase;
  content: "#434c5b";
}
.color-block_lightgrey-color {
  background-color: #646d83;
  color: #fff;
}
.color-block_lightgrey-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway-Bold";
  text-transform: uppercase;
  content: "#646d83";
}

.alert-text {
  color: red !important;
}

.divider {
  height: 20px;
}

.backer {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  margin: 2rem;
  background-color: rgba(231, 239, 254, 0.6352941176);
  padding: 1rem 0;
}
.backer > a {
  font-size: 5rem;
  font-weight: 900;
  color: #1a6eff;
}
.backer > a > img {
  display: flex;
  margin: auto;
  height: 60px;
  width: 60px;
  border-radius: 100%;
}
.backer:hover {
  background-color: #1a6eff;
}
.backer:hover > a > img {
  filter: brightness(100);
}
@media (max-width: 1023px) {
  .backer {
    z-index: 200;
    height: 60px;
    width: 60px;
  }
  .backer > a > img {
    height: 40px;
    width: 40px;
  }
}

.wrapper, .staff-container, .header, .contact {
  margin: 0 auto;
  max-width: 1280px;
}
.wrapper--wided {
  max-width: 1800px;
}
@media (max-width: 1023px) {
  .wrapper, .staff-container, .header, .contact {
    padding: 0 2rem;
  }
}

.badge, .contact__badge, .logistic__badge, .services__badge, .exclusive-offer__badge {
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  padding: 1.3rem 3rem;
  background-color: #e7effe;
  border-radius: 3em;
  font-size: 1.3rem;
  font-family: "Raleway-Bold";
  color: #1a6eff;
  text-transform: uppercase;
}

.exclusive-offer {
  display: grid;
  position: relative;
  padding-block: 15rem;
  gap: 9rem;
}
.exclusive-offer__header {
  position: relative;
}
.exclusive-offer__title {
  text-align: center;
}
.exclusive-offer__badge {
  top: 0;
  padding: 1rem 3rem;
  font-size: 1.3rem;
}
.exclusive-offer__badge::before {
  vertical-align: middle;
  content: url(/src/graphics/png/exclusive-badge-before.png);
  margin-right: 1rem;
}
.exclusive-offer__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "main tax transfer" "main months reports" "main cta cta";
  gap: 2.4rem;
  column-gap: 4rem;
}

#main {
  grid-area: main;
  min-width: 600px;
}

#tax {
  grid-area: tax;
}

#transfer {
  grid-area: transfer;
}

#months {
  grid-area: months;
}

#reports {
  grid-area: reports;
}

#cta {
  grid-area: cta;
}

.services {
  display: flex;
  flex-direction: column;
  padding-block: 10rem;
  gap: 3rem;
}
.services__title, .services__subtitle {
  text-align: center;
}
.services__subtitle {
  color: #434c5b;
}
.services__header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.services__grid {
  --min: 800px;
  display: grid;
  gap: 2.5rem 3rem;
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  align-items: stretch;
}
@media (min-width: 1024px) {
  .services .service-card__icon {
    order: -1;
  }
}
@media (max-width: 1023px) {
  .services__title {
    font-size: 4.6rem;
    line-height: 1.08;
    text-wrap: balance;
  }
  .services__subtitle {
    line-height: 1.35;
  }
  .services__grid {
    --min: 100%;
    gap: 2rem;
  }
  .services .service-card {
    padding: 2.4rem;
  }
  .services__badge {
    width: 70%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .services {
    padding-block-end: 3rem;
  }
  .services__header {
    gap: 1rem;
  }
  .services__title {
    font-size: 4rem;
    line-height: 1.12;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }
  .services__subtitle {
    line-height: 1.35;
  }
  .services .service-card {
    padding: 1.7rem;
    gap: 1.6rem;
  }
  .services .service-card__title {
    font-family: "Raleway-Semibold";
    text-align: center;
    margin: 1rem;
  }
  .services .service-card__header {
    gap: 0.2rem;
  }
  .services .service-card__price-tag, .services .service-card__timeline-tag {
    position: relative;
    width: 100%;
    translate: 0 0;
    display: inline-flex;
    line-height: 1.25;
    text-align: center;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .services .service-card__price-tag {
    justify-content: center;
    margin: 1rem 0 0 0;
  }
  .services .service-card__icon {
    width: 120px;
    margin: 0 auto;
  }
  .services .service-card__benefits > li {
    margin: 0.4rem 0 0.4rem 2.6rem;
  }
  .services .service-card__benefits > li::before {
    translate: -2.2rem -2px;
  }
}

.logistic {
  display: grid;
  position: relative;
  padding-block: 10rem;
  gap: 4rem;
}
.logistic__header {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.logistic__title, .logistic__lead {
  text-align: center;
}
.logistic__kpi {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.logistic__kpi-item {
  margin: 0;
}
.logistic__kpi-icon {
  display: block;
  margin: 0 auto;
  width: 80px;
  background-color: #e7effe;
  border-radius: 1.5rem;
}
.logistic__kpi-score, .logistic__kpi-caption {
  text-align: center;
}
.logistic__kpi-caption {
  margin-top: 0.2rem;
  font-family: "Raleway-Medium";
  color: #434c5b;
}
.logistic__cards {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 2rem;
}
.logistic__container {
  display: grid;
  gap: 2rem;
}
.logistic__badge {
  top: 0;
}
.logistic .service-card--logistics {
  margin: 0;
}
@media (max-width: 1023px) {
  .logistic {
    padding-block: 8rem;
  }
  .logistic__title {
    font-size: 4.4rem;
    line-height: 1.08;
    text-wrap: balance;
  }
  .logistic__kpi {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem;
  }
  .logistic__kpi-item {
    flex: 1 1 calc(50% - 1.6rem);
    max-width: calc(50% - 1.6rem);
  }
  .logistic__cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .logistic {
    padding-block: 7rem 2rem;
    gap: 3rem;
  }
  .logistic__header {
    gap: 2rem;
  }
  .logistic__title {
    font-size: 3.2rem;
    line-height: 1.12;
  }
  .logistic__lead {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .logistic__kpi {
    gap: 1.2rem;
  }
  .logistic__kpi-item {
    flex-basis: 100%;
  }
  .logistic__badge {
    width: 90%;
    text-align: center;
  }
  .logistic .service-card {
    padding: 2rem;
  }
  .logistic .service-card__title {
    line-height: 1.15;
  }
  .logistic .service-card__extras > li {
    width: 100%;
    justify-content: flex-start;
  }
  .logistic .service-card__extras > li > p {
    margin-left: 1rem;
  }
}

.contact {
  position: relative;
  display: flex;
  gap: 4rem;
  align-items: center;
  padding-block: 10rem;
}
.contact > .form {
  width: 100%;
}
.contact > .contact__details:only-child {
  max-width: none;
  width: 100%;
}
.contact__badge {
  top: 0;
  left: 0;
  translate: 50% -150%;
}
.contact__details {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
.contact__title {
  font-family: "Raleway-Semibold";
  line-height: 1.08;
  text-wrap: balance;
}
.contact__links {
  display: flex;
  flex-flow: row wrap;
  column-gap: 5rem;
  row-gap: 1.8rem;
}
.contact__links > ul {
  margin-bottom: 0;
}
.contact__links > ul > p {
  margin-bottom: 1rem;
}
.contact__links--maintenance {
  column-gap: 1rem;
  justify-content: space-between;
}
.contact__links--maintenance > ul {
  border: 1px solid #d7deef;
  height: auto;
  padding: 2rem;
  border-radius: 2rem;
}
.contact__links--maintenance > .contact__addresses {
  width: 35%;
}
.contact__subtitle {
  font-family: "Raleway-Semibold";
  line-height: 1.25;
}
.contact__text {
  color: #1e2736;
  line-height: 1.35;
}
.contact__mails > li, .contact__phones > li, .contact__socials > li {
  font-family: "Raleway-Regular";
  font-size: 1.6rem;
  min-width: 0;
}
.contact__mails > li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
  color: #1e2736;
  text-decoration: underline;
}
.contact__mails > li::before {
  display: block;
  margin-right: 0;
  flex: 0 0 30px;
  width: 30px;
  content: url(/src/graphics/svg/mail-icon.svg);
}
.contact__phones > li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
  color: #1e2736;
  text-decoration: underline;
}
.contact__phones > li::before {
  display: block;
  margin-right: 0;
  flex: 0 0 30px;
  width: 30px;
  content: url(/src/graphics/svg/phone-icon.svg);
}
.contact__socials > li {
  display: inline-block;
  margin-top: 1rem;
  margin-right: 0.5rem;
}
.contact__socials--centered > div {
  display: flex;
  justify-content: space-around;
}
.contact__link {
  margin: auto 0;
  color: #1e2736;
  vertical-align: middle;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.35;
}
.contact__link--arm::after {
  margin-left: 1rem;
  vertical-align: middle;
  content: url(/src/graphics/png/contact-after-tel-arm-icon.png);
}
.contact__link--rus::after {
  right: 0;
  margin-left: 1rem;
  vertical-align: middle;
  content: url(/src/graphics/png/contact-after-tel-rus-icon.png);
}
.contact__link--map {
  display: inline;
  font-family: "Raleway-Medium";
}
.contact__link--map::before {
  content: url(/src/graphics/png/footer-map-icon.png);
  object-fit: contain;
  margin-right: 1rem;
  vertical-align: middle;
}
.contact__link > img {
  width: 65px;
}
.contact__addresses {
  width: 100%;
}
.contact__addresses > li {
  margin-top: 1.2rem;
}
.contact .extra-details__container-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: flex-start;
}
.contact .extra-details__map-link {
  flex: 1 1 18rem;
  min-width: 0;
  font-size: 1.8rem;
  padding: 1.6rem;
  gap: 1.2rem;
}
@media (max-width: 1023px) {
  .contact {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-block: 8rem;
    padding: 0;
  }
  .contact__badge {
    left: 50%;
    translate: -50% 0;
    width: 80%;
  }
  .contact__details {
    max-width: none;
    gap: 2.4rem;
  }
  .contact__title {
    font-size: 4rem;
    line-height: 1.1;
  }
  .contact__links {
    row-gap: 1.2rem;
  }
  .contact__links > ul {
    flex-basis: calc(50% - 1rem);
  }
}
@media (max-width: 767px) {
  .contact {
    flex-direction: column;
    padding-block: 7rem;
    gap: 2.4rem;
  }
  .contact__title {
    font-size: 3.2rem;
    line-height: 1.12;
  }
  .contact__subtitle {
    font-size: 1.8rem;
  }
  .contact__text {
    line-height: 1.4;
  }
  .contact__links {
    row-gap: 1rem;
  }
  .contact__links > ul {
    flex-basis: 100%;
  }
  .contact__mails > li, .contact__phones > li, .contact__socials > li {
    font-size: 1.5rem;
  }
  .contact__link > img {
    width: 52px;
  }
  .contact .extra-details__container-wrapper {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .contact .extra-details__map-link {
    flex: 0 1 auto;
    width: 100%;
    font-size: 1.6rem;
    padding: 1.4rem 1.2rem;
    gap: 0.8rem;
    min-height: 11.6rem;
    justify-content: center;
  }
  .contact .extra-details__map-image {
    width: 52px;
    height: 52px;
  }
  .contact__badge {
    translate: 0 -150%;
    text-align: center;
  }
}

.form {
  display: flex;
  flex-direction: column;
  width: 60%;
  min-width: 0;
  padding: 4rem;
  border: 1px solid #d7deef;
  border-radius: 2rem;
  box-shadow: 0 8px 30px rgba(5, 8, 13, 0.0666666667);
  background-color: #fff;
  z-index: 10;
}
.form--submitted {
  min-height: 640px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.form--submitted > :not(.form__success) {
  display: none !important;
}
.form__success {
  display: none;
  width: 100%;
  min-height: 520px;
  margin: auto;
  padding: 1rem 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.4rem;
}
.form--submitted > .form__success {
  display: flex;
}
.form__success-icon {
  width: 300px;
  height: 300px;
  object-fit: contain;
}
.form__success-title {
  color: #1e2736;
  font-family: "Raleway-Semibold";
  font-size: 3rem;
  line-height: 1.25;
  max-width: 80%;
}
.form__success-text {
  color: #434c5b;
  font-family: "Raleway-Medium";
  font-size: 1.8rem;
  line-height: 1.45;
  max-width: 80%;
}
.form__title {
  color: #1e2736;
  font-size: 1.4rem;
  font-family: "Raleway-Bold";
  margin: 1rem 0;
}
.form__text {
  font-size: 1rem;
  font-family: "Raleway-Medium";
  color: #434c5b;
  text-align: center;
  padding-top: 1rem;
}
.form__status {
  margin-top: 0.8rem;
  min-height: 1.6rem;
  font-size: 1.2rem;
  font-family: "Raleway-Medium";
  line-height: 1.35;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.13s ease;
}
.form__status--visible {
  opacity: 1;
  visibility: visible;
}
.form__status--info {
  color: #434c5b;
}
.form__status--success {
  color: #1f8d4d;
}
.form__status--error {
  color: #c23232;
}
.form__radio {
  margin-bottom: 1rem;
  display: grid;
  gap: 0.8rem;
}
.form > input, .form > select, .form > textarea {
  font-family: "Raleway-Semibold";
  width: 100%;
}
.form > input::placeholder, .form > select::placeholder, .form > textarea::placeholder {
  font-family: "Raleway-Regular";
}
.form > input {
  padding: 1rem 1.6rem;
  border: 1px solid #d7deef;
  border-radius: 1rem;
}
.form > input:focus {
  outline-color: #60a2ff;
}
.form > input:not(:placeholder-shown) {
  background-color: #e7effe;
  border-color: #60a2ff;
}
.form__field--invalid {
  border-color: #d84747 !important;
  box-shadow: 0 0 0 1px rgba(216, 71, 71, 0.2509803922);
}
.form input[type=radio].form__field--invalid {
  outline: 1px solid #d84747;
  outline-offset: 1px;
}
.form > label, .form__radio > label {
  border-color: #d7deef;
  margin-right: 0.5rem;
  font-size: 1.4rem;
  font-family: "Raleway-Regular";
  line-height: 1.35;
}
.form__radio > label {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-right: 0;
}
.form__radio > label > input {
  flex: 0 0 auto;
  margin-top: 0.2rem;
}
.form > select {
  padding: 1rem 1.6rem;
  border-radius: 1rem;
  border: 1px solid #d7deef;
  font-family: "Raleway-Medium";
  background-color: #fff;
}
.form > button {
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 1rem;
  border: 1px solid #1a6eff;
  width: 100%;
  text-align: center;
}
.form__spacer {
  height: 2rem;
}
.form textarea {
  resize: none;
  min-height: 18rem;
  border-radius: 1rem;
  border: 1px solid #d7deef;
  padding: 1rem;
  font-family: "Raleway-Medium";
}
.form textarea:focus {
  outline-color: #60a2ff;
}
.form textarea:not(:placeholder-shown) {
  background-color: #e7effe;
  border-color: #60a2ff;
}
@media (max-width: 1023px) {
  .form {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .form {
    margin: 0;
    border-radius: 1.6rem;
  }
  .form--submitted {
    min-height: 560px;
  }
  .form__success {
    min-height: 460px;
  }
  .form__success-icon {
    width: 300px;
    height: 300px;
    max-width: 100%;
  }
  .form__success-title {
    font-size: 2.4rem;
    max-width: 100%;
  }
  .form__success-text {
    font-size: 1.6rem;
    max-width: 100%;
  }
  .form__title {
    line-height: 1.35;
  }
  .form__spacer {
    height: 1.4rem;
  }
  .form textarea {
    min-height: 14rem;
  }
}

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 12rem;
  z-index: 1000;
}
.header__logo {
  display: flex;
  flex-grow: 1;
}
.header__logo > img {
  width: 180px;
  margin: auto 0;
  max-height: 100%;
}
.header__nav-list {
  height: 100%;
  display: flex;
  align-content: center;
}
.header__nav-list-services {
  display: none;
  position: absolute;
  right: 0;
  transform: translateY(5%);
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.4941176471);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  border: 1px solid #d7deef;
}
.header__nav-list-services > li {
  padding: 0.3rem 0;
  text-align: right;
  width: 300px;
}
.header__nav-list-services > li > a {
  transition: 0.33s;
  padding: 0.3rem 0;
  color: #1e2736;
  font-family: "Raleway-Medium";
  white-space: nowrap;
}
.header__nav-list-services > li > a:hover {
  color: #1a6eff;
  font-family: "Raleway-Semibold";
}
.header__nav-item {
  margin: auto 0.5rem;
  position: relative;
}
.header__nav-item-services:hover > .header__nav-list-services {
  display: block;
}
.header__nav-link {
  padding: 1.8rem 0.5rem;
  font-family: "Raleway-Medium";
  color: #1e2736;
}
.header__lang {
  background: none;
  border: none;
  margin: auto 0 auto 3rem;
}
.header__lang > img {
  padding: 2rem 1rem;
  padding-left: 2rem;
}
.header__lang:hover > .header__lang-switcher {
  display: flex;
}
.header__lang-switcher {
  position: absolute;
  display: none;
  right: 0;
  bottom: -60%;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #d7deef;
  padding: 0.5rem;
  border-radius: 1rem;
}
.header__lang-switcher-item {
  margin: 0.1rem 0;
  transition: 0.13s;
  display: flex;
  align-items: center;
  padding: 1rem;
  background-color: #e7effe;
  border: none;
  border-radius: 1rem;
}
.header__lang-switcher-item > img {
  margin-right: 1rem;
  filter: drop-shadow(0 0 4px rgba(54, 54, 54, 0.4431372549));
}
.header__lang-switcher-item > p {
  font-size: 1.4rem;
  font-family: "Raleway-Semibold";
}
.header__lang-switcher-item--selected {
  color: #1a6eff;
}
.header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: auto 0;
  border: 1px solid #d7deef;
  border-radius: 1.2rem;
  background-color: #fff;
  cursor: pointer;
}
.header__burger-line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #1e2736;
  border-radius: 2px;
  transition: transform 0.24s ease, opacity 0.24s ease;
}
.header__burger-line + .header__burger-line {
  margin-top: 5px;
}
.header__menu {
  display: flex;
  align-items: center;
}
.header__menu-panel {
  display: flex;
  align-items: center;
}
.header__menu-overlay {
  display: none;
}
.header--menu-open .header__burger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header--menu-open .header__burger-line:nth-child(2) {
  opacity: 0;
}
.header--menu-open .header__burger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.header--menu-open .header__menu {
  pointer-events: auto;
}
.header--menu-open .header__menu-panel {
  transform: translateX(0);
}
.header--menu-open .header__menu-overlay {
  pointer-events: auto;
}
@media (max-width: 1023px) {
  .header__burger {
    display: inline-flex;
    margin-left: auto;
  }
  .header__nav, .header__lang {
    display: none;
  }
  .header__menu {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1002;
  }
  .header__menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(85vw, 360px);
    padding: 10rem 2.4rem 2.4rem;
    background-color: #fff;
    box-shadow: -20px 0 40px rgba(30, 39, 54, 0.15);
    transform: translateX(100%);
    transition: transform 0.33s ease;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    overflow-y: auto;
    z-index: 1003;
  }
  .header__menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background-color: rgba(30, 39, 54, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.33s ease;
    z-index: 1001;
  }
  .header__menu .header__nav, .header__menu .header__lang {
    display: block;
    width: 100%;
  }
  .header__menu .header__nav-list {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__menu .header__nav-item {
    margin: 0;
    width: 100%;
  }
  .header__menu .header__nav-link {
    padding: 0.6rem 0;
    display: inline-block;
  }
  .header__menu .header__nav-list-services {
    display: block;
    position: static;
    right: auto;
    transform: none;
    padding: 0.6rem 0 0 1.6rem;
    background-color: transparent;
    border: none;
  }
  .header__menu .header__nav-list-services > li {
    text-align: left;
    width: auto;
  }
  .header__menu .header__nav-list-services > li > a {
    white-space: normal;
  }
  .header__menu .header__lang {
    margin: 1.2rem 0 0;
  }
  .header__menu .header__lang > img {
    display: none;
  }
  .header__menu .header__lang-switcher {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 0.6rem;
    padding: 0;
    background-color: transparent;
    border: none;
  }
  .header__menu .header__lang-switcher-item {
    margin: 0;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  min-height: 40rem;
  padding: 5rem 2rem;
  background-color: #1e2736;
}
.footer__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  column-gap: 3rem;
  row-gap: 3rem;
}
.footer__logo {
  margin: auto 2rem 5rem 0;
}
.footer__logo-caption {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #646d83;
}
.footer__title {
  font-style: normal;
  font-family: "Raleway-Semibold";
  font-size: 2rem;
  margin-bottom: 1rem;
}
.footer__brand {
  max-width: 50rem;
  align-content: end;
}
.footer__list-item::before {
  content: "•";
  font-size: 2.3rem;
  color: #1a6eff;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.footer__list-item--address {
  display: flex;
  align-items: center;
}
.footer__list-item--address::before {
  display: block;
  width: 20px;
  content: url(/src/graphics/svg/map-icon.svg);
  object-fit: contain;
}
.footer__list-item--mail {
  display: flex;
  align-items: center;
}
.footer__list-item--mail::before {
  display: block;
  width: 20px;
  content: url(/src/graphics/svg/mail-icon.svg);
}
.footer__list-item--phone {
  display: flex;
  align-items: center;
}
.footer__list-item--phone::before {
  display: block;
  width: 20px;
  content: url(/src/graphics/svg/phone-icon.svg);
}
.footer__list-link {
  font-size: 1.4rem;
  vertical-align: middle;
  color: #fff;
}
.footer__list--contacts > li:nth-child(2n) {
  margin-bottom: 1rem;
}
.footer__divider {
  background-color: #434c5b;
  height: 1px;
  width: 100%;
  margin: 2rem auto;
}
.footer__afterline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.footer__copyright {
  font-family: "Raleway-Medium";
  color: #fff;
  text-align: left;
}
.footer__policy {
  text-decoration: underline;
  color: #fff;
  font-family: "Raleway-Medium";
}
.footer__messengers {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
}
.footer__messengers > a > img {
  width: 50px;
}

@media (max-width: 1023px) {
  .footer {
    padding: 4rem 3rem;
  }
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
  .footer__brand {
    grid-column: 1/-1;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 3rem 2rem;
  }
  .footer__grid {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
  .footer__logo {
    margin: 0 0 2rem 0;
  }
  .footer__afterline {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__messengers > a > img {
    width: 40px;
  }
  .footer__list-item--address,
  .footer__list-item--mail,
  .footer__list-item--phone {
    align-items: flex-start;
  }
}
.hero {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  padding-block: 20rem;
}
.hero__title, .hero__subtitle {
  text-align: center;
}
.hero__subtitle {
  line-height: 1.3;
  color: #434c5b;
}
.hero__image {
  position: relative;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 400px;
  z-index: -1;
}
.hero__image > img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero--service {
  padding-block: 10rem;
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas: "title image" "details image";
  column-gap: 4rem;
  row-gap: 2rem;
  align-items: stretch;
}
.hero--service > .hero__title {
  grid-area: title;
  margin: 0;
  align-self: end;
  text-align: left;
  font-family: "Raleway-Semibold";
  color: #1e2736;
}
.hero--service > .hero__details {
  grid-area: details;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  text-align: left;
  width: 100%;
  max-width: 100%;
}
.hero--service > .hero__details > p {
  text-align: left;
}
.hero--service > .hero__details > .hero__subtitle {
  font-family: "Raleway-Medium";
  color: #1e2736;
}
.hero--service > .hero__details > .btn {
  align-self: flex-start;
  margin-inline: 0;
}
.hero--service > .hero__image {
  grid-area: image;
  width: min(100%, 52rem);
  justify-self: center;
  align-self: center;
  margin: 0;
}
.hero--aboutus {
  background: linear-gradient(0deg, #DFEDFF, #ffffff);
  padding-block-end: 5rem;
}
.hero--aboutus > .service-card {
  width: 80%;
  padding: 5rem;
}
.hero--aboutus > h4 {
  z-index: 1;
}
.hero--aboutus > h1 {
  z-index: 1;
}
@media (max-width: 1023px) {
  .hero {
    padding-block: 8rem;
  }
  .hero__title {
    font-size: 5.67rem;
    line-height: 1;
  }
  .hero--service {
    padding-block: 6rem;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "image" "details";
    gap: 2rem;
  }
  .hero--service > .hero__title {
    text-align: center;
  }
  .hero--service > .hero__details {
    width: 100%;
    max-width: 100%;
    gap: 2.2rem;
    align-items: center;
    text-align: center;
  }
  .hero--service > .hero__details > p {
    text-align: center;
  }
  .hero--service > .hero__details > .btn {
    align-self: center;
    margin-inline: 0;
  }
  .hero--service > .hero__image {
    justify-self: center;
    width: min(100%, 42rem);
    height: clamp(20rem, 62vw, 30rem);
  }
}
@media (max-width: 767px) {
  .hero__cta > .btn {
    width: 100%;
  }
  .hero--service {
    padding-block: 4rem;
    gap: 2.4rem;
  }
  .hero--service > .hero__title {
    font-size: 3.6rem;
    line-height: 1.08;
    text-wrap: balance;
  }
  .hero--service > .hero__details {
    gap: 2rem;
    padding-block-end: 0;
  }
  .hero--service > .hero__details > .hero__subtitle {
    line-height: 1.45;
  }
  .hero--service > .hero__details > .btn {
    width: 100%;
  }
  .hero--service > .hero__image {
    width: 100%;
  }
}

.hero__title--residence {
  font-family: "Raleway-Semibold";
}

.methods {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 2rem 6rem;
}
@media (max-width: 1023px) {
  .methods {
    gap: 1.6rem;
    padding-block: 1rem 4rem;
  }
}
@media (max-width: 767px) {
  .methods {
    gap: 1.2rem;
    padding-block: 0 3rem;
  }
}

.method-title, .work-method__title, .business-method__title {
  padding: 2rem;
  background-color: #e7effe;
  border-radius: 1.5rem;
  border: 1px solid #d7deef;
  text-align: center;
}

.method-spacing, .business-method {
  padding-block: 3rem;
}

.business-method__benefits, .work-method__benefits {
  padding-block: 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
}
.business-method__benefits-header {
  font-family: "Raleway-Semibold";
  text-align: end;
  margin-bottom: 2rem;
}
.business-method__details {
  width: min(100%, 560px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.business-method__details > h5 {
  margin-bottom: 2.6rem;
  font-size: 1.6rem;
}
.business-method__details > p {
  margin-bottom: 2.5rem;
}
.business-method__price {
  font-family: "Raleway-Bold";
}
@media (max-width: 1023px) {
  .business-method {
    padding-block: 2rem;
  }
  .business-method__benefits, .work-method__benefits {
    padding-block: 2rem;
    flex-direction: column;
    gap: 2rem;
  }
  .business-method__benefits-header {
    text-align: start;
    margin-bottom: 1.4rem;
  }
  .business-method__details {
    width: 100%;
    max-width: 100%;
  }
  .business-method .service-card__benefits--residence {
    width: 100%;
    margin-right: 0;
    padding-block: 0;
  }
  .business-method .service-card__benefits--residence > li {
    margin: 0.5rem 0 0.5rem 2.6rem;
    text-align: start;
  }
  .business-method .service-card__benefits--residence > li::before {
    content: url(/src/graphics/svg/benefit-icon.svg);
  }
  .business-method .service-card__benefits--residence > li::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .business-method__benefits, .work-method__benefits {
    gap: 1.6rem;
  }
  .business-method__details > h5 {
    margin-bottom: 1.6rem;
    line-height: 1.4;
  }
  .business-method__details > p {
    margin-bottom: 1.6rem;
    line-height: 1.45;
  }
}

.work-method__benefits {
  justify-content: end;
}
.work-method__details {
  display: flex;
  justify-content: end;
}
.work-method__spacer {
  margin: 3rem;
  width: 50%;
}
.work-method__spacer > p {
  margin-bottom: 2rem;
}
.work-method__spacer--right {
  max-width: 560px;
  margin-right: 0;
}
.work-method__spacer > h5 {
  text-align: end;
}
.work-method__price {
  font-family: "Raleway-Bold";
}
@media (max-width: 1023px) {
  .work-method__details {
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
  }
  .work-method__spacer {
    width: 100%;
    margin: 0;
  }
  .work-method__spacer > h5 {
    text-align: start;
  }
  .work-method__spacer--right {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .work-method__details {
    gap: 1.6rem;
  }
  .work-method__spacer > p {
    margin-bottom: 1.6rem;
    line-height: 1.45;
  }
  .work-method__spacer > h5 {
    line-height: 1.4;
  }
}

.accordion-container {
  padding-block: 5rem;
}
.accordion-container--bdf-blur > .ac {
  backdrop-filter: blur(12px);
}

.ac {
  margin: 1rem 0;
  padding: 2rem;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.7411764706);
  border-color: #d7deef;
}
.ac-divider {
  height: 1px;
  background-color: #d7deef;
  margin: 1rem 0;
}
.ac-trigger:active {
  color: #1a6eff;
}
.ac-panel > p {
  color: #434c5b;
  line-height: 1.2;
}

.ac.is-active > .ac-header .ac-trigger {
  color: #1a6eff;
}

.faq {
  padding-block: 7rem;
}
.faq-header {
  font-family: "Raleway-Regular";
  font-size: 2rem;
}
.faq__title {
  font-family: "Raleway-Semibold";
}
@media (max-width: 767px) {
  .faq {
    padding-block: 3rem;
  }
  .faq > .accordion-container {
    padding-block: 2rem;
  }
}

.sc-details {
  position: relative;
  padding-block: 7rem;
  overflow: hidden;
}
.sc-details__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}
.sc-details__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem;
  border-radius: 2.4rem;
  border: 1px solid #d7deef;
  background-color: #fff;
  overflow: hidden;
}
.sc-details__card > * {
  position: relative;
  z-index: 1;
}
.sc-details__card-header {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.sc-details__card-index {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1a6eff;
  color: #fff;
  font-family: "Raleway-Bold";
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.sc-details__title {
  font-family: "Raleway-Semibold";
  color: #1e2736;
}
.sc-details__text {
  color: #434c5b;
  line-height: 1.45;
}
.sc-details__text-group {
  display: grid;
  gap: 1.4rem;
}
@media (max-width: 1023px) {
  .sc-details__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .sc-details {
    padding-block: 5rem;
  }
  .sc-details__card {
    padding: 2.4rem;
  }
  .sc-details__card-header {
    align-items: flex-start;
    gap: 1.2rem;
  }
  .sc-details__card-index {
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
  }
}

.workstyle {
  padding-block: 4rem;
}
.workstyle__title {
  font-family: "Raleway-Semibold";
  text-align: center;
  margin-bottom: 1rem;
}
.workstyle__lead {
  text-align: center;
  margin-bottom: 9rem;
}
.workstyle__approaches {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1023px) {
  .workstyle {
    padding-block: 3rem;
  }
  .workstyle__lead {
    margin-bottom: 4rem;
  }
  .workstyle__approaches {
    flex-direction: column;
    gap: 2.4rem;
  }
  .workstyle__approaches > .scheme-container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .workstyle {
    padding-block: 2rem;
  }
  .workstyle__lead {
    margin-bottom: 2.6rem;
  }
  .workstyle__approaches {
    gap: 1.8rem;
  }
}

.ie-details {
  display: flex;
  justify-content: space-between;
}
.ie-details__cards {
  width: 50%;
}
.ie-details__description {
  padding: 2.5rem 2rem;
  max-width: 50%;
}
.ie-details__description-title {
  margin-bottom: 3rem;
  font-family: "Raleway-Medium";
}
.ie-details__benefits > li > h4 {
  font-family: "Raleway-Medium";
  margin-bottom: 0.5rem;
}
.ie-details__benefits > li > p {
  margin-bottom: 2rem;
  color: #434c5b;
}
@media (max-width: 767px) {
  .ie-details {
    flex-direction: column;
  }
  .ie-details__cards {
    width: 100%;
  }
  .ie-details__cards > .service-card {
    margin: 2rem 0;
  }
  .ie-details__description {
    max-width: 100%;
    padding: 0;
  }
}

.ie-scheme {
  padding-block: 7rem;
}
.ie-scheme > .scheme-container__title {
  text-align: center;
}
@media (max-width: 767px) {
  .ie-scheme {
    padding-block: 2rem;
  }
}

.llc-details {
  display: grid;
  gap: 3.2rem;
  padding-block: 2rem 5rem;
}
.llc-details__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.llc-details__cards > .service-card--glow {
  width: 100%;
  height: 100%;
  margin: 0;
}
.llc-details__description {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
  padding: 0;
}
.llc-details__description-text {
  width: 100%;
  text-align: end;
  line-height: 1.45;
  color: #434c5b;
  padding: 1.2rem 2rem 0 0;
}
.llc-details__description-wrapper {
  width: 100%;
  padding: 0 0 0 2rem;
}
.llc-details__description-title {
  margin-bottom: 1.8rem;
}
@media (max-width: 1023px) {
  .llc-details {
    gap: 2.6rem;
  }
  .llc-details__cards {
    grid-template-columns: 1fr;
  }
  .llc-details__description {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .llc-details__description-text {
    text-align: start;
    padding: 0;
  }
  .llc-details__description-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .llc-details {
    gap: 2rem;
    padding-block: 1rem 3rem;
  }
  .llc-details__cards {
    gap: 1.4rem;
  }
  .llc-details__description {
    gap: 1.4rem;
  }
  .llc-details__description-text {
    line-height: 1.4;
  }
  .llc-details__description-title {
    margin-bottom: 1.2rem;
  }
}

.llc-scheme {
  padding-block-end: 7rem;
  width: 100%;
}
@media (max-width: 767px) {
  .llc-scheme {
    padding-block: 2rem;
  }
}

.citizenship-approaches {
  padding-block-end: 8rem;
  display: flex;
  align-items: stretch;
  gap: 2rem;
}
.citizenship-approaches__cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 50%;
  min-width: 0;
  flex: 1 1 0;
}
.citizenship-approaches__cards > .service-card {
  margin: 0;
  height: auto;
}
.citizenship-approaches__cards--fullheight > .service-card {
  justify-content: space-around;
  height: 100%;
}
@media (max-width: 1023px) {
  .citizenship-approaches {
    padding-block-end: 5rem;
    flex-direction: column;
    gap: 2.4rem;
  }
  .citizenship-approaches__cards {
    max-width: 100%;
    width: 100%;
    gap: 1.6rem;
  }
  .citizenship-approaches__cards--fullheight > .service-card {
    justify-content: flex-start;
    height: auto;
  }
  .citizenship-approaches .service-card__header {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-areas: "price price" "timeline timeline" "icon title";
    column-gap: 1.2rem;
    row-gap: 0.6rem;
    align-items: start;
  }
  .citizenship-approaches .service-card__price-tag,
  .citizenship-approaches .service-card__timeline-tag {
    position: static;
    right: auto;
    text-shadow: none;
    line-height: 1.25;
  }
  .citizenship-approaches .service-card__price-tag {
    grid-area: price;
    justify-self: start;
  }
  .citizenship-approaches .service-card__timeline-tag {
    grid-area: timeline;
    justify-self: start;
    translate: none;
  }
  .citizenship-approaches .service-card__icon {
    grid-area: icon;
  }
  .citizenship-approaches .service-card__title {
    grid-area: title;
    align-self: center;
    margin: 0;
    min-width: 0;
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  .citizenship-approaches {
    padding-block-end: 3rem;
    gap: 1.6rem;
  }
  .citizenship-approaches__cards {
    gap: 1.2rem;
  }
  .citizenship-approaches__cards > .service-card {
    padding: 2rem;
  }
  .citizenship-approaches .service-card__header {
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas: "price price" "timeline timeline" "icon title";
    column-gap: 1rem;
    row-gap: 0.4rem;
    align-items: start;
  }
  .citizenship-approaches .service-card__price-tag,
  .citizenship-approaches .service-card__timeline-tag {
    font-size: 1.4rem;
  }
  .citizenship-approaches .service-card__icon {
    width: 64px;
    padding: 1.4rem;
    border-radius: 1.2rem;
  }
  .citizenship-approaches .service-card__title {
    line-height: 1.1;
    overflow-wrap: anywhere;
  }
  .citizenship-approaches .service-card__numlist > li {
    margin-left: 1.6rem;
    font-size: 1.4rem;
  }
}

.companies-approaches {
  padding-block: 5rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.companies-approaches__info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 50%;
  gap: 3rem;
  padding-block: 3rem;
}
.companies-approaches__info-title {
  font-family: "Raleway-Semibold";
}
.companies-approaches__features {
  margin: 0rem 2rem;
}
.companies-approaches__features > li {
  margin: 1rem 0;
}
.companies-approaches__features > li::marker {
  font-family: "Raleway-Bold";
  font-size: 1.6rem;
}
.companies-approaches__features > li > p {
  font-family: "Raleway-Medium";
}
.companies-approaches__cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1 1 0;
  min-width: 0;
}
.companies-approaches__cards > .service-card {
  width: 100%;
}
@media (max-width: 1023px) {
  .companies-approaches {
    padding-block: 3rem;
    flex-direction: column;
    gap: 2.4rem;
  }
  .companies-approaches__info {
    max-width: 100%;
    padding-block: 0;
    gap: 2rem;
  }
  .companies-approaches__features {
    margin: 0 0 0 2rem;
  }
  .companies-approaches__cards {
    width: 100%;
    gap: 1.6rem;
  }
}
@media (max-width: 767px) {
  .companies-approaches {
    padding-block: 2rem 3rem;
    gap: 2rem;
  }
  .companies-approaches__info {
    gap: 1.6rem;
  }
  .companies-approaches__info-title {
    text-align: center;
    line-height: 1.1;
    text-wrap: balance;
  }
  .companies-approaches__info-text {
    line-height: 1.45;
  }
  .companies-approaches__features {
    margin: 0 0 0 1.6rem;
  }
  .companies-approaches__features > li {
    margin: 0.8rem 0;
  }
  .companies-approaches__features > li::marker {
    font-size: 1.4rem;
  }
  .companies-approaches__features > li > p {
    line-height: 1.4;
  }
  .companies-approaches__cards {
    gap: 1.4rem;
  }
  .companies-approaches__cards > .service-card {
    padding: 2rem;
  }
}

.bankcards-advantages {
  padding-block: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.advantage-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  margin: 0.5rem 1rem;
  border-radius: 2rem;
  background-color: #e7effe;
}
.advantage-card__icon {
  width: 6rem;
}
.advantage-card__title {
  font-family: "Raleway-Semibold";
  font-size: 2rem;
}
.advantage-card__text {
  color: #434c5b;
  font-size: 1.6rem;
}

.cards-services {
  background: radial-gradient(#e7effe, #ffffff);
  padding-block: 5rem;
}
.cards-services > .wrapper, .cards-services > .staff-container, .cards-services > .contact, .cards-services > .header {
  padding-block: 5rem;
  display: flex;
  justify-content: space-around;
}
.cards-services__title {
  text-align: center;
  font-family: "Raleway-Semibold";
  font-size: 5.5rem;
  margin-bottom: 5rem;
  color: #1e2736;
}
.cards-services__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #d7deef;
  border-radius: 2rem;
  min-width: 30%;
  max-width: 32%;
  margin: 1rem;
  background-color: #fff;
  width: auto;
  box-shadow: 4px 4px 20px #d7deef;
}
.cards-services__card-header {
  display: flex;
  justify-content: space-between;
  border-radius: 2rem 2rem 0 0;
  padding: 3rem 1rem;
  background: linear-gradient(45deg, #1a6eff, #185beb);
  z-index: 1;
  flex-grow: 1;
}
.cards-services__card-header--idbank {
  background: linear-gradient(45deg, #f5821e, #f8ab67);
}
.cards-services__card-header--amiobank {
  background: linear-gradient(45deg, #76e4f7, #73b4ff);
}
.cards-services__card-header > img {
  width: 15rem;
  margin-left: 2rem;
}
.cards-services__card-header > .payment-systems {
  display: flex;
  flex-direction: column;
}
.cards-services__card-header > .payment-systems > img {
  width: 10rem;
  margin-right: 1rem;
}
.cards-services__card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.4rem;
  padding: 1rem 2rem;
}
.cards-services__card-list > h4 {
  font-size: 1.6rem;
  font-family: "Raleway-Semibold";
  margin-bottom: 0.5rem;
}
.cards-services__card-list > li {
  display: inline-flex;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border-radius: 2em;
  margin: 0.4rem 0.2em;
  background-color: #e7effe;
  font-family: "Raleway-Medium";
}
.cards-services__card-text {
  color: #434c5b;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 1.2;
}
.cards-services__card > .btn {
  margin: 2rem 2rem;
}
.cards-services__card--popular {
  position: relative;
}
.cards-services__card--popular::before {
  text-align: center;
  vertical-align: middle;
  width: 80%;
  font-family: "Raleway-Bold";
  color: #60a2ff;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 50%;
  translate: 50% -90%;
  background-color: #fff;
  padding: 1rem 0;
  border-radius: 1em 1em 0 0;
  border: 1px solid #d7deef;
  z-index: 0;
  content: "• КЛИЕНТЫ ВЫБИРАЮТ •";
}
@media (max-width: 1023px) {
  .cards-services {
    padding-block: 3rem;
  }
  .cards-services > .wrapper, .cards-services > .staff-container, .cards-services > .contact, .cards-services > .header {
    padding-block: 3rem;
    flex-direction: column;
    align-items: stretch;
    gap: 1.6rem;
  }
  .cards-services__title {
    margin-bottom: 3rem;
  }
  .cards-services__card {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .cards-services__card-header {
    padding: 2.2rem 1.2rem;
  }
  .cards-services__card-header > img {
    width: 13rem;
    margin-left: 0;
  }
  .cards-services__card-header > .payment-systems > img {
    width: 8rem;
    margin-right: 0;
  }
  .cards-services__card-info {
    padding: 1rem 1.6rem;
  }
  .cards-services__card > .btn {
    margin: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cards-services {
    padding-block: 2rem 3rem;
  }
  .cards-services > .wrapper, .cards-services > .staff-container, .cards-services > .contact, .cards-services > .header {
    padding-block: 2rem;
    gap: 1.2rem;
  }
  .cards-services__title {
    margin-bottom: 2rem;
    font-size: 3.6rem;
    text-wrap: balance;
  }
  .cards-services__card {
    border-radius: 1.6rem;
  }
  .cards-services__card-header {
    border-radius: 1.6rem 1.6rem 0 0;
    padding: 1.6rem 1rem;
  }
  .cards-services__card-header > img {
    width: 11rem;
  }
  .cards-services__card-header > .payment-systems > img {
    width: 7rem;
  }
  .cards-services__card-info {
    gap: 1rem;
    padding: 1rem 1.2rem;
  }
  .cards-services__card-list > li {
    margin: 0.3rem 0.2em;
    padding: 0.45rem 0.9rem;
  }
  .cards-services__card--popular::before {
    width: 88%;
    font-size: 1.3rem;
    padding: 0.8rem 0;
  }
  .cards-services__card > .btn {
    width: calc(100% - 2.4rem);
    margin: 1.2rem;
  }
}
.cards-process {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 2rem;
}
.cards-process__info {
  max-width: 50%;
}
.cards-process__title {
  font-family: "Raleway-Semibold";
  margin: 8rem auto;
  color: #1e2736;
}
.cards-process__subtitle {
  font-size: 2rem;
  padding: 1rem 1rem 0 1rem;
}
@media (max-width: 1023px) {
  .cards-process {
    padding-block: 3rem;
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
  }
  .cards-process__title {
    margin: 4rem auto 0;
    text-align: center;
  }
  .cards-process__info {
    max-width: 100%;
  }
  .cards-process__subtitle {
    padding: 0;
  }
  .cards-process__container {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cards-process {
    padding-block: 2rem 3rem;
    gap: 2rem;
  }
  .cards-process__title {
    margin: 2rem auto 0;
  }
  .cards-process__subtitle {
    font-size: 1.8rem;
    text-align: center;
  }
  .cards-process .bankcards-advantages {
    padding-block: 1rem;
    gap: 1.2rem;
  }
  .cards-process .advantage-card {
    margin: 0;
    padding: 1.8rem;
    gap: 1.4rem;
  }
}

.accounting-details {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding-block: 5rem;
  gap: 4rem;
}
.accounting-details > ul > li {
  font-size: 5rem;
}
.accounting-details__title {
  width: 100%;
  font-family: "Raleway-Medium";
  text-align: center;
  margin-bottom: 3rem;
}
.accounting-details__text {
  text-align: justify;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.6117647059);
  border-radius: 2rem;
  backdrop-filter: blur(12px);
  padding: 2rem;
}
.accounting-details > .service-card--base {
  max-width: 48%;
}
.accounting-process {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding-block: 5rem;
}
.accounting-process__title {
  text-align: center;
}
.accounting-process > .scheme-container {
  max-width: 100%;
}
.accounting__price-tag {
  width: 100%;
  text-align: start;
}
.accounting-animation-pos1 {
  top: 700px;
}
.accounting-animation-pos2 {
  top: 1550px;
}

.bg-geometry {
  position: absolute;
  right: -360px;
  height: 350px;
  min-width: 350px;
  border-radius: 2rem;
  background: linear-gradient(45deg, #1a6eff, #60a2ff);
}

.bg-geometry-2 {
  translate: -100% 0;
  left: 0;
  position: absolute;
  height: 350px;
  min-width: 350px;
  border-radius: 2rem;
  background: linear-gradient(45deg, #1a6eff, #60a2ff);
}

.bg-geometry-cubeBase {
  position: absolute;
  top: 0;
  width: 250px;
  height: 700px;
  border-radius: 2rem;
  background: linear-gradient(45deg, #1a6eff, #60a2ff);
}

.registration-details {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding-block: 5rem;
}
.registration-details > .scheme-container--horizontal {
  max-width: 100%;
}
.registration-details__title {
  text-align: center;
}
@media (max-width: 1023px) {
  .registration-details {
    gap: 2.6rem;
    padding-block: 3rem;
  }
}
@media (max-width: 767px) {
  .registration-details {
    gap: 1.8rem;
    padding-block: 2rem 3rem;
  }
  .registration-details__title {
    text-wrap: balance;
  }
}
.registration-methods {
  padding-block: 5rem;
  display: flex;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .registration-methods {
    padding-block: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .registration-methods > .service-card {
    margin: 0;
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 2.4rem;
  }
  .registration-methods .service-card__header {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-areas: "price price" "timeline timeline" "icon title";
    column-gap: 1.2rem;
    row-gap: 0.6rem;
    align-items: start;
  }
  .registration-methods .service-card__price-tag,
  .registration-methods .service-card__timeline-tag {
    position: static;
    right: auto;
    text-shadow: none;
  }
  .registration-methods .service-card__price-tag {
    grid-area: price;
    justify-self: start;
  }
  .registration-methods .service-card__timeline-tag {
    grid-area: timeline;
    justify-self: start;
    translate: none;
  }
  .registration-methods .service-card__icon {
    grid-area: icon;
  }
  .registration-methods .service-card__title {
    grid-area: title;
    margin: 0;
    align-self: center;
    min-width: 0;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 767px) {
  .registration-methods {
    padding-block: 2rem 3rem;
    gap: 1.2rem;
  }
  .registration-methods > .service-card {
    padding: 2rem;
  }
  .registration-methods .service-card__header {
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 1rem;
    row-gap: 0.4rem;
  }
  .registration-methods .service-card__price-tag,
  .registration-methods .service-card__timeline-tag {
    font-size: 1.4rem;
  }
  .registration-methods .service-card__icon {
    width: 64px;
    padding: 1.4rem;
    border-radius: 1.2rem;
  }
  .registration-methods .service-card__cta > .btn {
    width: 100%;
  }
}

.sandbox {
  height: 600vh;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  padding: 10rem;
  border: 1px dashed rgb(141, 176, 216);
  border-radius: 2rem;
  margin-bottom: 2rem;
}

.playground-box {
  width: 85px;
  height: 85px;
  background: radial-gradient(#1596d1, #4740aa);
  border-radius: 2em;
  margin: 1rem 0.5rem;
}

.bg-animations {
  height: 10px;
  width: 100%;
  position: relative;
  overflow-x: clip;
  z-index: -10;
}

.maintenance-container {
  outline: 2px dashed salmon;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.maintenance__logo {
  align-self: flex-start;
  margin-top: 2rem;
  width: 200px;
  display: flex;
  margin-inline: auto;
}
.maintenance__title {
  text-align: center;
  margin: 1rem 0;
  font-family: "Raleway-Bold";
}
@media (max-width: 767px) {
  .maintenance__title {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}
.maintenance__subtitle {
  text-align: center;
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .maintenance__subtitle {
    font-size: 1.4rem;
  }
}
.maintenance__mid > h5 {
  margin-top: 2rem;
}
.maintenance__end {
  text-align: center;
  margin-bottom: 3rem;
}
.maintenance__bg-design {
  position: absolute;
  z-index: -100;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.maintenance__bg-design__item {
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(#1a6eff, #60a2ff 70%);
  border-radius: 100%;
}
.maintenance__bg-design__item:nth-child(1) {
  top: -400px;
  left: -300px;
}
.maintenance__bg-design__item:nth-child(2) {
  position: absolute;
  right: -380px;
  bottom: -380px;
}
.maintenance__contact-links {
  margin-top: 3rem;
  display: flex;
  justify-content: space-around;
}
.maintenance__contact-links > ul {
  background-color: #fff;
  border: 1px solid #d7deef;
  padding: 2rem;
  border-radius: 2rem;
}
.maintenance__contact-links > ul > p {
  margin-bottom: 1rem;
}
.maintenance__lang-switcher {
  right: 0;
  position: absolute;
  display: flex;
  justify-content: center;
}
.maintenance__lang-switcher > button {
  margin: 1rem;
}
.maintenance__lang-switcher > button > img {
  margin-left: 1rem;
}

.sassafras {
  padding: 2rem 0 0 0;
}

.staff {
  display: flex;
  flex-wrap: wrap;
  padding-block: 5rem;
  gap: 3rem;
  background: linear-gradient(180deg, #DFEDFF, #ffffff);
}
.staff__header {
  width: 100%;
  text-align: center;
  font-family: "Raleway-Semibold";
}
.staff-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 3.5rem;
}
.staff-card {
  width: 290px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  outline: 1px solid #d7deef;
  padding: 2rem;
  border-radius: 3rem;
  background-color: rgba(255, 255, 255, 0.4784313725);
}
.staff-card__header {
  font-family: "Raleway-Semibold";
  text-align: center;
}
.staff-card__position {
  text-align: center;
  font-family: "Raleway-Medium";
}
.staff-card__photo {
  width: 250px;
  border-radius: 2rem;
}

.extra-details {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 5rem;
  padding-block-end: 10rem;
}
.extra-details__text {
  text-align: center;
}
.extra-details__container {
  width: 48%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  gap: 3rem;
}
.extra-details__container-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.extra-details__container-wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
}
.extra-details__container > h3, .extra-details__container h5 {
  text-align: center;
}
.extra-details__container > video {
  border-radius: 1rem;
  border: 2px solid #1a6eff;
}
.extra-details__iframe {
  border-radius: 1rem;
  border: 2px solid #1a6eff;
}
.extra-details__map-link {
  background-color: rgba(255, 255, 255, 0.7960784314);
  gap: 2rem;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  font-family: "Raleway-Semibold";
  text-align: center;
  padding: 2rem;
  transition: 0.23s;
  border-radius: 1rem;
  border: 1px solid #d7deef;
}
.extra-details__map-link:hover {
  box-shadow: 0 0 20px #e7effe;
  scale: 1.05;
  border: 1px solid #fff;
}
.extra-details__map-image {
  width: 70px;
  height: 70px;
  display: block;
  align-self: center;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .extra-details {
    gap: 3rem;
    padding-block-end: 6rem;
  }
  .extra-details__container {
    width: 100%;
    gap: 2rem;
  }
  .extra-details__container > video {
    width: 100%;
  }
  .extra-details__iframe {
    min-height: 34rem;
  }
  .extra-details__map-link {
    font-size: 2rem;
    padding: 1.6rem;
  }
  .extra-details__map-image {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .extra-details {
    gap: 2rem;
    padding-block-end: 4rem;
  }
  .extra-details__container {
    gap: 1.6rem;
  }
  .extra-details__container > video {
    width: 100%;
  }
  .extra-details__text {
    text-align: start;
  }
  .extra-details__iframe {
    min-height: 28rem;
  }
  .extra-details__map-link {
    width: 100%;
    font-size: 1.8rem;
    padding: 1.2rem;
    gap: 1rem;
  }
  .extra-details__map-image {
    width: 52px;
    height: 52px;
  }
}

.reviews {
  padding-block: 3rem 10rem;
}
.reviews__title, .reviews__text {
  text-align: center;
  margin: 2rem;
}
.reviews__title {
  font-family: "Raleway-Medium";
}
@media (max-width: 767px) {
  .reviews__title {
    font-family: "Raleway-Semibold";
  }
}

.swiper {
  height: 35rem;
  width: 80%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  font-family: "Raleway-Regular";
  border-radius: 2rem;
}
.swiper-slide__card {
  background-color: #fff;
  width: 70%;
  padding: 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  border: 1px solid #d7deef;
  border-radius: 1.5rem;
  box-shadow: 0px 0px 15px #d0dfff;
}
.swiper-slide__card > header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.swiper-slide__card-name {
  font-family: "Raleway-Semibold";
}
.swiper-slide__card-date {
  font-family: "Raleway-Medium";
}
.swiper-slide__card-stars {
  left: 0;
  height: 30px;
  content: url(/src/graphics/svg/card-stars.svg);
}
.swiper-slide__card-image {
  width: 100px;
  height: 100px;
  margin: 2rem;
  border-radius: 100%;
  border: 1px solid #d7deef;
}
.swiper-slide__card-text {
  margin: 1rem 2rem;
}
.swiper-button-next, .swiper-button-prev {
  border-radius: 100%;
  transition: 0.33s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  scale: 1.2;
  filter: brightness(1.5);
}
@media (max-width: 767px) {
  .swiper {
    height: 60rem;
    width: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    scale: 0.3;
  }
  .swiper-button-next:hover, .swiper-button-prev:hover {
    scale: 0.7;
  }
  .swiper-slide__card {
    width: 100%;
    min-height: 40rem;
  }
  .swiper-slide__card-image, .swiper-slide__card-name, .swiper-slide__card-date, .swiper-slide__card-stars, .swiper-slide__card > header {
    margin: auto;
    text-align: center;
  }
  .swiper-slide__card-text {
    margin: 2rem 2rem;
    text-align: justify;
  }
}/*# sourceMappingURL=styles.css.map */