div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
img,
strong,
b,
i,
sup,
ol,
ul,
li,
pre,
code,
form,
label,
input,
textarea,
button,
hr,
header,
footer,
main,
section,
nav,
article,
aside {
  margin: 0;
  padding: 0;
  outline: none;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
header,
footer,
main,
section,
nav,
article,
aside {
  display: block;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 99.9vh;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  display: block;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf) format('truetype');
}
.main-button {
  border-radius: 12px;
  box-shadow: rgba(28, 70, 255, 0.13) 0px 0.421531px 0.927368px -0.416667px, rgba(28, 70, 255, 0.17) 0px 1.60197px 3.52434px -0.833333px, rgba(28, 70, 255, 0.36) 0px 7px 15.4px -1.25px;
  background-color: rgba(13 169 248);
  padding: 0 30px;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  height: 60px;
  font-size: 20px;
  font-weight: 800;
  transition: all 0.3s ease;
}
.main-button svg {
  color: #fff;
}
.main-button img {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  position: relative;
  left: 0;
}
.main-button.main-button--mini {
  height: 42px;
  font-size: 15px;
  padding: 0 16px;
}
.main-button.main-button--mini img {
  width: 16px;
  height: 16px;
}
.main-button:hover {
  background-color: #0b9fea;
}
.main-button:hover img {
  left: 4px;
}
@media (max-width: 767px) {
  .main-button {
    height: 50px;
    font-size: 18px;
  }
  .main-button.main-button--mini {
    height: 42px;
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .main-button {
    font-size: 16px;
    width: 100%;
    padding: 0 24px;
  }
  .main-button.main-button--mini {
    width: auto;
    height: 42px;
    font-size: 15px;
  }
}
.mobile-menu-trigger {
  background-color: #fff;
  padding: 10px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .mobile-menu-trigger {
    display: none;
  }
}
.arrow-link,
.tg-link {
  border-radius: 12px;
  box-shadow: rgba(28, 70, 255, 0.13) 0px 0.421531px 0.927368px -0.416667px, rgba(28, 70, 255, 0.17) 0px 1.60197px 3.52434px -0.833333px, rgba(28, 70, 255, 0.36) 0px 7px 15.4px -1.25px;
  background-color: rgba(13 169 248);
  color: #fff;
  padding: 0 16px;
  height: 42px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  gap: 5px;
}
.tg-link:before {
  content: '';
  background-image: url('../images/ui/tg-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
}
html {
  scroll-behavior: smooth;
  zoom: 125%;
  scroll-padding-top: 100px;
}
body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
  padding-top: 60px;
  font-weight: 500;
}
.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
main {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.section-title {
  text-align: center;
  font-size: 52px;
  font-weight: 800;
  color: #403e3e;
  margin-bottom: 20px;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 22px;
  }
}
@media (min-width: 993px) {
  .is-mobile-only {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .is-desktop-only {
    display: none !important;
  }
}
.privacy-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.static-page {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.static-page ul {
  padding-left: 24px;
  margin-bottom: 24px;
}
.static-page h1 {
  font-size: 50px;
  color: #403e3e;
  margin-bottom: 12px;
}
.static-page h2 {
  font-size: 26px;
  color: #403e3e;
  margin-bottom: 12px;
}
.static-page a:hover {
  color: #0da9f8;
}
.static-page h3 {
  font-size: 20px;
  color: #403e3e;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .static-page h1 {
    font-size: 24px;
  }
  .static-page h2 {
    font-size: 21px;
  }
  .static-page h3 {
    font-size: 18px;
  }
  .static-page ul li,
  .static-page ul,
  .static-page p {
    font-size: 14px;
  }
  .static-page {
    width: 100%;
    padding: 80px 0;
  }
}
.hero {
  padding: 160px 0 0;
  display: flex;
  gap: 10px;
}
.hero__content {
  width: calc(59% - 10px);
}
.hero__media {
  width: 41%;
  position: relative;
  height: 670px;
}
.hero__img-wrapper {
  background-color: #ffffff;
  mask: radial-gradient(90% 75% at 19.6% 25.9%, #000 44.5717%, #0000 87.0443%);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  position: absolute;
  top: -50px;
  bottom: 0;
  transform: rotate(8deg) rotateX(12deg) rotateY(-24deg);
  will-change: transform;
}
.hero__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.hero__title {
  font-size: 60px;
  font-weight: 800;
  color: #403e3e;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 1160px) {
  .hero__title {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 32px;
  }
}
.hero__subtitle {
  color: #7a7a7a;
  font-size: 20px;
  max-width: 500px;
  margin-bottom: 24px;
}
.hero__features {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}
.hero__feature {
  padding-left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 4px;
  font-size: 16px;
}
.hero__feature svg {
  width: 20px;
  height: 20px;
  color: #0da9f8;
}
@media (max-width: 767px) {
  .hero {
    flex-direction: column;
    padding: 50px 0;
  }
  .hero__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .hero__content {
    width: 100%;
  }
  .hero__media {
    width: calc(100% + 40px);
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
  .hero__img-wrapper {
    margin-top: 30px;
    top: 0;
  }
}
.partner-logo--1 {
  position: absolute;
  bottom: 60px;
  left: 10px;
  width: 70px;
  height: 70px;
  border-radius: 14px;
  border: 5px solid #c7ecff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: partnerLogo1 4s ease-in-out infinite;
  z-index: 10;
}
@keyframes partnerLogo1 {
  0% {
    transform: translateX(0) translateY(0) rotate(-9deg);
  }
  50% {
    transform: translateX(-10px) translateY(-40px) rotate(-15deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(-9deg);
  }
}
.partner-logo--2 {
  position: absolute;
  bottom: 60px;
  right: 15px;
  width: 70px;
  height: 70px;
  border-radius: 14px;
  border: 5px solid #c7ecff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: partnerLogo2 6s ease-in-out infinite;
  z-index: 10;
}
@keyframes partnerLogo2 {
  0% {
    transform: translateX(0) translateY(0) rotate(9deg);
  }
  50% {
    transform: translateX(-10px) translateY(-40px) rotate(15deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(9deg);
  }
}
.partner-logo--3 {
  position: absolute;
  bottom: 260px;
  right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 14px;
  border: 5px solid #c7ecff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: partnerLogo3 6s ease-in-out infinite;
  z-index: 10;
}
@keyframes partnerLogo3 {
  0% {
    transform: translateX(0) translateY(0) rotate(-10deg);
  }
  50% {
    transform: translateX(-10px) translateY(-40px) rotate(-15deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(-10deg);
  }
}
.partner-logo--4 {
  position: absolute;
  bottom: 260px;
  left: 40px;
  width: 70px;
  height: 70px;
  border-radius: 14px;
  border: 5px solid #c7ecff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: partnerLogo4 4.5s ease-in-out infinite;
  z-index: 10;
}
@keyframes partnerLogo4 {
  0% {
    transform: translateX(0) translateY(0) rotate(10deg);
  }
  50% {
    transform: translateX(-10px) translateY(-40px) rotate(15deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(10deg);
  }
}
@media (max-width: 767px) {
  .partner-logo-1 {
    width: 50px;
    height: 50px;
    bottom: 100px;
    left: 60px;
    border-radius: 8px;
    border: 2px solid #c7ecff;
  }
  .partner-logo-2 {
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 60px;
    border-radius: 8px;
    border: 2px solid #c7ecff;
  }
  .partner-logo-3 {
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 60px;
    border-radius: 8px;
    border: 2px solid #c7ecff;
  }
  .partner-logo-4 {
    width: 50px;
    height: 50px;
    bottom: 0;
    left: 60px;
    border-radius: 8px;
    border: 2px solid #c7ecff;
  }
}
.sources__partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .sources__partners {
    gap: 20px;
  }
}
.sources__info {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sources__info {
    gap: 20px;
  }
}
.sources__cta {
  text-align: center;
}
@media (max-width: 767px) {
  .sources__cta {
    display: none;
  }
}
.source-partner {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 4 * 40px) / 5);
  border-radius: 15px;
  border: 5px solid #f8f8fa;
}
@media (max-width: 992px) {
  .source-partner {
    width: calc((100% - 20px) / 2);
    min-height: 130px;
  }
}
.source-info {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 2 * 40px) / 3);
  border-radius: 15px;
  border: 5px solid #f8f8fa;
}
.source-info__label {
  font-size: 20px;
  font-weight: 500;
}
.source-info__value {
  font-size: 20px;
  color: #0da9f8;
  font-weight: 800;
}
.source-info--clean {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.source-info--clean .main-button {
  height: 100%;
  text-align: center;
  font-size: 18px;
}
.source-info--clean .main-button img {
  display: none;
}
@media (max-width: 767px) {
  .source-info {
    width: calc((100% - 20px) / 2);
    min-height: 130px;
  }
  .source-info__value,
  .source-info__label {
    font-size: 18px;
  }
}
.advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.advantages__list {
  width: 380px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.advantages__media {
  width: calc(100% - 400px);
  background-color: #f8f8fa;
  mask: radial-gradient(65% 84% at 21% 24%, #000000 44.5717%, rgba(0, 0, 0, 0) 87.0443%);
  border-radius: 20px;
}
.advantages__media img {
  padding: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  border-radius: 20px;
  transition: opacity 0.3s ease;
}
.advantages__stats {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .advantages__stats {
    width: 100%;
    flex-direction: column;
  }
}
.advantages__cta {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 992px) {
  .advantages {
    flex-direction: column;
  }
  .advantages__list {
    width: 100%;
  }
  .advantages__media {
    width: 100%;
  }
}
.stat-item {
  width: calc((100% - 2 * 20px) / 3);
  border-radius: 15px;
  border: 5px solid #f8f8fa;
  padding: 15px;
  min-height: 130px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stat-item__number {
  font-size: 20px;
  color: #0da9f8;
  font-weight: 800;
}
.stat-item__label {
  font-size: 18px;
}
@media (max-width: 992px) {
  .stat-item {
    min-height: 130px;
    width: 100%;
  }
}
.advantage-card {
  border-radius: 20px;
  border: 5px solid #f8f8fa;
  padding: 20px;
  cursor: pointer;
}
.advantage-card__title {
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 4px;
  display: flex;
  gap: 0;
  align-items: center;
}
.advantage-card__title:before {
  content: '';
  background: linear-gradient(129deg, #2260ff 0%, #5375fe 66.06841216%, #0da9f8 100%);
  width: 0;
  height: 10px;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.advantage-card__text {
  font-size: 16px;
  font-weight: 500;
  color: #737373;
  margin-top: 4px;
}
.advantage-card.is-active .advantage-card__title {
  gap: 10px;
}
.advantage-card.is-active .advantage-card__title:before {
  opacity: 1;
  width: 10px;
}
@media (max-width: 767px) {
  .advantage-card__title {
    font-size: 16px;
  }
  .advantage-card__text {
    font-size: 14px;
  }
}
.clients__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.clients .client-card {
  width: calc((100% - 3 * 20px) / 4);
  border-radius: 15px;
  border: 5px solid #f8f8fa;
  padding: 30px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.clients .client-card__icon {
  border-radius: 10px;
  width: 70px;
  height: 70px;
  background-color: #0da9f8;
  box-shadow: 0 0 0 3px #ffffff, 0 0.42153111px 1.26459333px -0.41666667px rgba(28, 70, 255, 0.09), 0px 1.60197331px 4.80591994px -0.83333333px rgba(28, 70, 255, 0.12), 0px 7px 21px -1.25px rgba(28, 70, 255, 0.24);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.clients .client-card__icon img {
  width: 40px;
  height: 40px;
}
.clients .client-card__title {
  font-weight: 800;
  font-size: 18px;
}
@media (max-width: 992px) {
  .clients .client-card {
    width: calc((100% - 1 * 20px) / 2);
  }
}
@media (max-width: 767px) {
  .clients .client-card {
    padding: 15px;
  }
  .clients .client-card__title {
    font-size: 16px;
  }
}
.payment__subtitle {
  font-size: 20px;
  color: #7a7a7a;
  text-align: center;
  max-width: 480px;
  margin: 0 auto 30px;
}
.payment__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .payment__subtitle {
    font-size: 16px;
  }
}
.payment-card {
  width: calc((100% - 3 * 20px) / 4);
  border-radius: 15px;
  border: 5px solid #f8f8fa;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-card__image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  margin-bottom: 20px;
}
.payment-card__content {
  text-align: left;
  width: 100%;
  min-height: 100px;
}
.payment-card__title {
  color: #0a0b10;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: left;
}
.payment-card__text {
  font-size: 16px;
  color: #7a7a7a;
}
@media (max-width: 767px) {
  .payment-card {
    width: calc((100% - 1 * 20px) / 2);
  }
  .payment-card__content {
    text-align: left;
    width: 100%;
    min-height: 50px;
  }
  .payment-card__title {
    font-size: 20px;
  }
  .payment-card__text {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .payment-card {
    width: 100%;
  }
  .payment-card__content {
    min-height: unset;
  }
}
.cases__carousel {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 20px;
  margin-bottom: 20px;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 8%, #000000 92%, rgba(0, 0, 0, 0) 100%);
}
.cases__cta {
  margin-top: 40px;
  text-align: center;
}
.case-item {
  border-radius: 15px;
  border: 5px solid #f8f8fa;
  padding: 30px 15px;
  width: 310px;
  min-width: 310px;
}
.case-item__text {
  font-size: 16px;
  color: #7a7a7a;
  margin-bottom: 10px;
}
.case-item__bottom {
  border-top: 1px solid #ececec;
  padding-top: 10px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
}
.case-item__author {
  font-weight: 500;
}
.case-item__role {
  color: #7a7a7a;
}
.cases__carousel-track {
  display: flex;
  gap: 20px;
  width: fit-content;
  will-change: transform;
}
.solution__cta {
  margin-top: 40px;
  text-align: center;
}
.solution__grid,
.problems__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.problem-card {
  width: calc((100% - 2 * 20px) / 3);
  background: #f8f8f8;
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  font-size: 17px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .problem-card {
    width: 100%;
  }
}
.solution-card {
  width: calc((100% - 2 * 20px) / 3);
  background: #eaf8ff;
  border: 1px solid #0da9f8;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  color: #0da9f8;
}
@media (max-width: 767px) {
  .solution-card {
    width: 100%;
  }
}
.faq {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.faq__contact {
  margin-top: auto;
  border-radius: 20px;
  border: 5px solid #f8f8fa;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  max-width: 400px;
}
@media (max-width: 992px) {
  .faq__contact {
    max-width: 100%;
    gap: 10px;
  }
}
.faq__contact-title {
  font-size: 22px;
  font-weight: 900;
}
@media (max-width: 992px) {
  .faq__contact-title {
    font-size: 20px;
  }
}
.faq__contact-text {
  font-size: 20px;
  color: #7a7a7a;
}
@media (max-width: 992px) {
  .faq__contact-text {
    font-size: 18px;
  }
}
.faq__left {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faq__left .section-title {
  text-align: left;
}
@media (max-width: 992px) {
  .faq__left {
    width: 100%;
  }
  .faq__left .section-title {
    text-align: center;
    width: 100%;
  }
}
.faq__right {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .faq__right {
    width: 100%;
  }
}
.faq__badge {
  border-radius: 40px;
  box-shadow: 0 0 0 3px #f8f8fa;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 12px;
  color: #0da9f8;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 12px;
}
.faq__badge:before {
  content: '';
  background: #0da9f8;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .faq__badge {
    display: none;
  }
}
.faq-item {
  border: 5px solid #f8f8fa;
  padding: 20px;
  border-radius: 20px;
  cursor: pointer;
}
.faq-item__header {
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 992px) {
  .faq-item__header {
    font-size: 16px;
  }
}
.faq-item__toggle {
  background-color: #f0f0f0;
  border-radius: 8px;
  border: none;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item__toggle svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  transition: transform 0.3s ease;
}
.faq-item__answer {
  color: #7a7a7a;
  overflow: hidden;
  transition: height 0.4s ease;
}
.faq-item__answer ul {
  padding-left: 20px;
}
.faq-item__answer ul li {
  font-size: 16px;
}
.faq-item__answer p {
  font-size: 16px;
}
.faq-item__answer p:not(:last-child) {
  margin-bottom: 10px;
}
.faq-item.is-open .faq-item__toggle svg {
  transform: rotate(45deg);
}
.subscribe-block {
  display: flex;
  overflow: hidden;
  padding: 80px 0;
}
.subscribe-block__left {
  width: 60%;
  opacity: 0;
  padding-left: 0;
  transform: translateY(-50px);
  transition: all 0.6s ease-in-out;
}
.subscribe-block__right {
  width: 40%;
  position: relative;
}
.subscribe-block__right img {
  width: 70%;
  position: absolute;
  top: 100px;
  right: 80px;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.subscribe-block__action {
  margin-top: 40px;
}
.subscribe-block__title {
  color: #403e3e;
  font-size: 48px;
  margin-bottom: 24px;
  font-weight: 900;
  line-height: 1.1;
}
.is-animate .subscribe-block .subscribe-block__right img {
  top: -50px;
  opacity: 1;
}
.is-animate .subscribe-block .subscribe-block__left {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 992px) {
  .subscribe-block {
    flex-direction: column;
  }
  .subscribe-block__left {
    padding-left: 0;
  }
  .subscribe-block__left,
  .subscribe-block__right {
    width: 100%;
  }
  .subscribe-block__right {
    text-align: center;
  }
  .subscribe-block__right img {
    position: relative;
  }
  .is-animate .subscribe-block .subscribe-block__right img {
    top: 50px;
    opacity: 1;
    margin: 0 auto -500px;
    right: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .is-animate .subscribe-block .subscribe-block__left {
    text-align: center;
  }
  .is-animate .subscribe-block .subscribe-block__right img {
    margin: 0 auto -300px;
  }
  .subscribe-block__title {
    font-size: 32px;
  }
}
@media (max-width: 420px) {
  .is-animate .subscribe-block .subscribe-block__right img {
    margin: 0 auto -180px;
  }
  .subscribe-block__title {
    font-size: 26px;
  }
}
.js-animate {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-animate[data-animate-type="fade-in"] {
  opacity: 0;
}
.js-animate[data-animate-type="fade-in"].is-animate {
  opacity: 1;
}
.js-animate[data-animate-type="fade-up"] {
  opacity: 0;
  transform: translateY(30px);
}
.js-animate[data-animate-type="fade-up"].is-animate {
  opacity: 1;
  transform: translateY(0);
}
.js-animate[data-animate-type="slide-up"] {
  opacity: 0;
  transform: translateY(50px);
}
.js-animate[data-animate-type="slide-up"].is-animate {
  opacity: 1;
  transform: translateY(0);
}
.js-animate[data-animate-type="scale-in"] {
  opacity: 0;
  transform: scale(0.95);
}
.js-animate[data-animate-type="scale-in"].is-animate {
  opacity: 1;
  transform: scale(1);
}
.js-animate[data-animate-type="fade-left"] {
  opacity: 0;
  transform: translateX(30px);
}
.js-animate[data-animate-type="fade-left"].is-animate {
  opacity: 1;
  transform: translateX(0);
}
.js-animate[data-animate-type="fade-right"] {
  opacity: 0;
  transform: translateX(-30px);
}
.js-animate[data-animate-type="fade-right"].is-animate {
  opacity: 1;
  transform: translateX(0);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__logo img {
  width: 150px;
}
.nav__menu {
  display: flex;
  gap: 40px;
}
.nav__menu a {
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  color: #7a7a7a;
  transition: 0.3s;
}
.nav__menu a:hover {
  color: #0da9f8;
}
@media (max-width: 767px) {
  .nav__auth,
  .nav__menu {
    display: none;
  }
}
header {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.01) 0px -0.421531px 1.26459px -0.416667px, rgba(0, 0, 0, 0.01) 0px -1.60197px 4.80592px -0.833333px, rgba(0, 0, 0, 0.03) 0px -7px 21px -1.25px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 5px solid #f8f8fa;
  z-index: 100;
  padding: 20px 0;
}
@media (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 320px;
  padding: 30px;
  background-color: #fff;
  z-index: 119;
  display: flex;
  flex-direction: column;
  gap: 40px;
  transition: all 0.8s ease;
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mobile-menu__list a {
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  color: #7a7a7a;
}
.mobile-menu.opened {
  right: 0;
}
.mobile-menu-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  opacity: 0;
  display: none;
  transition: all 0.8s ease;
}
.mobile-menu-overlay.opened {
  opacity: 1;
  display: block;
}
body:has(.mobile-menu.opened) {
  overflow: hidden;
}
footer {
  width: 100%;
  background: white;
  border-top: 1px solid #e5e5e5;
  padding: 60px 0 30px;
}
.footer {
  display: flex;
  flex-wrap: wrap;
}
.footer__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__section {
  width: 30%;
}
.footer__section:nth-child(1) {
  width: 40%;
}
.footer__copyright {
  width: 100%;
}
.footer__text {
  font-size: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  opacity: 0.5;
}
.footer__actions {
  display: flex;
  gap: 10px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__nav-link {
  color: #666;
  text-decoration: none;
  font-size: 18px;
}
.footer__copyright {
  width: 100%;
  padding: 40px 0;
  margin-top: 60px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  color: #999;
  font-size: 14px;
}
@media (max-width: 992px) {
  .footer {
    flex-direction: column;
  }
  .footer__section:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .footer__section {
    width: 50%;
  }
  .footer__section:nth-child(2) {
    text-align: left;
  }
  .footer__section:nth-child(3) {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
/*# sourceMappingURL=main.css.map */