@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Inter:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: rgb(239, 241, 255);
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1156px;
  padding: 0 20px;
  margin: 0 auto;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
}

.header-content {
  position: absolute;
  top: -250px;
  left: calc(50% - 204px);
  width: 408px;
  height: 408px;
  padding-top: 256px;
  background: rgb(234, 237, 255);
  border-radius: 50%;
  text-align: center;
  border: 22px solid rgb(239, 242, 255);
}
@media (max-width: 768px) {
  .header-content {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    border: none;
    border-radius: 0;
    padding-top: 0;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header-content .logo {
  display: block;
  color: rgb(31, 31, 31);
  font-family: "Noto Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: 2%;
  text-transform: uppercase;
}
.header-content .logo small {
  display: block;
  color: rgba(99, 99, 99, 0.67);
  font-family: "Inter";
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0%;
  text-align: center;
}

h1, h2 {
  font-family: "Commissioner", sans-serif;
}

.about-section {
  overflow: hidden;
  padding: 70px 0;
  background: rgb(32, 26, 102);
}
@media (max-width: 768px) {
  .about-section {
    padding: 15px 0;
  }
  .about-section h2 {
    text-align: left;
  }
}
.about-section__content {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .about-section__content {
    padding-bottom: 175px;
  }
}
.about-section__content p {
  color: rgb(168, 171, 184);
  font-family: "Commissioner";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2%;
  text-align: left;
  margin-bottom: 20px;
  max-width: 630px;
  position: relative;
  z-index: 9;
}
@media (max-width: 992px) {
  .about-section__content p {
    max-width: 100%;
  }
}
.about-section__img {
  position: absolute;
  right: 0;
  bottom: -130px;
}
@media (max-width: 992px) {
  .about-section__img {
    right: auto;
    left: 0;
    bottom: -50px;
  }
}
.about-section__img img {
  width: 355px;
}
@media (max-width: 992px) {
  .about-section__img img {
    width: 280px;
  }
}

h2 {
  color: rgb(50, 59, 106);
  font-size: 42px;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 2%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  h2 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  h2 {
    text-align: center;
  }
}
h2 small {
  display: block;
  color: rgb(86, 93, 119);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  padding-top: 0px;
}
h2.white {
  color: rgb(255, 255, 255);
}
h2.center {
  text-align: center;
}

footer {
  background: rgb(22, 18, 77);
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 65px;
  }
}

.footer-nav {
  border-bottom: 1px solid rgb(48, 66, 90);
  padding: 20px 0;
}
@media (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav ul {
  display: flex;
  justify-content: space-between;
}
.footer-nav ul li {
  width: calc(25% - 6px);
}
.footer-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 48px;
  border: 1px solid rgb(86, 77, 136);
  border-radius: 10px;
  background: rgb(29, 24, 92);
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 4%;
  text-align: left;
  text-transform: uppercase;
  transition: 0.5s;
}
.footer-nav ul li a:hover {
  background-color: rgb(86, 77, 136);
}

.footer-bottom {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .footer-bottom {
    padding: 35px 0;
  }
}

.logo-footer {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 2%;
  text-transform: uppercase;
  font-family: "Noto Sans";
  display: block;
}
@media (max-width: 768px) {
  .logo-footer {
    text-align: center;
  }
}
.logo-footer small {
  font-family: "Inter";
  display: block;
  color: rgb(159, 165, 176);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0%;
  text-transform: none;
}

.company-section {
  padding: 40px 0;
  background: #e3edfb;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .company-section {
    padding: 30px 0;
  }
}

.company-swiper {
  overflow: visible;
}
.company-swiper .swiper-wrapper {
  padding-bottom: 45px;
}
.company-swiper .swiper-slide {
  width: 220px;
}

.other-swiper {
  padding: 20px 12px;
  width: calc(100% + 24px);
  margin: 0 -12px;
}
@media (max-width: 768px) {
  .other-swiper {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 566px) {
  .other-swiper .swiper-slide {
    width: 280px;
  }
}

.other-slider {
  position: relative;
}
.other-slider .swiper-button-next {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 34px 0px rgba(18, 63, 129, 0.25);
  padding-left: 5px;
  transition: 0.5s;
  right: -22px;
}
@media (max-width: 768px) {
  .other-slider .swiper-button-next {
    display: none;
  }
}
.other-slider .swiper-button-next:after {
  display: none;
}
.other-slider .swiper-button-next:hover {
  background: rgb(87, 133, 221);
  box-shadow: 0px 2px 14px 0px rgba(18, 63, 129, 0.25);
}
.other-slider .swiper-button-next:hover svg {
  color: #fff;
}
.other-slider .swiper-button-next svg {
  width: 15px;
  height: 20px;
  transition: 0.5s;
  color: rgb(87, 133, 221);
}

.swiper-scrollbar-drag {
  background: rgb(213, 71, 185);
  height: 5px;
  top: -2px;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 1px;
  background: rgb(203, 218, 238);
}

.company-item {
  width: 100%;
  border-radius: 10px;
  padding: 36px;
  background: rgb(255, 255, 255);
  color: rgb(25, 24, 33);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 3%;
  text-align: left;
}

.swiper-scrollbar {
  opacity: 1 !important;
}

.other-offers-section {
  padding: 110px 0 110px 0;
}
@media (max-width: 768px) {
  .other-offers-section {
    padding: 30px 0 10px 0;
  }
}

.offer-item {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 14px 0px rgba(53, 92, 151, 0.15);
  background: rgb(255, 255, 255);
}
.offer-item__card {
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
}
.offer-item__card:before {
  content: "";
  width: calc(100% - 54px);
  position: absolute;
  left: 27px;
  bottom: -10px;
  height: 20px;
  filter: blur(14px);
  background: radial-gradient(50% 50% at 50% 50%, rgb(13, 24, 127), rgba(255, 255, 255, 0) 100%);
}
.offer-item__card img {
  margin-bottom: -25px;
  width: 210px;
}
.offer-item__content {
  border-top: 1px solid rgb(219, 223, 233);
  padding-top: 28px;
  padding-bottom: 20px;
}
.offer-item__title {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 16px;
}
.offer-item__free {
  display: block;
  color: rgb(191, 120, 90);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2%;
  text-align: center;
  margin-bottom: 2px;
}
.offer-item__cashback {
  display: block;
  color: rgb(55, 159, 146);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2%;
  text-align: center;
  margin-bottom: 2px;
}
.offer-item__procent {
  display: block;
  color: rgb(62, 112, 209);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2%;
  text-align: center;
}
.offer-item__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 18px;
}
.offer-item__data-item {
  width: calc(50% - 2px);
  margin-bottom: 4px;
  border-radius: 10px;
  background: rgb(240, 243, 247);
  padding: 5px 10px;
  color: rgb(37, 38, 42);
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2%;
  text-align: left;
}
.offer-item__data-item span {
  display: block;
  color: rgb(86, 93, 119);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
  letter-spacing: 2%;
}
.offer-item__btn {
  padding: 0 16px 20px 16px;
}

.btn {
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px rgba(198, 48, 93, 0.43);
  background: linear-gradient(90deg, rgb(255, 74, 139), rgb(186, 70, 214) 100%);
  background-position: 0 0;
  background-size: 200% 200%;
  height: 46px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  transition: all 0.5s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 32px;
}
.btn--inline {
  width: auto;
}
.btn:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0);
  background-position: 100% 0;
}
.btn .icon {
  margin-left: 8px;
}
.btn .icon img {
  display: block;
  width: 5px;
}

.free-card-section {
  width: calc(100% - 60px);
  margin: 0 auto;
  border-radius: 30px;
  background: linear-gradient(90deg, rgb(114, 59, 204), rgb(17, 42, 131) 100%);
  height: 415px;
  padding-left: 200px;
  padding-right: 90px;
}
@media (max-width: 1280px) {
  .free-card-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .free-card-section {
    width: calc(100% + 40px);
    margin: 0 -20px;
    overflow: hidden;
    padding: 30px 20px 0px 20px;
    border-radius: 0;
    height: auto;
  }
}
@media (max-width: 768px) {
  .free-card-section {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.free-card-section .swiper-slide {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease; /* Скорость плавности анимации */
}
.free-card-section .swiper-slide.swiper-slide-next,
.free-card-section .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.free-card-section .swiper-button-prev2 {
  position: absolute;
  transform: rotate(-180deg);
  cursor: pointer;
  z-index: 99;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 34px 0px rgba(18, 63, 129, 0.25);
  padding-left: 5px;
  transition: 0.5s;
  right: 520px;
  bottom: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: auto;
}
.free-card-section .swiper-button-prev2:after {
  display: none;
}
@media (max-width: 992px) {
  .free-card-section .swiper-button-prev2 {
    right: 255px;
    bottom: 70px;
    top: auto;
  }
}
.free-card-section .swiper-button-prev2:hover {
  background: rgb(87, 133, 221);
  box-shadow: 0px 2px 14px 0px rgba(18, 63, 129, 0.25);
}
.free-card-section .swiper-button-prev2:hover svg {
  color: #fff;
}
.free-card-section .swiper-button-prev2 svg {
  width: 15px;
  height: 20px;
  transition: 0.5s;
  color: rgb(87, 133, 221);
}
.free-card-section .swiper-button-next2 {
  position: absolute;
  z-index: 99;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 34px 0px rgba(18, 63, 129, 0.25);
  padding-left: 5px;
  transition: 0.5s;
  right: 35px;
  bottom: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free-card-section .swiper-button-next2:after {
  display: none;
}
@media (max-width: 992px) {
  .free-card-section .swiper-button-next2 {
    right: 12px;
    bottom: 70px;
    top: auto;
  }
}
.free-card-section .swiper-button-next2:hover {
  background: rgb(87, 133, 221);
  box-shadow: 0px 2px 14px 0px rgba(18, 63, 129, 0.25);
}
.free-card-section .swiper-button-next2:hover svg {
  color: #fff;
}
.free-card-section .swiper-button-next2 svg {
  width: 15px;
  height: 20px;
  transition: 0.5s;
  color: rgb(87, 133, 221);
}
.free-card-section .free-swiper {
  padding: 90px 0;
  top: -90px;
}
@media (max-width: 992px) {
  .free-card-section .free-swiper {
    padding: 0 0 180px 0;
    top: 0;
  }
}

.free-card {
  display: flex;
  align-items: center;
  height: 415px;
}
@media (max-width: 992px) {
  .free-card {
    height: auto;
    align-items: flex-start;
  }
}
@media (max-width: 1280px) {
  .free-card__content {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .free-card__content {
    padding-bottom: 80px;
    padding-left: 20px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .free-card__content {
    padding: 30px 20px;
  }
}
.free-card__title {
  display: block;
  color: rgb(255, 255, 255);
  font-family: "Commissioner";
  font-size: 42px;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 2%;
  margin-bottom: 30px;
  padding-right: 550px;
}
@media (max-width: 992px) {
  .free-card__title {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 20px;
    padding-right: 20px;
  }
}
.free-card ul {
  margin-bottom: 30px;
}
.free-card ul li {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 2%;
  padding-left: 20px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .free-card ul li {
    font-size: 14px;
  }
}
.free-card ul li:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/marker-star.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
.free-card__image {
  position: absolute;
  right: 60px;
  width: 478px;
  height: 478px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(11.19deg);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
}
@media (max-width: 992px) {
  .free-card__image {
    width: 248px;
    height: 248px;
    right: 30px;
    bottom: -220px;
    top: auto;
    box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.1);
  }
}
.free-card__image img {
  display: block;
  width: 300px;
}
@media (max-width: 992px) {
  .free-card__image img {
    width: 160px;
  }
}

.btn-empty {
  height: 42px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
  font-family: "Inter";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 22px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 2%;
  text-align: left;
  text-transform: uppercase;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .btn-empty {
    width: 100%;
  }
}
.btn-empty:hover {
  background: rgba(255, 255, 255, 0.1);
}
.btn-empty .icon {
  display: block;
  margin-left: 8px;
}
.btn-empty .icon img {
  width: 5px;
  display: block;
}

.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.benefits-section {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .benefits-section {
    margin-bottom: 20px;
  }
}

.benefits {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .benefits {
    padding: 0 20px;
  }
}

.benefits-item {
  position: relative;
  width: calc(25% - 6px);
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 100px 15px 30px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .benefits-item {
    width: calc(50% - 4px);
    margin-bottom: 8px;
    height: 175px;
  }
}
@media (max-width: 680px) {
  .benefits-item {
    width: 100%;
  }
}
.benefits-item--blue {
  background: rgb(218, 237, 255);
}
.benefits-item--purple {
  background: rgb(229, 218, 250);
}
.benefits-item--yellow {
  background: rgb(250, 250, 218);
}
.benefits-item--green {
  background: rgb(218, 250, 222);
}
.benefits-item__title {
  display: block;
  color: rgb(44, 49, 60);
  font-family: "Commissioner";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 6%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 16px;
  min-height: 48px;
}
@media (max-width: 992px) {
  .benefits-item__title {
    font-size: 16px;
    min-height: 40px;
    line-height: 20px;
  }
}
@media (max-width: 680px) {
  .benefits-item__title {
    font-size: 16px;
    min-height: auto;
  }
}
.benefits-item__img {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
@media (max-width: 680px) {
  .benefits-item__img {
    transform: scale(0.8);
    bottom: -30px;
    right: -30px;
  }
}
.benefits-item p {
  max-width: 200px;
  color: rgb(86, 93, 119);
  font-family: "Commissioner";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2%;
}
@media (max-width: 992px) {
  .benefits-item p {
    font-size: 14px;
  }
}

.tabs-sticky {
  z-index: 101;
}
.tabs-sticky.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  transition: 2s;
  padding: 20px 20px 0 20px;
}
.tabs-sticky.sticky .tabs {
  max-width: 1116px;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
}
.tabs {
  padding: 0px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 80px;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.19);
  display: flex;
  position: relative;
  z-index: 1;
  height: 50px;
  z-index: 101;
}
@media (max-width: 768px) {
  .tabs {
    height: 65px;
    background: #fff;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .tabs--desktop {
    display: none;
  }
}
.tabs--mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .tabs--mobile {
    display: block;
  }
}
.tabs--mobile ul {
  position: absolute;
  bottom: calc(100% + 10px);
  width: calc(100% - 28px);
  left: 14px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.08);
  display: none;
  overflow: hidden;
}
.tabs--mobile ul.active {
  display: block;
}
.tabs__swap .tabs__span {
  height: 65px !important;
}
.tabs__swap .tabs__arrow {
  position: relative;
  top: -1px;
  display: block;
}
.tabs__arrow {
  margin-left: 10px;
  display: none;
}
.tabs__arrow img {
  width: 10px;
}
.tabs a, .tabs__span {
  width: 25%;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 51px;
  color: rgba(33, 40, 62, 0.59);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 4%;
  position: relative;
  z-index: 2;
  transition-duration: 0.6s;
  height: 50px;
  transition: 0.5s;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .tabs a, .tabs__span {
    width: 100%;
    border-radius: 0;
  }
}
.tabs a .icon, .tabs__span .icon {
  text-transform: uppercase;
  display: block;
  max-height: 13px;
  margin-right: 15px;
  position: relative;
  top: -1px;
}
.tabs a .icon svg, .tabs__span .icon svg {
  color: rgb(33, 40, 62);
  opacity: 0.46;
  transition: 0.5s;
}
.tabs a.active, .tabs__span.active {
  color: rgb(44, 49, 60);
}
.tabs a.active .icon svg, .tabs__span.active .icon svg {
  color: rgb(245, 73, 151);
  opacity: 1;
}
@media (max-width: 768px) {
  .tabs a.active {
    background: rgb(235, 239, 255);
  }
}
.tabs .selector {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0px 4px 34px 0px rgba(197, 209, 234, 0.35);
  background: rgb(255, 255, 255);
}

.tab-body {
  padding-top: 60px;
}
.tab-body.sticky-content {
  padding-top: 110px;
}
@media (max-width: 768px) {
  .tab-body.sticky-content {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .tab-body {
    padding-top: 0;
  }
}
.tab-body .tab-item {
  display: none;
}
.tab-body .tab-item.tab-active {
  display: block !important;
  opacity: 1 !important;
}
.tab-body .tab-item.active {
  display: block !important;
  opacity: 1 !important;
}

.tab-head {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .tab-head {
    margin-bottom: 30px;
  }
}
.tab-head h2 {
  margin-bottom: 0;
}

.all-cards-section {
  margin-bottom: 110px;
  padding-top: 60px;
  background: rgb(239, 241, 255);
}
@media (max-width: 768px) {
  .all-cards-section {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}

.card-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 84px 0 96px 0;
  border-bottom: 1px solid rgb(203, 208, 234);
}
.card-item.show .card-item__left {
  right: 0;
  opacity: 1;
}
.card-item.show .card-item__right {
  left: 0;
  opacity: 1;
}
.card-item:first-child {
  padding-top: 0;
}
@media (max-width: 768px) {
  .card-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 0;
  }
}
.card-item__left {
  width: 220px;
  min-width: 220px;
  position: relative;
}
@media (min-width: 993px) {
  .card-item__left {
    right: -225px;
    transition: 0.5s;
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .card-item__left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .card-item__left {
    order: 2;
  }
}
@media (max-width: 992px) {
  .card-item__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
}
.card-item__list li {
  position: relative;
  border-bottom: 1px solid rgba(163, 180, 224, 0.5);
  padding: 8px 0;
}
@media (max-width: 992px) {
  .card-item__list li {
    border: 0;
    width: calc(25% - 6px);
    margin-bottom: 8px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 4px;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.19);
    padding: 35px 3px 3px 3px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .card-item__list li {
    width: calc(50% - 4px);
  }
}
.card-item__list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(163, 180, 224, 0.5);
  position: absolute;
  left: -3px;
  bottom: -3px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .card-item__list li:before {
    display: none;
  }
}
.card-item__list li:last-child {
  border-bottom: 0;
}
.card-item__list li:last-child:before {
  display: none;
}
.card-item__list li strong {
  color: rgb(21, 24, 40);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2%;
  padding-left: 22px;
  display: block;
}
@media (min-width: 993px) {
  .card-item__list li strong {
    position: relative;
  }
}
@media (max-width: 992px) {
  .card-item__list li strong {
    padding-left: 0;
  }
}
.card-item__list li strong:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/check-icon.png);
  background-size: 13px auto;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 992px) {
  .card-item__list li strong:before {
    top: 10px;
    left: calc(50% - 7px);
  }
}
.card-item__list-title {
  color: rgb(89, 103, 174);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2%;
  display: block;
}
.card-item__main {
  width: 350px;
  min-width: 350px;
}
@media (max-width: 768px) {
  .card-item__main {
    order: -2;
    padding-bottom: 55px;
    width: 245px;
    min-width: 245px;
  }
}
.card-item__main-card {
  position: relative;
  z-index: 9;
}
.card-item__main-card:before {
  content: "";
  width: 420px;
  height: 50px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(41, 19, 76, 0.37), rgba(61, 32, 109, 0.13) 44.5%, rgba(101, 49, 185, 0) 100%);
  position: absolute;
  left: -35px;
  bottom: -50px;
}
@media (max-width: 768px) {
  .card-item__main-card:before {
    width: 100%;
    left: 0;
    height: 35px;
    bottom: -30px;
  }
}
.card-item__main-card img {
  width: 100%;
}
.card-item__right {
  position: relative;
  width: calc(100% - 570px);
  padding-left: 70px;
}
@media (min-width: 993px) {
  .card-item__right {
    opacity: 0;
    left: -300px;
    z-index: 1;
    transition: 1s;
  }
}
@media (max-width: 992px) {
  .card-item__right {
    width: calc(100% - 350px);
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .card-item__right {
    order: 0;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.card-item__right-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .card-item__right-top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.card-item__right-cashback {
  border: 1px solid rgb(133, 255, 102);
  border-radius: 7px;
  background: rgb(75, 168, 90);
  padding: 2px 7px;
  color: rgb(133, 255, 102);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2%;
  margin: 0 4px 4px 0;
}
.card-item__right-service {
  border: 1px solid rgb(255, 203, 141);
  border-radius: 7px;
  background: rgb(235, 85, 37);
  padding: 2px 7px;
  color: rgb(255, 203, 141);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2%;
  margin: 0 4px 4px 0;
}
.card-item__main-title {
  color: rgb(21, 24, 40);
  font-family: "Commissioner";
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 2%;
  display: block;
  margin-bottom: 20px;
}
.card-item p {
  color: rgb(21, 24, 40);
  font-family: "Commissioner";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .card-item__btn--desktop {
    display: none;
  }
}
.card-item__btn--mobile {
  display: none;
  order: 3;
}
@media (max-width: 768px) {
  .card-item__btn--mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .card-item__btn--mobile .btn {
    width: 100%;
  }
}

.main-section {
  width: 100%;
  position: relative;
  background: #fff url(../img/main-bg.jpg) 50% 100% repeat-x;
}
.main-section:before {
  content: "";
  width: 100%;
  height: 170px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(239, 241, 255);
  z-index: 0;
  display: none;
}
@media (max-width: 768px) {
  .main-section:before {
    display: block;
  }
}
@media (max-width: 768px) {
  .main-section {
    background-position: 50% 70%;
  }
}

.main-swiper {
  padding-top: 180px;
}
@media (max-width: 992px) {
  .main-swiper {
    padding-top: 100px;
  }
}
.main-swiper .swiper-slide.swiper-slide-fully-visible .main-card__title {
  opacity: 1;
}
.main-swiper .swiper-slide.swiper-slide-fully-visible .main-card__top {
  opacity: 1;
}
.main-swiper .swiper-slide.swiper-slide-fully-visible .main-card__btn {
  opacity: 1;
}
@media (min-width: 993px) {
  .main-swiper .swiper-slide.swiper-slide-fully-visible .main-card__content-left {
    left: -185px;
  }
}
@media (min-width: 993px) {
  .main-swiper .swiper-slide.swiper-slide-fully-visible .main-card__content-right {
    right: -185px;
  }
}
.main-swiper .swiper-slide.swiper-slide-fully-visible .main-card-info-item {
  opacity: 1;
}
.main-swiper .swiper-button-prev3 {
  position: absolute;
  transform: rotate(-180deg);
  cursor: pointer;
  z-index: 99;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 34px 0px rgba(18, 63, 129, 0.25);
  padding-left: 5px;
  transition: 0.5s;
  left: 45px;
  top: calc(50% - 22px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-swiper .swiper-button-prev3:after {
  display: none;
}
@media (max-width: 992px) {
  .main-swiper .swiper-button-prev3 {
    left: 20px;
    bottom: 215px;
    top: auto;
  }
}
.main-swiper .swiper-button-prev3:hover {
  background: rgb(87, 133, 221);
  box-shadow: 0px 2px 14px 0px rgba(18, 63, 129, 0.25);
}
.main-swiper .swiper-button-prev3:hover svg {
  color: #fff;
}
.main-swiper .swiper-button-prev3 svg {
  width: 15px;
  height: 20px;
  transition: 0.5s;
  color: rgb(87, 133, 221);
}
.main-swiper .swiper-button-next3 {
  position: absolute;
  z-index: 99;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 34px 0px rgba(18, 63, 129, 0.25);
  padding-left: 5px;
  transition: 0.5s;
  right: 45px;
  top: calc(50% - 22px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-swiper .swiper-button-next3:after {
  display: none;
}
@media (max-width: 992px) {
  .main-swiper .swiper-button-next3 {
    right: 20px;
    bottom: 215px;
    top: auto;
  }
}
.main-swiper .swiper-button-next3:hover {
  background: rgb(87, 133, 221);
  box-shadow: 0px 2px 14px 0px rgba(18, 63, 129, 0.25);
}
.main-swiper .swiper-button-next3:hover svg {
  color: #fff;
}
.main-swiper .swiper-button-next3 svg {
  width: 15px;
  height: 20px;
  transition: 0.5s;
  color: rgb(87, 133, 221);
}

.main-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
}
.main-card__bg {
  position: absolute;
  bottom: 100px;
  right: 0px;
  width: 100%;
  display: block;
  z-index: 0;
}
.main-card__bg img:nth-child(1) {
  position: absolute;
  left: 20%;
  bottom: 200px;
  max-width: 100%;
  filter: blur(10px);
  transform: rotate(27deg) scale(1.3);
}
.main-card__bg img:nth-child(2) {
  position: absolute;
  right: 17px;
  bottom: 300px;
  max-width: 100%;
  filter: blur(10px);
  transform: rotate(-17deg) scale(1.2);
}
.main-card__bg img:nth-child(3) {
  position: absolute;
  right: -120px;
  bottom: 70px;
  max-width: 100%;
  filter: blur(10px);
  transform: rotate(-9deg) scale(0.9);
}
@media (max-width: 768px) {
  .main-card__bg img:nth-child(1) {
    transform: rotate(27deg) scale(0.3);
  }
  .main-card__bg img:nth-child(2) {
    transform: rotate(-17deg) scale(0.4);
  }
  .main-card__bg img:nth-child(3) {
    transform: rotate(-9deg) scale(0.5);
  }
}
.main-card__top {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 12;
  transition: 2s;
  opacity: 0;
}
.main-card__title {
  color: rgb(50, 59, 106);
  font-family: "Commissioner";
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 24px;
  position: relative;
  padding: 0 15px;
  z-index: 12;
  transition: 2s;
  opacity: 0;
}
@media (max-width: 768px) {
  .main-card__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.main-card__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 12;
  transition: 2s;
  opacity: 0;
}
@media (max-width: 768px) {
  .main-card__btn {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .main-card__btn .btn {
    width: 260px;
  }
}
.main-card__content {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 420px;
  position: relative;
}
@media (max-width: 992px) {
  .main-card__content {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .main-card__content-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: rgb(239, 241, 255);
    position: relative;
    z-index: 12;
    padding-bottom: 30px;
  }
}
.main-card__content-left {
  position: absolute;
  bottom: 35px;
  left: 0px;
  z-index: 0;
  transition: 2s;
}
@media (max-width: 992px) {
  .main-card__content-left {
    position: relative;
    left: 0;
    bottom: 0;
    width: calc(50% - 4px);
  }
}
.main-card__content-right {
  position: absolute;
  bottom: 35px;
  right: 0px;
  z-index: 0;
  transition: 2s;
}
@media (max-width: 992px) {
  .main-card__content-right {
    position: relative;
    right: 0;
    bottom: 0;
    width: calc(50% - 4px);
  }
}
.main-card__img {
  position: relative;
  bottom: -60px;
  z-index: 9;
  margin: 0 auto;
}
.main-card__img:before {
  content: "";
  width: 923px;
  height: 16px;
  filter: blur(14px);
  background: radial-gradient(50% 50% at 50% 50%, rgb(20, 30, 82), rgba(19, 28, 76, 0) 100%);
  position: absolute;
  bottom: 0;
  left: calc(50% - 461px);
  z-index: 11;
}
@media (max-width: 992px) {
  .main-card__img {
    bottom: -35px;
  }
}
.main-card__img img {
  width: 420px;
}
@media (max-width: 768px) {
  .main-card__img img {
    width: 260px;
  }
}

.main-card-info-item {
  border-radius: 9px;
  background: linear-gradient(90deg, rgb(255, 255, 255), rgb(222, 221, 242) 80.444%, rgb(145, 144, 187) 88.889%);
  width: 216px;
  height: 66px;
  padding: 16px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .main-card-info-item {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 4px;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.19);
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}
.main-card-info-item.right {
  background: linear-gradient(270deg, rgb(255, 255, 255), rgb(222, 221, 242) 79.188%, rgb(145, 144, 187) 87.5%);
  text-align: right;
}
@media (max-width: 992px) {
  .main-card-info-item.right {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 4px;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.19);
    width: 100%;
    text-align: center;
  }
}
.main-card-info-item:last-child {
  margin-bottom: 0;
}
.main-card-info-item__title {
  display: block;
  color: rgb(153, 153, 153);
  font-family: "Commissioner";
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2%;
}
.main-card-info-item__text {
  color: rgb(0, 0, 0);
  font-family: "Commissioner";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2%;
}
.main-card-info-item__text span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.main-card-info-item__text span:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/check-icon.png);
  background-size: 13px auto;
  position: absolute;
  left: 0;
  top: 4px;
}/*# sourceMappingURL=styles.css.map */