

/* === footer-06 === */

.footer-06 {
    padding-top: 120px;
    padding-bottom: 50px;
    background-color: #151515;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    overflow: hidden;
    position: relative;
}

    .footer-06:before {
        content: "";
        height: 268px;
        background-image: url(/images/default/bg-arrow-light.svg);
        width: 60%;
        position: absolute;
        left: -20%;
        z-index: 1;
        opacity: 1;
        background-size: contain;
        top: 85%;
        pointer-events: none;
        transform: translateY(-50%);
    }

    .footer-06 h2,
    .footer-06 a {
        color: #fff;
        text-decoration: none;
    }

    .footer-06 h2 {
        margin-bottom: 45px;
    }

    .footer-06 .footer-container .container > .row {
        justify-content: space-between;
    }

    .footer-06 form .form-control {
        border-radius: 0;
    }

    .footer-06 form div.error {
        font-size: 16px;
        float: right;
        position: static;
    }

    .footer-06 form .form-title,
    .footer-06 form .form-text {
        display: none;
    }

    .footer-06 form label {
        font-size: 15px !important;
        line-height: 30px !important;
    }

    .footer-06 form input:not([type="checkbox"]) {
        min-height: 50px;
    }

    .footer-06 form button[type="submit"] {
        padding: 23px 40px;
        letter-spacing: 2px;
        height: 56px;
        width: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        border: none;
        box-shadow: none;
        margin-top: 20px;
        border: 1px solid #fff;
    }

    .footer-06 form .required {
        display: none;
    }

    .footer-06 form .tickbox {
        position: relative;
        margin-top: 30px;
        margin-bottom: 26px;
    }

        .footer-06 form .tickbox input {
            margin-top: 5px;
            position: absolute;
            height: 20px;
            width: 20px;
            border-radius: 0;
            padding: 11px;
        }

        .footer-06 form .tickbox label {
            padding-left: 45px !important;
            font-size: 15px !important;
            line-height: 22px !important;
            position: relative;
            cursor: pointer;
        }

        .footer-06 form .tickbox input.error {
            background-image: none !important;
        }

        .footer-06 form .tickbox label ~ div.error {
            display: none !important;
        }

    .footer-06 form .form-check-input:checked {
        background-color: var(--color-yellow);
        border-color: var(--color-yellow);
        box-shadow: 1px 1px 2px 1px var(--color-yellow);
    }

        .footer-06 form .form-check-input:checked[type="checkbox"] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23202020' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
        }

    .footer-06 form .col-form-label {
        font-size: 15px;
        line-height: 15px !important;
        margin-bottom: 5px;
        padding: 0;
    }

        .footer-06 form .col-form-label .required-star {
            display: none;
        }

    .footer-06 .container {
        position: relative;
        z-index: 1;
    }

    .footer-06 .wrapper-bg img {
        position: absolute;
        left: 0;
        bottom: 0;
        height: auto;
    }

    .footer-06 .footer-contacts {
        margin-top: 40px;
    }

    .footer-06 .contact-info h4 {
        color: var(--color-yellow);
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .footer-06 .contact-info svg {
        width: 20px;
        margin-right: 15px;
        fill: var(--color-yellow);
    }

    .footer-06 .contact-info a {
        color: var(--red);
        text-decoration: none;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }

        .footer-06 .contact-info a.phone-info {
            margin-bottom: 30px;
        }

    .footer-06 .contact-info .contact-group:nth-child(1) {
        margin-bottom: 30px;
    }

    .footer-06 .contact-info .office-info {
        font-size: 16px;
        line-height: 24px;
        width: 250px;
    }

        .footer-06 .contact-info .office-info p {
            color: #fff;
        }

    .footer-06 .contact-group {
        margin-bottom: 30px;
    }

    .footer-06 .contact-info .block-title {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .footer-06 .contact-info .content {
        width: 400px;
        margin-bottom: 30px;
    }

    .footer-06 .address {
    }

        .footer-06 .address p {
            margin: 0;
            font-size: 18px;
            line-height: 22px;
        }

    .footer-06 .contact-info .social-buttons {
        display: flex;
        gap: 10px;
        margin-top: 30px;
    }

        .footer-06 .contact-info .social-buttons > a {
            width: 56px;
            height: 56px;
            font-size: 18px;
            color: var(--body-color);
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
        }

        .footer-06 .contact-info .social-buttons .sr-only {
            border: 0;
            clip: rect(0, 0, 0, 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .footer-06 .contact-info .social-buttons svg {
            fill: var(--body-color);
            margin-right: 0;
        }

    .footer-06 .footer-main-text p {
        font-size: 26px;
        line-height: 34px;
        font-weight: 300;
        color: #fff;
        max-width: 522px;
    }

    .footer-06 .footer-nav {
        margin-top: 130px;
    }

        .footer-06 .footer-nav .footer-links {
            padding: 0;
            list-style-type: none;
        }

            .footer-06 .footer-nav .footer-links .lvl1 .nav-link {
                font-size: 22px;
                line-height: 28px;
                font-weight: var(--font-medium);
                text-decoration: none;
                color: #fff;
            }

    .footer-06 .chas img {
        width: 239px;
        margin-top: 30px;
    }

main .footer-06 {
    background-color: #fff;
    color: var(--body-color);
}

    main .footer-06 h2, main .footer-06 a,
    main .footer-06 .contact-info .block-title,
    main .footer-06 .footer-main-text p {
        color: var(--body-color);
    }

    main .footer-06 .contact-info .social-buttons > a {
        color: #fff;
        background-color: var(--body-color);
    }

    main .footer-06 .contact-info .social-buttons svg {
        fill: #fff;
    }

    main .footer-06 .chas img {
        filter: brightness(0);
    }

.main footer-06 .footer-main-text p {
    color: var(--body-color);
}

main .footer-06 form .form-control {
    background-color: #e2e2e2;
}


/* ====================== */
/* MIN-WIDTH MEDIA QUERIES */
/* ====================== */

@media (min-width: 576px) and (max-width: 768px) {
    .footer-06 .contact-info .social-buttons {
        position: absolute;
        left: 10px;
        top: 200px;
    }
}

@media (min-width: 576px) {
    .footer-06 form .col-12 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 25px 38px;
    }

        .footer-06 form .col-12 > .form-field {
            grid-column: 1/3;
            margin: 0;
        }

            .footer-06 form .col-12 > .form-field:nth-child(1) {
                grid-column: 1/2;
            }

            .footer-06 form .col-12 > .form-field:nth-child(2) {
                grid-column: 2/3;
            }

            .footer-06 form .col-12 > .form-field:nth-child(3) {
                grid-column: 1/3;
            }

            .footer-06 form .col-12 > .form-field:nth-child(4) {
                grid-column: 1/3;
            }
}

@media (min-width: 1398px) {
    .footer-06 .footer-form .form-field.text,
    .footer-06 .footer-form .form-field.telephone,
    .footer-06 .footer-form .form-field.email {
        width: 100%;
    }

        .footer-06 .footer-form .form-field.text input,
        .footer-06 .footer-form .form-field.telephone input,
        .footer-06 .footer-form .form-field.email input {
        }
    /* .footer-06 .footer-form form .row:nth-child(1) {
    gap: 36px;
  } */
    .footer-06 .footer-form form .row:nth-child(1) .col-12.col-md-6 {
        width: auto;
    }
}


/* ====================== */
/* MAX-WIDTH MEDIA QUERIES */
/* ====================== */

@media (max-width: 1199.98px) {
    .footer-06 .wrapper-bg img {
        width: 90%;
    }

    .footer-06 h2 {
        margin-bottom: 25px;
    }

    .footer-06 .footer-main-text p {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 991.98px) {
    .footer-06 {
        padding-top: 90px;
    }

        .footer-06 .footer-info {
            display: flex;
            flex-direction: column;
        }

            .footer-06 .footer-info .footer-main-text {
                width: 100%;
            }

                .footer-06 .footer-info .footer-main-text p {
                    font-size: 18px;
                    line-height: 24px;
                    font-weight: 300;
                }

        .footer-06 .contact-info p,
        .footer-06 .contact-info a {
            font-weight: 300;
        }

        .footer-06 .footer-info .footer-main-text br.full {
            display: none;
        }

        .footer-06 .footer-info .contact-info {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
        }

        .footer-06 .footer-contacts {
            margin-top: 20px;
        }

        .footer-06 .contact-info .social-buttons {
            position: static;
        }

        .footer-06 .chas {
            position: relative;
            padding: 25px 0px;
            margin-top: 15px;
        }

            .footer-06 .chas::before {
                content: "";
                background-color: #1b1b1b;
                position: absolute;
                left: -50dvw;
                width: 200dvw;
                height: 100%;
                z-index: -1;
                top: 0;
            }

            .footer-06 .chas img {
                width: 139px;
                margin-top: 0px;
            }
}

@media (max-width: 991.98px) {
    .footer-06 .footer-nav {
        margin-top: 70px;
    }

        .footer-06 .footer-nav .footer-links {
            align-items: flex-start !important;
        }

            .footer-06 .footer-nav .footer-links a {
                font-size: 16px;
            }
}

@media (max-width: 767.98px) {
    .footer-06 {
        padding-bottom: 30px;
    }

        .footer-06 .footer-info {
            flex-direction: column;
        }

            .footer-06 .footer-info .footer-main-text {
                width: 100%;
            }

                .footer-06 .footer-info .footer-main-text br {
                    display: none;
                }

                .footer-06 .footer-info .footer-main-text p {
                    width: 100%;
                }

            .footer-06 .footer-info .contact-info {
                display: flex;
                width: 100%;
            }

                .footer-06 .footer-info .contact-info .address {
                    width: 220px;
                }

        .footer-06 .footer-nav .footer-links {
            flex-direction: column !important;
            align-items: center !important;
        }

            .footer-06 .footer-nav .footer-links a {
                font-size: 18px;
                padding: 15px;
            }

        .footer-06 .contact-info .office-info {
            width: auto;
        }

        .footer-06 form button {
            margin: 0 auto;
        }

        .footer-06 .footer-info .contact-info {
            display: grid;
            grid-template-columns: 1fr;
        }

        .footer-06 .chas {
            margin: 20px 0px;
        }

            .footer-06 .chas img {
                width: 199px;
            }
}


@media (max-width: 575.98px) {
    .footer-06 {
        padding-top: 60px;
    }

    .footer-06 .contact-info .social-buttons {
        grid-area: 2 / 2;
        margin-top: -20px !important;
    }

    .footer-06 .footer-form {
        margin-top: 50px;
    }

    .footer-06 .footer-info {
        flex-direction: column;
    }

        .footer-06 .footer-info .footer-main-text {
            width: 100%;
        }

            .footer-06 .footer-info .footer-main-text br.mob {
                display: none;
            }

            .footer-06 .footer-info .footer-main-text br.full {
                display: none;
            }

            .footer-06 .footer-info .footer-main-text p {
                margin-bottom: 10px;
                font-size: 18px;
                line-height: 26px;
            }

        .footer-06 .footer-info .contact-info {
            flex-direction: column;
            width: 100%;
        }

            .footer-06 .footer-info .contact-info .address {
                width: 270px;
            }

    .footer-06 .footer-form button {
        margin: 0 auto;
        width: 320px;
    }

    .footer-06 .footer-nav {
        margin-top: 70px;
    }

        .footer-06 .footer-nav .footer-links {
            align-items: center !important;
        }
}

/* === footer-06 === */



/* === footer-06-min === */

.footer-06-min {
    padding: 50px 0 55px;
    background-color: #151515;
    color: #fff;
    border-top: 1px solid #363636;
}

    .footer-06-min a {
        color: #fff;
        text-decoration: none;
    }

    .footer-06-min .footer-nav {
        display: flex;
        font-size: 16px;
        justify-content: space-between;
        font-weight: 500;
    }

        .footer-06-min .footer-nav a {
            font-family: var(--h1-font);
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 400;
        }

    .footer-06-min .footer-copy {
        margin-top: 35px;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        line-height: 36px;
    }

        .footer-06-min .footer-copy .advansys {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 700;
        }

/* ====================== */
/* MAX-WIDTH MEDIA QUERIES */
/* ====================== */

@media (max-width: 1199px) {
    .footer-06-min .footer-nav a {
        font-size: 16px;
        line-height: 14px;
    }
}

@media (max-width: 991.98px) {
    .footer-06-min .footer-nav {
        font-size: 16px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        text-align: left;
    }
}

@media(max-width: 767px) {
    .footer-06-min {
        padding: 40px 0px;
    }

        .footer-06-min .footer-copy {
            margin-top: 25px;
        }
}

@media (max-width: 575px) {
    .footer-06-min .footer-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .footer-06-min .footer-copy {
        flex-direction: column;
    }

    .footer-06-min a.sitemap {
        display: block;
    }
}

/* === footer-06-min === */

