/* new styles */

/* common */

.container-small {
  margin: 0 auto;
  max-width: 1333px;
  width: 100%;
  padding: 0 15px;
}

.section-title {
  margin: 0;
  font-family: 'GothamPro-Medium', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 115%;
  color: var(--dark-color);
}

@media (max-width:768px) {
  .section-title {
    font-size: 26px;
  }
}

.section-descr {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--light-color);
}

@media (max-width:768px) {
  .section-descr {
    font-size: 16px;
  }
}

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

.linear-purple--radius {
  border-radius: 40px;
  background: linear-gradient(90deg, #2a2951 0%);
}

/* system */

.system  {
  padding-top: 0;
}

.system__title {
  margin-bottom: 16px;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
}

.system__grid {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
}

@media (max-width: 1024px) {
  .system__grid {
    grid-template-columns: repeat(1,1fr);
    gap: 24px;
  }
}

.system__item {
  padding: 29px 20px 20px 32px;
  background: linear-gradient(360deg, rgba(253, 244, 255, 0.87) 0%, rgba(255, 255, 255, 0.87) 100%);
  border-radius: 20px;
}

@media (max-width:768px) {
  .system__item {
    padding: 16px;
  }
}

.system__name {
  margin: 0;
  margin-bottom: 16px;
  font-family: 'GothamPro-Medium', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--dark-color);
}

.system__text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 137%;
  color: var(--gray-color);
}

.system__img {
  display: block;
  margin-left: auto;
  width: 100px;
  height: 100px;
}
.system__img--rotate {
  transform: rotate(-10deg);
}

.system__offer {
  margin: 0;
  font-family: 'GothamPro-Medium', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--dark-color);
}

@media (max-width: 768px) {
  .system__offer {
    font-size: 18px;
  }
}

/* tariff */

.tariff {
  padding-top: 0;
}

.tariff__slider-wrapper {
  position: relative;
}

.tariff__slider {
  padding: 10px 0;
}

@media (max-width: 1100px) {
  .tariff__slider {
    overflow: visible;
  }
}

.tariff__slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

@media (max-width: 1100px) {
  .tariff__slider .swiper-wrapper {
    display: flex;
    grid-template-columns: unset;
    gap: 0;
  }
}

.tariff__slide {
  padding: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
}
@media (max-width: 1100px) {
  .tariff__slide {
    width: 354px !important;
    height: auto;
  }
  .tariff__slide:not(:last-child) {
    margin-right: 24px !important;
  }
}
@media (max-width: 768px) {
  .tariff__slide:not(:last-child) {
    margin-right: 16px !important;
  }
}
.tariff__slide:nth-last-of-type(2) {
  box-shadow: 0 0 0 10px rgba(163, 40, 210, 0.05);
}

.tariff__top {
  margin-bottom: 16px;
  padding: 20px;
  background: #f7f6f6;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 23px;
  min-height: 352px;
}

@media (max-width: 768px) {
  .tariff__top {
    min-height: 330px;
  }
}

.tariff__info {
  width: 100%;
 
}

.tariff__row {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.tariff__icon {
  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid #d4d4d4;
  border-radius: 14px;
}

.tariff__icon img {
  display: block;
}

.tariff__sale {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  width: max-content;
  height: 23px;
  background: #ffeafa;
  border: 1px solid #f0c7ff;
  border-radius: 5px;

  font-weight: 400;
  font-size: 12px;
  color: #a329d2;
}

.tariff__name {
  margin: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--dark-color);
}

.tariff__descr {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #888;
}

.tariff__buy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.tariff__price {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: var(--dark-color);
}

.tariff__btn {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  padding: 16px 30px;
  background-color: #a328d2;

  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--light-color);
  transition: background-color 0.3s ease-in;
}
.tariff__btn:hover {
  background-color: rgba(163, 40, 210, 0.8);
}

.tariff__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  height: calc(100% - 352px - 16px);
}

@media (max-width: 768px) {
  .tariff__bottom {
    height: calc(100% - 330px - 16px);
  }
}

.tariff__wrapper {
}

.tariff__subtitle {
  margin: 0;
  margin-bottom: 16px;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--dark-color);
}

.tariff__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.tariff__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  margin: 0;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--dark-color);
}

.tariff__item::before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  background-color: #ffeafa;
  background-image: url('../img/new/check.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.tariff__text {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--dark-color);
}

.tariff__scrollbar {
  display: none;
}

@media (max-width: 1100px) {
  .tariff__scrollbar {
    margin-top: 24px;
    display: block;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    width: 100% !important;
    height: 4px !important;
  }
  .tariff__scrollbar .swiper-scrollbar-drag {
    background: #A328D2;
  }
}

/* result */

.result {
  padding-top: 100px;
  padding-bottom: 160px;
  background-image: url('../img/new/result-bg.png');
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .result {
    padding-top: 50px;
    padding-bottom: 70px;
    background-position: 20px center;
  }
}

.result__title {
  margin: 0;
  margin-bottom: 37px;
  font-family: 'Inter', sans-serif;
  max-width: 474px;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
  color: var(--light-color);
}

@media (max-width: 768px) {
  .result__title {
    max-width: unset;
    font-size: 32px;
  }
}

.result__grid {
  display: grid;
  grid-template-columns: 240px repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1024px) {
  .result__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 768px) {
  .result__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

@media (max-width: 1024px) {
  .result__item {
    grid-column: 2 span;
  }
  .result__item:last-of-type {
    grid-column: 3 span;
  }
  .result__item:nth-last-of-type(2) {
    grid-column: 3 span;
  }
  .result__item:nth-last-of-type(2) .result__icon-inner {
    margin-left: 42px;
  }
}

@media (max-width: 768px) {
  .result__item:nth-last-of-type(2) .result__icon-inner {
    margin-left: 0;
  }
}

.result__item:not(:last-child) .result__icon::after {
  width: calc(100% + 24px);
}


.result__item:first-child .result__icon-inner {
  margin-left: 42px;
}

@media (max-width: 768px) {
    .result__item:first-child .result__icon-inner {
      margin-left: 0;
    }
}

.result__item:first-child .result__icon::after {
  background: #ff2eff;
  filter: blur(8px);
}

.result__item:first-child .result__icon::before {
  content: '';
  display: block;
  width: calc(100% + 24px);
  height: 4px;
  background-color: #f0f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 768px) {
  .result__item:first-child .result__icon::after,
  .result__item:first-child .result__icon::before {
    display: block;
  }
  .result__item:first-child .result__icon::before {
    width: 4px;
    height: calc(100% + 32px);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .result__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }
}

.result__icon {
  margin-bottom: 37px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .result__icon {
    margin: 0;
    width: 65px;
  }
}


.result__icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #5755a7;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 768px) {
  .result__icon::after {
    width: 4px !important;
    height: calc(100% + 32px) !important;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .result__item:last-of-type .result__icon::after {
    display: none;
  }
}

.result__icon-inner {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px 0 rgba(194, 184, 255, 0.18), inset 0 -4px 4px 0 #f1eefa;
  background: var(--light-color);
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.result__icon-inner img {
  display: block;
}

.result__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}

.result__name {
  margin: 0;
  font-family: 'GothamPro-Medium', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--light-color);
}

.result__text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 137%;
  color: var(--light-color);
}

/* stages */

.stages {
  padding-top: 0;
  padding-bottom: 80px;
}

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

.stages__container {
  margin: 0 auto;
  max-width: 1310px;
  width: 100%;
  padding: 32px;
  backdrop-filter: blur(30px);
  background: rgba(194, 184, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 30px;
}

@media (max-width:768px) {
  .stages__container {
    padding: 24px;
  }
}

.stages__row {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width:768px) {
  .stages__row {
    margin-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
}

.stages__title {
  margin: 0;
  color: var(--light-color);
}

.stages__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stages__prev,
.stages__next {
  position: relative;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 20px;

  transition: background-color 0.3s ease-in;
}

.stages__prev:hover,
.stages__next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.stages__prev::after,
.stages__next::after {
  display: none !important;
}

.stages__prev img,
.stages__next img {
  display: block;
  width: 20px;
  height: 20px;
}

.stages__slider-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.stages__slider {
}

.stages__slide {
  width: 431px !important;
  height: 259px;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width:768px) {
  .stages__slide {
    width: 340px !important;
  }
}
.stages__slide:not(:last-child) {
  margin-right: 12px !important;
}


.stages__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.stages__number {
  margin: 0;
  font-family: 'GothamPro-Medium', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.05em;
  color: var(--main-color);
}

.stages__name {
  margin: 0;
  font-family: 'GothamPro-Medium', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.05em;
  color: var(--main-color);
}

.stages__text {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: var(--main-color);
}

.stages__icon {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 71px;
  background-color: var(--light-color);
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(194, 184, 255, 0.18), inset 0 -4px 4px 0 #f1eefa;
}

.stages__icon img {
  display: block;
  width: 30px;
  height: 30px;
}

/* whom */

.whom {
  padding: 0;
}

.whom__title {
  margin-bottom: 36px;
  text-align: center;
  color: var(--light-color);
}

.whom__grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 32px;
}

@media (max-width: 1024px) {
  .whom__grid {
    grid-template-columns: repeat(1,1fr);
    gap: 24px;
  }
}

.whom__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 16px;
  background-color: var(--light-color);
  border-radius: 24px;
  height: 363px;
}

.whom__number {
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

.whom__img {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.whom__item:first-of-type .whom__img  {
  top: 50px;
}
.whom__item:nth-of-type(2) .whom__img  {
  top: 31px;
}
.whom__item:nth-of-type(3) .whom__img  {
  top: 36px;
}
.whom__item:last-of-type .whom__img  {
  top: 16px;
}

.whom__info {
  width: 100%;
  min-height: 164px;
  position: relative;
  z-index: 2;
}

.whom__info svg {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.whom__info-inner {
  padding: 16px 16px 28px 16px;
}

@media (max-width: 768px) {
  .whom__info-inner {
    padding: 8px 16px;
  }
}

.whom__name {
  margin: 0;
  margin-bottom: 16px;
  max-width: 212px;
  font-family: 'GothamPro-Medium', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 2;
}

@media (max-width: 576px) {
  .whom__name {
    margin-bottom: 8px;
    max-width: 188px;
    font-size: 16px;
  }
}

.whom__text {
  display: block;
  padding-top: 16px;
  border-top:  0.50px solid #BFBFC1;
  margin: 0;
  width: 100%;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #767676;
  position: relative;
  z-index: 2;
}

@media (max-width: 576px) {
  .whom__text {
    padding-top: 8px;
  }
}


/* case */

.caseStrategy__title {
  margin-bottom: 16px;
  color: var(--light-color);
}

.caseStrategy__descr {
  margin-bottom: 24px;
  color: var(--light-color);
}

/* sale */


.sale {
  padding-top: 0;
  padding-bottom: 160px;
}

@media (max-width: 1140px) {
  .sale .container-small {
    padding-right: 40px;
  }
}

@media (max-width: 1024px) {
  .sale .container-small {
    padding-right: 15px;
  }
}


@media (max-width: 768px) {
 .sale {
  padding-bottom: 70px;
 }
}

.sale__grid {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 30px;
}

@media (max-width: 1024px) {
  .sale__grid {
    grid-template-columns: repeat(1,1fr);
    gap: 24px;
  }
}

.sale__info {
  grid-column: 7 span;
}

@media (max-width: 1024px)  {
  .sale__info {
    grid-column: 1 span;
  }
}

.sale__title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 44px;
  line-height: 114%;
  letter-spacing: -0.07em;
  color: var(--light-color);
}

@media (max-width:768px) {
  .sale__title {
    font-size: 32px;
  }
}

.sale__title span {
  font-family: 'GothamPro-Medium', sans-serif;
  font-weight: 500;
  color: #dc82ff;
}

.sale__text {
  margin: 0;
  margin-bottom: 20px;
  font-family: 'GothamPro-Medium', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: -0.01em;
  color: var(--light-color);
}

@media (max-width:768px) {
  .sale__text {
    font-size: 18px;
  }
}

.sale__card {
  width: 100%;
  height: 220px;
  grid-column: 5 span;
  position: relative;
  z-index: 200;
  padding: 26px 25px 21px 42px;
  background-color: var(--light-color);
  border-radius: 15px;
  box-shadow: 0 4px 50px -11px #ef57c8;
  background-image: url('../img/new/dots.svg');
  background-repeat: no-repeat;
  background-position: center left;
}
@media (max-width: 1024px) {
  .sale__card {
    grid-column: 1 span;
    max-width: 400px;
  }
}


@media (max-width: 576px) {
  .sale__card {
    margin-right: 25px;
  }
}

.sale__card:has(.sale__link:hover)::before,
.sale__card:has(.sale__link:hover)::after  {
  transform: rotate(0deg);
  top: 0;
  left: 0;
}

.sale__card::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 9px;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 50px -11px #ef57c8;
  background: var(--light-color);
  transform: rotate(3deg);
  opacity: 0.3;
  border-radius: 15px;
  transition: all 0.3s ease-in;
}

.sale__card::after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 25px;
  left: 15px;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 50px -11px #ef57c8;
  background: var(--light-color);
  transform: rotate(7deg);
  opacity: 0.3;
  border-radius: 15px;
  transition: all 0.3s ease-in;
}

.sale__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.sale__icon {
  margin-bottom: 34px;
  display: block;
  width: 22px;
  height: 21px;
}

.sale__wrapper {
  margin-bottom: 31px;
  max-width: 298px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.sale__name {
  margin: 0;
  max-width: 228px;
  font-family: 'GothamPro-Bold', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 114%;
  letter-spacing: -0.07em;
  color: #a328d2;
}

.sale__name span {
  color: var(--dark-color);
}

.sale__next {
  margin-top: 22px;
  display: block;
  width: 19px;
  height: 16px;
}

.sale__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sale__year {
  margin: 0;
  font-weight: 400;
  font-size: 7px;
  line-height: 114%;
  letter-spacing: -0.07em;
  color: #515151;
}

.sale__email {
   margin: 0;
  font-weight: 400;
  font-size: 7px;
  line-height: 114%;
  letter-spacing: -0.07em;
  color: #515151;
  transition: color 0.3s ease-in;
  position: relative;
  z-index: 11;
}

.sale__email:hover {
  color: #a328d2;
}

.introStrategy .h1 span {
color: #A328D2;
}
.introStrategy .introDescr {
  color: #000;
  font-weight: 500;
  font-family: 'Mulish', sans-serif;
  line-height: 100%;
}







