@media screen and (min-width:1440px) and (max-width:1600px) {
    #body {
        width:100%;
        min-width:unset;
    }
    #body #app {
        zoom:0.9;
    }
}
@media screen and (min-width:1280px) and (max-width:1439px) {
    #body {
        width:100%;
        min-width:unset;
    }
    #body #app {
        zoom:0.8;
    }
}
@media screen and (min-width:1120px) and (max-width:1279px) {
    #body {
        width:100%;
        min-width:unset;
    }
    #body #app {
        zoom:0.7;
    }
}

@media screen and (min-width:900px) and (max-width:1119px) {
    #body {
        width:100%;
        min-width:unset;
    }
    #body #app {
        zoom:0.55;
    }
}
@media screen and (min-width:900px) {
    .only_mobile {
        display:none;
    }
}

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

/* выбор города */
.mobile_location_ms {
    height:40px;
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:4060;
    border-bottom: 1px solid #F0F5EF;
    background: #F8F8F6;
}

.mobile_location_ms .location {
    margin-top: 0;
    font-size: 13px;
    line-height: 13px;
    color: #344738;
    position: relative;
    padding: 13px 0 13px 43px;
    background: url(/svg/location.svg) left 20px center no-repeat;
}
.mobile_location_ms .location.open .location__list {
    width: 100%;
    border-radius: 0;
    padding: 15px;
    top: unset;
    margin-top: 10px;
    z-index:4100;
    position:absolute;
}


/* новая шапка */
.mobile_header_ms {
    height:75px;
    position:fixed;
    width:100%;
    top:40px;
    left:0;
    z-index:4050;
    background: #FFF;
    box-shadow: 0px 5px 25px 0px rgba(43, 95, 46, 0.10);
}

.mobile_header_ms .header__logo .logo {
    float: none;
    width: 250px;
    height: 45px;
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 15px;
}
.switch_telefons {
    position:absolute;
    top:18px;
    right:20px;
    width:36px;
    height:36px;
    border-radius: 7px;
    border: 1px solid #F0F5EF;
    background: #F8F8F6;
    background: #F8F8F6 url(/svg/switch_telefons.svg) center no-repeat;
}
.header__telefons {
    display:none;
    height:auto;
    position:fixed;
    width:100%;
    top:115px;
    left:0;
    z-index:4050;
    background: #F8F8F6;
    box-shadow: 0px 5px 25px 0px rgba(43, 95, 46, 0.10);
    padding:30px 20px;
}
.header__telefons .telefon {
    text-align: left;
}
.header__telefons .header__content__telefon {
    float: none!important;
    margin-right: 0;
    margin-bottom:30px;
}
.header__telefons .telefon__last {
    margin-bottom:0;
}
.header__telefons .telefon__number {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
}
.header__telefons .telefon__text {
    font-size: 14px;
    line-height: 14px;
}


.telefons_wrapper {
    z-index: 3000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease 0s;
}

/* каталог */
.mobile_catalog_ms {
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4120;
    padding-bottom: 60px;
    background: #FFF;
}
.hms_title {
    margin-top:20px;
    margin-left:20px;
    color: #2B5F2E;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 183.333% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}
.mobile_catalog_ms .navi {
    display: block;
    margin: 0;
    max-height: 90%;
    overflow-y: auto;
    padding: 0;
}
.mobile_catalog_ms .navigate__submenu__a {
    display: block;
    padding: 15px 10px 10px 70px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    min-height: auto;
    width: 100%;
    background-position: left 20px center;
}
.hms_close {
    background:  url(/svg/hms_close.svg) center no-repeat;
    position:absolute;
    right:20px;
    top:20px;
    width:18px;
    height:18px;
}
.mobile_menu_ms .navi {
    display: block;
    margin: 0;
    max-height: 90%;
    overflow-y: auto;
    padding: 0;
}
.mobile_menu_ms .navigate__submenu__a {
    display: block;
    padding: 10px 10px 10px 20px;
    width: 100%;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 250% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.hms_logo {
    float: none;
    width: 250px;
    height: 45px;
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 15px;
}
.hms_logo img {
    width:100%;
    height:auto;
}
.mobile_menu_ms .header__telefons {
    display:block;
    height:auto;
    position:relative;
    top:unset;
    left:unset;
    z-index:4050;
    background: #FFF;
    box-shadow: none;
    padding:30px 0;
    margin:20px;
    border-top:1px solid #EAEAE4;
    border-bottom:1px solid #EAEAE4;
}
.mobile_menu_ms .socials {
    margin: 30px 20px;
}
.mobile_menu_ms .socials__item {
    width: 34px;
    height: 34px;
    margin: 2px 3px;
    background-size: contain !important;
}

.copyright {
    padding-bottom: 60px;
}
.conn_box {
    /*margin-top:115px;*/
    margin-top:170px;
}

/* меню */
.mobile_menu_ms {
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4120;
    padding-bottom: 60px;
    background: #FFF;
}

/* новый подвал */
.mobile_footer_ms {
    height:54px;
    position:fixed;
    width:100%;
    /*bottom:0;*/
    top:115px;
    left:0;
    z-index:4040;
    background:#fff;
    overflow:hidden;
    box-shadow: 0px 5px 20px 0px rgba(43, 95, 46, 0.15);
    border-top:1px solid #93a09466;
    border-bottom:1px solid #93a09466;
}
.fms_btn {
    display:block;
    float:left;
    height:54px;
    width:20%;
    line-height:10px;
    color: #93A094;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align:center;
    padding-top:34px;
    text-decoration:none;
}
.fms_btn:hover {
    color: #93A094;
    text-decoration:none;
}
.fms_main {
    background: url(/svg/fms_main.svg) top 10px center no-repeat;
}
.fms_catalog {
    background: url(/svg/fms_catalog.svg) top 10px center no-repeat;
}
.fms_cart {
    background: url(/svg/fms_cart.svg) top 10px center no-repeat;
}
.fms_action {
    background: url(/svg/fms_action.svg) top 10px center no-repeat;
}
.fms_menu {
    background: url(/svg/fms_menu.svg) top 10px center no-repeat;
}

/*******/
.header {
    height:auto;
    background:#fff;
    padding:25px;
    border-bottom: 1px solid rgba(79, 174, 60, 0.2);
    position:relative;
    z-index:130;
}
    .header__logo {
        float:left;
        padding:0 50px 0 30px;
        width:420px;
    }
    .header__logo__text {
        font-size:15px;
        line-height:18px;
        font-weight:300;
        padding-left:73px;
        margin-top: -7px;
    }

.header__content {
    float:left;
    width:1120px;
}

.header__content__location {
    float:left;
    width:300px;
}
.location {
    font-size:12px;
    line-height:12px;
    color:#344738;
    position:relative;
    z-index:110;
    
}
    .location__set {
        display:inline-block;
        padding-right:18px;
        /*background:url(/images/location__set.png) right center no-repeat;*/
        cursor:pointer;
    }
    .location__list {
        display:none;
    }
    /*.location:hover .location__list {
        display:none;
        position:absolute;
        padding:8px 0;
        background: #F8F8F6;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        width:360px;
        z-index:110;
    }*/
    .location__item {
        padding:7px 40px 7px 20px ;
        font-size:14px;
        line-height:20px;
        cursor:pointer;
        display:block;
    }
        .location__item:hover {
            background:#EAEAE4;
        }
        .location__item_active {
            background: url(/images/location__item_active.png) right 10px center no-repeat;
        }
            .location__item_active:hover {
                background:#EAEAE4 url(/images/location__item_active.png) right 10px center no-repeat;
            }
            
.header__content__menu {
    float:right;
    width:810px;
    margin-top:-12px;
}
.topmenu {
    display:block;
    margin:0;
    padding:0 20px 0 0;
    list-style:none;
    font-size:13px;
    line-height:13px;
    letter-spacing: 0.03%;
    text-transform:uppercase;
    text-align:right;
}
    .topmenu__item {
        display:inline-block;
    }
    .topmenu__link {
        color:#344738;
        display:block;
        padding:12px 11px;
        font-weight:500;
        
    }
        .topmenu__link:hover {
            color:#4FAE3C;
            text-decoration:none;
        }
        .topmenu__link_last {
            /*padding-right:0;*/
        }
.header__content__line_second  {
    margin-top:25px;
}  

.header__content__telefon {
    float:left;
    margin-right:40px;
}
.telefon {
    text-align:right;
}
    .telefon__number {
        display:block;
        color:#333333;
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        
    }
        .telefon__number:hover {
            color:#4FAE3C;
            text-decoration:none;
        }
    .telefon__text {
        display:inline-block;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        margin-top:5px;
        padding-top:4px;
    }
        .telefon__text_location {
            padding-left:20px;
            background:url(/images/telefon__text_location.png) left center no-repeat;
        }
        .telefon__text_time {
            padding-left:20px;
            background:url(/images/telefon__text_time.png) left center no-repeat;
        }

.header__content__socials {
    float:left;
}   
.socials {
    
}
    .socials__item {
        display:inline-block;
        width:35px;
        height:35px;
        margin:2px 5px;
        
        border-radius:100px;
    }
        .socials__item:hover {
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
        }
        
.header__content__btns {
    float:right;
    padding-right:10px;
    margin-top:-2px;
}
.header__content__btn {
    margin-right:20px;
    display:block;
    float:right;
}
.topbtn {
    width: 202px;
    height: 42px;
    background: #EAEAE4;
    border-radius: 100px;
    padding:14px 20px 12px 50px;
    color:#344738;
    font-size:15px;
    line-height:15px;
    font-weight:500;
    cursor:pointer;
    
}
    .topbtn:hover {
        background: #4FAE3C;
        color:#ffffff;
    }
    .topbtn_fos {
        background: #EAEAE4 url(/images/topbtn_fos.png) left 22px center no-repeat;
    }
        .topbtn_fos:hover {
            background: #4FAE3C url(/images/topbtn_fos_hover.png) left 22px center no-repeat;
            color:#ffffff;
        }
    .topbtn_cart {
        background: #EAEAE4 url(/images/topbtn_cart.png) left 22px center no-repeat;
        position:relative;
        padding-left:55px;
    }
        .topbtn_cart:hover {
            background: #4FAE3C url(/images/topbtn_cart_hover.png) left 22px center no-repeat;
            color:#ffffff;
        }
    .topbtn_cart_info {
        display:none;
        position: absolute;
        top: -10px;
        right: -10px;
        border-radius: 30px;
        background: #fff;
        border: 1px solid #eaeae4;
        height: 30px;
        width: 30px;
        color: #333!important;
        line-height: 30px;
        text-align: center;
    }
    .topbtn_cart .topbtn_cart_info {
        display:block;
    }
    .topbtn_cart:hover .topbtn_cart_info {
        border: 1px solid #4FAE3C;
    }
/*******/


    .no_mobile {
        display:none;
    }
    body {
        min-width:360px;
        width:100%;
        max-width:100%;
    }
    .center-box {
    	width:100%;
    }
    .advert__close {
        height: 23px;
        width: 23px;
        top: 20px;
        right: 10px;
    }

    .advert__link {
        padding: 22px 36px 22px 20px;
        line-height: 16px;
        font-size: 11px;
    }
    .header {
        padding: 20px;
    }
    .header__logo {
        float: none;
        padding: 0;
        width: 100%;
    }
    .header__logo .logo {
        float: none;
        width: 100%;
    }
    .logo img {
        max-width:100%;
    }
    .header__content {
        float: none;
        width: 100%;
    }
    .header__content__telefon {
        float: left;
        margin-right: 0;
    }
    .telefon__last {
        float:right!important;
    }
    .telefon__number {
        font-weight: 500;
        font-size: 17px;
        line-height: 17px;
    }
    .telefon__text {
        font-size: 10px;
        line-height: 10px;
    }
    .header__content__line {
        margin-bottom:10px;
    }
    .header__content__location {
        float: left;
        width: 210px;
        margin:0;
    }
    .header__content__socials {
        float: right;
        margin-top: 3px;
        width:auto;
    }
    .socials__item {
        width: 20px;
        height: 20px;
        margin: 2px 3px;
        background-size: contain !important;
    }
    .location {
        font-size: 10px;
        line-height: 10px;
    }
    
    .b-page__section-header .center-box {
        padding: 30px 20px 30px;
    }
    .section-header__filter {
        padding: 30px 20px;
        height: auto;
        width: auto;
        float: none!important;
        border-radius: 0;
        margin: 33px -20px 0!important;
    }
    .section-header__filter__item_list {
        float: none;
        margin-right: 0;
        position: relative;
        margin-bottom: 23px;
    }
    .section-header__filter__item_list.float {
        float: left;
        margin-right: 23px;
        position: relative;
        margin-bottom: 0;
    }
    .section-header__filter__item_buttons {
        float: right;
    }
    .clear_filter {
        /*margin-left: 23px;*/
        margin-right:0;
    }
    .section-header__filter__buttons__item {
        height:20px;
        padding-left: 18px;
    }
    .section-header__filter__buttons__item span {
        display:none;
    }
    
    
    
    .category_short {
        /*height: 304px;
        width: 48%;*/
        margin: 10px 1%;
        float: left;
        height: 204px;
        width: 98%;
    }
    .category_full {
        height:auto;
        width: auto;
        font-size:32px;
    }
    .category_short .category_wrap {
        /*height: 304px;*/
        width: 100%;
        height: 204px;
    }
    .category_short:hover .category_wrap {
        top:0;
    }
    .category__title {
        font-size: 21px;
        line-height: 21px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        bottom: 40px;
        left: 10px;
        width: 90%;
    }
    .category__title.top {
        bottom: 100px;
    }
    .category__desc {
        bottom: 40px;
        left: 10px;
        width: 90%;
        font-size:11px;
        line-height:14px;
    }
    .category__btn {
        letter-spacing: 0.5px;
        font-size: 9px;
        line-height: 11px;
        color: #344738;
        font-weight: 500;
        text-transform: uppercase;
        padding: 6px 32px 4px 10px;
        background: #FFFFFF url(/images/category__btn.png) right 15px center no-repeat;
        border-radius: 50px;
        cursor: pointer;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }
    
    .tovar_short {
        /*height: 304px;
        width: 48%;*/
        margin: 10px 1%;
        float: left;
        height: auto;
        width: 98%;
    }
    .tovar_short .tovar_wrap {
        /*height: 304px;*/
        height: auto;
        padding-bottom:90px;
        width: 100%;
    }
    .tovar_short:hover .tovar_wrap {
        top:0;
    }
    
    .tovar_short2 {
        height: 230px;
        width: 48%;
        margin: 10px 1%;
        float: left;
    }
    .tovar_short2 .tovar_wrap {
        height: 230px;
        width: 100%;
    }
    .tovar_short2:hover .tovar_wrap {
        top:0;
    }
    .tovar_short_labeled .tovar_wrap {
        border: 1px solid #FD9C02;
    }
    .tovar__label {
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 6px;
        line-height: 10px;
    }
    .tovar__label.gift {
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 8px;
        line-height: 12px;
        max-width:80%;
        padding:5px 10px 3px 30px;
    }
    .tovar__label.level1 {
        /*top: 30px;*/
        top: unset;
        bottom: 2px;
        font-size:6px;
    }
    .tovar__label.level2 {
        top: 50px;
    }
    .tovar__label.level3 {
        top: 70px;
    }
    .tovar__img {
        /*height: 110px;*/
        height: 230px;
    }
    .tovar__title {
        font-size: 10px;
        line-height: 12px;
        font-size: 14px;
        line-height: 14px;
        margin: 10px 5px 5px 10px;
    }
    .tovar__desc {
        font-size: 10px;
        line-height: 16px;
        margin: 0 10px 10px;
    }
    .tovar__subtitle {
        display:none;
    }
    .tovar__desc__line span.dotted {
        float: left;
        width: 40%;
    }
    
    .tovar_short2 .tovar__title {
        font-size: 10px;
        line-height: 14px;
        margin: 5px 5px 5px 10px;
    }
    
    .tovar__pricebox {
        margin: 0 10px 10px;
    }
    .tovar__price {
        font-size: 12px;
        line-height: 16px;
    }
    .tovar__price_old {
        font-size: 6px;
        line-height: 6px;
    }
    .tovar__prices {
        float: left;
        width: 90px;
        margin-right: 0;
    }
    .tovar_short .tovar__bonus {
        float: right;
        width: 72px;
        height:30px;
        padding: 10px 9px 1px 19px;
        font-size: 7px;
        line-height: 8px;
        background: url(/images/tovar__bonus.png) left top 6px no-repeat;
        background-size: 14px;
        margin-top:-5px;
        
        /*display:none!important; /*Временная мера*/
    }
    .tovar__btns {
        margin: 0 10px 16px;
        overflow:hidden;
    }
    
    .tovar_short .tovar__btn {
        /*margin: 0;
        width: 100%;
        float: none;*/
        font-size: 10px;
        line-height: 10px;
        font-weight: 500;
        padding: 10px;
        display:block;
        margin: 0 8px 0 0;
        width: 120px;
    }
    .tovar_short .tovar__btn_buy {
        display:none;
    }
    tovar_short2 .tovar__btn {
        margin: 0;
        width: 100%;
        float: none;
        font-size: 10px;
        line-height: 10px;
        font-weight: 500;
        padding: 10px;
        display:block;
    }
    .tovar_short2 .tovar__btn_buy {
        display:none;
    }
    
    .tovar_full {
        height: auto;
        width: auto;
        margin: 10px;
        float: none;
        position: relative;
    }
    .tovar_full .tovar_wrap {
        height: auto;
        width: auto;
        position: relative;
        border-radius: 7px;
        background: #FFFFFF;
        border: 1px solid #EAEAE4;
        overflow: hidden;
        transition: all 0.5s ease 0s;
    }
    .tovar_full__img {
        float: none;
        width: 100%;
        height: 230px;
        margin-right: 0;
    }
    .tovar_full .tovar__label {
        position: absolute;
        top: 20px;
        left: 0;
        font-size: 10px;
        line-height: 20px;
    }
    .tovar_full .tovar__title {
        font-size: 18px;
        line-height: 22px;
        margin: 20px 20px 12px;
    }
    .tovar__tprice {
        font-size: 13px;
        margin: 0 20px 10px;
    }
    .tovar_full_labeled .tovar_wrap {
        border: 2px solid #FD9C02;
    }
    .tovar_full .tovar__btns {
        margin: 20px 12px;
        position: relative;
        left: unset;
        bottom: unset;
    }
    .tovar_full .tovar__bonus {
        margin-left: 0;
        padding: 5px 1px 4px 33px;
        width: 110px;
        float: right;
    }
    
    
    .b-page__actions .center-box {
        padding: 15px 5px 10px;
        overflow: hidden;
    }
    .action__list {
        position: relative;
        margin: 0;
        padding: 0;
        overflow: auto;
    }
    .action {
        display: inline-block;
        margin: 15px;
        width: 266px;
        height: 150px;
        border: 1px solid #EAEAE4;
        border-radius: 10px;
        padding: 20px;
        cursor: pointer;
        position: relative;
        white-space: normal;
        transition: box-shadow 0.5s ease 0s;
        overflow: hidden;
    }
    .action__desc {
        font-size: 12px;
        line-height: 16px;
    }
    .action__desc br {
        display:none;
    }
    .action__list__right {
        opacity:0;
    }
    .action__list__left {
        opacity:0;
    }
    
    .b-page__zayavka {
        margin-top: 0;
        width: 100%;
        height: auto;
    }
    .zayavka__img {
    display: none;
}
.zayavka__title {
    margin-left: 0;
    width: 100%;
    padding: 60px 20px 20px;
    font-size: 28px;
    line-height: 28px;
}
.zayavka__subtitle {
    margin-left: 0;
    width: 100%;
    padding: 0 20px 20px;
}
.zayavka__success {
    margin-left: 0;
    width: 100%;
    padding: 0 20px 20px;
}
.zayavka__form {
    margin-left: 0;
    width: 100%;
    padding: 0 20px 60px;
    background: transparent;
}
.zayavka__input {
    width: 100%;
    border: 0;
    margin-right: 0;
    margin-bottom: 20px;
    floaT: none;
}
    
    .footer {
        padding: 45px 20px 30px;
    }
    .footer__logo {
        float: none;
        padding: 0;
        width: 100%;
        margin-bottom:20px;
    }
    .footer__content {
        float: none;
        width: 100%;
    }
    .footer__content__telefon {
        float: left;
        margin: 0;
    }
    .footer__content__location {
        float: left;
        width: 240px;
    }
    .footer__content__socials {
        float: right;
        margin: -5px 0 0 0;
    }
    .footer__content__location {
        padding-left: 0;
        margin-top: 0;
    }
    .b-page__bottommenu .center-box {
        padding: 30px 20px 40px;
    }
    
    .bottom__menu {
        float: none;
        width: 100%;
        margin: 0;
    }
    
    .menu__group {
        width:50%;
    }
    .menu__group_left {
        float:left;
    }
    .menu__group_right {
        float:right;
    }
    .bottom__menu__item1 {
        line-height: 34px;
    }
    
    .b-page__copyright .center-box {
        padding: 20px 20px;
        display: flex;
        flex-flow: column;
    }
    .copyright {
        font-size:14px;
        line-height:14px;
    }
    
    .copyright__item1 {
        float:none;
        order:1;
        padding:10px 0;
    }
    .copyright__item2 {
        float:none;
        order:2;
        text-align:left;
        padding:10px 0;
    }
    .copyright__item3 {
        float:none;
        order:3;
        padding:10px 0;
    }
    
    .section-header.section-header_lestn {
        /*background-position: center left !important;*/
    }
    .section-header {
        /*background-position: center right -200px !important;*/
    }
    .section-header.section-header_lestn, .section-header.company-header {
        background-position: center left !important;
    }
    .section-header .center-box {
        /*background:#ffffffbb;*/
        background:#ffffff88;
    }
    .section-header.section-header_lestn .center-box, .section-header.company-header .center-box{
        background: transparent;
    }
    .b-page__section-header {
        height: auto;
    }
    .section-header__h1 {
        font-size: 28px;
        line-height: 38px;
        margin: 28px 0 10px;
    }
    .section-header__subtitle {
        font-size: 14px;
        line-height: 22px;
    }
    
    .navigate__menu__a_catalog {
        width: 150px;
        font-size: 14px;
        line-height: 14px;
        padding: 23px 0 23px 40px;
        margin-left: 20px;
        background: url(/images/navigate__menu__a_catalog.png) center left 0 no-repeat;
    }
    .topbtn_cart {
        background: #EAEAE4;
        padding: 12px 20px 11px 20px;
        width: auto;
        height: auto;
        font-size: 13px;
        line-height: 13px;
        position: absolute;
        right: 0;
        top: 12px;
    }
    .topbtn_cart:hover {
        background: #4FAE3C;
        color: #ffffff;
    }
    .navigate__menu__li:hover .navigate__menu__a_catalog {
        background-image: url(/images/navigate__menu__a_catalog.png);
    }
    .navigate__menu__li:hover .navigate__menu__a, .navigate__menu__a.active {
        background-color: #fff;
        color: #3D8635;
        text-decoration: none;
    }

/***/
.contact-line .block-img  {
    float:none;
    width:100%;
    text-align:center;
    display:block !important;
}

.contact-line .block-text  {
    float:none;
    width:100%;
}
.contact-item {
    float:none;
    width:100%;
    padding:0 10px 20px 50px;
}


.mainpage-header_text {
    float: none;
    width: auto;
}
.mainpage-header__h1 {
    font-size: 32px;
    line-height: 32px;
    color: #333;
    margin-top:30px;

}
.mainpage-header__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.mainpage-header_btn {
    padding: 12px 20px 11px 20px;
    font-size: 13px;
    line-height: 13px;
    margin-top: 25px;
}
.mainpage-header_box {
    float: none;
    width: auto;
    margin: 20px -2%;
    overflow:hidden;
}
.mainpage-header_box .clear {
    display:none;
}
.mainpage-header_box .catalog_item {
    display: block;
    width: 46%;
    height: 180px;
    margin: 10px 2%;
    font-size: 16px;
    line-height: 16px;
    
}
.mainpage-header_box .catalog_item:hover {
    margin: 10px 2%;
}

 .catalog_item {
    display: block;
    width: 46%;
    height: 180px;
    margin: 10px 2%;
    font-size: 16px;
    line-height: 16px;
    
}
 .catalog_item:hover {
    margin: 10px 2%;
}
.catalog_item span {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.tovars h3 {
    font-size: 32px;
    line-height: 32px;
    float: none;
}
.all-btn {
    margin-top: 0;
}
.tovar_other {
    height: auto;
    width: 48%;
    margin: 10px 1%;
    float: left;
    padding-bottom: 70px
}
.tovar_other:hover {
    margin: 10px 1%;
}
.tovar_other .tovar__img {
    height: 110px;
}
.tovar_other .tovar__btn {
    width: 100%;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    padding: 10px;
    display: block;
}

    .tovar_other .tovar_wrap {
        height: auto;
        width: 100%;
    }
    .tovar_other:hover .tovar_wrap {
        top:0;
    }
    .tovar_other_labeled .tovar_wrap {
        border: 1px solid #FD9C02;
    }

.company-content h2 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 50px;
}
.company-content h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}
.company-right {
    display:none;
}
.tovar_project {
    height: auto;
    height: 340px;
    width: 340px;
    margin: 15px auto;
    float: none;
    padding: 230px 25px 25px;
}  
.tovar_project:hover {
    margin: 15px auto;
}  
.tovar_project .tovar__btn {
    width: 100%;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    padding: 10px;
    display: block;
}
.tovar_project .tovar__title {
    margin: 10px 0;
}

.section-header_item .center-box {
    padding: 30px 0 0;
}
.section-header_item .breadcrumbs {
    padding:0 20px;
}

.section-header__left {
    float: none;
    width: 100%;
}
.section-header__left.first {
    margin-bottom: 20px;
    padding:0 20px;
}

.section-header__right {
    float: none;
    width: 100%;
    overflow: auto;
    overflow: unset;
}
.section-header__right.first {
    /*display:none;*/
}
.section-header__right.first img {
    /*display:none;*/
    max-width:100%;
}
.icons_block {
    margin-top: 0;
}

.section-header__gallery {
    height: 260px;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
}
.section-header__gallery .tovar__label {
    font-size: 10px;
    line-height: 18px;
}

.section-header__calc {
    height: auto;
    width: 100%;
    /*overflow: hidden;*/
    border-radius: 0;
    background: rgba(79, 174, 60, 0.2);
    position: relative;
    padding: 40px 20px;
}
.to-basket {
    position: relative;
    right: unset;
    top: unset;
    display: inline-block;
    background: #3D8635;
    color: #fff;
    width: auto;
    height: auto;
    border-radius: 26px;
    font-size: 13px;
    line-height: 13px;
    padding: 12px 21px;
    cursor: pointer;
    margin-top: 15px;
}
.variants .price_old {
    font-size: 11px;
    line-height: 25px;
}
.variants .price {
    font-size: 22px;
    line-height: 22px;
}
.dopvariants {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.calc_item {
    margin-left: 0;
    margin-right:10px;
}
.tabmenu {
    white-space: nowrap;
    overflow: auto;
    line-height: 14px;
    font-size: 14px;
}


.mob_tablet {
    color:#fff;
    border-bottom:1px solid #fff;
    padding:15px 25px 12px;
    text-transform:uppercase;
    background:#4FAE3C url(/svg/mob_tablet.svg) center right 25px no-repeat;
}
.mob_tablet_first {
    margin-top:30px;
}
.mob_tablet_open {
    background:#4FAE3C url(/svg/mob_tablet_open.svg) center right 25px no-repeat;
}
.mob_tab {
    overflow:hidden;
    displaY:none;
}
.mob_tab.mob_tab_open {

    displaY:block;
}


.tovar-desc-left {
    float: none;
    width: 100%;
}
.tovar-desc-right {
    float: none;
    width: 100%;
}
.tovar-desc h3 {
    font-size: 24px;
    line-height: 24px;
    float: none;
}
.tovar-desc .tovar__desc {
    margin: 0 0 50px;
    font-size: 12px;
    line-height: 20px;
}
.tovar-desc .tovar__desc__line {
    font-size: 12px;
    margin: 5px 0 10px;
}
.tovar__desc__line span.dotted:before {
    top: 13px;
}

.tovar__desc_item {
    float: none;
    padding: 0;
    width: 100%;
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    cursor: pointer;
}
.tovar__desc_item:first-child {
    margin: 0;
    margin-bottom: 20px;
}
.tovar__desc_item-title {
    font-size: 16px;
    line-height: 22px;
    height: 85px;
    font-weight: 500;
    color: #344738;
    padding: 12px 0 17px 85px;
}
.tovar__desc_item-img {
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
}
.dop-list2 {
    white-space: nowrap;
    overflow: auto;
}
.dop-item2 {
    float:none;
}
.dop-list2__left {
    display:none;
    opacity: 0;
    z-index:0;
}
.dop-list2__right {
    display:none;
    opacity: 0;
    z-index:0;
}
.dop-list {
    white-space: nowrap;
    overflow: auto;
}
.dop-list__left {
    display:none;
    opacity: 0;
    z-index:0;
}
.dop-list__right {
    display:none;
    opacity: 0;
    z-index:0;
}

.info-desc {
    padding: 40px 0 55px;
    padding: 0;
}
.tovar-desc-left2 {
    float: none;
    width: 100%;
}
.tovar-desc-right2 {
    float: none;
    width: 100%;
    margin-top: 50px;
}
.tovar-desc .info__desc {
    margin: 0 0 0;
    font-size: 12px;
    line-height: 18px;
}
.info__desc_item {
    float: none;
    padding: 0;
    width: 100%;
    position: relative;
    margin: 0 0 20px;
    cursor: pointer;
}
.info__desc_item-title {
    font-size: 16px;
    line-height: 22px;
    height: auto;
    font-weight: 500;
    color: #344738;
    padding: 5px 0 15px 50px;
}
.info__desc_item-img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.info__desc_item-img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}
b-page__tovars h3 {
    font-size: 30px;
    line-height: 30px;
    float: none;
}
.all-btn {
    float: left;
}
.gallery_list {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 20px;
    left: 10px;
    overflow: auto;
    opacity: 1;
    white-space: nowrap;
    margin: 0;
    text-align: center;
    z-index:30;
}
.gallery_list .gallery_item {
    display: inline-block;
    background-size: cover!important;
    width: 8px;
    height: 8px;
    margin: 6px 6px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: margin 0.5s ease 0s;
}
.gallery_list .gallery_item.active {
    margin: 5px 8px;
    border-radius: 5px;
    background: #3d8635;
}
.gallery_list .gallery_item .gallery_item_img {
    opacity: 0!important;
}
.gallery_list_left {
    opacity:0!important;
}
.gallery_list_right {
    opacity:0!important;
}

.fos-box  {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0;
    padding-top: 115px;
    padding-bottom: 54px;
} 
.fos-box .fos-box-close {
    top: 130px;
    right: 10px;
}
.fos-box .fos-box-title {
    font-size: 32px;
    line-height: 32px;
}
.navigate__submenu {
    padding:20px 0;
    display:none;
    box-sizing: border-box;
}
.navigate__submenu.show {
    height:auto;
    display:block;
}
.navigate__submenu__a_type2 {background:#fff;text-transform:uppercase; padding:0 30px;}

.navigate__submenu__a:hover {
    background-color:#F8F8F6;
}
.mobmenu-top {
    padding:10px 20px 10px 60px;
    height:60px;
    position:relative;
    background:#3D8635;
    display:none;
}
.mobmenu-top.active {
    display:block;
}
.mm-switch {
    border:1px solid #4FAE3C;
    border-radius:3px;
    width:100%;
    overflow:hidden;
}
.mm-switch-item {
    float:left;
    width:50%;
    text-align:center;
}
.mm-switch-item {
    float:left;
    width:50%;
    text-align:center;
    color:rgba(255, 255, 255, 0.7);
    font-size:14px;
    line-height:14px;
    padding:14px 12px 10px;
    text-transform:uppercase;
    letter-spacing: 0.1em;
}
.mm-switch-item.active {
    background:#4FAE3C;
    color:#fff;
}

.mm-close {
    position:absolute;
    left:0;
    top:0;
    width:60px;
    height:60px;
    background:url(/images/mm-close.png) center no-repeat;
}


.action_item {
    display: block;
    float: none;
    margin: 20px 0;
    width: auto;
    box-sizing: border-box;
    height: auto;
}
.company-header_submenu ul li {
    margin-right: 10px;
}
.company-header_submenu ul li a {
    font-size: 12px;
}
.company-content {
    
}
.sert-box {
    overflow: auto;
    white-space: nowrap;
}
.sert-box a {
    display: inline-block;
    float: none;
}

.review-filter {
    display:none;
}

.review-item {
    float: none;
    margin: 20px 0;
    width: auto;
    overflow: hidden;
}
.review-item iframe {
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 5px;
    width: 100%;
    height: 200px;
}
.review-list {
    margin: 20px -20px;
}

.article_item {
    display: block;
    float: none;
    margin: 20px 0;
    width: auto;
    box-sizing: border-box;
    height: auto;
}

.dop-item2:hover {
   border: 1px solid #EAEAE4;
}
.dop-item2 .dop-item2-cost span:hover {
    background:#EAEAE4;
    color:#344738;
}
.dop-item2.active {
   border: 1px solid #4FAE3C;
}

.dop-item2.active .dop-item2-cost span {
    background:#4FAE3C;
    color:#fff;
}
.dop-item2 {
    margin:10px 5px;
}
    
.gallery_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    z-index:20;
    background:url(/images/mobil-left.png) left 10px center no-repeat;
} 
.gallery_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    z-index:20;
    background:url(/images/mobil-right.png) right 10px center no-repeat;
}   

.tovar__desc_item-text {
    height: auto;
}

.fix-me {
    position:fixed;
    left:0;
    top:0;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    background: rgb(220 239 216);
    padding: 10px;
    z-index:1000;
}
.fix-me .variants.pricetop {
    width: 100%;
    margin-bottom: 15px;
    float: none;
}
.fix-me .variants.pricetop .to-basket {
    position: absolute;
    right: 0;
    top: 5px;
}
.fix-me .title_top {
    padding:10px 0 5px 60px;
    line-height:24px;
    font-size:24px;
    font-weight:700;
    color:#2B5F2E;
    height:auto;
    margin-top:10px;
    background: url(/images/fixme_logo.png?1) left center no-repeat;
    background-size:contain;
    float:none;
}


/******/
.cart_list {
    float: none;
    width: 100%;
}
.cart_fos {
    float: none;
    width: 100%;
    position: relative;
}
.cart_list .cart_item {
    height: auto;
}
.cart_list .cart_item_img {
    float: none;
    width: 100%;
}
.cart_list .cart_item_content {
    float: none;
    padding: 20px;
    width: 100%;
}
.cart_list .cart_item .tovar__desc {
    font-size: 10px;
    line-height: 16px;
}
.cart_list .cart_item .tovar__desc__line span.dotted {
    width: auto;
    margin-right: 20px;
    font-weight: 500;
}
.cart_list .cart_item .tovar__desc__line span.dotted:before {
    border-bottom: 0; 
}
.cart_list .cart_subtitle {
    line-height: 24px;
    font-size: 18px;
}
.cart_list .cart_dop {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
}
.cart_list .cart_dop_img {
    height: 90px;
    border-radius: 7px;
    float: left;
    width: 90px;
    margin: 10px;
    overflow: hidden;
    background-size: cover!important;
}
.cart_list .cart_dop_content {
    padding: 17px;
    position: relative;
    height: auto;
    padding-bottom: 55px;
    padding-right:40px;
}
.cart_list .cart_dop_cost_count {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 60px;
}
.cart_fos .fos-box {
    width: 100%;
}
.cart_fos .fos-box .fos-box-title {
    font-size: 24px;
    line-height: 30px;
}
.cart_fos .fos-box .fos-box-subtitle {
    font-size: 14px;
    line-height: 18px;
}
.cart_fos .fos-box .blo-policy {
    font-size: 14px;
    line-height: 18px;
}

.cart_fos .cart_itog {
    padding:15px;
    font-size:14px;
    line-height:24px;
    font-weight:500;
    margin-bottom:30px;
}
.cart_fos .cart_itog span {
    display:inline-block;
    margin-left:30px;
    color:#C61313;
    font-weight:700;
}
.fix-cart.on {
    position: relative;
    top:unset;
    background:#fff;
    z-index:1000;
    
}
.fix-cart.on.stop {
    position: relative;
    top:unset;
    bottom:unset;
    background:#fff;
    z-index:1000;
    
}
.section-header__proj {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 30px; 
    height:auto; 
}


.project_btn {
    position: relative;
    right: unset;
    top: unset;
    background: #3D8635;
    color: #fff;
    width: 100%;
    height: auto;
    border-radius: 26px;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 16px 16px 16px;
    cursor: pointer;
    text-align:center
}

.fl1 {
    float:none;
    width:100%;
}
.fl2 {
    float:none;
    width:100%;
}
.lestn-left {
    float:none;
    width:100%;
}
.lestn-right {
    float:none;
    width:100%;
    height:auto;
    margin:40px 0 0;
    padding:20px;
}
.lestn_fos_title {
    font-size: 24px;
}
.lestn-right h3.subtitle {
    font-size: 18px;
    line-height: 21px;
}
.lestn_type {
    float:left;
    width:48%;
    padding:10px 0 10px 60px;
    margin-right:2%;
    margin-bottom:20px;
    box-sizing: border-box;
}
.kozir_type {
        margin-right:0;
        width:48%;
    }
.form_line input[type="submit"] {
        margin-top:10px;
        
    }
    
.fos-box.fos-quick {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    padding-top: 115px;
    padding-bottom: 54px;
}
.fos-box.fos-quick .fos-box-content {
    height: 100%;
    overflow: auto;
}


.dop-lines {
    position: relative;
    padding: 0 0;
    margin: 20px 0;
}
.dl-mobclear {
    height:0px; width:100%; clear:both; 
    margin:15px 0;
    display: block;
}
.dl-title {
    display:block;
    float:none;
    width:100%;
    margin-right:0;
    padding-left:32px;
    font-size: 14px;
}
.new_tepl_page .dl-title {
    width: 260px;
    float:left;
    position: relative;
    padding-right:20px;
}
.dl-info {
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    float: none;
    width: 16px;
    height: 16px;
    margin-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    background: url(/svg/info.svg) center no-repeat;
    z-index: 100;
}
.dl-check {
    display:block;
    float:none;
    position:absolute;
    left:20px;
    top:15px;
    width: 20px;
    height: 20px;
    margin-right:0;
}
.dl-cost {
    font-size: 14px;
    width: 60px;
    margin-right: 0;
    float: right;
    margin-left: 0;
    text-align: right;
}
.dl-montaj {
    margin-right:20px;
    margin-left:32px;
    font-size: 14px;
    display:none;
}
.dl-count {
    float:right;
    display:none;
}
.dop-line.active .dl-montaj {
    display:block;
}
.dop-line.active .dl-count {
    display:block;
}
.dop-line.active .dl-title {
    margin-bottom:20px;
}

    .gryad-wrap {
        overflow:auto;
        height: auto;
        margin:10px 0;
    }
.gryad-lines {
    position: relative;
    padding: 0 0;
    margin: 20px 0;
}
.gl-mobclear {
    height:0px; width:100%; clear:both; 
    margin:15px 0;
    display: block;
}
.gl-title {
    display:block;
    float:none;
    width:260px;
    margin-right:0;
    padding-left:45px;
    font-size: 14px;
}
.gl-check {
    display:block;
    float:none;
    position:absolute;
    left:10px;
    top:15px;
    margin-right:0;
}
.gl-cost {
    font-size: 14px;
    width: 60px;
    margin-right: 0;
    float: right;
    margin-left: 10px;
    text-align: right;
}
.gl-montaj {
    margin-right:10px;
    font-size: 14px;
}
.gl-count {
    display:block;
    float:right;
}

.section-header__filter.topfilter-project {
        display:block;
}
.project-filter {
        display:none;
}

.new_tepl_page .action-labels {
    white-space: nowrap;
    overflow: auto;
    padding: 10px;
}
.new_tepl_page .action-label {
    float: none;
    display: inline-block;
}
.new_tepl_page h1 {
    margin-bottom: 20px;
    padding: 0 20px;
}

.new_tepl_page .gallery_list2 {
    position: absolute;
    top: unset;
    bottom: 10px;
    width: 100%;
    height: 16px;
    left: unset;
    right: unset;
    overflow: hidden;
    opacity: 1;
    white-space: nowrap;
    margin: 0;
    z-index: 30;
    text-align: center;
}

.new_tepl_page .gallery_list2 .gallery_item2 {
    display: inline-block;
    background-size: cover!important;
    width: 6px;
    height: 6px;
    margin: 3px 8px;
    border-radius: 6px;
    border: 0;
    background: #93a094;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
}
.new_tepl_page .gallery_list2 .gallery_item2:hover {
    margin: 3px 8px;
    opacity: 1;
    box-shadow: unset;
}
.new_tepl_page .gallery_list2 .gallery_item2.active {
    margin: 0 8px;
    opacity: 1;
    box-shadow: unset;
    border: 0;
    background: #4FAE3C;
    width: 12px;
    height: 12px;
}
.new_tepl_page .gallery_list2 .gallery_item2.active:hover {
    margin: 0 8px;
    opacity: 1;
    box-shadow: unset;
}
.gallery_list2 .gallery_item2 .gallery_item_img {
    opacity: 0;
}
.gallery_list2 .gallery_item2.active .gallery_item_img {
    opacity: 0;
}

.gallery_left2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 20;
    background: url(/images/mobil-left.png) left 10px center no-repeat;
}
.gallery_right2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 20;
    background: url(/images/mobil-right.png) right 10px center no-repeat;
}


.gallery_list_left2 {
    display:none;
}
.gallery_list_right2 {
    display:none;
}
.new_tepl_page .section-header__gallery {
    width:100%;
    height:260px;
    /*margin-bottom: 52px;*/
    margin-bottom: 0;
    background-size: cover;
}
.new_tepl_page .topbb {
    margin-bottom: 0;
    float: left;
    text-align: right;
}
.new_tepl_page .price_title {
    text-align: right;
    width: 100%;
}
.new_tepl_page .price_old {
    margin-top: 26px;
}
.new_tepl_page .section-header__left .tovar__desc {
    padding: 0 20px;
}
.new_tepl_page .section-header__left h3 {
    padding: 0 20px;
}
.new_tepl_page .section-header__subtitle {
    padding: 0 20px;
}
.dop-line_head {
    display:none;
}

.new_tepl_page .tabmenu-box .center-box {
    padding: 40px 20px 30px;
}
.new_tepl_page .calc_item {
    width: 90px;
}
.new_tepl_page .calc_item.ci-wide {
    width: 100%;
    margin:0 0 10px;
}
.new_tepl_page h3.p90 {
    margin-top: 40px;
}
.tovar_desc2_item-b {
    float: none;
    width: 100%;
    margin-right: 0;
}
.tovar_desc2_item-a {
    float: none;
    width: 100%;
    margin-right: 0;
}
.tovar_desc2_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.tovar_desc2_text {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}
.tovar_desc2_item {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
}
.new_tepl_page .tovar__desc_item {
    margin-bottom: 40px!important;

}
.new_tepl_page .garant_text {
    margin-right: 0;
    float: none;
    width: 100%;
}
.new_tepl_page .sert-box {
    overflow: auto;
    padding-top: 10px;
}
.new_tepl_page h3 {
    font-size: 28px;
    line-height: 40px;
    color: #2B5F2E;
    margin:10px 0;
}
.new_tepl_page .company-content h3 {
    font-size: 28px;
    line-height: 40px;
    color: #2B5F2E;
    margin:10px 0;
    font-weight:700;
}
.new_tepl_page .action_items_box {
    margin: 0;
}
.new_tepl_page .review-list {
    margin: 0;
}
.new_tepl_page .b-page__content .center-box {
    padding: 20px;
}
.new_tepl_page .b-page__tovars .center-box {
    padding: 0 20px;
}
.new_tepl_page .project-list {
    margin: 0 -15px;
}
.new_tepl_page #dd1 .center-box {
    padding: 0 0;
}
.new_tepl_page #dd1 h3 {
    padding: 0 20px;
}

.new_tepl_page .fix-me.on {
    height: auto;
    background: #fff;
    padding: 17px 0 0;
    display:none;
}
.new_tepl_page .fix-me.on .center-box {
    padding: 0 20px;
    background-size: contain!important;
    height: auto;
    position: relative;
    background: none!important;
}
.new_tepl_page .fix-me .title_top {
    padding: 0;
    height: auto;
    margin-top: 0;
    background: unset;
    float: right;
    margin-bottom: 10px;
}

.new_tepl_page .fix-me .pricetop {
    text-align: right;
    overflow: hidden;
    width: 100%;
}
.new_tepl_page .fix-me .price_old {
    float: none;
    display: inline-block;
}
.new_tepl_page .fix-me .price {
    float: none;
    display: inline-block;
}
.new_tepl_page .fix-me .tabmenu {
    display: none;
}
.new_tepl_page .fix-me.on .to-basket {
    position: relative;
    right: 0;
    top: unset;
    float: right;
}

.new_tepl_page .tovars h3 {
    margin: 20px 0;
}

.new_tepl_page .all-btn {
    float: right;
    margin: 0;
}

.bottom100 {
    padding-bottom:50px!important;
}
.top60 {
    padding-top:50px!important;
}
.chefix_company {
    padding-bottom: 0px; 
    margin-bottom: 0px
}

.location.open .location__list {
    width: auto;
}

.new_tepl_page .dop-line.open .dl-desc {
    z-index:3100;
    display:block;
    position:absolute;
    padding:8px 0;
    background: #Fff;
    width:100%;
    right:unset;
    top:unset;
    left:0;
    box-shadow: 0px 5px 20px rgba(43, 95, 46, 0.15);
    border-radius: 7px;
    
}
.new_tepl_page .dop-line.open .dl-desc .dl-close {
        position: absolute;
        width: 32px;
        height: 32px;
        top: 6px;
        right: 6px;
        background: url(/images/fos-close.png) top center no-repeat;
        cursor: pointer;
        z-index:100;
    }
.new_tepl_page .action_item_popup {
    display:none;
    position:absolute;
    top:unset;
    left:0;
    margin:auto;
    background:#fff;
    z-index:3100;
    cursor:auto;
    overflow: visible;
    width:100%;
}
.action_item_popup .aip-close {
        position: absolute;
        width: 32px;
        height: 32px;
        top: 6px;
        right: 6px;
        background: url(/images/fos-close.png) top center no-repeat;
        cursor: pointer;
        z-index:100;
    }

.b-page__section-header.section-filter .center-box {
    padding: 0 20px 0;
}
.section-filter .section-header__filter {
padding: 30px 0;
height:auto
}
.section-filter .section-header__filter {
    margin: 5px 0 0!important;
}

.new_tepl_page .variants .price {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #C61313;
}
.new_tepl_page .to-basket {
    width: auto;
    height: 36px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    padding: 12px 20px 12px 20px;
    margin-bottom: 15px;
    margin-top:0;
}
.new_tepl_page .to-quick {
    width: auto;
    height: 36px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    padding: 12px 20px 12px 20px;
    margin-bottom: 0;
}

.dop-line {
    padding: 15px 20px;
}

/***/

.step_hide {
    display:none;
}
.step_show {
    display:block;
}
.cart_content {
    position: relative;
    min-height: auto;
}
.b-page__cart {
    
}
.b-page__cart .section-header__h1 {
    
}
.b-page__cart .center-box {
    padding: 30px 20px 10px;
}
.b-page__content.b-page__cart .center-box {
    padding: 10px 20px 10px;
}
.cart_step_title {
    color: #93A094;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; 
    margin-bottom:27px;
}
.cart_step_title span.this {
    color: #344738;
}

.cart_bottom_step1 {
    padding:30px 20px;
    margin:0 -20px;
    background: #F4FAF0;
}
.cart_bottom_step1 .cart_itog {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.cart_bottom_step1 .cart_itog span {
    display: inline-block;
    color: #C61313;
    font-weight: 700;
    float: right;
}

.cart_step_btn {
    display:block;
    text-decoration:none;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width:100%;
    line-height:20px;
    padding: 16px 20px;
    border-radius: 50px;
    background: #3D8635;
}


/*карточки товаров*/
    .cart_step1 .cart_wrap {
        margin-top:15px;
        margin-bottom:40px;
    }
    .cart_step1 .nones {
        opacity:0.3;
    }
        .cart_step1 .cart_item {
            margin-bottom:40px;
            border-radius: 7px;
            background: #FFF;
            border: 1px solid #EAEAE4;
            padding:25px 20px;
            position:relative;
        }
        .cart_step1 .cart_item:hover {
            border: 1px solid #FFF;
            box-shadow: 0px 5px 20px 0px rgba(43, 95, 46, 0.15);
        }
            .cart_step1 .cart_item_header {
                margin-bottom:20px;
            }
        
            .cart_step1 .cart_item_title {
                color: #000;
                font-size: 20px;
                font-style: normal;
                font-weight: 500;
                line-height: 22px;
                display:inline-block;
            }
            .cart_step1 .cart_item_edit {
                height:16px;
                width:16px;
                margin-left:15px;
                
                display:inline-block;
                background:url(/svg/cart_item_edit.svg) center no-repeat;
            }
            .cart_step1 .cart_item_edit:hover {
                background:url(/svg/cart_item_edit_hover.svg) center no-repeat;
            }
            .cart_step1 .cart_item_delete {
                position:absolute;
                width:24px;
                height:24px;
                right:5px;
                top:5px;
                background:url(/images/cart_delete.png?1) center no-repeat;
                cursor:pointer;
                z-index:10;
            }
            
            .cart_step1 .cart_item_cost_count {
                overflow:hidden;
                float:left;
            }
            
                .cart_step1 .cart_item_cost {
                    line-height: 25px;
                    font-size: 20px;
                    font-weight: 700;
                    color: #C61313;
                    margin-right:0px;
                    float:left;
                }
                .cart_step1 .cart_item_count {
                    height: 25px;
                    line-height: 25px;
                    font-size: 14px;
                    float:left;
                    text-align:center;
                    padding:0 25px;
                    width:75px;
                    margin-right:0px;
                    position:relative;
                }
                .cart_step1 .cart_item_minus {
                    height: 25px;
                    width:25px;
                    background: #F9F9F7;
                    border-radius: 5px;
                    position:absolute;
                    top:0;
                    left:0;
                    cursor:pointer;
                }
                .cart_step1 .cart_item_plus {
                    height: 25px;
                    width:25px;
                    background: #F9F9F7;
                    border-radius: 5px;
                    position:absolute;
                    top:0;
                    right:0;
                    cursor:pointer;
                }
        .cart_step1 .cart_item_content {
            overflow:hidden;
        }
        .cart_step1 .cart_item_img {
            float: left;
            width: 140px;
            height:107px;
            background-size:cover!important;
            margin-right:20px;
            border-radius: 3px;
        }
        .cart_step1 .tovar__desc {
            float:none;
            font-size:12px;
            line-height: 20px;
            font-weight: 400;
            color: #333333;
            margin: 20px 0 0;
            width:500px;
        }
        .cart_step1 .tovar__desc__line span.dotted:before {
            top: 18px;
        }
        
        .cart_step1 .dop-lines {
            position: relative;
            padding: 0;
            margin: 35px 0 0;
        }
        .cart_step1 .dop-line_head {
            display: block;
            padding:12px 0;
            border-bottom:1px solid #EAEAE4;
            color:#333;
            font-size: 16px;
            font-weight: 500;
        }
        .cart_step1 .dl-title {
            padding-left:0;
            padding-right: 60px;
        }
        .cart_step1 .dop-line_head .dl-title {
            font-size:16px;
        }
        .cart_step1 .dop-line {
            padding: 15px 0;
        }
        
        .cart_step1 .dl-cost {
            margin-right: 0;
            margin-left: 10px;
            position:absolute;
            top:15px;
            right:0px;
            width:60px;
        }
        .cart_step1 .dl-montaj {
            margin-left:0;
        }
        .cart_step1 .dop-line:hover .dl-desc {
            display:none;
            overflow: visible;
        }
        .cart_step1 .dl-info {
            display:inline-block;
            margin:0 0 -3px 5px;
            position: relative;
            top: unset;
            right: unset;
        }

        
        .cart_step1 .dop-line.open .dl-desc {
            z-index:3100;
            display:block;
            position:absolute;
            padding:8px 0;
            background: #Fff;
            width:340px;
            right:unset;
            top:unset;
            left:120px;
            box-shadow: 0px 5px 20px rgba(43, 95, 46, 0.15);
            border-radius: 7px;
            
        }
        
            .cart_step1 .dop-line.open .dl-desc .dl-close {
                position: absolute;
                width: 32px;
                height: 32px;
                top: -32px;
                right: -32px;
                background: url(/images/fos-close.png) top center no-repeat;
                cursor: pointer;
                z-index:100;
            }
            
            .cart_step1 .cart_dop_minus {
                display: inline-block;
                width: 25px;
                height: 25px;
                background: #EAEAE4;
                border-radius: 5px;
                cursor: pointer;
                text-align: center;
            }
            .cart_step1 .cart_dop_plus {
                display: inline-block;
                width: 25px;
                height: 25px;
                background: #EAEAE4;
                border-radius: 5px;
                cursor: pointer;
                text-align: center;
            }
            
        .cart_step1  .dl_wrapper {
            z-index:3000;
            position: fixed;
            left:0;
            top:0;
            width:100%;
            height:100%;
            display:none;
            background: rgba(0, 0, 0, 0.1);
            transition: opacity 0.5s ease 0s;
        }
        
/*форма*/
.cart_step2 .fos-box_mob {
        position:relative;
        left: unset;
        top: unset;
        width:100%;
        height:auto;
        margin-left: 0;
        margin-top: 0;
        background: rgb(244 250 240);
        border-radius: 15px;
        padding: 25px 20px;
        margin: 30px 0 40px;
    }
        .cart_step2 .fos-box_mob .fos-box-title {
            color: #2B5F2E;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
        .cart_step2 .fos-box_mob .fos-box-subtitle {
            color: #555;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; 
            margin: 20px 0 ;
        }
        .cart_step2 .fos-box_mob input[type="text"] {
            display: block;
            width: 100%;
            margin: auto;
            color: #344738;
            background: #fff;
            padding: 16px 20px;
            border-radius: 5px;
            border: 0;
            outline: 0;
            box-sizing: border-box;
            font-size: 16px;
            line-height: 20px;
        }
        .cart_step2 .fos-box_mob .blo {
            margin: 20px 0 0;
        }
        .cart_step2  input[type="submit"] {
                display:block;
                text-decoration:none;
                color: #FFF;
                text-align: center;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                width:100%;
                line-height:20px;
                padding: 16px 20px;
                border-radius: 50px;
                background: #3D8635;
                border:0;
                margin:20px 0 25px;
            background: #3D8635 url(/images/topbtn_cart_hover.png) left 22px center no-repeat;;
    
        }
    .cart_step2 .cart_itog_wrap {
        background: transparent;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }
    .cart_step2 .cart_itog_title {
        display:none;
    }
    .cart_step2 .cart_itog_info {
        color: #666;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top:25px;
    }
    .cart_step2 .cart_itog_info span.dotted {
        display:inline-block;
        width:120px;
        position:relative;
    }
    .cart_step2 .cart_itog_info span.nodotted {
        display:inline-block;
        width:auto;
        position:relative;
        background:transparent;
        z-index:2;
    }
    .cart_step2 .cart_itog_info span.dotted:before {
        content: "";
        position: absolute;
        top: 10px;
        z-index: 1;
        width: 100%;
        border-bottom: 1px dotted #999;
    }
    .cart_step2 .cart_itog {
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
        margin-top:30px;
        
    }
    .cart_step2 .cart_itog span {
        display:inline-block;
        color:#C61313;
        font-weight:700;
        float:right;
    }
    .cart_step2 .blo-policy {
        color: #999;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .cart_step2 .cart_payment {
        padding:25px 20px;
        border-radius: 7px;
        border: 1px solid #EAEAE4;
        margin-bottom:30px;
    }
    .cart_step2 .cart_list_title {
        color: #2B5F2E;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom:20px;
    }
    .cart_step2 .payment_item {
        color: #344738;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px; 
        padding-left:40px;
        margin-top:15px;
        background:url(../images/cst2_checkbox.png) left center no-repeat;
    }
    .cart_step2 .payment_item.active {
        background:url(../images/cst2_checkbox_active.png) left center no-repeat;
    }
    
    .cart_step2 .cart_delivery {
        padding:25px 20px;
        border-radius: 7px;
        border: 1px solid #EAEAE4;
    }
    .cart_step2 .delivery_item {
        color: #344738;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px; 
        padding-left:40px;
        margin-top:15px;
        background:url(../images/cst2_checkbox.png) left center no-repeat;
    }
    .cart_step2 .delivery_item.active {
        background:url(../images/cst2_checkbox_active.png) left center no-repeat;
    }
.tovar_short .tovar__title {
    /*font-size: 14px;
    line-height: 14px;*/
    font-size: 18px;
        line-height: 21px;
}

.tovar_short .tovar__desc {
    /*font-size:12px;*/
    font-size: 14px;
    line-height:20px;
    color:#000;
    font-weight:300;
}

.tovar_short .tovar__price {
    font-size: 12px;
        line-height: 16px;
}

}