html, body {
    overflow-x: hidden;
}

a, button, input, textarea {
    box-shadow: none !important;
    outline: none !important;
}

@font-face {
    font-family: 'Arial MT Std';
    src: url("./assets/fonts/ArialMTStd-BlackItalic.eot");
    src: url("./assets/fonts/ArialMTStd-BlackItalic.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/ArialMTStd-BlackItalic.woff2") format("woff2"), url("./assets/fonts/ArialMTStd-BlackItalic.woff") format("woff"), url("./assets/fonts/ArialMTStd-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

* {
    font-family: "Lato", sans-serif;
}


.block__title, .section__title {
    font-family: "Arial MT Std", Helvetica, sans-serif;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    margin: 0 0 -10px 0;
    padding: 0;
    color: #FDCD0C;
}

@media all and (max-width: 576px) {
    .block__title, .section__title {
        font-size: 35px;
        line-height: 35px;
        margin: 0 0 -5px 0;
        padding: 0;
    }
}

.block__subtitle, .section__subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 3px 0 0 0;
    padding: 0;
    color: #27235D;
}

@media all and (max-width: 576px) {
    .block__subtitle, .section__subtitle {
        font-size: 20px;
        line-height: 25px;
    }
}

.block__text, .section__text {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin: 25px 0;
    padding: 0;
    color: #000;
}

.block__text strong, .block__text b, .section__text strong, .section__text b {
    color: #27235D;
    font-weight: 600;
}

@media all and (max-width: 576px) {
    .block__text, .section__text {
        font-size: 14px;
        line-height: 23px;
        margin: 15px 0;
        padding: 0;
    }
}

.btn {
    display: inline-block;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    padding: 0 15px;
}

@media all and (max-width: 576px) {
    .btn {
        font-size: 12px;
        line-height: 30px;
        padding: 0 15px;
    }
}

.btn--full {
    background: #FDCD0C;
    border: 2px solid #FDCD0C;
    color: #fff;
}

.btn--full:hover {
    background: #fff;
    border-color: #FDCD0C;
    color: #FDCD0C;
    text-decoration: none;
}

.btn--empty-primary {
    background: #fff;
    border: 2px solid #fff;
    color: #FDCD0C;
}

.btn--empty-primary:hover {
    background: #FDCD0C;
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

.btn--empty-secondary {
    background: #fff;
    border: 2px solid #fff;
    color: #27235D;
}

.btn--empty-secondary:hover {
    background: #27235D;
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

.btn--networks {
    background: #FDCD0C;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.btn--networks::after {
    content: '';
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    position: absolute;
    top: -3px;
    left: -3px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.btn--networks svg * {
    fill: #27235D;
}

.btn--networks:hover {
    background: #fff;
}

.btn--networks:hover svg * {
    fill: #27235D;
}

.btn--networks.btn-facebook svg {
    width: 12px;
}

.btn--networks.btn-linkedin svg {
    width: 15px;
}

.btn--networks.btn-youtube svg {
    width: 20px;
}

.figure {
    background: #424D58;
    position: relative;
    overflow: hidden;
}

.figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.figure--small {
    width: 300px;
    height: 250px;
    max-width: 100%;
}

.figure--large {
    width: 100%;
    height: calc(100% - 270px);
    max-width: 100%;
}

.pagination {
    margin: 25px 0 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination svg {
    width: 15px;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers {
    margin: 0 5px;
    text-decoration: none;
    width: 26px;
    height: 26px;
    color: #fff;
    background: #27235D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #27235D;
}

.pagination .page-numbers.current {
    background: #FDCD0C;
    border-color: #FDCD0C;
}

.pagination .page-numbers.current:hover {
    background: #FDCD0C;
    color: #fff;
}

.pagination .page-numbers:hover {
    background: none;
    color: #27235D;
}

.pagination .next, .pagination .prev {
    width: auto;
    background: #27235D;
    color: #fff;
    height: 26px;
    border: 2px solid #27235D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    padding: 0 15px;
    border-radius: 0;
}

.pagination .nav-prev-text,
.pagination .nav-next-text {
    line-height: 26px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.block-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80px;
    background: #fff;
    z-index: 900;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.5);
}

.block-navigation.user_connected {
    top: 32px;
}

@media all and (max-width: 782px) {
    .block-navigation.user_connected {
        top: 0px;
    }
}

.block-navigation::before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #FDCD0C;
    z-index: 50;
}

.block-navigation:after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #FDCD0C;
    z-index: -1;
}

.block-navigation .navigation {
    margin: 4px 0 0 0;
    height: 76px;
    width: 100%;
}

.block-navigation .navigation .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-navigation .navigation .container__column {
    height: 100%;
    position: relative;
}

.block-navigation .navigation .container__column:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.block-navigation .navigation .container__column:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.block-navigation .navigation .container__search {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.block-navigation .navigation .container__search::before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    background: #27235D;
}

.block-navigation .navigation .container__search.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-navigation .navigation .container__search::after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #27235D;
    z-index: -1;
}

.block-navigation .navigation .container__search .btn-search-close {
    background: #fff;
    color: #27235D;
    margin: 0 0 0 25px;
    border-color: #27235D;
    font-size: 12px;
    line-height: 41px;
}

.block-navigation .navigation .container__search .form-search {
    width: calc(100% - 400px);
    height: 100%;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
}

.block-navigation .navigation .container__search .form-search::after {
    content: '';
    width: 100px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 135px;
    background: #27235D;
    z-index: 1;
    transform-origin: bottom right;
    transform: rotate(30deg);
}

.block-navigation .navigation .container__search .form-search__group {
    height: 100%;
    position: relative;
}

.block-navigation .navigation .container__search .form-search__group::after {
    content: '';
    width: 80%;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.block-navigation .navigation .container__search .form-search__input {
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #E6E6E6;
    margin: 0 10px 0 0;
    background: #fff;
    border-radius: 0;
    font-size: 14px;
}

.block-navigation .navigation .container__search .form-search__input::placeholder {
    font-size: 14px;
}

.block-navigation .navigation .container__search .form-search__submit {
    width: auto;
    height: auto;
    padding: 0 25px 0 0;
    margin: 0;
    color: #FFF;
    background: #27235D;
    border-radius: 0;
    position: relative;
    z-index: 50;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 45px;
    letter-spacing: 0.4px;
    font-weight: 700;
    text-transform: uppercase;
}

.block-navigation .navigation .container__search .form-search__submit svg {
    display: none;
}

.block-navigation .navigation .container__search .form-search__submit span {
    display: block;
    color: #fff;
}

.block-navigation .navigation .container__search .form-search__submit:hover {
    background: #000;
}

@media all and (max-width: 1450px) {
    .block-navigation .navigation .container__search .form-search {
        max-width: 100%;
        width: calc(100% - 175px);
    }
}

.block-navigation .navigation .container__responsive {
    display: none;
    height: 100%;
    width: 100px;
}

.block-navigation .navigation .container__responsive .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.block-navigation .navigation .container__responsive .btn__title {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 6px;
}

.block-navigation .navigation .container__responsive .hamburger {
    width: 40px;
    height: 30px;
    position: relative;
    display: block;
}

.block-navigation .navigation .container__responsive .hamburger span {
    width: 40px;
    height: 4px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 0;
}

.block-navigation .navigation .container__responsive .hamburger span:nth-child(1) {
    top: 0;
}

.block-navigation .navigation .container__responsive .hamburger span:nth-child(2) {
    top: calc((1 * 4px) + (1 * 4px));
}

.block-navigation .navigation .container__responsive .hamburger span:nth-child(3) {
    top: calc((2 * 4px) + (2 * 4px));
}

@media all and (max-width: 992px) {
    .block-navigation .navigation .container__responsive {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media all and (max-width: 992px) {
    .block-navigation .navigation .container {
        max-width: 100%;
    }

    .block-navigation .navigation .container::before {
        content: '';
        position: absolute;
        bottom: -50px;
        right: 20px;
        width: 200px;
        height: 200px;
        transform: rotate(-45deg);
        transform-origin: bottom left;
        background: #fff;
    }
}

.block-navigation .navigation .navigation_logo img {
    height: 70px;
}

.block-navigation .navigation .navigation__list {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0 20px 0 0;
    position: relative;
    list-style: none;
    background: #fff;
    z-index: 50;
}

.block-navigation .navigation .navigation__list .navigation__item {
    margin: 0 0 0 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.block-navigation .navigation .navigation__list .navigation__item.active .navigation__link {
    color: #27235D;
}

.block-navigation .navigation .navigation__list .navigation__item:hover .navigation__categories {
    display: block;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories {
    width: 1000px;
    max-width: 100vw;
    position: absolute;
    top: 100%;
    left: -300px;
    padding: 25px 25px 0 25px;
    background: rgba(66, 77, 88, 0.9);
    display: none;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -20px;
    left: 320px;
    overflow: hidden;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .arrow:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 20px;
    height: 20px;
    background: rgba(66, 77, 88, 0.9);
    transform-origin: center center;
    transform: rotate(45deg);
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 0 0 10px 0;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__title:hover {
    color: #FDCD0C;
    text-decoration: none;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__sub {
    padding: 0;
    margin: 0;
    list-style: none;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__link {
    color: #a9b5c1;
    font-size: 12px;
    line-height: 20px;
    display: block;
}


.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__link svg {
    width: 6px;
    margin: 0 8px 0 0;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__link svg * {
    fill: #FDCD0C;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__link:hover {
    color: #FDCD0C;
    text-decoration: none;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu {
    width: 25%;
    margin: 0 0 50px 0;
}


/*.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(1) {*/
/*    order: 4;*/
/*    width: 20%;*/
/*}*/

/*.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(2) {*/
/*    order: 7;*/
/*}*/

/*.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(3) {*/
/*    order: 3;*/
/*}*/

/*.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(4) {*/
/*    order: 6;*/
/*    width: 30%;*/
/*}*/

/*.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(5) {*/
/*    order: 5;*/
/*}*/

/*.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(6) {*/
/*    order: 8;*/
/*    width: 20%;*/
/*}*/

/*.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(7) {*/
/*    order: 1;*/
/*}*/

/*.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(8) {*/
/*    order: 2;*/
/*    width: 30%;*/
/*}*/

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(1) {
    order: 1;
    width: 22%;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(2) {
    order: 2;
    width: 20%;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(3) {
    order: 7;
    width: 25%;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(4) {
    order: 9;
    width: 17%;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(5) {
    order: 5;
    width: 20%;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(6) {
    order: 9;
    width: 30%;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(7) {
    order: 9;
    width: 25%;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(8) {
    order: 8;
    width: 20%;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu:nth-child(9) {
    order: 9;
    width: 20%;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #FDCD0C;
}

@media all and (max-width: 1350px) {
    .block-navigation .navigation .navigation__list .navigation__item .navigation__categories {
        left: -400px;
    }

    .block-navigation .navigation .navigation__list .navigation__item .navigation__categories .arrow {
        left: 420px;
    }
}

@media all and (max-width: 1180px) {
    .block-navigation .navigation .navigation__list .navigation__item .navigation__categories {
        left: -500px;
    }

    .block-navigation .navigation .navigation__list .navigation__item .navigation__categories .arrow {
        left: 520px;
    }
}

@media all and (max-width: 1080px) {
    .block-navigation .navigation .navigation__list .navigation__item .navigation__categories {
        left: -480px;
    }

    .block-navigation .navigation .navigation__list .navigation__item .navigation__categories .arrow {
        left: 500px;
    }
}

@media all and (max-width: 1200px) {
    .block-navigation .navigation .navigation__list .navigation__item {
        margin: 0 20px 0 20px;
    }
}

.block-navigation .navigation .navigation__list .navigation__link {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.4px;
    font-weight: 700;
    text-transform: uppercase;
    color: #A9B5C1;
    text-decoration: none;
}

.block-navigation .navigation .navigation__list .navigation__link:hover {
    color: #FDCD0C;
}

@media all and (max-width: 1200px) {
    .block-navigation .navigation .navigation__list .navigation__link {
        font-size: 10px;
        line-height: 10px;
    }
}

@media all and (max-width: 992px) {
    .block-navigation .navigation .navigation__list {
        padding: 0 10px 0 0;
    }
}

@media all and (max-width: 992px) {
    .block-navigation .navigation .navigation__list {
        display: none;
    }
}

.block-navigation .navigation .navigation__list--search {
    background: #FDCD0C;
    z-index: 20;
    padding: 0 0 0 0px;
}

.block-navigation .navigation .navigation__list--search:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -3px;
    width: 300px;
    height: 100px;
    background: #fff;
    transform-origin: bottom left;
    transform: rotate(-65deg);
}

.block-navigation .navigation .navigation__list--search .navigation__link {
    color: #fff;
}

.block-navigation .navigation .navigation__list--search .navigation__link:hover {
    color: #27235D;
}

.block-navigation .navigation .navigation__list--search .btn--redirect {
    background: #fff;
    color: #FDCD0C;
    padding: 0 15px;
    line-height: 35px;
}

.block-navigation .navigation .navigation__list--search .btn--redirect:hover {
    background: #27235D;
    color: #fff;
}

@media all and (max-width: 1200px) {
    .block-navigation .navigation .navigation__list--search .btn--redirect {
        margin: 0 5px 0 0;
    }
}

@media all and (max-width: 1200px) {
    .block-navigation .navigation .navigation__list--search {
        padding: 0 0 0 20px;
    }
}

@media all and (max-width: 992px) {
    .block-navigation .navigation {
        overflow: hidden;
        position: relative;
    }
}

@media all and (max-width: 992px) {
    .block-navigation:after {
        width: 200px;
        left: initial;
        right: 0;
    }
}

.block-navigation-responsive {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    margin: 0;
    padding: 100px 0 25px 0;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}

.block-navigation-responsive.active {
    display: block;
}

.block-navigation-responsive .navigation__content .container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.block-navigation-responsive .navigation__content .container__column:nth-child(2) {
    width: calc(100% - 400px);
}

.block-navigation-responsive .navigation__content .container__column:nth-child(3) {
    width: 400px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px 0 0 50px;
}

@media all and (max-width: 1200px) {
    .block-navigation-responsive .navigation__content .container__column:nth-child(2) {
        width: 100%;
    }

    .block-navigation-responsive .navigation__content .container__column:nth-child(3) {
        padding: 50px 0 0 0;
        width: 100%;
    }
}

@media all and (max-width: 1200px) {
    .block-navigation-responsive .navigation__content .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media all and (max-width: 992px) {
    .block-navigation-responsive .navigation__content .container {
        max-width: calc(100% - 50px);
    }
}

@media all and (max-width: 576px) {
    .block-navigation-responsive .navigation__content .container {
        max-width: 100%;
    }
}

.block-navigation-responsive .navigation__content .block__header {
    width: 100%;
    position: relative;
    padding: 0 0 5px 0;
}

.block-navigation-responsive .navigation__content .block__header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #FDCD0C;
}

.block-navigation-responsive .navigation__content .block__header .block__title {
    color: #27235D;
}

.block-navigation-responsive .navigation__content .block__header .block__subtitle {
    color: #27235D;
}

.block-navigation-responsive .navigation__content .block__search {
    margin: 30px 0 50px 0;
}

.block-navigation-responsive .navigation__content .block__search .form-search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.block-navigation-responsive .navigation__content .block__search .form-search__group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media all and (max-width: 576px) {
    .block-navigation-responsive .navigation__content .block__search .form-search__group {
        flex-direction: row;
    }
}

.block-navigation-responsive .navigation__content .block__search .form-search__input {
    width: calc(100% - 300px);
    height: 38px;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    margin: 0;
    padding: 0 10px;
}

@media all and (max-width: 576px) {
    .block-navigation-responsive .navigation__content .block__search .form-search__input {
        width: 100%;
    }
}

.block-navigation-responsive .navigation__content .block__search .form-search__submit {
    width: 150px;
    height: 38px;
    text-align: center;
    text-transform: uppercase;
    background: #27235D;
    border: 1px solid #27235D;
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0 15px;
}

.block-navigation-responsive .navigation__content .block__search .form-search__submit span {
    color: #fff;
}

.block-navigation-responsive .navigation__content .block__search .form-search__submit:hover {
    background: #FDCD0C;
    border-color: #FDCD0C;
}

@media all and (max-width: 576px) {
    .block-navigation-responsive .navigation__content .block__search .form-search__submit {
        width: 150px;
        background: #27235D;
        border-color: #27235D;
    }
}

.block-navigation-responsive .navigation__content .block__categories {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 50;
    position: relative;
}

.block-navigation-responsive .navigation__content .block__categories .block-category {
    width: calc(50% - 20px);
    height: 225px;
    padding: 25px;
    margin: 20px 0;
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    -webkit-box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.1);
}

.block-navigation-responsive .navigation__content .block__categories .block-category__title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #27235D;
    margin: 0;
    padding: 0;
}

.block-navigation-responsive .navigation__content .block__categories .block-category__text {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.4px;
    font-weight: 400;
    padding: 0;
    margin: 10px 0 0 0;
}

.block-navigation-responsive .navigation__content .block__categories .block-category__controls {
    width: 100%;
}

.block-navigation-responsive .navigation__content .block__categories .block-category .btn {
    font-size: 12px;
    line-height: 30px;
}

.block-navigation-responsive .navigation__content .block__categories .block-category .btn:hover {
    background: #27235D;
    border-color: #27235D;
    color: #fff;
}

@media all and (max-width: 576px) {
    .block-navigation-responsive .navigation__content .block__categories .block-category .btn {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .block-navigation-responsive .navigation__content .block__categories .block-category {
        width: 100%;
        height: 250px;
    }
}

@media all and (max-width: 576px) {
    .block-navigation-responsive .navigation__content .block__categories .block-category {
        width: 100%;
        height: 250px;
    }
}

@media all and (max-width: 576px) {
    .block-navigation-responsive .navigation__content .block__categories::after {
        content: '';
        width: 90%;
        height: calc(100% + 30px);
        position: absolute;
        top: -15px;
        right: -15px;
        background: #27235D;
        z-index: -1;
    }
}

.block-navigation-responsive .navigation__content .navigation__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block-navigation-responsive .navigation__content .navigation__list .navigation__item {
    margin: 0 0 20px 0;
}

.block-navigation-responsive .navigation__content .navigation__list .navigation__link {
    color: #27235D;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 700;
}

@media all and (max-width: 992px) {
    .block-navigation-responsive .navigation__content .navigation__list .navigation__link {
        width: 100%;
        text-align: center;
        display: block;
    }
}

@media all and (max-width: 992px) {
    .block-navigation-responsive .navigation__content .navigation__list {
        width: 100%;
    }
}

.block-navigation-responsive .navigation__content .navigation__networks {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.block-navigation-responsive .navigation__content .navigation__networks .btn {
    margin: 0 10px 0 0;
}

.block-navigation-responsive .navigation__content .navigation__networks .btn svg * {
    fill: #fff;
}

.block-navigation-responsive .navigation__content .navigation__networks .btn:hover {
    background: #27235D;
}

@media all and (max-width: 992px) {
    .block-navigation-responsive .navigation__content .navigation__networks .btn {
        margin: 0 10px;
    }
}

@media all and (max-width: 992px) {
    .block-navigation-responsive .navigation__content .navigation__networks {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 25px 0;
    }
}

.block-navigation-responsive .navigation__aside {
    position: fixed;
    top: 0;
    right: 0;
    width: 150px;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #27235D;
    margin: 0;
    padding: 50px 0;
    z-index: 1;
}

.block-navigation-responsive .navigation__aside .btn--close {
    width: 100px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0 0;
}

.block-navigation-responsive .navigation__aside .btn--close span {
    color: #27235D;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 6px;
    margin: 0 0 0 5px;
}

.block-navigation-responsive .navigation__aside .btn--close svg {
    width: 8px;
}

.block-navigation-responsive .navigation__aside .btn--close svg * {
    fill: #27235D;
}

.block-navigation-responsive .navigation__aside .btn--close:hover {
    background: #FDCD0C;
}

.block-navigation-responsive .navigation__aside .btn--close:hover svg * {
    fill: #fff;
}

.block-navigation-responsive .navigation__aside .btn--close:hover span {
    color: #fff;
}

@media all and (max-width: 576px) {
    .block-navigation-responsive .navigation__aside .btn--close {
        background: #424D58;
        margin: 0;
    }

    .block-navigation-responsive .navigation__aside .btn--close span {
        color: #fff;
    }

    .block-navigation-responsive .navigation__aside .btn--close svg * {
        fill: #fff;
    }
}

@media all and (max-width: 768px) {
    .block-navigation-responsive .navigation__aside {
        position: absolute;
        background: none;
    }
}

@media all and (max-width: 576px) {
    .block-navigation-responsive .navigation__aside {
        position: absolute;
        background: none;
        padding: 15px;
        width: auto;
        z-index: -1;
    }
}

@media all and (max-width: 992px) {
    .block-navigation-responsive:after {
        content: '';
        width: 150px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        background: #27235D;
        z-index: -1;
    }
}

@media all and (max-width: 576px) {
    .block-navigation-responsive:after {
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        top: 0;
        left: 0;
        background: #27235D;
    }
}

.section .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .container__column {
    width: 50%;
}

.page-classic__header {
    margin: 127px 0 0 0!important;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-classic__header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: .7;
    background: #424D58;
    z-index: 1;
}

.page-classic__header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.page-classic__header__content {
    position: relative;
    z-index: 50;
}

.page-classic__header__content .page-classic__header__title {
    color: #fff;
    font-family: "Arial MT Std", Helvetica, sans-serif;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.page-classic__header__content .breadcrumb {
    background: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.page-classic__header__content .breadcrumb__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-classic__header__content .breadcrumb__item {
    color: #fff;
    margin: 0 30px 0 0;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
}

.page-classic__header__content .breadcrumb__item:not(:last-child)::after {
    content: '/';
    position: absolute;
    right: -17px;
}

.page-classic__header__content .breadcrumb__link {
    color: #fff;
}

.page-classic__header__content .breadcrumb__link:hover {
    color: #FDCD0C;
}

.page-footer {
    margin: 100px 0 0 0;
    position: relative;
    background: #27235D;
}

.page-footer::before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: -2px;
    left: 0;
    background: #FDCD0C;
}

.page-footer .container {
    display: flex;
    align-items: initial;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-footer .container__column {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-footer .container__column:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

@media all and (max-width: 992px) {
    .page-footer .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .page-footer .container__column {
        width: 100%;
    }

    .page-footer .container__column:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.page-footer .block-firm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-footer .block-firm .block-firm__image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-footer .block-firm .block-firm__image svg {
    width: 150px;
}

.page-footer .block-firm .block__text {
    color: #fff;
    width: 100%;
    max-width: 350px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

@media all and (max-width: 992px) {
    .page-footer .block-firm {
        margin: 0 0 50px 0;
    }

    .page-footer .block-firm .block__text {
        width: 100%;
        max-width: 500px;
    }
}

.page-footer .menu-list {
    margin: 0;
    padding: 0;
}

.page-footer .menu-list .menu-item {
    width: 100%;
    text-align: center;
    list-style: none;
}

.page-footer .menu-list .menu-item a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 35px;
    letter-spacing: 0;
    font-weight: 700;
}

@media all and (max-width: 992px) {
    .page-footer .menu-list {
        margin: 0 0 50px 0;
    }
}

@media all and (max-width: 576px) {
    .page-footer .block-list {
        width: 100%;
    }
}

.page-footer .block-search .block-search__header,
.page-footer .block-search .block-networks__header, .page-footer .block-networks .block-search__header,
.page-footer .block-networks .block-networks__header {
    position: relative;
    margin: 0 0 25px 0;
}

.page-footer .block-search .block-search__header::after,
.page-footer .block-search .block-networks__header::after, .page-footer .block-networks .block-search__header::after,
.page-footer .block-networks .block-networks__header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #FDCD0C;
}

.page-footer .block-search .block-search__header .block__title,
.page-footer .block-search .block-networks__header .block__title, .page-footer .block-networks .block-search__header .block__title,
.page-footer .block-networks .block-networks__header .block__title {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

@media all and (max-width: 992px) {
    .page-footer .block-search .block-search__header,
    .page-footer .block-search .block-networks__header, .page-footer .block-networks .block-search__header,
    .page-footer .block-networks .block-networks__header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-footer .block-search .block-search__header::after,
    .page-footer .block-search .block-networks__header::after, .page-footer .block-networks .block-search__header::after,
    .page-footer .block-networks .block-networks__header::after {
        left: calc(50% - 15px);
        bottom: -10px;
    }
}

.page-footer .block-search {
    margin: 0 0 50px 0;
}

.page-footer .block-search__content {
    margin: 30px 0 0 0;
}

.page-footer .block-networks {
    margin: 50px 0 0 0;
}

.page-footer .block-networks__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 3px;
    margin: 33px 0 0 0;
}

.page-footer .block-networks__content .btn {
    margin: 0 15px 0 0;
}

@media all and (max-width: 750px) {
    .page-footer .block-search {
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    .page-footer .block-networks__content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-footer .block-networks__content .btn {
        margin: 0 15px;
    }
}

.page-footer .block-copyrights {
    width: 100%;
    margin: 0;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #424D58;
}

.page-footer .block-copyrights .block__text {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.4px;
}

.page-footer .block-copyrights .block__text .firm-title {
    color: #FDCD0C;
}

.page-footer .block-copyrights .block__text a {
    color: #fff;
}

.page-footer .block-copyrights .block__text a:hover {
    color: #FDCD0C;
}

@media all and (max-width: 768px) {
    .page-footer .block-copyrights {
        margin: 0;
        padding: 10px 15px;
    }

    .page-footer .block-copyrights .block__text {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .page-footer .block-copyrights .separator:nth-child(2) {
        display: none;
    }

    .page-footer .block-copyrights .content {
        width: 100%;
    }

    .page-footer .block-copyrights a {
        display: block;
        text-align: center;
        margin: 0 5px;
    }
}

.wpcf7-list-item-label {
    font-size: 0;
}

.form-search {
    width: 100%;
}

.form-search__group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-search__input {
    width: 200px;
    height: 35px;
    max-width: 100%;
    background: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 0;
    border-radius: 0 !important;
    appearance: none !important;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.4px;
    color: #000;
}

.form-search__input::placeholder {
    font-size: 11px;
    line-height: 30px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.4px;
    font-style: italic;
}

@media all and (max-width: 992px) {
    .form-search__input {
        width: 350px;
        height: 40px;
        line-height: 40px;
    }
}

.form-search__submit {
    width: 35px;
    height: 35px;
    background: #FDCD0C;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
    margin: 0 0 0 2px;
    padding: 0;
    border-radius: 0 !important;
}

.form-search__submit svg {
    width: 12px;
}

.form-search__submit svg * {
    stroke: #27235D;
    fill: #27235D;
}

.form-search__submit span {
    display: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 30px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.4px;
    color: #27235D;
    font-weight: 700;
}

.form-search__submit:hover svg * {
    fill: #fff;
}

@media all and (max-width: 992px) {
    .form-search__submit {
        width: 150px;
        height: 40px;
        padding: 0 15px;
    }

    .form-search__submit span {
        display: block;
    }

    .form-search__submit svg {
        display: none;
    }
}

@media all and (max-width: 992px) {
    .form-search__group {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media all and (max-width: 576px) {
    .form-search__group {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form-search__input {
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }

    .form-search__submit {
        width: 120px;
    }
}

.form-contact,
.wpcf7-form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.form-contact .form-fields__firm,
.wpcf7-form .form-fields__firm {
    display: none !important;
}

.form-contact .form-fields__firm.active,
.wpcf7-form .form-fields__firm.active {
    display: block !important;
}

.form-contact .row,
.wpcf7-form .row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px 0;
    padding: 0;
}

.form-contact .row .form-group,
.wpcf7-form .row .form-group {
    width: calc(50% - 5px);
}

.form-contact .row--full,
.wpcf7-form .row--full {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-contact .row--full .form-group,
.wpcf7-form .row--full .form-group {
    width: 100%;
}

.form-contact .row--checkbox,
.wpcf7-form .row--checkbox {
    flex-direction: row !important;
    justify-content: flex-start !important;
    flex-wrap: wrap;
}

.form-contact .row--checkbox .wpcf7-list-item,
.wpcf7-form .row--checkbox .wpcf7-list-item {
    margin: 0;
}

.form-contact .row--checkbox .checkbox-title,
.wpcf7-form .row--checkbox .checkbox-title {
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.form-contact .row--checkbox .form-group,
.wpcf7-form .row--checkbox .form-group {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 25px 0 0;
}

.form-contact .row--checkbox .wpcf7-list-item-label,
.wpcf7-form .row--checkbox .wpcf7-list-item-label {
    padding: 0 0 0 25px;
    position: relative;
    color: #000;
}

.form-contact .row--checkbox .wpcf7-list-item-label::before,
.wpcf7-form .row--checkbox .wpcf7-list-item-label::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #E6E6E6;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
}

.form-contact .row--checkbox input:checked ~ .wpcf7-list-item-label:before,
.wpcf7-form .row--checkbox input:checked ~ .wpcf7-list-item-label:before {
    border-color: #000;
}

.form-contact .row--checkbox input:checked ~ .wpcf7-list-item-label::after,
.wpcf7-form .row--checkbox input:checked ~ .wpcf7-list-item-label::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 3px);
    left: 3px;
    background: #FDCD0C;
}

.form-contact .row--checkbox input,
.wpcf7-form .row--checkbox input {
    display: none;
}

@media all and (max-width: 768px) {
    .form-contact .row,
    .wpcf7-form .row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .form-contact .row .form-group,
    .wpcf7-form .row .form-group {
        width: 100%;
    }
}

.form-contact .form-group,
.wpcf7-form .form-group {
    width: 100%;
}

.form-contact label,
.wpcf7-form label {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.form-contact label span,
.wpcf7-form label span {
    color: #FDCD0C;
}

.form-contact input[type="text"],
.form-contact input[type="number"],
.form-contact input[type="date"],
.form-contact input[type="email"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="email"] {
    width: 100%;
    height: 38px;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 0 10px;
}

.form-contact textarea,
.wpcf7-form textarea {
    width: 100%;
    height: 250px;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    resize: none;
    outline: none;
    box-shadow: none;
    padding: 10px;
}

.form-contact .required-fields,
.wpcf7-form .required-fields {
    width: 100%;
    text-align: right;
    color: #FDCD0C;
    font-style: italic;
    margin: -25px 0 25px 0;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.form-contact .required-rgpd,
.wpcf7-form .required-rgpd {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.form-contact .required-rgpd span,
.wpcf7-form .required-rgpd span {
    color: #FDCD0C;
}

.form-contact .form-controls,
.wpcf7-form .form-controls {
    width: 100%;
    margin: 25px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-contact .form-controls .btn,
.wpcf7-form .form-controls .btn {
    font-size: 12px;
    line-height: 35px;
    padding: 0 25px;
}

@media all and (max-width: 576px) {
    .form-contact .form-controls .btn,
    .wpcf7-form .form-controls .btn {
        width: 100%;
    }
}

.owl-item .product .product__title {
    left:0;
}
.product {
    width: 230px;
    height: 200px;
    margin: 0 5px 10px 0;
    border: 2px solid var(--color-blue)!important;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.product:hover {
    text-decoration: none;
    border-color:#424D58!important;
}
.product:hover .product__title{
    background:#424D58!important;
}
.product:hover .product__prices{
    background:#424D58!important;
}

.product__figure {
    height: calc(100% - 42px);
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.product__figure img {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 15px;
    left: 15px;
    object-fit: contain;
}

.product__title {
    width: calc(100% + 4px)!important;
    background: var(--color-blue)!important;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0!important;
    padding: 5px;
    z-index: 100;
    position: absolute;
    bottom:-2px;
    left:-2px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__prices {
    position: absolute;
    top: 25px;
    left: 0;
    background: var(--color-blue)!important;
    padding: 5px 25px 5px 10px;
}

.product__prices span {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}

.product__prices .item__title {
    display: block;
}

.product__prices .item__title span {
    font-weight: 700;
}

.product__prices .item__price {
    display: block;
}

.product:hover {
    border-color: #27235D;
}

.product:hover .product__prices {
    background: #27235D;
}

.product:hover .product__title {
    background: #27235D;
}

.section-previews {
    margin: 100px 0;
}

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

.section-previews__header {
    width: 100%;
}

.section-previews__header .section__title {
    width: 100%;
    text-align: center;
}

.section-previews__header .section__subtitle {
    width: 100%;
    text-align: center;
}

.section-previews__header .section__text {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 25px auto;
}

.section-previews__content {
    width: 100%;
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-previews__content .btn--carousel {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #27235D;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .5;
    outline: none;
    box-shadow: none;
}

.section-previews__content .btn--carousel svg {
    width: 8px;
}

.section-previews__content .btn--carousel svg * {
    fill: #fff;
}

.section-previews__content .btn--carousel:hover {
    opacity: .9;
}

.section-previews__content .owl-carousel-previews {
    width: calc(100% - 80px);
}

.section-previews__content .owl-carousel-previews .item .product {
    width: calc(100% - 10px);
    height: 200px;
    margin: 0 auto;
}

.section-previews__controls {
    margin: 0;
}

@media all and (max-width: 1200px) {
    .section-previews {
        max-width: 100%;
    }
}

.block-editor .section-previews .owl-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-editor .section-previews .owl-carousel .item {
    width: calc(100% / 4);
}

.block-editor .section-previews .owl-carousel .item:nth-child(5) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(6) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(7) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(8) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(9) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(10) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(11) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(12) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(13) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(14) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(15) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(16) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(17) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(18) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(19) {
    display: none;
}

.block-editor .section-previews .owl-carousel .item:nth-child(20) {
    display: none;
}

.acf-home-introduction {
    position: relative;
    margin: 100px 0;
    padding: 0;
    overflow: hidden;
}

.acf-home-introduction::after {
    content: '';
    width: 100%;
    height: calc(100% - 300px);
    background: #FDCD0C;
    position: absolute;
    bottom: 150px;
    left: 0;
    z-index: 1;
}

.acf-home-introduction .container {
    display: flex;
    align-items: initial;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.acf-home-introduction .container__column {
    width: calc(50% - 10px);
}

.acf-home-introduction .container__column:nth-child(1) {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
}

.acf-home-introduction .container__column:nth-child(2) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

@media all and (max-width: 992px) {
    .acf-home-introduction .container__column:nth-child(2) {
        display: none !important;
    }
}

.acf-home-introduction .block-presentation {
    border: 4px solid #FDCD0C;
    background: #fff;
    padding: 25px;
    margin: 0 0 20px 0;
}

.acf-home-introduction .figure {
    margin: 0;
}

.acf-home-introduction .figure img {
    position: absolute;
    top: 0;
    left: 0;
}

.acf-home-introduction .figure--large {
    margin: 20px 0 0 0;
}

@media all and (max-width: 1200px) {
    .acf-home-introduction .container__column:nth-child(1) {
        width: calc(60% - 10px);
    }

    .acf-home-introduction .container__column:nth-child(2) {
        width: calc(40% - 10px);
    }

    .acf-home-introduction .figure--small {
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    .acf-home-introduction .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .acf-home-introduction .container__column:nth-child(1) {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .acf-home-introduction .container__column:nth-child(2) {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .acf-home-introduction .block-presentation {
        margin: 0;
    }

    .acf-home-introduction .figure--small {
        display: none;
    }

    .acf-home-introduction .figure--large {
        width: calc(100% - 8px);
        height: 300px;
        margin: 16px 0 0 0;
    }
}

@media all and (max-width: 576px) {
    .acf-home-introduction .container__column:nth-child(1) {
        width: calc(100% + 30px);
    }

    .acf-home-introduction .container__column:nth-child(2) {
        width: calc(100% + 38px);
    }

    .acf-home-introduction .figure--large {
        margin: 4px 0 0 0;
    }

    .acf-home-introduction .block-presentation__controls .btn {
        width: 100%;
    }
}

.acf-home-header {
    padding: 80px 0 0 0;
}

.acf-home-header .carousel-item {
    width: 100%;
    height: 750px;
}

.acf-home-header .carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 1;
}

.acf-home-header .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acf-home-header .carousel-item .carousel-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
}

.acf-home-header .carousel-item .carousel-content .carousel-item__title {
    font-family: "Arial MT Std", Helvetica, sans-serif;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    color: #fff;
    position: relative;
}

.acf-home-header .carousel-item .carousel-content .carousel-item__title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px);
    width: 50px;
    height: 2px;
    background: #FDCD0C;
}

.acf-home-header .carousel-item .carousel-content .carousel-item__subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
    margin: 15px 0 10px 0;
    padding: 0;
}

.acf-home-header .carousel-item .carousel-content .carousel-item__text {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.4px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    margin: 0;
    padding: 0;
}

.acf-home-header .carousel-item .carousel-content .carousel-item__controls {
    margin: 25px 0 0 0;
}

.acf-home-header .carousel .carousel-control-prev span,
.acf-home-header .carousel .carousel-control-next span {
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.acf-home-header .carousel .carousel-control-prev span svg,
.acf-home-header .carousel .carousel-control-next span svg {
    height: 30px;
}

.acf-home-header .carousel .carousel-control-prev span svg *,
.acf-home-header .carousel .carousel-control-next span svg * {
    fill: #fff;
}

.acf-home-header .carousel .carousel-control-prev {
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.acf-home-header .carousel .carousel-control-next {
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.acf-home-header .carousel .carousel-indicators {
    z-index: 50;
    position: absolute;
    bottom: 25px;
    left: 0;
}

.acf-home-header .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    position: relative;
}

.acf-home-header .carousel .carousel-indicators .active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FDCD0C;
}

.acf-home-header .carousel .carousel-indicators .active::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: 1;
    border: 1px solid #fff;
    border-radius: 50%;
}

.block-editor .acf-home-header .carousel-item {
    display: none;
}

.block-editor .acf-home-header .carousel-item:nth-child(1) {
    display: block;
}

.block-editor .acf-home-header .carousel-indicators {
    display: none;
}

.block-editor .acf-home-header .carousel-control-prev, .block-editor .acf-home-header .carousel-control-next {
    display: none;
}

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

.acf-home-products__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.acf-home-products__header .section__title {
    width: 100%;
    text-align: center;
}

.acf-home-products__header .section__subtitle {
    width: 100%;
    text-align: center;
}

.acf-home-products__header .section__text {
    width: 100%;
    max-width: 800px;
    text-align: center;
}

.acf-home-products__content {
    margin: 50px 0 0 0;
    position: relative;
}

.acf-home-products__content .container {
    position: relative;
    z-index: 5;
}

.acf-home-products__content::after {
    content: '';
    width: 100%;
    height: calc(100% - 250px);
    position: absolute;
    top: 100px;
    left: 0;
    background: #FDCD0C;
    z-index: 1;
}

.acf-home-products__content .product {
    min-height: 250px;
    border: 3px solid var(--color-blue);
    background: #fff;
}

.acf-home-products__content .product--simple {
    width: 250px;
    height: 250px;
}

.acf-home-products__content .product--large {
    width: 525px;
    height: 530px;
    margin: 0;
}

.acf-home-products__content .product:hover {
    border-color: #424D58;
}
.acf-home-products__content .product:hover .product__prices{
    background:#424D58;
}
.acf-home-products__content .product:hover .product__title{
    background:#424D58;
}

.acf-home-products__content .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.acf-home-products__content .div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.acf-home-products__content .div2 {
    grid-area: 1 / 2 / 2 / 3;
}

.acf-home-products__content .div3 {
    grid-area: 1 / 3 / 2 / 4;
}

.acf-home-products__content .div4 {
    grid-area: 2 / 1 / 3 / 2;
}

.acf-home-products__content .div5 {
    grid-area: 3 / 1 / 4 / 2;
}

.acf-home-products__content .div6 {
    grid-area: 2 / 2 / 4 / 4;
}

@media all and (max-width: 992px) {
    .acf-home-products__content .product--simple, .acf-home-products__content .product--large {
        width: 350px !important;
        height: 250px !important;
    }

    .acf-home-products__content .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .acf-home-products__content .div1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .acf-home-products__content .div2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .acf-home-products__content .div3 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .acf-home-products__content .div4 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .acf-home-products__content .div5 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .acf-home-products__content .div6 {
        grid-area: 3 / 2 / 4 / 3;
    }
}

@media all and (max-width: 768px) {
    .acf-home-products__content .product--simple, .acf-home-products__content .product--large {
        width: 250px !important;
        height: 250px !important;
    }
}

@media all and (max-width: 576px) {
    .acf-home-products__content .product--simple, .acf-home-products__content .product--large {
        width: 100% !important;
        height: 250px !important;
    }

    .acf-home-products__content .parent {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 20px;
        width: 100%;
    }

    .acf-home-products__content .div1 {
        grid-area: 1 / 1 / 2 / 2;
        width: 100%;
    }

    .acf-home-products__content .div2 {
        grid-area: 2 / 1 / 3 / 2;
        width: 100%;
    }

    .acf-home-products__content .div3 {
        grid-area: 3 / 1 / 4 / 2;
        width: 100%;
    }

    .acf-home-products__content .div4 {
        grid-area: 4 / 1 / 5 / 2;
        width: 100%;
    }

    .acf-home-products__content .div5 {
        grid-area: 5 / 1 / 6 / 2;
        width: 100%;
    }

    .acf-home-products__content .div6 {
        grid-area: 6 / 1 / 7 / 2;
        width: 100%;
    }
}

.acf-home-products__controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:  0 0 100px 0;
}
.acf-home-products__controls .btn{
    margin:0 10px;
    width: 250px;
}
.acf-home-products__controls .btn:hover{
}
.acf-home-products__controls .btn--materiel{
}

@media all and (max-width: 500px){
    .acf-home-products__controls {
        flex-direction: column;
        margin: 0 0 50px 0;
    }
    .acf-home-products__controls .btn{
        width: calc(100% - 30px);
        margin:5px 0;
        line-height: 40px;
    }
}

.acf-home-services {
    margin: 100px 0 0 0;
    padding: 0;
}

.acf-home-services .container {
    display: flex;
    align-items: initial;
    justify-content: space-between;
}

.acf-home-services .container__column {
    width: calc(50% - 25px);
}

@media all and (max-width: 992px) {
    .acf-home-services .container {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column-reverse;
    }

    .acf-home-services .container__column {
        width: 100%;
    }
}

.acf-home-services .figure--large {
    height: 100%;
    margin: 0;
    padding: 0;
}

.acf-home-services .figure--large img {
    position: absolute;
    top: 0;
    left: 0;
}

@media all and (max-width: 992px) {
    .acf-home-services .figure--large {
        height: 300px;
    }
}

.acf-home-services .block-services {
    padding: 75px 0;
}

.acf-home-services .block-services__logo {
    margin: 0 0 25px 0;
}

.acf-home-services .block-services__content {
    margin: 15px 0;
}

@media all and (max-width: 992px) {
    .acf-home-services .block-services {
        padding: 0 0 75px 0;
    }
}

.acf-home-franchise {
    margin: 75px 0 0 0;
    position: relative;
    z-index: 50;
}

.acf-home-franchise .container {
    display: flex;
    align-items: initial;
    justify-content: space-between;
}

.acf-home-franchise .container__column {
    width: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 992px) {
    .acf-home-franchise .container {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .acf-home-franchise .container__column {
        width: 100%;
    }
}

.acf-home-franchise .figure--large {
    height: 100%;
    margin: 0;
    padding: 0;
}

.acf-home-franchise .figure--large img {
    position: absolute;
    top: 0;
    left: 0;
}

@media all and (max-width: 992px) {
    .acf-home-franchise .figure--large {
        height: 300px;
    }
}

.acf-home-franchise .block-franchise {
    padding: 75px 0 200px 0;
}

.acf-home-franchise .block-franchise__logo {
    margin: 0 0 25px 0;
}

.acf-home-franchise .block-franchise__content {
    margin: 15px 0;
}

@media all and (max-width: 992px) {
    .acf-home-franchise .block-franchise {
        padding: 0 0 75px 0;
    }

    .acf-home-franchise .block-franchise .block__title {
        text-align: right;
    }

    .acf-home-franchise .block-franchise .block__subtitle {
        text-align: right;
    }

    .acf-home-franchise .block-franchise .block__text {
        text-align: right;
    }

    .acf-home-franchise .block-franchise__controls {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

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

.acf-home-testimonies .section-header {
    margin: 0 0 25px 0;
}

.acf-home-testimonies .section-header .section-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px 0;
}

.acf-home-testimonies .section-header .section-stars svg {
    margin: 0 5px;
    width: 20px;
    height: 20px;
}

.acf-home-testimonies .section-header .section-stars svg * {
    fill: #FDCD0C;
}

.acf-home-testimonies .section-header .section__title {
    width: 100%;
    text-align: center;
}

.acf-home-testimonies .section-header .section__subtitle {
    width: 100%;
    text-align: center;
}

.acf-home-testimonies .section-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.acf-home-testimonies .section-content .section__text {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto 80px auto;
}

.acf-home-testimonies .section-content .block-testimonies {
    display: flex;
    align-items: center;
    justify-content: center;
}

.acf-home-testimonies .section-content .block-testimonies .btn-testimonies {
    width: 50px;
    height: 50px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: .4;
    transition: ease-in-out .3s;
}

.acf-home-testimonies .section-content .block-testimonies .btn-testimonies svg {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    transition: ease-in-out .3s;
}

.acf-home-testimonies .section-content .block-testimonies .btn-testimonies svg * {
    transition: ease-in-out .3s;
}

.acf-home-testimonies .section-content .block-testimonies .btn-testimonies:hover {
    opacity: 1;
    background: #FDCD0C;
}

.acf-home-testimonies .section-content .block-testimonies .btn-testimonies:hover svg * {
    fill: #fff;
}

.acf-home-testimonies .section-content .block-testimonies .btn-testimonies--next:hover svg {
    transform: scale(1.4) translateX(3px);
}

.acf-home-testimonies .section-content .block-testimonies .btn-testimonies--previous:hover svg {
    transform: scale(1.4) translateX(-3px);
}

.acf-home-testimonies .testimonies-list {
    width: 100%;
    max-width: 700px;
    min-height: 770px;
    margin: 0 50px;
}

.acf-home-testimonies .testimonies-list .testimony {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 40px 0;
}

.acf-home-testimonies .testimonies-list .testimony .testimony-figure {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #f0f0f0;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
}

.acf-home-testimonies .testimonies-list .testimony .testimony-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.acf-home-testimonies .testimonies-list .testimony .testimony-subtitle {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

.acf-home-testimonies .testimonies-list .testimony .testimony-content {
    width: calc(100% - 200px);
    min-height: 120px;
    background: #f0f0f0;
    border-radius: 15px;
    padding: 25px 25px 15px 25px;
    margin: 0;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.acf-home-testimonies .testimonies-list .testimony .testimony-content .testimony-text {
    width: 100%;
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}

.acf-home-testimonies .testimonies-list .testimony .testimony-content .testimony-source {
    margin: 15px 0 0 0;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 300;
}

.acf-home-testimonies .testimonies-list .testimony .testimony-content .testimony-source span, .acf-home-testimonies .testimonies-list .testimony .testimony-content .testimony-source a {
    color: #FDCD0C;
    transition: ease-in-out .3s;
}

.acf-home-testimonies .testimonies-list .testimony .testimony-content .testimony-source a:hover {
    text-decoration: none;
    color: #27235D;
}

.acf-home-testimonies .testimonies-list .testimony .testimony-content::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #f0f0f0;
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    left: -10px;
}

.acf-home-testimonies .testimonies-list .testimony-header {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media all and (max-width: 1000px) {
    .acf-home-testimonies .section-content .block-testimonies {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .acf-home-testimonies .section-content .block-testimonies .btn-testimonies--previous {
        order: 2;
        margin: 0 15px;
    }

    .acf-home-testimonies .section-content .block-testimonies .btn-testimonies--next {
        order: 3;
        margin: 0 15px;
    }

    .acf-home-testimonies .testimonies-list {
        padding: 0;
        margin: 0 0 100px 0;
    }

    .acf-home-testimonies .testimonies-list .testimony {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .acf-home-testimonies .testimonies-list .testimony .testimony-content {
        margin: 25px 0 0 0;
        width: 100%;
    }

    .acf-home-testimonies .testimonies-list .testimony .testimony-content::before {
        top: -10px;
        left: calc(50% - 10px);
    }
}

.acf-home-label {
    margin: -100px 0 100px 0;
    padding: 0 0 75px 0;
    position: relative;
}

.acf-home-label::after {
    content: '';
    width: 100%;
    height: calc(100% - 50px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FDCD0C;
    z-index: 1;
}

.acf-home-label .container {
    display: flex;
    align-items: initial;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.acf-home-label .container__column {
    width: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.acf-home-label .container__column:nth-child(1) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-top:150px;
}

@media all and (max-width: 992px) {
    .acf-home-label .container__column:nth-child(1) {
        display: none;
    }
}

@media all and (max-width: 992px) {
    .acf-home-label .container {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .acf-home-label .container__column {
        width: 100%;
    }
}

.acf-home-label .figure--small {
    height: 250px;
    width: 80%;
}

.acf-home-label .figure--small img {
    position: absolute;
    top: 0;
    left: 0;
}

.acf-home-label .figure--small:nth-child(1) {
    margin: 0 0 50px 0;
}

.acf-home-label .figure--small:nth-child(2) {
    margin: 0;
}

.acf-home-label .block-label {
    padding: 150px 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.acf-home-label .block-label__logo {
    margin: 0 0 25px 0;
    width: 100px;
}

.acf-home-label .block-label__logo img {
    max-width: 100%;
}

.acf-home-label .block-label .block__title {
    color: #fff;
    width: 100%;
    text-align: center;
}

.acf-home-label .block-label .block__subtitle {
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin-top:10px;
}

.acf-home-label .block-label .block__text {
    color: #fff;
    width: 100%;
    text-align: center;
}

.acf-home-label .block-label__content {
    margin: 0 0 15px 0;
}

.acf-home-label .block-label__controls .btn--full {
    background: #fff;
    color: #FDCD0C;
    border-color: #fff;
}

.acf-home-label .block-label__controls .btn--full:hover {
    background: #FDCD0C;
    color: #fff;
}

@media all and (max-width: 992px) {
    .acf-home-label .block-label {
        padding: 150px 0 0 0;
    }
}

.block-phone {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    margin: 100px 0;
}

.block-phone__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.block-phone__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: -1;
}

.block-phone__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -10;
}

.block-phone__content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 5;
}

.block-phone__content .block-phone__icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px 0;
    padding: 0;
}

.block-phone__content .block-phone__icon svg {
    width: 60px;
    height: 60px;
}

.block-phone__content .block-phone__icon svg * {
    fill: #fff;
}

.block-phone__content .block-phone__number {
    font-family: "Arial MT Std", Helvetica, sans-serif;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: initial;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #fff;
    width: 100%;
    text-align: center;
}

.block-phone__content .block-phone__subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #fff;
    width: 100%;
    margin: 5px 0 0 0;
    text-align: center;
}

@media all and (max-width: 768px) {
    .block-phone__content .block-phone__subtitle {
        margin: 5px 0 0 0;
    }
}

@media all and (max-width: 576px) {
    .block-phone__content .block-phone__number {
        font-size: 24px;
        line-height: 30px;
    }

    .block-phone__content .block-phone__subtitle {
        font-size: 16px;
        line-height: 25px;
    }
}

.block-phone__controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 25px 0 0 0;
    position: relative;
    z-index: 5;
}

@media all and (max-width: 576px) {
    .block-phone {
        margin-top: 0px;
    }
}

.block-contact {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    margin: 100px 0;
}

.block-contact__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.block-contact__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: -1;
}

.block-contact__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -10;
}

.block-contact__content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 5;
}

.block-contact__content .block-contact__icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px 0;
    padding: 0;
}

.block-contact__content .block-contact__icon svg {
    width: 60px;
    height: 60px;
}

.block-contact__content .block-contact__icon svg * {
    fill: #fff;
}

.block-contact__content .block-contact__title {
    font-family: "Arial MT Std", Helvetica, sans-serif;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #fff;
    width: 100%;
    text-align: center;
}

.block-contact__content .block-contact__subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px 0 0 0;
    padding: 0;
    color: #fff;
    width: 100%;
    text-align: center;
}

@media all and (max-width: 768px) {
    .block-contact__content .block-contact__title span {
        display: block;
    }

    .block-contact__content .block-contact__subtitle {
        margin: 10px 0 0 0;
    }
}

@media all and (max-width: 576px) {
    .block-contact__content .block-contact__title {
        font-size: 24px;
        line-height: 30px;
    }

    .block-contact__content .block-contact__subtitle {
        font-size: 16px;
        line-height: 25px;
    }
}

.block-contact__controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 25px 0 0 0;
    position: relative;
    z-index: 5;
}

.acf-association .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.acf-association .container__column {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 992px) {
    .acf-association .container__column {
        width: 100%;
    }

    .acf-association .container__column:nth-child(2) {
        margin: 25px 0 0 0;
    }
}

.acf-association .section__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.acf-association .section__header .section__title {
    width: 100%;
    text-align: center;
}

.acf-association .section__header .section__subtitle {
    width: 100%;
    text-align: center;
}

.acf-association .section__content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0 0;
    padding: 0;
}

@media all and (max-width: 992px) {
    .acf-association .section__content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.acf-association .block-association {
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.acf-association .block-association__image {
    width: 300px;
    height: 200px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.acf-association .block-association__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.acf-association .block-association__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.acf-association .block-association__content .block__title {
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: initial;
    font-weight: 700;
    text-align: center;
    color: #27235D;
}

@media all and (max-width: 576px) {
    .acf-association .block-association__content .block__title {
        font-size: 18px;
        line-height: 20px;
    }
}

.acf-association .block-association__content .block__text {
    width: 100%;
    height: 160px;
    text-align: center;
}

.acf-association .block-association__content .block__text p {
    margin: 0;
    padding: 0;
}

.acf-association .block-association__controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.acf-about-presentation {
    padding: 100px 0 0 0;
    position: relative;
}

.acf-about-presentation::after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FDCD0C;
    z-index: -1;
    display: none;
}

.acf-about-presentation__header {
    width: 100%;
    margin: 0 0 25px 0;
}

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

@media all and (max-width: 992px) {
    .acf-about-presentation__header .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column !important;
    }
}

.acf-about-presentation__header .section__title {
    width: 100%;
    text-align: center;
}

.acf-about-presentation__header .section__subtitle {
    width: 100%;
    text-align: center;
}

.acf-about-presentation__header .section__text {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 25px auto 0 auto;
}

.acf-about-presentation .container {
    display: flex;
    align-items: initial;
    justify-content: space-between;
}

.acf-about-presentation .container__column {
    width: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 1200px) {
    .acf-about-presentation .container__column {
        width: calc(50% - 10px);
    }
}

@media all and (max-width: 992px) {
    .acf-about-presentation .container__column {
        width: 100%;
    }
}

.acf-about-presentation .container__column:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media all and (max-width: 992px) {
    .acf-about-presentation .container__column:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
}

@media all and (max-width: 992px) {
    .acf-about-presentation .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
}

.acf-about-presentation .figure {
    height: 200px;
    width: 80%;
    position: relative;
}

.acf-about-presentation .figure img {
    position: absolute;
    top: 0;
    left: 0;
}

.acf-about-presentation .figure:nth-child(1) {
    margin: 0 0 15px 0;
}

@media all and (max-width: 992px) {
    .acf-about-presentation .figure:nth-child(1) {
        margin: 0 5px 0 0;
    }
}

.acf-about-presentation .figure:nth-child(2) {
    margin: 0;
}

@media all and (max-width: 992px) {
    .acf-about-presentation .figure:nth-child(2) {
        margin: 0 0 0 5px;
    }
}

@media all and (max-width: 576px) {
    .acf-about-presentation .figure:nth-child(2) {
        display: none;
    }
}

@media all and (max-width: 576px) {
    .acf-about-presentation .figure {
        width: 100%;
        height: 300px;
        margin: 0 !important;
    }
}

.acf-about-presentation .block-presentation {
    padding: 50px 0;
}

.acf-about-presentation .block-presentation .block__text {
    text-align: center;
}

.acf-about-presentation .block-presentation .block__text p {
    margin: 0 0 1rem 0;
}

@media all and (max-width: 992px) {
    .acf-about-presentation .block-presentation {
        padding: 0 0 50px 0;
    }

    .acf-about-presentation .block-presentation .block__text {
        text-align: center;
        margin: 50px 0 0px 0;
    }

    .acf-about-presentation .block-presentation__controls {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media all and (max-width: 992px) {
    .acf-about-presentation::after {
        display: none;
    }
}

.acf-about-aside {
    padding: 30px 0;
    margin: 75px 0 0 0;
    position: relative;
    background: #FDCD0C;
}

.acf-about-aside::after {
    content: '';
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    display: none;
}

.acf-about-aside .container {
    display: flex;
    align-items: initial;
    justify-content: space-between;
}

.acf-about-aside .container__column {
    width: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

@media all and (max-width: 992px) {
    .acf-about-aside .container__column {
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    .acf-about-aside .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
}

.acf-about-aside .figure {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media all and (max-width: 992px) {
    .acf-about-aside .figure {
        height: 300px;
    }
}

.acf-about-aside .block-aside {
    padding: 50px 0;
}

.acf-about-aside .block-aside .block__text {
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0;
}

.acf-about-aside .block-aside .block__text p {
    margin: 0;
    padding: 0;
    color: #27235D;
}

.acf-about-aside .block-aside .block__text p strong, .acf-about-aside .block-aside .block__text p b {
    color: #27235D;
}

@media all and (max-width: 992px) {
    .acf-about-aside .block-aside .block__text p {
        text-align: center;
    }
}

.acf-about-aside .block-aside .block__text::after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 25px);
    background: #27235D;
}

@media all and (max-width: 992px) {
    .acf-about-aside .block-aside {
        padding: 0 0 75px 0;
    }

    .acf-about-aside .block-aside .block__text {
        text-align: right;
    }

    .acf-about-aside .block-aside__controls {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

.acf-about-charte {
    padding: 50px 0 0 0;
    position: relative;
}

.acf-about-charte .container {
    display: flex;
    align-items: initial;
    justify-content: space-between;
}

.acf-about-charte .container__column {
    width: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 992px) {
    .acf-about-charte .container__column {
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    .acf-about-charte .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.acf-about-charte .figure--large {
    height: 100%;
    margin: 0;
    padding: 0;
    background: none;
}

.acf-about-charte .figure--large img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

@media all and (max-width: 992px) {
    .acf-about-charte .figure--large {
        height: 300px;
    }
}

.acf-about-charte .block-charte {
    padding: 50px 0 50px 0;
}

.acf-about-charte .block-charte .block__title {
    color: #FDCD0C;
    font-size: 24px;
}

@media all and (max-width: 992px) {
    .acf-about-charte .block-charte .block__title {
        text-align: center;
        width: 100%;
    }
}

.acf-about-charte .block-charte .block__subtitle {
    color: #27235D;
    font-size: 28px;
    line-height: 30px;
}

@media all and (max-width: 992px) {
    .acf-about-charte .block-charte .block__subtitle {
        text-align: center;
        width: 100%;
    }
}

.acf-about-charte .block-charte .block__text {
    text-align: left;
}

@media all and (max-width: 992px) {
    .acf-about-charte .block-charte .block__text {
        text-align: center;
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    .acf-about-charte .block-charte__controls {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    .acf-about-charte .block-charte {
        padding: 0 0 75px 0;
    }
}

.acf-about-plaquette {
    padding: 100px 0 0 0;
    position: relative;
}

.acf-about-plaquette .container {
    display: flex;
    align-items: initial;
    justify-content: space-between;
}

.acf-about-plaquette .container__column {
    width: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.acf-about-plaquette .container__column:nth-child(1) {
    position: relative;
}

.acf-about-plaquette .container__column:nth-child(1)::before {
    content: '';
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    position: absolute;
    top: -15px;
    left: -15px;
    background: #FDCD0C;
}

@media all and (max-width: 992px) {
    .acf-about-plaquette .container__column:nth-child(1)::before {
        display: none;
    }
}

.acf-about-plaquette .container__column:nth-child(2) {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

@media all and (max-width: 992px) {
    .acf-about-plaquette .container__column {
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    .acf-about-plaquette .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
}

.acf-about-plaquette .figure {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

@media all and (max-width: 992px) {
    .acf-about-plaquette .figure {
        height: 300px;
    }
}

.acf-about-plaquette .block-plaquette {
    padding: 50px 0 50px 0;
}

.acf-about-plaquette .block-plaquette .block__title {
    color: #FDCD0C;
    font-size: 24px;
}

@media all and (max-width: 992px) {
    .acf-about-plaquette .block-plaquette .block__title {
        width: 100%;
        text-align: center;
    }
}

.acf-about-plaquette .block-plaquette .block__subtitle {
    color: #27235D;
    font-size: 28px;
}

@media all and (max-width: 992px) {
    .acf-about-plaquette .block-plaquette .block__subtitle {
        width: 100%;
        text-align: center;
    }
}

.acf-about-plaquette .block-plaquette .block__text {
    text-align: left;
}

@media all and (max-width: 992px) {
    .acf-about-plaquette .block-plaquette .block__text {
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 992px) {
    .acf-about-plaquette .block-plaquette__controls {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media all and (max-width: 992px) {
    .acf-about-plaquette .block-plaquette {
        padding: 0 0 75px 0;
    }
}

.acf-about-values {
    padding: 100px 0 0 0;
    position: relative;
}

.acf-about-values .container {
    display: flex;
    align-items: initial;
    justify-content: space-between;
}

.acf-about-values .container__column {
    width: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.acf-about-values .container__column:nth-child(1) {
    position: relative;
}

.acf-about-values .container__column:nth-child(1)::before {
    content: '';
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    position: absolute;
    top: -15px;
    left: -15px;
    background: #FDCD0C;
}

@media all and (max-width: 992px) {
    .acf-about-values .container__column:nth-child(1)::before {
        display: none;
    }
}

.acf-about-values .container__column:nth-child(2) {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

@media all and (max-width: 992px) {
    .acf-about-values .container__column {
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    .acf-about-values .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
}

.acf-about-values .figure {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

@media all and (max-width: 992px) {
    .acf-about-values .figure {
        height: 300px;
    }
}

.acf-about-values .block-plaquette {
    padding: 50px 0 50px 0;
}

.acf-about-values .block-plaquette .block__title {
    color: #FDCD0C;
    font-size: 24px;
}

@media all and (max-width: 992px) {
    .acf-about-values .block-plaquette .block__title {
        width: 100%;
        text-align: center;
    }
}

.acf-about-values .block-plaquette .block__subtitle {
    color: #27235D;
    font-size: 28px;
}

@media all and (max-width: 992px) {
    .acf-about-values .block-plaquette .block__subtitle {
        width: 100%;
        text-align: center;
    }
}

.acf-about-values .block-plaquette .block__text {
    text-align: left;
}

@media all and (max-width: 992px) {
    .acf-about-values .block-plaquette .block__text {
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 992px) {
    .acf-about-values .block-plaquette__controls {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media all and (max-width: 992px) {
    .acf-about-values .block-plaquette {
        padding: 0 0 75px 0;
    }
}

.acf-block-statistics {
    width: 100%;
    margin: 100px 0 0 0;
    padding: 50px 0;
    background: #FDCD0C;
}

.acf-block-statistics .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 576px) {
    .acf-block-statistics .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.acf-block-statistics .block-statistic {
    width: 100%;
    max-width: 200px;
    margin: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.acf-block-statistics .block-statistic:nth-child(1) {
    margin-left: 0;
}

.acf-block-statistics .block-statistic:nth-child(1):after {
    content: '';
    width: 1px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    right: -15px;
    background: #fff;
}

@media all and (max-width: 576px) {
    .acf-block-statistics .block-statistic:nth-child(1):after {
        display: none;
    }
}

.acf-block-statistics .block-statistic:nth-child(3) {
    margin-right: 0;
}

.acf-block-statistics .block-statistic:nth-child(3):after {
    content: '';
    width: 1px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    left: -15px;
    background: #fff;
}

@media all and (max-width: 576px) {
    .acf-block-statistics .block-statistic:nth-child(3):after {
        display: none;
    }
}

.acf-block-statistics .block-statistic .block__figure.icon-home svg {
    width: 65px;
}

.acf-block-statistics .block-statistic .block__figure.icon-worker svg {
    width: 55px;
}

.acf-block-statistics .block-statistic .block__figure.icon-price svg {
    width: 45px;
}

.acf-block-statistics .block-statistic .block__number {
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.acf-block-statistics .block-statistic .block__number span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 25px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.acf-block-statistics .block-statistic .block__title {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 25px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 400;
}

@media all and (max-width: 576px) {
    .acf-block-statistics .block-statistic {
        width: 100%;
        margin: 30px 0;
    }
}

.acf-contact-agences {
    padding: 100px 0 100px 0;
}

.acf-contact-agences__header {
    width: 100%;
}

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

.acf-contact-agences__header .section__title {
    width: 100%;
    text-align: center;
}

.acf-contact-agences__header .section__subtitle {
    width: 100%;
    text-align: center;
}

.acf-contact-agences__header .section__text {
    width: 100%;
    max-width: 800px;
    text-align: center;
}

.acf-contact-agences__content {
    background: #FDCD0C;
    margin: 100px 0 0 0;
}

.acf-contact-agences__content .block-agence {
    position: relative;
    background: #FDCD0C;
}

.acf-contact-agences__content .block-agence::before {
    content: '';
    width: 50%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

@media all and (max-width: 768px) {
    .acf-contact-agences__content .block-agence:not(:first-child) {
        margin: 50px 0 0 0;
    }
}

.acf-contact-agences__content .block-agence:not(:first-child):last-child {
    padding: 0 0 50px 0;
}

.acf-contact-agences__content .block-agence .container {
    display: flex;
    align-items: initial;
    justify-content: center;
}

.acf-contact-agences__content .block-agence .container__column {
    background: #FDCD0C;
    position: relative;
}

.acf-contact-agences__content .block-agence .container__column:nth-child(1) {
    width: 40%;
}

@media all and (max-width: 992px) {
    .acf-contact-agences__content .block-agence .container__column:nth-child(1) {
        width: 50%;
    }
}

@media all and (max-width: 768px) {
    .acf-contact-agences__content .block-agence .container__column:nth-child(1) {
        width: 100%;
    }
}

.acf-contact-agences__content .block-agence .container__column:nth-child(2) {
    width: 60%;
    padding: 20px 0;
}

@media all and (max-width: 992px) {
    .acf-contact-agences__content .block-agence .container__column:nth-child(2) {
        width: 50%;
    }
}

@media all and (max-width: 768px) {
    .acf-contact-agences__content .block-agence .container__column:nth-child(2) {
        width: 100%;
        padding: 0;
    }
}

@media all and (max-width: 992px) {
    .acf-contact-agences__content .block-agence .container {
        max-width: 100%;
    }
}

@media all and (max-width: 768px) {
    .acf-contact-agences__content .block-agence .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.acf-contact-agences__content .block-agence .agence__header {
    width: 60%;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.acf-contact-agences__content .block-agence .agence__header::before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: -70px;
    background: #FDCD0C;
    transform-origin: bottom left;
    transform: rotate(30deg);
}

.acf-contact-agences__content .block-agence .agence__header .agence__title {
    color: #FDCD0C;
    padding: 0 15px;
    margin: 0;
    font-family: "Arial MT Std", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
}

.acf-contact-agences__content .block-agence .agence__content {
    padding: 50px 0 25px 0;
}

.acf-contact-agences__content .block-agence .agence__content svg {
    width: 20px;
    margin: 0 10px 0 0;
}

.acf-contact-agences__content .block-agence .agence__content svg * {
    fill: #fff;
}

.acf-contact-agences__content .block-agence .agence__content .agence__subtitle {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 700;
    margin: 0 0 20px 0;
}

@media all and (max-width: 768px) {
    .acf-contact-agences__content .block-agence .agence__content .agence__subtitle {
        width: 100%;
        text-align: center;
    }
}

.acf-contact-agences__content .block-agence .agence__content .agence__number {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.4px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.acf-contact-agences__content .block-agence .agence__content .agence__number p {
    margin: 0;
    padding: 0;
}

@media all and (max-width: 768px) {
    .acf-contact-agences__content .block-agence .agence__content .agence__number {
        text-align: center;
    }
}

.acf-contact-agences__content .block-agence .agence__content .agence__text {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.4px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 15px 0;
}

.acf-contact-agences__content .block-agence .agence__content .agence__text p {
    margin: 0;
    padding: 0;
}

@media all and (max-width: 768px) {
    .acf-contact-agences__content .block-agence .agence__content .agence__text {
        text-align: center;
    }
}

@media all and (max-width: 768px) {
    .acf-contact-agences__content .block-agence .agence__content {
        padding: 25px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.acf-contact-agences__content .block-agence .agence__controls {
    margin: 0 0 100px 0;
}

.acf-contact-agences__content .block-agence .agence__controls .btn {
    width: 175px;
    line-height: 26px;
    padding: 0;
    font-size: 12px;
    background: #fff;
    color: #FDCD0C;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acf-contact-agences__content .block-agence .agence__controls .btn svg {
    width: 8px;
    margin: 0 0 0 5px;
}

.acf-contact-agences__content .block-agence .agence__controls .btn svg * {
    fill: #FDCD0C;
}

.acf-contact-agences__content .block-agence .agence__controls .btn:not(:last-child) {
    margin: 0 5px 0 0;
}

.acf-contact-agences__content .block-agence .agence__controls .btn:hover {
    background: #FDCD0C;
    color: #fff;
}

.acf-contact-agences__content .block-agence .agence__controls .btn:hover svg * {
    fill: #fff;
}

@media all and (max-width: 768px) {
    .acf-contact-agences__content .block-agence .agence__controls {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.acf-contact-agences__content .block-agence .agence__map {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 5px;
}

.acf-contact-agences__content .block-agence .agence__map iframe {
    width: 100%;
    height: 100%;
}

@media all and (max-width: 768px) {
    .acf-contact-agences__content .block-agence .agence__map iframe {
        min-height: 250px;
    }
}

@media all and (max-width: 768px) {
    .acf-contact-agences__content .block-agence .agence__map {
        margin: 0;
    }
}

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

.acf-contact-form__header {
    width: 100%;
}

.acf-contact-form__header .section__title {
    width: 100%;
    text-align: center;
}

.acf-contact-form__header .section__subtitle {
    width: 100%;
    text-align: center;
}

.acf-contact-form__content {
    width: 100%;
    margin: 75px 0 0 0;
}

.acf-contact-form .wpcf7-list-item-label {
    font-size: 14px;
}

.acf-franchise {
    padding: 100px 0 0 0;
}

.acf-franchise__header {
    width: 100%;
    margin: 0 0 25px 0;
}

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

.acf-franchise__header .section__title {
    width: 100%;
    text-align: center;
}

.acf-franchise__header .section__subtitle {
    width: 100%;
    text-align: center;
}

.acf-franchise__header .section__text {
    width: 100%;
    text-align: justify;
}

.acf-franchise__content {
    width: 100%;
}

.acf-franchise__content .block-graphic {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.acf-franchise__content .block-graphic img {
    width: 750px;
    max-width: 100%;
    margin: 100px 0 0 0;
}

.acf-franchise__content .block-graphic .block__text {
    width: 100%;
    text-align: justify;
}

.acf-franchise__content .block-graphic__content {
    width: 100%;
    margin: 0;
}

.acf-franchise__content .block-graphic__content .section__subtitle {
    width: 100%;
    text-align: left;
}

.acf-franchise__content .block-graphic__content p {
    margin: 0;
}

.acf-franchise__content .block-graphic__content p a {
    color: #27235D;
    text-decoration: underline;
}

.acf-franchise__content .block-graphic__content p a:hover {
    color: #FDCD0C;
}

.acf-franchise__content .block-graphic__content ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.acf-franchise__content .block-graphic__content ul li {
    width: 100%;
    text-align: justify;
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 0 3px 0;
}

.acf-franchise__content .block-graphic__content ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FDCD0C;
    position: absolute;
    top: calc(12px - 2px);
    left: 0;
}

@media all and (max-width: 576px) {
    .acf-franchise__content .block-graphic__content ul li {
        text-align: left;
    }
}

@media all and (max-width: 576px) {
    .acf-franchise__content .block-graphic__content ul {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
}

.acf-franchise__content .block-graphic__controls {
    width: 100%;
    margin: 0;
}

.acf-franchise__content .block-aside {
    width: 100%;
    background: #FDCD0C;
    padding: 100px 0;
    margin: 100px 0 0 0;
}

@media all and (max-width: 992px) {
    .acf-franchise__content .block-aside .container {
        max-width: 100%;
    }
}

.acf-franchise__content .block-infos .block__title {
    color: #fff;
    width: 100%;
    text-align: center;
}

.acf-franchise__content .block-infos .block__subtitle {
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
}

.acf-franchise__content .block-infos .block__subtitle::after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 25px);
    background: #fff;
}

.acf-franchise__content .block-infos__content {
    width: 100%;
    display: flex;
    align-items: initial;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
}

.acf-franchise__content .block-infos__controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0 0;
}

.acf-franchise__content .block-infos__controls .btn {
    background: #fff;
    color: #FDCD0C;
    border-color: #fff;
}

.acf-franchise__content .block-infos__controls .btn:hover {
    background: none;
    color: #fff;
}

.acf-franchise__content .block-infos .block-item {
    width: calc(50% - 20px);
    background: #fff;
    margin: 20px 0;
    padding: 25px;
}

.acf-franchise__content .block-infos .block-item__title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #27235D;
    position: relative;
}

.acf-franchise__content .block-infos .block-item__title::after {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #FDCD0C;
}

.acf-franchise__content .block-infos .block-item__text {
    margin: 15px 0 0 0;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.4px;
    font-weight: 400;
}

@media all and (max-width: 992px) {
    .acf-franchise__content .block-infos .block-item {
        width: calc(50% - (15px / 2));
        margin: calc(15px / 2) 0;
    }
}

@media all and (max-width: 768px) {
    .acf-franchise__content .block-infos .block-item {
        width: 100%;
        min-height: 150px;
    }
}

.acf-notice-content {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0 auto;
}

.acf-notice-content:nth-child(1) {
    margin: 150px 0 0 0;
}

.acf-notice-content .block__header {
    margin: 0 0 25px 0;
}

.acf-notice-content .block__header .block__title {
    font-family: "Arial MT Std", Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    color: #27235D;
    position: relative;
}

.acf-notice-content .block__header .block__title::after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #FDCD0C;
}

.acf-notice-content .block__content {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #000;
}

.acf-notice-content .block__content .span-title {
    font-weight: 700;
}

.acf-notice-content .block__content .span-email {
    color: #FDCD0C;
}

.acf-notice-content .block__content .name {
    color: #FDCD0C;
    font-weight: 400;
}

@media all and (max-width: 768px) {
    .acf-notice-content .block__content {
        text-align: justify;
    }
}

.acf-cgv-content {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0 auto;
}

.acf-cgv-content:nth-child(1) {
    margin: 150px 0 0 0;
}

.acf-cgv-content .block__header {
    margin: 0 0 25px 0;
}

.acf-cgv-content .block__header .block__title {
    font-family: "Arial MT Std", Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    color: #27235D;
    position: relative;
}

.acf-cgv-content .block__header .block__title::after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #FDCD0C;
}

.acf-cgv-content .block__content {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #000;
}

.acf-cgv-content .block__content .span-title {
    font-weight: 700;
}

.acf-cgv-content .block__content .span-email {
    color: #FDCD0C;
}

.acf-cgv-content .block__content .name {
    color: #FDCD0C;
    font-weight: 400;
}

@media all and (max-width: 768px) {
    .acf-cgv-content .block__content {
        text-align: justify;
    }
}

.acf-videos {
    padding: 100px 0 0 0;
}

.acf-videos .section__header {
    width: 100%;
}

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

.acf-videos .section__header .section__title {
    width: 100%;
    text-align: center;
}

.acf-videos .section__header .section__subtitle {
    width: 100%;
    text-align: center;
}

.acf-videos .section__header .section__text {
    width: 100%;
    max-width: 800px;
    text-align: center;
}

.acf-videos .section__content {
    margin: 50px 0 0 0;
}

.epyt-gallery-subscribe {
    background: #FDCD0C;
    padding: 0 0 25px 0 !important;
}

.epyt-video-wrapper {
    background: #FDCD0C;
    padding: 50px 0 25px 0;
}

.epyt-video-wrapper .epyt-facade {
    width: calc(100% - 30px);
    height: 450px;
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.epyt-video-wrapper .epyt-facade::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
}

.epyt-video-wrapper .epyt-facade img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
    object-fit: cover;
    transform: none;
}

@media all and (max-width: 768px) {
    .epyt-video-wrapper .epyt-facade {
        height: 375px;
    }
}

@media all and (max-width: 576px) {
    .epyt-video-wrapper .epyt-facade {
        height: 300px;
    }
}

.epyt-video-wrapper iframe {
    border: 5px solid #fff;
    background: #fff;
    max-width: calc(100% - 10px);
}

.epyt-gallery-list {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 25px auto 0 auto !important;
    padding: 50px 0 0 0;
}

.epyt-gallery-list .epyt-pagination:nth-child(1) {
    display: none;
}

.epyt-gallery-list .epyt-pagination .epyt-arrow {
    display: none;
}

.epyt-gallery-list .epyt-pagination .epyt-current {
    font-size: 18px;
    color: #27235D;
}

.epyt-gallery-list .epyt-pagination .epyt-pageseparator {
    font-size: 18px;
    color: #27235D;
}

.epyt-gallery-list .epyt-pagination .epyt-totalpages {
    font-size: 18px;
    color: #27235D;
}

.epyt-gallery-list .epyt-pagination .epyt-pagebutton {
    background: #FDCD0C;
    color: #fff;
    padding: 0 15px;
    line-height: 30px;
    border: 2px solid #FDCD0C;
    margin: 0 25px;
}

.epyt-gallery-list .epyt-pagination .epyt-pagebutton:hover {
    background: none;
    color: #FDCD0C;
}

.epyt-gallery-list .epyt-gallery-allthumbs {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.epyt-gallery-list .epyt-gallery-rowbreak {
    display: none;
}

@media all and (max-width: 768px) {
    .epyt-gallery-list .epyt-gallery-thumb {
        width: 50%;
    }
}

@media all and (max-width: 576px) {
    .epyt-gallery-list .epyt-gallery-thumb {
        width: 100%;
    }
}

.editor-styles-wrapper .wp-block {
    width: 100%;
    max-width: 100%;
}

.editor-styles-wrapper .wp-block .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .editor-styles-wrapper .wp-block .container {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .editor-styles-wrapper .wp-block .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .editor-styles-wrapper .wp-block .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .editor-styles-wrapper .wp-block .container {
        width: 1140px;
    }
}

/*# sourceMappingURL=acf.css.map */


.section-categories__content .container {
    align-items: inherit;
}

@media all and (max-width: 992px) {
    .section-categories__content .section-categories__navigation{
        width: 100%;
        margin: 0 0 50px 0;
    }
    .section-categories__content .section-categories__navigation.active{
        width: calc(100% + 30px);
        margin:0 -15px 50px -15px;
    }

    .section-categories__content .section-categories__navigation__header {
        justify-content: center;
    }
    .section-categories__content .section-categories__navigation.active .section-categories__navigation__header{
        justify-content: flex-start;
        margin-top:15px;
    }
    .section-categories__content .section-categories__navigation__header .section-categories__navigation__title {
        display: none;
    }
    .section-categories__content .section-categories__navigation__header .section-categories__navigation__title.active{
        display: block;
    }
    .section-categories__content .section-categories__navigation__header .btn {
        background: #FDCD0C;
        color: #fff;
        border: 2px solid #FDCD0C;
        padding: 0 15px;
        height: 50px;
        margin: 0 25px;
    }
}

.section-categories__content .section-categories__navigation .categories-list__title{
    padding:20px 0 0 0!important;
}


/**
 * WPML
 */
.wpml-ls-menu-item .menu-item {
    padding:0 5px!important;
}
.wpml-ls-menu-item .menu-item a {
    display: flex!important;
    align-items: center;
    justify-content: flex-start;
    width: 100%!important;
    color:var(--color-blue)!important;
}


/* Your existing modal styles */
.modal-overlay {
    /* display: none;
    position: relative;
    top: 15%;
    left: 0%;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 2; */

    display: none;
    position: relative;
    top: 15%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 2;
    z-index: 2;
}

.modal-content {
    /* position: relative;
    padding: 20px;
    background: #fff;
    max-width: 800px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    padding: 20px;
    max-width: 600px;
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #333;
}

.video-list {
    list-style: none;
    padding: 0;
}

.video-item {
    cursor: pointer;
    padding-left: 5px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.video-item:hover {
    background-color: #f2f2f2;
}

.open-modal-btn {
    display: inline-block;
}

.video-container {
    display: inline-block;
}


@media all and (max-width: 576px) {
    .video-container {
        display: inline-block;
        margin: 10px 0 0 0;
        width: 100%;
    }


}