/**
 * Дополнительные стили для лендинга ViSaver
 * Адаптируют карточки блога под контент лендинга
 */

p {
    margin-top: 0;
}

section {
    padding: 0;
}

.rb-choice {
    position: absolute;
    width: 110px;
    z-index: 1;
    top: 26%;
    right: 3%;
}

.service-header {
    height: 1340px;
    position: relative;
}

.bg-hero {
    position: absolute;
}

.hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

}

.hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    gap: 20px;
    max-width: 752px;
}

.hero-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 105%;
    margin-top: 230px;
    color: #F5F5FA;
    margin-bottom: 0;
    opacity: 0;
    animation: fadeIn 0.8s ease 0.2s forwards;
}

.mobile_br {
    display: none;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    color: #EBEBF5;
    opacity: 0;
    animation: fadeIn 0.8s ease 0.3s forwards;
}

/* CTA секция */
.hero-cta-section {
    display: flex;
    flex-direction: column;
    gap: 40px;

    opacity: 0;
    animation: fadeIn 0.8s ease 0.4s forwards;
}

.hero-cta-wrapper {
    position: relative;
    z-index: 1;
    min-width: 213px;
    margin: 0 auto;
}

.hero-cta-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
    background: radial-gradient(100% 404.49% at 0% 50%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 238, 224, 0.8) 70%, rgba(255, 255, 255, 0.8) 92.4%);
    padding: 18px 40px;
    border-radius: 20px;
    border: 2px solid #FFFFFF1A;

    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);

    span {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        color: #1C1C1F;
        display: inline-block;
    }
}

.hero-cta-button::before {
    content: '';
    position: absolute;
    inset: -10px;
    background: linear-gradient(90deg, #0000ff3d 0%, #FF2200 60%);
    border-radius: 28px;
    filter: blur(22px);
    opacity: 0.6;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-cta-button:hover::before {
    opacity: 1;
    filter: blur(26px);
    transform: translateY(2px);
}

.hero-cta-button:hover {
    opacity: 1;
}

/* materials cards */
.materials-section {
    display: flex;
    gap: 16px;
    max-width: 944px;
    margin: 0 auto;
    padding: 80px 0;
}

.materials-item {
    background: linear-gradient(to bottom, #2D2D33, #1D1D24CC);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 24px;
    padding: 24px 32px;
    min-width: 304px;

    opacity: 0;
    transform: translateY(-20px);
    animation: fadeIn 0.8s ease 0.6s forwards;

    h4 {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
    }
}

.materials-item:nth-child(1) {
    animation-delay: 0.1s;
}

.materials-item:nth-child(2) {
    animation-delay: 0.2s;
}

.materials-item:nth-child(3) {
    animation-delay: 0.3s;
}


/* PARTNERS LOGOS - анимированные логотипы партнеров */
.partners-logos {
    overflow: hidden;
    position: relative;
    mask: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
    padding-bottom: 120px;
}

.partners-track {
    display: flex;
    gap: 64px;
    animation: scroll-partners 40s linear infinite;
    white-space: nowrap;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.partner-logo:hover {
    opacity: 1;
}

.partner-logo img {
    max-height: 32px;
    width: auto;
    object-fit: contain;
    transition: filter 0.3s ease;
}

@keyframes scroll-partners {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-120%);
    }
}

/* демо */
.demo-section {
    position: relative;
    top: 23%;
    z-index: 15;
    max-width: 1130px;
    max-height: 700px;
    margin: 0 auto;
    border-radius: 24px;
    border: 12px solid transparent;
}

.demo-bg {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1155px;
    height: 660px;
    border-radius: 24px;
    background: linear-gradient(to bottom, #2D2D33, #1d1d2429);
    backdrop-filter: blur(12px);
}

.demo-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 16;
    width: 1130px;
    /*height: 691px;*/
    border-radius: 12px;
    transform: translate(-50%, -50%);
}

.service-content {
    background-color: #FFFFFF;
    padding-top: 530px;
    position: relative;
    z-index: 1;
    padding-bottom: 130px;
}

.demo-info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-bottom: 120px;

    > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
    }
}

.demo-section-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #15151A;
    text-align: center;
}

.demo-section-subtitle:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #6F6F85;
    text-align: center;
}

/* FEATURES */

.features {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 14.9%, rgba(255, 255, 255, 0) 84.62%, #FFFFFF 100%);
    position: relative;
    max-width: 1300px;
    /*max-height: 500px;*/
    /*overflow-y: scroll;*/
    /*direction: rtl;*/
    margin: auto;
}

.features-card {
    padding-left: 84px;
    direction: ltr;
    display: flex;
    gap: 24px;
    margin-bottom: 100px;
}

.features-card-content-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 38px;
}


/* SOLUTIONS FOR PROF - решения для профи */
.solutions-prof {
    max-width: 97%;
    padding: 120px 0;
    margin: auto;
    position: relative;
    z-index: 1;
}

.solution-container {
    display: flex;
    flex-direction: column;
    gap: 89px;
    max-width: 1700px;
    margin: auto;
}

.process-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 80px;
}

.process-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 20px 12px 20px;
}

.process-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 105%;
    color: #F5F5FA;
}

.process-desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #EBEBF5;
}

.process-steps {
    display: flex;
    gap: 16px;
}

.process-steps-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 20px;
}

.process-icon-wrapper {
    width: 88px;
    height: 88px;
    padding: 20px;
    border-radius: 24px;
    background: linear-gradient(to right, #1A1A1F, #19191FCC);

    img {
        width: 48px;
        height: 48px;
    }
}

.process-steps-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 570px;
}

.process-content-header {
    display: flex;
    flex-direction: column;
    gap: 4px;

    span {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: #8989A3;
    }

    h3 {
        font-weight: 500;
        font-size: 28px;
        line-height: 120%;
        color: #F5F5FA
    }
}

.process-content-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #EBEBF5;
}

.process-lms-container {
    position: relative;
}

.process-lms {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 48px;
    border-radius: 32px;
    background: linear-gradient(to right, #1A1A1F, #19191FCC);
}

.process-lms-shadow {
    position: absolute;
    inset: -45px;
    background: linear-gradient(90deg, #0000ffb5 0%, #ff2200bf 60%);
    border-radius: 52px;
    filter: blur(55px);
    opacity: 0.2;
    z-index: 1;
}

.process-lms-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 105%;
    color: #F5F5FA;
}

.lms-logos {
    display: flex;
    gap: 16px;
}

.lms-icon-wrapper {
    display: flex;
    align-items: center;
    width: 88px;
    height: 88px;
    padding: 20px;
    border-radius: 24px;
    background: linear-gradient(to right, #222229, #1D1D2499);
    position: relative;

    img {
        width: 48px;
        max-height: 48px;
    }
}

.lms-icon-wrapper:hover {
    background: linear-gradient(180deg, #292933 0%, rgba(36, 36, 46, 0.6) 100%);
}

.lms-icon-wrapper::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
    padding: 4px 16px;
    background: #FFFFFF;
    color: #15151A;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    border-radius: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
    pointer-events: none;
    z-index: 10;
}

.lms-icon-wrapper:hover::after {
    opacity: 1;
    visibility: visible;
}

.integrations {
    display: flex;
    gap: 16px;
    width: 100%;
}

.integrations-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    border-radius: 20px;
    background: linear-gradient(to bottom, #222229, #1D1D2499);
    flex: 1;
}

.integrations-item-header {
    display: flex;
    flex-direction: column;
    gap: 4px;

    span {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: #8989A3;
    }

    h3 {
        font-weight: 700;
        font-size: 36px;
        line-height: 105%;
        color: #F5F5FA;
    }
}

.integrations-item-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #EBEBF5;
}

.about-us {
    background-color: #FFFFFF;
    padding-top: 160px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

/* HOW WORKS */

.how-it-work-section {
    background: linear-gradient(180deg, rgba(235, 235, 250, 0) 0%, #EBEBFA 62.5%, rgba(235, 235, 250, 0) 100%);
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.how-it-work-title {
    color: #1C1C1F;
    font-weight: 700;
    font-size: 54px;
    line-height: 105%;
    text-align: center;
}

.how-it-work-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 49px;
    margin-left: 42px;
    margin-bottom: 160px;
}

.how-it-work-cards {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.how-it-work-cards-item {
    display: flex;
    gap: 12px;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 84px;
    padding: 20px 32px 20px 20px;
}

.how-it-work-cards-item_right {
    padding: 20px 20px 20px 32px;
}

.how-it-work-image {
    max-width: 443px;
    max-height: 474px;
}

.how-it-work-image, .how-it-work-cards-item_right {
    img {
        height: 56px;
    }
}

.how-it-work-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #1C1C1F;
    flex: 1;
}

.rectangle-1 {
    position: relative;
    width: 90px;
}

.rectangle-1-image-dot {
    position: absolute;
    top: -80px;
    left: 37px;
}

.rectangle-1-image-bottom {
    position: absolute;
    bottom: -10px;
    left: -3px;
    transform: scale(-1, 1) rotate(180deg);
}

.rectangle-1-image-center {
    position: absolute;
    bottom: -11px;
    left: -4%;
}

.rectangle-1-image-top {
    position: absolute;
    top: -11px;
    left: -4%;
    transform: scale(-1, 1) rotate(180deg);
}

.rectangle-2 {
    position: relative;
    width: 120px;
}

.rectangle-2-image-dot {
    position: absolute;
    left: 54px;
    top: 79px;
    z-index: 1;
}

.rectangle-2-image-bottom {
    position: absolute;
    top: 1px;
    left: -1px;
}

.rectangle-2-image-center {
    position: absolute;
    top: -6px;
}

.rectangle-2-image-top {
    position: absolute;
    bottom: -10px;
}

.use-cases {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 14.9%, rgba(255, 255, 255, 0) 84.62%, #FFFFFF 100%);
    position: relative;
    max-width: 1136px;
    /*max-height: 642px;*/
    margin: 0 auto 100px;
    /*overflow-y: scroll;*/
    /*direction: rtl;*/
}

.use-cases::-webkit-scrollbar,
.features::-webkit-scrollbar {
    display: block; /* Убеждаемся, что скроллбар виден */
    width: 4px;
    height: 480px;
}

.use-cases::-webkit-scrollbar-thumb,
.features::-webkit-scrollbar-thumb {
    background: linear-gradient(360deg, #B8A1E6 0%, #4785FF 100%);
    border-radius: 999px;
}

.use-cases::-webkit-scrollbar-track,
.features::-webkit-scrollbar-track {
    background: #EBEBF5;
    border-radius: 999px;
    margin: 81px 0;
}

.use-cases-card {
    /*padding-left: 92px;*/
    direction: ltr;
    display: flex;
    gap: 92px;
    padding-top: 40px;
    padding-bottom: 40px;

    img {
        max-width: 388px;
        max-height: 642px;
    }
}

.use-cases-card:last-child, .features-card:last-child {
    margin-bottom: 0;
}

.use-cases-card-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.use-cases-card-content-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.use-cases-card-content-header-tag {
    display: flex;
    gap: 2px;
    padding: 4px 8px;
    border-radius: 20px;
    background: linear-gradient(270deg, rgba(71, 133, 255, 0.12) 0%, rgba(184, 161, 230, 0.12) 100%);
    max-width: max-content;


    span {
        color: #15151A;
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
    }

}

.use-cases-card-content-header-title {
    color: #09090A;
    font-weight: 700;
    font-size: 36px;
    line-height: 105%;
}

.use-cases-card-content-header-desc {
    display: flex;
    flex-direction: column;
    gap: 12px;

    h4 {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        color: #09090A;
    }

    p {
        font-weight: 400;
        font-size: 18px;
        line-height: 132%;
        color: #15151A;
    }
}

.use-cases-card-content-statistic {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.use-cases-card-content-statistic-card {
    display: flex;
    gap: 12px;
    align-items: center;
}

.use-cases-card-content_features {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.use-cases-card-content_features-text {
    color: #6F6F85;
    font-family: PT Root UI;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin: 0;
}

.features-img {
    width: 712px;
    max-width: 712px;
    height: 500px;
    max-height: 500px;
}

.statistic-card-icon {
    background: linear-gradient(180deg, rgba(71, 133, 255, 0.12) 0%, rgba(184, 161, 230, 0.12) 100%);
    padding: 12px;
    border-radius: 16px;
    width: 64px;
    height: 64px;
}

.statistic-card-desc {
    h5 {
        font-weight: 500;
        font-size: 28px;
        line-height: 120%;
        color: #09090A;
    }

    span {
        font-weight: 400;
        font-size: 18px;
        line-height: 132%;
        color: #15151A;
    }
}

.statistic-card-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    color: #15151A;
}

.tariffs {
    background: linear-gradient(180deg, rgba(235, 235, 250, 0) 0%, #EBEBFA 35.1%, #EBEBFA 69.71%, rgba(235, 235, 250, 0) 100%);
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-bottom: 60px;
}

.tariff-card-wrapper {
    display: flex;
    gap: 16px;
    max-width: 936px;
    margin: 0 auto;
}

.tariff-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    justify-content: flex-end;
}

.tariff-card_pro {
    background: radial-gradient(98.8% 98.8% at 50% 1.2%, #09090A 0%, #15151A 100%);
}

.tariff-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.tariff-header-text {
    display: flex;
    flex-direction: column;
}

.tariff-header-text_pro {
    span {
        color: #FFFFFF;
    }
}

.tariff-header-text_name {
    color: #1C1C1F;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.tariff-header-text_price {
    color: #1C1C1F;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
}

.tariff-header-icon {
    background-color: #F7F7FC;
    padding: 12px;
    border-radius: 16px;
    width: 52px;
    height: 52px;
}

.tariff-header-icon_pro {
    background: linear-gradient(180deg, #222229 0%, rgba(29, 29, 36, 0.6) 100%);
}

.tariff-desc {
    color: #1C1C1F;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    padding: 0 20px;
}

.tariff-desc_pro {
    color: #F5F5FA;
}

.tariff-features {
    background-color: #F7F7FC;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 12px;
    flex: 1;
}

.tariff-features_pro {
    background: #F7F7FC0D;
}

.tariff-features-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1C1C1F;
}

.feature-text_pro {
    color: #FFFFFF;
}

.feature-badge {
    width: 35px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 4px 8px;
    background: linear-gradient(180deg, rgba(255, 51, 0, 0.12) 0%, rgba(255, 136, 0, 0.12) 100%);

    span {
        font-family: PT Root UI;
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        background: linear-gradient(270deg, #FF3300 0%, #FF8800 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent; /* для старых браузеров */
    }
}

/* Поддержка и признание */
.recognition {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.recognition-title {
    padding-top: 20px;
    color: #09090A;
    font-weight: 700;
    font-size: 54px;
    line-height: 105%;
    text-align: center;
}

.company {
    max-width: 1136px;
    margin: 0 auto;
    display: flex;
    gap: 12px;
}

.company-item {
    background-color: #F5F5FA;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 230px;
    flex: 1;
    text-align: center;

    img {
        align-self: center;
        width: 64px;
        height: 64px;
    }
}

.company-item-text {
    color: #15151A;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.recognition-desc {
    color: #09090A;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
}

.service-footer {
    background: radial-gradient(98.8% 98.8% at 50% 1.2%, #09090A 0%, #15151A 100%);
    padding-top: 120px;
    position: relative;
    z-index: 1;
}

.service-footer-bg {
    background: radial-gradient(98.8% 98.8% at 50% 1.2%, #09090A 0%, #15151A 100%);
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.users-feedback {
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 20px;
}

.users-feedback-title {
    color: #F5F5FA;
    text-align: center;
}

.faq {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 751px;
    width: 100%;
    margin: 0 auto;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    padding-left: 0;
}

.faq-item {
    position: relative;
    z-index: 1;
    margin-top: 0;
    background: #15151A;
    border-radius: 24px;
    padding: 20px;
}

.faq-item-border {
    border-radius: 24px;
    padding: 1px;
    background: transparent;
}

.faq-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
}

.faq-question::marker {
    display: none;
}

.faq-question-icon {
    display: flex;
    align-items: center;
    align-content: center;
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 8px;
    background: linear-gradient(180deg, #27272E 0%, rgba(31, 31, 36, 0.8) 100%);
}

.faq-question-text {
    margin: 0;
    flex: 1;
    color: #F5F5FA;
    font-family: PT Root UI;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    vertical-align: middle;

}

.faq-chevron {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    transform: rotate(-90deg);
}

.faq-details[open] .faq-chevron {
    transform: rotate(0deg);
}

.faq-item-border:has(.faq-details[open]) {
    background: linear-gradient(90deg, #0000ff6e 0%, #ff220047 60%);
}

.faq-answer {
    padding-top: 12px;
    padding-left: 52px;

    p {
        color: #EBEBF5;
        font-family: PT Root UI;
        font-weight: 400;
        font-size: 18px;
        line-height: 132%;
        vertical-align: middle;
    }
}

.support-form-section {
    position: relative;
    z-index: 20;
    padding: 48px 16px;
    background: linear-gradient(180deg, #15151a96 0%, rgb(21 21 26) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.support-form-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.support-form-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 105%;
    color: #F5F5FA;
}

.support-form-desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #EBEBF5;
    text-align: center;
    padding: 0 16px;
}

.support-form-container {
    width: 753px;
}

.support-form {
    width: 100%;

    button:active,
    button:focus,
    button:hover {
        color: #1C1C1F !important;
    }
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-field-user_info-wrapper {
    display: flex;
    gap: 16px;
    width: 100%;
}

.form-field {
    width: 100%;

    label {
        font-weight: 400 !important;
        font-size: 18px !important;
        line-height: 130% !important;
        color: #6F6F85 !important;
    }

    input, textarea {
        border-radius: 12px;
        border: 1px solid #6F6F85;
        font-weight: 400 !important;
        font-size: 18px !important;
        line-height: 130% !important;
        color: #FFFFFF !important;
        background-color: #15151A;
    }

    textarea {
        min-height: 176px;
    }
}

.form-button {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #1C1C1F;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 294px;
    height: 60px;
    background: radial-gradient(100% 404.49% at 0% 50%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 238, 224, 0.8) 70%, rgba(255, 255, 255, 0.8) 92.4%);
    border-radius: 20px;
    border: 2px solid #FFFFFF1A;
    transition: all 300ms
    cubic-bezier(0.4, 0, 0.2, 1);
}

/* Анимация появления карточек при попадании в зону видимости */

.process-steps-item,
.tariff-card,
.company-item,
.faq-item-border,
.integrations-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.process-steps-item.animate-in,
.tariff-card.animate-in,
.company-item.animate-in,
.faq-item-border.animate-in,
.integrations-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}


@media (max-width: 1420px) {
    .rectangle-1-image-bottom,
    .rectangle-1-image-top,
    .rectangle-1-image-dot,
    .rectangle-2-image-bottom,
    .rectangle-2-image-top,
    .rectangle-2-image-dot {
        display: none;
    }

    .rectangle-1-image-center,
    .rectangle-2-image-center {
        transform: rotate(90deg);
        position: absolute;
        bottom: -37px;
        left: 20%;
        max-width: 60px;
    }

    .rectangle-2-image-center {
        top: -37px;
    }

    .how-it-work-image {
        margin-top: 61px;
        margin-bottom: 61px;
    }

    .how-it-work-cards {
        width: 100%;
    }

    .how-it-work-content {
        max-width: max-content;
        align-items: center;
        margin-bottom: 120px;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

    .features {
        margin: auto 16px;
    }
}

@media screen and (max-width: 1280px){
    .lms-logos {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .lms-logos::-webkit-scrollbar {
        display: none;
    }

    .lms-icon-wrapper {
        min-width: 88px;
    }
}

@media (max-width: 1150px) {
    .rb-choice {
        top: 25%;
    }

    .hero-title {
        font-size: 54px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .materials-section {
        max-width: max-content;
    }

    .materials-item {
        min-width: auto;
        max-width: 235px;
        margin: 0 auto;
    }

    .partners-logos {
        padding-bottom: 60px;
    }

    .demo-section {
        top: 25%;
    }

    .demo-bg {
        display: none;
    }

    .demo-image {
        max-width: 98%;
        object-fit: cover;
    }

    .service-content {
        padding-top: 420px;
    }

    .process-title {
        font-size: 48px;
    }

    .solutions-prof {
        padding: 60px 0 60px 16px;
    }

    .process-lms {
        width: auto;
        max-width: 100%;
        padding: 30px;
    }

    .process-lms-title {
        font-size: 48px;
    }

    .integrations {
        flex-direction: column;
    }

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

    .how-it-work-section {
        gap: 20px;
        background: linear-gradient(180deg, rgba(235, 235, 250, 0) 0%, #EBEBFA 30.5%, rgba(235, 235, 250, 0) 100%);
    }

    .how-it-work-title {
        font-size: 48px;
    }

    .demo-info-block {
        padding-bottom: 60px;
    }

    .use-cases,
    .features {
        margin: 0 16px 60px;
    }

    .features {
        overflow-y: auto;
        max-height: max-content;
        margin-bottom: 0;
    }

    .features-card {
        padding-left: 0;
        gap: 0;
        padding-top: 0;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .tariffs {
        gap: 40px;
        max-width: 100%;
        margin: auto 16px;
    }

    .recognition-title {
        padding-top: 0;
        font-size: 48px;
    }

    .recognition {
        gap: 40px;
        max-width: 97%;
        margin: 0 auto;
    }

    .recognition-desc {
        margin: 0 16px;
        text-align: start;
    }

    .service-footer {
        padding-top: 40px;
    }

    .footer-widget {
        width: 95%;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .service-header {
        height: 1220px;
    }

    .demo-section {
        top: 23%;
    }

    .demo-bg {
        width: 895px;
        height: 550px;
    }

    .demo-image {
        width: 97%;
    }

    .service-content {
        padding-top: 435px;
        padding-bottom: 0;
    }

    .process-block {
        padding-left: 16px;
    }

    .support-form-container {
        width: 100%;
    }
}

@media (max-width: 862px) {
    .rb-choice {
        max-width: 100px;
    }

    .bg-hero {
        min-width: 1004px;
        height: 756px;
    }

    .hero-content {
        max-width: 97%;
    }

    .hero-title {
        margin-top: 190px;
        font-size: 36px;
    }

    .service-header {
        height: 1900px;
    }

    .materials-section {
        max-width: 100%;
        margin: 16px auto;
        padding: 80px 0 68px 0;
        flex-direction: column;
    }

    .materials-item {
        width: 100%;
        max-width: 343px;
    }

    .demo-section {
        top: 12%;
    }

    .demo-image {
        width: 100%;
    }

    .solutions-prof {
        border-radius: 20px;
        padding: 40px 0 0 0;
        max-width: 100%;
    }

    .process-title-wrapper {
        padding: 0 16px;
    }

    .process-block {
        gap: 36px;
    }

    .process-title {
        font-size: 36px;
    }

    .support-form-title {
        font-size: 36px;
    }

    .support-form-desc {
        font-size: 16px;
    }

    .faq {
        padding-left: 16px;
        padding-right: 16px;
    }

    .process-desc {
        font-size: 16px;
    }

    .process-steps {
        padding: 0 16px;
        flex-direction: column;
        gap: 20px;
    }

    .process-steps-item {
        padding: 0;
    }

    .process-lms-title {
        font-size: 36px;
    }

    .process-lms {
        padding: 16px 24px;
    }

    .integrations-item {
        padding: 20px;
    }

    .integrations-item-header {
        span {
            font-size: 14px;
        }
    }

    .integrations-item-header {
        h3 {
            font-size: 24px;
        }
    }

    .integrations-item-desc {
        font-size: 16px;
    }

    .integrations {
        gap: 12px;
    }

    .how-it-work-title {
        font-size: 36px;
    }

    .how-it-work-cards-item {
        padding: 16px;
    }

    .how-it-work-cards {
        gap: 8px;
        max-width: 100%;
        padding: 0 16px;
    }

    .how-it-work-content {
        max-width: 100%;
        margin-bottom: 60px;
    }

    .how-it-work-image {
        max-width: 90%;
    }

    .use-cases {
        overflow-y: auto;
        max-height: max-content;
        margin-bottom: 0;
    }

    .use-cases-card {
        padding-left: 0;
        gap: 0;
        padding-top: 0;
        flex-direction: column;
    }

    .use-cases-card-content-header-title {
        font-size: 28px;
    }

    .use-cases-card-content-header-desc {
        h4 {
            font-size: 16px;
        }

        p {
            font-size: 16px;
        }
    }

    .statistic-card-desc {
        display: flex;
        gap: 8px;
        align-items: center;

        h5 {
            font-size: 44px;
        }

        span {
            font-size: 16px;
        }
    }

    .use-cases-card-content-statistic {
        gap: 20px;
    }

    .statistic-card-text {
        font-size: 16px;
    }

    .use-cases-card-content-header-tag {
        span {
            font-size: 14px;
        }
    }

    .features-img {
        max-width: 100%;
        height: auto;
    }

    .tariffs {
        gap: 20px;
        margin: 0;
        padding: 0 16px;
    }

    .tariff-card-wrapper {
        flex-direction: column;
    }

    .recognition {
        gap: 20px;
        max-width: 100%;
        padding-left: 16px;
    }

    .recognition-title {
        padding-top: 120px;
        font-size: 36px;
        text-align: start;
    }

    .recognition-desc {
        margin: 0;
    }

    .company {
        overflow-x: scroll;
        max-width: 100%;
    }

    .company::-webkit-scrollbar {
        display: none;
    }

    .company-item {
        min-width: 216px;
    }

    .service-footer {
        border-radius: 20px;
    }

    .service-content {
        padding-top: 420px;
    }
}

@media screen and (max-width: 526px) {
    .rb-choice {
        top: 29%;
    }

    .mobile_br {
        display: block;
    }

    .partners-track {
        animation: scroll-partners 15s linear infinite;
    }

    .demo-bg {
        display: block;
        width: 100%;
        height: 230px;
        border-radius: 15px;
    }

    .demo-section {
        top: 5%;
    }

    .service-content {
        padding-top: 230px;
    }

    .process-block {
        padding-left: 0;
    }

    .demo-section-subtitle:first-child {
        font-size: 14px;
    }

    .demo-info-block {
        padding-bottom: 40px;

        > div:first-child {
            max-width: 85%;
        }
    }

    .demo-section-subtitle {
        font-size: 18px;
    }

    .hero-cta-wrapper {
        width: 100%;
        border-radius: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-field-user_info-wrapper {
        flex-direction: column;
    }

    .form-button {
        width: 100%;
    }

}

@media screen and (max-width: 400px) {
    .demo-bg {
        height: 210px;
    }
}