:root {
    --font-primary: "proxima-nova", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-second: "paralucent", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-tert: "argumentum", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    --sl-babar-200: #C1CAD6;
    --sl-babar-300: #AAB5C4;
    --sl-babar-700: #536379;
    --sl-babar-800: #424F60;
    --sl-babar-900: #323B49;
    --sl-babar-1000: #1C1F24;
    --sl-blue-600: #1034F2;
    --sl-blue-700: #1a2fcc;
    --sl-ink: #0f172a;
    --sl-gray: #6b7280;
    --sl-bg: #F9F9FB;
    --sl-lime: #C7E600;
    --sl-trooper-1000: #21201D;
}

.post,
.page {
    margin: 0 !important;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fw-300 {
    font-weight: 300;
}

.topbar a {
    color: var(--sl-babar-700);
    font-size: 14px;
    line-height: 20px;
    font-family: var(--font-primary);
}

.hero-with-bg {
    position: relative;
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0 164px 0;
}

.hero-with-bg h1 {
    color: var(--sl-babar-1000) !important;
    font-family: var(--font-second);
    font-size: 64px;
    line-height: 80px;
    margin: 0 0 32px 0;
    max-width: 568px;
}

.hero-with-bg p {
    color: var(--sl-trooper-1000);
    font-family: var(--sl-trooper-1000);
    font-size: 32px;
    line-height: 40px;
     max-width: 578px;
}

.hero-with-bg h1 span {
    color: var(--sl-blue-600);
}

@media(max-width: 1399px) {
    .hero-with-bg {
        padding: 80px 0;
    }
}


@media(max-width: 1199px) {
    .hero-with-bg {
        background-image: var(--bg-991);
        padding: 50px 0 123px 0;
    }

    .hero-with-bg h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 16px 0;
         max-width: 250px;
    }

    .hero-with-bg p {
        font-size: 18px;
        line-height: 22.5px;
        max-width: 230px;
    }

}

@media(max-width: 767px) {
    .hero-with-bg {
        background-image: var(--bg-767);
        padding: 423px 0 40px 0;
        background-size: contain;
    }

    .hero-with-bg h1 {
        color: var(--sl-trooper-1000);
        font-size: 28px;
        line-height: 35px;
        margin: 30px 0 16px 0;
        max-width: 290px;
    }

    .hero-with-bg h1 span {
        color: var(--sl-blue-600);
    }

    .hero-with-bg p {
        color: var(--sl-trooper-1000);
        max-width: 100%;
    }
}

@media(max-width: 576px) {
    .hero-with-bg {
        background-size: cover;
    }
}

#form {
    margin: 80px 0 230px  0;
    position: relative;
}

#form::after {
    content: '';
    background: url(../img/bg-desktop.png) center center no-repeat;
    width: 100%;
    height: 444px;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: -100px;
    z-index: -1;
}

#form h2 {
    color: var(--sl-babar-1000);
    font-family: var(--font-second);
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 32px;
    max-width: 409px;
}

#form h2 span {
    color: var(--sl-blue-600);
}

#form p {
    font-size: 20px;
    line-height: 25px;
    font-family: var(--font-tert);
    max-width: 389px;
}

#form .form-box {
    width: 100%;
    padding: 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
}

#form .form-box input.form-control, #form .form-box select.form-select  {
    border-radius: 6px;
    border: 1px solid var(--sl-babar-300);
    padding: 10px;
    color: var(--sl-babar-700);
    font-family: var(--font-tert);
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
}

#form .form-box input.form-control:focus, #form .form-box select.form-select:focus  {
    box-shadow: none;
}
#form .form-box .btn-warning {
    background: var(--sl-lime);
    border-radius: 4px;
    color: var(--sl-trooper-1000);
    font-family: var(--font-tert);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    border: 0;
    height: 48px;
}

#form .form-box .form-check span, #form .form-box .form-check span a {
    font-size: 18px;
    line-height: 20px;
    font-family: var(--font-tert);
}

#form .form-box .form-message {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-family: var(--font-tert);
    margin-top: 24px;
}
#form .form-box .field-error {
    color: red;
    font-size: 12px;
}

@media(max-width: 1199px) {
    #form {
        margin: 60px 0 150px 0;
    }

    #form h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
        max-width: 299px;
    }

    #form p {
        font-size: 18px;
        line-height: 22px;
        max-width: 338px;
    }
    #form::after {
        content: '';
        background: url(../img/bg-tablet.png) center center no-repeat;
        height: 273px;
        background-size: cover;
        bottom: -78px;
    }
    #form .form-box {
        padding: 10px;
    }
}

@media(max-width: 767px) {
    #form {
        margin: 20px 0 120px 0;
    }

    #form h2 {
        font-size: 28px;
        line-height: 35px;
    }
     #form p {
        max-width: 100%;
    }
    #form::after {
        content: '';
        background: url(../img/bg-mobile.png) center center no-repeat;
        height: 109px;
        background-size: cover;
        bottom: -45px;
    }
}

.site-footer {
    padding: 59px 0 40px 0;
    background: var(--sl-babar-1000);
}

.border-line {
    width: 90%;
    margin: 0 auto;
    opacity: 0.1;
    height: 1px;
    background: #fff;
}

@media (max-width:1068px) {
    .border-line {
        width: 100%;
    }
}

.footer-top p {
    color: var(--sl-babar-300);
    font-size: 12px;
    line-height: 17px;
    font-family: var(--font-second);
}

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

.footer-body ul {
    margin: 0;
}

.footer-body .content {
    display: inline;
    width: auto;
}

.footer-body .content h6 {
    color: #FFF;
    font-family: var(--font-tert);
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-body .numbers strong,
.footer-body .numbers a {
    color: var(--sl-babar-300);
    font-family: var(--font-tert);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}

.footer-body .numbers {
    display: flex;
    gap: 13px;
}

.box-bottom {
    background: var(--sl-blue-600);
    padding: 20px 0 6px 0;
}

.box-bottom p {
    color: #FFF;
    font-family: var(--font-tert);
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    margin: 0;
}

.box-bottom p a {
    color: #FFF;
    font-family: var(--font-tert);
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

@media(max-width: 767px) {
    .site-footer {
        padding: 24px 0;
    }

    .footer-body {
        padding-top: 10px;
    }

    .box-bottom {
        padding: 24px 0;
    }
}