@import "../assets/font/SFPro/stylesheet.css";

:root {
  --color-text-primary: #110d38;
  --color-title: #2e2e2e;
  --color-accent: #574ce8;
  --color-gradient: linear-gradient(180deg, #110c37 0%, #574ce8 100%);
  --color-text-secondary: rgba(46, 46, 46, 0.7);
  --color-text-white: #fff;
  --color-text-red: #ff4346;
  --color-basic-bg: #fff;
  --color-basic-blue-gradient: #5890ff;
  --btn-bg: #2e2e2e;
  --font-family: "SF Pro Display", sans-serif;
  --second-family: "SF Pro Text", sans-serif;
  --third-family: "SF Compact Display", sans-serif;
  --animate-duration: 800ms;
  --animate-delay: 0.5s;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  list-style-type: none;
  text-decoration: none;
  font-family: var(--font-family);
  color: var(--color-text-primary);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

input[type="radio"] {
  display: none;
}

img {
  display: block;
}

body {
  background: var(--color-basic-bg);
}

.app {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  margin-bottom: 30px;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.logo {
  display: flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(168deg, #b4adff 14.7%, #5f44f8 91.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.09px;
}

.logo img {
  width: 23px;
  height: 23px;
}

.container {
  max-width: 1370px;
  padding: 0 20px;
  margin: 0 auto;
}

.title {
  color: var(--color-title);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.364px;
  margin-bottom: 16px;
}

.section-text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.38px;
}

.banner__container {
  max-width: 963px;
  margin: 0 auto;
  padding: 0 20px;
}

.banner__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.banner__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.364px;
}

.banner__text {
  color: var(--color-text-primary);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.38px;
  margin: 10px 0 30px;
}

.title--white {
  color: var(--color-text-white);
}

.inner-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: 50px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: center;
  color: var(--color-text-white);
  border-radius: 30px;
  background: var(--btn-bg);
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: .3s;
}

.btn--white {
  border-radius: 30px;
  border: 1px solid #000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #2e2e2e;
  background: transparent;
}

.meta-security {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.btn.btn--disabled {
  opacity: 0.5;
  pointer-events: none;
}

.trusted-info {
  display: flex;
  justify-content: center;
}

.section {
  margin: 60px 0;
}

.benefits__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: calc(50% - 50px / 2);
  border-radius: 24px;
  border: 1px solid rgba(17, 13, 56, 0.05);
  background: #f9f9f9;
  padding: 16px;
}

.benefits__item-main {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.benefits__item-cover {
  width: 38px;
  height: 38px;
}

.benefits__item-cover img {
  height: 100%;
  object-fit: contain;
}

.benefits__item-title {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: var(--color-text-primary);
}

.benefits__item-description {
  color: #000;
  font-feature-settings: 'case' on;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 13px;
}

.reviews__score {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}

.reviews__text {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.38px;
  margin: 8px 0;
}

.reviews__person {
  text-align: center;
  font-feature-settings: 'case' on;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.43px;
  opacity: 0.8;
}

.working-process__item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding-top: 45px;
}

.main-cover {
  position: relative;
  height: 275px;
  overflow: hidden;
}

.main-cover img {
  width: 180px;
  margin: 0 auto;
}

.banner-cover-animation {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
}

.working-process__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.working-process__item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.38px;
  color: var(--color-text-white);
  border-radius: 2px 22px;
  background: linear-gradient(296deg, #b4adff 10.37%, #5f44f8 90.8%)
}

.working-process__item-title {
  max-width: 175px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: var(--color-text-primary);
}

.working-process__text {
  max-width: 235px;
  color: #000;
  text-align: center;
  font-feature-settings: 'case' on;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 13px;
  letter-spacing: -0.23px;
}

.working-process .slick-dots {
  top: 5px;
  bottom: inherit;
}

.slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  border: 1px solid #b4adff;
  transition: .3s;
}

.slick-dots li.slick-active {
  width: 36px;
  background: linear-gradient(296deg, #b4adff 10.37%, #5f44f8 90.8%);
}

.slick-dots li button {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.steps-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-bottom: 18px;
}

.steps__item {
  position: relative;
  display: flex;
  gap: 15px;
}

.steps__item:before {
  position: absolute;
  display: inline-block;
  content: url("../assets/img/arrow-step.svg");
  left: -26px;
  top: -36px;
  z-index: -1;
}


.steps__item-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: linear-gradient(296deg, #b4adff 10.37%, #5f44f8 90.8%);
  color: var(--color-text-white);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.38px;
}

.steps__item-title {
  color: var(--color-text-primary);
  font-feature-settings: 'case' on;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}

.steps__item-description {
  max-width: 190px;
  color: #000;
  font-feature-settings: 'case' on;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 13px;
}

.support-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.start-block .main-cover {
  margin-top: 25px;
}

.next-page {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.next-page__el {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid rgba(17, 13, 56, 0.05);
  background: #f1f1f1;
  padding: 16px;
}

.next-page__el-title {
  display: flex;
  gap: 6px;
  color: var(--color-text-primary);
  font-feature-settings: 'case' on;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}

.next-page__el-label {
  background: linear-gradient(296deg, #b4adff 10.37%, #5f44f8 90.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.next-page__el-text {
  color: #000;
  font-feature-settings: 'case' on;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 13px;
  margin-bottom: 10px;
}

.next-page__el-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-feature-settings: 'case' on;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 13px; /* 130% */
}

.next-page__el-link-i {
  display: flex;
}

.footer {
  padding: 83px 0;
  background: #f1f1f1;
}

.logo--footer {
  justify-content: center;
}

.location {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
}

.location__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.location__address {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.app-rating-cover {
  display: flex;
  justify-content: center;
}

.location-link {
  display: flex;
  justify-content: center;
  gap: 13px;
}

.location-link__item {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  font-feature-settings: 'case' on;
}

.location__copy--mobile{
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin: 30px auto 0;
}

.footer__nav {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.footer__nav-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nav-list {
  display: flex;
  flex-direction: column;
}

.nav-list__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
}

.nav-list__el {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 20px;
}

.nav-list__el:last-child{
  margin-bottom: 0;
}

.footer__nav-inner:last-child .nav-list:last-child .nav-list__title{
  margin-bottom: 10px;
}

.nav-list__el img{
  width: 88px;
}

.header__mobile-menu{
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__mobile-menu > a,
.header__mobile-menu > .burger-close{
  display: flex;
}

.burger-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.90);
  padding: 27px 20px;
  opacity: 0;
  z-index: -1;
  transition: .3s;
}

.burger-content.show {
  opacity: 1;
  z-index: 10;
}

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

.burger-menu {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.burger-menu__el {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.d-none {
  display: none;
}

.plans .section-text{
  max-width: 590px;
  margin: 0 auto;
}

.switch{
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  height: 43px;
  border-radius: 20.8px;
  border: 0.867px solid rgba(17, 13, 56, 0.05);
  background: #F1F1F1;
  padding: 5px 13px;
  margin: 30px auto 50px;
}

.switch__el.active{
  border-radius: 20.8px;
  border: 0.867px solid rgba(17, 13, 56, 0.05);
  background: #FFF;
  box-shadow: 0px 1.733px 3.467px 0px rgba(0, 0, 0, 0.25);
  padding: 6px 30px;
  transition: .3s;
}

.plans__elem{
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  min-width: 278px;
  border-radius: 24px;
  border: 1px solid rgba(17, 13, 56, 0.05);
  background: #F1F1F1;
  padding: 16px;
}

.plans__elem.show{
  display: flex;
}

.plans__popular{
  position: absolute;
  top: -16px;
  border-radius: 19.2px;
  border: 0.8px solid rgba(17, 13, 56, 0.05);
  background: linear-gradient(296deg, #B4ADFF 10.37%, #5F44F8 90.8%);
  box-shadow: 0px 1.6px 3.2px 0px rgba(0, 0, 0, 0.25);
  padding: 6px 14px;
  color: var(--color-text-white);
  font-size: 13.6px;
  font-weight: 500;
  line-height: 17.6px;
  letter-spacing: -0.4px;
}

.plans__title{
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.plans__price{
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.plan__features{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.plan__features-item{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 300;
  line-height: 13px;
}

.plans__interval-pay{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 13px;
}

.plans-content{
  margin-bottom: 20px;
}

@media (max-width: 1349px) {
  .plan__features-item svg{
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 768px) {
  .benefits__list {
    gap: 7px;
  }

  .benefits__item {
    width: calc(50% - 7px / 2);
  }
}


@media (min-width: 1350px) {

  .d-none {
    display: block;
  }

  .header__mobile-menu,
  .footer__content-mobile {
    display: none;
  }

  .header__nav-list {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .header__nav-list__item a {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.38px;
    transition: .3s;
  }

  .header__nav-list__item a:hover {
    background: linear-gradient(168deg, #b4adff 14.7%, #5f44f8 91.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


  .header {
    padding: 50px 0;
    margin-bottom: 0;
  }

  .main-cover {
    height: 490px;
  }

  .main-cover img {
    width: 348px;
  }

  .banner__title {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
  }

  .banner__text {
    max-width: 435px;
    margin: 20px auto 50px;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
  }

  .btn {
    width: 380px;
    height: 95px;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    border-radius: 100px;
    transition: .3s;
  }

  .btn:hover {
    border: 1px solid #000;
    background: var(--color-basic-bg);
    color: #000;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.60);
  }

  .desktop-none {
    display: none;
  }

  .meta-security {
    font-size: 16px;
  }

  .section {
    margin: 150px 0;
  }

  .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 60px;
  }

  .banner-cover-animation {
    position: absolute;
    top: 178px;
    width: 145px;
  }

  .benefits__list {
    max-width: 1066px;
    margin: 0 auto 60px;
    gap: 30px 50px;
  }

  .benefits__item {
    padding: 40px 32px 40px 40px;
    border-radius: 50px;
  }

  .benefits__item-main {
    gap: 25px;
  }

  .benefits__item-cover {
    width: 100px;
    height: 100px;
  }

  .benefits__item-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -1.123px;
  }

  .benefits__item-description {
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
  }

  .section-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.38px;
  }

  .working-process {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-bottom: 50px;
  }

  .working-process__item {
    width: calc(100% / 3 - 72px / 3);
    padding-top: 73px;
  }

  .working-process__head {
    gap: 30px;
    margin-bottom: 30px;
  }

  .working-process__item-num{
    width: 78px;
    height: 78px;
    border-radius: 3.5px 38.5px;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 43.75px;
    letter-spacing: 0.665px;
  }

  .working-process__item-title{
    max-width: 325px;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.741px;
  }

  .working-process__text {
    max-width: inherit;
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
    text-align: left;
  }

  .steps-list{
    margin-bottom: 60px;
    gap: 50px;
  }

  .steps__item{
    max-width: 480px;
    width: 100%;
    gap: 20px;
  }

  .steps__item-num{
    width: 70px;
    height: 70px;
    font-size: 35px;
    font-weight: 600;
    line-height: 43.75px;
    letter-spacing: 0.665px;
  }

  .steps__item-title{
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -1.123px;
    margin-bottom: 10px;
  }

  .steps__item-description{
    max-width: 347px;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
  }

  .steps__item:before{
    content: url("../assets/img/arrow-step-big.svg");
    left: -70px;
    top: -120px;
  }

  .steps__item:first-child:before {
    top: -100px;
  }

  .support-container {
    display: flex;
    justify-content: center;
    gap: 60px;
  }

  .support .title{
    max-width: 304px;
    text-align: right;
    margin: 0;
  }

  .support-inner{
    gap: 30px;
  }

  .support .section-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0.38px;
    text-align: left;
  }

  .support .inner-btn {
    align-items: flex-start;
  }

  .support .btn {
    margin: 0;
    border-radius: 20px;
  }

  .btn--white:hover {
    box-shadow: 4px 5px 4px 0px rgba(95, 68, 248, 0.46);
    background: #000;
    color: var(--color-text-white);
  }

  .start-block .title {
    margin-bottom: 20px;
  }

  .start-block .main-cover {
    margin-top: 60px;
  }

  .next-page{
    flex-direction: row;
    justify-content: center;
    gap: 50px;
  }

  .next-page__el{
    max-width: 623px;
    width: 100%;
    padding: 40px 10px 40px 40px;
  }

  .next-page__el-title{
    gap: 25px;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -1.123px;
    margin-bottom: 20px;
  }

  .next-page__el-text{
    font-size: 26px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .next-page__el-link{
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    gap: 20px;
  }

  .next-page__el-link-i svg{
    width: 50px;
    height: 20px;
  }

  .logo{
    gap: 8px;
    font-size: 38.545px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.154px;
  }

  .logo img{
    width: 40px;
    height: 40px;
  }

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

  .footer__nav-inner .logo{
    justify-content: center;
  }

  .nav-list__title{
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 36.533px;
  }

  .footer__nav-inner:first-child .nav-list__title{
    margin-bottom: 35px;
  }

  .nav-list__el{
    font-size: 30px;
    line-height: 36.533px;
    margin-bottom: 30px;
  }

  .nav-list__el img{
    width: 212px;
  }

  .nav-list__el:last-child{
    margin-bottom: 0;
  }

  .footer__nav-inner{
    gap: 30px;
  }

  .footer__nav-inner:last-child{
    text-align: right;
  }

  .location{
    margin : 0;
  }

  .location__title{
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.123px;
    margin-bottom: 20px;
  }

  .location__address{
    font-size: 38px;
    line-height: 50px;
    letter-spacing: -1.123px;
    margin-bottom: 20px;
  }

  .location-link{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }

  .location-link__item{
    font-size: 28.854px;
    line-height: 44.39px;
    gap: 6px;
  }

  .location__copy{
    color: #110D38;
    font-feature-settings: 'case' on;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-top: 70px;
  }

  .location__copy--mobile{
    display: none;
  }

  .footer{
    padding: 160px 0 156px;
  }

  .plans .title{
    margin-bottom: 20px;
  }

  .plans-content{
    margin-bottom: 60px;
  }

  .switch{
    margin: 60px auto 95px;
    height: 72px;
    padding: 8px 23px;
    border-radius: 34.86px;
  }

  .switch__el:hover{
    cursor: pointer;
  }

  .switch__el{
    font-size: 24.693px;
    font-weight: 500;
    line-height: 31.955px;
    letter-spacing: -0.726px;
  }

  .plans__elem{
    max-width: 507px;
    margin: 0 auto;
    padding: 22px;
  }

  .plans__popular{
    font-size: 24.803px;
    font-weight: 500;
    line-height: 32.098px;
    top: -26px;
  }

  .plans__title{
    font-size: 31.004px;
    font-weight: 500;
    line-height: 40.122px;
    letter-spacing: -0.912px;
    margin-bottom: 18px;
  }

  .plans__price{
    font-size: 36px;
    font-weight: 700;
    line-height: 40.122px;
    letter-spacing: -0.912px;
    margin-bottom: 36px;
  }

  .plan__features{
    gap: 18px;
    margin-bottom: 36px;
  }

  .plan__features-item{
    gap: 10px;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
  }

  .plans__interval-pay{
    font-size: 20px;
    font-weight: 300;
    line-height: 23.709px;
  }
}

.header__nav-list__item.active a {
  font-weight: 500;
}

.text-page__main{
  max-width: 962px;
  margin: 0 auto;
}

.animate-on-scroll{
  opacity: 0;
}

.animate-on-scroll.animate__animated {
  opacity: 1;
}

h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.364px;
  margin-top: 30px;
  text-align: center;
}

.separator{
  max-width: 200px;
  margin: 15px auto;
  border-top: 1px solid #5F44F8;
  border-bottom: 1px solid #5F44F8;
  font-size: 13px;
  line-height: 18px;
  padding: 15px 0;
  text-align: center;
}

.text-page__main-description{
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.38px;
  text-align: center;
}

.text-page__content{
  margin: 60px 0;
}

.text-page__block h2{
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}

.text-page__block:not(:last-child) {
  margin-bottom: 30px;
}

.text-page__block p{
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
  margin-top: 10px;
}

.text-page__list:not(:last-child){
  margin-bottom: 5px;
}

.text-page__list li{
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
}

.text-page__list li:before{
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #110D38;
  border-radius: 50%;
  left: 10px;
  top: 10px;
}

@media (min-width: 1350px) {
  h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.364px;
  }

  .separator{
    max-width: 420px;
    margin: 20px auto;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.38px;
    padding: 20px 0;
  }

  .text-page__content{
    margin: 100px 0;
  }

  .text-page__main-description{
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.38px;
  }

  .text-page__block:not(:last-child) {
    margin-bottom: 50px;
  }

  .text-page__block h2{
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .text-page__block p{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
    margin-top: 20px;
  }

  .text-page__list:not(:last-child){
    margin-bottom: 10px;
  }

  .text-page__list li{
    position: relative;
    padding-left: 36px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }

  .text-page__list li:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 16px;
    top: 13px;
  }

  .logo--footer {
    justify-content: center;
    margin-bottom: 70px;
    font-size: 54.53px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.218px;
  }

  .logo--footer img{
    width: 60px;
    height: 60px;
  }
}



