@import "reset.css";


@font-face {
    font-family: Mulish;
    src: url('../fonts/Mulish-Regular.ttf');
}

@font-face {
    font-family: BricolageGrotesque;
    src: url('../fonts/BricolageGrotesque-Regular.ttf');
}

body {
    font-family: Mulish, sans-serif;
    background-image: url('../images/background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.container {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}

h1, h2, h3 {
    margin: 0 0 1rem;
}

h2 {
    font-family: BricolageGrotesque, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F0049;
}

p {
    margin: 0 0 1rem;
}

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

.btn-primary {
    background: rgba(109, 80, 250, 0.12);
    color: #6D50FA;
    padding: 14px 90px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: Mulish, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.btn-primary:hover {
    background: #6D50FA !important;
    color: #fff !important;
}

header {
    margin-bottom: 108px;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.nav a {
    margin: 0 2rem;
    color: #6A6A98;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.header .menu-toggle {
    display: none;
}

.header .menu {
    display: none;
}

.header .btn-primary {
    padding: 14px 46px;
    color: #6D50FA;
}

/* Hero Section */
.hero {
    display: flex;
    align-items: center;
    padding-top: 2rem;
}

.hero-text {
    text-align: center;
    margin-bottom: 68px;
}

.hero .tablet-mobile {
    display: none;
}

.hero .mobile-mobile {
    display: none;
}

.hero-text .btn-primary {
    background: #6D50FA;
    color: #FFFFFF;
    padding: 14px 76px;
}

.hero h1 {
    font-family: BricolageGrotesque, serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1E2452;
    width: 680px;
    margin: 0 auto;
}

.hero p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6A6A98;
    max-width: 575px;
    margin: 20px auto 50px auto;
}

.hero-image {
    flex: 1;
    text-align: center;
    display: flex;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-image .overlay {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 300px;
    height: auto;
    border-radius: 10px;
}

/* Stats Section */
.stats {
    text-align: center;
    padding: 60px 0;
    position: relative;
    background-color: #FFFFFF;
    margin-top: -170px;
}

.stats .container {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-around;
}

.stat-item h3 {
    color: #1E2452;
    font-family: BricolageGrotesque, serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 76.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.stat .btn-primary {
    background: #6D50FA;
    color: #FFFFFF;
    padding: 14px 76px;
}

.stat-item p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30.12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1E2452
}


.stat {
    display: flex;
    flex-direction: column; /* Текст под заголовком */
    justify-content: center;
    align-items: center;
}

.stat p {
    font-size: 1rem;
    color: #6b6b8c;
    margin-top: 10px;
}


.stats {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Solutions Section */
.solutions {
    background-color: #f9fafb;
    padding-top: 90px;
    text-align: center;
}

.solution-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.card {
    padding: 26px 24px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 24px 0 #1E245214;
    background: #FFFFFF;
}

.solutions .solution-cards {
    margin-bottom: 50px;
}


.solutions .card .title {
    font-family: BricolageGrotesque, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F0049;
    margin-bottom: 18px;
}

.solutions .card .image {
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.solutions .card .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6A6A98
}

.solutions .btn-primary {
    margin-bottom: 100px;
    padding: 14px 76px;
}


/* Advantages Section */
.advantages {
    background-color: #f9fafb;
    padding: 100px 0;
}

.advantages .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.advantages .btn-primary {
    margin-top: 52px;
    padding: 14px 76px;
}

.advantages h2 {
    text-align: left;
}

.advantages-content {
    margin-bottom: 52px;
}

.advantages p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6A6A98;
    width: 588px;
    margin-bottom: 20px;
}

.advantages .line {
    border: 1px solid #6A6A98;
    width: 785px;
    margin-bottom: 44px;
    opacity: 0.2;
}

.features-container {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 785px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkmark {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background: #1EC550;
    border: 1px solid #1EC550;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.feature-item p {
    font-size: 24px;
    font-weight: 600;
    line-height: 30.12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1E2452;
    margin: 0;
    width: 100%;
}

.advantage-image-container {
    display: block;
}


.advantage-image-container .btn-primary {
    display: none;
}

.advantage-image {
    flex: 1;
    text-align: center;
    display: flex;
    position: relative;
    align-items: end;
}

.advantage-image .users-counter {
    position: absolute;
    z-index: 999;
    margin-left: -125px;
}

.advantage-image .users {
    z-index: 10;
    margin-left: 100px;
}

.advantage-image .gradient {
    position: absolute;
    right: 0;
    top: -70px;
    z-index: 0;
}

/* Contact Section */
.contact {
    padding: 2rem 0;
    text-align: center;
    background-image: url("../images/contact-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 648px;
    margin: 0 auto;
}

.contact input, textarea {
    padding: 14px 25px;
    border: none;
    border-radius: 12px;
    width: 100%;
    font-family: Mulish, serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6A6A98;
    opacity: 0.65;
}

.contact .input-container {
    display: flex;
    justify-content: space-between;
}

.contact .btn-primary {
    align-self: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.contact .btn-primary.disabled {
    background-color: rgba(109, 80, 250, 0.12);
    opacity: 1;
}

.contact .btn-primary.enabled {
    color: #FFFFFF;
    background-color: #6D50FA;
    cursor: pointer;
    opacity: 1;
    transition: background-color 0.3s;
}

.contact .btn-primary.disabled:hover {
    background-color: rgba(109, 80, 250, 0.12) !important;
    color: #6D50FA !important;
}

.footer {
    background-color: #ffffff;
    padding: 40px 20px;
    border-top: 1px solid #e5e5e5;
    font-family: 'Mulish', sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    gap: 100px;
    margin: 0 auto;
}

.footer-section {
    text-align: left;
}

.footer-section h4 {
    color: #6A6A98;
    font-family: Mulish, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 24px;
}

.footer-section a {
    font-family: Mulish, serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6A6A98;
    margin: 12px 0;
    display: block;
}

.footer-section p {
    font-family: Mulish, serif;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    font-style: italic;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6A6A98;
    display: block;
}

.footer-section a:hover {
    text-decoration: underline;
}


.footer-section .quick-links-container {
    display: flex;
    justify-content: space-between;
}

.logo-contact .logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #1e2452;
}


/* Newsletter */
.newsletter-form {
    display: flex;
    gap: 20px;
    margin-top: 24px;
}

.newsletter-form input {
    flex: 1;
    padding: 14px 26px;
    border: none;
    border-radius: 12px;
    background-color: #7C7CA414;
    opacity: 0.65;
    font-family: Mulish, serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6A6A98
}

.newsletter-form .btn-primary {
    padding: 14px 52px;
    color: #FFFFFF;
    background-color: #6D50FA;
}


/* Footer Bottom */
.footer-bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    font-size: 14px;
    color: #6a6a98;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom p {
    margin: 5px 0;
    font-family: Mulish, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6A6A98
}

.footer-bottom a {
    color: #6a6a98;
    text-decoration: none;
    font-family: Mulish, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.footer-bottom a:hover {
    text-decoration: underline;
}


.menu {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 200px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
    padding: 16px 12px;
}

.menu-container {
    display: flex;
    flex-direction: column;
    position: unset !important;
}

.menu-container a {
    padding: 12px 14px;
}

.menu .menu-container a:hover {
    background-color: #ECE6FE;
    border-radius: 8px;
}

.menu .close-button {
    font-size: 20px;
    color: #9B9BB9;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
    text-align: end;
}

#error .header {
    margin-bottom: 0
}

.error h1 {
    font-family: Bricolage Grotesque, serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.error p {
    font-family: Mulish, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    max-width: 575px;
    margin: 0 auto 50px auto
}

.error .container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 300px);
    background-image: url("../images/404.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.error .btn-primary {
    background: #6D50FA;
    color: #FFFFFF;
}

.thank-you h1 {
    font-family: Bricolage Grotesque, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 30px
}

.thank-you p {
    font-family: Mulish, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    max-width: 400px;
    margin-bottom: 50px
}

.thank-you .container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 300px);
}

.thank-you .btn-primary {
    background: #6D50FA;
    color: #FFFFFF;
}

#success-message {
    justify-content: center;
    align-items: center;
    color: #1EC550;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    font-family: BricolageGrotesque, serif;
    display: none;
}


@media (max-width: 390px) {
    .hero-image .overlay {
        left: 0 !important;
        margin-left: 0 !important;
    }

    .advantages .advantage-image-container .users {
        right: -25px !important;
    }
}

@media (max-width: 767px) {
    body {
        background-size: auto;
    }

    h2 {
        font-size: 28px;
        line-height: 33.6px;
    }

    .container {
        width: 100% !important;
    }

    .header {
        padding-top: 16px;
        margin-bottom: 98px;
    }

    .header .nav {
        display: none;
    }

    .header .menu-toggle {
        display: block;
        background-color: transparent;
    }

    .header .menu-container {
        position: unset !important;
    }

    .header .btn-primary {
        display: none;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 16px !important;
    }

    .hero p {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .hero .hero-image {
        justify-content: end;
    }

    .hero .tablet {
        display: none;
    }

    .hero .tablet-mobile {
        display: block;
        position: relative;
        right: -22px;
        bottom: 155px;
    }

    .hero .mobile-mobile {
        display: block;
    }

    .hero .mobile {
        display: none;
    }

    .hero-image .overlay {
        top: 90px;
        margin-left: auto;
        right: 55px;
    }

    .hero-text {
        margin-bottom: 265px;
    }

    .hero-text .btn-primary {
        width: 100%;
    }

    .hero-text h1 {
        font-size: 40px;
        line-height: 52px;
        width: 100%;
    }

    .hero {
        flex-direction: column;
    }

    .stats {
        display: flex;
        flex-direction: column;
        padding: 60px 20px;
    }

    .stats .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .stat-item h3, p {
        text-align: unset;
    }

    .stat-item h3 {
        font-size: 52px;
        line-height: 62.4px;
    }

    .stat-item p {
        font-size: 18px;
        line-height: 26px;
    }

    .solutions {
        padding-bottom: 86px;
    }

    .solutions .solution-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .solutions h2 {
        text-align: left;
        font-size: 28px;
        font-weight: 700;
        line-height: 33.6px;
    }

    .solution-cards {
        grid-template-columns: 1fr !important;
    }

    .solutions .card .title {
        font-size: 18px;
        line-height: 26px;
    }

    .solutions .card .description {
        font-size: 14px;
        line-height: 22px;
    }

    .solutions .btn-primary {
        margin: 0 16px;
        display: block;
    }

    .advantages {
        padding: 0;
    }

    .advantages p {
        font-size: 14px;
        line-height: 22px;
    }

    .feature-item p {
        font-size: 18px;
        line-height: 26px;
    }

    .advantages .container {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .advantages-content {
        flex-direction: column;
        margin-bottom: 52px;
    }

    .advantages .line {
        width: 100% !important;
    }

    .advantages .btn-primary {
        display: none;
    }

    .advantage-image-container .btn-primary {
        display: block;
        margin-top: 156px;
        width: 100%;
    }

    .advantages .features-container {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .advantages .advantage-image {
        margin: 36px 0;
    }

    .advantages .advantage-image-container {
        margin-bottom: 64px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .advantages .advantage-image-container .users {
        position: relative;
        max-width: 314px;
        right: -40px;
        top: 40px;
    }

    .advantages .advantage-image .gradient {
        max-width: 323px;
        top: 0;
        left: 0;
    }

    .advantage-image .users {
        margin-left: 0;
    }

    .advantages .advantage-image .users-counter {
        margin: 0;
        max-width: 272px;
        bottom: -110px;
        right: 10px;
    }

    .checkmark {
        width: 26px;
    }

    .advantages p {
        width: 100%;
    }

    .contact form {
        gap: 20px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .contact .contact-form input, textarea {
        margin-right: 0;
        margin-left: 0 !important;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }

    .contact .input-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .contact .btn-primary {
        width: 100%;
    }

    footer {
        padding: 40px 0 !important;
    }

    footer .footer-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 36px
    }

    footer .footer-section.quick-links {
        order: 3
    }

    footer .footer-section.newsletter {
        order: 2
    }

    footer .footer-section.newsletter .newsletter-form {
        margin-top: 14px;
        gap: 10px
    }

    footer .newsletter-form .btn-primary {
        padding: 11px 27px;
    }

    footer .newsletter-form input {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        padding: 11px 20px;
    }

    footer .footer-section h4 {
        font-size: 18px;
        line-height: 26px;
    }

    footer .footer-section a {
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
    }

    footer .footer-bottom p {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }

    footer .footer-bottom a {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }

    .error .container {
        min-height: 100vh !important;
    }

    .thank-you .container {
        max-height: calc(100vh - 600px);
    }
}


@media (max-width: 1199px) {
    body {
        background-size: auto;
    }

    h2 {
        font-size: 52px;
        font-weight: 700;
        line-height: 62px;
    }

    .header {
        padding-top: 16px;
        margin-bottom: 98px;
    }

    .header .nav {
        display: none;
    }

    .header .menu-toggle {
        display: block;
        background-color: transparent;
    }

    .header .menu-container:first-of-type {
        right: 24px;
        position: absolute !important;
    }

    .header .btn-primary {
        margin-right: 76px;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 24px !important;
    }

    .hero h1 {
        font-size: 52px;
        font-weight: 700;
        line-height: 62px;
    }

    .hero p {
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
    }


    .stat-item h3 {
        font-size: 56px;
        font-weight: 600;
        line-height: 67.2px;
    }

    .stat-item p {
        font-size: 18px;
        font-weight: 400;
        line-height: 22.59px;
    }

    .solutions h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
    }

    .solution-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .solutions .card .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .solutions .card .description {
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
        text-align: left;
    }

    .advantages h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
    }

    .advantages p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;

    }

    .advantages .container {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .advantages p {
        font-size: 20px;
        font-weight: 600;
        line-height: 25.1px;
    }

    .advantages .line {
        width: 100% !important;
    }

    .advantages .advantage-image-container {
        margin-top: 40px;
    }

    .advantages .btn-primary {
        display: none;
    }

    .advantage-image {
        justify-content: end;
    }

    .advantages .advantage-image-container .btn-primary {
        display: block;
        margin: 102px auto 0 auto;
    }

    .advantage-image .gradient {
        width: 80%;
        top: -50px;
    }

    .advantage-image .users-counter {
        bottom: -80px;
        left: 0;
        right: 0;
        margin: 0 auto !important;
    }

    .advantage-image .users {
        width: 80%;
        margin-left: 0;
        margin-right: 50px;
    }

    .contact h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
    }

    .features-container {
        width: 100% !important;
    }

    footer .footer-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 36px;
    }

    footer .footer-section.quick-links {
        order: 3;
    }

    footer .footer-section.newsletter {
        order: 2;
        max-width: 75%;
    }

    .footer-section a {
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
    }

    .footer-section h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }

    .footer-bottom p {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

    .footer-bottom a {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

    .thank-you .container {
        max-height: calc(100vh - 600px);
    }

}


@media (max-width: 1439px) {
    .container {
        width: 95%;
    }

    h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
    }

    .solution-cards {
        grid-template-columns: repeat(4, 1fr);
    }

    .menu-container a {
        padding: 13px 0;
    }

    .advantage-image .users {
        margin-left: 0;
    }

    .advantages-content {
        flex-direction: column;
    }

    .advantages .line {
        width: 500px;
    }

    .feature-item p {
        font-size: 20px;
        font-weight: 600;
        line-height: 25.1px;
    }

    .features-container {
        width: 570px;
        gap: 25px;
    }

    .advantage-image .users-counter {
        margin-left: -220px;
    }

    .advantages p {
        max-width: 450px;
    }

    .checkmark {
        height: 22px;
    }

    .footer-container {
        gap: 15px;
    }

    .footer {
        padding: 40px 0;
    }

    .error .container {
        min-height: calc(100vh - 300px);
    }

    .thank-you .container {
        max-height: calc(100vh - 300px);
    }
}

@media (max-width: 1919px) {
    .advantage-image .users {
        margin-left: 0;
    }

    .error .container {
        min-height: calc(100vh - 300px);
    }

    .thank-you .container {
        max-height: calc(100vh - 300px);
    }
}
