

/* === content-05-image-left-text-right === */

.content-05 {
    padding: 70px 0;
}

.content-05-title {
    margin-bottom: 20px;
}

.content-05-text {
    margin-bottom: 20px;
}

.content-05 .content-05-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .content-05-image {
        margin-bottom: 20px;
    }
}

/* === content-05-image-left-text-right === */



/* === content-04-text-left-image-right === */

.content-04 {
    padding: 70px 0;
    background-color: #f1f1f1;
}

.content-04-title {
    margin-bottom: 20px;
}

.content-04-text {
    margin-bottom: 20px;
}

.content-04 .image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.content-04-text img {
    width: 100%;
    height: auto;
}

.content-04 .content-04-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(min-width: 992px) {
    .content-04 .content-04-image {
        position: absolute;
    }
}

@media (max-width: 767px) {

    .content-04 .row {
        flex-direction: column-reverse;
    }

    .content-04-image {
        margin-bottom: 20px;
    }
}
/* === content-04-text-left-image-right === */



/* === content-05-image-left-text-right === */


/* === content-05-image-left-text-right === */



/* === content-04-text-left-image-right === */


/* === content-04-text-left-image-right === */



/* === locationwework === */

.locationwework {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

    .locationwework .locationwework-map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .locationwework .leaflet-tile-pane {
        filter: grayscale(1);
    }

    .locationwework .map {
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% + 25dvw);
        height: 100%;
        object-fit: cover;
        z-index: -1;
        object-position: calc(50% + 25dvw) center;
    }

    .locationwework .blur-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 55%;
        height: 100%;
        backdrop-filter: blur(5px);
        background: transparent;
        z-index: 2;
        mask: linear-gradient(-90deg,transparent, black 20%);
        background-color: rgba(232, 232, 232, 0.2);
        pointer-events: none;
    }

        .locationwework .blur-bg:after {
            content: "";
            background: linear-gradient(-90deg,rgba(232, 232, 232, 0) 0%, rgb(232, 232, 232) 90%);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

    .locationwework .container {
        position: static;
        z-index: 2;
        /*pointer-events: none;*/
    }

    .locationwework .content {
        z-index: 2;
    }

    .locationwework h2 {
        margin-bottom: 25px;
    }

    .locationwework .location-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
        gap: 0px 38px;
    }

        .locationwework .location-list li {
            padding: 10px 0px;
            margin: 0;
            height: 100%;
            display: flex;
            align-items: center;
            min-height: 0px;
        }

            .locationwework .location-list li:before {
                display: none;
            }

            .locationwework .location-list li a {
                color: var(--body-color);
            }

            .locationwework .location-list li span {
                transition: 0.3s all;
                display: inline-block;
            }

            .locationwework .location-list li:hover span {
                transform: scale(1.3);
            }

@media(min-width:1200px) {
    .locationwework .location-list li:nth-child(1),
    .locationwework .location-list li:nth-child(2),
    .locationwework .location-list li:nth-child(3) {
        border-top: 1px solid #bdbdbd;
    }

    .locationwework .location-list li {
        border-bottom: 1px solid #bdbdbd;
    }
}

@media(min-width:992px) and (max-width: 1199px) {
    .locationwework .location-list li:nth-child(1),
    .locationwework .location-list li:nth-child(2) {
        border-top: 1px solid #bdbdbd;
    }

    .locationwework .location-list li {
        border-bottom: 1px solid #bdbdbd;
    }
}

@media(min-width:576px) and (max-width: 991px) {
    .locationwework .location-list li:nth-child(1),
    .locationwework .location-list li:nth-child(2),
    .locationwework .location-list li:nth-child(3) {
        border-top: 1px solid #bdbdbd;
    }

    .locationwework .location-list li {
        border-bottom: 1px solid #bdbdbd;
    }
}


@media(max-width: 1199px) {
    .locationwework .blur-bg {
        width: 45%;
    }


    .locationwework .location-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 991px) {
    .locationwework {
        padding: 60px 0px 50%;
    }

        .locationwework h2 {
            text-align: center;
            margin-bottom: 20px;
        }

        .locationwework .blur-bg {
            width: 100%;
            height: 70%;
            mask: linear-gradient(0deg,transparent, black 20%);
        }

            .locationwework .blur-bg::after {
                background: linear-gradient(-0deg,rgba(232, 232, 232, 0) 0%, rgb(232, 232, 232) 90%);
            }

        .locationwework .location-list {
            grid-template-columns: repeat(3, 1fr);
        }

        .locationwework .map {
            width: 100%;
            height: calc(100% + 25dvh);
            object-position: center calc(50% + 25dvh);
        }
}


@media(max-width: 767px) {

    .locationwework .location-list {
    }

        .locationwework .location-list li {
            font-size: 18px;
        }
}

@media(max-width: 575px) {
    .locationwework {
        padding: 60px 0px 100%;
    }

        .locationwework .blur-bg {
            height: 80%;
        }

        .locationwework .map {
            width: 100%;
            height: 100%;
            object-position: calc(50% + -20dvw) calc(50% + 50dvh);
        }

        .locationwework .location-list {
            grid-template-columns: repeat(2, 1fr);
        }

            .locationwework .location-list li:nth-child(1),
            .locationwework .location-list li:nth-child(2) {
                border-top: 1px solid #bdbdbd;
            }

            .locationwework .location-list li {
                border-bottom: 1px solid #bdbdbd;
            }
}

/* === locationwework === */



/* === accreditations_block === */

.accreditations_block {
    position: relative;
    overflow: hidden;
}

    .accreditations_block .container {
        padding: 80px 0px;
        /*border-top: 1px solid #313131;*/
    }

    .accreditations_block .logos {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
        gap: 40px;
    }


        .accreditations_block .logos img {
            height: auto;
            object-fit: contain;
            max-height: 60px;
        }

@media(max-width: 1199px) {
    .accreditations_block .logos {
        gap: 30px;
    }
}

@media(max-width: 991px) {
    .accreditations_block h2 {
        text-align: center;
    }

    .accreditations_block .logos {
        justify-content: center;
        flex-wrap: wrap;
    }
}


@media(max-width: 767px) {
    .accreditations_block .logos img {
        max-width: 100px;
    }
}

@media(max-width: 575px) {
    .accreditations_block .logos {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* === accreditations_block === */



/* === footer-05-brochure === */

.footer-05-brochure {
    position: relative;
    padding: 120px 0 60px;
    background-color: #313131;
    color: #fff;
    overflow-x: clip;
    z-index: 1;
}

    .footer-05-brochure .footer-05-top-title {
        text-transform: uppercase;
        font-size: 14px;
        padding-bottom: 25px;
        border-bottom: 4px dashed #fff;
        margin-bottom: 25px;
        max-width: 40%;
    }

    .footer-05-brochure .footer-05-main-title h2 {
        margin-bottom: 0px;
    }

    .footer-05-brochure .footer-05-main-text {
        text-align: left;
        font-size: 22px;
        line-height: 28px;
        margin-top: 20px;
        font-weight: 300;
    }

        .footer-05-brochure .footer-05-main-text p:last-of-type {
            margin-bottom: 0;
        }

    .footer-05-brochure input,
    .footer-05-brochure select,
    .footer-05-brochure textarea {
        background-color: #fff;
        border: none !important;
        border-radius: 0px;
        min-height: 74px;
    }

    .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 {
        padding-top: 0;
        font-size: 15px;
        padding-bottom: 5px;
        font-weight: 300;
    }

    .footer-05-brochure .footer-05-form .checkbox + label {
        padding-left: 34px !important;
        font-size: 15px;
        line-height: 22px;
        margin-top: 20px;
    }

    .footer-05-brochure .form > .row {
        --bs-gutter-x: 38px;
    }

        .footer-05-brochure .form > .row > .col-12 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: auto;
            gap: 8px 38px;
        }

            .footer-05-brochure .form > .row > .col-12 > div:nth-child(5),
            .footer-05-brochure .form > .row > .col-12 > div:nth-child(6) {
                grid-column: 1/3;
            }

    .footer-05-brochure .footer-05-form .checkbox + label::before {
        content: "";
        background-color: #fff;
        display: block;
        width: 19px;
        height: 19px;
        top: 0;
        border: none !important;
        border-radius: 3px;
    }

    .footer-05-brochure .footer-05-form .tickbox.has-error label::before {
        background-color: rgb(255, 0, 0);
    }

    .footer-05-brochure .footer-05-form .checkbox:checked + label:before {
        content: "";
    }

    .footer-05-brochure .footer-05-form .checkbox:checked + label:after {
        content: "\f00c";
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        color: #000;
        position: absolute;
        left: 2px;
        top: -1px;
        font-size: 14px;
    }

    .footer-05-brochure .footer-05-form .required {
        display: none;
    }

    .footer-05-brochure .footer-05-grid {
        display: grid;
    }

        .footer-05-brochure .footer-05-grid .content {
            display: flex;
            align-content: center;
            column-gap: 12px;
        }

            .footer-05-brochure .footer-05-grid .content > div:not(.social-links) {
                flex-grow: 1;
                flex-basis: 100%;
            }

    .footer-05-brochure .content-wrapper:nth-child(2) {
        margin-top: 20px;
    }

        .footer-05-brochure .content-wrapper:nth-child(2) .icon-link a {
            color: #fff;
        }

    .footer-05-brochure .icon {
        font-size: 20px;
        color: var(--button-background);
    }

    .footer-05-brochure .icon-text {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .footer-05-brochure .icon-link {
        font-size: 16px;
        line-height: 1.5;
        white-space: nowrap;
    }

        .footer-05-brochure .icon-link a {
            text-decoration: none;
        }

    .footer-05-brochure .social-links {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
    }

        .footer-05-brochure .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: .3s all;
            overflow: hidden;
            width: 60px;
            height: 60px;
            border-radius: 0px;
            border: 1px solid #fff;
            background-color: transparent;
            color: #fff;
        }

            .footer-05-brochure .social-links a:active {
                background-color: #fff;
                color: #000;
            }

            .footer-05-brochure .social-links a i {
                font-size: 20px;
            }

            .footer-05-brochure .social-links a img,
            .footer-05-brochure .social-links a svg {
                width: 24px;
                height: auto;
                fill: currentColor;
            }

    .footer-05-brochure .social {
        padding-left: 0;
        margin-top: 35px;
    }

    .footer-05-brochure .social-links a svg g > * {
        transition: 0.3s fill, 0.3s stroke;
    }

    .footer-05-brochure .social-links a:active svg g > * {
        fill: #000 !important;
        stroke: #000 !important;
    }

    .footer-05-brochure .reg-info {
        font-size: 16px;
        line-height: 22px;
    }

        .footer-05-brochure .reg-info .company-name {
            font-size: 30px;
            line-height: 26px;
            margin-bottom: 15px;
        }

        .footer-05-brochure .reg-info.email .company-name {
            margin-bottom: 13px;
        }

            .footer-05-brochure a.view-on-map-link {
                color: var(--button-background) !important;
                text-decoration: none;
            }

    .footer-05-brochure .reg-info > p {
        margin-bottom: 0;
    }

    .footer-05-brochure .reg-info.talloaks {
        margin-top: 30px;
    }

    .footer-05-brochure .reg-info.talloaks a {
        display: flex;
        gap: 20px;
        text-decoration: none;
        color: #fff;
        text-align: left;
    }

    .footer-05-brochure .reg-info.talloaks img {
        max-height: 60px;
    }


    .footer-05-brochure .reload-captcha.btn {
        color: #282828;
        border: 1px solid #282828;
    }

        .footer-05-brochure .reload-captcha.btn:hover,
        .footer-05-brochure .reload-captcha.btn:active,
        .footer-05-brochure .reload-captcha.btn:focus,
        .footer-05-brochure .reload-captcha.btn:focus-within {
            color: #282828;
        }

    .footer-05-brochure .captcha-whatis {
        text-decoration: none;
        color: #282828;
    }

.footer-05-form .row:nth-child(2) .form-group:last-child {
    margin-top: 30px;
}

.footer-05-form .form-group {
    margin-bottom: 0px;
}

.footer-05-brochure button[type="submit"] {
    margin-top: 25px;
    display: inline-block;
    align-content: center;
}

.footer-05-brochure .email-contact .icon-link a,
.footer-05-brochure .call-contact .icon-link a {
    color: inherit;
}


.footer-05-brochure .email-contact,
.footer-05-brochure .call-contact {
    display: grid;
    gap: 30px;
    color: #fff;
}

.footer-05-brochure .call-contact {
    margin-top: 35px;
}

.footer-05-brochure .address {
    margin-top: 35px;
}

.footer-05-brochure .content-title {
    font-size: 24px;
    letter-spacing: -.025em;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 700;
    display: none;
}

.footer-05-brochure .icon-wrapper,
.footer-05-brochure a.view-on-map-link {
    display: none;
}

.footer-05-brochure .footer-registration-wrapper {
    margin-top: 55px;
}

.footer-05-brochure .form textarea.form-control {
    height: 230px;
}

@-moz-document url-prefix() {
    .footer-05-brochure select {
        padding-top: 19px;
    }
}

@media(min-width: 567px) {
    .footer-05-brochure .form .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media(max-width: 1399.98px) {
    .footer-05-brochure .footer-05-main-text br {
        display: none;
    }

    .footer-05-brochure .address {
        margin-top: 24px;
    }

    .footer-05-brochure .footer-05-main-title + row,
    .footer-05-brochure .footer-05-main-title + row > * {
        margin-top: 0;
    }

    .footer-05-brochure .footer-05-main-text {
        margin-top: 10px;
    }
}

@media(max-height: 567px) {
    .footer-05-brochure {
        padding: 45px 0 30px 0;
    }

    .footer-05-form .form-group {
        margin-bottom: 10px;
    }
}

@media(max-width: 1199px) {
    .footer-05-brochure .footer-05-grid .content {
        flex-direction: column;
        gap: 30px;
    }

    .footer-05-brochure .social-links {
        display: flex;
        flex-wrap: wrap;
    }
}

@media(max-width: 991.98px) {
    .footer-05-brochure {
        padding-top: 70px;
        padding-bottom: 25px;
    }

        .footer-05-brochure .form > .row > .col-12 {
            gap: 8px 24px;
        }

        .footer-05-brochure .footer-05-grid {
            grid-template-columns: 1fr 1fr;
            row-gap: 10px;
        }

        .footer-05-brochure .content:first-child {
            margin-top: 0;
        }

        .footer-05-brochure .address,
        .footer-05-brochure .email-contact {
            grid-column: 2/3;
            padding-left: 18px;
        }

        .footer-05-brochure .address,
        .footer-05-brochure .call-contact,
        .footer-05-brochure .email-contact {
            margin-top: 0px;
        }

        .footer-05-brochure .social {
            grid-column: 1 / span 2;
            margin-top: 4px;
        }

        .footer-05-brochure .footer-05-form {
            margin-top: 60px;
        }



        .footer-05-brochure .footer-05-main-text {
            grid-column: 1/2;
            margin-top: 10px;
            padding-right: 30px;
        }

        .footer-05-brochure .footer-registration-wrapper {
            margin-top: 0;
            grid-row: 3 / span 3;
        }

        .footer-05-brochure .address {
            margin-top: 14px;
        }

        .footer-05-brochure .form-group.bottom-box {
            text-align: center;
        }

        .footer-05-brochure .footer-05-main-title h2 {
            text-align: center;
        }

        .footer-05-brochure .footer-05-grid {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
        }

        .footer-05-brochure .social,
        .footer-05-brochure .footer-05-main-text,
        .footer-05-brochure .address, .footer-05-brochure .email-contact {
            grid-column: unset;
            padding: 0;
            text-align: center;
        }

        .footer-05-brochure .reg-info {
            text-align: center;
        }

            .footer-05-brochure .reg-info .company-name {
                display: none;
            }

        .footer-05-brochure .footer-05-grid .content {
            gap: 10px;
            margin-top: 8px;
        }

        .footer-05-brochure .social-links {
            align-items: center;
            justify-content: center;
            margin-top: 15px;
        }

        .footer-05-brochure .footer-05-form {
            margin-top: 15px;
        }
}

@media(max-width: 767.98px) {
}

@media(max-width: 575.98px) {
    .footer-05-brochure {
        padding: 40px 0 10px;
    }

        .footer-05-brochure .form > .row > .col-12 {
            grid-template-columns: repeat(1, 1fr);
        }

            .footer-05-brochure .form > .row > .col-12 > div:nth-child(5), .footer-05-brochure .form > .row > .col-12 > div:nth-child(6) {
                grid-column: 1/2;
            }

    .footer-05-brochure .reg-info.talloaks a{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* === footer-05-brochure === */



/* === footer-01 === */

.footer-01 {
    color: #fff;
    background-color: #313131;
}

    .footer-01 .container {
        padding: 40px 0 40px;
        border-top: 1px solid #313131;
    }

    .footer-01 a {
        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 .footer-menu {
        display: flex;
        line-height: 1;
        grid-area: 1 / span 2;
        justify-content: space-between;
        font-size: 18px;
    }

        .footer-01 .footer-menu > .nav-item,
        .footer-01 .nav-item .nav-link {
            width: auto;
            z-index: 1;
            text-align: center;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
        }

            .footer-01 .footer-menu > .nav-item .nav-link {
                color: #fff !important;
                padding: 0 !important;
                text-decoration: none;
                border: 0;
            }

                .footer-01 .footer-menu > .nav-item .nav-link .dd-caret {
                    display: none;
                }

    .footer-01 .container {
        display: grid;
        grid: auto auto / auto auto;
        align-items: baseline;
        justify-content: space-between;
        row-gap: 22px;
    }

    .footer-01 .company-name,
    .footer-01 .website-design {
        line-height: 1;
        font-size: 12px;
    }

    .footer-01 .website-design {
        text-align: end;
    }

@media(max-width: 991.98px) {
    .footer-01 {
        padding: 30px 0 15px;
    }

        .footer-01 .container {
            grid: auto-flow / 1fr;
            justify-items: center;
            row-gap: 0;
            border-top: 1px solid #1a1a1a;
        }

        .footer-01 .footer-menu {
            grid-area: 1;
            width: 100%;
            justify-content: space-evenly;
            font-size: 16px;
            flex-wrap: wrap;
            gap: 20px;
        }

        .footer-01 .container {
            grid: auto;
        }

        .footer-01 .company-name,
        .footer-01 .website-design {
            margin-top: 8px;
        }

        .footer-01 .company-name {
            margin-top: 36px;
        }
}

@media(max-width: 767.98px) {
    .footer-01 {
        padding: 30px 0 50px;
    }
}

@media(max-width: 575.98px) {
    .footer-01 {
        padding: 45px 0 45px;
    }

        .footer-01 .footer-menu {
            flex-direction: column;
            justify-content: center;
            text-align: center;
            row-gap: 14px;
        }

        .footer-01 .company-name {
            text-align: center;
            display: grid;
            gap: 10px;
            margin-top: 36px;
        }

        .footer-01 .website-design {
            margin-top: 10px;
        }

    .footer-01 .separator {
        display: none;
    }
}

/* === footer-01 === */

