@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

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

[hidden] {
  display: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

button:focus-visible {
  border: none;
  outline: none;
}

html,
body {
  font-family: "Geologica", sans-serif;
  font-size: 19px;
  font-weight: 300;
  text-align: left;
  line-height: 100%;
  letter-spacing: -0.03em;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  color: #0C0C0C;
  background: #FCFCFC;
  position: relative;
  outline: none;
  -webkit-text-size-adjust: none;
}

.container {
  max-width: 1380px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1439.98px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.98px) {
  .container {
    max-width: 932px;
  }
}
@media screen and (max-width: 991.98px) {
  .container {
    max-width: 708px;
  }
}
@media screen and (max-width: 767.98px) {
  .container {
    max-width: 556px;
  }
}
@media screen and (max-width: 575.98px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.br1920 {
  display: inline-block;
}

.br1440 {
  display: none;
}

.br1200 {
  display: none;
}

.br992 {
  display: none;
}

.br768 {
  display: none;
}

.br576 {
  display: none;
}

@media screen and (max-width: 1439.98px) {
  .br1920 {
    display: none;
  }
  .br1440 {
    display: inline-block;
  }
}
@media screen and (max-width: 1199.98px) {
  .br1440 {
    display: none;
  }
  .br1200 {
    display: inline-block;
  }
}
@media screen and (max-width: 991.98px) {
  .br1200 {
    display: none;
  }
  .br992 {
    display: inline-block;
  }
}
@media screen and (max-width: 767.98px) {
  .br992 {
    display: none;
  }
  .br768 {
    display: inline-block;
  }
}
@media screen and (max-width: 575.98px) {
  .br768 {
    display: none;
  }
  .br576 {
    display: inline-block;
  }
}
a:hover,
a:not(:hover),
button:hover,
button:not(:hover) {
  transition: all ease-out 0.4s;
}

input[type=text],
input[type=submit],
textarea {
  -webkit-appearance: none;
}

a,
label,
button,
div {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

input {
  background: none;
  box-shadow: none;
  outline: none;
}

.disabled {
  pointer-events: none;
  background: gray !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px transparent inset !important;
  background-color: transparent !important;
  color: inherit !important;
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
  -webkit-text-fill-color: #FCFCFC !important;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: 100% !important;
}
@media screen and (max-width: 575.98px) {
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto !important;
  }
}

.swiper-pagination-bullet {
  background: color(srgb 0.13 0.53 0.93 / 0.8);
}

.swiper-pagination-bullet-active {
  background: #2288EE;
}

.swiper-pagination-bullet {
  margin: 0 6px !important;
}

.header-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  transition: all 0.3s ease;
  z-index: 999;
}
.header-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  background: color(srgb 0.13 0.53 0.93 / 0.2);
  position: absolute;
  z-index: -1;
}
.header-menu__content {
  z-index: 1001;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu__logo {
  flex-shrink: 0;
  margin-right: 20px;
}
.header-menu__logo--static {
  display: none;
}
.header-menu__logo--white {
  display: block;
}
.header-menu.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
}
.header-menu.scrolled::after {
  display: none;
}
.header-menu.scrolled .header-menu__logo--white {
  display: none;
}
.header-menu.scrolled .header-menu__logo--static {
  display: block;
}
.header-menu.scrolled .hidden-menu-icon {
  color: #0C0C0C;
  background: url("./../../img/chevron-up_b.svg") right center no-repeat;
}
.header-menu.scrolled .hidden-menu-items::after {
  background: rgba(252, 252, 252, 0.2);
}
.header-menu.scrolled .hidden-menu-link {
  color: #0C0C0C;
}
.header-menu.scrolled .hidden-menu-item:hover {
  background: rgba(12, 12, 12, 0.12);
}
.header-menu.scrolled .btn-language {
  color: #0C0C0C;
}
.header-menu.mobile-menu-open {
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.2) 50%, rgba(12, 12, 12, 0) 100%);
}
.header-menu.mobile-menu-open .header-menu__logo--white {
  display: none;
}
.header-menu.mobile-menu-open .header-menu__logo--static {
  display: block;
}
.header-menu.mobile-menu-open .container {
  max-width: 100%;
  padding: 0 40px;
}
.header-menu .nav-menu {
  display: flex;
  align-items: center;
}
.header-menu .nav-list {
  display: flex;
  list-style: none;
  margin-right: 20px;
  gap: 20px;
}
.header-menu .nav-link {
  font-size: 16px;
  color: #FCFCFC;
  position: relative;
}
.header-menu .nav-link:hover, .header-menu .nav-link:focus {
  color: rgba(252, 252, 252, 0.6);
}
.header-menu.scrolled .nav-link {
  color: #0C0C0C;
}
.header-menu .auth-buttons {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-menu .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 79px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: center;
  min-height: 39px;
  padding: 8px 20px 10px;
  margin: 0;
  text-decoration: none;
  color: #2288EE;
  background: #FCFCFC;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 8px 24px 0 rgba(34, 136, 238, 0.36);
}
.header-menu .btn:hover, .header-menu .btn:focus {
  background: #217cd7;
  color: #FCFCFC;
  border: 1px solid transparent;
  box-shadow: none;
}
.header-menu .btn-login {
  color: #FCFCFC;
  background: #2288EE;
  box-shadow: 0 8px 24px 0 rgba(34, 136, 238, 0.36);
}
.header-menu .btn-language {
  min-width: auto !important;
  min-height: auto !important;
  background: none;
  box-shadow: none;
  padding: 5px;
  border-radius: 5px;
  color: #FCFCFC;
}
.header-menu .hidden-menu {
  position: relative;
  display: none;
}
.header-menu .hidden-menu-icon {
  font-size: 14px;
  color: #FCFCFC;
  padding-right: 16px;
  cursor: pointer;
  background: url("./../../img/chevron-up.svg") right center no-repeat;
}
.header-menu .hidden-menu-items {
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid rgba(252, 252, 252, 0.12);
  padding: 2px;
  min-width: 136px;
  display: none;
  z-index: 1001;
}
.header-menu .hidden-menu-items::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  background: color(srgb 0.13 0.53 0.93 / 0.2);
  border-radius: 8px;
  position: absolute;
  z-index: -1;
}
.header-menu .hidden-menu:hover .hidden-menu-items {
  display: block;
}
.header-menu .hidden-menu-item {
  border-radius: 6px;
  padding: 5px 9px 8px;
}
.header-menu .hidden-menu-item:hover {
  background: rgba(252, 252, 252, 0.12);
}
.header-menu .hidden-menu-link {
  font-size: 14px;
  color: #FCFCFC;
  display: block;
}
.header-menu .menu-select {
  display: none;
}
.header-menu .burger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  padding: 13px 10px;
  box-shadow: 0 8px 24px 0 rgba(34, 136, 238, 0.36);
  background: #2288EE;
}
.header-menu .burger-line {
  height: 2px;
  width: 100%;
  background-color: #FCFCFC;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.header-menu .burger-menu.active .burger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.header-menu .burger-menu.active .burger-line:nth-child(2) {
  opacity: 0;
}
.header-menu .burger-menu.active .burger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.header-menu .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: white;
  padding: 80px 40px 40px;
  transition: right 0.4s ease;
  z-index: 1000;
  overflow-y: auto;
}
.header-menu .mobile-menu.active {
  right: 0;
}
.header-menu .mobile-nav-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 10px;
  list-style: none;
  margin-bottom: 40px;
  border-top: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.2) 50%, rgba(12, 12, 12, 0) 100%);
}
.header-menu .mobile-nav-link {
  text-decoration: none;
  color: #0C0C0C;
  font-size: 36px;
  display: block;
  padding: 20px 0;
}
.header-menu .mobile-auth-buttons {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1439.98px) {
  .header-menu__logo {
    max-width: 66px;
  }
  .header-menu .nav-link {
    font-size: 14px;
  }
  .header-menu .btn {
    font-size: 14px;
    min-width: 73px;
    min-height: 35px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-menu .nav-item:nth-child(n+7) {
    display: none;
  }
  .header-menu .nav-list {
    margin-right: 20px;
  }
  .header-menu .hidden-menu {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .header-menu .nav-menu {
    display: none;
  }
  .header-menu .auth-buttons {
    display: none;
  }
  .header-menu .menu-select {
    display: flex;
    gap: 5px;
  }
  .header-menu .burger-menu {
    display: flex;
  }
  .header-menu .mobile-btn {
    width: 100%;
    min-height: 59px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .header-menu.mobile-menu-open .container {
    padding: 0 20px;
  }
  .header-menu .mobile-menu {
    padding: 80px 20px 20px;
  }
  .header-menu .mobile-nav-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .header-menu .mobile-auth-buttons {
    flex-direction: column;
    gap: 8px;
  }
  .header-menu .mobile-nav-link {
    font-size: 24px;
    padding: 12px 0;
  }
}

.hero {
  background: url("./../../img/hero_bg_pc.jpg") center center/cover no-repeat;
}
.hero .container {
  padding-top: 128px;
  padding-bottom: 60px;
}
.hero__content {
  text-align: center;
  position: relative;
  padding: 28px;
  z-index: 1;
  max-width: 992px;
  margin: 0 auto;
}
.hero__content::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  border-radius: 16px;
  background: color(srgb 0.13 0.53 0.93 / 0.2);
  position: absolute;
  z-index: -1;
}
.hero__textTop {
  font-size: 24px;
  color: #FCFCFC;
  padding: 10px 16px 14px;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0.2) 50%, rgba(252, 252, 252, 0) 100%);
  display: inline-block;
  margin-bottom: 8px;
}
.hero__title {
  font-size: 72px;
  color: #FCFCFC;
  line-height: 100%;
  margin-bottom: 20px;
}
.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
  margin: 0 auto 20px;
}
.hero-points__item {
  padding: 12px 28px;
}
.hero-points__item:nth-child(1) {
  border-right: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0.2) 50%, rgba(252, 252, 252, 0) 100%);
}
.hero-points__item p {
  font-size: 19px;
  line-height: 120%;
  color: rgba(252, 252, 252, 0.6);
}
.hero-points__item p span {
  font-size: 24px;
  color: #FCFCFC;
  display: block;
  margin-bottom: 8px;
}
.hero-select {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.hero-select__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 172px;
  font-size: 19px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: center;
  min-height: 63px;
  padding: 18px 28px 22px;
  margin: 0;
  text-decoration: none;
  color: #2288EE;
  background: #FCFCFC;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 8px 24px 0 rgba(252, 252, 252, 0.36);
}
.hero-select__btn:hover, .hero-select__btn:focus {
  background: #217cd7;
  color: #FCFCFC;
  border: 1px solid transparent;
  box-shadow: none;
}
.hero-select__btn--transparent {
  color: #FCFCFC;
  border: 1px solid #FCFCFC;
  background: transparent;
  box-shadow: 0 8px 24px 0 rgba(34, 136, 238, 0.36);
}
@media screen and (max-width: 1439.98px) {
  .hero__textTop {
    font-size: 20px;
  }
  .hero__title {
    font-size: 60px;
  }
  .hero-points p {
    font-size: 16px;
  }
  .hero-points p span {
    font-size: 20px;
  }
  .hero-select__btn {
    min-height: 59px;
    font-size: 16px;
    padding: 17px 28px 21px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-points__item {
    padding: 12px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .hero__title {
    font-size: 29px;
    margin-bottom: 20px;
  }
  .hero__content {
    padding: 20px;
  }
  .hero-points {
    grid-template-columns: 1fr;
  }
  .hero-points__item {
    padding: 12px 0;
  }
  .hero-points__item:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0.2) 50%, rgba(252, 252, 252, 0) 100%);
  }
  .hero-select {
    flex-direction: column;
  }
}

.about .container {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.about__top {
  line-height: 120%;
  text-align: center;
  margin-bottom: 4px;
  padding: 10px 16px 14px;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.2) 50%, rgba(12, 12, 12, 0) 100%);
}
.about__title {
  font-size: 57px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 16px;
  line-height: 100%;
}
.about__title span {
  color: #2288EE;
}
.about__subtitle {
  line-height: 120%;
  color: color(srgb 0.05 0.05 0.05 / 0.6);
  margin-bottom: 36px;
}
.about__subtitle a {
  color: #2288EE;
}
.about__subtitle a:hover, .about__subtitle a:focus {
  filter: brightness(0.75);
}
.about-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.about-points__item {
  padding: 28px 0;
}
.about-points__item:nth-child(2) {
  position: relative;
}
.about-points__item:nth-child(2)::before, .about-points__item:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.2) 50%, rgba(12, 12, 12, 0) 100%);
}
.about-points__item:nth-child(2)::after {
  left: 0;
  border-left: none;
  border-right: 1px solid;
}
.about-points__item:nth-child(2)::before {
  right: 0;
}
.about-points__img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  margin: 0 auto 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: color(srgb 0.13 0.53 0.93 / 0.08);
}
.about-points__title {
  font-size: 28px;
  line-height: 100%;
}
.about-points__title span {
  color: #2288EE;
}
@media screen and (max-width: 1439.98px) {
  .about__top {
    font-size: 16px;
  }
  .about__title {
    font-size: 48px;
  }
  .about__subtitle {
    font-size: 16px;
  }
  .about-points__img {
    margin: 0 auto 36px;
  }
  .about-points__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991.98px) {
  .about-points__img {
    margin: 0 auto 28px;
  }
}
@media screen and (max-width: 767.98px) {
  .about-points {
    grid-template-columns: 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .about-points__img {
    margin: 0 auto 20px;
  }
  .about-points__item {
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
  }
  .about-points__item:nth-child(2) {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.2) 50%, rgba(12, 12, 12, 0) 100%);
  }
  .about-points__item:nth-child(2)::before, .about-points__item:nth-child(2)::after {
    display: none;
  }
}

.advantage {
  background: color(srgb 0.13 0.53 0.93 / 0.04);
}
.advantage .container {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.advantage__top {
  line-height: 120%;
  text-align: center;
  margin-bottom: 4px;
  padding: 10px 16px 14px;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.2) 50%, rgba(12, 12, 12, 0) 100%);
}
.advantage__title {
  font-size: 57px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
  line-height: 100%;
  padding: 0 10px;
}
.advantage__title span {
  color: #2288EE;
}
.advantage-points {
  container-type: inline-size;
  margin-bottom: 60px;
}
.advantage-points__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 28px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.2) 20%, rgba(12, 12, 12, 0) 100%);
}
.advantage-points__row--two {
  justify-content: center;
  grid-template-columns: repeat(2, minmax(0, 33.3333333333cqw));
  border: none;
}
.advantage-points__item {
  text-align: left;
}
.advantage-points__item img {
  margin-bottom: 20px;
}
.advantage-points__item h3 {
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 12px;
}
.advantage-points__item p {
  line-height: 120%;
  color: color(srgb 0.05 0.05 0.05 / 0.6);
}
.advantage .non-advantage {
  padding: 28px;
  background: url("./../../img/non-advantage_pc.jpg") top center/cover no-repeat;
  border-radius: 16px;
}
.advantage .non-advantage__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 360px) repeat(3, minmax(0, 1fr));
  padding: 28px;
  position: relative;
  z-index: 1;
}
.advantage .non-advantage__wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  border-radius: 16px;
  background: color(srgb 0.13 0.53 0.93 / 0.2);
  position: absolute;
  z-index: -1;
}
.advantage .non-advantage__item {
  padding: 0 16px;
  border-right: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0.2) 50%, rgba(252, 252, 252, 0) 100%);
}
.advantage .non-advantage__item:last-child {
  border-right: none;
}
.advantage .non-advantage__item h3 {
  font-size: 28px;
  line-height: 100%;
  color: #FCFCFC;
  margin-bottom: 12px;
}
.advantage .non-advantage__item p {
  line-height: 120%;
  color: rgba(252, 252, 252, 0.6);
}
.advantage .non-advantage__item-main {
  padding: 0;
}
.advantage .non-advantage__item-main h3 {
  font-size: 43px;
  text-align: left;
  line-height: 100%;
  margin-bottom: 29px;
}
.advantage .non-advantage__item-main p {
  font-size: 24px;
  text-align: left;
}
.advantage .non-advantage__img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  background: rgba(252, 252, 252, 0.2);
  border-radius: 12px;
}
@media screen and (max-width: 1439.98px) {
  .advantage__top {
    font-size: 16px;
  }
  .advantage__title {
    font-size: 48px;
  }
  .advantage-points__item h3 {
    font-size: 24px;
  }
  .advantage-points__item p {
    font-size: 16px;
  }
  .advantage .non-advantage__item h3 {
    font-size: 24px;
  }
  .advantage .non-advantage__item p {
    font-size: 16px;
  }
  .advantage .non-advantage__item-main h3 {
    font-size: 36px;
    margin-bottom: 39px;
  }
  .advantage .non-advantage__item-main p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .advantage-points__row--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .advantage .non-advantage__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 20px;
  }
  .advantage .non-advantage__item-main {
    grid-column: 1/span 3;
    border-right: none;
  }
  .advantage .non-advantage__item-main h3 {
    margin-bottom: 12px;
    text-align: center;
  }
  .advantage .non-advantage__item-main p {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .advantage-points__row {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0;
    border: none;
  }
  .advantage-points__row--two {
    grid-template-columns: 1fr;
  }
  .advantage-points__row--two .advantage-points__item:last-child {
    border-bottom: none;
  }
  .advantage-points__item {
    padding: 20px 0;
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.2) 20%, rgba(12, 12, 12, 0) 100%);
  }
  .advantage .non-advantage {
    background: url("./../../img/non-advantage_tablet.jpg") top center/cover no-repeat;
  }
  .advantage .non-advantage__wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 0;
  }
  .advantage .non-advantage__item {
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0.2) 50%, rgba(252, 252, 252, 0) 100%);
  }
  .advantage .non-advantage__item-main {
    padding: 0;
    grid-column: unset;
    border-bottom: none;
    margin-bottom: 20px;
  }
  .advantage .non-advantage__item:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 575.98px) {
  .advantage .non-advantage {
    padding: 0;
  }
  .advantage .non-advantage__wrapper {
    padding: 28px 25px;
  }
  .advantage .non-advantage__item-main h3 {
    font-size: 32px;
  }
}

.team {
  padding: 80px 0;
  position: relative;
  text-align: center;
}
.team__top {
  line-height: 120%;
  text-align: center;
  margin-bottom: 4px;
  padding: 10px 16px 14px;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.2) 50%, rgba(12, 12, 12, 0) 100%);
}
.team__title {
  font-size: 57px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 16px;
  line-height: 100%;
  padding: 0 10px;
}
.team__title span {
  color: #2288EE;
}
.team-slider {
  max-width: 1360px;
}
.team__slider-buttons {
  position: relative;
  margin-bottom: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.team__slider-buttons .swiper-button-prev,
.team__slider-buttons .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  padding: 0;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  position: relative;
  background: color(srgb 0.13 0.53 0.93 / 0.08);
  margin: 0;
}
.team__slider-buttons .swiper-button-prev svg,
.team__slider-buttons .swiper-button-next svg {
  display: none;
}
.team__slider-buttons .swiper-button-prev::after,
.team__slider-buttons .swiper-button-next::after {
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  transform: translate(50%, 50%);
  background: url("../../img/arrow-narrow-left.svg") no-repeat center center;
  position: absolute;
}
.team__slider-buttons .swiper-button-prev:hover, .team__slider-buttons .swiper-button-prev:focus,
.team__slider-buttons .swiper-button-next:hover,
.team__slider-buttons .swiper-button-next:focus {
  background: #217cd7;
}
.team__slider-buttons .swiper-button-prev:hover::after, .team__slider-buttons .swiper-button-prev:focus::after,
.team__slider-buttons .swiper-button-next:hover::after,
.team__slider-buttons .swiper-button-next:focus::after {
  filter: brightness(10) saturate(0);
}
.team__slider-buttons .swiper-button-next::after {
  transform: translate(50%, 50%) rotate(180deg);
}
.team .team-slider__card {
  height: 100%;
}
.team .team-slider__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  gap: 12px;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.2) 50%, rgba(12, 12, 12, 0) 100%);
}
.team .team-slider__img {
  width: 100%;
  min-width: 36px;
  height: 325px;
  border-radius: 16px;
  overflow: hidden;
}
.team .team-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.team .team-slider__content h3 {
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 12px;
}
.team .team-slider__content p {
  font-size: 19px;
  line-height: 120%;
  color: color(srgb 0.05 0.05 0.05 / 0.6);
  text-align: center;
}
.team .swiper-pagination {
  top: 0;
  bottom: 0;
  position: relative;
  margin-top: 35px;
}
@media screen and (max-width: 1439.98px) {
  .team-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team__top {
    font-size: 16px;
  }
  .team__title {
    font-size: 48px;
  }
  .team .team-slider__title {
    font-size: 20px;
  }
  .team .team-slider__content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .team .team-slider__card {
    border-right: none;
  }
}

.partners {
  padding: 40px 0;
  background: url("./../../img/partners_bg.jpg") top center/cover no-repeat;
}
.partners__wrapper {
  position: relative;
  padding: 36px 0;
  z-index: 1;
}
.partners__wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  border-radius: 16px;
  background: color(srgb 0.13 0.53 0.93 / 0.2);
  position: absolute;
  z-index: -1;
}
.partners__title {
  font-size: 57px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 36px;
  line-height: 100%;
  padding: 0 10px;
  color: #FCFCFC;
}
.partners-slider {
  padding: 48px 0;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0.2) 50%, rgba(252, 252, 252, 0) 100%);
}
.partners-slider__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.partners-slider__item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.partners-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.partners-slider--top {
  border-top: 1px solid;
}
@media screen and (max-width: 1439.98px) {
  .partners__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 575.98px) {
  .partners-slider {
    padding: 20px 0;
  }
  .partners .swiper-autoheight,
  .partners .swiper-autoheight .swiper-slide {
    height: 100% !important;
  }
}

.reviews {
  padding: 80px 0;
  position: relative;
  text-align: center;
}
.reviews__top {
  line-height: 120%;
  text-align: center;
  margin-bottom: 4px;
  padding: 10px 16px 14px;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.2) 50%, rgba(12, 12, 12, 0) 100%);
}
.reviews__title {
  font-size: 57px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 16px;
  line-height: 100%;
  padding: 0 10px;
}
.reviews__title span {
  color: #2288EE;
}
.reviews-slider {
  max-width: 1360px;
}
.reviews__slider-buttons {
  position: relative;
  margin-bottom: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.reviews__slider-buttons .swiper-button-prev,
.reviews__slider-buttons .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  padding: 0;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  position: relative;
  background: color(srgb 0.13 0.53 0.93 / 0.08);
  margin: 0;
}
.reviews__slider-buttons .swiper-button-prev svg,
.reviews__slider-buttons .swiper-button-next svg {
  display: none;
}
.reviews__slider-buttons .swiper-button-prev::after,
.reviews__slider-buttons .swiper-button-next::after {
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  transform: translate(50%, 50%);
  background: url("../../img/arrow-narrow-left.svg") no-repeat center center;
  position: absolute;
}
.reviews__slider-buttons .swiper-button-prev:hover, .reviews__slider-buttons .swiper-button-prev:focus,
.reviews__slider-buttons .swiper-button-next:hover,
.reviews__slider-buttons .swiper-button-next:focus {
  background: #217cd7;
}
.reviews__slider-buttons .swiper-button-prev:hover::after, .reviews__slider-buttons .swiper-button-prev:focus::after,
.reviews__slider-buttons .swiper-button-next:hover::after,
.reviews__slider-buttons .swiper-button-next:focus::after {
  filter: brightness(10) saturate(0);
}
.reviews__slider-buttons .swiper-button-next::after {
  transform: translate(50%, 50%) rotate(180deg);
}
.reviews .reviews-slider__card {
  height: 100%;
  padding: 28px;
  border-right: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.2) 50%, rgba(12, 12, 12, 0) 100%);
}
.reviews .reviews-slider__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  gap: 12px;
}
.reviews .reviews-slider__img {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews .reviews-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reviews .reviews-slider__title {
  font-size: 24px;
}
.reviews .reviews-slider__content p {
  font-size: 19px;
  line-height: 120%;
  color: color(srgb 0.05 0.05 0.05 / 0.6);
  text-align: left;
  margin-bottom: 20px;
}
.reviews .reviews-slider__content p:last-child {
  margin-bottom: 0;
}
.reviews .swiper-pagination {
  top: 0;
  bottom: 0;
  position: relative;
  margin-top: 35px;
}
@media screen and (max-width: 1439.98px) {
  .reviews__top {
    font-size: 16px;
  }
  .reviews__title {
    font-size: 48px;
  }
  .reviews__subtitle {
    font-size: 16px;
  }
  .reviews .reviews-slider__title {
    font-size: 20px;
  }
  .reviews .reviews-slider__content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .reviews .reviews-slider__card {
    border-right: none;
  }
}

.relations .container {
  max-width: 1460px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.relations .information {
  padding: 80px 40px;
  background: color(srgb 0.13 0.53 0.93 / 0.04);
}
.relations .information__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 36px;
  padding: 28px;
}
.relations .information__left {
  margin-top: 45px;
  width: 140px;
  min-width: 140px;
  height: 140px;
  border-radius: 16px;
  overflow: hidden;
}
.relations .information img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.relations .information .information-about__top {
  padding: 10px 16px 14px 0px;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.2) 50%, rgba(12, 12, 12, 0) 100%);
  display: inline-block;
  margin-bottom: 4px;
}
.relations .information .information-about__title {
  font-size: 43px;
  line-height: 100%;
  margin-bottom: 16px;
}
.relations .information .information-about__title span {
  color: #2288EE;
}
.relations .information .information-about__subtitle {
  line-height: 120%;
}
.relations .information .information-about__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 146px;
  font-size: 19px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: center;
  min-height: 63px;
  padding: 18px 28px 22px;
  margin: 0;
  margin-top: 36px;
  text-decoration: none;
  color: #FCFCFC;
  background: #2288EE;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 8px 24px 0 rgba(34, 136, 238, 0.36);
}
.relations .information .information-about__link:hover, .relations .information .information-about__link:focus {
  background: none;
  color: #0C0C0C;
  border: 1px solid #2288EE;
}
.relations .advertisers {
  background: url("./../../img/advertisers_bg.jpg") top center/cover no-repeat;
}
.relations .advertisers .information__content {
  position: relative;
  z-index: 1;
}
.relations .advertisers .information__content::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  border-radius: 16px;
  background: color(srgb 0.13 0.53 0.93 / 0.2);
  position: absolute;
  z-index: -1;
}
.relations .advertisers .information-about__top {
  color: #FCFCFC;
  border-image-source: linear-gradient(270deg, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0.2) 50%, rgba(252, 252, 252, 0) 100%);
}
.relations .advertisers .information-about__title {
  color: #FCFCFC;
}
.relations .advertisers .information-about__title span {
  color: #0C0C0C;
}
.relations .advertisers .information-about__subtitle {
  color: #FCFCFC;
}
.relations .advertisers .information-about__link {
  color: #2288EE;
  background: #FCFCFC;
}
.relations .advertisers .information-about__link:hover, .relations .advertisers .information-about__link:focus {
  background: #217cd7;
  color: #FCFCFC;
  border: 1px solid transparent;
  box-shadow: none;
}
@media screen and (max-width: 1439.98px) {
  .relations .information__content {
    gap: 28px;
  }
  .relations .information__left {
    margin-top: 53px;
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
  .relations .information .information-about__top {
    font-size: 16px;
  }
  .relations .information .information-about__title {
    font-size: 36px;
  }
  .relations .information .information-about__subtitle {
    font-size: 16px;
  }
  .relations .information .information-about__link {
    min-width: 131px;
    font-size: 16px;
    min-height: 59px;
  }
}
@media screen and (max-width: 1199.98px) {
  .relations .information__content {
    flex-direction: column;
  }
  .relations .information__left {
    margin-top: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .relations .container {
    grid-template-columns: 1fr;
  }
  .relations .information {
    padding: 40px 40px;
  }
  .relations .information__content {
    flex-direction: row;
    max-width: 600px;
    margin: 0 auto;
  }
  .relations .information__left {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767.98px) {
  .relations .information {
    padding: 40px 20px;
  }
  .relations .information__content {
    flex-direction: row;
    max-width: 600px;
    margin: 0 auto;
  }
  .relations .information__left {
    margin-top: 53px;
  }
}
@media screen and (max-width: 575.98px) {
  .relations .information__content {
    flex-direction: column;
  }
  .relations .information__left {
    margin-top: 0;
  }
}

.footer {
  background: color(srgb 0.13 0.53 0.93 / 0.04);
}
.footer .container {
  padding-top: 80px;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.footer__left {
  display: flex;
  flex-direction: column;
}
.footer__left .footer__content {
  margin-top: auto;
}
.footer-all-project {
  height: 100%;
  margin-bottom: 15px;
}
.footer-all-project__title {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 12px;
  color: color(srgb 0.05 0.05 0.05 / 0.6);
}
.footer-all-project__items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36px;
}
.footer-all-project__items a {
  text-decoration: none;
}
.footer-all-project__items a:hover, .footer-all-project__items a:focus {
  opacity: 0.5;
}
.footer__copyright {
  font-size: 16px;
  line-height: 120%;
  color: color(srgb 0.05 0.05 0.05 / 0.6);
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin-bottom: 12px;
}
.footer-social a {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: color(srgb 0.13 0.53 0.93 / 0.08);
  text-decoration: none;
}
.footer-social a:hover, .footer-social a:focus {
  background: #217cd7;
}
.footer-social a:hover img, .footer-social a:focus img {
  filter: brightness(10) hue-rotate(175deg) saturate(0.1);
}
.footer__right .footer__content {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.footer-links-site {
  flex-basis: 325px;
}
.footer-links-site__title {
  font-size: 16px;
  line-height: 120%;
  color: color(srgb 0.05 0.05 0.05 / 0.6);
  margin-bottom: 20px;
}
.footer-links-site__all {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links-site__all a {
  font-size: 16px;
  line-height: 1;
  color: #0C0C0C;
}
.footer-links-site__all a:hover, .footer-links-site__all a:focus {
  color: #2288EE;
}
.footer-contacts__item {
  margin-bottom: 12px;
}
.footer-contacts__title {
  font-size: 16px;
  line-height: 120%;
  color: color(srgb 0.05 0.05 0.05 / 0.6);
  margin-bottom: 20px;
}
.footer-contacts__text {
  font-size: 16px;
  line-height: 120%;
  color: color(srgb 0.05 0.05 0.05 / 0.6);
  margin-bottom: 4px;
}
.footer-contacts a {
  font-size: 16px;
  line-height: 1;
  color: #0C0C0C;
}
.footer-contacts a:hover, .footer-contacts a:focus {
  color: #2288EE;
}
@media screen and (max-width: 1439.98px) {
  .footer-all-project__title {
    font-size: 14px;
  }
  .footer__copyright {
    font-size: 14px;
  }
  .footer-links-site {
    flex-basis: 255px;
  }
  .footer-links-site__title {
    font-size: 14px;
  }
  .footer-links-site__all a {
    font-size: 14px;
  }
  .footer-contacts__title {
    font-size: 14px;
  }
  .footer-contacts__text {
    font-size: 14px;
  }
  .footer-contacts a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199.98px) {
  .footer-links-site {
    flex-basis: 213px;
  }
}
@media screen and (max-width: 991.98px) {
  .footer__right .footer__content {
    justify-content: space-between;
  }
  .footer-links-site {
    flex-basis: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .footer .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .footer__right .footer__content {
    justify-content: flex-start;
  }
  .footer-links-site {
    flex-basis: 258px;
  }
  .footer-all-project {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .footer__right .footer__content {
    justify-content: space-between;
  }
  .footer-links-site {
    flex-basis: auto;
  }
}/*# sourceMappingURL=style.css.map */