.--lc-5 {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-list, .b-check-list, .b-cat-item .__list, .b-cat-item .__descr ul, .b-bread ul, .b-breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-file-upload, .b-btn path, .b-btn circle, .b-btn svg, .b-btn, .b-bread ul li a, .b-tarif-table .__btn, .b-tarif-table.--mob.--open .__row:first-child:after, .b-tabs .__controls.--serv .__item path, .b-tabs .__controls .__item, .b-header .__menu a, .b-header {
  transition: all 0.3s ease-out;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.b-wrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

button {
  font-family: "TildaSans", sans-serif;
}

a {
  text-decoration: none;
}

body {
  font-family: "TildaSans", sans-serif;
  font-size: 19px;
  line-height: 1.4;
  color: #000000;
  margin: 0;
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
  background: #F7F9FE;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.b-container {
  width: 100%;
  max-width: 1192px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}

.b-logo {
  display: block;
}
.b-logo img {
  display: block;
  width: 100%;
  max-width: 190px;
}

.b-header {
  top: 0;
  width: 100%;
  border-radius: 18px;
  position: sticky;
  z-index: 1000;
  background: #FFFFFF;
  padding: 6px 0;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .b-header {
    width: 100%;
    border-radius: 0;
    top: 0;
    padding: 8px 0;
  }
}
.b-header .--burger {
  display: none;
}
@media (max-width: 991px) {
  .b-header .--burger {
    display: flex;
    height: 32px;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
  }
}
.b-header .__grid {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto auto;
  grid-gap: 16px;
  z-index: 1000;
  position: relative;
}
@media (max-width: 991px) {
  .b-header .__grid {
    grid-template-columns: 1fr auto auto;
  }
}
@media (max-width: 575px) {
  .b-header .__grid {
    grid-template-columns: 1fr auto;
  }
}
.b-header .__btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .b-header .__btns .b-btn:first-child {
    display: none;
  }
}
.b-header .__phone {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
@media (max-width: 572px) {
  .b-header .__phone {
    display: none;
  }
}
.b-header .__menu {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .b-header .__menu {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .b-header .__menu {
    display: none;
  }
}
.b-header .__menu a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.b-header .__menu a.--fc-blue-1 {
  color: #4363AC;
}
.b-header .__menu a:hover {
  opacity: 0.8;
}

.b-decor-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-gap: 16px;
}
@media (max-width: 575px) {
  .b-decor-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .b-decor-grid.--alt-order > *:first-child {
    order: 2;
  }
}

.b-footer {
  padding: 40px 0 24px;
  background: #1F1E1F;
  position: relative;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 767px) {
  .b-footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.b-footer .b-logo img {
  max-width: 243px;
}
.b-footer .__sub {
  color: #959595;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}
.b-footer .__col {
  display: flex;
  flex-direction: column;
  gap: 80px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .b-footer .__col {
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-footer .__col {
    grid-column: span 2;
  }
}
.b-footer .__decor {
  position: absolute;
  z-index: 1;
  aspect-ratio: 407/372;
  max-width: 100%;
  width: 407px;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.b-footer .__btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.b-footer .__btns a {
  display: block;
}
.b-footer .__btns a img {
  display: block;
  max-height: 40px;
}
@media (max-width: 991px) {
  .b-footer br {
    display: none;
  }
}
.b-footer .__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  padding-bottom: 52px;
  border-bottom: 1px solid #585858;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .b-footer .__grid {
    margin-bottom: 48px;
  }
}
@media (max-width: 991px) {
  .b-footer .__grid {
    grid-gap: 32px;
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .b-footer .__grid {
    grid-template-columns: 1fr auto auto;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .b-footer .__grid {
    grid-template-columns: 1fr auto;
  }
}
.b-footer .__grid > * {
  min-width: 0;
}
.b-footer .__grid .__menu {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .b-footer .__grid .__menu {
    padding: 0;
  }
}
.b-footer .__grid .__menu a {
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; /* 121.429% */
}
.b-footer .__info {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-left: auto;
}
.b-footer .__phone {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.015rem;
}
@media (max-width: 1199px) {
  .b-footer .__phone {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .b-footer .__phone {
    font-size: 20px;
  }
}
.b-footer .__bot {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  color: #868686;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 991px) {
  .b-footer .__bot {
    grid-gap: 24px;
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .b-footer .__bot {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.b-footer .__bot a {
  color: inherit;
}
.b-footer .__bot .__policy {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .b-footer .__bot .__policy {
    padding: 0;
  }
}
.b-footer .__bot .__oferta {
  margin-left: auto;
}

.b-swiper-wrapper .swiper-slide {
  height: auto !important;
}
.b-swiper-wrapper .swiper-slide img {
  max-width: 100%;
}
.b-swiper-wrapper.--sync .swiper {
  margin: -16px;
  padding: 16px;
}
@media (max-width: 1199px) {
  .b-swiper-wrapper.--sync .swiper-slide {
    max-width: 175px;
  }
}
.b-swiper-wrapper.--serv .swiper {
  padding: 24px 16px;
  margin: -24px -16px;
}
@media (max-width: 991px) {
  .b-swiper-wrapper.--serv .swiper-slide {
    max-width: 320px;
  }
}
@media (max-width: 575px) {
  .b-swiper-wrapper.--serv .swiper-slide {
    max-width: 300px;
  }
}

.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.cols-2 > * {
  min-width: 0;
}
@media (max-width: 1199px) {
  .cols-2.--xl {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .cols-2.--lg {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .cols-2.--md {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .cols-2.--sm {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .cols-2.--base {
    grid-template-columns: 1fr;
  }
}
.cols-2.--base .__right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 32px;
}
@media (max-width: 1199px) {
  .cols-2.--base .__right {
    padding-left: 0;
  }
}
.cols-2.--base .__right .b-block {
  flex: auto;
}
@media (max-width: 991px) {
  .cols-2.--base .__right .b-block {
    flex: unset;
  }
}

.cols-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .cols-3.--lg {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cols-3.--lg {
    grid-template-columns: 1fr;
  }
}

.cols-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
}
@media (max-width: 1199px) {
  .cols-4.--xl {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cols-4.--xl {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cols-4.--xl {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .cols-4.--xl.--alt {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cols-4.--xl.--alt {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .cols-4.--lg {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cols-4.--lg {
    grid-template-columns: 1fr;
  }
}

.b-main-top {
  position: relative;
  height: 730px;
  padding: 64px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1439px) {
  .b-main-top {
    height: 520px;
  }
}
@media (max-width: 1199px) {
  .b-main-top {
    height: 440px;
  }
}
@media (max-width: 767px) {
  .b-main-top {
    height: 400px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .b-main-top {
    height: 320px;
  }
}
.b-main-top .__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-main-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(38, 35, 35, 0.2) linear-gradient(0deg, rgba(13, 13, 13, 0.9) 0, rgba(13, 13, 13, 0) 46%);
}
@media (max-width: 767px) {
  .b-main-top:after {
    background: rgba(38, 35, 35, 0.3) linear-gradient(0deg, rgba(13, 13, 13, 0.9) 0, rgba(13, 13, 13, 0) 56%);
  }
}
.b-main-top .__inner {
  position: relative;
  z-index: 3;
}
@media (max-width: 575px) {
  .b-main-top .__inner {
    width: 100%;
  }
}
.b-main-top .__inner .__btns {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.b-main-top .__inner .__btns .b-btn {
  padding: 0 24px;
  letter-spacing: -0.01rem;
  white-space: nowrap;
}
@media (max-width: 585px) {
  .b-main-top .__inner .__btns .b-btn {
    padding: 0 16px;
  }
}

.b-breadcrumbs {
  position: relative;
}
.b-breadcrumbs ul {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .b-breadcrumbs ul {
    margin-left: -16px;
    margin-right: -16px;
    overflow: auto;
    padding: 12px 0;
  }
}
.b-breadcrumbs ul::-webkit-scrollbar {
  height: 0;
}
.b-breadcrumbs ul li {
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .b-breadcrumbs ul li:first-child {
    margin-left: 16px;
  }
}
.b-breadcrumbs ul li:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .b-breadcrumbs ul li:last-child {
    margin-right: 16px;
  }
}
.b-breadcrumbs ul li:last-child:after {
  content: none;
}
.b-breadcrumbs ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 8 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.55284 1.77601C6.67637 1.52928 6.97688 1.42911 7.22374 1.55238C7.47065 1.67583 7.57068 1.97633 7.44737 2.22327L1.44737 14.2233C1.32388 14.4703 1.02346 14.5704 0.776472 14.4469C0.529666 14.3233 0.429387 14.0229 0.552839 13.776L6.55284 1.77601Z' fill='%23BCBCBC'/%3E%3C/svg%3E");
}
.b-breadcrumbs ul li span {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14px */
}
@media (max-width: 991px) {
  .b-breadcrumbs ul li span {
    white-space: nowrap;
  }
}
.b-breadcrumbs ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14px */
}
@media (max-width: 991px) {
  .b-breadcrumbs ul li a {
    white-space: nowrap;
  }
}

.b-anchor-wrap {
  position: relative;
}
.b-anchor-wrap .__anchor {
  position: absolute;
  bottom: 160px;
  left: 0;
  opacity: 0;
}
@media (max-width: 991px) {
  .b-anchor-wrap .__anchor {
    bottom: 120px;
  }
}
.b-anchor-wrap .__anchor.--card {
  bottom: 200px;
}
@media (max-width: 991px) {
  .b-anchor-wrap .__anchor.--card {
    bottom: 120px;
  }
}

.b-top-section {
  padding-top: 32px;
  padding-bottom: 114px;
  background: #4363AC;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.b-top-section.--alt .__grid {
  align-items: start;
}
.b-top-section.--sm .__grid {
  padding-right: 100px;
  grid-template-columns: 1fr 300px;
}
@media (max-width: 1199px) {
  .b-top-section.--sm .__grid {
    padding-right: 0;
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 767px) {
  .b-top-section.--sm .__grid {
    grid-template-columns: 1fr;
  }
}
.b-top-section .__list {
  display: flex;
  gap: 16px 32px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .b-top-section .__list {
    gap: 12px 24px;
  }
}
.b-top-section .__list span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.005rem;
}
@media (max-width: 767px) {
  .b-top-section .__list span {
    font-size: 15px;
  }
}
.b-top-section .__btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 575px) {
  .b-top-section .__btns {
    flex-wrap: wrap;
  }
}
.b-top-section .__btns .b-btn {
  width: fit-content;
  white-space: nowrap;
}
.b-top-section .__grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  align-items: end;
  grid-gap: 12px;
}
@media (max-width: 1199px) {
  .b-top-section .__grid {
    align-items: start;
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 767px) {
  .b-top-section .__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .b-top-section .__grid > div:first-child {
    order: 2;
  }
}
.b-top-section .__img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.b-top-section .__img-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .b-top-section .__img-wrap {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.b-top-section .__img-wrap:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 3000px;
  filter: blur(25px);
  opacity: 0.12;
  background: #FFF;
  width: 110%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-top-section .__int {
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .b-top-section .__int {
    font-size: 14px;
  }
}
.b-top-section .__services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .b-top-section .__services {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.b-service {
  border-radius: 66px;
  padding: 8px 24px 8px 8px;
  background: rgba(221, 231, 255, 0.8);
  color: #000000;
  font-size: 19px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .b-service {
    border-radius: 56px;
    gap: 8px;
    font-size: 16px;
    padding: 4px 16px 4px 4px;
  }
  .b-service img {
    width: 32px;
    height: 32px;
  }
}

.b-descr {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .b-descr {
    font-size: 13px;
  }
}

.b-negative-block {
  position: relative;
  z-index: 3;
  margin-top: -90px;
  padding: 32px;
  border-radius: 32px;
  background: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(67, 99, 172, 0.2);
}
@media (max-width: 767px) {
  .b-negative-block {
    padding: 24px;
    border-radius: 24px;
  }
}

.b-advan {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 16px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .b-advan {
    grid-template-columns: 32px 1fr;
    grid-gap: 8px;
  }
}
@media (max-width: 767px) {
  .b-advan {
    font-size: 14px;
  }
}
.b-advan img {
  max-width: 100%;
}
.b-advan span {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01rem;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .b-advan span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .b-advan span {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.b-tabs .__content {
  display: none;
}
.b-tabs .__content.--active {
  display: block;
}
.b-tabs .__controls {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.b-tabs .__controls .__item {
  cursor: pointer;
  display: flex;
  width: 100%;
  max-width: 270px;
  height: 50px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #E6EAF5;
  background: #FFF;
  color: #4363AC;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.b-tabs .__controls .__item.--active {
  pointer-events: none;
  cursor: auto;
  background: #4363AC;
  color: #FFFFFF;
}
.b-tabs .__controls .__item:hover {
  background: #4363AC;
  color: #FFFFFF;
}
.b-tabs .__controls.--serv {
  border-radius: 25px;
  background: #FFFFFF;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  box-shadow: 0 0 15px 0 rgba(67, 99, 172, 0.2);
}
@media (max-width: 1199px) {
  .b-tabs .__controls.--serv {
    padding: 24px;
    grid-gap: 8px;
  }
}
@media (max-width: 991px) {
  .b-tabs .__controls.--serv {
    justify-content: unset;
    padding: 0;
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
    gap: 8px;
    background: none;
    box-shadow: none;
    border-radius: 0;
  }
  .b-tabs .__controls.--serv::-webkit-scrollbar {
    height: 0;
    opacity: 0;
  }
}
.b-tabs .__controls.--serv .__item {
  border-radius: 12px;
  border: 1px solid #C0CEEE;
  background: #F7F9FE;
  padding: 12px;
  gap: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-align: start;
  justify-content: start;
}
@media (max-width: 1199px) {
  .b-tabs .__controls.--serv .__item {
    font-size: 14px;
    gap: 8px;
    padding: 8px;
  }
}
@media (max-width: 991px) {
  .b-tabs .__controls.--serv .__item {
    min-width: 260px;
    width: fit-content;
  }
  .b-tabs .__controls.--serv .__item:first-child {
    margin-left: 16px;
  }
  .b-tabs .__controls.--serv .__item:last-child {
    margin-right: 16px;
  }
}
.b-tabs .__controls.--serv .__item.--active, .b-tabs .__controls.--serv .__item:hover {
  border: 1px solid #4363AC;
  background: #4363AC;
  color: #FFFFFF;
}
.b-tabs .__controls.--serv .__item.--active path, .b-tabs .__controls.--serv .__item:hover path {
  fill: #FFFFFF;
}

.b-advan-grid {
  display: grid;
  grid-template-columns: 1fr 290px 1fr;
  grid-gap: 12px;
  position: relative;
  padding-top: 32px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .b-advan-grid {
    padding-top: 0;
    grid-template-columns: 1fr 240px 1fr;
  }
}
@media (max-width: 767px) {
  .b-advan-grid {
    padding-top: 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-advan-grid {
    padding-top: 0;
    grid-template-columns: 1fr;
  }
}
.b-advan-grid .__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .b-advan-grid .__col {
    order: 2;
  }
}
@media (max-width: 767px) {
  .b-advan-grid .__col .b-advan-block {
    flex: 1;
  }
}
.b-advan-grid .__center {
  margin-top: -32px;
  position: relative;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .b-advan-grid .__center {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .b-advan-grid .__center {
    grid-column: span 2;
    max-width: 240px;
  }
}
@media (max-width: 575px) {
  .b-advan-grid .__center {
    grid-column: span 1;
    max-width: 200px;
  }
}
.b-advan-grid .__center:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 40%;
  width: 100%;
  z-index: 2;
  background: linear-gradient(0deg, #F7F9FE 0%, rgba(247, 249, 254, 0) 100%);
}
.b-advan-grid .__center > img {
  width: 100%;
}
.b-advan-grid .__center .__btns {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 991px) {
  .b-advan-grid .__center .__btns a img {
    max-height: 40px;
  }
}

.b-advan-block {
  border-radius: 20px;
  background: #FFFFFF;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .b-advan-block {
    padding: 24px;
  }
}
.b-advan-block img {
  width: fit-content;
}
@media (max-width: 767px) {
  .b-advan-block {
    font-size: 12px;
  }
}
.b-advan-block span {
  color: #4363AC;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .b-advan-block span {
    font-size: 16px;
  }
}

.b-tarif-table {
  padding: 48px 16px 0;
  margin: -24px -16px 0;
  overflow-y: hidden;
}
@media (max-width: 991px) {
  .b-tarif-table {
    display: none;
  }
}
.b-tarif-table.--mob {
  display: none;
  overflow-y: visible;
}
@media (max-width: 991px) {
  .b-tarif-table.--mob {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 16px;
    box-shadow: 0 0 15px 0 rgba(67, 99, 172, 0.2);
  }
}
.b-tarif-table.--mob .__head:after {
  content: none;
}
.b-tarif-table.--mob .__row:last-child .__cell:after {
  content: none;
}
.b-tarif-table.--mob.--open .__row {
  display: none;
}
.b-tarif-table.--mob.--open .__row:first-child {
  display: grid;
  position: relative;
}
.b-tarif-table.--mob.--open .__row:first-child:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  height: 30px;
  width: 30px;
  transform: rotate(180deg);
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4697 5.46973C11.7626 5.17684 12.2374 5.17684 12.5303 5.46973C12.8232 5.76262 12.8232 6.23738 12.5303 6.53028L8 11.0606L3.46973 6.53028C3.17684 6.23738 3.17684 5.76262 3.46973 5.46973C3.76262 5.17684 4.23738 5.17684 4.53028 5.46973L8 8.93946L11.4697 5.46973Z' fill='%234363AC'/%3E%3C/svg%3E");
}
.b-tarif-table.--mob.--open .__head {
  padding: 16px;
}
.b-tarif-table.--mob.--open .__separator {
  display: none;
}
.b-tarif-table.--mob.--open.--active .__row {
  display: grid;
}
.b-tarif-table.--mob.--open.--active .__row:first-child:after {
  transform: rotate(0);
}
.b-tarif-table.--mob.--open.--active .__separator {
  display: block;
}
.b-tarif-table .__row {
  display: grid;
  grid-template-columns: 248px 1fr 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 991px) {
  .b-tarif-table .__row {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.b-tarif-table .__row.--btn {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  margin: 0 -16px;
  padding: 0 16px;
}
.b-tarif-table .__row.--gray {
  background: rgba(201, 213, 232, 0.4);
}
.b-tarif-table .__row:nth-child(2) {
  border-radius: 15px 0 0 0;
}
@media (max-width: 991px) {
  .b-tarif-table .__row:nth-child(2) {
    border-radius: 0;
  }
}
.b-tarif-table .__row:last-child .__cell {
  position: relative;
}
.b-tarif-table .__row:last-child .__cell:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 15px;
  box-shadow: 0 0 15px 0 rgba(67, 99, 172, 0.2);
}
.b-tarif-table .__btn {
  height: 60px;
  background: #4363AC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0 0 15px 15px;
  position: relative;
}
.b-tarif-table .__btn:hover {
  opacity: 0.8;
}
.b-tarif-table .__separator {
  padding: 16px;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1;
  background: #4363AC;
  position: relative;
}
@media (max-width: 991px) {
  .b-tarif-table .__separator {
    padding: 8px 16px;
    font-size: 15px;
    text-align: center;
  }
}
.b-tarif-table .__separator.--bg-green1 {
  background: #4EB045;
}
.b-tarif-table .__head {
  padding: 24px 20px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .b-tarif-table .__head {
    padding: 24px 16px 16px;
  }
}
.b-tarif-table .__head:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 9999px;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 0 15px 0 rgba(67, 99, 172, 0.2);
  pointer-events: none;
}
.b-tarif-table .__head .b-btn {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 3;
  width: fit-content;
}
.b-tarif-table .__head .__title {
  color: #4EB045;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.b-tarif-table .__head .__title.--fc-orange-1 {
  color: #FF6737;
}
.b-tarif-table .__head .__title.--fc-blue-1 {
  color: #4363AC;
}
@media (max-width: 991px) {
  .b-tarif-table .__head .__title {
    font-size: 22px;
    margin-bottom: 4px;
  }
}
.b-tarif-table .__head .__sub {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
}
.b-tarif-table .__head .__sub.--sm {
  font-size: 13px;
}
.b-tarif-table .__cell {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #4363AC;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
}
.b-tarif-table .__cell.--fc-green-1 {
  color: #4EB045;
}
.b-tarif-table .__cell.--btn {
  padding-top: 0;
}
.b-tarif-table .__cell.--btn .b-btn {
  width: 100%;
  max-width: 149px;
}
.b-tarif-table .__cell span {
  font-size: 19px;
  display: block;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .b-tarif-table .__cell span {
    font-size: 14px;
    margin-top: 4px;
  }
}
@media (max-width: 991px) {
  .b-tarif-table .__cell {
    padding: 4px 16px 12px;
    font-size: 18px;
  }
}
.b-tarif-table .__cell:first-child {
  color: #000000;
  text-align: start;
  align-items: start;
  font-size: 19px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .b-tarif-table .__cell:first-child {
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 12px 16px 0;
    font-size: 14px;
  }
}

.b-block {
  border-radius: 29px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(115, 103, 240, 0.2);
  padding: 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .b-block {
    padding: 24px;
  }
}
.b-block.--check {
  padding: 24px;
  border-radius: 20px;
  background: #F7F9FE;
  display: grid;
  grid-template-columns: 1fr 50px;
  grid-gap: 8px;
  box-shadow: none;
  height: auto;
}
@media (max-width: 1199px) {
  .b-block.--check {
    grid-template-columns: 1fr 40px;
  }
}
@media (max-width: 767px) {
  .b-block.--check {
    padding: 16px;
  }
}
.b-block.--check > img {
  margin-bottom: 0;
  max-width: 100%;
}
.b-block.--check .__title {
  margin-bottom: 4px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .b-block.--check .__title {
    font-size: 18px;
  }
}
.b-block.--check .__descr {
  color: #000000;
  font-weight: 400;
  line-height: 1.3;
}
.b-block.--base {
  border-radius: 20px;
  background: rgba(251, 251, 252, 0.8);
  box-shadow: 0 0 15px 0 rgba(67, 99, 172, 0.16);
  padding: 20px;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 16px;
  backdrop-filter: blur(7px);
}
@media (max-width: 767px) {
  .b-block.--base {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .b-block.--base br {
    display: none;
  }
}
.b-block.--base .__title {
  font-size: 22px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .b-block.--base .__title {
    font-size: 18px;
  }
}
.b-block.--base .__descr {
  color: #000000;
  opacity: 0.6;
}
.b-block.--img {
  padding: 0;
  overflow: hidden;
}
.b-block.--img > img {
  aspect-ratio: 375/239;
  width: 100%;
  margin: 0;
}
.b-block.--img .__bot {
  padding: 24px 24px 32px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .b-block.--img .__bot {
    padding: 24px;
  }
}
.b-block.--img .__title {
  color: #000000;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-block.--img .__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.b-block.--img .__date {
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: auto;
}
.b-block.--md .__title {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .b-block.--md .__title {
    font-size: 18px;
  }
}
.b-block.--md .__descr {
  font-size: 14px;
}
.b-block > img {
  margin-bottom: 24px;
  width: fit-content;
}
@media (max-width: 767px) {
  .b-block > img {
    margin-bottom: 16px;
  }
}
.b-block .__title {
  color: #4363AC;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-block .__title {
    font-size: 20px;
  }
}
.b-block .__descr {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .b-block .__descr {
    font-size: 14px;
  }
}
.b-block .__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.b-tarif-section {
  position: relative;
  height: 690px;
}
@media (max-width: 1439px) {
  .b-tarif-section {
    height: 520px;
  }
}
@media (max-width: 1199px) {
  .b-tarif-section {
    height: auto;
  }
}
.b-tarif-section .__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.b-tarif-section:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 54%;
  width: 100%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.b-tarif-section .b-container {
  height: 100%;
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 90px;
  justify-content: end;
  padding-bottom: 56px;
  padding-top: 56px;
}
@media (max-width: 767px) {
  .b-tarif-section .b-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 1439px) {
  .b-tarif-section .b-container {
    gap: 32px;
  }
}

.b-why-section {
  position: relative;
}
.b-why-section .__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.b-why-section:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(38, 35, 35, 0.2);
}
.b-why-section .b-container {
  z-index: 3;
  position: relative;
}
.b-why-section .__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  align-items: end;
}
@media (max-width: 1199px) {
  .b-why-section .__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1199px) {
  .b-why-section .__grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .b-why-section .__grid .b-block {
    height: calc(100% - 210px);
  }
  .b-why-section .__grid .b-block:nth-child(2) {
    margin-bottom: 210px;
    position: relative;
    z-index: 2;
    transform: translateX(-48px);
  }
  .b-why-section .__grid .b-block:nth-child(3) {
    margin-bottom: 210px;
    position: relative;
    z-index: 2;
    transform: translateX(48px);
  }
}

#mmenu:not(.mm-menu_opened) {
  display: none;
}

.b-bread {
  border-radius: 30px;
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.8);
  padding: 4px 16px;
  width: fit-content;
}
.b-bread ul {
  display: flex;
  align-items: center;
}
.b-bread ul li {
  position: relative;
  padding-left: 32px;
}
.b-bread ul li:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='6' viewBox='0 0 14 6' fill='none'%3E%3Cpath d='M10.8105 0C11.46 0.708008 12.0215 1.24756 12.4951 1.61865C12.9688 1.98486 13.4155 2.2583 13.8354 2.43896V2.76855C13.3521 3.00293 12.8833 3.30322 12.4292 3.66943C11.9751 4.03076 11.4331 4.56299 10.8032 5.26611H10.2393C10.6982 4.28467 11.1792 3.53027 11.6821 3.00293H0V2.26318H11.6821C11.311 1.79443 11.0522 1.44531 10.9058 1.21582C10.7593 0.981445 10.542 0.576172 10.2539 0H10.8105Z' fill='black'/%3E%3C/svg%3E");
}
.b-bread ul li:first-child {
  padding-left: 0;
}
.b-bread ul li:first-child:after {
  content: none;
}
.b-bread ul li a {
  color: #414347;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}
.b-bread ul li a:hover {
  opacity: 0.8;
}
.b-bread ul li svg {
  display: block;
}
.b-bread ul li span {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.b-base-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .b-base-wrap {
    gap: 8px;
  }
}
.b-base-wrap .__bg {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: scale-down;
  object-position: center bottom;
}
.b-base-wrap .b-block {
  position: absolute;
  width: fit-content;
  height: fit-content;
}
@media (max-width: 991px) {
  .b-base-wrap .b-block {
    position: static;
    width: 100%;
    height: auto;
    transform: none !important;
  }
}
.b-base-wrap .b-block:nth-child(1) {
  top: 72px;
  left: 0;
}
.b-base-wrap .b-block:nth-child(2) {
  bottom: 158px;
  left: 30px;
}
@media (max-width: 1199px) {
  .b-base-wrap .b-block:nth-child(2) {
    left: 0;
  }
}
.b-base-wrap .b-block:nth-child(3) {
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.b-base-wrap .b-block:nth-child(4) {
  top: 58px;
  right: 0;
}
.b-base-wrap .b-block:nth-child(5) {
  bottom: 175px;
  right: 60px;
}
@media (max-width: 1199px) {
  .b-base-wrap .b-block:nth-child(5) {
    right: 0;
  }
}

.b-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.b-btn-wrap .b-btn {
  flex: auto;
}

.b-img-item {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 21px; /* 105% */
}
.b-img-item img {
  width: 100%;
  border-radius: 20px;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-img-item img {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .b-img-item {
    font-size: 18px;
  }
}

.b-cat-item {
  padding: 30px;
  border-radius: 29px;
  background: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(115, 103, 240, 0.2);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .b-cat-item {
    padding: 20px;
  }
}
.b-cat-item .__descr {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}
.b-cat-item .__descr ul {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.b-cat-item .__descr ul li {
  padding-left: 20px;
  position: relative;
}
.b-cat-item .__descr ul li:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  top: 6px;
  left: 9px;
  background: #000000;
  position: absolute;
}
.b-cat-item .__prices {
  display: flex;
  gap: 12px 24px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.b-cat-item .__line {
  margin-bottom: 20px;
  width: 100%;
  height: 2px;
  background-size: contain;
  background-position: right;
  background-repeat: repeat-x;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305' height='3' viewBox='0 0 305 3' fill='none'%3E%3Cpath d='M304.41 1.01465C202.94 1.01465 101.47 1.01465 0 1.01465' stroke='%23BFC0C1' stroke-width='2.0294' stroke-dasharray='7.61 7.61'/%3E%3C/svg%3E");
}
.b-cat-item .__list-title {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 12px;
  opacity: 0.5;
}
.b-cat-item .__btns {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
.b-cat-item .__btns .b-btn {
  width: 100%;
}
.b-cat-item .__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.b-cat-item .__list li {
  position: relative;
  padding-left: 20px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .b-cat-item .__list li {
    font-size: 14px;
  }
}
.b-cat-item .__list li:after {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cg clip-path='url(%23clip0_1_387)'%3E%3Cpath d='M1.20001 5.54504L4.39625 8.54504L10.8 2.54504' stroke='%237367F0' stroke-width='1.38382' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_387'%3E%3Crect width='12' height='9.6' fill='white' transform='translate(0 -0.00500488)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.b-price {
  display: grid;
  align-items: end;
  grid-template-columns: auto 1fr;
  grid-gap: 3px 6px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3; /* 137.5% */
}
.b-price .__label {
  grid-column: span 2;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.7;
}
.b-price.--sm span {
  font-size: 25px;
}
@media (max-width: 991px) {
  .b-price.--sm span {
    font-size: 22px;
  }
}
.b-price.--md span {
  font-size: 27px;
}
@media (max-width: 991px) {
  .b-price.--md span {
    font-size: 22px;
  }
}
.b-price span {
  color: #4363AC;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .b-price span {
    font-size: 22px;
  }
}

.b-cat-form {
  padding: 40px;
  border-radius: 29px;
  background: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(115, 103, 240, 0.2);
}
@media (max-width: 1199px) {
  .b-cat-form {
    padding: 24px;
  }
}
.b-cat-form .__sub {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .b-cat-form .__sub {
    font-size: 15px;
  }
}
.b-cat-form .__inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.b-cat-form .__inputs .b-btn {
  margin-top: 11px;
  position: relative;
  margin-right: 22px;
  pointer-events: none;
}
.b-cat-form .__inputs .__close {
  background-size: cover;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M18.7758 18.7758C14.4805 23.071 7.51667 23.071 3.22146 18.7758C-1.07379 14.4806 -1.07383 7.51665 3.22139 3.22144C7.51664 -1.07381 14.4806 -1.07381 18.7758 3.22144C23.071 7.51665 23.071 14.4806 18.7758 18.7758Z' fill='%234363AC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7685 7.29234C14.5446 7.06847 14.1817 7.06847 13.9578 7.29235L11.0601 10.1901L8.10215 7.23214C7.87827 7.00826 7.51529 7.00826 7.29142 7.23213C7.06754 7.456 7.06755 7.81898 7.29143 8.04287L10.2493 11.0008L7.29159 13.9585C7.06772 14.1824 7.06772 14.5454 7.29159 14.7693C7.51552 14.9932 7.8785 14.9932 8.10238 14.7693L11.0601 11.8116L13.9576 14.709C14.1815 14.9329 14.5444 14.9329 14.7683 14.709C14.9922 14.4851 14.9922 14.1222 14.7683 13.8983L11.8709 11.0008L14.7686 8.10314C14.9924 7.87926 14.9924 7.51627 14.7685 7.29234Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  top: -11px;
  right: -22px;
  cursor: pointer;
  pointer-events: auto;
  background-color: transparent;
  border: none;
  outline: none;
}
.b-cat-form .__bot {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
}
@media (max-width: 767px) {
  .b-cat-form .__bot {
    gap: 12px;
  }
}
.b-cat-form .__bot .b-btn {
  margin-left: auto;
}
.b-cat-form .__bot .__price {
  display: flex;
  gap: 10px;
  color: #4363AC;
  font-size: 37px;
  font-weight: 900;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .b-cat-form .__bot .__price {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .b-cat-form .__bot .__price {
    font-size: 22px;
  }
}
.b-cat-form .__bot .__price span {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration-line: line-through;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .b-cat-form .__bot .__price span {
    font-size: 12px;
  }
}

.b-check-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.b-check-list li {
  position: relative;
  padding-left: 24px;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .b-check-list li {
    font-size: 14px;
  }
}
.b-check-list li:after {
  content: "";
  width: 16px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cg clip-path='url(%23clip0_54_886)'%3E%3Cpath d='M15.7226 0.271232C15.3528 -0.0972575 14.753 -0.0972567 14.3832 0.271295L6.01953 8.60631L1.61684 4.21871C1.24702 3.85015 0.647298 3.85015 0.277413 4.21871C-0.092471 4.58726 -0.092471 5.18492 0.277413 5.55353L5.34978 10.6085C5.53473 10.7928 5.77712 10.8849 6.01947 10.8849C6.26181 10.8849 6.50427 10.7928 6.68915 10.6085L15.7226 1.60606C16.0925 1.23751 16.0925 0.639847 15.7226 0.271232Z' fill='%234363AC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_54_886'%3E%3Crect width='16' height='10.8901' fill='white' transform='translate(0 -0.00512695)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.b-title {
  color: #4363AC;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .b-title {
    font-size: 22px;
  }
}

.b-btn {
  background: #4EB045;
  height: 43px;
  padding: 0 16px;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: none;
  width: fit-content;
  color: #FFFFFF;
  gap: 8px;
  text-align: center;
  cursor: pointer;
}
.b-btn:hover, .b-btn:focus, .b-btn:focus-within, .b-btn.--active {
  border: none;
  box-shadow: none;
  outline: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .b-btn {
    height: 38px;
    width: 100%;
  }
}
.b-btn .__txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  text-align: start;
}
.b-btn .__txt span {
  font-size: 12px;
  font-weight: 400;
}
.b-btn.--50 {
  height: 50px;
  padding: 0 12px;
}
.b-btn.--40 {
  height: 40px;
}
.b-btn.--56 {
  height: 56px;
  padding: 0 16px;
}
@media (max-width: 1199px) {
  .b-btn.--56 {
    height: 48px;
    padding: 0 12px;
  }
}
.b-btn.--64 {
  height: 64px;
  padding: 0 24px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .b-btn.--64 {
    height: 56px;
    padding: 0 16px;
  }
}
.b-btn.--blue-1 {
  background: #4363AC;
}
.b-btn.--border-blue {
  border: 1px solid #4363AC;
  color: #4363AC;
  background: transparent;
}
.b-btn.--border-blue:hover {
  border: 1px solid #4363AC;
}
.b-btn.--border {
  border: 1px solid #FFFFFF;
  background: transparent;
}
.b-btn.--border:hover {
  border: 1px solid #FFFFFF;
}
.b-btn.--orange-grad {
  background: linear-gradient(0deg, #FF9415 0%, #FFC709 100%);
}
.b-btn.--green-grad {
  background: linear-gradient(0deg, #04CE9B 0%, #64E408 100%);
}
.b-btn.--purple-grad {
  background: linear-gradient(0deg, #CE9FFC 0%, #7367F0 100%);
}
.b-btn.--w-100 {
  width: 100%;
}
.b-btn .--w-fc {
  width: fit-content;
}

.b-tag {
  display: flex;
  gap: 8px;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: fit-content;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #4EB045;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  padding: 0px 16px;
  border-radius: 12px;
  min-width: 28px;
  height: 28px;
}
.b-tag.--orange-1 {
  background: #FF6737;
}
.b-tag.--blue-1 {
  background: #4363AC;
}
.b-tag.--gray {
  background: #D9D9D9;
}
.b-tag.--lightgray {
  background: rgba(94, 94, 94, 0.5);
}
.b-tag.--w-100 {
  width: 100%;
}

.b-form-big-input {
  position: relative;
}
.b-form-big-input.--phone {
  position: relative;
}
.b-form-big-input.--phone .__input {
  padding-left: 64px;
}
.b-form-big-input.--phone .__flag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  padding-right: 20px;
  z-index: 3;
}
.b-form-big-input.--phone .__flag:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-33%);
  right: 6px;
  width: 0px;
  height: 0px;
  border-top: 5px solid #9A9A9A;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 5px solid transparent;
}
.b-form-big-input.--phone .__flag img {
  display: block;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.b-form-big-input .__input {
  font-family: "TildaSans", sans-serif;
  border-radius: 12px;
  font-weight: 400;
  color: #000000;
  border: 1px solid #F7F9FE;
  background: #F7F9FE;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 50px;
  line-height: 1.4;
  padding: 8px 20px;
  display: flex;
  outline: none;
  width: 100%;
  transition: all 0.3s ease-out;
  font-size: 16px;
}
.b-form-big-input .__input:hover, .b-form-big-input .__input:focus-within {
  border: 1px solid rgba(21, 21, 21, 0.5);
}
.b-form-big-input .__input::placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.b-form-big-input textarea.__input {
  width: 100%;
  max-height: 85px;
  height: 100%;
  padding-top: 12px !important;
}

.b-file-upload {
  position: relative;
  overflow: hidden;
  width: 116px;
  height: 36px;
  background: #4EB045;
  border-radius: 12px;
  padding: 8px 4px;
  color: #FFFFFF;
  text-align: center;
}
.b-file-upload:hover {
  opacity: 0.8;
}
.b-file-upload input[type=file] {
  display: none;
}
.b-file-upload label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.b-file-upload span {
  line-height: 38px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.b-checkbox {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 28px !important;
  min-height: 20px !important;
}
.b-checkbox.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.b-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
  margin: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.b-checkbox .__ico {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  outline: 2px solid #767676;
  outline-offset: -2px;
}
.b-checkbox .__ico:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath d='M6.21948 0.219566C6.5123 -0.0732559 6.98712 -0.0731145 7.28003 0.219566C7.57292 0.512459 7.57292 0.98722 7.28003 1.28011L3.28003 5.28011C3.13939 5.42067 2.9486 5.49984 2.74976 5.49984C2.55098 5.49974 2.36005 5.42068 2.21948 5.28011L0.219482 3.28011C-0.0731417 2.98725 -0.0731877 2.5124 0.219482 2.21957C0.512303 1.92675 0.987118 1.92689 1.28003 2.21957L2.74976 3.68929L6.21948 0.219566Z' fill='%23767676'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-out;
}
.b-checkbox input:checked + .__ico:after {
  opacity: 1;
}
.b-checkbox .__txt {
  display: inline-block;
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b-checkbox .__txt a {
  color: inherit;
}

.b-inline-form {
  background: #FFFFFF;
  padding: 40px 40px 48px;
  border-radius: 29px;
  box-shadow: 0 0 15px 0 rgba(115, 103, 240, 0.2);
  position: relative;
}
@media (max-width: 991px) {
  .b-inline-form {
    padding: 24px 32px 32px;
  }
}
@media (max-width: 575px) {
  .b-inline-form {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.b-form-wrap {
  padding: 48px 48px;
  position: relative;
  max-width: 1920px;
  min-height: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .b-form-wrap {
    justify-content: unset;
  }
}
.b-form-wrap.--star {
  background: url("../img/form/bg-star.png");
  background-size: cover !important;
}
@media (max-width: 991px) {
  .b-form-wrap.--star {
    padding: 56px 0 48px;
    background-position: bottom left 20%;
  }
}
@media (max-width: 575px) {
  .b-form-wrap.--star {
    background: url("../img/form/bg-star-mob.png");
    background-position: center top;
  }
}
.b-form-wrap.--star h2 {
  border-radius: 5px;
  background: #FFFFFF;
  padding: 8px 12px;
  color: #4363AC;
  position: relative;
}
.b-form-wrap.--star .__star-1 {
  position: absolute;
  top: 38px;
  left: 19%;
}
.b-form-wrap.--star .__star-2 {
  position: absolute;
  top: 68px;
  right: 22%;
}
@media (max-width: 991px) {
  .b-form-wrap.--star .__star-2 {
    display: none;
  }
}
.b-form-wrap.--star .__star-3 {
  position: absolute;
  top: 336px;
  left: 28%;
}
@media (max-width: 991px) {
  .b-form-wrap.--star .__star-3 {
    top: 150px;
    left: auto;
    right: -8px;
    z-index: 4;
  }
}
.b-form-wrap.--star .__star-4 {
  position: absolute;
  bottom: 80px;
  left: 19%;
}
@media (max-width: 991px) {
  .b-form-wrap.--star .__star-4 {
    z-index: 4;
    bottom: auto;
    top: 350px;
    left: -45px;
  }
}
.b-form-wrap.--star .__star-5 {
  position: absolute;
  bottom: -24px;
  right: -20px;
}
@media (max-width: 991px) {
  .b-form-wrap.--star .__star-5 {
    z-index: -1;
    bottom: -42px;
    right: 23px;
  }
}
@media (max-width: 991px) {
  .b-form-wrap.--star .__inner {
    gap: 250px;
  }
}
.b-form-wrap.--space {
  background: url("../img/form/bg-space.png");
  background-size: cover !important;
  max-width: 1536px;
  background-position: bottom right 25%;
}
@media (max-width: 991px) {
  .b-form-wrap.--space {
    padding: 56px 0 64px;
    background-position: bottom left 20%;
  }
}
@media (max-width: 575px) {
  .b-form-wrap.--space {
    background: url("../img/form/bg-space-mob.png");
    background-position: center bottom;
  }
}
@media (max-width: 991px) {
  .b-form-wrap.--space .__inner {
    gap: 300px;
  }
}
.b-form-wrap.--space h2 {
  border-radius: 5px;
  background: #FFFFFF;
  padding: 8px 12px;
  color: #4363AC;
  position: relative;
}
.b-form-wrap.--butterfly {
  background: url("../img/form/bg-fly.png");
  background-size: cover !important;
}
@media (max-width: 991px) {
  .b-form-wrap.--butterfly {
    padding: 48px 0 200px;
    background-position: bottom left 20%;
  }
}
@media (max-width: 575px) {
  .b-form-wrap.--butterfly {
    background: url("../img/form/bg-fly-mob.png");
    background-position: center bottom;
  }
}
.b-form-wrap.--butterfly h2 {
  border-radius: 5px;
  background: #4363AC;
  padding: 8px 12px;
  color: #FFFFFF;
  position: relative;
}
.b-form-wrap.--butterfly h2:after {
  content: "";
  position: absolute;
  top: -94px;
  left: -94px;
  width: 142px;
  aspect-ratio: 1/1;
  z-index: 1;
  background: url("../img/form/fly1.png");
  background-size: contain !important;
}
@media (max-width: 991px) {
  .b-form-wrap.--butterfly h2:after {
    content: none;
  }
}
@media (max-width: 991px) {
  .b-form-wrap.--butterfly .b-form-title {
    position: relative;
    padding: 0 24px;
  }
  .b-form-wrap.--butterfly .b-form-title:after {
    content: "";
    position: absolute;
    top: -60px;
    left: -60px;
    width: 110px;
    aspect-ratio: 1/1;
    z-index: 1;
    background-size: contain !important;
    background: url("../img/form/fly1.png");
  }
}
.b-form-wrap.--butterfly .__fly-2 {
  position: absolute;
  bottom: 200px;
  left: 19%;
}
@media (max-width: 991px) {
  .b-form-wrap.--butterfly .__fly-2 {
    bottom: 90px;
    z-index: 4;
    left: -1%;
  }
}
.b-form-wrap.--butterfly .__fly-3 {
  position: absolute;
  bottom: 100px;
  left: 31%;
}
@media (max-width: 991px) {
  .b-form-wrap.--butterfly .__fly-3 {
    left: auto;
    right: 1%;
    bottom: 64px;
  }
}
.b-form-wrap.--butterfly .__fly-4 {
  position: absolute;
  bottom: 88px;
  right: -56px;
}
@media (max-width: 991px) {
  .b-form-wrap.--butterfly .__fly-4 {
    display: none;
  }
}
.b-form-wrap h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  height: fit-content;
  width: fit-content;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .b-form-wrap h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .b-form-wrap h2 {
    margin-top: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .b-form-wrap h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-form-wrap h2 {
    font-size: 26px;
  }
}
.b-form-wrap .__inner {
  display: grid;
  grid-template-columns: 1fr 504px;
  grid-gap: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .b-form-wrap .__inner {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}

.b-form-title {
  color: #4363AC;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .b-form-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .b-form-title {
    text-align: center;
  }
  .b-form-title br {
    display: none;
  }
}

.b-form-sub {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .b-form-sub {
    text-align: center;
  }
}
.b-form-sub span {
  padding: 4px 8px;
  border-radius: 5px;
  background: #4EB045;
  color: #FFF;
  font-weight: 700;
}

a {
  text-decoration: none;
}

.b-list li {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .b-list li {
    font-size: 16px;
  }
}
.b-list li:last-child {
  margin-bottom: 0;
}
.b-list li:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .b-list li:after {
    font-size: 16px;
  }
}
.b-list li:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01rem;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
  }
}

h2, .h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 42px;
  font-weight: 900;
  line-height: 105%;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 22px;
  }
}
h2.--img, .h2.--img {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  h2.--img, .h2.--img {
    flex-direction: column;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  h2.--img img, .h2.--img img {
    max-width: 220px;
  }
}
h2 .--1c, .h2 .--1c {
  border-radius: 15px;
  background: #FFD800;
  color: #FC0B11;
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
}

h3, .h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
  }
}

p {
  font-weight: 400;
  margin: 0;
}

.--fs-32 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .--fs-32 {
    font-size: 24px;
  }
}

.--fs-24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .--fs-24 {
    font-size: 16px;
  }
}

.--fs-23 {
  font-size: 23px;
}
@media (max-width: 767px) {
  .--fs-23 {
    font-size: 16px;
  }
}

.--fs-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .--fs-20 {
    font-size: 16px;
  }
}

.--fs-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .--fs-18 {
    font-size: 16px;
  }
}

.--fs-16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .--fs-16 {
    font-size: 14px;
  }
}

.--fs-13 {
  font-size: 13px;
}

.--fs-14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .--fs-md-16 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .--fs-md-18 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .--fs-md-20 {
    font-size: 20px;
  }
}

.--underline {
  text-decoration: underline !important;
}
.--underline:hover {
  text-decoration: underline !important;
}

.--t-start {
  text-align: start;
}

.--t-center {
  text-align: center;
}

.--t-end {
  text-align: end;
}
@media (max-width: 991px) {
  .--t-end {
    text-align: start;
  }
}

.--fw-500 {
  font-weight: 500;
}

.--fw-600 {
  font-weight: 600;
}

.--fw-700 {
  font-weight: 700;
}

.--fw-800 {
  font-weight: 800;
}

.--tt-none {
  text-transform: none;
}

.--tt-up {
  text-transform: uppercase;
}

.--lh-1 {
  line-height: 1;
}

.--fc-grad-purple {
  background: linear-gradient(0deg, #CE9FFC 0%, #7367F0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.--fc-green-1 {
  color: #4EB045;
}

.--fc-orange-1 {
  color: #FF6737;
}

.--fc-white {
  color: #FFFFFF;
}

.--fc-blue-1 {
  color: #4363AC;
}

.--fc-gray-1 {
  color: #F7F9FE;
}

.--fc-gray-2 {
  color: #F4F4F4;
}

.--fc-black {
  color: #000000;
}

.--ml-auto {
  margin-left: auto;
}

.--pr-128 {
  padding-right: 128px;
}
@media (max-width: 1439px) {
  .--pr-128 {
    padding-right: 0;
  }
}

.--p-24 {
  padding: 24px;
}

.--py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.--py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.--py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.--py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.--py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .--py-40 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.--py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .--py-48 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.--py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .--py-56 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.--py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .--py-64 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.--py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 767px) {
  .--py-72 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.--py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .--py-80 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.--py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .--py-100 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .--py-100 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.--p-100 {
  padding: 100px;
}
@media (max-width: 767px) {
  .--p-100 {
    padding: 32px;
  }
}

.--pt-40 {
  padding-top: 40px;
}

.--pt-24 {
  padding-top: 24px;
}

.--pt-32 {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .--pt-32 {
    padding-top: 24px;
  }
}

.--pt-64 {
  padding-top: 64px;
}
@media (max-width: 767px) {
  .--pt-64 {
    padding-top: 32px;
  }
}

@media (max-width: 767px) {
  .--pt-md-16 {
    padding-top: 16px;
  }
}

.--pb-32 {
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .--pb-32 {
    padding-bottom: 24px;
  }
}

.--pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .--pb-40 {
    padding-bottom: 24px;
  }
}

.--pb-48 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .--pb-48 {
    padding-bottom: 24px;
  }
}

.--pb-64 {
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .--pb-64 {
    padding-bottom: 32px;
  }
}

.--pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .--pb-80 {
    padding-bottom: 40px;
  }
}

.--pb-0 {
  padding-bottom: 0 !important;
}

.--pt-0 {
  padding-top: 0 !important;
}

.--mb-0 {
  margin-bottom: 0 !important;
}

.--mb-4 {
  margin-bottom: 4px;
}

.--mb-6 {
  margin-bottom: 6px;
}

.--mb-8 {
  margin-bottom: 8px;
}

.--mb-16 {
  margin-bottom: 16px;
}

.--mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .--mb-24 {
    margin-bottom: 16px;
  }
}

.--mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .--mb-32 {
    margin-bottom: 24px;
  }
}

.--mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .--mb-40 {
    margin-bottom: 24px;
  }
}

.--mb-48 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .--mb-48 {
    margin-bottom: 24px;
  }
}

.--mb-56 {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .--mb-56 {
    margin-bottom: 32px;
  }
}

.--mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .--mb-64 {
    margin-bottom: 32px;
  }
}

.--mb-72 {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .--mb-72 {
    margin-bottom: 32px;
  }
}

.--mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .--mb-100 {
    margin-bottom: 48px;
  }
}

.--mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .--mb-120 {
    margin-bottom: 48px;
  }
}

.--mt-a {
  margin-top: auto;
}

.--mt-24 {
  margin-top: 24px;
}

.--mt-80 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .--mt-80 {
    margin-top: 32px;
  }
}

@media (max-width: 1920px) {
  .--mb-xxl-48 {
    margin-bottom: 48px;
  }
}

@media (max-width: 1439px) {
  .--mb-xl-24 {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .--mb-md-64 {
    margin-bottom: 64px;
  }
}

@media (max-width: 767px) {
  .--mb-md-48 {
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .--mb-md-32 {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .--mb-md-24 {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .--mb-md-16 {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .--mb-md-8 {
    margin-bottom: 8px;
  }
}

.--h-400 {
  height: 400px !important;
}

.--w-600 {
  max-width: 600px !important;
}

.--w-645 {
  max-width: 645px;
}

.--w-538 {
  max-width: 538px;
}

.--w-fc {
  width: fit-content;
}

.--fg-1 {
  flex-grow: 1;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.--g-8 {
  grid-gap: 8px;
  gap: 8px;
}

.--g-16 {
  grid-gap: 16px;
  gap: 16px;
}

.--g-24 {
  grid-gap: 24px;
  gap: 24px;
}
@media (max-width: 767px) {
  .--g-24 {
    grid-gap: 16px;
    gap: 16px;
  }
}

.--g-0-24 {
  grid-gap: 0 24px;
  gap: 0 24px;
}
@media (max-width: 767px) {
  .--g-0-24 {
    grid-gap: 0 16px;
    gap: 0 16px;
  }
}

.--g-32 {
  grid-gap: 32px;
  gap: 32px;
}

.--g-40 {
  grid-gap: 40px;
  gap: 40px;
}
@media (max-width: 767px) {
  .--g-40 {
    grid-gap: 24px;
    gap: 24px;
  }
}

.--g-48 {
  grid-gap: 48px;
  gap: 48px;
}
@media (max-width: 767px) {
  .--g-48 {
    grid-gap: 24px;
    gap: 24px;
  }
}

.--g-144 {
  grid-gap: 144px;
  gap: 144px;
}
@media (max-width: 1199px) {
  .--g-144 {
    grid-gap: 48px;
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .--g-144 {
    grid-gap: 24px;
    gap: 24px;
  }
}

@media (max-width: 1199px) {
  .--g-xl-24 {
    grid-gap: 24px;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .--g-md-16 {
    grid-gap: 16px;
    gap: 16px;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.--td-ul {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .--ico-md-24 {
    width: 24px;
    height: 24px;
  }
}

.--relative {
  position: relative;
}

.--pointer {
  cursor: pointer;
}

.--d-block {
  display: block;
}

.--d-flex {
  display: flex;
}

.--d-none {
  display: none;
}

@media (max-width: 1199px) {
  .--d-xl-none {
    display: none;
  }
}

@media (max-width: 991px) {
  .--d-lg-none {
    display: none;
  }
}

.--d-lg-flex {
  display: none;
}
@media (max-width: 991px) {
  .--d-lg-flex {
    display: flex;
  }
}

.--d-lg-block {
  display: none;
}
@media (max-width: 991px) {
  .--d-lg-block {
    display: block;
  }
}

@media (max-width: 767px) {
  .--d-md-none {
    display: none;
  }
}

.--jc-center {
  justify-content: center;
}

.--jc-between {
  justify-content: space-between;
}

.--jc-end {
  justify-content: end !important;
}

.--col {
  flex-direction: column;
}

.--flex-scroll {
  padding: 2px;
  margin-left: -32px;
  margin-right: -32px;
  overflow: auto;
}
@media (max-width: 767px) {
  .--flex-scroll {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.--flex-scroll > a, .--flex-scroll > div, .--flex-scroll > span {
  white-space: nowrap;
}
.--flex-scroll > a:first-child, .--flex-scroll > div:first-child, .--flex-scroll > span:first-child {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .--flex-scroll > a:first-child, .--flex-scroll > div:first-child, .--flex-scroll > span:first-child {
    margin-left: 16px;
  }
}
.--flex-scroll > a:last-child, .--flex-scroll > div:last-child, .--flex-scroll > span:last-child {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .--flex-scroll > a:last-child, .--flex-scroll > div:last-child, .--flex-scroll > span:last-child {
    margin-right: 16px;
  }
}
.--flex-scroll::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.--flex-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.--flex-wrap {
  flex-wrap: wrap;
}

.--ai-center {
  align-items: center;
}

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

.--of-hidden {
  overflow: hidden;
}

.--shadow {
  box-shadow: 0 0 15px 0 rgba(67, 99, 172, 0.2);
}

.--br-20 {
  border-radius: 20px;
}

.--order-1 {
  order: 1;
}

.--order-2 {
  order: 2;
}

.--order-3 {
  order: 3;
}

.--order-4 {
  order: 4;
}

.--order-5 {
  order: 5;
}

.--order-6 {
  order: 6;
}

.--op-08 {
  opacity: 0.8;
}

.--z-3 {
  z-index: 3;
}

.--bg-white {
  background: #FFFFFF;
}

.--bg-blue1 {
  background: #4363AC;
}

.--bg-green1 {
  background: #4EB045;
}

.--bg-gray1 {
  background: #F7F9FE;
}

.--bg-gray2 {
  background: #F4F4F4;
}

.--bg-gray3 {
  background: #333;
}

.--bg-gray4 {
  background: #1F1E1F;
}

.--decor-wrap {
  position: relative;
  overflow: hidden;
}
.--decor-wrap .b-container {
  position: relative;
  z-index: 3;
}

.--decor-1 {
  aspect-ratio: 1/1;
  width: 524px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 3000px;
  opacity: 0.12;
  background: #FFF;
  filter: blur(25px);
}

/*# sourceMappingURL=style.css.map */
