

/* === footer-05-brochure === */

.footer-05-brochure {
    background-color: var(--footer-background);
    color: #fff;
    overflow-x: clip;
    padding: 40px 0 60px;
    position: relative;
    z-index: 1;
}

.footer-05-brochure::before {
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.footer-05-brochure>.container {
    position: relative;
    z-index: 1;
}

.footer-05-brochure .footer-05-main-title .block-title {
    letter-spacing: -0.025em;
    line-height: 1;
    margin: 0 0 2rem;
}

.footer-05-brochure .footer-05-main-text {
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 0;
    text-align: left;
}

.footer-05-brochure .footer-05-main-text p:last-of-type {
    margin-bottom: 0;
}

.footer-05-brochure .footer-05-left {
    position: relative;
}

.footer-05-brochure .footer-05-contact-row {
    align-items: start;
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-top: 45px;
}

.footer-05-brochure .reg-info {
    font-size: 16px;
    line-height: 26px;
}

.footer-05-brochure .reg-info .company-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
}

.footer-05-brochure .reg-info>p {
    margin-bottom: 0;
}

.footer-05-brochure .footer-05-contacts {
    color: var(--button-background);
}

.footer-05-brochure .footer-05-phone-link {
    color: var(--button-background);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
}

.footer-05-brochure .footer-05-phone-link:active {
    opacity: .85;
}

.footer-05-brochure .footer-05-customs {
    margin-top: 18px;
}

.footer-05-brochure .footer-05-customs-row+.footer-05-customs-row {
    margin-top: 5px;
}

.footer-05-brochure .footer-05-customs-link {
    color: var(--button-background);
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    position: relative;
    text-decoration: none;
}

.footer-05-brochure .footer-05-customs-link i {
    font-size: 16px;
    margin-right: 6px;
}

.footer-05-brochure .social-links {
    align-content: end;
    display: grid;
    gap: 8px;
    grid-auto-rows: 60px;
    grid-template-columns: repeat(auto-fill, 60px);
    margin-top: 20px;
}

.footer-05-brochure .social-links a {
    background: var(--button-background);
    border-radius: 5px;
    color: #fff;
    display: grid;
    font-size: 18px;
    place-content: center;
    text-decoration: none;
}

.footer-05-brochure .social-links a svg {
    fill: #fff;
    height: 18px;
    width: auto;
}

.footer-05-brochure input,
.footer-05-brochure select,
.footer-05-brochure textarea {
    background-color: #fff;
    border: none !important;
    border-radius: 3px;
}

.footer-05-brochure .has-error input.error,
.footer-05-brochure .has-error select.error,
.footer-05-brochure .has-error textarea.error {
    background-color: #ffc8c8;
}

.footer-05-brochure .required-star {
    color: #fff;
    display: none;
}

.footer-05-brochure .footer-05-form .col-form-label {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 5px;
    padding-top: 0;
}

.footer-05-brochure .form>.row {
    --bs-gutter-x: 40px;
}

.footer-05-brochure .footer-05-form .checkbox+label {
    font-size: 15px;
    line-height: 22px;
    padding-left: 34px !important;
}

.footer-05-brochure .footer-05-form .checkbox+label::before {
    background-color: #fff;
    border: none !important;
    border-radius: 3px;
    content: "";
    display: block;
    height: 19px;
    top: 0;
    width: 19px;
}

.footer-05-brochure .footer-05-form .checkbox:checked+label::after {
    border: 2px solid #000;
    border-left: 0;
    border-top: 0;
    content: "";
    height: 10px;
    left: 6px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 6px;
}

.footer-05-brochure .footer-05-form .tickbox.has-error label::before {
    background-color: rgb(255 0 0);
}

.footer-05-brochure .footer-05-form .required {
    display: none;
}

.footer-05-brochure .footer-05-form .form-group {
    margin-bottom: 20px;
}

.footer-05-brochure .footer-05-form .row:nth-child(2) .form-group:last-child {
    margin-top: 30px;
}

.footer-05-brochure button[type="submit"] {
    align-content: center;
    display: inline-block;
    margin-top: 0;
    min-width: 220px;
}

.footer-05-brochure .form textarea.form-control {
    height: 230px;
}

.footer-05-brochure .form-col {
    margin-top: calc(var(--h2-fontsize) + 2rem);
}

.footer-05-brochure .footer-05-left::before {
    background: url("/images/footer-map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    inset: 0;
    position: absolute;
    top: 280px;
    z-index: -1;
}

.footer-05-brochure .footer-05-left {
    height: 100%;
}

@document url-prefix() {
    .footer-05-brochure select {
        padding-top: 20px;
    }
}

@media(width >=567px) {
    .footer-05-brochure .form .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media(width <=1399.98px) {
    .footer-05-brochure .footer-05-main-text br {
        display: none;
    }

    .footer-05-brochure .footer-05-main-text {
        padding-right: 20px;
        text-wrap: pretty;
    }

    .footer-05-brochure .form>.row {
        --bs-gutter-x: 28px;
    }
}

@media(width <=991.98px) {
    .footer-05-brochure {
        padding-bottom: 45px;
    }

    .footer-05-brochure .footer-05-form {
        margin-top: 60px;
    }

    .footer-05-brochure .footer-05-main-text {
        margin-top: 12px;
        padding-right: 0;
    }

    .footer-05-brochure .form-col {
        margin-top: 0;
    }

    .footer-05-brochure .form>.row {
        --bs-gutter-x: 2rem;
    }

    .footer-05-left::before {
        display: none;
    }
}

@media(width <=575.98px) {
    .footer-05-brochure button[type="submit"] {
        width: 100%;
    }

    .footer-05-brochure .footer-05-contact-row {
        gap: 20px;
        grid-template-columns: 1fr;
    }
}

@media(height <=567px) {
    .footer-05-brochure {
        padding: 20px 0 30px;
    }

    .footer-05-brochure .footer-05-form .form-group {
        margin-bottom: 10px;
    }
}
/* === footer-05-brochure === */



/* === contact-form-thankyou === */

.contact-thankyou {
    padding: 120px 0px;
}

    .contact-thankyou h2 {
        margin-bottom: 30px;
    }


    .contact-thankyou .text {
        margin-bottom: 45px;
    }

    .contact-thankyou .cty-feat-itme {
        height: 300px;
        position: relative;
        overflow: hidden;
        box-shadow: 0px 0px 7px 6px #0000003b;
        border-radius: 5px;
    }

        .contact-thankyou .cty-feat-itme img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

.cty-feat-itme > a {
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cty-feat-itme .title {
    display: block;
    padding: 10px 0px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

    .cty-feat-itme .title b,
    .cty-feat-itme .title strong {
        font-weight: 600;
    }

.cty-feat-itme.social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    .cty-feat-itme.social .title {
        position: static;
    }

.cty-feat-itme .social-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 45px;
    justify-content: space-around;
}

    .cty-feat-itme .social-list a {
        background-color: #1d1d1d;
        width: calc(25% - 10px);
        height: auto;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 30px;
        text-decoration: none;
        padding-bottom: calc(25% - 10px);
        position: relative;
        margin-top: 10px;
        position: relative;
    }

        .cty-feat-itme .social-list a > * {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

        .cty-feat-itme .social-list a svg {
            fill: #fff;
            width: 40px;
            height: 40px;
        }

@media(max-width: 1399px) {
    .cty-feat-itme .social-list a {
        width: calc(33.3% - 10px);
        padding-bottom: calc(33.3% - 10px);
    }
}

/* === contact-form-thankyou === */



/* === footer-01 === */

.footer-01 {
    color: var(--footer-textcolor);
    background-color: var(--footer-background);
    padding: 45px 0 60px;
    border-top: 1px solid #363636;
    overflow: hidden;
}

.footer-01 a,
.footer-01 a:hover {
    color: var(--footer-textcolor);
    text-decoration: none;
}

.footer-01 img {
    height: 17px;
    width: auto;
}

.footer-01 .separator {
    font-style: normal;
    padding: 0 3px;
}

.footer-01 .company-name,
.footer-01 .website-design {
    line-height: 1;
    font-size: 14px;
}

.footer-01 .website-design {
    margin-top: 5px;
}

.footer-01 .footer-menu {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    gap: 5px;
}

.footer-01 .footer-menu > .nav-item {
    width: auto;
    z-index: 1;
    text-align: center;
    font-size: 16px;
}

.footer-01 .footer-menu > .nav-item .nav-link {
    display: inline-block;
    padding: 0;
    color: inherit;
}

@media (max-width: 991.98px) {
    .footer-01 {
        padding: 45px 0 45px;
    }

    .footer-01 .footer-menu {
        column-count: 2;
        display: block;
        width: 100%;
        gap: 0;
    }

    .footer-01 .footer-menu > .nav-item {
        break-inside: avoid;
        text-align: start;
        font-size: 22px;
        line-height: 44px;
    }

    .footer-01 .container {
        display: flex;
        flex-flow: column;
    }

    .footer-01 .company-name,
    .footer-01 .website-design {
        margin-top: 8px;
    }

    .footer-01 .company-name {
        margin-top: 36px;
        order: 2;
        text-align: left;
    }

    .footer-01 .website-design {
        order: 3;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .footer-01 {
        padding: 40px 0 50px;
    }
}

@media (max-width: 575.98px) {
    .footer-01 {
        padding: 45px 0 45px;
    }

    .footer-01 .footer-menu {
        column-count: 1;
        display: block;
        width: 100%;
    }

    .footer-01 .footer-menu > .nav-item {
        text-align: center;
    }

    .footer-01 .company-name,
    .footer-01 .website-design {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 370px) {
    .footer-01 .company-name {
        display: flex;
        flex-flow: column;
        line-height: 20px;
    }

    .footer-01 .separator {
        display: none;
    }
}

/* === footer-01 === */

