/* made by Dmitry Konoval */

@charset "utf-8";
* {
    margin: 0;
    padding: 0;

}
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}
div {
    position: relative;
}

.owl-item {
    float: left
}

.owl-stage-outer {
    overflow: hidden
}
.min__stack{
    font-size: 11px;
}
.debug {
    height: 50px;
    width: 50px;
    position: fixed;
    background: white;
    color: black;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

/*      general     */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

ul {
    list-style: none;
    margin-bottom: 0;
}

/*      general     */
body {
    background: inherit;
    font-family: 'Avenir Next Cyr';
    font-size: 17px;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #2c2c2c;
    font-family: 'Bebas Neue';
    vertical-align: top;
}

.container {
    margin: 0 auto;
    position: relative;
}

img {

}

.messengers {
    display: none;
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}

body input:required:valid,
body textarea:required:valid {

}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 180px;
    background-size: 180px;

}



@keyframes rrotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rrotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.float {
    float: left;
}

.trans {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.general_header{
    padding: 20px 0;
}
.phone_block{
    margin-bottom: 10px;

}
.phone_block_top{
    font-size: 18px;
    color: #2c2c2c;
    margin-bottom: -7px;
}
.phone_block_bot a img{
    position: relative;
    top: -2px;
    margin-right: 5px;
    width: 16px;
}
.phone_block_bot a,
.phone_block_bot{
    font-size: 14px;
    color: #626262;
}
.general_header_logo a img{
    max-width: 100%;
}

.general_header_logo a{
    display: block;
    margin-top: 10px;
}
.general_header_pinlist ul li:before{
    content: '';
    height: 16px;
    width: 12px;
    background: url(../img/icons/pin.png);
    display: block;
    position: absolute;
    left: 12px;
    top: 1px;
    -webkit-background-size: contain;
    background-size: contain;

}
.general_header_pinlist ul li:last-of-type{
    margin-bottom: 0;
}
.general_header_pinlist ul li{
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #626262;
    line-height: 1.067;
    margin-bottom: 13px;
    padding-left: 40px;
    padding-right: 45px;
}
.general_header_pinlist{
    /*padding-left: 30px;*/
}
footer{
    margin-top: 70px;
}
.footer_bot{
    padding: 20px 0;
    background: #1e1e1e;
    font-size: 16px;
    color: #a2a2a2;
    text-align: center;
}
.footer_top{
    padding: 50px  0 65px;
    background: #282828;
}
.footer_top .col-md-2 a{
    display: block;
}
.footer_top  h4{
    text-transform: uppercase;
    display: block;
    color: #696969;
    margin-bottom: 15px;
    font-size: 22px;
}
.footer_top .col-md-2 a img{
    max-width: 100%;
    display: block;
    filter: grayscale();
}
.footer_top {
    color: #a2a2a2;
}
.footer_top  ul li a,
.footer_top  ul li{
    display: block;
}
.footer_top   ul li a{
    font-size: 16px;
    color: rgb(162, 162, 162);
}
.general_header_logo_city form{
    display: inline-block;
}
.general_header_logo_city {
    font-size: 13px;
    color: #626262;
    margin-top: 15px;
}
.general_header_logo_city select{
    background: white!important;
    border: none!important;
    padding: 0!important;
    width: auto!important;
    height: auto!important;
    font-size: 13px;
}
.phone_block1{
    /*padding-left: 65px;*/
}
.cart_block{
    border: 1px solid #eae9e9;
    margin-top: 20px;
}
.cart_block_left,.cart_block_rigth{
    float: left;
    height: 45px;
}
.cart_block_rigth{
    width: calc(100% - 60px);
}
.cart_block_left{
    width: 45px;
    background-position: 11px center;
    background-repeat: no-repeat;
    background-image: url(../img/icons/cart.png);
    border-right: 1px solid #eae9e9;
    background-size: 17px;
}
.cart_block_left_count{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e71717;
    text-align: center;
    line-height: 20px  ;
    color: white;
    font-size: 12px;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
}
.cart_block_rigth_l,.cart_block_rigth_r{
    height: 45px;
}
.cart_block_rigth>div{
    float: left;
}
.cart_block_rigth_r{
    /*width: 40px;*/
}

.cart_block_rigth_l{
    width: calc(100% - 13px);
    text-align: center;
    line-height: 46px;
    color: #2c2c2c;
    font-size: 15px;
    padding-left: 13px;
}
.cart_block_rigth_rarr{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e71717;
    background-image: url(../img/icons/arr.svg);
    background-repeat: no-repeat;
    background-position: center 4px;
    text-align: center;
    line-height: 20px  ;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 50%px;
    top: 50%;
    margin-top: -10px;
    margin-right: -10px;
}
.header_nav{
    background: #f2f2f2;
}
.general_header_wrapper{
    margin-bottom: 25px;
}
.header_search{
    padding: 5px 0;
}
.header_search input[type=submit]{
    width: 40px;
    height: 40px;
    color: transparent;
    overflow: hidden;
    background: url(../img/icons/lupa.png) no-repeat center center, red;
    border: none;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    background-size: 13px;

}
.header_search input[type=search],
.header_search input[type=text]{
    border:1px solid #d9e2e8;
    height: 40px;
    padding: 17px;
    font-size: 16px;
    width: 100%;
    position: relative;
    padding-right: 46px;
}
.header_mani_nav ul{
    margin-bottom: 0;
}
.header_mani_nav ul li a{
    font-size: 13px;
    color: #343434;
    text-transform: uppercase;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 49px;
    font-weight: 600;

}
.cont__mt_top .col-lg-2 img{
    margin-top: 30px;
    display: block;
}
.cont__mt_top img{
    width: 100%;
}
.header_mani_nav ul li:last-of-type a{
    padding-right: 0;
}
.header_mani_nav ul li:first-of-type a{
    padding-left: 0;
}
.header_mani_nav ul li{
    /*display: inline-block;*/
}

h2{
    font-size: 30px;
    display: block;
    text-align: left;
    color: #2c2c2c;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 25px;
}
h1{
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: bold;
    color: #2c2c2c;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
    font-family: 'Bebas Neue';
    margin-top: 5px;
}
.breads li a{
    display: block;
    font-size: 15px;
    color: #e71717;
}
.breads li{
    display: inline-block;
    font-size: 15px;
    color: #343434;
}
.rbanners a img{
    display: block;
    max-width: 100%;
}
.rbanners a{
    display: block;
    margin-bottom: 10px;
}
p{
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
    color: #2c2c2c;
}
.cont__mt_fast{
    padding: 90px 0;
}
.cont_mt_fast__header{
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: -6px;
}
.cont_mt_fast__ul{
    display: inline;
    vertical-align: top;
}
.cont_mt_fast__ul__li{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.cont_mt_fast__ul__a:hover{
    color: black!important;
}
.cont_mt_fast__ul__a{
    color: #2c2c2c;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    background: #f7f7f7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 4px 17px;
    text-decoration: none!important;
}
.cont_mt_fast__ul__a:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(../img/-1/arr.png);
    margin-right: 7px;
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.popdisk{
    background: url(../img/--------------1/popdisk.png) no-repeat left 30px;
    -webkit-background-size: 600px;
    background-size: 600px;
}
.popshin{
    background: url(../img/--------------1/popshin.png) no-repeat right top;
    -webkit-background-size: cover;
    background-size: cover;
}
a.showall img{
    display: inline-block;
    margin-left: 5px;
    width: 30px;
}
a.showall{
    font-size: 17px;
    color: #343434;
    font-family: 'Bebas Neue';
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    text-decoration: none !important;
}
.cont__mt_pop__inner__item a{
    display: block;
    background: white;
    width: 100%;
    height: 90px;
    border: 1px solid #e4e7ed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 80%;
    background-size: 80%;
}
.cont__mt_pop__inner__item{
    width: calc(100% / 8);

}
.cont__mt_pop__wrapper{

    margin-bottom: 120px;
}
.cont__mt_dops{
    margin-top: 100px;
}
.cont__mt_dops__item:last-of-type{
    margin-right: 0;
}
.cont__mt_dops__item{
    background: #f7f7f7;
    padding: 25px 18px;
    margin-right: 9px;
    width: calc(100% / 5 - 8px);
    float: left;
}
.cont__mt_dops__item__price span{
    font-weight: bold;
    font-size: 24px;
}
.cont__mt_dops__item__price{
    color: #2c2c2c;
    font-size: 15px;
    margin-top: 5px;
}
.cont__mt_dops__item__text{

    margin-top: 15px;
    margin-bottom: 5px;
}
.cont__mt_dops__item__text a{
    height: 50px;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
}

h3{
    margin-bottom: 20px;
}
.cont__mt_dops__item__img a{
    display: block;
    height: 200px;
    width: 100%;
}
.cont__mt_dops__item__img{
    height: 200px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.cont__mt_sers .container:before{
    content: '';
    display: block;
    width: 40px;
    height: 260px;
    background: url(../img/--------------1/ors.png) no-repeat center center;
    position: absolute;
    left: -50px;
}

.cont__mt_sers{
    margin-top: 8px;
    position: relative;
}
.cont__mt_sers__item a{
    display: block;
    width: 100%;
    height: 260px;

}
.cont__mt_sers__item{
    position: relative;
    height: 260px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.cont__mt_sers__item__text{
    font-weight: bold;
    color: white;
    font-family: 'Bebas Neue';
    font-size: 62px;
    position: absolute;
    left: -3px;
    top: 16px;
    line-height: .9;
}
.cont__mt_sers__item__link a{
    display: block;
    width: 155px;
    height: 40px;
    font-family: 'Bebas Neue';
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
}
.cont__mt_sers__item__link{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 155px;
    height: 40px;
    background: #e71717;
}
.cont__mt_bot_top_string_img{
    height: 66px;
}
.cont__mt_bot{
    margin-top: 150px;
}
.cont__mt_bot_top_string_item{
    width: calc(100% / 3);
    margin-bottom: 30px;
}
.cont__mt_bot_top_string_span{
    font-size: 22px;
    color: #2c2c2c;
    font-family: 'Bebas Neue';
    font-weight: bold;
    margin-top: 10px;
    max-width: 140px;
    line-height: 1;
}
.cont__mt_bot_bot_imt{
    max-width: calc(100% - 30px);
}
.cont__mt_bot_mid{
    margin-top:-328px;
}
.cont__mt_bot_bot{
    margin-top: -180px;
}
.cont__mt_bot_bot_cont{
    font-size: 16px;
    color: #2c2c2c;
}
.cont__mt_bot_bot .showall{
    margin-left: 0;
    margin-top: 30px;
}
.cont__mt_search{
    margin-top: 70px;
}
.cont__mt_search_a{
    border: 1px solid #ec4545;
    display: block;
    background: #2c2c2c;
    color: #fefefe;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 17px;
    text-decoration: none !important;
    color: white!important;
    margin-bottom: 8px;
}
.cont__mt_search_a img{
    float: right;
    position: relative;
    top: 9px;
    width: 10px;
}
.cont__mt_search_right .showall{
    margin-left: 0;
    margin-top: 10px;
}
.cont__mt_search_item_body__img img{
    max-width: 100%;
}
.cont__mt_search_item_body__img{
    width: 46px;
}
.cont__mt_search_item{
    margin-top: 20px;
}
.cont__mt_search_item_body{
    width: 100%;
}
.cont__mt_search_item_body select{
    display: block;
    width: 100%;
    margin-bottom: 5px;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    border: 1px solid #d9e2e8;
    text-transform: uppercase;
    font-size: 13px;
    color: #626262;
    font-weight: 500;
    margin-left: 10px;
}
.cont__mt_search_item_body input[type=submit]{
    margin-left: 10px;
    width: 140px;
    height: 33px;
    left: 33px;
    margin-top: 10px;
    background: transparent;
    cursor: pointer;
    font-size: 13px;
    color: #e71717;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #e71717;
}
.cont__mt_popular{
    margin-top: 50px;
}
.cont__mt_dops__item__list{
    background: white;
    border:2px solid #f7f7f7;
    height: 356px;
}

.cont__mt_dops__item__list h3{
    font-size: 24px;
}
.cont__mt_dops__item__list_a img{
    margin-right: 10px;
    width: 10px;
    position: relative;
    top: -1px;
}
.cont__mt_dops__item__list_a{
    display: block;
    font-weight: 500;
    color: #2c2c2c!important;
    font-size: 15px;
    line-height: 1.9;
}
.mobile__header{
    height: 50px;
    border-bottom: 1px solid #f2f2f2;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
    background: white;
}
.chech_burger.opened .mobile-menu__icon {
    background: transparent;
}

.chech_burger.opened .mobile-menu__icon::after,
.chech_burger.opened .mobile-menu__icon::before {
    top: 0;
    background: #f24841;
}

.chech_burger.opened .mobile-menu__icon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.chech_burger.opened .mobile-menu__icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.mobile-menu__icon {
    display: block;
    position: relative;
    background: #252c33;
    width: 22px;
    height: 2px;
    transition: .4s;
    top: 24px;
}

.mobile-menu__icon::after, .mobile-menu__icon::before {
    content: "";
    display: block;
    position: absolute;
    background: #252c33;
    width: 22px;
    height: 2px;
    transition: .4s;
}

.mobile-menu__icon::after {
    top: 6px;
}

.mobile-menu__icon::before {
    top: -6px;
}
.ohid{
    overflow: hidden;
}
.mobile__header .col-8 img{
    height: 35px;
}
.mobile__header__left img{
    height: 22px;
}
.mobile__header__left__count{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e71717;
    display: block;
    color: white;
    font-weight: bold;
    font-size: 8px;
    text-align: center;
    position: absolute;
    left: 30px;
    top: 4px;

}
.mobile__header__menu{
    background: white;
    width: 100%;
    position: fixed;
    top: 50px;
    height: calc(100% - 50px);
    z-index: 500;
    display: none;
}
.mobile__header__menu .header_mani_nav li a{
    padding-left: 0;
    padding-right: 0;
}
.mobile__header__menu .header_search{
    margin-top: 15px;
}

.mobile__header__menu .phone_block{
    text-align: center;
}
.mobile__header__menu .header_search{
    margin-bottom: 16px;
}
.mobile__header__menu .header_mani_nav ul li a{
    line-height: 36px;
    text-align: center;
}

.mobile__contacts{
    margin-top: 20px;
}
.breadcrumbs li{
    color: #343434;
}
.breadcrumbs li a,
.breadcrumbs li{
    font-size: 15px;
}
.breadcrumbs li a{
    color: #e71717;
}
.breadcrumbs li:last-of-type:after{
    display: none;
}
.breadcrumbs li:after{
    content: '/';
    display: inline-block;
    margin: 0 4px;
}
.lbrands li img{
    display: block;
    max-height: 100%;
    margin: 0 auto;
    max-width: 80%;
}

.lbrands span{
    text-align: center;
    display: block;
    font-size: 16px;
    color: #2c2c2c;
}
.lbrands li{
    width: 50%;
    border: 1px solid #e4e7ed;
    padding: 35px 0;
}
.lbrands__image{
    display: block;
    height: 55px;
}
.brands__column{
    width: 25%;
}
.brands__column__item h2{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #2c2c2c;
    font-family: 'Avenir Next Cyr';
    margin-top: 0;
    margin-bottom: 5px;
}
.brands__column__item li.active a{
    font-weight: 500;
    text-decoration: underline;
}
.brands__column__item li a{
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Avenir Next Cyr';
}
.brands__column__item{
    margin-bottom: 25px;
}
.contacts__content__header h2{
    margin-bottom: 15px;
    font-size: 20px;
    color: #2c2c2c;
    font-weight: bold;
}

.contacts__content__icon{
    margin-bottom: -5px;
}
.contacts__content__icon img{
    height: 43px;
}
.contacts__content__body p{
    color: #2c2c2c;
    font-size: 18px;
    font-family: 'Avenir Next Cyr';
    line-height: 1;
}

.contacts__content__body{
    margin-bottom: 30px;
}
.contacts__content__body p a:hover{
    text-decoration: none;
}
.contacts__content__body p a{
    text-decoration: underline;
    color: #2c2c2c;
}
.contacts__content{
    margin-bottom: 50px;
}

.contacts__map{
    height: 600px;
    margin-bottom: 30px;
}


.contacts__map__content{
    height: 540px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: white;
    width: 390px;
    padding: 30px;
}
.contacts__map__content__top{
    height: 50px;
}
.contacts__map__content__bot{
    overflow-x: scroll;
    height: 430px;
}
.contacts__map__content__top h3{
    text-transform: uppercase;
    font-size: 26px;
    color: #2c2c2c;
    font-weight: bold;
}
.contacts__map__content__bot__item h4 {
    font-size: 20px;
    color: #2c2c2c;
    font-family: 'Avenir Next Cyr';
    font-weight: 400;
    margin-bottom: 13px;
}
.contacts__map__content__bot__item__list ul li span{
    font-weight: bold;
    color: #2c2c2c;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
}
.contacts__map__content__bot__item__list ul li{
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Avenir Next Cyr';
}
.contacts__map__content__bot__item{
    margin-bottom: 30px;
}
.contacts__map__content__bot__item h4 span{
    display: inline-block;
    margin-right: 3px;
    color: #e71717;
    font-weight: bold;
    font-family: 'Bebas Neue';
    font-size: 26px;
}
.accs__banner img{
    width: 100%;
}

.accs__banner{
    margin-top: -233px;
}
.access .cont__mt_search_item_body select{
    margin-bottom: 13px;
}
.access .cont__mt_search_item{
    margin-top: 50px;
}
.access{
    margin-top: -30px;
    margin-bottom: 30px;
}
.cartinfo__item h4 span{
    display: block;
    position: relative;
    top: 3px;
}
.cartinfo__item h4 img{
    height: 25px;
    width: auto;
    display: block;
}
.imgpng{
    width: 55px;
}
.cartinfo__item{
    margin-bottom: 35px;
}
.cartinfo__item__vosk{
    width: 35px;
    margin-right: 12px;
    height: 35px;
}

.button:hover{
    background: white;
    border: 1px solid #e71717;
    color: #e71717!important;
}
.button.min{
    height: 46px;
    line-height: 48px;
}
.button.light:hover{
    background: #e71717;
    color: white!important;
}
.button.light{
    background: white;
    border: 1px solid #e71717;
    color: #e71717!important;
}
.button{
    font-family: 'Bebas Neue';
    font-weight: bold;
    color: white!important;
    height: 55px;
    padding: 0 55px;
    text-transform: uppercase;
    line-height: 58px;
    display: inline-block;
    background: #e71717;
    font-size: 20px;
    text-decoration: none !important;
    border: 1px solid #e71717;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cart_button{
    text-align: center;
    margin-top: 40px;
}
.cart__top__form__item label{
    width: 150px;
    top: 6px;
    position: relative;
}

.cart__top__form__item input[type=email],
.cart__top__form__item input[type=text]{
    height: 42px;
    padding: 0 15px;
    width: 310px;
    max-width: 100%;
}
.cart__top__form__item textarea,
.cart__top__form__item input[type=email],
.cart__top__form__item input[type=text]{
    border:1px solid #d9e2e8;
    outline: none;
}
.cart__top__form__item{
    margin-bottom: 8px;
}
.cart__top__form__item textarea{
    width: 500px;
    max-width: calc(100% - 150px);
    resize: none;
    height: 140px;
    padding: 15px;
}




[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #d9e2e8;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #e71717;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cart__top__form__item input[type=radio]+label{
    width: auto;
}
.cart__top__del{
    width: 55px;
    float: none;
}
.cart__top__sum{
    width: 190px;
    float: none;
}
.cart__top__count{
    width: 250px;
    float: none;
}
.cart__top__price{
    width: 185px;
    float: none;
}
.cart__top__img{
    width: 180px;
    float: none;
}
.cart__top__title{
    width: calc(100% - 180px - 185px - 250px - 190px - 55px);
}
.cart__top__prods__body__item{
    padding: 15px 0;
    border: 2px solid #f7f7f7;
    margin-bottom: 5px;
}
.cart__top__del img{
    width: 12px;
}
.cart__top__price span:first-child small,
.cart__top__sum span:first-child small{
    position: relative;
    font-size: 15px;
    top: -7px;
}
.cart__top__price span:first-child,
.cart__top__sum span:first-child{
    margin-right: 10px;
    font-size: 36px;
    font-weight: normal;
}
.cart__top__price,
.cart__top__sum{
    font-family: 'Bebas Neue';
    font-size: 18px;
    font-weight: bold;
    color: #2c2c2c;

}
.cart__top__title{
    font-size: 18px;
    color: #2c2c2c;
    line-height: 1.222;
}
.cart__top__img img{
    height: 100px;
    width: auto;
}

.cart__top__count input{
    width: 85px;
    height: 46px;
    text-align: center;
    font-size: 30px;
    color: #2c2c2c;
    border: 1px solid #d9e2e8;
    font-family: 'Bebas Neue';
    line-height: 105px;
}
.cart__top__count span{
    font-size: 16px;
    font-family: 'Bebas Neue';
    margin-left: 12px;
    font-weight: bold;
    color: #9d9d9d;
}
.cart__top__prods__header .cart__top__prods__body__item{
    border: none;
}
.bodyhheader{
    font-weight: bold!important;
    color: #828282!important;
    font-size: 20px!important;
    font-family: 'Bebas Neue'!important;
    margin-bottom: -15px;
}
.cart__top__prods__bottom{
    margin-bottom: 60px;
    margin-top: 20px;
}
.deliver_f_3 small,
.deliver_f_2 small,
.price_f small{
    font-weight: bold;
    font-size: 18px;
    color: #2c2c2c;
}
.deliver_f_3 span,
.deliver_f_2 span,
.price_f span{
    font-size: 48px;
    color: #2c2c2c;
    font-weight: normal;
    position: relative;
    top: 6px;
    margin: 0 15px;
    margin-right: 5px;
    font-family: 'Bebas Neue';
}
.price_f{
    font-size: 24px;
    color: #2c2c2c;
    font-family: 'Bebas Neue';
    font-weight: bold;
}
.deliver_f_1{
    margin-right: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #2c2c2c;
    font-family: 'Bebas Neue';
}
.deliver_f_2{
    font-size: 18px;
    position: relative;
    top: -8px;
    margin-right: 70px;
}
.deliver_f_3,.price_f{
    position: relative;
    top: -8px;
}
.deliver_f_3 input{
    width: 85px;
    height: 46px;
    text-align: center;
    font-size: 30px;
    color: #2c2c2c;
    border: 1px solid #d9e2e8;
    font-family: 'Bebas Neue';
    line-height: 105px;
    margin: 0 15px;
}
.prod1_photo__top{
    border: 2px solid #f5f5f5;
}
.prod1_photo__top{
    margin-bottom: 11px;
    padding: 35px 25px ;
}
.prod1_photo__top a{
    display: block;
    width: 100%;
}
.prod1_photo__top img{
    width: 100%;
}
.zoomimg{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.zoomimg img{
    width: 24px;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.prod1_photo__top:hover .zoomimg img{
    opacity: 1;
}

.prod1_photo__bot a:nth-child(odd){
    margin-right: 14px;
}
.prod1_photo__bot a{
    display: block;
    width: calc(100% / 2 - 7px);
    flex:none;
    margin-bottom: 14px;
    text-align: center;
    border: 2px solid #f5f5f5;
    padding: 15px;
    height: 150px;
    display: flex;
    align-items:center;
    justify-content:center;
    text-decoration: none;
}
.prod1_photo__bot a img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.prod_inner__right__item:hover{
    background: white;
}
.prod_inner__right__item{
    margin-bottom: 10px;
    background: #f7f7f7;
    border: 2px solid #f0f0f0;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.prod_inner__right__item a{
    padding: 22px;
    display: block;
    text-decoration: none !important;

}
.ight__item__2{
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 22px;
    color: #2c2c2c;
    line-height: 1.2;
}

.ight__item__1 img{
    width: 45px;
    margin-right: 15px;
    flex: none;
    position: relative;
    top: -2px;
}
.ight__item__3 img{
    width: 20px;
    margin-left: 15px;
}
.card__brand{
    margin-bottom: 35px;
}
.card__info__item__m img{
    width: 30px;
    margin-right: 7px;
    margin-left: 7px;
}
.card__info__item__l{
    margin-right: 7px;
    font-size: 21px;
    font-family: 'Bebas Neue';
    color: #2c2c2c;
    font-weight: bold;
}
.card__info__item__r{
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.card__info__item{
    margin-bottom: 5px;
}
.card__info{
    margin-bottom: 17px;
}

.card__text{
    color: #2c2c2c;
}
.card__color{
    font-size: 22px;
    color: #2c2c2c;
    font-weight: bold;
    font-family: 'Bebas Neue';
    margin-top: 15px;
    margin-bottom: 20px;
}
.card__color__colors li{
    width: 25px;
    height: 25px;
    display: block;
    margin-left: 11px;
}
.card__color>span{
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.card__frees__item:nth-child(even){
    margin-right: 0;
}
.card__frees__item{
    padding: 15px;
    background: #f7f7f7;
    width: calc(50% - 7px);
    margin-right: 14px;
    margin-bottom: 14px;
}

.card__frees__l img{
    width: 55px;
    margin-right: 15px;
}
.rtt{
    margin-bottom: 0px;
    font-size: 22px;
    color: #2c2c2c;
    font-weight: bold;
    font-family: 'Bebas Neue';
    line-height: 1;
}
.rtb{
    line-height: 1;
    font-size: 16px;
}
.prod1_wrapper__mid__items__item{
    background: #f7f7f7;
    padding: 10px 25px;
    margin-bottom: 5px;
}

.mid__items__item__size img{
    width: 12px;
    margin-right: 10px;
}


.mid__items__item__count input{
    width: 85px;
    height: 46px;
    text-align: center;
    font-size: 30px;
    color: #2c2c2c;
    border: 1px solid #d9e2e8;
    font-family: 'Bebas Neue';
    line-height: 105px;
}









.mid__items__item__mark{
    width: 100px;
    text-align: center;
    font-size: 22px;
    font-family: 'Bebas Neue';
    color: #2c2c2c;
    font-weight: bold;
}
.mid__items__item__size{
    width: 120px;
    font-size: 22px;
    font-family: 'Bebas Neue';
    color: #2c2c2c;
    font-weight: bold;
}
.mid__items__item__type{
    width: 120px;
    color: #2c2c2c;
    text-align: center;
}
.mid__items__item__price{
    width: 100px;
    font-weight: normal;
    color: #2c2c2c;
    font-size: 30px;
    text-align: center;
    font-family: 'Bebas Neue';
}

.mid__items__item__count{
    width: 130px;
    text-align: center;
}
.mid__items__item__actions{
    width: 405px;
}

.mid__items__item__have{
    width: calc(100% - 130px - 120px - 100px - 120px - 100px - 405px);
    line-height: 1.2;
}




.prod1_wrapper__mid__items__item.headerit{
    background: white;
}
.prod1_wrapper__top{
    margin-bottom: 40px;
}
.header__hspan{
    font-weight: bold;
    color: #828282;
    font-size: 20px;
    font-family: 'Bebas Neue';
}
.subheader_headerit{
    font-size: 32px;
    color: #2c2c2c;
    font-weight: bold;
    font-family: 'Bebas Neue';
    margin-top: 10px;
}

.prod1_wrapper__mid{
    margin-bottom: 35px;
}
.h_bot{
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.prod1_wrapper__similar{
    margin-bottom: 50px;
}
.prod1_wrapper__comments__item{
    margin-bottom: 70px;
}
.prod1_wrapper__comments__item__img{
    width: 105px;
    margin-right: 25px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 105px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.comments__item__footer__right{
    font-size: 16px;
    color: #2c2c2c;
}
.prod1_wrapper__comments__item__content{
    width: calc(100% - 105px);
}
.comments__item__footer__left a{
    font-size: 18px;
    font-weight: 600;
    color: #e71717;
}
.comments__item__body{
    background: #f7f7f7;
    padding: 25px;
    margin-bottom: 15px;
}
.comments__item__body p:last-child{
    margin-bottom: 0;
}
.comments__item__body p{
    margin-bottom: 15px;
}
.comments__item__header{
    font-size: 21px;
    font-weight: normal;
    color: #2c2c2c;
    font-family: 'Bebas Neue';
    margin-bottom: 20px;
}
.comments__item__subheader{
    margin-bottom: 25px;
}
.comments__item__subheader__3, .comments__item__subheader__2{
    font-size: 16px;
    color: #969696;
}
.comments__item__subheader__2{
    margin-right: 40px;
}
.comments__item__subheader__1{
    margin-right: 40px;
}
.ci_count{
    width: 30px;
    height: 25px;
    text-align: center;
    font-size: 18px;
    color: #2c2c2c;
    line-height: 25px;
    font-family: 'Bebas Neue';
    font-weight: normal;
    display: block;
    border: 2px solid #e71717;
    border-right: none;
    position: relative;
    left: 0;
    display: block;
}
.ci_count:after{
    content: '';
    display: block;
    background: url(../img/ar_hed.png) no-repeat center center;
    position: absolute;
    height: 25px;
    width: 25px;
    top: -2px;
    background-size: contain;
    right: -19px;
}
.prod_inner2__right{
    background: #f2f2f2;
    padding: 40px;
    text-align: center;
}
.prod_inner2__right__cart .button:first-child{
    margin-bottom: 15px;
}
.prod_inner2__right__cart .button{
    width: 100%;
}
.prod_inner2__right__top{
    font-size: 48px;
    font-weight: normal;
    font-family: 'Bebas Neue';
}
.prod_inner2__right__top span{
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #2c2c2c;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 4px;
}
.prod_inner2__right__sum{
    font-size: 24px;
    color: #2c2c2c;
    font-family: 'Bebas Neue';
    font-weight: normal;
    margin-bottom: 20px;
}
.prod_inner2__right__sum span:last-child{
    font-size: 14px;
    color: #2c2c2c;
    font-weight: bold;
    margin: 5px;
    position: relative;
    top: -2px;
}
.prod_inner2__right__sum span:first-child{
    font-weight: bold;
    font-size: 16px;
    color: #9d9d9d;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.prod_inner2__right__count{
    margin-bottom: 20px;
    position: relative;
}
.prod_inner2__right__count input{
    width: 100%;
    height: 46px;
    text-align: center;
    font-size: 30px;
    color: #2c2c2c;
    border: 1px solid #d9e2e8;
    font-family: 'Bebas Neue';
    line-height: 105px;
    outline: none;
    padding: 0 70px;
    text-align: center;
}
.prod_inner2__right__count span:first-child{
    left: 10px;
}
.prod_inner2__right__count span:last-child{
    right: 10px;
}
.prod_inner2__right__count span{
    font-weight: bold;
    font-family: 'Bebas Neue';
    font-size: 16px;
    color: #9d9d9d;
    position: absolute;
    top: 12px;
}
.nav-tabs .nav-item .nav-link.active:after{
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: #e71717;
    position: absolute;
    bottom: -1px;
}
.nav-tabs .nav-item{
    position: relative;
}
.nav-tabs .nav-item .nav-link{
    border: none!important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nav-tabs .nav-item{
    margin-right: 35px;
}
.nav-tabs .nav-item a{
    font-weight: bold!important;
    color: #2c2c2c!important;
    font-family: 'Bebas Neue';
    font-size: 24px!important;
}
.tab-content{
    padding-top: 30px;
}
.prod__tabs{
    margin-bottom: 60px;
}

.prod__tabs__tabs{
    margin-bottom: 20px;
}

.dots_prod2__item{
    margin-bottom: 3px;
    background: #f7f7f7;
    padding: 10px 20px;
    color: #2c2c2c;
}
.dots_prod2__item__mid{
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1;
    padding: 0 10px;
}
.dots_prod2__item__right{
    font-weight: bold;
    color: #2c2c2c;
    font-size: 20px;
    font-family: 'Bebas Neue';
    margin-right: 30px;
    padding-left: 20px;
    flex: none;
}
.dots_prod2__item__left{
    line-height: 1;
}
.dots_prod2__item__right img{
    width: 14px;
    margin-right: 8px;
}
.dots_prodheader{
    margin-bottom: 3px;
    color: #2c2c2c;
    padding: 10px 37px 10px 20px;
}
.dots_prod2__item__left{
    font-size: 16px;
}
.disk__gala .prod1_photo__bot a{
    width: 150px;
    margin-right: 14px!important;
}
.diskssimilar  .cont__mt_dops__item{
    background: white;
    border: 2px solid #f9f9f9;
}
.mid__items__item__image{
    width: 100px;
    margin-right: 20px;
}
.mid__items__item__image img{
    width: 100%;
}

.prod__disks .mid__items__item__size {
    width: 90px;
}
.prod__disks .mid__items__item__mark {
    width:90px;
}
.prod__disks .mid__items__item__type {
    width: 60px;
}
.prod__disks .mid__items__item__center{
    width: 80px;
    text-align: center;
}
.prod__disks .mid__items__item__color{
    width: 140px;
    font-size: 14px;
    line-height: 1;
    padding-right: 10px;
}
.prod__disks .mid__items__item__have{
    width: 130px;
    font-size: 14px;
}
.prod__disks .mid__items__item__count {
    width: 105px;
}
.prod__disks .header__hspan{
    font-size: 16px;
}
.catalog__cont{
    margin-bottom: 50px;
}
.catalog__cont__bot img{
    max-width:100%
}
.catalog__cont__bot ul{
    padding: 15px 0;
}
.catalog__cont__bot ul li:last-child{
    margin-bottom: 0;
}
.catalog__cont__bot ul li:before{
    content: '';
    display: block;
    background: #e71717;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}
.catalog__cont__bot h3{
    font-size: 30px;
    font-weight: 500;
    color: #2c2c2c;
    font-family: 'Avenir Next Cyr';

}
.catalog__cont__bot ul li{
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
.catalog__cont .cont__mt_dops__item:nth-child(4n){
    margin-right: 0;
}
.catalog__cont .cont__mt_dops__item{
    width: calc(100% / 4 - 8px);
    background: white;
    border: 2px solid #f7f7f7;
    margin-right: 10px;
    margin-bottom: 8px;
}
.nav__results{
    font-size: 15px;
    font-weight: 500;
    color: #2c2c2c;
}
.nav__catalog{
    clear: both;
    margin-top: 15px;
}
.paginator li a{
    display: block;
    font-size: 26px;
    font-family: 'Bebas Neue';
    color: #2c2c2c;
    font-weight: normal;
    padding: 0 7px;
}
.paginator li.nexprev.prev a img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paginator li.nexprev a img{
    width: 30px;
    margin: 0 10px;
}
.paginator li.nexprev a{
    font-size: 17px;
    font-weight: bold;
    display: block;

}
.badge{
    width: 70px;
    height: 30px;
    background: url(../img/badge.png) no-repeat left center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    z-index: 50;
    right: -2px;
    top: 18px;
    color: white;
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    line-height: 26px;
    padding-right: 12px;
}
.catalog__sort_big{
    margin-bottom: 30px;
    border: 2px solid #f7f7f7;
    padding: 20px 25px;
}
.catalog__sort_big__innde__item__top{
    font-weight: bold;
    color: #2c2c2c;
    font-size: 24px;
    font-family: 'Bebas Neue';
    margin-bottom: 15px;
}
.catalog__sort_big__innde__item__bot select{
    display: block;
    width: 100%;
    margin-bottom: 5px;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    border: 1px solid #d9e2e8;
    text-transform: uppercase;
    font-size: 13px;
    color: #626262;
    font-weight: 500;
}
.catalog__sort li.active a{
    color: #e71717;
}
.catalog__sort li a{
    color: #341e1d;
    font-weight: 500;
    font-size: 15px;
}
.catalog__sort li{
    margin-right: 24px;
}
.catalog__sort{
    margin-bottom: 10px;
}
.lbanner img{
    max-width: 100%;
    width: 100%;
}
.lbanner{
    margin-bottom: 15px;
}
.lmenu{
    padding: 20px 15px;
    border: 2px solid #f7f7f7;
    margin-bottom: 15px;
}
.container__elems__rows__item{
    margin-bottom: 25px;
    border: 2px solid #f7f7f7;
    padding: 25px;
}
.container__elems__rows__item__inner__img img{
    max-width: 100%;
    height: auto;
}
.container__elems__rows__item__inner__img {
    width: 140px;
    margin-right: 20px;
}
.container__elems__rows__item__inner__right{
    width: 190px;
}
.container__elems__rows__item__inner__mid{
    width: calc(100% - 190px - 140px);
}
.container__elems__rows__item__inner__right  .prod_inner2__right{
    padding: 0;
    background: white;
}
.er__mid_top{
    padding-right: 30px;
    margin-bottom: 40px;
}
.er__mid_top-2{
    font-size: 16px;
    color: #2c2c2c;
}
.er__mid_top-1{
    font-size: 26px;
}
.container__elems__rows .card__info__item{
    margin-bottom: 10px;
}
.container__elems__rows__item__inner__img a{
    display: block;
}
.lmenu__item:last-child{
    margin-bottom: 0;
}
.lmenu__item h2{
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}
.lmenu__item{
    margin-bottom: 20px;
}












[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0;
    width: 20px; height: 20px;
    border: 1px solid #d9e2e8;
    background: transparent;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 14px;
    background: #e71717;
    transition: all .2s;
    width: 10px;
    height: 10px;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}

.lmenu__item h2{
    font-size: 24px;

}
.arroww img{
    transform: rotate(-90deg);
    left: 6px;
    position: absolute;
    top: 4px;
}
.lmenu__item.active .arroww{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.arroww{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.arroww{
    background: #e71717;
    width: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.lmenu__item.active  .lmenu__item__body{

}
.lmenu__item__body{
    display: none;
}
.emptyheader{
    display: block !important;
}
.catalog__sort_mid__le{
    font-size: 20px;
    font-weight: 500;
    color: #323232;
}
.catalog__sort_mid__ri{
    font-size: 18px;
    color: #323232;
}
.catalog__sort_mid{
    margin-bottom: 30px;
}
.catalog__sort__container__mid{
    margin-bottom: 60px;
}
.catalog__sort__container__mid h2{
    font-weight: bold;
    font-size: 24px;
    color: #939393;


}
.catalog__sort__container__mid__item{
    padding: 10px;
    border: 2px solid #f8f8f8;
}
.status_s{
    font-size: 14px;
    font-weight: 500;
    color: #b5b5b5;
    margin-bottom: 10px;
}
.catalog__sort__container__mid__item__top{
    font-weight: bold;
    font-size: 18px;
    color: #2c2c2c;
    font-family: 'Bebas Neue';
}
.catalog__sort__container__mid__item__bot{
    font-size: 16px;
    font-weight: 500;color: #2c2c2c;
}
.catalog__sort__container__mid__item__bot img{
    width: 10px;
    display: inline-block;
    vertical-align: middle;
}
.rses{
    position: absolute;
    background: #e71717;
    width: 55px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Bebas Neue';
    color: #ffffff;
    right: -2px;
    top: -2px;
    text-align: center;
}
.catalog__sort__container__mid__item{
    margin-bottom: 20px;
}