@charset "UTF-8";
@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald-Regular.eot");
    src: local("Oswald Regular"), local("Oswald-Regular"), url("../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald-Bold.eot");
    src: local("Oswald Bold"), local("Oswald-Bold"), url("../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

* {
    box-sizing: border-box;
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    line-height: 1;
}

p {
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input, label, button, textarea {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    font-size: inherit;
}

.section {
    display: inline-block;
    width: 100%;
    padding: 0 0 80px 0;
}

.section_gradient {
    position: relative;
}

.section_gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(to top, rgba(255, 0, 0, 0) 81%, #dbdbdb 109%);
    z-index: -1;
}

.section__head {
    padding: 70px 0 0 0;
    display: flex;
}

.section__head_between {
    justify-content: space-between;
}

.section__head_between-wrap {
    flex-wrap: wrap;
}

.section__head_vertical-center {
    align-items: center;
}

.section_padding-top {
    padding-top: 60px;
}

.section__title {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    font-family: "Oswald", sans-sherif;
    text-transform: uppercase;
}

.section .h1 {
    margin-top: 0;
}

.section_grey {
    background: #f8f8f8;
}

.section_grey-ragged-bootom {
    position: relative;
}

.section_grey-ragged-bootom::before {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    height: 90px;
    width: 100%;
    background-color: #cfcfcf;
    background-image: url("../../images/ragget-bottom.jpg");
    background-size: cover;
}

.sub-section {
    display: inline-block;
    width: 100%;
    background-color: white;
}

.sub-section_transparent {
    background: transparent;
}

.sub-section_shadow {
    box-shadow: 0px 0px 30px 0px rgba(196, 196, 196, 0.51);
}

.sub-section_padding {
    padding: 30px 40px;
}

.sub-section_border {
    border: 1px solid #e6e6e6;
}

.sub-section_margin-xl {
    margin: 50px 0;
}

.sub-section__title {
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
}

.sub-section__title_center {
    text-align: center;
}

.sub-section__title_bold {
    font-weight: bold;
}

.sub-section__absolute {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 12px;
}

.sub-section__small-text {
    font-size: 11px;
    margin-top: 20px;
    opacity: .5;
}

.btn {
    display: inline-block;
    transition: all .2s;
    border: 0;
    cursor: pointer;
}

.btn_uppercase {
    text-transform: uppercase;
}

.btn_lg {
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    border-radius: 30px;
}

.btn_radius {
    border-radius: 30px;
}

.btn_red {
    background: #e51b0a;
    color: white;
    border: 1px solid #e51b0a;
}

.btn_red:hover {
    background: #212121;
    color: white;
    border: 1px solid #212121;
}

.btn_grey-border-darck {
    border: 1px solid #818181;
    font-weight: bold;
}

.btn_grey-border-darck:hover {
    background: #e51b0a;
    color: white;
    border: 1px solid white;
}

.btn_grey-border {
    border: 1px solid #cfcfcf;
    background: white;
}

.btn_grey-border:hover {
    background: #e51b0a;
    color: white;
    border: 1px solid white;
}

.btn_center {
    display: block;
    margin: auto auto 0 auto;
}

.btn_more-arrow {
    background-image: url("../../images/arrow-button.png");
    background-repeat: no-repeat;
    background-position: 30px 11px;
    height: 35px;
    width: 188px;
    line-height: 35px;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    padding: 0 20px 0 50px;
    margin-top: 2em;
}

.btn_more-arrow:hover {
    background-color: #cfcfcf;
}

.btn_xs {
    height: 25px;
    border: 1px solid #cfcfcf;
    line-height: 25px;
    padding: 0 11px;
    border-radius: 20px;
}

.btn_black {
    background: #212121;
    color: white !important;
    border: 1px solid #212121;
}

.btn_black:hover {
    background: #e51b0a;
    color: white;
    border: 1px solid #e51b0a;
}

.btn_shadow {
    box-shadow: 0px 10px 40px 0px rgba(19, 11, 11, 0.25);
}

.btn_shadow-red {
    box-shadow: 0px 9px 14px 0px rgba(255, 0, 18, 0.24);
}

.btn_md {
    height: 35px;
    line-height: 35px;
}

.btn_xl {
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    padding: 0 40px;
}

.btn_228 {
    width: 228px;
}

.btn_add-black {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 40px 0 50px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #212121;
    background-color: white;
    background-image: url("../../images/plus-black.png");
    background-repeat: no-repeat;
    background-position: center left 30px;
}

.btn_add-black_margin-top {
    margin-top: 30px;
}

.btn_add-black:hover {
    color: #e51b0a;
    border: 1px solid #e51b0a;
    background-image: url("../../images/plus-red.png");
}

.input-file-btn-style:hover .btn_add-black {
    color: #e51b0a;
    border: 1px solid #e51b0a;
    background-image: url("../../images/plus-red.png");
}

a {
    transition: color .2s;
}

body {
    min-width: 320px;
    line-height: 1.5;
}

.h1 {
    display: block;
    margin: 35px 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
}

.h2 {
    display: block;
    margin: 35px 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
}

.h3, .h4 {
    display: block;
    margin: 30px 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
}

.clearfix {
    clear: both;
}

.content {
    margin-top: 206px;
}

.container {
    display: block;
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}

.container .container {
    padding: 0;
    width: 100%;
}

.link-detal {
    position: relative;
    padding-right: 20px;
    transition: all ease .3s
}

.link-detal:hover, .news__title:hover, .tag-list__tag:hover {
    color: #e51b0a;
    text-decoration: none;
}

.link-detal::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 2px;
    display: block;
    width: 13px;
    height: 13px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAApklEQVQokZ2SYQ3DIBCFv+KgBgjZJDAJtVAL1EItTEKxMAmrhNUDwcAkbH8OculIs+39gbzwcXcPOpQyrgcCMAIeeAIrEC1pLec6BXjgDvS0FS1pqlDGnYCHAiZZlx14taS5QIu0BbBZ0kX80ADPRjZBmV4uwZKiqlo0mowbGv2HA3AwDaBK0vxQmem182tSjbnmUikqczsAAG7/Ry7gb4+rwK++0RuVzztLBEml3AAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
}

.uppercase-text {
    text-transform: uppercase;
}

.color-grey {
    color: #b0b0b0;
}

.color-red {
    color: #e51b0a;
}

.color-black {
    color: #212121;
}

.color-green {
    color: #1b5d01;
}

.text-center {
    text-align: center;
}

#map-shops {
    margin-top: 30px;
}

.underline {
    text-decoration: underline;
}

.header {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    background: #2c2b2b;
    box-shadow: 0px 0 23px 0px rgba(204, 204, 204, 0.4);
}

.header-options {
    display: block;
    background: #2c2b2b;
}

.header-options__row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-options__col {
    display: flex;
}

.header-regions-btn {
    display: block;
    position: relative;
    color: white;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
}

.header-regions-btn:hover, .header-regions-btn:focus {
    color: white;
    text-decoration: none;
}

.header-lk-btn:hover, .header-lk-btn:focus {
    color: white;
    text-decoration: none;
}

.header-reginons-list__list-char {
    color: black;
}

.header-reginons-list__reginon {
    color: black;
}

.header-reginons-list__reginon a:hover, .header-reginons-list__reginon a:focus {
    color: #e51b0a;
    text-decoration: none;
}

.header-lk-nav__item a:hover, .header-lk-nav__item a:focus {
    color: #e51b0a;
    text-decoration: none;
}

.header-regions-btn::after {
    content: '';
    display: inline-block;
    height: 5px;
    width: 10px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAARUlEQVQImV2MUQ2AMBTEejiYFiygBU9vFpAwPCGh/LBkoZ+99FAPtVhQmzrUtiW5P1lzBAZwJXmyVPNlB3qSzh+11HN1LxN0JmPzZ/QJAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.header-regions-btn.open::after {
    transform: rotate(180deg);
}

.header-regions-btn__ico {
    width: 10px;
    height: 10px;
    fill: white;
}

.header-searsh-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 30px;
    background: #e51b0a;
}

.header-searsh-btn__ico {
    fill: white;
    height: 17px;
    width: 18px;
}

.header-lk-btn {
    display: block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: white;
    background: #373737;
    text-align: center;
}

.header-lk-btn__ico {
    margin-right: 5px;
    fill: white;
    width: 10px;
    height: 10px;
}

.header-hidde-container__inner {
    position: relative;
}

.header-hidde-list {
    display: none;
    position: absolute;
    z-index: 999;
    background: white !important;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
}

.header-hidde-list::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 30px;
    display: block;
    background: white;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
}

.header-hidde-list__regions {
    left: 0;
    padding: 20px 0 20px 20px;
}

.header-hidde-list__lk {
    right: 0;
    width: 220px;
}

.header-hidde-list .mCSB_scrollTools .mCSB_draggerRail {
    background: #8d8d8d;
    width: 4px;
    border-radius: 0;
}

.header-hidde-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #e51b0a;
}

.header-reginons {
    display: block;
    height: 250px;
    width: 200px;
    overflow: hidden;
}

.header-lk-nav__list {
    padding: 20px 20px 0 20px;
}

.header-lk-nav__item {
    margin-bottom: 20px;
}

.header-lk-nav__exit {
    position: relative;
    display: block;
    padding: 20px 20px 20px 40px;
    border-top: 1px solid #e6e6e6;
}

.header-lk-nav__exit::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAAnUlEQ…9xo/C+5DU5vsZlAnwEF4k5qop56cmHwlx9jPFzm0nV7gU5kxwRHZ4RiAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
}

.header-reginons-list__list-char {
    display: block;
    margin: 10px 0;
    text-transform: uppercase;
}

.header-reginons-list__reginon {
    margin-bottom: 5px;
}

.header-reginons-list__reginon:hover {
    color: #e51b0a;
}

.nav-bar {
    position: relative;
    background: white;
    z-index: 3;
}

.nav-bar__content {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
}

.nav-bar__logo {
    display: block;
    margin-right: 60px;
}

.nav-bar__toggle-btn {
    display: none;
}

.nav-bar__container {
    flex-grow: 1;
}

.nav-bar__banner {
    position: absolute;
    left: 50%;
    top: 60px;
    display: block;
    width: 25%;
    height: 400px;
    z-index: 1;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
}

.nav-bar__banner_visible {
    left: 75%;
    opacity: 1;
    visibility: visible;
}

.nav-bar__banner-button {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid white;
    text-align: center;
}

.nav-bar__list_level-1 {
    display: flex;
    width: 100%;
}

.nav-bar__item_level-1 {
    display: block;
    height: 60px;
    line-height: 60px;
    transition: all easy .2s;
    padding: 0 23px
}

@media screen and (min-width: 768px) {
    .nav-bar__item_level-1:hover, .nav-bar__item_level-1.current {
        border-bottom: 2px solid #e51b0a;
        background: #f0f0f0
    }
}

.nav-bar__item_level-1 > .nav-bar__link {
    font-size: 20px;
}

.nav-bar__list_level-2 {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    height: 400px;
    width: 75%;
    background: #212121;
    z-index: 2;
}

.nav-bar__item_level-2 {
    height: auto;
    line-height: 1;
    width: 202px;
}

.nav-bar__item_level-2.active, .nav-bar__item_level-2:hover {
    background: #313131;
}

.nav-bar__item_level-2:first-child {
    margin-top: 20px;
}

.nav-bar__item_level-2 > .nav-bar__link {
    font-size: 16px;
    color: white;
    display: inline-block;
    width: 202px;
    padding: 17px 10px 17px 30px;
}

.nav-bar__list_level-3 {
    position: absolute;
    top: 0;
    left: 200px;
    display: block;
    float: left;
    background-color: #313131;
    background-image: url("../images/navbar-graginent.png");
    background-repeat: no-repeat;
    background-position: top;
    height: 400px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    padding: 30px;
}

.nav-bar__list_level-3.visible {
    opacity: 1;
    visibility: visible;
}

.nav-bar__list_level-3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #e51b0a;
}

.nav-bar__item_level-3 {
    display: block;
    float: left;
    width: 50%;
}

.nav-bar__item_level-3 .nav-bar__link {
    display: block;
    padding: 0 1rem 1rem 0;
    color: white;
    font-size: 13px;
}

.nav-bar__item_level-3 .nav-bar__link:hover {
    color: #ff98a7;
}

.nav-bar__toggle-btn {
    display: none;
}

.nav-bar__toggle-btn.open {
    right: 10px;
}

.nav-bar__toggle-btn.open span:nth-child(1) {
    top: 6px;
    width: 25px;
    transform: rotate(45deg);
    background: #e51b0a;
}

.nav-bar__toggle-btn.open span:nth-child(2) {
    top: 6px;
    width: 25px;
    transform: rotate(135deg);
    background: #e51b0a;
}

.nav-bar__toggle-btn.open span:nth-child(3) {
    top: 6px;
    width: 25px;
    transform: rotate(45deg);
    background: #e51b0a;
}

.nav-bar__sm-toggler_open {
    transform: rotate(180deg);
}

.promo {
    display: block;
    padding: 15px 0;
}

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

.promo img {
    display: block;
    min-width: 100%;
    width: 100%;
    margin: 0;
}

.promo_header {
    padding: 0;
}

.full-banner {
    position: relative;
    display: block;
    height: 350px;
    background-size: cover;
    background-position: right;
    box-shadow: 0px 13px 30px 0px rgba(149, 16, 43, 0.4);
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

.full-banner__wrap {
    width: 100%;
}

.full-banner__content {
    display: block;
    padding-top: 180px;
}

.full-banner__content_color-white {
    color: white;
}

.full-banner__title {
    display: block;
    margin-bottom: 0px;
    font-size: 48px;
    text-transform: uppercase;
    font-family: "Oswald", sans-sherif;
    font-weight: bold;
}

.full-banner__text {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    font-family: "Oswald", sans-sherif;
}

.full-banner__text-small {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

.articles-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.articles-list__item {
    width: 22.5%;
    margin-right: 3.33333%;
}

.articles-list_col-3 .articles-list__item {
    width: 31%;
    margin-right: 3.5%;
}

.articles-list__item:last-child {
    margin-right: 0;
}

.article-preview {
    display: block;
    width: 100%;
    line-height: 1.5;
}

.article-preview__image {
    display: block;
    padding-top: 220px;
    background-size: cover;
}

.article-preview__title {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}

.article-preview__text {
    display: block;
    margin: 25px 0;
}

.brands-slider__slid {
    display: block;
    filter: grayscale(1);
    transition: all .2s;
    margin: 0 20px 0 0;
    padding: 10px;
}

.brands-slider__slid:hover {
    filter: none;
}

.products-promo {
    display: flex;
    flex-wrap: wrap;
}

.products-promo__product {
    width: 50%;
}

.products-promo__image {
    display: block;
    height: 500px;
    width: 100%;
    background-size: cover;
}

.products-promo__info {
    position: relative;
    display: block;
    background: #f3f3f3;
    height: 547px;
}

.products-promo__photo {
    display: block;
    height: 260px;
    width: 395px;
    background-size: cover;
}

.products-promo__info-inner {
    position: absolute;
    top: -68px;
}

.products-promo__product_left .products-promo__info-inner {
    right: 100px;
}

.products-promo__product_right .products-promo__info-inner {
    left: 100px;
}

.products-promo__title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 45px;
}

.products-promo__name {
    font-size: 24px;
    margin-top: 35px;
}

.products-promo__price {
    font-size: 18px;
    margin-top: 35px;
}

.product-preview {
    position: relative;
    width: 100%;
    cursor: pointer;
    display: block;
}

.product-preview * {
    transition: all .2s;
}

.product-preview__inner {
    width: 100%;
    border: 1px solid #e6e6e6;
    background: white;
}

.product-preview__image {
    display: block;
    width: 100%;
    height: 198px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

.product-preview__descrioption {
    display: block;
    text-align: center;
    padding: 35px 10px;
}

.product-preview__title {
    display: block;
    width: 100%;
    font-weight: bold;
}

.product-preview__name {
    display: block;
    width: 100%;
    font-size: 18px;
    margin: 20px 0;
}

.product-preview__price {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
}

.product-preview__btn {
    width: 100%;
    max-width: 198px;
}

.product-preview:hover .product-preview__btn {
    background: #e51b0a;
    color: white;
    border-color: white;
}

.store-preview {
    position: relative;
    display: block;
    min-height: 380px;
    width: 100%;
    border: 1px solid #e6e6e6;
    padding-bottom: 69px;
}

.store-preview__image {
    display: block;
    width: 100%;
    height: 149px;
    background-repeat: no-repeat;
    background-position: center;
}

.store-preview__rating {
    display: flex;
    justify-content: center;
}

.store-preview__info {
    display: block;
    text-align: center;
    padding: 0 10px;
}

.store-preview__title {
    display: block;
    font-size: 16px;
    padding: 5px 0 20px 0;
}

.store-preview__rating {
    margin-bottom: 10px;
}

.store-preview__reviews-qt {
    color: #b0b0b0;
    font-size: 12px;
}

.store-preview__delivery {
    margin: 20px 0;
    line-height: 20px;
}

.store-preview__link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    display: block;
    text-align: center;
    width: 180px;
    margin: 0 auto;
}

.promo-section {
    display: block;
}

.promo-section__absolute-children {
    position: relative;
    padding-top: 43.52%;
}

.promo-section__banner {
    position: absolute;
    display: block;
}

.promo-section__banner_1 {
    top: 0;
    left: 0;
    width: 50%;
    padding-right: 15px;
}

.promo-section__banner_2 {
    top: 0;
    right: 0;
    width: 50%;
    padding-left: 15px;
    padding-bottom: 15px;
}

.promo-section__banner_3 {
    right: 0;
    bottom: 0;
    width: 50%;
    padding-left: 15px;
    padding-top: 15px;
}

.promo-section__banner_4 {
    padding-top: 30px;
    position: relative;
    width: 100%;
}

.promo-section__img {
    position: relative;
    width: 100%;
    transition: all .4s;
}

.promo-section__banner:hover > .promo-section__img {
    box-shadow: 0px 10px 30px 0px rgba(255, 0, 18, 0.15);
}

.filter {
    display: block;
    padding: 30px 0 30px 0;
    border-top: 1px solid #e6e6e6;
}

.filter_no-padding-bottom {
    padding-bottom: 0;
}

.filter_no-border {
    border: 0;
}

.filter__list-params {
    display: flex;
    flex-wrap: wrap;
}

.filter .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #e51b0a;
    border-radius: 0;
}

.filter .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #d8d5d5;
}

.filter__open-btn {
    position: relative;
    display: none;
}

.filter__open-btn::before {
    content: '';
    position: absolute;
    right: 12px;
    top: 12px;
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAMUlEQVQImW3KsREAIAwDMU2bFbIkO0EDd4Hg0noYCH2xTWAiC+b+otYnavhGX6zRhQvHSQ1rxCMd4AAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
}

.filter__ico {
    position: absolute;
    left: 10px;
    top: 8px;
    display: block;
    height: 17px;
    width: 14px;
}

.filter__list-lettering {
    display: none;
}

.filter__flex-container {
    display: flex;
    justify-content: space-between;
}

.filter__list-wrap {
    display: flex;
}

.filter__form-searsh {
    display: block;
}

.filter__search-container {
    display: flex;
}

.filter__search-input-wrap {
    width: 200px;
}

.filter__search-button-wrap {
    width: 111px;
}

.filter__search-button {
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 0 5px 5px 0;
    border: 0;
    background: #e51b0a;
    color: white;
    cursor: pointer;
}

.filter__search-button:hover {
    background: #212121;
}

.filter__search-input {
    display: block;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #d8d5d5;
}

.filter-param {
    position: relative;
    display: inline-block;
    border: 1px solid #818181;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.filter-param__name {
    flex-shrink: 0;
    display: block;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    cursor: pointer;
}

.filter-param__visible {
    display: flex;
}

.filter-param__hidden {
    display: none;
    position: absolute;
    top: 40px;
    padding: 15px;
    width: 270px;
    background: white;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #d8d5d5;
    z-index: 5;
}

.filter-param__hidden::before {
    content: '';
    position: absolute;
    top: -9px;
    display: block;
    width: 15px;
    height: 15px;
    background: white;
    transform: rotate(45deg);
    border-left: 1px solid #d8d5d5;
    border-top: 1px solid #d8d5d5;
}

.filter-param__scroll-box {
    display: block;
    overflow: auto;
    max-height: 300px;
}

.filter-param__value {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.filter-param__value-name {
    display: block;
    margin: 0 10px;
}

.filter-param__input {
    display: none;
}

.filter-param__checkbox {
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.checked .filter-param__checkbox {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAAZ0lEQVQImXXOoQ6CYBQF4I8fJ4XAI/hIPoPZIAYLlUgyMhobzfdhs/kYuqHluhnk1u/snJs97Kxcgzwh/cEzWpQJNxx+8IgOV1w26CP0RBEw4ARZ/LDHhC3GaHxDXqtgxh2vwOW79wFu/hIYd+X/VwAAAABJRU5ErkJggg==");
    background-position: center;
    background-repeat: no-repeat;
}

.filter-param__image {
    display: block;
    max-width: 300px;
    margin: 0 10px;
}

.filter-param__qt {
    color: #d2d2d2;
    font-size: 12px;
}

.filter-param__action {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    border: 0;
}

.filter-param__action-mobail {
    display: none;
}

.filter-param__discard-param {
    position: relative;
    display: none;
    width: 35px;
    background: #212121;
    border: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAXklEQVQYlXXPUQqDMAwA0GxHtfXUgrJ7KG8/ijFbAyWQviQk8EFHDN6MLdBwDPCMHdNVuHD7hxC5O+OeUYUZPxDiHc94lXxH6urntClN/lnd60etjS6uuAXWAcp4+QKXsSnxdnTT1gAAAABJRU5ErkJggg==");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.filter-param__discard-param::before {
    content: '';
    position: absolute;
    top: -1px;
    display: block;
    height: 40px;
    width: 1px;
    background: white;
}

.filter-param__discard-all {
    color: #e51b0a;
    margin: 0 20px;
}

.checkbox {
    display: block;
    border: 1px solid red;
}

.map-salon__link {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}

.citation {
    display: block;
    padding: 0 30px;
    margin: 50px 0;
    line-height: 1.7em;
    font-size: 18px;
    border-left: 2px solid #e51b0a;
    border-right: 2px solid #e51b0a;
    color: #959595;
}

.box-border-red {
    padding-left: 30px;
    border-left: 2px solid #e51b0a;
}

.margin-0 {
    margin: 0;
}

.text-content {
    font-size: 20px;
}

.text-content p {
    margin: 15px 0;
}

.text-content img:not([class]) {
    margin: 0px auto;
}

.text-content .citation {
    margin: 50px 0;
}

.text-content a:not([class]) {
    color: #e51b0a;
    text-decoration: underline;
}

.toggle-block-checkbox__checkbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.toggle-block-checkbox__checkbox input {
    display: none;
}

.toggle-block-checkbox__checkbox.checkbox-style::before {
    top: 0;
    width: 15px;
    height: 15px;
}

.toggle-block-checkbox__hidden {
    position: relative;
    display: none;
    margin: 30px 0;
    padding: 30px;
    background: #f8f8f7;
}

.toggle-block-checkbox__hidden::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50px;
    display: block;
    height: 15px;
    width: 15px;
    background: #f8f8f7;
    transform: rotate(45deg);
}

.action-block {
    display: block;
    background-size: cover;
    padding: 30px 350px 30px 30px;
}

.action-block__title {
    font-size: 26px;
    font-weight: bold;
}

.action-block__text {
    display: block;
    margin: 20px 0;
    line-height: 1.7;
}

.map-detal-page {
    display: block;
    height: 200px;
    width: 100%;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.services-list__item {
    display: block;
    width: 25%;
    text-align: center;
    margin: 0 0 20px 0;
}

.services-list__img {
    display: block;
    margin: 20px auto;
    width: 70px;
    height: 70px;
    border: 1px solid #eaeaea;
    line-height: 70px;
    border-radius: 50%;
}

.services-list__img img {
    display: inline-block;
}

.services-list__text {
    display: block;
    padding: 0 20px;
}

.social-block {
    display: flex;
}

.social-block__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    background: #f5f5f5;
    line-height: 29px;
    fill: #c8ccd0;
    margin-right: 5px;
}

.social-block__svg {
    width: 15px;
    height: 15px;
}

.section__head .social-block {
    margin-bottom: 20px;
}

.checkbox-element {
    position: relative;
    padding-left: 30px;
    margin: 10px 0;
    cursor: pointer;
    display: block;
}

.checkbox-element input {
    display: none;
}

.checkbox-element.checkbox-style::before {
    top: 3px;
    width: 15px;
    height: 15px;
    background-color: white;
}

.text-collum {
    display: flex;
    flex-wrap: wrap;
}

.text-collum__col {
    padding-right: 30px;
}

.text-collum__col:last-child {
    padding-right: 0;
}

.text-collum_4 > .text-collum__col {
    width: 25%;
}

.text-collum_3 > .text-collum__col {
    width: 33%;
}

.text-collum_2 > .text-collum__col {
    width: 50%;
}

.block-with-icon {
    display: flex;
    background: #f8f8f7;
}

.block-with-icon__ico-section {
    display: block;
    text-align: center;
    line-height: 140px;
    width: 140px;
    height: 140px;
}

.block-with-icon__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-left: 5px solid white;
    flex-grow: 1;
}

.block-with-icon__text {
    margin-right: 30px;
    font-size: 16px;
}

.block-with-icon__button .btn {
    white-space: nowrap;
}

.block-shadow-two-col {
    display: flex;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
    background-repeat: no-repeat;
    background-position: bottom 0 right 30px;
}

.block-shadow-two-col__left {
    width: 340px;
    padding: 30px 20px 30px 50px;
    border-right: 1px solid #e0e0e0;
}

.block-shadow-two-col__right {
    padding: 30px 20px 30px 50px;
}

.block-shadow-two-col__right span {
    font-size: 16px;
}

.page-pagination__list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    margin: 40px 0 20px 0;
    border-top: 1px solid #e5e5e5;
}

.page-pagination__item {
    margin-right: 10px;
}

.page-pagination__link {
    display: block;
    height: 35px;
    width: 35px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 35px;
}

.page-pagination__link_has-arrow {
    font-size: 20px;
}

.page-pagination__link_has-dotts {
    font-weight: bold;
    font-size: 18px;
}

.page-pagination__link:hover {
    color: #e51b0a;
    border: 1px solid #e51b0a;
}

.page-pagination__link_current {
    background: #212121;
    color: white;
    border: 1px solid #212121;
}

.page-pagination__link_current:hover {
    background: #212121;
    color: white;
    border: 1px solid #212121;
}

.list-products {
    display: inline-block;
}

.list-products__item {
    display: inline-block;
}

.list-products .promo {
    display: block;
    margin: 15px;
    padding: 0;
}

.tabs {
    margin-bottom: 33px;
}

.tabs__header {
    display: flex !important;
}

.tabs__header li:before {
    display: none !important;
}

.tabs__header li {
    padding: 12px !important;
}

.tabs__header a:hover, .tabs__header a:focus {
    text-decoration: none
}

.tabs__header-item {
    display: block;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #e6e6e6;
    transition: all .4s;
}

.tabs__header-item:last-child {
    flex-grow: 1;
}

.tabs__header-item_active {
    border-color: #e51b0a;
}

.tabs__tab {
    display: none;
}

#map-shops {
    display: block;
    height: 500px;
}

.list {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 0 0 0;
}

.list__item {
    width: 100%;
    margin: 0;
}

.list_4 .list__item {
    width: 227px;
    margin: 0 32px 32px 0;
}

.list_4 .list__item:nth-child(4n+4) {
    margin-right: 0;
}

.feedback-banner {
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
    padding: 50px;
    background-size: cover;
}

.feedback-banner__content {
    width: 450px;
}

.feedback-banner__title {
    display: block;
    margin-bottom: 15px;
    font-size: 26px;
}

.feedback-banner__text {
    margin-bottom: 15px;
}

.page-intro-inner {
    display: flex;
    align-items: center;
    height: 350px;
    margin-bottom: 30px;
}

.page-intro-inner_bacground-image {
    background-size: cover;
}

.page-intro-inner__wrap {
    display: block;
    background: linear-gradient(to top, rgba(255, 0, 0, 0) 81%, #dbdbdb 109%);
}

.page-intro-inner__text {
    display: block;
    margin-left: 88px;
    color: white;
}

.page-intro-inner__large-text {
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Oswald", sans-sherif;
    font-weight: bold;
}

.page-intro-inner__small-text {
    font-family: "Oswald", sans-sherif;
    font-size: 18px;
    margin-bottom: 10px;
}

.page-intro-inner__small-text_fonts-primary {
    font-family: roboto;
}

.breadcrumbs {
    display: block;
}

.breadcrumbs_padding-top {
    padding-top: 30px;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    position: relative;
    font-size: 12px;
    padding-right: 13px;
}

.breadcrumbs__item::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 8px;
    width: 2px;
    height: 2px;
    background: #959595;
    border-radius: 50%;
}

.breadcrumbs__item a {
    color: #959595;
}

.breadcrumbs__item_last::before {
    display: none;
}

.carousel {
    position: relative;
}

.carousel__list {
    display: block;
    justify-content: space-between;
}

.carousel__slid {
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    .carousel__slid {
        padding: 20px 15px;
    }
}

.carousel__controls {
    position: absolute;
    left: 0;
    display: flex;
    bottom: 1px;
    height: 40px;
}

.carousel__nav {
    display: flex;
    width: 100px;
}

.carousel__arrow {
    position: relative;
    display: block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #dadada;
    background: none;
    cursor: pointer;
    font-size: 0;
    transition: all .4s;
}

.carousel__arrow::before {
    content: '';
    position: absolute;
    top: 13px;
    width: 11px;
    height: 11px;
    border-right: 2px solid #dadada;
    border-top: 2px solid #dadada;
}

.carousel__arrow.prev::before {
    transform: rotate(-135deg);
    left: 13px;
}

.carousel__arrow.next::before {
    transform: rotate(45deg);
    left: 9px;
}

.carousel__arrow:hover {
    border-color: #e51b0a;
}

.carousel__arrow:hover::before {
    border-right: 2px solid #e51b0a;
    border-top: 2px solid #e51b0a;
}

.carousel__dots {
    display: flex;
    align-items: center;
    top: 16px;
    left: 120px;
    display: flex;
}

.carousel__dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: #c1c1c1;
    margin-right: 10px;
    cursor: pointer;
}

.carousel__dot.active {
    height: 13px;
    width: 13px;
    border: 4px solid #dadada;
}

.carousel__dot.active:hover {
    background: #c1c1c1;
}

.carousel__dot:hover {
    background: #e51b0a;
}

.carousel__slider-bottom {
    position: relative;
    display: flex;
    justify-content: center;
    height: 40px;
}

.balloons {
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    display: flex;
    padding: 0 20px;
}

.store-preview__inner .balloons {
    left: auto;
    right: 0;
    width: auto;
    padding: 0;
}

.store-preview__inner .market-reviews__link-market {
    left: 8px;
    padding: 0 10px 0 29px;
}

.balloon {
    position: relative;
    display: block;
    height: 29px;
    width: 25px;
    margin-right: 5px;
    background-repeat: no-repeat;
}

.balloon__content {
    position: absolute;
    top: 34px;
    display: none;
    background: white;
    padding: 10px;
    width: 200px;
    color: #9e9999;
    font-size: 12px;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
}

.balloon_sale .balloon__content {
    border-left: 2px solid #e51b0a;
}

.balloon_gift .balloon__content {
    border-left: 2px solid #4351d8;
}

.balloon:hover .balloon__content {
    display: block;
}

.publications {
    background: #f8f8f8;
    padding-bottom: 70px;
}

.publications__flex-container {
    display: flex;
    align-items: flex-start;
}

.publications__section {
    display: block;
    padding: 83px 0;
}

.publications__section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    width: 100%;
}

.publications__section-title {
    font-size: 26px;
    font-family: "Oswald", sans-sherif;
    text-transform: uppercase;
    font-weight: bold;
}

.publications__section_left {
    width: 55%;
    padding-right: 30px;
}

.publications__section_rigth {
    display: block;
    padding-left: 90px;
    padding-right: 90px;
    background: white;
    width: 45%;
}

.publications__section .video-preview {
    width: 100%;
}

.selection-block {
    display: block;
    padding: 1.7rem 1.7rem 0 0;
    border: 1px solid #e6e6e6;
}

.selection-block__title {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.7rem;
}

.selection-block__list {
    display: flex;
}

.selection-block__elem {
    display: block;
    margin: 0 0 1.7rem 1.7rem;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    background-color: white;
}

.selection-block__elem.checked {
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
}

.selection-block__image {
    display: block;
    padding-top: 45%;
    background-size: cover;
}

.selection-block_3 .selection-block__image {
    padding-top: 60%;
}

.selection-block__input {
    display: none;
}

.selection-block__value {
    position: relative;
    display: block;
    height: 112px;
    padding: 40px 30px 0 65px;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.selection-block__value-text {
    padding: 0;
    height: auto;
}

.selection-block__value::before {
    content: '';
    position: absolute;
    left: 35px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 4px solid white;
    box-shadow: 0px 0px 0 2px #f6f6f6;
    border-radius: 50%;
}

.selection-block__elem.checked .selection-block__value::before {
    background: red;
}

.input {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
}

.input_lg {
    height: 40px;
    line-height: 40px;
}

.input.error {
    border: 1px solid #e51b0a;
    border-radius: 5px 5px 0 0;
}

.textarea {
    display: block;
    height: 80px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    resize: none;
    padding: 10px;
}

.textarea::placeholder, .input::placeholder {
    font-size: 14px;
    font-family: Roboto;
    color: #979696;
}

.textarea:focus, .input:focus {
    border: 1px solid #212121;
}

.input-file {
    position: relative;
    display: block;
    height: 40px;
    padding-right: 225px;
}

.input-file__result {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

.input-file input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}

.input-file__placeholder {
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    color: #979696;
    background-color: white;
}

.input-file__button {
    position: absolute;
    right: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
}

button.input-file__button {
    display: inline-block;
    width: 199px;
}

.input-radio {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
}

.input-radio::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    text-align: center;
    line-height: 20px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
}

.input-radio.checked::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAgElEQVQYlY3QsQnCUBCA4e/eAC7w1tAJLARBcBWxFi1sBJGMEgTBQnCBLCPYxyIJWKjPvzv44LiLVtY3wxrjfm5wwhWihztsfW6PTbTyHJcvaGgRrXzDtADv0coPjArwmRAFBJF015VqEqo/YJVwxuEHOqKOt4cvscJkWKd7eA0vonwY2W7jI9gAAAAASUVORK5CYII=");
}

.input-radio input[type="radio"] {
    display: none;
}

.input-radio_has-image .input-radio__title {
    min-height: 50px;
}

.input-radio_has-image {
    padding: 0;
    border: 1px solid #e6e6e6;
}

.input-radio_has-image::before {
    display: none;
}

.input-radio_has-image .input-radio__title {
    display: block;
    position: relative;
    font-size: 16px;
    margin: 40px;
    padding-left: 40px;
}

.input-radio_has-image .input-radio__title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    text-align: center;
    line-height: 20px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
}

.input-radio_has-image.checked .input-radio__title::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAgElEQVQYlY3QsQnCUBCA4e/eAC7w1tAJLARBcBWxFi1sBJGMEgTBQnCBLCPYxyIJWKjPvzv44LiLVtY3wxrjfm5wwhWihztsfW6PTbTyHJcvaGgRrXzDtADv0coPjArwmRAFBJF015VqEqo/YJVwxuEHOqKOt4cvscJkWKd7eA0vonwY2W7jI9gAAAAASUVORK5CYII=");
}

.input-radio_has-image.checked {
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
}

.input-radio.lazy {
    background-repeat: no-repeat;
    background-position: bottom right;
}

.input-group {
    margin-bottom: 10px;
}

.input-group_margin-0 {
    margin: 0;
}

.input-group__row {
    display: flex;
    flex-wrap: wrap;
}

.input-group__row {
    align-items: flex-end;
}

.input-group__col {
    width: 100%;
    margin: 10px 0;
}

.input-group__input-label {
    display: block;
    margin-bottom: 10px;
}

.input-group__row_2-col > .input-group__col {
    width: 49%;
    margin-right: 2%;
}

.input-group__row_3-col > .input-group__col {
    width: 32%;
    margin-right: 2%;
}

.input-group__row_2-col > .input-group__col_3-in-1 {
    width: 15%;
}

.input-group__inner-row {
    display: flex;
    flex-wrap: wrap;
}

.input-group__inner-row > .input-group__col {
    margin-top: 0;
}

.input-group__inner-row_3-col > .input-group__col {
    width: 30%;
    margin-right: 5%;
}

.input-group__loaded-image {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 0 20px 0;
}

.input-group__loaded-image img {
    width: 100%;
    max-width: 100%;
}

.input-group__loaded-image-remove {
    position: absolute;
    right: 3px;
    top: 3px;
    display: block;
    height: 30px;
    width: 30px;
    background-image: url("../../images/close-ico-black.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
}

.input-group__col:last-child {
    margin-right: 0;
}

.input-group__row_width-auto-col {
    flex-wrap: wrap;
}

.input-group__row_width-auto-col .input-group__col {
    width: auto;
    margin-right: 35px;
    margin-bottom: 10px;
}

.input-group__row-label {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.input-group_row_margin-top {
    margin-top: 30px;
}

.input-group__buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.input-group__buttons .btn {
    margin: 0 20px 20px 0;
}

.input-group__complete {
    position: relative;
    display: block;
    min-height: 40px;
    padding: 10px 50px 10px 10px;
    width: 100%;
    margin-top: 30px;
}

.input-group__complete-remove {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    height: 40px;
    width: 40px;
    background-image: url("../../images/close-ico-black.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
}

.input-group__error-msg {
    display: block;
    border-radius: 0 0 5px 5px;
    padding: 0 10px;
    background: #e51b0a;
    color: white;
    font-size: 12px;
}

.input-select {
    position: relative;
}

.input-select.open {
    border-radius: 5px 5px 0 0;
    z-index: 8;
}

.input-select_white-style .input-select__placeholder {
    color: #212121;
}

.input-select_white-style .input-select__toggle-btn {
    background: transparent;
}

.input-select_white-style .input-select__toggle-btn::before {
    border-top: 1px solid #212121;
    border-right: 1px solid #212121;
}

.input-select__input {
    height: 40px;
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.input-select.open .input-select__input {
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 17.46px 0.54px rgba(141, 147, 141, 0.4);
}

.input-select.open .input-select__placeholder {
    border-bottom: 1px solid white;
}

.input-select__placeholder {
    padding: 0 15px;
    position: relative;
    color: #979696;
    line-height: 37px;
    background: white;
    border-radius: 5px;
    z-index: 2;
}

.input-select__toggle-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 39px;
    border-radius: 5px;
    background-color: #212121;
    cursor: pointer;
    z-index: 2;
}

.input-select__toggle-btn::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 15px;
    display: block;
    height: 6px;
    width: 6px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(135deg);
    transition: all .2s;
}

.open .input-select__toggle-btn::before {
    transform: rotate(-45deg);
    top: 17px;
}

.input-select__hidden {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #e6e6e6;
    border-top: 0;
    overflow: hidden;
    max-height: 250px;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    z-index: 100;
}

.input-select__value-checkbox {
    position: relative;
    display: block;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.input-select__value-checkbox::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    height: 10px;
    width: 10px;
    border: 1px solid #e6e6e6;
}

.input-select__value-checkbox:hover {
    color: #e51b0a;
}

.input-select__value-checkbox input[type="checkbox"], .input-select__value-checkbox input[type="radio"] {
    display: none;
}

.input-select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #e51b0a;
    border-radius: 0;
}

.input-select .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #d8d5d5;
}

.input-select__selected-list {
    display: block;
}

.input-select__selected-value {
    position: relative;
    display: inline-block;
    padding: 5px 10px 5px 40px;
    background: #212121;
    border-radius: 5px;
    color: #ffffff;
    margin: 0 10px 10px 0;
}

.input-select__remove {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAXklEQVQYlXXPUQqDMAwA0GxHtfXUgrJ7KG8/ijFbAyWQviQk8EFHDN6MLdBwDPCMHdNVuHD7hxC5O+OeUYUZPxDiHc94lXxH6urntClN/lnd60etjS6uuAXWAcp4+QKXsSnxdnTT1gAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center;
    border-right: 1px solid white;
    cursor: pointer;
}

.input-select_samll .input-select__toggle-btn {
    width: 30px;
}

.input-select_samll .input-select__toggle-btn::before {
    left: 12px;
}

.input-select_samll .input-select__value-checkbox {
    padding-left: 0;
}

.input-select_samll .input-select__value-checkbox::before {
    display: none;
}

.input-info {
    display: block;
    margin: 5px 0;
    font-size: 12px;
    color: #979696;
}

.input-file-btn-style {
    position: relative;
    cursor: pointer;
}

.input-file-btn-style__margin-top {
    margin-top: 30px;
}

.input-file-btn-style__input {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 3;
    opacity: 0 !important;
    cursor: pointer;
}

.input-file-btn-style__text {
    line-height: 40px;
}

button.input-file-btn-style {
    margin-top: 30px;
    background: white;
}

.hint {
    position: relative;
    display: inline-block;
    height: 13px;
    width: 13px;
    background-image: url("../../images/hint-ico.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    cursor: pointer;
}

.hint__content {
    position: absolute;
    left: 0;
    bottom: 18px;
    display: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    background: white;
    box-shadow: 0px 0px 17.46px 0.54px rgba(141, 147, 141, 0.4);
    z-index: 99;
}

.hint:hover .hint__content {
    display: block;
}

.checkbox-style::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    height: 10px;
    width: 10px;
    border: 1px solid #e6e6e6;
}

.checkbox-style.checked::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAAZ0lEQVQImXXOoQ6CYBQF4I8fJ4XAI/hIPoPZIAYLlUgyMhobzfdhs/kYuqHluhnk1u/snJs97Kxcgzwh/cEzWpQJNxx+8IgOV1w26CP0RBEw4ARZ/LDHhC3GaHxDXqtgxh2vwOW79wFu/hIYd+X/VwAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: center;
}

.form-actions {
    display: block;
    margin-top: 30px;
}

.form-actions .btn {
    display: inline-block;
    width: auto;
}

.form-actions_center {
    text-align: center;
}

.form-actions_center .btn {
    margin: 10px;
}

.form-block-border-left {
    position: relative;
    display: block;
    border-left: 2px solid #e51b0a;
    padding: 30px 30px 30px 50px;
    background: #f8f8f7;
    cursor: pointer;
}

.form-block-border-left input {
    display: none;
}

.form-block-border-left::before {
    content: '';
    width: 15px;
    height: 15px;
    left: 22px;
    top: 30px;
    background-color: white;
}

.input-datepicker {
    position: relative;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.input-datepicker__btn {
    position: absolute;
    right: 0;
    display: block;
    height: 40px;
    width: 40px;
    background: #212121;
    border-radius: 5px;
    line-height: 47px;
    text-align: center;
    z-index: 1;
}

.input-datepicker__ico {
    width: 17px;
    height: 17px;
    fill: white;
}

.input-datepicker input {
    position: relative;
    border: 0;
    background: transparent;
    z-index: 2;
}

.datepicker--nav-action path {
    stroke: #212121;
}

.datepicker--day-name {
    color: #212121;
    font-weight: bold;
}

.datepicker--cell.-current- {
    background-color: #e51b0a;
    border-radius: 50%;
    color: white;
}

.datepicker--cell.-current-:hover {
    color: #e51b0a;
    background-color: #cfcfcf;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    border: 1px solid #e51b0a;
    font-weight: bold;
    color: #212121;
    background: none;
}

.datepicker--cell.-selected-:hover, .datepicker--cell.-selected-.-current-:hover {
    color: #e51b0a;
    background-color: #cfcfcf;
}

.subscription {
    background-color: #373737;
    display: block;
    background-image: url("../../images/red-gradient.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.subscription__form {
    display: flex;
    justify-content: space-between;
    color: white;
}

.subscription__info {
    background-image: url("../../images/subscriptio-bg.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 40px 0 40px 50px;
}

.subscription__title {
    font-size: 26px;
    margin: 0 0 15px 0;
}

.subscription__text {
    max-width: 350px;
    line-height: 2;
}

.subscription__action-block {
    display: block;
    width: 426px;
    padding: 40px 50px 40px 0;
}

.subscription__form-el-row {
    display: flex;
}

.subscription__input {
    display: block;
    width: 240px;
    margin-right: 10px;
}

.subscription__button {
    width: 170px;
    border-radius: 5px;
}

.subscription__personal {
    display: block;
    margin: 16px 0 0 0;
    max-width: 310px;
    font-size: 12px;
    opacity: .5;
}

.subscription__checkbox {
    position: relative;
    display: block;
    padding: 0 0 0 30px;
}

.subscription__checkbox input {
    display: none;
}

.subscription__checkbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-color: #000000;
    cursor: pointer;
}

.subscription__checkbox.checked::before {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAV0lEQVQYlY3KsQ2DQAAEwUOiDyiBBqiEwpw5og9Kwbk7IBlHL73w27DSZtMhF41Jjv4G2pI8g1+PeOGBLlgx/0NIMGGv8BcqsMZLC9Ww4HcLnWEwtBDyAXDBxJDWkDmqAAAAAElFTkSuQmCC");
}

.offers-store__flex {
    display: flex;
    align-items: center;
}

.offers-store__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 122px;
    border-top: 1px solid #e6e6e6;
}

.offers-store__row:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.offers-store__store-info {
    width: 340px;
}

.offers-store__logo {
    margin-right: 30px;
}

.offers-store__store-name {
    margin-bottom: 20px;
    font-size: 16px;
}

.offers-store__detal {
    width: 380px;
}

.offers-store__delivery {
    margin-right: 30px;
}

.offers-store__price.current {
    font-size: 16px;
    font-weight: bold;
}

.offers-store__price.old {
    position: relative;
    text-decoration: line-through;
}

.offers-store__price.old::after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    display: block;
    height: 20px;
    width: 28px;
    background-image: url("../../images/sale-ico-version-2.png");
}

.faq {
    display: block;
    padding: 20px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.faq__list {
    display: flex;
}

.faq__group {
    display: block;
    width: 33.3333%;
}

.faq__item {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 20px;
}

.faq__quest {
    position: relative;
    padding-left: 20px;
    background-image: url(../../images/plus-red.png);
    background-repeat: no-repeat;
    background-position: left 0 top 5px;
    cursor: pointer;
    transition: all .4s;
}

.faq__quest:hover {
    background-image: url(../../images/plus-black.png);
}

.open .faq__quest {
    background-image: url(../../images/plus-black.png);
}

.faq__answer {
    padding: 20px;
    display: none;
}

.filter-letter {
    position: relative;
    background: #2c2b2b;
    padding: 0 10px;
    margin-top: 30px;
}

.filter-letter_margin {
    margin: 20px 0;
}

.filter-letter__content {
    display: flex;
}

.filter-letter.open .filter-letter__content {
    height: auto;
    padding-right: 35px;
}

.filter-letter__item {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 30px;
    text-align: center;
    color: #cfcfcf;
    cursor: pointer;
}

.filter-letter__item_weigth {
    padding: 0 20px;
    width: auto;
}

.filter-letter__item.current {
    background: #e51b0a;
    color: white;
}

.filter-letter__item:hover {
    background: #e51b0a;
}

.filter-letter__dots {
    display: none;
}

.filter-letter.open .filter-letter__dots {
    background-image: url("../../images/close-ico-white.png");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}

.filter-letter.open .filter-letter__list-toggle.brands-filter__toggle-list {
    top: auto;
}

.gallery-media {
    position: relative;
    max-width: 595px;
}

.gallery-media__slider {
    padding: 0 20px;
}

.gallery-media__slid {
    position: relative;
    display: block;
}

.gallery-media__slid img {
    max-width: 100%;
}

.gallery-media__slid.video:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    display: block;
    width: 31px;
    height: 31px;
    background-image: url("../../images/plai.png");
    z-index: 2;
}

.gallery-media .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 72px;
}

.gallery-media .owl-prev, .gallery-media .owl-next {
    position: absolute;
    width: 10px;
    height: 30px;
    font-size: 0;
}

.gallery-media .owl-prev span, .gallery-media .owl-next span {
    font-size: 0;
}

.gallery-media .owl-prev::before, .gallery-media .owl-next::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}

.gallery-media .owl-prev {
    left: 0;
}

.gallery-media .owl-prev::before {
    transform: rotate(-135deg);
}

.gallery-media .owl-next {
    right: 10px;
}

.gallery-media .owl-next::before {
    transform: rotate(45deg);
}

.rewievs-block__content {
    display: flex;
    flex-wrap: wrap;
}

.rewievs-block__content .rewievs {
    width: 48%;
    margin: 0 4% 4% 0;
}

.rewievs-block__content .rewievs:nth-child(even) {
    margin-right: 0;
}

.rewievs-block__buttons {
    text-align: center;
}

.rewievs-block__buttons .btn {
    text-align: center;
    margin: 10px;
    width: 230px;
}

.rewievs-block__buttons .btn_more-arrow {
    background-position: 45px 13px;
}

.rewievs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid #e6e6e6;
    min-height: 548px;
}

.rewievs__autor {
    padding: 0 0 25px 0;
    font-size: 16px;
    font-weight: bold;
}

.rewievs__rating {
    padding: 15px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
}

.rewievs__rating-position {
    margin-right: 30px;
}

.rewievs__rating-position-name {
    margin-bottom: 10px;
}

.rewievs__showe-all {
    display: block;
    margin: 30px 0;
    width: 90px;
}

.rewievs__showe-all::before {
    top: 4px;
    transform: rotate(90deg);
}

.rewievs__showe-all.active::before {
    transform: rotate(-90deg);
}

.rewievs__content {
    padding-top: 30px;
}

.rewievs__hidden {
    display: none;
}

.rewievs__gallery {
    display: flex;
    flex-wrap: wrap;
}

.rewievs__photo {
    display: inline-block;
    margin: 15px 15px 0 0;
}

.rewievs__photo.more {
    position: relative;
    display: inline-block;
    height: 70px;
    line-height: 99px;
    width: 70px;
    border: 1px solid #f2f2f2;
    text-align: center;
    cursor: pointer;
    margin-right: 0;
}

.rewievs__photo.more span {
    position: absolute;
    left: 25px;
    top: 14px;
    display: block;
    font-size: 25px;
    height: 10px;
    line-height: 1;
}

.rewievs__photo.limit {
    display: none;
}

.rewievs__photo.limit.visible {
    display: block;
}

.rating-current {
    position: relative;
    background: #c6c6c6;
    width: 50px;
    height: 10px;
}

.rating-current__star {
    display: block;
    height: 10px;
    width: 10px;
    background-image: url("../../images/rating-small.png");
}

.rating-current__backgroung {
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    background: #ffcc00;
}

.rating-current__stars {
    position: relative;
    display: flex;
}

.table-scroll-wrap {
    overflow: auto;
}

.table-scroll-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 10px;
    background: #e51b0a;
    border-radius: 0;
}

.table-scroll-wrap .mCSB_scrollTools .mCSB_draggerRail {
    height: 10px;
    background: #d8d5d5;
    border-radius: 0;
}

.table-scroll {
    min-width: 800px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table thead {
    text-align: left;
    background: #373737;
}

.table thead th {
    padding: 30px 20px;
    font-weight: normal;
    color: white;
}

.table tbody td {
    padding: 30px 20px;
}

.table tbody tr:nth-child(even) {
    background: #f8f8f8;
}

.table_text tbody tr:last-child {
    font-weight: bold;
}

.table-del-ico {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../../images/close-ico-grey.png");
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.services-fix {
    position: fixed;
    right: 40px;
    bottom: 135px;
    z-index: 99;
}

.services-fix * {
    user-select: none;
}

.services-fix__toggler {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #e51b0a;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAlUlEQVRIie3WsQnCYBDF8V8kpegEooMI1hEncIMs5grWbhLIAKKk1bMwhWU+IaLyPTiueY8/B8dxRURI1BRdSmCSCKhwwXZMyKrPLMeEvKUMyZAfh5R9r7AY4F+/9NsAf4tjEREznI0z1R3zElfsDJtkgz0OOA3wt+hERErV8VSdkvuf7cqQDPkeSON5KpqUUPGJv+sBitlm5YW0/5QAAAAASUVORK5CYII=");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px;
    cursor: pointer;
    z-index: 5;
    transform: rotate(0);
    transition: all .2s;
}

.services-fix__toggler.open {
    transform: rotate(45deg);
    background-color: #212121;
}

.services-fix__toggler-text {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Oswald", sans-sherif;
    text-transform: uppercase;
    font-size: 12px;
}

.open .services-fix__toggler-text {
    display: none;
}

.services-fix__list {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 1;
}

.services-fix__label {
    position: absolute;
    right: 40px;
    top: 5px;
    background: white;
    display: none;
    padding: 5px;
    border-radius: 5px;
    line-height: 1;
    font-size: 12px;
}

.services-fix__item:hover .services-fix__label {
    display: block;
}

.services-fix__item {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    transition: all .2s;
    opacity: 0;
}

.services-fix__item.visible {
    opacity: 1;
}

.services-fix__item_1.visible {
    top: -99px;
    left: 12px;
}

.services-fix__item_2.visible {
    top: -63px;
    left: -52px;
}

.services-fix__item_3.visible {
    top: 8px;
    left: -70px;
}

.services-fix__item_4.visible {
    top: 75px;
    left: -52px;
}

.services-fix__item_5.visible {
    top: 115px;
    left: 12px;
}

.services-fix__link {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #e51b0a;
    text-align: center;
    line-height: 40px;
}

.services-fix__svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    fill: white;
    width: 17px;
    height: 17px;
}

.link-to-top {
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 50px;
    z-index: 5;
}

.link-to-top svg {
    width: 19px;
    height: 11px;
    fill: #c6c6c6;
}

.link-to-top.hidden {
    display: block !important;
}

.ad-unit-group__list {
    clear: both;
    text-align: left;
}

.ad-unit-group__item {
    display: inline-block;
    vertical-align: top;
    width: 480px;
    margin-bottom: 38px;
}

.ad-unit-group__item.left {
    float: left;
}

.ad-unit-group__item.rigth {
    float: right;
}

.ad-unit-group__item.full-width {
    width: 100%;
}

.ad-unit {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ad-unit_square {
    height: 438px;
}

.ad-unit_image-bg {
    background-size: cover;
    background-position: right top;
}

.ad-unit_small {
    height: 200px;
}

.ad-unit_full-width {
    height: 150px;
}

.ad-unit__content {
    position: absolute;
    top: auto;
    left: 30px;
    bottom: 30px;
    right: 30px;
}

.ad-unit_square .ad-unit__content {
    top: auto;
}

.ad-unit__overlay {
    position: absolute;
    left: -38%;
    bottom: -71%;
    height: 100%;
    width: 200%;
    transform: rotate(30deg);
}

.ad-unit__controls {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
}

.ad-unit__button {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 10px;
    background-size: cover;
    cursor: pointer;
}

.ad-unit__button:hover {
    opacity: .5;
}

.ad-unit__button_edit {
    background-image: url("../../images/edit-ico.png");
}

.ad-unit__button_del {
    background-image: url("../../images/del-ico.png");
}

.d-block {
    display: block;
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.font-size_sm {
    font-size: 12px;
}

.font-size_md {
    font-size: 18px;
}

.font-size_lg {
    font-size: 24px;
}

.margin {
    display: inline-block;
}

.margin_top {
    margin-top: 10px;
}

.margin_bottom {
    margin-bottom: 10px;
}

.color-white {
    color: white;
}

.color-dark-blue {
    color: #034262;
}

.download-ico {
    height: 12px;
    width: 20px;
}

.color-white .download-ico {
    fill: white;
}

.color-red .download-ico {
    fill: #e51b0a;
}

.brands-list {
    display: inline-block;
    margin: 0 -15px;
}

.brands-list__item {
    display: inline-block;
    float: left;
    width: 228px;
    margin: 15px;
}

.brands-detal__intro {
    display: flex;
    align-items: center;
}

.brands-detal__image {
    padding-right: 20px;
    width: 345px;
    flex-grow: 1;
    flex-shrink: 0;
}

.brands-detal__descriptions {
    line-height: 1.6em;
}

.brands-detal__descriptions img{
    height: auto;
}

.brands-detal__gallery {
    position: relative;
    display: block;
    height: 747px;
    margin: 80px 0;
}

.brands-detal__gallery-photo {
    position: absolute;
    display: block;
    background-size: cover;
    background-position: center;
}

.brands-detal__gallery-photo_1 {
    top: 0;
    left: 0;
    height: 747px;
    width: 649px;
}

.brands-detal__gallery-photo_2 {
    height: 358px;
    width: 323px;
    top: 0;
    right: 0;
}

.brands-detal__gallery-photo_3 {
    bottom: 0;
    right: 0;
    height: 358px;
    width: 323px;
}

.video-list {
    display: flex;
    flex-wrap: wrap;
}

.video-list__item {
    margin: 15px 30px 15px 0;
    width: calc(100% / 3 - 30px);
}

@media screen and (max-width: 768px) {
    .video-list__item {
        width: 100%;
    }
}

.video-preview {
    display: block;
    width: 314px;
}

.video-preview__image {
    position: relative;
    display: block;
    height: 221px;
    width: 100%;
    background-size: cover;
}

.news__img--video::before, .video-preview__image::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    height: 31px;
    width: 44px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAfCAYAAACcai8CAAAB40lEQVRYhdXYz4tNYRzH8dd93KaLIQ1CKbfEgpmFhSxsrEzYsLKwE2UzJooi5T+gZj1N2ZCVDWUxpsRSspiSHw3dJArjRxbGMBbPvebeq4nrPOfeO+86nZ465/O8z9M5z/N9TqGirIky9mIA26vtVViJJc0XJ+IHPuMjXuM5HuAmXtZfWKgT3oJLOIBCTmKtModbOIkXzAvvwIQ4kt3Ie+zBZEAPruteWViNawgBh8TXodvpx2DAvk6btMD+IM4Ei4WBgI2dtmiB9QErOm3RAmsClicIOotNuChO/nlRKlSU5zKGfEVvXbsPZzAkzWA0EBJkzDa1P+AcNmME3xL08ZsUwgvxFsPYilF/Pth/kadwjQqOYxuu4meWsHYI13iGIziYJaSdwjXuZLm53cIbMJYloJhI5G/0iXP1EJZlCcpbuBencFqi8jUv4RJO4DzWpgwO+JIxY6n5eqSIY3iCyxLLYraI7xlDesQv/zYOiwtFXnwq4p34UWRhZ/XIm+mAqTZ0lIqpIO7/FwuPAm502qIF7gY8xGSnTf6BVxivLc3D4u+ibuYCZmrCE+JEn6RmzYERXKGx+BnFbtzvhNECvMFR8Q1A48/AevoxiF3iQrBOrAVKOYlNY6Z6forHuIdxTVusX1peUPWtABwYAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 10px;
}

.video-preview__date {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 21px;
    width: 82px;
    text-align: center;
    line-height: 21px;
    background: #e20020;
    font-size: 12px;
    color: white;
}

.video-preview__title {
    display: block;
    margin: 30px 0;
    font-size: 16px;
}

.video-preview__more {
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.video-preview__more::before {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    display: block;
    width: 13px;
    height: 13px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAApklEQVQokZ2SYQ3DIBCFv+KgBgjZJDAJtVAL1EItTEKxMAmrhNUDwcAkbH8OculIs+39gbzwcXcPOpQyrgcCMAIeeAIrEC1pLec6BXjgDvS0FS1pqlDGnYCHAiZZlx14taS5QIu0BbBZ0kX80ADPRjZBmV4uwZKiqlo0mowbGv2HA3AwDaBK0vxQmem182tSjbnmUikqczsAAG7/Ry7gb4+rwK++0RuVzztLBEml3AAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
}

.video-preview__tags {
    margin-top: 30px;
}

.video-preview__tags .tag-list__tag {
    font-size: 12px;
    padding: 0 7px;
}

.where-buy-block {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}

.where-buy-block__element {
    width: 21%;
    margin-right: 5.333333333333333%;
    margin-bottom: 5.333333333333333%;
}

.where-buy-block__element:nth-child(4n+4) {
    margin-right: 0;
}

.where-buy-block__element:nth-child(4n+4) .where-buy-block__image-wrap::before {
    display: none;
}

.where-buy-block_3 .where-buy-block__element {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    margin-right: 5%;
}

.where-buy-block_3 .where-buy-block__element:last-child {
    margin-right: 0;
}

.where-buy-block_3 .where-buy-block__element .where-buy-block__image-wrap::before {
    right: -181px;
}

.where-buy-block_3 .where-buy-block__element:last-child .where-buy-block__image-wrap::before {
    display: none;
}

.where-buy-block__image-wrap {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 40px;
}

.where-buy-block__image-wrap::before {
    content: '';
    position: absolute;
    right: -120%;
    top: 40px;
    display: block;
    width: 100%;
    height: 20px;
    background-image: url("../../images/where-buy__arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.market-detal {
    margin-top: 60px;
}

.market-detal__card {
    display: flex;
}

.market-detal__gallery {
    position: relative;
    width: 560px;
}

.market-detal__info {
    padding-left: 50px;
}

.market-detal__logo {
    position: absolute;
    left: 0;
}

.market-detal__logo-row {
    position: relative;
    right: 0;
    z-index: 5;
}

.market-detal__logo-row .balloons {
    right: 0;
    left: auto;
    width: auto;
}

.market-detal__action {
    width: 229px;
    text-align: center;
}

.product-card-carousel {
    display: block;
    width: 100%;
}

.product-card-carousel__slid {
    display: block;
    height: 425px;
    width: 560px;
}

.product-card-carousel__image {
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
}

.product-card-carousel__nav-slider {
    position: relative;
}

.product-card-carousel__nav-slider .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
}

.product-card-carousel__nav-slider-arrow {
    position: absolute;
    top: -57px;
    display: block;
    height: 20px;
    width: 20px;
    font-size: 0;
    border: 0;
    background: none;
    cursor: pointer;
    transition: all .4s;
}

.product-card-carousel__nav-slider-arrow.disabled {
    opacity: 0;
}

.product-card-carousel__nav-slider-arrow::before {
    content: '';
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.product-card-carousel__nav-slider-arrow:hover::before {
    border-color: red;
}

.product-card-carousel__nav-slider-arrow.prev {
    left: 0;
}

.product-card-carousel__nav-slider-arrow.prev::before {
    transform: rotate(-135deg);
}

.product-card-carousel__nav-slider-arrow.next {
    right: 0;
}

.product-card-carousel__nav-slider-arrow.next::before {
    transform: rotate(45deg);
}

.product-card-carousel__nav-slider ul {
    display: block;
    padding: 0 20px;
}

.product-card-carousel__nav-slider ul li {
    margin-right: 20px;
    cursor: pointer;
    transition: all .4s;
    border: 1px solid white;
    opacity: .5;
}

.product-card-carousel__nav-slider ul li.active {
    border: 1px solid #ebebeb;
    opacity: 1;
}

.market-reviews {
    display: flex;
}

.market-reviews__logo-box {
    position: relative;
    flex-shrink: 0;
    display: block;
    padding: 20px;
    height: 240px;
    width: 318px;
    box-shadow: 0px 0px 21px 4px rgba(100, 100, 100, 0.08);
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.market-reviews__rating {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 12px;
}

.market-reviews__text-box {
    padding-left: 30px;
    max-width: 658px;
}

.market-reviews__text {
    display: block;
    margin-bottom: 2rem;
}

.market-reviews__link-market {
    position: absolute;
    top: -4px;
    background: #4351d8;
    color: white;
    height: 28px;
    line-height: 28px;
    padding: 0 20px 0 29px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABJUlEQVQokZ3SvyvEcRzH8cd9vxcDSmEw+FEMSsk/oDOS8UaLSbcojFdyt3wnWSx2s0xildVgUQYUsVFXMri6GLyv+yYMXvXp8/m8X8937/fnR6FWq2lru1qdxDKesBjhE4zgoJ5lN202ySWt4Qpv2MdAjH284iqYTuJ2tbqAQRyihFRHacQOMRiswkezOY5rdGETY2jgIRJH0Y977KKJqSI20B1QL9ZjfRZzKeYtFILdSLCUa6vb78p7S8Vo4TECj7lKl98S814r8U8VfV3GROzPdc7UVukH7zbBcQ56/6NI3jv+93OkhTRtzM/NXeAOMxjGasCzWMEzhnCEnXqWXSRQz7LTMMu+bq6Va6sVsTKeg+381XqW7WEafajgJUYFPZgOBnwCK3BVLANMfNwAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: 8px 6px;
    text-decoration: underline;
}

.market-reviews__link-market::after, .market-reviews__link-market::before {
    content: '';
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    background: #0f0261;
}

.market-reviews__link-market::after {
    left: -5px;
    border-radius: 3px 0 0 0;
}

.market-reviews__link-market::before {
    right: -5px;
    border-radius: 0 3px 0 0;
}

.market-reviews__salons-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 318px;
}

.market-reviews__salons-actions .btn {
    margin: 0 0 20px 0;
    width: 228px;
    text-align: center;
}

.card-prod-table {
    display: block;
    margin: 30px 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.card-prod-table__row {
    display: flex;
    margin-bottom: 15px;
}

.card-prod-table__col {
    display: block;
}

.card-prod-table__col:nth-child(odd) {
    width: 100px;
}

.price-section {
    display: flex;
    margin-bottom: 30px;
}

.price-section__title {
    font-weight: bold;
}

.price-section__prices {
    display: flex;
    align-items: flex-end;
    padding-top: 20px;
}

.price-section__price {
    margin-right: 20px;
    white-space: nowrap;
    font-weight: bold;
}

.price-section__price.old {
    text-decoration: line-through;
}

.price-section__price.current {
    font-size: 24px;
}

.price-section__info {
    margin-right: 20px;
}

.calc {
    padding: 40px 0 0 0;
}

.calc__filter {
    display: flex;
    margin-top: 1.5rem;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.calc__filter-title {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
}

.calc__filter-params-list {
    display: flex;
    flex-wrap: wrap;
}

.calc__filter-image {
    display: block;
    width: 345px;
    flex-shrink: 0;
    background-size: cover;
    background-position: right;
}

.calc__filter-params-list {
    margin: 0 0 20px 0;
}

.calc__work-area {
    padding: 50px 80px;
}

.calc__filter-buttons {
    display: flex;
    justify-content: space-between;
}

.calc__filter-btn {
    width: 228px;
    text-align: center;
}

.calc__separator {
    display: block;
    height: 30px;
}

.calc .filter-param {
    margin-top: 20px;
}

.calc .input-group__row-label {
    margin-top: 30px;
}

.calc-recomendate {
    display: flex;
}

.calc-recomendate__slider {
    display: block;
    width: 480px;
    flex-shrink: 0;
}

.calc-recomendate__title {
    font-size: 18px;
    margin-bottom: 30px;
}

.calc-recomendate__prices {
    display: block;
    padding: 50px 50px 30px 50px;
    box-shadow: 0px 0px 30px 0px rgba(126, 138, 140, 0.2);
    margin-left: 40px;
}

.calc-recomendate__prices__title {
    display: block;
    margin: 0 0 40px 0;
    font-size: 18px;
}

.calc-recomendate__prices-flex {
    display: flex;
    flex-wrap: wrap;
}

.calc-recomendate__prices-item {
    display: block;
    padding-right: 20px;
    width: 50%;
    margin-bottom: 40px;
}

.calc-recomendate__prices-summ {
    margin-top: 10px;
    font-size: 18px;
}

.calc-recomendate__prices-info {
    font-size: 12px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    margin-top: 40px;
    opacity: .6;
}

.news-options {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0 0;
    border-top: 1px solid #e6e6e6;
}

.news-options__tag-list {
    width: 736px;
}

.news-options__share-title {
    display: block;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: bold;
    color: #8d96a1;
    text-transform: uppercase;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAAyUlEQVQYlX2QQXXDMBBEv80gALQHdxnYEEohgaBCaCHYEBIIMYQGQsxA0UF7byC0h04uOUTv6aDVzsx/04X5DsjAllq58OJ0Yf4OfOt9B1ZgSa3U5+Ue2IAvYNFyBm5hnl+lABDmOcx/wvw3zOdnjBG4Kn5NrayanYEB+EitnB4Yd6HsgXOYH1MrG3DQ36wS6FMrNbUyAW8S5TCfJViAR1t04vwU1knNjMAk5xv/tU69+GbdUW4Ae9V30ZweqIqvcljlOEhUlT78ATn8UdOO1MtWAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 12px;
}

.news-time {
    display: block;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    font-size: 12px;
    background-color: #e51b0a;
    background-image: url("../../images/time-ioc.png");
    background-repeat: no-repeat;
    background-position: left 10px top 7px;
    color: white;
    padding: 0px 10px 0px 24px;
}

.tag-list {
    display: block;
    width: 100%;
    font-size: 12px;
}

.tag-list__title {
    display: block;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #8d96a1;
    text-transform: uppercase;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAACksgdhAAAAp0lEQVQokX3PQRmDMAyG4a84QEB72OpgFpgELAwLkwASwEIlMAs46KkVMAnbYWHrSuE/9UnyPklVNLYFLvzyBGp5Ox38QhYVjX3lRcAJvgFXHfwjbVbJ0Dmpt7LNAXM0timhBhizbbtwRbXAPE0JVsBQGD6ECiAaO/L59FE6oP+ep4PvgOkALLKtBgaVdnY2LnJaD9x18P+oADcAYIMSeJJ/zMC0AoA3rVo3s2HflaIAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: center left;
    font-weight: bold;
}

.tag-list__list {
    display: block;
}

.tag-list__item {
    display: inline-block;
    margin: 0 5px 10px 0;
}

.tag-list__tag {
    display: block;
    background: #f4f4f4;
    padding: 3px 10px;
    border-radius: 20px;
    color: #8d96a1;
}

.share-list {
    display: flex;
}

.share-list__link {
    display: block;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    background: #ebebec;
    border-radius: 50%;
    line-height: 39px;
    text-align: center;
}

.share-list__link:hover {
    background: white;
}

.share-list__ico {
    height: 16px;
    width: 16px;
    fill: #8d96a1;
}

.news-detal__header {
    position: relative;
    padding-right: 200px;
}

.news-detal__header .news-time {
    position: absolute;
    right: 0;
}

.video-detal__fancy {
    position: relative;
    display: block;
}

.video-detal__fancy img {
    margin: 0 auto !important;
}

.video-detal__fancy-ico {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 70px;
    height: 50px;
    background-image: url("../../images/play-ico.png");
    margin: auto;
    transition: all .4s;
}

.video-detal__fancy:hover .video-detal__fancy-ico {
    zoom: 1.1;
}

.detal-page__brand {
    min-height: 280px;
    position: relative;
    padding-right: 255px;
}

.detal-page__brand-info {
    display: block;
}

.detal-page__brand-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.brand-card {
    display: block;
    width: 225px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.brand-card_float-rigth {
    float: right;
    margin-left: 20px;
    margin-top: 40px;
}

.brand-card__image {
    max-height: 119px;
}

.brand-card__name {
    font-size: 18px;
    margin: 30px 0;
}

.sale-detal {
    margin: 30px 0;
}

.sale-detal .h2 {
    margin: 0 0 20px 0;
}

.sale-detal__offers {
    display: flex;
    flex-wrap: wrap;
}

.sale-detal__store .store-preview {
    width: 226px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.sale-offer {
    display: block;
    border: 1px solid #e6e6e6;
    padding: 26px 15px;
    width: 227px;
    min-height: 265px;
    margin-right: 30px;
}

.sale-offer__title {
    display: block;
    color: #e51b0a;
    font-size: 26px;
    font-weight: bold;
}

.sale-offer__subtitle {
    font-size: 18px;
    margin: 10px 0;
}

.sale-catalog {
    display: flex;
}

.sale-catalog__group {
    width: 50%;
    margin-right: 24px;
    margin-top: 24px;
}

.sale-catalog__group:nth-child(2n+2) {
    margin-right: 0;
}

.sale-catalog__link {
    display: block;
    margin-bottom: 24px;
}

.glossary__group {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
}

.glossary__key-letter {
    display: block;
    font-weight: bold;
    color: #e51b0a;
    font-size: 26px;
}

.glossary__word-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 30px 0;
}

.glossary__word {
    display: block;
    width: 25%;
    padding-right: 20px;
    margin: 30px 0 0 0;
}

.glossary__word:hover {
    color: #e51b0a;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px;
}

.news-list__item {
    width: 100%
}

.news {
    display: flex;
}

.news__left {
    margin-right: 30px;
}

.news__img {
    display: block;
    height: 226px;
    width: 228px;
    background-size: cover;
    position: relative;
}

.news__time {
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    color: white;
    background: #e51b0a;
}

.news__title {
    font-size: 16px;
    font-weight: bold;
}

.news__text {
    display: block;
    margin: 20px 0;
}

.news__tags {
    margin-top: 20px;
    display: block;
}

.news .tag-list {
    margin-top: 30px;
}

.for-advertisers-intro {
    display: flex;
    align-items: center;
}

.for-advertisers-intro__img {
    width: 580px;
    margin-right: 30px;
}

.for-advertisers-intro__text {
    width: 394px;
}

.for-advertisers-intro__text p {
    line-height: 2;
}

.audienceq {
    display: flex;
    justify-content: space-between;
}

.audienceq__item {
    width: 31%;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
}

.audienceq__info {
    height: 209px;
    padding: 30px 30px 0 30px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.audienceq__name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.audienceq__qt {
    font-size: 30px;
    color: #e51b0a;
    font-weight: bold;
}

.audienceq__text {
    margin: 15px 0 0 0;
}

.geo {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.geo__item {
    position: relative;
    width: 28%;
    height: 290px;
}

.geo__percent {
    position: absolute;
    right: 25px;
    bottom: 70px;
    display: block;
    width: 60px;
    height: 60px;
    padding-left: 5px;
    line-height: 60px;
    text-align: center;
    background: #e51b0a;
    font-size: 24px;
    font-weight: 800;
    border-radius: 50%;
    color: white;
    white-space: nowrap;
}

.geo__percent span {
    font-weight: 100;
    position: relative;
    right: 5px;
}

.geo__region {
    position: absolute;
    bottom: 0;
}

.geo-wrap {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
}

.contacts {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-column-gap: 30px;
}

@media screen and (max-width: 1023px) {
    .contacts {
        grid-template-columns: 1fr;
    }
}

.contacts__svg {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    height: 11px;
    width: 11px;
    fill: #e51b0a;
}

.contacts__col li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}

.contacts__social {
    display: block;
    margin-top: 5px;
}

.contacts__social a {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.contacts__map {
    display: block;
    height: 600px;
}

.contacts-form {
    position: absolute;
    top: -30px;
    display: block;
    padding: 45px 55px 45px 55px;
    width: 480px;
    background-color: #e51b0a;
    color: white;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 2;
}

.contacts-form .input-group {
    margin-bottom: 0;
}

.contacts-form__text {
    margin: 20px 0;
}

.contacts-form__title {
    font-size: 26px;
    font-weight: bold;
}

.contacts-form__wrap {
    position: relative;
}

.contacts-form .input {
    border: 0;
    border-radius: 3px;
}

.contacts-form .input-group__col {
    margin: 5px 0;
}

.contacts-form .btn {
    width: 197px;
    display: block;
    margin: auto;
}

.contacts-form .checkbox-element {
    padding-left: 50px;
    margin-top: 1px;
}

.contacts-form .checkbox-element::before {
    height: 35px;
    width: 35px;
    border: 0;
    border-radius: 3px;
}

.contacts-form .checked.checkbox-element::before {
    background-image: url("../../images/check-balck.png");
}

.contacts-form .input-group__buttons {
    margin-top: 20px;
}

.footer {
    padding: 80px 0 0 0;
    background-size: cover;
    color: white;
}

.footer__list-title:hover, .footer__list-title:focus {
    text-decoration: none;
    color: white;
}

.footer .footer__link:not(.footer__list-title):hover {
    text-decoration: none;
    color: #e51b0a;
}

.footer__row {
    display: flex;
}

.footer__col {
    flex-basis: auto;
    flex-grow: 1;
    padding-right: 20px;
}

.footer__col:last-child {
    padding-right: 0;
    flex-basis: 0;
}

.footer__link {
    display: block;
    margin-bottom: 25px;
}

.footer__list-title {
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.footer__link_toggle {
    position: relative;
}

.footer__link_toggle.open::before {
    transform: rotate(180deg);
}

.footer__address {
    display: block;
    margin-top: 25px;
    line-height: 1.5;
    max-width: 150px;
}

.footer__separator {
    display: block;
    height: 30px;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    color: #b6b6b6;
    border-top: 1px solid white;
    font-size: 12px;
    margin-top: 60px;
}

.social-list__list {
    display: flex;
}

.social-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid white;
    margin: 0 5px 5px 0;
    transition: all .2s;
}

.social-list__link {
    display: block;
    width: 20px;
    height: 20px;
}

.social-list__ico {
    fill: white;
    width: 20px;
    height: 20px;
    transition: all .2s;
}

.social-list__item:hover {
    border-color: #e51b0a;
}

.social-list__item:hover .social-list__ico {
    fill: #e51b0a;
}

.page404 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.page404 div {
    display: block;
    width: 100%;
    text-align: center;
}

.page404__sub-title {
    margin: 1.5rem 0;
    font-size: 18px;
}

.page404__text {
    margin-bottom: 1.5rem;
    max-width: 660px;
}

.page404__image {
    display: block;
    margin-top: 2rem;
}

.login__container {
    display: flex;
    align-items: center;
}

.login__form-wrap {
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
    width: 655px;
    padding: 50px 80px;
}

.login__form-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.login__btns {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.login__btn {
    width: 224px;
    text-align: center;
}

.login__text {
    margin-bottom: 20px;
}

.login__info {
    width: 310px;
    background: #f8f7f6;
    text-align: center;
    margin-left: 38px;
}

.login__info-inner {
    padding: 20px;
}

.login__info-img {
    display: bloxk;
    background-size: cover;
    height: 176px;
}

.login__info-title {
    font-size: 20px;
    margin-top: 0;
}

.login__info-text {
    margin: 20px 0;
}

.registration_stap-2 {
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: right top;
}

.lk-account__organisation {
    display: flex;
}

.lk-account__organisation_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 230px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    margin-right: 40px;
    padding: 20px;
    background-color: white;
}

.lk-account__organisation_info {
    flex-grow: 1;
}

.lk-account__section {
    border-top: 1px solid #e6e6e6;
    padding: 30px 0;
    margin-top: 30px;
}

.gallery-media-lk {
    margin: 30px 0;
    display: flex;
}

.gallery-media-lk__slid {
    display: block;
    height: 100px;
    background-size: contain;
}

.gallery-media-lk__slider {
    padding: 0 30px;
}

.gallery-media-lk__col {
    width: 45%;
    margin-right: 10%;
}

.gallery-media-lk__col_no-mr {
    margin-right: 0;
}

.static-age {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.static-age__title {
    font-size: 18px;
    margin-right: 25px;
}

.static-age__inputs {
    display: flex;
}

.static-age__input {
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    max-width: 139px;
}

.static-age__input input {
    position: relative;
    border: 0;
    height: 40px;
    border-radius: 5px;
    padding: 0 50px 0 15px;
    background: transparent;
}

.static-age__ico-calendar svg {
    position: absolute;
    right: 15px;
    top: 12px;
    fill: #212121;
    width: 15px;
    height: 15px;
}

.static-age__separator {
    display: block;
    width: 30px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.static-age__button {
    display: block;
    width: 141px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-left: 30px;
}

.lk-nav {
    position: relative;
    display: flex;
    margin: 30px 0 50px 0;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
    background: white;
}

.lk-nav__list {
    display: flex;
}

.lk-nav__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 147px;
    height: 60px;
    border-right: 1px solid #e6e6e6;
    padding: 0 10px;
    text-align: center;
}

.lk-nav__item:last-child {
    border-right: 0;
}

.lk-nav__item_has-sub-list {
    width: 260px;
    padding-right: 40px;
}

.lk-nav__item.active::before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -1px;
    width: 100%;
    background: #e51b0a;
}

.lk-nav__toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 40px;
    cursor: pointer;
}

.lk-nav__toggle::before {
    content: '';
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAASElEQVQImW2KsRHAIBDD9Nkgad2xQlYI42cMWhjBFKEgB75TYymMEpBY14LyhlEFzk0AcB1ABtpG5qB8v9FtVI08eJZ8in6yA3xtFxYh2PqbAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: center;
    transition: all .4s;
}

.open .lk-nav__toggle::before {
    transform: rotate(-180deg);
}

.lk-nav__sub-list {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10;
}

.lk-nav__sub-item {
    display: block;
    background: #313131;
    color: white;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid #555555;
}

.lk-nav__dots {
    display: none;
}

.open-menu .lk-nav__dots {
    background-image: url("../../images/close-ico-black.png");
}

.work-area {
    position: relative;
    display: block;
    padding: 30px;
    background: #f8f8f7;
}

.work-area__remove {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../../images/close-ico-black.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.popup {
    display: block;
    width: 480px;
    padding: 30px 55px 40px 55px;
}

.popup__form {
    cursor: default;
}

.popup__head {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.popup__public-offer {
    opacity: .5;
}

.popup__public-offer a {
    text-decoration: underline;
}

.popup__actions {
    display: block;
    margin-top: 20px;
}

.rating-box {
    display: flex;
    margin: 15px 0;
}

.rating-box__title {
    margin-right: 30px;
    min-width: 114px;
}

.rating-box__body {
    position: relative;
    display: inline-block;
    background-color: #c6c6c6;
    width: 100px;
    height: 20px;
}

.rating-box__stars-wrap {
    position: relative;
    display: flex;
    height: 20px;
    width: 100px;
    cursor: pointer;
    z-index: 1;
}

.rating-box__star {
    display: block;
    height: 20px;
    width: 20px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsSAAALEgHS3X78AAAA6UlEQVQ4ja2VgQ2CMBBFPy6gGxg3YAMZwREYwREcwRFkA0dwBNigblAn+ObMmRzYpofwk5JLe338Xi9QkSRW1GYG6uVJ8gI7AFdPovfIBwARQACwXeqwU1D0uPQ4PChQtCu5LDnsDAwel9bhoBt6U6+7xlbisgFQa1zr2vHzJBlJ1sJdOIQRJfiqXQBs1BgtUHT+A9ZawBQous2AXaabU0A6j9+kNubaJmTmizm5xq4cQGhLjZo85XBIzLU6pup/ZgqXciIZzFqY1Nd1KdI6UvBH5sIsWF44UqqGTwB7Zw3lozuq4bq/AABvLScYdMokLRIAAAAASUVORK5CYII=");
}

.rating-box__overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 20px;
    width: 0;
    background-color: #ffcc00;
}

.datepickers-container {
    z-index: 100000000;
}

@media (min-width: 768px) {
    .filter-param_selected {
        border: 1px solid #212121;
    }

    .filter-param_selected .filter-param__discard-param {
        display: block;
    }

    .filter-param_selected .filter-param__name {
        background: #212121;
        color: white;
    }
}

@media (max-width: 1024px) {
    .section {
        padding: 0 0 60px 0;
    }

    .section__head {
        padding: 50px 0 0 0;
    }

    .h1 {
        font-size: 20px;
        margin: 25px 0;
    }

    .h2 {
        font-size: 20px;
        margin: 25px 0;
    }

    .content {
        margin-top: 163px;
    }

    .container {
        max-width: 694px;
    }

    .hidden-md {
        display: none;
    }

    .nav-bar__logo {
        margin-right: 60px;
    }

    .nav-bar__banner {
        width: 35%;
    }

    .nav-bar__banner_visible {
        left: 65%;
    }

    .nav-bar__list_level-2 {
        width: 65%;
    }

    .nav-bar__item_level-2 {
        width: 180px;
    }

    .nav-bar__item_level-2 > .nav-bar__link {
        font-size: 14px;
        width: 180px;
    }

    .nav-bar__list_level-3 {
        left: 180px;
        float: none;
        width: 59%;
    }

    .nav-bar__item_level-3 {
        width: 100%;
        float: none;
    }

    .full-banner {
        height: 10vw;
        width: 10vw;
    }

    .full-banner__content {
        padding-top: 100px;
    }

    .full-banner__title {
        font-size: 30px;
    }

    .full-banner__text {
        font-size: 18px;
    }

    .articles-list__item {
        width: 31%;
        margin-right: 3.5%;
    }

    .articles-list__item:nth-child(3n+3) {
        margin-right: 0;
    }

    .articles-list__item:last-child {
        display: none;
    }

    .articles-list_col-3 .articles-list__item {
        width: 31%;
        margin-right: 3.5%;
    }

    .articles-list_col-3 .articles-list__item:last-child {
        display: block;
    }

    .products-promo__image {
        height: 268px;
    }

    .products-promo__info {
        height: 303px;
    }

    .products-promo__photo {
        width: 272px;
        height: 178px;
    }

    .products-promo__product_left .products-promo__info-inner {
        right: 75px;
        width: 272px;
    }

    .products-promo__product_right .products-promo__info-inner {
        left: 75px;
        width: 272px;
    }

    .products-promo__title {
        font-size: 16px;
        margin-top: 25px;
    }

    .products-promo__name {
        font-size: 16px;
        margin-top: 20px;
    }

    .products-promo__price {
        font-size: 16px;
        margin-top: 20px;
    }

    .product-preview__image {
        height: 170px;
    }

    .product-preview__descrioption {
        padding: 20px 10px;
    }

    .store-preview__image {
        height: auto;
        padding-top: 70%;
    }

    .store-preview__link {
        max-width: 86%;
    }

    .citation {
        margin: 30px 0;
    }

    .text-content .citation {
        margin: 30px 0;
    }

    .toggle-block-checkbox__hidden {
        padding: 15px;
    }

    .action-block {
        padding: 30px 30px 30px 30px;
    }

    .action-block__title {
        font-size: 18px;
    }

    .block-with-icon__info {
        flex-grow: unset;
    }

    .list {
        padding: 22px 0 0 0;
    }

    .list_4 .list__item {
        width: 210px;
        margin: 0 22px 22px 0;
    }

    .list_4 .list__item:nth-child(4n+4) {
        margin: 0 22px 22px 0;
    }

    .list_4 .list__item:nth-child(3n+3) {
        margin-right: 0;
    }

    .page-intro-inner {
        height: 240px;
    }

    .page-intro-inner__text {
        margin-left: 60px;
    }

    .page-intro-inner__large-text {
        font-size: 20px;
    }

    .page-intro-inner__small-text {
        font-size: 14px;
    }

    button.input-file__button {
        display: inline-block;
        width: auto;
    }

    .input-radio {
        margin-bottom: 15px;
    }

    .input-group__row_2-col > .input-group__col_3-in-1 {
        width: 32%;
    }

    .input-group__row_2-col > .input-group_col_3-in-1-last {
        margin-right: 0;
    }

    .subscription__info {
        padding: 30px 0 30px 30px;
    }

    .subscription__title {
        margin: 0;
    }

    .subscription__action-block {
        width: 300px;
        padding: 50px 30px 30px 0;
    }

    .offers-store__store-info {
        width: 255px;
    }

    .offers-store__logo {
        width: 85px;
    }

    .offers-store__store-name {
        font-size: 14px;
    }

    .offers-store__detal {
        width: 260px;
    }

    .offers-store__delivery {
        width: 137px;
    }

    .gallery-media {
        max-width: 329px;
    }

    .ad-unit-group__item {
        width: 332px;
        margin-bottom: 13px;
    }

    .ad-unit_square {
        height: 414px;
    }

    .brands-detal__image {
        width: 238px;
    }

    .brands-detal__gallery {
        height: 523px;
        margin: 20px 0;
    }

    .brands-detal__gallery-photo_1 {
        height: 100%;
        width: 450px;
    }

    .brands-detal__gallery-photo_2 {
        height: 251px;
        width: 210px;
    }

    .brands-detal__gallery-photo_3 {
        height: 251px;
        width: 210px;
    }

    .video-preview {
        width: 204px;
    }

    .video-preview__image {
        height: 138px;
    }

    .where-buy-block__image-wrap {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-bottom: 20px;
    }

    .where-buy-block__image-wrap img {
        width: 40px;
    }

    .where-buy-block__image-wrap::before {
        width: 80%;
        right: -100%;
    }

    .market-detal__gallery {
        width: 333px;
    }

    .product-card-carousel__slid {
        width: 333px;
        height: auto;
    }

    .product-card-carousel__nav-slider-arrow {
        top: -41px;
    }

    .card-prod-table {
        margin: 20px 0;
    }

    .calc__filter-image {
        width: 180px;
    }

    .calc__work-area {
        padding: 40px;
    }

    .calc__filter-btn {
        width: auto;
    }

    .calc-recomendate__slider {
        width: 226px;
    }

    .sale-detal__store .store-preview {
        width: 151px;
    }

    .sale-offer {
        width: 151px;
        margin-right: 23px;
    }

    .sale-offer__title {
        font-size: 18px;
    }

    .sale-offer__subtitle {
        font-size: 16px;
    }

    .sale-catalog__link {
        margin-bottom: 15px;
    }

    .news__img {
        width: 90px;
        height: 90px;
    }

    .news__time {
        width: 90px;
        text-align: center;
    }

    .contacts-form {
        width: 330px;
        padding: 25px 30px 25px 30px;
    }

    .contacts-form__text {
        margin: 10px 0;
    }

    .contacts-form__title {
        font-size: 20px;
    }

    .login__form-wrap {
        width: 393px;
        padding: 30px;
    }

    .login__form-title {
        font-size: 18px;
    }

    .login__btns {
        flex-wrap: wrap;
    }

    .login__btn {
        width: 100%;
        margin-top: 15px;
    }

    .lk-nav__item {
        width: 92px;
    }

    .lk-nav__logo {
        display: none;
    }

    .popup {
        padding: 30px 25px 20px 25px;
    }

    .popup__head {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .sub-section_padding {
        padding: 20px;
    }

    .sub-section__title {
        font-size: 16px;
    }

    .btn_lg {
        height: 25px;
        line-height: 25px;
        padding: 0 20px;
    }

    .content {
        margin-top: 155px;
    }

    .container {
        width: 320px;
        padding: 0 15px;
    }

    .header-regions-btn__label {
        display: none;
    }

    .header-lk-btn__ico {
        height: 17px;
        width: 18px;
        margin-top: 8px;
        margin-right: 0;
    }

    .header-lk-btn {
        font-size: 0;
        width: 35px;
    }

    .header-hidde-list__lk {
        width: 100%;
    }

    .header-hidde-list {
        position: relative;
        box-shadow: none;
        background: none;
        color: white;
    }

    .header-hidde-list::before {
        display: none;
    }

    .header-reginons {
        width: 100%;
    }

    .nav-bar__banner {
        display: none;
    }

    .nav-bar__toggle-btn {
        position: absolute;
        right: 0;
        display: block;
        height: 15px;
        width: 19px;
        cursor: pointer;
        transition: all .2s;
    }

    .nav-bar__toggle-btn span {
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        background: #212121;
        transform: rotate(0deg);
        transition: all .2s;
    }

    .nav-bar__toggle-btn span:nth-child(1) {
        top: 0;
    }

    .nav-bar__toggle-btn span:nth-child(2) {
        top: 6px;
    }

    .nav-bar__toggle-btn span:nth-child(3) {
        top: 12px;
    }

    .nav-bar__logo img {
        height: 25px;
    }

    .nav-bar__content {
        height: 40px;
    }

    .nav-bar__list_level-1 {
        position: absolute;
        display: none;
        background-color: #212121;
        left: 0;
        right: 0;
        top: 40px;
        background-image: url(../../images/navbar-graginent.png);
        background-repeat: no-repeat;
        max-height: 80vh;
        overflow: scroll;
    }

    .nav-bar__item_level-1 {
        display: block;
        padding: 0;
        height: auto;
        line-height: 1;
    }

    .nav-bar__item_level-1 > .nav-bar__link {
        font-size: 16px;
        display: block;
        padding: 20px 10px 20px 20px;
        border-top: 1px solid #535353;
    }

    .nav-bar__item_level-1 > .nav-bar__sm-toggler {
        top: 0;
        right: 0;
        height: 56px;
        width: 56px;
    }

    .nav-bar__list_level-2 {
        display: none;
        position: relative;
        min-width: 100%;
        width: auto;
        top: 0;
        height: auto;
        background: none;
    }

    .nav-bar__list_level-2::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        height: 100%;
        width: 100%;
        background: white;
        opacity: .1;
    }

    .nav-bar__item_level-2 {
        display: inline-block;
        top: 0;
        min-width: 100%;
        width: auto;
    }

    .nav-bar__item_level-2 > .nav-bar__sm-toggler {
        top: 0;
        right: 0;
        height: 44px;
        width: 64px;
    }

    .nav-bar__item_level-2 > .nav-bar__link {
        width: 100%;
        padding: 15px 10px 15px 20px;
    }

    .nav-bar__list_level-3 {
        display: none;
        position: relative;
        left: 0;
        width: 100%;
        padding: 0;
        opacity: 1;
        visibility: visible;
        height: auto;
        background-image: none;
        background: none;
        padding: 0 20px;
        max-height: 300px;
    }

    .nav-bar__item_level-3 {
        display: inline-block;
        width: auto;
    }

    .nav-bar__link:hover {
        color: #e51b0a;
    }

    .nav-bar__item {
        position: relative;
        color: white;
        width: 100%;
        padding: 0;
    }

    .nav-bar__item:hover {
        border: 0;
    }

    .nav-bar__item.active {
        border: 0;
    }

    .nav-bar__item_level-2:first-child {
        margin: 0;
    }

    .nav-bar__sm-toggler {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAANElEQVQImW3MwQ0AIAgDQKZlBZdkp/ODiRJ5Nb2GQCFjHBJ1AqwLV3d5rzW8OF764hg9uAFo+U8pA7ARdgAAAABJRU5ErkJggg==");
        background-repeat: no-repeat;
        cursor: pointer;
        background-position: center;
        z-index: 4;
        transition: all .2s;
    }

    .full-banner {
        height: 145px;
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

    .full-banner__content {
        padding-top: 0;
    }

    .full-banner__title {
        font-size: 18px;
    }

    .full-banner__text {
        font-size: 14px;
    }

    .full-banner__text-small {
        font-size: 14px;
    }

    .articles-list__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .articles-list_col-3 .articles-list__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .article-preview {
        position: relative;
        padding-left: 90px;
    }

    .article-preview__image {
        position: absolute;
        top: 0;
        left: 0;
        height: 78px;
        width: 78px;
        padding-top: 0;
    }

    .article-preview__text {
        margin: 10px 0;
    }

    .products-promo__product {
        width: 100%;
    }

    .products-promo__image {
        height: 205px;
    }

    .products-promo__info {
        height: 224px;
    }

    .products-promo__photo {
        width: 190px;
        height: 120px;
    }

    .products-promo__product_left .products-promo__info-inner {
        right: auto;
        left: 20px;
    }

    .products-promo__product_right .products-promo__info-inner {
        left: 20px;
    }

    .products-promo__product_left .products-promo__info-inner, .products-promo__product_right .products-promo__info-inner {
        width: 320px;
        left: 0;
        right: 0;
        margin: auto;
        padding-left: 15px;
    }

    .products-promo__title {
        margin-top: 15px;
    }

    .products-promo__name {
        margin-top: 15px;
    }

    .products-promo__price {
        margin-top: 15px;
    }

    .store-preview {
        height: auto;
    }

    .store-preview__image {
        background-size: contain;
    }

    .promo-section__absolute-children {
        padding-top: 0;
    }

    .promo-section__banner {
        position: relative;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .filter__form {
        width: 100%;
    }

    .filter__open-btn {
        display: block;
        height: 35px;
        line-height: 35px;
        padding: 0 10px 0 30px;
        border: 1px solid #818181;
        border-radius: 5px;
        cursor: pointer;
    }

    .filter__list-lettering {
        display: block;
        height: 54px;
        padding: 0 20px;
        line-height: 54px;
        border-bottom: 1px solid #d8d5d5;
    }

    .filter__flex-container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .filter__list-wrap {
        overflow: auto;
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        height: 100%;
        background: white;
        width: 263px;
        box-shadow: 0px 0px 80px 30px rgba(0, 0, 0, 0.3);
        border: 1px solid #d8d5d5;
        z-index: 99;
    }

    .filter__form-searsh {
        width: 100%;
        margin-top: 10px;
    }

    .filter__search-input-wrap {
        width: 60%;
    }

    .filter__search-button-wrap {
        width: 40%;
    }

    .filter-param__action-mobail {
        display: block;
        height: 35px;
        border: 0;
        margin: 20px auto;
        width: 200px;
    }

    .filter-param {
        width: 100%;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-bottom: 1px solid #d8d5d5;
        margin: 0;
    }

    .filter-param_alone {
        border: 1px solid #818181;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .filter-param__name {
        display: block;
        width: 100%;
        font-weight: bold;
        height: auto;
        line-height: 1;
        padding: 20px 30px 20px 20px;
    }

    .filter-param__name::before {
        content: '';
        position: absolute;
        right: 13px;
        top: 24px;
        display: block;
        height: 10px;
        width: 10px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAMUlEQVQImW3KsREAIAwDMU2bFbIkO0EDd4Hg0noYCH2xTWAiC+b+otYnavhGX6zRhQvHSQ1rxCMd4AAAAABJRU5ErkJggg==");
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(0);
        transition: all .2s;
    }

    .filter-param__name.opened::before {
        transform: rotate(180deg);
    }

    .filter-param_alone .filter-param__name {
        padding: 15px 30px 15px 15px;
    }

    .filter-param_alone .filter-param__name::before {
        right: 13px;
        top: 18px;
    }

    .filter-param__hidden {
        position: static;
        display: none;
        width: 100%;
        height: auto;
        box-shadow: none;
    }

    .filter-param__hidden::before {
        display: none;
    }

    .filter-param__action {
        display: none;
    }

    .filter-param__scroll-box {
        height: auto;
        max-height: none;
    }

    .filter-param__discard-all {
        text-align: center;
        display: block;
        color: #212121;
    }

    .citation {
        font-size: 14px;
    }

    .action-block {
        background-position: 40%;
    }

    .action-block__text {
        margin: 10px 0;
        line-height: 1.5;
    }

    .services-list__item {
        text-align: left;
        position: relative;
        padding-left: 70px;
        padding-top: 10px;
        width: 100%;
        min-height: 55px;
    }

    .services-list__img {
        width: 50px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        text-align: center;
        left: 0;
        top: 0;
        margin: 0;
    }

    .services-list__img img {
        width: 25px;
    }

    .services-list__text {
        padding: 0;
    }

    .text-collum_4 > .text-collum__col {
        width: 48%;
        padding-right: 0;
        margin-right: 4%;
    }

    .text-collum_4 > .text-collum__col:nth-child(even) {
        margin-right: 0;
    }

    .text-collum_3 > .text-collum__col {
        width: 50%;
    }

    .text-collum_2 > .text-collum__col {
        width: 100%;
    }

    .block-with-icon__ico-section {
        flex-grow: 1;
        padding: 0 10px;
    }

    .block-with-icon__info {
        flex-wrap: wrap;
        padding: 25px;
    }

    .block-with-icon__text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .block-shadow-two-col__left {
        padding: 20px;
        width: 50%;
    }

    .block-shadow-two-col__right {
        padding: 20px;
        width: 50%;
    }

    .page-pagination__list {
        margin: 30px 0 20px 0;
    }

    .page-pagination__item {
        margin-right: 0;
    }

    .page-pagination__link {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .list-products .promo {
        margin: 7px;
    }

    .list-products .product-preview__image {
        height: 80px;
    }

    .list {
        padding: 12px 0 0 0;
    }

    .list_4 .list__item {
        width: 139px;
        margin: 0 12px 12px 0;
    }

    .list_4 .list__item:nth-child(3n+3) {
        margin: 0 12px 12px 0;
    }

    .list_4 .list__item:nth-child(2n+2) {
        margin-right: 0;
    }

    .page-intro-inner {
        height: 100px;
    }

    .page-intro-inner__text {
        margin-left: 20px;
    }

    .page-intro-inner__large-text {
        font-size: 13px;
    }

    .page-intro-inner__small-text {
        font-size: 13px;
        margin-bottom: 0;
    }

    .carousel__list {
        padding-bottom: 60px;
    }

    .carousel__controls {
        bottom: 60px;
        z-index: 2;
    }

    .publications__flex-container {
        flex-wrap: wrap;
    }

    .publications__section_left {
        width: 100%;
        padding: 60px 0 0 0;
    }

    .publications__section_rigth {
        width: 100%;
        padding: 25px;
        margin-bottom: 30px;
    }

    .selection-block {
        padding: 1.5rem 1.5rem 0 0;
    }

    .selection-block__title {
        margin-bottom: 1.5rem;
        padding-left: 1.5rem;
    }

    .selection-block__list {
        flex-wrap: wrap;
    }

    .selection-block__elem {
        margin: 0 0 1.5rem 1.5rem;
    }

    .selection-block__value::before {
        left: 20px;
    }

    .selection-block__value {
        padding: 20px 20px 20px 50px;
        height: auto;
        background-image: none !important;
    }

    .input-radio_has-image .input-radio__title {
        min-height: unset;
        font-size: 14px;
    }

    .input-radio_has-image .input-radio__title {
        margin: 20px;
        padding-left: 30px;
    }

    .input-group__row {
        display: block;
    }

    .input-group__row_2-col > .input-group__col {
        width: 100%;
        margin-right: 0;
    }

    .input-group__row_3-col > .input-group__col {
        width: 100%;
        margin-right: 0;
    }

    .input-group__row_2-col > .input-group__col_3-in-1 {
        width: 100%;
    }

    .input-group__inner-row_3-col > .input-group__col {
        width: 100%;
        margin-right: 0;
    }

    .input-group__col:last-child {
        width: 100%;
        margin-right: 0;
    }

    .input-group__buttons {
        margin-top: 10px;
    }

    .input-group__buttons .btn {
        width: 100%;
        text-align: center;
    }

    .input-group__complete {
        margin-top: 0;
    }

    .input-select_samll .input-select__toggle-btn {
        width: 40px;
    }

    .input-select_samll .input-select__toggle-btn::before {
        left: 16px;
    }

    .form-actions_center .btn {
        display: block;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .subscription__form {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .subscription__info {
        padding: 30px 30px 0 30px;
        background: none;
    }

    .subscription__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .subscription__text {
        line-height: 1.5;
    }

    .subscription__action-block {
        padding: 30px;
        background-image: url("../../images/subscriptio-bg.png");
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .subscription__form-el-row {
        flex-wrap: wrap;
    }

    .subscription__input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .subscription__button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: 35px;
    }

    .offers-store__row {
        flex-wrap: wrap;
        height: auto;
        padding: 20px 0;
    }

    .offers-store__store-info {
        width: 100%;
    }

    .offers-store__logo {
        width: 50%;
    }

    .offers-store__site {
        width: 50%;
    }

    .offers-store__detal {
        width: 100%;
    }

    .offers-store__info-wrap {
        flex-wrap: wrap;
    }

    .offers-store__delivery {
        width: 50%;
        font-size: 13px;
    }

    .offers-store__prices {
        width: 50%;
    }

    .offers-store__button-box {
        margin-top: 20px;
    }

    .offers-store__price.old::after {
        position: static;
        display: inline-block;
        margin-left: 10px;
    }

    .faq__list {
        flex-wrap: wrap;
    }

    .faq__group {
        width: 100%;
    }

    .filter-letter__content {
        display: block;
        flex-wrap: wrap;
        overflow: hidden;
        height: 35px;
    }

    .filter-letter__item {
        display: inline-block;
    }

    .filter-letter__dots {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 40px;
        height: 35px;
        text-align: center;
        vertical-align: middle;
        color: white;
        background-color: #2c2b2b;
        font-size: 18px;
        cursor: pointer;
    }

    .filter-letter__dots:hover {
        background: #e51b0a;
    }

    .filter-letter__list-toggle.brands-filter__toggle-list {
        position: absolute;
        top: 35px;
    }

    .filter-letter_has-list .filter-letter__content {
        height: 70px;
    }

    .gallery-media {
        max-width: 290px;
    }

    .gallery-media__slider {
        padding: 0 40px;
    }

    .rewievs-block__content .rewievs {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .rewievs {
        padding: 20px;
        min-height: auto;
    }

    .rewievs__autor {
        padding: 0 0 15px 0;
    }

    .rewievs__rating-position {
        margin-right: 20px;
    }

    .rewievs__rating-position-name {
        font-size: 13px;
    }

    .rewievs__showe-all {
        margin: 10px 0;
    }

    .rewievs__content {
        padding-top: 20px;
        font-size: 13px;
    }

    .rewievs__photo {
        width: 50px;
        height: 50px;
        margin: 5px;
    }

    .rewievs__photo.more {
        width: 50px;
        height: 50px;
        line-height: 71px;
    }

    .rewievs__photo.more span {
        font-size: 18px;
        left: 19px;
        top: 11px;
    }

    .ad-unit-group__item {
        width: 100%;
    }

    .ad-unit-group__item.left {
        float: none;
    }

    .ad-unit-group__item.rigth {
        float: none;
    }

    .ad-unit__content {
        left: 15px;
        bottom: 10px;
        right: 10px;
    }

    .font-size_md {
        font-size: 16px;
    }

    .font-size_lg {
        font-size: 18px;
    }

    .brands-detal__intro {
        flex-wrap: wrap;
    }

    .brands-detal__image {
        width: 100%;
        padding-right: 0;
    }

    .brands-detal__gallery {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .brands-detal__gallery-photo_1 {
        position: relative;
        height: 332px;
        width: 100%;
    }

    .brands-detal__gallery-photo_2 {
        position: relative;
        width: 48%;
        height: 160px;
        margin-top: 4%;
    }

    .brands-detal__gallery-photo_3 {
        position: relative;
        width: 48%;
        height: 160px;
        margin-top: 4%;
    }

    .video-list__item {
        margin-right: 0;
    }

    .video-preview {
        width: 100%;
    }

    .video-preview__image {
        height: 180px;
    }

    .where-buy-block__element {
        width: 40%;
        margin-right: 20%;
    }

    .where-buy-block__element:nth-child(2n+2) {
        margin-right: 0;
    }

    .where-buy-block__element:nth-child(2n+2) .where-buy-block__image-wrap::before {
        display: none;
    }

    .where-buy-block_3 .where-buy-block__element {
        width: 47.5%;
        align-items: flex-start;
    }

    .where-buy-block_3 .where-buy-block__element:nth-child(even) {
        margin-right: 0;
    }

    .where-buy-block_3 .where-buy-block__element .where-buy-block__image-wrap::before {
        display: none;
    }

    .market-detal__card {
        display: block;
    }

    .market-detal__gallery {
        width: 100%;
    }

    .market-detal__info {
        padding-left: 0;
        margin-top: 30px;
    }

    .market-detal__action {
        width: auto;
    }

    .product-card-carousel__slid {
        width: 100%;
    }

    .market-reviews {
        flex-wrap: wrap;
    }

    .market-reviews__logo-box {
        width: 100%;
    }

    .market-reviews__text-box {
        padding-left: 0;
    }

    .market-reviews__salons-actions {
        width: 100%;
    }

    .calc__filter-image {
        display: none;
    }

    .calc__work-area {
        padding: 20px;
    }

    .calc__filter-buttons {
        flex-wrap: wrap;
    }

    .calc__filter-buttons .btn {
        width: 100%;
        margin-top: 15px;
    }

    .calc .filter-param {
        margin-top: auto;
    }

    .calc-recomendate {
        flex-wrap: wrap;
    }

    .calc-recomendate__slider {
        width: 100%;
    }

    .calc-recomendate__prices {
        padding: 30px 20px;
    }

    .calc-recomendate__prices {
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    .calc-recomendate__prices-item {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .calc-recomendate__prices-info {
        margin-top: 10px;
    }

    .news-options {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .news-options__share {
        width: 100%;
        margin-top: 20px;
    }

    .news-detal__header {
        padding-right: 0;
        padding-top: 60px;
    }

    .news-detal__header .news-time {
        right: auto;
        top: 20px;
    }

    .brand-card {
        width: 100%;
        margin: 40px 0;
        margin-left: 0;
    }

    .brand-card_float-rigth {
        float: none;
        margin: 40px 0;
    }

    .sale-detal__offers {
        display: block;
    }

    .sale-detal__content {
        display: block;
    }

    .sale-detal__store .store-preview {
        width: 100%;
    }

    .sale-offer {
        width: 100%;
        min-height: unset;
        margin-bottom: 20px;
    }

    .sale-catalog {
        display: block;
    }

    .sale-catalog__group {
        width: 100%;
        margin-top: 10px;
    }

    .glossary__word-list {
        padding: 0 0 20px 0;
    }

    .glossary__word {
        width: auto;
        margin: 20px 0 0 0;
    }

    .news-list {
        margin: 20px 0;
    }

    .news__text {
        margin: 10px 0;
    }

    .news .tag-list {
        margin-top: 20px;
    }

    .for-advertisers-intro__img {
        display: none;
    }

    .audienceq {
        flex-wrap: wrap;
    }

    .audienceq__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .geo {
        flex-wrap: wrap;
    }

    .geo__item {
        width: 100%;
        height: 266px;
        margin-bottom: 30px;
        text-align: center;
    }

    .geo__percent {
        font-size: 18px;
        width: 39px;
        height: 39px;
        line-height: 39px;
        padding-left: 3px;
        font-weight: normal;
        right: 0;
    }

    .geo__region {
        text-align: center;
        width: 100%;
    }

    .geo-wrap {
        padding: 30px 0;
    }

    .contacts {
        flex-wrap: wrap;
    }

    .contacts__col {
        width: 100%;
    }

    .contacts-form {
        position: relative;
        width: 100%;
        padding: 25px 20px 25px 20px;
    }

    .footer {
        padding: 30px 0 0 0;
    }

    .footer__row {
        flex-wrap: wrap;
    }

    .footer__col {
        width: 100%;
        padding-right: 0;
    }

    .footer__link {
        margin-bottom: 15px;
        font-weight: normal;
        font-size: 13px;
    }

    .footer__list-title {
        font-size: 14px;
    }

    .footer__link_toggle::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        height: 17px;
        width: 17px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAANElEQVQImW3MwQ0AIAgDQKZlBZdkp/ODiRJ5Nb2GQCFjHBJ1AqwLV3d5rzW8OF764hg9uAFo+U8pA7ARdgAAAABJRU5ErkJggg==");
        background-repeat: no-repeat;
        background-position: center;
    }

    .footer__address {
        max-width: 100%;
        font-size: 13px;
    }

    .footer__separator {
        display: none;
    }

    .footer__bottom {
        flex-wrap: wrap;
        margin-top: 30px;
        padding: 15px 0;
    }

    .footer__politick {
        width: 100%;
    }

    .footer__copyright {
        width: 100%;
        margin-bottom: 5px;
    }

    .footer__list_toggle {
        display: none;
        margin-bottom: 30px;
    }

    .social-list {
        display: flex;
    }

    .social-list__item {
        width: 30px;
        height: 30px;
    }

    .social-list__link {
        width: 15px;
        height: 15px;
    }

    .social-list__ico {
        width: 15px;
        height: 15px;
    }

    .login__container {
        flex-wrap: wrap;
    }

    .login__form-wrap {
        width: 100%;
    }

    .login__form-title {
        font-size: 16px;
    }

    .login__btn {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .login__info {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .registration_stap-2 {
        background: none !important;
    }

    .lk-account__organisation {
        display: block;
    }

    .lk-account__organisation_logo {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .lk-account__section {
        padding: 15px 0;
    }

    .gallery-media-lk {
        display: block;
    }

    .gallery-media-lk__col {
        width: 100%;
        margin-right: 0;
    }

    .static-age__title {
        font-size: 14px;
    }

    .static-age__inputs {
        margin: 20px 0;
    }

    .static-age__input {
        max-width: 150px;
    }

    .static-age__input input {
        padding: 0 40px 0 15px;
    }

    .static-age__separator {
        width: 20px;
    }

    .static-age__button {
        margin-left: 0;
    }

    .lk-nav {
        display: block;
    }

    .lk-nav__list {
        display: none;
    }

    .lk-nav__item {
        display: block;
        background: #313131;
        color: white;
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        border-bottom: 1px solid #555555;
        height: auto;
    }

    .lk-nav__item_has-sub-list {
        width: 100%;
        height: 50px;
        padding-right: 100px;
        background: white;
        color: #000000;
        text-align: left;
        border: 0;
    }

    .lk-nav__item.active::before {
        display: none;
    }

    .lk-nav__toggle {
        right: 50px;
        border-right: 1px solid #e6e6e6;
    }

    .lk-nav__dots {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 40px;
        width: 50px;
        text-align: center;
        height: 50px;
        background-image: url("../../images/dotts.png");
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        transition: all .2s;
    }

    .work-area {
        padding: 20px;
    }
}

h1 {
    display: block;
    margin: 35px 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
}

.section h1 {
    margin-top: 0;
}

h2 {
    display: block;
    margin: 35px 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
}

h3, h4 {
    display: block;
    margin: 30px 0 20px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

.text-content ul {
    display: block;
    margin: 30px 0 20px 0;
    padding: 0;
}

.text-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.text-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    height: 4px;
    width: 4px;
    background: #e51b0a;
    border-radius: 50%;
}

.text-content ol {
    display: block;
    margin: 30px 0 20px 0;
    padding: 0;
    counter-reset: ol;
}

.text-content ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.text-content ol li::before {
    counter-increment: ol;
    content: counter(ol);
    position: absolute;
    left: 0;
    display: block;
    height: 18px;
    width: 18px;
    text-align: center;
    color: white;
    background: #e51b0a;
    border-radius: 50%;
    font-size: 13px;
}

@media (max-width: 1024px) {
    h2 {
        font-size: 20px;
        margin: 25px 0;
    }
}

@media (max-width: 768px) {
    .nav-bar__item_level-1:hover, .nav-bar__item_level-1.active {
        background: none
    }
}

.full-banner {
    display: flex;
    align-items: center;
}

.full-banner__content {
    padding-top: 0px;
}

.yan-map-placemarkt__address {
    background: white;
    display: block;
    width: 225px;
    padding: 15px;
    font-size: 16px;
    position: relative;
    top: -15px;
    right: 5px;
}

.yan-map-placemarkt__address:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: white;
    display: block;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 50%) rotate(45deg);
}

.yan-map-placemarkt__address:after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    background: #e51b0a;
    display: block;
    bottom: -25px;
    right: 50%;
    transform: translate(50%, 50%) rotate(45deg);
    border-radius: 50%
}

.section .promo.promo_header > .promo__link {
}

.section .promo.promo_header > .promo__link > .promo__image {
    object-fit: cover;
}

#nav-bar__banner {
    opacity: 0;
    transition: all ease .3s;
    pointer-events: none;
}

.nav-bar__container:hover #nav-bar__banner {
    opacity: 1;
    pointer-events: inherit;
}

#bx-panel-back {
    position: fixed !important;
}

.brands-list__item {
    height: 260px;
    width: 226px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.brands-list__item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.brands-list__item a:hover {
    text-decoration: none;
    color: black;
}

.brands-list__item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65%;
}

.brands-list__item-img img {
    max-width: 190px;
}

.brands-list__item-name {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.owl-stage-outer .carousel__slid {
    min-height: 120px;
    display: block;
}

.text-content table {
    border: none;
}

.text-content tbody tr:first-child {
    height: 65px;
    background: #ddd;
}

.text-content tbody tr:nth-child(2n + 1) {
    min-height: 65px;
    background: #eee;
}

.text-content tbody td {
    border: none;
    padding: 10px;
}

.text-content tbody li {
    padding-left: 0;
    text-indent: 15px;
}

.table-wrap {
    width: 100%;
    overflow: auto;
}

.table-wrap::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.table-wrap::-webkit-scrollbar-button {
    background-color: #8d8d8d;
}

.table-wrap::-webkit-scrollbar-track {
    background-color: #8d8d8d;
}

.table-wrap::-webkit-scrollbar-track-piece {
    background-color: #8d8d8d;
}

.table-wrap::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #e51b0a;
    border-radius: 3px;
}

.table-wrap::-webkit-scrollbar-corner {
    background-color: #8d8d8d;
}

.table-wrap::-webkit-resizer {
    background-color: #8d8d8d;
}

.table-wrap table {
    width: 1000px;
}

.text-content img[align="left"]:not([class]) {
    margin: 0 15px 0 0
}

.text-content img[align="right"]:not([class]) {
    margin: 0 0 0 15px
}

.second-filter {
    display: flex;
    flex-wrap: wrap;
}

.second-filter__button {
    flex-shrink: 0;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    cursor: pointer;
    background: #212121;
    color: white;
    position: relative;
    display: inline-block;
    border: 1px solid #818181;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.second-filter__dropdown {
    max-width: 400px;
    position: absolute;
    top: 40px;
    padding: 15px;
    width: 270px;
    background: white;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #d8d5d5;
    display: none;
    z-index: 5;
}

.second-filter__dropdown a {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.second-filter__dropdown a:hover {
    text-decoration: none;
}

.second-filter__item {
    position: relative;
}

@media screen and (max-width: 768px) {
    .second-filter {
        flex-direction: column;
    }

    .second-filter__button {
        width: 100%;
        margin-right: 0px;
        text-align: center;
    }

    .second-filter__dropdown {
        width: 100%;
    }

    .comment-correct .form-group {
        margin-bottom: 0px;
    }
}

.nav-bar__list_level-3 {
    width: 100%;
    max-width: 553px;
}

.nav-bar__item_level-3 {
    width: calc(50% - 15px);
    padding-bottom: 5px;
}

.nav-bar__item_level-3 .nav-bar__link:hover {
    color: #ff98a7;
    text-decoration: none;
}

.bx-searchtitle {
    margin-top: 0px !important;
}

div.bx-searchtitle .bx-input-group-btn button {
    background-color: #e20020;
    border-radius: 0;
    width: 29px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}

div.bx-searchtitle .bx-input-group-btn button:hover {
    background-color: #e20020;
}

div.bx-searchtitle .bx-input-group-btn button:hover, div.bx-searchtitle .bx-input-group-btn button:focus {
    outline: none;
    border: none;
}

.offers-store__store-name:hover, .offers-store__delivery .color-red:hover {
    text-decoration: none;
}

#title-search-input {
    width: 340px;
    background-color: rgba(108, 103, 103, 0.2);
    color: white;
    border: none;
}

@media screen and (max-width: 768px) {
    .header-options__row {
        position: relative;
    }

    .header-options__row > .header-options__col:last-child {
        position: absolute;
        right: 0;
    }

    #title-search-input {
        display: none;
    }
}

.nav-bar__list_level-3 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nav-bar__section {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-bar__list .nav-bar__section:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.nav-bar__section-wrap {
    display: flex;
    flex-wrap: wrap;
}

.nav-bar__section .mCSB_draggerRail {
    background-color: white;
}

.input-group__faces .input-group__row {
    justify-content: space-between;
}

.input-group__faces .input-group__col {
    width: calc(100% / 5 - 10px);
    margin: 0;
}

.input-group__faces .input-radio_has-image .input-radio__title {
    font-size: 14px;
    padding-left: 30px;
    min-height: auto;
    margin: 30px 0 40px 15px;
}

.input-group__faces .input-radio_has-image.checked {
    z-index: 1;
}

@media screen and (max-width: 1023px) {
    .input-group__faces .input-group__col {
        width: calc(100% / 5 - 4px);
    }

    .input-group__faces .input-radio_has-image .input-radio__title {
        margin: 20px 5px 40px 5px;
        padding-left: 0;
        padding-top: 30px;
        overflow-wrap: break-word;
    }

    .input-group__faces {
        padding: 30px 20px;
    }

    .input-group__faces .input-radio {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .input-group__faces .input-group__col {
        width: 100%;
        margin-bottom: 5px;
    }

    .input-group__faces .input-radio {
        display: flex;
        align-items: center;
        height: 90px;
    }

    .input-group__faces .input-radio__image {
        width: 54px;
        height: 47px;
    }

    .input-group__faces .input-radio_has-image .input-radio__title {
        font-size: 13px;
        margin: 0 0 0 25px;
        padding-left: 30px;
        padding-top: 0px;
    }

    .input-group__faces .sub-section__absolute {
        right: 50%;
        transform: translateX(50%);
        top: 25px;
    }

    .sub-section__title {
        margin-bottom: 40px;
    }
}

.filter-param__checkbox {
    flex-shrink: 0;
}

.filter__list-params--2 {
    display: flex;
    justify-content: center;
}

.filter__list-params--2 .filter-param {
    margin-right: 0;
    width: 100%;
    max-width: 640px;
}

.filter__list-params--2 .filter-param__name {
    width: 100%;
    text-align: center;
}

.filter__list-params--2 .filter-param__hidden {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .sub-section__absolute {
        right: 50%;
        transform: translateX(50%);
        top: 25px;
    }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    width: 4px;
    background: #e51b0a;
    border-radius: 0;
}

.amount {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.amount input {
    border: 1px solid #c5c5c5;
    width: calc(50% - 5px);
    padding: 10px;
}

.amount input::-webkit-outer-spin-button, .amount input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ui-slider-horizontal {
    height: 5px;
    margin-top: 10px;
}

.ui-widget-header {
    background: #e51b0a;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: white;
}

.ui-slider .ui-slider-handle {
    cursor: pointer;
    border-radius: 50%;
    top: -7px;
    outline: none;
    border: 1px solid #c5c5c5 !important;;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}

.publications__section_rigth {
    height: initial;
    margin-bottom: -70px;
}

.publications__flex-container {
    align-items: inherit;
}

.video-preview {
    margin-top: 40px;
}

.publications__section_rigth {
    width: calc(45% + 1px);
}

@media (max-width: 768px) {
    .publications__section_rigth {
        width: 100%;
    }

    .publications__section_rigth .publications__section-header .carousel__list {
        padding-bottom: 0px;
    }

    .publications__section_rigth {
        margin-bottom: 20px;
    }
}

.video-preview {
    margin-top: 20px;
}

.publications__section_rigth .carousel__list {
    padding-bottom: 0;
}

.publications {
    padding-bottom: 30px;
}

.publications__flex-container {
    background: #f8f8f8;
}

.nav-bar__list_level-3 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nav-bar__section {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-bar__list .nav-bar__section:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.nav-bar__section-wrap {
    display: flex;
    flex-wrap: wrap;
}

.nav-bar__section .mCSB_draggerRail {
    background-color: white;
}

.nav-bar__item.nav-bar__item_level-4 {
    width: 50%
}

.nav-bar__item_level-4 .nav-bar__link {
    display: block;
    padding: 0 1rem 1rem 0;
    color: white;
    font-size: 13px;
}

@media (max-width: 768px) {
    .nav-bar__item.nav-bar__item_level-4, .nav-bar__item.nav-bar__item_level-3 {
        width: 100%
    }
}

.product-preview__title {
    height: 40px;
}

.articles-list_col-3 .articles-list__item {
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.articles-list {
    margin-right: -30px;
}

@media screen and (max-width: 1024px) {
    .articles-list_col-3 .articles-list__item {
        width: calc(100% / 2 - 30px);
    }
}

@media screen and (max-width: 768px) {
    .articles-list_col-3 .articles-list__item {
        width: calc(100% / 1 - 30px);
    }

    .articles-list.articles-list_col-3 {
        width: 100%;
    }

    .full-banner__mobile > div {
        text-align: center;
    }
}

#filters-cleaner {
    color: #e20020;
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    height: 35px;
}

@media screen and (max-width: 768px) {
    #filters-cleaner {
        width: 100%;
        justify-content: center;
        padding-top: 20px;
        margin-left: 0;
        color: #130b0b;
        font-weight: bold;
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .filter-param__name {
        padding-right: 30px;
    }

    .filter-param__name:before {
        content: '';
        width: 5px;
        height: 5px;
        position: absolute;
        right: 10px;
        top: calc(50% - 1px);
        transform: translateY(-50%) rotate(45deg);
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        transition: all ease .3s;
        font-weight: bold;
    }

    .filter-param__name.opened:before {
        transform: translateY(-50%) rotate(-135deg);
        top: calc(50% + 1px);
    }

    .filter-param_selected .filter-param__name:before {
        border-bottom: 1px solid white;
        border-right: 1px solid white;
    }
}

@media screen and (max-width: 768px) {
    .list-products {
        display: flex;
        flex-wrap: wrap;
    }

    .product-preview__name {
        font-size: 13px;
    }
}

[data-dressing] {
    margin-top: 0;
}

.articles-list {
    margin-right: -30px;
    margin-bottom: -30px;
}

.articles-list__item {
    width: calc(100% / 4 - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .articles-list__item {
        width: calc(100% / 3 - 30px);
    }
}

@media screen and (max-width: 768px) {
    .articles-list__item {
        width: calc(100% / 1 - 30px);
    }
}

.banner-mb-0 {
    margin-bottom: 0;
}

.list-products {
    display: flex;
    flex-wrap: wrap;
}

.product-preview__name {
    height: 50px;
}

@media screen and (max-width: 1023px) {
    .product-preview__name {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .product-preview__name {
        font-size: 13px;
    }
}

.list-products .promo {
    margin: 15px 15px 15px 0;
}

@media screen and (max-width: 768px) {
    .list-products .promo {
        margin-right: 0;
    }
}

@media screen and (min-width: 767px) {
    #nav-bar__banner img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #nav-bar__banner a {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 20px;
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        color: white;
        font-size: 14px;
        text-transform: uppercase;
        border: 1px solid white;
        text-align: center;
    }
}

button, button:active, button:focus {
    outline: none !important;
}

.filter-param__action {
    border: 1px solid transparent;
    color: white !important;
}

.no-banner {
    transition: none;
    margin-top: 135px;
}

@media screen and (max-width: 639px) {
    .no-banner {
        margin-top: 115px;
    }
}

.brands-detal__intro {
    display: block;
}

.market-reviews__salons-actions .btn {
    padding: 0;
}

.brands-detal__image {
    margin-bottom: 20px;
}

.publications__flex-container {
    overflow: hidden;
}

.email-input {
    padding: 5px;
    width: 100%;
    max-width: 250px;
    position: absolute;
    left: 31%;
}

@media screen and (max-width: 768px) {
    .email-input {
        position: relative;
        right: 0;
        max-width: 270px;
    }
}

.input-group__row.input-group__row_2-col {
    align-items: flex-start;
}

.input-group__col .h4 {
    word-break: break-word;
}

.input-group {
    display: block;
}

.section {
    padding: 0 0 10px 0
}

.sub-section_margin-xl {
    margin: 0;
}

.articles-list {
    margin-bottom: 40px;
}

.page-pagination__list {
    padding-bottom: 0;
    margin-bottom: 15px;
}

.promo {
    margin-top: 10px;
}

.sub-section.sub-section_shadow.sub-section_padding {
    margin-bottom: 25px;
}

#form_company .js__btn_add_salon {
    margin: 20px 0 30px;
}

#form_company .salon_internet {
    margin-bottom: 15px;
}

@media screen and (max-width: 639px) {
    #form_company .js__btn_add_salon {
        margin: 15px 0;
    }

    #form_company .salon_internet {
        margin-bottom: 10px;
    }
}

#form_company .js__btn_add_online_country_pickpoint {
    margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
    #form_company .js__btn_add_online_country_pickpoint {
        margin-bottom: 15px;
    }
}

.nav-bar__item_level-1:last-child {
    margin-left: auto;
    background-color: #e20020;
    color: #fff;
}

.bx-searchtitle {
    max-width: 370px;
}

.full-banner__content {
    padding-top: 110px;
    zoom: 0.8;
}

@media (max-width: 1024px) {
    .full-banner__content {
        padding-top: 0px;
        zoom: 1;
    }
}

.video {
    padding-bottom: 20px;
}

.video__wrap {
    position: relative;
    display: block;
}

.video__text {
    font-size: 16px;
    font-weight: bold;
}

.video .video-preview__date {
    bottom: 20px;
}

@media screen and (max-width: 639px) {
    .video__text {
        font-size: 14px;
    }
}

.video__wrap > img {
    width: 100%;
    height: 560px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    .video__wrap > img {
        height: 382px;
    }
}

@media screen and (max-width: 639px) {
    .video__wrap > img {
        height: 162px;
        margin-bottom: 10px;
    }
}

.owl-item .product-card-carousel__image {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    .owl-item .product-card-carousel__image {
        margin: 30px auto;
    }
}

.sale-detal__store {
    margin-left: auto;
    margin-top: 15px;
}

.product-preview__image {
    background-size: contain;
    background-position: center;
}

.input-group__col .input.input_lg + .input-group__input-label {
    margin-top: 15px;
}

.header-hidde-list__regions {
    right: 0;
}

.header-reginons {
    width: 100%;
}

.header-reginons-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

@media screen and (max-width: 1280px) {
    .header-reginons-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1023px) {
    .header-reginons-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 639px) {
    .header-reginons-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.tabs-regions {
    padding: 60px 0 200px;
}

.tabs-regions > .form__inputs {
    margin-top: 0;
}

@media screen and (max-width: 1023px) {
    .tabs-regions {
        padding: 50px 0 110px;
    }
}

@media screen and (max-width: 639px) {
    .tabs-regions {
        padding: 40px 0 80px;
    }
}

.tabs-regions__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
    .tabs-regions__head {
        flex-direction: column;
    }

    .tabs-regions__head .activity-filter {
        margin-bottom: 20px;
    }
}

.tabs-regions__caption {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.tabs-regions__caption li {
    padding-bottom: 5px;
    margin-right: 35px;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #6c6c6c;
}

@media screen and (max-width: 1023px) {
    .tabs-regions__caption li {
        margin-right: 25px;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .tabs-regions__caption li:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 639px) {
    .tabs-regions__caption li {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 639px) {
    .tabs-regions__caption li {
        margin-right: 16px;
    }

    .tabs-regions__caption li:nth-child(3), .tabs-regions__caption li:nth-child(4) {
        margin-bottom: 0;
    }
}

.tabs-regions__caption li:not(.active) {
    cursor: pointer;
}

.tabs-regions__caption li.active {
    color: #000;
    font-weight: 600;
}

.tabs-regions__caption li.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: 0;
    background: #e51b0a;
}

.tabs-regions__content {
    display: none;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .tabs-regions__content {
        flex-direction: column;
    }
}

.tabs-regions__content.active {
    display: block;
}

.tabs-regions__text {
    width: 516px;
    flex-shrink: 0;
    margin-right: 80px;
}

@media screen and (max-width: 1280px) {
    .tabs-regions__text {
        width: 420px;
        margin-right: 60px;
    }
}

@media screen and (max-width: 1023px) {
    .tabs-regions__text {
        width: 100%;
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 639px) {
    .tabs-regions__text {
        margin-bottom: 40px;
    }
}

.tabs-regions__text p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.8;
}

@media screen and (max-width: 639px) {
    .tabs-regions__text p {
        font-size: 13px;
    }
}

.tabs-regions__icons {
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .tabs-regions__icons {
        margin-right: -30px;
    }
}

@media screen and (max-width: 639px) {
    .tabs-regions__icons {
        margin-right: -50px;
    }
}

.tabs-regions__icon {
    width: calc(50% - 50px);
    margin-right: 50px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {
    .tabs-regions__icon {
        margin-right: 30px;
    }
}

@media screen and (max-width: 639px) {
    .tabs-regions__icon {
        width: calc(50% - 50px);
        margin-right: 50px;
    }
}

.tabs-regions__img {
    margin-bottom: 25px;
}

.tabs-regions__sing {
    font-size: 14px;
    line-height: 1.8;
}

.filter-btn {
    display: none;
}

@media (max-width: 768px) {
    .filter-btn {
        display: block;
    }
}

@media (max-width: 768px) {
    .filter-param_selected {
        background: black;
        color: white;
    }

    .filter-param__list {
        color: black;
    }

    .filter-param_selected .filter-param__name::before {
        filter: invert(100%)
    }

    .filter-param_selected .btn {
        color: black;
    }

    .filter-param_selected .btn:hover {
        color: white;
    }

    #filters-cleaner {
        padding-bottom: 20px;
    }
}

.footer__link {
    margin-bottom: 18px;
}

.section__head .btn.btn_xs.btn_greu-border {
    margin-left: auto;
}

.search-page > form {
    display: flex;
}

.search-page > form input[type="text"] {
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    width: 75%;
    flex-shrink: 0;
}

.search-page > form input[type="submit"] {
    color: white;
    border: none;
    background: #e20020;
}

.sale-catalog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

@media screen and (max-width: 768px) {
    .sale-catalog {
        grid-template-columns: 1fr;
    }
}

.sale-catalog__link {
    position: relative;
    height: 200px;
    display: block;
}

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

.sale-catalog__group {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
}

.promo-section__absolute-children {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    padding-top: 0;
    margin-bottom: 30px;
}

@media screen and (max-width: 639px) {
    .promo-section__absolute-children {
        grid-template-columns: 1fr;
    }
}

.promo-section__banner {
    width: 100%;
    padding: 0;
    position: relative;
    height: 200px;
}

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

.section {
    padding-bottom: 50px;
}

@media (max-width: 1024px) {
    .section {
        padding-bottom: 30px;
    }
}

.text-content img {
    display: block;
    height: auto !important;
}

.market-detal__card {
    margin-bottom: 30px;
}

.store-preview__image {
    background-size: contain;
    max-width: 90%;
    margin: 10px auto 0;
}

.market-reviews__logo-box {
    background-size: 150px auto;
}

.sale-catalog > div {
    grid-column-start: 1;
    grid-column-end: 3;
}

@media screen and (max-width: 768px) {
    .sale-catalog > div {
        grid-column-start: 1;
        grid-column-end: 2;
    }
}

.sale-catalog__link {
    margin-bottom: 0;
}

.list-products .promo {
    margin: 20px 10px;
    overflow: hidden;
}

.brands-list__item {
    width: 100%;
    padding: 0;
    margin: 0;
}

.brands-list {
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .brands-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .brands-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .list-products .promo, #all-brands .promo {
        margin: 15px 0;
    }

    .list-products .promo, #all-brands .promo {
        height: 47px;
        position: relative;
    }

    .list-products .promo img, #all-brands .promo img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center;
    }
}

.list-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

.list-products__item {
    width: 100%;
    margin: 0;
}

.list-products > .sub-section {
    grid-column: 1 / 4;
}

.news-list > .sub-section {
    grid-column: 1 / 3;
}

.list-products .promo {
    margin: 0;
}

.list-products > .clearfix {
    display: none;
}

@media screen and (max-width: 1023px) {
    .list-products {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 20px;
        grid-column-gap: 20px;
    }

    .list-products > .sub-section {
        grid-column: 1 / 3;
    }
}

@media screen and (max-width: 639px) {
    .list-products {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 15px;
        grid-column-gap: 15px;
    }
}

.news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

@media screen and (max-width: 1023px) {
    .news-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .news-list {
        grid-template-columns: 1fr;
    }

    .news-list > .sub-section {
        grid-column: 1 / 2;
    }
}

.shop {
    background: #eee;
    margin-bottom: 20px;
    padding: 0 35px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 15px;
    height: 23px;
    line-height: 23px;
    display: inline-block;
    color: #777;
}

.shop.noactive {
    color: #777;
}

.shop.active {
    color: #97ba00;
}

.shop.moderator_fail {
    color: #e51b0a;
}

.rewievs__request, .rewievs__bottom {
    transition: all ease .3s;
}

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

.rewievs__photo-list {
    margin-bottom: 40px;
}

.rewievs__item-more {
    margin-bottom: 20px;
}

.input-group {
    position: relative;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    text-align: left;
    pointer-events: none;
    transition: all ease .3s;
}

input.focus + .input-placeholder {
    top: -11px;
    font-size: 10px;
    color: #7C7C7C;
}

.input-error {
    font-size: 11px;
    margin-top: 5px;
    color: #EB3F3F;
    text-align: left;
}

.input-group {
    position: relative;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    text-align: left;
    pointer-events: none;
    transition: all ease .3s;
}

input.focus + .input-placeholder {
    top: -11px;
    font-size: 10px;
    color: #7C7C7C;
}

.input-error {
    font-size: 11px;
    margin-top: 5px;
    color: #EB3F3F;
    text-align: left;
}

footer a {
    color: white !important;
}

.rewievs-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
}

.rewievs-block__content .rewievs {
    width: 100%;
    margin: 0;
}

.rewievs {
    min-height: auto;
}

.rewievs__rating-position-name {
    margin-bottom: 0;
}

.rewievs__content {
    margin-bottom: 20px;
    overflow: hidden;
}

.rewievs__content.control {
    height: 170px;
}

.rewievs__content p {
    line-height: 24px;
    margin-bottom: 10px;
}

.rewievs__autor {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rewievs__autor a {
    font-weight: normal;
    font-size: 14px;
}

.rewievs__autor a:hover {
    color: #e20020;
}

.rewievs__item-more {
    cursor: pointer;
    display: none;
    font-size: 14px;
    color: black !important;
    position: relative;
}

.rewievs__item-more:before {
    content: '';
    position: absolute;
    left: 80px;
    transform: rotate(90deg);
    display: block;
    width: 13px;
    height: 13px;
    top: 4px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAApklEQVQokZ2SYQ3DIBCFv+KgBgjZJDAJtVAL1EItTEKxMAmrhNUDwcAkbH8OculIs+39gbzwcXcPOpQyrgcCMAIeeAIrEC1pLec6BXjgDvS0FS1pqlDGnYCHAiZZlx14taS5QIu0BbBZ0kX80ADPRjZBmV4uwZKiqlo0mowbGv2HA3AwDaBK0vxQmem182tSjbnmUikqczsAAG7/Ry7gb4+rwK++0RuVzztLBEml3AAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    transition: all ease .3s;
}

.rewievs__item-more.open:before {
    transform: rotate(-90deg);
}

.rewievs__photo-list {
    display: grid;
    grid-template-columns: repeat(5, 70px);
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.rewievs__photo-item {
    position: relative;
    height: 70px;
}

.rewievs__request {
    font-size: 14px;
    color: #8d96a1;
    padding-left: 25px;
    position: relative;
}

.rewievs__request:before {
    content: '';
    position: absolute;
    left: 0px;
    display: block;
    width: 17px;
    height: 15px;
    background-image: url(../../images/req.png);
    background-repeat: no-repeat;
    top: 2px;
}

.rewievs__request:hover {
    color: #e20020;
}

.rewievs__info {
    padding-bottom: 20px;
}

.rewievs__info:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.rewievs__item {
    padding-top: 20px;
    border-top: 1px solid rgba(230, 230, 230, 0.5);
}

.rewievs__item:last-child {
    border-bottom: none;
}

.rewievs__item .rewievs__content {
    padding-top: 15px;
}

.rewievs__bottom {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-top: 1px solid rgba(230, 230, 230, 0.5);
}

.rewievs__bottom a:hover {
    color: #e20020;
}

@media screen and (max-width: 1280px) {
    .rewievs-block {
        grid-template-columns: repeat(2, 1fr);
    }

    .rewievs-block {
        grid-column-gap: 30px;
    }

    .rewievs-block {
        grid-row-gap: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .rewievs-block {
        grid-template-columns: repeat(1, 1fr);
    }

    .rewievs-block {
        grid-column-gap: 30px;
    }

    .rewievs-block {
        grid-row-gap: 30px;
    }

    .rewievs__photo-list {
        grid-template-columns: repeat(4, 70px);
    }
}

@media screen and (max-width: 639px) {
    .rewievs__photo-list {
        margin-bottom: 30px;
    }

    .rewievs__item-more {
        margin-bottom: 15px;
    }

    .rewievs-block {
        grid-template-columns: repeat(1, 1fr);
    }

    .rewievs-block {
        grid-column-gap: 30px;
    }

    .rewievs-block {
        grid-row-gap: 30px;
    }

    .rewievs__photo-list {
        grid-template-columns: repeat(3, 70px);
    }
}

.lk-account__organisation_logo, .lk-nav__logo {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
}

.lk-nav__logo {
    max-height: 50px;
    height: 100%;
    max-width: 100px;
    position: relative;
    margin-right: 20px;
}

.lk-nav__logo > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
}

.rewievs__collapse {
    display: none;
}

.address-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    margin-bottom: 50px;
}

.address-grid .text-collum__col {
    width: 100%;
    padding-right: 0;
    line-height: 1.2;
}

@media screen and (max-width: 1023px) {
    .address-grid {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 639px) {
    .address-grid {
        grid-column-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
    }
}

.lk-nav .lk-nav__item.lk-nav__item_has-sub-list {
    width: 100%;
    cursor: pointer;
}

.input-select__placeholder {
    min-height: 35px;
}

.gallery-media-lk__slid {
    background-repeat: no-repeat;
    background-position: cover;
}

@media screen and (max-width: 768px) {
    .brands-slider__slid {
        height: 100px;
        margin: 0 auto;
        text-align: center;
        margin-right: 0;
        position: relative;
    }

    .brands-slider__slid img {
        max-width: 230px;
        max-height: 100px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: contain;
    }
}

.services-fix, .link-to-top {
    right: 0px;
}

.mCSB_container {
    cursor: pointer;
}

@media screen and (max-width: 639px) {
    .nav-bar__list.nav-bar__list_level-3 {
        display: none;
    }
}

.nav-bar__list.nav-bar__list_level-3::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.nav-bar__list.nav-bar__list_level-3::-webkit-scrollbar-button {
    background-color: #8d8d8d;
}

.nav-bar__list.nav-bar__list_level-3::-webkit-scrollbar-track {
    background-color: #8d8d8d;
}

.nav-bar__list.nav-bar__list_level-3::-webkit-scrollbar-track-piece {
    background-color: #8d8d8d;
}

.nav-bar__list.nav-bar__list_level-3::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #e51b0a;
    border-radius: 3px;
}

.nav-bar__list.nav-bar__list_level-3::-webkit-scrollbar-corner {
    background-color: #8d8d8d;
}

.nav-bar__list.nav-bar__list_level-3::-webkit-resizer {
    background-color: #8d8d8d;
}

.nav-bar__item.nav-bar__item_level-2 {
    padding-right: 10px;
}

.yal {
    position: relative;
    bottom: 10px;
}

.address + a {
    font-weight: bold;
}

.metro {
    margin-bottom: 10px;
    margin-top: 10px;
}

.text-collum__col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brands-filter__category {
    width: 100%;
}

.brands-filter__category-current span {
    max-width: 175px;
    overflow: hidden;
    display: block;
    height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brands-filter__category-current::after {
    position: absolute;
    top: 13px;
    right: 10px;
}

.filter-letter__item {
    width: 4%;
}

.filter-letter__item:first-child {
    width: 8%;
}

.select_category .filter-letter__content {
    flex-wrap: wrap;
    margin-right: 210px;
}

.select_category .filter-letter__item {
    width: 3.3%;
}

.select_category .filter-letter__item:first-child {
    width: 8%;
}

.filter-letter__content {
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .select_category .filter-letter__item {
        width: 6.5%;
    }

    .filter-letter__item {
        width: 8%;
    }

    .filter-letter__item:first-child {
        width: 10%;
    }

    .select_category .filter-letter__item:first-child {
        width: 14%;
    }
}

@media screen and (max-width: 768px) {
    .filter-letter .filter-letter__item {
        width: calc(100% / 5 - 4px);
    }

    .filter-letter .filter-letter__content {
        margin-right: 0;
        padding-right: 0 !important;
        padding-top: 35px;
    }

    .filter-letter .filter-letter__item_weigth {
        padding: 0px;
    }
}

.select_category .filter-letter__content {
    flex-wrap: wrap;
    margin-right: 210px;
}

@media (max-width: 768px) {
    .select_category.filter-letter_has-list .filter-letter__content {
        margin-right: 0;
        padding-right: 0 !important;
        padding-top: 35px;
    }
}

.select_category.filter-letter {
    z-index: 1;
}

.select_category.filter-letter .brands-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 33px;
}

.select_category.filter-letter .brands-list__item {
    width: 225px;
    display: block;
    margin: 33px 33px 0 0;
}

@media (max-width: 1024px) {
    .select_category.filter-letter .brands-list__item {
        width: 150px;
        margin: 24px 24px 0 0;
    }
}

@media (max-width: 768px) {
    .select_category.filter-letter .brands-list__item {
        width: 140px;
        margin: 10px 10px 0 0;
    }
}

.select_category.filter-letter .brands-list__item:nth-child(4n+4) {
    margin-right: 0;
}

@media (max-width: 768px) {
    .select_category.filter-letter .brands-list__item:nth-child(4n+4) {
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .select_category.filter-letter .brands-list__item:nth-child(2n+2) {
        margin-right: 0;
    }
}

.select_category.filter-letter .brands-filter__toggle-list {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 35px;
    width: 210px;
    background: #3d3d3d;
    color: white;
}

@media (max-width: 768px) {
    .select_category.filter-letter .brands-filter__toggle-list {
        width: 100%;
        top: 70px;
    }
}

.select_category.filter-letter .brands-filter__category-current {
    position: relative;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.select_category.filter-letter .brands-filter__category-current::after {
    content: '';
    position: absolute;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 3px;
    width: 5px;
    height: 5px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transform: rotate(45deg);
}

.select_category.filter-letter .brands-filter__category {
    display: none;
    position: absolute;
    top: 35px;
    background: #2c2b2b;
}

@media (max-width: 768px) {
    .select_category.filter-letter .brands-filter__category {
        width: 100%;
    }
}

.select_category.filter-letter .brands-filter__category-link {
    display: block;
    padding: 10px;
}

@media (max-width: 768px) {
    .select_category.filter-letter .brands-filter__category-link {
        width: 100%;
    }

    .select_category.filter-letter .brands-filter__category-link:hover {
        color: #e51b0a;
    }
}

.filter-letter__content {
    margin-right: 0;
}

.select_category .filter-letter__content {
    margin-right: 210px;
}

@media screen and (max-width: 768px) {
    .select_category .filter-letter__content {
        margin-right: 0px;
    }

    .tabs__header {
        flex-direction: column;
    }
}

#bx_incl_area_20 {
    grid-column: 1 / 4;
}

.carousel-grid .carousel__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

.carousel-grid .carousel__slid {
    padding: 0;
}

.carousel-grid .carousel__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1023px) {
    .carousel-grid .carousel__list {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 639px) {
    .carousel-grid .carousel__list {
        grid-column-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
    }
}

.text-content .page-pagination {
    display: flex;
    justify-content: center;
}

.text-content .page-pagination__list {
    border-top: none;
    display: flex !important;
}

.text-content .page-pagination__item {
    padding-left: 0 !important;
}

.text-content .page-pagination__item:before {
    display: none !important;
}

.brands-detal__descriptions p {
    margin: 15px 0;
}

.brands-detal__descriptions li {
    position: relative;
    padding-left: 30px;
    margin: 15px 0;
}

.brands-detal__descriptions li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    height: 4px;
    width: 4px;
    background: #e51b0a;
    border-radius: 50%;
}

.brands-detal__descriptions a, .brands-detal__descriptions a * {
    color: #e51b0a !important;
}

.brands-detal__descriptions ul ul {
    margin-left: 15px;
}

.sale-detal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1023px) {
    .sale-detal__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.sale-detal__store {
    margin-left: 30px;
    margin-top: 0;
}

@media screen and (max-width: 1023px) {
    .sale-detal__store {
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 1023px) {
    .sale-detal__store .store-preview {
        width: 226px;
    }
}

.salon__delete {
    float: right;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.salon__delete_checkbox {
    float: right;
}

.salon__delete_checkbox .js__checkbox_confirm {
    position: relative;
    right: 50px;
    bottom: 21px;
}

.gallery-media__slid {
    width: 150px;
    height: 70px;
    position: relative;
    margin: 0 auto;
}

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

.full-banner__desktop {
    background-position: center;
    display: block;
}

@media screen and (max-width: 770px) {
    .full-banner__desktop {
        display: none;
    }
}

.full-banner__mobile {
    background-position: center;
    display: none;
}

@media screen and (max-width: 770px) {
    .full-banner__mobile {
        display: block;
    }
}

.gallery-media-lk__slid {
    background-size: cover;
    background-position: center;
}

.image-gallery__item {
    position: relative;
}

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

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.image-gallery__item {
    width: 100px;
    height: 100px;
    position: relative;
}

.image-gallery__close {
    width: 20px;
    height: 20px;
    background: black;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.image-gallery__close svg {
    position: relative;
    z-index: 1;
}

.image-gallery__close input {
    display: none;
}

.image-gallery__wrap {
    align-items: flex-end !important;
}

.image-gallery__video {
    margin-bottom: 10px;
    margin-top: 10px;
}

.image-gallery__video span {
    color: #e20020;
    margin-right: 10px;
}

.block-with-icon {
    margin-bottom: 50px;
}

.full-banner__content {
    padding-top: 0;
}

.full-banner__content.full-banner__content_color-white > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.work-area {
    margin-top: 30px;
}

.static-age__button {
    padding: 0;
}

.ad-unit-group {
}

.header-lk-nav__item a, .header-lk-nav__exit a {
    color: black;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.sub-section .ul {
    display: block;
    margin: 30px 0 20px 0;
    padding: 0;
}

.sub-section .ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.sub-section .ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    height: 4px;
    width: 4px;
    background: #e51b0a;
    border-radius: 50%;
}

.text-collum .ul li::before {
    padding-left: 0;
    margin-bottom: 0;
}

.text-collum .ul li::before {
    display: none;
}

.brand-card_float-rigth {
    float: none;
}

.brand__content {
    display: flex;
}

@media screen and (max-width: 1023px) {
    .brand__content {
        flex-direction: column-reverse;
    }
}

.brand__content-left {
    margin-right: 15px;
}

.information__title .section__title {
    align-items: center;
    margin-top: 0;
}

@media screen and (max-width: 1023px) {
    .information__title {
        flex-direction: column;
    }
}

.information__section-title {
    margin-top: 30px;
}

@media screen and (max-width: 1919px) {
    .information__section-title {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1279px) {
    .information__section-title {
        margin-top: 35px;
    }
}

@media screen and (max-width: 1023px) {
    .information__section-title {
        margin-top: 35px;
    }
}

@media screen and (max-width: 768px) {
    .information__section-title {
        margin-top: 30px;
    }
}

.information__section-title {
    font-size: 14px;
    font-weight: bold;
}

.information__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
}

@media screen and (max-width: 1919px) {
    .information__grid {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1279px) {
    .information__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1023px) {
    .information__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .information__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 1919px) {
    .information__grid {
        grid-row-gap: 20px;
    }
}

@media screen and (max-width: 1279px) {
    .information__grid {
        grid-row-gap: 10px;
    }
}

@media screen and (max-width: 1023px) {
    .information__grid {
        grid-row-gap: 0px;
    }
}

@media screen and (max-width: 768px) {
    .information__grid {
        grid-row-gap: 0px;
    }
}

.information__item {
    margin-bottom: 30px;
    display: block;
}

.information__item:nth-child(1), .information__item:nth-child(2), .information__item:nth-child(3) {
    display: block;
}

@media screen and (max-width: 1919px) {
    .information__item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1279px) {
    .information__item {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1023px) {
    .information__item {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .information__item {
        margin-bottom: 20px;
    }

    .information__item:nth-child(2), .information__item:nth-child(3) {
        display: none;
    }
}

.information__item strong {
    display: block;
    margin-top: 10px;
}

.information__item span {
    display: block;
}

.information__button {
    margin-top: 25px;
}

.promo-section__block > strong {
    display: block;
    margin-top: 10px;
}

.promo-section__block > span {
    display: block;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .promo-section__absolute-children {
        grid-template-columns: 1fr;
    }
}

.promo-section__block {
    display: none;
}

.promo-section__block:nth-child(1), .promo-section__block:nth-child(2), .promo-section__block:nth-child(3) {
    display: block;
}

.sale-catalog .promo-section__block {
    display: block !important;
}

@media (min-width: 1023px) and (max-width: 1320px) {
    .products-promo__product_left .products-promo__info-inner {
        right: initial;
        left: 60px;
    }
}

.ad-unit_image-bg {
    display: block !important;
}

.geo__pdf {
    color: #e51b0a;
    position: absolute;
    bottom: -40px;
    left: 0px;
}

@media screen and (max-width: 1024px) {
    .geo__pdf {
        bottom: -30px;
        left: 0px;
    }

    .ad-unit-group {
        float: none;
    }
}

.elena_link {
    color: #e51b0a;
}

.map-salon__link > a {
    color: #e51b0a;
}

.table-scroll-wrap::-webkit-scrollbar-track {
    border-radius: 4px;
    height: 4px;
    background: #8d8d8d;
}

.table-scroll-wrap::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

.table-scroll-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #e51b0a;
    height: 4px;
}

@media screen and (max-width: 768px) {
    .list-products .promo, #all-brands .promo {
        height: 142px;
    }
}

ul > ul {
    padding-left: 20px !important;
}

.lins-filter__category {
    display: none;
}

.lins-filter__category-current {
    position: relative;
    padding-right: 15px;
}

.lins-filter__category-current:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    transition: all ease .3s;
    font-weight: bold;
}

.filter-letter__list-toggle {
    position: absolute;
    right: 10px;
    top: 35px;
}

@media screen and (max-width: 768px) {
    .lins-filter__category-current {
        width: 100% !important;
        top: 70px;
    }

    .filter-letter__list-toggle {
        width: 100%;
    }

    .select_category.filter-letter {
        margin-bottom: 60px;
    }
}

.filter-letter__list-toggle * {
    color: white;
}

.lins-filter__category-current {
    position: relative;
    left: 10px;
    background: #3d3d3d;
    width: 210px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.lins-filter__category-link {
    display: block;
    padding: 4px 0;
}

.lins-filter__category {
    left: 10px;
    width: 210px;
    line-height: 1;
    padding: 10px;
    position: absolute;
    background: #2c2b2b;
    top: 35px;
}

.select_category .filter-letter__content {
    padding: 10px 0px 25px;
}

.select_category.filter-letter .brands-filter__toggle-list {
    z-index: 10;
}

@media screen and (max-width: 639px) {
    .full-banner__mobile img {
        width: 100%
    }

    #content {
        margin-top: 0;
        transition: all ease .3s;
    }
}

@media screen and (max-width: 1023px) {
    iframe {
        width: 100% !important;
    }
}

blockquote {
    border: none
}

.text-content .citation {
    font-size: 20px !important;
}

@media screen and (max-width: 1365px) {
    .text-content .citation {
        font-size: 20px !important;
    }

    .text-content blockquote span {
        font-size: 14px !important;
    }

    .text-content {
        font-size: 16px;
    }
}

@media screen and (max-width: 1365px) {
    .text-content .citation {
        font-size: 16px !important;
    }
}

blockquote {
    color: #a0a0a0;
    border-top: 2px solid #e51b0a;
    border-bottom: 2px solid #e51b0a;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7em;
}

.section__author {
    text-align: right;
    font-size: 20px;
}

@media screen and (max-width: 1365px) {
    .section__author {
        font-size: 16px !important;
    }
}

.rating-current--hidden, .store-preview__rating--hidden {
    visibility: hidden;
}