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

.b-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-checkbox-slide span:after, .b-checkbox-slide span:before, .b-radio span, .b-btn {
  transition: all 0.2s linear;
}

.b-select, .b-form-big-input .__input, .b-btn, .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-h1, .b-inline-form .__title, .b-step-item .__txt, .b-step-item .__num {
  font-family: "Mulish", sans-serif;
}

#calcPage {
  box-sizing: border-box;
}

#calcPage a {
  text-decoration: none;
}

html {
}

@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;
}
#calcPage button {
  font-family: "Manrope", sans-serif;
}

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

#calcPage {
  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) {
  #calcPage {
    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;
}

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

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

.b-top-tarif {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 80px;
}
@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 .__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 .__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 .__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 > 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-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;
  }
}
.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-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 .__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;
}
@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 .__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 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-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;
}
@media (max-width: 1199px) {
  .b-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.b-btn:hover {
  background-color: #e55a2b;
  transform: translateY(-2px);
}
.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-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 .--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-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-purp {
  color: #5E4288;
}

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

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

@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.css.map */
