/* HEADER */
.header-top {
    width: 100%;
    padding: 2px 0;
    background: #f0f0f0;
}

.header-top .pageWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .pageWrapper:after,
.header-top .pageWrapper:before {
    display: none;
}

.header-top .townarea {
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 30px;
    margin-right: 5%;
}

.header-top .wrapGeoIpReaspekt .linkReaspekt {
    border-bottom: 0;
    padding: 5px 10px 5px 20px;
    position: relative;
    background-image: url(local/templates/main_new/images/redesign/pin.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: left center;
}

.header-top .wrapGeoIpReaspekt .linkReaspekt::after {
    position: absolute;
    right: 0;
    top: 6px;
    content: '›';
    transform: rotate(90deg);
    color: #666;
}

.header-top_menu,
.header-top_email {
    float: right;
    white-space: nowrap;
}

.header-top_email {
    margin-left: 7%;
}

.header-top_link {
    margin-left: 80px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #999;
}

.header-top_email a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
}

.header-top_menu {
    display: flex;
    align-items: center;
}

.header-top_link > i,
.header-top_email > a i {
    display: inline-block;
}

.header-top_link > i svg,
.header-top_email > a i svg {
    height: 16px;
}

.offer-call {
    font-size: 12px;
    text-decoration: underline;
    color: #8f483d;
}

.headerInfo .phonesBlock,
.headerInfo .headerPersonal {
    width: auto !important;
}

.phoneWrap {
    margin-right: 55px !important;
}

.phoneWrap__time,
.phoneWrap__phone,
.headerInfo .headerPersonalLink.basketBlock:before,
.headerInfo .headerPersonalLink.profileBlock.active:before,
.headerInfo .headerPersonalLink.profileBlock:before {
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: left center !important;
    padding-left: 45px;
    min-height: 35px;
}

.headerInfo .headerPersonalLink,
.link-exit {
    text-align: left !important;
}

.personal-link-profile {
    margin-left: 55px;
}

.headerPersonal {
    margin-top: 10px;
}

.headerInfo .headerPersonalLink.basketBlock:after {
    display: none;
}

.phoneWrap__phone {
    background-image: url(local/templates/main_new/images/redesign/calls.svg);
}

.phoneWrap__time {
    background-image: url(local/templates/main_new/images/redesign/time.svg);
}

.headerInfo .headerPersonalLink.basketBlock:before {
    background-image: url(local/templates/main_new/images/redesign/basket.svg);
}

.headerInfo .headerPersonalLink.profileBlock.active:before,
.headerInfo .headerPersonalLink.profileBlock:before {
    background-image: url(local/templates/main_new/images/redesign/user.svg);
}

/*Dropdown*/
.catalog-menu {
    width: 286px;
}

.catalog-menu .dropdown-menu {
    min-width: 286px;
    max-width: 286px;
    padding: 0;
    border: 0;
}

.catalog-menu .dropdown-menu .dropdown-submenu {
    background-color: #8f483d;
    border-top: 1px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    clear: both;
    min-height: 40px;
}

.catalog-menu .dropdown-menu > li > a {
    height: 40px;
    padding: 0;
    line-height: 40px;
}

.catalog-menu .dropdown-menu .dropdown-submenu > a {
    color: #fff;
    font-size: 13px;
}

.catalog-menu .dropdown-menu > li > a:hover,
.catalog-menu .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.catalog-menu .dropdown-menu .dropdown-submenu:hover,
.catalog-menu .dropdown-menu .dropdown-submenu:focus {
    background-color: #fff;
}

.catalog-menu .dropdown-menu .dropdown-submenu:hover a,
.catalog-menu .dropdown-menu .dropdown-submenu:focus a {
    color: #373d43;
}

.catalog-menu .dropdown-menu .dropdown-submenu:hover .catalog-menu-img > svg path,
.catalog-menu .dropdown-menu .dropdown-submenu:focus .catalog-menu-img > svg path {
    fill: #373d43;
}

.catalog-menu .dropdown-submenu > a:after {
    border-left-color: #fff;
    margin-top: 12px;
}

.catalog-menu .dropdown-menu .dropdown-submenu:hover a:after,
.catalog-menu .dropdown-menu .dropdown-submenu:focus a:after {
    border-left-color: #373d43;
}

.catalog-menu-img {
    width: 40px;
    float: left;
    margin-right: 15px;
    line-height: 0;
}

.catalog-menu-img > svg path {
    fill: #fff;
}

.catalog-menu .dropdown-submenu {
    position: relative;
}

.catalog-menu .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 0;
    border: 1px solid #8f483d;
    background: #fff;
    list-style: disc;
    padding-left: 30px;
    color: #8f483d;
    font-size: 20px;
}

.catalog-menu .dropdown-submenu > .dropdown-menu li a {
    color: #373d43;
    font-size: 13px;
}

.catalog-menu .dropdown-submenu > .dropdown-menu li a:hover,
.catalog-menu .dropdown-submenu > .dropdown-menu li a:focus {
    color: #8f483d;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.btn-catalog {
    display: block;
    background-color: #8f483d;
    background-image: url(local/templates/main_new/images/redesign/hamburger.svg);
    background-position: left 20px center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 286px;
    height: auto;
    padding: 11px 12px 13px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #8f483d;
}

/*c-header*/
/*-----------------------------------*/
.c-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 0;
}

.c-header-hamburger {
    display: none;
    width: 39px;
    height: 39px;
    background: #8D493C;
    border-radius: 150px;
    position: relative;
    cursor: pointer;
}

.c-header-hamburger__icon {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-header-hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}

.c-header-hamburger span:last-child {
    margin-bottom: 0;
}

.c-header svg {
    fill: #656565;
}

.c-header-logo {
    width: 32%;
}

.c-header-logo img {
    max-width: 280px;
}

.c-header-body {
    width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-header-phone,
.c-header-mode,
.c-header-profile,
.c-header-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 10px;
}

.c-header-body div:last-child {
    margin-right: 0;
}

.c-header-phone__icon,
.c-header-mode__icon,
.c-header-profile__icon,
.c-header-basket__icon {
    margin-right: 10px;
    position: relative;
}

.c-header-phone__number {
    display: block;
    color: #656565;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
    white-space: nowrap;
}

.c-header-phone__callback {
    color: #8f483d;
    text-decoration: underline;
    font-size: 12px;
    line-height: .8;
}

.c-header-mode__body span {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #555555;
}

.c-header-mode__body span:last-child {
    margin-bottom: 0;
}

.c-header-profile__body a {
    display: block;
    margin-bottom: 2px;
}

.c-header-basket__count {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #8f483d;
    position: absolute;
    top: 0;
    right: -4px;

}

.c-header-basket__count span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 12px;

}

.c-header-basket {
    width: 130px;
    margin: 0;
}

.c-header-basket__title,
.c-header-profile__title {
    font-weight: 700;
    font-size: 14px;
    color: #656565;
}

/*c-header-top*/

.c-header-top-layout {
    background-color: #f0f0f0;
}

.c-header-top {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-header-top-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    white-space: nowrap;
    width: 32%;
}

.c-header-top-city__text {
    display: inline-block;
    margin-right: 6px;
    color: #373d43;
}

.c-header-top-city .icon-point {
    margin-right: 3px;
}

.c-header-top-city svg {
    fill: #cd6150;
}

.c-header-top-city__choice {
    color: #cd6150;
    position: relative;
    padding-right: 10px;
}

.c-header-top-city__choice::after {
    position: absolute;
    right: -4px;
    top: 3px;
    content: "›";
    transform: rotate(90deg);
    color: rgb(102, 102, 102);
}

.c-header-top-body {
    width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-header-top__link {
    font-size: 13px;
    color: #656565;
    text-decoration: none;
    vertical-align: bottom;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.c-header-top__link:hover svg {
    fill: #cd6150;
}

.c-header-top__link svg {
    fill: #656565;
    margin-right: 6px;
}

.header-mobile-menu-layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;

    overflow-x: hidden;
    overflow-y: scroll;
}

.header-mobile-menu-layout.is-show {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.header-mobile-menu {
    padding: 6px 0;
}

.header-mobile-menu__close {
    position: absolute;
    top: 11px;
    right: 14px;
    width: 39px;
    height: 39px;
    background: #8D493C;
    border-radius: 150px;
    cursor: pointer;
    z-index: 99;
}

.header-mobile-menu__close svg {
    font-size: 14px;
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.header-mobile-menu__box {
    padding: 10px 15px;
    border-bottom: 1px solid #e4e3e3;
}

.header-mobile-menu__box:last-child {
    border: none;
}

.mobile-menu-card {
    position: relative;
    padding-left: 34px;
    margin-bottom: 20px;
}

.mobile-menu-card svg {
    position: absolute;
    top: -3px;
    left: 0;
    fill: #4F4F4F;
    font-size: 20px;
}

.mobile-menu-card-link svg {
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    fill: #4F4F4F;
}

.mobile-menu-card-link:hover svg {
    fill: #8D493C;
}

.mobile-menu-card .icon-point {
    fill: #8D493C;
    font-size: 17px;
}

.mobile-menu-card__text {
    font-size: 14px;
    color: #333333;
    line-height: 1;
    margin-bottom: 4px;
}

.mobile-menu-card__title {
    font-size: 14px;
    color: #333333;
    line-height: 1;

    margin-bottom: 8px;
}

.mobile-menu-card__body {

}

.mobile-menu-card__link {
    color: #8D493C;
    text-decoration: underline;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: block;
}

.mobile-menu-card-link {
    font-size: 14px;
    color: #333333;
    line-height: 1;
    padding: 10px 0 10px 34px;
    display: block;
    position: relative;
}

body.fix-modal {
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    /*overflow: hidden;*/
}

/*custom-slider style*/
/*-----------------------------------*/

.custom-slider .slick-dots li {
    width: 11px;
    height: 11px;
}

.custom-slider .slick-dots li button {
    width: 11px;
    height: 11px;
    padding: 3px;
    background-color: #e6e6e6;
    border: 1px solid #373d43;
    border-radius: 50px;
}

.custom-slider .slick-dots li.slick-active button {

    background-color: #373d43;
}

.custom-slider .slick-dots li button:before {
    content: '';
    display: none;
}

.custom-slider .slick-next {
    right: 0;
    background: url('local/templates/main_new/images/redesign/category/icon-arrow-right.png') 0 0 no-repeat;

}

.custom-slider .slick-prev {
    left: 0;
    background: url('local/templates/main_new/images/redesign/category/icon-arrow-left.png') 0 0 no-repeat;

}

.custom-slider .slick-prev:before,
.custom-slider .slick-next:before {
    content: '';
    display: none;
}

.custom-slider .slick-prev,
.custom-slider .slick-next {
    width: 17.5px;
    height: 27px;
    z-index: 99;
    -webkit-background-size: cover;
    background-size: cover;
}

/*c-category*/
/*-----------------------------------*/

.c-category {
    padding: 11px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}

.c-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-right: 1px solid #e0ccc9;
    border-left: 1px solid #e0ccc9;
}

.c-category-list__item {
    width: 10%;
    border-right: 1px solid #e0ccc9;
}

.c-category-list__item:last-child {
    border-right: none;
}

.c-category-card {
    position: relative;
    padding: 8px 12px;
}

.c-category-card a {
    display: block;
    width: 100%;
    height: 100%;
}

.c-category-card__icon {
    text-align: center;
    max-height: 42px;
    margin-bottom: 12px;
}

.c-category-card__icon svg {
    fill: #8f483d;
}

.c-category-card__icon img {
    display: inline-block;
}

.c-category-card__title {
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}

.c-category-mobile {
    margin-left: -5px;
    margin-right: -5px;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.c-category-mobile__item {
    width: 50%;
    padding: 5px;
}

.c-category-mobile__link {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #8f483d;
    padding: 10px 10px;
    line-height: 1;

}

/*indexOrderSolution*/
/*-----------------------------------*/

.indexOrderSolution {

}

.order-solution {

}

.order-solution .order-solution__title {
    font-size: 1.43em;
    margin: 0;
    font-family: Intro, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding: 14px 0;
    background-color: #8f483d;
    color: #ffffff;
}

.order-solution__body {
    padding: 50px 24px 30px;
    border: 4px solid #8f483d;
}

.order-solution-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.order-solution-list__item {
    margin-bottom: 20px;
    width: 25%;
}

.order-solution-card {
    padding: 0 20px;
}

.order-solution-card__icon {
    text-align: center;
    margin-bottom: 20px;
    height: 96px;
}

.order-solution-card__icon img {
    display: inline-block;
}

.order-solution-card__title {
    color: #000000;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.order-solution__form {

}

.order-solution__form .c-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.order-solution__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-solution__form input {
    border-color: #8f483d;
    height: 40px;
    padding: 10px 12px 10px 35px;
}

.order-solution__form .form-group {
    /*width: 25%;*/
    padding: 0 4px;
    position: relative;
}

.order-solution-btn {
    padding: 0 10px;
}

.order-solution-mobile {
    display: none;
    width: 100%;
    height: 140px;
    background: url(local/templates/main_new/images/redesign/category/order-solution-mobile.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 14px;
    position: relative;
}

.order-solution-mobile__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 30px;
    background: #8D493C;
    opacity: 0.9;
    color: #ffffff;
    text-transform: uppercase;
    min-width: 194px;
    text-align: center;
}

/*popular-block*/
/*-----------------------------------*/
.popular-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
}

.popular-block-slider {
    margin: 0 !important;
}

.popular-block-slider .slick-dots {
    bottom: 16px;
}

.popular-block-slider .slick-prev {
    left: 6px;
}

.popular-block-slider .slick-next {
    right: 6px;
}

.popular-block-slider__item {
    height: 280px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.popular-block__left {
    width: 50%;
    padding-right: 8px;
    overflow: hidden;
}

.popular-block__right {
    width: 50%;
    padding-left: 8px;
    overflow: hidden;
}

.popular-block-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.popular-block-col {
    width: 33.3333%;
    height: 100%;
}

.popular-block-col:nth-child(2) {
    padding: 0 8px;
}

.popular-block-col__item {
    height: 50%;
    width: 100%;
}

.popular-block-col__item:first-child {
    padding-bottom: 4px;
}

.popular-block-col__item:last-child {
    padding-top: 4px;
}

.popular-block-card {
    display: inline-block;
    position: relative;
    border: 1px solid #8f483d;
    background-color: #fff;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.popular-block-card__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #8f483d;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    padding: 10px 16px;
}

.popular-mobile {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 20px;
}

.popular-mobile .popular-block-card {
    background-position: 50% 35%;
}

.popular-mobile__col {
    padding: 0 8px;
    height: 37vw;
    width: 50%;
}

/*c-search*/
/*-----------------------------------*/

.c-search {
    width: 100%;
    border: 1px solid #8f483d;
    box-sizing: border-box;
    margin-left: 4px;
    position: relative;
}

.c-search * {
    box-sizing: border-box;
}

.c-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-search-col:nth-child(1) {
    flex: 0 1 100%;
    position: relative;
}

.c-search-del {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    /*height: 14px;*/
    /*width: 14px;*/
    background-color: #fff;
    opacity: 0;
    transition: all .1s ease;
}

.c-search-del.active {
    opacity: 1;
    transition: all .1s ease;
}

.c-search-del svg {
    font-size: 14px;
    fill: #8f483d;
    opacity: .7;
    cursor: pointer;
}

.c-search-col:nth-child(2) {
    position: relative;
}

.c-search-col:nth-child(2)::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background-color: #cccccc;
}

.c-search-input {
    outline: none;
    border: none;
    width: 100%;
    height: 40px;
    line-height: 1;
    font-size: 16px;
    padding: 10px 34px 10px 14px;
}

.c-search-col {

}

.c-search-btn {
    background-color: #fff;
    border: none;
    outline: none;
    padding: 14px 40px 12px 77px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #ce614f;
    position: relative;

}

.c-search-btn svg {
    fill: #8f483d;
    position: absolute;
    left: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

/*.c-search-btn::after {*/
/*content: '';*/
/*position: absolute;*/
/*left: 42px;*/
/*top: 50%;*/
/*-webkit-transform: translateY(-50%);*/
/*-moz-transform: translateY(-50%);*/
/*-ms-transform: translateY(-50%);*/
/*-o-transform: translateY(-50%);*/
/*transform: translateY(-50%);*/
/*width: 23px;*/
/*height: 23px;*/
/*background: url(local/templates/main_new/images/redesign/category/icon-search.png) 0 0 no-repeat;*/
/*}*/

/*c-search-result*/
/*-----------------------------------*/
.c-search-result {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    background-color: #fff;
    border: 1px solid #8f483d;

    padding: 0 13px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.c-search-result.is-show {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.c-search-result-list {

}

.c-search-result__footer {
    text-align: center;
    padding: 12px 0;
}

.c-search-result-btn {
    display: inline-block;
    padding: 10px 40px;
    background-color: #8f483d;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid transparent;
    outline: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    line-height: 1;
}

.c-search-result-list {
    padding: 0;
    margin: 0;
}

.c-search-result-list__item {
    padding: 0;
    margin: 0;
    list-style: none;
}

.c-search-result-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #e0ccc9;
}

.c-search-result-card__img {
    height: 75px;
    width: 75px;
    text-align: center;
    margin-right: 16px;
}

.c-search-result-card__img img {
    display: inline-block;
    width: auto;
    height: 100%;
}

.c-search-result-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.c-search-result-card__price {
    color: #ce614f;
    font-size: 14px;
    font-weight: 400;
    padding-right: 30px;
}

.c-search-result-card__title {
    margin-bottom: 10px;
    font-size: 17px;
    color: #000000;
}

.c-search-result-card-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.c-search-result-card-line__code {
    font-size: 12px;
    color: #97584f;
    margin-right: 40px;
}

.c-search-result-card-line__property {
    font-size: 12px;
    color: #6f6f6f;
}

/*-----------------------------------*/

.search-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

/*saleWrapper*/
/*-----------------------------------*/

.sale {
    background: url(local/templates/main_new/images/redesign/category/sale-bg.jpg) 0 0 repeat-y;
    padding: 14px;
    margin-bottom: 40px;
}

.sale-title {
    text-align: center;
    font-size: 1.43em;
    margin: 0;
    font-family: Intro, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding: 14px 0;
    color: #ffffff;
}

.sale-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sale-category__item {
}

.sale-category__item.active {
    color: #8f483d;
    background-color: #fff;
}

.sale-category__item.active .sale-category-card {
    color: #8f483d;
    font-weight: 700;
}

.sale-category-card {
    display: inline-block;
    white-space: nowrap;
    color: #ffffff;
    padding: 6px 14px;
}

.sale-category-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: all .1s ease;
}

.sale-category-card:hover svg {
    fill: #ce614f;
    transition: all .1s ease;
}

.sale-category-card__icon {
    margin-right: 6px;
}

.sale-category-card__icon svg {
    fill: #fff;
    transition: all .1s ease;
}

.sale-category-card__text {
    white-space: nowrap;
}

/*brandWrapper*/
/*-----------------------------------*/
.brandWrapper {
    margin-bottom: 50px;

}

.brandWrapper .text-center {
    text-align: left;
    color: #8f483d;
    padding: 10px 0 10px;
}

.brands {
}

.brands h4 {
    padding: 10px 0 10px;
}

.brands-list {
    margin-bottom: 26px;
}

.brands-list .slick-list {
    padding: 10px 0;
}

.brands-list__item {
}

.brands-card {
    text-align: center;
    height: 110px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease;
}

.brands-card img {
    display: inline-block;
    width: 80%;
    max-width: 80%;
    max-height: 80%;
}

.brands-card:hover {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
    transition: all .2s ease;
}

/*c-btn*/
/*-----------------------------------*/
.c-btn {
    display: inline-block;
    padding: 10px 40px;
    background-color: #8f483d;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid transparent;
    outline: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    line-height: 1;
}

.c-btn:hover {
    border: 2px solid #8f483d;
    color: #8f483d;
    background-color: #fff;
    opacity: .9;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/*c-icon*/
/*-----------------------------------*/

.c-icon-user {
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url(local/templates/main_new/images/redesign/category/icon-user.png) 0 0 no-repeat;
}

.c-icon-phone {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(local/templates/main_new/images/redesign/category/icon-phone.png) 0 0 no-repeat;
}

/*.header-top,*/
/*.header {*/
/*display: none;*/
/*}*/

.footer-custom {
    padding: 40px 0 20px;
    color: #ffffff;
    position: relative;
}

.footer-custom .footerBlocksWrapper {
    padding: 0;
    position: relative;
}

.footer-custom .addressresponsive {
    padding-top: 15px;
    position: relative;
}

.footer-custom .addressresponsive a {
    display: block;
    white-space: normal;
}

.footer-custom .footer-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    margin-left: -24px;
    margin-right: -24px;
}

.footer-custom .footer-grid__item {
    width: 21%;
    margin-bottom: 30px;
    padding: 0 24px;
}

.footer-custom .footer-grid__item:nth-child(1),
.footer-custom .footer-grid__item:nth-child(2),
.footer-custom .footer-grid__item:nth-child(5),
.footer-custom .footer-grid__item:nth-child(6) {
    width: 28%;
}

.footer-body .footerLink {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}

.footer-body .footerLink:hover {
    color: #ce614f;
}

.footer-custom .footer-title {
    color: #ffffff;
    font-family: 'Intro', 'Arial', sans-serif;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700;
}

.footer-custom .footerPhonesBlock {
    margin: 0;
    padding: 0;
}

.footer-custom .footer-pay img {
    max-width: 268px;
}

.footer-custom .btnresposive {
    padding: 0 20px;
    color: #ffffff;
}

.footer-custom .footerSubscribeBlock {
    padding: 0;
    margin: 0;
}

.footer-custom .info {
    opacity: .5;
}

.footer-custom .copyright {
    position: absolute;
    bottom: 20px;
    right: 16px;
    opacity: .5;
}

.footer-custom .footer-callback {
    padding: 8px 20px;
    color: #ffffff;
    line-height: 1.2;
    font-size: 14px;
    border: 2px solid #ce614f;
    font-weight: 500;
    background-color: transparent;
}

.footer-custom .footer-callback:hover {
    background-color: #ce614f;
}

.footer-mobile {
    display: none;
    color: #ffffff;
}

.footer-mobile-phone {
    margin-bottom: 20px;
}

.footer-mobile-phone a {
    display: block;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}

.footer-mobile-callback {
    text-align: center;
    margin-bottom: 20px;
}

.footer-mobile-address {
    margin-bottom: 10px;
}

.footer-mobile-address a {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 1;
}

.footer-mobile-social,
.footer-mobile-subscribe {
    /*padding: 0 16px;*/
}

.footer-mobile-subscribe .subscribeForm {
    margin: 0;
}

.footer-mobile-subscribe .form-control {
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    padding: 7px 15px;
}

.footer-mobile-subscribe .btn {
    height: 30px;
    font-size: 13px;
    line-height: 1;
    padding: 7px 32px;
    border: none;
    width: auto;
}

.footer-mobile .footer-title {
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-mobile-social {
    margin-bottom: 20px;
}

.footer-mobile-social .socialLink {
    width: 45px;
    height: 45px;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer-mobile-social .socialLink::before {
    content: '';

}

.footer-mobile-social .twitter {
    background: url(local/templates/main_new/images/redesign/category/icon-twitter.png) 0 0 no-repeat;
}

.footer-mobile-social .facebook {
    background: url(local/templates/main_new/images/redesign/category/icon-facebook.png) 0 0 no-repeat;
}

.footer-mobile-social .vk {
    background: url(local/templates/main_new/images/redesign/category/icon-vk.png) 0 0 no-repeat;
}

.footer-mobile-social .odnoklassniki {
    background: url(local/templates/main_new/images/redesign/category/icon-odnoklassniki.png) 0 0 no-repeat;
}

.footer-mobile .subscribeForm .input-group {
    margin: 0 0 20px;
}

.footer-mobile-copyright .copyright {
    font-size: 14px;
    display: block !important;
    position: static;
    margin-bottom: 10px;
}

.footer-mobile-logo-dev {
    margin-bottom: 20px;
}

.footer-mobile-info a {
    font-size: 14px;
    opacity: .7;
}

.footer-mobile-box {
    padding: 0 16px;
}

.footer-mobile-menu {
    margin-bottom: 16px;
}

.footer-mobile-menu__item {
    border-bottom: 1px solid #565b61;
}

.footer-mobile-menu__item.active .footer-mobile-menu__title svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.footer-mobile-menu__title {
    color: #ffffff;
    font-family: 'Intro', 'Arial', sans-serif;
    text-transform: uppercase;
    /*margin-bottom: 14px;*/
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

.footer-mobile-menu__title svg {
    position: absolute;
    right: 16px;
    top: 20px;
}

.footer-mobile-menu__dropdown {
    display: none;
    padding: 0 16px 6px;
}

.footer-mobile-menu__link {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 8px;
    display: block;
    line-height: 1;
}

.footer-mobile-menu__link:hover {
    color: #CF624E;
}

.footer-mobile-menu .img-responsive {
    margin-bottom: 14px;
}

/*contact*/
/*-----------------------------------*/
.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;

    border: 1px solid #8f483d;
}

.contact-layout .text-center {
    text-align: left;
}

.contact-shop {
    /*width: 350px;*/
    flex: 1 0 350px;
}

.contact-shop__title {
    padding: 14px 46px;
    background-color: #8f483d;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.1;
    text-align: center;
    font-weight: 700;
}

.contact-shop-body {
    border-right: 1px solid #8f483d;
    height: 870px;
}

.contact-shop-list {
}

.contact-shop-list__item {
    border-bottom: 1px solid #8f483d;
}

.contact-shop-list__item:last-child {
    border: none;
}

.contact-shop-card {
    display: block;
    padding: 14px;
    text-align: center;
    font-size: 17px;
    color: #000000;
}

.contact-shop-card__text span {
    display: block;
}

.contact-body {
    /*width: 100%;*/
    flex: 0 1 100%;
}

.contact-map {
    border-bottom: 1px solid #8f483d;
    /*margin-bottom: 2px;*/

}

.contact-map img {
    width: 100%;
    height: auto;
}

.contact-img {
    padding: 2px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px;
    /*margin-left: -4px;*/
    /*margin-right: -4px;*/
}

.contact-img__item {
    width: 33.333%;
    padding: 4px;
}

.contact-img__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info {
    padding: 0 24px;
    margin-bottom: 24px;
    color: #373d43;
    font-size: 16px;
}

.contact-info__title {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-info__mode {
    margin-bottom: 10px;
    color: #8f483d;
}


.contact-info__address {
    color: #373d43;
    margin-bottom: 10px;
}

.contact-info-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.contact-info__phone {
    font-weight: 700;
    margin-right: 40px;
}

.contact-info__phone a {
    color: #373d43;
}

.contact-info__callback {
    color: #8f483d;
    text-decoration: underline;
    font-size: 14px;
    margin-right: 20px;
}

.contact-info__email {

}

.contact-requisite {
    padding: 0 40px;
    margin-bottom: 24px;
}

.contact-requisite__name {
    margin-bottom: 22px;
}

.contact-requisite-line {
    margin-bottom: 6px;
}

.contact-requisite-line

.contact-requisite-line p {

}

.contact-requisite__address {
    margin-top: 20px;
}

.contact-requisite__address p {
    margin-bottom: 4px;
}


.contact-requisite__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.contact-requisite__col {

}

.contact-requisite__col:nth-child(1) {
    width: 230px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #8f483d;
    width: 10px;
    border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #82413d;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #82413d;
    opacity: 1;
}

.mCSB_scrollTools {
    width: 10px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}


.mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    background-color: #a2a2a2;
    border-radius: 0;

}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #82413d; background-color: rgba(143, 72, 61, 0.9);
    filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
}

#mCSB_1_dragger_vertical {

}











/*-----------------------------------*/

@media (min-width: 1440px) {
    .headerInfo {
        width: calc(100% - 300px) !important;
        padding: 0;
    }
}

@media (min-width: 641px) {
    .pageWrapper {
        width: 100%;
        min-width: 641px;
        max-width: 1600px;
    }

    .header {
        padding: 10px 0;
        background: none;
    }

    .headerInfo .phoneWrap .phone {
        display: block;
        font-size: 16px !important;
    }

    .headerInfo {
        top: 12px;
    }

    .indexAboutBlock {
        padding: 0 0 24px;
        margin-left: 0;
        margin-right: 0;
    }

    .header {

    }

    .footer-custom .footerBlocksWrapper {
        padding: 0;
        width: 100%;
        min-width: 0;
        max-width: 1200px;
    }

}

/*new style*/

@media (max-width: 1240px) {
    .pageWrapper {
        padding: 0 14px;
    }

    .c-category-list__item {
        width: 20%;
        margin-bottom: 2px;
    }

    .popular-block-card__title {
        font-size: 15px;
    }

    .c-category-list {
        border: none;
    }

    .c-category-list__item {
        padding: 2px;
        border: none;
    }

    .c-category-card {
        height: 100%;
        border: 1px solid #e0ccc9;
    }

    .sale-category {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer-custom .footerBlocksWrapper {
        padding: 0 16px;
    }

    .footer-custom .footer-grid {
        margin-left: -16px;
        margin-right: -16px;
    }

    .footer-custom .footer-pay img {
        max-width: 214px;
    }
}

@media (max-width: 1060px) {
    .popular-block {
        display: block;
    }

    .popular-block__left,
    .popular-block__right {
        width: 100%;
        padding: 0;
    }

    .popular-block__left {
        margin-bottom: 14px;
    }

    .popular-block__right {
        height: 400px;
    }

    .popular-block-card__title {
        font-size: 20px;
    }

    .popular-block-slider__item {
        height: 46vw;
    }
}

@media (max-width: 970px) {
    .c-header-mode {
        display: none;
    }

    .c-header-body {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 800px) {
    .c-header-basket__body,
    .c-header-phone__body,
    .c-header-profile {
        display: none;
    }

    .c-header-phone {
        margin-right: 0;
    }

    .c-header-basket {
        width: auto;
    }

    .c-header-menu {
        display: block;
    }

    .c-header-logo img {
        max-width: 200px;
    }

    .c-header-top-layout {
        display: none;
    }

    .c-search-btn span {
        display: none;
    }

    .c-search-btn {
        background-color: #fff;
        border: none;
        outline: none;
        padding: 9px 16px;
    }

    .c-search-btn svg {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .sale-category__item {
        width: 50%;
    }

    .sale-category-card__text {
        font-size: 13px;
    }

    .order-solution-list__item {
        width: 50%;
    }

    .order-solution__form {
        display: none;
    }

    .order-solution__body {
        border: none;
    }

    .order-solution .order-solution__title {
        display: none;
    }

    .btn-catalog {
        background-image: none;
    }

    .c-header-hamburger {
        display: block;
    }

    .c-category-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .popular-block__right {
        display: none;
    }

    .c-category {
        border: none;
        padding: 0;
    }

    .order-solution__body {
        padding: 20px 0 0px;
    }

    .footerPhonesBlock .phone {
        font-size: 22px;
        margin: 10px 0;
        font-size: 17px;
    }

    .addressresponsive {
        padding: 0 !important;
    }

    .addressresponsive div,
    .addressresponsive a {
        font-size: 12px;
        line-height: 1;
    }

    footer.footer .footerBlocksWrapper {
        padding: 0;
    }

    .footer-custom .footer-grid {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-custom .footer-grid__item {
        margin-bottom: 20px;
        padding: 0 16px;
    }

    .c-search-result-card {
        display: block;
        padding: 8px;
    }

    .c-search-result-card__price {
        padding-right: 0;
        text-align: right;
    }

    .c-search-result-card-line__code {
        margin-right: 14px;
    }
}

@media (max-width: 724px) {
    .footer-custom .footer-grid {
        display: none;
    }

    .footer-mobile {
        display: block;
    }

    .footer-custom .copyright {
        display: none;
    }
}

@media (max-width: 680px) {
    .c-category-card__title {
        font-size: 13px;
    }
}

@media (max-width: 640px) {
    .pageWrapper {
        width: 100%;
    }

    .mobile__fixed {
        display: none !important;
    }

    .c-category-list__item:last-child {
        display: none;
    }

    .c-category-list__item {
        width: 33.33333%;
    }

    .c-category-list {
        margin-left: -2px;
        margin-right: -2px;
    }

    .c-header-logo img {
        max-width: 130px;
    }

    .sale-title,
    .text-center {
        font-size: 22px;
    }

    .order-solution__text {
        font-size: 15px;
        line-height: 1.2;
    }

    .order-solution__text p {
        margin-bottom: 0;
    }

    .order-solution-card__icon img {
        display: inline-block;
        width: 62px;
        height: auto;
    }

    .order-solution-card__icon {
        height: auto;
    }

    .indexPage h4 {
        padding: 20px 0 15px;
    }

    .indexAboutBlock,
    .indexAboutBlock p {
        font-size: 14px;
        line-height: 1.3;
    }

    .indexAboutBlock p {
        margin: 0 0 14px;
    }

    .indexAboutBlock ul {
        margin-top: 0;
        margin-bottom: 14px;
    }

    .indexAboutBlock li {
        margin-bottom: 8px !important;
    }

    .btn-catalog > span {
        display: none;
    }

    .catalog-menu {
        width: 160px;
    }

    .indexAboutBlock {
        padding: 0;
    }

    /*.popular-block-slider__item {*/
    /*height: 150px;*/
    /*}*/
    .sale {
        margin-left: -14px;
        margin-right: -14px;
        margin-bottom: 20px;
    }

    .sale-category-card {
        padding: 6px;
    }

    .sale-category__item {
        width: 56%;
    }

    .sale-category__item:nth-child(2n) {
        width: 44%;
    }

    .order-solution-card {
        padding: 0 10px;
    }

    .order-solution-mobile {
        display: block;
    }

    .popular-mobile .popular-block-card__title {
        font-size: 13px;
    }

    .footer {
        min-width: 100%;
    }

}

@media (max-width: 560px) {
    .c-search-result-card-line {
        display: block;
    }

    .c-search-result-card__body {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .c-search-result-card__title {
        margin-bottom: 3px;
        font-size: 15px;
    }

    .c-search-result__footer,
    .c-search-result {
        padding: 0;
    }

}

@media (max-width: 420px) {
    .c-category-card__title {
        font-size: 12px;
    }

    .sale-category-card__icon {
        margin-right: 2px;
    }

    .order-solution-card__title {
        font-size: 13px;
    }

    .order-solution-card__icon {
        margin-bottom: 12px;
    }

    .order-solution-list {
        margin-bottom: 0;
    }

    .popular-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

}

/*style 14-10-2019*/
/*-----------------------------*/

.catalog-menu-img  {
    width: 22px;
    height: 37px;
    line-height: 37px;
    position: relative;
}
.catalog-menu-img svg {
    font-size: 20px;
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.catalog-menu .dropdown-menu .dropdown-submenu:hover a,
.catalog-menu .dropdown-menu .dropdown-submenu:focus a {
    color: #8f483d;
}

.catalog-menu .dropdown-menu .dropdown-submenu:hover .catalog-menu-img svg,
.catalog-menu .dropdown-menu .dropdown-submenu:focus .catalog-menu-img svg {
    fill: #8f483d;
}

.dropdown-menu {
    z-index: 999;
}


/*style 15-10-2019*/
/*-----------------------------*/

@media (max-width:1060px){
    .contact-shop {
        flex: 1 0 250px;
    }

    .contact-shop-card {
        padding: 10px;
    }
}

@media (max-width:900px){
    .contact {
        display: block;
        border: none;
    }

    .contact-shop__title {
        display: none;
    }

    .contact-shop-body {
        height: auto;
    }

    .contact-shop-body {
        border: none;
    }

    .contact-shop-card__text span {
        display: inline-block;
    }

    .contact-shop-list__item {
        border: none;
    }

    .contact-shop-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .contact-shop-list__item {
        width: 33.333%;
        padding: 4px;
    }
    .contact-shop-card {
        height: 100%;
        border: 1px solid #8f483d;display: -webkit-box;


    }

    .contact-info,
    .contact-requisite {
        padding: 0;
    }

    .contact-img {
        padding: 0;
    }

    .contact-map {
        margin-bottom: 4px;
        border: none;
    }

    .contact-img__item {
        padding: 0;
        margin-right: 4px;
    }

    .contact-img__item:last-child {
        margin-right: 0;
    }

    .contact-shop-card span {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

    }

    .contact-requisite,
    .contact-requisite p {
        font-size: 14px;
        font-weight: 400;
    }
}


@media (max-width:760px){
    .contact-info-grid {
        display: block;
    }

    .contact-info__phone,
    .contact-info__callback,
    .contact-info__email {
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .contact-requisite__grid {
        display: block;
        margin-bottom: 10px;
    }

    .contact-shop-card__text {
        font-size: 14px;
    }

    .contact-shop-list__item {
        width: 50%;
    }
}


/*style 16-10-2019*/
/*-----------------------------*/

.product-card-code {
    font-size: 14px;
    color: #8f483d;
    margin-bottom: 14px;
    line-height: 1;
}

.constituents-title {
    text-align: center;
    font-family: 'Intro', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.constituents-list__item {
    margin-bottom: 10px;
}

.product-card-constituents {
    border-bottom: 1px solid #d3d3d3;
    padding: 0 26px;
}

.product-card-constituents__head {

}

.product-card-constituents__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-card-constituents__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-card-constituents__img {
    width: 80px;
    height: 80px;
}

.product-card-constituents__img img {
    /*width: 100%;*/
    /*height: auto;*/
}

.product-card-constituents__info {
    padding: 26px 0;

}

.product-card-constituents__title {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 700;
}

.product-card-constituents__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.product-card-constituents-code {
    font-size: 14px;
    color: #8f483d;
    line-height: 1;
}

.product-card-constituents__item  {
    margin-right: 30px;
    font-size: 14px;
    margin-bottom: 4px;
}

.product-card-constituents-price {
    font-size: 16px;
    font-weight: 700;
    padding: 26px 0;
    font-family: 'Intro', Arial, sans-serif;
}

.product-card-constituents-price__old {
    color: #000000;
    margin-bottom: 10px;
    text-decoration: line-through;
}

.product-card-constituents-price__num {
    color: #8f483d;
}

.product-card-sidebar-list {
    margin: 14px 0;
    border-left: 3px solid #cf6150;
}

.product-card-sidebar-list__line {
    padding: 6px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-card-sidebar-list__title {
    font-size: 13px;
    color: #383d43;
    padding-right: 10px;
    width: 80%;
}

.product-card-sidebar-list__price {
    color: #cf6150;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    font-family: 'Intro', Arial, sans-serif;
    width: 20%;
}


@media (max-width: 780px){
    .product-card-constituents__item {
        margin-right: 14px;
    }

    .product-card-constituents {
        padding: 0;
    }
}

@media (max-width: 700px){
    .product-card-constituents__body {
        /*display: block;*/
        justify-content: flex-start;
    }

    .product-card-constituents__img {
        margin-right: 20px;
        flex: 1 0 80px;
    }

    .product-card-constituents-price,
    .product-card-constituents__info {
        padding: 0;
        margin-bottom: 0;
    }

    .product-card-constituents-price__old {
        margin-right: 30px;
    }
    .product-card-constituents-price__old,
    .product-card-constituents-price__num {
        display: inline-block;
    }

    .product-card-constituents__img {
        border: 1px solid #eee;
        margin-bottom: 6px;
    }
}


@media (max-width: 540px){
    .product-card-constituents__body {
        display: block;
    }
}

/*style 27-11-2019*/

.icon-sort {
    display: inline-block;
    fill: #b5b5b5;
    font-size: 20px;
    width: 1em;
    height: 1em;
}

.icon-sort-down {
    display: inline-block;
    fill: #b5b5b5;
    font-size: 20px;
    width: 1em;
    height: 1em;
}

.sortField.selected {
    position: relative;
    cursor:pointer !important;
}

.sortField.selected .icon-sort-down,
.sortField.selected .icon-sort {
    fill: #ce614f;

}

.sortField-icon {
    position: absolute;
    right: -24px;
    top: -4px;
}

.sortFields .sortField {
    margin: 0 20px 0 10px !important;
}

.sortFields .sortField:nth-child(1) {
    margin-left: 20px !important;
}

.sortBlock {
    display: block !important;
}

@media(max-width: 640px) {
    .sortFields .sortField {
        font-size: 13px !important;
        margin: 0 12px 0 12px !important;
    }

    .sortFields .sortField:nth-child(1) {
        margin-left: 12px !important;
    }

    .sortBlock .sortFields {
        text-align: left;
        border: none;
        padding-top: 10px;
    }
    
    .sortBlock {
        background-color: transparent;
    }    

    .sortBlock .pull-left {
        display: none;
    }

    .sortField-icon {
        right: 0;
        top: 0;
    }

    .sortBlock .panel-heading {
        padding: 10px 0;
    }

    .sortField.selected .icon-sort-down,
    .sortField.selected .icon-sort {
        fill: #ce614f;
        position: absolute;
        right: -18px;
        top: -1px;
        font-size: 16px;
    }
}
