@charset "UTF-8";
.--lc-5 {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-list, .b-case-el .__inner ul, .b-check-line-list, .b-nalog-wrap.--garant ul, .b-reason-wrap ul, .b-tab-content ul, .b-dot-list, .b-include-wrap ul, .b-check-list, .b-top-tarif .__list-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-checkbox-slide span:after, .b-checkbox-slide span:before, .b-radio span, .b-btn, .b-faq-item .__title:after, .b-faq-item .__title, .b-service-item .__link, .b-tab-content .__link, .b-tabs-btns.--wrap .b-tabs-btn, .b-block .__link {
  transition: all 0.2s linear;
}

.b-select, .b-form-big-input .__input, .b-btn, .b-tabs-btns.--side .b-tabs-btn span, .b-inline-form .__bot, .b-inline-form .__policy, .b-advan .__txt, .b-advan .__num, .b-advan-wrap .__sub, .b-steps-wrap .__txt, .b-block .__txt, .b-block .__title, .b-bread {
  font-family: "Manrope", sans-serif;
}

.b-h2, .b-h1, .b-nalog-content .__title, .b-tabs-btns.--side .b-tabs-btn, .b-inline-form .__title, .b-step-item .__txt, .b-step-item .__num, .b-block.--advan .__title {
  font-family: "Mulish", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
button {
  font-family: "Manrope", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.2s linear;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  color: #15121C;
  margin: 0;
  box-sizing: border-box;
  font-weight: 500;
  position: relative;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.b-bread {
  display: flex;
  align-items: center;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 12px 0;
  overflow: auto;
  white-space: nowrap;
}
.b-bread::-webkit-scrollbar {
  opacity: 0;
  display: none;
  height: 0;
  background: none;
}
.b-bread svg {
  display: block;
}
.b-bread a {
  color: #1F1F1F;
  text-decoration: underline;
  transition: 0.2s line-height;
}
.b-bread a:hover {
  color: #be3c35;
}

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

.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;
  }
}

.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-3.--step {
  gap: 40px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cols-3.--step {
    gap: 32px 20px;
  }
}
@media (max-width: 767px) {
  .cols-3.--step {
    grid-template-columns: 1fr 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;
  }
}
@media (max-width: 575px) {
  .cols-4.--lg.--col-2-sm {
    grid-template-columns: 1fr 1fr;
  }
}

.b-top-tarif {
  display: grid;
  grid-template-columns: 51% 1fr;
  grid-gap: 60px;
}
@media (max-width: 991px) {
  .b-top-tarif {
    grid-gap: 24px;
    grid-template-columns: 53% 1fr;
  }
}
@media (max-width: 767px) {
  .b-top-tarif {
    grid-template-columns: 1fr;
  }
}
.b-top-tarif .__left {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .b-top-tarif .__left {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .b-top-tarif .b-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-top-tarif .b-h1 {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-top-tarif .b-h1 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .b-top-tarif .b-h1 {
    text-align: center;
  }
}
.b-top-tarif p {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-top-tarif p {
    font-size: 15px;
    text-align: center;
  }
}
.b-top-tarif .__txt {
  border-radius: 24px;
  background: #ECECEE;
  padding: 24px 48px 32px 32px;
  color: #6E6B76;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .b-top-tarif .__txt {
    margin-bottom: 24px;
    font-size: 13px;
    padding: 20px 20px 30px;
  }
}
.b-top-tarif .__txt span {
  color: #15121C;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-top-tarif .__txt span {
    font-size: 15px;
  }
}
.b-top-tarif .__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.b-top-tarif .__btns .b-btn {
  margin: 0;
}
@media (max-width: 767px) {
  .b-top-tarif .__btns {
    margin-bottom: 24px;
    justify-content: center;
  }
}
.b-top-tarif .b-check-list {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-top-tarif .b-check-list {
    order: 5;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .b-top-tarif .b-check-list {
    margin-left: 16px;
  }
}
.b-top-tarif .__sub {
  color: #5E4288;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .b-top-tarif .__sub {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .b-top-tarif .__sub {
    width: 100%;
    text-align: center;
  }
}
.b-top-tarif .b-tags {
  padding-right: 120px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .b-top-tarif .b-tags {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .b-top-tarif .b-tags {
    justify-content: center;
    order: 4;
  }
}
.b-top-tarif .__list-wrap {
  padding: 16px 24px;
  border-radius: 24px;
  background: #ECECEE;
  width: fit-content;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-top-tarif .__list-wrap {
    width: 100%;
    order: 5;
    margin-bottom: 0;
  }
}
.b-top-tarif .__list-wrap span {
  color: #6E6B76;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}
.b-top-tarif .__list-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.b-top-tarif .__list-wrap ul li {
  padding-left: 36px;
  color: #15121C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; /* 150% */
  position: relative;
}
@media (max-width: 767px) {
  .b-top-tarif .__list-wrap ul li {
    font-size: 14px;
  }
}
.b-top-tarif .__list-wrap ul li:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M18.5046 5.9502C15.2961 9.15861 12.0877 12.3672 8.87903 15.5757C7.42069 14.1173 5.96236 12.6588 4.50391 11.2004' stroke='%231CB458' stroke-width='2.01676' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .b-top-tarif .__list-wrap ul li:after {
    top: 0;
  }
}
.b-top-tarif .__right {
  position: relative;
  aspect-ratio: 531/562;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .b-top-tarif .__right {
    aspect-ratio: 355/334;
  }
}
.b-top-tarif .__right.--alt {
  aspect-ratio: unset;
  border-radius: 0;
}
.b-top-tarif .__right.--alt img {
  height: unset;
  aspect-ratio: 531/512;
  margin-bottom: 16px;
  display: block;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .b-top-tarif .__right.--alt img {
    margin-bottom: 0;
  }
}
.b-top-tarif .__right .__bot {
  padding: 16px 24px;
  border-radius: 24px;
  background: #5E4288;
  display: flex;
  gap: 24px;
  align-items: center;
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .b-top-tarif .__right .__bot {
    padding: 12px 24px;
    flex-direction: column;
    gap: 4px;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .b-top-tarif .__right .__bot {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    z-index: 3;
  }
}
.b-top-tarif .__right .__bot span {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: -0.2px;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .b-top-tarif .__right .__bot span {
    font-size: 27px;
  }
}
.b-top-tarif .__right > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.b-top-tarif .__right .__info {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 24px;
  background: rgba(94, 66, 136, 0.6);
  padding: 12px 24px;
  backdrop-filter: blur(8px);
}
.b-top-tarif .__right .__info span {
  display: block;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.b-check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b-check-list li {
  padding-left: 58px;
  position: relative;
  color: #15121C;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 42px;
  display: flex;
  align-items: center;
}
.b-check-list li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Cg clip-path='url(%23clip0_314_33)'%3E%3Cpath d='M29.4 0H12.6C5.64121 0 0 5.64121 0 12.6V29.4C0 36.3588 5.64121 42 12.6 42H29.4C36.3588 42 42 36.3588 42 29.4V12.6C42 5.64121 36.3588 0 29.4 0Z' fill='%235E4288' fill-opacity='0.1'/%3E%3Cpath d='M28.4626 15.3999L18.196 25.6665L13.5293 20.9999' stroke='%235E4288' stroke-width='2.24' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_314_33'%3E%3Crect width='42' height='42' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.b-calc-wrap {
  border-radius: 24px;
  border: 1px solid #E6E4EA;
  background: #FAF8FC;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 396px;
  grid-gap: 80px;
}
@media (max-width: 1199px) {
  .b-calc-wrap {
    padding: 32px;
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-calc-wrap {
    grid-template-columns: 1fr;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    padding: 48px 10px 32px;
  }
}
.b-calc-wrap .__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .b-calc-wrap .__left {
    gap: 20px;
  }
}
.b-calc-wrap .__left .__label {
  color: #15121C;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .b-calc-wrap .__left .__label {
    font-size: 14px;
  }
}
.b-calc-wrap .__left .__label span {
  color: #9A97A2;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
  display: block;
}
@media (max-width: 991px) {
  .b-calc-wrap .__left .__label span {
    font-size: 12px;
  }
}
.b-calc-wrap .__right {
  padding-top: 24px;
}
@media (max-width: 991px) {
  .b-calc-wrap .__right {
    padding-top: 0;
  }
}
.b-calc-wrap .__right .__top {
  color: #6E6B76;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .b-calc-wrap .__right .__top {
    margin-bottom: 12px;
  }
}
.b-calc-wrap .__right .__inner {
  padding: 32px;
  border-radius: 24px;
  background: #008490;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991px) {
  .b-calc-wrap .__right .__inner {
    padding: 24px;
    gap: 20px;
  }
}
.b-calc-wrap .__right .__inner p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-calc-wrap .__right .__inner p {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.b-calc-wrap .__right .__inner p:last-child {
  margin-bottom: 0;
}
.b-calc-wrap .__right .__inner .__label {
  color: #FFF;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 4px;
}
.b-calc-wrap .__right .__inner .__sub {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.78;
}
@media (max-width: 991px) {
  .b-calc-wrap .__right .__inner .__sub {
    font-size: 12px;
    text-align: center;
  }
}
.b-calc-wrap .__right .__inner .__prop {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.b-calc-wrap .__right .__inner .__prop .__name {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.82;
}
.b-calc-wrap .__right .__inner .__prop .__val {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.b-calc-wrap .__right .__inner .__prop:last-child {
  margin-bottom: 0;
}
.b-calc-wrap .__right .__inner .__price {
  color: #FFF;
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-calc-wrap .__right .__inner .__price {
    margin-bottom: 12px;
  }
}
.b-calc-wrap .__right .__inner .__price span {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.8;
  text-align: end;
}
@media (max-width: 991px) {
  .b-calc-wrap .__right .__inner .__price span {
    font-size: 20px;
  }
}
.b-calc-wrap .__right .__inner .__price .__num {
  color: #FFF;
  font-size: 52px;
  font-weight: 800;
  line-height: 1; /* 100% */
  letter-spacing: -1.1px;
  opacity: 1;
}
@media (max-width: 991px) {
  .b-calc-wrap .__right .__inner .__price .__num {
    font-size: 42px;
  }
}
.b-calc-wrap .__right .__inner:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -62px;
  right: -58px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.b-calc-wrap .__right .__inner > * {
  z-index: 2;
  position: relative;
}

.b-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 991px) {
  .b-tag-wrap {
    gap: 8px;
  }
}

.b-block {
  border-radius: 13px;
  border: 1px solid #C2AAE6;
  background: #FFF;
  padding: 48px;
  position: relative;
}
@media (max-width: 991px) {
  .b-block {
    padding: 32px 20px;
  }
}
.b-block > img {
  margin-bottom: 16px;
}
.b-block .__title {
  color: #15121C;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-block .__title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .b-block .__title br {
    display: none;
  }
}
.b-block .__txt {
  color: #6E6B76;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-block .__txt {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.b-block .__ico {
  width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 16px;
  object-fit: contain;
  object-position: center;
  padding: 15px;
  margin-bottom: 20px;
}
.b-block .__link {
  color: #5E4288;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: auto;
  position: relative;
  padding-right: 20px;
}
.b-block .__link:hover {
  padding-right: 28px;
}
.b-block .__link:after {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.b-block.--horiz {
  border-radius: 18px;
  border: 1px solid #E6E4EA;
  background: #F4F4F6;
  padding: 24px;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 44px 1fr;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .b-block.--horiz {
    padding: 24px 16px;
  }
}
.b-block.--horiz .__ico {
  width: 44px;
  height: 44px;
  padding: 11px;
  border-radius: 12px;
  background: rgba(94, 66, 136, 0.1);
  margin-bottom: 0;
}
.b-block.--advan {
  padding: 32px;
  background: #ECECEE;
  border-radius: 26px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 991px) {
  .b-block.--advan {
    padding: 24px;
  }
}
.b-block.--advan .__txt {
  margin-bottom: 48px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .b-block.--advan .__txt {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .b-block.--advan .__txt {
    font-size: 12px;
  }
}
.b-block.--advan .__txt:last-child {
  margin-bottom: 0;
}
.b-block.--num {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #E6E4EA;
  background: #F4F4F6;
}
.b-block.--num .__num {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  background: #5E4288;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 16px;
}
.b-block.--num .__txt {
  color: #15121C;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
.b-block.--num-alt {
  padding: 24px;
  border-radius: 25px;
  border: 1px solid #E6E4EA;
  background: #ECECEE;
}
.b-block.--num-alt .__num {
  color: #5E4288;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.7px;
  margin-bottom: 16px;
}
.b-block.--num-alt .__title {
  color: #15121C;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
}
.b-block.--num-alt .__txt {
  color: #6E6B76;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

.b-steps-wrap {
  border-radius: 24px;
  background: #F9F9F9;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .b-steps-wrap {
    padding: 48px 10px;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
  }
}
.b-steps-wrap .__txt {
  color: #1F1F1F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-steps-wrap .__txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .b-steps-wrap .__txt {
    font-size: 12px;
  }
}
.b-steps-wrap .b-btn {
  margin-left: auto;
  margin-right: auto;
}

.b-step-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b-step-item .__num {
  color: #60478B;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .b-step-item .__num {
    font-size: 24px;
    margin-bottom: -8px;
  }
}
.b-step-item .__title {
  color: #303133;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .b-step-item .__title {
    font-size: 22px;
  }
}
.b-step-item .__title.--bg {
  padding: 6px 10px 8px;
  margin: -6px -10px -8px;
  color: #FFF;
  border-radius: 7px;
  background: #60478B;
}
@media (max-width: 991px) {
  .b-step-item .__title.--bg {
    padding: 2px 6px 6px;
    margin: -2px -6px -6px;
  }
}
.b-step-item .__txt {
  color: #606163;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .b-step-item .__txt {
    font-size: 12px;
  }
}
.b-step-item .__txt span {
  font-weight: 700;
}

.b-advan-wrap {
  border-radius: 13px;
  border: 1px solid #E6E4EA;
  background: #FAF8FC;
  padding: 56px 48px;
  display: grid;
  grid-template-columns: 508px 1fr;
  grid-gap: 112px;
}
@media (max-width: 1199px) {
  .b-advan-wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
@media (max-width: 991px) {
  .b-advan-wrap {
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  .b-advan-wrap {
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }
}
.b-advan-wrap .__sub {
  color: #60478B;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .b-advan-wrap .__sub {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.b-advan-wrap .__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .b-advan-wrap .__right {
    gap: 12px;
  }
}

.b-advan {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
}
@media (max-width: 991px) {
  .b-advan {
    grid-gap: 16px;
  }
}
.b-advan .__num {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #F3E7F5;
  color: #60478B;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.b-advan .__txt {
  color: #2B2B2B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .b-advan .__txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .b-advan .__txt {
    font-size: 12px;
  }
}
.b-advan .__txt span {
  font-weight: 700;
}

.b-inline-form {
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(0deg, #281A61 0%, #7455BA 100%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .b-inline-form {
    padding: 32px;
  }
}
.b-inline-form:after {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  z-index: 1;
  width: 106%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='420' viewBox='0 0 1400 420' fill='none' style='&%2310;'%3E%3Cg clip-path='url(%23clip0_264_232)'%3E%3Cg clip-path='url(%23clip1_264_232)'%3E%3Cmask id='mask0_264_232' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='-129' width='1400' height='854'%3E%3Cpath d='M1400 -128.106H0V724.107H1400V-128.106Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_264_232)'%3E%3Cpath opacity='0.05' d='M68.248 655.858C79.2147 642.896 214.316 484.203 224.712 470.784C272.677 408.876 323.721 348.907 378.068 292.511C420.565 248.412 465.422 205.029 515.113 169.001C522.652 163.535 548.538 139.513 560.115 141.036C569.91 142.325 501.552 383.024 496.908 401.164C485.844 444.389 474.288 488.037 472.441 532.83C472.062 542.018 468.325 571.376 485.84 555.843C497.503 545.499 516.747 521.616 524.58 511.565C569.974 453.31 611.76 392.152 653.469 331.253C715.535 240.629 774.085 147.248 838.573 58.3083C855.751 34.6161 880.241 -7.35966 908.481 -20.1967C924.26 -27.3683 909.254 52.2396 909.065 53.3558C882.885 202.948 832.371 349.473 821.971 501.661C821.957 501.858 820.524 528.812 821.388 531.665C821.934 533.47 824.263 535.475 826.049 534.87C847.537 527.584 859.17 503.74 874.108 486.66C932.656 419.718 1273.61 7.44226 1331.75 -59.8574' stroke='url(%23paint0_linear_264_232)' stroke-width='134.702' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_264_232' x1='712.571' y1='412.497' x2='710.775' y2='544.504' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_264_232'%3E%3Crect width='1400' height='800' fill='white' transform='translate(0 -102)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_264_232'%3E%3Crect width='1400' height='852.213' fill='white' transform='translate(0 -128.106)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
}
@media (max-width: 991px) {
  .b-inline-form:after {
    left: 0;
  }
}
.b-inline-form > * {
  position: relative;
  z-index: 3;
}
.b-inline-form .__txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 32px;
}
.b-inline-form .__title {
  color: #FFF;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 40px;
}
.b-inline-form .__title span {
  color: #D3C9EA;
}
.b-inline-form .__title.--fw-500 {
  font-weight: 500;
}
@media (max-width: 1199px) {
  .b-inline-form .__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .b-inline-form .__title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .b-inline-form .__title {
    text-align: center;
  }
}
.b-inline-form .__title.--mb-16 {
  margin-bottom: 16px;
}
.b-inline-form .__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .b-inline-form .__inputs {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .b-inline-form .__inputs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .b-inline-form .__inputs {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .b-inline-form .__inputs .b-btn {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .b-inline-form .__inputs .b-btn {
    grid-column: span 1;
  }
}
.b-inline-form .__policy {
  color: #989898;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.1px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-inline-form .__policy {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .b-inline-form .__policy {
    text-align: center;
  }
}
.b-inline-form .__policy.--mb-0 {
  margin-bottom: 0;
}
.b-inline-form .__policy a {
  text-decoration-line: underline;
  color: inherit;
}
.b-inline-form .__bot {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .b-inline-form .__bot {
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
}

.b-include-wrap {
  padding: 56px 72px 64px;
  border-radius: 32px;
  background: #008490;
  color: #fff;
}
@media (max-width: 1199px) {
  .b-include-wrap {
    padding: 32px 40px 56px;
  }
}
@media (max-width: 767px) {
  .b-include-wrap {
    padding: 32px 24px 40px;
  }
}
.b-include-wrap.--black {
  padding: 40px;
  background: #15121C;
}
@media (max-width: 991px) {
  .b-include-wrap.--black {
    padding: 32px 24px;
  }
}
.b-include-wrap.--black ul {
  gap: 16px;
}
.b-include-wrap .__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 120px;
}
@media (max-width: 1199px) {
  .b-include-wrap .__grid {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .b-include-wrap .__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.b-include-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .b-include-wrap ul {
    gap: 20px;
  }
}
.b-include-wrap li {
  position: relative;
  padding-left: 36px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .b-include-wrap li {
    font-size: 14px;
  }
}
.b-include-wrap li:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M17.502 5.25L7.87695 14.875L3.50195 10.5' stroke='%23C9BEE0' stroke-width='1.925' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .b-include-wrap li:after {
    top: 0px;
  }
}

.b-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.b-table-wrap::-webkit-scrollbar {
  background: none;
  opacity: 0;
  display: none;
  height: 0;
}
.b-table-wrap table {
  min-width: 100%;
}

.b-price-table {
  width: 900px;
}
.b-price-table tr:first-child td:first-child, .b-price-table tr:first-child th:first-child {
  border-top-left-radius: 18px;
}
.b-price-table tr:first-child td:last-child, .b-price-table tr:first-child th:last-child {
  border-top-right-radius: 18px;
}
.b-price-table tr:last-child td:first-child, .b-price-table tr:last-child th:first-child {
  border-bottom-left-radius: 18px;
}
.b-price-table tr:last-child td:last-child, .b-price-table tr:last-child th:last-child {
  border-bottom-right-radius: 18px;
}
.b-price-table th {
  padding: 16px 24px;
  background: #5E4288;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
}
.b-price-table th.--border {
  border-right: 1px solid #fff;
}
.b-price-table td {
  padding: 16px 24px;
  color: #15121C;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.b-price-table td:first-child {
  border-left: 1px solid #E6E4EA;
  font-weight: 400;
}
.b-price-table td:last-child {
  border-right: 1px solid #E6E4EA;
}
.b-price-table td.--sub {
  background: rgba(94, 66, 136, 0.06);
  color: #5E4288;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.b-price-table td.--bot {
  padding: 16px 24px 15px;
  background: #FAF8FD;
  border: none;
  color: #6E6B76;
  font-size: 13px;
  font-weight: 400;
}
.b-price-table td.--blank {
  color: #9A97A2;
  font-weight: 400;
}
.b-price-table td.--mod {
  color: #5E4288;
  font-weight: 700;
}
.b-price-table td.--mod span {
  color: #9A97A2;
  font-size: 12px;
  font-weight: 600;
}

.b-form-btn-wrap {
  border-radius: 18px;
  background: #ECECEE;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #15121C;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .b-form-btn-wrap {
    font-size: 19px;
    padding: 16px 24px;
  }
}
@media (max-width: 767px) {
  .b-form-btn-wrap {
    text-align: center;
    align-items: center;
    flex-direction: column;
  }
}
.b-form-btn-wrap.--reason {
  border-radius: 26px;
  background: #15121C;
  padding: 32px 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .b-form-btn-wrap.--reason {
    padding: 24px;
    font-size: 12px;
  }
}
.b-form-btn-wrap.--reason span {
  font-weight: 700;
}

.b-dot-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 991px) {
  .b-dot-list {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-dot-list {
    gap: 20px;
  }
}
.b-dot-list.--line {
  gap: 16px;
}
.b-dot-list.--line li {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(21, 18, 28, 0.2);
}
.b-dot-list li {
  position: relative;
  padding-left: 25px;
  color: #15121C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .b-dot-list li {
    font-size: 14px;
  }
}
.b-dot-list li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background: #5E4288;
  width: 9px;
  height: 9px;
}

.b-service-block {
  padding: 24px;
  border-radius: 26px;
  background: #ECECEE;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .b-service-block {
    padding: 20px;
  }
}
.b-service-block .__title {
  color: #15121C;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .b-service-block .__title {
    font-size: 24px;
  }
}
.b-service-block .__descr {
  color: #15121C;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .b-service-block .__descr {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.b-service-block .__txt {
  color: #6E6B76;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .b-service-block .__txt {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
.b-service-block .__price {
  color: #5E4288;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.6px;
  margin-top: auto;
  display: flex;
  align-items: baseline;
}
.b-service-block .__price span {
  color: #6E6B76;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.b-tabs-btns.--side {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.b-tabs-btns.--side .b-tabs-btn {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #C4AEE2;
  background: #fff;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  grid-gap: 16px;
  text-align: start;
  color: #15121C;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.8px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .b-tabs-btns.--side .b-tabs-btn {
    padding: 12px;
    font-size: 16px;
  }
}
.b-tabs-btns.--side .b-tabs-btn span {
  width: 100%;
  height: 39px;
  border-radius: 10px;
  background: #EFEDF3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #5E4288;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  transition: 0.3s ease-out;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .b-tabs-btns.--side .b-tabs-btn span {
    height: 24px;
  }
}
.b-tabs-btns.--side .b-tabs-btn.--active {
  border: 1px solid #5E4288;
  background: #5E4288;
  color: #fff;
}
.b-tabs-btns.--side .b-tabs-btn.--active span {
  background: #7C649E;
  color: #fff;
}
.b-tabs-btns.--wrap {
  width: fit-content;
  justify-content: start;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 6px;
  border-radius: 999px;
  background: #ECECEE;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .b-tabs-btns.--wrap {
    margin-bottom: 20px;
  }
}
.b-tabs-btns.--wrap .b-tabs-btn {
  cursor: pointer;
  color: #6E6B76;
  background: #ECECEE;
  display: flex;
  height: 45px;
  padding: 0 32px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 999px;
  border: none;
  outline: none;
}
.b-tabs-btns.--wrap .b-tabs-btn.--active {
  color: #fff;
  background: #5E4288;
  box-shadow: 0 10px 30px 0 rgba(73, 51, 110, 0.28);
}

.b-tab-content {
  border-radius: 18px;
  border: 1px solid #E6E4EA;
  background: #F4F4F6;
  padding: 32px;
}
@media (max-width: 991px) {
  .b-tab-content {
    padding: 24px;
  }
}
.b-tab-content .__title {
  color: #15121C;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .b-tab-content .__title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.b-tab-content p {
  color: #15121C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-tab-content p {
    font-size: 14px;
  }
}
.b-tab-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.b-tab-content ul li {
  position: relative;
  padding-left: 32px;
  color: #15121C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .b-tab-content ul li {
    font-size: 14px;
  }
}
.b-tab-content ul li:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6693 5L7.5026 14.1667L3.33594 10' stroke='%231F8A5B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.b-tab-content .__link {
  display: block;
  margin-bottom: 16px;
  color: #9A97A2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 29px;
  border-left: 3px solid transparent;
}
@media (max-width: 991px) {
  .b-tab-content .__link {
    padding-left: 13px;
  }
}
.b-tab-content .__link:hover {
  color: #5E4288;
  border-left: 3px solid #5E4288;
}
.b-tab-content > *:last-child {
  margin-bottom: 0;
}

.b-reason-wrap {
  padding: 40px;
  border-radius: 26px;
  background: #5E4288;
}
@media (max-width: 991px) {
  .b-reason-wrap {
    padding: 32px 24px;
  }
}
.b-reason-wrap .__title {
  margin-bottom: 24px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2px;
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-gap: 12px;
}
@media (max-width: 991px) {
  .b-reason-wrap .__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.b-reason-wrap .__ico {
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.16);
  object-fit: contain;
  padding: 0 15px;
  width: 46px;
  object-position: center;
  aspect-ratio: 1/1;
}
.b-reason-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .b-reason-wrap ul {
    gap: 12px;
  }
}
.b-reason-wrap ul li {
  position: relative;
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .b-reason-wrap ul li {
    font-size: 13px;
  }
}
.b-reason-wrap ul li span {
  font-weight: 700;
}
.b-reason-wrap ul li:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15 4.5L6.75 12.75L3 9' stroke='%239BE7C2' stroke-width='1.95' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
}
.b-reason-wrap.--gray {
  background: #ECECEE;
}
.b-reason-wrap.--gray .__title {
  color: #15121C;
}
.b-reason-wrap.--gray .__ico {
  background: #fff;
  padding: 0 12px;
}
.b-reason-wrap.--gray ul li {
  color: #15121C;
}
.b-reason-wrap.--gray ul li:after {
  width: 13px;
  top: -2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='23' viewBox='0 0 13 23' fill='none'%3E%3Cpath d='M0.9 13.055V11.48H10.8V13.055H0.9Z' fill='%23C0432F'/%3E%3C/svg%3E");
}

.b-service-item {
  border-radius: 18px;
  border: 1px solid #E6E4EA;
  background: #FFF;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.b-service-item .__img {
  aspect-ratio: 280/194;
  width: 100%;
  background: #F1F0F4;
}
.b-service-item .__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.b-service-item .__bot {
  border-top: 1px solid #E6E4EA;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .b-service-item .__bot {
    padding: 12px;
  }
}
.b-service-item .__name {
  color: #15121C;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .b-service-item .__name {
    font-size: 14px;
  }
}
.b-service-item .__price {
  color: #5E4288;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-service-item .__price {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.b-service-item .__link {
  color: #5E4288;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: auto;
  position: relative;
  padding-right: 20px;
}
.b-service-item .__link:hover {
  padding-right: 28px;
}
.b-service-item .__link:after {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .b-service-item .__link {
    font-size: 13px;
  }
}

.b-faq-item {
  cursor: pointer;
  padding: 24px 32px;
  border-radius: 18px;
  background: #F4F4F6;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .b-faq-item {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .b-faq-item {
    padding: 20px;
  }
}
.b-faq-item .__title {
  font-weight: 600;
  font-size: 24px;
  display: flex;
  align-items: center;
  min-height: 40px;
  line-height: 1.3;
  color: #181A1F;
  position: relative;
  padding-right: 48px;
}
@media (max-width: 767px) {
  .b-faq-item .__title {
    font-size: 20px;
  }
}
.b-faq-item .__title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Crect width='40' height='40' rx='20' fill='%235E4288'/%3E%3Cg clip-path='url(%23clip0_2026_1865)'%3E%3Cpath d='M9 20H31' stroke='white' stroke-linecap='square'/%3E%3Cpath d='M20 9V31' stroke='white' stroke-linecap='square'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2026_1865'%3E%3Crect width='24' height='24' fill='white' transform='translate(8 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.b-faq-item .__text {
  display: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .b-faq-item .__text {
    font-size: 12px;
  }
}
.b-faq-item .__text b {
  font-weight: 700;
}
.b-faq-item .__text ul {
  margin-top: 0;
  margin-bottom: 12px;
}
.b-faq-item .__text ul li::marker {
  font-size: 12px;
}
.b-faq-item.--active .__title {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-faq-item.--active .__title {
    margin-bottom: 20px;
  }
}
.b-faq-item.--active .__title:after {
  transform: translateY(-50%) rotate(45deg);
}
.b-faq-item.--active .__text {
  display: block;
}
.b-faq-item.--active .__ico {
  transform: rotate(180deg);
}

.b-nalog-wrap {
  padding: 40px;
  border-radius: 32px;
  background: #0D0A15;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 56px;
}
@media (max-width: 991px) {
  .b-nalog-wrap {
    grid-gap: 20px;
    padding: 32px 22px;
  }
}
@media (max-width: 767px) {
  .b-nalog-wrap {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
}
.b-nalog-wrap.--garant {
  gap: 16px 56px;
}
@media (max-width: 991px) {
  .b-nalog-wrap.--garant {
    grid-template-columns: 1fr;
  }
}
.b-nalog-wrap.--garant .b-sub {
  grid-column: span 2;
}
@media (max-width: 991px) {
  .b-nalog-wrap.--garant .b-sub {
    grid-column: span 1;
    text-align: center;
  }
}
.b-nalog-wrap.--garant .__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  padding-top: 16px;
}
@media (max-width: 991px) {
  .b-nalog-wrap.--garant .__right {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .b-nalog-wrap.--garant .__right {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }
}
.b-nalog-wrap.--garant ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b-nalog-wrap.--garant ul li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  padding-left: 31px;
}
.b-nalog-wrap.--garant ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15 4.5L6.75 12.75L3 9' stroke='%239BE7C2' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .b-nalog-wrap .__left {
    text-align: center;
  }
}
.b-nalog-wrap .__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.b-nalog-list-item {
  border-radius: 15px;
  border: 1px solid #3F3949;
  background: #1E1A24;
  display: grid;
  align-items: center;
  grid-template-columns: 38px 1fr;
  grid-gap: 20px;
  padding: 12px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .b-nalog-list-item {
    font-size: 12px;
    grid-gap: 16px;
  }
}
.b-nalog-list-item .__num {
  border-radius: 12px;
  background: #3F3949;
  width: 38px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #C6BBDD;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px; /* 150% */
}

.b-check-line-list li {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 36px;
  position: relative;
  color: #15121C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(21, 18, 28, 0.2);
}
@media (max-width: 767px) {
  .b-check-line-list li {
    padding-left: 29px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.b-check-line-list li:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M17.5021 5.25C14.2937 8.4583 11.0854 11.6667 7.87695 14.875C6.41865 13.4167 4.96035 11.9583 3.50195 10.5' stroke='%235E4288' stroke-width='1.83333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .b-check-line-list li:after {
    top: 10px;
  }
}

.b-tab-wrap {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-gap: 24px;
  align-items: start;
}
@media (max-width: 1199px) {
  .b-tab-wrap {
    grid-template-columns: 280px 1fr;
  }
}
@media (max-width: 991px) {
  .b-tab-wrap {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.b-nalog-content {
  border-radius: 16px;
  border: 1px solid #C4AEE2;
  background: #F4F4F6;
  padding: 32px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .b-nalog-content {
    padding: 24px;
  }
}
.b-nalog-content .__title {
  color: #15121C;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .b-nalog-content .__title {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
.b-nalog-content .__info {
  padding: 16px 40px 16px 34px;
  border-left: 6px solid #5E4288;
  background: #fff;
  color: #15121C;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}
.b-nalog-content .__info span {
  color: #5E4288;
  font-weight: 700;
}
@media (max-width: 991px) {
  .b-nalog-content .__info {
    padding: 16px 20px 16px 14px;
    font-size: 14px;
  }
}
.b-nalog-content .__warn {
  border-radius: 20px;
  border: 1px solid #DAB0B0;
  background: #F1E9E9;
  padding: 16px 16px 16px 54px;
  position: relative;
  color: #9B301C;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: auto;
}
@media (max-width: 991px) {
  .b-nalog-content .__warn {
    font-size: 12px;
    padding: 16px;
  }
}
.b-nalog-content .__warn.--info {
  border: 1px solid #B0A3CA;
  background: #E6E3EC;
  color: #715797;
}
.b-nalog-content .__warn.--info:after {
  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%3Cg clip-path='url(%23clip0_322_908)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9991 21.0821C8.32474 21.0821 5.76042 20.0199 3.86886 18.1293C1.97822 16.2378 0.916016 13.6734 0.916016 10.9991C0.916016 8.32474 1.9782 5.76042 3.86886 3.86886C5.76035 1.97822 8.32474 0.916016 10.9991 0.916016C13.6734 0.916016 16.2377 1.9782 18.1293 3.86886C20.0199 5.76035 21.0821 8.32474 21.0821 10.9991C21.0795 13.6725 20.0165 16.2353 18.1257 18.126C16.235 20.0166 13.6725 21.0797 10.9988 21.0823L10.9991 21.0821ZM10.9991 2.74906C8.81109 2.74906 6.71257 3.61788 5.16553 5.16553C3.61779 6.7124 2.74906 8.81094 2.74906 10.9991C2.74906 13.1872 3.61788 15.2855 5.16553 16.8326C6.7124 18.3803 8.81094 19.2491 10.9991 19.2491C13.1872 19.2491 15.2855 18.3802 16.8326 16.8326C18.3803 15.2857 19.2491 13.1872 19.2491 10.9991C19.2465 8.81195 18.3768 6.715 16.8299 5.16818C15.2831 3.62136 13.1863 2.7517 10.9991 2.74906Z' fill='%23715797'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0009 12.834C10.7577 12.834 10.5248 12.7378 10.353 12.5659C10.1811 12.394 10.084 12.1611 10.084 11.9179V5.50094C10.084 4.99477 10.4948 4.58398 11.0009 4.58398C11.5071 4.58398 11.9179 4.99477 11.9179 5.50094V11.9179C11.9179 12.1611 11.8208 12.394 11.6489 12.5659C11.477 12.7377 11.2442 12.834 11.0009 12.834Z' fill='%23715797'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9994 17.4171C10.2578 17.4171 9.58917 16.9702 9.30559 16.2853C9.02199 15.6004 9.17841 14.8115 9.70349 14.2873C10.2277 13.7631 11.0157 13.6058 11.7007 13.8894C12.3865 14.1738 12.8325 14.8416 12.8325 15.5832C12.8316 16.5956 12.0117 17.4154 10.9994 17.4171Z' fill='%23715797'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_322_908'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.b-nalog-content .__warn span {
  font-weight: 700;
}
.b-nalog-content .__warn:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 22px;
  height: 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 fill-rule='evenodd' clip-rule='evenodd' d='M15.6852 20.8998H6.31452C4.39898 20.8998 2.69816 19.7981 1.76668 17.9529C0.8352 16.1077 0.881532 13.9344 1.89129 12.1401L6.57663 3.81265C7.53312 2.11366 9.18649 1.09961 10.9997 1.09961C12.8139 1.09961 14.4674 2.11368 15.4228 3.81265L20.1082 12.1401C21.1179 13.9345 21.1643 16.1078 20.2328 17.9529C19.3012 19.7981 17.6005 20.8998 15.6849 20.8998H15.6852ZM10.9999 3.44415C9.92736 3.44415 8.94939 4.044 8.38472 5.04861L3.69938 13.376C3.10212 14.4374 3.07462 15.7221 3.62547 16.8136C4.17633 17.9049 5.1818 18.5564 6.31453 18.5564H15.6852C16.8179 18.5564 17.8233 17.905 18.3743 16.8136C18.9251 15.7222 18.8976 14.4373 18.3004 13.376L13.615 5.04861C13.0504 4.044 12.0724 3.44415 10.9999 3.44415Z' fill='%239B301C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0007 12.6933C11.6263 12.6933 12.1342 12.1897 12.1342 11.5692V6.62602C12.1342 6.00556 11.6272 5.50195 11.0007 5.50195C10.3751 5.50195 9.86719 6.0047 9.86719 6.62602V11.5692C9.86805 12.1905 10.3751 12.6933 11.0007 12.6933Z' fill='%239B301C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0003 16.4981C11.6122 16.4981 12.1081 16.0057 12.1081 15.3989C12.1081 14.7922 11.6122 14.2998 11.0003 14.2998C10.3884 14.2998 9.89258 14.7922 9.89258 15.3989C9.89258 16.0057 10.3884 16.4981 11.0003 16.4981Z' fill='%239B301C'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .b-nalog-content .__warn:after {
    content: none;
  }
}
.b-nalog-content .__sub {
  color: #6E6B76;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .b-nalog-content .__sub {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.b-nalog-content ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 24px;
}
.b-nalog-content ul li {
  font-size: 16px;
}
@media (max-width: 991px) {
  .b-nalog-content ul li {
    font-size: 14px;
  }
}
.b-nalog-content ul li::marker {
  font-size: 12px;
}
.b-nalog-content > *:last-child {
  margin-bottom: 0;
}

.b-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.b-tag {
  display: flex;
  height: 40px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #A84A3A;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 30px;
  border: 1px solid #BE8177;
  background: #FAF0EF;
}
@media (max-width: 575px) {
  .b-tag {
    font-size: 12px;
  }
}

.b-case-el {
  border-radius: 26px;
  border: 1px solid #E6E4EA;
  background: #FFF;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .b-case-el {
    padding: 24px;
  }
}
.b-case-el .__tag {
  display: flex;
  padding: 0 16px;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border-radius: 999px;
  background: #15121C;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4px;
  height: 35px;
}
.b-case-el .__tag span {
  color: #C9BEE0;
  font-weight: 800;
}
.b-case-el .__title {
  color: #15121C;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2px;
}
@media (max-width: 991px) {
  .b-case-el .__title {
    font-size: 20px;
  }
}
.b-case-el .__txt {
  color: #6E6B76;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .b-case-el .__txt {
    font-size: 14px;
  }
}
.b-case-el .__inner {
  margin-top: auto;
  border-radius: 18px;
  border: 1px solid #E6E4EA;
  background: #F6F4F8;
  padding: 24px;
}
@media (max-width: 991px) {
  .b-case-el .__inner {
    padding: 24px 16px;
  }
}
.b-case-el .__inner .__sub {
  color: #5E4288;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.b-case-el .__inner ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.b-case-el .__inner ul li {
  padding-left: 30px;
  color: #15121C;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 991px) {
  .b-case-el .__inner ul li {
    font-size: 14px;
  }
}
.b-case-el .__inner ul li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15 4.5L6.75 12.75L3 9' stroke='%235E4288' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.b-title-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 16px;
  align-items: end;
}
@media (max-width: 767px) {
  .b-title-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .b-title-grid .b-btn {
    display: none;
  }
}

.b-etap-el {
  display: grid;
  grid-template-columns: 104px 1fr;
  grid-gap: 48px;
  margin-bottom: 54px;
}
@media (max-width: 991px) {
  .b-etap-el {
    grid-gap: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .b-etap-el {
    grid-template-columns: 1fr;
  }
}
.b-etap-el:last-child {
  margin-bottom: 0;
}
.b-etap-el .__num {
  color: #5E4288;
  font-size: 60px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -1.8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 575px) {
  .b-etap-el .__num {
    flex-direction: row;
    align-items: center;
  }
}
.b-etap-el .__label {
  border-radius: 6px;
  background: rgba(31, 138, 91, 0.1);
  color: #1F8A5B;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 17px; /* 154.545% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 0 12px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.b-etap-el .__title {
  color: #15121C;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-etap-el .__title {
    font-size: 18px;
  }
}
.b-etap-el .__txt {
  color: #6E6B76;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .b-etap-el .__txt {
    font-size: 14px;
  }
}

.b-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #FF6B32;
  color: #fff;
  padding: 8px 30px;
  min-height: 52px;
  border-radius: 32px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  height: fit-content;
}
@media (max-width: 1199px) {
  .b-btn {
    padding: 8px 20px;
    font-size: 14px;
  }
}
.b-btn:hover {
  background-color: #e55a2b;
  transform: translateY(-2px);
}
.b-btn.--white {
  background: #fff;
  color: #5E4288;
}
.b-btn.--white:hover {
  background: #C6BBDD;
  color: #5E4288;
}
.b-btn.--purple {
  background: #5E4288;
  border: 1px solid #5E4288;
}
.b-btn.--purple:hover {
  background: #C6BBDD;
  color: #5E4288;
}
.b-btn.--border {
  border: 1px solid #5E4288;
  background: transparent;
  color: #5E4288;
}
.b-btn.--border:hover {
  background-color: #5E4288;
  color: #fff;
  transform: translateY(-2px);
}
.b-btn.--border.--orange {
  border: 1px solid #FF6B32;
  color: #FF6B32;
}
.b-btn.--border.--orange:hover {
  background-color: #FF6B32;
  color: #fff;
}
.b-btn.--border.--white {
  border: 1px solid #fff;
  color: #fff;
}
.b-btn.--border.--white:hover {
  background-color: #5E4288;
  border: 1px solid #5E4288;
  color: #fff;
}

.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 {
  border-radius: 88px;
  font-weight: 500;
  color: #606060;
  border: 1px solid #EFF0F2;
  background: #EFF0F2;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 52px;
  line-height: normal;
  padding: 8px 20px;
  display: flex;
  outline: none;
  width: 100%;
  transition: all 0.3s ease-out;
  font-size: 13px;
}
.b-form-big-input .__input:hover, .b-form-big-input .__input:focus-within {
  outline: none;
}
.b-form-big-input .__input::placeholder {
  color: rgba(96, 96, 96, 0.5);
}

.b-radio {
  position: relative;
}
.b-radio input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.b-radio span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 8px 24px;
  border-radius: 13px;
  border: none;
  background: #fff;
  color: #15121C;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .b-radio span {
    height: 40px;
    padding: 8px 16px;
    font-size: 13px;
  }
}
.b-radio input:checked + span {
  background: #5E4288;
  color: #fff;
}
.b-radio:has(input:disabled) {
  opacity: 0.5;
  pointer-events: none;
}

.b-select {
  border-radius: 13px;
  border: 1px solid #E6E4EA;
  background: #FFF;
  height: 48px;
  color: #15121C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  padding: 8px 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6' fill='none'%3E%3Cpath d='M2.98055 5.93992L0.000547186 -7.84397e-05H5.94055L2.98055 5.93992Z' fill='%236E6B76'/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .b-select {
    font-size: 14px;
  }
}

.b-checkbox {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 32px !important;
  min-height: 20px !important;
}
@media (max-width: 991px) {
  .b-checkbox {
    padding-left: 26px !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: 1px solid #767676;
  outline-offset: -1px;
  border-radius: 3px;
  background: #FFF;
}
.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: #6E6B76;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .b-checkbox .__txt {
    font-size: 12px;
  }
}
.b-checkbox .__txt a {
  color: inherit;
}

.b-increment {
  display: grid;
  grid-template-columns: 50px 88px 50px;
  width: fit-content;
  align-items: center;
  background: #fff;
  border-radius: 7px;
  height: 28px;
}
.b-increment a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5E4288;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.b-increment input {
  border: none;
  outline: none;
  text-align: center;
  padding: 0 4px;
  background: none;
  height: auto;
  width: 100%;
  color: #15121C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 150% */
  border-left: 1px solid #E6E4EA;
  border-right: 1px solid #E6E4EA;
}

.b-checkbox-slide {
  display: flex;
  width: 100%;
  padding: 40px 80px;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  border: 1px solid #E6E4EA;
  background: #FFF;
  position: relative;
  min-height: 130px;
}
@media (max-width: 991px) {
  .b-checkbox-slide {
    min-height: 66px;
    padding: 16px 10px;
  }
}
.b-checkbox-slide input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.b-checkbox-slide span {
  position: relative;
  color: #15121C;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 66px;
}
@media (max-width: 991px) {
  .b-checkbox-slide span {
    font-size: 12px;
    padding-left: 48px;
  }
}
.b-checkbox-slide span:before {
  content: "";
  width: 50px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #D7D3E0;
  transform: translateY(-50%);
  border-radius: 30px;
  z-index: 1;
}
@media (max-width: 991px) {
  .b-checkbox-slide span:before {
    width: 36px;
    height: 22px;
    border-radius: 22px;
  }
}
.b-checkbox-slide span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 24px;
  height: 24px;
  background: #fff;
  left: 3px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .b-checkbox-slide span:after {
    width: 17px;
    height: 17px;
    border-radius: 22px;
    left: 2px;
  }
}
.b-checkbox-slide input:checked + span:before {
  background: #5E4288;
}
.b-checkbox-slide input:checked + span:after {
  left: 23px;
}
@media (max-width: 991px) {
  .b-checkbox-slide input:checked + span:after {
    left: 17px;
  }
}

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;
}

.b-sub {
  color: #5E4288;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-sub {
    font-size: 12px;
  }
}

.b-h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -1.1px;
}
@media (max-width: 1199px) {
  .b-h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .b-h1 {
    font-size: 34px;
  }
}

.b-h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.8px;
}
@media (max-width: 1199px) {
  .b-h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .b-h2 {
    font-size: 24px;
  }
}
.b-h2.--lg {
  font-size: 42px;
}
@media (max-width: 1199px) {
  .b-h2.--lg {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .b-h2.--lg {
    font-size: 26px;
  }
}
.b-h2 .--bg {
  display: inline-block;
  border-radius: 7px;
  background: #008490;
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 4px;
}

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-19 {
  font-size: 19px;
}
@media (max-width: 767px) {
  .--fs-19 {
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

@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-400, td.--fw-400 {
  font-weight: 400;
}

.--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;
}

.--lh-150 {
  line-height: 150%;
}

.--fc-green, td.--fc-green {
  color: #1F8A5B;
}

.--fc-purp {
  color: #5E4288;
}

.--fc-purp-2 {
  color: #C6BBDD;
}

.--fc-gray {
  color: #6E6B76;
}

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

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

.--ml-64 {
  margin-left: 64px;
}
@media (max-width: 991px) {
  .--ml-64 {
    margin-left: 0;
  }
}

.--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;
  }
}

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

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

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

.--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;
}

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

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

.--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-0 {
  grid-gap: 0;
  gap: 0;
}

.--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: 991px) {
  .--g-lg-0 {
    grid-gap: 0px;
    gap: 0px;
  }
}

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

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

.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;
}

.--op-085 {
  opacity: 0.85;
}

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

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

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