@charset "UTF-8";

.delete-me {
    font-size: 50px;
    padding: 100px;
    margin: 100px 0;
    border: 1px dashed #000;
}

/* RESET */
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,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;min-width:0}html{min-height:100%;font-weight:400;touch-action:manipulation;-ms-touch-action:manipulation}body{min-height:100%;line-height:1}blockquote,q{quotes:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}h1,h2,h3,h4,h5{font-weight:inherit}b,strong{font-weight:700}input,button,textarea{border:0;padding:0;font-weight:inherit;background:transparent;line-height:1}hr{display:block;width:100%;height:1px;background:#ada29c;margin:0;padding:0;border:0}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder,:-moz-placeholder{color:inherit}input::placeholder{color:inherit;opacity:.7}input[type=text]::-ms-clear,input[type=text]::-ms-reveal{display:none;width:0;height:0}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{display:none}input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="button"],[type="submit"],textarea,select,.btn{box-sizing:border-box;display:block;width:100%;font-family:inherit;line-height:1;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;resize:none}a{color:inherit;text-decoration:none;}select:disabled{opacity:.6}

:root {
  --color-default: #000;
  --color-orange: #f9940f;
  --color-heath: #FFFBF5;
  --color-lgray: #fafafa;
}

.bg_heath {
    background-color: var(--color-heath);
}

.bg_lgray {
    background-color: var(--color-lgray);
}

.bg_tp {
    background: transparent;
}

.mobile {
    display: none;
}

.no-select,
.slider-nav__arrow,
.swiper-container * {
    outline: none;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

.alm-load-more-btn.done {
    display: none;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 0.8px;
    background: #fff;
    color: #000000;

    overflow-x: hidden;
    overflow-y: scroll;
}

body.inited {
    overflow-y: auto;
}

body.ov-hidden {
    overflow: hidden;
}

strong {
    font-weight: 400;
}

img,
svg,
iframe {
    display: block;
    max-width: 100%;
}

svg tspan {
    text-transform: uppercase;
}

figure {
    margin-left: 0;
    margin-right: 0;
}

.mb0 {
    margin-bottom: 0;
}

body .p0 {
    padding-top: 0;
    padding-bottom: 0;
}

body .pt0 {
    padding-top: 0;
}

body .pb0 {
    padding-bottom: 0;
}

.mobile {
    display: none;
}

.description {
    /*margin-bottom: 70px;*/
    margin-bottom: 50px;
}

.description.mb0 {
    margin-bottom: 0;
}

.description p {
    min-height: 1px;
    margin-bottom: 35px;
}

.description p a {
    color: var(--color-orange);
    text-decoration: underline;
}

.description p a:hover {
    text-decoration: none;
}

.description h3,
.description h4 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.64;
    letter-spacing: 1.76px;
    color: var(--color-orange);
    margin-bottom: 35px;
}

.description h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.description h6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 0.27px;
}


.description figure iframe {
    width: 100%;
    max-height: 100%;
    height: 500px;
    margin-bottom: 70px;
}

.description>*:last-child {
    margin-bottom: 0;
}

.description blockquote {
    display: block;
    padding-left: 80px;

    font-size: 27px;
    font-weight: normal;
    letter-spacing: 1.35px;
    position: relative;
}
.description blockquote p::before,
.description blockquote p::after {
    content: '«';
    display: inline-block;
    color: var(--color-orange);
    font-size: 47px;
    font-weight: 300;
    line-height: 0;
    letter-spacing: 2.35px;
    transform: translateY(5px);
}

.description blockquote p::before {
    margin: 0 10px 0 -31px;
}

.description blockquote p::after {
    content: '»';
    margin-left: 10px;
}

.description ul {
    margin-bottom: 35px;
}

.description ul li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px;
}

@media screen and (max-width: 480px) {
    .description ul li {
        padding-left: 30px;
    }
}

.description ul li::before {
    flex: 0 0 auto;
    content: '';
    display: block;
    width: 46px;
    height: 1px;
    background: #000;
    transform: translateY(14px);
    position: absolute;
    top: 0;
    left: 0;
}

.description figure {
    width: 895px;
    max-width: 100%;
    margin: 0 auto;
}

.description figure img {
    height: auto;
}

.description img.aligncenter {
    margin: 0 auto;
}

.fw {
    width: 100%;
    min-width: 100%;
}

.section {
    padding: 110px 0;
}

.main-wrap {
    padding-top: 30px;
}

.wrapper {
    box-sizing: border-box;
    max-width: 100%;
    width: 1440px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}

.wrapper_medium {
    width: 1200px;
}

.wrapper_small {
    width: 975px;
}

.flex-row {
    display: flex;
    margin: 0 -15px;
}

.flex-row_center {
    align-items: center;
}

.flex-row_end {
    align-items: flex-end;
}

.flex-row__block {
    flex: 1;
    padding: 0 15px;
}

.flex-row__block_13 { /* one third */
    /*flex: 33.33%;*/
    flex: 35%;
}

.flex-row__block_23 { /* one third */
    /*flex: 66.66%;*/
    flex: 65%;
}

.title,
.wpforms-title {
    display: block;
    font-size: 35px;
    line-height: 1.46;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.title-small {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 2.56px;
}

.title-xsmall {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.76px;
    margin-bottom: 20px;
}


.link {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px;
    text-transform: uppercase;

    cursor: pointer;
}

.link_blank {
    display: flex;
    align-items: center;
    text-transform: unset;
    font-weight: 400;
    font-size: 18px;

    transition: all 0.3s;
}

.link_blank::after {
    content: '';
    flex: 0 0 auto;
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 15px;

    -webkit-mask: url(img/link_blank.svg) no-repeat 50% 50%;
    mask: url(img/link_blank.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;

    background-color: currentColor;

    transform: translate(0);

    transition: all 0.3s;
}

.infoblock .link_blank::after,
.supporter__link::after {
    color: var(--color-orange);
}

.link_blank:hover {
    color: var(--color-orange);
}


.link_blank:hover::after {
    transform: translate(3px, -3px);
}

.link_file::after {
    width: 32px;
    height: 24px;
    background-image: url(img/link_file.png);
}

.link_file:hover::after {
    transform: translate(3px, 0);
}

.bottomline {
    text-decoration: none !important;
}

.bottomline,
.description_linked a, .infoblocks .description a {
    display: block;
    width: max-content;
    max-width: 100%;
    padding-bottom: 12px;
    position: relative;

    transition: all 0.3s;
}

.description_linked a,
.description_linked p a, .infoblocks .description a {
    color: initial;
    display: inline-block;
    padding-bottom: 2px;
    font-weight: normal;
    text-decoration: none;
}

.bottomline:hover,
.description_linked a:hover, .infoblocks .description a:hover {
    color: var(--color-orange);
}

.bottomline::after,
.description_linked a::after, .infoblocks .description a::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--color-orange)),to(var(--color-orange)));
    background-image: linear-gradient(var(--color-orange),var(--color-orange));
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bottomline:hover::after,
.description_linked a:hover::after, .description a:hover::after {
    -webkit-animation: linkAnimation .5s ease;
    animation: linkAnimation .5s ease;
}

.slider-nav {
    display: flex;
    align-items: center;
}

.slider-nav__arrow {
    flex: 0 0 auto;
    width: 30px;
    height: 24px;
    background: url(./img/slider__arrow.png) center center no-repeat;
    background-size: 100% 100%;

    cursor: pointer;
}

.slider-nav__arrow_prev {
    transform: scaleX(-1);
    margin-right: 22px;
}

.slider-nav__arrow_disabled {
    opacity: 0.3;
    cursor: default;
}

.slider-nav__arrow_vertical.slider-nav__arrow_prev {
    transform: rotate(-90deg);
}

.slider-nav__arrow_vertical.slider-nav__arrow_next {
    transform: rotate(90deg);
}

.back {
    padding: 30px 0;
}

.back__link {
    display: flex;
    align-items: center;
    line-height: 1;

    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.back__link::before {
    content: url(img/arrow_back.png);
    margin-right: 10px;
    transform: translateX(0);
    transition: inherit;
}

.back__link:hover {
    color: var(--color-orange);
}

.back__link:hover::before {
    transform: translateX(-3px);
}

/* global END */



/* swiper reset START */

.swiper-wrapper {
    height: auto;
}

.swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: unset;
    background: unset;
    opacity: initial;
}

/* swiper reset END */



/* form START */

input::placeholder {
    opacity: 0.5;
}

.form .wpcf7-not-valid {
    color: var(--color-orange);
    border-color: var(--color-orange);
}

.form .wpcf7-not-valid-tip {
    display: none;
}

.form__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.form__title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2.56px;
}

.form__title-normal {
    margin-bottom: 0;
}

.form__hint {
    margin-left: auto;
    color: var(--color-orange);
}

.form__container,
.wpcf7 form .wpcf7-response-output,
.wpforms-field-container,
.wpforms-submit-container {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto !important;
}

.form__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.form__row .form__field {
    width: 49%;
}

.form__field {
    margin-bottom: 35px;
}

.form__field_submit {
    margin-left: auto;
    margin-bottom: 0;
}

.form__space {
    height: 40px;
}

.form__label,
.wpforms-field-label {
    display: block;
    margin-bottom: 10px;
}

.wpforms-field-file-upload .wpforms-field-description {
    display: block;
    margin-bottom: 25px;
}

.form__input,
.select2-selection,
form input[type='text'],
form input[type='tel'],
form input[type='email'],
form textarea,
form select {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 30px;
    border: 0;
    border-bottom: 1px solid #BFBFBF;

    font-family: inherit;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.9px;
    color: #000;
}

form textarea {
    resize: vertical;
}

form input.wpforms-valid,
form select.wpforms-valid {
    border-color: #000;
}

.form__submit {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.12px;
    color: #000000;
    text-transform: uppercase;
    cursor: pointer;
}

form select,
.select2-selection {
    line-height: initial;
    background: url(img/select_arrow.png) right 15px center no-repeat;
}


.wpforms-field ul {
    /*padding-left: 30px;*/
}

span.wpcf7-list-item,
.wpforms-field-radio ul li,
.wpforms-field-checkbox ul li {
    display: inline-block;
    margin-left: 0;
    min-width: 150px;
    margin-right: 80px;
}

.wpforms-field-radio.wpforms-list-inline ul li, .wpforms-field-checkbox.wpforms-list-inline ul li {
    margin-right: 0;
}

.wpcf7-list-item-label,
.wpforms-field-radio .wpforms-field-label-inline,
.wpforms-field-checkbox .wpforms-field-label-inline {
    display: block;
    align-items: flex-start;
    padding-left: 30px;
    position: relative;
}

.wpcf7-list-item-label a,
.wpforms-field-radio .wpforms-field-label-inline a,
.wpforms-field-checkbox .wpforms-field-label-inline a {
    text-decoration: underline;
}

.wpcf7-list-item-label a:hover,
.wpforms-field-radio .wpforms-field-label-inline a:hover,
.wpforms-field-checkbox .wpforms-field-label-inline a:hover {
    text-decoration: none;
}

.wpcf7-list-item-label::before,
.wpforms-field-radio .wpforms-field-label-inline::before,
.wpforms-field-checkbox .wpforms-field-label-inline::before {
    content: '';
    flex: 0 0 auto;
    display: block;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 1px solid var(--color-orange);
    border-radius: 100%;

    margin-right: 15px;
    cursor: pointer;

    transform: translateY(7px);

    position: absolute;
    left: 0;
}

input:checked ~ .wpcf7-list-item-label::before,
input:checked ~ .wpforms-field-label-inline::before {
    background-color: var(--color-orange);
}

form input[type='checkbox'],
form input[type='radio'],
.wpcf7-list-item input[type='checkbox'],
.wpcf7-list-item input[type='radio'] {
    position: absolute;
    left: -9999px;
}

form span.wpcf7-not-valid-tip {
    padding-top: 5px;
    font-size: 14px;
}

div.wpcf7 .ajax-loader {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: 0;
    color: var(--color-orange);
    font-weight: normal;
    padding: 0;
    height: 0;
    transform: translateY(-40px);
}



/* wp forms */

.wpforms-field-file-upload {
    padding: 0 30px;
}

.wpforms-head-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.wpforms-title {
    margin-bottom: 0;
}

.wpforms-description {
    color: var(--color-orange);
}

.wpforms-field-container,
.wpforms-field-row {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.wpforms-field-row {
    width: 100%;
}

.wpforms-field {
    width: 100%;
    margin-bottom: 35px;
}

.wpforms-field.wpforms-field-divider {
    height: 40px;
    margin: 0;
}

.wpforms-field-row-block,
.wpforms-field.wpforms-one-half {
    width: 49%;
}

.wpforms-label-hide,
.wpforms-sublabel-hide {
    display: none;
}

.wpforms-field-radio {

}

.wpforms-submit-container {
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
}


.wpforms-uploader {
    padding: 0;
    border: 0;
}

body div.wpforms-container div.wpforms-uploader {
    align-items: flex-start;
    padding: 0;
    background: none;
    border: 0;
}

.dz-message svg {
    display: none;
}


.wpforms-field-file-upload {
    display: flex;
    flex-direction: column;
}

.wpforms-field-file-upload label {
    min-width: 25%;
}

.wpforms-field-file-upload .wpforms-field-description {
    order: -1;
}

.wpforms-field-file-upload .wpforms-field-description span {
    opacity: 0.5;
    font-size: 15px;
}

/*.wpforms-field-html {
    margin: 0 -100px;
}*/

.wpforms-field-html {
    margin: 0;
}

.modern-title {
    visibility: hidden;
    content: '';
    display: block;
    font-size: 0;
    position: relative;
    margin-bottom: 10px;
}

.modern-title::before {
    visibility: visible;
    display: block;
    font-size: 16px;
    content: attr(data-title);
}

.modern-title::after {
    visibility: visible;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    bottom: 0;
    right: 0;

    transition: all 0.3s;
}

.modern-title:hover::after {
    width: 0;
}

.modern-hint {
    display: none;
}

body div.wpforms-container div.wpforms-uploader {
    justify-content: flex-start;
}

body div.wpforms-container div.wpforms-uploader .dz-message {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

form .wpforms-error,
.wpforms-has-error>label {
    color: var(--color-orange) !important;
    border-color: var(--color-orange) !important;
}

form .wpforms-error ~ label {
    color: var(--color-orange) !important;
}

label.wpforms-error {
    display: none !important;
}

/* form END */

/* menu trigger START */

.menu-trigger__lines {
    width: 28px;
    /* height: 14px; */
    cursor: pointer;
}

.menu-trigger__lines i {
    display: block;
    height: 2px;
    background: #000;
    position: relative;
    transition: transform 0.3s;
    transform-origin: 50% 50%;
}

.menu-trigger__lines i:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
    visibility: hidden;
}

.menu-trigger__lines i::before,
.menu-trigger__lines i::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    height: 100%;
    width: 0;
    right: 0;
    left: auto;

    background: #000;
}
.menu-trigger__lines i::before {
    z-index: 1;
    transition: all 0.15s linear 0s;
}
.menu-trigger__lines i::after {
    z-index: 2;
    transition: all 0.15s linear 0.3s;
}

.menu-trigger.active .menu-trigger__lines i::before {
    background: #fff;
    width: 100%;
    left: 0;
    right: auto;
    z-index: 3;
}

.menu-trigger.active .menu-trigger__lines i:nth-child(2) {
    opacity: 0;
}

.menu-trigger.active .menu-trigger__lines i:nth-child(1) {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.menu-trigger.active .menu-trigger__lines i:nth-child(3) {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}


/* menu trigger END */

/* mobile-menu START */

.mobile-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.3s;
    z-index: 98;
    color: #fff;
}

.mobile-menu.active {
   left: 0;
}

.mobile-menu__overlay {
    width: 100%;
    height: 100%;
    background: var(--color-orange);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    transition: opacity 0.3s opacity;
    display: none;
}

.mobile-menu__wrapper {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    left: -150vw;
    transition: left 0.8s;
    background: #000;

    padding-top: 90px;
    overflow-y: auto;
}

.mobile-menu.active .mobile-menu__wrapper {
    left: 0;
}

.mobile-menu__wrapper-inner {
    max-height: 100%;
    width: 100%;
}

.mobile-menu__links li {
    display: block;
}

.mobile-menu__links>li {
    padding: 0 15px;
    border-bottom: 1px solid #404040;
}

.mobile-menu__links li a {
    display: block;
}

.mobile-menu__links li ul {
    display: none;
    padding-bottom: 10px;
}

.mobile-menu__links>li>a {
    box-sizing: border-box;
    padding: 20px 0;

    font-size: 13px;
    font-weight: normal;
    line-height: 1.23;
    text-transform: uppercase;
    letter-spacing: 1.04px;
}

.mobile-menu__links>li.current-menu-item>a {
    color: var(--color-orange);
}

.mobile-menu__links>li.bottomline>a {
    padding-bottom: 0;
}

.mobile-menu__links>li.current-menu-ancestor > a {
    color: var(--color-orange);
}

.mobile-menu__links>li.current-menu-ancestor .current-menu-item a,
.mobile-menu__links>li.current-menu-item .current-menu-item a {
    display: inline-flex;
    position: relative;
}

.mobile-menu__links>li.current-menu-ancestor .current-menu-item a::after,
.mobile-menu__links>li.current-menu-item .current-menu-item a::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.mobile-menu__links li li a {
    padding: 10px 0;

    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1.04px;
    color: #ffffff;
}

.mobile-menu__links li.menu-item-has-children a {
    display: flex;
    align-items: center;
}

.mobile-menu__links li.menu-item-has-children>a::after {
    content: '';
    display: block;
    width: 13px;
    height: 7px;
    background: url(./img/mobile-menu__arrow.png) center center no-repeat;
    background-size: 100% 100%;
    margin-left: auto;
}

.mobile-menu__links li.menu-item-has-children.active>a::after {
    transform: rotate(180deg);
}

.mobile-menu-links::after {
    content: '';
    display: block;
    clear: both;
}

.mobile-menu-links .half {
    box-sizing: border-box;
    width: 49%;
    float: left;
}

.mobile-menu-links .half.menu-phone {
    float: right;
    padding-top: 12px;
}

.mobile-menu-links .half.menu-phone a {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.86px;
    text-align: left;
    color: #fdc300;
}

.mobile-menu__bottom {
    display: flex;
    align-items: center;
    padding: 20px 15px 10px;
    line-height: 1;
}

.mobile-menu__current-lang {

    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.52px;
    color: #ffffff;
    text-transform: uppercase;
}

.mobile-menu__current-lang-code {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.mobile-menu__current-lang-code::after {
    content: '';
    display: block;
    width: 13px;
    height: 7px;
    background: url(./img/mobile-menu__arrow.png) center center no-repeat;
    background-size: 100% 100%;
    margin-left: 20px;
}

.mobile-menu__current-lang-code.active::after {
    transform: rotate(180deg);
}

.mobile-menu__socials {
    filter: invert(1);
    margin-left: auto;
}

.mobile-menu__socials img {
    max-height: 13px;
}

.mobile-menu__langs-list.langs {
    display: none;
}

.mobile-menu__langs-list__wrapper {
    padding: 10px 15px 40px;
}

.mobile-menu__langs-list a {
    font-size: 13px;
    font-weight: 300;
    margin-right: 13px;
}


.mobile-menu__langs-list a.active {
    display: none;
}

/* mobile-menu END */



/* header START */

.header {
    padding: 17px 0;
    background: var(--color-lgray);
    position: sticky;
    top: 0;
    transition: all 0.3s;
    z-index: 100;
}

.header.header_shift {
    top: 25px;
}

.header.fixed {
    background: #fffbf5;
}

.header.fixed[data-color="rgba(0, 0, 0, 0)"] {
    background-color: #fff;
}

.header.fixed[data-color="rgb(255, 251, 245)"] {
    background-color: rgb(255, 251, 245);
}

.header.fixed[data-color="rgb(250, 250, 250)"] {
    background-color: rgb(250, 250, 250);
}

.header.fixed[data-color="rgb(255, 255, 255)"] {
    background-color: rgb(255, 255, 255);
}

.header.active {
    background: #000 !important;
}

.header__wrapper {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 30px;
}

.header__logo {
    display: block;
    transform: translateY(23%);
    margin-right: 60px;
}

.header__logo img {
    max-height: 66px;
}

.header__menu,
.langs {
    display: flex;
    align-items: center;

    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.04px;
}

.header__menu li {
    display: block;
    /*position: relative;*/
    z-index: 20;
}

.header__menu > li {
    margin-right: 45px;
}

.header__menu li a {
    /*font-weight: 600;*/
    transition: all 0.3s;
}

.header__menu>li>a {
    font-weight: 600;
}

.header__menu > li.current_page_ancestor>a,
.header__menu > li.current-menu-item>a,
.header__menu > li.active>a,
.header__menu li a:hover {
    color: var(--color-orange);
}

.header__menu li.menu-item-has-children > a {
    display: flex;
    align-items: center;
}

.header__menu li.menu-item-has-children > a::after {
    content: '';
    flex: 0 0 auto;
    box-sizing: border-box;
    display: block;
    width: 8.5px;
    height: 8.5px;
    border: 1px solid;
    border-top-color: transparent;
    border-left-color: transparent;

    transform: rotate(45deg) translateY(-6px);
    margin-left: 7px;
}

.header__menu li ul {
    display: flex;
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 145px;

    background: var(--color-orange);
    color: #fff;

    display: none;
}

.header__menu li ul li {
    display: inline-block;
}

.header__menu li ul li:not(:last-child) {
    margin-right: 25px;
}


.header__menu li.bold a {
    font-weight: 900;
}

/*
.header__menu li:hover ul {
    display: block;
}*/

.header__menu li ul a {
    white-space: nowrap;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: initial;
    position: relative;
}

.header__menu li ul a:hover {
    color: #fff;
}

.header__menu li ul a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: currentColor;
    position: absolute;
    bottom: 4px;
    left: 0;
    transition: 0.3s;
}

.header__menu li ul a:hover::after {
    width: 100%;
}

.header__menu_main {
    margin-right: auto;
}

/*.header__menu_advanced,
.header__menu_shop {
    margin-left: auto;
}
*/
.header__socials {
    margin-right: 45px;
}

.header__socials img {
    max-height: 14px;
}

.socials__item path {
    transition: 0.3s;
}

.socials__item:hover path {
    fill: var(--color-orange);
}


.header__langs-code {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 600;
}


.header__langs-code::after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background: url(img/select_arrow-2color.png) center top no-repeat;
    background-size: 100% 200%;
    margin-left: 15px;
}


.header__langs-code:hover {
    color: var(--color-orange);
}


.header__langs-code:hover::after {
    background-position: center bottom;
}

.header__menu-trigger {
    margin-left: auto;
}

.langs a {
    cursor: pointer;
}

.langs::after {

}

.langs a:hover {
    color: var(--color-orange);
}


/* header END */

.menu-langs {
    width: 100%;
    padding: 23px 0;
    background: var(--color-orange);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 11;

    display: none;
}

.menu-langs__wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 0 55px;
}

.menu-langs a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.52px;
    color: #fff;
    margin-left: 15px;
    position: relative;
}

.menu-langs a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: currentColor;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: 0.3s;
}

.menu-langs a:hover::after,
.menu-langs a.active::after {
    width: 100%;
}



/* footer START */

.footer {
    padding: 90px 0 35px;
    background: #000;
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer__content {
    display: flex;
    flex-flow: row wrap;
}

.footer-block {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    letter-spacing: 1.04px;

    margin-right: 6.5%;
}

.footer__block_add {
    margin-left: auto;
}

.footer-block__title {
    margin-bottom: 40px;
}

.footer-block__link {
    display: table;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

.footer-block__link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: currentColor;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: .3s;
}

.footer-block__link:hover {
    text-decoration: none !important;
}

.footer-block__link:hover::after {
    width: 100%;
}

.footer-block__link:last-child {
    margin-bottom: 0;
}

.footer__subscribe  {
    margin-bottom: 80px;
}

.footer__addlinks {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -10px;
}

.footer__addlinks-item {
    margin: 0 10px;
    font-size: 13px;
}

.footer__addlink.bottomline {
    margin-bottom: -16px;
    color: #fff;
}

.footer__addlink.bottomline:hover {
    text-decoration: none;
    color: var(--color-orange);
}

.footer__addlink.bottomline:not(:hover)::after {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background-image: linear-gradient(#fff,#fff)
}

.footer__addlink.bottomline::after {
    background-image: -webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor));
    background-image: linear-gradient(currentColor,currentColor)
}



.footer-socials {
    display: flex;
    align-items: center;
    line-height: 1;
    padding-top: 3px;
}

.footer-socials__title {
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
}

.footer-socials__item {
    flex: 0 0 auto;
    display: block;
    width: 16px;
    margin-left: 10px;

    transform: scale(1);
    transition: all 0.3s;
}

.footer-socials__item path {
    fill: #fff;
    transition: 0.3s;
}

.footer-socials__item:hover path {
    fill: var(--color-orange);
}

.copyright {
    padding-top: 65px;
    opacity: 0.6;
    font-weight: normal;
    font-size: 13px;
}

.copyright__links {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 -5px;
}

.copyright__item {
    margin: 0 5px;
}

.copyright__dash {
    width: 15px;
    height: 1px;
    background: currentColor;
}

.footer .subscribe form input,
.subscribe form input {
    color: #cecece;
    padding-left: 0;
}

.subscribe {
    width: 390px;
    max-width: 100%;
}

.subscribe__title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    margin-bottom: 30px;
}

.footer .subscribe__link {
    font-size: 13px;
}

.subscribe form {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.subscribe form input {
    box-sizing: border-box;
    font-size: 13px;

    font-weight: 600;
    line-height: 1.23;
    letter-spacing: 1.04px;
    text-align: left;
    color: #000;

    padding-bottom: 10px;
    border-bottom: 1px solid #B2B2B2;
}

.subscribe .es-field-wrap {
    flex: 1;
    margin: 0;
}

.subscribe .es-field-wrap label {
    display: block;
    padding: 0;
}

.subscribe form input::placeholder {
    opacity: 0.5;
}

.subscribe form input[type='submit'] {
    display: block;
    letter-spacing: 1px;
    flex: 0;
    cursor: pointer;
    border-bottom-color: currentColor;
    transition: all 0.3s;
    border-radius: 0;
}

.subscribe form input[type='submit']:hover {
    color: var(--color-orange);
    border-bottom-color: var(--color-orange);
}

.subscribe .widget-title {
    display: none;
}

.subscribe label,
.subscribe br,
.subscribe p:nth-child(2) {
    display: none;
}

.subscribe p {
    width: 100%;
}

/* footer END */

/* homepage START */

.home .header {
    position: fixed;
}

.home .header:not(.fixed) {
    background-color: transparent;
}

.home-hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
    background-color: #FAFAFA;
}

.home-hero__pretitle {
    font-family: 'NotoSansJP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: normal;
    margin-bottom: 30px;
}

.home-hero__title { /* from 40px to 45px 2021.05.24 */
    font-size: 45px;
    line-height: 1.34;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.home-hero__arrow-down-wrap {
    display: flex;
    justify-content: center;
    padding: 25px 0 35px;
}

.home-hero__arrow-down {
    cursor: pointer;

    -moz-animation: bounceArrow 4s infinite;
    -webkit-animation: bounceArrow 4s infinite;
    animation: bounceArrow 4s infinite;
}

.related-news {
    background-image: url(img/bg_greenpowder_right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.hero-plates {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.hero-plate__item img {
    display: block;
    width: 100%;
}

.hero-plate__item {
    position: absolute;
}

.hero-plate__item_1 {
    width: 19vw;
    top: 22%;
    left: 11%;
}

.hero-plate__item_2 {
    width: 36vw;
    left: 37.5%;
    top: 20%;
}

.hero-plate__item_3 {
    width: 30vw;
    top: 6%;
    right: -11.5%;
}

.hero-plate__item_4 {
    width: 30vw;
    bottom: -5%;
    right: -5%;
}

/* homepage END */

/* hero START */

.hero {
    overflow: hidden;
}

.hero__container {
    position: relative;
    z-index: 1;
}

.hero__space {
    height: 40px;
}

.hero__info {
    width: 50%;
}

.hero__newsletter-form {
    width: 550px;
    max-width: 100%;
    margin-bottom: 40px;
}

.hero__newsletter-pstext {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.43;
    letter-spacing: 0.27px;
}

.hero__image {
    position: absolute;
    top: -80px;
    right: 12%;
    z-index: -1;
    max-width: 30%;
}

.page-template-page-news .hero__image {
    max-height: 460px;
}

.hero__links {
    display: flex;
    flex-flow: row wrap;
    padding-top: 30px;
    margin: 0 -25px -25px;
}

.hero__link {
    margin: 0 25px 25px;
}

.hero__list {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
}

.hero__list-item {
    display: flex;
    max-width: 50%;
    box-sizing: border-box;
    padding-left: 8%;
    margin-bottom: 35px;
}

.hero__list-num {
    flex: 0 0 auto;
    font-weight: 600;
    color: var(--color-orange);
    margin-right: 15px;
}

.hero__list-dash {
    flex: 0 0 auto;
    width: 45px;
    height: 1px;
    background: var(--color-orange);
    margin-top: 14px;
    margin-right: 15px;
}

/* hero END */


/* infoblocks START */

.infoblock:not(:last-child) {
    margin-bottom: 110px;
}

.infoblock__image img {
    width: 100%;
}

.infoblock__info {
    padding-left: 16.5%;
}

.infoblock__bottom {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 70px;
}

.infoblock_reverse .flex-row__block_info {
    order: -1;
}

.infoblock_reverse .infoblock__info {
    padding-left: 0;
    padding-right: 16.5%;
}

/* infoblocks END */





/* our proucts START */

.our-products__tabs {
    position: relative;
}

/*.our-products__tabs::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}*/

.our-products__tabs .our-products__tab {
    cursor: default;
}

.our-products__tabs .our-products__tab:not(.active):hover {
    color: currentColor;
}


.our-products__info {
    padding-top: 35px;
    padding-right: 5%;
}

.our-products__link_add {
    filter: grayscale(1);
    margin-top: 50px;
    opacity: 0.5;
}

.our-products__images {
    position: relative;
    width: 100%;
    height: 550px;
}

.our-products__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
    transition: all 0.6s;
}

.our-products__image.active img {
    opacity: 1;
    z-index: 1;
}

/* mobile slider START */

.mobile-slider {
    padding-left: 20px;
    margin-bottom: 45px;
}

.mobile-slider__item {
    width: 435px;
}

.mobile-slider__image {
    width: 100%;
    height: 430px;
    /*margin-bottom: 15px;*/
}

.mobile-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-slider .swiper-slide {
    width: auto;
    height: auto;
}

/* mobile slider END */


/* our products MOBILE START */


.our-products-mobile__item-title {
    box-sizing: border-box;
    border-top: 1px solid #BFBCB8;
    border-bottom: 1px solid #BFBCB8;

    font-family: Lato;
    font-size: 13px;
    letter-spacing: 0.13px;
    text-transform: uppercase;
    padding: 15px 0;
}


/* our products MOBILE END */

.tab {
    box-sizing: border-box;

    font-size: 16px;
    line-height: 1.75;
    text-transform: uppercase;
    border-bottom: 1px solid #BFBFBF;
    padding: 25px 0;
    padding-left: 35px;

    transition: all 0.3s;
    cursor: pointer;
}

.tab:hover {
    color: var(--color-orange);
}

.tab.active {
    font-weight: 600;
    color: var(--color-orange);
}

.tabs>.tab:last-child {
    border-bottom: 0;
}

.our-products_slider .our-products__images,
.tabs_slider {
    height: 615px;
}

.tabs_slider {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    background: none;
}

.tabs_slider .swiper-container {
    width: 100%;
    max-height: 100%;
}

.tabs__prev {
    margin-bottom: 50px;
}

.tabs__next {
    margin-top: 50px;
}

/* our proucts END */




/* benefits START */

.benefits {
    background: url(./img/bg_greenpowder.jpg) left bottom;
    background-repeat: no-repeat;
}

.benefits-slider__item {
    padding-right: 15%;
}

.benefits-slider__title {
    letter-spacing: 2.56px;
    margin-bottom: 40px;
}


.benefits-slider__pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;

    color: var(--color-orange);

    margin: 0 -35px;
    margin-bottom: 100px;
}

.benefits-slider__pagination::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;

    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.benefits-slider__num {
    display: flex;
    justify-content: center;
    min-width: max-content;

    position: relative;
    z-index: 1;

    transition: all 0.3s;
    margin: 0;
    text-align: center;
}


.benefits-slider__num.active {
    flex: 1;
}

.benefits-slider__num:first-child {
    justify-content: flex-start;
}

.benefits-slider__num:last-child {
    justify-content: flex-end;
}

.benefits-slider__num span {
    display: block;
    font-size: 35px;
    font-weight: 400;
    background: #fff;
    padding: 0 35px;
}

/* benefits END */



/* engagements START */

.engagements__list {
    display: flex;
}

.engagements__item {
    box-sizing: border-box;
    flex: 0 0 auto;
    margin: 0 65px;
}

.engagements__item-image {
    flex: 0 0 auto;
    height: 80px;
    margin-bottom: 25px;
}

.engagements__item-text {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 1px;
}

.engagements.inline .flex-row__block_info {
    display: none;
}

.engagements.inline  .engagements__list{
    justify-content: space-between;
}

.engagements.inline .engagements__item {
    display: flex;
    align-items: center;
    margin: 0 0 50px 0;
}

.engagements.inline .engagements__item-image {
    margin: 0 40px 0 0;
}


/* engagements END */

/* numbers START */

.numbers__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.numbers__item {
    margin: 0 0 0 80px;
}

.numbers__item-num {
    font-size: 69px;
    line-height: 1;
    color: var(--color-orange);
    margin-bottom: 10px;
}

.numbers__item-text {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 1px;
}

/* numbers END */

/* our recipes START */

.recipes__wrapper {
    display: flex;
    align-items: center;
}

.recipes__block {
    width: 50%;
}

.recipes-list .swiper-slide {
    width: auto;
}

.recipes-list__item {
    width: 550px;
    height: 480px;
    max-width: 100%;
}

.recipes-list__item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.recipes__info {
    padding: 0 17%;
    margin: 0 auto;
}

.recipes__info-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* our recipes END */

/* cats-tabs START */

.cats-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.cats-tabs__item {
    display: flex;
    align-items: center;
    text-transform: uppercase;

    margin: 0 8px 15px;
}

.cats-tabs__item_cat {
    cursor: pointer;
}

.cats-tabs__item_cat:hover {
    color: var(--color-orange);
}

.cats-tabs__item.active {
    font-weight: 600;
    color: var(--color-orange);
}

.cats-tabs__item_dash::before {
    content: '';
    display: block;
    width: 46px;
    height: 1px;
    background: currentColor;
}

.cats-tabs_sub {
    color: var(--color-orange);
    margin-bottom: 50px;
}

.cats-tabs_sub .cats-tabs__item_dash::before {
    width: 22px;
}

.cats-tabs_sub .cats-tabs__item_cat:hover {
    color: #000;
}

/* cats-tabs END */


/* news list START */

.news-list {
    overflow: hidden;
}

.news-list .alm-reveal,
.news-list__content {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0 -40px;
}

.news-list-item {
    display: block;
    width: 520px;
    max-width: 100%;
    margin: 0 40px 90px;
}

.news-list-item__image {
    display: block;
    width: 100%;
    height: 306px;
    overflow: hidden;
    margin-bottom: 35px;
}

.news-list-item__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: scale(1);
    transition: all 0.3s;
}

.news-list-item__image:hover img {
    transform: scale(1.1);
}

.news-list-item__title {
    font-weight: normal;
    text-transform: unset;
}

.news-list-item__info {
    display: flex;
    align-items: center;
}

.news-list-item__info-block {
    font-size: 16px;
    font-stretch: normal;
    color: var(--color-orange);
    text-transform: uppercase;
    margin-left: 40px;
}



.news-list-item__date {
    color: #000;
    margin-left: 0;
}

.news-list-item__category {
    font-weight: normal;
}

.no-results {
    font-weight: normal;
    padding-top: 50px;
    text-align: center;
}

/* news list END */


/* related news START */

.related-news__list-wrap {
    padding-top: 30px;
}

.related-news__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 -40px;
}

.related-news-item {
    width: 434px;
    margin-bottom: 70px;
}

.related-news-item .news-list-item__image {
    height: 242px
}

.related-news-item .news-list-item__info {
    margin-bottom: 30px;
}

/* related news END */

/* single-post START */


.single-post__top {
    margin-bottom: 35px;
}

.single-post__top .news-list-item__date {
    margin-right: auto;
}

.single-post__title {
    font-weight: 600;
    letter-spacing: 2.8px;
    text-transform: initial;
    margin-bottom: 50px;
}

.single-post__file {
    margin-bottom: 30px;
}

.single-post__content.description h1,
.single-post__subtext.description h1 {
    font-size: 35px;
    font-weight: 600;
}

.single-post__content.description h2,
.single-post__subtext.description h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--color-orange);
}

.single-post__content.description h3,
.single-post__subtext.description h3 {
    color: #000;
}

/* single-post END */

/* simple slider START */

.simple-slider {
    padding-top: 25px;
    margin-bottom: 50px;
}

.simple-slider__images {
    margin-bottom: 30px;
}

.simple-slider__item {
    height: 565px;
}

.simple-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* simple slider END */



/* single-video START */

.single-video {
    padding-top: 25px;
    margin-bottom: 60px;
}

.single-video iframe {
    height: 500px;
}

/* single-video END */


/* recept  START */

.recept__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

.recept__title {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1.76px;
    color: var(--color-orange);
    margin-bottom: 30px;
}

.recept-block__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.recept-block__item-title {
    font-weight: normal;
}

.recept-block_ingredients .recept-block__item::before {
    flex: 0 0 auto;
    content: '';
    display: block;
    width: 23px;
    height: 1px;
    background: var(--color-orange);
    margin-right: 15px;
}

.recept-preparation {
    padding-bottom: 30px;
}

.recept-preparation strong,
.recept-preparation b {
    font-weight: 600;
}

/* recept  END */






/* spirit START */

.spirit__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: -70px;
}

.spirit-item {
    box-sizing: border-box;
    width: 692px;
    max-width: 50%;
    padding: 0 70px;
    margin-bottom: 70px;
}

.spirit-item__title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.spirit-item__image {
    flex: 0 0 auto;
    width: 65px;
    margin-right: 10px;
}

.spirit-item__title {
    color: var(--color-orange);
    margin: 0;
}
/* spirit END */



/* supporter START */
.supporter__info {
    padding: 0 12%;
}
/* supporter END */



/* brands info START */


.brands-info__images {
    display: flex;
    align-items: center;
    /*flex-flow: row wrap;*/
    justify-content: flex-end;
}

.brands-info__image {
    box-sizing: border-box;
    /*flex: 0 0 auto;*/
    padding: 0 6%;
}


/* brands info END */

/* page thank you START */

.page-thanks .engagements {
    padding-top: 50px;
}

.page-thanks__info {
    display: flex;
}

.page-thanks__block {
    box-sizing: border-box;
    flex: 1;
}

.page-thanks__text {
    padding-top: 15px;
}

/* page thank you END */


/* accordeon START */

.accordeon-item {
    padding: 25px 50px 0;
    border-bottom: 1px solid #BFBFBF;
}

.accordeon-item__title {
    display: flex;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all 0.3s;
}

.accordeon-item__title:hover {
    color: var(--color-orange);
}

.accordeon-item__title-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.accordeon-item__title-arrow {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    margin-left: auto;
    padding-top: 12px;
    padding-left: 20px;
}

.accordeon-item__title-arrow::after {
    content: '';
    width: 13px;
    height: 7px;
    background: url(img/accordeon__arrow.png) center center no-repeat;
    background-size: 100% 100%;
}

.accordeon-item__title.active .accordeon-item__title-arrow::after {
    transform: rotate(180deg);
}

.accordeon-item__content {
    display: none;
}

.accordeon-item__content-inner {
    padding-bottom: 25px;
}

.accordeon-item p {
    margin-bottom: 25px;
}

.accordeon-item ul {
    list-style: none;
}

.accordeon-item ul li {
    margin-bottom: 25px;
    padding-left: 38px;
    position: relative;
}

@media screen and (max-width: 480px) {
  .accordeon-item ul li {
     padding-left: 30px;
  }
}

.accordeon-item ul li:last-child {
    margin-bottom: 0;
}

.accordeon-item ul li::before {
    content: '';
    display: block;
    width: 23px;
    height: 1px;
    background: var(--color-orange);
    flex: 0 0 auto;
    transform: translateY(15px);
    margin-right: 15px;
    position: absolute;
    top:0;
    left: 0;
}

.accordeon-item ul li a {
    margin-left: 5px;
}

.accordeon__links a {
    margin-top: 20px;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    text-transform: initial;
}

/*.accordeon-item a[href^="tel:"]::after,
.accordeon-item a[href^="mailto:"]::after,
.accordeon-item a[href^="javascript:;"]::after {
    display: none;
}*/

/* accordeon END */



/* page contacts START */

.contacts-hero {
    background-image: url(img/contacts-hero__bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.contacts-hero__content {
    padding-top: 40px;
}

.contacts-hero__info {
    padding-left: 15%;
}

.contacts-hero__links {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    padding-top: 30px;
}

.contacts-hero__link {
    margin-right: 80px;
    margin-bottom: 30px;
}

/* page contacts END */



/* brands tabs START */

.brands-tabs__content {
    padding-top: 50px;
}

.brands-tabs__top {
    margin-bottom: 70px;
}


.brands-tabs__image {
    display: flex;
    justify-content: center;
    margin-top: -100px;
}

.brands-tabs-info__main {
    display: flex;
    align-items: center;
}

.brands-tabs-info__tabs {
    box-sizing: border-box;
    width: 520px;
    padding: 0 15%;
}


.brands-tabs-info__images {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    flex: 0 0 auto;
}

.brands-tabs-info__image:not(.active)  {
    display: none;
}


.brands-tabs-info__texts {
    padding-left: 70px;
}

.brands-tabs-info__text:not(.active)  {
    display: none;
}

.brands-tabs-info__link {
    margin-top: 40px;
}

.brands-tabs-mobile-info__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.brands-tabs-mobile__image {
    display: none;
}

/* brands tabs END */



/* brands START */

.brands .swiper-wrapper {
    transition-timing-function: linear !important;
}

.brands {
    position: relative;
}

.brands__overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 14;
    position: absolute;
    top: 0;
    left: -9999px;

    transition: opacity 0.3s;
}

.brands.active .brands__overlay {
    left: 0;
    opacity: 0.7;
    visibility: visible;
}

.brands__pretitle {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;

    color: var(--color-orange);
    margin-bottom: 50px;
}

.brands__top {
    margin-bottom: 100px;
}

.brands__title {
    margin-bottom: 0;
}

.brands__link {
    margin-left: auto;
}

.brands__link_bottom {
    margin-left: 0;
}

.brands-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px 45px;
}

.brands-list__item {
    display: flex;
    justify-content: center;
}

.brand__image {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 140px;
    height: 120px;

    margin: 0 15px 40px;
}


.brand__image img {
    max-width: 100%;
    max-height: 100px;
    transition: all 0.3s;
    backface-visibility: hidden;
}


.brand-modal {
    box-sizing: border-box;
    width: 555px;
    max-width: 90%;
    max-height: 75%;
    padding: 40px 60px;
    position: fixed;
    top: 50%;

    transform: translate(-50%, -50%);

    left: -9999px;
    z-index: 15;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;

    overflow-y: auto;
}

.brand.active .brand-modal,
.brand-modal.active {
    left: 50%;
    opacity: 1;
    visibility: visible;
}

.brand-modal__close {
    font-family: monospace;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.brand-modal__close:hover {
    color: var(--color-orange);
}

.brand-modal__image {
    margin-bottom: 40px;
}

.brand-modal__image img {
    max-width: 160px;
    max-height: 120px;
}

.brand-modal__link {
    text-transform: initial;
    font-weight: normal;
    font-size: 18px;
}

.brands-list-mobile .swiper-container,
.brands-list-mobile .swiper-wrapper,
.brands-list-mobile .swiper-slide {
    position: static !important;
}


/* brands END */



/* partners START */

.partners__container {
    margin-bottom: -35px;
}

.partners__block:not(:last-child) {
    margin-bottom: 100px;
}

.partners__list {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin: 0 -12px;
}

.partners__item {
    box-sizing: border-box;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 120px;
    padding: 0 15px 40px;
}

.partners__item img {
    max-height: 100%;
    filter: grayscale(1);
    transform: scale(1);
    transition: all 0.3s;
    backface-visibility: hidden;
}

.partners__item:hover img {
    transform: scale(1.05);
    filter: grayscale(0);
}

/* partners END */



/* catalogs START */

.page-catalogs .engagements {
    padding-top: 50px;
}

.catalogs__top {
    margin-bottom: 100px;
}

.catalogs__select {
    width: 550px;
    max-width: 100%;
}

.catalogs__text {
    font-size: 16px;
    padding-top: 15px;
}

/* catalogs END */

/* catalog START */

.catalog__list {
    display: none;
}

.catalog__block {
    display: flex;
    justify-content: center;
}

.catalog__block:not(:last-child) {
    margin-bottom: 60px;
}

.catalog__block iframe {
    max-width: 100%;
}

/* catalog END */




/* recipes-slider START */

.recipes-slider__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.recipes-slider__tab {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 8px;
}

.recipes-slider__tab.active {
    font-weight: 600;
    color: var(--color-orange);
}

.recipes-slider__tab_cat {
    cursor: pointer;
}

.recipes-slider__tab_dash {
    width: 46px;
    height: 1px;
    background: var(--color-orange);
}

.recipes-slider__list.inited:not(.active) {
    position: absolute;
    left: -9999px;
}

.recipes-slider__item {
    display: block;
    width: 320px;
    max-width: 100%;
}

.recipes-slider__item-image {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
}

.recipes-slider__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipes-slider__item-title {
    font-weight: normal;
    line-height: 2;
    letter-spacing: 1.44px;
}

.recipes-slider .swiper-slide {
    width: auto;
}

.recipes-slider__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 70px;
}

/* recipes-slider END */



/* careers START */

.careers {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
}

.careers__row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -70px;
}

.careers__block {
    box-sizing: border-box;
    width: 50%;
    padding: 0 70px;
}

.careers__panel {
    margin-bottom: 110px;
}

.careers-list {
    margin-bottom: -140px;
}

.career-item {
    margin-bottom: 140px;
}

.career-item__title:hover {
    color: var(--color-orange);
    transition: 0.3s;
}

.career-item__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 25px;
    color: var(--color-orange);
}

.career-item__date {
    color: var(--color-default);
    padding-left: 20px;
}

/* careers END */


/* single career START */

.career__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}

.career__title {
    margin-bottom: 0;
}

.career__date {
    font-size: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.career__category {
    margin-bottom: 30px;
}

/* single career END */



/* quotes START */

.quotes {
    background: url(img/bg_greenpowder.jpg) left -130px top 45px no-repeat;
}

.quote:not(:last-child) {
    margin-bottom: 140px;
}

.quote__info {
    padding-left: 17%;
    padding-right: 8%;
}

.quote__text.description {
    display: flex;
    margin-bottom: 20px;
}

.quote__text p::before,
.quote__text p::after {
    content: '«';
    display: inline-block;
    color: var(--color-orange);
    font-size: 42px;
    font-weight: 300;
    line-height: 0;
    letter-spacing: 2.35px;
    transform: translateY(5px);
}

.quote__text p::before {
    margin: 0 10px 0 -31px;
}

.quote__text p::after {
    content: '»';
    margin-left: 10px;
}

.quote__author {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.8px;
    color: var(--color-orange);
}

.quote__author strong {
    font-weight: 600;
}

.quote__image {
    width: 435px;
    margin-left: auto;
}

.quote_reverse .flex-row__block_info {
    order: 1;
}
.quote_reverse .quote__image {
    margin-right: auto;
    margin-left: 0;
}

/* quotes END */



/* CTA START */

.cta__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cta__title {
    text-align: center;
}

.cta__link {
    margin-top: 30px;
}

/* CTA END */


.single-careers_posts .single-post__content em,
.single-careers_posts .single-post__content i {
    font-size: 14px;
}

.single-careers_posts .header {
    background: #fff;
}







/* page mentios START*/

.mentios__content {
    padding-top: 20px;
}

.mentios__block {
    margin-bottom: 70px;
}

h4.mentios__title {
    display: flex;
    align-items: center;
}

.mentios__num {
    flex: 0 0 auto;
}

.mentios__dash {
    flex: 0 0 auto;
    display: block;
    width: 46px;
    height: 1px;
    background: currentColor;
    margin: 0 15px 0 10px;
}

/* page mentios END*/


/* network START */

.network-company {
    display: flex;
    align-items: center;
}

.network-company:not(:last-child) {
    margin-bottom: 20px;
}

.network-company__icon {
    display: flex;
    justify-content: center;
    width: 56px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.network-company__title {
    font-family: Lato;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.network .mapcontainer,
.network .mapcontainer {
    width: 50vw;
    margin-top: -210px;
}

.network svg {
    width: 50vw;
    height: auto;
}

.network__text strong {
    font-weight: 600;
}

.network__companies {
    padding-top: 25px;
}

.network .country-side {
    cursor: pointer;
}

.network .country-side path {
    transition: fill 0.5s;
}

.network .country-side:hover path {
    fill: var(--color-orange);
}

.single-network.section {
    padding-top: 25px;
}

.single-network .mapcontainer {
    /*width: 60vw;*/
    width: 50vw;
    margin-top: -210px;
}

.single-network .mapcontainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset;
    object-position: right center;
}



.network-cities {
    width: 435px;
    max-width: 100%;
}

.network-cities__tabs {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
}

.network-cities__tab {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: 0.9px;
    text-transform: unset;
    padding-bottom: 3px;

    opacity: 0.3;
}


.network-cities__tab.active {
    opacity: 1;
}

.network-cities__tab::after {
    background-image: -webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor));
    background-image: linear-gradient(currentColor,currentColor);
}

.network-cities__tab:not(:last-child) {
    margin-right: 30px;
}

.network-cities__block:not(.active) {
    display: none;
}

.network-cities__content {
    padding-left: 50px;
}

.network-cities__description h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.network-cities__description em {
    font-size: 15px;
}


.network-cities__accordeon {
    padding-top: 70px;
    margin-bottom: 60px;
}

.network-cities .accordeon__text strong {
    color: var(--color-orange);
}

.network-cities .accordeon__links a {
    margin-top: 0;
    font-size: 13px;
}

.network-cities .accordeon__links a.bottomline {
    text-transform: uppercase;
}

.network-cities__links {
    padding-top: 25px;
    padding-left: 50px;
}

.network-cities__link {
    margin-bottom: 50px;
}


.single-network__title {
    padding-top: 10px;
    margin-bottom: 30px;
}

.network .network__title {
    margin-bottom: 40px;
}


.network-countries path {
    fill: #E0E0E0;
}

.network-country {
    cursor: pointer;
}

.network-country circle,
.network-country text {
    fill: currentColor;
    transition: all 0.3s;
}

.network-country text {
    font-family: Lato;
    font-size: 13px;
    font-weight: 600;
    line-height: 2.15;
    color: currentColor;
    text-transform: uppercase;
    font-size: 200%;

    opacity: 0;
    transition: all 0.3s;
}

.network-country.hovered text {
    opacity: 1;
}

.network-country circle {
    opacity: 1;

}

.network-country.hovered circle {
    opacity: 0;
}

.network-country path {
    transition: all 0.1s;
}

.network-country.hovered path {
    stroke: currentColor !important;
}

.network-country_espagne {
    color: #9C0413;
}
.network-country_espagne path {
    fill: #D6686E;
}

.network-country_espagne.hovered path {
    fill: #EAB3B6;
}


.network-country_portugal {
    color: #9C0413;
}

.network-country_portugal path {
    fill: #E69397;
}

.network-country_portugal.hovered path {
    fill: #F2C9CB;
}


.network-country_allemagne {
    color: #003f8c;
}

.network-country_allemagne path {
    fill: #CDD1E7;
}

.network-country_allemagne.hovered path {
    fill: #CDD1E7;
}

.network-country_france {
    color: #F9940F;
}

.network-country_france path {
    fill: #F9CD9E;
}

.network-country_france.hovered path {
    fill: #FCE6CE;
}

.network-country_italie {
    color: #F9940F;
}

.network-country_italie path {
    fill: #F9CD9E;
}

.network-country_italie.hovered path {
    fill: #FCE6CE;
}

.network-country_pays-bas {
    color: #F9940F;
}

.network-country_pays-bas path {
    fill: #F9CD9E;
}

.network-country_pays-bas.hovered path {
    fill: #FCE6CE;
}

.network-country_belgique {
    color: #F9940F;
}

.network-country_belgique path {
    fill: #F9CD9E;
}

.network-country_belgique.hovered path {
    fill: #FCE6CE;
}

.network-country_suisse {
    color: #F9940F;
}

.network-country_suisse path {
    fill: #F9CD9E;
}

.network-country_suisse.hovered path {
    fill: #FCE6CE;
}

.network-country_pologne {
    color: #9C0413;
}

.network-country_pologne path {
    fill: #D6686E;
}

.network-country_pologne.hovered path {
    fill: #EAB3B6;
}


[class*=" page-template-page-network-"] .header:not(.fixed),
.network_posts-template-default .header:not(.fixed) {
    background-color: transparent;
}

/* network END */




/* 404 START */

.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    background: url(img/bg_greenpowder.jpg) left bottom no-repeat, url(img/cookies.png) right bottom no-repeat;
}

.error-block__title {
    font-weight: normal;
    color: var(--color-orange);
    margin-bottom: 40px;
}

.error-block__num {
    font-size: 130px;
    line-height: 1.2;
    letter-spacing: 2.6px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 50px;
}

.error-block__link {
    margin: 0 auto;
}

/* 404 END */


.loader-wrap {
    display: none;
}

.alm-loading .loader-wrap {
    display: block;
}

.alm-load-more-btn {
    cursor: pointer;
}

.alm-load-more-btn:disabled {
    display: none;
}

/* loader START */

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
    color: var(--color-orange);
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before,
.loader:after {
    position: absolute;
    content: '';
    width: 5.2em;
    height: 10.2em;
    background: #fff;
}
.loader:before {
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.1em 5.1em;
    transform-origin: 5.1em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}
.loader:after {
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 4.9em;
    -webkit-transform-origin: 0.1em 5.1em;
    transform-origin: 0.1em 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}

.bg_lgray .loader:before,
.bg_lgray .loader:after {
    background: var(--color-lgray);
}

/* loader END */



/* GDPR START */

body div.wpgdprc-consent-bar {
    box-sizing: border-box;
    width: 635px;
    max-width: 100%;
    padding: 40px;
    left: unset;
    right: 40px;
    bottom: 40px;
    background: #fffdf5;
}

body div.wpgdprc-consent-bar div.wpgdprc-consent-bar__content {
    flex-flow: row wrap;
    color: #000 !important;

    font-size: 14px;
    line-height: 1.57;
}

body .wpgdprc-consent-bar__column:first-child {
    margin-bottom: 30px;
}


body .wpgdprc-consent-bar__column:nth-child(2) {
    order: 1;
}

body .wpgdprc-consent-bar__column:last-child {
    display: flex;
    align-items: center;
}

body .wpgdprc-consent-bar__column:last-child::after {
    flex: 0 0 auto;
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #000;
    margin: 0 10px;
}

body div.wpgdprc-consent-bar div.wpgdprc-consent-bar__column {
    padding: 0;
}

body .wpgdprc-consent-bar__settings,
body  div.wpgdprc-consent-bar .wpgdprc-consent-bar__button {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
    background: none !important;
    font-weight: normal;
}

body .wpgdprc-consent-bar__settings:hover,
body  div.wpgdprc-consent-bar .wpgdprc-consent-bar__button:hover {
    text-decoration: underline !important;
    opacity: 1;
}

body .wpgdprc-consent-bar__settings {
    opacity: 0.5;
}

body  div.wpgdprc-consent-bar .wpgdprc-consent-bar__button {
    padding: 0;
}

body div.wpgdprc .wpgdprc-button,
body div.wpgdprc .wpgdprc-button:focus,
body div.wpgdprc .wpgdprc-button:hover {
    background: none !important;
    color: #000 !important;
}

body .wpgdprc-consent-bar__notice a {
    display: inline-block;
    text-decoration: none !important;
    position: relative;
    padding-bottom: 3px;
    cursor: pointer;
}

body .wpgdprc-consent-bar__notice a::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-orange);
    position: absolute;
    bottom: 0;
    right: 0;

    transition: all 0.3s;
}

body .wpgdprc-consent-bar__notice a:hover::after {
    width: 0;
}

div.wpgdprc-consent-modal button.wpgdprc-consent-modal__close {
    background: none !important;
}

div.wpgdprc-consent-modal button.wpgdprc-consent-modal__close:hover {
    color: var(--color-orange) !important;
}




body div.wpgdprc-consent-modal div.wpgdprc-consent-modal__container {
    border: 0;
    height: auto;
    max-height: 80%;
    max-height: 80vh;
    background-color: #fffbf5;
}

body div.wpgdprc .wpgdprc-consent-modal__navigation .wpgdprc-button {
    text-decoration: none !important;

    font-size: 16px;
    font-weight: normal;
    opacity: 0.5;
}

body div.wpgdprc .wpgdprc-consent-modal__navigation .wpgdprc-button:hover {
    opacity: 1;
}

body div.wpgdprc .wpgdprc-consent-modal__navigation .wpgdprc-button.wpgdprc-button--active {
    display: flex;
    align-items: center;
    background: none !important;
    opacity: 1;
}

body div.wpgdprc .wpgdprc-consent-modal__navigation .wpgdprc-button.wpgdprc-button--active::before {
    flex: 0 0 auto;
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: var(--color-orange);
    margin-right: 10px;
}

body div.wpgdprc-consent-modal div.wpgdprc-consent-modal__description {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #000;
}

body div.wpgdprc-consent-modal .wpgdprc-consent-modal__title {
    line-height: 1.49;
    letter-spacing: 0.35px;
}

body .wpgdprc-checkbox {
    margin-top: 40px;
    margin-bottom: 40px;
}

body div.wpgdprc .wpgdprc-switch .wpgdprc-switch-label {
    border-color: transparent !important;
}

body div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner:before {
    padding-right: 3px;
    font-weight: 300;

    content: 'Oui';
}

body div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner:after {
    content: 'Non';
    font-weight: 300;
}

body div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner_en:before {
    padding-right: 3px;
    font-weight: 300;

    content: 'Yes';
}

body div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner_en:after {
    content: 'No';
    font-weight: 300;
}

body div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner_es::before {
    padding-right: 3px;
    font-weight: 300;

    content: 'SÍ';
}

body div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner_es::after {
    content: 'No';
    font-weight: 300;
}

body div.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer {
    background: none !important;
    padding: 0 70px 70px 70px;
    border: none;
}

body div.wpgdprc-consent-modal div.wpgdprc-consent-modal__information {
    padding-left: 70px;
    padding-right: 70px;
}

body .wpgdprc-consent-modal__footer .wpgdprc-button {
    display: block;
    width: max-content;
    padding: 0 0 10px !important;
    position: relative;

    font-size: 14px;
    font-weight: 500 !important;
    text-decoration: none !important;
    line-height: 1.14;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000 !important;
    opacity: 1 !important;
}

body .wpgdprc-consent-modal__footer .wpgdprc-button::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--color-orange)),to(var(--color-orange)));
    background-image: linear-gradient(var(--color-orange),var(--color-orange));
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
}

body .wpgdprc-consent-modal__footer .wpgdprc-button:hover::after {
    -webkit-animation: linkAnimation .5s ease;
    animation: linkAnimation .5s ease;
}

/* GDPR END */

body .es_subscription_message.success {
    color: var(--color-orange);
}

/* intro START */

.default-logo-wrapper {
    z-index: 2;
}

.intro {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
    width: 100vw;
    min-height: 100vh;
}


.intro__link {
    margin: 0 60px;
}

.intro__link_center {
    margin: 0 auto;
}

.type-select__block_choose {

}

.type-select__block_info {
    text-align: left;
    padding-left: 100px;
    display: none;
}


.intro-link__wrapper {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    padding-top: 80px;
}

.intro-subscribe,
.intro-socials {
    padding-left: 25%;
}

.intro-subscribe {
    margin-bottom: 60px;
}

.intro-subscribe__title {
    margin-bottom: 20px;
}

.intro-subscribe__form input {
    padding-left: 0;
    font-size: 13px;
}

.intro-socials {
    display: flex;
    align-items: center;
}

.intro-socials img {
    filter: invert(1);
}

.intro-socials__title {
    margin-right: 30px;
}

/* intro END */

/* select2 START */

.catalogs-select .select2-selection {
    height: auto;
    opacity: 0.5;
}

body .select2-results__options {
    padding: 10px 0;
}

body .select2-dropdown {
    border: none;
    border-bottom: 1px solid #BFBFBF;
    padding-left: 30px;
}

body .select2-search--dropdown {
    display: none !important
}

.select2-results__option--disabled {
    opacity: 0.5;
}

.select2-results__option:not(.select2-results__option--disabled):hover {
    color: var(--color-orange);
}

/* select2 END */

.h-up {
    transition: all 0.3s;
}

.h-up:hover {
    transform: translateY(-15px);
}

.wp-forms__global-error {
    color: var(--color-orange);
    margin-right: auto;
    padding: 10px 0;
    padding-right: 20px;
    font-weight: normal;
}

.wp-forms__global-error:not(.wpforms-has-error) {
    position: absolute;
    left: -9999px;
    top: -1px;
}


/* keyframes START */

@-webkit-keyframes linkAnimation {
    0%{background-position: right bottom;background-size: 100% 100%}
    50%{background-position: right bottom;background-size:0% 100%}
    51%{background-position: left bottom;background-size:0% 100%}
    100%{background-position: left bottom;background-size:100% 100%}
}
@keyframes linkAnimation {
    0%{background-position: right bottom;background-size:100% 100%}
    50%{background-position: right bottom;background-size:0% 100%}
    51%{background-position: left bottom;background-size:0% 100%}
    100%{background-position: left bottom;background-size:100% 100%}
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




@-moz-keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  60% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  60% {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}


/* keyframes END */

.page-template-page-network-france .network.section {
    padding-top: 0;
}


@media screen and (max-width: 640px) {
    .page-template-page-news .hero__image {
            max-height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .page-template-page-news .hero__image {
        max-height: 200px;
    }
}







/* mobile network START */

.mobile-map {
    display: none;
}

.mobile-map__form {
    margin-bottom: 55px;
}

.mobile-map__form select {
    padding-left: 20px;
}

.mobile-map__text.description_linked a {
    font-weight: 300;
}

.map-city {
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 55px;
}

.map-city b,
.map-city strong {
    font-weight: 400;
}

.map-city .map-city__block {
    margin-bottom: 15px;
}

.map-city__block a {
    padding-bottom: 0;
}

.map-city__title {
    font-size: 19px;
    font-weight: 600;
}

.map-city__description.description p a {
    display: inline-block;
    position: relative;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.map-city__description.description p a:hover {
    color: #f9940f;
}

.map-city__description.description p a::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--color-orange)),to(var(--color-orange)));
    background-image: linear-gradient(var(--color-orange),var(--color-orange));
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
}

.map-city__description.description p a:hover::after {
    -webkit-animation: linkAnimation .5s ease;
    animation: linkAnimation .5s ease;
}

.map-item {
    display: none;
}

.map-item__site {
    margin-bottom: 35px;
}

.map-item__accordeon {
    margin-bottom: 55px;
}

.map-item__accordeon .accordeon-item {
    padding-top: 15px;
}

.map-item__accordeon .accordeon-item__title {
    margin-bottom: 15px;
}

.map-item__accordeon .accordeon-item__title-text {
    font-size: 15px;
}

.map-item__links .map-item__link {
    letter-spacing: 0.42px;
}

.map-item__links .map-item__link:not(:last-child) {
    margin-bottom: 50px;
}


.city-departments__title.description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.51px;
    margin: 0;
}

.city-departments__title-text {
    white-space:nowrap;
}

.city-departments__title-icon svg {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.city-departments__title-icon svg path {
    stroke: #f9940f;
}

.city-departments__list {
    position: relative;
    height: 30px;
    padding-top: 10px;
    font-size: 14px;
}

.city-departments__list::after {
    content: '';
    display: block;
    height: 100%;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;

    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

}

.city-departments__list-inner {
    white-space: nowrap;
    position: absolute;
    width: 100%;
    height: 30px;
    overflow-x: auto;
    margin-right: -20px;
}

.city-departments.active .city-departments__title-icon svg path:first-child {
    stroke: none;
}

.city-departments:not(.active) .city-departments__list {
    display: none;
}

/* mobile network END */

@media screen and (max-width: 480px) {
    .mobile-map {
        display: block;
    }

    .desktop-map {
        display: none;
    }
}



/* shop menu START */

.shop-menu__item {
    position: relative;
}

.shop-modal {
    position: absolute;
    top: 100%;
    right: -25px;
    padding-top: 30px;
}

.shop-modal:not(.active) {
    display: none;
}

.shop-modal__inner {
    box-sizing: border-box;
    position: relative;
    min-width: 500px;
    text-align: center;
    text-transform: initial;

    padding: 40px 32px;
    box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.15);
    background-color: #fffbf5;
}

.shop-modal__inner::before {
content: '';
    position: absolute;
    right: 50px;
    bottom: 100%;
    width: 20px;
    height: 20px;
    background-color: #fffbf5;
    transform: rotate(-135deg);
    box-shadow: 4px 4px 7px 0 rgb(0 0 0 / 6%);
    margin-bottom: -10px;
}

.shop-modal__text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .8px;
    text-align: center;
}

.shop-modal__text p {
    margin-bottom: 10px;
}

.shop-modal__text p b,
.shop-modal__text p strong {
    font-weight: 600;
}

.shop-modal__btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-modal__btn {
    margin: 0 20px;
    padding-bottom: 5px;
}

@media screen and (max-width: 1240px) {

    .shop-modal {
        display: none;
    }
}

/* shop menu END */

.shopbanner {
    width: 100%;
    z-index: 9999;
    background: #F9C170;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 0;
    position: fixed;
    top: 0;
}

.shopbanner__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopbanner__icon {
    width: 15px;
    margin-right: 10px;
}



/* subscribe-cta START */

.subscribe-cta {
    padding: 90px 0;
    text-align: center;
    background: var(--color-lgray);
}

.subscribe-cta__link-wrap {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

/* subscribe-cta END */

.faqcta {
    background: #fafafa;
    text-align: center;
}

.faqcta__title {
    margin-bottom: 75px;
}

.faqcta__link {
    margin: 0 auto;
}

#values,
.page-template-page-contact #form {
    background: #FFFBF5;
}

#jobs {
    background: #FAFAFA;
}

.page-template-page-contact #faq {
    background: #fff;
}

.single-post .header:not(.fixed),
.page-template-page-mentios .header,
.page-template-default .header {
    background: #fff;
}

.single-post__content .single-post__content-cv .mail-link img {
    position: relative;
    top: 2px;
    max-width: 28px;
}

.single-post__content .single-post__content-agreed a img {
    max-width: 20px;
    margin-bottom: -5px !important;
}

.wrap-breadcrumbs {
    margin: 20px 0;
}

.wrap-breadcrumbs .breadcrumbs .breadcrumbs{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    list-style: none;
    font-size: 15px;
}

.wrap-breadcrumbs .breadcrumbs .breadcrumbs li {
    font-weight: bold;
    position: relative;
}

.wrap-breadcrumbs .breadcrumbs .breadcrumbs li:not(:last-child):before {
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 10px;
    right: -16px;
}

.wrap-breadcrumbs .breadcrumbs .breadcrumbs li:first-child {
    font-weight: bold;
}

.wrap-breadcrumbs .breadcrumbs .breadcrumbs li a {
    font-weight: 400;
}

.wrap-breadcrumbs .breadcrumbs .breadcrumbs li a:hover {
    text-decoration: underline;
}

.single-post .single-post__container .back {
    display: none;
}

.link-full {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
@media screen and (max-width: 1240px) {
    .our-products-mobile .mobile-slider__image img {
        height: 430px;
    }
}
@media screen and (max-width: 480px) {
    .our-products-mobile .mobile-slider__image img {
        height: 325px;
    }
}

.popup-newleter {
  background: #000;
  color: #fff;
  padding: 30px 0 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 999;
}

.popup-newleter .close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}

.popup-newleter h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.popup-newleter .link {
  padding: 15px 30px;
  background-color: #ff8800;
  transition: all .3s;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
}

.popup-newleter .link:hover {
  background-color: #fff;
  color: #000;
}


@media screen and (min-width: 768px) {
  .popup-newleter .close {
    right: 20px;
    top: 10px;
    font-size: 24px;
  }

  .popup-newleter h3 {
    font-size: 28px;
  }

  .popup-newleter {
    padding: 30px 0;
  }

  .popup-newleter .content {
    position: relative;
    padding-right: 300px;
  }

  .popup-newleter .link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .popup-newleter .des {
    font-size: 18px;
  }
}

@media screen and (min-width: 1500px) {
  .popup-newleter .close {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .popup-newleter .des {
    margin-bottom: 10px;
  }
  .popup-newleter h3 {
    margin-bottom: 10px;
  }
}

.page-news .page-news__list .search {
  position: relative;
  max-width: 600px;
  margin: 0 auto 40px;
}

.page-news .page-news__list .search .key_search {
  padding: 0 35px 15px 0;
  border-bottom: 1px solid #f9940f;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.9px;
}
.page-news .page-news__list .search .search-product {
  position: absolute;
  top: 1px;
  right: 15px;
  font-size: 0;
  height: 25px;
  width: 25px;
  background-image: url('img/icon-search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .page-news .page-news__list .search {
    padding-right: 0;
    margin: 0 auto 60px;
  }

  .page-news .page-news__list .search .search-product {
    right: 0;
  }
}

.news-list .alm-listing {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 -40px;
}
@media screen and (max-width: 1240px) {
  .news-list .alm-listing {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 1260px) {
  .news-list .alm-listing {
    margin: 0;
  }
  .news-list .alm-listing .news-list-item {
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 480px) {
  .news-list .alm-listing .news-list-item {
    width: 100%;
    padding: 0
  }
}
.network-country_allemagne {
  color: #F9940F;
}

.network-country_allemagne path {
  fill: #F9CD9E;
}

.network-country_allemagne.hovered path {
  fill: #FCE6CE;
}

.cta-popup  {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 30px;
  color: #f9940f;
  position: relative;
  top: 1px;
  flex-shrink: 0;
}
.cta-popup a {
  padding: 14px 30px;
  background-color: #ff8800;
  color: #fff;
  transition: all .3s;
  border-radius: 4px;
}
.cta-popup a:hover {
  background-color: #000;
}
.header .popup  {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  background-color: #fff;
  text-align: center;
  z-index: 1000;
  display: none;
}

.header .popup .content {
  padding: 30px 15px;
}
.header .popup .title {
  text-transform: initial;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}
.header .popup .close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-weight: 500;
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
}
.header .popup .btn {
  width: calc(50% - 10px);
  display: flex;
}
.header .popup .link {
  padding: 15px 30px;
  background-color: #ff8800;
  color: #fff;
  transition: all .3s;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  width: 100%;
}

.header .popup .wrap-btn {
  display: flex;
  flex-wrap: wrap;
  /*grid-template-columns: 1fr 1fr;*/
  gap: 20px;
  max-width: 500px;
  margin: 0 auto;
  justify-content: center;
}

.header .popup .link:hover {
  background-color: #000;
}
html.open-popup .header .popup {
  display: block;
}
html.open-popup .header:before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .header .popup  {
    width: 700px;
  }
  .header .popup .content {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 1240px) {
  .header .cta-desktop  {
    display: none;
  }

  .cta-mobile  {
    padding: 20px 15px;
    margin-right: 0;
    border-bottom: 1px solid #404040;
  }
}

@media screen and (max-width: 767px) {
  .header .popup .title {
    font-size: 23px;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1550px) {
  .header__menu > li {
    margin-right: 25px !important;
  }
  .header .cta, .header__socials {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 1240px) and (max-width: 1450px) {
  .header__menu > li {
    margin-right: 15px !important;
  }
  .header .cta, .header__socials {
    margin-right: 10px !important;
  }

  .header__logo {
    margin-right: 15px !important;
  }
  .cta-popup {
    margin-right: 10px;
  }
  .cta-popup a {
    padding: 15px 10px;
  }
}
html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList b {
  color: #fff !important;
}
html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList ul li {
  color: #fff !important;
}