:root {
  --color-orange: #e18227;
}

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

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

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

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

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Bold-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Regular-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sora";
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.header {
  background-color: #000;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #363535;
  padding-top: 20px;
  padding-bottom: 14px;
}

.spots {
  display: block;
  padding: 16px 30px;
  color: var(--color-orange);
  text-align: center;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 44px;
  border: 2px solid #e18227;
}

.hero {
  background-color: #000;
  padding-top: 64px;
  padding-bottom: 154px;
}

.hero-title {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  max-width: 470px;
  margin-bottom: 16px;
}

.hero .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.violet {
  background: linear-gradient(90deg, #7f00ff, #e100ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.orange {
  color: var(--color-orange);
}

.hero-sub {
  color: #f3f3f3;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

.hero-sub-2 {
  color: #f3f3f3;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 46px;
}

.hero-rating {
  border: 2px solid transparent;
  border-radius: 86px;
  background:
    linear-gradient(#202020, #202020) padding-box,
    linear-gradient(90deg, #4637f2, #ff9000) border-box;
  box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.08);
  padding: 26px;
  max-width: 480px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.hero-rating-text-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 310px;
  width: 100%;
}

.hero-rating-text-wrapper span {
  color: #a6a6a6;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}

.hero-rating-img-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 100px;
  width: 100%;
}

.hero-rating-img-wrapper img:nth-of-type(1) {
  position: relative;
  z-index: 2;
}

.hero-rating-img-wrapper img:nth-of-type(2) {
  position: relative;
  left: -24px;
  z-index: 1;
}

.hero-rating-img-wrapper img:nth-of-type(3) {
  position: relative;
  left: -48px;
  z-index: 0;
}

.hero-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-bottom {
  display: flex;
  align-items: center;
  gap: 34px;
}

.hero-form {
  border-radius: 14px;
  border: 1px solid #d7d7d7;
  background: #fff;
  padding-bottom: 32px;
  max-width: 500px;
  width: 100%;
}

#form img {
  background-color: #fff;
}

.hero-form img {
  display: block;
  padding-inline: 20px;
  width: 100%;
}

.section-title {
  font-weight: 600;
}

.about {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about .section-title {
  margin-bottom: 16px;
}

.about .section-subtitle {
  margin-bottom: 16px;
}

.about-top {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}

.about-top-text {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.about-top-imgs {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.colored-btn {
  border-radius: 48px;
  background: linear-gradient(90deg, #4637f2 0%, #ff9000 100%);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
  transition: font-size 0.4s ease;
}

.colored-btn:hover {
  font-size: 22px;
}

.about-bottom-content {
  display: flex;
  gap: 24px;
}

.about-card-title {
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
}

.about-card-title div h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

.about-card-title div h5 {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.about-card-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.about-card-content p {
  color: #5b5b5b;
  font-size: 18px;
  line-height: 28px;
}

.algorithms {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
  background-color: #000;
}

.algorithms .container {
  padding-top: 54px;
  padding-bottom: 62px;
}

.phone-1,
.phone-2 {
  position: absolute;
}

.phone-1 {
  top: -100px;
  left: 50%;
}

.phone-2 {
  bottom: -110px;
  left: calc(50% + 300px);
}

.dt-only {
  display: block;
}

.mob-only {
  display: none;
}

.alg-content {
  max-width: 620px;
  width: 100%;
}

.alg-content .section-title {
  margin-bottom: 8px;
}

.alg-content .section-subtitle {
  color: #a6a6a6;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 30px;
}

.alg-curr {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.alg-row {
  padding: 10px 20px;
  border-radius: 8px;
  background: #212121;
  max-width: 300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.alg-row-left {
  display: flex;
  gap: 10px;
  align-items: center;
}

.alg-row-left div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.alg-row-left div span:first-of-type,
.alg-row-left div span:last-of-type {
  color: #fff;
  font-family: "Arial";
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
}

.alg-row-left div span:last-of-type {
  color: #ffffff66;
  text-transform: none;
  font-weight: 400;
}

.alg-row-right span {
  color: #75c22b;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
}

.algorithms .colored-btn {
  max-width: 370px;
  margin: 0 auto;
}

.phone-mob {
  display: none;
}

.customers {
  padding-top: 100px;
  padding-bottom: 100px;
}

.customers .section-title {
  color: #e18227;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.customers .section-subtitle {
  color: #383838;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 16px;
  max-width: 800px;
  margin: 0 auto 16px auto;
}

.customers .section-subtitle-2 {
  color: #5b5b5b;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  max-width: 436px;
  margin: 0 auto 46px auto;
}

.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.customers {
  position: relative;
}

.swiper-slide {
  padding: 36px;
  border-radius: 20px;
  border: 1px solid #d4d4d4;
  background: #fff;
  box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.15);
  height: auto !important;
}

.customer-top {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 14px;
}

.customer-top div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.customer-top div h4 {
  color: #0d1210;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
}

.customer-top div span {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  padding: 4px 16px;
  border-radius: 4px;
  background: linear-gradient(90deg, #4637f2 0%, #ff9000 100%);
  max-width: 100px;
}

.customer-rate {
  margin-bottom: 18px;
}

.customer-text {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.swiper-arrows {
  position: relative;
}

.advantages {
  background-color: #000;
  padding-top: 72px;
  padding-bottom: 80px;
}

.advantages .section-title {
  margin-bottom: 22px;
}

.advantages .section-subtitle {
  color: #a6a6a6;
  font-size: 24px;
  font-weight: 900;
  max-width: 764px;
  line-height: 32px;
  margin-bottom: 10px;
}

.advantages-subtitle.violet {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  background: linear-gradient(90deg, #4b38f3 0%, #8242fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 50px;
}

.advantages-wrapper {
  display: flex;
  gap: 26px;
}

.advantages-card {
  padding: 34px 26px;
  border-radius: 10px;
  background: #202020;
}

.advantages-card-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 18px;
}

.advantages-card p {
  color: #a6a6a6;
  font-size: 16px;
  line-height: 24px;
}

.advantages-card img {
  padding: 14px 6px;
  border-radius: 6px;
}

.advantages-card-top h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
}

.advantages-card:first-of-type img {
  background-color: #e18227;
}

.advantages-card:first-of-type {
  border-top: 2px solid #e18227;
  border-left: 1px solid #e18227;
  border-right: 1px solid #e18227;
  border-bottom: 1px solid #e182274d;
}

.advantages-card:nth-of-type(2) img {
  background: #8242fe;
}

.advantages-card:nth-of-type(2) {
  border-top: 2px solid #8242fe;
  border-left: 1px solid #8242fe;
  border-right: 1px solid #8242fe;
  border-bottom: 1px solid #8242fe4d;
}

.advantages-card:nth-of-type(3) img {
  background: #42fe5e;
}

.advantages-card:nth-of-type(3) {
  border-top: 2px solid #42fe5e;
  border-left: 1px solid #42fe5e;
  border-right: 1px solid #42fe5e;
  border-bottom: 1px solid #42fe5e4d;
}

.line {
  background: linear-gradient(90deg, #4b38f3 0%, #8242fe 100%);
  padding-block: 36px;
}

.line .container {
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

.reviews {
  background: #edf0f4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.reviews-card {
  padding: 36px;
  border-radius: 20px;
  border: 1px solid #d4d4d4;
  background: #fff;
  box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.15);
}

.reviews-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 24px 24px;
}

.reviews-card:nth-of-type(1) {
  grid-column: span 5;
}

.reviews-card:nth-of-type(2) {
  grid-column: span 7;
}

.reviews-card:nth-of-type(3) {
  grid-column: span 7;
}

.reviews-card:nth-of-type(4) {
  grid-column: span 5;
}

.reviews-card:nth-of-type(5) {
  grid-column: span 6;
}

.reviews-card:nth-of-type(6) {
  grid-column: span 6;
}

.reviews-slider {
  display: none !important;
}

.check .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.check-img {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.check-img img {
  width: 100%;
}

.footer {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.footer-links a {
  color: #fff;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.footer-disc {
  color: #979797;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 26px;
}

.footer-logo img {
  width: 100%;
}

.footer-copy {
  text-align: center;
  color: #fff;
  font-family: "inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#form {
  scroll-margin-top: 100px;
}

@media (max-width: 1440px) {
  .container {
    padding-inline: 84px;
  }

  .algorithms .container {
    padding-bottom: 310px;
  }

  .alg-curr {
    margin-bottom: 64px;
  }

  .phone-1,
  .phone-2 {
    max-width: 216px;
    width: 100%;
  }

  .phone-1 img,
  .phone-2 img {
    width: 100%;
  }

  .phone-1 {
    bottom: -110px;
    left: calc(50% - 100px);
    top: unset;
  }

  .phone-2 {
    right: 30px;
    bottom: 72px;
    left: unset;
  }

  .algorithms .colored-btn {
    margin: 0 auto 0 0;
  }
}

@media (max-width: 1000px) {
  .container {
    padding-inline: 30px;
  }

  .dt-only {
    display: none;
  }

  .mob-only {
    display: block;
  }

  .about .mob-only {
    margin: 0 auto 30px auto;
    width: 100%;
  }

  .about-top-imgs {
    margin-bottom: 30px;
    justify-content: center;
  }

  .hero {
    padding-top: 66px;
    padding-bottom: 80px;
  }

  .hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .about {
    padding-top: 80px;
    padding-bottom: 110px;
  }

  .about-bottom-content {
    flex-direction: column;
  }

  .swiper {
    margin-bottom: 60px;
  }

  .swiper-arrows {
    display: flex;
    justify-content: center;
    gap: 200px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: flex !important;
    position: relative !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 74px !important;
    height: 74px !important;
    padding: 20px;
    background-color: #e5e5e5;
    z-index: 1;
    transition: background-color 0.4s ease;
  }

  .swiper-button-prev svg,
  .swiper-button-next svg {
    z-index: 2;
    width: 36px;
    height: 16px;
  }

  .swiper-button-prev path,
  .swiper-button-next path {
    transition: fill 0.4s ease;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: #4b38f33d;
  }

  .swiper-button-prev:hover path,
  .swiper-button-next:hover path {
    fill: #4b38f3;
  }

  .advantages-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .reviews-wrapper {
    display: none;
  }

  .reviews-slider {
    display: block !important;
  }

  .reviews .swiper-slide {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .footer-logo img {
    margin-bottom: 18px;
  }

  .footer-links {
    flex-direction: column;
    gap: 4px;
  }
}

@media (max-width: 768px) {
  .container {
    padding-inline: 20px;
  }

  .header .container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .hero {
    padding-top: 44px;
    padding-bottom: 60px;
  }

  .hero-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .hero-rating {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
  }

  .hero-title {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .hero-sub {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .hero-sub-2 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-card-content {
    flex-direction: column;
  }

  .about-card-content img {
    margin: 0 auto;
  }

  .about .section-title,
  .about .section-subtitle {
    font-size: 20px;
  }

  .about-card-title div h4 {
    font-size: 22px;
  }

  .phone-wrap {
    display: flex;
    justify-content: space-between;
  }

  .algorithms .container {
    padding-bottom: 60px;
  }

  .phone-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .phone-1,
  .phone-2 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }

  .alg-content .section-subtitle {
    font-size: 20px;
  }

  .alg-content .section-title {
    font-size: 20px;
  }

  .phone-dt {
    display: none;
  }

  .phone-wrap {
    justify-content: center;
    margin-bottom: 40px;
  }

  .phone-1,
  .phone-2 {
    display: none;
  }

  .phone-mob {
    display: block;
    width: 100%;
  }

  .alg-row {
    max-width: 100%;
  }

  .algorithms {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .algorithms .colored-btn {
    max-width: 100%;
  }

  .swiper-arrows {
    justify-content: space-between;
    gap: unset;
  }

  .advantages {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .advantages .section-title,
  .advantages .section-subtitle {
    font-size: 20px;
  }

  .line {
    padding-block: 20px;
  }

  .check-text {
    max-width: 500px;
  }

  .reviews {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .check .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
