/* Не удалось уменьшить размер. Содержимое возвращается без уменьшения.
(9,1): run-time error CSS1019: Unexpected token, found '@import'
(9,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,700i&subset=cyrillic')'
(4959,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4960,10): run-time error CSS1035: Expected colon, found '{'
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{/*display:block;width:100%*/}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,700i&subset=cyrillic');

html,
body {
    min-width: 320px;
    margin: 0;
    padding: 0;
    color: #4a4a4a;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #fff;
}

div,
span,
input,
select,
textarea,
a,
ul,
li,
button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    list-style: none;
    outline: none;
}

img {
    border: 0;
}

a {
    color: #4a4a4a;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0 0 20px;
}

.page {
    position: relative;
}

.table {
    border-collapse: collapse;
}

    .table td {
        padding: 0;
    }

.clear {
    clear: both;
}

.tablet,
.mobile {
    display: none;
}

.box {
    max-width: 1280px;
    margin: auto;
    padding: 0 15px;
}

.panel-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f7f6));
    background-image: linear-gradient(to bottom, #fff, #f5f7f6);
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

    .panel-top,
    .panel-top a {
        color: #606060;
        font-size: 16px;
    }

.panel-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
}

.panel-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.panel-city-icon {
    width: 14px;
    height: 16px;
    background: url('/Content/img2019/icon/label.svg') no-repeat;
}

.panel-city-title {
    padding: 0 10px;
}

.panel-city-arrow {
    width: 10px;
    height: 4px;
    background: url('/Content/img2019/icon/down.svg') no-repeat;
}

.panel-menu {
    margin-left: -20px;
}

.panel-menu-item {
    display: inline-block;
    /*margin: 0 15px;*/
    padding: 0 20px;
}

.panel-user-icon {
    width: 11px;
    height: 12px;
    margin-right: 10px;
    background: url('/Content/img2019/icon/user.svg') no-repeat;
}

.panel-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.header {
    background-color: #fff;
}

.header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
}

.body-header-scroll .header-flex {
    height: 70px;
}

.header-logo {
    width: 310px;
    height: 40px;
    background: url('/Content/img2019/logo.svg') no-repeat;
}

.header-phone {
    font-weight: 600;
    font-size: 18px;
}

.header-email {
    font-size: 18px;
}

.header-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
}

.header-control-like {
    position: relative;
    display: block;
    width: 27px;
    height: 27px;
    background: url('/Content/img2019/icon/like.svg') no-repeat;
}

.header-control-like-count,
.header-control-compare-count,
.mobile-header-cart-count,
.mobile-menu-item-like-count,
.mobile-menu-item-compare-count {
    position: absolute;
    top: -3px;
    right: -3px;
    display: none;
    width: 15px;
    color: #c20100;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    background-color: #f5f7f6;
    border-radius: 50%;
}

.header-control-like-active {
    background-image: url('/Content/img2019/icon/like-active.svg');
}

    .header-control-like-active .header-control-like-count,
    .header-control-compare-active .header-control-compare-count,
    .mobile-header-cart-active .mobile-header-cart-count {
        display: block;
    }

.header-control-compare {
    position: relative;
    display: block;
    width: 27px;
    height: 27px;
    background: url('/Content/img2019/icon/compare.svg') no-repeat;
}

.header-control-compare-active {
    background: url('/Content/img2019/icon/compare-active.svg') no-repeat;
}

.header-control-col-compare {
    position: relative;
    margin: 0 22px;
    padding: 0 22px;
}

    .header-control-col-compare::before,
    .header-control-col-compare::after {
        position: absolute;
        top: 4px;
        display: block;
        width: 1px;
        height: 20px;
        background-color: #c7c7c7;
        content: '';
    }

    .header-control-col-compare::before {
        left: 0;
    }

    .header-control-col-compare::after {
        right: 0;
    }

.header-control-cart {
    position: relative;
    display: block;
    width: 100px;
    padding: 0 0 0 40px;
    color: #747474;
}

.header-control-cart-icon {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 27px;
    height: 27px;
    background: url('/Content/img2019/icon/cart.svg') center no-repeat;
}

.header-control-cart-title {
    display: block;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
}

.header-control-cart-desc {
    display: block;
    font-size: 10px;
    line-height: 13px;
}

.header-control-cart-active .header-control-cart-icon {
    background-image: url('/Content/img2019/icon/cart-active.svg');
}

.search {
    background-color: #c20100;
}

.search-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
}

.search-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 226px;
    height: 64px;
    cursor: pointer;
}

.search-catalog-icon {
    width: 24px;
    height: 13px;
    margin: 0 20px;
    background: url('/Content/img2019/icon/catalog.svg') no-repeat;
}

.search-catalog-title {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.search-catalog-active {
    background-color: #fff;
}

    .search-catalog-active .search-catalog-title {
        color: #c20100;
    }

    .search-catalog-active .search-catalog-icon {
        background-image: url('/Content/img2019/icon/catalog-active.svg');
    }

.search-input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 30px;
}

    .search-input > input {
        display: block;
        width: 100%;
        height: 44px;
        padding: 0 54px 0 30px;
        font-size: 14px;
        line-height: 44px;
        background-color: #fff;
        border: 0;
        border-radius: 26px;
    }

.search-input-icon {
    position: absolute;
    top: 11px;
    right: 20px;
    width: 22px;
    height: 22px;
    background: url('/Content/img2019/icon/search.svg') no-repeat;
    cursor: pointer;
}

.search-input .digi-autocomplete-container {
    margin-top: 0;
}

.catalog-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 226px;
    padding: 8px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.17);
}

.catalog-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35.53px;
    line-height: normal;
}

.catalog-menu-icon {
    width: 50px;
}

    .catalog-menu-icon img {
        display: block;
        margin: auto;
    }

.catalog-menu-title {
    font-size: 14px;
}

.catalog-slider {
    position: relative;
    width: 100%;
    padding: 0 0 0 257px;
}

.slider {
    position: relative;
    overflow: hidden;
}

.slider-nav.disabled {
    display: none;
}

.slider-nav .owl-prev,
.slider-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.slider-nav span {
    display: block;
    width: 8px;
    height: 14px;
    overflow: hidden;
    text-indent: -1000px;
    background: url('/Content/img2019/icon/prev.svg') no-repeat;
}

.slider-nav .owl-next {
    right: 0;
}

    .slider-nav .owl-next span {
        background-image: url('/Content/img2019/icon/next.svg');
    }

.slider .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
}

.slider .owl-dot {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 100%;
}

    .slider .owl-dot span {
        width: 9px;
        height: 9px;
        background: #fff;
        border: 1px solid #b80000;
        border-radius: 50%;
    }

    .slider .owl-dot.active span {
        background-color: #b80000;
        border-color: #b80000;
    }

.slider .owl-carousel img {
    display: block;
    height: 529px;
}

h3 {
    margin: 0;
    font-weight: normal;
    font-size: 36px;
    color: #000;
}

.catalog-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 0 40px;
}

.catalog-item {
    width: 225px;
    text-align: left;
}

.catalog-status {
    position: absolute;
    height: 24px;
    padding-right: 20px;
    overflow: hidden;
    border-radius: 3px;
}

.catalog-status-item-green {
    background-color: #1ebe29;
}

.catalog-status-item-yellow {
    background-color: #ffc129;
}

.catalog-status-item-blue {
    background-color: #2b46c4;
}

.catalog-status-item-red {
    background-color: #ff564e;
}

.catalog-status li {
    display: block;
    margin-bottom: 5px;
}

.catalog-status-list-active a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: normal;
}

.catalog-status-list-active ul li:first-child span::after {
    background-image: url('/Content/img2019/icon/arrow/up.png');
}

.catalog-status-list-active {
    height: auto;
}

.catalog-item-photo {
    padding-top: 2px;
    text-align: center;
}

.catalog-item-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.catalog-item-control-compare {
    width: 22px;
    height: 22px;
    background: url('/Content/img2019/catalog/item/compare.svg') center no-repeat;
    cursor: pointer;
}

.catalog-item-control-compare-active {
    background-image: url('/Content/img2019/catalog/item/compare-active.svg');
}

.catalog-item-control-like {
    width: 20px;
    height: 20px;
    margin-left: 13px;
    background: url('/Content/img2019/catalog/item/like.svg') no-repeat;
    cursor: pointer;
}

.catalog-item-control-like-active {
    background-image: url('/Content/img2019/catalog/item/like-active.svg');
}

.catalog-item-title {
    display: block;
    height: 40px;
    margin: 10px 0;
    overflow: hidden;
    line-height: 20px;
}

.catalog-item-prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 10px;
}

.catalog-item-in {
    color: #989898;
    font-size: 12px;
}

.catalog-item-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 20px;
}

.catalog-item-prices-new {
    color: #2c2c2c;
    font-weight: bold;
    font-size: 19px;
}

.catalog-item-prices-old {
    color: #848484;
    font-size: 18px;
    text-decoration: line-through;
}

.catalog-item-button,
.catalog-item-btn {
    display: block;
    width: 100%;
    max-width: 180px;
    margin: auto;
    color: #c20100;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #c20100;
    border-radius: 22px;
    cursor: pointer;
}

.catalog-nav.disabled {
    display: none;
}

.catalog .owl-dots {
    width: 100%;
    height: 50px;
    text-align: center;
}

.catalog .owl-dot {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 100%;
}

    .catalog .owl-dot span {
        width: 9px;
        height: 9px;
        background: #e8e8e8;
        border: 1px solid #e8e8e8;
        border-radius: 50%;
    }

    .catalog .owl-dot.active span {
        background-color: #b80000;
        border-color: #b80000;
    }

.catalog {
    margin: 0 0 40px;
}

    .catalog .owl-stage-outer {
        margin: 0 0 10px;
    }

.catalog-nav {
    position: relative;
    min-width: 80px;
}

    .catalog-nav .owl-prev,
    .catalog-nav .owl-next {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 32px;
        height: 52px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .catalog-nav span {
        display: block;
        width: 32px;
        height: 32px;
        overflow: hidden;
        text-indent: -1000px;
        background: url('/Content/img2019/catalog/arrow/active.svg') no-repeat;
    }

    .catalog-nav .owl-next {
        margin-left: 15px;
    }

    .catalog-nav .owl-prev span {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .catalog-nav .owl-prev.disabled span {
        background-image: url('/Content/img2019/catalog/arrow/passive.svg');
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: default;
    }

    .catalog-nav .owl-next.disabled span {
        background-image: url('/Content/img2019/catalog/arrow/passive.svg');
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        cursor: default;
    }

.catalog-item-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .catalog-item-rating i {
        display: block;
        width: 18px;
        height: 11px;
        background: url('/Content/img2019/catalog/item/star-passive.png') center no-repeat;
    }

        .catalog-item-rating i.active {
            background-image: url('/Content/img2019/catalog/item/star.png');
        }

.hq {
    background-color: #c20100;
    height: 100%;
    margin-top: 30px;
    padding: 28px 30px;
}

.hq-question {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.hq-email {
    border-radius: 22px;
}
    .hq-email > input {
        border-radius: 20px;
        padding: 1px 15px;
    }

.hq-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.hq-button {
    color: #c20100;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    padding: 3px 15px;
}

.hq-error {
    margin: 0;
    color: white;
    /*text-align: center;*/
}

.hq-success {
    margin: 0;
    color: white;
    /*font-size: 30px;*/
    /*text-align: center;*/
    /*width: 100%;*/
}

/*.hq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
    padding: 28px 40px;
    background-color: #c20100;
}



.hq-email {
    width: 40%;
}

.hq-answer {
    padding: 0 40px;
    color: #c20100;
    font-weight: 600;
    font-size: 14px;
    border-radius: 22px;
    line-height: 40px;
    width: 100%;
}

.hq-button {
    padding: 0 50px;
    color: #c20100;
    font-weight: 600;
    font-size: 14px;
    line-height: 44px;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    border-radius: 22px;
    cursor: pointer;
}

.hq-error {
    margin: 0;
    color: white;
    text-align: center;
}

.hq-success {
    margin: 0;
    color: white;
    font-size: 30px;
    text-align: center;
    width: 100%;
}*/
.footer {
    position: relative;
    margin-top: 55px;
    border-top: 3px solid #c20100;
}

.footer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.footer-bg-left,
.footer-bg-right {
    float: left;
    width: 50%;
    height: 100%;
}

.footer-bg-left {
    background-color: #c20100;
}

.footer-bg-right {
    background-color: #e8e8e8;
}

.footer .box {
    position: relative;
    z-index: 2;
}

.footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-flex-left {
    width: 35%;
    padding: 50px 50px 0 0;
}

.footer-flex-right {
    width: 65%;
    padding: 40px 0 40px 55px;
    background-color: #e8e8e8;
}

.footer-logo {
    padding-bottom: 10px;
}

    .footer-logo img {
        width: 100%;
        max-width: 354px;
    }

.footer-phone {
    padding: 10px 0;
    font-size: 28px;
    line-height: 36px;
}

    .footer-phone a {
        color: #fff;
        white-space: nowrap;
    }

.footer-work {
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.footer-email {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.footer-ss {
    padding: 40px 0;
}

    .footer-ss a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 30px 0 0;
        background: url('/Content/img2019/icon/ss/vk.svg') center no-repeat;
    }

    .footer-ss .fb {
        background-image: url('/Content/img2019/icon/ss/fb.svg');
    }

    .footer-ss .ig {
        background-image: url('/Content/img2019/icon/ss/ig.svg');
    }

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: 55px;
}

    .footer-menu a,
    .footer-menu span {
        display: inline-block;
        padding: 10px 0;
        color: #303030;
    }

.footer-menu-title {
    font-weight: 600;
}

.foot-copy {
    padding-top: 50px;
    font-size: 12px;
    text-align: right;
}

.foot-copy-private {
    display: inline-block;
    margin-right: 20px;
    text-decoration: underline;
}

.bs-wrap {
    position: relative;
    margin: 40px 0 0;
}

.bs {
    display: table;
    width: 100%;
    height: 100%;
}

.bs-col {
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.bs-mini {
    max-width: 394px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    margin-left: 30px;
}

.bs img {
    display: block;
    max-width: 100%;
}

.truck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
    padding: 20px 50px;
    background-color: #c20100;
}

.truck-title {
    color: #fff;
    font-weight: 600;
    font-size: 44px;
}

.truck-text {
    padding: 10px 0 20px;
    color: #fff;
    font-size: 18px;
}

.truck-button {
    display: inline-block;
    padding: 0 30px;
    color: #c20100;
    font-weight: 600;
    font-size: 14px;
    line-height: 44px;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    border-radius: 22px;
    cursor: pointer;
}

.pop-menu {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.pop-active,
.pop-city-active {
    background-color: rgba(0, 0, 0, 0.5) !important;   
}

.pop-menu-box {
    position: relative;
    background-color: #fff;
}

.pop-menu-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 226px;
    height: 35.53px;
    padding: 0 8px;
    line-height: normal;
    border-right: 1px solid #dedede;
}

.pop-menu-icon {
    width: 50px;
}

    .pop-menu-icon img {
        display: block;
        margin: auto;
    }

.pop-menu-title {
    font-size: 14px;
}

.pop-menu-arrow {
    position: absolute;
    right: 0;
    width: 26px;
    height: 41px;
    background: url('/Content/img2019/icon/right-passive.svg') center no-repeat;
}

.pop-menu-box li:first-child {
    padding-top: 8px;
}

.pop-menu-box li:last-child {
    padding-bottom: 8px;
}

.pop-menu-right {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: calc(100% - 226px);
    height: 100%;
    padding: 0 0 0 40px;
    overflow-y: auto;
    background-color: #fff;
}

.pop-menu-li-active .pop-menu-right {
    display: block;
}

.pop-menu-right h3 {
    margin: 30px 0 0 0;
    font-size: 26px;
}

.pop-menu-right category-name {
    margin: 30px 0 0 0;
    font-size: 26px;
}

.pop-menu-col {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    vertical-align: top;
}

    .pop-menu-col li {
        margin: 7px 0;
    }

li.pop-menu-group-title {
    margin: 15px 0;
}

.pop-menu-group-title a {
    color: #c10000;
    font-weight: 600;
    font-size: 15px;
}

.body-menu-active .pop-menu {
    display: block;
}

.pop-city {
    position: fixed;
    /* transition: all 0.3s ease-in; */
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
}

.pop-city-box {
    position: relative;
}

.pop-city-modal {
    position: absolute;
    width: 660px;
    margin-top: -64px;
    padding: 30px 30px 30px 40px;
    background-color: #fff;
    border-top: 1px solid #fafafa;
    -webkit-box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.17);
}

.pop-city-modal-box {
    position: relative;
}

.pop-city-modal h3 {
    margin: 0 0 20px;
    font-size: 26px;
}

.pop-city-modal-close {
    position: absolute;
    right: 0;
    width: 22px;
    height: 22px;
    background: url('/Content/img2019/icon/close.svg') no-repeat;
    cursor: pointer;
}

.pop-city-modal ul {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-width: 100px;
    column-width: 100px;
}

.pop-city-modal li {
    position: relative;
    margin: 10px 0 10px 15px;
}

.pop-city-modal a {
    display: inline-block;
    font-size: 14px;
}

.pop-city-modal-icon {
    position: absolute;
    width: 10px;
    height: 12px;
    margin: 5px 0 0 -15px;
    background: url('/Content/img2019/icon/city/passive.svg');
}

header {
    height: 180px;
    margin-bottom: 20px;
}

.header-scroll {
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #fff;
}

/*.body-header-scroll .panel-top {
  margin-top: -46px;
}*/

.body-header-scroll .body-header-scroll header {
    height: 164px;
}

.body-header-scroll .header-scroll {
    -webkit-box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.3);
}

/* О компании: */

.horizontal-menu {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

    .horizontal-menu li {
        display: inline;
        margin-right: 6px;
    }

    .horizontal-menu a {
        color: #747474;
        font-size: 13px;
    }

    .horizontal-menu li.active a {
        color: #b0b0b0;
    }

    .horizontal-menu li::after {
        position: relative;
        bottom: 2px;
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-left: 12px;
        background-color: #c20100;
        border-radius: 50%;
        content: ' ';
    }

    .horizontal-menu li:last-child::after {
        content: none;
    }

.lside-menu {
    float: left;
    width: 225px;
    font-size: 13px;
    /* border-radius: 2px; */
}

    .lside-menu li {
        height: 46px;
        padding: 0 20px;
        line-height: 46px;
        background-color: #f5f7f6;
        border-bottom: 1px solid #c7c7c7;
    }

        .lside-menu li.active {
            background-color: #d0021b;
            border-bottom: none;
        }

            .lside-menu li.active a {
                color: #fff;
            }

        .lside-menu li:last-child {
            border-bottom: none;
            border-radius: 0 0 2px 2px;
        }

.about {
    margin-bottom: 90px;
    margin-left: 255px;
    line-height: 1.44;
    letter-spacing: 0.2px;
}

    .about > br {
        line-height: 210%;
    }

h2 {
    margin: 30px 0;
    color: #000;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.22;
}

    h2.indent {
        margin-top: 40px;
    }

.about-map {
    margin-bottom: 20px;
    line-height: 0;
    text-align: center;
}

    .about-map img {
        width: 100%;
        max-width: 736px;
    }

.about-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.about-group-block img {
    height: 178px;
    margin-bottom: 25px;
}

.about-group-block {
    width: 225px;
    text-align: center;
}

.group-block-title {
    color: #4a4a4a;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: 0.3px;
}

.legal-data p {
    margin: 0;
}

/* Акции */

.action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 100%;
    margin: 0 -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.action-group-block {
    position: relative;
    flex-grow: 1;
    flex-basis: 26%;
    max-width: calc(33% - 30px);
    margin: 0 15px 30px;
    padding-bottom: 25px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.17);
    -ms-flex-preferred-size: 26%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

    .action-group-block p {
        margin: 15px 30px 35px 30px;
        color: #2d2d2d;
        font-weight: normal;
        font-size: 18px;
        line-height: 1.44;
        letter-spacing: normal;
    }

.action-block-title {
    margin: 0 30px;
    color: #c20100;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.22;
}

.action-block-date {
    position: absolute;
    bottom: 25px;
    left: 30px;
    color: #989898;
}

.img-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 56.25%;
    overflow: hidden;
}

    .img-wrap img {
        position: absolute;
        top: 0;
        left: 50%;
        min-width: 100%;
        height: 100%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -o-object-fit: cover;
        object-fit: cover;
    }

/* Карточка товара [Card page] */

.card a {
    color: #c20100;
    text-decoration: underline;
}

.card b {
    font-weight: 600;
}

h1,
.card-name {
    margin-bottom: 30px;
    color: #000;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
}

.card-top {
    margin-bottom: 20px;
}

.card-top-reviews {
    margin-right: 60px;
}

.card-top .star-rating {
    margin-right: 30px;
}

.star-rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
}

    .star-rating i {
        display: block;
        width: 13px;
        height: 13px;
        margin-right: 10px;
        background: url('/Content/img2019/catalog/item/star-passive.svg') center no-repeat;
    }

        .star-rating i.active {
            background-image: url('/Content/img2019/catalog/item/star.svg');
        }

        .star-rating i:last-child {
            margin-right: 0;
        }

.card-status {
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    padding: 0 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Ubuntu', 'Source Sans Pro', sans-serif;
    line-height: 30px;
    border-radius: 2px;
}

    .card-status:first-child {
        margin-left: 0;
    }

    .card-status a {
        color: #fff;
        text-decoration: none;
    }

.card-top .article {
    float: right;
    color: #2d2d2d;
    font-weight: 600;
    font-size: 14px;
}

.card-top .article-red {
    margin: 0 10px;
    color: #c20100;
}

.card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.card-central {
    min-width: 200px;
}

.card-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 480px;
    height: 480px;
    padding: 16px;
    text-align: center;
}

    .card-img img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%;
    }

.card-carousel-small-container {
    display: none;
    width: 100%;
    margin-bottom: 15px;
}

.card-carousel-container {
    width: 480px;
}

.card-carousel {
    position: relative;
}

.card-carousel-img {
    display: inline-block;
    width: 97px;
    height: 97px;
    -o-object-fit: cover;
    object-fit: cover;
}

    .card-carousel-img img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 97px;
    }

.card-carousel .owl-prev {
    position: absolute;
    top: 41px;
    left: 0;
    z-index: 9;
    width: 8px;
    height: 15px;
    background: url('/Content/img2019/icon/left-arrow.svg') center no-repeat;
    border: 0;
}

.owl-item.active {
    text-align: center;
}

.card-carousel .owl-next {
    position: absolute;
    top: 41px;
    right: 0;
    z-index: 9;
    width: 8px;
    height: 15px;
    background: url('/Content/img2019/icon/right-arrow.svg') center no-repeat;
    border: 0;
}

    .card-carousel .owl-next.disabled,
    .card-carousel .owl-prev.disabled {
        opacity: 0;
        -webkit-filter: grayscale(1);
        -webkit-filter: gray;
        filter: grayscale(1);
        filter: gray;
    }

.card-carousel-small .owl-prev {
    position: absolute;
    top: 114px;
    left: 0;
    z-index: 9;
    width: 32px;
    height: 32px;
    background: url('/Content/img2019/icon/round-left-arrow.svg') center no-repeat;
    border: 0;
}

.card-carousel-small .owl-next {
    position: absolute;
    top: 114px;
    right: 0;
    z-index: 9;
    width: 32px;
    height: 32px;
    background: url('/Content/img2019/icon/round-right-arrow.svg') center no-repeat;
    border: 0;
}

    .card-carousel-small .owl-next.disabled,
    .card-carousel-small .owl-prev.disabled {
        -webkit-filter: grayscale(1);
        -webkit-filter: gray;
        filter: grayscale(1);
        filter: gray;
    }

.card-carousel-small img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 260px;
}

.card-right {
    margin-left: auto;
}

.card-control {
    margin-bottom: 35px;
}

    .card-control div {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 15px;
        color: #c20100;
        font-size: 14px;
        line-height: 30px;
        text-decoration: underline;
        cursor: pointer;
    }

.control-like::before {
    position: relative;
    bottom: -5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background: url('/Content/img2019/catalog/item/like.svg') center no-repeat;
    content: '';
}

.control-like-active::before {
    background: url('/Content/img2019/catalog/item/like-active.svg') center no-repeat;
}

.control-compare::before {
    position: relative;
    bottom: -6px;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 20px;
    background: url('/Content/img2019/catalog/item/compare.svg') center no-repeat;
    content: '';
}

.control-compare-active::before {
    background: url('/Content/img2019/icon/compare-active.svg') center no-repeat;
}

.card-desc {
    margin-right: 30px;
    color: #2d2d2d;
    font-size: 13px;
    line-height: 18px;
}

    .card-desc li {
        margin-bottom: 8px;
    }

    .card-desc a {
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }

.card-card {
    width: 396px;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px 0 rgba(74, 74, 74, 0.3);
    box-shadow: 0 0 5px 0 rgba(74, 74, 74, 0.3);
}

.card-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 30px;
}

.card-old-price {
    font-size: 20px;
    text-decoration: line-through;
}

.card-benefit {
    padding: 0 15px;
    color: #fff;
    font-size: 25px;
    background-color: Crimson;
    border-radius: 10px;
    padding: 10px;
}

.card-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

.card-new-price {
    color: #252525;
    font-weight: bold;
    font-size: 30px;
}

.card-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 126px;
    color: #2d2d2d;
    font-size: 18px;
}

.quantity-minus {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #c20100;
    border-radius: 50%;
}

    .quantity-minus::before {
        position: absolute;
        top: 11.5px;
        left: 6px;
        width: 12px;
        height: 1px;
        background-color: #c20100;
        content: '';
    }

    .quantity-minus:hover {
        background-color: #c20100;
    }

        .quantity-minus:hover::before {
            background-color: #fff;
        }

.quantity-plus {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #c20100;
    border-radius: 50%;
}

    .quantity-plus::before {
        position: absolute;
        top: 11.5px;
        left: 6px;
        width: 12px;
        height: 1px;
        background-color: #c20100;
        content: '';
    }

    .quantity-plus::after {
        position: absolute;
        top: 6px;
        left: 11.5px;
        width: 1px;
        height: 12px;
        background-color: #c20100;
        content: '';
    }

    .quantity-plus:hover {
        background-color: #c20100;
    }

        .quantity-plus:hover::before,
        .quantity-plus:hover::after {
            background-color: #fff;
        }

.card-card hr {
    height: 1px;
    margin: 15px 0;
    background-color: #e7e7e7;
    border: 0;
}

.card-bonus {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1;
}

.card-bonus-sum {
    float: right;
    color: #c20100;
    font-weight: 600;
}

.card-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-button {
    display: block;
    width: 100%;
    max-width: 153px;
    color: #c20100;
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #c20100;
    border-radius: 20px;
    cursor: pointer;
}

a.card-button {
    text-decoration: none;
}

.card-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c20100;
}

.card-button.active {
    color: #fff;
    background-color: #c20100;
}

.card-availability {
    margin: 0 20px;
    font-size: 14px;
    line-height: 2.14;
}

    .card-availability .rside {
        float: right;
        color: #c20100;
        font-weight: 600;
    }

.card-right hr {
    height: 1px;
    margin: 20px 0;
    background-color: #e7e7e7;
    border: 0;
}

.card-credit {
    margin: 0 20px;
}

.credit-title {
    margin-bottom: 17px;
    color: #c20100;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.credit-nums {
    margin-bottom: 30px;
    color: #2d2d2d;
    font-weight: bold;
    font-size: 20px;
}

.card-vertical-bar {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 2px;
    height: 20px;
    margin: 0 20px;
    background-color: #c20100;
}

.f14 {
    font-size: 14px;
}

.credit-question {
    float: right;
    width: 30px;
    height: 30px;
    color: #5a5a5a;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #5a5a5a;
    border-radius: 50%;
    cursor: pointer;
}

.tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

    .tab-buttons .owl-prev,
    .tab-buttons .owl-next {
        display: none;
    }

.tablink {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 60px;
    color: #c20100;
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    white-space: nowrap;
    background-color: #f5f7f6;
    border: 0;
    border-right: 1px solid #e7e7e7;
    cursor: pointer;
}

    .tablink:last-child {
        border-right: 0;
    }

    .tablink.active {
        color: #fff;
        background-color: #c20100;
    }

.tab-buttons + hr {
    height: 1px;
    margin: 20px 0;
    background-color: #e7e7e7;
    border: 0;
}

.card-similar h3 {
    margin-bottom: 30px;
    line-height: 1.22;
}

a.card-similar-link {
    display: inline-block;
    margin: 0 25px 10px 0;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    text-decoration: none;
    border: solid 2px #7a7a7a;
    border-radius: 2px;
}

    a.card-similar-link:last-child {
        margin-right: 0;
    }

.tab-content {
    margin-bottom: 60px;
}

#specifications table {
    width: 100%;
    border-spacing: 0;
}

#specifications tr {
    height: 44px;
    overflow: hidden;
    color: #252525;
    font-size: 18px;
    line-height: 44px;
    white-space: normal;
}

#specifications td {
    padding: 0 40px;
    width: 50%;
    vertical-align: top;
}

#specifications tr:nth-child(odd) {
    background-color: #f5f7f6;
}

#specifications .rtd {
    float: right;
    color: #5a5a5a;
    font-weight: 600;
    text-align: right;
}

#description {
    color: #000;
    font-size: 18px;
}

    #description p {
        /*line-height: 44px;*/
    }

#payment {
    color: #000;
    font-size: 18px;
    line-height: 1.44;
}

    #payment ul {
        padding-left: 30px;
    }

    #payment li {
        margin-bottom: 15px;
        padding-left: 10px;
        list-style: square outside url('/Content/img2019/icon/li-square.png');
    }

.tab-content h4 {
    margin: 15px 0;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 2.44;
}

#reviews {
    color: #000;
}

.reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.reviews-container {
    flex-grow: 1;
}

.reviews-block {
    margin-bottom: 15px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 0 5px 0 rgba(74, 74, 74, 0.3);
    box-shadow: 0 0 5px 0 rgba(74, 74, 74, 0.3);
}

.reviews-block-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

    .reviews-block-title .star-rating {
        margin-left: 100px;
    }

    .reviews-block-title .date {
        float: right;
        font-weight: 300;
        font-size: 14px;
        line-height: 1.71;
    }

.reviews-block__title {
    margin-bottom: 7px;
    padding-left: 3px;
    color: #c20100;
    font-size: 13px;
    line-height: 2;
}

.reviews-block > *:last-child {
    margin-bottom: 0;
}

.reviews p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
}

.reviews-own {
    min-width: 253px;
    margin-left: 30px;
    padding: 30px;
    background-color: #f5f7f6;
    -webkit-box-shadow: 0 0 5px 0 rgba(74, 74, 74, 0.3);
    box-shadow: 0 0 5px 0 rgba(74, 74, 74, 0.3);
}

.reviews-own-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
}

.reviews-own .card-cart-button {
    max-width: 193px;
}

.address-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2d2d2d;
    font-size: 16px;
}

    .address-list td {
        min-width: 75px;
        padding-right: 10px;
    }

    .address-list tr {
        height: 60px;
    }

.onmap-button {
    display: block;
    width: 110px;
    color: #c20100;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background-color: transparent;
    border: 2px solid #c20100;
    border-radius: 20px;
}

    .onmap-button:hover:enabled {
        color: #fff;
        background-color: #c20100;
    }

    .onmap-button:disabled {
        color: #9b9b9b;
        border-color: #9b9b9b;
    }

.address-list table {
    width: calc(100% - 426px);
    margin-right: 30px;
}

.address-list tr > td:first-child {
    font-weight: 600;
    font-size: 18px;
}

.address-list tr > td > td {
    font-weight: normal;
    font-size: 14px;
}

    .address-list tr > td > td:first-child {
        padding-right: 35px;
    }

.card-green {
    color: #1ebe29;
}

.card-right .card-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 20px 20px 20px;
}

    .card-right .card-control div {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1.54;
    }

.card-right .control-compare::before {
    margin-right: 10px;
}

.card-right .control-like::before {
    margin-right: 10px;
}

.collection a {
    color: #c20100;
    text-decoration: underline;
}

    .collection a.catalog-item-title {
        color: #2d2d2d;
        text-decoration: none;
    }

        .collection a.catalog-item-title:hover {
            color: #c20100;
        }

.collection .card-body {
    margin-bottom: 30px;
}

.collection-right {
    margin-left: 30px;
}

.collection h3 {
    margin-bottom: 20px;
    color: #000;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.22;
}

.collection-description {
    margin-bottom: 60px;
}

.collection-composition {
    margin-bottom: 60px;
}

.collection-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px 10px -15px;
}

    .collection-list > div {
        flex: 0 0 auto;
        margin: 0 15px 30px 15px;
    }

@supports (display: grid) {
    .collection-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, 225px);
        justify-content: space-between;
        margin: 0 0 10px 0;
        column-gap: 10px;
    }

        .collection-list > div {
            margin: 0 0 30px 0;
        }
}

.pagination-container {
    text-align: center;
    box-sizing: border-box;
}

.collection .card-carousel-container {
    width: 567px;
}

.collection .card-img {
    width: 567px;
    height: 567px;
    margin-bottom: 30px;
    padding: 0;
}

.collection .card-carousel-img {
    width: 90px;
    height: 90px;
}

    .collection .card-carousel-img img {
        height: 90px;
    }

.paginator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
    box-sizing: border-box;
}

.paginator-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.paginator__page {
    padding: 0 13px;
    color: #c20100;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

    .paginator__page:hover {
        color: #c20100;
    }

    .paginator__page:disabled,
    .paginator__page_disabled {
        color: #2d2d2d;
        font-weight: normal;
        cursor: default;
        pointer-events: none;
    }

.paginator__button {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.paginator__button_prev {
    margin-right: 25px;
    background: url('/Content/img2019/icon/round-left-arrow.svg') center no-repeat;
}

    .paginator__button_prev.disabled {
        cursor: default;
        pointer-events: none;
        background: url('/Content/img2019/icon/round-left-arrow-disabled.svg') center no-repeat;
    }

.paginator__button_next {
    margin-left: 25px;
    background: url('/Content/img2019/icon/round-right-arrow.svg') center no-repeat;
}

    .paginator__button_next.disabled {
        cursor: default;
        pointer-events: none;
        background: url('/Content/img2019/icon/round-right-arrow-disabled.svg') center no-repeat;
    }

.collection-reviews {
    margin-bottom: 60px;
}

    .collection-reviews .reviews-block {
        margin-bottom: 30px;
    }

.collection .reviews {
    display: block;
}

.collection .card-button {
    display: inline-block;
    max-width: 193px;
    margin-left: auto;
    text-decoration: none;
}

.reviews-row {
    display: flex;
    align-items: center;
}

    .reviews-row b {
        font-weight: 600;
    }

.bold {
    font-weight: 600;
}

/* Каталог */

.filter {
    float: left;
    width: 225px;
    height: 100%;
    overflow-y: auto;
    color: #474747;
    font-size: 13px;
    line-height: 1.08;
}

    .filter label {
        font-weight: normal;
    }

    .filter hr {
        height: 1px;
        margin: 15px 0;
        background-color: #ccc;
        border: 0;
    }

.filters {
    border: 1px solid #ccc;
}

.filter-content {
    display: none;
    padding: 15px 20px 20px 20px;
    background-color: #fff;
}

.open .filter-content {
    display: block;
}

.filter-content > label {
    display: block;
}

.filter-header {
    display: none;
    padding: 20px 15px;
    color: #2d2d2d;
    font-size: 24px;
    line-height: 1;
    background-color: #fff;
}

.filter-header-shadow {
    display: none;
    width: 100%;
    height: 84px;
    background-color: #fff;
}

.filter-footer-shadow {
    display: none;
    width: 100%;
    height: 120px;
}

.btn-close-filter {
    width: 22px;
    height: 22px;
    background: url('/Content/img2019/icon/close.svg') center no-repeat;
    border: none;
    cursor: pointer;
}

.filter-title {
    position: relative;
    margin-bottom: -1px;
    padding: 15px 30px 15px 20px;
    color: #404040;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.13;
    background-color: #f5f7f6;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.filter-section:first-child .filter-title {
    border-top: none;
}

.filter-title::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    display: block;
    width: 12px;
    height: 6px;
    background: url('/Content/img2019/icon/down-arrow.svg') center no-repeat;
    content: '';
}

.open .filter-title::after {
    background: url('/Content/img2019/icon/up-arrow.svg') center no-repeat;
}

.price-filter__inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .price-filter__inputs input {
        width: calc(50% - 7.5px);
        padding: 8px 10px;
        color: #989898;
        font-size: 12px;
        line-height: 1.17;
        border: solid 2px #cbcbcb;
        border-radius: 2px;
    }

        .price-filter__inputs input:focus {
            color: #000;
            border-color: #979797;
        }

#price-scroll {
    height: 2px;
    margin: 5px 0 15px 0;
    background-color: #989898;
    border: none;
}

    #price-scroll .ui-slider-range {
        background-color: #c20100;
    }

    #price-scroll .ui-slider-handle {
        top: -7px;
        width: 16px;
        height: 16px;
        margin-left: -8px;
        background-color: #fff;
        border: 1px solid #c20100;
        border-radius: 50%;
    }

    #price-scroll .ui-state-focus {
        border-width: 2px;
    }

    #price-scroll .ui-state-active {
        background-color: #c20100;
    }

.price-filter__labels {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 12px;
    line-height: 1.17;
}

.check {
    padding: 8px 0 8px 30px;
}

    .check:first-child {
        padding-top: 6px;
    }

    .check:last-child {
        padding-bottom: 3px;
    }

    .check.disabled {
        color: #d6d6d6;
    }

        .check.disabled a {
            color: #d6d6d6;
        }

.check__input {
    position: absolute;
    z-index: -9;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.check__box {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -10px;
    margin-right: 7px;
    margin-left: -30px;
    overflow: hidden;
    vertical-align: bottom;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 2px solid #cbcbcb;
    border-radius: 2px;
}

.check__input:checked + .check__box {
    background-color: #c20100;
    background-image: url('/Content/img2019/icon/white-сheckmark.svg');
    border-width: 1px;
}

.check__input:focus + .check__box {
    box-shadow: 0 0 0 1px #cbcbcb;
}

.check__input:disabled + .check__box {
    border-color: #eaeaea;
}

.check__input:checked:disabled + .check__box {
    background-color: #989898;
}

.filter-content.available {
    padding-top: 19px;
    border-top: 1px solid #ccc;
}

.filter-content.control {
    padding: 20px 20px 25px 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.clear-filters {
    display: inline-block;
    margin-bottom: 20px;
    color: #c20100;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.filter-submit {
    width: 175px;
}

.catalog-container {
    margin-bottom: 50px;
}

    .catalog-container::after {
        content: '';
        display: table;
        clear: both;
    }

.products-list {
    margin-left: 255px;
}

.products-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    color: #404040;
    font-size: 13px;
    line-height: 1;
}

.products-sort-sort {
    display: inline-block;
}

.btn-show-filter {
    display: none;
    width: 123px;
    height: 40px;
    margin-right: 30px;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Ubuntu', 'Source Sans Pro', sans-serif;
    background: #f5f7f6;
    border: none;
    cursor: pointer;
}

    .btn-show-filter:hover {
        border: solid 1px #ccc;
    }

.products-view {
    font-size: 0;
}

.btn-view-list {
    width: 23px;
    height: 23px;
    background: url('/Content/img2019/icon/list-disabled.svg');
    border: none;
    cursor: pointer;
}

    .btn-view-list.active,
    .btn-view-list:hover {
        background-image: url('/Content/img2019/icon/list.svg');
    }

.btn-view-grid {
    width: 23px;
    height: 23px;
    margin-left: 20px;
    background: url('/Content/img2019/icon/grid-disabled.svg');
    border: none;
    cursor: pointer;
}

    .btn-view-grid.active,
    .btn-view-grid:hover {
        background-image: url('/Content/img2019/icon/grid.svg');
    }

.sort-by-item {
    margin-left: 20px;
    color: #c20100;
    cursor: pointer;
}

    .sort-by-item.disabled {
        color: #989898;
        cursor: auto;
    }

.list-view .collection-list {
    display: flex;
}

.list-view .catalog-item {
    position: relative;
    width: 100%;
}

.list-view .catalog-item-photo {
    float: left;
    margin-right: 30px;
}

    .list-view .catalog-item-photo img {
        width: 140px;
        height: 140px;
    }

.list-view .catalog-item-control {
    justify-content: space-between;
    justify-content: space-evenly;
    float: right;
    width: 85px;
}

.list-view .catalog-item-control-like {
    margin: 8px 0 0 0;
}

.list-view .catalog-item-control-compare {
    margin: 8px 0 0 0;
}

.list-view .catalog-status {
    bottom: 0;
    left: 170px;
    height: auto;
    padding: 0;
    overflow: visible;
    border-radius: none;
}

.list-view .catalog-status-list ul {
    display: flex;
}

.list-view .catalog-status-item {
    margin-right: 10px;
}

.list-view .catalog-status-list-active .catalog-status-item {
    max-width: none;
}

.list-view .catalog-status-list-active a {
    max-width: none;
}

.list-view .catalog-status-item.drop-arrow::after {
    display: none;
}

.list-view .catalog-item-title {
    max-width: 440px;
    height: 72px;
    margin: 0;
    color: #2d2d2d;
    font-size: 20px;
    line-height: 1.2;
}

.list-view .catalog-item-prop {
    display: inline-flex;
    justify-content: flex-start;
    float: left;
    margin: 15px 0 0 0;
}

.list-view .catalog-item-rating {
    margin: 0 40px 0 25px;
}

.catalog-item-article {
    display: none;
}

.list-view .catalog-item-in,
.list-view .catalog-item-article {
    display: block;
    color: #252525;
    font-size: 13px;
    line-height: 1;
}

.list-view .catalog-item-g1 {
    display: inline-flex;
    justify-content: space-between;
    width: calc(100% - 430px);
}

.list-view .catalog-item-prices {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0;
    line-height: normal;
}

.list-view .catalog-item-prices-new {
    margin-top: 20px;
    font-size: 22px;
}

.list-view .ecommerce-data {
    float: right;
    width: 142px;
}

.catalog-item-availability {
    display: none;
}

.list-view .catalog-item-availability {
    position: absolute;
    top: 60px;
    right: 0;
    display: block;
    width: 225px;
    color: #252525;
    font-size: 12px;
    line-height: 1.83;
}

.catalog-item-availability .right {
    float: right;
    color: #c20100;
    font-weight: 600;
}

.second-title {
    color: #2d2d2d;
    font-weight: normal;
    font-size: 26px;
    line-height: 1;
}

.search-results-categories {
    margin: 20px 0 30px 0;
    padding: 10px 40px;
    background-color: #f5f7f6;
}

    .search-results-categories a {
        padding-right: 40px;
        color: #c20100;
        font-weight: normal;
        font-size: 14px;
        line-height: 2.8;
        text-decoration: underline;
        white-space: nowrap;
    }

        .search-results-categories a:last-child {
            padding-right: 0;
        }

        .search-results-categories a.active {
            color: #4a4a4a;
            text-decoration: none;
        }

.action-categories {
    margin: 20px 0 30px 0;
    line-height: 2.8;
    max-height: 175px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .action-categories a {
        margin-right: 30px;
        color: #c20100;
        font-weight: normal;
        font-size: 14px;
        text-decoration: underline;
    }

        .action-categories a.active {
            color: #2b2b2b;
            text-decoration: none;
        }

.action-categories-wrapper {
    max-width: 100%;
    overflow: hidden;
}

.action-categories-grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -30px;
}

.categories-block {
    display: block;
    width: 225px;
    height: 225px;
    margin: 0 30px 30px 0;
    padding: 30px 15px 15px 15px;
    color: #333;
    text-align: center;
    overflow: hidden;
}

    .categories-block:hover {
        color: #c20100;
    }

.categories-block__img {
    display: block;
    width: 195px;
    height: 115px;
    object-fit: contain;
    margin-bottom: 9px;
}

.categories-block__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.67;
}

.search-result-category {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

    .search-result-category a {
        color: #c20100;
        font-size: 13px;
        line-height: 1.08;
        text-align: right;
    }

        .search-result-category a:hover {
            text-decoration: underline;
        }

.promo-img {
    width: 100%;
}

.promo-content {
    margin: 30px 0;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
}

    .promo-content strong,
    .promo-content b {
        font-weight: 600;
        line-height: 1.3;
    }

.promo-products .catalog-top {
    margin-top: 40px;
}

.promo-h3 {
    margin-bottom: 50px;
}

.catalog-status-item {
    position: relative;
    display: inline-block;
    max-width: 205px;
    padding: 5px 7px 2px 7px;
    color: #fff;
    font-size: 10px;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 3px;
}

    .catalog-status-item::after {
        display: table;
        clear: both;
        width: 100%;
        content: ' ';
    }

    .catalog-status-item a {
        display: inline-block;
        max-width: 198px;
        overflow: hidden;
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .catalog-status-item a:hover {
            color: #000;
        }

    .catalog-status-item.drop-arrow::after {
        position: absolute;
        top: 0;
        right: -16px;
        display: block;
        width: 10px;
        height: 23px;
        background: url('/Content/img2019/icon/arrow/down.png') center no-repeat;
        cursor: pointer;
        pointer-events: all;
        content: ' ';
    }

.cat-nav {
    float: left;
    width: 225px;
    color: #474747;
}

.cat-nav-1 > a {
}

.cat-nav-1__bar {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 30px 0 20px;
    color: #c20100;
    font-weight: 600;
    font-size: 14px;
    background: url('/Content/img2019/icon/down-arrow.svg') 200px center no-repeat;
    background-color: #f2f3f5;
    border-bottom: 1px solid #fff;
    transition-duration: 0.2s;
    transition-property: background-color, color;
}

    .cat-nav-1__bar.empty {
        background-image: none;
    }

.cat-nav-1.open > .cat-nav-1__bar {
    color: #fff;
    background: url('/Content/img2019/icon/up-arrow-white.svg') 200px center no-repeat;
    background-color: #d0021b;
}

.cat-nav-1__bar a {
    color: inherit;
}

.cat-nav-2 {
    margin: 20px 0;
    padding-left: 20px;
    font-weight: 600;
    font-size: 13px;
}

    .cat-nav-2.cat-nav-arrow {
        background: url('/Content/img2019/icon/down-arrow.svg') 200px center no-repeat;
    }

    .cat-nav-2.open {
        padding: 0;
    }

        .cat-nav-2.open > * {
            padding-left: 20px;
        }

    .cat-nav-2 a:hover {
        color: #c20100;
    }

.cat-nav-2__bar {
    display: block;
    line-height: 1.23;
    padding-right: 25px;
}

.cat-nav-2.open > .cat-nav-2__bar {
    color: #c20100;
    padding-top: 4px;
    padding-bottom: 4px;
    background: url('/Content/img2019/icon/up-arrow-gray.svg') 197px center no-repeat;
    background-color: #f5f7f6;
    border: solid 1px #f2f3f5;
    border-left: solid 3px #c20100;
}

.cat-nav-2__bar > a {
    color: inherit;
}

.cat-nav-3 {
    margin: 15px 0;
    padding-left: 10px;
    font-weight: normal;
}

.catalog-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 255px;
}

.catalog-block {
    display: block;
    width: calc(50% - 15px);
    max-width: 482px;
    height: 260px;
    margin-bottom: 30px;
    padding: 10px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.17);
}

    .catalog-block:hover {
        color: #c20100;
    }

    .catalog-block img {
        object-fit: contain;
        width: 100%;
        max-width: 342px;
        height: 200px;
        vertical-align: middle;
    }

.catalog-block__title {
    padding-top: 5px;
}

.catalog-item {
    width: 225px;
    text-align: left;
}

.catalog-status {
    position: absolute;
    height: 24px;
    padding-right: 20px;
    overflow: hidden;
    border-radius: 3px;
}

.catalog-status-item {
    position: relative;
    display: inline-block;
    max-width: 205px;
    padding: 5px 7px 2px 7px;
    color: #fff;
    font-size: 10px;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 3px;
}

    .catalog-status-item::after {
        display: table;
        clear: both;
        width: 100%;
        content: ' ';
    }

    .catalog-status-item a {
        display: inline-block;
        max-width: 198px;
        overflow: hidden;
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .catalog-status-item a:hover {
            color: #000;
        }

.catalog-status-item-green {
    background-color: #1ebe29;
}

.catalog-status-item-yellow {
    background-color: #ffc129;
}

.catalog-status-item-blue {
    background-color: #2b46c4;
}

.catalog-status-item-red {
    background-color: #ff564e;
}

.catalog-status li {
    display: block;
    margin-bottom: 5px;
}

.catalog-status-item.drop-arrow::after {
    position: absolute;
    top: 0;
    right: -16px;
    display: block;
    width: 10px;
    height: 23px;
    background: url('/Content/img2019/icon/arrow/down.png') center no-repeat;
    cursor: pointer;
    pointer-events: all;
    content: ' ';
}

.catalog-status-list-active a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: normal;
}

.catalog-status-list-active ul li:first-child span::after {
    background-image: url('/Content/img2019/icon/arrow/up.png');
}

.catalog-status-list-active {
    height: auto;
}

.wishlist-header {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

    .wishlist-header h1 {
        margin: 0;
    }

.wish-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #4a4a4a;
    font-size: 13px;
}

    .wish-block button {
        color: #c20100;
        text-decoration: underline;
        background: none;
        border: none;
        cursor: pointer;
    }

        .wish-block button:active {
            font-weight: 600;
        }

.wishlist table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.wish-row {
    border-bottom: 1px solid #f4f4f4;
}

    .wish-row:last-child {
        border-bottom: none;
    }

.wish-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    vertical-align: bottom;
}

.wish-price {
    min-width: 123px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.wish-row > td:first-child {
    width: 100px;
    padding: 0 40px;
}

.wish-row > td:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
    padding: 0;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 1.38;
}

.wish-row > td:last-child {
    padding: 0 40px;
    text-align: right;
}

.cart table {
    width: 100%;
    color: #2d2d2d;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

.cart thead {
    color: #747474;
    font-size: 13px;
}

    .cart thead tr {
        height: 47px;
        background-color: #f5f7f6;
    }

.cart-row {
    height: 160px;
}

.cart-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    vertical-align: bottom;
}

.cart-row > td:first-child {
    width: 180px;
}

.cart-row > td:nth-child(2) {
    font-size: 16px;
    text-align: left;
}

.cart-row > td:nth-child(3) {
    width: 14%;
    font-weight: 600;
    font-size: 18px;
}

.cart-row > td:nth-child(4) {
    width: 14%;
    font-size: 18px;
}

.quantity-td {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cart-row > td:nth-child(5) {
    width: 14%;
    font-weight: bold;
    font-size: 20px;
}

.cart-row > td:last-child {
    width: 75px;
}

.cart tfoot tr {
    height: 55px;
    font-weight: bold;
    font-size: 20px;
    background-color: #f5f7f6;
}

.cart tfoot td:nth-child(3) {
    font-weight: normal;
    font-size: 16px;
}

.cart thead td:first-child {
    padding-left: 40px;
    text-align: left;
}

td .quantity-minus {
    width: 34px;
    height: 34px;
}

    td .quantity-minus::before {
        top: 15px;
        left: 8px;
        width: 16px;
        height: 2px;
    }

td .quantity-plus {
    width: 34px;
    height: 34px;
}

    td .quantity-plus::before {
        top: 15px;
        left: 8px;
        width: 16px;
        height: 2px;
    }

    td .quantity-plus::after {
        top: 8px;
        left: 15px;
        width: 2px;
        height: 16px;
    }

.cart-footer {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 40px;
}

.button {
    display: inline-block;
    color: #c20100;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #c20100;
    border-radius: 22px;
    cursor: pointer;
}

    .button:hover {
        color: #fff;
        text-decoration: none;
        background-color: #c20100;
    }

    .button:disabled {
        cursor: default;
        color: rgb(152, 152, 152);
        background-color: #ececec;
        border-color: rgba(152, 152, 152, 0.5);
    }

.cart-button {
    width: 226px;
    margin-left: 10px;
}

.cart-back {
    padding: 10px 0;
    color: #c20100;
    font-size: 16px;
}

    .cart-back::before {
        content: '';
        display: inline-block;
        width: 75px;
        height: 14px;
        background: url('/Content/img2019/icon/arrow-back.svg') left center no-repeat;
    }

.cart-row-plus__container {
    display: flex;
    justify-content: space-between;
    padding: 5px 0 20px;
}

.cart-row-plus {
    font-size: 14px;
}

.cart-row-plus__price {
    font-weight: bold;
}

.cart-row-separator {
    height: 15px;
}

.tfoot-mobile {
    display: none;
    padding: 15px 20px;
    color: #2d2d2d;
    font-size: 14px;
    background-color: #f5f7f6;
}

    .tfoot-mobile > div:first-child {
        margin-bottom: 15px;
    }

.tfoot-mobile__right {
    float: right;
    font-weight: bold;
    font-size: 16px;
}

.compare-table {
    table-layout: fixed;
    border-collapse: collapse;
}

    .compare-table td {
        width: 250px;
    }

.compare-head {
    color: #2d2d2d;
    text-align: center;
}

.compare-row {
    height: 38px;
    color: #333;
    font-size: 12px;
    text-align: center;
    background-color: #f5f7f6;
}

.compare-title {
    height: 38px;
    color: #989898;
    font-size: 14px;
}

    .compare-title > td {
        padding-left: 18px;
    }

.compare-item {
    position: relative;
    width: 225px;
    margin: 0 auto;
    text-align: left;
}

.compare-item-photo {
    display: block;
    text-align: center;
}

    .compare-item-photo img {
        width: 190px;
        height: 190px;
        vertical-align: middle;
        object-fit: contain;
    }

.compare-item-title {
    display: block;
    margin: 10px 0;
    color: #2d2d2d;
    font-size: 19px;
    line-height: 1.32;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.compare-item-prop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    color: #989898;
    font-size: 12px;
}

.compare-item-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: #2c2c2c;
    font-weight: bold;
    font-size: 18px;
}

.compare-item-price-old {
    color: #848484;
    font-weight: normal;
    font-size: 14px;
    text-decoration: line-through;
}

.compare-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

#compare-categories {
    position: relative;
    height: 44px;
    padding: 0 55px 0 20px;
    color: #c20100;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    background: url('/Content/img2019/icon/down-select.svg') right center no-repeat;
    border: solid 2px #c20100;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

    #compare-categories:empty {
        display: none;
    }

.compare-categories::-ms-expand {
    display: none;
}

.compare-remove-item {
    position: absolute;
    top: 0;
    right: 0px;
    width: 12px;
    height: 12px;
    padding: 15px;
    background: url('/Content/img2019/icon/s-close.svg') top right no-repeat;
    border: none;
    cursor: pointer;
}

.compare-mobile-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-check {
    padding-left: 30px;
    color: #c20100;
    font-size: 12px;
    text-decoration: underline;
}

.compare-head-gag {
    display: none;
}

.compare-mobile-container {
    display: none;
}

.filter-popup {
    position: absolute;
    top: -300px;
    left: 240px;
    z-index: 99;
    width: 84px;
    height: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background-color: #c20100;
    border: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    transition-duration: 0.3s;
    transition-property: opacity;
}

#modal-cart {
    padding: 0 17px;
}

    #modal-cart .modal-dialog {
        width: calc(100% - 60px);
        max-width: 900px;
        margin: 30px auto;
    }

#modal-cart-compare {
    padding: 0 17px;
}

#modal-cart-compare .modal-dialog {
    width: calc(100% - 60px);
    max-width: 600px;
}

.modal-content-cart {
    padding: 40px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.17);
}

.mcc-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    color: #000;
    font-size: 36px;
    line-height: 44px;
}

.modal-close {
    width: 22px;
    height: 22px;
    background: url('/Content/img2019/icon/close.svg') no-repeat;
    cursor: pointer;
}

.mcc-body {
    margin-bottom: 40px;
}

    .mcc-body table {
        width: 100%;
        font-size: 18px;
        table-layout: fixed;
    }

.mcc-row td:first-child {
    width: 130px;
}

.mcc-row td:nth-child(2) {
    font-size: 16px;
}

.mcc-row td:last-child {
    width: 140px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.mcc-foot {
    text-align: center;
}

.mcc-button {
    width: 230px;
}

    .mcc-button:first-child {
        margin-right: 30px;
    }

/* МАГАЗИНЫ */

/* Секции с информацией */
.section-shops,
.section-questions {
    margin: 20px 0 40px;
}

/* Блоки верхнего уровня */
.shop-data {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 687px;
}

.shops {
    overflow-y: auto;
}

.map {
    width: 100%;
}

/* Список магазинов и элемент списка */

.shop-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 40px;
}

.shop-item_active {
    background-color: #f5f7f6;
}

/* Блок с информацией о магазине */
.shop-info {
    display: block;
}

/* Картинка магазина в предпросмотре */
.shop-photos {
    margin: 31px auto 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shop-photos_content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow-x: hidden;
    max-width: 320px;
    width: 100%;
}

    .shop-photos_content img {
        padding: 0;
        height: 80px;
        min-width: 100px;
        max-width: 135px;
        width: 100%;
        cursor: pointer;
    }

        .shop-photos_content img:not(:last-child) {
            margin-right: 20px;
        }

/* Блок текстовой информации о магазине */
.shop-address {
    display: block;
    margin-bottom: 3px;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.shop-type {
    display: block;
    margin-bottom: 5px;
    color: #c20100;
    font-size: 14px;
    line-height: 1;
}

.shop-time {
    display: block;
    margin-bottom: 5px;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 1;
}

/* Блок с контактной информацией */
.contact-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contact-сard {
    display: block;
    padding: 5px;
}

    .contact-сard:not(:last-child) {
        margin-right: 50px;
    }

.contact-card_header {
    display: block;
    margin-bottom: 12px;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 600;
}

.contact-card_text {
    display: block;
    margin-bottom: 5px;
    color: #c20100;
    font-size: 22px;
}

/* Мобильное меню для переключения списка магазинов и карты */
.shops-mobile-menu {
    display: none;
    height: 41px;
    background-color: #f5f7f6;
}

.mobile-button {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border: none;
    color: #989898;
    stroke: #989898;
    cursor: pointer;
}

.mobile-button_active {
    color: #c20100;
    stroke: #c20100;
}

.mobile-button > .mobile-button-icon {
    margin-right: 10px;
}

/* Модальное окно */
.modal-dialog__outside {
    display: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .65);
}

.modal-dialog__box {
    position: fixed;
    height: auto;
    overflow: hidden;
    width: 70%;
    max-width: 1250px;
    padding: 30px;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #888;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    outline: none;
}

.modal-dialog__box_max_w_500 {
    max-width: 500px;
}

.modal-dialog__close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: none;
    border: none;
    fill: rgba(0, 0, 0, .65);
    z-index: 1;
}

    .modal-dialog__close:hover {
        fill: #c20100;
    }

.modal-dialog__header {
    height: auto;
    color: #4a4a4a;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
    height: auto !important;
}

.modal-dialog__header_align {
    text-align: center;
}

.modal-dialog__content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.modal-dialog__content_align {
    text-align: center;
}


.modal-dialog-slider {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

.modal-dialog-slider__align {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-slider img {
    height: 100%;
    width: 100%;
    user-select: none;
}

.modal-slider__image {
    height: 100%;
    width: auto !important;
    user-select: none;
}

.modal-dialog__footer {
    padding: 10px 0;
    color: #4f4f4f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}

.footer__buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .footer__buttons .form__button:not(:last-child) {
        margin-right: 10px;
    }

/* Кнопки слайдера */
.slider-stripe {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 70px;
    cursor: pointer;
    background-color: transparent;
    fill: #fff;
}

.slider-stripe-previous {
    left: 0;
}

.slider-stripe-next {
    right: 0;
}

    .slider-stripe-previous:hover,
    .slider-stripe-next:hover {
        fill: #c20100;
    }

.slider-stripe-previous:hover {
    background-color: rgba(0,0,0, .2);
}

.slider-stripe-next:hover {
    background-color: rgba(0,0,0, .2);
}

.slider-stripe_color {
    fill: #c20100;
}

.map-ballon {
    width: 100%;
}

/* Товар */

.product-address {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.product-count {
    color: #c20100;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.product-time {
    color: #2d2d2d;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
}

.address-map {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    min-height: 320px;
    min-width: 320px;
}

/* Страница входа, регистрации, восстановления пароля */

.reg-form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.reg-form__group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reg-form > .reg-form__group:not(:last-child) {
    margin-right: 10px;
}

.signin-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}



.signin-form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 290px;
    width: 100%;
    box-sizing: border-box;
}

.signin-form__password {
    margin-bottom: 20px;
}

.signin-form__button {
    text-align: center;
    margin-bottom: 40px;
}

    .signin-form__button > .button-outline {
        width: 200px;
    }

.signin-form__recovery {
    text-align: center;
    margin-bottom: 20px;
}

.signin-form__signup {
    text-align: center;
    margin-bottom: 20px;
}

.recovery-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recovery-form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 290px;
    width: 100%;
    box-sizing: border-box;
}

.recovery-form__login {
    margin-bottom: 30px;
}

.recovery-form__button > .button-outline {
    width: 200px;
}

.recovery-form__button {
    text-align: center;
    margin-bottom: 60px;
}

/* Группы (контейнеры контролов) */
.form-groups {
    display: flex;
    margin-bottom: 20px;
}

.form-groups_align {
    align-items: flex-end;
}

.form-groups > .form__group:not(:last-child) {
    margin-right: 20px;
}

.form-groups > .form__group > .form__input {
    margin-bottom: 0;
}

.form__group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.input-form {
    display: flex;
}

    .input-form > :not(:last-child) {
        margin-right: 20px;
    }

.form__group > .form__label {
    margin-bottom: 5px;
}

.form__group > .form__input {
    margin-bottom: 10px;
}

.form__label {
    color: #4a4a4a;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.form__input {
    height: 40px;
    padding: 0 15px;
    color: #2d2d2d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid rgba(152, 152, 152, 0.5);
}

    .form__input:disabled,
    .form__input_disabled {
        cursor: default;
        color: #2d2d2d;
        background-color: #ececec;
    }

.input_size_large {
    max-width: 300px;
}

.form__notify {
    display: block;
    text-align: left;
    color: #2d2d2d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.signin-form__notify {
    text-align: center;
    color: #2d2d2d;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.recovery-form__notify {
    color: #2d2d2d;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.form__notify_error {
    color: #c20100;
}

.form__notify_success {
    color: #155724;
}

.form__input:invalid:not(:placeholder-shown) {
    background-color: #ffeeee;
    border: 1px solid #c20100;
}

.form__input_error {
    background-color: #ffeeee;
    border: 1px solid #c20100;
}

.registration {
    text-align: center;
}

    .registration > .button-outline {
        width: 200px;
    }

.registration__confirm {
    margin-bottom: 20px;
}

.registration__auth {
    margin-top: 20px;
}

.registration_text {
    color: #2d2d2d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.text_important {
    color: #c20100 !important;
}

.text_muted {
    color: #989898 !important;
}

.text_visited {
    color: inherit;
    border-bottom: 1px dotted !important;
}

.text_small {
    font-size: 12px;
    line-height: 1.3;
}

input::placeholder {
    color: #989898;
}

.form__button {
    height: 40px;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding: 0 15px;
    overflow: hidden;
}

.form__button_outline {
    color: #c20100;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    background-color: #fff;
    border: 2px solid #c20100;
    border-radius: 22px;
}

.button-outline {
    height: 40px;
    padding: 3px 15px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    color: #c20100;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    background-color: #fff;
    border: 2px solid #c20100;
    border-radius: 22px;
}

    .button-outline:not(:disabled):hover {
        color: #fff;
        background-color: #c20100;
    }

    .button-outline:disabled {
        cursor: default;
        color: rgb(152, 152, 152);
        background-color: #ececec;
        border-color: rgba(152, 152, 152, 0.5);
    }

.form__button_outline:not(:disabled):hover {
    color: #fff;
    background-color: #c20100;
}

.form__button_outline:disabled,
form__button_outline_disabled {
    cursor: default;
    color: rgb(152, 152, 152);
    background-color: #ececec;
    border-color: rgba(152, 152, 152, 0.5);
}

.button_size_large {
    max-width: 180px;
}

.button_size_small {
    min-width: 140px;
    max-width: 180px;
}

.confirm-form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Ссылка формы */

.form__link {
    cursor: pointer;
    color: #c20100;
    font-weight: 400;
}

    .form__link:hover,
    .form__link_hover {
        color: #c20100;
        border-bottom: 1px dotted #c20100;
    }

    .form__link:focus,
    .form__link_focus {
        color: #c20100;
    }

.form__link_visited {
    border-bottom: 1px dotted #c20100;
}

/* Уведомление */
.notify {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    z-index: 101;
    background-color: #fbfcfb;
    border-bottom: rgba(155, 153, 153, .5);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    animation: show-notify .4s ease-in;
}

.notify_info {
    color: #4772ff;
}

.notify_success {
    color: #059d05;
}

.notify_error {
    color: #c20100;
}

.notify-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    height: 100%;
    padding: 0 20px;
}

.notify-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.notify-content__message {
    color: inherit;
    font-size: 14px;
    font-weight: 600;
}

.notify__close {
    fill: rgba(155, 153, 153, 0.5);
}


@keyframes show-notify {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Табы */
.tab-control {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tab-control_orientation {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.tab-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
}

.tab-list_orientation {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tab-list__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 40px;
    min-width: 120px;
    width: 200px;
    padding: 12px 20px;
    cursor: pointer;
    color: #2d2d2d;
    background-color: #f5f7f6;
    border: none;
}

.tab-list__item_active {
    color: #fff;
    background-color: #c20100;
}

.tab-item__title {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.tab-content {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.tab-panel {
    display: none;
    padding: 25px 40px;
}

.tab-panel__header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

    .tab-panel__header > .form__link {
        font-size: 13px;
    }

.tab-panel__title {
    margin: 0;
    color: #2d2d2d;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.tab-panel__title_small {
    font-size: 22px;
}

.tab-panel__links {
    margin-bottom: 15px;
}

    .tab-panel__links > .form__link:not(:last-child) {
        margin-right: 20px;
    }

.tab-panel__content {
    color: #4a4a4a;
}

.tab-panel__stripe {
    padding: 10px 40px;
    margin: 0 -40px 20px;
    color: #252525;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    background-color: #f5f5f5;
}

/* Табличное представление */
.table-view {
    margin: 0 0 15px 0;
}

.table-view__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table-view__row_margined:not(:last-child) {
    margin: 0 0 15px 0;
}

.table-view__cell {
    min-height: 47px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.table-view__cell_header {
    max-width: 210px;
    font-size: 14px;
    font-weight: 600;
}

.cell-orders {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* Бонусная карта */
.bonus-card__info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
}

.bonus-card__number,
.bonus-card__balance {
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
}

.bonus-card__number {
    color: #2d2d2d;
    margin-bottom: 25px;
}

.bonus-card__balance {
    color: #c20100;
}

.bonus-date {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bonus-date__label {
    margin-bottom: 5px;
    color: #4a4a4a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.bonus-date__label_header {
    font-weight: 600;
}

.bonus-count__label {
    color: #c20100;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 600;
    line-height: 1;
}

/* Контейнер для кнопок */
.forms__actions {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
}

    .forms__actions > .form__button:not(:last-child) {
        margin-right: 10px;
    }

/* Секция */
.section {
    margin: 0px;
    padding: 0px;
}

.section__header {
    display: block;
    margin: 0 0 30px;
    color: #2d2d2d;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

/* Оплата */
.payment-form {
    display: flex;
    max-width: 1250px;
    box-sizing: border-box;
}

.payment-options {
    display: flex;
    flex-direction: column;
    width: 900px;
    max-width: 900px;
    margin-right: 30px;
    box-sizing: border-box;
}

.payment-sidebar {
    width: 320px;
    min-width: 320px;
    box-sizing: border-box;
}

.sticky_sidebar {
    position: sticky;
    top: 150px;
}

.payment-summary {
    padding: 15px 30px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.payment-options > .payment-options__section:not(:last-child) {
    margin-bottom: 15px;
}

/* Опции оплаты и доставки */
.payment-option {
    display: block;
    padding: 20px 30px;
    background-color: #f5f7f6;
}

    .payment-option:not(:last-child) {
        margin-bottom: 25px;
    }

.payment-option__header {
    margin: 0 0 20px;
    color: #2d2d2d;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.payment-option__subheader {
    margin: 0 0 15px;
    color: #2d2d2d;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.payment-option__header-container {
    display: flex;
    align-items: flex-end;
    height: 30px;
    margin-bottom: 20px;
}

    .payment-option__header-container > .payment-option__header,
    .payment-option__header-container > .payment-option__subheader {
        margin: 0;
    }

.payment-option__content {
    display: flex;
}

.payment-block-20 {
    flex: 1 1 calc(20% - 10px);
    max-width: 20%;
}

.payment-block-25 {
    flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
}

.payment-block-30 {
    flex: 1 1 calc(33.3% - 10px);
    max-width: 33.3%;
}

.payment-block-50 {
    flex: 1 1 calc(50% - 10px);
    max-width: 50%;
}

.payment-block-60 {
    flex: 1 1 calc(60% - 10px);
    max-width: 60%;
}

.payment-block-70 {
    flex: 1 1 calc(70% - 10px);
    max-width: 70%;
}

.payment-block-100 {
    flex: 1 1 100%;
    max-width: 100%;
}

.payment-block-20:not(:last-child),
.payment-block-25:not(:last-child),
.payment-block-30:not(:last-child),
.payment-block-50:not(:last-child),
.payment-block-60:not(:last-child) {
    margin-right: 10px;
}

.payment-block-space {
    justify-content: space-between;
}

/* Сводка */
.payment-summary__section {
    margin-bottom: 15px;
}

.payment-summary__section-header,
.payment-summary__section-name {
    color: #2d2d2d;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.payment-summary__section-header {
    margin-bottom: 15px;
}

.payment-summary__section_align_center {
    text-align: center;
}

.delivery-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.delivery-summary__type,
.payment-summary__type {
    color: #2e2e2e;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.delivery-summary__price {
    color: #c20100;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}

.delivery__address,
.unavailable__products {
    color: #4a4a4a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

/* Радио кнопка */
.radio-button {
    display: inline-flex;
    color: #2d2d2d;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.radio-button__input {
    display: none;
}

.radio-button__text {
    display: inline-flex;
    align-items: center;
    line-height: 24px;
    user-select: none;
    color: inherit;
}

    .radio-button__text::before {
        content: '';
        display: inline-block;
        position: relative;
        vertical-align: middle;
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        margin-right: 12px;
        background-color: #fff;
        border: 2px solid #b4b4b4;
        border-radius: 50%;
        box-shadow: none;
    }

.radio-button > input[type="radio"]:checked + .radio-button__text::before {
    background-color: #c20100;
    border-color: #c20100;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-button > input[type="radio"]:disabled + .radio-button__text {
    cursor: default;
    pointer-events: none;
    color: #ddd;
}

    .radio-button > input[type="radio"]:disabled + .radio-button__text::before {
        border-color: #ddd;
    }

.radio-button > input[type="radio"]:checked:disabled + .radio-button__text::before {
    background-color: #ddd;
}

.radio-group {
    margin-bottom: 20px;
}

    .radio-group > .radio-button:not(:last-child) {
        margin-right: 25px;
    }

/* Чек бокс */

.check-button {
    color: #2d2d2d;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.check-button__input {
    display: none;
}

.check-button__text {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    line-height: 24px;
}

    .check-button__text:before {
        content: '';
        position: absolute;
        left: 0;
        width: 24px;
        height: 24px;
        background-color: #fff;
        border: 2px solid #b4b4b4;
        transition: background-color .3s;
    }

    .check-button__text:after {
        display: none;
        content: '';
        position: absolute;
        top: 2px;
        left: 8px;
        width: 8px;
        height: 15px;
        border-top: none;
        border-left: none;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
    }

.check-button > input[type="checkbox"]:checked + .check-button__text:before {
    background-color: #c20100;
    border-color: #c20100;
}

.check-button > input[type="checkbox"]:checked + .check-button__text:after {
    display: block;
}

.check-button > input[type="checkbox"]:disabled + .check-button__text {
    cursor: default;
    pointer-events: none;
    color: #ddd;
}

    .check-button > input[type="checkbox"]:disabled + .check-button__text:before {
        background-color: transparent;
        border-color: #ddd;
    }

    .check-button > input[type="checkbox"]:disabled + .check-button__text:after {
        border-color: #ddd;
    }

.error-list {
    margin: 0 0 10px;
    list-style-type: none;
}

    .error-list > li {
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 25px;
        list-style: none;
        color: #434343;
    }

        .error-list > li:before,
        .error-list > li:after {
            position: absolute;
            left: 0;
            content: '';
            width: 12px;
            height: 2px;
            background-color: #c20100;
        }

        .error-list > li:before {
            transform: rotate(-45deg);
        }

        .error-list > li:after {
            transform: rotate(45deg);
        }

.stock-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    cursor: pointer;
}

    .stock-radio[disabled] {
        cursor: default;
        pointer-events: none;
    }

        .stock-radio[disabled] > .stock-radio__name,
        .stock-radio[disabled] > .stock-radio__avalible {
            text-decoration: line-through;
        }

.stock-radio__input {
    display: none;
}

.stock-radio__name {
    color: #2d2d2d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-right: 10px;
}

.stock-radio__avalible {
    color: #2d2d2d;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-align: right;
}

.stock-radio > input[type="radio"]:checked + .stock-radio__name,
.stock-radio > input[type="radio"]:checked ~ .stock-radio__avalible {
    color: #c20100;
}

.stock-radio > input[type="radio"]:disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: #ddd;
}

.bonus-section__header {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #2d2d2d;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.bonus-section__text {
    margin: 0;
    color: #2d2d2d;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.bonus-section__description {
    display: block;
    margin: 0;
    padding: 10px 0;
    color: #2d2d2d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.payment-summary__products {
    display: flex;
    flex-direction: column;
}

.summary-product {
    display: flex;
    justify-content: space-between;
}

.payment-summary__products > .summary-product:not(:last-child) {
    margin-bottom: 10px;
}

.summary-product__name {
    box-sizing: border-box;
    word-break: break-word;
    max-width: 180px;
    flex: 0 1 auto;
    font-size: 13px;
    margin-right: 10px
}

.summary-product__count,
.summary-product__price {
    flex: 0 0 70px;
    color: #c20100;
    font-size: 16px;
    font-weight: 600;
}

.summary-product__price {
    text-align: right;
}

.delivery__checkbox {
    margin: auto 0 20px 0;
}

.delivery-additional-info {
    display: flex;
    align-items: center;
}

.delivery-additional-info__location {
    margin-right: 30px;
}

.order-success__text {
    text-align: center;
    color: #2d2d2d;
    font-size: 18px;
}

.order-success__number {
    color: #c20100;
    font-weight: 600;
}

.modal-dialog-product {
    height: auto;
    max-height: 90%;
}

.chip {
    display: inline-block;
    position: relative;
    padding: 4px 20px;
    text-align: center;
    background-color: transparent;
    border-radius: 10px;
    user-select: none;
}

.chip_size_s {
    border-radius: 4px;
}

.chip_background_yellow {
    background-color: #ffc129;
}

.chip_background_green {
    background-color: #1ebe29;
}

.chip__title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.chip__title_size_s {
    font-size: 14px;
}

.chip__title_color_dark {
    color: #252525;
}

.chip__title_color_light {
    color: #fff;
}

.chip_cursor_pointer {
    cursor: pointer;
}

.chip_arrow::after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: -16px;
    width: 10px;
    height: 23px;
    background: url('/Content/img2019/icon/arrow/down.png') center no-repeat;
    cursor: pointer;
    pointer-events: all;
}

.chip_arrow_active::after {
    background: url('/Content/img2019/icon/arrow/up.png') center no-repeat;
}

/* Выбор менеджера в корзине */
.choose-manager-form {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.choose-manager-form__label {
    margin-right: 20px;
}

.choose-manager-form__select {
    max-width: 350px;
}

.icon__trash {
    cursor: pointer;
}

    .icon__trash:hover {
        stroke-width: 3;
    }

.product-counter {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    border-radius: 25px;
    border: 1px solid #ddd;
}

    .product-counter > *:not(:last-child) {
        margin-right: 10px;
    }

.counter__value {
    height: 30px;
    width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
}

    .counter__value:disabled {
        background-color: transparent;
    }

.counter__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

    .counter__button:active {
        background-color: #ccc;
    }

.table-manager {
    border-collapse: collapse;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.table-manager__row {
    line-height: 50px;
}

    .table-manager__row > th,
    .table-manager__row > td {
        text-align: left;
        padding: 0 10px;
    }

.table-manager__cell-total {
    min-width: 100px;
}

.table-manager__footer-total {
    padding: 15px;
}

.text-align__left {
    text-align: left;
}

.text-align__rigth {
    text-align: right;
}

.check-button__text_small {
    font-size: 14px;
    line-height: 20px;
}

    .check-button__text_small::before {
        width: 20px;
        height: 20px;
    }

    .check-button__text_small::after {
        top: 0;
        left: 6px;
    }

.cart-row__border {
    border-bottom: 1px solid #f4f4f4;
}

.cart-row__service > td {
    padding: 5px;
}

.cart-row__service-name {
}

.cart-row__service_price {
    font-size: 18px;
    font-weight: 600;
}

.cart-row__service_count input {
    height: 30px;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.cart-row__service_sum {
    font-size: 20px;
    font-weight: bold;
}

.cart-row__product-name {
    display: block;
}

.cart-row__service_price_small,
.cart-row__service_sum_small {
    font-size: 14px;
    font-weight: bold;
}

.brand-slider {

}
.brand-panel {
    padding: 20px 15px;
    position: relative;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
}
.brand-slider-item {
    height: 200px;
    width: 200px;
    margin-right: 10px;
}
    .brand-slider-item img {
        height: 200px;
        width: 200px;
        margin-right: 10px;
    }

.seo-text ul {
    list-style: disc;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
}
.seo-text li {
    list-style: disc;
}
.poisk-guarantee__group {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
}
.about-russia {
    text-align: center;
}
.insurance {
    width: 100%;
}
@media all and (max-width: 1280px) {
  .bs-mini {
    margin-left: 20px;
  }

  .truck-photo img {
    width: 250px;
  }
}

@media all and (max-width: 850px) {
  .bs {
    height: auto;
  }

  .bs-col {
    display: block;
  }

  .bs-mini {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 20px 0;
  }

  .bs img {
    width: 100%;
    max-width: none;
  }

  .bs-mini a:first-child {
    margin-right: 10px;
  }

  .bs-mini a:last-child {
    margin-left: 10px;
  }
}

/* О компании */
@media all and (max-width: 1201px) {
  .about-group-block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .about-group-block:nth-child(-n + 2) {
    margin-bottom: 38px;
  }

  .list-view .catalog-item-article {
    display: none;
  }

  .list-view .catalog-item-rating {
    margin-right: 0;
  }
}

/* Карточка товара [Card page] */
@media all and (max-width: 850px) {
   .address-list table {
    width: calc(100% - 320px);
    margin-right: 20px;
  }

  .search-input .digi-autocomplete-container {
    width: 100%;
  }
}

@media all and (max-width: 1020px) {
  .filter {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 999;
    width: 300px;
    transition: left 0.2s ease-out;
  }

  .filter.filter-open {
    left: 0;
  }

  .filter-open .filters {
    min-height: 100%;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    border-left: none;
  }

  .filter-open .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 282px;
    z-index: 9;
  }

  .filter-open .filter-header-shadow,
  .filter-open .filter-footer-shadow {
    display: block;
  }

  .filter-open .filter-header-shadow + .filter-title {
    padding-top: 0;
  }

  .filter-open .filter-footer {
    position: fixed;
    bottom: 0;
    width: 282px;
    z-index: 8;
    box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
  }

  .filter-open .filter-title {
    padding: 20px 15px 0 15px;
    background-color: #fff;
    border: none;
  }

  .filter-open .filter-title::after {
    display: none;
  }

  .filter-open .filter-section {
    border-bottom: 1px solid #ccc;
  }

  .filter-open .filter-section:last-child {
    border-bottom: none;
  }

  .filter-open .filter-content.control {
    border: none;
  }

  .filter-open .filter-section:nth-last-child(2) {
    border: none;
  }

  .filter-open .filter-overlay {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    margin-left: 300px;
    transition: margin-left 0.2s;
    background: rgba(55, 55, 55, 0.4);
    opacity: 1;
  }

  .products-list {
    margin-left: 0;
  }

  .btn-show-filter {
    display: inline-block;
  }

  .filter-opened {
    overflow: hidden;
  }

  .filter-popup {
    display: none;
  }
}
    
/* Для мобильных устройств (портретная ориентация) */
@media only screen and (max-width: 767px) and (max-height: 1024px) and (orientation: portrait) {

    /* Скрываем навигационное меню */
    .horizontal-menu {
        display: none;
    }

    .section-shops,
    .section-questions {
        margin: 20px 0 30px;
    }

    .section-title {
        margin: 0 0 20px;
        color: #2d2d2d;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
    }

    .shop-data {
        height: auto;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .shop-item {
        padding: 20px 0;
    }

    .shops-mobile-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    /* Отображаем только список и скрываем карту */
    .shops {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .map {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-height: 320px;
        max-height: 320px;
        height: 320px;
        display: none;
    }

    /* Вопросы и ответы */
    .contact-list {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-сard:not(:last-child) {
        margin-right: 0;
    }

    .modal-dialog__box {
        height: auto;
        width: 90%;
        padding: 10px
    }

    .modal-dialog__close {
        display: none;
    }

    .modal-dialog__header {
        font-size: 16px;
        line-height: 1.3;
    }

    .modal-dialog__footer {
        padding: 5px 0;
    }

    .modal-dialog__box_size_m {
        width: 90%;
        padding: 25px;
    }

    .tab-panel__column .form__group {
        /*padding: 10px 0;*/
    }

    .footer__buttons {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__buttons .form__button:not(:last-child) {
        margin-bottom: 10px;
    }
}


/* Для мобильных устройств (альбомная ориентация) */
@media only screen and (max-width: 1024px) and (max-height: 767px) and (orientation: landscape) {

    /* Скрываем навигационное меню */
    .horizontal-menu {
        display: none;
    }

    .section-shops,
    .section-questions {
        margin: 20px 0 30px;
    }

    .section-title {
        margin: 0 0 20px;
        color: #2d2d2d;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
    }

    .shop-data {
        height: auto;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .shop-item {
        padding: 20px 0;
    }

    .shops-mobile-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    /* Отображаем только список и скрываем карту */
    .shops {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .map {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-height: 320px;
        max-height: 320px;
        height: 320px;
        display: none;
    }

    /* Вопросы и ответы */
    .contact-list {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-сard:not(:last-child) {
        margin-right: 0;
    }

    .modal-dialog-box {
        height: 90%;
        width: 70%;
    }

    .modal-dialog__box {
        padding: 10px
    }

    .modal-dialog__close {
        display: none;
    }

    .modal-dialog__header {
        font-size: 16px;
        line-height: 1.3;
    }

    .modal-dialog__footer {
        padding: 5px 0;
    }

    .tab-panel__column .form__group {
        padding: 10px 0;
    }

    .modal-dialog__box_size_m {
        width: 80%;
        padding: 20px;
        overflow: scroll;
    }
}

/* iPad и iPad Pro (портретная ориентация) */
@media only screen and (min-width: 768px) and (max-height: 1366px) and (orientation: portrait), 
       only screen and (min-width: 1024px) and (min-height: 768px) and (orientation: landscape) {

    .section-title {
        color: #2d2d2d;
    }

    .shop-item {
        padding: 20px 30px;
    }

    .shop-photos {
        margin-top: 15px;
    }

    .modal-dialog__box {
        height: auto;
        width: 70%;
    }

    .modal-dialog__box {
        padding: 20px
    }

    .modal-dialog__close {
        display: block;
    }
}

@media only screen and (min-width: 1360px) and (orientation: landscape) {
    .shop-item {
        padding: 20px 40px;
    }

    .shop-photos {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1280px) {
    .payment-form {
        flex-direction: column;
    }

    .payment-options {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        max-width: none;
    }

    .payment-sidebar {
        min-width: 0;
        width: 100%;
    }

    .payment-summary {
        flex-basis: 100%;
        padding: 15px 20px;
    }

    .summary-product__name {
        max-width: none;
        flex-grow: 1;
    }
}

@media only screen and (max-width: 1152px) {
    .modal-slider__image {
        width: 100% !important;
    }
}

@media only screen and (min-width: 992px) {
    .modal-dialog-product {
        height: 100%;
        max-height: 90vh;
    }
}

@media only screen and (min-height: 1024px) {
    .modal-dialog-product {
        height: auto;
    }
}

@media only screen and (max-width: 992px) {

    .section__header {
        margin: 0 0 20px;
    }

    .tab-control_orientation {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tab-list {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .tab-list_orientation {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .tab-list__item {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .tab-panel {
        padding: 20px 30px;
    }

    .tab-panel__stripe {
        margin: 0 -30px 15px;
        padding: 10px 30px;
    }

    .delivery-additional-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .delivery-additional-info__location {
        margin-bottom: 10px;
    }

    .table-manager__cell-name {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .payment-option__content {
        flex-direction: column;
        /* margin-bottom: 10px;*/
    }

    .payment-block-20,
    .payment-block-25,
    .payment-block-30,
    .payment-block-50,
    .payment-block-60 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .payment-block-20:not(:last-child),
    .payment-block-25:not(:last-child),
    .payment-block-30:not(:last-child),
    .payment-block-50:not(:last-child),
    .payment-block-60:not(:last-child) {
        margin-right: 0;
    }

    .delivery__checkbox {
        margin-bottom: 10px;
    }

    .delivery-additional-info {
        flex-direction: row;
        align-items: center;
    }

    .delivery-additional-info__location {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 680px) {
    .form-groups {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-groups > * {
        width: 50%;
    }

    .form-groups > .form__group:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .form-groups_align {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .reg-form {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reg-form__group {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .reg-form > .reg-form__group:not(:last-child) {
        margin-right: 0;
    }

    .reg-form__group > .form__group:not(:last-child) {
        margin-right: 10px;
    }

    .bonus-section__header {
        display: block;
        margin: 0 0 20px 0;
    }

    .coupon_number {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {

}


@media only screen and (max-width: 576px) {
    .section__header {
        font-size: 24px;
    }

    .tab-list_orientation {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tab-list__item {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }

    .tab-panel {
        padding: 20px 15px;
    }

    .tab-panel__header {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .tab-panel__title {
        font-size: 18px;
    }

    .tab-panel__stripe {
        margin: 0 -15px 15px;
        padding: 10px 15px;
    }

    .tab-panel__links > .form__link {
        font-size: 14px;
    }

    .table-view .form__input {
        width: 100%;
        margin-bottom: 10px;
    }

    .table-view__row {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .table-view__row_separated {
        margin-bottom: 10px;
    }

    .table-view__cell {
        min-height: 40px;
    }

    .table-view__cell_min-height {
        min-height: auto;
    }

    .table-view__cell_header {
        min-height: auto;
        max-width: 100%;
    }

    .form-groups > * {
        width: 100%;
    }

    .form__group {
        width: 100%;
    }

    .forms__actions > .button-outline {
        width: 100%;
    }

    .forms__actions > .button-outline:not(:last-child) {
        margin-right: 10px;
    }

    .bonus-date {
        margin-bottom: 10px;
    }

    .bonus-count__label {
        font-size: 22px;
    }

    .reg-form > * {
        width: 100%;
    }

    .reg-form__group {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reg-form__group > .form__group:not(:last-child) {
        margin-right: 0;
    }

    .stock-radio {
        flex-direction: column;
        align-items: flex-start;
    }

    .payment-option__header {
        font-size: 20px;
    }

    .payment-option {
        padding: 20px;
    }

    .payment-radio {
        margin-bottom: 10px;
    }

    .bonus-section__header,
    .bonus-section__text {
        font-size: 20px;
    }

    .delivery-additional-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .delivery-additional-info__location {
        margin-bottom: 10px;
    }

    .choose-manager-form {
        flex-direction: column;
        align-items: flex-start;
    }

    .choose-manager-form__select {
        max-width: 100%;
    }

    .table-manager__cell-id {
        display: none;
    }
}
.catalog-item-btn:hover,
.catalog-item-button:hover {
  color: #fff;
  background-color: #c20100;
}

.pop-menu-box > li:hover .pop-menu-arrow,
.pop-menu-li-active .pop-menu-arrow {
  background-image: url('/Content/img2019/icon/right.svg');
}

.pop-menu-box > li:hover > a:hover,
.pop-menu-col a:hover,
.pop-menu-li-active > a,
.footer-flex-right a:hover,
.ahb:hover,
.catalog-menu-item:hover,
.catalog-item-title:hover {
  color: #c20100;
}

.pop-menu {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.pop-menu-box {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.body-menu-active .pop-menu {
  z-index: 10022;
}

.body-menu-active .pop-menu-box {
  opacity: 1;
}

.body-menu-active .catalog-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pop-menu-box > li {
  -webkit-transition: none;
  transition: none;
}

.pop-city-modal li:hover a {
  color: #c20100;
}

.pop-city-modal li:hover i,
.pop-city-modal-icon-active {
  background-image: url('/Content/img2019/icon/city/active.svg');
}

.body-city-active .pop-city {
  z-index: 1000;
}

.body-header-scroll .pop-menu {
  position: fixed;
  top: 127px;
  width: 100%;
}

.search-catalog:hover .pop-menu {
  z-index: 100000;
}

.catalog-item-button-active {
  color: #fff !important;
  background-color: #1ebe29 !important;
  border-color: #1ebe29 !important;
}

