@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaExtraBold.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaLight.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaMedium.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaSemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaThin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
:root {
  --font-family: "Lufga", sans-serif;
}

:root {
  --primary-primary-800: #3b269d;
  --primary-primary-600: #6432ff;
  --primary-primary-200: #d2cde8;
  --secondary-blue: #1badff;
  --secondary-pink: #e93fe2;
  --text-primary: #051f2e;
  --text-secondary: #375262;
  --text-extra: #a4afb5;
  --text-white: #fff;
  --dark-shades-900: #051f2e;
  --dark-shades-800: #0e2b3b;
  --dark-shades-400: #2c688a;
  --light-shades-300: #e1e7eb;
  --light-shades-200: #f5f7fa;
  --light-shades-white: #fff;
  --gradient-primary: linear-gradient(135.98deg, #6b83f4 0%, #a862eb 100%);
  --gradient-secondary: linear-gradient(90deg, #6835ff 0%, #1aadff 100%);
  --gradient-tertiary: linear-gradient(128.26deg, #a3deff 0%, #fdadf2 100%);
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

body {
  background: #ffffff1a;
  height: 100%;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

h1 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 76px;
  line-height: 121%;
  color: var(--text-primary);
}

h2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 133%;
  text-align: center;
  color: var(--text-primary);
}

h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: var(--text-primary);
}

h4 {
  font-family: var(--font-family);
  font-size: 19px;
  font-weight: 400;
  line-height: 168%;
  text-align: left;
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: var(--text-secondary);
}

.wrapper {
  background: var(--light-shades-white);
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 90.55%);
  background: url("../img/Hero-background.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1310px) {
  .wrapper::before {
    height: calc(100% - 90.45%);
  }
}
@media (max-width: 1278px) {
  .wrapper::before {
    height: calc(100% - 91.15%);
  }
}
@media (max-width: 1215px) {
  .wrapper::before {
    height: calc(100% - 90.3%);
  }
}
@media (max-width: 1195px) {
  .wrapper::before {
    height: calc(100% - 90%);
  }
}
  @media (max-width: 1155px) {
  .wrapper::before {
    height: calc(100% - 89.05%);
  }
}
@media (max-width: 1132px) {
  .wrapper::before {
    height: calc(100% - 89.25%);
  }
}
@media (max-width: 1125px) {
  .wrapper::before {
    height: calc(100% - 88.93%);
  }
}
@media (max-width: 1115px) {
  .wrapper::before {
    height: calc(100% - 88.3%);
  }
}
@media (max-width: 1050px) {
  .wrapper::before {
    height: calc(100% - 88.7%);
  }
}

/* Prime-section */

.prime-wrapper {
  display: flex;
  flex-direction: column;
  padding: 74px 0 40px 84px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.prime-wrapper-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 21px;
}

.prime-wrapper-top-left {
  display: flex;
  flex-direction: column;
  padding: 18px 0 0 0;
  width: 100%;
}

.prime-wrapper-top-left h1 {
  margin: 0 0 20px 0;
}
.prime-wrapper-top-left p {
  font-size: 19px;
  line-height: 168%;
}
.h1-p-last-child {
  margin: 0 0 44px 0;
}

.prime-wrapper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0;
  max-width: 235px;
  width: 100%;
  background-color: var(--primary-primary-600);
  border-radius: 12px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 19px;
  line-height: 168%;
  letter-spacing: 0.02em;
  color: var(--text-white);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.prime-wrapper-button:hover {
  background-color: var(--primary-primary-800);
}
.prime-wrapper-button:active {
  background-color: var(--primary-primary-600);
}
.prime-wrapper-top-right {
  max-width: 640px;
  width: 100%;
  margin-right: -4px;
}

.prime-wrapper-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.prime-wrapper-bottom p {
  font-size: 13px;
  line-height: 138%;
}
.prime-wrapper-bottom-left,
.prime-wrapper-bottom-center,
.prime-wrapper-bottom-right {
  display: flex;
  gap: 10px;
  padding: 10px 10px 10px 0;
  align-items: center;
}

/* Explore-key-features-section */
.explore-key-features-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1440px;
  width: 100%;
  padding: 100px 84px 77px;
  margin: 0 auto;
}
.explore-key-features-wrapper-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.explore-key-features-wrapper h2 {
  text-align: center;
  margin-bottom: 21px;
}
/*.explore-key-features-wrapper-title p {
  display: none;
}*/
.explore-key-features-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 24px;
}

.explore-key-features-block {
  display: flex;
  justify-content: space-between;
  background: var(--light-shades-200);
  gap: 12px;
  padding: 24px 16px 24px 32px;
  border-radius: 12px;
}

.explore-key-features-block-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0 0 0;
  align-items: flex-start;
  max-width: 500px;
  width: 100%;
}

.explore-key-features-block-left-top {
  display: flex;
  gap: 12px;
  align-items: center;
}

.explore-key-features-block-right {
  max-width: 612px;
  width: 100%;
  padding: 12px 0 0 0;
}

.explore-key-features-block-right img {
  width: 100%;
  object-fit: contain;
}

/* Trusted-section  */
#trusted-by {
  background: var(--dark-shades-900);
}

.trusted-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 100px 84px 86px;
  gap: 36px;
}

.trusted-wrapper-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.trusted-wrapper-top h2 {
  color: var(--text-white);
}

.trusted-wrapper-top p {
  color: var(--text-extra);
}

.trusted-wrapper-bottom {
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.trusted-wrapper-bottom-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.5px 33px;
}
.trusted-icon-tab {
  display: none;
}
.trusted-icon {
  width: 100%;
}

/* Seo-section */
.seo-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 100px 0 136px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.seo-wrapper-discription {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}

.seo-wrapper-discription h2 {
  margin-bottom: 12px;
}
.seo-wrapper-discription-p-mobile {
  display: none;
  max-width: 655px;
  width: 100%;
}
.seo-slider {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.seo-slider .slick-slide {
  transition: transform 0.3s ease;
  transform-origin: center;
}
.seo-slider .slick-slide.slick-active {
  position: relative;
  z-index: 100;
}

.seo-slider .slick-slide:not(.slick-active) {
  transform: scale(0.9);
}
.seo-slider-item {
  display: flex;
  align-items: center;
  border-radius: 12px;
  height: 500px;
}
.seo-slider-img {
  border-radius: 12px;
  box-shadow: 0 10px 46px 0 rgba(10, 46, 66, 0.1);
  background: var(--text-white);
}
.seo-slider-item img {
  width: 100%;
}

.seo-slider .slick-list {
  overflow: visible !important;
}

.slick-track {
  display: flex;
  align-items: flex-start;
}

.seo-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1.5px solid var(--text-primary);
  border-radius: 8px;
  z-index: 10;
}

.seo-slider .slick-arrow.slick-prev {
  left: 35%;
  top: 95.4%;
  background: url(../icon/arrow-prev.svg) no-repeat center;
  cursor: pointer;
}

.seo-slider .slick-arrow.slick-next {
  right: 35%;
  top: 95.4%;
  background: url(../icon/arrow-next.svg) no-repeat center;
  cursor: pointer;
}

@media (max-width: 1220px) {
    .seo-slider .slick-arrow.slick-prev {
        left: 42%;
    }
    .seo-slider .slick-arrow.slick-next {
        right: 42%;
    }
}
.seo-slider .slick-arrow:hover {
  border: 1.5px solid #4c34c2;
}

.seo-slider .slick-arrow.slick-prev:hover {
  background: url(../icon/arrow-prev-hover.svg) no-repeat center;
}

.seo-slider .slick-arrow.slick-next:hover {
  background: url(../icon/arrow-next-hover.svg) no-repeat center;
}

.seo-slider .slick-arrow:active {
  border: 1.5px solid #2e1d80;
}

.seo-slider .slick-arrow.slick-prev:active {
  background: url(../icon/arrow-prev-active.svg) no-repeat center;
}

.seo-slider .slick-arrow.slick-next:active {
  background: url(../icon/arrow-next-active.svg) no-repeat center;
}

.seo-slider .slick-dots {
  display: flex;
  margin-top: 10px;
  gap: 8px;
  justify-content: center;
}
.seo-slider .slick-dots li {
    display: flex;
    align-items: center;
}
.seo-slider .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  outline: none;
  border: 1.5px solid var(--dark-shades-900);
  background: transparent;
  cursor: pointer;
}

.seo-slider .slick-dots li button:hover {
  background-color: #4c34c2;
  border: none;
}

.seo-slider .slick-dots li button:active {
  background-color: #2e1d80;
  border: none;
}

.seo-slider .slick-dots .slick-active button {
  background-color: var(--dark-shades-900);
  border: none;
}

/* Testimonials-section */

#testimonials-section {
  background: var(--dark-shades-900);
}

.testimonials-wrapper {
  display: flex;
  flex-direction: column;
  padding: 100px 84px 120px;
  gap: 64px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.testimonials-title {
  display: block;
  margin: 0 auto;
}

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

.testimonials-title p {
  margin-top: 12px;
  color: var(--text-white);
}

.testimonials-slider {
  position: relative;
  max-width: 1272px;
  width: 100%;
  margin: 0 auto;
}
.testimonials-slider-item {
  display: flex;
  width: 100%;
  min-height: 100%;
}
.testimonials-block-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.testimonials-slider .slick-list {
  overflow: hidden;
}

.testimonials-slider .slick-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.testimonials-block-name-icon h3 {
  color: var(--text-white);
}
.testimonials-block-name-icon a:hover .testimonials-linkedin {
  fill: #3574a5;
}
.testimonials-block-name-icon a:active .testimonials-linkedin {
  fill: #204b6c;
}
.testimonials-block-bottom {
  display: flex;
  align-items: flex-start;
}

.testimonials-block-bottom p {
  color: var(--text-white);
}

.testimonials-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1.5px solid var(--light-shades-200);
  border-radius: 8px;
  z-index: 10;
}

.testimonials-slider .slick-arrow:hover {
  border: 1.5px solid #4c34c2;
}

.testimonials-slider .slick-arrow:active {
  border: 1.5px solid #2e1d80;
}

.testimonials-slider .slick-arrow.slick-prev {
  left: 41%;
  top: 94%;
  background: url(../icon/arrow-prev-white.svg) no-repeat center;
  cursor: pointer;
}

.testimonials-slider .slick-arrow.slick-next {
  right: 41%;
  top: 94%;
  background: url(../icon/arrow-next-white.svg) no-repeat center;
  cursor: pointer;
}

@media (max-width: 1220px) {
    .testimonials-slider .slick-arrow.slick-prev {
        left: 40%;
        top: 94.5%;
    }
    .testimonials-slider .slick-arrow.slick-next {
        right: 40%;
        top: 94.5%;
    }
}

@media (max-width: 1100px) {
    .testimonials-slider .slick-arrow.slick-prev {
        left: 39%;
        top: 95%;
    }
    .testimonials-slider .slick-arrow.slick-next {
        right: 39%;
        top: 95%;
    }
}

.testimonials-slider .slick-arrow.slick-prev:hover {
  background: url(../icon/arrow-prev-hover.svg) no-repeat center;
}

.testimonials-slider .slick-arrow.slick-next:hover {
  background: url(../icon/arrow-next-hover.svg) no-repeat center;
}

.testimonials-slider .slick-arrow.slick-prev:active {
  background: url(../icon/arrow-prev-active.svg) no-repeat center;
}

.testimonials-slider .slick-arrow.slick-next:active {
  background: url(../icon/arrow-next-active.svg) no-repeat center;
}

.testimonials-slider .slick-dots {
  display: flex;
  margin-top: 55px;
  gap: 8px;
  justify-content: center;
}

.testimonials-slider .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  outline: none;
  border: 1.5px solid var(--light-shades-200);
  background: transparent;
  cursor: pointer;
}

.testimonials-slider .slick-dots li button:hover {
  background-color: #4c34c2;
  border: none;
}

.testimonials-slider .slick-dots li button:active {
  background-color: #2e1d80;
  border: none;
}

.testimonials-slider .slick-dots .slick-active button {
  background-color: var(--light-shades-200);
  border: none;
}
.testimonials-block {
  display: flex;
  padding: 84px 24px 24px;
  background: var(--dark-shades-800);
  border-radius: 12px;
  height: 100%;
  width: 100%;
}

.testimonials-block-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin-bottom: -70px;
  z-index: 10;
  padding: 0 24px;
}

.testimonials-block-top h3 {
  color: var(--text-white);
}

.testimonials-block-img {
  max-width: 93px;
  width: 100%;
  margin: 0px 0 0px 0px;
}

.testimonials-block-name-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
  gap: 10px;
}

@media (max-width: 1220px) {
  .testimonials-block-top {
    gap: 10px;
    padding: 0 20px;
  }
  .testimonials-block-name-icon h3 {
    font-size: 20px;
  }
  .testimonials-block {
    padding: 84px 20px 20px;
  }
}

/* Featured-section */

#featured-section {
  background: url(../img/featured-background.png) no-repeat center;
  background-size: cover;
}

.featured-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 100px 84px 86px;
  gap: 36px;
}

.featured-wrapper-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.featured-wrapper-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.featured-wrapper-bottom-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.5px 33px;
}
.featured-icon {
  width: 100%;
  transition: all ease-in-out 500ms;
}
.featured-icon:hover {
  transform: scale(1.2);
}
.featured-icon-tab {
  display: none;
}

/* Pricing-section */
#pricing-section {
  background: var(--text-white);
}

.pricing-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 100px 20px 120px;
}

.pricing-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 24px 0;
}
.pricing-button {
  border: none;
  background: transparent;
  cursor: pointer;
}

.pricing-page {
  margin-right: 14px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 19px;
  line-height: 168%;
  letter-spacing: 0.02em;
  color: var(--primary-primary-600);
}
.pricing-button:hover .pricing-page {
  color: var(--primary-primary-800);
}
.pricing-button:active .pricing-page {
  color: var(--primary-primary-600);
}
.due-date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 40px 0;
  gap: 61px;
  padding: 14px 24px;
  background: url(../img/due-date-background.png) no-repeat center;
  background-size: 100% 100%;
}

.toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.toggle-wrapper span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  line-height: 168%;
  text-align: right;
  color: var(--text-secondary);
}

.toggle {
  display: flex;
  align-items: center;
  position: relative;
  width: 66px;
  height: 32px;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  border: 1.5px solid var(--primary-primary-600);
}

.toggle-circle {
  position: absolute;
  left: 4px;
  width: 26px;
  height: 24px;
  background: var(--primary-primary-600);
  border-radius: 4px;
  box-shadow: 0 10px 46px 0 rgba(10, 46, 66, 0.1);
  transition: transform 0.2s;
}

.toggle.active .toggle-circle {
  transform: translateX(30px);
}

.due-date-line {
  max-width: 195px;
  width: 100%;
  display: flex;
  align-items: center;
}

.due-date-choice {
  display: flex;
  align-items: center;
  gap: 4px;
}

.due-date-choice span {
  font-family: var(--font-family);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-primary-600);
}

.pricing-blocks {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 1285px) {
  .pricing-blocks {
    flex-wrap: wrap;
  }
}
.popular-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #6b83f4 0%, #a862eb 100%);
  border-radius: 8px;
  max-width: 98px;
  width: 100%;
}
.popular-pricing p {
  color: var(--text-white);
  text-transform: uppercase;
}
.pricing-block,
#pricing-block-gradient-border {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  box-shadow: 0 14px 46px 0 rgba(10, 46, 66, 0.12);
  border-radius: 12px;
  max-width: 360px;
  width: 100%;
  background-image: url(../img/pricing-background.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#pricing-block-gradient-border {
  position: relative;
  z-index: 1;
}
.border-gradient-pricing-block-mobile {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 100%;
    width: 100%;
    z-index: -10;
    display: none;
}
.border-gradient-pricing-block {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 100%;
  width: 100%;
  z-index: -10;
}
.pricing-block-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
.pricing-name-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 144%;
  text-align: center;
  color: var(--primary-primary-800);
  margin-bottom: 24px;
}

.pricing-purpose {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 138%;
  text-align: center;
  color: var(--text-primary);
  margin-bottom: 36px;
}

.pricing-price .price-value {
    transition: opacity 0.3s;
}

.pricing-price .yearly-price {
    display: none;
}

.pricing-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 20px;
}

.pricing-price span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 66%;
  color: var(--text-primary);
}

.pricing-period {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.pricing-accordion-item {
  display: none;
}
.pricing-block-discription-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 32px 16px;
  padding: 0;
  position: relative;
}

.pricing-block-discription-list li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: var(--text-primary);
  position: relative;
  padding-left: 10px;
}

.pricing-block-discription-list li span {
  font-size: 12px;
}

.pricing-block-discription-list li.flash::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 12.5%;
  background: url(../icon/flash.svg) no-repeat center;
  width: 12px;
  height: 18px;
}

.pricing-block-discription-list li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 12.5%;
  background: url(../icon/marker-pricing-blue.svg) no-repeat center;
  width: 20px;
  height: 20px;
}

.pricing-block-button {
  border-radius: 8px;
  padding: 10px 28px;
  width: 100%;
  background-color: var(--primary-primary-600);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--text-white);
  transition: background-color 0.3s ease;
  margin: 0 auto;
}
.pricing-block-button:hover {
  background-color: var(--primary-primary-800);
}
.pricing-block-button:active {
  background-color: var(--primary-primary-600);
}

.pricing-price span {
  display: none;
}

.pricing-price span.visible {
  display: block;
}

.pricing-price span sup {
  font-size: 40%; 
  position: relative;
  top: -0.2em;
  margin-left: 1px; 
  font-weight: 400;
  line-height: 0; 
}

/* Questions section */

#questions-section {
  background: var(--light-shades-200);
}

.questions-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 50px 120px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.questions-wrapper-buttons-container {
    max-width: 935px;
    width: 100%;
    margin: 0 auto;
}

.questions-wrapper-buttons {
    max-width: 1056px;
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 12px;
}

.questions-wrapper-button {
  display: flex;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--text-secondary);
  transition: background-color 0.3s ease;
}

.questions-wrapper-button:hover {
    border: 1px solid var(--text-secondary);
}

.questions-wrapper-button.active {
    background-color: var(--dark-shades-900);
    color: var(--text-white);
}

.questions-wrapper-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  max-width: 1056px;
  width: 100%;
}

.questions-accordion-item {
  padding: 20px 0 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  border-top: 1.5px solid var(--light-shades-300);
}

.questions-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
  cursor: pointer;
  outline: none;
  background: transparent;
  margin-bottom: 12px;
}

.questions-accordion-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 19px;
  line-height: 168%;
  letter-spacing: 0.02em;
  color: var(--text-primary);
  text-align: left;
}

.questions-accordion-icon {
  transition: transform 0.3s ease;
}

.questions-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  transition: height 0.3s ease;
}

.questions-accordion-content p,
.questions-accordion-content li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: var(--text-secondary);
}

.questions-accordion-content ul {
  padding: 0 0 0 25px;
}

.questions-accordion-content ul li {
  list-style-type: disc;
}

.questions-accordion-content ol li {
  list-style-type: decimal;
}

.questions-accordion-item.active .questions-accordion-content {
  max-height: max-content;
  height: fit-content;
  margin: 0;
  padding: 24px 0;
}

.questions-accordion-item.active .questions-accordion-content ul li {
  list-style-type: disc;
}

.questions-accordion-item.active .questions-accordion-icon {
  transform: rotate(180deg);
}

/* Анимация исчезновения */
@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.5);
    }
}

/* Анимация появления */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Класс для исчезновения */
.fade-out {
    animation: fadeOut 0.5s forwards;
}

/* Класс для появления */
.fade-in {
    animation: fadeIn 0.5s forwards;
}

/* Скрываем аккордеоны по умолчанию */
.questions-wrapper-accordion {
    display: none;
}


/* Start section */
#start-section {
  background: url(../img/background-start.png) no-repeat center;
  background-size: cover;
}

.start-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.start-wrapper-discription {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.start-wrapper-discription h2,
.start-wrapper-discription p {
  text-align: center;
  color: var(--text-white);
}

.start-wrapper-button {
  display: flex;
  justify-content: center;
  padding: 12px 0;
  max-width: 243px;
  width: 100%;
  background-color: var(--light-shades-white);
  border-radius: 12px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 19px;
  line-height: 168%;
  letter-spacing: 0.02em;
  color: var(--text-primary);
  margin: 0 auto;
  transition: background-color 0.3s ease;
  text-transform: capitalize;
}
/* .start-wrapper-button:hover {
    background-color: var(--text-primary);
    color: var(--text-white);
}
 */
/* Применяем hover только для устройств с указателем (мышью) */
@media (hover: hover) {
  .start-wrapper-button:hover {
    background-color: var(--text-primary);
    color: var(--text-white);
  }
}

.start-wrapper-button:active {
    background-color: var(--light-shades-white);
    color: var(--text-primary);
}

/* Blog-section */

#blog-section {
  background-color: var(--dark-shades-900);
}

.blog-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 84px 84px;
}

.blog-wrapper-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 56px;
}

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

.blog-wrapper-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 64px;
}

.entry-content img,
.post-thumbnail img {
    max-width: 100%;   
    height: auto;   
    display: block;
}

.blog-wrapper-content-left {
  grid-area: 1 / 1 / 4 / 2;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 8px;
  max-width: 624px;
  width: 100%;  
}

.blog-wrapper-content-right-top {
  grid-area: 1 / 2 / 2 / 3;
}

.blog-wrapper-content-right-middle {
  grid-area: 2 / 2 / 3 / 3;
}

.blog-wrapper-content-right-bottom {
  grid-area: 3 / 2 / 4 / 3;
}

.blog-right-img img {
    width: 164px;
    height: 104px;
    object-fit: contain;
    border-radius: 6px;
}

.blog-left-new {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 56px;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(135deg, #6b83f4 0%, #a862eb 100%);
}

.blog-left-new p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: var(--text-white);
  text-transform: uppercase;
}

.blog-left-text {
  position: relative;
  display: flex;
  padding: 12px 18px 16px;
  border-radius: 8px;
  box-shadow: 0 14px 46px 0 rgba(10, 46, 66, 0.12);
  background: var(--text-white);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.blog-left-text-content {
  max-width: 480px;
  width: 100%;
}
.border-blog-left {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-left-text-data {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 138%;
  color: var(--text-secondary);
}

.blog-left-text-title {
  margin-bottom: 2px;
  color: var(--text-primary);
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-left-text-discription {
  font-size: 13px;
  line-height: 138%;
  color: var(--text-secondary);
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog-wrapper-content-right-top,
.blog-wrapper-content-right-middle,
.blog-wrapper-content-right-bottom {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 8px;
  border-radius: 8px;
  background: var(--dark-shades-800);
}

.blog-right-img {
  display: flex;
}

.blog-right-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  padding: 5px 0;
  max-width: 300px;
  width: 100%;
  overflow: hidden;
}

.blog-right-text-data {
  font-size: 13px;
  line-height: 138%;
  color: var(--text-extra);
}

.blog-right-text-title {
  color: var(--text-extra);
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-blog-prev {
  position: absolute;
  bottom: 24px;
  right: 12px;
}
.blog-wrapper-content-left,
.blog-wrapper-content-right-top,
.blog-wrapper-content-right-middle,
.blog-wrapper-content-right-bottom,
.publication {
  transition: transform 0.7s ease;
  will-change: transform;
}
.blog-wrapper-content-left:hover {
  transform: scale(1.05);
}
.blog-wrapper-content-right-top:hover,
.blog-wrapper-content-right-middle:hover,
.blog-wrapper-content-right-bottom:hover {
  transform: scale(1.05);
}
.blog-wrapper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1.5px solid var(--text-white);
  border-radius: 8px;
  padding: 17px 0;
  max-width: 144px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--text-white);
}
.blog-wrapper-button:hover {
  background-color: var(--text-white);
  border: 1.5px solid var(--text-white);
  color: var(--text-primary);
}
.blog-wrapper-button:active {
  background-color: var(--primary-primary-600);
  border: 1.5px solid var(--primary-primary-600);
  color: var(--text-white);
}

/* Popup */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-container {
  background: white;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  border-radius: 12px;
  position: relative;
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.popup-overlay.active .popup-container {
  transform: scale(1);
  opacity: 1;
}

.popup-header {
  padding: 20px;
  border-bottom: 1px solid var(--light-shades-300);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-header h2 {
  margin: 0;
  font-size: 24px;
  color: var(--text-primary);
}

.popup-close {
  background: none;
  border: none;
  font-size: 28px;
  color: var(--text-primary);
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.popup-close:hover {
  color: var(--primary-primary-600);
}

.popup-content {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(90vh - 80px); 
}

.popup-content .comparison-table {
  padding: 0;
}

/* Анимация для popup */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Стили для скролла в popup */
.popup-content::-webkit-scrollbar {
  width: 8px;
}

.popup-content::-webkit-scrollbar-track {
  background: var(--light-shades-200);
  border-radius: 4px;
}

.popup-content::-webkit-scrollbar-thumb {
  background: var(--primary-primary-600);
  border-radius: 4px;
}

/* Предотвращаем скролл body при открытом popup */
body.popup-open {
  overflow: hidden;
}
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  font-size: 18px;
  color: var(--text-primary);
}

.loading::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 12px;
  border: 2px solid var(--primary-primary-600);
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
}

.error {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  font-size: 18px;
  color: #dc3545;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Breakpoint */

@media (max-width: 1024px) {
  h1 {
    font-size: 56px;
    line-height: 146%;
  }

  h2 {
    font-size: 36px;
    line-height: 144%;
  }

  h3 {
    font-size: 16px;
    line-height: 175%;
  }
  p {
    font-size: 13px;
    line-height: 138%;
  }

  .wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 91.4%);
    background: url("../img/Hero-background.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  /* Prime-section */

  .prime-wrapper {
    display: flex;
    flex-direction: column;
    padding: 54px 0 85px 84px;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: static;
  }

  .prime-wrapper-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    position: relative;
  }

  .prime-wrapper-top-left {
    display: flex;
    flex-direction: column;
    padding: 25px 0 0 0;
    width: 100%;
  }

  .prime-wrapper-top-right {
    max-width: 400px;
    width: 100%;
    margin-right: 0px;
  }
  .prime-wrapper-top-left .prime-wrapper-bottom-placeholder {
    display: flex;
    margin-top: auto;
  }
  .prime-wrapper-button {
    margin-bottom: 30px;
  }
  /* Explore-key-features-section */
  .explore-key-features-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 1024px;
    width: 100%;
    padding: 64px 48px 64px 84px;
  }
  .explore-key-features-wrapper-title {
    max-width: 630px;
    width: 100%;
    align-items: flex-start;
  }
  .explore-key-features-wrapper h2 {
    text-align: left;
  }
  .explore-key-features-wrapper-title p {
    display: inline;
    font-size: 16px;
    line-height: 175%;
  }

  .explore-key-features-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 24px 24px 32px;
    border-radius: 10px;
  }

  .explore-key-features-block-right {
      max-width: 100%;
  }

  .explore-key-features-block-left {
    padding: 0;
    max-width: 100%;
  }

  /* Trusted-section  */

  .trusted-wrapper {
    max-width: 1024px;
    width: 100%;
    padding: 64px 84px 72px;
    gap: 40px;
  }

  .trusted-wrapper-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .trusted-wrapper-bottom {
	grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .trusted-wrapper-bottom-block {
    padding: 0;
  }
  .trusted-icon {
    display: none;
  }
  .trusted-icon-tab {
    display: block;
    max-width: 100%;
  }

  /* Seo-section */
  .seo-wrapper {
    padding: 64px 0 80px;
    max-width: 1024px;
    width: 100%;
  }

  .seo-wrapper-discription {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
  .seo-wrapper-discription p {
    font-size: 16px;
    line-height: 175%;
    max-width: 700px;
  }

  .seo-slider {
    max-width: 1024px;
    width: 100%;
  }

  .seo-slider .slick-arrow.slick-prev {
    left: 33%;
    top: 95.2%;
  }

  .seo-slider .slick-arrow.slick-next {
    right: 33%;
    top: 95.2%;
  }


 

  /* Testimonials-section */

  .testimonials-wrapper {
    padding: 64px 84px 80px;
    gap: 24px;
    max-width: 1024px;
    width: 100%;
  }

  .testimonials-slider {
    max-width: 856px;
    width: 100%;
  }
  .testimonials-slider-item {
    display: flex;
  }
  .testimonials-block-item {
    justify-content: flex-end;
  }
  .testimonials-slider .slick-track {
    display: flex;
    align-items: stretch;
    gap: 20px;
  }

  .testimonials-slider .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1.5px solid var(--light-shades-200);
    border-radius: 8px;
    z-index: 10;
  }

  .testimonials-slider .slick-arrow.slick-prev {
    left: 37.5%;
    top: 92.3%;
    background: url(../icon/arrow-prev-white.svg) no-repeat center;
    cursor: pointer;
  }

  .testimonials-slider .slick-arrow.slick-next {
    right: 37.5%;
    top: 92.3%;
    background: url(../icon/arrow-next-white.svg) no-repeat center;
    cursor: pointer;
  }

  
  .testimonials-slider .slick-arrow:hover {
    border: 1.5px solid #4c34c2;
  }

  .testimonials-slider .slick-arrow.slick-prev:hover {
    background: url(../icon/arrow-prev-hover.svg) no-repeat center;
  }

  .testimonials-slider .slick-arrow.slick-next:hover {
    background: url(../icon/arrow-next-hover.svg) no-repeat center;
  }

  .testimonials-slider .slick-arrow:active {
    border: 1.5px solid #2e1d80;
  }

  .testimonials-slider .slick-arrow.slick-prev:active {
    background: url(../icon/arrow-prev-active.svg) no-repeat center;
  }

  .testimonials-slider .slick-arrow.slick-next:active {
    background: url(../icon/arrow-next-active.svg) no-repeat center;
  }

  .testimonials-slider .slick-dots {
    display: flex;
    margin-top: 55px;
    gap: 8px;
    justify-content: center;
  }

  .testimonials-slider .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    outline: none;
    border: 1.5px solid var(--light-shades-200);
    background: transparent;
    cursor: pointer;
  }

  
  .testimonials-block {
    padding: 82px 18px 18px;
    width: 100%;
  }

  .testimonials-block-top {
    align-items: center;
    gap: 10px;
    margin-bottom: -64px;
    padding: 0 18px;
  }

  .testimonials-block-top h3 {
    font-size: 16px;
    line-height: 175%;
  }

  .testimonials-block-img {
    max-width: 48px;
    width: 100%;
    margin-bottom: 0;
  }

  .testimonials-block-name-icon {
    width: 100%;
    margin-bottom: 0;
    gap: 5px;
  }
  .testimonials-block-bottom p {
    margin-bottom: 18px;
  }
  /* Featured-section */

  .featured-wrapper {
    max-width: 1024px;
    width: 100%;
    padding: 64px 84px 72px;
    gap: 40px;
  }

  .featured-wrapper-top p {
    font-size: 16px;
    line-height: 175%;
  }
  .featured-wrapper-bottom {
    gap: 15px;
  }

  .featured-wrapper-bottom-block {
    padding: 0;
  }
  .featured-icon {
    display: none;
  }
  .featured-icon-tab {
    display: block;
    width: 100%;
  }

  /* Pricing-section */

  .pricing-wrapper {
    max-width: 1024px;
    width: 100%;
    padding: 64px 84px;
  }

  .pricing-page {
    font-size: 16px;
    line-height: 137%;
  }

  .due-date {
    gap: 19px;
    padding: 14px 20px;
  }

  .toggle-wrapper span {
    font-size: 16px;
    line-height: 175%;
  }

  .due-date-line {
    max-width: 57px;
    width: 100%;
  }
    .popular-pricing {
    max-width: 85px;
    padding: 7px 0;
    }
  .pricing-blocks {
    grid-column-gap: 16px;
    flex-wrap: nowrap;
  }

  .pricing-block,
  #pricing-block-gradient-border {
    padding: 32px 12px 12px 12px;
  }

  .pricing-block-title {
    margin-bottom: 10px;
  }

  .pricing-name {
    font-size: 24px;
    line-height: 150%;
  }

  .pricing-purpose {
    margin-bottom: 24px;
  }

  .pricing-price {
    margin-bottom: 10px;
  }

  .pricing-price span {
    font-size: 45px;
    line-height: 75%;
  }
  .pricing-period {
    margin-bottom: 32px;
  }
  .pricing-block-discription {
    gap: 0;
  }
  .pricing-block-discription-list {
    margin: 0 0 44px 20px;
  }

  .pricing-block-discription-list li {
    font-size: 12px;
    line-height: 150%;
    padding-left: 6px;
  }
	
  .pricing-block-discription-list li span {
    font-size: 10px;
  }

  .pricing-block-discription-list li.flash::before {
    left: -16px;
    top: 5%;
    width: 10px;
    height: 14px;
  }

  .pricing-block-discription-list li::before {
    left: -20px;
    top: 0%;
    width: 20px;
    height: 20px;
  }

  /* Questions section */

  .questions-wrapper {
    max-width: 1024px;
    width: 100%;
    padding: 64px 84px;
    gap: 48px;
  }

  .questions-wrapper-buttons-container {
      max-width: 100%;
  }

  .questions-wrapper-buttons {
      max-width: 100%;
    gap: 13px;
  }

  .questions-wrapper-button {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 157%;
  }

  .questions-wrapper-accordion {
    max-width: 856px;
    width: 100%;
  }

  .questions-accordion-item {
    padding: 20px 0 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-top: 1.5px solid var(--light-shades-300);
  }

  /* Start section */

  .start-wrapper {
    max-width: 1024px;
    width: 100%;
    padding: 64px 0 80px;
    gap: 32px;
  }

  .start-wrapper-discription p {
    font-size: 16px;
    line-height: 175%;
  }

  /* Blog-section */

  .blog-wrapper {
    max-width: 1024px;
    width: 100%;
    padding: 64px 84px;
  }

  .blog-wrapper-title {
    margin-bottom: 48px;
  }

  .blog-wrapper-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    margin-bottom: 48px;
  }
  .blog-wrapper-content-left {
    grid-area: 1 / 1 / 2 / 2;
    max-width: 100%;
	aspect-ratio: 2 / 1;
  }

  .blog-wrapper-content-right-top {
    grid-area: 2 / 1 / 3 / 2;
  }
  
  .blog-wrapper-content-right-middle {
    grid-area: 3 / 1 / 4 / 2;
  }
  
  .blog-wrapper-content-right-bottom {
    grid-area: 4 / 1 / 5 / 2;
  }

  .blog-right-text {
    max-width: 580px;
    width: 100%;
    padding: 10px 0;
  }
  .blog-left-text {
    border: 0.5px solid;
  }

  .blog-right-text-title {
    max-width: 580px;
    width: 100%;
  }

  .link-blog-prev {
    bottom: 40px;
  }
}

@media (max-width: 960px) {
      .testimonials-slider .slick-arrow.slick-prev {
        left: 36%;
        top: 93%;
      }
      .testimonials-slider .slick-arrow.slick-next {
        right: 36%;
        top: 93%;
      }
}

@media (max-width: 920px) {
      .testimonials-slider .slick-arrow.slick-prev {
        left: 36%;
        top: 93.5%;
      }
      .testimonials-slider .slick-arrow.slick-next {
        right: 36%;
        top: 93.5%;
      }
}

@media (max-width: 860px) {
      .testimonials-slider .slick-arrow.slick-prev {
        left: 35%;
        top: 93.5%;
      }
      .testimonials-slider .slick-arrow.slick-next {
        right: 35%;
        top: 93.5%;
      }
}

@media (max-width: 790px) {
      .testimonials-slider .slick-arrow.slick-prev {
        left: 33%;
        top: 94.5%;
      }
      .testimonials-slider .slick-arrow.slick-next {
        right: 33%;
        top: 94.5%;
      }
}

@media (max-width: 850px) {
    .seo-slider .slick-arrow.slick-prev {
    left: 32%;
    top: 95.2%;
  }
  .seo-slider .slick-arrow.slick-next {
    right: 32%;
    top: 95.2%;
  }
  
}
@media (max-width: 965px) {
  .wrapper::before {
    height: calc(100% - 90.5%);
  }
}
@media (max-width: 940px) {
  .wrapper::before {
    height: calc(100% - 89.8%);
  }
}
@media (max-width: 850px) {
  .wrapper::before {
    height: calc(100% - 88.4%);
  }
}
@media (max-width: 797px) {
  .wrapper::before {
    height: calc(100% - 87%);
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 45px;
    line-height: 133%;
  }
  .unlock {
    display: flex;
  }
  .the-power {
    display: flex;
    width: 80%;
  }
  .of-seo-insights {
    display: flex;
  }
  h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 144%;
    color: var(--text-primary);
  }
  h3 {
    font-size: 19px;
    line-height: 168%;
  }

  h4 {
    font-size: 13px;
    line-height: 138%;
  }

  .wrapper::before {
    height: calc(100% - 89.45%);
    background: url("../img/Hero-background-mobile.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* Prime-section */

  .prime-wrapper {
    display: flex;
    flex-direction: column;
    padding: 32px 64px 0;
  }

  .prime-wrapper-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px;
  }

  .prime-wrapper-top-left {
    padding: 0;
  }

  .prime-wrapper-top-left h1 {
    margin: 0 0 16px 0;
  }
  .prime-wrapper-top-left p {
    font-size: 16px;
    line-height: 175%;
  }
  .h1-p-last-child {
    margin: 0 0 32px 0;
  }

  .prime-wrapper-button {
    max-width: 235px;
    width: 100%;
    font-size: 16px;
    line-height: 137%;
  }
  .prime-wrapper-top-right {
    max-width: 310px;
    margin-right: 0;
    margin-bottom: -55px;
  }
  .prime-wrapper-top-right img {
    max-width: 467px;
  }
  .prime-wrapper-bottom {
    gap: 8px;
    flex-wrap: wrap;
  }
  .prime-wrapper-bottom img {
    max-width: 16px;
    width: 100%;
  }
  .prime-wrapper-bottom p {
    font-size: 13px;
    line-height: 138%;
  }
  /* Explore-key-features-section */

  #explore-key-features-section {
      z-index: 200;
      position: relative;
  }
  .explore-key-features-wrapper {
    width: 100%;
    padding: 40px 64px;
    border-top: 1.5px solid var(--light-shades-300);
    background: var(--text-white);
  }

  .explore-key-features-wrapper h2 {
    text-align: left;
    margin-bottom: 12px;
  }
  .explore-key-features-wrapper-title p {
    display: inline;
  }
  .explore-key-features-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 16px;
  }

  .explore-key-features-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }

  .explore-key-features-block-left {
    padding: 0;
    max-width: 100%;
  }
  .explore-key-features-block-left-top img {
    max-width: 28px;
    width: 100%;
  }
  .explore-key-features-block-right {
    max-width: 100%;
  }

  /* Trusted-section  */

  .trusted-wrapper {
    padding: 40px 20px;
    gap: 24px;
  }

  .trusted-wrapper-top p {
    text-align: center;
    max-width: 260px;
    width: 100%;
  }

  .trusted-wrapper-bottom {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .trusted-wrapper-bottom-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 20px;
  }

  /* Seo-section */
  .seo-wrapper {
    gap: 36px;
    padding: 40px 64px 56px;
    width: 100%;
  }

  .seo-slider {
    position: relative;
    max-width: 393px;
    width: 100%;
  }

  .seo-slider .slick-slide:not(.slick-active) {
    transform: scale(0);
  }
  .seo-slider-item {
    display: flex;
    align-items: center;
    border-radius: 7px;
    height: 340px;
  }
  .seo-slider-img {
    border-radius: 7px;
    box-shadow: 0 10px 46px 0 rgba(10, 46, 66, 0.1);
    background: var(--text-white);
  }

  .slick-track {
    gap: 0;
  }
  .seo-slider .slick-list {
    overflow: visible;
  }

  .seo-slider .slick-arrow.slick-prev {
    left: 19%;
    top: 93.6%;
    background: url(../icon/arrow-prev.svg) no-repeat center;
    cursor: pointer;
  }

  .seo-slider .slick-arrow.slick-next {
    right: 19%;
    top: 93.6%;
    background: url(../icon/arrow-next.svg) no-repeat center;
    cursor: pointer;
  }
  .seo-slider .slick-dots {
      margin-top: 20px;
  }

  /* Testimonials-section */

  .testimonials-wrapper {
    padding: 40px 0 56px 64px;
    gap: 24px;
  }

  .testimonials-title {
    margin: 0;
  }

  .testimonials-slider {
    padding-right: 0 !important; /* Убираем правый padding */
  }

  /* Если нужно убрать левый padding у слайдера */
  .testimonials-slider .slick-list {
    padding-left: 0 !important;
  }

  /* Настройка ширины активного слайда */
  .testimonials-slider .slick-slide.slick-current {
    opacity: 1;
  }

  /* Настройка видимости части следующего слайда */
  .testimonials-slider .slick-slide:not(.slick-current) {
    opacity: 1;
  }

  .testimonials-slider .slick-track {
    gap: 20px;
  }

  .testimonials-block-bottom {
    display: flex;
    align-items: flex-start;
  }

  .testimonials-slider .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1.5px solid var(--light-shades-200);
    border-radius: 8px;
    z-index: 10;
  }


  .testimonials-slider .slick-arrow.slick-prev {
    left: 33%;
    top: 92%;
    background: url(../icon/arrow-prev-white.svg) no-repeat center;
    cursor: pointer;
  }

  .testimonials-slider .slick-arrow.slick-next {
    right: 33%;
    top: 92%;
    background: url(../icon/arrow-next-white.svg) no-repeat center;
    cursor: pointer;
  }

  .testimonials-slider .slick-arrow:hover {
    border: 1.5px solid #4c34c2;
  }

  .testimonials-slider .slick-arrow.slick-prev:hover {
    background: url(../icon/arrow-prev-hover.svg) no-repeat center;
  }

  .testimonials-slider .slick-arrow.slick-next:hover {
    background: url(../icon/arrow-next-hover.svg) no-repeat center;
  }

  .testimonials-slider .slick-arrow:active {
    border: 1.5px solid #2e1d80;
  }

  .testimonials-slider .slick-arrow.slick-prev:active {
    background: url(../icon/arrow-prev-active.svg) no-repeat center;
  }

  .testimonials-slider .slick-arrow.slick-next:active {
    background: url(../icon/arrow-next-active.svg) no-repeat center;
  }

  .testimonials-slider .slick-dots {
    display: flex;
    margin-top: 45px;
    gap: 8px;
    justify-content: center;
  }

  .testimonials-slider .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    outline: none;
    border: 1.5px solid var(--light-shades-200);
    background: transparent;
    cursor: pointer;
  }

  .testimonials-slider .slick-dots li button:hover {
    background-color: var(--light-shades-200);
    border: none;
  }

  .testimonials-slider .slick-dots li button:active {
    background-color: var(--light-shades-200);
    border: none;
  }

  .testimonials-slider .slick-dots .slick-active button {
    background-color: var(--light-shades-200);
    border: none;
  }

  /* Featured-section */

  #featured-section {
    display: none;
  }

  /* Pricing-section */

  .pricing-wrapper {
    max-width: 393px;
    width: 100%;
    padding: 40px 20px;
  }

  .pricing-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 20px 0;
  }
  .pricing-title h2 {
    margin: 0 0 24px 0;
  }

  .due-date {
    justify-content: flex-end;
    margin: 0 0 32px 0;
    gap: 10px;
    padding: 14px 12px;
    background: url(../img/due-date-background-mobile.png) no-repeat center;
    background-size: 100% 100%;
    border-top: 0px solid var(--light-shades-300);
    border-bottom: 0px solid var(--light-shades-300);
  }

  .toggle-wrapper {
    gap: 16px;
  }

  .toggle-wrapper span {
    font-size: 16px;
    line-height: 175%;
  }

  .due-date-line {
    display: none;
  }

  .due-date-choice {
    display: flex;
    align-items: center;
  }
  .due-date-choice p {
    display: none;
  }
  .due-date-choice span {
    font-size: 11px;
    line-height: 255%;
    margin-top: 2px;
  }

  .pricing-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }

  .pricing-block,
  #pricing-block-gradient-border {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: url(../img/2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 14px 46px 0 rgba(10, 46, 66, 0.12);
    max-width: 100%;
    position: relative;
    border: 1px solid var(--light-shades-300);
    border-radius: 12px;
  }

  #pricing-block-gradient-border {
      border: none;
  }



  #pricing-block-gradient-border::before {
     content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(to right, #A3DEFF 0%, #FDADF2 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -10; 
  }
  .border-gradient-pricing-block {
      display: none;
  }

  .popular-pricing {
      left: 20%;
  }

  .pricing-block-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .pricing-name-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .pricing-price-period {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .pricing-name {
    font-size: 24px;
    line-height: 140%;
    text-align: left;
    margin-bottom: 0;
  }

  .pricing-purpose {
    text-align: left;
  }

  .pricing-price {
    display: flex;
    justify-content: center;
  }
  .pricing-price > img {
    margin-bottom: 14px;
  }
  .pricing-price span {
    font-size: 45px;
    line-height: 133%;
  }

  .pricing-period {
    text-align: center;
    margin-top: 2px;
    margin: 2px 0 0 0;
    order: 3;
  }

  .pricing-accordion-item {
    display: block;
    padding: 0 0 10px 0;
    overflow: hidden;
    transition: all 0.3s ease;
    max-width: 180px;
    width: 100%;
  }
  .pricing-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    cursor: pointer;
    outline: none;
    background: transparent;
    gap: 13px;
  }
  .pricing-accordion-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: 0.02em;
    color: var(--primary-primary-600);
    text-align: left;
  }
  .pricing-accordion-icon {
    transition: transform 0.3s ease;
  }
  .pricing-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 10px 0 0 0;
  }

  .pricing-accordion-item.active .pricing-accordion-content {
    max-height: 200px;
    height: 100%;
    margin: 10px 0 0 0;
  }

  .pricing-accordion-item.active .pricing-accordion-icon {
    transform: rotate(180deg);
  }

  .pricing-block-discription {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .pricing-block-discription-list {
    display: none;
  }
  .pricing-block-discription-list-mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 0 16px;
    padding: 0;
    position: relative;
  }

  .pricing-block-discription-list-mobile li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 138%;
    color: var(--text-primary);
    position: relative;
    padding-left: 10px;
  }

  .pricing-block-discription-list-mobile li.flash::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 0%;
    background: url(../icon/flash.svg) no-repeat center;
    width: 12px;
    height: 18px;
  }

  .pricing-block-discription-list-mobile li::before {
    content: "";
    position: absolute;
    left: -17px;
    top: -2px;
    background: url(../icon/marker-pricing-blue.svg) no-repeat center;
    width: 20px;
    height: 20px;
  }

  .pricing-block-discription-list-mobile-inactive::before {
    content: "";
    position: absolute;
    left: -17px;
    top: -2px;
    background: url(../icon/marker-pricing-red.svg) no-repeat center;
    width: 20px;
    height: 20px;
  }

  .pricing-block-button {
    border-radius: 12px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 157%;
  }

  /* Questions section */

  .questions-wrapper {
    padding: 40px 64px;
    gap: 36px;
  }
  .questions-wrapper-title {
      padding-left: 20px;
      padding-right: 20px;
  }
  .questions-wrapper-buttons-container {
    width: 100%;
    overflow: hidden;
    padding-left: 20px;     
  }

  .questions-wrapper-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 8px;
    justify-content: flex-start;
    width: auto; 
  }

  /* Скрываем стандартную полосу прокрутки в Chrome и Safari */
  .questions-wrapper-buttons::-webkit-scrollbar {
    display: none;
  }

  .questions-wrapper-button {
    flex: 0 0 auto;
    padding: 10px;
    font-size: 13px;
    line-height: 138%;
    white-space: nowrap;
    min-width: auto;
  }

  .questions-wrapper-buttons::after {
    content: '';
    flex: 0 0 16px;
  }

  .questions-wrapper-accordion {
    gap: 20px;
    margin: 0 auto;
    max-width: 1056px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .questions-accordion-item {
    padding: 12px 0;
  }

  .questions-accordion-header {
    gap: 10px;
  }

  .questions-accordion-icon img {
    max-width: 16px;
  }

  .questions-accordion-content {
    max-width: 100%;
  }

  /* Start section */

  .start-wrapper {
    max-width: 393px;
    width: 100%;
    padding: 40px 20px;
    gap: 32px;
  }

  .start-wrapper-button {
    max-width: 100%;
    font-size: 16px;
    line-height: 137%;
  }

  /* Blog-section */

  .blog-wrapper-title {
    align-items: left;
    margin-bottom: 36px;
  }

  .blog-wrapper-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    margin-bottom: 36px;
  }

  .blog-wrapper-content-left {
    grid-area: 1 / 1 / 2 / 2;
    padding: 8px 8px 12px;
    max-width: 100%;
    aspect-ratio: 353 / 382;
    background-size: cover !important;
  }

  .blog-right-img img {
    width: 120px;
    height: 112px;
    object-fit: cover;
  }

  .blog-left-text {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px 20px;
    border: 0.5px solid;
  }

  .blog-left-text-content {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .blog-left-text-title {
    font-size: 19px;
    line-height: 168%;
    margin-bottom: 2px;
  }
  .link-blog-new {
    margin-left: 6px;
  }
  .blog-wrapper-content-right-top,
  .blog-wrapper-content-right-middle,
  .blog-wrapper-content-right-bottom {
    gap: 8px;
  }

  .blog-right-text {
    gap: 8px;
    padding: 0 0 32px 0;
  }

  .blog-right-text-title {
    color: var(--text-white);
    max-width: 100%;
  }

  .link-blog-prev {
    position: absolute;
    bottom: 24px;
  }

  .blog-wrapper-content-left:hover,
  .blog-wrapper-content-right-top:hover,
  .blog-wrapper-content-right-middle:hover,
  .blog-wrapper-content-right-bottom:hover {
    transform: scale(1);
  }
  .blog-wrapper-button {
    padding: 13px 0;
    max-width: 100%;
  }

   .blog-wrapper-content-left:hover,
  .blog-wrapper-content-right-top:hover,
  .blog-wrapper-content-right-middle:hover,
  .blog-wrapper-content-right-bottom:hover {
    transform: scale(1);
  }
}

@media (max-width: 600px) {
          .testimonials-slider .slick-arrow.slick-prev {
    left: 31%;
    top: 90%;
    background: url(../icon/arrow-prev-white.svg) no-repeat center;
    cursor: pointer;
  }

  .testimonials-slider .slick-arrow.slick-next {
    right: 31%;
    top: 90%;
    background: url(../icon/arrow-next-white.svg) no-repeat center;
    cursor: pointer;
  }
}
@media (max-width: 520px) {

    .prime-wrapper {
        padding: 32px 64px 0;
    }

    .prime-wrapper-button {
        max-width: 100%;
        font-size: 16px;
        line-height: 137%;
  }
  
    .trusted-wrapper {
        max-width: 393px;
        width: 100%;
        padding: 40px 20px;
        border-top: 1.5px;
      }
    .seo-wrapper {
        max-width: 393px;
        width: 100%;
        padding: 40px 20px 56px;
    }
    .seo-wrapper-discription {
        max-width: 320px;
        width: 100%;
    }

    .testimonials-wrapper {
           max-width: 393px;
           width: 100%;
           padding: 40px 0 56px 20px;
    }
    .testimonials-slider .slick-arrow.slick-prev {
    left: 23%;
    top: 92%;
    background: url(../icon/arrow-prev-white.svg) no-repeat center;
    cursor: pointer;
  }

    .testimonials-slider .slick-arrow.slick-next {
    right: 23%;
    top: 92%;
    background: url(../icon/arrow-next-white.svg) no-repeat center;
    cursor: pointer;
  }

    .pricing-blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

    .questions-wrapper {
    max-width: 393px;
    width: 100%;
    padding: 40px 0px;
    gap: 36px;
  }

    .blog-wrapper {
    max-width: 393px;
    width: 100%;
    padding: 40px 20px;
  }
}

@media (max-width: 393px) {

    .prime-wrapper {
        max-width: 393px;
        width: 100%;
        padding: 32px 20px 0;
    }

    .explore-key-features-wrapper {
        max-width: 393px;
        width: 100%;
        padding: 40px 20px;
        border-top: 1.5px solid var(--light-shades-300);
        background: var(--text-white);
    }
}
@media (max-width: 370px) {
    .testimonials-slider .slick-arrow.slick-prev {
    left: 20%;
    top: 93%;
    background: url(../icon/arrow-prev-white.svg) no-repeat center;
    cursor: pointer;
  }

    .testimonials-slider .slick-arrow.slick-next {
    right: 20%;
    top: 93%;
    background: url(../icon/arrow-next-white.svg) no-repeat center;
    cursor: pointer;
  }

  .seo-slider .slick-arrow.slick-prev {
    left: 17%;
  }
  .seo-slider .slick-arrow.slick-next {
    right: 17%;
  }
}

@media (max-width: 361px) {
     .wrapper::before {
    height: calc(100% - 90%);
  }
}

@media (max-width: 355px) {
  .wrapper::before {
    height: calc(100% - 89.4%);
  }

  .testimonials-slider .slick-arrow.slick-prev {
    left: 18%;
    top: 93%;
    background: url(../icon/arrow-prev-white.svg) no-repeat center;
    cursor: pointer;
  }

    .testimonials-slider .slick-arrow.slick-next {
    right: 18%;
    top: 93%;
    background: url(../icon/arrow-next-white.svg) no-repeat center;
    cursor: pointer;
  }
  .seo-slider .slick-arrow.slick-prev {
    left: 16%;
  }
  .seo-slider .slick-arrow.slick-next {
    right: 16%;
  }
}

@media (max-width: 320px) {
  .wrapper::before {
    height: calc(100% - 90%);
  }

  .testimonials-slider .slick-arrow.slick-prev {
    left: 18%;
    top: 93.8%;
    background: url(../icon/arrow-prev-white.svg) no-repeat center;
    cursor: pointer;
  }

    .testimonials-slider .slick-arrow.slick-next {
    right: 18%;
    top: 93.8%;
    background: url(../icon/arrow-next-white.svg) no-repeat center;
    cursor: pointer;
  }
}
