@import url(https://fonts.googleapis.com/css?family=Nunito);

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */

.sticky_cookies_footer{
    background-color: #051223;
    padding:15px 65px;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
}
.sticky_cookies_footer_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookies_content{
    color: #fff;
    margin: 0 20px 0 0;
}
.cookies_action{
    display: flex;
    justify-content: flex-end;
}
.cookies_action ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cookies_action ul li{
    margin: 0 0 0 20px;
}
.acp_cookies {
    max-width: unset;
    width: 100%;
    height: 45px;
    padding: 14px 30px;
    border: solid 1px #E11A36;
    display: flex;
    justify-content: center;
    background-color: #E11A36;
    align-items: center;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: #fff;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    text-decoration: none;
}
.acp_cookies:hover, .acp_cookies:focus {
    color: #E11A36;
    background-color: #fff;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
}
.decl_cookies {
    max-width: unset;
    width: 100%;
    height: 45px;
    background-color: #fff;
    padding: 14px 30px;
    border: solid 1px #E11A36;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: #E11A36;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
}
.decl_cookies:hover, .acp_cookies:focus {
    color: #fff;
    background-color: #E11A36;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
}
.close_cookies{
    background-color: #93989e;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.close_cookies span {
    font-size: 13px;
    line-height: 1;
}
.cookies_content{
	width: 60%;
}
.cookies_action{
    width: 40%;
}
.cookies_content p a {
	color: #E11A36;
}
@media only screen and (max-width: 767px) {
    .sticky_cookies_footer_flex {
        display: block;
    }
    .cookies_content {
        width: 100%;
        margin-bottom: 20px;
    }
    .cookies_action {
        width: 100%;
        justify-content: center;
    }
    .cookies_content p {
        font-size: 14px;
        line-height: 1.2;
    }
    .acp_cookies {
        height: 32px;
        padding: 8px 20px;
    }
}
/*===========*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}


/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}


/* 3D Effects */

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}


/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}


/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}


/* Bullets */

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}


/* Progress */

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

.swiper-pagination-lock {
    display: none;
}


/* Scrollbar */

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}


/* Preloader */

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* a11y */

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*--- Custom additions ---*/

html,
body,
div,
span,
iframe,
article,
aside,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
small,
strong,
sub,
sup,
b,
u,
i,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
nav,
video {
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.container:before,
.container:after {
    content: "";
    display: table;
}

.container:after {
    clear: both;
}

.h-touch {
    display: none;
}

@media (min-width: 1025px) {
    .h-touch {
        display: block;
    }
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5em;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body.is-hidden {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.body-wrapper {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

@media (min-width: 1025px) {
    .body-wrapper {
        overflow-x: visible;
    }
}

.body-wrapper.is-hidden {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

strong {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.logo {
    display: inline-block;
    width: 130px;
    height: 26px;
}

.main-footer .logo {
    margin-bottom: 40px;
}

@media (min-width: 1025px) {
    .main-footer .logo {
        margin-bottom: 0;
    }
}

.logo img {
    width: 100%;
}

ul.content-list li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.5em;
}

ul.content-list li:before {
    content: "\25CF";
    display: inline-block;
    position: relative;
    margin-right: 1rem;
    color: #FFFFFF;
    font-size: 0.4rem;
}

.layout {
    padding: 4rem 0 6rem;
}

@media (min-width: 1025px) {
    .layout {
        padding: 14rem 0;
    }
}

.m-clear-top {
    padding: 0 0 6rem;
}

@media (min-width: 1025px) {
    .m-clear-top {
        padding: 14rem 5.0632911392%;
    }
}

.backtop {
    position: fixed;
    z-index: 2000;
    bottom: 60px;
    left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492.004 492.004'%3E%3Cpath d='M382.678 226.804L163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z'/%3E%3C/svg%3E");
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: 55% 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
    transition: opacity 0.2s;
}

.backtop.is-visible {
    opacity: 1;
    transition: opacity 0.2s;
}

.copyright {
    margin-top: 3rem;
    color: #6B6B6B;
    text-align: center;
}

.btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
    border-radius: 2px;
    background-color: #E11A36;
    text-decoration: none;
    font-size: 1.6rem;
}

.btn:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 31px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='14' viewBox='0 0 31 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.06 5.833l-5.253-4.04 1.22-1.586 7.313 5.626h.077v.06l1.175.903-1.175.995v.042h-.05l-7.304 6.18-1.292-1.526 5.5-4.654H.29v-2h25.77z' fill='%23FFF'/%3E%3C/svg%3E");
    margin-left: 20px;
}

.breadcrumb {
    z-index: 1;
}

.breadcrumb a,
.breadcrumb span {
    color: #FFFFFF;
    margin-right: 5px;
}

.breadcrumb a {
    color: #FFFFFF;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    color: #E11A36;
}

.breadcrumb__sep {
    margin-right: 5px;
}

.blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #FFFFFF;
    background-color: #082348;
}

@media (min-width: 1025px) {
    .blocks {
        flex-direction: row;
        align-items: stretch;
    }
}

.blocks.m-dark {
    background-color: #051223;
}

.blocks.m-medium {
    background-color: #091B33;
}

.blocks.m-reverse {
    flex-direction: column-reverse;
}

@media (min-width: 1025px) {
    .blocks.m-reverse {
        flex-direction: row;
    }
}

.blocks__title {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.3rem;
    line-height: 1.5em;
    margin-bottom: 20px;
}

@media (min-width: 1025px) {
    .blocks__title {
        font-size: 4rem;
    }
}

.blocks__intro {
    font-size: 1.6rem;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.blocks__intro.m-contact {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (min-width: 1025px) {
    .blocks__intro.m-contact {
        justify-content: space-around;
    }
}

.blocks__intro.m-contact address,
.blocks__intro.m-contact p {
    margin-bottom: 3rem;
    margin-right: 4%;
}

@media (min-width: 1025px) {
    .blocks__intro.m-contact address,
    .blocks__intro.m-contact p {
      /*  margin-right: auto;*/
    }
}

.blocks__intro.m-contact strong {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.blocks__intro.m-contact a {
    color: #FFFFFF;
    text-decoration: none;
}

.blocks__list {
    padding: 0;
    margin: 7rem 0 0;
    list-style-type: none;
}

.blocks__list li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 1025px) {
    .blocks__list li {
        display: inline-block;
        width: 49%;
    }
}

.blocks__list li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FFFFFF;
    text-decoration: none;
}

.blocks__list li a:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E11A36;
    margin-right: 10px;
}

.blocks__list li span {
    position: relative;
}

.blocks__list li span:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
}

.blocks__logos {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.blocks__logos a {
    position: relative;
    display: block;
    padding: 0 20px;
    /*flex: 30% 1;*/
    max-height: 49px;
    margin-bottom: 40px;
}

.blocks__logos a img {
    display: block;
    width: 77%;
    max-width: 141px;
    margin: 0 auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    /*-o-object-position: center;*/
    /*object-position: center;*/
}

.block-half {
    position: relative;
    min-height: 300px;
    width: 100%;
    padding: 14rem 11.3924050633%;
}

@media (min-width: 1025px) {
    .block-half {
        min-height: 500px;
        padding: 14rem 0;
        width: 50%;
    }
}

.block-half__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-half.m-slideshow {
    padding: 0;
}

.block-one-third,
.block-two-third {
    margin: 0;
    padding: 6rem 5.0632911392%;
}

@media (min-width: 1025px) {
    .block-one-third,
    .block-two-third {
        padding: 14rem 5.0632911392%;
    }
}

.block-one-third.m-clear-focus,
.block-two-third.m-clear-focus {
    padding: 0 5.0632911392% 6rem;
}

@media (min-width: 1025px) {
    .block-one-third.m-clear-focus,
    .block-two-third.m-clear-focus {
        padding: 14rem 5.0632911392%;
    }
}

.block-one-third {
    width: 100%;
}

@media (min-width: 1025px) {
    .block-one-third {
        width: 36.7088607595%;
    }
}

.block-two-third {
    width: 100%;
}

@media (min-width: 1025px) {
    .block-two-third {
        width: 72.0253164557%;
    }
}

.m-content,
.m-content-narrow {
    /*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 6rem 12.8205128205%;*/
}

@media (min-width: 1025px) {
    .m-content {
        padding: 14rem 5.0632911392%;
    }
}

@media (min-width: 1025px) {
    .m-content-narrow {
        padding: 14rem 11.3924050633%;
    }
}

.m-logos:first-child {
    padding: 6rem 0 0;
}

.m-logos:last-child {
    padding-top: 0;
    padding-bottom: 6rem;
}

@media (min-width: 1025px) {
    .m-logos {
        padding: 14rem 5.0632911392%;
    }
}

.main-header {
    position: absolute;
    z-index: 900;
    width: 100%;
    top: 0;
    left: 0;
    height: 86px;
    padding: 30px 0;
    background-color: #FFFFFF;
}

.main-header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.main-header .container:before,
.main-header .container:after {
    display: none;
}

.main-header__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

nav ul.level .level {
    left: -10000px;
    opacity: 0;
    transition: opacity 0.5s;
}

.no-touch nav ul.level>li:hover>.level {
    left: 0;
    opacity: 1;
}

nav .level-2 {
    position: absolute;
    width: 100vw;
    height: 280px;
    top: 86px;
    left: 0;
    padding: 0;
    background-color: #FFFFFF;
}

@media (min-width: 1025px) {
    nav .level-2 {
        padding: 30px 0;
    }
}

nav .level-2 .container {
    padding: 0 20px;
}

@media (min-width: 1025px) {
    nav .level-2 .container {
        padding: 0 10px;
    }
}

nav .level-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (min-width: 1025px) {
    nav .level-2 ul {
        height: 100%;
        max-height: 220px;
    }
}

nav .level-2 ul li {
    width: 100%;
}

@media (min-width: 1025px) {
    nav .level-2 ul li {
        width: 17.7215189873%;
        margin-right: 6.3291139241%;
    }
}

@media (max-width: 1024px) {
    nav .sub-menu-toggler {
        height: 40px;
        width: 40px;
        padding: 0;
        border: none;
        background: transparent;
        font-weight: bold;
        color: #082348;
        font-size: 20px;
        line-height: 20px;
        display: block;
        position: absolute;
        right: 20px;
        top: 0;
    }
    .custom-checkbox {
    width: 100%;
    }
    nav .sub-menu-toggler:focus,
    nav .sub-menu-toggler:active {
        outline: none;
    }
    nav .sub-menu-toggler .close-icon {
        display: none;
    }
    .expanded nav .sub-menu-toggler .close-icon {
        color: #FFFFFF;
    }
    nav ul.level-1 li,
    nav ul li {
        display: block;
        overflow: hidden;
    }
    nav ul.level-1 a,
    nav ul a {
        position: relative;
        display: block;
        width: 100%;
    }
    .touch nav ul.level-1 li:hover .level,
    .touch nav ul li:hover .level {
        max-height: 1000px;
    }
    nav ul.level-1 li.expanded .open-icon,
    nav ul li.expanded .open-icon {
        display: none;
    }
    nav ul.level-1 li.expanded .close-icon,
    nav ul li.expanded .close-icon {
        display: block;
        color: #FFFFFF;
    }
    nav ul.level .level {
        position: static;
        transition: height 1s;
        height: 0;
        opacity: 1;
    }
    .main-nav ul li ul a {
        padding: 5px 12.6582278481%;
    }
}

.open-icon,
.close-icon {
    display: block;
    width: 40px;
    height: 40px;
}

@media (min-width: 1025px) {
    .sub-menu-toggler {
        display: none;
    }
}

.close-icon {
    margin-top: 15px;
}

.open-icon {
    margin-top: -10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-nav {
    position: static;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    -webkit-transform: none;
    transform: none;
    transition: none;
}

.main-nav__intro-current {
    display: none;
}

@media (min-width: 1025px) {
    .main-nav__intro-current {
        display: block;
        width: 50.6329113924%;
        padding: 0 5.0632911392%;
    }
    .main-nav__intro-current h4 {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #E11A36;
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {
    .main-nav__intro-current h4 {
        font-size: 3.9rem;
        line-height: 1.15em;
    }
}

.main-nav .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

@media (min-width: 1025px) {
    .main-nav .container {
        flex-direction: row;
    }
}

.main-nav .container:before,
.main-nav .container:after {
    display: none;
}

.main-header .main-nav {
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    padding: 0;
    height: -webkit-calc(100vh - 86px);
    height: calc(100vh - 86px);
    background-color: #FFFFFF;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

@media (min-width: 1025px) {
    .main-header .main-nav {
        padding: 4rem 2rem;
    }
}

.main-header .main-nav.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

@media (min-width: 1025px) {
    .main-header .main-nav.is-active {
        -webkit-transform: none;
        transform: none;
        transition: none;
    }
}

@media (min-width: 1025px) {
    .main-header .main-nav {
        position: static;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        padding: 0;
        background-color: transparent;
        display: inline-block;
        -webkit-transform: none;
        transform: none;
        transition: none;
    }
}

.main-footer .main-nav {
    margin-bottom: 4rem;
}

@media (min-width: 1025px) {
    .main-footer .main-nav {
        margin-bottom: 0;
    }
}

.main-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.main-nav li {
    display: block;
    width: 100%;
    padding: 5px 0;
}

@media (min-width: 1025px) {
    .main-nav li {
        display: inline-block;
        width: auto;
        height: 86px;
        margin-bottom: 0;
        margin-right: 55px;
    }
    .main-nav li:last-child {
        margin-right: 0;
    }
}

.main-nav li .level.level-2 li {
    height: auto;
}

@media (min-width: 1025px) {
    .main-nav li .level.level-2 li {
        margin-bottom: 3rem;
    }
}

.main-nav li.expanded a.parent-link {
    background-color: #E11A36;
    color: #FFFFFF;
}

@media (min-width: 1025px) {
    .main-nav li:hover .parent-link {
        position: relative;
        color: #E11A36;
    }
    .main-nav li:hover .parent-link:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #E11A36;
    }
}

.main-nav a {
    font-size: 2.1rem;
    line-height: 1.5em;
    color: #082348;
    text-decoration: none;
    margin-bottom: 3rem;
    padding: 10px 20px;
}

@media (min-width: 1025px) {
    .main-nav a {
        padding: 5px 0;
        font-size: 1.6rem;
    }
}

.main-footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background-color: #051223;
    padding: 40px 0 20px;
}

@media (min-width: 1025px) {
    .main-footer {
        height: 145px;
    }
}

.main-footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.main-footer__wrapper:before,
.main-footer__wrapper:after {
    display: none;
}

@media (min-width: 1025px) {
    .main-footer__wrapper {
        flex-direction: row;
        align-items: center;
    }
}

.footer-nav {
    position: relative;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    -webkit-transform: none;
    transform: none;
    transition: none;
}

.main-footer .footer-nav {
    margin-bottom: 4rem;
}

@media (min-width: 1025px) {
    .main-footer .footer-nav {
        margin-bottom: 0;
    }
}

.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-nav li {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
}

@media (min-width: 1025px) {
    .footer-nav li {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
        margin-right: 55px;
    }
    .footer-nav li:last-child {
        margin-right: 0;
    }
}

.footer-nav a {
    font-size: 2.1rem;
    line-height: 1.5em;
    color: #FFFFFF;
    text-decoration: none;
}

@media (min-width: 1025px) {
    .footer-nav a {
        font-size: 1.6rem;
    }
}

.social-icons {
    display: inline-block;
}

.social-icons li {
    display: inline-block;
    margin-right: 20px;
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-icons a {
    display: block;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.social-icons a:hover {
    opacity: 1;
    transition: opacity 0.2s;
}

.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-right: 4rem;
}

@media (min-width: 1025px) {
    .main-header .dropdown {
        margin-top: 4px;
    }
}

.main-footer .dropdown {
    margin-top: 2rem;
}

@media (min-width: 1025px) {
    .main-footer .dropdown {
        margin-top: 0;
    }
}

.dropdown,
.dropdown span,
.dropdown a {
    text-decoration: none;
}

.dropdown span,
.dropdown a {
    display: block;
    min-width: 20px;
    text-transform: uppercase;
    color: #082348;
}

@media (min-width: 1025px) {
    .main-footer .dropdown span,
    .main-footer .dropdown a {
        color: #FFFFFF;
    }
}

.dropdown span:hover,
.dropdown a:hover {
    text-decoration: underline;
}

.main-footer .dropdown span,
.main-footer .dropdown a {
    color: #FFFFFF;
}

.dropdown:after {
    content: "";
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    right: -20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #082348;
}

@media (min-width: 1025px) {
    .main-footer .dropdown:after {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #FFFFFF;
    }
}

.main-footer .dropdown:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFFFFF;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    outline: none;
}

@media (min-width: 1025px) {
    .hamburger {
        display: none;
    }
}

.hamburger:hover {
    opacity: 1;
}

.hamburger.is-active:hover {
    opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #082348;
}

.hamburger-box {
    width: 35px;
    height: 17px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -0.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 35px;
    height: 1px;
    background-color: #082348;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}


/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cover {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 502px;
    color: #FFFFFF;
    background-color: #082348;
    padding-top: 86px;
}

.cover.m-home {
    height: 100vh;
}

@media (min-width: 1025px) {
    .cover {
        padding-top: 0;
        height: 570px;
    }
    .cover.m-home {
        height: 100vh;
    }
}

.cover__texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 1025px) {
    .cover__texts {
        padding: 0;
        width: 36.7088607595%;
        margin: 0 auto;
    }
    .m-left .cover__texts {
        width: 55.6962025316%;
        margin: 0;
    }
}

.cover.m-home {
    height: 100vh;
}

.cover.m-home .cover__texts {
    padding: 0 12.8205128205%;
}

@media (min-width: 1025px) {
    .cover.m-home .cover__texts {
        padding: 0;
        width: 36.7088607595%;
    }
}

.cover__breadcrumb {
    position: absolute;
    left: 50%;
    bottom: 3rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

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

.cover__bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cover__title,
.cover__subtitle {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    line-height: 1em;
}

.cover__title {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.1rem;
    margin-bottom: 50px;
}

@media (min-width: 1025px) {
    .cover__title {
        font-size: 7.9rem;
    }
}

.cover__subtitle {
    font-size: 1.8rem;
}

@media (min-width: 1025px) {
    .cover__subtitle {
        font-size: 2.8rem;
    }
}

.focus {
    padding: 6rem 0;
}

.focus .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.focus .container:before,
.focus .container:after {
    display: none;
}

@media (min-width: 1025px) {
    .focus .container {
        flex-direction: row;
    }
}

.focus__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}

@media (min-width: 1025px) {
    .focus__items {
        flex-direction: row;
        align-items: stretch;
    }
}

.focus__item {
    /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;*/
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 8rem;
    display: grid;
    align-items: baseline;
}

@media (min-width: 1025px) {
    .focus__item {
        margin-bottom: 0;
        width: 30%;
    }
}

.focus__item i {
    display: block;
    margin-bottom: 4rem;
}

.focus .block-one-third {
    margin: 0;
}

.offices {
    position: relative;
    height: 400px;
}

@media (min-width: 1025px) {
    .offices {
        height: 450px;
    }
}

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

.offices .container {
    height: 100%;
}

.offices .container:before,
.offices .container:after {
    display: none;
}

.offices .container,
.offices .block-half {
    position: relative;
    z-index: 1;
}

.offices .block-half {
    height: 100%;
}

.offices__location {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    top: 2rem;
    right: 2rem;
}

@media (min-width: 1025px) {
    .offices__location {
        right: 0;
    }
}

.offices__location i {
    width: 14px;
    height: 20px;
    margin-right: 15px;
}

.team .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (min-width: 1025px) {
    .team .container {
        flex-direction: row;
    }
}

.team__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

@media (min-width: 1025px) {
    .team__items {
        flex-direction: row;
    }
}

.team__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    padding: 2rem 3rem;
    margin-bottom: 2.4rem;
}

@media (min-width: 1025px) {
    .team__item {
        width: -webkit-calc(50% - 1.2rem);
        width: calc(50% - 1.2rem);
    }
}

.team__pic {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 2rem;
}

.team__name {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.cards {
    background-color: #091B33;
}

.cards .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 5rem 20px 2rem;
}

.cards .container:before,
.cards .container:after {
    display: none;
}

.card {
    position: relative;
    background-color: #082348;
    width: 100%;
    margin-bottom: 6rem;
}

@media (min-width: 1025px) {
    .card {
        margin-right: 3rem;
        width: -webkit-calc(33.33% - 20px);
        width: calc(33.33% - 20px);
    }
    .card:nth-child(3n+3) {
        margin-right: 0;
    }
}

.card a {
    text-decoration: none;
    color: #FFFFFF;
}

.card__image img {
    max-width: 100%;
}

.card__infos {
    padding: 4rem 3rem 2rem;
}

.card h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.9rem;
    line-height: 1.2em;
    margin-bottom: 3rem;
}

@media (min-width: 1025px) {
    .card h3 {
        font-size: 3.3rem;
    }
}

.card p {
    margin-bottom: 4rem;
}

.card .next {
    position: absolute;
    left: 3rem;
    bottom: 2rem;
}

.certificates {
    background-color: #051223;
    padding: 6rem 0;
}

.certificate {
    background-color: #082348;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
    width: 100%;
    min-height: 111px;
}

@media (min-width: 1025px) {
    .certificate {
        flex-direction: row;
        width: 68.3544303797%;
        min-width: 872px;
        padding-left: 4rem;
    }
}

.certificate a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
    background-color: #E11A36;

}

.certificate span {
    display: block;
}

.twin_link{
    padding: 2.0rem 0.0rem;
    width: 100%;
}

.certificate__label,
.certificate__btn,
.certificate__inprogress {
    color: #FFFFFF;
    padding: 2.4rem 2rem;
    width: 100%;
}

.certificate__label {
    font-size: 1.9rem;
    text-align: center;
}

@media (min-width: 1025px) {
    .certificate__label {
        text-align: left;
    }
    .twin_link{
        /*width: 111%;*/
    }
    .certificate a {
        max-width: 271px;
        min-width: 271px;
    }
}

.certificate__btn,
.certificate__inprogress {
    font-size: 1.6rem;
}

@media (min-width: 1025px) {
    /*.certificate__btn, .certificate__inprogress {
    max-width: 220px;
  }*/
}

.certificate__btn i {
    display: block;
    width: 12px;
    height: 17px;
    margin: 0 0 4px 10px;
}

.certificate__inprogress {
    text-align: center;
}

form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6B6B6B;
    font-size: 1.6rem;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #6B6B6B;
    font-size: 1.6rem;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: #6B6B6B;
    font-size: 1.6rem;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: #6B6B6B;
    font-size: 1.6rem;
}

form select,
form textarea {
    display: block;
    width: 100%;
}

form input[type=text],
form textarea,
form input[type=email],
form input[type=tel] {
    font-size: 1.6rem;
    padding: 0 15px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: #091B33;
    border-radius: 2px;
    margin-bottom: 1rem;
}

form input[type=text],
form input[type=email],
form input[type=tel] {
    height: 40px;
    line-height: 40px;
}

form textarea {
    padding: 15px;
}

form .form-break {
    width: 100%;
}

form .form-input {
    width: 100%;
}

@media (min-width: 1025px) {
    form .form-input.m-half {
        width: -webkit-calc(50% - 1rem);
        width: calc(50% - 1rem);
    }
}

form .btn {
    border: none;
}

.custom-select {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.3;
    padding: 0.6em 1.4em 0.5em 0.8em;
    width: -webkit-calc(50% - 1rem);
    width: calc(50% - 1rem);
    box-sizing: border-box;
    margin: 0 0 1rem;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #091B33;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:hover {
    border-color: #888;
}

.custom-select:focus {
    border-color: #FFFFFF;
    color: #FFFFFF;
    outline: none;
}

.custom-select option {
    font-weight: normal;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #E11A36;
}

.swiper-button-prev,
.swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #FFFFFF;
    border-radius: 50%;
    background-size: 50% auto;
    background-position: 57% 50%;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
    transition: opacity 0.2s;
}

.m-home .swiper-button-prev,
.m-home .swiper-button-next {
    display: none;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492.004 492.004'%3E%3Cpath d='M382.678 226.804L163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z'/%3E%3C/svg%3E");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492.004 492.004'%3E%3Cpath d='M382.678 226.804L163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z'/%3E%3C/svg%3E");
}

.lightbox-departments {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1200;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
}

.lightbox-departments.is-hidden {
    display: none;
}

.lightbox-departments h4 {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.3rem;
    line-height: 1em;
    margin-bottom: 2rem;
}

@media (min-width: 1025px) {
    .lightbox-departments h4 {
        margin-bottom: 0;
        font-size: 4.8rem;
    }
}

.lightbox-departments__inner {
    position: relative;
    background-color: #082348;
    transition: height 0.2s;
    margin: 0 2rem;
    padding: 2rem;
}

@media (min-width: 1025px) {
    .lightbox-departments__inner {
        width: 62.0253164557%;
        padding: 7rem 6.3291139241% 5rem;
        margin: 0;
    }
}

.lightbox-departments__inner-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.lightbox-departments__inner-close span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background-color: #FFFFFF;
}

.lightbox-departments__inner-close span:first-child {
    -webkit-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
}

.lightbox-departments__inner-close span:last-child {
    -webkit-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
}

.lightbox-departments__overview,
.lightbox-departments__form {
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 1000px;
    opacity: 1;
    transition: max-height 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.2s linear;
    transition-delay: 0s, 0.1s;
}

.lightbox-departments__overview.is-hidden,
.lightbox-departments__form.is-hidden {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.2s linear;
    transition-delay: 0s, 0.1s;
}

.lightbox-departments__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
}

@media (min-width: 1025px) {
    .lightbox-departments__header {
        flex-direction: row;
        align-items: flex-end;
    }
}

.lightbox-departments__download {
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    padding: 0;
    color: #FFFFFF;
    border: none;
    background-color: transparent;
}

.lightbox-departments__image img {
    display: block;
    width: 100%;
}

@media (min-width: 1025px) {
    .lightbox-departments__form h4 {
        margin-bottom: 4rem;
    }
}

.lightbox-departments__form p {
    margin-bottom: 4rem;
}

@media (min-width: 1025px) {
    .lightbox-departments__form p {
        width: 40%;
    }
}

@media (min-width: 1025px) {
    .lightbox-departments__form form {
        width: 59.1836734694%;
    }
}

.lightbox-departments__form input[type=submit] {
    margin-top: 2rem;
}

.component__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}

.component__logos.m-references {
    margin: 4rem 0 0;
}

.component__logos.m-key-assets {
    margin: 10rem 0 0;
}

.component__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*flex: -webkit-calc(100% / 2) 1;
  flex: calc(100% / 2) 1;*/
    margin-bottom: 4rem;
    width: 50%;
}

@media (min-width: 641px) {
    .component__logo {
        /*flex: -webkit-calc(100% / 4) 1;
    flex: calc(100% / 4) 1;*/
        width: 25%;
    }
}

@media (min-width: 1025px) {
    .component__logo {
        /*flex: -webkit-calc(100% / 6) 1;
    flex: calc(100% / 6) 1;*/
        width: 16%;
    }
}

.component__logo img {
    display: block;
    width: auto;
    max-width: 125px;
}

.careers {
    background-color: #091B33;
}

.careers .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

@media (min-width: 1025px) {
    .careers .container {
        flex-direction: row;
        align-items: stretch;
    }
}

.careers .container:before,
.careers .container:after {
    display: none;
}

.careers__image,
.careers__content {
    width: 100%;
}

.careers__content {
    padding: 2rem 0 6rem;
}

@media (min-width: 1025px) {
    .careers__content {
        width: 30.3797468354%;
        padding: 14rem 0;
    }
}

.careers__image {
    padding: 6rem 0;
}

@media (min-width: 1025px) {
    .careers__image {
        width: 49.3670886076%;
        padding: 14rem 0;
    }
}

.careers img {
    display: block;
    width: 100%;
}

.careers address {
    font-style: normal;
}

.careers a {
    color: #E11A36;
    text-decoration: none;
}

.careers a:hover {
    text-decoration: underline;
}

.about {
    background-color: #091B33;
}

.about__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

.about__images img {
    display: block;
}

.about__images img:first-child {
    width: 100%;
}

@media (min-width: 1025px) {
    .about__images img:first-child {
        width: 43.0379746835%;
    }
}

.about__images img:last-child {
    display: none;
}

@media (min-width: 1025px) {
    .about__images img:last-child {
        display: block;
        width: 49.3670886076%;
        margin-left: 1.2658227848%;
    }
}

.about__content h3,
.about__scheme h3 {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 10rem 0 3rem;
}

@media (min-width: 1025px) {
    .about__content,
    .about__scheme h3 {
        padding: 0 25.3164556962% 0 18.9873417722%;
    }
}

.about__scheme {
    display: none;
}

@media (min-width: 1025px) {
    .about__scheme {
        display: block;
    }
}

.about__scheme img {
    display: block;
    width: 100%;
}

.offices-page {
    background-color: #091B33;
}

.offices-page__images-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 9rem;
}

@media (min-width: 641px) {
    .offices-page__images-wrapper {
        flex-direction: row;
    }
}

.offices-page__images-wrapper img {
    display: block;
    width: 100%;
    margin-bottom: 4rem;
}

@media (min-width: 1025px) {
    .offices-page__images-wrapper img {
        margin-bottom: 10rem;
    }
}

.offices-page__image {
    width: 100%;
    margin-bottom: 4rem;
}

@media (min-width: 1025px) {
    .offices-page__image {
        margin-bottom: 0;
    }
}

.offices-page__image h3 {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 2rem;
}

.offices-page__image__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-end;
}

@media (min-width: 1025px) {
    .offices-page__image__content {
        justify-content: flex-end;
    }
}

.offices-page__image__content__contact {
    margin-left: 2.5641025641%;
    padding-right: 12.8205128205%;
}

.offices-page__image__content a {
    display: block;
    color: #E11A36;
    text-decoration: none;
}

@media (min-width: 641px) {
    .offices-page__image:first-child {
        width: 43.0379746835%;
    }
}

@media (min-width: 641px) {
    .offices-page__image:last-child {
        width: 49.3670886076%;
        margin-left: 1.2658227848%;
    }
}

.offices-page__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
}

@media (min-width: 1025px) {
    .offices-page__content {
        padding: 0 25.3164556962% 0 18.9873417722%;
    }
}

.offices-page__gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (min-width: 1025px) {
    .offices-page__gallery {
        flex-direction: row;
    }
}

.offices-page__gallery img {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

@media (min-width: 1025px) {
    .offices-page__gallery img {
        width: 49.3670886076%;
        margin-bottom: 1.2658227848%;
    }
}

.values-page {
    background-color: #091B33;
}

.values-page__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6rem;
}

@media (min-width: 1025px) {
    .values-page__list li {
        flex-direction: row;
        margin-bottom: 10rem;
    }
}

.values-page__list li:last-child {
    margin-bottom: 0;
}

.values-page__list li span {
    position: relative;
    display: block;
    width: 100%;
}

.values-page__list li span:first-child {
    padding-left: 20px;
    font-size: 1.9rem;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1em;
    margin-bottom: 2rem;
}

@media (min-width: 1025px) {
    .values-page__list li span:first-child {
        font-size: 3.3rem;
        width: 30.3797468354%;
        padding-right: 6.3291139241%;
        margin-bottom: 0;
    }
}

.values-page__list li span:first-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E11A36;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.values-page__list li span:last-child {
    font-size: 1.6rem;
    line-height: 1.3em;
}

@media (min-width: 1025px) {
    .values-page__list li span:last-child {
        font-size: 16px;
        width: 68.3544303797%;
    }
}

.key-assets {
    background-color: #091B33;
}

.key-assets__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

@media (min-width: 641px) {
    .key-assets__items {
        flex-direction: row;
        padding-right: 6.3291139241%;
    }
}

.key-assets__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6rem;
}

@media (min-width: 641px) {
    .key-assets__item {
        width: 49.3670886076%;
        margin-bottom: 8rem;
    }
}

@media (min-width: 1025px) {
    .key-assets__item {
        width: 30.3797468354%;
    }
}

.key-assets__item div {
    width: 100px;
}

@media (min-width: 641px) {
    .key-assets__item div {
        width: 150px;
    }
}

.key-assets__item div img {
    display: block;
    width: 50%;
    margin: 0 auto;
}

@media (min-width: 1025px) {
    .key-assets__item div img {
        width: auto;
    }
}

.key-assets__item span {
    display: block;
    width: -webkit-calc(100% - 100px - 2rem);
    width: calc(100% - 100px - 2rem);
}

@media (min-width: 641px) {
    .key-assets__item span {
        width: -webkit-calc(100% - 150px - 2rem);
        width: calc(100% - 150px - 2rem);
    }
}

.key-assets__text h3 {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 2rem;
}

@media (min-width: 641px) {
    .key-assets__text {
        padding-right: 25.3164556962%;
    }
}

.history {
    background-color: #091B33;
}

.history__header-images,
.history__text,
.history__banner {
    margin-bottom: 8rem;
}

@media (min-width: 1025px) {
    .history__header-images,
    .history__text,
    .history__banner {
        margin-bottom: 10rem;
    }
}

.history__header-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1025px) {
    .history__header-images {
        flex-direction: row;
        padding-left: 18.9873417722%;
    }
}

.history__header-portrait {
    width: 100%;
}

@media (min-width: 1025px) {
    .history__header-portrait {
        width: 29.6875%;
    }
}

.history__header-portrait img {
    display: block;
    width: 100%;
    margin-bottom: 4rem;
}

@media (min-width: 641px) {
    .history__header-portrait img {
        width: 50%;
        margin: 0 auto 4rem;
    }
}

@media (min-width: 1025px) {
    .history__header-portrait img {
        width: auto;
    }
}

.history__header-portrait figcaption {
    font-size: 1.6rem;
}

@media (min-width: 641px) {
    .history__header-portrait figcaption {
        text-align: center;
    }
}

@media (min-width: 1025px) {
    .history__header-portrait figcaption {
        font-size: 1.4rem;
    }
}

@media (min-width: 1025px) {
    .history__header-image {
        width: 60.9375%;
    }
}

@media (min-width: 1025px) {
    .history__text {
        padding-left: 18.9873417722%;
        padding-right: 25.3164556962%;
    }
}

.history__banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

@media (min-width: 1025px) {
    .history__banner {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

.history__banner img:first-child,
.history__banner img:nth-child(2),
.history__banner img:last-child {
    width: 100%;
}

@media (min-width: 1025px) {
    .history__banner img:first-child {
        width: 24.0506329114%;
    }
}

@media (min-width: 1025px) {
    .history__banner img:nth-child(2) {
        width: 43.0379746835%;
    }
}

@media (min-width: 1025px) {
    .history__banner img:last-child {
        width: 30.3797468354%;
    }
}

@media (min-width: 1025px) {
    .history__image {
        padding: 0 12.6582278481%;
    }
}

.board {
    background-color: #091B33;
}

.board__members_directory {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: stretch;
}

.board__members {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: inherit;
    /*justify-content: space-between;*/
    align-items: stretch;
}

.board__member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 3rem;
    border: 1px solid #FFFFFF;
    margin-bottom: 4rem;
    width: 100%;
}
.board__member_direction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 3rem;
    border: 1px solid #FFFFFF;
    margin-bottom: 4rem;
    width: 100%;
}
.board__member_direction:nth-child(5n) {
    margin-right: 0;
}
@media (max-width: 1024px) and (min-width: 641px) {
    .board__member:nth-child(2n) {
        margin-right: 0;
    }
    .board__member_direction:nth-child(2n) {
        margin-right: 0;
    }
    .board__members {
        flex-wrap: wrap;
    }
    .board__members_directory {
        flex-wrap: wrap;
    }

}
@media (min-width: 641px) {
    .board__member {
        margin-right: 16px;
        width: calc(50% - 8px);
    }
    .board__member_direction {
        margin-right: 16px;
        width: calc(50% - 8px);
    }


}
@media (max-width: 641px) {
    .board__members {
        flex-wrap: wrap;
    }
    .board__members_directory {
        flex-wrap: wrap;
    }
}
@media (min-width: 1025px) {
    .board__member {
        margin-right: 16px;
        /*width: 24.0506329114%;*/
        width: calc(25% - 12px);
    }
    .board__member_direction {
        margin-right: 16px;
        /*width: 24.0506329114%;*/
        width: calc(25% - 80px); /* 80 */
    }

}


.board__member-image {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 4rem;
}

.board__member-image img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.board__member-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.board__member-name {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.reference-single {
    background-color: #091B33;
}

.reference-single__main {
    padding-left: 6.3291139241%;
    padding-right: 6.3291139241%;
}

.reference-single__header {
    height: 260px;
}

@media (min-width: 1025px) {
    .reference-single__header {
        height: 560px;
        overflow: hidden;
    }
}

.reference-single__header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.reference-single__header.m-video {
    height: 0;
    padding-bottom: 56.25%;
}

.reference-single h3,
.reference-single h4 {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 2rem;
}

.reference-single h3 {
    font-size: 1.9rem;
}

.reference-single h4 {
    font-size: 1.6rem;
}

.reference-single__intro,
.reference-single__caracteristics {
    margin-bottom: 6rem;
}

@media (min-width: 1025px) {
    .reference-single__intro,
    .reference-single__caracteristics {
        margin-bottom: 10rem;
    }
}

.reference-single__intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

@media (min-width: 1025px) {
    .reference-single__intro {
        flex-direction: row;
    }
}

.reference-single__intro-block {
    margin-bottom: 4rem;
}

@media (min-width: 1025px) {
    .reference-single__intro-block {
        margin-bottom: 8rem;
        padding-right: 6.3291139241%;
        width: 90%;
    }
}

.reference-single__intro-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

@media (min-width: 641px) {
    .reference-single__intro-lists {
        justify-content: flex-start;
    }
    .reference-single__intro-lists ul {
        margin-right: 4rem;
    }
}

.reference-single__caracteristics {
    padding-right: 12.6582278481%;
}

.reference-single__caracteristics h3 {
    margin-bottom: 4rem;
}

.reference-single__caracteristics-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

@media (min-width: 1025px) {
    .reference-single__caracteristics-blocks {
        flex-direction: row;
    }
}

.reference-single__caracteristics-block {
    margin-bottom: 4rem;
}

@media (min-width: 1025px) {
    .reference-single__caracteristics-block {
        margin-bottom: 8rem;
        width: 32.2033898305%;
        margin-right: 1.2658227848%;
    }
}

.reference-single__caracteristics-block:nth-child(3n+3) {
    margin-right: 0;
}

.reference-single__caracteristics-block img {
    display: block;
}

.reference-single__caracteristics-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.reference-single__caracteristics-logos img {
    margin: 0 3rem 3rem 0;
}

.contact {
    background-color: #091B33;
}

.contact__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

@media (min-width: 1025px) {
    .contact__main {
        flex-direction: row;
        padding: 0 12.6582278481%;
    }
}


.contact__infos{
    width: 100%;
}

@media (min-width: 1025px) {
    .contact__infos,
    .contact__form {
        width: 49.1525423729%;
    }
}

.contact__infos h3 {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 2rem;
}

.contact__infos-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 6rem;
}

.contact__infos-details address,
.contact__infos-details div {
    width: 34.0344827586%;
    margin-right: 3.4482758621%;
    min-width: 160px;
}

.contact__infos-details a {
    text-decoration: none;
    color: #E11A36;
}

.department-single__button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.375em;
    margin-top: 4rem;
    cursor: pointer;
}

.department-single__button:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
    transition: width 0.2s;
    bottom: -5px;
    left: 0;
    background-color: #FFFFFF;
}

.department-single__button:hover:after {
    width: 100%;
    transition: width 0.2s;
}

.department-single__button i {
    height: 17px;
}

.department-single__button span {
    margin-right: 15px;
}
.custom-checkbox {
    width: calc(50% - 1rem);
    display: flex;
    align-items: flex-start;
}
.custom-checkbox input{
    margin-right: 8px;
}
.custom-checkbox p {
    width: calc(100% - 22px);
    font-size: 13px;
    line-height: 18px;
}
@media (max-width: 1024px) {
    .custom-checkbox {
    width: 100%;
    }
}
.post_linkedin_block {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.post_linkedin_block.active {
  display: flex;
}
.post_linkedin_close {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.post_linkedin_box {
  max-width: 50%;
  position: relative;
}
.post_linkedin_box img {
  max-width: 100%;
  max-height: 90vh;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
    .post_linkedin_box {
      max-width: 60%;
    }
}
@media screen and (max-width: 1100px) {
    .post_linkedin_box {
      max-width: 70%;
    }
}
@media screen and (max-width: 991px) {
    .post_linkedin_box {
      max-width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .post_linkedin_box {
      max-width: 90%;
    }
    .post_linkedin_close {
        right: -15px;
        top: -15px;
        width: 25px;
        height: 25px;
        font-size: 15px;
    }
}


/ Ayan CSS /

.cover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 502px;
  color: #FFFFFF;
  background-color: #082348;
  padding-top: 86px;
}

.cover.m-home {
  height: 100vh;
}

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

.cover__breadcrumb {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.breadcrumb {
  z-index: 1;
  background-color: transparent;
  margin: 0;
}
.breadcrumb a {
  color: #FFFFFF;
  text-decoration: none;
}
.breadcrumb__sep {
  margin-right: 5px;
}
.breadcrumb span {
  color: #E11A36;
}
.breadcrumb a, .breadcrumb span {
  margin-right: 5px;
}
.coverTitleFull .cover__texts {
  width: 100%;
  max-width: 1022px;
  margin: 0;
  padding-left: 52px;
}
.coverTitleFull .cover__texts h1{
  font-size: 65px;
  font-weight: 800;
  margin: 0 0 12px;
}
.coverTitleFull .cover__texts h2{
  font-weight: 600;
}



.blueContentBlock{
  background: #091B33;
  padding: 107px 0 52px;
}
.blueContentBlock h3{
  font-size: 32px;
  text-align: center;
  margin: 0 0 33px;
  font-weight: bold;
}
.blueContentBlock span{
  display: block;
  margin: auto;
  background: #E21B35;
  width: 200px;
  height: 4px;
}
.blueContentBlock p{
  max-width: 1120px;
  font-size: 24px;
  text-align: left;
  margin: 58px auto 0;
  font-family: 'Helvetica';
}
.solutionBlock{
  padding: 83px 0;
}
.title{

}
.title h3{
  font-size: 32px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.solutionBlockInner{
  width: 100%;
  max-width: 680px;
  margin: auto;
  padding: 60px 0 0;
}
.solutionBlockRow{
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.solutionBlockRow .imgBlock{
  width: 100%;
  max-width: 150px;
  padding: 10px 0 0;
}
.solutionBlockRow .imgBlock img{
  width: 100px;
  max-width: 100%;
}
.solutionBlockRow .contentBlock{
  width: calc(100% - 150px);
}
.solutionBlockRow .contentBlock h4{
  font-size: 24px;
  font-weight: 800;
  color: #000;
  margin: 0 0 5px;
}
.solutionBlockRow .contentBlock p{
  font-size: 16px;
  color: #000;
  margin: 0 0 10px;
}
.solutionBlockRow .contentBlock ul{

}
.solutionBlockRow .contentBlock ul li{
  font-size: 16px;
  color: #000;
  position: relative;
  padding-left: 15px;
}
.solutionBlockRow .contentBlock ul li::before{
  content: "";
  background-color: #E0091E;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}
.solutionContent{
  width: 100%;
  max-width: 780px;
  margin: auto;
}
.solutionContent h5{
  font-size: 24px;
  text-align: center;
  margin: 0 0 18px;
  color: #000;
  font-weight: bold;
}
.solutionContent p{
  font-size: 16px;
  text-align: center;
  color: #000;
}

.blueContentBlockSmall{
  padding: 43px 0 20px;
  background: #091B33;
  position: relative;
}
.blueContentBlockSmall h3{
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin: 0 0 12px;
}
.blueContentBlockSmall p{
    font-size: 24px;
    text-align: center;
}
.blueContentBlockSmall p.red{
  color: #E0091E;
}
.mapContainer{
  width: 100%;
  margin: 35px auto 0;
  position: relative;
  max-width: 1580px;
}
.mapContainer img{
  width: 100%;
}
.mapContainerMain{
  width: 100%;
  margin: auto;
  position: relative;
}
.mapContainerInner{
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.mapContainerInner h3{
  display: none;
}
.mapContainerInner .boxItem{
  width: 220px;
  max-width: 220px;
  position: absolute;
  cursor: pointer;
  overflow: initial;
}
.mapContainerInner .boxItemInner{
  background-color: rgba(255,255,255,0.8);
  display: flex;
}
.mapContainerInner .boxItemInner .left{
  width: 100%;
  max-width: 55px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  background-image: url(../images/white.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.mapContainerInner .boxItemInner .left img{
  width: 20px;
  margin: 3px 0 0;
}
.mapContainerInner .boxItemInner .right{
  width: calc(100% - 55px);
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mapContainerInner .boxItemInner .right .rightInner {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mapContainerInner .boxItem .boxItemInner {
  position: relative;
}
.mapContainerInner .boxItem.active .boxItemInner::after{
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 8px solid #e11a36;
  opacity: 1;
  position: absolute;
  z-index: 2;
}
.numbertext{
  color: #ea0029;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 5px;
}
.mapContainerInner .boxItemInner .right .title1{
  color: #21409a;
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  word-break: break-word;
}
.mapContainerInner .boxItemInner .right .title2{
  font-size: 8px;
  line-height: normal;
  color: #231f20;
  text-align: left;
  margin: 5px 0 0;
  height: 45px;
  overflow: auto;
  /*word-break: break-all;*/
}
.arrow{
  position: absolute;
}
#box1 {
  top: 46.5%;
  left: 62%;
}
#box1 .arrow {
  top: -39px;
  width: 50px;
  left: 60px;
}
#box2 {
  top: 44.5%;
  left: 11%;
  z-index: 2;
}
#box2 .arrow {
  bottom: -62px;
  width: 30px;
  left: 30px;
}
#box3 {
  top: 37%;
  left: 43.8%;
}
#box3 .arrow {
  bottom: -55px;
  width: 32px;
  left: 31px;
}
#box4 {
  top: 32.8%;
  left: 3%;
}
#box4 .arrow {
  bottom: -74px;
  width: 36px;
  left: 31px;
}
#box5 {
  top: 32.4%;
  right: 1%;
}
#box5 .arrow {
  top: -28px;
  width: 31px;
  left: 62px;
}
#box6 {
  top: 17.8%;
  right: 24%;
}
#box6 .arrow {
  bottom: -43px;
  width: 84px;
  right: 20px;
}
#box7 {
  top: 61.4%;
  left: 41%;
}
#box7 .arrow {
  top: -69px;
  width: 70px;
  left: 24px;
}
#box8{
  top: 8.5%;
  right: 17%;
}
#box8 .arrow {
  bottom: -141px;
  width: 34px;
  right: 24px;
}
#box9 {
  top: 26.8%;
  left: 49%;
}
#box9 .arrow {
  bottom: -40px;
  width: 39px;
  right: 0px;
}
#box10 {
  top: 44.7%;
  left: 27%;
}
#box10 .arrow {
  bottom: -50px;
  width: 101px;
  left: 20px;
}
#box11 {
  right: 6.5%;
  top: 43.8%;
}
#box11 .arrow {
  top: -82px;
  width: 72px;
  left: 27px;
}
#box12 {
  left: 43.5%;
  bottom: 9.6%;
}
#box12 .arrow {
  bottom: -52px;
  width: 62px;
  left: 27px;
}
#box13 {
  left: 28.5%;
  bottom: 12%;
}
#box13 .arrow {
  bottom: -35px;
  width: 62px;
  left: 15px;
}
#box14{
  right: 1%;
  top: 9%;
}
#box14 .arrow {
  bottom: -57px;
  width: 41px;
  left: 22px;
}
#box15{
  right: 29.8%;
  top: 55.5%;
}
#box15 .arrow {
  top: -42px;
  width: 30px;
  left: 30px;
}
.map-de #box4 {
  top: 33.4%;
  left: 3%;
}
.map-de #box2 {
  top: 44.8%;
}
.map-de #box10 {
  top: 45.7%;
}
.map-de #box9 {
  top: 28%;
  left: 49%;
}
.mapModal{
  position: absolute;
  width: 689px;
  background: rgba(255,255,255,0.9);
  top: 0px;
  right: 5px;
  height: 99.4%;
  right: -100%;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
  display: none;
  z-index: 5;
}

.mapModal.show{
  left: initial;
  right: 0%;
  display: block;
}
.mapModal .close{
  background-color: transparent;
  position: absolute;
  right: 23px;
  top: 43px;
  border: none;
  outline: 0;
  z-index: 2;
  opacity: 0.9;
  cursor: pointer;
}
.mapModal .close i{
  color: #000;
}
.mapModalBody{
  padding: 120px 80px 40px;
}
.mapModalBody h3{
  color: #f19880;
  font-size: 60px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 59px;
}
.mapModalBody h4{
  font-size: 32px;
  margin: 0 0 28px;
  color: #000;
  text-align: left;
  line-height: normal;
  font-weight: bold;
}
.mapModalBody p{
  font-size: 24px;
  margin: 0 0 28px;
  color: #000;
  text-align: left;
}
.mapModalBody a{
  background: #E11A36;
  height: 40px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  color: #fff;
  margin: 0 0 24px;
  text-decoration: none;
}
.mapModalBody h6{
  margin: 30px 0 12px;
  font-size: 16px;
  color: #000;
  text-align: left;
}
.mapModalBody .imgBox{
  background: #FFFFFF;
  box-shadow: 0px 2px 10px #00000029;
  width: 96px;
  height: 143px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  cursor: pointer;
}
.mapModalBody .imgBox img{
  max-width: 100%;
}
.lineglue.active, .ecoDust.active, .lineTrack.active, .granulatsTech.active, .lineGeo.active{
  border-bottom: 3px solid #E11A36;
}


.footerBanner{
  height: 442px;
}
.footerBanner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.engagementsBlock{
  padding: 72px 0;
}
.engagementsBlockRow{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
}
.engagementsBlockCol{
  width: 33.333%;
  padding: 50px 50px;
  box-sizing: border-box;
}
.engagementsBlockCol .imgBlock{
  display: block;
  margin:  0 auto 40px;
  width: 80px;
  height: 80px;
}
.engagementsBlockCol .imgBlock img{
  max-width: 100%;
}
.engagementsBlockCol h4{
  font-size: 24px;
  color: #000;
  margin: 0 0 20px;
  font-weight: bold;
}
.engagementsBlockCol p{
  font-size: 16px;
  color: #000;
}
.productsBlock{
  padding: 103px 0 70px;
}
.productsBlockInner{
  padding: 73px 0 0;
}
.productsBlockRow{
  display: flex;
  margin-bottom: 40px;
}
.productsBlockRow:hover .left{
  box-shadow: 0px 2px 10px #00000029;
}
.productsBlockRow .left{
  width: 100%;
  max-width: 160px;
  /* height: 264px; */
  background: #FFFFFF;
  padding: 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.productsBlockRow .left img {
    width: 87px;
    max-width: 100%;
}
.lineglueActive.show .left, .lineTrackActive.show .left, .ecoDustActive.show .left, .granulatsTechActive.show .left, .lineGeoActive.show .left{
  border-bottom: 8px solid #e11a36;
}
.productsBlockRow .middle{
  width: calc(100% - 480px);
  background: #E1E1E1;
  /* height: 264px; */
  padding: 42px 56px;
}
.productsBlockRow .middle h4{
  font-size: 24px;
  color: #000;
  margin: 0 0 7px;
  font-weight: bold;
}
.productsBlockRow .middle h5{
  font-size: 16px;
  color: #000;
  margin: 0 0 12px;
}
.productsBlockRow .middle p{
  font-size: 16px;
  color: #000;
  margin: 0 0px;
}
.productsBlockRow .right{
  width: 100%;
  max-width: 480px;
  /* height: 264px; */
  background: #091B33;
  padding: 42px 20px 32px 40px;
}
.productsBlockRow .right h4{
  font-size: 24px;
  color: #fff;
  margin: 0 0 7px;
  font-weight: bold;
}
.productsBlockRow .right p{
  font-size: 15px;
  color: #fff;
  margin: 0 0px;
}



@media (min-width: 1025px) {
  .cover {
      padding-top: 0;
      height: 570px;
  }
  .cover.m-home {
      height: 100vh;
  }
}


@media (min-width: 1025px) {
  .cover__texts {
      padding: 0;
      width: 36.7088607595%;
      margin: 0 auto;
  }
  .m-left .cover__texts {
      width: 55.6962025316%;
      margin: 0;
  }
}

@media screen and (max-width: 1500px) {
  .mapContainerInner .boxItem {
    width: 200px;
  }
  #box3 {
    top: 36%;
    left: 43.6%;
  }
  #box4 {
    top: 32%;
  }
  #box2 {
    top: 43.5%;
  }
  #box13 {
    left: 28.5%;
    bottom: 13%;
  }
  #box15 {
    right: 30.5%;
    top: 56%;
  }
  #box6 {
    top: 16%;
    right: 23.7%;
  }
  #box8 {
    top: 5.5%;
    right: 16%;
  }
  #box9 {
    top: 25.8%;
  }
  #box10 {
    top: 43.5%;
  }
  #box11 {
    right: 7.5%;
    top: 44.8%;
  }
  #box14 {
    top: 8%;
  }

}
@media screen and (max-width: 1440px) {
  .coverTitleFull .cover__texts h1 {
    font-size: 52px;
  }
  .coverTitleFull .cover__texts h2 {
    font-size: 22px;
  }
  .blueContentBlock p {
      font-size: 20px;
      margin: 50px auto 0;
  }
  .productsBlockRow .right, .productsBlockRow .middle {
    padding: 32px 20px 32px 20px;
  }
  .engagementsBlockRow {
    margin: 0 -20px;
  }
  .engagementsBlockCol {
    padding: 50px 20px;
  }

}

@media screen and (max-width: 1439px) {
  .mapContainerInner .boxItem {
    width: 170px;
  }
  .mapContainerInner .boxItemInner .right {
    width: calc(100% - 50px);
    padding: 5px;
  }
  .mapContainerInner .boxItemInner .left {
    max-width: 50px;
    padding: 5px;
  }
  #box10 {
    top: 44.5%;
  }
  #box1 {
    top: 46.2%;
    left: 61%;
  }
  #box1 .arrow {
    top: -31px;
    width: 40px;
  }
  #box3 {
    left: 43.5%;
  }
  #box7 {
    top: 62.4%;
  }
  #box8 {
    top: 9.5%;
  }
  #box6 {
    top: 19%;
  }
  #box6 .arrow {
    bottom: -23px;
    width: 44px;
    right: 20px;
  }
  #box5 .arrow {
    left: 32px;
  }
  #box10 .arrow {
    bottom: -36px;
    width: 71px;
    left: 15px;
  }
  #box15 {
    right: 31.8%;
  }
  #box11 {
    right: 8.5%;
    top: 44.8%;
  }
  #box14 .arrow {
    bottom: -43px;
    width: 31px;
    left: 13px;
  }
  #box8 .arrow {
    bottom: -99px;
    width: 24px;
  }
  #box9 {
    top: 25.9%;
    left: 50.5%;
  }
  .mapModal {
    width: 500px;
  }
  .mapModalBody {
    padding: 80px 40px 40px;
  }

  .map-de #box9 {
    top: 25%;
    left: 51%;
  }
  .map-de #box4 {
    top: 31.4%;
    left: 2%;
  }
  .map-de #box2 {
    top: 42.8%;
  }
  .map-de #box8 {
    top: 12.5%;
  }
  .map-de #box14 {
    right: 1%;
    top: 10%;
  }
}

@media screen and (max-width: 1300px) {
  .mapContainerInner .boxItemInner .right .title1 {
    font-size: 10px;
  }
  #box2 {
    top: 42%;
    left: 10%;
  }
  #box4 {
    top: 29%;
    left: 2%;
  }
  #box6 {
    top: 18%;
  }
  #box8 {
    top: 7.5%;
    right: 15.8%;
  }
  #box10 {
    top: 43.7%;
  }
  #box15 {
    top: 56.5%;
    right: 31%;
  }
  #box7 {
    top: 62.4%;
  }
  #box11 {
    right: 7.5%;
    top: 45.4%;
  }
  #box3 {
    left: 42.8%;
    top: 35%;
  }
  #box9 {
    top: 24.9%;
    left: 49.5%;
  }
  #box5 .arrow {
    left: 39px;
  }
}

@media screen and (max-width: 1279px) {
  .mapContainerInner .boxItem {
    width: 154px;
  }
}

@media screen and (max-width: 1200px) {
#box4 {
  top: 27%;
  left: 1%;
}
#box5 {
  right: 2%;
}
#box2 {
  top: 41%;
  left: 10%;
}
#box10 {
  top: 42.8%;
}
#box3 {
  top: 34%;
  left: 42.5%;
}
#box14 {
  right: 0%;
  top: 6%;
}
#box8 {
  top: 5.5%;
  right: 14.9%;
}
#box6 {
  top: 17%;
  right: 24.7%;
}
#box6 .arrow {
  bottom: -18px;
  width: 36px;
}
#box9 {
  top: 21.9%;
  left: 49%;
}
#box9 .arrow {
  bottom: -60px;
  width: 60px;
  right: -20px;
}
#box13 {
    left: 26.5%;
    bottom: 13%;
}
#box15 {
  right: 33%;
  top: 57%;
}
#box14 {
  right: 2%;
  top: 7%;
}
#box6 {
  top: 18%;
  right: 23.7%;
}
#box8 {
  top: 6.5%;
  right: 15.9%;
}
#box7 {
  top: 63.4%;
}
#box11 {
  right: 9.5%;
  top: 46%;
}
#box12 {
  left: 42.5%;
  bottom: 11.6%;
}

.productsBlockRow .left {
  max-width: 130px;
}
.productsBlockRow .right {
  max-width: 460px;
}
.productsBlockRow .middle {
  width: calc(100% - 590px);
}
}

@media screen and (max-width: 1050px) {
  .productsBlockRow .right, .productsBlockRow .middle {
    padding: 22px 12px 22px 12px;
  }
  .productsBlockRow .middle p {
    font-size: 14px;
  }
  .productsBlockRow .right p {
    font-size: 14px;
  }
  #box4 {
    top: 25%;
  }
  #box2 {
    top: 40%;
  }
  #box10 {
    top: 40.5%;
  }
  #box9 {
    top: 18.9%;
    left: 45.5%;
}
#box8 {
    top: 3.5%;
    right: 16.9%;
}
  #box15 {
    right: 31.5%;
    top: 58%;
  }
  #box1 {
    top: 45.2%;
    left: 61%;
  }
  #box1 .arrow {
    top: -20px;
    width: 26px;
    left: 45px;
  }
  #box14 {
    right: 1%;
    top: 5%;
  }
  #box5 {
    right: 1%;
    top: 33%;
  }
  #box11 {
    right: 8.5%;
    top: 49%;
}
  #box2 .arrow {
    bottom: -45px;
    width: 22px;
  }
  #box7 {
    top: 61.4%;
    left: 38%;
  }
  #box7 .arrow {
    top: -50px;
    width: 50px;
    left: 47px;
  }
  #box6 {
    top: 16%;
  }
  #box3 .arrow {
    bottom: -45px;
    width: 26px;
  }
  #box3 {
    top: 32%;
    left: 42.5%;
}
}


@media screen and (max-width: 1023px) {
  .mapContainer > img{
    display: none;
  }
  .mapContainerInner h3{
    display: block;
    text-align: center;
    color: #000;
    font-size: 18px;
  }
  .boxItem{
    display: none;
  }
  .mapContainerInner {
    position: relative;
    background: #e9e7e7;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .productsBlockRow{
    flex-wrap: wrap;
  }
  .productsBlockRow .right {
    max-width: 100%;
  }
  .productsBlockRow .left {
    max-width: 140px;
  }
  .productsBlockRow .middle {
    width: calc(100% - 140px);
  }
  .engagementsBlockRow {
    margin: 0 -10px;
  }
  .engagementsBlockCol {
    padding: 30px 10px;
  }
  .engagementsBlock {
    padding: 32px 0;
  }
  .productsBlock {
    padding: 60px 0 40px;
  }
}

@media screen and (max-width: 850px) {
  .engagementsBlockCol {
    width: 100%;
  }
  .coverTitleFull .cover__texts h1 {
    font-size: 32px;
  }
  .footerBanner {
    height: 272px;
  }
  .blueContentBlock {
    padding: 47px 0 47px;
  }
  .blueContentBlock h3 {
    font-size: 22px;
  }
  .blueContentBlock p {
    font-size: 16px;
  }
  .solutionBlockRow .imgBlock {
    max-width: 130px;
  }
  .solutionBlockRow .contentBlock {
    width: calc(100% - 130px);
  }
  .mapContainer {
    height: 301px;
  }
  .title h3 {
    font-size: 30px;
  }
  .coverTitleFull .cover__texts {
    padding-left: 10px;
  }
  .blueContentBlockSmall p {
    font-size: 20px;
  }
}

@media screen and (max-width: 650px) {
  .cover.coverTitleFull {
    height: 362px;
  }
  .coverTitleFull .cover__texts h2 {
    font-size: 16px;
  }
  .coverTitleFull .cover__texts h1 {
    font-size: 22px;
  }
  .coverTitleFull .cover__texts h1 {
    font-size: 28px;
  }
  .productsBlockRow .middle {
    width: calc(100% - 0px);
  }
  .productsBlockRow .left {
    max-width: 100%;
  }
  .productsBlockRow .right, .productsBlockRow .middle{
    height: auto;
  }
  .title h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .solutionBlockRow{
    flex-direction: column;x
    align-items: center;
  }
  .solutionBlockRow .contentBlock {
    width: calc(100% - 0px);
    padding-top: 15px;
  }
  .title h3 {
    font-size: 24px;
  }
}

/***************************************/
.block__title_extra {
    margin-top: 54px;
}
@media (max-width: 1025px) {
    .blocks__intro.m-contact {
        justify-content: space-between;
    }
}

@media (min-width: 1025px) {
    .block__title_extra {
        margin-top: 80px;
    }

}

@media screen and (max-width: 591px) {
    .block__title_extra {
        margin-top: 20px;
    }
}

