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

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

body {
    line-height: 1;
    overscroll-behavior-y: contain;
    height: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

q:before, q:after {
    content: '';
    content: none;
}

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url("../fonts/ProximaNova/ProximaNovaRegular.otf");
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url("../fonts/ProximaNova/ProximaNovaBold.otf");
}

@font-face {
    font-family: 'ProximaNovaBoldItalic';
    src: url("../fonts/ProximaNova/ProximaNovaBoldItalic.otf");
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url("../fonts/ProximaNova/ProximaNovaSemibold.otf");
}

@font-face {
    font-family: 'ProximaNovaCondensedRegular';
    src: url("../fonts/ProximaNova/ProximaNovaCondensedRegular.otf");
}

@font-face {
    font-family: 'ProximaNovaBlack';
    src: url("../fonts/ProximaNova/ProximaNovaBlack.otf");
}

@font-face {
    font-family: 'Appetite';
    src: url("../fonts/appetite.ttf");
    -webkit-transform: translateZ(0);
    -webkit-filter: blur(0);
}

.p-nova-regular {
    font-family: ProximaNovaRegular, sans-serif;
}

.p-nova-bold {
    font-family: ProximaNovaBold, sans-serif;
}

.p-nova-bold-italic {
    font-family: ProximaNovaBoldItalic, sans-serif;
}

.p-nova-semibold {
    font-family: ProximaNovaSemibold, sans-serif;
}

.p-nova-cond-reg {
    font-family: ProximaNovaCondensedRegular, sans-serif;
}

.p-nova-black {
    font-family: ProximaNovaBlack, sans-serif;
}

.appetite {
    font-family: Appetite, sans-serif;
}

.unavailable {
    width: 50%;
    color: #fff;
    font-family: ProximaNovaSemibold, sans-serif;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mobile .unavailable {
    width: 75%;
}

.unavailable__heading {
    font-size: 2vw;
}

.mobile .unavailable__heading {
    font-size: 5vw;
}

.unavailable__text {
    font-size: 1vw;
    margin-top: 2vw;
}

.mobile .unavailable__heading {
    font-size: 3vw;
    margin-top: 4vw;
}

#preloader {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #100f11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: opacity .6s ease .6s;
    transition: opacity .6s ease .6s;
    pointer-events: all;
}

#preloader .counter {
    color: #fff;
    font-size: 5vw;
    margin-top: 4vw;
}

.mobile #preloader .counter {
    font-size: 10vw;
    margin-top: 6vw;
}

#preloader.hidden {
    opacity: 0;
    pointer-events: none;
}

#preloader .preloader__logo {
    width: 5.72916666666667vw;
    will-change: transform;
    -webkit-animation-name: scaleLogo;
    animation-name: scaleLogo;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.mobile #preloader .preloader__logo {
    width: 20vw;
    max-height: 30vh;
}

#preloader .preloader__logo img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (orientation: landscape) {

    .mobile #preloader .counter {
        font-size: 10vh;
        margin-top: 6vh;
    }

    .mobile #preloader .preloader__logo {
        width: 25vh;
    }

}

@-webkit-keyframes scaleLogo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleLogo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ios .page-wrapper * {
    -webkit-transform: translate3d(0, 0, 0);
}

body:not(.mobile)::-webkit-scrollbar,
body:not(.mobile) .article-popup .container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: .5vw;
}

body:not(.mobile)::-webkit-scrollbar-track,
body:not(.mobile) .article-popup .container::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 1000px;
}

body:not(.mobile)::-webkit-scrollbar-thumb,
body:not(.mobile) .article-popup .container::-webkit-scrollbar-thumb {
    border-radius: 1000px;
    background-color: #362f2d;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

body {
    width: 100%;
    max-width: 100%;
    position: relative;
}

#page {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
}

.page-wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.block-img {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.block {
    display: block;
    width: auto;
    min-width: 100%;
    height: auto;
}

.rounded {
    border-radius: 1000px;
}

.video {
    position: relative;
}

.video__controls {
    position: absolute;
    width: 72.917vw;
    left: 50%;
    bottom: 20%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.video__progress {
    cursor: pointer;
}

.video__progress-line {
    width: 100%;
    background-color: rgba(204, 204, 204, 0.5);
    padding-bottom: .325%;
    position: relative;
}

.video__progress-fill {
    width: 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    max-height: 100%;
}

.video__progress-mover {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.2vw;
    padding-bottom: 1.2vw;
    background-color: #fff;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 0;
}

.video__progress:hover .video__progress-mover {
    opacity: 1;
}

.video__cur-time, .video__duration {
    color: #fff;
    font-size: .8vw;
    position: absolute;
    top: -1.5vw;
}

.video__cur-time {
    left: 1vw;
}

.video__duration {
    right: 1vw;
}

.playback,
.volume {
    position: absolute;
    width: 2vw;
    bottom: -3vw;
    cursor: pointer;
    opacity: .6;
}

.playback:hover,
.volume:hover {
    opacity: .8;
}

.playback {
    left: 1vw;
}

.playback__play {
    width: 100%;
    opacity: 0;
}

.playback__pause {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.playback_paused .playback__play {
    opacity: 1;
}

.playback_paused .playback__pause {
    opacity: 0;
}

.volume {
    left: 4.5vw;
}

.volume__on {
    width: 100%;
    opacity: 1;
}

.volume__off {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.volume_off .volume__on {
    opacity: 0;
}

.volume_off .volume__off {
    opacity: 1;
}

input:focus {
    outline: none;
}

.slider.l-slider {
    position: relative;
    z-index: 10;
}

.slider.l-slider .slider__navigation {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0;
}

.slider.l-slider .slider__btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.slider.l-slider .slider__btn:before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
}

.slider.l-slider .slider__btn-left {
    -webkit-transform: rotate(180deg) translateX(-50%);
    transform: rotate(180deg) translateX(-50%);
    left: 0;
}

.slider.l-slider .slider__btn-right {
    right: 0;
}

.slider.l-slider .slider__tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider.l-slider .slider__tab {
    cursor: pointer;
}

.slider.l-slider .slider__tab * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider.l-slider .slider__wrapper {
    position: relative;
    /*overflow: hidden;*/
    overflow-y: visible;
    overflow-x: hidden;

    z-index: 1;
    overscroll-behavior-y: contain;
    -ms-touch-action: none;
    touch-action: none;
}

.slider.l-slider .slider__holder {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
    overflow: hidden;
}

.slider.l-slider .slider__item {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-rendering: optimizeLegibility;
}

.slider.l-slider .slider__item img {
    user-select: none;
    pointer-events: none;
}

.slider.l-slider .slider__item, .slider.l-slider .slider__item * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.slider.l-slider.hirizontal .slider__holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.slider.l-slider.vertical .slider__holder {
    display: block;
}

.slider__descriptions {
    position: absolute;
    left: 0;
}

.slider__description {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}

.slider__description.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.slider__mask {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.healthy-food .l-slider .slider__description.active {
    opacity: 1;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

form.wpcf7-form span.ajax-loader {
    display: none !important;
}

.animations .burger {
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.animations .burger__line {
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, background-color .3s ease;
    transition: transform .3s ease, background-color .3s ease, -webkit-transform .3s ease;
}

.animations .burger__line:before,
.animations .burger__line:after {
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease, background-color .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease, background-color .3s ease;
    -webkit-transition: opacity .3s ease, background-color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, background-color .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease, background-color .3s ease;
    transition: transform .3s ease, opacity .3s ease, background-color .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease, background-color .3s ease;
}

.animations .search__btn {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.animations .search__btn img {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.animations .search__input {
    -webkit-transition: opacity .3s ease, color 1s ease, border-color 1s ease;
    transition: opacity .3s ease, color 1s ease, border-color 1s ease;
}

.animations .menu .accordion-content {
    -webkit-transition: min-height .6s ease, max-height .6s ease;
    transition: min-height .6s ease, max-height .6s ease;
}

.animations .menu .menu__block {
    position: relative;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
}

.animations .menu__item {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.animations .menu__heading {
    -webkit-transition: border-right-color 1s ease;
    transition: border-right-color 1s ease;
}

.animations .menu__link {
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
}

.animations .playback, .animations .volume, .animations .playback__pause, .animations .playback__play, .animations .volume__off, .animations .volume__on, .animations .video__progress-mover {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.animations .video__progress-fill {
    will-change: width;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.animations .widgets .slider__tab {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.animations.blog-body .page-wrapper .page-content {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.animations .article-popup {
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.animations .more-btn:not(.lable), .animations .more-btn.lable .lable {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.animations .btn-impulse:hover:before {
    -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
    transition: opacity .6s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .6s ease;
    transition: transform .6s ease, opacity .6s ease, -webkit-transform .6s ease;
}

.animations .btn-fly {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color, background-color, background, -webkit-transform, -webkit-box-shadow;
    transition-property: color, background-color, background, -webkit-transform, -webkit-box-shadow;
    transition-property: transform, color, background-color, box-shadow, background;
    transition-property: transform, color, background-color, box-shadow, background, -webkit-transform, -webkit-box-shadow;
}

.animations .close-btn {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.animations .article-popup .container {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}

.animations #big-slider .tab-icon {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.animations #big-slider .slider__tab {
    -webkit-transition: background-color 1s ease, border-color 1s ease;
    transition: background-color 1s ease, border-color 1s ease;
}

.height-anim {
    transition: height .3s ease;
}

html {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    height: 100vh;
    overflow: hidden;
    touch-action: manipulation;
}

body {
    background-color: #362f2d;
    overflow-y: scroll;
}

body.noscroll {
    overflow: hidden;
}

#content.catalogue #page,
#content #page .page-wrapper.catalogue {
    min-height: 100%;
    height: 100%;
    max-height: 100%;
}

#page-content {
    min-width: 100%;
    max-width: 100%;
    opacity: 0;
    transition: opacity .6s ease;
}

#page-content.noscroll {
    overflow: hidden;
}

#content {
    position: fixed;
    bottom: 0;
    left: 0;
    /* top: 0; */
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    min-width: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

body#content.noscroll {
    max-height: 100vh;
    overflow: hidden;
}

.page-wrapper {
    top: 0;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    will-change: transform;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-name: slideOut;
    animation-fill-mode: forwards;
}

body:not(.mobile) .page-wrapper.catalogue {
    height: 100vh;
}

.page-wrapper.catalogue {
    overscroll-behavior-y: contain;
    touch-action: none;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}

.page-wrapper.active {
    animation-name: slideIn;
    display: block;
}

.product-card#prod-popup.active ~ #content.main .header .container {
    justify-content: flex-end;
}

.page-wrapper.fixed {
    position: fixed;
}

.page-wrapper.rel {
    position: static;
}

#content.catalogue {
    overflow: hidden;
}

body:not(.mobile).catalogue .header .logo-holder {
    display: none;
}

#content.catalogue #search {
    display: block;
}

@keyframes slideOut {
    0% {
        transform: translateX(0);
        visibility: visible;
    }
    100% {
        transform: translateX(100%);
        visibility: hidden;
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        transform: translateX(0);
        visibility: visible;
    }
}

.container {
    margin: 0 auto;
    width: 72.917%;
    position: relative;
}

.header {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    transition: opacity 1s ease;
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2.24%;
    z-index: 2;
}

.header .logo-holder {
    width: 7.858%;
}

.header .logo-holder, .header .burger {
    z-index: 2;
    transition: opacity .3s ease;
}

#content.catalogue #header .logo-holder,
#content.about #header .logo-holder {
    opacity: 0;
    pointer-events: none;
}

.menu {
    width: 4.286%;
    padding-top: 1vh;
    color: #fff;
}

.menu.light {
    color: #292929;
}

.menu.light .accordion-content {
    background-color: #fff;
}

.menu.light .burger__line,
.menu.light .burger__line:before,
.menu.light .burger__line:after {
    background-color: #fff;
}

.menu.light.opened .menu__link {
    color: #292929;
}

.menu.light.opened .menu__heading {
    border-right-color: #292929;
}

.menu.light .accordion-paragraph {
    -webkit-border-image: url("../img/border-dark.png") 30 30 stretch;
    -o-border-image: url("../img/border-dark.png") 30 30 stretch;
    border-image: url("../img/border-dark.png") 30 30 stretch;
}

.menu.opened .burger__line {
    background-color: #fff0;
}

.menu.opened .burger__line:before {
    -webkit-transform: rotate(45deg) translate3d(0vw, -0.65vw, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
}

.menu.opened .burger__line:after {
    -webkit-transform: rotate(-45deg) translate3d(-0.15vw, 0.65vw, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
}

.menu.opened .accordion-content {
    min-height: 100vh;
    max-height: 100vh;
}

.menu.opened .accordion-content .menu__block {
    opacity: 1;
}

.menu .accordion-content {
    width: 100vw;
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    will-change: min-height, max-height;
    background-color: #362f2d;
}

.menu .accordion-paragraph {
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
}

.menu .menu__block {
    width: 72.917%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
}

.menu .menu__block:not(:nth-of-type(2)) {
    padding-top: 37vh;
}

.menu .menu__block:nth-child(2) {
    bottom: 9vh;
    left: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.menu .menu__block:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    border: 0px solid transparent;
    border-bottom: .26041666666667vw solid transparent;
    -webkit-border-image: url("../img/border.png") 30 30 stretch;
    -o-border-image: url("../img/border.png") 30 30 stretch;
    border-image: url("../img/border.png") 30 30 stretch;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5vh;
}

.menu__list {
    position: relative;
    -ms-flex-preferred-size: 44.785%;
    flex-basis: 44.785%;
    min-height: 100%;
    max-height: 100%;
    transform: translate3d(0, 0, 0);
}

.menu__heading {
    font-size: 9.6875vw;
    width: 55.215%;
    line-height: 1.50538;
    border-right: .417vw solid #fff;
}

.menu__items-holder {
    position: absolute;
    width: 100%;
    padding-right: 26.956%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    transform: translateY(-2%);
}

.menu__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu__item:nth-child(n+2) {
    margin-top: 7.6%;
}

.menu__item:hover {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
}

.menu__link {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5vw;
    cursor: pointer;
}

.menu .socials__link {
    position: relative;
    border-radius: 50%;
}

.menu .socials__link:before {
    background: -webkit-radial-gradient(circle, transparent 0%, transparent 50%, #fff 51%, #fff 100%);
    background: -o-radial-gradient(circle, transparent 0%, transparent 50%, #fff 51%, #fff 100%);
    background: radial-gradient(circle, transparent 0%, transparent 50%, #fff 51%, #fff 100%);
}

.menu .socials__link.btn-impulse:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}

.header .menu.opened .burger__line {
    background-color: #0000;
}

.header .menu.opened .burger__line:before,
.header .menu.opened .burger__line:after {
    background-color: #fff;
}

.header.light .menu .burger__line,
.header.light .menu .burger__line:before,
.header.light .menu .burger__line:after {
    background-color: #fff;
}

.header.light .menu .accordion-content {
    background-color: #fff;
}

.header.light .menu * {
    color: #292929;
}

.header.light .menu .menu__heading {
    border-right-color: #292929;
}

.header.light .menu .socials__co-op,
.header.light .menu .langs__item {
    background-color: #292929;
    color: #fff;
}

.header.light .menu .socials__link {
    background-image: url(../img/socials/facebook-dark-icon.png);
}

.header.light .menu .socials__co-op span {
    color: #fff;
}

.header.light .menu .menu__block:nth-child(2):after {
    -webkit-border-image: url("../img/border-dark.png") 30 30 stretch;
    -o-border-image: url("../img/border-dark.png") 30 30 stretch;
    border-image: url("../img/border-dark.png") 30 30 stretch;
}

.header.light .menu.opened .burger__line:before,
.header.light .menu.opened .burger__line:after {
    background-color: #292929;
}

#content:not(.catalogue) .header .menu .burger__line,
#content:not(.catalogue) .header .menu .burger__line:before,
#content:not(.catalogue) .header .menu .burger__line:after {
    background-color: #fff;
}

.product-card.active ~ #header .burger .burger__line,
.product-card.active ~ #header .burger .burger__line:before,
.product-card.active ~ #header .burger .burger__line:after {
    background-color: #fff;
}

#content .header .menu.opened .burger__line {
    background-color: #0000;
}

.mobile .header.light .menu .menu__item a:after {
    background-color: #292929;
}

#header.light #search__btn .search__btn-img-light {
    opacity: 1;
}

#header.light #search__btn .search__btn-img-dark {
    opacity: 0;
}

#header.light .search__input input {
    border-color: #fff;
    color: #fff;
    caret-color: #fff;
}

#header.light .search__input input::placeholder {
    color: #fff;
}

.burger {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    cursor: pointer;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.burger:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
}

.burger__hover-zone, .burger__line {
    position: absolute;
}

.burger__hover-zone {
    width: 150%;
    padding-bottom: 150%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.burger__line {
    width: 100%;
    background-color: #292929;
    left: 0;
    padding-bottom: 10%;
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: center;
}

.burger__line {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.burger__line:after,
.burger__line:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 10%;
    border-radius: 1000px;
    background-color: #292929;
}

.burger__line:after {
    transform: translateY(300%);
}

.burger__line:before {
    transform: translateY(-300%);
}

.burger_dark span,
.burger_dark span:after,
.burger_dark span:before {
    background-color: #292929;
}

.socials {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.socials__co-op {
    width: 10.286%;
    padding: 0;
    padding-bottom: 3.143%;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: 6.81px 13.365px 27px 0px rgba(235, 235, 235, 0);
    box-shadow: 6.81px 13.365px 27px 0px rgba(235, 235, 235, 0);
}

.socials__co-op span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: .98958333333333vw;
}

.socials__co-op:hover {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    -webkit-box-shadow: 6.81px 13.365px 27px 0px rgba(235, 235, 235, 0.2);
    box-shadow: 6.81px 13.365px 27px 0px rgba(235, 235, 235, 0.2);
}

.socials__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 2.6vw;
    min-height: 2.6vw;
}

.socials__link {
    display: block;
    width: 2.6vw;
    position: relative;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-bottom: 45.04504504504505%;
}

.socials__link:nth-of-type(1) {
    background-image: url("../img/socials/facebook-icon.png");
}

.socials__link:nth-of-type(2) {
    background-image: url("../img/socials/instagram-icon.png");
}

.socials.dark .socials__link:nth-of-type(1) {
    background-image: url("../img/socials/facebook-dark-icon.png");
}

.socials.dark .socials__link:nth-of-type(2) {
    background-image: url("../img/socials/instagram-dark-icon.png");
}

.socials.dark .socials__co-op {
    background-color: #292929;
    color: #fff;
    -webkit-box-shadow: 6.81px 13.365px 27px 0px rgba(41, 41, 41, 0);
    box-shadow: 6.81px 13.365px 27px 0px rgba(41, 41, 41, 0);
}

.socials.dark .socials__co-op:hover {
    -webkit-box-shadow: 6.81px 13.365px 27px 0px rgba(41, 41, 41, 0.2);
    box-shadow: 6.81px 13.365px 27px 0px rgba(41, 41, 41, 0.2);
}

.top-block__video {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100vh;
    overflow: hidden;
}

.top-block.video .container.novideo {
    min-height: 0;
    max-height: 0;
    overflow: hidden;
}

.top-block.novideo .container.video {
    min-height: 0;
    max-height: 0;
    overflow: hidden;
}

.mobile .top-block__text {
    font-size: 3.75vw;
    line-height: 1.15;
    color: #fff;
    position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-50%);
    width: 54%;
    font-family: ProximaNovaRegular, sans-serif;
}

.widgets {
    margin-top: -4.11458333333333%;
    background-color: #ebebeb;
}

.widgets .all-btn {
    display: flex;
    align-items: center;
}

.widgets .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widgets__item {
    position: relative;
    width: 22.92857142857143%;
    padding-bottom: 43.215%;
    background-color: #ebebeb;
    -webkit-box-shadow: 0px 36px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 36px 40px 0px rgba(0, 0, 0, 0.2);
    color: #292929;
    overflow: hidden;
}

.widgets__heading {
    width: 100%;
    position: absolute;
    left: 0;
    top: 4.63%;
    font-size: 2.5vw;
    line-height: 2.29166666666667vw;
    pointer-events: none;
}

.widgets__heading span {
    text-align: center;
}

.widgets .all-btn {
    position: absolute;
    left: 50%;
    bottom: 8.26%;
    min-height: 2.68vw;
    max-height: 2.68vw;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    color: #292929;
    padding: 0 10.14%;
    background-color: #f1f1f1;
    -webkit-box-shadow: 6.81px 13.365px 27px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 6.81px 13.365px 27px 0px rgba(0, 0, 0, 0.2);
}

.widgets .all-btn span {
    min-height: 100%;
    max-height: 100%;

}

.widgets .all-btn:hover {
    background-color: #362f2d;
    color: #fff;
    -webkit-box-shadow: 6.81px 13.365px 27px 0px rgba(54, 47, 45, 0.8);
    box-shadow: 6.81px 13.365px 27px 0px rgba(54, 47, 45, 0.8);
    -webkit-transform: translate3d(-50%, -10%, 0);
    transform: translate3d(-50%, -10%, 0);
}

.widgets .slider {
    position: absolute;
    width: 71.02803738317757%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 41.745%;
}

.widgets .slider__wrapper {
    padding-bottom: 140.79%;
    z-index: 11 !important;
}

.widgets .slider__holder {
    min-height: 100%;
    max-height: 100%;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    max-width: 1000%;
    width: auto;
}

.widgets .slider__img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

body:not(.mobile) .widgets .slider__img {
    margin-top: 20%;
}

.widgets .slider__heading {
    width: 100%;
    /*position: absolute;*/
    /*bottom: 10%;*/
}

.widgets .slider__description {
    transition: opacity .25s ease;
}

.widgets .slider__heading span {
    font-size: 1.25vw;
    max-height: 4.29vw;
    overflow: hidden;
    line-height: 1.43vw;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.widgets .slider__item {
    min-width: 11.875vw;
    max-width: 11.875vw;
    position: relative;
    padding-top: 8.773%;
}

.widgets .slider__navigation {
    z-index: 0;
    bottom: 0;
}

.widgets .slider__descriptions {
    position: absolute;
    width: 100%;
}

.widgets .slider__tabs {
    height: 100%;
    align-items: flex-end;
    transform: translateY(5%);
}

.widgets .slider__tab {
    width: .52083333333333vw;
    padding-bottom: .3125vw;
    position: relative;
    border: 0.10417vw solid #a1a1a1;
    border-radius: 50%;
}

.widgets .slider__tab:not(:last-child) {
    margin-right: 5.265%;
}

.widgets .slider__tab.active {
    background-color: #a1a1a1;
}

.widgets .slider__tab:not(.active):hover {
    background-color: rgba(161, 161, 161, 0.4);
}

.all-btn {
    position: relative;
    display: inline-block;
}

.all-btn span {
    font-size: 1vw;
    line-height: 2.68;
    text-align: center;
    white-space: nowrap;
    text-transform: none;
    font-family: Helvetica Neue, sans-serif;
    font-weight: bold;
    letter-spacing: .035vw;
    min-height: 100%;
    max-height: 100%;
}

.branch_left:before {
    content: '';
    display: block;
    width: 20.242%;
    padding-bottom: 2.82828282828283%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background-image: url("../img/branch.png");
}

.branch_right:after {
    content: '';
    display: block;
    width: 20.242%;
    padding-bottom: 2.82828282828283%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../img/branch.png");
}

.branch_left:before, .branch_right:after {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
}
.bak-branch_left span:before {
    content: '';
    display: block;
    width: 200%;
    height: 25%;
    position: absolute;
    top: 40%;
    right: 110%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("../img/branch.png");
}

.bak-branch_right span:after {
    content: '';
    display: block;
    width: 200%;
    height: 25%;
    position: absolute;
    top: 40%;
    left: 110%;
    /* -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
    /* transform: translateY(-50%); */
    background-image: url("../img/branch.png");
}

.bak-branch_left span:before, .bak-branch_right span:after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.branch_left-dark:before, .branch_right-dark:after {
    background-image: url("../img/branch-dark.png");
    background-size: contain;
    background-position: 50% 50%;
}

.main-baker {
    padding-top: 7.7085%;
    padding-bottom: 5.625%;
    background-color: #ebebeb;
}

.main-baker .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-baker__img {
    width: 44.5%;
    position: absolute;
    right: 0.5%;
    height: 100%;
}

.main-baker__info {
    width: 55%;
    padding: 2% 2% 2% 5%;
    position: absolute;
    top: 50%;
    left: 0;
    height: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #362f2d;
    color: #fff;
}

.main-baker__heading {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    font-size: 3.125vw;
    position: relative;
}

.main-baker__heading span {
    text-align: center;
    position: relative;
}

.main-baker__heading:before {
    left: 10%;
}

.main-baker__heading:after {
    right: 8%;
}

.main-baker__text {
    margin-top: 9.22%;
    font-size: 0.9vw;
    line-height: 1.3em;
}

.main-baker .all-btn {
    font-size: .7vw;
    background-color: #736e6c;
    color: #fff;
    margin-top: 3%;
    padding: 0 7.315%;
    left: 50%;
    min-height: 2.4vw;
    max-height: 2.4vw;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-box-shadow: 6.81px 13.365px 27px 0px rgba(235, 235, 235, 0);
    box-shadow: 6.81px 13.365px 27px 0px rgba(235, 235, 235, 0);
}

.main-baker .all-btn:hover {
    -webkit-transform: translate3d(-50%, -10%, 0);
    transform: translate3d(-50%, -10%, 0);
    background-color: #ebebeb;
    color: #362f2d;
    -webkit-box-shadow: 6.81px 13.365px 27px 0px rgba(235, 235, 235, 0.2);
    box-shadow: 6.81px 13.365px 27px 0px rgba(235, 235, 235, 0.2);
}

.main-baker .all-btn:hover span {
    transform: translate3d(0, .5px, 0);
}

.main-page-footer {
    margin-top: 5.78125%;
}

.main-page-footer .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.team {
    padding-top: 1.19791666666667%;
    padding-bottom: 3.125%;
    background-image: url('../img/main-team-bg.jpg');
    background-size: cover;
}

.team__wrapper {
    border-bottom: .26041666666667vw solid transparent;
    border-top: .26041666666667vw solid transparent;
    -webkit-border-image: url("../img/border.png") 30 30 stretch;
    -o-border-image: url("../img/border.png") 30 30 stretch;
    border-image: url("../img/border.png") 30 30 stretch;
    padding-bottom: 2.929%;
}

.team__heading {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 3.125vw;
    color: #fff;
    margin-top: 5.4%;
}

.team__heading span {
    display: inline-block;
    position: relative;
}

.team__heading span:after, .team__heading span:before {
    width: 5.26041666666667vw;
    padding-bottom: .72916666666667vw;
}

.team__heading span:after {
    right: -22%;
}

.team__heading span:before {
    left: -22%;
}

.team .l-slider {
    /*width: 50vw;*/
    width: 60vw;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 13.48958333333333vw;
}

.mobile .team .l-slider {
    width: 50vw;
}

.team .l-slider .slider__wrapper {
    padding-bottom: 8.59375vw;
    width: 100%;
}

.team .l-slider .slider__holder {
    width: auto;
    height: 100%;
    overflow: visible;
    transition: .6s transform ease;
}

.team .l-slider .slider__item {
    min-width: 10vw;
    max-width: 10vw;
    min-height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .6s linear;
}

.team .l-slider .slider__item.active img {
    transform: scale(1);
    opacity: 1;
}

.team .l-slider .slider__item.active-2 img {
    transform: scale(.78);
    opacity: .78;
}

.team .l-slider .slider__item.active-3 img {
    transform: scale(.63);
    opacity: .63;
}

.team .l-slider .slider__item.active {
    opacity: 1;
}

.team .l-slider .slider__item.active-2 {
    opacity: 1;
}


.team .l-slider .slider__item img {
    width: 8.59375vw;
    height: 8.59375vw;
    transform: scale(0);
    opacity: 0;
    transition: .6s opacity ease, .6s transform ease;
}

.team .l-slider .slider__descriptions {
    bottom: -14.489583vw;
    height: 13.48958333333333vw;
    width: 100%;
}

.team .l-slider .slider__description {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    transition: .6s opacity ease, .6s transform ease;
    pointer-events: none;
}
.mobile .team .l-slider .slider__description {
    height: auto;
    padding-bottom: 20px;
}

.team .l-slider .slider__description.active {
    opacity: 1;
    pointer-events: all;
}

.team .l-slider .slider__description .slider__desc-heading {
    font-size: 1.875vw;
    font-style: italic;
}

.team .l-slider .slider__description .slider__desc-text {
    font-size: 1.5625vw;
    line-height: 1;
    margin-top: .5%;
    overflow: hidden;
    max-height: 1.5625vw;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.team .l-slider .slider__description .slider__desc-text-2 {
    font-size: 1.09375vw;
    line-height: 1;
    margin-top: 2%;
    padding: 0 9%;
    overflow: hidden;
    height: 5.46875vw;
    max-height: 5.46875vw;
    display: inline-block;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.main-team-slider .l-slider {
    width: 60vw;
}

.contact-us {
    width: 50%;
    background-image: url("../img/contact-us/contact-us-bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 3.49%;
}

.contact-us__heading {
    position: relative;
    font-size: 3.125vw;

    letter-spacing: .1vw;
    color: #fff;
}

.contact-us__heading span {
    text-align: right;
    width: auto;
}

.form-coop .contact-us__heading {
    min-height: 3.125vw;
}

.form-coop .contact-us__heading span {
    white-space: nowrap;
    position: absolute;
    right: 0;
    top: 0;
}

.contact-us__heading:not(.form-coop__heading) {
    padding: 8.334% 0;
    padding-right: 3.75%;
}

.contact-us__heading:not(.form-coop__heading):before {
    width: 10.884%;
    padding-bottom: 1.509%;
    top: 62%;
    left: 28.173%;
}

.contact-us__block {
    background-color: #362f2d;
    padding-top: 5.625%;
    padding-left: 24.57%;
    padding-bottom: 5.209%;
    padding-right: 3.75%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.contact-us__col {
    width: 50%;
}

.contact-us__col:nth-of-type(1) .contact-us__item:nth-of-type(2) {
    margin-top: 18.425%;
}

.contact-us__col:nth-of-type(1) .contact-us__item:nth-of-type(2) .contact-us__item-value {
    text-transform: uppercase;
}

.contact-us__col:nth-of-type(2) .contact-us__item {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-us__col:nth-of-type(2) .contact-us__item-value {
    margin-top: 0;
    transform: translate3d(0, 0, 0);
}

.contact-us__item-value span{
    color: #fff;
}

.contact-us__col:nth-of-type(2) .socials__links {
    width: 100%;
    margin-top: 8.756%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-us__col:nth-of-type(2) .socials__link {
    position: relative;
    width: 14.57142857142857%;
    padding-bottom: 14.6%;
    border-radius: 50%;
}

.contact-us__col:nth-of-type(2) .socials__link:nth-of-type(1) {
    margin-right: 2%;
}

.contact-us__col:nth-of-type(2) .socials__link:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    background: -webkit-radial-gradient(circle, transparent 0%, transparent 50%, #fff 51%, #fff 100%);
    background: -o-radial-gradient(circle, transparent 0%, transparent 50%, #fff 51%, #fff 100%);
    background: radial-gradient(circle, transparent 0%, transparent 50%, #fff 51%, #fff 100%);
}

.contact-us__col:nth-of-type(2) .socials__link:nth-of-type(1) {
    background-image: url("../img/socials/facebook-icon.png");
}

.contact-us__col:nth-of-type(2) .socials__link:nth-of-type(2) {
    background-image: url("../img/socials/instagram-icon.png");
}

.contact-us__item {
    position: relative;
    width: 100%;
}

.contact-us__item-heading, .contact-us__item-value {
    display: block;
    width: 100%;
}

.contact-us__item-heading span, .contact-us__item-value span {
    text-align: center;
}

.contact-us__item-heading {
    font-size: 1.5625vw;
}

.contact-us__item-value {
    margin-top: 7.145%;
    font-size: 1.25vw;
}

.form-coop {
    padding-right: 3.75%;
    padding-left: 54.688%;
    padding-top: 4.167%;
    padding-bottom: 53.9%;
}

.form-coop__input {
    display: block;
    width: 100%;
    padding: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#544844), to(#362f2d));
    background: -webkit-linear-gradient(bottom, #544844 0%, #362f2d 100%);
    background: -o-linear-gradient(bottom, #544844 0%, #362f2d 100%);
    background: linear-gradient(to top, #544844 0%, #362f2d 100%);
    border: 1px solid #a1a1a1;
    font-size: .83333333333333vw;
    line-height: 1.5625vw;
    color: #fff;
    caret-color: #fff;
    padding: 0 2.865%;
}

.form-coop__input-wrapper {
    width: 100%;
    position: relative;
}

.form-coop__input-wrapper:nth-of-type(1) {
    margin-top: 12.89%;
}

.form-coop__input-wrapper:nth-of-type(n+2) {
    margin-top: 10.025%;
}

.form-coop__input-heading {
    color: #fff;
    position: absolute;
    transform: translateY(-120%);
    left: 2.865%;
    font-size: 1.25vw;
}

.wpcf7-not-valid-tip {
    font-size: .72916666666667vw;
    font-family: ProximaNovaRegular, sans-serif;
}

.form-coop__input .error {
    display: none;
    overflow: hidden;
    max-height: 0;
}

.form-coop__buttons {
    margin-top: 13.366%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 2.6vw;
    max-height: 2.6vw;
}

.form-coop__buttons p {
    display: block;
    width: 36%;
}

.form-coop__buttons .all-btn {
    background-color: rgba(255, 255, 255, 0.702);
    -webkit-box-shadow: 6.81px 13.365px 27px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 6.81px 13.365px 27px 0px rgba(0, 0, 0, 0.4);
    color: #292929;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-family: Helvetica Neue, sans-serif;
    font-weight: bold;
}

.wpcf7-submit {
    border: 0px solid #0000;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    font-size: 1vw;
}

.form-coop__buttons .all-btn:hover {
    -webkit-box-shadow: 6.81px 13.365px 27px 0px rgba(235, 235, 235, 0.2);
    box-shadow: 6.81px 13.365px 27px 0px rgba(235, 235, 235, 0.2);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.select-file {
    position: relative;
    width: 60%;
    cursor: pointer;
    min-height: 100%;
    max-height: 100%;
}

.select-file #file {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    cursor: pointer;
}

.select-file #file span {
    color: #292929;
    transform: translate3d(0, 0, 0);
}

.blog.blog_main-page {
    width: 32.969%;
    position: relative;
    padding-top: 4.323%;
    margin: 0 auto;
}

.blog.blog_main-page .blog__heading {
    width: 100%;
    color: #fff;
    font-size: 3.125vw;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
}

body:not(.mobile) .blog.blog_main-page .blog__heading:after {
    width: 17.536%;
    padding-bottom: 2.213%;
    right: 0;
    top: 55%;
}

.blog.blog_main-page .blog__container {
    overflow: hidden;
    position: relative;
}

.blog .blog__container {
    overflow: hidden;
    position: relative;
}

.blog.page-wrapper .blog-wrapper {
    overflow: hidden;
}

.articles__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-101%) !important;
    display: block;
    width: 100%;
    will-change: transform;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-name: slideOut;
}

.articles__wrapper.active {
    animation-name: slideIn;
    transform: translateX(0) !important;
    position: relative;
}

.blog.blog_main-page .blog__container .article {
    display: block;
    background-color: #ebebeb;
}

.blog.blog_main-page .blog__container .article:nth-child(n+3) {
    display: none;
}

.blog.blog_main-page .blog__container .article:nth-child(n+2) {
    margin-top: 14.376%;
}

.blog.blog_main-page .blog__container .article__img {
    width: 100%;
    min-height: 18.64583333333333vw;
    max-height: 18.64583333333333vw;
    overflow: hidden;
    position: relative;
}

.blog.blog_main-page .blog__container .article__img img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    display: block;
}

.blog.blog_main-page .blog__container .article__desc {
    position: relative;
    margin-left: 2.686%;
    margin-right: 5.056%;
    padding-top: 3.16%;
    padding-bottom: 5.688%;
}

.blog.blog_main-page .blog__container .article__heading {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 1.875vw;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    text-shadow: rgba(0, 0, 0, 1) 0 0 0.1px;
}

.blog.blog_main-page .blog__container .article__text {
    font-size: .9375vw;
    line-height: 1vw;
    color: #292929;
    max-height: 4vw;
    overflow: hidden;
}

.blog.blog_main-page .blog__container .article__text span.block {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.blog.blog_main-page .blog__container .article__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 6.507%;
}

.blog.blog_main-page .blog__container .article .more-btn.more-btn_article {
    width: 8.563%;
    background-color: #352e2c;
    position: relative;
}

.blog.blog_main-page .blog__container .article .more-btn.more-btn_article span {
    background-color: #ebebeb;
}

.blog.blog_main-page .blog__container .article .socials__links {
    width: 18.495%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.blog.blog_main-page .blog__container .article .socials__link {
    position: relative;
    border-radius: 50%;
    z-index: 1;
    width: 46.2962962962963%;
    margin: 0;
}

.blog.blog_main-page .blog__container .article .socials__link:before {
    background: -webkit-radial-gradient(circle, transparent 0%, transparent 50%, #352e2c 51%, #352e2c 100%);
    background: -o-radial-gradient(circle, transparent 0%, transparent 50%, #352e2c 51%, #352e2c 100%);
    background: radial-gradient(circle, transparent 0%, transparent 50%, #352e2c 51%, #352e2c 100%);
}

.blog.blog_main-page .blog__container .article .socials__link:nth-of-type(1) {
    background-image: url("../img/socials/facebook-dark-icon.png");
}

.blog.blog_main-page .blog__container .article .socials__link:nth-of-type(2) {
    background-image: url("../img/socials/instagram-dark-icon.png");
}

.blog.blog_main-page .blog__container .article .more-btn.more-btn_article:hover:before, .blog.blog_main-page .blog__container .article .socials__link:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}

.blog.blog_main-page .more-btn:not(.more-btn_article) {
    background-color: #ebebeb;
    width: 15.798%;
    position: absolute;
    left: 15.325%;
    bottom: 6.671%;
    -webkit-box-shadow: 0px 36px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 36px 40px 0px rgba(0, 0, 0, 0.2);
}

.blog.blog_main-page .more-btn:not(.more-btn_article) span {
    background-color: #362f2d;
}

.blog.blog_main-page .more-btn:not(.more-btn_article) span.lable {
    font-size: 1.875vw;
    left: 300%;
    color: #fff;
    background-color: transparent;
}

.more-btn {
    border-radius: 50%;
    position: relative;
    display: block;
    cursor: pointer;
    will-change: transform;
}

.more-btn:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.more-btn span {
    position: absolute;
    z-index: 2;
    height: 5%;
    width: 58%;
    min-width: 58%;
    max-width: 58%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) !important;
}

.more-btn span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) !important;
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg) !important;
}

.more-btn span.lable {
    display: none;
    white-space: nowrap;
    width: auto;
    height: auto;
    background-color: transparent;
}

.more-btn span.lable.see-more {
    width: auto;
    max-width: 10000%;
    min-width: 0%;
}

.more-btn.lable span.lable {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.more-btn.lable span.lable span {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    width: 100%;
    transform: translate3d(0, 0, 0);
    font-size: 1.25vw;
    line-height: 1.4vw;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.article-popup.active ~ #content {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.article-popup.active {
    pointer-events: all;
    opacity: 1;
}

.article-popup.active ~ #header {
    z-index: 1;
}

.article-popup .article-outside-click {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s ease;
    background-color: rgba(0, 0, 0, .7);
}

.article-popup .mCustomScrollbar .mCSB_container {
    margin: 0;
}

.article-popup .mCustomScrollbar .mCSB_scrollTools_vertical {
    right: 0;
}

.article-popup.active .article-outside-click {
    pointer-events: all;
    opacity: 1;
}

.article-popup.active ~ #content .header {
    opacity: .1;
}

.article-popup.active .container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.blog-page .container {
    padding-top: 11.9795%;
    padding-bottom: 7.7085%;
}

.blog-page .blog__container {
    width: 100%;
    margin-top: 3.5%;
    overflow: hidden;
}

.blog-page .blog__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: .26041666666667vw solid #fff;
    -webkit-border-image: url("../img/border.png") 30 30 repeat;
    -o-border-image: url("../img/border.png") 30 30 repeat;
    border-image: url("../img/border.png") 30 30 repeat;
    padding-bottom: 2.929%;
}

.blog-page .blog__heading {
    width: 43.92857142857143%;
    font-size: 3.125vw;
    color: #fff;
    position: relative;
}

.blog-page .blog__heading:after {
    top: 60%;
    right: 0;
    width: 18.05%;
    padding-bottom: 2.277%;
}

.blog-page .blog__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 40.71428571428571%;
}

.blog-page .blog__filters-item {
    width: 8.8542vw;
    color: #fff;
    cursor: pointer;
    background-color: #736e6c;
    -webkit-box-shadow: 6.81px 13.365px 27px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 6.81px 13.365px 27px 0px rgba(0, 0, 0, 0.5);
}

.blog-page .blog__filters-item.active {
    background-color: #9b9796;
}

.blog-page .more-btn {
    width: 10.14285714285714%;
    background-color: #736e6c;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 13.572%;
    -webkit-box-shadow: 0px 15px 27px 0px rgba(41, 30, 27, 0.89);
    box-shadow: 0px 15px 27px 0px rgba(41, 30, 27, 0.89);
    position: relative;
}

.blog-page .more-btn .loading {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: #736e6c;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s opacity ease;
    overflow: hidden;
}

.blog-page .more-btn .loading img {
    width: 80%;
}

.blog-page .more-btn .loading.active {
    opacity: 1;
    pointer-events: all;
}

.blog-page .more-btn .lable {
    width: 100%;
    min-width: 100%;
    height: auto;
    color: #fff;
    transform: translate(-50%, -50%) !important;
}

.blog-page .more-btn .lable span {
    min-width: 100%;
    width: 100%;
    transform: none !important;
}

.blog-page .more-btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 73.94366197183099%;
    left: 50%;
    top: -55%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    border: 0px solid #fff;
    border-bottom: .261vw solid #fff;
    -webkit-border-image: url("../img/border.png") 30 30 repeat;
    -o-border-image: url("../img/border.png") 30 30 repeat;
    border-image: url("../img/border.png") 30 30 repeat;
}

.blog-page .article {
    background-color: #ebebeb;
    width: 100%;
    padding-bottom: 25.5%;
    position: relative;
}

.blog-page .article:nth-child(n+2) {
    margin-top: 2.715%;
}

.blog-page .article__img {
    width: 45.35714285714286%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    left: 0;
}

.blog-page .article__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-51%, -50%);
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
}

.blog-page .article__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.no-posts {
    font-size: 4vw;
    color: #fff;
    text-align: center;
    font-style: italic;
    margin-top: 10vw;
    margin-bottom: 10vw;
    margin: 0 auto;
}

.blog-page .article__desc {
    width: 54.64285714285714%;
    padding-left: 3.286%;
    padding-right: 2.786%;
    padding-top: 1.715%;
    position: relative;
}

.blog-page .article__heading {
    font-size: 1.875vw;
}

.blog-page .article__date {
    color: #8d8d8d;
    font-size: .625vw;
    margin-top: 3%;
}

.blog-page .article__text {
    font-size: .9375vw;
    margin-top: 2.354%;
    overflow: hidden;
    max-height: 7.5vw;
}

.blog-page .article__text span.block {
    overflow: hidden;
    max-height: 7.5vw;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    /*-webkit-box-orient: vertical;*/
    text-overflow: ellipsis;
}

.blog-page .article__buttons {
    position: absolute;
    width: 100%;
    bottom: 6.165%;
    left: 0;
    padding-left: 6.014%;
}

.blog-page .article .socials__links {
    width: auto;
}

.blog-page .article .socials__link {
    width: 6.955%;
    padding-bottom: 7%;
}

.blog-page .article .socials__link:nth-of-type(1) {
    margin-right: .975%;
}

.blog-page .article .socials__link:nth-of-type(1) {
    background-image: url("../img/socials/facebook-dark-icon.png");
}

.blog-page .article .socials__link:nth-of-type(2) {
    background-image: url("../img/socials/instagram-dark-icon.png");
}

.article-popup {
    position: fixed;
    z-index: 129;
    width: 100vw;
    height: 100%;
    opacity: 0;
    top: 50%;
    left: 50%;
    padding-top: 10.371vh;
    padding-bottom: 10.371vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    overflow: hidden;
}

.mobile .article-popup {
    padding-top: 5.371vh;
    padding-bottom: 10.371vh;
}

.article-popup .article__iframe {
    display: none;
    width: 62.5vw;
    height: 35vw;
}

.article-popup .article__iframe iframe {
    width: 100%;
    height: 100%;
}

.article-popup.video .article-content {
    display: none;
}

.article-popup.video .article__iframe {
    display: block;
}

.article-popup .container {
    min-width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    position: relative;
}

.mobile .article-popup .container .post-container {
    min-height: 83.629vh;
    width: 90.625vw;
    margin: 0 auto;
    margin-top: 7vh;
}

.article-popup .container .post-container {
    will-change: transform;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}

.article-popup.active .container .post-container {
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.article-popup .post-container {
    background-color: #ebebeb;
    margin: 2vw 18.75% 0 18.75%;
    position: relative;
    width: 62.5vw;
}

.article-popup__poster {
    width: 100%;
    padding-bottom: 29.834%;
    position: relative;
    background-color: #261b25;
    overflow: hidden;
}

.article-popup__poster img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.article-popup__heading {
    position: absolute;
    color: #fff;
    font-size: 3.503653vw;
    right: 5.834%;
    bottom: 12.293%;
    text-align: right;
    max-width: 65%;
    text-shadow: rgba(0, 0, 0, 1) 0 0 0.1px;
}

.article-popup__post-wrapper {
    max-width: 100%;
    padding: 3% 0;
    overflow: hidden;
    border-bottom: .261vw solid transparent;
    -webkit-border-image: url("../img/border-dark.png") 30 30 repeat;
    -o-border-image: url("../img/border-dark.png") 30 30 repeat;
    border-image: url("../img/border-dark.png") 30 30 repeat;
}

.article-popup__post {
    width: 100%;
    padding: 0 18.334%;
}

.article-popup #mCSB_1_dragger_vertical .mCSB_dragger_bar {
    width: 50% !important;
    background-color: #362f2d !important;
}

.article-popup .mCSB_draggerRail {
    width: 50% !important;
    background-color: #ebebeb !important;
}

.article-popup__paragraph {
    font-family: ProximaNovaSemibold, sans-serif;
    color: #292929;
    font-size: .9375vw;
}

.article-popup__paragraph-heading {
    font-family: Appetite, sans-serif;
    color: #292929;
    font-size: 1.2vw;
    width: 100%;
    text-align: center;
    margin-top: 3.685%;
    margin-bottom: -1.5%;
}

.article-popup__paragraph-subheading {
    font-style: italic;
    font-family: ProximaNovaSemibold, sans-serif;
    font-size: 1vw;
    width: 100%;
    text-align: center;
    margin-top: 2%;
    margin-bottom: -1.5%;
}

.article-popup__paragraph img {
    max-width: 100%;
    margin: 4% 0;
    height: auto;
}

.article-popup__paragraph:nth-of-type(n+2) {
    margin-top: 3.685%;
}

.article-popup__img {
    margin-top: 2.8948%;
}

.article-popup .socials__links {
    width: 9%;
    position: relative;
    margin: 0 auto;
    margin-top: 1.584%;
    justify-content: center;
    padding-bottom: .938%;
}

.article-popup .socials__links:before, .article-popup .socials__links:after {
    width: 93.53%;
    padding-bottom: 12.97%;
    top: 37.03%;
}

.article-popup .socials__links:before {
    left: -115%;
}

.article-popup .socials__links:after {
    right: -115%;
}

.article-popup .socials__link {
    border-radius: 50%;
    /*width: 46.2963%;*/
    width: 50px;
    height: 50px;
    top: -10px;
    position: relative;
    z-index: 2;
    background: -webkit-radial-gradient(circle, transparent 0%, transparent 50%, #332c29 51%, #332c29 100%);
    background: -o-radial-gradient(circle, transparent 0%, transparent 50%, #332c29 51%, #332c29 100%);
    background: radial-gradient(circle, transparent 0%, transparent 50%, #332c29 51%, #332c29 100%);
}

.article-popup .socials__link:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}

.article-popup .socials__link:nth-of-type(1) {
    background-image: url("../img/socials/facebook-dark-icon.png");
}

.article-popup .socials__link:nth-of-type(2) {
    background-image: url("../img/socials/instagram-dark-icon.png");
}

.close-btn {
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    top: 0;
    right: 0;
    width: 3.084%;
    padding-bottom: 2.75%;
    border: .10416666666667vw solid #fff;
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    background-color: #362f2d;
    cursor: pointer;
}

.close-btn:hover {
    -webkit-transform: translate3d(50%, -50%, 0) scale(1.1);
    transform: translate3d(50%, -50%, 0) scale(1.1);
}

.cross {
    position: absolute;
    width: 45.46%;
    padding-bottom: 45.46%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.cross span {
    width: 100%;
    padding-bottom: 6.67%;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
}

.cross span:nth-of-type(1) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.cross span:nth-of-type(2) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.catalogue .header .container {
    padding-top: 3.2295%;
}

.catalogue .menu {
    padding-top: 0;
}

.catalogue .burger span {
    -webkit-transition: background-color 1s ease, -webkit-transform .3s ease;
    transition: background-color 1s ease, -webkit-transform .3s ease;
    -o-transition: background-color 1s ease, transform .3s ease;
    transition: background-color 1s ease, transform .3s ease;
    transition: background-color 1s ease, transform .3s ease, -webkit-transform .3s ease;
}

.catalogue__container {
    position: relative;
    left: -50%;
    top: 0;
    -webkit-transform: translateX(50%) !important;
    -ms-transform: translateX(50%);
    transform: translate3d(50%, 0, 0) !important;
}

.catalogue__heading {
    position: relative;
    font-size: 4vw;
    line-height: 4vw;
    font-style: italic;
    white-space: nowrap;
}

.mobile .catalogue__heading {
    padding-top: 15.5%;
    font-size: 2.5vh;
    line-height: 3.6vh;
}

.mobile .catalogue__heading:after {
    top: 80%;
}

.catalogue__heading span {
    text-align: center;
}

.catalogue__heading span:nth-child(n+2) {
    margin-top: 1.563%;
}

.catalogue__heading:before, .catalogue__heading:after {
    width: 5.99%;
    padding-bottom: .886%;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item {
    color: #292929;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item.dark {
    color: #fff;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(1) {
    padding-top: 17vh;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(1) .catalogue__heading:before {
    left: 36.25%;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(1) .catalogue__heading:after {
    right: 36.25%;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(3) {
    padding-top: 18vh;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(3) .catalogue__heading:before {
    left: 30.573%;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(3) .catalogue__heading:after {
    right: 30.573%;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(2), .catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(4),
.page-wrapper.catalogue .slider:not(.p-slider) .slider__item:nth-of-type(2), .catalogue .slider:not(.p-slider) .slider__item:nth-of-type(4) {
    padding-top: 15vh;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(2) .catalogue__heading:before, .catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(4) .catalogue__heading:before {
    left: 29.4275%;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(2) .catalogue__heading:after, .catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(4) .catalogue__heading:after {
    right: 29.4275%;
}

.slider:not(#big-slider) .slider__item {
    padding-top: 0;
}

.search {
    width: 87.5%;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    display: none;
}

.search__btn {
    width: 2.205%;
    padding-bottom: 2.205%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.search__btn img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.search__btn img.search__btn-img-dark {
    opacity: 1;
}

.search__btn img.search__btn-img-light {
    opacity: 0;
}

.search__btn-hover {
    position: absolute;
    width: 150%;
    padding-bottom: 150%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search__btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.search__input {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: -50%;
    left: 50%;
    -webkit-transform: translate(-35%, 0);
    -ms-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
    opacity: 0;
}

.search__input input {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: .9375vw;
    line-height: 2vw;
    padding: 0 10%;
    color: #362f2d;
    border-bottom: 0.1vw solid #362f2d;
}

#search__list {
    position: absolute;
    left: 0;
    bottom: -2vw;
    transform: translateY(100%);
    width: 100%;
    padding: 1vw;
    max-height: 16vw;
    -webkit-box-shadow: 0px 5px 4.75px 0.25px rgba(19, 11, 4, 0.15);
    box-shadow: 0px 5px 4.75px 0.25px rgba(19, 11, 4, 0.15);
    background-color: #ebebeb;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: .3s opacity ease;
}

#search__list.active {
    opacity: 1;
    pointer-events: all;
}

#search__list .search__result {
    width: 100%;
    height: 6.75vw;
    max-height: 6.75vw;
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    position: relative;
}

#search__list .search__result:nth-child(n+1):not(:last-child):after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(.26041666666667vw);
    transform: translateY(.26041666666667vw);
    border: 0px solid #fff;
    border-bottom: .26041666666667vw solid #fff;
    -o-border-image: url(../img/border-dark.png) 30 30 repeat;
    border-image: url(../img/border-dark.png) 30 30 repeat;
}

#search__list .search__result:nth-of-type(n+2) {
    margin-top: .5vw;
}

#search__list .search__img {
    min-width: 40%;
    max-width: 40%;
    height: 100%;
    position: relative;
}

#search__list .search__img img {
    display: block;
    position: absolute;
    max-width: 65%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#search__list .search__info {
    padding-left: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#search__list .search__name {
    width: 100%;
    font-size: 1.2vw;
}

#search__list .search__desc {
    width: 100%;
    font-size: .8vw;
    margin-top: 1vw;
}

.search__input input::-webkit-input-placeholder {
    color: #362f2d;
}

.search__input input:-ms-input-placeholder {
    color: #362f2d;
}

.search__input input::-ms-input-placeholder {
    color: #362f2d;
}

.search__input input::placeholder {
    color: #362f2d;
}

.search__input.active {
    opacity: 1;
}

.search_light .search__btn .search__btn-img-dark {
    opacity: 0;
}

.search_light .search__btn .search__btn-img-light {
    opacity: 1;
}

.search_light .search__input input {
    color: #fff;
    border-bottom: .1vw solid #fff;
}

.search_light .search__input input::-webkit-input-placeholder {
    color: #fff;
}

.search_light .search__input input:-ms-input-placeholder {
    color: #fff;
}

.search_light .search__input input::-ms-input-placeholder {
    color: #fff;
}

.search_light .search__input input::placeholder {
    color: #fff;
}

.catalogue #big-slider {
    width: 100%;
    min-height: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__wrapper {
    min-height: 400%;
    max-height: 400%;
    height: 100%;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__holder {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    height: 100% !important;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item.cat {
    min-width: 100%;
    max-width: 100%;
    min-height: 25%;
    max-height: 25%;
    height: 25%;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(2n + 1) {
    background-color: #ebebeb;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(2n) {
    background-color: #362f2d;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item.dark .slider__item {
    color: #fff;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(3) .products-slider {
    position: absolute;
    top: 34.908%;
    left: 23.646%;
    width: 59.6875%;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(3) .products-slider .slider__holder {
    width: 33%;
    max-width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(3) .products-slider .slider__item {
    padding-top: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    background-color: transparent;
}

.page-wrapper.catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(3) .products-slider__item {
    width: 100%;
    flex-direction: column;
}

.products-slider .prods-wrapper.large {
    justify-content: center;
}

.products-slider .prods-wrapper.large .products-slider__item {
    min-height: 80%;
}

.products-slider .prods-wrapper.large .products-slider__img {
    max-width: 150px;
    height: auto;
    min-height: 170px;
    display: flex;
    align-items: center;
}

.products-slider .prods-wrapper.large .products-slider__img img[src*="/wp-content/uploads/2018/06/prod_31_1.png"] {
    max-width: 120px;
}

.catalogue .slider:not(.slider_inner) .slider__navigation:not(.nav-inner) {
    width: 4.167%;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*-webkit-box-shadow: 0px 5px 4.75px 0.25px rgba(19, 11, 4, 0.15);
    box-shadow: 0px 5px 4.75px 0.25px rgba(19, 11, 4, 0.15);*/
}

.catalogue .slider:not(.slider_inner) .slider__navigation.light .tab-icon_light {
    opacity: 1;
}

.catalogue .slider:not(.slider_inner) .slider__navigation.light .tab-icon_dark {
    opacity: 0;
}

.catalogue .slider:not(.slider_inner) .slider__navigation.light .slider__tab.active {
    background-color: #615b59;
    border-color: #c4c2c1;
}
.mobile .catalogue .slider:not(.slider_inner) .slider__navigation.light .slider__tab.active {
    background-color: transparent;
}

.catalogue .slider:not(.slider_inner) .slider__tabs {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalogue .slider:not(.slider_inner) .slider__tab {
    width: 100%;
    padding-bottom: 90%;
    position: relative;
    border-style: solid;
    border-color: #0000;
    border-left-width: .0521vw;
}

.catalogue .slider:not(.slider_inner) .slider__tab.active {
    border-color: #fff;
    background-color: #f1f1f1;
}

.mobile .catalogue .slider:not(.slider_inner) .slider__tab.active div {
    transform: scale(2);
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 10px);
}
.mobile .catalogue .slider:not(.slider_inner) .slider__tab.active{
    background-color: transparent;
}

.catalogue .slider:not(.slider_inner) .slider__tab .tab-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.catalogue .slider:not(.slider_inner) .slider__tab .tab-icon_light {
    opacity: 0;
}

.catalogue .slider:not(.slider_inner) .slider__tab .tab-icon_dark {
    opacity: 1;
}

.catalogue .slider:not(.slider_inner) .slider__tab:nth-of-type(1) .tab-icon {
    width: 65%;
}

.catalogue #big-slider .slider.slider_inner {
    position: absolute;
    /*top: 34.908%;*/
    top: 27.908%;
    left: 23.646%;
    width: 59.6875%;
}

.catalogue #big-slider .slider.slider_inner .slider {
    z-index: 2;
}

.catalogue #big-slider .slider.slider_inner .slider__item {
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
}

.catalogue #big-slider .slider.slider_inner .slider__item:nth-child(n+1) {
    background-color: transparent;
}

.catalogue #big-slider .slider.slider_inner .slider__navigation {
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
}

.catalogue #big-slider .slider.slider_inner .slider__btn {
    width: 2.444%;
}

.catalogue #big-slider .slider.slider_inner .slider__btn-left {
    -webkit-transform: rotate(180deg) translate3d(200%, 160%, 0);
    transform: rotate(180deg) translate3d(200%, 160%, 0);
}

.catalogue #big-slider .slider.slider_inner .slider__btn-right {
    -webkit-transform: translate3d(200%, -160%, 0);
    transform: translate3d(200%, -160%, 0);
}

.catalogue #big-slider .slider.slider_inner .slider__wrapper {
    height: 100%;
    padding-bottom: 47.121%;
    padding-top: 2vh;
}

.mobile .catalogue #big-slider .slider.slider_inner .slider__wrapper {
    padding-bottom: 0;
}

.catalogue #big-slider .slider.slider_inner .slider__holder {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: auto;
    max-width: 100000%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    pointer-events: none;

    padding-top: 2vh;
}

.catalogue #big-slider .slider.slider_inner .slider__holder .slider__item {
    display: inline-block;
    min-width: 14.921875vw;
    max-width: 14.921875vw;
    position: relative;
    min-height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.products-slider__item {
    display: inline-block;
    min-width: 100%;
    max-width: 100%;
    height: 50% !important;
    position: relative;
    pointer-events: all;
}

.new {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 1%;
    font-size: 1.05833333333333vw;
    line-height: 2;
    text-transform: uppercase;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#558203), color-stop(10%, #558203), color-stop(11%, #fff), color-stop(15%, #fff), color-stop(16%, #558203), color-stop(85%, #558203), color-stop(86%, #fff), color-stop(90%, #fff), color-stop(91%, #558203), to(#558203));
    background: -webkit-linear-gradient(top, #558203 0%, #558203 10%, #fff 11%, #fff 15%, #558203 16%, #558203 85%, #fff 86%, #fff 90%, #558203 91%, #558203 100%);
    background: -o-linear-gradient(top, #558203 0%, #558203 10%, #fff 11%, #fff 15%, #558203 16%, #558203 85%, #fff 86%, #fff 90%, #558203 91%, #558203 100%);
    background: linear-gradient(to bottom, #558203 0%, #558203 10%, #fff 11%, #fff 15%, #558203 16%, #558203 85%, #fff 86%, #fff 90%, #558203 91%, #558203 100%);
    padding: 0 1.5%;
}

.products-slider__img {
    max-width: 100%;
    height: 6.33vw;
    cursor: pointer;
}

.products-slider__img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.products-slider__img-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.products-slider__heading {
    font-size: 1.2046875vw;
    line-height: 1.32447916666667vw;
    position: absolute;
    left: 0;
    top: 55.186%;
    display: block;
    width: 100%;
    cursor: pointer;
}

.products-slider__heading span {
    text-align: center;
}

.products-slider__heading_big {
    font-size: 1.71614583333333vw;
    line-height: 1.90364583333333vw;
}

.about.page-wrapper {
    z-index: 1;
}

#content:not(.catalogue) .header .search,
#content.mobile .header .search {
    display: none;
}

.about.page-wrapper.active ~ .header .container {
    justify-content: flex-end;
}

.about.page-wrapper.active ~ .header .about-heading {
    display: block;
}

.about__top-block {
    background-image: url('../img/about-top-block-bg.jpg');
    background-size: 100% auto;
    padding-bottom: 13.132%;
}

.about-title {
    position: relative;
    display: block;
    text-align: left;
    color: #fff;
    font-style: italic;
    font-size: 3.96875vw;
    line-height: 9.79166666666667vw;
    white-space: nowrap;
    border-bottom: .26041666666667vw solid transparent;
    -webkit-border-image: url("../img/border.png") 30 30 repeat;
    -o-border-image: url("../img/border.png") 30 30 repeat;
    border-image: url("../img/border.png") 30 30 repeat;
}

.about-title:after {
    width: 5.26041666666667vw;
    padding-bottom: .72916666666667vw;
    left: 45%;
}

.since {
    width: 34.357143%;
    margin-top: 3.648%;
}

.about__desc {
    color: #fff;
    width: 57.428571%;
    margin-top: 7.344%;
    font-size: 1.32291666666667vw;
    line-height: normal;
}

.exclusivity {
    color: #fff;
    min-height: 100vh;
    box-shadow: -4.881px 10.963px 43.86px 7.14px rgba(0, 0, 0, 0.53);
}

.exclusivity .container {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    min-height: 100%;
    align-items: flex-end;
    padding: 7.5vh 0;
}

.exclusivity__scroller {
    width: 43.143%;
    box-shadow: 0px 7px 13.92px 2.08px rgba(35, 31, 32, 0.35);
    background-color: rgb(54, 47, 45);
    padding: 2.143% 0 4.143% 2%;
    min-height: 85vh;
    max-height: 85vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 3;
}

.exclusivity__scroller .mCustomScrollBox {
    min-height: 100%;
    max-height: 100% !important;
}

.exclusivity__scroller:after {
    content: '';
    display: block;
    width: 96%;
    padding-bottom: 24.306%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(to top, #362f2d 0%, #362f2d50 90%, #362f2d50 91%, transparent 100%);
}

.exclusivity__scroller:before {
    content: '';
    display: none;
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translate(-50%, 0);
    z-index: 2;
    background-image: url('../img/arrow-down.png');
    background-size: cover;
    width: 3.54166666666667vw;
    padding-bottom: 1.97916666666667vw;
}

.exclusivity__scroller-content {
    padding-right: 5%;
}

.exclusivity__scroller .mCSB_scrollTools .mCSB_draggerRail {
    width: 50% !important;
    background-color: #817c7b !important;
    border-radius: 1000px !important;
}

.exclusivity__scroller .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 50% !important;
    background-color: #ebebeb !important;
}

.exclusivity__paragraph {
    line-height: normal;
    font-size: .8vw;
}

.exclusivity__paragraph:nth-child(n+2) {
    margin-top: 5%;
}

.exclusivity__heading {
    font-size: 1.2vw;
}

.exclusivity__heading-img img.ua {
    display: none;
}

.ua .exclusivity__heading-img img {
    display: none;
}

.ua .exclusivity__heading-img {
    height: 6.67vw;
    max-height: 11.85vh;
}

.ua .exclusivity__heading-img img.ua {
    display: inline;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-height: 100%;
}

.ua .exclusivity__heading-img img.ua-mob {
    display: none;
}

.mobile.ua .exclusivity__heading-img img.ua {
    display: none;
}

.mobile.ua .exclusivity__heading-img img.ua-mob {
    display: block;
}

.exclusivity__text {
    font-size: 1.1vw;
}

.exclusivity__heading-img {
    width: 47.5%;
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 48.5%;
}

.ua .exclusivity__heading-img {
    top: 11%;
    left: 45.5%;
}

.exclusivity__img {
    width: 52.571429%;
    height: 34vw;
    max-height: 65vh;
    position: absolute;
    z-index: 1;
    bottom: 7.5vh;
    left: 42.4%;
    box-shadow: 0px 7px 13.92px 2.08px rgba(35, 31, 32, 0.35);
    overflow: hidden;
}

.exclusivity__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) !important;
    width: auto;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
}

.about-map {
    padding: 1.76041666666667% 0;
    background-color: #ebebeb;
}

.about-map__wrapper {
    border-top: .26041666666667vw solid transparent;
    border-bottom: .26041666666667vw solid transparent;
    -webkit-border-image: url("../img/border.png") 30 30 stretch;
    -o-border-image: url("../img/border.png") 30 30 stretch;
    border-image: url("../img/border.png") 30 30 stretch;
}

.about-map .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.about-map__desc {
    padding-top: 4.807%;
    padding-bottom: 10.1429%;
    width: 37.2858%;
}

.thousand-cities {
    width: 100%;
}

.about-map__text {
    font-size: 1.13020833333333vw;
    line-height: normal;
    width: 96%;
}

.about-map__text:nth-of-type(2) {
    margin-top: 26.82%;
}

.about-map__text:nth-of-type(3) {
    margin-top: 3.45%;
}

#map {
    width: 68.7142%;
    position: relative;
    z-index: 10;
}

.map__img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
}

.map__dot {
    width: .46875vw;
    padding-bottom: .46875vw;
    position: absolute;
    background-color: #ebebeb;
    cursor: pointer;
}

.map__dot .hover {
    position: absolute;
    left: 50%;
    top: -53%;
    transform: translate(-50%, -50%);
    width: 600%;
    height: 400%;
}

.map__dot:hover {
    z-index: 100;
}

.map__dots {
    position: absolute;
    height: 100%;
    width: 100%;
}

#map .map__dots .map__dot.active .map__popup {
    opacity: 1;
    pointer-events: all;
}

#map .map__dots .map__dot.deutchland {
    top: 44.4%;
    left: 49%;
    z-index: 100;
}

#map .map__dots .map__dot.french {
    top: 45.4%;
    left: 38%;
}

#map .map__dots .map__dot.italy {
    top: 58.5%;
    left: 45%;
}

#map .map__dots .map__dot.greek {
    top: 74.5%;
    left: 60.5%;
}

#map .map__dots .map__dot.moldova {
    top: 61%;
    left: 76.8%;
}

#map .map__dots .map__dot.finland {
    top: 25%;
    left: 84%;
}

#map .map__dots .map__dot.norway {
    top: 19.5%;
    left: 61%;
}

#map .map__dots .map__dot.latvia {
    top: 38.8%;
    left: 79%;
}

#map .map__dots .map__dot.lithuania {
    top: 41.5%;
    left: 75%;
}

#map .map__dots .map__dot.hungary {
    top: 58%;
    left: 62%;
}

#map .map__dots .map__dot.karelia {
    top: 41.5%;
    left: 75%;
}

.map__popup {
    position: absolute;
    top: -3250%;
    left: -560%;
    background-color: #ebebeb;
    width: 11.45833333333333vw;
    height: 14.0625vw;
    border-radius: 17px;
    box-shadow: 0px 33px 57px 0px rgba(0, 0, 0, 0.16);
    opacity: 0;
    pointer-events: none;
    transition: .3s opacity ease;
}

.map__flag {
    position: absolute;
    width: 1.875vw;
    right: 0;
    top: 1vw;
    z-index: 0;
}

.map__dot:hover .map__popup {
    opacity: 1;
    pointer-events: all;
}

.map__popup:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1.146vw solid #ebebeb;
    border-left: .573vw solid transparent;
    border-right: .573vw solid transparent;
    left: 20%;
    bottom: -1.146vw;
}

.map__popup .l-slider {
    width: 7.292vw;
    margin: 0 auto;
    margin-top: 21.17647058823529%;
}

.map__popup .l-slider .slider__wrapper {
    padding-bottom: 8.4375vw;
}

.map__popup .l-slider .slider__item {
    min-width: 7.292vw;
    max-width: 7.292vw;
    min-height: 100%;
    max-height: 100%;
    position: relative;
}

.map__popup .l-slider .slider__img {
    width: 95%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.map__popup .l-slider .slider__heading {
    position: absolute;
    bottom: .3125vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 70%;
    font-size: .76979166666667vw;
    line-height: normal;
    color: #362f2d;
}

.map__popup .l-slider .slider__navigation {
    position: absolute;
    height: 100%;
    z-index: -1;
}

.map__popup .l-slider .slider__tabs {
    position: absolute;
    bottom: -.3125vw;
}

.map__popup .l-slider .slider__holder {
    width: auto;
    height: 100%;
    transition: .25s transform ease;
}

.map__popup .l-slider .slider__tab {
    width: .3125vw;
    padding-bottom: 0.20833333333vw;
    border: .052083333vw solid #a1a1a1;
    border-radius: 1000px;
}

.map__popup .l-slider .slider__tab:not(:last-child) {
    margin-right: .3125vw;
}

.map__popup .l-slider .slider__tab.active {
    background-color: #a1a1a1;
}

.map__popup .all-btn {
    width: 45%;
    background-color: #f1f1f1;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 9%;
}

.map__popup .all-btn span {
    font-size: .534375vw;
    line-height: 2.631578947368421;
    color: #362f2d;
    padding: 0 1%;
    margin: 0 auto;
    display: block;
}

.healthy-food {
    background-color: #ebebeb;
}

.healthy-food .container {
    padding-top: 2.646%;
    padding-bottom: 20.063%;
}

.healthy-food__heading {
    color: #282525;
    font-size: 3.96875vw;
    font-style: italic;
    position: relative;
}

.healthy-food__heading:after {
    width: 5.26041666666667vw;
    padding-bottom: .72916666666667vw;
    left: 60%;
    top: 55%;
}

.healthy-food .l-slider {
    margin: 0 auto;
    width: 54.5%;
    margin-top: 2.8545%;
}

.healthy-food .l-slider .slider__wrapper {
    padding-top: 23.15625vw;
}

.healthy-food .l-slider .slider__holder {
    height: 100%;
    width: auto;
    transition: transform .6s ease;
}

.healthy-food .l-slider .slider__item {
    min-width: 39.7396vw;
    max-width: 39.7396vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.healthy-food .l-slider .slider__item img {
    display: block;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    width: 75%;
    max-width: 100%;
}

.healthy-food .l-slider .slider__navigation {
    width: 175.8%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: 0;
}

.healthy-food .l-slider .slider__navigation .slider__btn.slider__btn-left, .healthy-food .l-slider .slider__navigation .slider__btn.slider__btn-right {
    width: 2.396vw;
    top: 50%;
    transform: translateY(-50%);
}

.healthy-food .l-slider .slider__navigation .slider__btn.slider__btn-left {
    transform: translateY(-50%) rotate(-180deg);
}

.healthy-food .l-slider .slider__navigation .slider__tabs {
    width: 100vw;
    position: absolute;
    bottom: -8.838%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 1.492%;
    border: 0px solid transparent;
    border-bottom: .28vw solid #0000;
    border-image: url("../img/border-dark.png") 30 30 stretch;
}

.healthy-food .l-slider .slider__navigation .slider__tab {
    width: .9896vw;
    padding-bottom: .5716vw;
    border-radius: 50%;
    border: .209vw solid #282525;
}

.healthy-food .l-slider .slider__navigation .slider__tab.active {
    background-color: #282525;
}

.healthy-food .l-slider .slider__navigation .slider__tab:not(:last-child) {
    margin-right: 2vw;
}

.healthy-food .l-slider .slider__descriptions {
    width: 160%;
    padding-bottom: 40%;
    overflow: hidden;
    bottom: -80%;
    left: 50%;
    transform: translateX(-50%);
}

.healthy-food .l-slider .slider__description {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .6s opacity ease, .6s transform ease;
}

.healthy-food .l-slider .slider__desc-heading {
    position: relative;
    font-style: italic;
    font-size: 3.41354166666667vw;
    margin: 0 auto;
    text-align: center;
    max-width: 75%;
}

.healthy-food .l-slider .slider__desc-heading:before, .healthy-food .l-slider .slider__desc-heading:after {
    width: 5.26041666666667vw;
    padding-bottom: .72916666666667vw;
}

.healthy-food .l-slider .slider__desc-heading:before {
    left: -6vw;
}

.healthy-food .l-slider .slider__desc-heading:after {
    right: -6vw;
}

.healthy-food .l-slider .slider__desc-text {
    margin-top: 3%;
    font-size: 1.190625vw;
    line-height: normal;
    text-align: center;
}

.about-team {
    padding: 4.2% 0%;
    background-image: url('../img/team-slider-bg.png');
    background-size: cover;
    background-position-y: 6%;
    background-repeat: no-repeat;
}

.about-team .container {
    color: #fff;
}

.about-team__heading span {
    position: relative;
    font-size: 3.96875vw;
    display: inline-block;
    font-style: italic;
}

.about-team__heading span:after {
    width: 5.26041666666667vw;
    padding-bottom: .72916666666667vw;
    right: -20%;
}

.about-team__text {
    width: 95.78571428571429%;
    font-size: 1.8521vw;
    line-height: normal;
    margin-top: 4%;
}

.team-slider {
    width: 100%;
    position: relative;
    margin-top: 3.209%;
}

.team-slider__navigation {
    position: absolute;
}

body:not(.mobile) .team-slider__wrapper {
    position: relative;
    padding-bottom: 23.9584vw;
    width: 100vw;
    min-width: 100vw !important;
    max-width: 100vw !important;
}

.team-slider__holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    max-width: 100vw;
    min-height: 100%;
    max-height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    transition: 1s transform ease;
}

.team-slider__item {
    min-width: 14.89583333333333vw;
    max-width: 14.89583333333333vw !important;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    transition: 1s min-width ease;
    overflow: hidden;
    will-change: min-width;
    cursor: pointer;
}

.team-slider__item:before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleY(.8521739130434783);
    background-color: #ebebeb;
    transition: 1s transform ease;
}

.mobile .team-slider__item:before{
    transform: translateY(-50%) scaleY(1);
}

.team-slider__item:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    border: 0px solid #fff;
    transform: translateY(-50%);
    border-bottom: .26041666666667vw solid #fff;
    -webkit-border-image: url("../img/border-dark.png") 30 30 repeat;
    -o-border-image: url("../img/border-dark.png") 30 30 repeat;
    border-image: url("../img/border-dark.png") 30 30 repeat;
}

.team-slider__item.active {
    width: 40.41666666666667vw;
    min-width: 40.41666666666667vw;
    max-width: 40.41666666666667vw;
}

.team-slider__item.active:before {
    transform: translateY(-50%) scaleY(1);
}

.team-slider__item-content {
    height: 100%;
    min-width: 37.29166666666667vw;
    max-width: 37.29166666666667vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    transform: translateX(0);
    transition: 1s transform ease;
    will-change: transform;
}

.team-slider__item.active .team-slider__item-content {
    transform: translateX(1.5625vw);
}

.team-slider__img {
    min-height: 85.2174%;
    overflow: hidden;
    position: relative;
    min-width: 14.89583333333333vw;
    transition: 1s min-width ease, 1s min-height ease;
}

.team-slider__img img {
    display: block;
    min-width: 0%;
    width: auto;
    min-height: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.team-slider__item.active .team-slider__img {
    min-width: 17.25vw;
    min-height: 88.6957%;
}

.team-slider__info {
    color: #362F2D;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5.587%;
    transform: translateY(-4%);
    opacity: 0;
    transition: .6s opacity ease;
}

.team-slider__item.active .team-slider__info {
    opacity: 1;
}

.team-slider__name {
    font-style: italic;
    font-size: 2.5vw;
    line-height: 3vw;
}

.team-slider__desc-1 {
    font-size: 1.35vw;
    margin-top: 18%;
}

.team-slider__desc-2 {
    font-size: 1vw;
    letter-spacing: .02vw;
    margin-top: 10%;
}

.team-slider__img:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #362F2D;
    opacity: .2;
    transition: 1s opacity ease;
}

.team-slider__item.active .team-slider__img:after {
    opacity: 0;
}

.btn-impulse:not(.active) {
    z-index: 1;
}

.btn-impulse:not(.active):before {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    background-color: inherit;
    background: inherit;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border-radius: inherit;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: inherit;
}

.btn-impulse:not(.active):hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
    -ms-transform: translate(-50%, -50%) scale(1.15);
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0;
}

#no-pointer-evt {
    width: 100vw;
    height: 100%;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

body.no-pointer-evt #no-pointer-evt {
    background-color: #DED4C3;
    pointer-events: all;
    opacity: 0;
    transition: .6s background-color ease;
}

.product-card#prod-popup .go-back {
    top: 5%;
    left: -11%;
    transform: translate(0, -50%);
    position: absolute;
    width: 2.5vw;
    will-change: transform;
    transition: .3s transform ease;
    cursor: pointer;
}

.product-card#prod-popup .go-back img {
    pointer-events: none;
}

.product-card#prod-popup .go-back:hover {
    transform: translateX(-25%);
}

.product-card#prod-popup:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 43%;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
}

.product-card#prod-popup .prod-desc__wrapper {
    border-top: .26041666666667vw solid transparent;
    border-bottom: .26041666666667vw solid transparent;
    -webkit-border-image: url("../img/border.png") 30 30 repeat;
    -o-border-image: url("../img/border.png") 30 30 repeat;
    border-image: url("../img/border.png") 30 30 repeat;
    color: #fff;
    padding-left: 6.167%;
    padding-top: 8%;
    padding-bottom: 5.667%;
    padding-right: 9.167%;
    width: 100%;
}

.product-card#prod-popup .prod-card__heading {
    font-size: 2.89270833333333vw;
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .prod-card__heading .p-name {
    position: relative;
    transform: translate3d(0, .5px, 0);
}

.product-card#prod-popup .prod-card__heading .p-name:after {
    width: 5.26041666666667vw;
    padding-bottom: .72916666666667vw;
    right: -40%;
}

.product-card#prod-popup .prod-card__desc {
    font-size: 1vw;
    line-height: normal;
    margin-top: 3.8646vw;
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .prod-card__desc-1 {
    font-size: 1.14583333333333vw;
    margin-top: 4.29167vw;
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .prod-card__desc-2 {
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
    margin-top: 1.3021vw;
    width: 31.25vw;
    transform: translate3d(-1.93vw, 0, 0);
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .p-desc-2 {
    display: inline-block;
    font-size: 1.10833333333333vw;
    line-height: 1.61458333333333vw;
    border-left: .26041666666667vw solid #362f2d;
    border-right: .26041666666667vw solid #362f2d;
    padding: 0 9.45%;
    color: #362f2d;
}

.product-card#prod-popup .prod-info {
    width: 57.14285714285714%;
    position: relative;
}

.product-card#prod-popup .prod-info .prod-card__heading {
    margin-top: 3.125vw;
    font-size: 1.875vw;
    color: #362f2d;
    display: flex;
    justify-content: center;
}

.product-card#prod-popup .prod-info .prod-card__heading .c-name {
    position: relative;
    text-align: center;
}

.product-card#prod-popup .prod-info .prod-card__heading_2 {
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .prod-info .prod-card__heading .c-name:before, .product-card#prod-popup .prod-info .prod-card__heading .c-name:after {
    width: 5.26041666666667vw;
    padding-bottom: .72916666666667vw;
}

.product-card#prod-popup .prod-info .prod-card__heading .c-name:before {
    left: -120%;
}

.product-card#prod-popup .prod-info .prod-card__heading .c-name:after {
    right: -120%;
}

.product-card#prod-popup .prod-info .l-slider.p-slider {
    width: 82.25%;
    margin: 0 auto;
    margin-top: 13%;
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__wrapper {
    padding-bottom: 14.5vw;
    width: 65%;
    margin: 0 auto;
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__holder {
    height: 100%;
    transition: transform .25s ease;
    width: auto;
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__item {
    min-width: 30.8433vw;
    max-width: 30.8433vw;
    height: 100%;
    position: relative;
    left: calc((100% - 965px) / 2);
    /*display: flex;
    align-items: center;*/
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__item img {
    display: block;
    margin: 0 auto;
    width: 67.5676%;
    max-width: 67.5676%;
    max-height: 100%;
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__navigation {
    height: 100%;
    z-index: 0;
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__btn {
    min-width: 1.458vw;
    max-width: 1.458vw;
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__btn.slider__btn-left {
    transform: translate(-100%, -50%) rotate(180deg);
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__btn.slider__btn-right {
    transform: translate(100%, -50%);
}

.product-card#prod-popup .prod-info .substances {
    width: 51.125%;
    padding-left: 6%;
    margin-top: 8%;
}

.product-card#prod-popup .prod-info .substances .substances__heading, .product-card#prod-popup .prod-info .substances .substances__value {
    font-size: .9375vw;
    position: relative;
}

#no-pointer-evt {
    width: 100vw;
    height: 100%;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

body.no-pointer-evt #no-pointer-evt {
    background-color: #DED4C3;
    pointer-events: all;
    opacity: 0;
    transition: .6s background-color ease;
}

.product-card#prod-popup {
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-120%, -46%);
    width: 72.91666666666667vw;
    z-index: 1000;
    height: 42vw;
    max-height: 42vw;
    max-height: 85.039vh;
    display: flex;
    flex-wrap: nowrap;
    opacity: 1;
    pointer-events: none;
    transition: transform 1s ease;
}

.product-card#prod-popup.active ~ #header {
    position: fixed !important;
}

.product-card#prod-popup.active ~ #header .logo-holder {
    transition-duration: 0s;
    opacity: 0;
    pointer-events: none;
}

.mobile .product-card#prod-popup.active ~ #header {
    width: 90vw;
    right: 0;
    left: auto;
}

.mobile.main .product-card#prod-popup.active ~ .header,
.mobile.main .product-card#prod-popup.active ~ .header {
    position: fixed;
}

.mobile .product-card#prod-popup.active ~ #header .accordion-content {
    width: 100vw;
    transform: translate3d(-55%, 0, 0);
}

.product-card#prod-popup.active {
    pointer-events: all;
}

.product-card#prod-popup .go-back {
    top: 50%;
    left: -11%;
    transform: translate(0, -53%);
    position: absolute;
    width: 4.5vw;
    will-change: transform;
    transition: .3s transform ease;
    cursor: pointer;
}

.product-card#prod-popup .go-back img {
    pointer-events: none;
}

.product-card#prod-popup .go-back:hover {
    transform: translate(-25%, -50%);
}

.product-card#prod-popup:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -53%);
    background-color: #fff;
    width: 43%;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
}

.product-card#prod-popup .product-card__swapper {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

body:not(.mobile) .product-card#prod-popup .prod-desc {
    background-color: #362f2d;
    width: 42.85714285714286%;
    height: 100%;
    max-height: 85.039vh;
    display: flex;
    align-items: center;
    padding-top: 7.5%;
    padding-bottom: 7%;
    opacity: 0;
}

.product-card#prod-popup .prod-desc__wrapper {
    border-top: .26041666666667vw solid transparent;
    border-bottom: .26041666666667vw solid transparent;
    -webkit-border-image: url("../img/border.png") 30 30 repeat;
    -o-border-image: url("../img/border.png") 30 30 repeat;
    border-image: url("../img/border.png") 30 30 repeat;
    color: #fff;
    padding-left: 6.167%;
    padding-top: 8%;
    padding-bottom: 5.667%;
    padding-right: 9.167%;
    width: 100%;
}

.product-card#prod-popup .prod-card__heading {
    font-size: 2.89270833333333vw;
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .prod-card__heading .p-name {
    position: relative;
}

.product-card#prod-popup .prod-card__heading .p-name:after {
    width: 5.26041666666667vw;
    padding-bottom: .72916666666667vw;
    right: -40%;
}

.product-card#prod-popup .prod-card__desc {
    font-size: 1vw;
    line-height: normal;
    margin-top: 3.8646vw;
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .prod-card__desc-1 {
    font-size: 1.14583333333333vw;
    margin-top: 4.29167vw;
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .prod-card__desc-2 {
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
    margin-top: 1.3021vw;
    width: 31.25vw;
    transform: translate3d(-1.93vw, .5px, 0);
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .p-desc-2 {
    display: inline-block;
    font-size: 1.10833333333333vw;
    line-height: 1.61458333333333vw;
    border-left: .26041666666667vw solid #362f2d;
    border-right: .26041666666667vw solid #362f2d;
    padding: 0 9.45%;
    color: #362f2d;
}

.product-card#prod-popup .prod-info {
    width: 57.14285714285714%;
    position: relative;
    max-height: 85.039vh;
}

.product-card#prod-popup .prod-info .prod-card__heading {
    margin-top: 3.125vw;
    font-size: 1.875vw;
    color: #362f2d;
    display: flex;
    justify-content: center;
}

.product-card#prod-popup .prod-info .prod-card__heading .c-name {
    position: relative;
    text-align: center;
}

.product-card#prod-popup .prod-info .prod-card__heading_2 {
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .prod-info .prod-card__heading .c-name:before, .product-card#prod-popup .prod-info .prod-card__heading .c-name:after {
    width: 5.26041666666667vw;
    padding-bottom: .72916666666667vw;
}

.product-card#prod-popup .prod-info .prod-card__heading .c-name:before {
    left: -120%;
}

.product-card#prod-popup .prod-info .prod-card__heading .c-name:after {
    right: -120%;
}

.product-card#prod-popup .prod-info .l-slider.p-slider {
    width: 82.25%;
    margin: 0 auto;
    margin-top: 13%;
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__wrapper {
    padding-bottom: 14.5vw;
    width: 65%;
    margin: 0 auto;
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__holder {
    height: 100%;
    transition: transform .25s ease;
    width: auto;
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__item {
    min-width: 30.8433vw;
    max-width: 30.8433vw;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__item img {
    display: block;
    margin: 0 auto;
    width: 67.5676%;
    max-width: 67.5676%;
    max-height: 100%;
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__navigation {
    height: 100%;
    z-index: 0;
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__btn {
    min-width: 1.458vw;
    max-width: 1.458vw;
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__btn.slider__btn-left {
    transform: translate(-100%, -50%) rotate(180deg);
}

.product-card#prod-popup .prod-info .l-slider.p-slider .slider__btn.slider__btn-right {
    transform: translate(100%, -50%);
}

.product-card#prod-popup .prod-info .substances {
    width: 51.125%;
    padding-left: 6%;
    margin-top: 8%;
    transform: translate3d(0, 0, 0);
}

.product-card#prod-popup .prod-info .substances .substances__heading, .product-card#prod-popup .prod-info .substances .substances__value {
    font-size: .9375vw;
    position: relative;
}

.product-card#prod-popup .prod-info .substances .substances__heading {
    margin-bottom: 7.205%;
    letter-spacing: .11vw;
    white-space: nowrap;
    transform: translate3d(0, 0, 0);
}

.product-card#prod-popup .prod-info .substances .substances__heading:after {
    content: '';
    display: block;
    width: 100%;
    height: .10416666666667vw;
    background-color: #362f2d;
    position: absolute;
    left: 0;
    bottom: -75%;
}

.product-card#prod-popup .prod-info .substances .energy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(25%);
    opacity: 0;
    transition: .4s opacity ease, .4s transform ease;
}

.product-card#prod-popup .prod-info .substances .energy__value {
    font-size: 1.25vw;
}

.product-card#prod-popup .prod-info .substances .energy .substances__heading {
    width: 61.6%;
    transform: translate3d(0, 0, 0);
}

.product-card#prod-popup .prod-info .nutritional-value__wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.product-card#prod-popup .prod-info .nutritional-value {
    margin-top: 7.205%;
    transform: translateY(25%);
    opacity: 0;
    transition: .4s opacity ease, .4s transform ease;
}

.nutritional-value__heading {
    margin-bottom: .5vw;
    font-size: 1.25vw;
}

.product-card#prod-popup .prod-info .nutritional-value__wrapper .nutritional-value__heading,
.product-card#prod-popup .prod-info .nutritional-value__wrapper .substances__value {
    text-align: center;
}

.product-card#prod-popup .is_leaven {
    position: absolute;
    width: 3.7vw;
    right: 17.75%;
    top: 60%;
    display: block;
    opacity: 0;
    transition: .4s opacity ease;
}

.product-card#prod-popup .is_leaven.hidden {
    opacity: 0 !important;
}

.product-card#prod-popup .composition {
    position: absolute;
    right: 4.75%;
    width: 14.3984375vw;
    max-width: 14.3984375vw;
    top: 75%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.product-card#prod-popup .composition__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 4.17vw;
}

.product-card#prod-popup .composition__item:not(:last-child) {
    margin-right: 5%;
}

.product-card#prod-popup .composition__item:nth-child( n+4) {
    margin-top: 3%;
}

.product-card#prod-popup .composition__img {
    min-width: 0%;
    min-height: 3.125vw;
    max-height: 3.125vw;
    opacity: 0;
    transition: .6s opacity ease;
}

.product-card#prod-popup .composition__name {
    font-size: .72916666666667vw;
    text-align: center;
    margin-top: 5%;
    opacity: 0;
    transform: translateY(50%);
    transition: .4s opacity ease, .4s transform ease;
}

body:not(.mobile) .product-card#prod-popup.active {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, -46%);
}

body:not(.mobile) .product-card#prod-popup.active .prod-desc {
    opacity: 1;
}

.product-card#prod-popup.active ~ #content .header {
    right: 0;
    position: fixed;
    top: 0;
    left: auto;
    width: 100%;
}

.mobile .product-card#prod-popup.active ~ #content .header {
    width: 90%;
}

.mobile .product-card#prod-popup.active ~ #content .header .menu .accordion-content {
    left: 44%;
}

.product-card#prod-popup.active ~ #content .header .logo-holder {
    display: none;
}

.product-card#prod-popup.active ~ #no-pointer-evt {
    opacity: 1;
    pointer-events: all;
}

.product-card#prod-popup.active .prod-info .prod-card__heading_2 {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}

.product-card#prod-popup.active .prod-card__heading_1 {
    transition-delay: 1s;
    opacity: 1;
}

.product-card#prod-popup.active .prod-card__desc {
    transition-delay: 1.8s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.product-card#prod-popup.active .prod-card__desc-1 {
    transition-delay: 2s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.product-card#prod-popup.active .prod-card__desc-2 {
    transition-delay: 2.2s;
    opacity: 1;
}

.product-card#prod-popup.active .prod-info .l-slider.p-slider .slider__wrapper {
    transition-delay: 1.3s;
    opacity: 1;
}

.product-card#prod-popup.active .prod-info .l-slider.p-slider .slider__btn {
    transition-delay: 1.7s;
    opacity: 1;
}

.product-card#prod-popup.active .prod-info .substances .energy {
    transition-delay: 2s;
    opacity: 1;
    transform: translateY(0);
}

.product-card#prod-popup.active .prod-info .nutritional-value {
    transition-delay: 2.4s;
    opacity: 1;
    transform: translateY(0);
}

.product-card#prod-popup.active .prod-info .composition .composition__item .composition__img {
    transition-delay: 2.6s;
    opacity: 1;
}

.product-card#prod-popup.active .prod-info .composition .composition__item:nth-of-type(1) .composition__name {
    transition-delay: 3s;
    opacity: 1;
    transform: translateY(0);
}

.product-card#prod-popup.active .prod-info .composition .composition__item:nth-of-type(2) .composition__name {
    transition-delay: 3.2s;
    opacity: 1;
    transform: translateY(0);
}

.product-card#prod-popup.active .prod-info .composition .composition__item:nth-of-type(3) .composition__name {
    transition-delay: 3.4s;
    opacity: 1;
    transform: translateY(0);
}

.product-card#prod-popup.active .prod-info .composition .composition__item:nth-of-type(4) .composition__name {
    transition-delay: 3.6s;
    opacity: 1;
    transform: translateY(0);
}

.product-card#prod-popup.active .prod-info .composition .composition__item:nth-of-type(5) .composition__name {
    transition-delay: 3.8s;
    opacity: 1;
    transform: translateY(0);
}

.product-card#prod-popup.active .prod-info .composition .composition__item:nth-of-type(6) .composition__name {
    transition-delay: 4s;
    opacity: 1;
    transform: translateY(0);
}

.product-card#prod-popup.active .is_leaven {
    transition-delay: 2.6s;
    opacity: 1;
}

#err-404 {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #362f2d;
    color: #fff;
    flex-direction: column;
    justify-content: center;
}

#err-404 h1 {
    display: block;
    font-size: 10vw;
    text-align: center;
}

#err-404 h1 {
    display: block;
    font-size: 7vw;
    text-align: center;
}

#err-404 .heading {
    font-size: 3vw;
}

#err-404 ~ #header .burger__line,
#err-404 ~ #header .burger__line:after,
#err-404 ~ #header .burger__line:before {
    background-color: #fff;
}

#err-404 ~ #header .menu.opened .burger__line {
    background-color: #0000;
}

#err-404 ~ #header .menu .menu__block:nth-child(2) .socials__co-op {
    display: none;
}

#err-404 ~ #header .menu .menu__block:nth-child(2) .socials {
    justify-content: flex-end;
}

#err-404 ~ #header .menu .menu__block:nth-child(2) .socials #langs {
    transform: translateX(-2vw);
}

#langs {
    width: 7.942%;
    display: flex;
    transform: translateX(26.7vw);
}

.langs__item {
    width: 2.60416666666667vw;
    text-align: center;
    text-transform: uppercase;
    min-height: 2.60416666666667vw;
    line-height: 2.60416666666667vw;
    font-size: 1vw;
    border-radius: 50%;
    background-color: #fff;
    color: #362f2d;
    cursor: pointer;
    display: block;
    position: relative;
}

.langs__item:first-child {
    margin-right: 5%;
    transform: translate3d(0, 0, 0);
}

.mobile * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.mobile .fullscreen {
    min-height: 100vh;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.mobile .fullscreen .container {
    min-height: 100vh;
    max-height: 100vh;
}

@media screen and (orientation: landscape) {
    .mobile .fullscreen .container {
        min-height: 100vh;
        max-height: 100000000vh;
    }
}

.mobile .about-team.fullscreen .container {
    min-height: 0;
    max-height: 100vh;
}

.mobile .top-block {
    background-image: url("../img/top-block-novideo-bg.jpg");
    background-size: cover;
    background-position: 50% 50%;
}

.mobile .fullscreen .container.novideo {
    min-height: 100vh;
    max-height: 100vh;
}

.mobile .container {
    width: 90.625%;
}

.mobile .header .container {
    padding-top: 3.8vh;
    padding-bottom: 3%;
    justify-content: flex-end;
}

#content.mobile #header.header .logo-holder {
    display: block;
    width: 17.5vw;
    position: absolute;
    top: 27%;
    left: 0;
    transition: .3s opacity ease;
}

#content.mobile.catalogue #header.header .logo-holder,
#content.mobile.blog #header.header .logo-holder,
#content.mobile.about #header.header .logo-holder {
    opacity: 0;
    pointer-events: none;
}

#content.mobile.catalogue #header.header.active .logo-holder,
#content.mobile.about #header.header.active .logo-holder,
#content.mobile.blog #header.header.active .logo-holder {
    opacity: 1;
    pointer-events: all;
}

#content.mobile.catalogue .product-card.active ~ #header.header .logo-holder {
    transform: translateX(-40%);
}

.mobile .header .menu {
    padding-top: 0;
    width: 8%;
}

.mobile .header .menu__list {
    width: 100%;
    flex-basis: 100%;
}

.mobile .header .menu__items-holder {
    padding: 0;
    transform: none;
}

.mobile .header .menu__item {
    margin-top: 0;
}

.mobile .header .menu__item:hover {
    transform: none;
}

.mobile .header .menu__item:hover a:after {
    opacity: 0;
}

.mobile .header .menu__item a {
    font-size: 7.5vw;
    line-height: 15vw;
    white-space: nowrap;
    position: relative;
}

.mobile .header .menu__item a:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: .3125vw;
    background-color: #fff;
    position: absolute;
    bottom: 23%;
}

.mobile .menu .accordion-paragraph {
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
    border: none;
}

.mobile .menu .menu__block {
    position: absolute;
    min-width: 100%;
}

.mobile .menu .menu__block:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%);
    justify-content: flex-end;
    min-height: 60vw;
    max-height: 60vw;
    padding: 0 4.6875%;
}

.mobile .menu .menu__block:nth-of-type(1) .menu__heading {
    display: none;
}

.mobile .menu .menu__block:nth-of-type(2) {
    bottom: 0;
    border: 0px solid transparent;
    border-top: 1.1vw solid #fff;
    padding: 6% 4.6875% 5% 4.6875%;
    -webkit-border-image: url("../img/border.png") 30 30 repeat;
    -o-border-image: url("../img/border.png") 30 30 repeat;
    border-image: url("../img/border.png") 30 30 repeat;
}

.mobile #header.light .menu__block:nth-of-type(2) {
    -webkit-border-image: url("../img/border-dark.png") 30 30 repeat;
    -o-border-image: url("../img/border-dark.png") 30 30 repeat;
    border-image: url("../img/border-dark.png") 30 30 repeat;
}

.mobile .menu.light .menu__block:nth-of-type(2) {
    -webkit-border-image: url("../img/border-dark.png") 30 30 repeat;
    -o-border-image: url("../img/border-dark.png") 30 30 repeat;
    border-image: url("../img/border-dark.png") 30 30 repeat;
}

.mobile .menu .menu__block:nth-of-type(2) .socials__co-op {
    min-height: 7.8125vw;
    max-height: 7.8125vw;
    padding: 0;
    width: auto;
    padding: 0 3.105%;
}

.mobile .menu .menu__block:nth-of-type(2) .socials__co-op span {
    font-size: 3.75vw;
    line-height: 2.083333333333333;
    position: relative;
    top: 0;
    left: 0;
}

.mobile #langs {
    width: 15vw;
    justify-content: space-between;
    transform: translateX(18vw);
}

.mobile .langs__item {
    width: 6.5625vw;
    min-height: 6.5625vw;
    max-height: 6.5625vw;
    line-height: 6.5625vw;
    font-size: 2vw;
    margin: 0;
}

.mobile .header .burger {
    padding-bottom: 66.7%;
}

.mobile .header .burger__line {
    padding-bottom: .7vw;
}

.mobile .header .burger__line:before,
.mobile .header .burger__line:after {
    padding-bottom: .7vw;
}

.mobile .top-block .container.video {
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    display: none;
}

.mobile .widgets {
    margin-top: -5%;
    padding-bottom: 3.75%;
}

.mobile .widgets .container {
    flex-direction: column;
    position: relative;
    top: -35px;
}

.mobile .widgets__item {
    width: 100%;
    padding-bottom: 41.38%;
}

.mobile .widgets__item:nth-of-type(n+2) {
    margin-top: 5.176%;
}

.mobile .widgets__heading {
    width: 40%;
    left: 55%;
    top: 3%;
}

.mobile .widgets__heading span {
    font-size: 5.5vw;
    line-height: 1;
    text-align: left;
}

.mobile .widgets .slider {
    padding-top: 0;
    width: 84.14%;
    top: 25%;
    transform: translate(-50%, -50%);
}

.mobile .widgets .slider__wrapper {
    width: 34.375vw !important;
    min-width: 34.375vw !important;
    padding-bottom: 29.1%;
}

.mobile .widgets .slider__item {
    padding-top: 0;
    min-width: 34.375vw;
    max-width: 34.375vw;
    display: flex;
    align-items: center;
}

.mobile .widgets .slider__heading {
    opacity: 1;
}

.mobile .widgets .slider__img {
    max-width: 99%;
    max-height: 100%;
}

.mobile .widgets .all-btn {
    min-height: 7.8125vw;
    max-height: 7.8125vw;
    padding: 0 5.5867%;
    bottom: 5%;
    left: auto;
    right: -10.5%;
}

.mobile .widgets .all-btn span {
    font-size: 3.75vw;
    display: block;
    line-height: 2.083333333333333;
}

.mobile .widgets .slider__tabs {
    transform: translate(15%, -20%);
}

.mobile .widgets .slider__tab {
    width: 2.1875vw;
    height: 2.1875vw;
    border-width: .3125vw;
}

.mobile .widgets .slider__descriptions {
    min-height: 3.75vw;
    max-height: 3.75vw;
    left: 55.5%;
    top: 44%;
    width: 47%;
}

.mobile .widgets .slider__heading span {
    font-size: 3.75vw;
    max-height: 16vw;
    line-height: 3.75vw;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
}

.mobile .new {
    font-size: 2vw;
    top: 0%;
}

.mobile .main-baker {
    padding: 0;
}

.mobile .main-baker .container {
    flex-direction: column;
}

.mobile .main-baker__info {
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    position: relative;
    padding: 0;
    padding-top: 5.52%;
    padding-bottom: 0;
    height: auto;
}

.mobile .main-baker__img {
    width: 100%;
    left: 0%;
    position: relative;
    /* transform: translateX(-50%); */
    height: auto;
}

.mobile .main-baker__heading {
    display: block;
    min-width: 100%;
}

.mobile .main-baker__heading span {
    display: inline-block;
    text-align: left;
    font-size: 6vw;
}

.mobile .main-baker__heading:before {
    display: none;
}

#content.mobile .main-baker__heading:after {
    right: 52%;
}

.mobile .branch_left:after,
.mobile .branch_right:after,
.mobile .branch_left:before,
.mobile .branch_right:before {
    width: 17.1875vw;
    padding-bottom: 2.5vw;
    right: 12%;
}

.mobile .main-baker__text {
    font-size: 2.98vw;
    margin-top: 4.14%;
    padding: 2vw;
}

.mobile .main-baker .all-btn {
    min-height: 7.8125vw;
    max-height: 7.8125vw;
    margin-top: 3.45%;
}

.mobile .main-baker .all-btn span {
    font-size: 3.75vw;
    line-height: 2.083333333333333;
}

.mobile .main-page-footer {
    margin-top: 0;
}

.mobile .main-page-footer .container {
    flex-direction: column;
}

.mobile .main-page-footer .blog.blog_main-page,
.mobile .contact-us {
    width: 100%;
}

.mobile .main-page-footer .blog.blog_main-page {
    order: 1;
    padding-top: 8.45%;
}

.mobile .blog.blog_main-page .blog__heading {
    position: relative;
    line-height: 1;
    font-style: italic;
    font-size: 7.5vw;
    transform: none;
}

.mobile .contact-us {
    order: 2;
    margin: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.mobile .contact-us__heading:not(.form-coop__heading),
.mobile .form-coop,
.mobile .contact-us__block {
    padding: 0 4.6875vw;
}

.mobile .contact-us__heading:not(.form-coop__heading):before {
    transform: rotate(0);
    top: 30%;
    right: 35%;
    left: auto;
}

.mobile .blog__container {
    margin-top: 16.45%;
}

.mobile .blog.blog_main-page .blog__container .article__img {
    min-height: 32.8125vw;
    max-height: 32.8125vw;
}

.mobile .blog.blog_main-page .more-btn:not(.more-btn_article) {
    display: none;
}

.mobile .blog.blog_main-page .blog__container .article:nth-of-type(n+2) {
    margin-top: 8.14%;
}

.mobile .blog.blog_main-page .blog__container .article__desc {
    margin: 0 auto;
    width: 84.82758620689655%;
    padding-bottom: 3.45%;
    padding-top: 1.725%;
}

.mobile .blog.blog_main-page .blog__container .article__heading {
    font-size: 4.375vw;
}

.mobile .blog.blog_main-page .blog__container .article__text {
    font-size: 3.75vw;
    line-height: 3.9vw;
    max-height: 15.5vw;
}

.mobile .blog.blog_main-page .blog__container .article__text span {
    max-height: 15.5vw;
}

.mobile .blog.blog_main-page .blog__container .article__buttons {
    margin-top: 3.66%;
}

.mobile .contact-us__heading:not(.form-coop__heading) {
    font-size: 7.5vw;
    padding-top: 3.75%;
    padding-bottom: 3.75%;
    font-style: italic;
}

.mobile .contact-us__heading:not(.form-coop__heading) span {
    text-align: left;
}

.mobile .form-coop {
    padding-top: 2.5%;
    padding-bottom: 5.315%;
}

.mobile .form-coop .contact-us__heading {
    font-size: 7.5vw;
    min-height: 7.5vw;
    padding-bottom: 1%;
}

.mobile .form-coop .contact-us__heading span {
    text-align: left;
}

.mobile .form-coop__input {
    line-height: 7.1875vw;
    font-size: 4vw;
}

.mobile .form-coop__input-wrapper {
    margin-top: 8.966%;
}

.mobile .form-coop__input-heading {
    font-size: 4.375vw;
    left: 0;
    transform: translateY(-120%);
}

.mobile .form-coop__buttons {
    margin-top: 5.52%;
    min-height: 0;
    max-height: 1000%;
}

.mobile .form-coop__buttons * {
    font-size: 3.75vw;
    line-height: 2.166666666666667;
    min-height: 8.125vw;
    max-height: 8.125vw;
}

.mobile .form-coop__buttons .select-file {
    width: 50%;
    position: relative;
    z-index: 10;
}

.mobile .form-coop__buttons p {
    width: 37.246%;
    position: relative;
    z-index: 10;
}

.mobile .contact-us__block {
    flex-direction: column;
    padding-bottom: 3.125%;
    padding-top: 3.75%;
}

.mobile .contact-us__col {
    width: 100%;
}

.mobile .contact-us__col:nth-of-type(1) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.mobile .contact-us__col:nth-of-type(1) .contact-us__item {
    width: auto;
    margin: 0;
}

.mobile .contact-us__col:nth-of-type(1) .contact-us__item * {
    text-align: left;
    color: #fff;
}

.mobile .contact-us__col:nth-of-type(1) .contact-us__item-heading {
    font-size: 4.375vw;
    font-style: italic;
}

.mobile .contact-us__col .contact-us__item-value {
    font-size: 3.75vw;
}

.mobile .contact-us__col:nth-of-type(1) .contact-us__item-value {
    margin-top: 3.125vw;
}

.mobile .contact-us__col:nth-of-type(2) {
    margin-top: 5.52%;
}

.mobile .contact-us__col:nth-of-type(2) .contact-us__item {
    top: 0;
    transform: none;
    display: flex;
    flex-wrap: nowrap;
}

.mobile .contact-us__col:nth-of-type(2) .socials__links {
    margin-top: 0;
}

.mobile .contact-us__col:nth-of-type(2) .contact-us__item-value {
    flex-wrap: nowrap;
    width: auto;
    white-space: normal;
    transform: translateY(25%);
}

.mobile .contact-us__col:nth-of-type(2) .contact-us__item-value.follow-us span.block {
    white-space: nowrap;
    display: inline !important;
    text-align: left;
}

.mobile .contact-us__col:nth-of-type(2) .contact-us__item-value span:first-child {
    margin-right: 2%;
}

.mobile .team {
    padding-top: 13.75%;
    background-image: url(../img/main-team-mob-bg.jpg);
}

.mobile .team__wrapper {
    border: none;
}

.mobile .team__heading {
    margin-top: 0;
}

.mobile .team__heading span {
    font-size: 7.5vw;
    width: 100%;
    padding: 0 4.6875%;
}

.mobile .team__heading span:before {
    display: none;
}

.mobile .team__heading span:after {
    left: 4.6875%;
    top: auto;
    bottom: -60%;
}

.mobile .team .slider {
    margin-top: 15vw;
    margin-bottom: 65.9375vw;
}

.mobile .team .slider__item img,
.mobile .team .slider__item.active-2 img,
.mobile .team .slider__item.active-3 img {
    transform: scale(.5);
    opacity: 0;
}

.mobile .team .slider__item.active img {
    transform: scale(1);
    opacity: 1;
}

.mobile .team .slider__mask {
    width: 38.75vw;
    overflow: visible;
    display: block;
}

.mobile .team .slider__wrapper {
    padding-bottom: 35vw;
    overflow: visible;
    max-width: 193.75vw !important;
    min-width: 193.75vw !important;
}

.mobile .team__wrapper {
    padding-bottom: 0;
}

.mobile .team .l-slider .slider__holder {
    left: -37%;
}

.mobile .team .slider__item {
    min-width: 38.75vw;
    max-width: 38.75vw;
}

.mobile .team .l-slider .slider__item img {
    width: 35vw;
    height: 35vw;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

.mobile .team .l-slider .slider__descriptions {
    width: 90.625vw;
    left: 50%;
    bottom: -115%;
    transform: translateX(-50%);
    height: 32vw;
}

.mobile .team .l-slider .slider__description .slider__desc-heading {
    font-size: 4.375vw;
}

.mobile .team .l-slider .slider__description .slider__desc-text {
    font-size: 3.75vw;
    margin-top: 1%;
    max-height: 3.75vw;
}

.mobile .team .l-slider .slider__description .slider__desc-text-2 {
    font-size: 3.75vw;
    line-height: 4vw;
    height: 40.6vw;
    max-height: 40.6vw;
    padding: 0;
    margin-top: 5%;
}

.mobile .blog.blog-page .container {
    padding-top: 13.75vw;
    padding-bottom: 10%;
}

.mobile .blog.blog-page .blog__nav {
    display: flex;
    flex-direction: column;
    padding-bottom: 5.52%;
    border-bottom-width: .9375vw;
}

.mobile .blog.blog-page .blog__heading {
    width: 100%;
    font-style: italic;
    font-size: 7.5vw;
}

.mobile .blog.blog-page .blog__heading:after {
    top: 50%;
    right: 10%;
}

.mobile .blog.blog-page .blog__filters {
    width: 100%;
    justify-content: flex-start;
    margin-top: 3.45%;
}

.mobile .blog.blog-page .blog__filters-item {
    width: 24.4828%
}

.mobile .blog-page.blog .blog__filters-item:not(:last-child) {
    margin-right: 6.21%;
}

.mobile .blog.blog-page .blog__filters-item span {
    font-size: 3.75vw;
    line-height: 2.1;
}

.mobile .blog.blog-page .blog__container {
    margin-top: 6.556%;
}

.mobile .blog.blog-page .article {
    padding: 0;
}

.mobile .blog.blog-page .article:nth-child(n+2) {
    margin-top: 6.712%;
}

.mobile .blog.blog-page .article__content {
    width: 100%;
    flex-direction: column;
    position: relative;
}

.mobile .blog.blog-page .article__img {
    min-width: 101%;
    min-height: 0;
    height: auto;
    max-height: 65.625vw;
}

.mobile .blog.blog-page .article__img img {
    display: block;
    min-width: 101%;
    position: relative;
    transform: translate(-50%, 0);
}

.mobile .blog.blog-page .article__desc {
    width: 100%;
    padding: 0;
}

.mobile .blog.blog-page .article__text {
    max-height: 1000000%;
    padding: 4.138% 7.932% 16.552% 7.932%;
    margin: 0;
}

.mobile .blog.blog-page .article__text span {
    overflow: hidden;
    max-height: 65.625vw;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 4.375vw;
    font-size: 3.75vw;
}

.mobile .blog.blog-page .article__heading {
    font-size: 4.375vw;
    color: #fff;
    position: absolute;
}

.mobile .blog.blog-page .article__heading,
.mobile .blog.blog-page .article__date,
.mobile .blog.blog-page .article__buttons {
    position: absolute;
}

.mobile .blog.blog-page .article__heading {
    width: 85%;
    padding: 0 7.932%;
    left: 0;
    top: -12vw;
}

.mobile .blog.blog-page .article__buttons {
    width: 100%;
    padding: 0 7.932%;
    bottom: 6.124%;
}

.mobile .blog.blog-page .socials__links {
    justify-content: flex-end;
}

.mobile .socials__links .socials__link {
    padding-bottom: 6.5625vw;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-top: 6px;
}

.mobile .blog.blog-page .article__date {
    font-size: 3.125vw;
    bottom: 6.124%;
    line-height: 6.5625vw;
    padding: 0 7.932%;
}

.mobile .blog.blog-page .more-btn {
    width: 20%;
    margin-top: 24%;
}

.mobile .blog.blog-page .more-btn:before {
    border-bottom-width: 1vw;
    width: 70%;
}

.mobile .blog.blog-page .more-btn .lable span {
    font-size: 3vw;
    line-height: 3.25vw;
}

.mobile .article-popup .container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6vw;
}

.mobile .article-popup .container .mCSB_container {
    margin: 0;
}

.mobile .article-popup__poster {
    padding-bottom: 25vh;
}

.mobile .article-popup__heading {
    font-size: 7.5vw;
    line-height: 6.25vw;
    max-width: 90%;
}

.mobile .article-popup .article-popup__post-wrapper {
    border: none;
    padding: 3.105% 0;
}

.mobile .mCSB_inside > .mCSB_container {
    margin-right: 7.934%;
}

.mobile .article-popup__post {
    padding: 0 4.311%;
}

.mobile .socials__links {
    min-height: 0;
    width: auto;
}

.mobile .article-popup .socials__links {
    width: 100%;
    padding-top: 3.105%;
    padding-bottom: 3.105%;
    margin-top: 0;
    bottom: 0;
    left: 0;
    border-top: .9375vw solid transparent;
    -webkit-border-image: url("../img/border-dark.png") 30 30 repeat;
    -o-border-image: url("../img/border-dark.png") 30 30 repeat;
    border-image: url("../img/border-dark.png") 30 30 repeat;
}

.mobile .article-popup .socials__links:before {
    left: 25%;
}

.mobile .article-popup .socials__links:after {
    right: 25%;
}

.mobile .article-popup__paragraph {
    font-size: 3.75vw;
}

.mobile .article-popup__paragraph:nth-of-type(n+2) {
    margin-top: 8.1%;
}

.mobile .article-popup__paragraph-heading {
    font-size: 4vw;
    margin-top: 8.1%;
    margin-bottom: -4.05%;
}

.mobile .article-popup__paragraph-subheading {
    font-size: 3vw;
    margin-top: 5%;
    padding: 0 10%;
}

.mobile .article-popup__img {
    margin-top: 8.1%;
    width: 90.625vw;
    position: relative;
    left: -3.105%;
}

.mobile .close-btn {
    width: 7.5vw;
    padding-bottom: 6.5vw;
    border-width: .5vw;
    right: 4%;
    top: -4.5vh;
}

.mobile .close-btn .cross {
    width: 62.5%;
    padding-bottom: 62.5%;
}

.mobile.catalogue #big-slider.slider:not(.slider_inner) .slider__navigation:not(.nav-inner) {
    position: fixed;
    width: 100vw;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    /*box-shadow: 0px 5px 11.31px 1.69px rgba(19, 11, 4, 0.18);*/
}

.mobile.catalogue .slider:not(.slider_inner) .slider__tabs {
    width: 100%;
    flex-direction: row;
}

.mobile.catalogue .slider:not(.slider_inner) .slider__tab {
    width: 25%;
    padding-bottom: 7.709vh;
    border-bottom-width: .625vw;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalogue .slider:not(.slider_inner) .slider__tab .tab-icon {
    width: 50%;
    max-width: 50%;
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.mobile .catalogue .slider:not(.slider_inner) .slider__tab .tab-icon {
    width: 36%;
    max-width: 36%;
}

.catalogue .slider:not(.slider_inner) .slider__tab:nth-of-type(1) .tab-icon:nth-of-type(1) {
    background-image: url(../img/catalogue-nav-img/catalogue-nav-icon-1.png);
}

.catalogue .slider:not(.slider_inner) .slider__tab:nth-of-type(1) .tab-icon:nth-of-type(2) {
    background-image: url(../img/catalogue-nav-img/catalogue-nav-icon-1-light.png);
}

.catalogue .slider:not(.slider_inner) .slider__tab:nth-of-type(2) .tab-icon:nth-of-type(1) {
    background-image: url(../img/catalogue-nav-img/catalogue-nav-icon-2.png);
}

.catalogue .slider:not(.slider_inner) .slider__tab:nth-of-type(2) .tab-icon:nth-of-type(2) {
    background-image: url(../img/catalogue-nav-img/catalogue-nav-icon-2-light.png);
}

.catalogue .slider:not(.slider_inner) .slider__tab:nth-of-type(3) .tab-icon:nth-of-type(1) {
    background-image: url(../img/catalogue-nav-img/catalogue-nav-icon-3.png);
}

.catalogue .slider:not(.slider_inner) .slider__tab:nth-of-type(3) .tab-icon:nth-of-type(2) {
    background-image: url(../img/catalogue-nav-img/catalogue-nav-icon-3-light.png);
}

.catalogue .slider:not(.slider_inner) .slider__tab:nth-of-type(4) .tab-icon:nth-of-type(1) {
    background-image: url(../img/catalogue-nav-img/catalogue-nav-icon-4.png);
}

.catalogue .slider:not(.slider_inner) .slider__tab:nth-of-type(4) .tab-icon:nth-of-type(2) {
    background-image: url(../img/catalogue-nav-img/catalogue-nav-icon-4-light.png);
}

.mobile .catalogue .slider:not(.slider_inner) .slider__tab:nth-of-type(1) .tab-icon img {
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
}

.mobile .catalogue .slider:not(.slider_inner) .slider__item {
    padding: 14.625% 4.6875%;
}

.mobile .catalogue__heading span {
    text-align: left;
    line-height: 1;
    font-size: 4.5vh;
}

.mobile #big-slider .slider__item:nth-of-type(3) .catalogue__heading:after {
   /* right: 43%;*/
    right: 35%;
    left: auto;
    top: 80%;
}

.mobile #big-slider .slider__item:nth-of-type(4) .catalogue__heading:after {
    left: 0;
    top: 106%;
}

.mobile .catalogue__heading:before {
    display: none;
}

.mobile .catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(1) .catalogue__heading:after {
    right: 50%;
}

.mobile .catalogue #big-slider .slider_inner {
    box-shadow: 0px 4px 16.92px 1.08px rgba(0, 1, 1, 0.18);
    width: 100%;
    height: 74%;
    min-height: 74%;
    left: 0;
    top: 0;
    position: relative;
    margin-top: 4.2%;
}

.mobile .catalogue #big-slider .slider_inner .slider__navigation {
    /*opacity: 0;*/
    opacity: 1;
    /*pointer-events: none;*/
}

.mobile .catalogue #big-slider .slider_inner .slider__wrapper {
    height: 100%;
    min-height: 100%;
    max-height: 110.9375vw;
    width: 80.35% !important;
    min-width: 80.35% !important;
    max-width: 80.35% !important;
    margin: 0 auto;
}

.mobile .catalogue #big-slider .slider_inner .slider__holder {
    flex-direction: column;
    /*padding-top: 10vh;*/
}

.mobile .catalogue #big-slider .slider.slider_inner .slider__holder .slider__item {
    min-width: 0;
    max-width: 100%;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    /*padding-bottom: 54.23333333333333%;*/
    padding-bottom: 80.23333333333333%;
    padding-top: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

.mobile .catalogue #big-slider .slider.slider_inner .slider__holder .slider__item .products-slider__item:nth-of-type(1) {
    left: 0;
}

.mobile .catalogue #big-slider .slider.slider_inner .slider__holder .slider__item .products-slider__item:nth-of-type(2) {
    right: 0;
}

.mobile .catalogue #big-slider .slider.slider_inner .slider__holder .slider__item.large {
    width: 100%;
    min-width: 100% !important;
    max-width: 100% !important;
}

.mobile .catalogue #big-slider .slider.slider_inner .slider__holder .slider__item.large .products-slider__item {
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

.mobile .slider:not(.slider_inner) .slider__item.cat:nth-child(n+1) {
    padding-top: 0;
    padding-bottom: 0;
}

.mobile .products-slider__item {
    min-height: 100%;
    max-height: 100%;
    height: 100% !important;
    min-width: 50%;
    max-width: 50%;
    padding: 5% 0;
    padding-top: 14px;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.mobile .catalogue #big-slider .slider.slider_inner .slider__holder {
    max-height: 10000000%;
    height: auto !important;
}

.mobile .products-slider__item .products-slider__img-holder {
    width: 100%;
    height: 100%;
    /*min-height: 50%;*/
    min-height: 50px;
    /*max-height: 60%;*/
    max-height: 50px;
    position: relative;
    margin: 0 auto;
}

.mobile .products-slider__item .products-slider__img-holder .products-slider__img {
    position: relative;
    /*max-width: 90%;*/
    max-width: 55%;
    height: 100%;
    width: 90%;
    max-height: 100%;
    max-height: 50px;
}

.mobile .products-slider__item .products-slider__img-holder .p-img {
    max-height: 100%;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    object-fit: contain;
    height: 50px;
}

.mobile .products-slider__item .products-slider__heading {
    position: relative;
    /*font-size: 2.5vh;*/
    font-size: 17px;
    line-height: 2.5vh;
    min-height: 7.5vh;
    max-height: 7.5vh;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 5%;
    margin-top: 1%;
    top: 0;
}

.mobile .catalogue .slider:not(.slider_inner) .slider__item:nth-of-type(2) .catalogue__heading:after {
    left: 0;
    top: 106%;
}

.mobile .c-name br {
    display: none;
}

.mobile .about__top-block {
    min-height: 100vh;
    height: 100vh;
    background-image: url(../img/about-top-block-mob-bg.jpg);
}

.mobile .about-title {
    font-size: 7.5vw;
    line-height: 21.4375vw;
    border-bottom-width: .9375vw;
    order: 1;
}

.mobile .about-title:after {
    display: none;
}

.mobile .about__top-block .container {
    display: flex;
    flex-direction: column;
}

.mobile .about__top-block .about__desc {
    order: 2;
    width: 100%;
    font-size: 3.75vw;
    margin-top: 15%;
}

.mobile .about__top-block .since {
    order: 3;
    width: 40.625%;
    margin-top: 6.746%;
    margin-bottom: 30vh;
}

.mobile #map {
    opacity: 0;
    position: absolute;
    z-index: -1000;
    pointer-events: none;
}

.mobile .about-map {
    background-image: url(../img/map-mob-bg.jpg);
    background-size: 100% auto;
    padding: 0;
}

.mobile .about-map__desc {
    width: 100%;
    padding-top: 13.9584vh;
}

.mobile .about-map .container,
.mobile .about-map__desc,
.mobile .about-map__wrapper {
    min-height: 100vh;
    border: none;
}

.mobile .thousand-cities {
    width: 68.9656%;
}

.mobile .about-map__text {
    /*font-size: 3.75vw;*/
    font-size: 16px;
    width: 100%;
}

.mobile .about-map__text:nth-of-type(2) {
    /*margin-top: 28.334vh;*/
    margin-top: 21.334vh;
}

.mobile .about-map__text:nth-of-type(3) {
    margin-top: 2.0834vh;
}

.mobile .exclusivity .container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0;
}

.mobile .exclusivity__heading-img,
.mobile .exclusivity__img {
    position: relative;
    top: 0;
    left: 0;
}

.mobile .exclusivity__heading-img {
    order: 1;
    z-index: 9;
    width: 82.7586%;
    height: auto;
    max-height: 100000%;
    margin-top: 4vh;
}

.mobile .exclusivity__img {
    order: 2;
    margin-top: 4vh;
    width: 100vw;
    padding-bottom: 47.625vw;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
    z-index: 10;
    box-shadow: 0px 7px 13.92px 2.08px rgba(35, 31, 32, 0.35);
    background-size: auto 100%;
    background-position: 50% 50%;
}

.mobile .exclusivity__img img {
    min-width: 100vw;
    max-width: 100vw;
    max-height: 100000%;
}

.mobile .exclusivity__scroller {
    order: 3;
    width: 100%;
    z-index: 9;
    /*min-height: 93.125vh;*/
    min-height: 70.125vh;
    /*max-height: 93.125vh;*/
    max-height: auto;
    padding: 4.2% 6% 4vh 8%;
}

@media screen and (orientation: landscape) {
    .mobile .exclusivity__scroller {
        min-height: 100vh;
        max-height: 100vh;
    }
}

.mobile .exclusivity__scroller:before {
    width: 8.125vw;
    padding-bottom: 4.375vw;
    bottom: 4%;
}

.mobile .exclusivity__scroller-content {
    padding-right: 8.623%;
    padding: 0;
}

.mobile .exclusivity__heading {
    font-size: 4.25vw;
}

.mobile .exclusivity__text {
    font-size: 3.75vw;
}

.mobile #mCSB_2_scrollbar_vertical {
    width: 1vw;
}

.mobile .healthy-food__heading {
    font-size: 7.5vw;
    width: 50%;
}

.mobile .healthy-food__heading:after {
    left: auto;
    right: -40%;
    top: auto;
    bottom: 4%;
}

.mobile .healthy-food .container {
    padding-top: 5.625%;
    padding-bottom: 9.375%;
    min-height: 100vh;
}

.mobile .healthy-food .slider {
    margin-top: 14vh;
    width: 73vw;
    margin-bottom: 74vw;
}

.mobile .healthy-food .slider__wrapper {
    padding-top: 36.875vw;
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 auto;
}

.mobile .healthy-food .slider__item {
    min-width: 73vw;
    width: 73vw;
    max-width: 73vw;
}

.mobile .healthy-food .slider__item img {
    min-height: 100%;
}

.mobile .healthy-food .slider .slider__navigation {
    width: 76.5625vw;
}

.mobile .healthy-food .l-slider .slider__navigation .slider__tabs {
    padding-bottom: 7.8125vw;
    border-bottom-width: .9375vw;
    border-image-repeat: repeat;
    bottom: -50%;
}

.mobile .healthy-food .l-slider .slider__navigation .slider__tab {
    width: 3.6vw;
    height: 3.6vw;
    border-width: .8vw;
}

.mobile .healthy-food .l-slider .slider__desc-heading {
    width: auto;
    line-height: 1;
    max-width: 90vw;
    margin: 0 auto;
    padding: 0 20vw;
    font-size: 4.375vw;
    /*overflow-y: hidden;
    overflow: hidden;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.mobile .healthy-food .l-slider .slider__desc-heading:before,
.mobile .healthy-food .l-slider .slider__desc-heading:after {
    width: 17.1875vw;
    padding-bottom: 2.5vw;
}

.mobile .healthy-food .l-slider .slider__desc-heading:before {
    left: 0;
}

.mobile .healthy-food .l-slider .slider__desc-heading:after {
    right: 0;
}

.mobile .healthy-food .l-slider .slider__desc-text {
    font-size: 3.75vw;
    line-height: 4vw;
    width: 90.625vw;
    overflow: hidden;
    height: 50.5vw;
    max-height: 50.5vw;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

@media screen and (orientation: landscape) {
    .mobile .healthy-food .l-slider .slider__desc-text {
        height: 37vw;
        max-height: 37vw;
    }

    .mobile.catalogue #big-slider .slider.slider_inner .slider__holder .slider__item.large {
        min-width: 23vw !important;
        min-width: 23vw !important;
        max-width: 23vw !important;
    }
}

.mobile .about-team {
    padding-top: 6.3vw;
    padding-bottom: 4.7vw;
}

.mobile .healthy-food .slider__descriptions {
    padding-bottom: 57vw;
    bottom: -77vw;
}

.mobile .about-team__heading span {
    font-size: 7.5vw;
}

.mobile .about-team__heading span:after {
    left: auto;
    right: -30%;
}

.mobile .about-team__text {
    font-size: 3.75vw;
    width: 100%;
    margin-top: 5vh;
}

.mobile .about-team .slider {
    width: 90.625vw;
    margin: 0 auto;
    margin-top: 3.125vh;
}

.mobile .about-team .slider .slider__mask {
    width: 90.625vw;
    max-width: 90.625vw;
    justify-content: center;
}

.mobile .about-team .slider .slider__holder {
    width: auto;
    min-width: 100%;
    max-width: 100%;
}

.mobile .about-team .slider .slider__item.team-slider__item,
.mobile .about-team .slider .slider__item.team-slider__item.active,
.mobile .about-team .slider .slider__item.team-slider__item.active-2,
.mobile .about-team .slider .slider__item.team-slider__item.active-3 {
    min-width: 90.625vw !important;
    max-width: 90.625vw !important;
    overflow: hidden;
}

.mobile .about-team .slider .slider__item.team-slider__item:after {
    border-bottom-width: .9375vw;
    top: 74%;
}

.mobile .about-team .slider .slider__wrapper {
    padding-bottom: 135vw;
    max-width: 453.125vw !important;
    min-width: 453.125vw !important;
    width: 453.125vw;
    overflow-y: hidden;
}

.mobile .about-team .slider .team-slider__item-content {
    min-width: 91.724%;
    max-width: 91.724%;
    position: relative;
    transform: none;
    padding: 4.0625vw 0;
    display: block;
    /* flex-direction: column; */
}

.mobile .about-team .slider .team-slider__img {
    width: 100%;
    max-height: 95.375vw;
    min-height: 95.375vw;
}

.mobile .about-team .slider .team-slider__img img {
    width: 100%;
    height: auto;
    max-height: 1000%;
    top: 0;
    left: 0;
    transform: none;
}

.mobile .about-team .slider .team-slider__info {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    /*bottom: 0vw;*/
    margin-top: 7vh;
}

.mobile .about-team .slider .team-slider__name {
    font-size: 4.375vw;
    line-height: 4.4vw;
    width: 100%;
    text-align: left;
}

.mobile .about-team .slider .team-slider__name span {
    display: inline-block;
    width: auto;
}

.mobile .about-team .slider .team-slider__desc-1,
.mobile .about-team .slider .team-slider__desc-2 {
    font-size: 3.75vw;
    margin: 0;
    text-align: left;
}

.mobile .about-team .slider .team-slider__desc-1 {
    position: absolute;
    width: 35%;
    right: 0;
    top: 0;
    text-align: right;
}

.mobile .about-team .slider .team-slider__desc-2 {
    margin-top: 4vw;
    max-width: 100%;
}

@media screen and (orientation: landscape) {
    #content.mobile #header.header .logo-holder {
        width: 20vh;
        left: 5%;
    }

    .mobile .about-team .slider .slider__wrapper {
        padding-bottom: 85vh;
    }

    .mobile .about-team .slider .team-slider__img {
        width: 100%;
        max-height: 40vh;
        min-height: 40vh;
    }

    .mobile .about-team .slider .team-slider__img img {
        width: 70%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .mobile .about-team .slider .team-slider__info {
        top: 60vh;
    }

    .mobile .about-team .slider .team-slider__info .team-slider__name {
        font-size: 5vh;
    }

    .mobile .about-team .slider .team-slider__info .team-slider__desc-1 {
        font-size: 4vh;
    }

    .mobile .about-team .slider .team-slider__info .team-slider__desc-2 {
        font-size: 4vh;
        margin-top: 3vh;
    }

    .mobile .about-team .slider .slider__wrapper {
        transform: translateX(-40%);
    }

}

.mobile-back-arrow {
    display: none;
}

.mobile .go-back .block-img {
    display: none;
}

.mobile .go-back .mobile-back-arrow {
    display: block;
}

.mobile .product-card#prod-popup {
    background-color: #362f2d;
    min-height: 100%;
    max-height: 100%;
    width: 100vw;
    height: 100%;
    min-width: 100vw;
    padding: 0 4.6875vw;
    align-items: flex-end;
    left: 0;
    bottom: 0;
    top: 0;
    transform: translate(-105vw, 0);
}

.mobile .product-card#prod-popup.active {
    transform: translate(0vw, 0);
}

.mobile .product-card#prod-popup:before {
    display: none;
}

.mobile .product-card#prod-popup .product-card__swapper {
    max-height: 60%;
    height: 60%;
    background-color: #ebebeb;
    min-width: 100vw;
    max-width: 100vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    transform: translateX(-50%);
}

.mobile .product-card#prod-popup .product-card__swapper .prod-desc,
.mobile .product-card#prod-popup .product-card__swapper .prod-info {
    transition: transform .3s ease;
    position: relative;
}

.mobile .product-card#prod-popup .product-card__swapper.comp .prod-desc,
.mobile .product-card#prod-popup .product-card__swapper.comp .prod-info {
    transform: translateX(-100%);
}

.mobile .product-card#prod-popup .prod-desc,
.mobile .product-card#prod-popup .prod-info {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    background-color: transparent;
    transform: none;
}

.mobile .product-card#prod-popup .prod-info {
    position: static;
    display: flex;
    flex-direction: column;
}

.mobile .product-card#prod-popup .prod-info .l-slider.p-slider {
    position: absolute;
    left: 0;
    top: -22vh;
    width: 100vw;
    margin: 0;
    transform: translate3d(-100%, 0, 0);
    will-change: transform;
    transition: transform .3s ease;
    order: 5;
}

.mobile .product-card#prod-popup #swapper.comp .prod-info .l-slider.p-slider {
    transform: translate3d(0, 0, 0);
}

.mobile .product-card#prod-popup .prod-info .slider__navigation {
    width: 90.625%;
    left: 50%;
    transform: translateX(-50%);
}

.mobile .product-card#prod-popup.active .prod-info .l-slider.p-slider .slider__wrapper {
    padding-bottom: 20.417vh;
    min-width: 70vw;
    max-width: 70vw;
}

.mobile .product-card#prod-popup .prod-info .l-slider.p-slider .slider__item {
    min-width: 70vw;
    max-width: 70vw;
    padding: 0;
}

.product-card#prod-popup.active .prod-info .l-slider.p-slider .slider__btn .mobile-arrow {
    display: none;
}

.mobile .product-card#prod-popup.active .prod-info .l-slider.p-slider .slider__btn .block-img {
    /*display: none;*/
    display: block;
}

.mobile .product-card#prod-popup.active .prod-info .l-slider.p-slider .slider__btn .mobile-arrow {
    display: block;
}

.mobile .product-card#prod-popup.active .prod-info .l-slider.p-slider .slider__btn {
    min-width: 2.08333333333333vh;
    max-width: 2.08333333333333vh;
}

.mobile .product-card#prod-popup.active .prod-info .l-slider.p-slider .slider__btn.slider__btn-left {
    /*transform: translate(0, -50%) rotate(180deg);*/
    transform: translate(-100%, -50%) rotate(180deg);
    top: 65%;
    left: 20px;
}

.mobile .product-card#prod-popup.active .prod-info .l-slider.p-slider .slider__btn.slider__btn-right {
    /*transform: translate(0, -50%);*/
    transform: translate(100%, -50%);
    top: 34%;
    right: 20px;
}

.mobile .product-card#prod-popup .go-back {
    width: 3.5vh;
    left: 4.6875vw;
    top: 4.3vh;
    z-index: 3;
}

.mobile .product-card#prod-popup .go-back:before {
    position: absolute;
    content: '';
    user-select: none;
    display: block;
    width: 200%;
    height: 200%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mobile .product-card#prod-popup .prod-desc {
    padding: 0;
}

.mobile .product-card#prod-popup .prod-desc__wrapper {
    min-height: 100%;
    border: none;
    padding: 0 3.75vw;
    color: #362f2d;
}

.mobile .product-card#prod-popup .prod-card__heading_1 {
    text-align: center;
}

.mobile .product-card#prod-popup .prod-card__heading_1 .p-name {
    max-width: 90%;
    margin: 0 auto;
    transform: none;
    font-size: 2.8vh;
    line-height: 4.75vh;
    max-height: 14.75vh;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding: 2.08333333333333vh 0;
    position: relative;
}

.mobile .product-card#prod-popup .prod-card__heading_1:after {
    content: '';
    display: block;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 0px solid transparent;
    border-bottom: 1.1vw solid #fff;
    -webkit-border-image: url("../img/border-dark.png") 30 30 repeat;
    -o-border-image: url("../img/border-dark.png") 30 30 repeat;
    border-image: url("../img/border-dark.png") 30 30 repeat;
}

.mobile .product-card#prod-popup.active .prod-card__desc {
    font-size: 3.75vw !important;
    line-height: 3.3vw !important;
    text-align: center;
    margin-top: 3.34vh;
    height: 25vh;
    max-height: 30vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

.mobile .product-card#prod-popup.active .prod-card__desc-1 {
    display: none;
}

.mobile .product-card#prod-popup.active .prod-card__desc-2 {
    background-color: #362f2d;
    width: 100vw;
    left: 0;
    transform: none;
    position: absolute;
    bottom: 1.667vh;
}

.mobile .product-card#prod-popup.active .p-desc-2 {
    color: #fff;
    border-color: #fff;
    font-size: 4.375vw;
    line-height: 7.1875vw;
}

.mobile .product-card#prod-popup .composition,
.mobile .product-card#prod-popup .substances {
    position: relative;
}

.mobile .product-card#prod-popup .substances {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 3vh;
    order: 1;
    min-height: 20.834vh;
}

.mobile .product-card#prod-popup .substances .energy,
.mobile .product-card#prod-popup .substances .nutritional-value {
    width: 100%;
}

.mobile .product-card#prod-popup .substances .energy {
    order: 2;
}

.mobile .product-card#prod-popup .substances .nutritional-value {
    order: 1;
    margin: 0;
}

.mobile .product-card#prod-popup .prod-info .prod-card__heading_2 {
    font-size: 7vw;
    line-height: 5.5vw;
    position: absolute;
    margin: 0;
    padding: 0 4.6875vw;
    left: 0;
    top: -28vh;
    color: #fff;
    width: 100%;
    justify-content: flex-start;
    order: 6;
    transition: transform .3s ease;
    will-change: transform;
    transform: translate3d(-100%, 0, 0);
}

.mobile .product-card#prod-popup.active #swapper.comp .prod-info .prod-card__heading_2 {
    transform: translate3d(0, 0, 0);
}

.mobile .product-card#prod-popup.active .prod-info .prod-card__heading_2 .c-name {
    text-align: left;
    position: relative;
}

.mobile .product-card#prod-popup.active .prod-info .prod-card__heading_2 .c-name:after {
    content: '';
    display: block;
    width: 17.1875vw;
    padding-bottom: 2.5vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../img/branch.png");
    right: -20vw;
    background-size: contain;
    background-repeat: no-repeat;
}

.mobile .product-card#prod-popup .prod-info .substances .substances__heading {
    margin: 0;
    display: none;
}

.mobile .product-card#prod-popup .prod-info .substances .substances__heading:after {
    display: none;
}

.mobile .product-card#prod-popup .prod-info .nutritional-value__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 7.1875vw;
    padding-bottom: 2.5vh;
    position: relative;
}

.mobile .product-card#prod-popup .prod-info .nutritional-value__wrapper:after,
.mobile .product-card#prod-popup .prod-info .energy:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 57.188vw;
    border-color: #362f2d;
    border-width: 0px;
    border-bottom-width: .3125vw;
    border-style: solid;
}

.mobile .product-card#prod-popup .prod-info .nutritional-value__wrapper .nutritional-value__heading,
.mobile .product-card#prod-popup .prod-info .nutritional-value__wrapper .substances__value,
.mobile .product-card#prod-popup .prod-info .substances .energy__value,
.mobile .product-card#prod-popup .prod-info .substances .energy .substances__heading,
.mobile .product-card#prod-popup .prod-info .substances .energy__value ~ span {
    font-size: 4.375vw;
    line-height: 4.375vw;
    text-align: center;
}

.mobile .product-card#prod-popup .prod-info .substances .energy .block.substances__value {
    text-align: center;
}

.mobile .product-card#prod-popup .prod-info .substances .energy .substances__heading {
    display: block;
}

.mobile .product-card#prod-popup .prod-info .substances .energy {
    padding: 0 7.1875vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3.125vh;
    padding-bottom: 3.125vh;
}

.mobile .product-card#prod-popup .composition {
    min-width: 85vw;
    margin: 0 auto;
    margin-top: 0;
    max-width: 85vw;
    left: 0;
    top: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    transform: none;
    flex-wrap: nowrap;
    order: 2;
    -webkit-overflow-scrolling: touch;
}

.mobile .product-card#prod-popup.active .composition {
    overflow-x: scroll;
    overflow-y: hidden;
}

.mobile .composition .mCSB_container {
    display: flex;
    flex-direction: row;
}

.mobile .product-card#prod-popup .composition__item {
    width: 25vw;
    min-width: 25vw;
    max-width: 25vw;
    min-height: 15.9375vh;
    max-height: 15.9375vh;
    margin-top: 0;
}

.mobile .product-card#prod-popup .composition__img {
    min-width: 7.71vh;
    max-height: 7.71vh;
}

.mobile .product-card#prod-popup .composition__name {
    font-size: 3.75vw;
}

.mobile .product-card#prod-popup .composition__item:not(:nth-child(3n)):not(:last-child) {
    margin-right: 5vw;
}

.product-card__swapper-dots {
    display: none;
}

.mobile .product-card__swapper-dots {
    width: 100%;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    top: 41vh;
    z-index: 30;
}

.mobile .product-card__swapper-dot {
    width: 2.084vh;
    height: 2.084vh;
    border: .417vh solid #362f2d;
    border-radius: 50%;
    position: relative;
}

.mobile .product-card__swapper-dot:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 250%;
    height: 250%;
}

.mobile .product-card__swapper-dot:not(:last-child) {
    margin-right: 1.67vh;
}

.mobile .product-card__swapper-dot.active {
    background-color: #362f2d;
}

.mobile .product-card#prod-popup .is_leaven {
    position: static;
    order: 3;
    margin: 0 auto;
    margin-top: 5vh;
    width: 7vh;
}

.mobile #search {
    display: block;
    width: 75vw;
    max-width: 80%;
    height: 4vh;
    margin: 0 auto;
}

.mobile .search__btn {
    height: 100%;
    width: 4vw;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.mobile .search__input {
    width: 70%;
    position: absolute;
    top: -1vh;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    opacity: 0;
}

.mobile .search__input input {
    width: 100%;
    height: 100%;
    line-height: 4vw;
    font-size: 3.5vw;
    padding: 0 10%;
    color: #362f2d;
    border: 0px solid #0000;
    outline: none;
    border-bottom: 0.1vw solid #362f2d;
}

.mobile .search__input.active {
    opacity: 1;
}

.mobile .search__btn img {
    width: 100%;
    min-width: 100%;
    display: block;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobile #search__list {
    position: absolute;
    left: 50%;
    bottom: -2vw;
    transform: translate(-46%, 100%);
    width: 180%;
    padding: 1vw;
    max-height: 62vw;
    -webkit-box-shadow: 0px 5px 4.75px 0.25px rgba(19, 11, 4, 0.15);
    box-shadow: 0px 5px 4.75px 0.25px rgba(19, 11, 4, 0.15);
    background-color: #ebebeb;
    overflow: hidden;
    transition: .3s opacity ease;
}

.mobile #search__list .search__result {
    width: 100%;
    height: 30vw;
    max-height: 30vw;
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    position: relative;
}

.mobile #search__list .search__img {
    min-width: 50%;
    max-width: 50%;
}

.mobile #search__list .search__img img {
    display: block;
    position: absolute;
    width: 80%;
    max-width: 80%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobile #search__list .search__name {
    width: 100%;
    font-size: 4.5vw;
}

.mobile #search__list .search__desc {
    width: 100%;
    font-size: 3vw;
    margin-top: 2vw;
}

.mobile #search__list .search__result:nth-child(n+1):not(:last-child):after {
    border-bottom: .5vw solid #0000;
}

.mobile .noresults {
    text-align: center;
    width: 100%;
    line-height: 2;
}

.mobile .product-card.active ~ #header .search__input input {
    border-color: #fff;
    color: #fff;
    caret-color: #fff;
}

.mobile .product-card.active ~ #header .search__input input::placeholder {
    color: #fff;
}

.mobile .product-card.active ~ #header #search {
    transform: translateX(-8%);
}

.mobile .product-card.active ~ #header #search__btn .search__btn-img-light {
    opacity: 1;
}

.main-baker {
    background-color: #ebebeb;
}

.main-baker .container {
    /*padding-top: 2.646%;
    padding-bottom: 20.063%;*/
}

.main-baker__heading {
    color: #FFF;
    font-size: 2vw;
    font-style: italic;
    position: relative;
    /* display: inline; */
    text-align: center;
}

.main-baker__heading:after {
    width: 5.26041666666667vw;
    padding-bottom: .72916666666667vw;
    left: 60%;
    top: 55%;
}

.main-baker .l-slider {
    margin: 0 auto;
    width: 80%;
    margin-top: 2.8545%;
}

.main-baker .l-slider .slider__wrapper {
    padding-top: 30vw;
    width: 100%;
}

.main-baker .l-slider .slider__holder {
    height: 100%;
    width: auto;
    transition: transform .6s ease;
}

.main-baker .l-slider .slider__item {
    min-width: 58.5vw;
    max-width: 58.5vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-baker .l-slider .slider__item img {
    display: block;
    /* height: 100%; */
    max-height: 100%;
    /* margin: 0 auto; */
    width: auto;
    min-width: auto;
    max-width: auto;
    /* max-width: 100%; */
}

.main-baker .l-slider .slider__navigation {
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: 0;
}
.main-baker .slider.l-slider .slider__btn {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-baker .slider.l-slider .slider__btn-left {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(180deg) translateX(-50%) translateY(-50%);
    transform: rotate(180deg) translateX(-50%) translateY(-50%);
    left: 0;
}

.main-baker .l-slider .slider__navigation .slider__tabs {
    display: none;
}


.main-baker .l-slider .slider__descriptions {
    display: none;
}

.all-btn.bak_btn span{
    font-size: .9vw;
}



.main-team-slider .slider__item.active-3{
    opacity: 0;
}

.main-team-slider .slider__item{
    opacity: 0;
}



.mobile .main-baker .l-slider {
    margin: 0 auto;
    width: 70vw;
    margin-top: -4.8545%;
}

.mobile .main-baker .l-slider .slider__wrapper {
    padding-top: 30vw;
    width: 100%;
}

.mobile .main-baker .l-slider .slider__holder {
    height: 100%;
    width: auto;
    transition: transform .6s ease;
}

.mobile .main-baker .l-slider .slider__item {
    min-width: 70vw;
    max-width: 70vw;
    height: 100%;
    display: block;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 0 1vw;
}

.mobile .main-baker .l-slider .slider__item img {
    display: block;
    /* height: 100%; */
    max-height: 100%;
    /* margin: 0 auto; */
    width: 100%;
    min-width: auto;
    max-width: auto;
    /* max-width: 100%; */
}

.mobile .main-baker .l-slider .slider__navigation .slider__tabs {
    display: none;
}


.mobile .main-baker .l-slider .slider__descriptions {
    display: none;
}

.mobile .main-baker .slider.l-slider .slider__navigation {
    display: block;
}


.mobile .main-baker .l-slider .slider__navigation .slider__btn.slider__btn-left, .mobile .main-baker .l-slider .slider__navigation .slider__btn.slider__btn-right {
    width: 4vw;
    top: 50%;
}

.mobile .main-baker .l-slider .slider__wrapper {
    padding-top: 180vw;
}

.mobile .slider.l-slider .slider__navigation {
    /*display: none;*/
    display: block;
}

.video_text{
    position: absolute;
    top: 60%;
    left: 0;
    width: 40%;
    font-size: 1.3vw;
    line-height: 1.2;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px #292929;
    /*transform: translateY(-50%);*/
    font-family: ProximaNovaRegular, sans-serif;
}


.mobile .none_mob{
    display: none;
}



@media screen and (min-aspect-ratio: 13/9) {

    .mobile #search {
        display: block;
        width: 27vw;
        max-width: 27vw;
        height: 6vh;
        margin-right: 3vw;
    }

    .mobile .search__btn {
        width: 3vw;
    }

    .mobile .search__input input {
        width: 100%;
        height: 100%;
        line-height: 5vh;
        font-size: 4vh;
        padding: 0 10%;
        color: #362f2d;
    }

    .mobile #search__list {
        transform: translate(-82%, 100%);
        width: 70vw;
        max-height: 20vw;
    }

    .mobile #search__list .search__name {
        font-size: 5vh;
    }

    .mobile #search__list .search__desc {
        font-size: 4vh;
    }

    .mobile #search__list .search__result {
        width: 100%;
        height: 20vw;
        max-height: 20vw;
    }

    .mobile .product-card.active ~ #header .search__input input {
        border-color: #222;
        color: #222;
        caret-color: #222;
    }

    .mobile .product-card.active ~ #header #search__btn .search__btn-img-light {
        opacity: 0;
    }

    .mobile .product-card.active ~ #header #search__btn .search__btn-img-dark {
        opacity: 1;
    }

    .mobile.catalogue .slider:not(.slider_inner) .slider__tabs {
        width: 100%;
        height: 100%;
        flex-direction: column;
    }

    .mobile.catalogue #big-slider.slider:not(.slider_inner) .slider__navigation:not(.nav-inner) {
        height: 84%;
        width: 20vh;
    }

    .mobile.catalogue .slider:not(.slider_inner) .slider__tab {
        width: 100%;
        height: 25%;
        border: 0px solid #0000;
        border-left-width: .0521vw;
    }

    .mobile .catalogue .slider:not(.slider_inner) .slider__tab .tab-icon {
        min-width: 50%;
    }

    .mobile .catalogue #big-slider .slider_inner {
        margin: 0 auto;
        margin-top: 3vh;
        height: 78% !important;
        min-height: 78% !important;
        max-height: 78% !important;
        width: 69vw;
    }

    .mobile .catalogue__heading span {
        font-size: 8vh;
        line-height: 13vh;
    }

    .mobile .catalogue__heading {
        line-height: 10vh;
        padding: 0 2vw;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .mobile .catalogue .slider:not(.slider_inner) .slider__item {
        padding: 0 22vh;
    }

    .mobile .header .menu {
        width: 8vh;
    }

    .mobile .header .menu .burger {
        padding-bottom: 6vh;
    }

    .mobile .header .burger__line {
        padding-bottom: .8vh;
    }

    .mobile .header .burger__line:before,
    .mobile .header .burger__line:after {
        padding-bottom: .8vh;
    }

    .mobile .header .menu__item a {
        font-size: 6vh;
        line-height: 13vh;
    }

    .mobile .menu .menu__block:nth-of-type(2) {
        border-top-width: 1vh;
        padding: 3vh 10vh;
    }

    .mobile .menu .menu__block:nth-of-type(2) .socials__co-op span {
        font-size: 5vh;
        line-height: 1.5;
    }

    .mobile .menu .menu__block:nth-of-type(1) {
        min-height: 70vh;
        max-height: 70vh;
        padding: 0 10vh;
        top: 0;
        transform: none;
        margin-top: 15vh;
    }

    .mobile .header .container {
        width: 100%;
        padding: 5vh 10vh;
    }

    .mobile .menu .menu__block:nth-of-type(2) .socials__co-op {
        min-height: 8vh;
        max-height: 8vh;
    }

    .mobile .langs__item {
        width: 8vh;
        min-height: 8vh;
        max-height: 8vh;
        line-height: 8vh;
        font-size: 3vh;
    }

    .mobile .socials__links .socials__link {
        width: 8vh !important;
        min-height: 8vh;
        max-height: 8vh;
        line-height: 8vh;
        padding-bottom: 0;
        font-size: 3vh;
    }

    .mobile #langs {
        width: 12vw;
        transform: translateX(26vw);
    }

    .mobile .blog.blog-page .container {
        padding: 10vh 0;
    }

    .mobile .blog.blog-page .blog__heading {
        font-size: 10vh;
    }

    .mobile .branch_left:after, .mobile .branch_right:after, .mobile .branch_left:before, .mobile .branch_right:before {
        width: 26vh;
        padding-bottom: 4vh;
    }

    .mobile .blog.blog-page .blog__heading:after {
        right: 30vw;
    }

    .mobile .blog.blog-page .blog__filters {
        margin-top: 5vh;
    }

    .mobile .blog-page.blog .blog__filters-item {
        width: 40vh;
    }

    .mobile .blog.blog-page .blog__filters-item span {
        font-size: 5vh;
    }

    .mobile .blog-page.blog .blog__filters-item:not(:last-child) {
        margin-right: 5vh;
    }

    .mobile .blog.blog-page .blog__nav {
        padding-bottom: 6vh;
        border-bottom-width: 1vh;
    }

    .mobile .blog.blog-page .article {
        min-height: 75vh;
        max-height: 75vh;
        height: 75vh;
    }

    .mobile .blog.blog-page .article__heading {
        width: 120%;
        padding: 0 5vh;
        font-size: 7vh;
        top: auto;
        bottom: 0;
        transform: translate(-102%, -30%);
    }

    .mobile .articles__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .mobile .blog.blog-page .article:nth-child(n+2) {
        margin-top: 10vh;
    }

    .mobile .blog.blog-page .article__text span {
        font-size: 5vh;
        line-height: 5vh;
        -webkit-line-clamp: 11;
    }

    .mobile .blog.blog-page .article__img {
        min-height: 100%;
        max-height: 100%;
        min-width: 55%;
        width: 55%;
        max-width: 55%;
    }

    .mobile .blog.blog-page .article__content {
        flex-direction: row;
        height: 100%;
    }

    .mobile .blog.blog-page .article__desc {
        width: 45%;
    }

    .mobile .blog.blog-page .article__img img {
        display: block;
        min-height: 101%;
        max-height: 101%;
        height: 101% !important;
        width: auto !important;
        position: relative;
        transform: translate(-50%, -50%);
    }

    .mobile .blog.blog-page .article__text {
        max-height: 60vh;
        padding: 5vh 5vh 0 5vh;
    }

    .mobile .blog.blog-page .article__buttons {
        bottom: 4vh;
    }

    .mobile .blog.blog-page .article__date {
        font-size: 5vh;
        line-height: 1.5;
        bottom: 4vh;
    }

    .mobile .blog.blog-page .more-btn {
        margin-top: 30vh;
        width: 30vh;
    }

    .mobile .blog.blog-page .more-btn .lable {
        width: 100%;
        min-width: 100%;
    }

    .mobile .blog.blog-page .more-btn .lable span {
        font-size: 5vh;
        line-height: 5.5vh;
        min-width: 0;
        max-width: 100%;
        width: auto;
    }

    .mobile .blog.blog-page .more-btn:before {
        width: 50%;
        border-bottom-width: 2vh;
        top: -45%;
    }

    .mobile .top-block__text {
        font-size: 5vh;
        width: 40%;
    }

    .mobile .main-baker__heading span {
        font-size: 10vh;
    }

    #content.mobile .main-baker__heading:after {
        right: 55vw;
    }

    .mobile .main-baker__text {
        font-size: 5vh;
        line-height: 6vh;
        margin-top: 10vh;
    }

    .mobile .main-baker .all-btn {
        min-height: 12vh;
        max-height: 12vh;
        margin-top: 10vh;
    }

    .mobile .main-baker .all-btn span {
        font-size: 5vh;
        line-height: 12vh;
    }

    .mobile .team {
        padding-top: 15vh;
    }

    .mobile .team__heading span {
        font-size: 10vh;
    }

    .mobile .team__heading span:after {
        bottom: auto;
        top: 50%;
        left: 60%;
    }

    .mobile .team .slider {
        margin-top: 15vh;
    }

    .mobile .team .l-slider .slider__description .slider__desc-heading {
        font-size: 5vh;
        line-height: 1;
    }

    .mobile .team .l-slider .slider__description .slider__desc-text {
        font-size: 4vh;
        max-height: 4vh;
        margin-top: 3vh;
    }

    .mobile .team .l-slider .slider__description .slider__desc-text-2 {
        font-size: 4vh;
        height: 25vh;
        max-height: 25vh;
        margin-top: 6vh;
        padding: 0 5%;
    }

    .mobile .team .slider__mask {
        width: 35vh;
    }

    .mobile .team .slider__wrapper {
        padding-bottom: 35vh;
        /*max-width: 80.819vw !important;*/
        min-width: 80.819vw !important;
    }

    .mobile .team .slider__item {
/*        min-width: 35vh !important;
        max-width: 35vh !important;
        min-height: 35vh;
        max-height: 35vh;*/
        width: auto;
        height: auto;
    }
    .mobile .products-slider__item{
        min-height: 100% !important;
        max-height: 100% !important;
        height: 100% !important;
    }
    body.mobile > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__mask{
        width: auto;
    }
    body.mobile .slider__item.cat:nth-child(1) .slider.l-slider .slider__holder .slick-slide,
    body.mobile .slider__item.cat:nth-child(2) .slider.l-slider .slider__holder .slick-slide,
    body.mobile .slider__item.cat:nth-child(3) .slider.l-slider .slider__holder .slick-slide,
    body.mobile .slider__item.cat:nth-child(4) .slider.l-slider .slider__holder .slick-slide{
        height: calc(100vh - 100px) !important;
        padding-top: 5vh;
    }
    body.mobile .catalogue #big-slider .slider__item.cat:nth-child(3) .slider.slider_inner .slider__holder .slider__item{
        padding-top: 0;
    }
    .mobile .team .l-slider .slider__item img {
        width: inherit;
        height: inherit;
    }

    .mobile .team .l-slider .slider__descriptions {
        height: 43vh;
        bottom: 0;
        transform: translate(-50%, 115%);
    }
    .mobile .team .l-slider{
        width: 100vw;
    }
    .mobile .team .l-slider .slider__holder{
        left: 0;
    }
    .mobile .team .l-slider .slider__descriptions {
        bottom: 0;
        transform: translate(0%, 0%);
        left: 0;
        margin: 0;
        height: auto;
        width: 100%;
    }

    .mobile .team .slider {
        margin-bottom: 0;
    }

    .mobile .blog.blog_main-page .blog__heading {
        font-size: 10vh;
    }

    .mobile .blog__heading.appetite.branch_right:after {
        right: 35%;
    }

    .mobile .main-page-footer .blog.blog_main-page {
        padding-top: 10vh;
    }

    .mobile .form-coop {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .mobile .form-coop .contact-us__heading {
        font-size: 10vh;
    }

    .mobile .form-coop__input-wrapper {
        margin-top: 15vh;
    }

    .mobile .form-coop__input-heading {
        font-size: 7vh;
    }

    .mobile .form-coop__input {
        font-size: 5vh;
        line-height: 10vh;
    }

    .mobile .form-coop__buttons {
        margin-top: 8vh;
        display: flex;
        justify-content: center;
    }

    .mobile .form-coop__buttons * {
        font-size: 5vh;
        line-height: 10vh;
        min-height: 10vh;
        max-height: 10vh;
    }

    .mobile .form-coop__buttons .select-file {
        width: 40%;
        margin-right: 10vh;
    }

    .mobile .contact-us__heading:not(.form-coop__heading) {
        font-size: 12vh;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .mobile .contact-us__heading:not(.form-coop__heading):before {
        right: 40%;
    }

    .mobile .contact-us__col:nth-of-type(1) .contact-us__item-heading {
        font-size: 8vh;
    }

    .mobile .contact-us__col:nth-of-type(1) .contact-us__item-value {
        font-size: 6vh;
    }

    .mobile .contact-us__col:nth-of-type(2) {
        margin-top: 15vh;
    }

    .mobile .contact-us__col:nth-of-type(2) .contact-us__item-value {
        transform: none;
    }

    .mobile .about__top-block {
        height: auto;
    }

    .mobile .about-title {
        font-size: 10vh;
        line-height: 21vh;
        border-bottom-width: 1vh;
    }

    .mobile .about__top-block .about__desc {
        width: 75%;
        font-size: 5vh;
        margin-top: 20vh;
    }

    .mobile .about__top-block .container {
        min-height: 0;
    }

    .mobile .about-map__desc {
        padding-top: 10vh;
    }

    .mobile .thousand-cities {
        width: 40%;
    }

    .mobile .about-map__text {
        font-size: 5vh;
        width: 80%;
    }

    .mobile .about-map__text:nth-of-type(2) {
        margin-top: 20vh;
    }

    .mobile .about-map__text:nth-of-type(3) {
        margin-top: 6vh;
    }

    .mobile .exclusivity__heading-img {
        width: 50%;
        margin-top: 10vh;
    }

    .mobile .exclusivity__img {
        margin-top: 8vh
    }

    .mobile .exclusivity__heading {
        font-size: 7vh;
    }

    .mobile .exclusivity__text {
        font-size: 5vh;
    }

    .exclusivity__paragraph:nth-child(n+2) {
        margin-top: 3vh;
    }

    .mobile .exclusivity__scroller {
        padding: 5vh 6vh 5vh 6vh;
        min-height: 150vh;
        max-height: 150vh;
    }

    .mobile .healthy-food__heading {
        font-size: 10vh;
    }

    .mobile .healthy-food__heading:after {
        right: -10%;
    }

    .mobile .healthy-food .slider {
        margin-top: 10vh;
        width: 90vh;
        margin-bottom: 42vh;
    }

    .mobile .healthy-food .slider__wrapper {
        padding-top: 30vh;
        width: 90vh;
        max-width: 90vh !important;
        min-width: 90vh !important;
        margin: 0 auto;
    }

    .mobile .healthy-food .slider__item {
        width: 90vh;
        max-width: 90vh !important;
        min-width: 90vh !important;
    }

    .mobile .healthy-food .slider__item img {
        width: auto;
    }

    .mobile .healthy-food .slider .slider__navigation {
        width: 110vh;
    }

    .mobile .healthy-food .l-slider .slider__navigation .slider__tabs {
        padding-bottom: 3vh;
        border-image-repeat: repeat;
        border-bottom-width: 1vh;
        bottom: -11vh;
    }

    .mobile .healthy-food .l-slider .slider__navigation .slider__tab {
        width: 3vh;
        height: 3vh;
        border-width: .8vh;
    }

    .mobile .healthy-food .l-slider .slider__descriptions {
        width: 90vw;
        padding-bottom: 55vh;
        bottom: -70vh;
    }

    .mobile .healthy-food .l-slider .slider__desc-heading {
        font-size: 6vh;
        line-height: 6vh;
        -webkit-line-clamp: 2;
        max-height: 12vh;
    }

    .mobile .healthy-food .l-slider .slider__desc-text {
        font-size: 5vh;
        line-height: 5vh;
        margin-top: 2vh;
        height: 20vh;
        overflow-y: scroll;
    }

    .mobile .about-team__heading span {
        font-size: 10vh;
    }

    .mobile .about-team__heading span:after {
        right: -45%;
    }

    .mobile .about-team__text {
        font-size: 5vh;
        margin-top: 7vh;
    }

    .mobile .about-team .slider {
        margin-top: 10vh;
        width: 100vh;
    }

    .mobile .about-team .slider .slider__mask {
        width: 100vh;
        min-width: 100vh;
        max-width: 100vh;
        justify-content: flex-start;
    }

    .mobile .about-team .slider .slider__wrapper {
        padding-bottom: 70vh;
        max-width: 500vh !important;
        min-width: 500vh !important;
        width: 500vh;
    }

    .mobile .about-team .slider .slider__item.team-slider__item,
    .mobile .about-team .slider .slider__item.team-slider__item.active,
    .mobile .about-team .slider .slider__item.team-slider__item.active-2,
    .mobile .about-team .slider .slider__item.team-slider__item.active-3 {
        min-width: 100vh !important;
        width: 100vh;
        max-width: 100vh !important;
    }

    .mobile .about-team .slider .team-slider__item-content {
        padding: 2vh 0;
    }

    .mobile .about-team .slider .slider__item.team-slider__item:after {
        border-bottom-width: 1vh;
        top: 64%;
    }

    .mobile .about-team .slider .team-slider__info {
        top: 47vh;
    }

    .mobile .article-popup .container .post-container {
        width: 60%
    }

    .mobile .close-btn {
        border-width: .5vh;
        width: 10vh;
        padding-bottom: 9vh;
        top: -6vh;
    }

    .mobile .article-popup .container {
        padding-top: 4vh;
    }

    .mobile .article-popup {
        padding-top: 3vh;
        padding-bottom: 4vh;
    }

    .mobile .article-popup__poster {
        padding-bottom: 50vh;
    }

    .mobile .article-popup__heading {
        font-size: 8vh;
        line-height: 8.5vh;
        max-width: 90%;
    }

    .mobile .article-popup__paragraph {
        font-size: 5vh
    }

    .mobile .article-popup__paragraph-heading {
        font-size: 6vh;
        margin-top: 8vh;
        margin-bottom: -4vh;
    }

    .mobile .article-popup__paragraph:nth-of-type(n+2) {
        margin-top: 8vh;
    }

    .mobile .article-popup .socials__links {
        border-top-width: 1vh;
    }

    .mobile .product-card#prod-popup .product-card__swapper {
        min-height: 100% !important;
        max-height: 100% !important;
        width: 50% !important;
        min-width: 50% !important;
        left: auto;
        right: 0;
        transform: none;
    }

    .mobile .product-card#prod-popup .product-card__swapper:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        width: 50vw;
        height: 100vh;
        left: -100%;
        background-color: #362f2d;
    }

    .mobile .product-card#prod-popup .prod-desc__wrapper {
        padding: 0 3vh;
    }

    .mobile .product-card#prod-popup.active .prod-card__desc-2 {
        width: 50vw;
    }

    .mobile .product-card#prod-popup.active .p-desc-2 {
        font-size: 5vh;
        line-height: 8vh;
    }

    .mobile .product-card#prod-popup .prod-card__heading_1 {
        margin-top: 15vh;
        position: relative;
    }

    .mobile .product-card#prod-popup .prod-card__heading_1 .p-name {
        font-size: 6vh;
        line-height: 6.5vh;
    }

    .mobile .product-card#prod-popup .prod-card__heading_1:after {
        width: 50vw;
        border-bottom-width: 1vh;
        bottom: -3vh;
    }

    .mobile .product-card#prod-popup.active .prod-card__desc {
        font-size: 3.5vh !important;
        line-height: 1 !important;
        margin-top: 6vh;
        max-height: 32.5vh;
        height: 32.5vh;
    }

    .mobile .product-card__swapper-dots {
        top: auto;
        bottom: 14vh;
    }

    .mobile .product-card__swapper-dot {
        border-width: .5vh;
        width: 3vh;
        height: 3vh;
    }

    .mobile .product-card#prod-popup .is_leaven {
        width: 10vh;
        margin-top: 4.5vh;
    }

    .mobile .product-card#prod-popup .prod-info .nutritional-value__wrapper .nutritional-value__heading,
    .mobile .product-card#prod-popup .prod-info .nutritional-value__wrapper .substances__value,
    .mobile .product-card#prod-popup .prod-info .substances .energy__value,
    .mobile .product-card#prod-popup .prod-info .substances .energy .substances__heading,
    .mobile .product-card#prod-popup .prod-info .substances .energy__value ~ span {
        font-size: 5vh;
        line-height: 5vh;
    }

    .mobile .product-card#prod-popup .prod-info .nutritional-value__wrapper:after,
    .mobile .product-card#prod-popup .prod-info .energy:after {
        border-bottom-width: .5vh;
        bottom: 0vh;
        display: none;
    }

    .mobile .product-card#prod-popup .substances {
        margin-top: 14vh;
    }

    .mobile .product-card#prod-popup .prod-info .substances .energy {
        margin-top: 2vh;
        padding-bottom: 4vh;
    }

    .mobile .product-card#prod-popup .composition {
        min-width: 44vw;
        margin-top: 2vh;
        min-height: 21vh;
    }

    .mobile .product-card#prod-popup .composition__item {
        min-width: 14vw;
        max-width: 14vw;
    }

    .mobile .product-card#prod-popup .composition__item:not(:nth-child(3n)):not(:last-child) {
        margin-right: 1vw;
    }

    .mobile .product-card#prod-popup .composition__name {
        font-size: 3.5vh;
    }

    .mobile .product-card#prod-popup .composition__img {
        min-width: 9vh;
        min-height: 9vh;
        max-height: 9vh;
    }

    .mobile .product-card#prod-popup .prod-info .substances .energy .substances__heading {
        width: 100%;
    }

    .mobile .product-card#prod-popup .prod-info .l-slider.p-slider {
        z-index: 50;
        top: 50%;
        left: 0;
        transform: translate3d(-95vw, -50%, 0);
        width: 40vw;
    }

    .mobile .product-card#prod-popup.active .prod-info .l-slider.p-slider .slider__wrapper {
        padding-bottom: 40vh;
        min-width: 40vw !important;
        max-width: 40vw !important;
    }

    .mobile .product-card#prod-popup .prod-info .l-slider.p-slider .slider__item {
        min-width: 40vw;
        max-width: 40vw;
    }

    .mobile .product-card#prod-popup .prod-info .slider__navigation {
        width: 110%;
    }

    .mobile .product-card#prod-popup .go-back {
        width: 8vh;
        top: 10vh;
        left: 2vw;
    }

    .mobile .product-card#prod-popup .product-card__swapper .prod-info {
        z-index: 1;
    }

    .mobile .product-card#prod-popup #swapper.comp .prod-info .l-slider.p-slider {
        left: 0;
        transform: translate3d(-45vw, -50%, 0);
    }

    .mobile .product-card#prod-popup .prod-info .prod-card__heading_2 {
        top: 0;
        left: 0;
        font-size: 8vh;
        line-height: 8.5vh;
        width: 40vw;
        padding: 0;
        display: none;
        transform: translate3d(-95vw, 15vh, 0);
    }

    .mobile .product-card#prod-popup .prod-info .prod-card__heading_2 span {
        max-width: 60%;
    }

    .mobile .product-card#prod-popup.active #swapper.comp .prod-info .prod-card__heading_2 {
        transform: translate3d(-45vw, 15vh, 0);
    }

    .mobile .product-card#prod-popup.active .prod-info .prod-card__heading_2 .c-name:after {
        width: 10vw;
        padding-bottom: 1.5vw;
        right: -15vw;
    }

    .mobile .catalogue #big-slider .slider.slider_inner .slider__holder {
        flex-direction: row;
        height: 100% !important;
    }

    .mobile .catalogue #big-slider .slider_inner .slider__wrapper {
        height: 100%;
        width: 100%;
        max-width: 100%;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .mobile .catalogue #big-slider .slider.slider_inner .slider__holder .slider__item {
        min-height: 100% !important;
        max-height: 100% !important;
        height: 100% !important;
        width: 23vw !important;
        flex-direction: column;
        padding: 0;
    }

    .mobile .products-slider__item {
        min-height: 50%;
        max-height: 50%;
        min-width: 100%;
        max-width: 100%;
        display: flex;
        align-content: center;
        padding: 5% 0;
        position: relative;
    }

    .mobile .products-slider__item .products-slider__heading {
        font-size: 4vh;
        line-height: 4vh;
        max-height: 12vh;
        margin-top: 2vh;
    }

    .mobile .products-slider__item .products-slider__img-holder {
        min-height: 52%;
        max-height: 52%;
        width: 100%;
    }

    .mobile .new {
        font-size: 3vh;
    }

    .mobile .catalogue .slider:not(.slider_inner) .slider__item .catalogue__heading:after {
        top: 50% !important;
    }

    .mobile #big-slider .slider__item .catalogue__heading:after {
        width: 10vw;
        padding-bottom: 1.7vw;
    }

    .mobile #big-slider .slider__item:nth-of-type(1) .catalogue__heading:after {
        left: 15%;
    }

    .mobile #big-slider .slider__item:nth-of-type(2) .catalogue__heading:after {
        left: 40%;
    }

    .mobile #big-slider .slider__item:nth-of-type(3) .catalogue__heading:after {
        left: 20%;
    }

    .mobile #big-slider .slider__item:nth-of-type(4) .catalogue__heading:after {
        left: 46%;
    }

    .mobile .catalogue #big-slider .slider.slider_inner .slider__holder .slider__item.large .products-slider__item {
        flex-direction: column;
        display: flex;
        height: 60% !important;
        min-height: 60%;
    }

    .mobile .catalogue #big-slider .slider.slider_inner .slider__holder .slider__item.large .products-slider__item .products-slider__img-holder {
        max-width: 90%;
    }

    .mobile .catalogue #big-slider .slider.slider_inner .slider__holder .slider__item.large .products-slider__item .products-slider__heading {
        position: static;
        width: 100%;
    }

    .mobile .product-card.active ~ #header .burger .burger__line,
    .mobile .product-card.active ~ #header .burger .burger__line:before,
    .mobile .product-card.active ~ #header .burger .burger__line:after {
        background-color: #292929;
    }

    .mobile .product-card.active ~ #header .menu.opened .burger .burger__line {
        background-color: #0000;

    }

    .mobile .product-card.active ~ #header .menu.opened .burger .burger__line:after,
    .mobile .product-card.active ~ #header .menu.opened .burger .burger__line:before {
        background-color: #fff;
    }

    .mobile .product-card.active ~ #header.light .menu.opened .burger .burger__line:after,
    .mobile .product-card.active ~ #header.light .menu.opened .burger .burger__line:before {
        background-color: #292929;
    }

    .noresults {
        width: 100%;
        text-align: center;
        font-size: 1vw;
    }

}


body > .page-wrapper .widgets .container .widgets__item .slider .slider__descriptions .slider__item,
body > .page-wrapper .main-baker .container .slider.main-sport-slider .slider__descriptions .slider__item,
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__descriptions .slider__item,
.main > .page-wrapper .widgets .container .widgets__item .slider .slider__holder .slider__item,
body > .page-wrapper .main-baker .container .slider.main-sport-slider .slider__holder .slider__item,
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__mask .slider__holder .slider__item{
    opacity: 1;
    display: inline-block;
    position: relative;

}
.main > .page-wrapper .widgets .container .widgets__item .slider .slider__holder .slider__item{
    width: 227px;
    min-width:auto;
    max-width: auto;
}


body > .page-wrapper .widgets .container .widgets__item .slider .slider__descriptions .slider__desc-text-2,
body > .page-wrapper .main-baker .container .slider.main-sport-slider .slider__descriptions .slider__desc-text-2,
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__descriptions .slider__desc-text-2,
.main > .page-wrapper .widgets .container .widgets__item .slider .slider__holder .slider__desc-text-2,
body > .page-wrapper .main-baker .container .slider.main-sport-slider .slider__holder .slider__desc-text-2,
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__mask .slider__holder .slider__desc-text-2,

body > .page-wrapper .widgets .container .widgets__item .slider .slider__descriptions .slider__desc-text,
body > .page-wrapper .main-baker .container .slider.main-sport-slider .slider__descriptions .slider__desc-text,
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__descriptions .slider__desc-text,
.main > .page-wrapper .widgets .container .widgets__item .slider .slider__holder .slider__desc-text,
body > .page-wrapper .main-baker .container .slider.main-sport-slider .slider__holder .slider__desc-text,
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__mask .slider__holder .slider__desc-text{
    overflow: initial;
}

body > .page-wrapper .widgets .container .widgets__item .slider .slider__descriptions .slider__item img,
body > .page-wrapper .main-baker .container .slider.main-sport-slider .slider__descriptions .slider__item img,
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__descriptions .slider__item img,
.main > .page-wrapper .widgets .container .widgets__item .slider .slider__holder .slider__item img,
body > .page-wrapper .main-baker .container .slider.main-sport-slider .slider__holder .slider__item img,
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__mask .slider__holder .slider__item img{
    transform: scale(1);
    opacity: 1;
}

.main.mobile > .page-wrapper .widgets .container .widgets__item .slider .slider__holder .slider__item img {
    margin-top: 20px;
}

body > .page-wrapper .team .l-slider .slider__descriptions {
    bottom:  -2.489583vw;
    position: relative;
    display: block;
}
body.mobile > .page-wrapper .team .l-slider .slider__descriptions {
    bottom: 0;
}
body > .page-wrapper .team .l-slider .slider__description {
    opacity: 1;
    position: relative;
    display: inline-block;
}


body > .page-wrapper .widgets .container .widgets__item .slider .slider__descriptions .slider__desc-text  .slider__desc-text-2 ,
body > .page-wrapper .main-baker .container .slider.main-sport-slider .slider__descriptions .slider__desc-text  .slider__desc-text-2 ,
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__descriptions .slider__desc-text  .slider__desc-text-2,
body > .page-wrapper .widgets .container .widgets__item .slider .slider__descriptions .slider__desc-text  .slider__desc-text ,
body > .page-wrapper .main-baker .container .slider.main-sport-slider .slider__descriptions .slider__desc-text  .slider__desc-text ,
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__descriptions .slider__desc-text  .slider__desc-text {
    overflow: visible;
}

body > .page-wrapper.main .slider:not(#big-slider) .slider__item {
    display: inline-block;
    min-width: auto;
    max-width: inherit;
    outline: none;
}
body.mobile > .page-wrapper.main .main-baker  .slider:not(#big-slider) .slider__item {
    display: flex;
    justify-content: center;
    flex-direction: column;

}
body.mobile > .page-wrapper.main .main-baker .container{
    max-height: 100%;
}
body > .page-wrapper .main-team-slider .slider__item{
    opacity: 1;
}

body > .page-wrapper .widgets .container .widgets__item .slider .slider__descriptions .slider__item,
body > .page-wrapper .main-baker .container .slider.main-sport-slider .slider__descriptions .slider__item,
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__descriptions .slider__item,
.main > .page-wrapper .widgets .container .widgets__item .slider .slider__holder .slider__item,
body > .page-wrapper .main-baker .container .slider.main-sport-slider .slider__holder .slider__item,
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__mask .slider__holder .slider__item{
    opacity: 1;
    display: inline-block;
    position: relative;

}

body > .page-wrapper .widgets .slider_description ,
body > .page-wrapper .main-baker .slider_description ,
body > .page-wrapper .team .slider_description ,
.main > .page-wrapper .widgets .slider_description ,
body > .page-wrapper .main-baker .slider_description ,
body > .page-wrapper .team .slider_description {
    opacity: 1;
    display: inline-block;
}

body > .page-wrapper .widgets .slider__heading span {
    display: inline-block;
}


body > .page-wrapper .widgets .container .widgets__item .slider.l-slider .slider__wrapper,
body > .page-wrapper .main-baker .container .slider.l-slider .slider__wrapper,
body > .page-wrapper .team .team__wrapper .conatiner .slider.l-slider .slider__wrapper,
.main > .page-wrapper .widgets .container .slider.l-slider .slider__wrapper,
body > .page-wrapper .main-baker .container .slider.l-slider .slider__wrapper{
    padding: 0;
    margin-bottom: -50%;

}
body.mobile >.page-wrapper .main-baker .container .slider.l-slider .slider__wrapper,
body.mobile > .page-wrapper .team .team__wrapper .conatiner .slider.l-slider .slider__wrapper,
body.mobile > .page-wrapper .main-baker .container .slider.l-slider .slider__wrapper{
    margin-bottom: 0;
    padding-bottom: 20px;
}

body > .page-wrapper .widgets .container .widgets__item .slider.l-slider .slider__holder,
body > .page-wrapper .main-baker .container .slider.l-slider .slider__holder,
body > .page-wrapper .team .team__wrapper .conatiner .slider.l-slider .slider__holder,
.main > .page-wrapper .widgets .container .slider.l-slider .slider__holder,
body > .page-wrapper .main-baker .container .slider.l-slider .slider__holder,
body > .page-wrapper .team .team__wrapper .conatiner .slider.l-slider .slider__holder,

body > .page-wrapper .main-baker .container .slider.main-sport-slider .slider__mask{
    position: relative;
    display: block;
    overflow: initial;
}

body > .page-wrapper .widgets .slider_descriptions ,
body > .page-wrapper .main-baker .slider_descriptions,
body > .page-wrapper .team .slider_descriptions ,
.main > .page-wrapper .widgets .slider_descriptions,
body > .page-wrapper .main-baker .slider_descriptions,
body > .page-wrapper .team .slider_descriptions {
    display: block;
}

body > .page-wrapper .main-baker__img {
    position: relative;
    /*right: 46.5%;*/
    left: 46.5%;
}

body.mobile > .page-wrapper .main-baker__img {
    position: relative;
    right: 46.5%;
    left: 0%;
}

.team .team__wrapper .main-team-slider .slider__mask {
    overflow: visible;
}
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__mask{
    height: 170px;
    /*width: calc(159px * 3);*/
}

.mobile > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__mask {
  width: 192px;
}
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__mask .slider__holder{
    height: 170px;
    display: inline-block;
    position: relative;
    width: auto;
    overflow-y: inherit;
    width: calc(159px * 3);
    /*overflow: initial;    */
}

body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__mask .slider__item{
    width: 159px;
}

body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__mask .slider__holder .slick-slide{
    opacity: 0.6;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;

}
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__mask .slider__holder .slick-current{
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__mask .slider__holder img{
    width: 160px;
    height: auto;
    margin: 0 auto;
}

.main > .page-wrapper .widgets .slider__descriptions {
    position: relative;
    overflow: hidden;

}
.main > .page-wrapper .widgets .slider__description {
    position: relative;
    opacity: 1;
    height: 95px;
}

.main > .page-wrapper .widgets .slider__heading {
    position: relative;
}
.widgets .slider__heading span {
    display: inline-block;
}
.widgets .slider__descriptions {
    display: block;
}

.widgets .slider__descriptions .slick-dots {
    z-index: 555;
    display: none;
    position: relative;
}

.widgets .descriptions .slider__tabs {
    display: none;
}

.widgets .slick-slider .slick-track {
    min-height: 90px;
    max-height: 350px;
}
body > .page-wrapper .widgets .container .widgets__item .slider .slider__descriptions{
    position: absolute;
    bottom: -230px;
}

.widgets .slick-dots li button:before {
    content: "";
    font-size: 5px;
    background: transparent;
    border: 2px solid #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.widgets .slick-dots li.slick-active button:before {
    background: #a1a1a1;
    border: 2px solid #a1a1a1;
}
.mobile .widgets .slick-dots li button:before {
  background: transparent;
  border: 2px solid #000;
}
.mobile .widgets .slick-dots li.slick-active button:before {
  background: #a1a1a1;
  border: 2px solid #a1a1a1;
}
.mobile > .page-wrapper .main-sport-slider .slider__item {
  /*height: -webkit-fill-available;*/
}
#content::-webkit-scrollbar {
  width: 10px;
}
#content::-webkit-scrollbar-track {
  background: transparent;
  background-clip: content-box;
}
#content::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}

.catalogue #big-slider .slider.slider_inner .slider__wrapper .slider__holder{
    min-width: 100%;
    max-width: 100%;
    display: block;
    position: relative;

}
.catalogue #big-slider .slider.slider_inner .slider__wrapper{
    padding-bottom: 0;
    padding-top: 0;
    /*height: 500px;*/
}

.catalogue #big-slider .slider.slider_inner .slider__wrapper .slider__item{
    display: inline-block;
    max-width: inherit !important;
    min-width: auto !important;
}
.catalogue #big-slider .slider.slider_inner .slider__wrapper .slider__item .products-slider__img-holder,
.catalogue #big-slider .slider.slider_inner .slider__wrapper .slider__item .products-slider__heading.p-nova-semibold{
    position: relative;
}

.catalogue #big-slider .slider.slider_inner .slider__wrapper .slider__item .products-slider__heading.p-nova-semibold{
    padding-top: 10px;
    padding-bottom: 15px;
}
.mobile.catalogue #big-slider .slider.slider_inner .slider__wrapper .slider__item .products-slider__heading.p-nova-semibold{
    max-width: 230px;
    padding-bottom: 0;
    /*height: 80px;*/
    height: 87px;
    overflow: hidden;
}
.mobile.catalogue #big-slider .slider.slider_inner .slider__wrapper .slider__item .products-slider__heading.p-nova-semibold span {
    height: 105px;
}
.catalogue #big-slider .slider__wrapper .slider.l-slider .slider__btn{
    top: calc(50% + 43px);
}

.mobile.catalogue #big-slider .slider__wrapper .slider.l-slider .slider__btn {
    display: none;
}

.mobile .slider__item.cat .slider.l-slider .products-slider__item{
    position: relative;
}
.mobile .catalogue #big-slider .slider.slider_inner .slider__holder .slider__item{
    width: 128px;
    padding-top: 70px;
}
.mobile .catalogue #big-slider .slider.slider_inner .slider__holder .slider__item .products-slider__item{
    max-width: 100%!important;
    min-width: 100%!important;
    margin: 0 auto;
}
.mobile body > .page-wrapper .widgets .container .widgets__item .slider .slider__descriptions{
    bottom: -60px;
    overflow: visible;
}
.page-wrapper >.widgets {
    position: relative;
    z-index: 1;
}
.page-wrapper > .main-baker{
    height: 85vh;
}
.page-wrapper > .main-baker > .container{
    display: block;
}
.mobile .page-wrapper > .main-baker{
    /*min-height: 100vh;*/
    height: auto;
    padding-top: 20px;
}
.mobile .about-team .slider .slider__holder{
    display: block;
}
.mobile .about-team .slider .slider__wrapper{
    max-width: initial !important;
    min-width: auto !important;
    width: 100%;
    margin: 0 auto;
    /* padding: 0; */
    position: relative;
    display: block;
}
.mobile .about-team .slider .slider__wrapper .team-slider__info{
    opacity: 1;
}
.mobile .about-team .slider .slider__wrapper .team-slider__item-content{
    margin: 0 auto
}
body #map .map__dots .map__dot .map__popup .map-slider .slider__item {
  min-width: 7.292vw;
  max-width: 7.292vw;
}

body.about .healthy-food .l-slider .slider__item {
  min-width: 39.7396vw !important;
  max-width: 39.7396vw !important;
}
body.about.mobile .healthy-food .l-slider .slider__item {
  min-width: 73vw !important;
  width: 73vw !important;
  max-width: 73vw !important;
}

.mobile .team .slider .slider__holder .slick-prev {
    left: 30%;
    width: 28px;
    height: 87px;
    position: absolute;
    z-index: 100;
}
.mobile .team .slider .slider__holder .slick-arrow {
    right: 30%;
    width: 28px;
    height: 87px;
    transform: scale(0.5, 0.5);
    top: 25%;
}

.mobile .widgets .slider__descriptions .slick-dots {
    display: none!important;
}

.mobile .main-team-slider .slider__descriptions .slick-dots {
    /*top: 225px;*/
    bottom: -180px;
}

.mobile .main-team-slider .slider__descriptions .slick-dots li button:before {
    content: "";
    font-size: 5px;
    background: transparent;
    border: 2px solid #a1a1a1;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.mobile .main-team-slider .slider__descriptions .slick-dots li.slick-active button:before {
  background: #a1a1a1;
  border: 2px solid #a1a1a1;
  opacity: 1;
}

.mobile .main-team-slider .slick-next:before {
  content: "";
  background: url(../img/product-slider-arrow-light.png);
  opacity: 1;
  height: 87px;
  width: 28px;
  display: inline-block;
}

.mobile .main-team-slider .slick-prev:before {
  content: "";
  background: url(../img/product-slider-arrow-light.png);
  opacity: 1;
  height: 87px;
  width: 28px;
  display: inline-block;
  transform: scaleX(-1);
  z-index: 10;
}



.mobile.catalogue .slider__holder .slider__item.cat .slick-prev:before {
    content: "";
    background: url(../img/product-slider-arrow-dark.png);
    opacity: 1;
    height: 87px;
    width: 28px;
    display: inline-block;
    transform: scaleX(-1);
    z-index: 10;
}
.mobile.catalogue .slider__holder .slider__item.cat .slick-next:before {
    content: "";
    background: url(../img/product-slider-arrow-dark.png);
    opacity: 1;
    height: 87px;
    width: 28px;
    display: inline-block;
}

.mobile.catalogue .slider__holder .slick-prev {
    left: -7px;
    top: calc(50% - 44px);
    width: 28px;
    height: 87px;
    transform: scale(0.5,0.5);

}
.mobile.catalogue .slider__holder .slider__item.cat.dark .slick-prev:before {
    content: "";
    background: url(../img/product-slider-arrow-light.png);
    opacity: 1;
    height: 87px;
    width: 28px;
    display: inline-block;
    transform: scaleX(-1);
    z-index: 10;
}

.mobile.catalogue .slider__holder .slick-next {
    right: -7px;
    top: calc(50% - 44px);
    width: 28px;
    height: 87px;
    transform: scale(0.5,0.5);
}
.mobile.catalogue .slider__holder .slider__item.cat.dark .slick-next:before {
    content: "";
    background: url(../img/product-slider-arrow-light.png);
    opacity: 1;
    height: 87px;
    width: 28px;
    display: inline-block;
}

.mobile .catalogue #big-slider .slider_inner .slider__wrapper {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.mobile.catalogue .new {
    right: 5%;
    top: 0;
}

.about .slider.l-slider .slider__holder {
    justify-content: center;
}

.slick-prev, .slick-next{
    z-index: 5 !important ;
    pointer-events: initial !important;
}

.catalogue #big-slider .slider.slider_inner .slick-slide > div {
    height: 230px;
    display: flex;
    align-items: center;
    outline: none;
    /*flex-direction: column;*/
}
.mobile.catalogue #big-slider .slider.slider_inner .slick-slide > div {
    height: auto;
    display: inline-block;
    height: auto;
    width: 50%;

}
.slick-initialized .slick-slide {
    outline: none;
}
.mobile .catalogue #big-slider .slider_inner{
	box-shadow: none;
}
.mobile .products-slider__item .products-slider__heading{
    max-height: initial;
}
.mobile .slider__item.cat:nth-child(1) .slider.l-slider .slider__holder .slick-slide,
.mobile .slider__item.cat:nth-child(2) .slider.l-slider .slider__holder .slick-slide,
.mobile .slider__item.cat:nth-child(4) .slider.l-slider .slider__holder .slick-slide
{
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	height: calc(100vh - 250px) !important;
    max-height: 100%;
}
.mobile .slick-track{
    max-height: 100%;
}
.mobile .slider__ite .slick-track>div{
    max-height: 100%;
}
.mobile .slider__item.cat:nth-child(3) .slider.l-slider .slider__holder .slick-slide{
	/*height: calc(100vh - 150px);*/
	padding-bottom: 0 !important;
}
.mobile .slider__item.cat:nth-child(3) .slider.l-slider .slider__holder .slick-slide .products-slider__heading.p-nova-semibold{
 	margin: 0 auto;
}


.mobile .catalogue #big-slider .slider.slider_inner .slider__holder{
	height: calc(100vh - 150px) !important;
    max-height: 100%;

}
@media screen and (orientation: landscape) {
	.mobile .slider__item.cat:nth-child(1n) .slider.l-slider .slider__holder .slick-slide
	{
		height: calc(100vh - 58px);
	}
	.mobile .slider__item.cat .slider.l-slider .slider__holder .slick-slide > div{
		text-align: center;
	}
}
.mobile .catalogue #big-slider .slider_inner{
    margin-top: 0;
}
.mobile .slider__wrapper .slider__wrapper .slick-list{
    max-height: 100%;
}

.main-team-slider .slick-list {
    overflow: visible;
}
/*.slider.l-slider.p-slider .slider__wrapper .slider__holder{
	position: relative;
	display: block;
}
*/
.product-card#prod-popup .prod-info .l-slider.p-slider .slider__item{
	max-width: 100%;
    min-width: initial;
    width: 380px;
    height: 140px;
	  display: flex;
    align-items: center;
    justify-content: center;
    /*width: calc(72.91666666666667vw - 33% - 12% );*/
}


.mobile .product-card#prod-popup .prod-info .l-slider.p-slider .slider__item{
	width: 252px;
}
@media screen and (max-width: 1420px) {
    .product-card#prod-popup .prod-info .l-slider.p-slider .slider__item{
        width: 300px;
    }
}
@media screen and (max-width: 1100px) {
    .product-card#prod-popup .prod-info .l-slider.p-slider .slider__item{
        width: 250px;
    }
}
.mobile .product-card#prod-popup .prod-info .l-slider.p-slider .slider__item img{
    width: 50%;
    max-width: 50%;
}
.mobile.main > .page-wrapper .widgets .container .slider.l-slider .slider__wrapper,
body.mobile > .page-wrapper .widgets .container .widgets__item .slider.l-slider .slider__wrapper{
        margin-bottom: -65px;
}
body > .page-wrapper .widgets .container .widgets__item .slider  {
    height: 250px;
}
@media screen and (max-width: 1600px) {

    body > .page-wrapper .widgets .container .widgets__item .slider  {
        height: 200px;
    }
}
@media screen and (max-width: 1300px) {

    body > .page-wrapper .widgets .container .widgets__item .slider  {
        height: 170px;
    }
}
@media screen and (max-width: 1200px) {

    body > .page-wrapper .widgets .container .widgets__item .slider  {
        height: 150px;
    }
}
@media screen and (max-width: 1200px) {

    body > .page-wrapper .widgets .container .widgets__item .slider  {
        height: 120px;
    }
}
body.mobile > .page-wrapper .widgets .container .widgets__item .slider  {
    height: auto;
}
.mobile.main > .page-wrapper .widgets .slider__description{
            padding-top: 30px;
                height: 115px;
    }
@media screen and (max-width: 620px) {
    .mobile.main > .page-wrapper .widgets .slider__description{
            padding-top: 10px;
    }
}
@media screen and (max-width: 359px) {
    .mobile.main > .page-wrapper .widgets .slider__description{
            padding-top: 0px;
    }
}

body > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__descriptions .slider__desc-text-2 {
    font-size: 20px;
    line-height: 1.2;
}
body.mobile > .page-wrapper .team .team__wrapper .conatiner .slider.main-team-slider .slider__descriptions .slider__desc-text-2 {
    font-size: 16px;
}

.product-card#prod-popup .prod-info .prod-card__heading .c-name:after {
    content: '';
    display: inline-block;
    background-image: url(../img/branch-dark.png);
    background-size: contain;
    top: 45%;
    right: -105px;
    position: absolute;
}

.mobile .about-team .slider .slider__holder .slick-arrow {
    width: 28px;
    height: 87px;
    z-index: 999 !important;
    background: inherit;
    color: inherit;
}

.mobile .about-team .slider .slick-prev {
    left: 20px;
    top: 40%;
    transform: translate3d(0, 0, 0);
}
.mobile .about-team .slider .slick-prev:before {
    content: '';
    background: url(../img/product-slider-arrow-dark.png);
    opacity: 1;
    height: 87px;
    width: 28px;
    display: inline-block;
    transform: scaleX(-1);
    z-index: 999!important;
}
.mobile .about-team .slider .slick-next {
    right: 20px;
    top: 40%;
    transform: translate3d(0, 0, 0);
}
.mobile .about-team .slider .slick-next:before {
    content: '';
    background: url(../img/product-slider-arrow-dark.png);
    opacity: 1;
    height: 87px;
    width: 28px;
    display: inline-block;
    z-index: 999!important;
        border: 1px solid transparent;
}

.slick-next:before,
.slick-prev:before {
    content: '';
}

a {
    color: #fff;
}

@media screen and (min-width: 1921px) {
  body > .page-wrapper .widgets .container .widgets__item .slider .slider__descriptions {
    bottom: -350px;
  }
  .main > .page-wrapper .widgets .slider__description {
    height: 170px;
    top: 70px;
  }
  .catalogue #big-slider .slider.slider_inner .slick-slide > div {
    height: 250px;
  }

}
