@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai&family=Maven+Pro:wght@700&family=Rubik:ital,wght@0,300..900; 1,300..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  scroll-behavior: smooth;
  height: 100%;
  min-width: 320px;
}
body {
  color: #121212;
  line-height: 1;
  font-family: "Hind Madurai", sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: "Hind Madurai", sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}
input,
textarea {
  width: 100%;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
body {
  scroll-behavior: smooth;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  scroll-behavior: smooth;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 91.25rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 7px;
  box-shadow: -1px 1px 10px 0 rgba(24, 144, 255, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #fff;
  border: 1px solid transparent;
  width: 300px;
  height: 60px;
  color: #52bcff;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.button--fw {
  width: 100%;
}
.icon-menu {
  display: none;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.header__container {
  position: relative;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.header__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  border-radius: 50px 0 0 50px;
  box-shadow:
    -4px 4px 6px 0 rgba(82, 188, 255, 0.3),
    0 4px 6px 0 rgba(0, 0, 0, 0.1);
  background: #52bcff;
  z-index: -1;
}
.header__logo img {
  width: 250px;
  height: 65px;
}
.header__menu {
  display: flex;
  align-items: center;
  width: 100%;
}
.menu__body {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.menu__link {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
.menu__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.5s;
}
.menu__link:hover:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  background-color: #fff;
  transition: width 0.5s;
}
.btn__header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 150px;
  height: 40px;
  background: 0 0;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 7px;
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.btn__header:hover {
  transition: all 0.5s;
  border-radius: 7px;
  color: #52bcff;
  background: #fff;
}
.btn__menu {
  display: none;
  opacity: 0;
}
.btn__pc {
  transition: all 0.3s;
}
.footer {
  position: relative;
}
.footer__menu a,
.footer__bottom a {
  position: relative;
}

.footer__menu a:after,
.footer__bottom a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: width 0.5s;
}
.footer__menu a:hover:after,
.footer__bottom a:hover:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  background-color: #000000;
  transition: width 0.5s;
}
.footer::after {
  background-image: url(../img/footer/bgc-footer.png);
}
.footer::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer__container {
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.footer__menu {
  flex: 0 1 50%;
  display: flex;
  justify-content: space-between;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom-links {
  font-size: 14px;
  line-height: 19px;
  display: flex;
  gap: 80px;
}
.footer__bottom-year {
  font-size: 14px;
  line-height: 19px;
}
.menu__footer-menu .footer__menu-contacts {
  display: none;
}
.menu__footer-titl {
  color: #000;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.menu__footer-lists {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.menu__footer-li {
  font-size: 14px;
  line-height: 19px;
}
.partners__menu-titl {
  margin-bottom: 15px;
  color: #000;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  text-transform: uppercase;
}
.partners__menu-lists {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.partners__menu-li {
  font-size: 14px;
  line-height: 19px;
}
.contacts__menu-titl {
  margin-bottom: 15px;
  color: #000;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  text-transform: uppercase;
}
.contacts__menu-lists {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contacts__menu-li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
}
.contacts__menu-li img {
  width: 25px;
  height: 25px;
}
.non-footer {
  display: block;
}
.bl {
  display: none;
}
.top__system-btn {
  width: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.titl__all {
  color: #000;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 2%;
  text-align: left;
  text-transform: uppercase;
}
.hero {
  position: relative;
}
.hero::after {
  background-image: url(../img/block1/bgc-block1.png);
}
.hero::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -5%;
  right: 0;
  content: "";
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hero__container {
  display: flex;
  gap: 15px;
}
.hero__content {
  flex: 0 1 50%;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.hero__titl {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 2%;
  text-align: left;
  text-transform: uppercase;
}
.hero__subtitle {
  font-family: Rubik, sans-serif;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  max-width: 37.5rem;
}
.hero__text {
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  max-width: 26.5625rem;
}
.hero__btn {
  margin-top: 25px;
}
.hero__img {
  width: 643px;
  height: 379px;
}
.hero__img img {
  width: 100%;
  height: 100%;
}
.possibilities__container {
  display: flex;
  flex-direction: column;
}
.possibilities__body {
  display: flex;
  gap: 25px;
}
.body__possibilities-img {
  width: 664.05px;
  height: 612px;
  padding: 40px 90px;
}
.body__possibilities-img img {
  width: 100%;
  height: 100%;
}
.content__possibilities-rows {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.row__possibilities-item {
  display: flex;
  gap: 20px;
}
.item__possibilities-img img {
  width: 50px;
  height: 50px;
}
.item__possibilities-text {
  align-self: end;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 2%;
  text-align: left;
  text-transform: uppercase;
}
.about__slide {
  padding: 5px;
}
.about__slide-columns {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.about__slide-item {
  max-width: 450px;
  height: 260px;
  border-radius: 30px;
  padding: 30px;
}
.about__slide-header {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 15px;
}
.about__slide-text {
  flex: 1 1 auto;
}
.slide__header-img {
  min-width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.slide__header-img img {
  width: 50px;
  height: 50px;
}
.slide__header-titl {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 2.5%;
  text-align: left;
}
.bg1 {
  box-shadow: 0 2px 8px 0 #e4e4e4;
  background: linear-gradient(143.78deg, rgba(98, 200, 98, 0.16) 92.954%, rgba(167, 113, 255, 0.16) 108.391%);
}
.bg2 {
  box-shadow: 0 2px 8px 0 #e4e4e4;
  background: linear-gradient(143.4deg, rgba(98, 200, 98, 0.16) 10.51%, rgba(167, 113, 255, 0.16) 59.785%);
}
.bg3 {
  box-shadow: 0 2px 8px 0 #e4e4e4;
  background: linear-gradient(149.04deg, rgba(167, 113, 255, 0.16) 83.346%, rgba(69, 150, 251, 0.2) 95.022%);
}
.bg4 {
  box-shadow: 0 2px 8px 0 #e4e4e4;
  background: linear-gradient(134.3deg, rgba(167, 113, 255, 0.16) 24.59%, rgba(69, 150, 251, 0.2) 83.208%);
}
.bg5 {
  box-shadow: 0 2px 8px 0 #e4e4e4;
  background: linear-gradient(149.19deg, rgba(167, 113, 255, 0.16) -3.134%, rgba(69, 150, 251, 0.2) 23.32%);
}
.bg6 {
  box-shadow: 0 2px 8px 0 #e4e4e4;
  background: linear-gradient(149.19deg, rgba(69, 150, 251, 0.2) -3.134%, rgba(69, 150, 251, 0.2) 23.32%);
}
.pagina {
  margin-top: 40px;
}
.system__top {
  display: flex;
  gap: 105px;
  align-items: center;
}
.system__bottom {
  border-radius: 30px;
  padding: 20px 0;
  box-shadow: -4px 4px 10px 0 #e4e4e4;
  background: rgba(255, 255, 255, 0.6);
}
.system__item {
  max-width: 340px;
  padding: 20px;
  max-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.system__item-icon img {
  max-width: 50px;
  max-height: 50px;
}
.system__item-text {
  flex: 1 1 auto;
  color: #000;
  font-weight: 400;
  line-height: 25px;
}
.top__system-content {
  width: 700px;
}
.top__system-subtitl {
  color: #000;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}
.top__system-img {
  width: 450px;
  height: 310px;
}
.top__system-img img {
  width: 100%;
  height: 100%;
}
.bottom__system-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.services {
  position: relative;
}
.services::after {
  background-image: url(../img/block5/bgc-block5.png);
}
.services::after {
  position: absolute;
  width: 100%;
  height: 140%;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.services__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 30px;
  box-shadow: -4px 4px 10px 0 #e4e4e4;
  background: rgba(255, 255, 255, 0.6);
}
.services__content-row {
  padding: 30px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.titl__row-text {
  color: #000;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: 2px;
  text-align: left;
}
.titl__row-btn {
  flex: 0 1 30px;
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  padding: 5px;
  position: relative;
  border: 1px solid #52bcff;
  border-radius: 7px;
  cursor: pointer;
  display: none;
  margin-left: auto;
  transition: all 0.3s;
}
.titl__row-btn::after,
.titl__row-btn::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #52bcff;
  border-radius: 7px;
}
.titl__row-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.titl__row-btn.btn_active::before {
  opacity: 0;
  transition: all 0.3s;
}
.row__services-titl {
  flex: 0 1 50%;
  display: flex;
  gap: 30px;
}
.row__services-info {
  flex: 0 1 50%;
}
.row__services-info p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.info__row-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.show {
  display: block;
}
.hide {
  display: block;
}
.price__titl {
  margin-bottom: 25px;
}
.price__subtitl {
  width: 560px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}
.price__slider {
  /* border-radius: 30px;
  box-shadow: -4px 4px 10px 0 #e4e4e4;
  background: #fff; */
}
.price__wrapper {
  height: 420px;
  padding: 10px;
}
/* .price__wrapper .swiper-slide:not(:last-child) {
  position: relative;
}
.price__wrapper .price__slide:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  height: 70%;
  border-right: 1px solid #c8e7fb;
  z-index: -1;
} */
.price__wrapper .price__slide:nth-child(1) {
position: relative;
}
.price__wrapper .price__slide:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 87px;
  top: 60px;
  left: 0;
  background-image: url("../img/topslid/top1.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.price__wrapper .price__slide:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 87px;
  top: 60px;
  left: 0;
  background-image: url("../img/topslid/top2.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.price__wrapper .price__slide:nth-child(3)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 87px;
  top: 60px;
  left: 0;
  background-image: url("../img/topslid/top3.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.price__wrapper .price__slide:nth-child(4)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 87px;
  top: 60px;
  left: 0;
  background-image: url("../img/topslid/top4.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
#price .price__wrapper .price__slide:nth-child(5)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 87px;
  top: 60px;
  left: 0;
  background-image: url("../img/topslid/top5.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.price__slide {
  padding: 20px 40px 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
border: 1px solid rgb(255, 255, 255);
border-radius: 30px;
box-shadow: -4px 4px 10px 0px rgb(228, 228, 228);
background: rgb(255, 255, 255);
}
.slide__price-titl {
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin-bottom: 60px;
}
.slide__price-subtitl {
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 42px;
}
.slide__price-info {
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  flex: 1 1 auto;
}
.slide__price-btn {
  margin-top: 30px;
}
.info__lists {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.info__lists li {
  list-style: inside;
}
.btn-price {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 7px;
  width: 220px;
  height: 50px;
  box-shadow: -4px 4px 10px 0 #e4e4e4;
  background: #52bcff;
  color: #fff;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-price:hover {
  border: 1px solid #52bcff;
  box-shadow: -1px 1px 10px 0 rgba(24, 144, 255, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #fff;
  color: #52bcff;
  transition: all 0.3s;
}
.account {
  position: relative;
}
.account::after {
  background-image: url(../img/block7/bgc.png);
}
.account::after {
  position: absolute;
  width: 150%;
  height: 130%;
  top: 70%;
  left: -20%;
  content: "";
  z-index: -1;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.account__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.account__inform {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.account__img {
  align-self: start;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
.account__img img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}
.inform__account-text {
  color: #000;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.modern__cnt {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-radius: 30px;
  box-shadow: -4px 4px 10px 0 #e4e4e4;
  background: #fff;
}
.modern__cnt-text {
  color: #121212;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 2.5%;
  text-align: left;
  max-width: 450px;
}
.modern__cnt-info {
  display: flex;
  gap: 60px;
}
.referal__container {
  display: flex;
  gap: 105px;
  align-items: center;
}
.referal__info .referal__img {
  display: none;
}
.referal__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.referal__img img {
  max-width: 695px;
  max-height: 440px;
}
.info__referal-subtitl {
  padding-bottom: 15px;
  color: #000;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}
.info__referal-text {
  line-height: 22px;
}
.swiper {
  overflow: hidden;
}
.swiper-initialized {
  touch-action: pan-y;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s top,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s top;
  transition:
    0.2s transform,
    0.2s top,
    0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    0.2s left,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s left;
  transition:
    0.2s transform,
    0.2s left,
    0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    0.2s right,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s right;
  transition:
    0.2s transform,
    0.2s right,
    0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property:
    height,
    -webkit-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  display: inline-block;
  border-radius: 50%;
  background: #52bcff;
  opacity: 1;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 20px));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #52bcff;
  position: relative;
}
.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s top,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s top;
  transition:
    0.2s transform,
    0.2s top,
    0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    0.2s left,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s left;
  transition:
    0.2s transform,
    0.2s left,
    0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    0.2s right,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s right;
  transition:
    0.2s transform,
    0.2s right,
    0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property:
    transform,
    opacity,
    height,
    -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media (min-width: 91.25em) {
  .footer__container {
    padding-top: 8.75rem;
  }
  .titl__all {
    font-size: 2.75rem;
  }
  .hero__container {
    padding-bottom: 11.25rem;
  }
  .hero__container {
    padding-top: 15.625rem;
  }
  .hero__titl {
    font-size: 3.375rem;
  }
  .hero__subtitle {
    font-size: 1.5rem;
  }
  .possibilities__container {
    margin-top: -3.125rem;
  }
  .possibilities__container {
    padding-bottom: 5.625rem;
  }
  .possibilities__titl {
    padding-bottom: 5rem;
  }
  .item__possibilities-text {
    font-size: 1.75rem;
  }
  .about__container {
    padding-top: 5.625rem;
  }
  .about__container {
    padding-bottom: 5.625rem;
  }
  .about__titl {
    padding-bottom: 5rem;
  }
  .slide__header-titl {
    font-size: 2rem;
  }
  .system__container {
    padding-top: 5.625rem;
  }
  .system__container {
    padding-bottom: 5.625rem;
  }
  .system__top {
    margin-bottom: 2.5rem;
  }
  .system__item-text {
    font-size: 1.125rem;
  }
  .top__system-titl {
    margin-bottom: 1.5625rem;
  }
  .top__system-subtitl {
    margin-bottom: 1.5625rem;
  }
  .top__system-subtitl {
    font-size: 1.5rem;
  }
  .services__container {
    padding-top: 5.625rem;
  }
  .services__container {
    padding-bottom: 5.625rem;
  }
  .services__titl {
    margin-bottom: 5rem;
  }
  .services__content {
    padding-top: 1.875rem;
  }
  .services__content {
    padding-bottom: 1.875rem;
  }
  .titl__row-text {
    font-size: 2.25rem;
  }
  .info__row-icons {
    margin-top: 2.1875rem;
  }
  .price__container {
    padding-top: 5.625rem;
  }
  .price__container {
    padding-bottom: 5.625rem;
  }
  .price__subtitl {
    font-size: 1.5rem;
  }
  .price__subtitl {
    margin-bottom: 5rem;
  }
  .account__container {
    padding-top: 5.625rem;
  }
  .account__container {
    padding-bottom: 5.625rem;
  }
  .modern__container {
    padding-top: 5.625rem;
  }
  .modern__container {
    padding-bottom: 5.625rem;
  }
  .modern__cnt {
    padding-top: 1.875rem;
  }
  .modern__cnt {
    padding-bottom: 1.875rem;
  }
  .modern__cnt {
    padding-left: 3.75rem;
  }
  .modern__cnt {
    padding-right: 3.75rem;
  }
  .modern__cnt-text {
    font-size: 2rem;
  }
  .referal__container {
    padding-top: 5.625rem;
  }
  .referal__container {
    padding-bottom: 5.625rem;
  }
  .info__referal-titl {
    padding-bottom: 1.5625rem;
  }
  .info__referal-subtitl {
    font-size: 1.5rem;
  }
  .info__referal-text {
    padding-bottom: 1.5625rem;
  }
}
@media (max-width: 100em) {
  .header__container::after {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 1300px) {
  .referal__container {
    gap: 40px;
  }
  .referal__img img {
    max-width: 550px;
    max-height: 400px;
  }
}
@media (max-width: 75em) {
  .header {
    margin-top: 0;
  }
  .header__container::after {
    border-radius: 0;
  }
  .hero__content {
    gap: 15px;
  }
  .hero__titl {
    line-height: 100%;
  }
  .hero__subtitle {
    line-height: 100%;
  }
  .hero__text {
    line-height: 100%;
  }
}
@media (max-width: 1100px) {
  .account__img {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1080px) {
  .referal .nones {
    display: none;
  }
  .referal__info .referal__img {
    display: block;
  }
  .referal__info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .referal__img img {
    max-width: none;
    width: 100%;
  }
  .info__referal-subtitl {
    text-align: center;
  }
  .info__referal-text {
    text-align: center;
  }
}
@media (max-width: 1050px) {
  .header__container {
    height: 90px;
  }
  .modern__cnt-info {
    gap: 20px;
  }
}
@media (max-width: 950px) {
  .modern__cnt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .modern__cnt-text {
    text-align: center;
  }
}
@media (max-width: 55em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    overflow: auto;
    padding: 3.125rem 0.9375rem 0.9375rem 1.875rem;
    transition: left 0.3s;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: all 0.3s;
    z-index: 2;
  }
  .menu-open .menu__body {
    align-items: center;
    flex-direction: column;
    left: 0;
    top: 0;
    width: 100%;
    background: #52bcff;
    transition: all 0.3s;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
  .menu-open .menu__body .btn__menu {
    display: block;
    opacity: 1;
    margin-top: 10%;
    transition: all 0.3s;
  }
  .menu__list {
    justify-content: center;
    flex-direction: column;
    flex: 1 1 auto;
    transition: all 0.3s;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    padding: 10px 7px;
    background-color: #fff;
    border-radius: 7px;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    width: 25px;
    height: 0.125rem;
    background-color: #52bcff;
  }
  .icon-menu::before {
    top: 10px;
  }
  .icon-menu::after {
    bottom: 10px;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
  }
  .header__logo img {
    flex: 1 1 auto;
    position: relative;
    z-index: 10;
  }
  .header__menu {
    width: auto;
    gap: 20px;
  }
  .menu__icon {
    order: 2;
  }
  .btn__header:hover {
    border: none;
    background: #fff;
    color: #52bcff;
  }
  .btn__header {
    order: 1;
  }
}
@media (max-width: 55em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 880px) {
  .header__container {
    height: 60px;
  }
}
@media (max-width: 35em) {
  .titl__row-text {
    max-width: 300px;
  }
}
@media (max-width: 20em) {
  .footer__container {
    padding-top: 1.875rem;
  }
  .titl__all {
    font-size: 1.25rem;
  }
  .hero__container {
    padding-bottom: 3.75rem;
  }
  .hero__container {
    padding-top: 5rem;
  }
  .hero__titl {
    font-size: 1.5rem;
  }
  .hero__subtitle {
    font-size: 1.125rem;
  }
  .possibilities__container {
    margin-top: -1.875rem;
  }
  .possibilities__container {
    padding-bottom: 1.875rem;
  }
  .possibilities__titl {
    padding-bottom: 1.5625rem;
  }
  .item__possibilities-text {
    font-size: 1rem;
  }
  .about__container {
    padding-top: 0.0000000625rem;
  }
  .about__container {
    padding-bottom: 0.0000000625rem;
  }
  .about__titl {
    padding-bottom: 1.875rem;
  }
  .slide__header-titl {
    font-size: 1.25rem;
  }
  .system__container {
    padding-top: 1.875rem;
  }
  .system__container {
    padding-bottom: 1.875rem;
  }
  .system__top {
    margin-bottom: 0.9375rem;
  }
  .system__item-text {
    font-size: 1rem;
  }
  .top__system-titl {
    margin-bottom: 1.25rem;
  }
  .top__system-subtitl {
    margin-bottom: 0.9375rem;
  }
  .top__system-subtitl {
    font-size: 1.125rem;
  }
  .services__container {
    padding-top: 1.875rem;
  }
  .services__container {
    padding-bottom: 1.875rem;
  }
  .services__titl {
    margin-bottom: 1.875rem;
  }
  .services__content {
    padding-top: 0.625rem;
  }
  .services__content {
    padding-bottom: 0.625rem;
  }
  .titl__row-text {
    font-size: 1.25rem;
  }
  .info__row-icons {
    margin-top: 0.9375rem;
  }
  .price__container {
    padding-top: 1.875rem;
  }
  .price__container {
    padding-bottom: 1.875rem;
  }
  .price__subtitl {
    font-size: 1.125rem;
  }
  .price__subtitl {
    margin-bottom: 1.5625rem;
  }
  .account__container {
    padding-top: 1.875rem;
  }
  .account__container {
    padding-bottom: 1.875rem;
  }
  .modern__container {
    padding-top: 1.875rem;
  }
  .modern__container {
    padding-bottom: 1.875rem;
  }
  .modern__cnt {
    padding-top: 1.25rem;
  }
  .modern__cnt {
    padding-bottom: 1.25rem;
  }
  .modern__cnt {
    padding-left: 1.25rem;
  }
  .modern__cnt {
    padding-right: 1.25rem;
  }
  .modern__cnt-text {
    font-size: 1.25rem;
  }
  .referal__container {
    padding-top: 1.875rem;
  }
  .referal__container {
    padding-bottom: 1.875rem;
  }
  .info__referal-titl {
    padding-bottom: 1.25rem;
  }
  .info__referal-subtitl {
    font-size: 1.125rem;
  }
  .info__referal-text {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 81.25em) {
  .body__possibilities-img {
    padding: 20px;
  }
  .content__possibilities-rows {
    gap: 15px;
  }
}
@media (max-width: 78.125em) {
  .system__top {
    gap: 50px;
  }
  .system__item {
    gap: 0;
  }
  .top__system-content {
    width: 50%;
  }
}
@media (max-width: 70.625em) {
  .services__content {
    gap: 0;
  }
  .services__content-row {
    padding: 15px;
    gap: 15px;
  }
  .titl__row-img img {
    width: 40px;
    height: 40px;
  }
  .row__services-titl {
    gap: 20px;
    flex: 0 1 40%;
  }
  .row__services-info {
    flex: 0 1 60%;
  }
  .info__row-icons img {
    max-width: 100px;
  }
}
@media (max-width: 70.625em) and (max-width: 29.99875em) {
  .titl__row-img img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 65.625em) {
  .header__logo img {
    width: 200px;
    height: 50px;
  }
  .menu__list {
    gap: 20px;
  }
}
@media (max-width: 61.99875em) {
  .footer__menu {
    flex: 0 1 70%;
  }
  .bl {
    display: block;
  }
  .non {
    display: none;
  }
  .hero__content {
    flex: 1 1 auto;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .hero__titl {
    text-align: center;
  }
  .hero__subtitle {
    text-align: center;
  }
  .hero__text {
    text-align: center;
  }
  .possibilities__body {
    flex-direction: column;
    align-items: center;
  }
  .body__possibilities-img {
    order: 2;
    width: 100%;
  }
  .body__possibilities-content {
    width: 100%;
  }
  .bottom__system-columns {
    grid-template-columns: 1fr 1fr;
  }
  .services__content-row {
    flex-direction: column;
  }
  .titl__row-text {
    line-height: 24px;
  }
  .titl__row-btn {
    display: block;
  }
  .hide {
    display: none;
  }
  .account::after {
    background-image: url(../img/block7/bgcsmall.png);
  }
  .account::after {
    height: 180%;
    top: 65%;
  }
}
@media (max-width: 58.75em) {
  .menu__link {
    font-size: 14px;
  }
}
@media (max-width: 47.99875em) {
  .footer::after {
    background-image: url(../img/footer/bgc-footersmall.png);
  }
  .footer::after {
    width: 120%;
    left: -10%;
  }
  .footer__logo {
    margin-bottom: 40px;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__menu {
    flex: 1 1 auto;
    width: 100%;
    flex-direction: column;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: start;
    gap: 13px;
  }
  .footer__bottom-links {
    flex-direction: column;
    gap: 13px;
  }
  .menu__footer-menu .footer__menu-contacts {
    display: block;
  }
  .menu__footer-menu {
    display: flex;
    justify-content: space-between;
  }
  .non-footer {
    display: none;
  }
  .hero::after {
    background-image: url(../img/block1/bg-block1-small.png);
  }
  .about__slide-item {
    max-width: none;
    width: 100%;
    height: 205px;
    padding: 20px;
  }
  .system__top {
    flex-direction: column;
  }
  .services::after {
    background-image: url(../img/block5/bgcsmall-block5.png);
  }
  .services::after {
    top: 50%;
    height: 105%;
  }
  .titl__row-text {
    max-width: 500px;
    letter-spacing: 0;
  }
  .row__services-titl {
    gap: 10px;
  }
  .account__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .account__img {
    width: 100%;
    justify-items: center;
    align-items: center;
  }
  .inform__account-titl {
    text-align: center;
  }
  .inform__account-text {
    text-align: center;
  }
}
@media (max-width: 41.5625em) {
  .hero__img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 40.625em) {
  .titl__row-text {
    max-width: 400px;
  }
}
 @media (max-width: 39.99875em) {
  .price__wrapper {
    padding: 0;
  }
} 
@media (max-width: 36.25em) {
  .modern__cnt-info {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 34.375em) {
  .info__row-icons img {
    max-width: 150px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .info__row-icons {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
@media (max-width: 31.875em) {
  .top__system-content {
    width: 100%;
  }
}
@media (max-width: 31.25em) {
  .price__subtitl {
    width: 100%;
  }
}
@media (max-width: 29.99875em) {
  .titl__all {
    line-height: 24px;
    letter-spacing: 0;
  }
  .body__possibilities-img {
    width: 300px;
    height: 275px;
  }
  .item__possibilities-img img {
    width: 30px;
    height: 30px;
  }
  .item__possibilities-text {
    line-height: 19px;
  }
  .about__slide-columns {
    gap: 15px;
  }
  .about__slide-header {
    gap: 10px;
  }
  .slide__header-img {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
  }
  .slide__header-img img {
    width: 30px;
    height: 30px;
  }
  .slide__header-titl {
    line-height: 24px;
  }
  .system__item {
    max-height: none;
    height: auto;
    max-width: none !important;
    width: 100%;
    gap: 10px;
  }
  .system__item-icon img {
    max-width: 30px;
    max-height: 30px;
  }
  .system__item-text {
    line-height: 22px;
  }
  .top__system-subtitl {
    line-height: 21px;
  }
  .top__system-img {
    width: 100%;
    height: 215px;
  }
  .bottom__system-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .services__content {
    gap: 25px;
  }
  .services__content-row {
    padding: 10px;
  }
  .titl__row-text {
    max-width: 250px;
  }
  .price__subtitl {
    line-height: 21px;
  }
  .account::after {
    height: 150%;
    width: 150%;
    left: -20%;
  }
  .modern__cnt-text {
    line-height: 24px;
    letter-spacing: 0;
  }
  .referal__info {
    text-align: left;
  }
  .info__referal-titl {
    text-align: left;
    width: 100%;
  }
  .info__referal-subtitl {
    line-height: 21px;
  }
  .info__referal-subtitl {
    text-align: left;
  }
  .info__referal-text {
    text-align: left;
  }
}
@media (max-width: 28.75em) {
  .header__logo img {
    width: 150px;
    height: 40px;
  }
  .btn__pc {
    display: none;
    opacity: 0;
  }
  .hero__titl {
    line-height: 28px;
    text-align: left;
  }
  .hero__subtitle {
    line-height: 21px;
    text-align: left;
  }
  .hero__text {
    line-height: 22px;
    text-align: left;
  }
}
@media (max-width: 24.375em) {
  .titl__row-text {
    max-width: 190px;
  }
}
@media (max-width: 22.5em) {
  .info__row-icons img {
    max-width: none;
    width: 120px;
  }
}
@media (max-width: 21.875em) {
  .inform__account-titl {
    text-align: left;
  }
  .inform__account-text {
    text-align: left;
  }
}
@media (min-width: 20em) and (max-width: 91.25em) {
  @supports (padding-top: clamp(1.875rem, -0.0548245614rem + 9.649122807vw, 8.75rem)) {
    .footer__container {
      padding-top: clamp(1.875rem, -0.0548245614rem + 9.649122807vw, 8.75rem);
    }
  }
  @supports not (padding-top: clamp(1.875rem, -0.0548245614rem + 9.649122807vw, 8.75rem)) {
    .footer__container {
      padding-top: calc(1.875rem + 6.875 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (font-size: clamp(1.25rem, 0.8289473684rem + 2.1052631579vw, 2.75rem)) {
    .titl__all {
      font-size: clamp(1.25rem, 0.8289473684rem + 2.1052631579vw, 2.75rem);
    }
  }
  @supports not (font-size: clamp(1.25rem, 0.8289473684rem + 2.1052631579vw, 2.75rem)) {
    .titl__all {
      font-size: calc(1.25rem + 1.5 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(3.75rem, 1.6447368421rem + 10.5263157895vw, 11.25rem)) {
    .hero__container {
      padding-bottom: clamp(3.75rem, 1.6447368421rem + 10.5263157895vw, 11.25rem);
    }
  }
  @supports not (padding-bottom: clamp(3.75rem, 1.6447368421rem + 10.5263157895vw, 11.25rem)) {
    .hero__container {
      padding-bottom: calc(3.75rem + 7.5 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-top: clamp(5rem, 2.0175438596rem + 14.9122807018vw, 15.625rem)) {
    .hero__container {
      padding-top: clamp(5rem, 2.0175438596rem + 14.9122807018vw, 15.625rem);
    }
  }
  @supports not (padding-top: clamp(5rem, 2.0175438596rem + 14.9122807018vw, 15.625rem)) {
    .hero__container {
      padding-top: calc(5rem + 10.625 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (font-size: clamp(1.5rem, 0.9736842105rem + 2.6315789474vw, 3.375rem)) {
    .hero__titl {
      font-size: clamp(1.5rem, 0.9736842105rem + 2.6315789474vw, 3.375rem);
    }
  }
  @supports not (font-size: clamp(1.5rem, 0.9736842105rem + 2.6315789474vw, 3.375rem)) {
    .hero__titl {
      font-size: calc(1.5rem + 1.875 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (font-size: clamp(1.125rem, 1.0197368421rem + 0.5263157895vw, 1.5rem)) {
    .hero__subtitle {
      font-size: clamp(1.125rem, 1.0197368421rem + 0.5263157895vw, 1.5rem);
    }
  }
  @supports not (font-size: clamp(1.125rem, 1.0197368421rem + 0.5263157895vw, 1.5rem)) {
    .hero__subtitle {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (margin-top: clamp(-3.125rem, -1.524122807rem + -1.7543859649vw, -1.875rem)) {
    .possibilities__container {
      margin-top: clamp(-3.125rem, -1.524122807rem + -1.7543859649vw, -1.875rem);
    }
  }
  @supports not (margin-top: clamp(-3.125rem, -1.524122807rem + -1.7543859649vw, -1.875rem)) {
    .possibilities__container {
      margin-top: calc(-1.875rem + -1.25 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .possibilities__container {
      padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem);
    }
  }
  @supports not (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .possibilities__container {
      padding-bottom: calc(1.875rem + 3.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(1.5625rem, 0.5975877193rem + 4.8245614035vw, 5rem)) {
    .possibilities__titl {
      padding-bottom: clamp(1.5625rem, 0.5975877193rem + 4.8245614035vw, 5rem);
    }
  }
  @supports not (padding-bottom: clamp(1.5625rem, 0.5975877193rem + 4.8245614035vw, 5rem)) {
    .possibilities__titl {
      padding-bottom: calc(1.5625rem + 3.4375 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (font-size: clamp(1rem, 0.7894736842rem + 1.0526315789vw, 1.75rem)) {
    .item__possibilities-text {
      font-size: clamp(1rem, 0.7894736842rem + 1.0526315789vw, 1.75rem);
    }
  }
  @supports not (font-size: clamp(1rem, 0.7894736842rem + 1.0526315789vw, 1.75rem)) {
    .item__possibilities-text {
      font-size: calc(1rem + 0.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-top: clamp(0.0000000625rem, -1.5789472884rem + 7.8947367544vw, 5.625rem)) {
    .about__container {
      padding-top: clamp(0.0000000625rem, -1.5789472884rem + 7.8947367544vw, 5.625rem);
    }
  }
  @supports not (padding-top: clamp(0.0000000625rem, -1.5789472884rem + 7.8947367544vw, 5.625rem)) {
    .about__container {
      padding-top: calc(0.0000000625rem + 5.6249999375 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(0.0000000625rem, -1.5789472884rem + 7.8947367544vw, 5.625rem)) {
    .about__container {
      padding-bottom: clamp(0.0000000625rem, -1.5789472884rem + 7.8947367544vw, 5.625rem);
    }
  }
  @supports not (padding-bottom: clamp(0.0000000625rem, -1.5789472884rem + 7.8947367544vw, 5.625rem)) {
    .about__container {
      padding-bottom: calc(0.0000000625rem + 5.6249999375 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(1.875rem, 0.9978070175rem + 4.3859649123vw, 5rem)) {
    .about__titl {
      padding-bottom: clamp(1.875rem, 0.9978070175rem + 4.3859649123vw, 5rem);
    }
  }
  @supports not (padding-bottom: clamp(1.875rem, 0.9978070175rem + 4.3859649123vw, 5rem)) {
    .about__titl {
      padding-bottom: calc(1.875rem + 3.125 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (font-size: clamp(1.25rem, 1.0394736842rem + 1.0526315789vw, 2rem)) {
    .slide__header-titl {
      font-size: clamp(1.25rem, 1.0394736842rem + 1.0526315789vw, 2rem);
    }
  }
  @supports not (font-size: clamp(1.25rem, 1.0394736842rem + 1.0526315789vw, 2rem)) {
    .slide__header-titl {
      font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .system__container {
      padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem);
    }
  }
  @supports not (padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .system__container {
      padding-top: calc(1.875rem + 3.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .system__container {
      padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem);
    }
  }
  @supports not (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .system__container {
      padding-bottom: calc(1.875rem + 3.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (margin-bottom: clamp(0.9375rem, 0.4989035088rem + 2.1929824561vw, 2.5rem)) {
    .system__top {
      margin-bottom: clamp(0.9375rem, 0.4989035088rem + 2.1929824561vw, 2.5rem);
    }
  }
  @supports not (margin-bottom: clamp(0.9375rem, 0.4989035088rem + 2.1929824561vw, 2.5rem)) {
    .system__top {
      margin-bottom: calc(0.9375rem + 1.5625 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (font-size: clamp(1rem, 0.9649122807rem + 0.1754385965vw, 1.125rem)) {
    .system__item-text {
      font-size: clamp(1rem, 0.9649122807rem + 0.1754385965vw, 1.125rem);
    }
  }
  @supports not (font-size: clamp(1rem, 0.9649122807rem + 0.1754385965vw, 1.125rem)) {
    .system__item-text {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (margin-bottom: clamp(1.25rem, 1.1622807018rem + 0.4385964912vw, 1.5625rem)) {
    .top__system-titl {
      margin-bottom: clamp(1.25rem, 1.1622807018rem + 0.4385964912vw, 1.5625rem);
    }
  }
  @supports not (margin-bottom: clamp(1.25rem, 1.1622807018rem + 0.4385964912vw, 1.5625rem)) {
    .top__system-titl {
      margin-bottom: calc(1.25rem + 0.3125 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (margin-bottom: clamp(0.9375rem, 0.7620614035rem + 0.8771929825vw, 1.5625rem)) {
    .top__system-subtitl {
      margin-bottom: clamp(0.9375rem, 0.7620614035rem + 0.8771929825vw, 1.5625rem);
    }
  }
  @supports not (margin-bottom: clamp(0.9375rem, 0.7620614035rem + 0.8771929825vw, 1.5625rem)) {
    .top__system-subtitl {
      margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (font-size: clamp(1.125rem, 1.0197368421rem + 0.5263157895vw, 1.5rem)) {
    .top__system-subtitl {
      font-size: clamp(1.125rem, 1.0197368421rem + 0.5263157895vw, 1.5rem);
    }
  }
  @supports not (font-size: clamp(1.125rem, 1.0197368421rem + 0.5263157895vw, 1.5rem)) {
    .top__system-subtitl {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .services__container {
      padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem);
    }
  }
  @supports not (padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .services__container {
      padding-top: calc(1.875rem + 3.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .services__container {
      padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem);
    }
  }
  @supports not (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .services__container {
      padding-bottom: calc(1.875rem + 3.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (margin-bottom: clamp(1.875rem, 0.9978070175rem + 4.3859649123vw, 5rem)) {
    .services__titl {
      margin-bottom: clamp(1.875rem, 0.9978070175rem + 4.3859649123vw, 5rem);
    }
  }
  @supports not (margin-bottom: clamp(1.875rem, 0.9978070175rem + 4.3859649123vw, 5rem)) {
    .services__titl {
      margin-bottom: calc(1.875rem + 3.125 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-top: clamp(0.625rem, 0.274122807rem + 1.7543859649vw, 1.875rem)) {
    .services__content {
      padding-top: clamp(0.625rem, 0.274122807rem + 1.7543859649vw, 1.875rem);
    }
  }
  @supports not (padding-top: clamp(0.625rem, 0.274122807rem + 1.7543859649vw, 1.875rem)) {
    .services__content {
      padding-top: calc(0.625rem + 1.25 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(0.625rem, 0.274122807rem + 1.7543859649vw, 1.875rem)) {
    .services__content {
      padding-bottom: clamp(0.625rem, 0.274122807rem + 1.7543859649vw, 1.875rem);
    }
  }
  @supports not (padding-bottom: clamp(0.625rem, 0.274122807rem + 1.7543859649vw, 1.875rem)) {
    .services__content {
      padding-bottom: calc(0.625rem + 1.25 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (font-size: clamp(1.25rem, 0.9692982456rem + 1.4035087719vw, 2.25rem)) {
    .titl__row-text {
      font-size: clamp(1.25rem, 0.9692982456rem + 1.4035087719vw, 2.25rem);
    }
  }
  @supports not (font-size: clamp(1.25rem, 0.9692982456rem + 1.4035087719vw, 2.25rem)) {
    .titl__row-text {
      font-size: calc(1.25rem + 1 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (margin-top: clamp(0.9375rem, 0.586622807rem + 1.7543859649vw, 2.1875rem)) {
    .info__row-icons {
      margin-top: clamp(0.9375rem, 0.586622807rem + 1.7543859649vw, 2.1875rem);
    }
  }
  @supports not (margin-top: clamp(0.9375rem, 0.586622807rem + 1.7543859649vw, 2.1875rem)) {
    .info__row-icons {
      margin-top: calc(0.9375rem + 1.25 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .price__container {
      padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem);
    }
  }
  @supports not (padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .price__container {
      padding-top: calc(1.875rem + 3.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .price__container {
      padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem);
    }
  }
  @supports not (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .price__container {
      padding-bottom: calc(1.875rem + 3.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (font-size: clamp(1.125rem, 1.0197368421rem + 0.5263157895vw, 1.5rem)) {
    .price__subtitl {
      font-size: clamp(1.125rem, 1.0197368421rem + 0.5263157895vw, 1.5rem);
    }
  }
  @supports not (font-size: clamp(1.125rem, 1.0197368421rem + 0.5263157895vw, 1.5rem)) {
    .price__subtitl {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (margin-bottom: clamp(1.5625rem, 0.5975877193rem + 4.8245614035vw, 5rem)) {
    .price__subtitl {
      margin-bottom: clamp(1.5625rem, 0.5975877193rem + 4.8245614035vw, 5rem);
    }
  }
  @supports not (margin-bottom: clamp(1.5625rem, 0.5975877193rem + 4.8245614035vw, 5rem)) {
    .price__subtitl {
      margin-bottom: calc(1.5625rem + 3.4375 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .account__container {
      padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem);
    }
  }
  @supports not (padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .account__container {
      padding-top: calc(1.875rem + 3.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .account__container {
      padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem);
    }
  }
  @supports not (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .account__container {
      padding-bottom: calc(1.875rem + 3.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .modern__container {
      padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem);
    }
  }
  @supports not (padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .modern__container {
      padding-top: calc(1.875rem + 3.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .modern__container {
      padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem);
    }
  }
  @supports not (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .modern__container {
      padding-bottom: calc(1.875rem + 3.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-top: clamp(1.25rem, 1.0745614035rem + 0.8771929825vw, 1.875rem)) {
    .modern__cnt {
      padding-top: clamp(1.25rem, 1.0745614035rem + 0.8771929825vw, 1.875rem);
    }
  }
  @supports not (padding-top: clamp(1.25rem, 1.0745614035rem + 0.8771929825vw, 1.875rem)) {
    .modern__cnt {
      padding-top: calc(1.25rem + 0.625 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(1.25rem, 1.0745614035rem + 0.8771929825vw, 1.875rem)) {
    .modern__cnt {
      padding-bottom: clamp(1.25rem, 1.0745614035rem + 0.8771929825vw, 1.875rem);
    }
  }
  @supports not (padding-bottom: clamp(1.25rem, 1.0745614035rem + 0.8771929825vw, 1.875rem)) {
    .modern__cnt {
      padding-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-left: clamp(1.25rem, 0.548245614rem + 3.5087719298vw, 3.75rem)) {
    .modern__cnt {
      padding-left: clamp(1.25rem, 0.548245614rem + 3.5087719298vw, 3.75rem);
    }
  }
  @supports not (padding-left: clamp(1.25rem, 0.548245614rem + 3.5087719298vw, 3.75rem)) {
    .modern__cnt {
      padding-left: calc(1.25rem + 2.5 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-right: clamp(1.25rem, 0.548245614rem + 3.5087719298vw, 3.75rem)) {
    .modern__cnt {
      padding-right: clamp(1.25rem, 0.548245614rem + 3.5087719298vw, 3.75rem);
    }
  }
  @supports not (padding-right: clamp(1.25rem, 0.548245614rem + 3.5087719298vw, 3.75rem)) {
    .modern__cnt {
      padding-right: calc(1.25rem + 2.5 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (font-size: clamp(1.25rem, 1.0394736842rem + 1.0526315789vw, 2rem)) {
    .modern__cnt-text {
      font-size: clamp(1.25rem, 1.0394736842rem + 1.0526315789vw, 2rem);
    }
  }
  @supports not (font-size: clamp(1.25rem, 1.0394736842rem + 1.0526315789vw, 2rem)) {
    .modern__cnt-text {
      font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .referal__container {
      padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem);
    }
  }
  @supports not (padding-top: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .referal__container {
      padding-top: calc(1.875rem + 3.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .referal__container {
      padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem);
    }
  }
  @supports not (padding-bottom: clamp(1.875rem, 0.8223684211rem + 5.2631578947vw, 5.625rem)) {
    .referal__container {
      padding-bottom: calc(1.875rem + 3.75 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(1.25rem, 1.1622807018rem + 0.4385964912vw, 1.5625rem)) {
    .info__referal-titl {
      padding-bottom: clamp(1.25rem, 1.1622807018rem + 0.4385964912vw, 1.5625rem);
    }
  }
  @supports not (padding-bottom: clamp(1.25rem, 1.1622807018rem + 0.4385964912vw, 1.5625rem)) {
    .info__referal-titl {
      padding-bottom: calc(1.25rem + 0.3125 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (font-size: clamp(1.125rem, 1.0197368421rem + 0.5263157895vw, 1.5rem)) {
    .info__referal-subtitl {
      font-size: clamp(1.125rem, 1.0197368421rem + 0.5263157895vw, 1.5rem);
    }
  }
  @supports not (font-size: clamp(1.125rem, 1.0197368421rem + 0.5263157895vw, 1.5rem)) {
    .info__referal-subtitl {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 71.25);
    }
  }
  @supports (padding-bottom: clamp(1.25rem, 1.1622807018rem + 0.4385964912vw, 1.5625rem)) {
    .info__referal-text {
      padding-bottom: clamp(1.25rem, 1.1622807018rem + 0.4385964912vw, 1.5625rem);
    }
  }
  @supports not (padding-bottom: clamp(1.25rem, 1.1622807018rem + 0.4385964912vw, 1.5625rem)) {
    .info__referal-text {
      padding-bottom: calc(1.25rem + 0.3125 * (100vw - 20rem) / 71.25);
    }
  }
}
@media (any-hover: hover) {
  .button:hover {
    transition: all 0.5s;
    border: 1px solid #52bcff;
  }
}
.webp .footer::after {
  background-image: url(../img/footer/bgc-footer.webp);
}
.webp .hero::after {
  background-image: url(../img/block1/bgc-block1.webp);
}
.webp .services::after {
  background-image: url(../img/block5/bgc-block5.webp);
}
.webp .account::after {
  background-image: url(../img/block7/bgc.webp);
}
@media (max-width: 61.99875em) {
  .webp .account::after {
    background-image: url(../img/block7/bgcsmall.webp);
  }
}
@media (max-width: 47.99875em) {
  .webp .footer::after {
    background-image: url(../img/footer/bgc-footersmall.webp);
  }
}
@media (max-width: 47.99875em) {
  .webp .hero::after {
    background-image: url(../img/block1/bg-block1-small.webp);
  }
}
@media (max-width: 47.99875em) {
  .webp .services::after {
    background-image: url(../img/block5/bgcsmall-block5.webp);
  }
}
