@font-face {
    font-family: 'Graphik LC Web';
    src: url('../fonts/GraphikLCWeb-Regular.html') format('woff2'),
    url('../fonts/GraphikLCWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LC Web';
    src: url('../fonts/GraphikLCWeb-Medium.html') format('woff2'),
    url('../fonts/GraphikLCWeb-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LC Web';
    src: url('../fonts/GraphikLCWeb-Bold.html') format('woff2'),
    url('../fonts/GraphikLCWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Druk';
    src: url('../fonts/Druk-Heavy-Web.eot');
    src: url('../fonts/Druk-Heavy-Webd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Druk-Heavy-Web.html') format('woff2'),
    url('../fonts/Druk-Heavy-Web.woff') format('woff'),
    url('../fonts/Druk-Heavy-Web.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Druk';
    src: url('../fonts/Druk-Medium-Web.eot');
    src: url('../fonts/Druk-Medium-Webd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Druk-Medium-Web.html') format('woff2'),
    url('../fonts/Druk-Medium-Web.woff') format('woff'),
    url('../fonts/Druk-Medium-Web.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

html {
    font-size: 10px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html.is-noscroll {
    overflow-y: visible;
}

html.is-noscroll body {
    overflow-y: scroll;
    position: fixed !important;
    width: 100%;
}

.wow {
    visibility: hidden;
}

@-webkit-keyframes fadeInDownS {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownS {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownS {
    -webkit-animation-name: fadeInDownS;
    animation-name: fadeInDownS;
}

@-webkit-keyframes fadeInUpS {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpS {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpS {
    -webkit-animation-name: fadeInUpS;
    animation-name: fadeInUpS;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Inter';
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    background: #fff;
    color: #000;
    min-width: 1140px;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    color: inherit;
}

button {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

:hover,
:active,
:focus {
    outline: none;
}

a,
button,
.g-btn {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transition-property: color, border-color, background-color, opacity, box-shadow;
    transition-property: color, border-color, background-color, opacity, box-shadow;
}

a {
    color: #FE702C;
    text-decoration: none;
}

.g-color-highlight {
    color: #FE702C;
}

.g-btn {
    height: 68px;
    line-height: 65px;
    padding: 0 38px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #FE702C;
    border: 1px solid transparent;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.g-btn:hover {
    background: #E76222;
}

.g-btn_border {
    border-color: rgba(254, 112, 44, 0.4);
    color: #FE702C;
    background: #fff;
}

.g-btn_border:hover {
    border-color: #FE702C;
    color: #FE702C;
    background: #fff;
}

.g-btn[disabled],
.g-btn.is-disabled {
    opacity: .55;
    cursor: default;
    cursor: not-allowed;
}

.g-btn_callback:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 22px;
    height: 22px;
    background: url(../images/icon-call-btn.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 0 14px 0 -10px;
    top: 0;
}

.g-btn_consulted:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 25px;
    height: 21px;
    background: url(../images/icon-consulted-btn.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 0 11px 0 -5px;
    top: 0;
}

.g-btn_contact-manager:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 25px;
    height: 21px;
    background: url(../images/icon-contact-manager.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 0 11px 0 0;
    top: 0;
}

img {
    vertical-align: middle;
}

a img {
    border:none;
}

p,
ul,
ol,
dl,
pre,
table,
figure,
address,
fieldset,
blockquote {
    margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.g-h1,
.g-h2,
.g-h3,
.g-h4,
.g-h5,
.g-h6 {
    font-weight: bold;
    margin: 0 0 20px 0;
}

h1,
.g-h1 {
    font-family: 'Inter';
    font-size: 56px;
    line-height: 1;
}

h2,
.g-h2 {
    font-family: 'Inter';
    font-size: 48px;
    line-height: 1;
}

h3,
.g-h3 {
    font-size: 30px;
    line-height: 1;
}

h4,
.g-h4 {
    font-size: 16px;
}

h5,
.g-h5 {
    font-size: 15px;
}

h6,
.g-h6 {
    font-size: 14px;
}

ul,
ol {
    padding: 0 0 0 30px;
}

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin-bottom: 0;
}

.b-form-row {
    margin-bottom: 20px;
    position: relative;
}

.b-form-row__input-label {
    position: absolute;
    left: 1px;
    top: 1px;
    height: 54px;
    width: 51px;
    border-right: 1px solid #D2D2D2;
    text-align: center;
    font-size: 16px;
    color: #a3a3a3;
    line-height: 54px;
    pointer-events: none;
}

.b-form-row__input-label + input {
    padding-left: 66px !important;
}

.b-form-btn {
    width: 100%;
}

input[type='password'],
input[type='number'],
input[type='search'],
input[type='email'],
input[type='text'],
input[type='file'],
input[type='tel'],
input[type='url'],
textarea,
select {
    height: 56px;
    line-height: 1;
    font-size: 16px;
    color: #191919;
    border: 1px solid #D2D2D2;
    background-color: #fff;
    border-radius: 6px;
    padding: 14px 15px;
    display: block;
    width: 100%;
    box-shadow: none;
    -webkit-transition: border-color, color 0.25s ease-in-out;
    transition: border-color, color 0.25s ease-in-out;
}

input[type='password']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='email']:focus,
input[type='text']:focus,
input[type='file']:focus,
input[type='tel']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
    border-color: #FE702C;
}

input[type='password'][disabled],
input[type='number'][disabled],
input[type='search'][disabled],
input[type='email'][disabled],
input[type='text'][disabled],
input[type='file'][disabled],
input[type='tel'][disabled],
input[type='url'][disabled],
textarea[disabled],
select[disabled] {
    background-color: #f5f5f5;
    border-color: #ccc;
    color: #888;
    cursor: default;
    cursor: not-allowed;
}

input[type='password'].error,
input[type='number'].error,
input[type='search'].error,
input[type='email'].error,
input[type='text'].error,
input[type='file'].error,
input[type='tel'].error,
input[type='url'].error,
textarea.error,
select.error {
    border-color: #F62727;
    background: url(../images/icon-error.svg) right 7px top 11px no-repeat;
    background-size: 30px 30px;
    padding-right: 40px;
}

input[type='file'] {
    padding: 5px;
}

select {
    padding: 2px 2px 2px 10px;
}

textarea {
    height: 160px;
    max-width: 100%;
    min-width: 100%;
    line-height: 1.2;
    padding-top: 12px;
}

input[type='checkbox'].error,
input[type='radio'].error {
    outline: 1px dotted #F62727;
}

label.error {
    display: block;
    color: #F62727;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: -14px;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
}

::-moz-placeholder {
    color: #a3a3a3;
}

:-ms-input-placeholder {
    color: #a3a3a3 !important;
}

:focus::-webkit-input-placeholder {
    color: transparent !important;
}

:focus::-moz-placeholder {
    color: transparent !important;
}

.jq-selectbox {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
}

.jq-selectbox__select {
    height: 56px;
    line-height: 54px;
    border: 1px solid #D2D2D2;
    padding: 0 40px 0 15px;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.jq-selectbox.disabled .jq-selectbox__select {
    background: #f5f5f5;
    cursor: default;
    cursor: not-allowed;
}

.jq-selectbox.error .jq-selectbox__select {
    border-color: #F62727;
}

.jq-selectbox__select:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 19px;
    width: 10px;
    height: 10px;
    border: 2px solid #D2D2D2;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.jq-selectbox.error .jq-selectbox__select:after {
    border-color: #F51111;
}

.jq-selectbox__select-text.placeholder {
    color: #a3a3a3;
}

.jq-selectbox__dropdown {
    top: 55px;
    width: 100%;
    border: 1px solid #D2D2D2;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 179px;
}

.jq-selectbox__dropdown ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.jq-selectbox__dropdown ::-webkit-scrollbar-track {

}

.jq-selectbox__dropdown ::-webkit-scrollbar-thumb {
    background: #FE702C;
    border-radius: 10px;
    border: 2px solid #fff;
}

.jq-selectbox li {
    white-space: normal;
    padding: 5px 15px;
    cursor: pointer;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
    background: #f0f0f0;
}

.b-popup-window {
    display: none;
    background: #fff;
    width: 600px;
    max-width: 100%;
    padding: 33px 40px 41px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: visible;
}

.b-popup-window__title {
    margin-bottom: 34px;
}

.b-success-window {
    text-align: center;
}

.b-success-window__title:before {
    content: '';
    display: block;
    margin: 0 auto 20px;
    width: 56px;
    height: 55px;
    background: url('../images/success-title.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.b-success-window__title {
    max-width: 280px;
    margin: 53px auto 29px;
}

.b-success-window__text {
    max-width: 360px;
    margin: 0 auto 69px;
    font-size: 18px;
    line-height: 24px;
}

.fancybox-container {
    font-family: inherit;
}

.fancybox-close-small svg {
    display: none;
}

.fancybox-close-small {
    right: 17px;
    top: 17px;
    padding: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #D8D8D8;
    color: #fff;
}

.fancybox-close-small:hover {
    background: #191919;
}

.fancybox-close-small:before,
.fancybox-close-small:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    border-bottom: 2px solid;
    margin: -1px 0 0 -7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-close-small:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.g-close {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: none;
    background: none;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #000;
}

.g-close:before,
.g-close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    border-bottom: 2px solid;
    margin: -1px 0 0 -14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.g-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.b-menu-btn,
.b-menu-popup__bg,
.b-menu-popup__close,
.b-menu-popup__logo,
.b-page-menu-popup__bg,
.b-page-menu-popup__close,
.b-page-menu-popup__header,
.b-page-menu-popup__title,
.b-page-menu-popup__close {
    display: none;
}

.b-tabs {

}

.b-tabs__nav {

}

.b-tabs-nav {
    font-size: 18px;
    line-height: 20px;
    overflow-x: auto;
    border-bottom: 1px solid #E2E2E2;
}

.b-tabs-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b-tabs-nav__item {
    margin: 0 27px;
}

.b-tabs-nav__item:first-child {
    margin-left: 0;
}

.b-tabs-nav__item:last-child {
    margin-right: 0;
}

.b-tabs-nav__link {
    display: block;
    text-align: center;
    height: 56px;
    position: relative;
    border-bottom: 4px solid transparent;
    color: #131313;
    text-decoration: none;
    white-space: nowrap;
}

.b-tabs-nav__link-onlineshops {
    color: #9082E2;
}

.b-tabs-nav__link:hover {
    color: #FE702C;
}

.b-tabs-nav__link.is-active {
    font-weight: bold;
    color: #FE702C;
    border-bottom-color: #FE702C;
}

.b-tabs__content {

}

.b-tabs__item {
    padding-top: 40px;
    display: none;
}

.b-tabs__item.is-open {
    display: block;
}

.l-wrapper {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}

.news-banner {
    background-color: #ffa524;
    text-align: center;
    padding: 10px;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.news-banner a {
    color: black;
    font-size: 16px;
}

.news-banner a:hover {
    text-decoration: underline;
}

@media (max-width: 768px){
    .news-banner {
        position: inherit;
    }
    .news-banner a {
        font-size: 12px;
    }

}

.b-header {
    position: absolute;
    left: 0;
    right: 0;
    min-width: 1140px;
    z-index: 1001;
    height: 80px;
    -webkit-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
}

.b-header.is-fixed {
    background: rgba(0,0,0,0.8);
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.b-header__inner {

}

.b-header__logo {
    position: absolute;
    left: 26px;
    top: 26px;
}

.b-logo {

}

.b-logo__img {

}

.b-header__menu {
    position: absolute;
    right: 37px;
    top: 29px;
}

.b-header__nav {
    display: inline-block;
    vertical-align: baseline;
}

.b-nav {
    font-size: 16px;
}

.b-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-nav__item {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 15px;
}

.b-nav__item:first-child {
    margin-left: 0;
}

.b-nav__item:last-child {
    margin-right: 0;
}

.b-nav__item_has-submenu {

}

.b-nav__item_has-submenu:after {

}

.b-nav__link {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.b-nav__link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 2px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.b-nav__link:hover:after {
    opacity: 1;
    visibility: visible;
}

.b-nav__link_store {

}

.b-nav__link_store:hover:before, .b-nav__link_store.is-active:before {
    background: url('../images/icon-menu-store-orange.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.b-nav__link_store:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 18px;
    height: 23px;
    background: url('../images/icon-menu-store.png') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 2px;
    margin-right: 12px;
}

.b-nav__link_shop {

}

.b-nav__link_shop:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 25px;
    height: 19px;
    background: url('../images/icon-menu-shop.png') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 2px;
    margin-right: 13px;
}

.b-nav__dropdown {
    display: none;
}

.b-nav__dropdown-back {

}

.b-nav__dropdown-content {

}

.b-nav__dropdown-list {

}

.b-nav__dropdown-item {

}

.b-nav__dropdown-link {

}

.b-nav__catalog {

}

.b-nav__catalog-title {

}

.b-nav__catalog-content {

}

.b-catalog-nav {

}

.b-catalog-nav__menu {
    margin: 0 0 27px 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #E2E2E2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 24px;
    line-height: 1.2;
}

.b-catalog-nav__menu-item {
    margin: 0 16px -1px;
}

.b-catalog-nav__menu-item:first-child {
    margin-left: 0;
}

.b-catalog-nav__menu-item:last-child {
    margin-right: 0;
}

.b-catalog-nav__menu-btn {
    display: block;
    text-align: center;
    height: 64px;
    position: relative;
    border-bottom: 4px solid transparent;
    color: #131313;
    text-decoration: none;
}

.b-catalog-nav__menu-btn:hover {
    color: #FE702C;
}

.b-catalog-nav__menu-btn.is-active {
    font-weight: bold;
    color: #FE702C;
    border-bottom-color: #FE702C;
}

.b-catalog-nav__content {

}

.b-catalog-nav__item {
    display: none;
}

.b-catalog-nav__item.is-open {
    display: block;
}

.b-catalog-nav__section {
    margin-bottom: 23px;
}

.b-catalog-nav__section-title {
    font-size: 15px;
    margin-bottom: 14px;
}

.b-catalog-nav__section-title-link {
    color: inherit;
}

.b-catalog-nav__list {
    margin: 0 0 23px 0;
    padding: 0;
    list-style: none;
}

.b-catalog-nav__list-item {
    margin-bottom: 6px;
}

.b-catalog-nav__list-link {
    color: #666666;
}

.b-catalog-nav__list-link:hover,
.b-catalog-nav__list-link.is-active {
    color: #fe712c;
}

.b-catalog-nav__list-link.is-active {
    font-weight: bold;
}

.b-header__buttons {
    display: none;
}

.b-header__button {

}

.b-header__button_call {

}

.b-header__button_question {

}

.b-header__language {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 32px;
}

.b-language {

}

.b-language__btn {
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
}

.b-language__btn:hover {
    opacity: 1;
}

.b-footer {
    background: #222222;
    color: #7a7a7a;
    backface-visibility: hidden;
}

.b-footer__inner {

}

.b-footer__nav {
    border-bottom: 1px solid rgba(151, 151, 151, 0.1);
    padding: 28px 0 41px;
}

.b-footer-nav {
    font-size: 16px;
    text-align: center;
}

.b-footer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-footer-nav__item {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 20px;
}

.b-footer-nav__item:first-child {
    margin-left: 0;
}

.b-footer-nav__item:last-child {
    margin-right: 0;
}

.b-footer-nav__link {
    color: #7a7a7a;
    text-decoration: none;
}

.b-footer-nav__link:hover {
    color: #a7a7a7;
}

.b-footer-nav__link_store:before,
.b-footer-nav__link_shop:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 0.4;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

/*
.b-footer-nav__link_store:hover:before,
.b-footer-nav__link_shop:hover:before {
    opacity: 0.6;
}
*/
.b-footer-nav__link_store:hover:before/*,
.b-footer-nav__link_shop:hover:before*/ {
    opacity: 1;
}

.b-footer-nav__link_store:before {
    width: 18px;
    height: 23px;
    background: url('../images/icon-menu-store.png') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 2px;
    margin-right: 12px;
}

.b-footer-nav__link_store:hover:before {
    width: 18px;
    height: 23px;
    background: url('../images/icon-menu-store-orange.png') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 2px;
    margin-right: 12px;
}

.b-footer-nav__link_shop:before {
    width: 25px;
    height: 19px;
    background: url('../images/icon-menu-shop.png') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 2px;
    margin-right: 11px;
}

.b-footer__bottom {
    text-align: center;
    padding: 32px 0 38px;
}

.b-footer__social {
    margin-bottom: 9px;
}

.b-footer__social-link {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('../images/social-icons.png') 0 0 no-repeat;
    background-size: auto 20px;
    opacity: 0.5;
    margin: 0 5.5px;
}

.b-footer__social-link:hover {
    opacity: 1;
}

.b-footer__social-link_vk {
    background-position: 0 0;
}

.b-footer__social-link_ok {
    background-position: -25px 0;
}

.b-footer__social-link_tw {
    background-position: -50px 0;
}

.b-footer__social-link_fb {
    background-position: -75px 0;
}

.b-footer__copyright {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.2);
}

.b-page-header {
    position: relative;
    background: #000;
    color: #fff;
}

.b-page-header__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b-page-header__video {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    bottom: 0;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.b-page-header__video video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

.b-page-header__video:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}

.b-page-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 400px;
    /*height: 400px;*/
    padding: 100px 0 54px;
}
.b-page-header-a .b-page-header__inner {
    height: 400px;
}
.b-page-header__content {
    padding-left: 16px;
    max-width: 540px;
}

.b-page-header__title {
    font-size: 93px;
    margin-bottom: 12px;
}

.b-page-header__text {
    font-size: 18px;
    line-height: 26px;
}

.b-page-header__text p {
    margin-bottom: 26px;
}

.b-page-header__list {

}

.b-page-header__list-item {

}

@-webkit-keyframes t-arrow-bottom {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes t-arrow-bottom {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.b-page-header__down-btn-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    text-align: center;
}

.b-page-header__down-btn {
    display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.4);
    -webkit-animation: t-arrow-bottom 1.7s infinite ease;
    animation: t-arrow-bottom 1.7s infinite ease;
}

.b-page-header__down-btn:hover {
    border-color: #fff;
}

.b-page-header__down-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin: -11px 0 0 -8px;
    border: 2px solid #fff;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.b-page-header_main {

}

.b-page-header_main .b-page-header__inner {
    min-height: 781px;
    padding-top: 237px;
}

.b-page-header_main .b-page-header__content {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 540px;
    margin: 0 183px 0 36px;
}

.b-page-header_main .b-page-header__title {
    line-height: 104px;
    font-size: 118px;
    letter-spacing: 0.555294px;
    margin-bottom: 34px;
}

.b-page-header_main .b-page-header__text {
    font-size: 24px;
    line-height: 27px;
}

.b-page-header_main .b-page-header__list {
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 22px;
    width: 210px;
    margin-top: 28px;
}

.b-page-header_main .b-page-header__list-item {
    margin-bottom: 32px;
}

.b-page-header_about .b-page-header__content {
    padding: 66px 0 54px;
    margin-left: 54px;
}

.b-page-header_about .b-page-header__title {
    margin-bottom: 25px;
}

.b-page {
    padding: 37px 0;
}

.b-page__title {
    margin-bottom: 30px;
}

.b-page__inner {

}

.b-page__inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-page__aside {
    float: left;
    width: 24%;
    padding: 14px 0 0 14px;
}

.b-page__content {
    float: right;
    width: 71.7%;
    padding-top: 10px;
}

.b-map-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b-map-header__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
    margin-bottom: 10px;
}

.b-map-header__nav {
    min-height: 72px;
}

@media (min-width: 768px){
    .b-map-header__nav .b-tabs-nav__list {
        font-size: 24px;
        line-height: 28px;
        border: none;
    }

    .b-map-header__nav .b-tabs-nav__item {
        margin-bottom: 0;
    }

    .b-map-header__nav .b-tabs-nav__link {
        height: 72px;
    }

    .b-map-select-nav {
        font-size: 24px;
        line-height: 28px;
        color: #131313;
    }

    select.b-map-select-nav  {
        width: 0;
        height: 0;
        opacity: 0;
    }


        select.b-map-select-nav {
            position: fixed;
            left: -9999px;
            top: -9999px;
            visibility: hidden;
            display: none !important;
        }



    .b-map-select-nav .jq-selectbox__select {
        display: none;
    }

    .b-map-select-nav .jq-selectbox__dropdown {
        display: block !important;
        position: static !important;
        width: auto !important;
        margin: 0;
        border: none;
        background: none;
        border-radius: 0;
        overflow: visible;
    }

    .b-map-select-nav .jq-selectbox__dropdown ul {
        overflow: visible;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .b-map-select-nav li {
        margin: 0 27px;
        text-align: center;
        height: 72px;
        border-bottom: 4px solid transparent;
        padding: 0;
    }

    .b-map-select-nav li:first-child {
        margin-left: 0;
    }

    .b-map-select-nav li:last-child {
        margin-right: 0;
    }

    .b-map-select-nav li:hover {
        color: #FE702C;
        background: none;
    }

    .b-map-select-nav li.selected,
    .b-map-select-nav li.sel {
        font-weight: bold;
        color: #FE702C;
        border-bottom-color: #FE702C;
        background: none;
    }
}

.b-map-wrapper {

}

.b-map {
    height: 400px;
    background: #eee;
}

.b-map-ballon {
    position: absolute;
    min-width: 310px;
    background: #131313;
    border-radius: 8px;
    padding: 20px 25px 33px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.b-map-ballon:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    background: #131313;
    border-radius: 0 0 5px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b-map-ballon__close {
    display: none;
}

.b-map-ballon h3 {
    font-size: 24px;
    margin-bottom: 24px;
}

[class^=ymaps-][class$=-copyrights-pane] {
    display: none !important;
}

.b-callback {
    text-align: center;
    padding: 51px 0 35px;
}

.b-callback__title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 36px;
}

.b-callback__buttons {

}

.b-callback__button-wrapper {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 24px;
}

.b-callback__button {
    width: 270px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
}

.g-style-list {
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
    padding: 0;
    list-style: none;
}

.g-style-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 4px;
}

.g-style-list li:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 7px;
    width: 18px;
    height: 14px;
    background: url('../images/list-icon.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.b-section .g-style-list {
    font-family: 'Inter';
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.5px;
	font-weight:500;

}

.g-style-list li span {
    font-size: 14px;
    line-height: 20px!important;
    display: inline-block;
    font-weight: 300;
    margin-top: 4px;
    color: #c2c2c2;
}

@media (max-width: 767.98px) {
	.g-style-list li span {
  font-size: 12px;
}
}

.b-section .g-style-list li {
    padding-left: 32px;
    margin-bottom: 0;
}

.b-section .g-style-list li:before {
    left: 2px;
    top: 14px;
}

.b-section_dark .g-style-list li:before,
.b-page-header .g-style-list li:before {
    background-image: url('../images/list-icon-light.png');
}

.b-section {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    background: url('../images/bg-0.jpg') center center no-repeat;
    background-size: cover;
}

.b-section_dark {
    background: #000;
    color: #fff;
}

.b-section__mob-img {
    display: none;
}

.b-section__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b-section_meat .b-section__bg {
    background-color: #fff;
    background-position: right center;
    background-size: auto;
}

.b-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 600px;
    padding: 87px 0 100px;
}

.b-section__content {
    max-width: 460px;
    margin-left: 58px;
}

.b-section h2 {
    font-size: 64px;
    line-height: 56px;
    letter-spacing: 0.3px;
    margin-bottom: 45px;
}

.b-section p {
    margin-bottom: 24px;
}

.b-section ul {
    margin-bottom: 28px;
}

.b-section .g-btn {
    margin-top: 48px;
}

.b-section_meat .b-section__content  {
    padding-top: 8px;
    margin-left: 45px;
    max-width: 470px;
}

.b-section_meat h2 {
    margin-bottom: 37px;
}

.b-section_live .b-section__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.b-section_live .b-section__content {
    /*max-width: 584px;*/
    margin-left: 0;
    padding-top: 40px;
}

.b-section_live h2 {
    margin-bottom: 26px;
}

.b-section_food-list .b-section__content {
    width: 858px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 19px;
}

.b-section_food-list h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 58px;
}

.b-section_food-list ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    padding: 0 24px;
    margin: 0;
}

.b-section_food {
    font-size: 15px;
    line-height: 20px;
}

.b-section_food .b-section__content {
    margin-left: 26px;
    max-width: 430px;
    padding: 40px 0 10px;
}

.b-section_food h2 {
    margin-bottom: 48px;
}

.b-section_principals {

}

.b-section_principals .b-section__inner {

}

.b-section_principals .b-section__content {
    padding-top: 8px;
    /*max-width: 480px;*/
    margin-left: 56px;
}

.b-section_principals h2 {
    margin-bottom: 28px;
}

.b-section_principals .g-btn {

}

.b-dont-use {
    margin-top: 81px;
    margin-bottom: -10px;
}

.b-dont-use__title {
    font-family: 'Inter';
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.4px;
    margin: 0 0 1px;
    color: #FE702C;
}

.b-dont-use__subtitle {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 27px;
    font-weight: 500;
}

.b-dont-use__list {
    display: table;
}

.b-dont-use__list-row {
    display: table-row;
}

.b-dont-use__list-item {
    display: table-cell;
    vertical-align: top;
    text-decoration: line-through;
    padding: 0 28px 10px 2px;
}

.b-section_principals_1 .b-dont-use__subtitle {
    opacity: 0.6;
}

.b-section_principals_1 .b-section__content {
    padding-top: 0;
    margin-top: -11px;
    padding-bottom: 7px;
}

.b-section_find-store .b-section__bg {
    opacity: 0.6;
}

.b-section_find-store .b-section__inner {
    min-height: 493px;
    padding: 30px 0 60px;
}

.b-section_find-store .b-section__content {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
}

.b-section_find-store h2 {
    margin-bottom: 14px;
}

.b-section_find-store h2:before {
    content: '';
    display: block;
    margin: 0 auto 5px;
    width: 28px;
    height: 37px;
    background: url('../images/icon-find-store.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.b-section_find-store .g-btn {
    margin-top: 6px;
}

.b-about-section {

}

.b-about-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 81px 58px 94px;
}

.b-about-section__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.6%;
    flex: 0 0 23.6%;
}

.b-about-section__title {

}

.b-about-section__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 10px;
}

.b-brands-section {
    padding: 76px 0 104px;
}

.b-brands-section h2 {
    text-align: center;
    margin-bottom: 59px;
}

.b-main-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.b-main-brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.b-main-brand {
    text-align: center;
}

.b-main-brand__image-field {
    height: 270px;
    margin-bottom: 22px;
}

.b-main-brand__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.b-main-brand__content {
    max-width: 440px;
    margin: 0 auto;
}

.b-main-brand__title {
    font-family: 'Inter';
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.4px;
    margin: 0 0 19px;
}

.b-main-brand__text {

}

.b-main-brand__btn {
    margin-top: 0 !important;
}

.b-ingredient-section {
    padding: 101px 0 68px;
    font-size: 15px;
    line-height: 22px;
}

.b-ingredient-section h2 {
    text-align: center;
    margin-bottom: 67px;
}

.b-ingredient-slider {
    overflow: hidden;
}

.b-ingredient-slider__thumbs {
    margin: 0 -12.5% 31px;
    margin: 0 0 31px;
}

.b-ingredient-slider__thumbs:after {
    content: '';
    display: table;
    clear: both;
}

.b-ingredient-slider__thumbs-item {
    float: left;
    width: 20%;
    height: 220px;
    text-align: center;
}

.b-ingredient-slider__thumbs-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.b-ingredient-slider__content {
    max-width: 578px;
    margin: 0 auto;
}

.b-ingredient-slider__item {
    margin-bottom: 31px;
}

.b-ingredient-slider__inner {
    margin: 0 60px;
    text-align: center;
}

.b-ingredient-slider__title {
    margin-bottom: 19px;
}

.b-ingredient-slider__text {

}

.b-ingredient-section .slick-arrow {
    top: 40px;
    margin-top: 0;
}

.slick-slider * {
    outline: none !important;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 2px solid #fe712c;
    color: #fe712c;
    background: none;
    padding: 0;
    z-index: 100;
    text-indent: -9999px;
}

.slick-arrow:hover {
    background: #fe712c;
    color: #fff;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow:before,
.slick-arrow:after {
    content: '';
    position: absolute;
    border: 2px solid;
}

.slick-arrow:before {
    width: 18px;
    border-width: 0 0 2px 0;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -9px;
}

.slick-arrow:after {
    width: 12px;
    height: 12px;
    border-width: 0 0 2px 2px;
    left: 50%;
    top: 50%;
    margin-top: -6px;
}

.slick-prev:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -9px;
}

.slick-next:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -4px;
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots button {
    display: block;
    position: relative;
    padding: 0;
    background: none;
    border: none;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    cursor: pointer;
}

.slick-dots button:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.slick-dots .slick-active button:before {
    background: #ff702e;
}

.b-ingredient-slider_compact .b-ingredient-slider__thumbs {
    margin: 0 0 22px;
}

.b-ingredient-slider_compact .b-ingredient-slider__thumbs-item {
    height: 106px;
    opacity: 0.4;
}

.b-ingredient-slider_compact .slick-current .b-ingredient-slider__thumbs-item {
    opacity: 1;
}

.b-ingredient-slider_compact .b-ingredient-slider__content {
    max-width: none;
    margin: 0 55px;
}

.b-ingredient-slider .slick-prev {
    left: -55px;
}

.b-ingredient-slider .slick-next {
    right: -55px;
}

.b-benefits-section {
    padding: 82px 0 74px;
}

.b-benefits-section h2 {
    text-align: center;
    margin-bottom: 53px;
}

.b-benefits {
    text-align: center;
    margin: 0 auto;
    max-width: 836px;
}

.b-benefits__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 37px;
}

.b-benefits__icons-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.b-benefits__icons-img {
    width: 90px;
    height: auto;
    max-width: 100%;
    opacity: 0.25;
}

.b-item-section .b-benefits__content {
    text-align: left;
}
@media (min-width: 767.98px) {
.b-item-section .b-benefits__icons-item {
    text-align: left;
}
}

.b-manufacturers {
    background: #222222;
    color: #fff;
    text-align: center;
}

.b-manufacturers__inner {
    padding: 100px 0 77px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}

.b-manufacturers .b-manufacturers__title {
    margin-bottom: 32px;
}

.b-manufacturers__text {
    max-width: 640px;
    margin: 0 auto 37px;
}

.b-manufacturers__logo {
    text-align: center;
}

.b-manufacturers__logo-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 30px;
    width: 180px;
}

.b-manufacturers__logo-img {
    width: auto;
    height: auto;
    max-width: 100%;
    opacity: 0.2;
}

.b-products {
    background: url('../images/product-bg-1.jpg') center center no-repeat;
    background-size: cover;
}

.b-products:nth-child(even) {
    background-image: url('../images/product-bg-2.jpg');
}

.b-products__item {

}

.b-product {
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
}

.b-product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 83px 0 94px;
}

.b-product__image-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 28px;
}

.b-product__image-wrapper {
    margin: 0 -83px 0 0;
    text-align: center;
}

.b-product__image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.b-product__content-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 83px;
}

.b-product_rtl .b-product__image-section {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.b-product__content {

}

.b-product__title {
    font-size: 64px;
    line-height: 70px;
    letter-spacing: 0.3px;
    margin-bottom: 14px;
}

.b-product p {
    margin-bottom: 24px;
}

.b-product ul {
    margin-bottom: 24px;
    margin-top: 24px;
}

.b-product .b-dont-use {
    margin: 26px 0;
}

.b-product .b-dont-use__title {
    font-family: inherit;
    color: inherit;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}

.b-product .b-dont-use__subtitle {
    font-size: 15px;
    line-height: 24px;
    opacity: 0.6;
    margin-bottom: 21px;
}

.b-product .slick-arrow {
    top: 122px;
    margin: 0;
}

.b-product .slick-prev {
    left: -82px;
}

.b-product .slick-next {
    right: -82px;
}

.b-product .slick-dots {
    left: 0;
    right: 0;
    bottom: 10px;
}

/**/
.b-shops__more-btn-text:before {
    content: none;
}
.b-shop__wrapper-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.b-shop__wrapper-preloader {
    margin-right: 8px;
}
.b-shop__wrapper-preloader span{
    position: relative;
    top: 50%;
    width:6px;
    height:6px;
    float:left;
    border-radius:50%;
    background-color: #C8C8C8;

}
.b-shop__wrapper-preloader span:not(:first-child){
    margin-left:5px;
}
.b-shop__wrapper-preloader.is-active span:first-child{
    -webkit-animation:fball 1s infinite linear;
            animation:fball 1s infinite linear;
}
.b-shop__wrapper-preloader.is-active span:nth-child(2){
    -webkit-animation:sball 1s infinite linear;
            animation:sball 1s infinite linear;
}
.b-shop__wrapper-preloader.is-active span:last-child{
    -webkit-animation:tball 1s infinite linear;
            animation:tball 1s infinite linear;
}
.b-shops__more-btn-text.is-active {
    -webkit-animation:fadeInText 1s infinite linear;
            animation:fadeInText 1s infinite linear;
}
@-webkit-keyframes fadeInText{
    0%{opacity: 1;}
    50%{opacity: .2;}
    100%{opacity: 1;}
}
@keyframes fadeInText{
    0%{opacity: 1;}
    50%{opacity: .2;}
    100%{opacity: 1;}
}
@-webkit-keyframes fball{
    0%{background-color:#C8C8C8;}
    13%{opacity:0.7;background-color:#FE702C;}
    26%{opacity:1;background-color:#FE702C;}
    34%{background-color:#C8C8C8;}
}
@keyframes fball{
    0%{background-color:#C8C8C8;}
    13%{opacity:0.7;background-color:#FE702C;}
    26%{opacity:1;background-color:#FE702C;}
    34%{background-color:#C8C8C8;}
}
@-webkit-keyframes sball{
    34%{background-color:#C8C8C8;}
    46%{opacity:0.7;background-color:#FE702C;}
    59%{opacity:1;background-color:#FE702C;}
    67%{background-color:#C8C8C8;}
}
@keyframes sball{
    34%{background-color:#C8C8C8;}
    46%{opacity:0.7;background-color:#FE702C;}
    59%{opacity:1;background-color:#FE702C;}
    67%{background-color:#C8C8C8;}
}
@-webkit-keyframes tball{
    67%{background-color:#C8C8C8;}
    81%{opacity:0.7;background-color:#FE702C;}
    100%{opacity:1;background-color:#FE702C;}
}
@keyframes tball{
    67%{background-color:#C8C8C8;}
    81%{opacity:0.7;background-color:#FE702C;}
    100%{opacity:1;background-color:#FE702C;}
}

/*.b-product_rtl .slick-prev {
    left: -82px;
}

.b-product_rtl .slick-next {
    right: -555px;
    }*/

/*.b-product_rtl .slick-dots {
    left: 0;
    right: -474px;
    }*/

    .b-product__slider-item + .b-product__slider-item {
        position: absolute;
        visibility: hidden;
    }

    .b-item {
        margin-bottom: 52px;
    }

    .b-item:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-item__aside {
        float: right;
        width: 292px;
    }

    .b-item__image-wrapper {
        margin-bottom: 48px;
    }

    .b-item__image {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        margin: -106px 0 13px;
        position: relative;
    }

    .b-item__image-caption {
        color: #666666;
    }

    .b-item__content {
        float: left;
        width: 464px;
    }

    .b-item__title {
        line-height: 56px;
        font-size: 56px;
        letter-spacing: 1.2px;
        margin-bottom: 14px;
    }

    .b-item__breadcrumbs {
        font-weight: bold;
        margin-bottom: 32px;
    }

    .b-item__breadcrumbs-item {
        display: inline;
    }

    .b-item__breadcrumbs-item:after{
        content: '•';
        margin: 0 3px 0 7px;
    }

    .b-item__breadcrumbs-item:last-child:after{
        display: none;
    }

    .b-item__breadcrumbs-link {
        color: inherit;
    }

    .b-item__breadcrumbs-link:hover {
        color: #FE702C;
    }

    .b-item__description {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 34px;
    }

    .b-item__description p {
        margin-bottom: 26px;
    }

    .b-item__data {
        margin-bottom: 30px;
    }

    .b-item__data li {
        padding-left: 34px;
    }

    .b-item__data li:before {
        left: 5px;
        top: 9px;
    }

    .b-item__second-text {
        line-height: 24px;
    }

    .b-item__second-text p {
        margin-bottom: 24px;
    }

    .b-item__gallery {
        float: right;
        width: 292px;
        clear: right;
    }

    .b-item__gallery-img {
        display: inline-block;
        vertical-align: top;
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .b-item__footer {
        float: left;
        width: 464px;
        clear: left;
        margin-top: 56px;
    }

    .b-item__btn {

    }

    .b-item-section {
        border-top: 1px solid rgba(151, 151, 151, 0.2);
        padding: 46px 0 49px;
        max-width: 736px;
    }

    .b-item-section_ingredients {

    }

    .b-item-section_benefits {
        padding: 56px 0 45px;
    }

    .b-item-section_details {
        padding: 53px 0 45px;
    }

    .b-item-section__title {
        line-height: 48px;
        font-size: 48px;
        letter-spacing: 0.225882px;
        margin: 0 0 36px;
    }

    .b-item-section_benefits .b-item-section__title {
        margin-bottom: 38px;
    }

    .gm-style .gm-style-iw-c {
        position: absolute;
        left: 0 !important;
        width: 360px !important;
        background: #131313;
        border-radius: 8px;
        padding: 20px 25px 33px;
        color: #fff;
        font: inherit !important;
        font-size: 14px !important;
        line-height: 20px !important;
        overflow: visible !important;
    }

    .gm-style .gm-style-iw-c:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        background: #131313;
        border-radius: 0 0 5px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .gm-style .gm-style-iw-c > div {
        display: block !important;
        overflow: auto!important;
        padding-right: 25px;
        padding-bottom: 20px;
    }

    .gm-style .gm-style-iw-c > div + div {
        display: none !important;
    }

    .gm-style .gm-style-iw-c h3 {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .gm-style .gm-style-iw-c + div {
        top: 11px !important;
        right: 5px !important;
        width: 20px !important;
        height: 20px !important;
        background: none;
        opacity: 1 !important;
    }

    .gm-style .gm-style-iw-c,
    .gm-style .gm-style-iw-c + div {
        margin-top: 15px;
    }

    .gm-style .gm-style-iw-c + div img {
        display: none;
    }

    .gm-style .gm-style-iw-c + div:before,
    .gm-style .gm-style-iw-c + div:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 14px;
        border-bottom: 2px solid #fff;
        margin: -1px 0 0 -7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .gm-style .gm-style-iw-t::after {
        display: none;
    }

    .gm-style .gm-style-iw-c + div:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .b-store-map .gm-style .gm-style-iw-c {
        padding-top: 100px;
        background-color: transparent;
    }
    .b-store-map .gm-style .gm-style-iw-c + div {
		top: 91px !important;
    }
    .b-store-map .gm-style .gm-style-iw-c > * {
        position: relative;
        z-index: 2;
    }
    .b-store-map .gm-style .gm-style-iw-c:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 80px;
        background: #595959;
        border-radius: inherit;
        z-index: 1;
    }

    @media (max-width: 1199.98px) {
        .b-store-map .gm-style .gm-style-iw-c {
            padding-top: 20px;
        }
        .b-store-map .gm-style .gm-style-iw-c + div {
        	top: 11px !important;
        }
        .b-store-map .gm-style .gm-style-iw-c:after {
            top: 0;
        }
    }

    .b-infowindow-location {
        font-size: 13px;
        line-height: 15px;
        color: rgba(255,255,255,0.4);
        margin: -17px 0 21px;
    }

    .b-infowindow-location:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: 12px;
        height: 17px;
        background: url('../images/icon-location.png') 0 0 no-repeat;
        background-size: 100% 100%;
        margin-right: 5px;
    }

    .b-infowindow-btn {
        display: block;
        height: 48px;
        border-radius: 8px;
        background: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        margin-top: 29px;
        line-height: 48px;
        color: #000;
        white-space: nowrap;
    }

    .b-mob-expand-btn {
        display: none;
    }

    .b-find-store {
        padding-top: 13px;
    }

    .b-find-store__data {
        margin-bottom: 18px;
    }

    .b-find-store__data-item {
        display: inline-block;
        vertical-align: top;
        margin-right: 61px;
        margin-bottom: 31px;
    }

    .b-find-store__data-item:last-child {
        margin-right: 0;
    }

    .b-find-store__data-value {
        font-size: 28px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 13px;
    }

    .b-find-store__data-title {

    }

    .b-find-store__letters {
        margin-bottom: 41px;
    }

    .b-find-store__letters-nav {
        border-bottom: 1px solid #ECECEC;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 18px;
        margin-bottom: 25px;
    }

    .b-find-store__letters-nav-link {
        margin-right: 19.5px;
        display: inline-block;
        vertical-align: top;
        height: 41px;
        border-bottom: 3px solid transparent;
        color: #A6A6A6;
        text-decoration: none;
        padding: 0 2px;
    }

    .b-find-store__letters-nav-link:hover {
        color: #FE712C;
    }

    .b-find-store__letters-nav-link.is-active {
        font-weight: bold;
        color: #FE712C;
        border-bottom-color: #FE712C;
    }

    .b-find-store__letters-content {
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 5px;
    }

    .b-find-store__letters-result {
        font-size: 18px;
    }

    .b-find-store__letters-result-col {
        display: inline-block;
        vertical-align: top;
        margin-right: 34px;
    }

    .b-find-store__letters-result-item {
        margin-bottom: 16px;
    }

    .b-find-store__letters-result-link {
        color: inherit;
    }

    .b-find-store__letters-result-link:hover {
        color: #FE702C;
    }

    .b-find-store__map-header {

    }

    .b-find-section {
        background: #EFEFEF;
        position: relative;
        padding-top: 126px;
        padding-bottom: 35px;
    }

    .b-find-form {
        position: absolute;
        left: 0;
        right: 0;
        top: 35px;
        z-index: 1;
    }

    .b-find-form__main {
        position: relative;
    }

    input.b-find-form__input {
        -webkit-appearance: none;
        border-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18) !important;
        border-radius: 8px;
        height: 52px;
        padding: 16px 15px 18px 52px;
        font-size: 18px;
        line-height: 1;
    }

    .b-find-form__btn {
        position: absolute;
        left: 0;
        top: 0;
        width: 52px;
        height: 52px;
        border: none;
        padding: 0;
        background: none;
    }

    .b-find-form__btn:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -8px 0 0 -10px;
        width: 19px;
        height: 19px;
        background: url('../images/search.png') 0 0 no-repeat;
        background-size: 100% 100%;
    }

    .b-shops {
        margin: 0 -11px;
    }

    .b-shops:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-shops__content {

    }

    .b-shops__item {
        float: left;
        width: 25%;
        padding: 0 11px 22px;
    }

    .b-shop-card {
        display: block;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        height: 215px;
        color: inherit;
        text-align: center;
        padding: 20px;
    }

    .b-shop-card__image-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 120px;
        margin-bottom: 1px;
    }

    .b-shop-card__image {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .b-shop-card__content {

    }

    .b-shop-card__title {
        font-size: 15px;
        margin: 0 0 6px 0;
        font-weight: 500;
    }

    .b-shop-card__text {
        color: #FE702C;
    }

    .b-shops__more-btn-wrapper {
        float: left;
        width: 25%;
        padding: 0 11px 22px;
    }

    .b-shops__more-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #DCDCDC;
        border-radius: 8px;
        height: 215px;
        font-size: 18px;
        color: inherit;
        text-align: center;
    }

    .b-shops__more-btn-text {

    }
    /*
    .b-shops__more-btn-text:before {
        content: '';
        vertical-align: baseline;
        display: inline-block;
        width: 28px;
        height: 7px;
        background: url('/local/templates/main/css/../images/more-dotts.png') 0 0 no-repeat;
        background-size: 100% 100%;
        margin-right: 10px;
    }
    */

    .b-store-map-wrapper {
        background: #EFEFEF;
        position: relative;
    }

    .b-store-map {
        height: 643px;
    }

    div[style*="cluster.png"] {
        line-height: 46px !important;
        font-size: 14px !important;
        font-weight: bold !important;
    }


.b-tabs.is-done::after {
  content: none !important;
}

.b-tabs.is-visible_r:after,  .b-tabs.is-visible_r:before{
  pointer-events: none;
}

/* choose city popup start */
.city-popup {
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
}

.city-popup__background {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
}

.city-popup__window {
	z-index: 2;
	position: relative;
	overflow: hidden;
	width: 870px;
	height: 660px;
	border-radius: 6px;
	background-color: #fff;
}

.city-popup__top {
	position: relative;
	padding: 35px 30px 30px 40px;
	background-color: #efefef;
}

.city-popup__title {
	margin-bottom: 30px;
	font-family: 'Inter';
	font-size: 32px;
	line-height: 1.1em;
}

.city-popup__close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.city-popup__close div {
	width: 20px;
	height: 2px;
	background-color: #777777;
	transform: translateX(10px) rotate(45deg);
}

.city-popup__close div:last-child {
	transform: translateX(-10px) rotate(-45deg);
}

.city-popup__search {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

 .js-validation-form {
	position: relative;
}

.city-popup__search-line input.b-find-form__input {
	width: 620px;
	box-shadow: none;
}

.city-popup__search-line-btn {
	width: 160px;
	height: 50px;
	line-height: 44px;
	font-size: 14px;
	font-weight: 500;
}

.city-popup__bottom {
	padding: 25px 10px 0 40px;
}

.city-popup__bottom .scroll-element.scroll-y {
	position: absolute;
    top: 0;
    right: 0;
	width: 3px;
    height: 100%;
}

.city-popup__bottom .scroll-element.scroll-y .scroll-element_outer {
	position: relative;
	height: 100%;
}

.city-popup__bottom .scroll-element.scroll-y .scroll-bar {
	position: absolute;
    width: 3px;
    height: 280px !important;
	background-color: #999999;
	border-radius: 2px;
}

.city-popup__bottom .b-find-store__letters {
	overflow-y: scroll;
	height: 450px;
}

.city-popup__bottom .b-find-store__letters-nav {
	margin-right: 30px;
}

.city-popup__bottom .b-find-store__letters-result {
	padding-bottom: 30px;
}

.city-popup__bottom .b-find-store__letters-result-col {
	width: 30%;
    margin-right: 0;
    max-width:30%;
}

.city-popup__bottom .b-find-store__letters-result-item {
	margin-bottom: 3px;
}

.city-popup__bottom .b-find-store__letters-result-letter {
	display: block;
	margin: 5px 0;
	font-size: 16px;
	font-weight: 500;
}

.city-popup__bottom .b-find-store__letters-result-link {
	font-size: 14px;
	font-weight: 500;
}

.city-popup__content {
	display: none;
}

.city-popup__content.is-active {
	display: block;
}
.nicescroll-rails {
	opacity: 1 !important;
}
.nicescroll-cursors {
	background-color: #999999 !important;
}

@media screen and (max-width: 1280px) {
	.city-popup__window {
		height: 580px;
	}
	.city-popup__bottom {
		height: 400px;
	}
	.city-popup__bottom .b-find-store__letters {
		height: 373px;
	}
}

@media screen and (max-width: 940px) {
	.city-popup__window {
		width: 300px;
		height: 540px;
	}
	.city-popup__top {
		padding: 15px 15px 20px 15px;
	}
	.city-popup__title {
		margin-bottom: 20px;
	}
	.city-popup__search {
		flex-flow: column nowrap;
	}
	.city-popup__search-line {
		margin-bottom: 10px;
	}
	.city-popup__search-line input.b-find-form__input {
		width: 270px;
		font-size: 14px;
	}
	.city-popup__search-line-btn {
		width: 270px;
	}
	.city-popup__close {
		top: 20px;
		right: 15px;
		width: 30px;
		height: 30px;
		border: none;
		background-color: #d8d8d8;
	}
	.city-popup__close div {
		background-color: #fff;
		width: 16px;
		transform: translateX(7px) rotate(45deg);
	}
	.city-popup__close div:last-child {
		transform: translateX(-8px) rotate(-45deg);
	}
	.city-popup__bottom {
		height: 338px;
		padding: 25px 15px 0 15px;
	}
	.city-popup__bottom .b-find-store__letters {
		height: 313px;
	}
	.city-popup__bottom .b-find-store__letters-nav {
		margin-right: 0;
	}
	.city-popup__bottom .b-find-store__letters-nav-link {
		font-size: 14px;
		font-weight: 500 !important;
	}
	.city-popup__bottom .b-find-store__letters-result-col {
		width: 100%;
	}
	.nicescroll-rails {
		opacity: 0 !important;
		display: none !important;
	}
}
/* choose city popup end */

/* header city link */
.b-topmenu-geo-box {
    position: absolute;
    top: 29px;
    left: 280px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: 0.25s ease-in-out;
    -webkit-transition-property: color, border-color, background-color, opacity, box-shadow;
    transition-property: color, border-color, background-color, opacity, box-shadow;
}
.b-topmenu-geo-box .b-topmenu-geo-box__text {
    font-size: 16px;
    margin-right: 4px;
    color: #808080;
}
.b-topmenu-geo-box .b-topmenu-geo-box__city {
    font-size: 12px;
    position: relative;
}
.b-topmenu-geo-box .b-topmenu-geo-box__city .b-topmenu-geo-box__link {
    color: #ffffff!important;
}
.b-topmenu-geo-box__popup {
    position: absolute;
    top: 41px;
    left: 0px;
    width: 310px;
    background: #ffffff;
    border-radius: 6px;
    padding: 24px 28px;
}
.b-topmenu-geo-box__popup:after {
    content: '';
    position: absolute;
    left: 37px;
    top: -18px;
    border: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
}
.b-topmenu-geo-box__popup-text {
    margin-bottom: 12px;
    font-size: 18px;
    color: #000000;
}
.b-topmenu-geo-box__popup-select {
    padding: 14px 0px;
}
.b-topmenu-geo-box__popup-select-link {
    font-size: 14px;
}
.b-topmenu-geo-box__popup-select-link_orange {
    padding: 10px 30px 14px 30px;
    font-weight: 500;
    color: white;
    text-decoration: none!important;
    background-color: #fe702c;
    border-radius: 6px;
}
.b-topmenu-geo-box__popup-select-link_white {
    padding: 10px 0px 10px 20px;
}
.b-topmenu-geo-box__icon-find-store {
    background: url('../images/icon-find-store3.png');
    width: 17px;
    height: 23px;
    display: none;
}
/* header city link end */
/* End */


/* Start:/local/templates/main/css/media.css?155384062862552*/
/**
* Visibility control
*/
.g-xl-visible,
.g-lg-visible,
.g-md-visible,
.g-sm-visible,
.g-xs-visible {
    display: none !important;
}

@media only screen and (min-width : 1200px) {
    .g-xl-visible {
        display: block !important;
    }

    .g-xl-visible_inline {
        display: inline !important;
    }

    .g-xl-visible_inline-block {
        display: inline-block !important;
    }

    .g-xl-hidden {
        display: none !important;
    }
}

@media only screen and (max-width : 1199.98px) and (min-width : 992px) {
    .g-lg-visible {
        display: block !important;
    }

    .g-lg-visible_inline {
        display: inline !important;
    }

    .g-lg-visible_inline-block {
        display: inline-block !important;
    }

    .g-lg-hidden {
        display: none !important;
    }
}

@media only screen and (max-width : 991.98px) and (min-width : 768px) {
    .b-find-store__letters-result {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width : 991.98px) and (min-width : 768px) {
    .g-md-visible {
        display: block !important;
    }

    .g-md-visible_inline {
        display: inline !important;
    }

    .g-md-visible_inline-block {
        display: inline-block !important;
    }

    .g-md-hidden {
        display: none !important;
    }
}

@media only screen and (max-width : 767.98px) and (min-width : 576px) {
    .g-sm-visible {
        display: block !important;
    }

    .g-sm-visible_inline {
        display: inline !important;
    }

    .g-sm-visible_inline-block {
        display: inline-block !important;
    }

    .g-sm-hidden {
        display: none !important;
    }
}

@media only screen and (max-width : 575.98px) {
    .g-xs-visible {
        display: block !important;
    }

    .g-xs-visible_inline {
        display: inline !important;
    }

    .g-xs-visible_inline-block {
        display: inline-block !important;
    }

    .g-xs-hidden {
        display: none !important;
    }
}

/**
* Media Styles
*/
@media (max-width: 1199.98px) {
    body {
        min-width: 320px;
    }

    .l-wrapper {
        max-width: 960px;
    }

    .b-header {
        min-width: 320px;
    }

    .b-header__language {
        margin-left: 15px;
    }

    .b-nav__item {
        margin: 0 8px;
    }

    .b-product__content-section {
        padding-left: 60px;
        padding-right: 60px;
    }

    .b-product .slick-prev {
        left: -60px;
    }

    .b-product .slick-next {
        right: -60px;
    }

    .b-shop-card,
    .b-shops__more-btn {
        height: 280px !important;
    }

    .b-section__inner {
        min-height: 500px;
        padding: 60px 0;
    }

    .b-page-header_main .b-page-header__title {
        font-size: 100px;
        line-height: 1 !important;
    }

    .b-page-header_main .b-page-header__content {
        margin: 0 50px 0 0;
    }

    .b-main-brands {
        margin: 0;
    }

    .b-page__aside {
        width: 27%;
        padding-left: 0;
    }

    .b-page__content {
        width: 77%;
    }

    .b-item__aside,
    .b-item__gallery {
        width: 250px;
    }

    .b-item__content,
    .b-item__footer {
        width: 478px;
    }

    .b-page-header_about .b-page-header__content {
        margin-left: 16px;
    }

    .b-find-store__letters-nav-link {
        margin-right: 12px;
    }
}

/* b-topmenu-geo-box */
@media screen and (max-width: 1249px){
.b-menu-popup__bg,
    .b-page-menu-popup__bg {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background: rgba(0,0,0,0.5);
        cursor: pointer;
        opacity: 0;
        -webkit-transition: opacity 0.25s ease-in-out, height 0s linear .25s;
        transition: opacity 0.25s ease-in-out, height 0s linear .25s;
    }

    .b-menu-popup__inner,
    .b-page-menu-popup__inner {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 320px;
        background: #fff;
        color: #000;
        overflow: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    html.is-menu-open .b-menu-popup__bg,
    html.is-page-menu-open .b-page-menu-popup__bg {
        opacity: 1;
        height: 100%;
        z-index: 1001;
        -webkit-transition: opacity 0.25s ease-in-out, height 0s linear 0s;
        transition: opacity 0.25s ease-in-out, height 0s linear 0s;
    }

    html.is-menu-open .b-menu-popup__inner,
    html.is-page-menu-open .b-page-menu-popup__inner {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

    .b-menu-popup__close,
    .b-page-menu-popup__close {
        display: block;
        position: absolute;
        right: 11px;
        top: 11px;
        z-index: 1;
    }

    .b-page-menu-popup__close {
        top: 21px;
    }

    .b-menu-popup__content,
    .b-page-menu-popup__content {
        height: 100%;
        overflow-y: auto;
    }

    .b-page-menu-popup__inner {
        padding-top: 76px;
    }

    .b-page-menu-popup__header {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        display: block;
        padding: 22px 22px 0;
        height: 76px;
    }

    .b-page-menu-popup__title {
        display: block;
        font-family: 'Inter';
        font-size: 32px;
        line-height: 1;
        font-weight: bold;
    }

    .b-page-menu-popup__content {
        padding: 13px 24px;
    }

    .b-catalog-nav__menu {
        font-size: 18px;
    }

    .b-catalog-nav__menu-item {
        margin-right: 14px;
    }

    .b-catalog-nav__menu-btn {
        height: 48px;
        border-bottom-width: 3px;
    }

    .b-header__menu {
        position: relative;
        min-height: 100%;
        right: auto;
        top: auto;
        padding: 108px 0 60px;
    }

    .b-header__nav {
        display: block;
    }

    .b-nav__item,
    .b-header__language {
        visibility: visible !important;
        animation: none !important;
    }

    .b-header__language {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 25px;
        margin: 0;
    }

    .b-language {
        text-align: center;
        font-size: 18px;
        font-weight: 500;
    }

    .b-language__btn {
        color: inherit;
    }

    .b-nav {
        font-size: 18px;
        font-weight: 500;
    }

    .b-nav__item {
        display: block;
        margin: 0;
        border-bottom: 1px solid #ececec;
    }

    .b-nav__item:last-child {
        border-bottom: none;
    }

    .b-nav__link {
        display: block;
        color: inherit;
        text-align: center;
        padding: 19px 0 26px 0;
    }

    .b-nav__link:after {
        display: none;
    }

    .b-nav__link_store,
    .b-nav__link_shop {
        font-weight: bold;
    }

    .b-nav__link_store:before {
        position: absolute;
        left: 19px;
        top: 20px;
    }

    .b-nav__link_shop:before {
        position: absolute;
        left: 16px;
        top: 23px;
    }

    .b-nav__link_store:before {
        background-image: url(../images/icon-menu-store-grey.png);
    }

    .b-nav__link_shop:before {
        background-image: url(../images/icon-menu-shop-grey.png);
    }

    .b-menu-btn {
        display: block;
        position: absolute;
        width: 60px;
        height: 60px;
        border: none;
        background: none;
        padding: 0;
        cursor: pointer;
        left: 26px;
        top: 10px;
    }

    .b-menu-btn:before,
    .b-menu-btn:after {
        content: '';
    }

    .b-menu-btn:before,
    .b-menu-btn:after,
    .b-menu-btn > span {
        position: absolute;
        width: 28px;
        height: 2px;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -14px;
        background: #fff;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .b-menu-btn:before {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }

    .b-menu-btn:after {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }

    .b-header__logo {
        left: 0;
        right: 0;
        text-align: center;
    }


    .b-menu-popup__inner {
        background: #191919;
        color: #8C8C8C;
        padding-top: 60px;
    }

    .b-menu-popup .b-menu-popup__close {
        color: #757575;
    }

    .b-nav__item {
        border-bottom-color: #252525;
    }

    .b-header__menu {
        padding: 13px 0 70px;
    }

    .b-header__language {
        bottom: 31px;
    }

    .b-header__buttons {
        display: block;
        padding: 36px 20px 0;
    }

    .b-header__button {
        display: block;
        width: 100%;
        max-width: 280px;
        margin: 0 auto 20px;
        height: 52px;
        line-height: 48px;
        padding: 0 38px;
        font-size: 16px;
    }

    .b-header__button_question {
        background: #191919;
        margin: 0 auto;
    }

    .b-nav__link_store:before,
    .b-nav__link_shop:before {
        opacity: 0.3;
    }

    .b-nav__link_store:hover:before, .is-active.b-nav__link_store:before{
        opacity: 1;
    }

    .b-menu-popup__logo {
        position: absolute;
        left: 0;
        right: 0;
        top: 17px;
        text-align: center;
        display: block;
    }

    .b-menu-popup__close {
        right: auto;
        left: 11px;
    }

    .b-nav__dropdown {
        display: block;
        position: fixed;
        width: 320px;
        top: 60px;
        bottom: 0;
        background: #191919;
        overflow-y: auto;
        backface-visibility: hidden;
        z-index: 1003;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        visibility: hidden;
    }


    .b-nav__dropdown .b-nav__dropdown {
        top: 0;
    }

    html.is-menu-open .b-nav__item.is-open > .b-nav__dropdown,
    html.is-menu-open .b-nav__dropdown-item.is-open > .b-nav__dropdown {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

    .b-nav__dropdown-back {
        color: inherit;
        background: none;
        border: none;
        padding: 0;
        margin: 10px 0 11px 42px;
        position: relative;
    }

    .b-nav__dropdown-back:after {
        content: '';
        position: absolute;
        left: -17px;
        top: 3px;
        width: 19px;
        height: 19px;
        border: 2px solid #8C8C8C;
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .b-nav__dropdown-content {

    }

    .b-nav__dropdown-list {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 18px;
        font-weight: 500;
        position: relative;
    }

    .b-nav__dropdown-item {
        display: block;
        margin: 0;
        border-bottom: 1px solid #252525;
    }

    .b-nav__dropdown-link {
        display: block;
        color: inherit;
        text-align: center;
        padding: 22px 0 26px 0;
        text-decoration: none;
        position: relative;
    }
    .b-nav__dropdown-link:not(.b-nav__dropdown-link-lowercase) {
        text-transform: uppercase;
    }

    .b-nav__catalog {
        padding: 31px 20px;
        font-size: 15px;
        line-height: 20px;
    }

    .b-nav__catalog-title {
        color: #fff;
        border-bottom: 1px solid #292929;
        font-size: 18px;
        padding-bottom: 30px;
        margin-bottom: 11px;
    }
    h3.b-nav__catalog-title {
        text-transform: uppercase;
    }
    .b-nav__dropdown .b-catalog-nav__menu-btn {
        color: #fff;
    }

    .b-nav__dropdown .b-catalog-nav__menu-btn.is-active {
        color: #FE702C;
    }

    .b-nav__dropdown .b-catalog-nav__section-title {
        color: #fff;
    }

    .b-nav__dropdown .b-catalog-nav__menu {
        border-bottom: 1px solid #292929;
    }

    .b-nav__item_has-submenu > .b-nav__link:before,
    .b-nav__dropdown-item_has-submenu > .b-nav__dropdown-link:before {
        content: '';
        position: absolute;
        right: 26px;
        top: 27px;
        width: 12px;
        height: 12px;
        border: 2px solid #3B3B3B;
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .b-menu-popup__logo .b-logo__img {
        width: 136px;
    }

    .b-find-store__letters-result {
        columns: 2;
    }
    .b-find-store__letters-result-col {
        display: block;
    }
    .b-nav__dropdown {
      position:absolute;
      visibility: visible;
      top: 0;
      overflow-x: hidden;
    }
    .b-nav__dropdown-list {
      position: static;
    }
    .b-header__menu {
      overflow: hidden;
    }

/* PART2 */

    .b-header__logo {
        top: 13px;
    }

    .b-header__inner {
        position: relative;
        z-index: 10;
    }
    .b-menu-popup {
        position: relative;
        z-index: 9;
    }
    html.is-menu-open .b-header__logo, html.is-menu-open .b-menu-popup .b-menu-popup__close {
        display: none;
    }
    html.is-menu-open .b-menu-popup__inner, html.is-page-menu-open .b-page-menu-popup__inner {
        opacity: 1;
    }
    .b-menu-popup__inner, .b-page-menu-popup__inner {
        background-color: #191919;
        opacity: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s;
    }
    .b-menu-popup__inner, .b-page-menu-popup__inner {
        right: auto;
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .b-menu-btn:before, .b-menu-btn:after  {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: margin-top .2s ease .2s, transform .2s ease 0s, background-color .4s;
        -o-transition: margin-top .2s ease .2s, transform .2s ease 0s, background-color .4s;
        -webkit-transition: margin-top .2s ease .2s, background-color .4s, -webkit-transform .2s ease 0s;
        transition: margin-top .2s ease .2s, background-color .4s, -webkit-transform .2s ease 0s;
        transition: margin-top .2s ease .2s, transform .2s ease 0s, background-color .4s;
        transition: margin-top .2s ease .2s, transform .2s ease 0s, background-color .4s, -webkit-transform .2s ease 0s;
    }
    .b-menu-btn:before {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        margin-top: -8px;
    }
    .b-menu-btn:after {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        margin-top: 6px;
    }

    .b-menu-btn > span {
        -webkit-transition: background-color 0s ease .2s;
        -o-transition: background-color 0s ease .2s;
        transition: background-color 0s ease .2s;
    }

    html.is-menu-open .b-menu-btn:before, html.is-menu-open .b-menu-btn:after {
        margin-top: 0;
        background-color: #8C8C8C;
        -webkit-transition: margin-top .2s ease 0s, transform .2s ease .2s, background-color .4s;
        -o-transition: margin-top .2s ease 0s, transform .2s ease .2s, background-color .4s;
        -webkit-transition: margin-top .2s ease 0s, background-color .4s, -webkit-transform .2s ease .2s;
        transition: margin-top .2s ease 0s, background-color .4s, -webkit-transform .2s ease .2s;
        transition: margin-top .2s ease 0s, transform .2s ease .2s, background-color .4s;
        transition: margin-top .2s ease 0s, transform .2s ease .2s, background-color .4s, -webkit-transform .2s ease .2s;
    }
    html.is-menu-open .b-menu-btn:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    html.is-menu-open .b-menu-btn:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    html.is-menu-open .b-menu-btn > span {
        background-color: transparent;
    }
    .b-header__logo {
        top: 13px;
    }
    .b-menu-popup__logo {
        top: 14px!important;
    }
    html.is-menu-open .b-menu-popup__inner, html.is-page-menu-open .b-page-menu-popup__inner {
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 1001;
    }
}
@media (max-width: 1379px){
    .b-topmenu-geo-box {
        top: 19px;
        flex-direction: column;
    }
    .b-topmenu-geo-box .b-topmenu-geo-box__text {
        font-size: 12px;
    }
    .b-topmenu-geo-box__popup {
        top: 34px;
    }
}
@media(max-width: 1249px){
    .b-topmenu-geo-box__popup, .b-topmenu-geo-box .b-topmenu-geo-box__text {
        display: none;
    }
    .b-topmenu-geo-box {
        position: relative;
        top: 0;
        left: 0;
    }
    .b-topmenu-geo-box__link {
        color: #fff;
        text-align: center;
        padding: 10px 0 10px 0;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        font-weight: 500;
    }
    .b-topmenu-geo-box__icon-find-store {
        display: block;
        margin-right: 10px;
    }
    .g-lg-visible {
        display: block !important;
    }

    .g-lg-visible_inline {
        display: inline !important;
    }

    .g-lg-visible_inline-block {
        display: inline-block !important;
    }

    .g-lg-hidden {
        display: none !important;
    }
}
/* b-topmenu-geo-box */

@media (max-width: 991.98px) {
    .l-wrapper {
        max-width: 678px;
    }

    .b-menu-popup,
    .b-page-menu-popup {

    }

    .b-menu-popup__bg,
    .b-page-menu-popup__bg {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background: rgba(0,0,0,0.5);
        cursor: pointer;
        opacity: 0;
        /*visibility: hidden;*/
        /*backface-visibility: hidden;*/
        /*z-index: 1001;*/
        -webkit-transition: opacity 0.25s ease-in-out, height 0s linear .25s;
        transition: opacity 0.25s ease-in-out, height 0s linear .25s;
    }

    .b-menu-popup__inner,
    .b-page-menu-popup__inner {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 320px;
        background: #fff;
        color: #000;
        overflow: hidden;
        /*backface-visibility: hidden;*/
        /*z-index: 1002;*/
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    html.is-menu-open .b-menu-popup__bg,
    html.is-page-menu-open .b-page-menu-popup__bg {
        opacity: 1;
        /*visibility: visible;*/
        height: 100%;
        z-index: 1001;
        -webkit-transition: opacity 0.25s ease-in-out, height 0s linear 0s;
        transition: opacity 0.25s ease-in-out, height 0s linear 0s;
    }

    html.is-menu-open .b-menu-popup__inner,
    html.is-page-menu-open .b-page-menu-popup__inner {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

    .b-menu-popup__close,
    .b-page-menu-popup__close {
        display: block;
        position: absolute;
        right: 11px;
        top: 11px;
        z-index: 1;
    }

    .b-page-menu-popup__close {
        top: 21px;
    }

    .b-menu-popup__content,
    .b-page-menu-popup__content {
        height: 100%;
        overflow-y: auto;
    }

    .b-page-menu-popup__inner {
        padding-top: 76px;
    }

    .b-page-menu-popup__header {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        display: block;
        padding: 22px 22px 0;
        height: 76px;
    }

    .b-page-menu-popup__title {
        display: block;
        font-family: 'Inter';
        font-size: 32px;
        line-height: 1;
        font-weight: bold;
    }

    .b-page-menu-popup__content {
        padding: 13px 24px;
    }

    .b-catalog-nav__menu {
        font-size: 18px;
    }

    .b-catalog-nav__menu-item {
        margin-right: 14px;
    }

    .b-catalog-nav__menu-btn {
        height: 48px;
        border-bottom-width: 3px;
    }

    .b-header__menu {
        position: relative;
        min-height: 100%;
        right: auto;
        top: auto;
        padding: 108px 0 60px;
    }

    .b-header__nav {
        display: block;
    }

    .b-nav__item,
    .b-header__language {
        visibility: visible !important;
        animation: none !important;
    }

    .b-header__language {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 25px;
        margin: 0;
    }

    .b-language {
        text-align: center;
        font-size: 18px;
        font-weight: 500;
    }

    .b-language__btn {
        color: inherit;
    }

    .b-nav {
        font-size: 18px;
        font-weight: 500;
    }

    .b-nav__item {
        display: block;
        margin: 0;
        border-bottom: 1px solid #ececec;
    }

    .b-nav__item:last-child {
        border-bottom: none;
    }

    .b-nav__link {
        display: block;
        color: inherit;
        text-align: center;
        padding: 15px 0 15px 0;
    }

    .b-nav__link:after {
        display: none;
    }

    .b-nav__link_store,
    .b-nav__link_shop {
        font-weight: bold;
    }

    .b-nav__link_store:before {
        position: absolute;
        left: 19px;
        top: 20px;
    }

    .b-nav__link_shop:before {
        position: absolute;
        left: 16px;
        top: 23px;
    }

    .b-nav__link_store:before {
        background-image: url(../images/icon-menu-store-grey.png);
    }

    .b-nav__link_shop:before {
        background-image: url(../images/icon-menu-shop-grey.png);
    }

    .b-menu-btn {
        display: block;
        position: absolute;
        width: 60px;
        height: 60px;
        border: none;
        background: none;
        padding: 0;
        cursor: pointer;
        left: 26px;
        top: 10px;
    }

    .b-menu-btn:before,
    .b-menu-btn:after {
        content: '';
    }

    .b-menu-btn:before,
    .b-menu-btn:after,
    .b-menu-btn > span {
        position: absolute;
        width: 28px;
        height: 2px;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -14px;
        background: #fff;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .b-menu-btn:before {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }

    .b-menu-btn:after {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }

    .b-header__logo {
        left: 0;
        right: 0;
        text-align: center;
    }

    .b-page-header__inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: 401px;
        padding: 147px 0 30px;
    }

    .b-page-header__content {
        padding-left: 0;
        max-width: 460px;
    }

    .b-page-header__title {
        font-size: 72px;
        margin-bottom: 16px !important;
    }

    .b-page-header__text {
        line-height: 24px;
    }

    .b-page__aside {
        float: none;
        width: auto;
        padding: 0;
    }

    .b-page__content {
        padding-top: 0;
        width: 100%;
    }

    .b-item__aside, .b-item__gallery {
        width: 200px;
    }

    .b-page {
        padding: 35px 0;
    }

    .b-item__content, .b-item__footer {
        width: 455px;
    }

    .b-item__image {
        margin-top: 0;
    }

    .b-item {
        padding-top: 19px;
        margin-bottom: 48px;
    }

    .b-item-section__title {
        margin-bottom: 54px;
    }

    .b-ingredient-slider__thumbs-item {
        height: 135px;
    }

    .b-ingredient-slider_compact .b-ingredient-slider__thumbs-item {
        height: 94px;
    }

    .b-ingredient-slider_compact .b-ingredient-slider__thumbs {
        margin-bottom: 17px;
    }

    .b-ingredient-slider .slick-arrow {
        display: none !important;
    }

    .b-item-section_benefits .b-item-section__title {
        margin-bottom: 51px;
    }

    .b-benefits__icons-img {
        width: 80px;
    }

    .b-benefits__icons {
        margin-bottom: 31px;
    }

    .b-item-section {
        padding: 45px 0 49px;
        max-width: none;
    }

    .b-item-section_benefits {
        padding: 55px 0 39px;
    }

    .b-item-section_details {
        padding: 53px 0 39px;
    }

    .b-item-section_details .b-item-section__title {
        margin-bottom: 36px;
    }

    .b-tabs-nav__item {
        margin: 0 23px;
    }

    .b-tabs__item {
        padding-top: 38px;
    }

    .b-footer-nav__item {
        margin: 0 10px;
    }

    @media (min-width: 768px){
        .b-map-select-nav {
            font-size: 18px;
            line-height: 26px;
        }

        .b-map-select-nav li {
            margin: 0 18px;
            height: 52px;
            border-bottom-width: 3px;
        }
    }

    .b-map-header__nav {
        min-height: 52px;
    }

    .b-map-header__text {
        max-width: 160px;
        margin-top: -32px;
    }

    .b-map-header__text br {
        display: none;
    }

    .b-callback {
        text-align: center;
        padding: 38px 0 26px;
    }

    .b-product {
        font-size: 15px;
        line-height: 20px;
    }

    .b-product p {
        margin-bottom: 20px;
    }

    .b-product ul {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .b-product__inner {
        padding: 52px 0 94px;
    }

    .b-product__image-wrapper {
        margin: 0;
    }
    .b-product .b-product__image-wrapper {
        position: relative;
        left: -40px;
    }
    .b-product_rtl .b-product__image-wrapper {
        position: relative;
        left: 40px;
    }

    .b-product__content-section {
        padding: 0;
    }

    .b-product__title {
        font-size: 32px;
        line-height: 1.1;
        margin-bottom: 17px;
    }

    .slick-arrow {
        width: 32px;
        height: 32px;
        margin-top: -16px;
    }

    .slick-arrow:before {
        width: 11px;
        margin-left: -7px;
    }

    .slick-arrow:after {
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }

    .slick-prev:after {
        margin-left: -6px;
    }

    .b-product .slick-arrow {
        top: 140px;
    }

    .b-product .slick-next {
        right: -40px;
    }

    .b-product .slick-prev {
        left: -45px;
    }
    .b-product_rtl .slick-prev {
        left: -40px;
    }

    .b-page-header_about .b-page-header__content {
        margin: 0;
        padding: 0;
    }

    .b-section__inner {
        min-height: 557px;
        padding: 47px 0 68px;
    }

    .b-section_made .b-section__inner {
        padding: 47px 0 54px;
    }

    .b-section_principals .b-section__inner {
        padding: 69px 0 51px;
    }

    .b-section_live .b-section__inner {
        padding: 93px 0 71px;
    }

    .b-section_food-list .b-section__inner {
        padding: 47px 0 50px;
        min-height: 498px;
    }

    .b-section__content {
        max-width: 380px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .b-section_principals .b-section__content {
        /*max-width: 100% !important;*/
    }

    .b-section_live .b-section__content {
        max-width: 357px !important;
    }

    .b-section_food-list .b-section__content {
        width: auto;
        max-width: none !important;
    }

    .b-section h2 {
        font-size: 56px;
        line-height: 60px;
        margin-bottom: 22px;
    }

    .b-section_made h2 {
        font-size: 64px;
        line-height: 65px;
        margin-bottom: 41px;
    }

    .b-section_principals h2 {
        margin-bottom: 29px;
    }

    .b-section_live h2 {
        margin-bottom: 48px;
    }

    .b-section_food-list h2 {
        margin-bottom: 51px;
    }

    .b-dont-use {
        margin-top: 71px;
        margin-bottom: 0;
    }

    .b-dont-use__title {
        font-size: 24px;
        margin-bottom: 3px;
    }

    .b-dont-use__subtitle {
        margin-bottom: 9px;
    }

    .b-section_meat .b-section__bg {
        background-size: 1040px auto;
        background-position: right -146px center;
        background-size: cover;
        background-position: 70% center;
    }

    .b-ingredient-section {
        padding: 75px 0 61px;
    }

    .b-ingredient-section h2 {
        margin-bottom: 45px;
    }

    .b-section .g-style-list {
        font-size: 19px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .b-section .g-style-list li {
        margin-bottom: 14px;
        font-size: 16px;
        font-weight: 300;
        font-family: 'Inter';
    }

    .b-section .g-style-list li:before {
        top: 5px;
    }

    .b-section_food-list ul {
        padding: 0 10px 0 0;
    }

    .b-section_food-list ul + ul {
        padding: 0 0 0 10px;
    }

    .b-benefits-section {
        padding: 79px 0 58px;
    }

    .b-benefits-section h2 {
        margin-bottom: 43px;
    }

    .b-manufacturers__inner {
        padding: 88px 0 58px;
    }

    .b-manufacturers .b-manufacturers__title {
        margin-bottom: 32px;
        font-size: 64px;
        line-height: 70px;
    }

    .b-page-header_main .b-page-header__inner {
        min-height: 500px;
        padding-top: 156px;
    }

    .b-page-header_main .b-page-header__content {
        margin: 0 50px 0 0;
        width: 410px;
    }

    .b-page-header_main .b-page-header__title {
        font-size: 71px !important;
        margin-bottom: 20px !important;
    }

    .b-page-header_main .b-page-header__text {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
    }

    .b-page-header_main .b-page-header__list {
        width: 218px;
        margin-top: 14px;
    }

    .b-page-header_main .b-page-header__list-item {
        margin-bottom: 25px;
    }

    .b-page-header__down-btn-wrapper {
        bottom: 25px;
    }

    .b-about-section__inner {
        padding: 81px 0 51px;
    }

    .b-about-section__header {
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
    }

    .b-about-section__title {
        margin-top: -12px;
    }

    .b-section .g-btn {
        margin-top: 33px;
    }

    .b-brands-section {
        padding: 58px 0;
    }

    .b-main-brand__image-field {
        height: 190px;
    }

    .b-section_find-store .b-section__content {
        margin: 0 auto !important;
        max-width: none !important;
    }

    .b-section_find-store .b-section__inner {
        min-height: 0;
        padding: 89px 0 90px;
    }

    .b-section_find-store h2 {
        margin-bottom: 12px;
    }

    .b-section_find-store h2:before {
        margin-bottom: 10px;
    }

    .b-section_find-store .g-btn {
        margin-top: 2px;
    }

    .b-find-store {
        padding-top: 0;
    }

    .b-find-store__data {
        margin-bottom: 10px;
    }

    .b-find-store__letters-nav-link {
        margin-right: 19px;
    }

    .b-find-store__letters-nav {
        margin-bottom: 34px;
    }

    .b-find-store__letters {
        margin-bottom: 18px;
    }

    .b-find-store__map-header .b-map-header__text {
        max-width: 200px;
        margin-top: 10px;
        font-size: 12px;
        line-height: 16px;
    }

    .b-find-store__map-header .b-map-header__text br {
        display: block;
    }

    .b-shops__item,
    .b-shops__more-btn-wrapper {
        width: 33.33%;
    }

    .b-store-map {
        height: 480px;
    }

    .b-menu-popup__inner {
        background: #191919;
        color: #8C8C8C;
        padding-top: 60px;
    }

    .b-menu-popup .b-menu-popup__close {
        color: #757575;
    }

    .b-nav__item {
        border-bottom-color: #252525;
    }

    .b-header__menu {
        padding: 0px 0 60px;
    }

    .b-header__language {
        bottom: 31px;
    }

    .b-header__buttons {
        display: block;
        padding: 10px 20px 0;
    }

    .b-header__button {
        display: block;
        width: 100%;
        max-width: 280px;
        margin: 0 auto 20px;
        height: 52px;
        line-height: 48px;
        padding: 0 38px;
        font-size: 16px;
    }

    .b-header__button_question {
        background: #191919;
        margin: 0 auto;
    }

    .b-nav__link_store:before,
    .b-nav__link_shop:before {
        opacity: 0.3;
    }

    .b-nav__link_store:hover:before, .is-active.b-nav__link_store:before{
        opacity: 1;
    }

    .b-menu-popup__logo {
        position: absolute;
        left: 0;
        right: 0;
        top: 17px;
        text-align: center;
        display: block;
    }

    .b-menu-popup__close {
        right: auto;
        left: 11px;
    }

    .b-nav__dropdown {
        display: block;
        position: fixed;
        /*left: 0;*/
        width: 320px;
        top: 60px;
        bottom: 0;
        background: #191919;
        overflow-y: auto;
        backface-visibility: hidden;
        z-index: 1003;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        visibility: hidden;
    }

    /*.b-nav__dropdown .b-nav__dropdown {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }*/

    .b-nav__dropdown .b-nav__dropdown {
        top: 0;
    }

    html.is-menu-open .b-nav__item.is-open > .b-nav__dropdown,
    html.is-menu-open .b-nav__dropdown-item.is-open > .b-nav__dropdown {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

    .b-nav__dropdown-back {
        color: inherit;
        background: none;
        border: none;
        padding: 0;
        margin: 10px 0 11px 42px;
        position: relative;
    }

    .b-nav__dropdown-back:after {
        content: '';
        position: absolute;
        left: -17px;
        top: 3px;
        width: 19px;
        height: 19px;
        border: 2px solid #8C8C8C;
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .b-nav__dropdown-content {

    }

    .b-nav__dropdown-list {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 18px;
        font-weight: 500;
        position: relative;
    }

    .b-nav__dropdown-item {
        display: block;
        margin: 0;
        border-bottom: 1px solid #252525;
    }

    .b-nav__dropdown-link {
        display: block;
        color: inherit;
        text-align: center;
        padding: 22px 0 26px 0;
        text-decoration: none;
        position: relative;
    }
    .b-nav__dropdown-link:not(.b-nav__dropdown-link-lowercase) {
        text-transform: uppercase;
    }

    .b-nav__catalog {
        padding: 31px 20px;
        font-size: 15px;
        line-height: 20px;
    }

    .b-nav__catalog-title {
        color: #fff;
        border-bottom: 1px solid #292929;
        font-size: 18px;
        padding-bottom: 30px;
        margin-bottom: 11px;
    }
    h3.b-nav__catalog-title {
        text-transform: uppercase;
    }

    .b-nav__catalog-content {

    }

    .b-nav__dropdown .b-catalog-nav__menu-btn {
        color: #fff;
    }

    .b-nav__dropdown .b-catalog-nav__menu-btn.is-active {
        color: #FE702C;
    }

    .b-nav__dropdown .b-catalog-nav__section-title {
        color: #fff;
    }

    .b-nav__dropdown .b-catalog-nav__menu {
        border-bottom: 1px solid #292929;
    }

    .b-nav__item_has-submenu > .b-nav__link:before,
    .b-nav__dropdown-item_has-submenu > .b-nav__dropdown-link:before {
        content: '';
        position: absolute;
        right: 26px;
        top: 22px;
        width: 12px;
        height: 12px;
        border: 2px solid #3B3B3B;
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .b-menu-popup__logo .b-logo__img {
        width: 136px;
    }

    .b-find-store__letters-result {
        columns: 2;
    }
    .b-find-store__letters-result-col {
        display: block;
    }
    .b-nav__dropdown {
      position:absolute;
      visibility: visible;
      top: 0;
      overflow-x: hidden;
    }
    .b-nav__dropdown-list {
      position: static;
    }
    .b-header__menu {
      overflow: hidden;
    }
}



@media (max-width: 767.98px) {
    h2, .g-h2 {
        font-size: 32px;
    }

    h3, .g-h3 {
        font-size: 24px;
    }

    .g-btn {
        height: 52px;
        line-height: 48px;
        padding: 0 38px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .l-wrapper {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
    }

    .l-wrapper .l-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .b-menu-btn {
        left: 4px;
        top: 5px;
    }

    .b-header__logo {
        top: 20px;
    }

    .b-logo__img {
        width: 136px;
    }

    .b-page-header__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 345px;
        padding: 103px 0 53px;
        text-align: center;
    }

    .b-page-header__content {
        padding-left: 0;
        max-width: 210px;
        margin: 0 auto;
    }

    .b-page-header__title {
        font-size: 48px;
        margin-bottom: 14px !important;
    }

    .b-page-header__text {
        line-height: 22px;
        font-size: 16px;
    }

    .b-page {
        padding: 23px 0;
    }

    .b-map-header {
        display: block;
        margin-bottom: 30px;
    }

    .b-map-header__text {
        max-width: none;
        margin-top: 0;
        text-align: left;
        margin-bottom: 31px;
    }

    .b-map-header__nav {
        min-height: 0;
    }

    .b-page__title {
        margin-bottom: 17px;
    }

    .b-callback {
        text-align: center;
        padding: 34px 0 15px;
    }

    .b-callback__title {
        font-size: 16px;
        line-height: 22px;
        margin: 0 17px 26px;
    }

    .b-callback__button-wrapper {
        display: block;
        margin: 0 0 21px;
    }

    .gm-style-iw {
        width: 300px !important;
    }

    .b-footer .l-wrapper {
        margin: 0;
    }

    .b-footer__nav {
        padding: 19px 0 4px;
        border-bottom: 1px solid #323232;
    }

    .b-footer-nav {
        font-size: 18px;
        font-weight: 500;
    }

    .b-footer-nav__item {
        visibility: visible !important;
        animation: none !important;
    }

    .b-footer-nav__item {
        display: block;
        margin: 0;
        border-bottom: 1px solid #262626;
    }

    .b-footer-nav__item:last-child {
        border-bottom: none;
    }

    .b-footer-nav__link {
        display: block;
        position: relative;
        color: inherit;
        text-align: center;
        padding: 19px 0 26px 0;
    }

    .b-footer-nav__link_store,
    .b-footer-nav__link_shop {
        font-weight: bold;
    }

    .b-footer-nav__link_store:before {
        position: absolute;
        left: 19px;
        top: 20px;
    }

    .b-footer-nav__link_shop:before {
        position: absolute;
        left: 16px;
        top: 23px;
    }

    .b-footer__bottom {
        padding: 29px 20px 41px;
    }

    .b-footer__social {
        margin-bottom: 12px;
    }

    .b-popup-window {
        padding: 20px;
    }

    .b-popup-window__title {
        margin-bottom: 20px;
    }

    .b-product .slick-arrow {
        display: none !important;
    }

    .b-product__inner {
        display: block;
        padding: 52px 0 25px;
    }

    .b-product__image-section {
        padding: 0;
        max-width: none;
        margin-bottom: 36px;
    }
    .b-product .b-product__image-wrapper {
        left: 0;
        right: 0;
    }

    .b-product__content-section {
        max-width: none;
    }

    .b-product .slick-dots {
        left: 0;
        right: 0;
        bottom: -33px;
    }

    .b-product__title {
        margin-bottom: 21px;
    }

    .g-style-list {
        font-size: 15px;
        line-height: 20px;
    }

    .g-style-list li {
        margin-bottom: 7px;
    }

    .g-style-list li:before {
        left: 0;
        top: 6px;
    }

    .b-product__slider {
        margin-bottom: 51px;
    }

    .b-product__content .g-btn {
        width: 100%;
    }

    .b-product_rtl .b-product__content {
        position: static;
    }

    .b-item__aside {
        float: none;
        width: auto;
    }

    .b-item {
        padding-top: 24px;
        margin-bottom: 34px;
    }

    .b-item__image-wrapper {
        margin-bottom: 8px;
    }

    .b-item__image {
        display: block;
        margin: 0 auto 25px;
        max-width: 120px;
    }

    .b-item__image-caption {
        font-size: 13px;
        line-height: 18px;
    }

    .b-item__image-caption br {
        display: none;
    }

    .b-item__content, .b-item__footer {
        width: auto;
        float: none;
    }

    .b-item__title {
        line-height: 1.19;
        font-size: 32px;
        letter-spacing: 0.2px;
        margin-bottom: 13px;
    }

    .b-item__breadcrumbs {
        font-weight: bold;
        margin-bottom: 25px;
        line-height: 22px;
    }

    .b-item__description {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 29px;
    }

    .b-item__description p {
        margin-bottom: 22px;
    }

    .b-item__data li {
        padding-left: 29px;
        margin-bottom: 10px;
    }

    .b-item__data {
        margin-bottom: 41px;
    }

    .b-item__gallery {
        float: none;
        width: auto;
        text-align: center;
    }

    .b-item__gallery {
        margin-top: 39px;
    }

    .b-item__gallery-img {
        max-width: 216px;
        margin-left: 10%;
    }

    .b-item__footer {
        margin-top: 40px;
    }

    .b-item__btn {
        width: 100%;
    }

    .b-item-section__title {
        text-align: center;
        line-height: 1.19;
        font-size: 32px;
        letter-spacing: 0.2px;
        margin-bottom: 27px;
    }

    .b-ingredient-slider {
        overflow: visible;
    }

    .b-ingredient-slider_compact .b-ingredient-slider__thumbs {
        margin-left: -20px;
        margin-right: -20px;
    }

    .b-ingredient-slider_compact .b-ingredient-slider__thumbs-item,
    .b-ingredient-slider__thumbs-item {
        height: 135px;
    }

    .b-ingredient-slider_compact .b-ingredient-slider__content,
    .b-ingredient-slider__content {
        max-width: 578px;
        margin: 0 auto;
    }

    .b-ingredient-slider_compact .b-ingredient-slider__inner,
    .b-ingredient-slider__inner {
        margin: 0;
    }

    .b-ingredient-slider_compact .b-ingredient-slider__thumbs,
    .b-ingredient-slider__thumbs {
        margin-bottom: 26px;
    }

    .b-ingredient-slider__title {
        margin-bottom: 16px;
    }

    .b-ingredient-slider__text {
        line-height: 22px;
    }

    .b-ingredient-slider__item {
        margin-bottom: 34px;
    }

    .b-item-section {
        padding: 28px 0;
    }

    .b-benefits__icons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 17px 8px;
    }

    .b-benefits__icons-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
        margin-bottom: 17px;
    }

    .b-item-section_benefits .b-item-section__title {
        margin-bottom: 25px;
    }

    .b-item-section_details .b-item-section__title {
        margin-bottom: 26px;
    }

    .b-tabs-nav {
        font-size: 16px;
        margin-right: -20px;
    }

    .b-tabs-nav__link {
        height: 47px;
    }

    .b-tabs-nav__item {
        margin: 0 13px;
    }

    .b-tabs__item {
        padding-top: 22px;
    }

    .b-page-header_about .b-page-header__content {
        margin-left: auto;
        margin-right: auto;
        max-width: 225px;
    }

    .b-page-header_about .b-page-header__title {
        margin-bottom: 26px !important;
    }

    .b-page-header__text p {
        margin-bottom: 22px;
    }

    .b-section {
        font-size: 16px;
        line-height: 22px;
    }

    .b-section.b-section_bottom-img {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .b-section.b-section_bottom-img .b-section__bg {
        background-image: none!important;
        width: 100%;
        height: 64vw;
        position: relative;
    }
    .b-section.b-section_bottom-img .b-section__bg .b-section__bg_mobile {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 70% 0;
    }

    .b-section.b-section_top-img {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .b-section.b-section_top-img .b-section__bg {
        background-image: none!important;
        width: 100%;
        height: 64vw;
        position: relative;
    }
    .b-section.b-section_top-img .b-section__bg .b-section__bg_mobile {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 70% 0;
    }


    .b-section__inner {
        min-height: 0 !important;
        padding: 41px 0 !important;
    }

    .b-section__content {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
    }

    .b-section h2 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 18px;
    }

    .b-section p {
        margin-bottom: 22px;
    }

    .b-section__mob-img {
        display: block;
        width: 100%;
        height: auto;
    }

    .b-section_made,
    .b-section_meat {
        background: #fff;
    }

    .b-section_made .b-section__bg,
    .b-section_meat .b-section__bg {
        display: block;
    }

    .b-dont-use__title {
        margin-bottom: 7px;
    }

    .b-dont-use__subtitle {
        margin-bottom: 15px;
    }

    .b-dont-use__list {
        display: block;
        max-width: 100%;
        text-align: left;
        font-size: 18px;
        line-height: 24px;
    }

    .b-dont-use__list-row {
        display: inline;
    }

    .b-dont-use__list-item {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        width: 48%;
        text-align: center;
        margin-bottom: 10px;
    }

    .b-ingredient-section {
        padding: 50px 0 53px;
    }

    .b-ingredient-section h2 {
        margin-bottom: 36px;
    }

    .b-section_food-list .b-section__content {
        display: block;
    }

    .b-section_food-list ul {
        max-width: none;
        padding: 0 !important;
        text-align: left;
    }

    .b-section_food-list h2 {
        margin-bottom: 42px;
    }

    .b-section .g-style-list {
        font-size: 19px;
        line-height: 20px;
        text-align: left;
    }

    .b-section .g-style-list li:before {
        top: 3px;
    }

    .b-section .g-style-list li {
        margin-bottom: 20px;
    }

    .b-mob-expand {
        display: none !important;
    }

    .b-mob-expand.is-open {
        display: block !important;
    }

    .b-mob-expand.is-open + .b-mob-expand-btn {
        display: none;
    }

    .b-mob-expand-btn {
        display: block;
        width: 100%;
        margin-top: 41px !important;
    }

    .b-section_food-list .b-section__inner {
        padding: 57px 0 64px !important;
    }

    .b-benefits-section {
        padding: 50px 0 34px;
    }

    .b-manufacturers {
        border-bottom: 1px solid rgba(151, 151, 151, 0.1);
    }

    .b-manufacturers__inner {
        padding: 65px 0 21px;
        border: none;
    }

    .b-manufacturers .b-manufacturers__title {
        margin-bottom: 32px;
        font-size: 40px;
        line-height: 1;
    }

    .b-manufacturers__text {
        margin-bottom: 43px;
    }

    .b-manufacturers__logo-item {
        display: block;
        width: auto;
        padding: 0 0 62px;
    }

    .b-page-header_main .b-page-header__inner {
        min-height: 0;
        padding: 97px 0 71px;
        display: block;
    }

    .b-page-header_main .b-page-header__content {
        margin: 0 0 59px 0;
        width: auto;
        max-width: none;
		text-align:left;
    }

    .b-page-header_main .b-page-header__list {
        margin: 0;
        width: auto;
        max-width: none;
        text-align: left;
    }

    .b-page-header_main .b-page-header__title {
        font-size: 46px !important;
        margin-bottom: 13px !important;
        line-height: 1.05 !important;
    }

    .b-page-header_main .b-page-header__text {
        font-size: 16px;
    }

    .b-page-header__down-btn-wrapper {
        bottom: 22px;
    }

    .b-page-header__down-btn {
        width: 40px;
        height: 40px;
    }

    .b-page-header__down-btn:after {
        width: 14px;
        height: 14px;
        margin: -10px 0 0 -7px;
    }

    .b-about-section {
        text-align: center;
    }

    .b-about-section__inner {
        padding: 40px 0;
        display: block;
    }

    .b-section_principals .g-btn {
       /*padding: 0;
        width: 100%;*/
    }

    .b-about-section__inner {
        padding: 60px 0 50px;
    }

    .b-brands-section h2 {
        margin-bottom: 40px;
    }

    .b-main-brands {
        display: block;
    }

    .b-main-brands__item {
        max-width: none;
        padding: 0;
        margin-bottom: 50px;
    }

    .b-main-brands__item:last-child {
        margin-bottom: 0;
    }

    .b-main-brand__image-field {
        height: 174px;
    }

    .b-section_find-store .b-section__inner {
        min-height: 434px !important;
    }

    .b-find-store__data-item {
        margin-right: 35px;
        margin-bottom: 20px;
    }

    .b-find-store__data-value {
        font-size: 23px;
        margin-bottom: 8px;
    }

    .b-find-store__data {
        margin-bottom: 16px;
    }

    .b-find-store__letters-result {
        font-size: 16px;
    }

    .b-find-store__letters-nav {
        margin-bottom: 26px;
    }

    .b-find-store__letters-result {
        columns: 1;
    }
    .b-find-store__letters-result-col {
        margin-right: 63px;
        margin-right: 0;
    }

    .b-find-store__letters {
        margin-bottom: 16px;
    }

    .b-map-header__nav {
        font-size: 17px;
    }

    .b-map-header__nav .b-tabs-nav__link {

    }

    .b-map-header__nav .b-tabs-nav__link.is-active {
        font-weight: 500;
    }

    .b-find-store__map-header .b-map-header__text {
        max-width: 320px;
        margin-top: 10px;
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 43px;
    }

    .b-find-store__map-header .b-map-header {
        margin: 0;
    }

    .b-find-store__map-header .b-tabs-nav__list {
        border-bottom-color: transparent;
    }

    input.b-find-form__input {
        font-size: 15px;
        padding: 19px 15px 20px 46px;
    }

    .b-find-form {
        top: 20px;
    }

    .b-find-section {
        padding-top: 92px;
        padding-bottom: 0;
    }

    .b-shops__item, .b-shops__more-btn-wrapper {
        width: 100%;
    }

    .b-shop-card {
        height: 148px;
        height: 170px !important;
        padding: 16px;
    }

    .b-shop-card__image-wrapper {
        height: 57px;
        margin-bottom: 14px;
    }

    .b-shop-card__title {
        font-size: 15px;
        margin: 0 0 3px 0;
    }

    .b-shops__item {
        padding-bottom: 20px;
    }

    .b-shops__more-btn {
        height: 56px !important;
        padding-bottom: 5px;
    }

    .b-store-map {
        height: 520px;
    }

    .b-page-header__bg_catalog {
        background-position: 58% center;
    }

    .b-menu-popup__inner {
        width: 100%;
    }

    .b-nav__dropdown {
        width: 100%;
    }

    .b-tabs-nav__item:last-child {
        padding-right: 20px;
    }
    .fancybox-image {
        margin-left: 10%;
    }

    .b-find-form__reset {
		width: 45px!important;
		height: 45px!important;
		top: 4px!important;
    }

    .city-popup__search-line input.b-find-form__input {
        width: 276px;
    }

    .city-popup__search-line-btn {
        width: 276px;
    }
}

/* start menu mobile */


/*@media (max-width: 991.98px) {
    .b-header__inner {
        position: relative;
        z-index: 10;
    }
    .b-menu-popup {
        position: relative;
        z-index: 9;
    }
    html.is-menu-open .b-header__logo, html.is-menu-open .b-menu-popup .b-menu-popup__close {
        display: none;
    }
    html.is-menu-open .b-menu-popup__inner, html.is-page-menu-open .b-page-menu-popup__inner {
        opacity: 1;
    }
    .b-menu-popup__inner, .b-page-menu-popup__inner {
        background-color: #191919;
        opacity: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        transition: opacity .25s;
    }

    .b-menu-popup__inner, .b-page-menu-popup__inner {
        right: auto;
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .b-menu-btn:before, .b-menu-btn:after  {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: margin-top .2s ease .2s, transform .2s ease 0s, background-color .4s;
        -o-transition: margin-top .2s ease .2s, transform .2s ease 0s, background-color .4s;
        transition: margin-top .2s ease .2s, transform .2s ease 0s, background-color .4s;
    }
    .b-menu-btn:before {
        transform: translateY(0);
        margin-top: -8px;
    }
    .b-menu-btn:after {
        transform: translateY(0);
        margin-top: 6px;
    }

    .b-menu-btn > span {
        -webkit-transition: background-color 0s ease .2s;
        -o-transition: background-color 0s ease .2s;
        transition: background-color 0s ease .2s;
    }

    html.is-menu-open .b-menu-btn:before, html.is-menu-open .b-menu-btn:after {
        margin-top: 0;
        background-color: #8C8C8C;
        -webkit-transition: margin-top .2s ease 0s, transform .2s ease .2s, background-color .4s;
        -o-transition: margin-top .2s ease 0s, transform .2s ease .2s, background-color .4s;
        transition: margin-top .2s ease 0s, transform .2s ease .2s, background-color .4s;
    }
    html.is-menu-open .b-menu-btn:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    html.is-menu-open .b-menu-btn:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    html.is-menu-open .b-menu-btn > span {
        background-color: transparent;
    }
    .b-header__logo {
        top: 13px;
    }
    .b-menu-popup__logo {
        top: 14px!important;
    }
}
@media (max-width: 767.98px) {
    .b-header__logo {
        top: 6px;
    }
}
@media (max-width: 575.98px) {

    html.is-menu-open .b-menu-popup__bg, html.is-page-menu-open .b-page-menu-popup__bg {
        opacity: 1;
    }
    html.is-menu-open .b-header__logo {
        display: block;
    }
    .b-menu-popup__bg, .b-page-menu-popup__bg {
        background-color: #191919;
        opacity: 0;
        visibility: visible;
        backface-visibility: visible;
        transition: opacity .25s;
    }

    .b-menu-popup__inner, .b-page-menu-popup__inner {
        width: 100%;
    }
    .b-menu-popup__inner {
        padding-top: 0;
        margin-top: 60px;
    }
    .b-menu-popup__logo {
        display: none;
    }
    .b-menu-popup__close {
        display: none;
    }
    .b-nav__dropdown {
        top: 0;
        width: 100%;
    }
    .b-header__button_question {
        margin: 0 auto;
    }
    .b-header__logo {
        top: 6px;
    }
    .b-menu-popup__logo {
        top: 5px;
    }
}
@media (min-width: 992px) {
    .b-header__logo {
        top: 13px;
    }
}*/

@media (max-width: 991.98px) {
    .b-header__inner {
        position: relative;
        z-index: 10;
    }
    .b-menu-popup {
        position: relative;
        z-index: 9;
    }
    html.is-menu-open .b-header__logo, html.is-menu-open .b-menu-popup .b-menu-popup__close {
        display: none;
    }
    html.is-menu-open .b-menu-popup__inner, html.is-page-menu-open .b-page-menu-popup__inner {
        opacity: 1;
    }
    .b-menu-popup__inner, .b-page-menu-popup__inner {
        background-color: #191919;
        opacity: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s;
    }
    /*-- btn -- */
    .b-menu-popup__inner, .b-page-menu-popup__inner {
        right: auto;
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .b-menu-btn:before, .b-menu-btn:after  {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: margin-top .2s ease .2s, transform .2s ease 0s, background-color .4s;
        -o-transition: margin-top .2s ease .2s, transform .2s ease 0s, background-color .4s;
        -webkit-transition: margin-top .2s ease .2s, background-color .4s, -webkit-transform .2s ease 0s;
        transition: margin-top .2s ease .2s, background-color .4s, -webkit-transform .2s ease 0s;
        transition: margin-top .2s ease .2s, transform .2s ease 0s, background-color .4s;
        transition: margin-top .2s ease .2s, transform .2s ease 0s, background-color .4s, -webkit-transform .2s ease 0s;
    }
    .b-menu-btn:before {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        margin-top: -8px;
    }
    .b-menu-btn:after {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        margin-top: 6px;
    }

    .b-menu-btn > span {
        -webkit-transition: background-color 0s ease .2s;
        -o-transition: background-color 0s ease .2s;
        transition: background-color 0s ease .2s;
    }

    html.is-menu-open .b-menu-btn:before, html.is-menu-open .b-menu-btn:after {
        margin-top: 0;
        background-color: #8C8C8C;
        -webkit-transition: margin-top .2s ease 0s, transform .2s ease .2s, background-color .4s;
        -o-transition: margin-top .2s ease 0s, transform .2s ease .2s, background-color .4s;
        -webkit-transition: margin-top .2s ease 0s, background-color .4s, -webkit-transform .2s ease .2s;
        transition: margin-top .2s ease 0s, background-color .4s, -webkit-transform .2s ease .2s;
        transition: margin-top .2s ease 0s, transform .2s ease .2s, background-color .4s;
        transition: margin-top .2s ease 0s, transform .2s ease .2s, background-color .4s, -webkit-transform .2s ease .2s;
    }
    html.is-menu-open .b-menu-btn:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    html.is-menu-open .b-menu-btn:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    html.is-menu-open .b-menu-btn > span {
        background-color: transparent;
    }
    .b-header__logo {
        top: 13px;
    }
    .b-menu-popup__logo {
        top: 14px!important;
    }
    html.is-menu-open .b-menu-popup__inner, html.is-page-menu-open .b-page-menu-popup__inner {
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 1001;
    }
}
@media (max-width: 767.98px) {
    .b-header__logo {
        top: 6px;
    }
    .b-menu-popup__logo {
        top: 6px!important;
    }
}
@media (max-width: 575.98px) {

    html.is-menu-open .b-menu-popup__bg, html.is-page-menu-open .b-page-menu-popup__bg {
        opacity: 1;
    }
    html.is-menu-open .b-header__logo {
        display: block;
    }
    .b-menu-popup__bg, .b-page-menu-popup__bg {
        background-color: #191919;
        opacity: 0;
        visibility: visible;
        -webkit-backface-visibility: visible;
                backface-visibility: visible;
        -webkit-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s;
    }

    .b-menu-popup__inner, .b-page-menu-popup__inner {
        width: 100%;
    }
    .b-menu-popup__inner {
        padding-top: 0;
        margin-top: 60px;
    }
    .b-menu-popup__logo {
        display: none;
    }
    .b-menu-popup__close {
        display: none;
    }
    .b-nav__dropdown {
        top: 0;
        width: 100%;
    }
    .b-header__button_question {
        margin: 0 auto;
    }
    .b-header__logo {
        top: 6px;
    }
    .b-menu-popup__logo {
        top: 5px;
    }
}
@media (min-width: 992px) {
    .b-header__logo {
        top: 13px;
    }
}

/* end menu mobile */


/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/feedback/style.css?154644293845*/
.b-form-row .input_hidden{
	display:none;
}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/ask_contacts/style.css?1552119390515*/
.b-form-row .input_hidden{
	display:none;
}
.b-form-field.dropdown_hidden{
	display:none;
}
.b-form-row.input_hidden{
	display:none;
}

.attach_icon{
	font-size: 32px;float: left;display: block;width: 5%;text-align: center;line-height: 56px;
}
input[type='file'].attach_input{
	float: right;
	width: 95%;
	padding: 14px 15px;
}

@media (max-width: 700px){
	input[type='file'].attach_input{
		width: 90%;
	}
}
@media (max-width: 375px){
	input[type='file'].attach_input{
		width: 85%;
	}
}
.clearfix{
	clear: both;
}
/* End */


/* Start:/local/templates/main/styles.css?154689582150*/
#panel{
	position: relative;
    z-index: 2000;
}
/* End */


/* Start:/local/templates/main/template_styles.css?157754560632889*/
@media (min-width: 1025px){
	.b-tabs-nav {
		overflow-x : hidden !important;
	}
}
body .b-tabs-nav__item {
		margin: 0px 19px;
	}
@media (max-width: 767.98px) {
	body .b-tabs-nav__item {
		margin: 0px 10px;
	}
}

	.b-tabs__item  TABLE {
		border-collapse: collapse;
		margin: 0;
		/*margin-bottom: 38px;*/
	 }

	.b-tabs__item TD, TH {
		padding: 3px;
		border: 1px solid black;
		text-align: center;
	}

@media (max-width: 991.98px) {
	.b-tabs__item {
		overflow: auto;
	}
	.b-tabs__item.analysis__item table {
		width: 100% !important;
	}
}
@media (max-width: 767.98px) {
	.b-tabs-nav {
		margin-right: 0;
	}
	.b-tabs__item.analysis__item table,
	.b-tabs__item.analysis__item tbody,
	.b-tabs__item.analysis__item tr {
		display: block;
	}
	.b-tabs__item.analysis__item table {
		width: 100% !important;
		height: 100% !important;
	}
	.b-tabs__item.analysis__item td,
	.b-tabs__item.analysis__item th {
		display: block;
		width: auto !important;
		max-width: 100%;
	}
	.b-tabs__item.analysis__item td >* ,
	.b-tabs__item.analysis__item th >* {
		width: auto !important;
	}
}

		.analysis__item TD, TH {
				padding: 3px;
				border: 0px solid black;
				text-align: left;
		}

		.analysis item TABLE {
				border-collapse: collapse;
				margin:auto;
		}

	.minibox {
		float: left;
		position: relative;
		width: 50%;
		display:inline-block;
		padding:3px;

	}

	.b-header__logo {
		/*top: 50% ;
		margin-top:-28px;*/
	}

	.b-logo__img {
		height:56px;
	}

	body .b-products {
		background-position: top;
	}

	.b-catalog-nav__section-title {
		margin-bottom: 10px;
	}

	.b-catalog-nav__list-item {
		margin-bottom: 3px;
	}

	.b-catalog-nav__list {
		margin: 0 0 17px 0;
	}

	.b-catalog-nav__section {
		margin-bottom: 17px;
	}
	.b-page-header-not-found{
		height:85vh;
	}
	.b-page-header-not-found .b-page-header__content{
		margin:0 auto;
		text-align:center;
	}

	.b-page-header-not-found .g-btn{
		margin-top:30px;
	}
	.b-page-header__bg{
		opacity:0.75;
	}
	body .b-page-header_main .b-page-header__title{
		line-height: 68px;
		font-size: 80px;
		letter-spacing: 1.5px;
		margin-bottom: 34px
	}

body h1,
body h2{
		font-weight: 500;
		margin: 0 0 20px 0;
}

@media (min-width: 768px) {
.b-item__image {
			margin: 0px 0 13px;
}
	/*модификатор. Не совсем удвоенное поднятие.*/
	.b-item .b-item__aside-top_x2 {
		margin-top: -230px !important;
	}
	.b-item .b-item__aside-top_x1 {
		margin-top: -180px !important;
	}
}


.b-section_food .b-section__content{
	max-width: 510px;
}

.b-section_food .b-section__inner {
	padding: 75px 0 85px;
}
body .b-section_principals .b-section__content-center{
	margin: 0 auto!important;
	text-align: center;
	max-width:520px !important;
}

body .b-section_principals .b-section__content-center{
	max-width:480px !important;
}

.b-item__data {
	font-weight: 500;
}

#BlowupLens {
	top:-9999px;
	left:-9999px;
}

/**
 * Уменьшение растояний в меню
 **/

body .b-catalog-nav__menu{
	margin: 0 0 17px 0;
}
body .b-catalog-nav__menu-btn{
	height: 50px;
}
body .b-catalog-nav__section-title{
	margin-bottom: 10px;
}
body .b-catalog-nav__list{
		margin: 0 0 14px 0;
}
.b-nav__dropdown-content .b-nav__catalog .b-catalog-nav__content .b-catalog-nav__list-item{
	margin-bottom: 7px;
}
body .b-page__aside{
	padding: 0px 0 0 14px;
}
body .b-catalog-nav__section{
	margin-bottom: 14px;
}

/**
 * Parallax
 **/
/* .b-page-header.b-header-parallax { */
	/* z-index: 1; */
/* } */
/* .b-header-parallax.is-active .b-page-header__inner{ */
		/* position: fixed; */
/* } */

/* .b-header-parallax.is-active .b-page-header__bg { */
		/* position: fixed; */
		/* bottom: auto; */
/* } */


/* .b-header-parallax.is-active ~ .b-products { */
	/* z-index: 2; */
	/* position: relative; */
/* } */
/* .b-header-parallax.is-active ~ .b-products .l-wrapper { */
	/* position: relative; */
/* } */
/* .b-header-parallax.is-active ~ .b-products:not(.b-products_not-bef)::before { */
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	/* left: 0; */
	/* bottom: 0; */
	/* display: block; */
	/* background-color: #fff; */
	/* content: ''; */
/* } */

/* .b-header-parallax.is-active ~ .b-section { */
	/* z-index: 2; */
	/* position: relative; */
/* } */
/* .b-header-parallax.is-active ~ .b-section .l-wrapper { */
	/* position: relative; */
/* } */
/* .b-header-parallax.is-active ~ .b-section:not(.b-manufacturers):not(.b-benefits-section):not(.b-brands-section):not(.b-about-section):not(.b-ingredient-section):not(.b-section_meat)::before { */
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	/* left: 0; */
	/* bottom: 0; */
	/* display: block; */
	/* background-color: #fff; */
	/* content: ''; */
/* } */

/* .b-header-parallax.is-active ~ .b-page { */
	/* position: relative; */
	/* z-index: 2; */
/* } */
/* .b-header-parallax.is-active ~ .b-page .l-wrapper { */
	/* position: relative; */
/* } */
/* .b-header-parallax.is-active ~ .b-page::before { */
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	/* left: 0; */
	/* bottom: 0; */
	/* display: block; */
	/* background-color: #fff; */
	/* content: ''; */
/* } */

/**
 * Правки по форме
 **/

.b-form-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.b-form-row textarea {
	height: 56px;
}
.b-form-field {
	position: relative;
	flex: 1;
	margin-left: 20px;
}
.b-form-field:first-child {
	margin-left: 0;
}
.b-popup-window_wide {
	width: 900px;
}
body .b-item__description{
	font-size:15px;
}

/**
 * Размер фона на плитках
 */
.b-section_food .b-section__bg {
	background-position: 50% 34%;
}
.b-section_made .b-section__bg {
	background-position: 50% 74%;
}

@media (max-width: 1024px){

	.search-form {
		display:none;
	}

	.b-section__bg {
		-webkit-background-size: cover;
		background-size: cover;
	}
}
@media (min-width: 1025px){
	.b-section__bg {
		-webkit-background-size: 1920px;
		background-size: 1920px;
	}
	body .b-section_meat .b-section__bg{
		background-position:inherit;
		-webkit-background-size: 1920px;
		background-size: 1920px;
	}

	.b-section__inner {
		padding: 77px 0 90px;
	}
	.b-page-header__bg{
		-webkit-background-size: 2000px;
		background-size: 2000px;
	}
}
@media (min-width: 1921px){
	.b-section__bg {
		-webkit-background-size: cover;
		background-size: cover;
	}
}


.b-section_food .b-section__bg::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	background-color: rgb(0, 0, 0);
	opacity: 0.3;
}
.b-nav__link:hover {
	color: #FE702C;
}
.b-nav__link:after {
	background: #FE702C;
}
.b-nav__link.is-active {
	color: #FE702C;
}
.gm-style .gm-style-iw-c {
	width: 370px!important;
	background-color: #595959;
}
@media (max-width: 767.98px) {
	.gm-style .gm-style-iw-c {
		width: 300px !important;
}

.b-store-map {
	height: 480px;
}


}
.gm-style .gm-style-iw-c:before {
	background-color: #595959;
}
.b-section_live .b-section__inner {
	justify-content: flex-start;
}
.b-catalog-nav__list-link.is-active {
	font-weight: 500;
}
.b-page-header__content {
	padding-left: 0;
}
/*

.jq-selectbox__select.jq-selectbox__select_not-half {
	max-width: 260px;
}

*/
/*
.b-form-field.theme .jq-selectbox__select{
	max-width: 560px;
}
.b-form-field.cities .jq-selectbox__select{
	max-width: 560px;
}
*/
@media (min-width : 1279px){
	.b-find-store__letters-result-col {
		max-width:20%;
	}
}

.b-header {
	/* position:fixed; */
}

.b-page-header__video {
	top:-5%;
	bottom:-5%;
}
body .b-shop-card { position: relative; height:250px}
body .b-shops__more-btn {height:250px}
body .b-shop-card__text { position: absolute; left: 0; right: 0; bottom: 20px;}


/*.b-product .b-product__slider .slick-prev{
	left: -90px;
}

.b-product_rtl .b-product__slider .slick-next{
	right: -90px;
}*/
@media (min-width : 1025px){
	.b-product__image-wrapper {
		margin: 0 0 0 -83px;
	}
	.b-product_rtl .b-product__image-wrapper {
			margin: 0 -83px 0 0;
	}
}
@media (max-width : 1024px){
	.b-product__image-wrapper {
		margin: 0;
	}
}
.b-page__inner-catalog .b-item__title{
	font-size: 44px;
}

.b-nav__item .b-nav__link:hover:after{
	opacity:0;
}
.b-page-header .b-page-header__video:after{
	opacity:0;
}
.b-product__content .g-style-list{
	font-weight: 100;
}
.b-section_live .b-section__content{
	margin-left: 45px;
}
.b-header{
		background-color: rgba(0, 0, 0, 0.5);
}
.b-product__slider-item p strong{
	font-weight:500;
}
.b-page__inner-catalog .b-page__aside{
	padding-top:4px;
	padding-left:0px;
}
.b-page__inner-catalog .b-page__content{
	padding-top: 0px;
}

.b-dont-use {
	margin-top: 65px;
}

.b-page-header__video {
	/*top: 0;*/
}
.b-page-header_main {
	/*margin-top: -40px;*/
}

.b-products__item .b-product .b-dont-use__title{
	font-weight: 500;
	font-size: 18px;
}

.b-section h2 {
	/*line-height: 56px;*/
}
.easy-autocomplete{
	width:100%!important;
}

.easy-autocomplete-container ul{
	display: block;
		background: #FFFFFF;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.17547);
		border-radius: 8px;
	overflow:hidden;
}
.easy-autocomplete-container ul .error{
	font-size: 15px;
		text-align: center;
		color: #131313;
		opacity: 0.4;
		padding: 20px;

}
.easy-autocomplete input {
	position: relative;
	z-index: 4;
}
.b-find-form__btn{
	z-index:5;
}

/*.b-product_rtl .b-product__slider .slick-next {
	right: 8px;
}*/


/* slider page our foods  -- START -- */
.b-products .g-btn {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* .b-product__slider {
	font-size: 15px;
	line-height: 22px;
}
 */
/*.b-product .slick-dots {
	left: 0;
	bottom: 10px;
}

.b-product_rtl .slick-dots {
	right: 0;
}*/

/* slider page our foods  -- END -- */

/* title img our-foods products -- START -- */
.b-item__aside_show_mobile{
	display: none;
}

.b-item__image-caption {
	text-align: center;
	transform: translateX(-23px);
	margin-bottom: 10px;
}
.b-item__image-caption:last-of-type {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.b-item__image-caption {
		transform: translateX(-14px);
	}
}
@media (max-width: 767px) {
	.b-item__image-caption {
		text-align: center;
		transform: translateX(0);
	}

	.b-item__aside_show_mobile{
		display: block;
	}

	.b-item__image-caption__hidden_mobile{
		display: none;
	}
}
/* title img our-foods products -- END -- */
/* page index, block Ингредиенты имеют значение -- START -- */
.b-section_dark.b-section_principals .b-dont-use{
	margin-top: 0;
}

.b-section.b-section_dark.b-section_principals p {
	margin-bottom: 28px;
}

.b-section_principals_1 .b-dont-use__title {
	margin-bottom: 28px;
}

.b-section_principals_1 .b-dont-use__subtitle {
	opacity: 1;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Inter';
	font-weight: normal;
}

.b-section.b-section_principals_1 .g-btn {
		margin-top: 30px;
}

/* page index, block Ингредиенты имеют значение -- END -- */
@media (min-width: 1025px){

	body .b-section_food-list .b-section__content{
		width: 1060px;
	}
}


@media (max-width: 767px){
	.b-form-row{
		display: block;
		margin-bottom: 0;
	}
	.b-form-field{
		margin: 0 0 20px;
	}
}

.b-product .b-product__slider-item p , .b-product .b-product__slider-item .b-dont-use, .b-product .b-product__slider-item .b-dont-use__title {
	font-size: 15px;
	line-height:22px;
}

@media (min-width: 992px) {
	.b-product ul {
		margin-bottom:68px;
	}
	.b-section .g-style-list li{
		font-family: 'Inter';
	    font-size: 18px;
	    line-height: 20px;
	    font-weight: 500;
	    margin-bottom: 12px;
	    padding-top: 10px;
	}
}
.b-dont-use__subtitle {
	font-size: 15px;
	font-weight:400;
}
.b-tabs-nav__link.is-active {
	font-weight: 400;
}

/*.b-product_rtl .b-product__slider-item {
			max-width: 84% !important;
}*/
.b-section_food .g-style-list {
	-webkit-transform: translateX(0)!important;
	-ms-transform: translateX(0)!important;
	-o-transform: translateX(0)!important;
	transform: translateX(0)!important;
}

.b-dont-use__title {
	font-weight: bold;
	font-family: 'Inter';
	margin-bottom: 10px;
}
.b-page-header_about .b-page-header__title {
	line-height: 0.9em;
	max-width: 480px;
}
@media (max-width: 991.98px) {
	.b-page-header_about .b-page-header__title {
		max-width: 380px;
	}
}
@media (max-width: 767.98px) {
	.b-page-header_about .b-page-header__title {
		max-width: none;
	}
}

.b-product__slider-item .g-style-list {
	line-height:22px;
}

.analysis-td-first-column {
	text-align:left;
	border: 0pt solid windowtext;
	padding: 0cm 5.4pt;
	width: 100px;
	border: 0px;
}

.analysis-td-second-column {
		border:0px;
	text-align:left;
	border-style: solid solid solid none;
	border-top-width: 0pt;
	border-top-color: windowtext;
	border-right-width: 0pt;
	border-right-color: windowtext;
	border-bottom-width: 0pt;
	border-bottom-color: windowtext;
	padding: 0cm 5.4pt;
	width: 160px;

}

.analysis-td-fourth-column {
	text-align:left;
	border-style: solid solid solid none;
	border-top-width: 0pt;
	border-top-color: windowtext;
	border-right-width: 0pt;
	border-right-color: windowtext;
	border-bottom-width: 0pt;
	border-bottom-color: windowtext;
	padding: 0cm 5.4pt;
	width: 314.4px;
	border:0px;
}

.analysis-table {
	border-collapse: collapse;
	height: 149px;
	width: 724px;
	border: 0px;
	text-align: left;
}

.analysis-p-first {
	width: 170px;
	text-align: left;
}

.analysis-p-second {
	width: 170px;
	text-align: left;
}

.analysis-p-third{
	width: 190px;
	text-align: left;
}

.analysis-p-fourth {
	width: 190px;
	text-align: left;
}
.b-callback__title-contacts{
	margin-bottom: 20px;
}
.b-callback__desc{
		font-size: 18px;
		line-height: 24px;
		font-family: 'Inter';
		font-weight: normal;
		margin-bottom: 36px;
}

@media (max-width: 767.98px){
	.b-callback__desc{
		font-size: 16px;
		line-height: 22px;
	}
}

/**
 * Изображения для мобильных устройств
 **/
.b-page-header__bg_mobile, .b-section__bg_table, .b-section__bg_mobile {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.b-page-header__bg_desc, .b-section__bg_desc {
		background-image: none!important;
	}
	.b-page-header__bg_mobile, .b-section__bg_mobile {
		background-image: none!important;
	}
	.b-page-header__bg_table, .b-section__bg_table {
		display: block;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.b-section_principals .b-section__bg_table {
		/*-ms-background-position-x: -130px;*/
		/*background-position-x: -130px;*/
	}
	.b-section__bg_table {
		-ms-background-position-x: center;
		background-position-x: center;
	}
}
@media (max-width: 767.98px) {
	.b-page-header__bg_desc, .b-section__bg_desc {
		background-image: none!important;
	}
	.b-page-header__bg_table, .b-section__bg_table {
		background-image: none!important;
	}
	.b-page-header__bg_mobile, .b-section__bg_mobile {
		display: block;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media (min-width: 992px) {
	.b-page-header__bg_mobile, .b-section__bg_mobile {
		display: none;
		background-image: none!important;
	}
	.b-page-header__bg_table, .b-section__bg_table {
		display: none;
		background-image: none!important;
	}
}
/*****/
.b-shop-card__image-empty{
	width: 60px;
	height: 46px;
}
.b-store-map .gm-style .gm-style-iw-c h3{
	font-size: 20px;
	line-height:1.2;
}


/* start video poster */
@media (max-width: 767px) {
		.b-page-header__video.b-page-header__video_desctop {
				display: none;
		}
}
@media (min-width: 768px) {
		.b-page-header__video.b-page-header__video_mobile {
				display: none;
		}
}
/* end video poster */

@media (max-width: 767px) {
	.b-section_principals_1 .b-dont-use__subtitle, .b-section_food .b-dont-use__list {
		font-size: 16px!important;
		line-height: 24px;
		font-family: 'Inter';
		font-weight: normal;
	}
}

@media (max-width: 991.98px) {
	.b-find-section {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.b-find-section {
		padding-top: 20px;
	}
}

.b-brands-section h3 {
	font-weight: 500;
}

.b-find-form__reset {
	position: absolute;
	z-index: 50;
	right: 0;
	top: 0;
	background-color: transparent;
	width: 52px;
	height: 52px;
	border: none;
	padding: 0;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.b-find-form__reset::after {
	position: absolute;
	z-index: 50;
	top: 50%;
	right: 12px;
	left: 12px;
	height: 2px;
	background-color: #a3a3a3;
	content: '';
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
}

.b-find-form__reset::before {
	position: absolute;
	z-index: 50;
	top: 12px;
	bottom: 12px;
	left: 50%;
	width: 2px;
	background-color: #a3a3a3;
	content: '';
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
}

.b-find-form__reset:hover::before,
.b-find-form__reset:hover::after {
	background-color: #FE702C;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.search {
		/* remove inner shadow on iOS input */
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
	}
}

input, textarea {
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.b-dont-use__title {
	font-size: 16px;
	letter-spacing: normal;
}



@media (max-width: 1199.98px) {
	.b-section_food-list ul {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.b-section .g-style-list {
		-webkit-transform: translateX(6%);
		-ms-transform: translateX(6%);
		-o-transform: translateX(6%);
		transform: translateX(6%);
	}
}

@media (max-width: 991.98px) {
	.b-benefits__icons .b-benefits__icons-item {
		flex-basis: 25%;
		max-width: 25%;
	}
	.b-header {
		top: 0;
		position: fixed;
	}
	.b-section_food-list ul {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.b-section .g-style-list {
		-webkit-transform: translateX(2%);
		-ms-transform: translateX(2%);
		-o-transform: translateX(2%);
		transform: translateX(2%);
	}
}


@media (max-width: 767.98px) {
	.b-section_live .b-section__content {
		max-width: 600px!important;
	}
	.b-page-header__inner, .b-section__inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		min-height: 410px;
	}
	.b-page-header__content, .b-section__content {
		max-width: 600px!important;
	}
	.b-section .g-style-list {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.b-section_food-list ul {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 400.98px) {
	.b-benefits__icons .b-benefits__icons-item {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width: 1024.98px) {
	.b-section_food-list ul {
		-ms-flex: 0 0 46%;
		flex: 0 0 46%;
		max-width: 46%;
	}
	.b-section .g-style-list {
		-webkit-transform: translateX(17%);
		-ms-transform: translateX(17%);
		-o-transform: translateX(17%);
		transform: translateX(17%);
	}
}

@media (min-width: 1200px) {
	.b-section_food-list ul {
		-ms-flex: 0 0 43%;
		flex: 0 0 43%;
		max-width: 43%;
	}
	.b-section .g-style-list {
		-webkit-transform: translateX(18%);
		-ms-transform: translateX(18%);
		-o-transform: translateX(18%);
		transform: translateX(18%);
	}
}

@media (max-width: 767.98px) {
	.b-find-store__map-header .b-map-header__text {
		font-size: 16px;
		line-height: 22px;
	}

	.b-find-store__letters-result-link:active {
		color: #FE702C;
	}

	.b-item__image {
		max-width: 80%;
		margin-left: 19%;
	}

	.b-item__title {
		line-height: 0.89;
	}

	.b-tabs {
		position: relative;
	}

	.b-tabs.is-visible_l:before {
		position: absolute;
		z-index: 5;
		display: block;
		top: 0;
		left: 0;
		height: 48px;
		width: 40%;
		background-image: -moz-linear-gradient(to left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1));
    background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1));
    background-image: -o-linear-gradient(to left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1));
    background-image: -ms-linear-gradient(to left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1));
		content: '';
	}

	.b-tabs.is-visible_r:after {
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		height: 48px;
		width: 40%;
		background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1));
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1));
    background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1));
    background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1));
		content: '';
	}

}

.b-footer-nav__link:hover {
	color: #FE702C;
}

@media (min-width: 1026px) {

}
@media (min-width: 1026px) {
	.b-section.b-section_made .b-section__inner {
		padding: 74px 0 82px;
	}
	.b-section.b-section_made .b-section__content {
		max-width: 400px;
	}
}


@media (min-width: 500px) and (max-width: 767.98px) {
	.b-section_live .b-section__inner {
		min-height: 0 !important;
		padding: 89px 0 !important;
	}

}
@media (max-width: 767px) {
	.b-section_live .b-section__bg_mobile {
		background-position: center 0;
	}
	#ask_contacts .jq-selectbox__select {
		max-width: none!important;
	}
}

@media (max-width: 1199.98px) {
	.b-section_meat .b-section__content,
	.b-section_live .b-section__content,
	.b-section.b-section_made .b-section__content,
	.b-page-header_about .b-page-header__content {
		margin-left: 54px;
	}
}
@media (max-width: 991.98px) {
	.b-page-header_about .b-page-header__content {
		margin-left: 0;
	}
	.b-section_meat .b-section__bg {
		background-position: right center;
	}
}
@media (max-width: 767.98px) {
	.b-page-header_about .b-page-header__content {
		margin: auto;
	}
}
@media (min-width: 992px) {
	.b-section_meat .b-section__bg {
		background-position: center center!important;
	}
}
@media (min-width: 1200px) {
	.b-section_meat .b-section__content,
	.b-section_live .b-section__content,
	.b-section.b-section_made .b-section__content,
	.b-page-header_about .b-page-header__content {
		margin-left: 54px;
	}
}
/*
@media (max-width: 991.98px) {

}
*/

@media (min-width: 992px) and (max-width: 1199.98px) {
	.b-page__content {
		width: 71%;
	}
	.b-item__content, .b-item__footer {
		width: 64%;
	}
	.b-item__aside, .b-item__gallery {
		width: 30%;
	}

}





@media (max-width: 991.98px) {
	.b-menu-popup__logo {
		top: 6px;
	}
}

@media (max-width: 767.98px) {
	.b-header {
		height: 67px;
	}
	.b-menu-btn {
		top: 1px;
	}
}

.b-find-store__letters-result-link.is-active {
	color: #FE702C;
}



@media (max-width: 767.98px) {
	.b-section_principals .b-section__content {
		max-width: 580px!important;
	}
}

@media (min-width: 768px){
	.b-section_principals .b-section__content {
		max-width: 480px!important;
	}
}

.b-shop-card__image {
	object-fit:contain;
}
@media (max-width: 767.98px) {
.b-shops__content-no_online-shops {
	    padding-bottom: 20px;
}
}

.b-section_principals_1 .l-wrapper .b-section__inner .b-section__content {
	max-width: 600px!important;
}

.b-section_principals_1 .l-wrapper .b-section__inner .b-section__content p {
	/* max-width: 480px!important; */
    display: block;
    margin: 0 auto;
    margin-bottom: 28px;
}

.b-tabs__content .analysis__item tr td:nth-child(2) {
	min-width: 180px;
}

.poi-info-window div, .poi-info-window a {
	background-color: transparent !important;
	color: white !important;
}
.gm-style-pbc + div > div:last-child > div > div > div > div:nth-child(2),
.gm-style-pbc + div > div:last-child > div > div > div > div:last-child {
	background-color: transparent !important;
}

.easy-autocomplete-container-hidden{
	display: none !important;
}


.gm-style .gm-style-iw-c + div {
  width: 50px !important;
  height: 50px !important;
}

.gm-style .gm-style-iw-c + div + img {
  width: 50px !important;
  height: 50px !important;
  top: 11px !important;
  right: -10px !important;
}


.b-section_width_440 .b-page-header__content{
	max-width: 440px;
}

.b-section_width_460 .b-section__content{
	max-width: 460px;
}

.b-section_principals .l-wrapper .b-section__inner .b-section__content.b-section__content-center.b-section__width-620 {
	max-width:620px !important;
}

.b-section_principals .l-wrapper .b-section__inner .b-section__content.b-section__content-center.b-section__width-620 p {
	max-width:620px !important;
}

.b-dont-use__subtitle {
	max-width:460px;
}

body .b-page-header_main.b-page-header_main_en .b-page-header__title{
	line-height: 84px;
    font-size: 108px;
}


@media (min-width: 1026px) {
	.b-section_made_width_desctop_440.b-section.b-section_made .b-section__content{
		max-width: 440px;
	}
}

.b-about-section .b-about-section__content{
	text-align: left;
}


.catalog_content_block .b-page-header .b-page-header__content{
	max-width: 400px;
}


@media (max-width: 767.98px){
	.b-section.b-section_top-img .b-section__inner{
		padding-top: 0 !important;
	}

	.b-section_principals .b-dont-use__subtitle{
		margin: 0 auto;
	}
}



@media (min-width: 990px) and (max-width: 1024px) {
	.b-section_bottom-img .b-section__content{
		max-width: 400px;
	}
}


@media (min-width: 990px) and (max-width: 1200px) {
	.b-section_meat .b-section__content{
		max-width: 435px;
	}
}

.bx-touch .b-nav__link {
	-webkit-transition:none;
	-o-transition:none;
	transition:none;
}

/* отображение планшета , аналогично десктопу */


@media (min-width: 990px) and (max-width: 1200px) {

.b-section_live-probiotics .b-section__bg {
	background-position-x: 45%;
}

.b-section_live-probiotics-en .b-section__bg {
	background-position-x: 40%;
}

.b-section_live-probiotics .l-wrapper {
	/* max-width: 1110px; */
}

.b-section_made .b-section__bg {
	background-position-x: 43%;
}

.b-section_meat .b-section__bg {
	    background-size: 1600px !important;
    background-position-x: 43% !important;
}

.b-section_our-principals .b-section__bg {
	    background-position-x: 42%;
		    background-size: 1920px;
}

.b-page-header_about-ingredients .b-page-header__bg {
	background-size: 1920px;
	background-position-x: 42%;
}

.b-section_food-advantages .b-section__bg {
	    background-size: 1890px;
    background-position-x: 53%;
}

.b-about-section_en .b-about-section__inner {
	 padding: 81px 19px 94px;

}

.b-section_made_width_desctop_440.b-section.b-section_made .b-section__content {
    max-width: 440px;
}

}

.b-page-header__video video {
	width: 100%;
	height: 100%;
}

@media (min-width: 990px) and (max-width: 1200px) and (orientation:landscape) {
	.b-page-header_main,
	.b-page-header__video video {
		height:92vh;
	}
}


@media (min-width: 1200px)  {
	.b-page-header_main,
	.b-page-header__video video {
		max-height:100vh;
	}
}
/**
 * ценновой блок
 **/
.b-item__price_block{
    padding-right:55px
}
.b-item__price_block .b-item__image-caption{
    transform: none;
}
.b-item__price_block-props{
    justify-content: center;
    display:flex;
    margin-top: 20px;
}
.b-item__price_block-props-price{
    font-family: 'Inter';
    font-weight: 500;
    line-height: 48px;
    font-size: 38px;
    letter-spacing: 0.225882px;
}
.b-item__price_block-props-weight .jq-selectbox__select-text{
    color:#d2d2d2;
}
.b-item__price_block-props-weight .jq-selectbox__dropdown li{
    color:#d2d2d2;
}
.b-item__price_block .b-form-btn{
    margin-top: 20px;
}
.b-item__price_block_show_mobile{
    display: none;
}

.b-item__price_block.b-item__price_block_show_mobile .b-item__image-caption{
    text-align: left;
    font-size: 15px;
}


@media (max-width: 767px) {
    .b-item__price_block_hide_mobile{
        display:none;
    }
    .b-item__price_block_show_mobile{
        display:block;
    }
    .b-item__price_block.b-item__price_block_show_mobile{
        padding: 0px;
        margin-bottom: 20px;
    }
    .b-item__price_block.b-item__price_block_show_mobile .b-item__price_block-props{
        justify-content: normal;
    }
    .b-item__price_block.b-item__price_block_show_mobile .b-item__price_block-props-price{
        margin-right: 40px;
    }
}
@media (max-width: 1200px) {
    .b-item__price_block{
        padding: 0px;
    }
}

.pac-container{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.17547);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
    z-index: 9999 !important;
}

.pac-container .pac-icon-marker{
    opacity:0;
}
@media (min-width: 768px){
    .b-item .b-item__aside-top{
        margin-top:-100px;
    }
}
@media (max-width: 767px) {
    .b-nav__link_store:before{
        content:none;
    }
    .city-popup__window{
        width:100%;
        height:100%;
    }
}

@media (min-width: 1380px) {
	.b-topmenu-geo-box .b-topmenu-geo-box__city {
		font-size:16px;
	}
}
.city-popup input.b-find-form__input{
    box-shadow: none!important;
}
.b-item__aside-top .b-item__image-wrapper{
    margin-bottom:20px;
}
.b-header__nav a{
    -webkit-transition:0s;
    transition:0s;
}
.b-item__price_block-props-price{
    min-width: 75px;
}

.city-popup__close:hover {
	background:#fff;
}

/*close popup map*/
body .b-store-map .gm-style .gm-style-iw-c:after{
    top:0;
}

body .b-store-map .gm-style .gm-style-iw-c{
    padding-top: 25px;
}

body .gm-ui-hover-effect{
    background-image: url('../images/close.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 19px !important;
    background-position: center !important;
    z-index: 1;
	top: 5px!important;
	right: 5px!important;
}
body .gm-ui-hover-effect img{
    display: none !important;
}
.b-find-store__letters-result-item .b-find-store__letters-result-item_cnt{
    color: #a9a9a9;
    font-size: 14px;
    padding-left: 5px;
}

.b-item__aside-top .b-item__image-caption{
    padding-right: 12px;
}

.b-map-header_contacts .b-map-select-nav li.selected, .b-map-header_contacts .b-map-select-nav li.sel{
    font-weight: normal;
}
.b-find-store__letters-nav .b-find-store__letters-nav-link{
    margin-right: 18.0px;
}
@media (max-width: 1024px){
    .b-find-form__main .search-form_en{
        display: block;
    }
}


.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 420px) {
    .contact-item {
        width: 50%;
        text-align: center;
    }
    .contact-item img{
        width: 50px;
    }
}

.contact-item h3 {
    font-size: 20px;
    margin: 0;
    margin-top: 9px;
}

.contact-item p {
    margin-top: 14px;
}

h2.b-page__title.contact {
    margin-bottom: 14px;
    margin-top: 50px;
}
