

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
::-moz-focus-inner { border: 0; padding: 0; }
body { margin:0; padding:0;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

div{ margin:0; outline:0;}
ul {outline:0;}
a:active,
a:hover {
  outline: 0;
}
/*убираем бордюры*/
img, a:link img, a:visited img, a:hover img, a:active img { border: 0; }
a:focus { border:0px; }
/*общее оформление ссылок*/
a { color: #000; text-decoration: none; }
a:hover { color:#2B5F2E; text-decoration:underline; }


/*бэкграунд*/
html {background:#fff; max-width:100%; overflow-x:hidden;}
body {min-width:1600px; font-size: 16px; line-height: 1.3; color:#333333; font-weight:normal;}
 
/*разделитель*/
.clear { height:0px; width:100%; clear:both; }

/*все дивы в бокссайз бордер бокс*/
div {
	box-sizing: border-box;
}
a {
	box-sizing: border-box;
}
input {
	box-sizing: border-box;
}

/* обновите браузер*/
.browserupgrade {
	text-align:center;
	padding:10px;
	background:#fff;
	border-bottom:3px solid #000;
}
.browserupgrade a {
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}


/* шрифт */
body {

      color: #303030;
          
          min-height:1500px;
  }
body.fon2 {
          
          background:#fff;
          min-height:auto;
  }
/* шрифт */
body {font-family: 'Arial', sans-serif;}

html.modal-open {
    overflow-y:scroll;
}
body.modal-open {
    overflow:hidden;
    position: fixed;
    width:100%;
    /*border-right:15px solid transparent;
    box-sizing: border-box;*/
    /*overflow-y:scroll;*/
}


/*центрируем блоки*/
.center-box {
	margin:0 auto;
	width:1540px;
	position:relative;
}


/*объявление*/
.advert {
    background:#F38535;
}
    .advert__link {
        color:#fff;
        display:block;
        padding:15px 33px 15px 33px;
        line-height:20px;
        font-size:16px;
        font-weight:400;
        position:relative;
    }
    .advert__link:hover {
        color:#fff;
        text-decoration:none;
    }
    
    .advert__text {
        display:inline-block;
    }
    .advert__more {
        display:inline-block;
        height:22px;
        margin: -1px 10px -1px 32px;
        border-radius:11px;
        font-size:9px;
        line-height:9px;
        padding:8px 30px 5px 15px;
        color:#F38535;
        text-transform:uppercase;
        background: rgba(255, 255, 255, 0.7) url(/images/advert__more.png) right 15px center no-repeat;
    }
        .advert__more:hover {
            background: #fff url(/images/advert__more.png) right 15px center no-repeat;
        }
    .advert__close {
        display:block;
        position:absolute;
        height:26px;
        width:26px;
        top:12px;
        right:32px;
        background:url(/images/advert__close.png) center no-repeat;
    }
    
/*шапка*/
.header_ms {
    position:relative;
    z-index:100;
    height:240px;
    background:#fff;
    box-shadow: 0px 5px 25px rgba(43, 95, 46, 0.1);
}
.header_ms .center-box {
	width:1480px;
}

.header-top {
    height:51px;
    margin-bottom:25px;
    background: #F8F8F6;
    border-bottom: 1px solid #F0F5EF;
    position:relative;
}

    .header__content__location {
        float:left;
        width:380px;
    }
    .location {
        margin-top:9px;
        font-size:13px;
        line-height:13px;
        color:#344738;
        position:relative;
        padding:10px 0 10px 23px;
        z-index:110;
        padding-left:18px;
        background:url(/svg/location.svg) left center no-repeat;
        
    }
        .location__set {
            display:inline-block;
            padding-right:18px;
            padding-top:2px;
            background:url(/svg/location_arr.svg) right center no-repeat;
            cursor:pointer;
        }
        .location__list {
            display:none;
        }
        .location.open {
            z-index:3100;
        }
        
        .location.open .location__list {
            display:block;
            position:absolute;
            padding:8px 0;
            background: #Fff;
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
            border-radius: 5px;
            width:360px;
            z-index:110;
            top:30px;
            left:0;
        }
        .location__item {
            padding:7px 40px 7px 20px ;
            font-size:14px;
            line-height:20px;
            cursor:pointer;
            display:block;
        }
            .location__item:hover {
                background:#EAEAE4;
                background: #F8F8F6;
            }
            .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;
                }
    .location_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;
    }

    .header__content__socials {
        float:left;
        width:140px;
    }   
    .socials {
        margin-top:15px;
    }
        .socials__item {
            display:block;
            width:20px;
            height:20px;
            margin-right:15px;
            border-radius:10px;
            float:left;
            opacity:0.8;
        }
        .socials__item:hover {
            opacity:1;
        }
            /*.socials__item:hover {
                box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
            }*/
            .socials__item_vk {
                background:url(/svg/vk.svg) center no-repeat;
            }
            .socials__item_whatsapp {
                background:url(/svg/whatsapp.svg) center no-repeat;
            }
            .socials__item_tlg {
                background:url(/svg/tlg.svg) center no-repeat;
            }
            .socials__item_youtube {
                background:url(/svg/youtube.svg) center no-repeat;
            }
            .socials__item_max {
                background:url(/svg/max.svg) center no-repeat;
                background-size:cover;
            }
            
    
    .header__content__menu {
        float:right;
        width:810px;
        margin-top:15px;
    }
    .topmenu {
        display:block;
        margin:0;
        padding:0;
        list-style:none;
        font-size:14px;
        line-height:14px;
        letter-spacing: 0.03%;
        text-align:right;
    }
        .topmenu__item {
            display:inline-block;
            margin-right:20px;
        }
        .topmenu__item:last-child {
            margin-right:0;
        }
            .topmenu__link {
                color: #344738;
                display:block;
                padding:6px 0;
                font-weight:400;
                
            }
            .topmenu__link:hover {
                color:#4FAE3C;
                text-decoration:none;
            }
            
.header-content {
    position:relative;
}
    .header__logo {
        float:left;
        padding:0;
        width:620px;
        margin-right:95px;
    }
        .header__logo a {
            displaY:block;
        }
        .header__logo img {
            displaY:block;
            width:100%;
            height:auto;
        }
        
        .header__logo .logo {
            float:left;
            width:340px;
        }
        .header__logo__text {
            font-size:14px;
            line-height:16px;
            font-weight:300;
            margin-left:40px;
            float:left;
            width:230px;
            padding:16px 0 12px;
        }
    .header__content__telefon {
        float:left;
        margin-right:60px;
        margin-top:8px;
    }
    .telefon {
        text-align:right;
    }
        .telefon__number {
            display:block;
            color:#333333;
            font-weight: 500;
            font-size: 24px;
            line-height: 24px;
            
        }
            .telefon__number:hover {
                color:#4FAE3C;
                text-decoration:none;
            }
        .telefon__text {
            display:inline-block;
            font-weight: 300;
            font-size: 14px;
            line-height: 14px;
            margin-top:4px;
            padding-top:4px;
        }
            .telefon__text_location {
                padding-left:20px;
                background:url(/svg/telefon__text_location.svg) left center no-repeat;
            }
            .telefon__text_time {
                padding-left:20px;
                background:url(/svg/telefon__text_time.svg) left center no-repeat;
            }
            
    .header__content__btns {
        float:right;
        margin-top:6px;
    }
    .header__content__btn {
        display:block;
        float:right;
    }
    .topbtn {
        width: 214px;
        height: 46px;
        background: #EAEAE4;
        border-radius: 100px;
        padding: 15px 30px 15px 65px;
        color: #344738;
        font-size:15px;
        line-height:15px;
        font-weight:500;
        cursor:pointer;
        
    }
        .topbtn:hover {
            background: #4FAE3C;
            color:#ffffff;
        }
        .topbtn_cart {
            background: #EAEAE4 url(/images/topbtn_cart.png) left 25px center no-repeat;
            position:relative;
            padding-left:65px;
            background-size:20px;
        }
            .topbtn_cart:hover {
                background: #4FAE3C url(/images/topbtn_cart_hover.png) left 25px center no-repeat;
                color:#ffffff;
                background-size:20px;
            }
        .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;
        }

.header-navigate {
    margin:30px 0;
    position:relative;
}        
    .catmenu {
        display:block;
        margin:0;
        padding:0;
        list-style:none;
        position:relative;
    }
        .catmenu li {
            display:block;
            float:left;
            margin:0 10px 0 0;
            font-weight: 400;
            font-size: 15px;
            line-height: 15px;
        }
        .catmenu li:last-child {
            margin:0;
        }
        .catmenu li.li_catalog {
            color: #fff;
            padding:16px 20px 15px 50px;
            background: #4FAE3C;
            border-radius: 7px;
            text-decoration:none;
            cursor:pointer;
            position:relative;
        }
            .catmenu li a {
                color: #344738;
                padding:15px 15px 14px 50px;
                background: #F8F8F6;
                border: 1px solid #F0F5EF;
                border-radius: 7px;
                text-decoration:none;
                display:block;
            }
            .catmenu li a:hover {
                color: #fff;
                background: #3D8635;
                border: 1px solid #3D8635;
            }
            
            .catmenu li.li_catalog {
                background: #4FAE3C url(/svg/menu.svg) center left 20px no-repeat;
            } 
            .catmenu li.li_catalog.open {
                background: #4FAE3C url(/svg/menu_open.svg) center left 20px no-repeat;
                z-index:3100;
            } 
            .catmenu .a_tepl {
                background: #F8F8F6 url(/svg/tepl.svg) center left 15px no-repeat;
            }
            .catmenu .a_gryad {
                background: #F8F8F6 url(/svg/gryad.svg) center left 15px no-repeat;
            }
            .catmenu .a_besed {
                background: #F8F8F6 url(/svg/besed.svg) center left 15px no-repeat;
            }
            .catmenu .a_naves {
                background: #F8F8F6 url(/svg/naves.svg) center left 15px no-repeat;
            }
            .catmenu .a_kachel {
                background: #F8F8F6 url(/svg/kachel.svg) center left 15px no-repeat;
            }
            .catmenu .a_kozir {
                background: #F8F8F6 url(/svg/kozir.svg) center left 15px no-repeat;
            }
            .catmenu .a_lestn {
                background: #F8F8F6 url(/svg/lestn.svg) center left 15px no-repeat;
            }
            .catmenu .a_zabor {
                background: #F8F8F6 url(/svg/zabor.svg) center left 15px no-repeat;
            }
            .catmenu .a_dush {
                background: #F8F8F6 url(/svg/dush.svg) center left 15px no-repeat;
            }
            .catmenu .a_mangal {
                background: #F8F8F6 url(/svg/mangal.svg) center left 15px no-repeat;
            }
            
            .catmenu li.li_catalog:hover {
                background: #3D8635 url(/svg/menu.svg) center left 20px no-repeat;
            } 
            .catmenu li.li_catalog.open:hover {
                background: #3D8635 url(/svg/menu_open.svg) center left 20px no-repeat;
                z-index:3100;
            } 
            .catmenu .a_tepl:hover {
                background: #3D8635 url(/svg/tepl2.svg) center left 15px no-repeat;
            }
            .catmenu .a_gryad:hover {
                background: #3D8635 url(/svg/gryad2.svg) center left 15px no-repeat;
            }
            .catmenu .a_besed:hover {
                background: #3D8635 url(/svg/besed2.svg) center left 15px no-repeat;
            }
            .catmenu .a_naves:hover {
                background: #3D8635 url(/svg/naves2.svg) center left 15px no-repeat;
            }
            .catmenu .a_kachel:hover {
                background: #3D8635 url(/svg/kachel2.svg) center left 15px no-repeat;
            }
            .catmenu .a_kozir:hover {
                background: #3D8635 url(/svg/kozir2.svg) center left 15px no-repeat;
            }
            .catmenu .a_lestn:hover {
                background: #3D8635 url(/svg/lestn2.svg) center left 15px no-repeat;
            }
            .catmenu .a_zabor:hover {
                background: #3D8635 url(/svg/zabor2.svg) center left 15px no-repeat;
            }
            .catmenu .a_dush:hover {
                background: #3D8635 url(/svg/dush2.svg) center left 15px no-repeat;
            }
            .catmenu .a_mangal:hover {
                background: #3D8635 url(/svg/mangal2.svg) center left 15px no-repeat;
            }
        
    .submenu_wrap {
        z-index:3000;
        position: fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background: rgba(0, 0, 0, 0.1);
        display:none;
        opacity:0;
        transition: opacity 0.5s ease 0s;
        /*overflow-y:scroll;*/
    }
    .submenu_wrap.open {
        display:block;
        opacity:1;
        transition: opacity 0.5s ease 0s;
    }
    .submenu_wrapper {
        z-index:3050;
        width:100%;
        height:100%;
        top:0;
        left:0;
    }
    .submenu {
        z-index:3100;
        position: fixed;
        left:50%;
        margin-left:-740px;
        top:230px;
        height:auto;
        width:1480px;
        background: #FFFFFF;
        box-shadow: 0px 5px 25px rgba(43, 95, 46, 0.1);
        border-radius: 10px;
        padding:30px 30px 35px;
        overflow:hidden;
    }
        .sub1 {
            float:left;
            width:227px;
            margin-right:60px;
        }
        .sub2 {
            float:left;
            width:263px;
            margin-right:60px;
        }
        .sub3 {
            float:left;
            width:216px;
            margin-right:60px;
        }
        .sub4 {
            float:left;
            width:233px;
            margin-right:60px;
        }
        .sub5 {
            float:left;
            width:218px;
        }
        .submenu_title {
            font-weight: 500;
            font-size: 20px;
            line-height: 20px;
            color: #333333;
            padding:7px 0 3px 45px;
            margin-bottom:25px;
        } 
        .submenu .title_sub1 {
            background: url(/svg/sub1.svg) center left no-repeat;
        } 
        .submenu .title_sub2 {
            background: url(/svg/sub2.svg) center left no-repeat;
        } 
        .submenu .title_sub3 {
            background: url(/svg/sub3.svg?2) center left no-repeat;
        } 
        .submenu .title_sub4 {
            background: url(/svg/sub4.svg) center left no-repeat;
        } 
        .submenu .title_sub5 {
            background: url(/svg/sub5.svg) center left no-repeat;
        } 
        .submenu_a {
            display:block;
            margin-bottom:20px;
            font-weight: 400;
            font-size: 15px;
            line-height: 15px;
            color: #344738;
            text-decoration:none;
        } 
        .submenu_a:hover {
            color: #3D8635;
            text-decoration:none;
        } 
        
        

/*end шапка*/
    
    
.header {
    height:auto;
    background:#fff;
    padding:25px;
    border-bottom: 1px solid rgba(79, 174, 60, 0.2);
    position:relative;
    z-index:130;
}


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

.header__content__line_second  {
    margin-top:25px;
}  

    
.b-page__navigate {
    height:60px;
    z-index:120;
    position:relative;
} 
.navigate {
    background:#fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
    .navigate__menu {
        display:block;
        margin:0;
        padding:0;
        list-style:none;
    }
        .navigate__menu_catalog {
            float:left;
            width:310px;
        }
        .navigate__menu_category {
            float:right;
            padding-right:20px;
        }
    .navigate__menu__li {
        display:inline-block;
        position:relative;
    }
    .navigate__menu__a {
        display:block;
        font-size:16px;
        line-height:16px;
        text-transform:uppercase;
        color:#344738;
        padding:24px 20px 20px 54px;
        font-weight:500;
        letter-spacing: 0.05em;
        
    }
        .navigate__menu__li:hover .navigate__menu__a, .navigate__menu__a.active {
            background-color:#3D8635;
            color:#ffffff;
            text-decoration:none;
        }
    .navigate__menu__a_catalog {
        width:310px;
        font-size:18px;
        line-height:18px;
        padding:23px 20px 19px 77px;
        background:url(/images/navigate__menu__a_catalog.png) center left 30px no-repeat;
    }
        .navigate__menu__li:hover .navigate__menu__a_catalog {
            background-image:url(/images/navigate__menu__a_catalog_hover.png);
        }
    .navigate__menu__a_sad {
        background:url(/images/navigate__menu__a_sad.png) center left 15px no-repeat;
    }
        .navigate__menu__a_sad:hover, .navigate__menu__a_sad.active {
            background-image:url(/images/navigate__menu__a_sad_hover.png);
        }
    .navigate__menu__a_uchastok {
        background:url(/images/navigate__menu__a_uchastok.png) center left 15px no-repeat;
    }
        .navigate__menu__a_uchastok:hover, .navigate__menu__a_uchastok.active {
            background-image:url(/images/navigate__menu__a_uchastok_hover.png);
        }
    .navigate__menu__a_otdih {
        background:url(/images/navigate__menu__a_otdih.png) center left 15px no-repeat;
    }
        .navigate__menu__a_otdih:hover, .navigate__menu__a_otdih.active {
            background-image:url(/images/navigate__menu__a_otdih_hover.png);
        }
    .navigate__menu__a_stroika {
        background:url(/images/navigate__menu__a_stroika.png) center left 15px no-repeat;
    }
        .navigate__menu__a_stroika:hover, .navigate__menu__a_stroika.active {
            background-image:url(/images/navigate__menu__a_stroika_hover.png);
        }
    .navigate__menu__a_biznes {
        background:url(/images/navigate__menu__a_biznes.png) center left 15px no-repeat;
    }
        .navigate__menu__a_biznes:hover, .navigate__menu__a_biznes.active {
            background-image:url(/images/navigate__menu__a_biznes_hover.png);
        }
.navigate__submenu {
    display:block;
    position:absolute;
    height:0;
    overflow:hidden;
    left:0;
    width:100%;
    background:#fff;
    box-shadow: 0px 5px 15px rgba(43, 95, 46, 0.1);
    list-style:none;
    z-index:110;
    margin:0;
    padding:0;
    transition: all 0.5s ease 0s;

}

.navigate__menu__li:hover .navigate__submenu {
    display:block;
    height:660px;
}
.navigate__submenu__a {
    display:block;
    padding: 15px 30px 10px 80px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    min-height: 44px;
    padding-top: 15px;
    padding-bottom: 10px;
    width:100%;
    background:#fff url(/images/navigate__submenu__a_tepl.png) left 30px center no-repeat;
}
.navigate__submenu__a:hover {
    text-decoration:none;
    background-color:#F8F8F6;
    color:#3D8635;
}

.navigate__submenu__a_tepl {background-image:url(/svg/navigate__submenu__a_tepl.svg);}
.navigate__submenu__a_prom {background-image:url(/svg/navigate__submenu__a_prom.svg);}
.navigate__submenu__a_access {background-image:url(/svg/navigate__submenu__a_access.svg);}
.navigate__submenu__a_gryad {background-image:url(/svg/navigate__submenu__a_gryad.svg);}
.navigate__submenu__a_besed {background-image:url(/svg/navigate__submenu__a_besed.svg);}
.navigate__submenu__a_kachel {background-image:url(/svg/navigate__submenu__a_kachel.svg);}
.navigate__submenu__a_mebel {background-image:url(/svg/navigate__submenu__a_mebel.svg);}
.navigate__submenu__a_naves {background-image:url(/svg/navigate__submenu__a_naves.svg);}
.navigate__submenu__a_mangal {background-image:url(/svg/navigate__submenu__a_mangal.svg);}
.navigate__submenu__a_kozir {background-image:url(/svg/navigate__submenu__a_kozir.svg);}
.navigate__submenu__a_lestn {background-image:url(/svg/navigate__submenu__a_lestn.svg);}
.navigate__submenu__a_dush {background-image:url(/svg/navigate__submenu__a_dush.svg);}
.navigate__submenu__a_hozbl {background-image:url(/svg/navigate__submenu__a_hozbl.svg);}
.navigate__submenu__a_zabor {background-image:url(/svg/navigate__submenu__a_zabor.svg);}
.navigate__submenu__a_drovn {background-image:url(/svg/navigate__submenu__a_drovn.svg);}
/*
.navigate__submenu__a_tepl:hover {background-image:url(/images/navigate__submenu__a_tepl_hover.png);}
.navigate__submenu__a_prom:hover {background-image:url(/images/navigate__submenu__a_prom_hover.png);}
.navigate__submenu__a_access:hover {background-image:url(/images/navigate__submenu__a_access_hover.png);}
.navigate__submenu__a_gryad:hover {background-image:url(/images/navigate__submenu__a_gryad_hover.png);}
.navigate__submenu__a_besed:hover {background-image:url(/images/navigate__submenu__a_besed_hover.png);}
.navigate__submenu__a_kachel:hover {background-image:url(/images/navigate__submenu__a_kachel_hover.png);}
.navigate__submenu__a_mebel:hover {background-image:url(/images/navigate__submenu__a_mebel_hover.png);}
.navigate__submenu__a_naves:hover {background-image:url(/images/navigate__submenu__a_naves_hover.png);}
.navigate__submenu__a_mangal:hover {background-image:url(/images/navigate__submenu__a_mangal_hover.png);}
.navigate__submenu__a_kozir:hover {background-image:url(/images/navigate__submenu__a_kozir_hover.png);}
.navigate__submenu__a_lestn:hover {background-image:url(/images/navigate__submenu__a_lestn_hover.png);}
.navigate__submenu__a_dush:hover {background-image:url(/images/navigate__submenu__a_dush_hover.png);}
.navigate__submenu__a_hozbl:hover {background-image:url(/images/navigate__submenu__a_hozbl_hover.png);}
.navigate__submenu__a_zabor:hover {background-image:url(/images/navigate__submenu__a_zabor_hover.png);}
.navigate__submenu__a_drovn:hover {background-image:url(/images/navigate__submenu__a_drovn_hover.png);}
*/


.b-page__submenu {
    position:absolute;
    z-index:100;
    width:100%;
} 
.submenu__box {
    height:0;
    background:#f8f8f6;
    box-shadow: 0px 5px 15px rgba(43, 95, 46, 0.1);
    overflow:hidden;
    transition: all 0.5s ease 0s;
    position:relative;
    top:0;
}
.submenu__box.active {
    height:150px;
}
.submenu__box_sad {
    background:#f8f8f6 url(/images/submenu__box_sad.png) right center no-repeat;
}
.submenu__box_stroika {
    background:#f8f8f6 url(/images/submenu__box_stroika.png) right center no-repeat;
}
.submenu__box_biznes {
    background:#f8f8f6 url(/images/submenu__box_biznes.png) right center no-repeat;
}

.submenu__menu {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
    padding:25px 40px;
}
.submenu__menu__li {
    display:inline-block;
}
.submenu__menu__a {
    display:block;
    padding:32px 30px 32px 115px;
    border:1px solid transparent;
    border-radius:5px;
    font-size:18px;
    line-height:22px;
    font-weight:500;
    color:#000;
    background:transparent url(/images/submenu__menu__a_sad1.png) left 25px center no-repeat;
}
.submenu__menu__a:hover {
    border: 1px solid rgba(79, 174, 60, 0.5);
    color:#3D8635;
    text-decoration:none;
}



.submenu__menu__a_sad1 {background-image:url(/images/submenu__menu__a_sad1.png);}
.submenu__menu__a_sad2 {background-image:url(/images/submenu__menu__a_sad2.png);}
.submenu__menu__a_sad3 {background-image:url(/images/submenu__menu__a_sad3.png);}
.submenu__menu__a_sad4 {background-image:url(/images/submenu__menu__a_sad4.png);}
.submenu__menu__a_sad5 {background-image:url(/images/submenu__menu__a_sad5.png);}
.submenu__menu__a_uchastok1 {background-image:url(/images/submenu__menu__a_uchastok1.png);}
.submenu__menu__a_uchastok2 {background-image:url(/images/submenu__menu__a_uchastok2.png);}
.submenu__menu__a_uchastok3 {background-image:url(/images/submenu__menu__a_uchastok3.png);}
.submenu__menu__a_uchastok4 {background-image:url(/images/submenu__menu__a_uchastok4.png);}
.submenu__menu__a_uchastok5 {background-image:url(/images/submenu__menu__a_uchastok5.png);}
.submenu__menu__a_uchastok6 {background-image:url(/images/submenu__menu__a_uchastok6.png);}
.submenu__menu__a_stroika1 {background-image:url(/images/submenu__menu__a_stroika1.png);}
.submenu__menu__a_stroika2 {background-image:url(/images/submenu__menu__a_stroika2.png);}
.submenu__menu__a_stroika3 {background-image:url(/images/submenu__menu__a_stroika3.png);}
.submenu__menu__a_otdih1 {background-image:url(/images/submenu__menu__a_otdih1.png);}
.submenu__menu__a_otdih2 {background-image:url(/images/submenu__menu__a_otdih2.png);}
.submenu__menu__a_otdih3 {background-image:url(/images/submenu__menu__a_otdih3.png);}
.submenu__menu__a_otdih4 {background-image:url(/images/submenu__menu__a_otdih4.png);}
.submenu__menu__a_otdih5 {background-image:url(/images/submenu__menu__a_otdih5.png);}
.submenu__menu__a_otdih6 {background-image:url(/images/submenu__menu__a_otdih6.png);}
.submenu__menu__a_biznes1 {background-image:url(/images/submenu__menu__a_biznes1.png);}
.submenu__menu__a_biznes2 {background-image:url(/images/submenu__menu__a_biznes2.png);}
.submenu__menu__a_biznes3 {background-image:url(/images/submenu__menu__a_biznes3.png);}

.submenu__menu__a_sad1:hover {background-image:url(/images/submenu__menu__a_sad1_hover.png);}
.submenu__menu__a_sad2:hover {background-image:url(/images/submenu__menu__a_sad2_hover.png);}
.submenu__menu__a_sad3:hover {background-image:url(/images/submenu__menu__a_sad3_hover.png);}
.submenu__menu__a_sad4:hover {background-image:url(/images/submenu__menu__a_sad4_hover.png);}
.submenu__menu__a_sad5:hover {background-image:url(/images/submenu__menu__a_sad5_hover.png);}
.submenu__menu__a_uchastok1:hover {background-image:url(/images/submenu__menu__a_uchastok1_hover.png);}
.submenu__menu__a_uchastok2:hover {background-image:url(/images/submenu__menu__a_uchastok2_hover.png);}
.submenu__menu__a_uchastok3:hover {background-image:url(/images/submenu__menu__a_uchastok3_hover.png);}
.submenu__menu__a_uchastok4:hover {background-image:url(/images/submenu__menu__a_uchastok4_hover.png);}
.submenu__menu__a_uchastok5:hover {background-image:url(/images/submenu__menu__a_uchastok5_hover.png);}
.submenu__menu__a_uchastok6:hover {background-image:url(/images/submenu__menu__a_uchastok6_hover.png);}
.submenu__menu__a_stroika1:hover {background-image:url(/images/submenu__menu__a_stroika1_hover.png);}
.submenu__menu__a_stroika2:hover {background-image:url(/images/submenu__menu__a_stroika2_hover.png);}
.submenu__menu__a_stroika3:hover {background-image:url(/images/submenu__menu__a_stroika3_hover.png);}
.submenu__menu__a_otdih1:hover {background-image:url(/images/submenu__menu__a_otdih1_hover.png);}
.submenu__menu__a_otdih2:hover {background-image:url(/images/submenu__menu__a_otdih2_hover.png);}
.submenu__menu__a_otdih3:hover {background-image:url(/images/submenu__menu__a_otdih3_hover.png);}
.submenu__menu__a_otdih4:hover {background-image:url(/images/submenu__menu__a_otdih4_hover.png);}
.submenu__menu__a_otdih5:hover {background-image:url(/images/submenu__menu__a_otdih5_hover.png);}
.submenu__menu__a_otdih6:hover {background-image:url(/images/submenu__menu__a_otdih6_hover.png);}
.submenu__menu__a_biznes1:hover {background-image:url(/images/submenu__menu__a_biznes1_hover.png);}
.submenu__menu__a_biznes2:hover {background-image:url(/images/submenu__menu__a_biznes2_hover.png);}
.submenu__menu__a_biznes3:hover {background-image:url(/images/submenu__menu__a_biznes3_hover.png);}



.b-page__section-header {
    height:350px;
    height:auto;
    width:100%;
    position:relative;
    z-index:90;
} 
.b-page__section-header .center-box {
    padding:40px 30px 55px;
} 
.section-header {
    background:url(/images/section-header.png) center right no-repeat;
    background-size:cover;
}
.section-header_item {
    background:url(/images/section-header_item.jpg) center left no-repeat;
    background-size:cover;
    min-height:835px;
}
.section-header_tepl {
    background:url(/images/section-header_tepl.png) center right no-repeat;
    background-size:cover;
}

.breadcrumbs {
    font-size:11px;
    line-height:11px;
    text-transform:uppercase;
    color:#344738CC;
    letter-spacing:0.5px;
}
.breadcrumbs__item {
    display:inline-block;
    margin-right:10px;
}
.breadcrumbs__separat {
    display:inline-block;
    margin-right:10px;
}
.breadcrumbs__a {
    color:#344738CC;
}
.breadcrumbs__a:hover {
    color:#344738;
}

.section-header__h1 {
    font-size:44px;
    line-height:44px;
    color:#2B5F2E;
    font-weight:700;
    margin:40px 0 10px;
    padding:0;
}
.section-header__subtitle {
    font-size:18px;
    line-height:18px;
    color:#000000CC;
    font-weight:400;
    margin:0;
    padding:0;
}

.section-header__filter {
    padding:30px;
    height:100px;
        width:auto;
        float:left;
    background: rgba(79, 174, 60, 0.3);
    border-radius:15px;
    margin-top:40px;
    position:relative;
}
.section-header__filter.topfilter-project {
    float: right;
    margin-top: -80px;
        display:none;
}

.section-header__filter__item_list {
    float:left;
    margin-right:23px;
    position:relative;
}
.section-header__filter__set {
    font-size:14px;
    line-height:20px;
    padding:10px 30px 10px 20px;
    background:#FFFFFFB2 url(/images/section-header__filter__set.png) right 15px center no-repeat;
    border-radius:5px;
    cursor:pointer;
    min-width:200px;
    color:#344738;
}
.section-header__filter__set:first-child {
    min-width:220px;
}
.section-header__filter__item_list:hover .section-header__filter__set {
    background:#F8F8F6 url(/images/section-header__filter__set_hover.png) right 15px center no-repeat;
}
.section-header__filter__list {
    display:none;
}

.section-header__filter__item_list.open .section-header__filter__list {
    display:block;
    position:absolute;
    width:100%;
    padding-top:10px;
    z-index:100;
}
.section-header__filter__item_list.open .section-header__filter__list__item {
    font-size:14px;
    line-height:20px;
    padding:10px 30px 10px 20px;
    background:#F8F8F6;
    cursor:pointer;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    display:block;
}
.section-header__filter__item_list.open .section-header__filter__list__item:hover {
    background:#EAEAE4;
}
.section-header__filter__item_list.open .section-header__filter__set {
    background:#F8F8F6 url(/images/section-header__filter__set_hover.png) right 15px center no-repeat;
}
.section-header__filter__item_list.open .section-header__filter__list__item.active {
    background:#EAEAE4 url(/images/section-header__filter__list__item_active.png) right 15px center no-repeat !important;
}
.section-header__filter__item_list.open .section-header__filter__list__item:first-child {
    border-radius:5px 5px 0 0 ;
}
.section-header__filter__item_list.open .section-header__filter__list__item:last-child {
    border-radius:0 0 5px 5px;
}
/****/
/*
.section-header__filter__item_list:hover .section-header__filter__list {
    display:block;
    position:absolute;
    width:100%;
    padding-top:10px;
    z-index:100;
}
.section-header__filter__item_list:hover .section-header__filter__list__item {
    font-size:14px;
    line-height:20px;
    padding:10px 30px 10px 20px;
    background:#F8F8F6;
    cursor:pointer;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    display:block;
}*/
.section-header__filter__item_list:hover .section-header__filter__list__item:hover {
    background:#EAEAE4;
}
.section-header__filter__item_list:hover .section-header__filter__list__item.active {
    background:#EAEAE4 url(/images/section-header__filter__list__item_active.png) right 15px center no-repeat !important;
}
.section-header__filter__item_list:hover .section-header__filter__list__item:first-child {
    border-radius:5px 5px 0 0 ;
}
.section-header__filter__item_list:hover .section-header__filter__list__item:last-child {
    border-radius:0 0 5px 5px;
}
/*****/


.section-header__filter__item_buttons {
    background:#FFFFFFB2;
    border-radius:5px;
    float:left;
    font-size:14px;
    line-height:20px;
    padding:10px 15px;
}
.clear_filter {
    display:none;
    margin-right: 23px;
    cursor:pointer;
}
.clear_filter:hover {
    background:#EAEAE4;
}
.section-header__filter__buttons__item {
    float:left;
    color:#344738;
    padding-left:28px;
    cursor:pointer;
}
.section-header__filter__buttons__item_short {
    background:url(/images/section-header__filter__buttons__item_short.png?2) left center no-repeat;
    margin-right:20px;
}
.section-header__filter__buttons__item_short.active, .section-header__filter__buttons__item_short:hover {
    background:url(/images/section-header__filter__buttons__item_short_active.png) left center no-repeat;
}
.section-header__filter__buttons__item_full {
    background:url(/images/section-header__filter__buttons__item_full.png) left center no-repeat;
}
.section-header__filter__buttons__item_full.active, .section-header__filter__buttons__item_full:hover {
    background:url(/images/section-header__filter__buttons__item_full_active.png) left center no-repeat;
}



.b-page__actions {
    height:auto;
    width:100%;
    
    position:relative;
} 
.b-page__actions .center-box {
    padding:35px 15px 10px;
    /*overflow:hidden;*/
    
} 
.actions {
    white-space: nowrap;
}
.action {
    display:inline-block;
    margin:15px;
    width:420px;
    height:150px;
    border: 1px solid #EAEAE4;
    border-radius: 10px;
    padding:30px 30px 42px 30px;
    cursor:pointer;
    position:relative;
    white-space: normal;
    transition: box-shadow 0.5s ease 0s;
    overflow:hidden;
    transition: margin 0.5s ease 0s;
}
.action:first-child {
    margin:15px;
    transition: margin 0.5s ease 0s;
}
.action .action__time {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
    background: #34473899;
    border-radius: 0px 0px 3px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.3px;
    padding: 3px 10px 0;
}
.action__title {
    font-size:20px;
    line-height:22px;
    font-weight:500;
    color:#3D8635;
    position:relative;
    z-index:30;
}
.action__desc {
    font-size:14px;
    line-height:16px;
    font-weight:400;
    color:#344738;
    margin-top:10px;
    position:relative;
    z-index:30;
}
.action__btn {
    float:left;
    font-size:8px;
    line-height:8px;
    font-weight:500;
    color:#fff;
    padding:7px 22px 5px 12px;
    border-radius:50px;
    text-transform:uppercase;
    background:#4FAE3C url(/images/action__btn.png) right 10px center no-repeat;
    position:absolute;
    left:30px;
    bottom:22px;
    letter-spacing:0.5px;
    z-index:30;
}
.action__fon {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    background: #FFFFFF url(/images/action.png) right 30px center no-repeat;
}
.action__fon_hover {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    z-index:20;
    background: linear-gradient(90deg, rgba(61, 134, 53, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url(/images/action_hover.png);
    transition: opacity 0.2s ease 0s;
}

.action:hover {
    text-decoration:none;
    border: 1px solid #4FAE3C;
    box-shadow:0px 5px 10px rgba(0, 0, 0, 0.15);
}
.action:hover .action__fon_hover {
    opacity:1;
}
.action:hover .action__title {
    color:#fff;
}
.action:hover .action__desc {
    color:#fff;
}
.action:hover .action__btn {
    background:#fff url(/images/action__btn_hover.png) right 10px center no-repeat;
    color:#4FAE3C;
}
.action__list {
    position:relative;
    overflow:hidden;
    margin: 0 -100px;
    padding: 0 100px;
}

.action__list__right {
    position:absolute;
    right:0;
    top:0;
    background:url(/images/action__list__right.png) right center;
    background:url(/images/action__list__right_hover.png) right center;
    width: 160px;
    height: 180px;
    cursor:pointer;
    z-index:100;
}
.action__list__right:hover {
    background:url(/images/action__list__right_hover.png) right center;
}
.action__list__left {
    position:absolute;
    left:0;
    top:0;
    background:url(/images/action__list__left.png) left center;
    background:url(/images/action__list__left_hover.png) left center;
    width: 160px;
    height: 180px;
    cursor:pointer;
    z-index:100;
}
.action__list__left:hover {
    background:url(/images/action__list__left_hover.png) left center;
}


/****/
.action_items_box {
    margin:-20px;
}
.action_item {
    display:block;
    float:left;
    margin:20px;
    width:466px;
    height:auto;
    border: 1px solid #EFEFEB;
    border-radius: 7px;
    padding:250px 30px 30px 30px;
    cursor:pointer;
    position:relative;
    white-space: normal;
    transition: box-shadow 0.5s ease 0s;
    overflow:hidden;
    transition: margin 0.5s ease 0s;
    text-decoration:none!important;
}

.action_item:hover {
    margin:15px 20px 25px;
    box-shadow: 0px 5px 20px rgba(43, 95, 46, 0.15);
}
.action_item .action__time {
    position:absolute;
    left:0;
    top:20px;
    z-index:30;
    background: #344738;
    border-radius: 0px 3px 3px 0px;
    color:#fff;
    text-transform:uppercase;
    font-size:10px;
    line-height:18px;
    letter-spacing:0.3px;
    padding:2px 10px 0;
}
.action_item .action__img {
    width:100%;
    height:220px;
    position:absolute;
    left:0;
    top:0;
    z-index:20;
    background: url(/images/action_hover.png);
    background-size:cover!important;
}
.action_item .action__title {
    font-size:22px;
    line-height:22px;
    font-weight:500;
    color:#000;
    position:relative;
    z-index:30;
}
.action_item .action__desc {
    font-size:14px;
    line-height:18px;
    font-weight:400;
    color:#555555;
    margin-top:7px;
    position:relative;
    z-index:30;
}
.action_item .action__btn {
    float:left;
    font-size:13px;
    line-height:13px;
    font-weight:500;
    color:#fff;
    padding:11px 20px 10px;
    background: #4FAE3C;
    border-radius: 5px;
    z-index:30;
    position:relative;
    left:unset;
    bottom:unset;
    text-transform:unset;
    margin-top:10px;
}

/****/
.article_items_box {
    margin:-20px;
}
.article_item {
    display:block;
    float:left;
    margin:20px;
    width:466px;
    height:auto;
    border: 1px solid #EFEFEB;
    border-radius: 7px;
    padding:305px 30px 30px 30px;
    cursor:pointer;
    position:relative;
    white-space: normal;
    transition: box-shadow 0.5s ease 0s;
    overflow:hidden;
    transition: margin 0.5s ease 0s;
    text-decoration:none!important;
}

.article_item:hover {
    margin:15px 20px 25px;
    box-shadow: 0px 5px 20px rgba(43, 95, 46, 0.15);
}

.article_item .article__img {
    width:100%;
    height:280px;
    position:absolute;
    left:0;
    top:0;
    z-index:20;
    background: url(/images/action_hover.png);
    background-size:cover!important;
}
.article_item .article__title {
    font-size:18px;
    line-height:22px;
    font-weight:500;
    color:#000;
    position:relative;
    z-index:30;
}
.article_item .article__desc {
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#555555;
    margin-top:7px;
    position:relative;
    z-index:30;
}




.b-page__tovars {
    position:relative;
} 
.b-page__tovars .center-box {
    padding:0 10px;
    padding: 0 5px;
} 

.category_short {
    height:auto;
    width:340px;
    width: 470px;
    margin:25px 20px;
    float:left;
}
.category_short .category_wrap {
    top:0;
    height:554px;
    width:340px;
    width: 470px;
    padding:30px;
    position:relative;
    border-radius:15px;
    transition: all 0.5s ease 0s;
    background-size:cover!important;
}
.category_short:hover .category_wrap {
    top:-10px;
    box-shadow: 0px 5px 20px rgba(43, 95, 46, 0.15);
}

.category__title {
    font-size:32px;
    line-height:32px;
    font-weight:700;
    color:#fff;
    position:absolute;
    bottom:120px;
    left:30px;
    width: 270px;
}
.category__title.top {
    bottom:180px;
}
.category__desc {
    color:#fff;
    position:absolute;
    font-size:14px;
    bottom:100px;
    left:30px;
    width: 270px;
    font-weight:700;
}
.category__btn {
    letter-spacing:0.5px;
    font-size:11px;
    line-height:11px;
    color:#344738;
    font-weight:500;
    text-transform:uppercase;
    padding:14px 42px 12px 30px;
    background: #FFFFFF url(/images/category__btn.png) right 25px center no-repeat;
    border-radius: 50px;
    cursor:pointer;
    position:absolute;
    bottom:30px;
    left:30px;
    text-decoration:none!important;
}
.category__btn:hover {
    color:#344738;
}




.tovar_short {
    height:auto;
    width:340px;
    width: 470px;
    margin:25px 20px;
    float:left;
    position:relative;
}

.tovar_short .tovar_wrap {
    top:0;
    position:relative;
    border-radius:7px;
    background: #FFFFFF;
    border: 1px solid #EAEAE4;
    overflow:hidden;
    transition: all 0.5s ease 0s;
    height:554px;
    width:340px;
    width: 470px;
}
.tovar_short:hover .tovar_wrap {
    top:-10px;
    box-shadow: 0px 5px 20px rgba(43, 95, 46, 0.15);
}



.tovar_short2 {
    height:410px;
    width:340px;
    margin:25px 20px;
    float:left;
    position:relative;
}

.tovar_short2 .tovar_wrap {
    top:0;
    position:relative;
    border-radius:7px;
    background: #FFFFFF;
    border: 1px solid #EAEAE4;
    overflow:hidden;
    transition: all 0.5s ease 0s;
    height:auto;
    width:340px;
}
tovar_short2:hover .tovar_wrap {
    top:-10px;
    box-shadow: 0px 5px 20px rgba(43, 95, 46, 0.15);
}

.galwrap .tovar__bonus {
    position:absolute;
    top:60px;
    left:0;
    width:auto;
    font-size:12px;
    line-height:18px;
    text-transform:uppercase;
    letter-spacing:0.3px;
    color:#fff;
    background:#3D8635;
    border-radius: 0px 3px 3px 0px;
    padding:4px 10px 0 10px;
}

.tovar__img {
    display:block;
    height:240px;
    
    background: #FFFFFF url(/images/category__btn.png) center no-repeat;
    background-size:cover;
    position:relative;
}
.tovar__label {
    position:absolute;
    top:20px;
    left:0;
    font-size:10px;
    line-height:18px;
    text-transform:uppercase;
    letter-spacing:0.3px;
    color:#fff;
    background:#FD9C02;
    border-radius: 0px 3px 3px 0px;
    padding:2px 10px 0;
}
.tovar__label.gift {
    color:#000;
    background:#ffffffee;
    padding:6px 10px 2px 30px;
}
.tovar__label.level1 {
    top:45px;
}
.tovar__label.level2 {
    top:65px;
}
.tovar__label.level3 {
    top:95px;
}
.tovar__title {
    font-size:22px;
    line-height:22px;
    font-weight:500;
    color:#000;
    margin:24px 25px 10px;
    cursor:pointer;
}
.tovar__title:hover {
    color:#3D8635;
}

.tovar_short .tovar__title {
    font-size:26px;
    line-height:26px;
}
.tovar__title a {
    color:#000;
    text-decoration:none!important;
}
.tovar__title:hover a {
    color:#3D8635;
}
.tovar__subtitle {
    font-size:13px;
    line-height:18px;
    font-weight:400;
    color:#555555;
    margin:0 25px 10px;
}

.tovar__desc {
    font-size:14px;
    line-height:24px;
    font-weight:400;
    color:#333333;
    margin:0 25px 10px;
}

.tovar_short .tovar__desc {
    font-size:16px;
    line-height:24px;
    color:#000;
    font-weight:300;
}
.tovar__desc__line {
    display:block;
    overflow:hidden;
}
.tovar__desc__line span.dotted {
    display:block;
    float:left;
    width:50%;
    overflow: hidden;
    position:relative;
}
.tovar__desc__line span.dotted:before {
    content: "";
    position: absolute;
    top: 16px;
    z-index: 1;
    width: 100%;
    border-bottom: 1px dotted #999;
}
.tovar__desc__line span.nodotted {
    background:#fff;
    position: relative;
    z-index: 2;
}


.tovar__pricebox {
    margin:0 25px 20px;
    position: absolute;
    bottom: 40px;
}
.tovar_other .tovar__pricebox {
    bottom: 0;
}

.tovar__prices {
    float:left;
    width:138px;
    margin-right:17px;
}
.tovar__price_old {
    font-size:12px;
    line-height:20px;
    font-weight:400;
    color:#344738CC;
    text-decoration-line: line-through;
}
.tovar__price {
    font-size:18px;
    line-height:20px;
    font-weight:700;
    color:#C61313;
}
.tovar_short .tovar__price {
    font-size:21px;
    line-height:24px;
}


.tovar__bonus {
    float:left;
    width:128px;
    padding:11px 9px 4px 33px;
    font-size:12px;
    line-height:12px;
    font-weight:500;
    color:#344738;
    background:url(/images/tovar__bonus.png) left center no-repeat;
}

.tovar__btns {
    margin:0 17px 20px;
    position: absolute;
    bottom: 0;
}
.tovar__btn {
    margin:0 8px;
    width:135px;
    float:left;
    font-size:13px;
    line-height:12px;
    font-weight:500;
    padding:10px;
    border-radius:5px;
    text-align:center;
}

.tovar_short .tovar__btn {
    margin: 0 8px;
    width: 175px;
    float: left;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
}

.tovar__btn_more {
    color:#fff;
    background:#4FAE3C;
    text-decoration:none;
    cursor:pointer;
}
.tovar__btn_buy {
    color:#344738;
    background:#EAEAE4;
    text-decoration:none;
    cursor:pointer;
}
.tovar__btn_more:hover {
    color:#fff;
    background:#3D8635;
    text-decoration:none;
}
.tovar__btn_buy:hover {
    color:#344738;
    background:#EAEAE4;
    text-decoration:none;
}


.category_full {
    margin:0 20px 0;
    padding:25px 0 15px;
    font-size:40px;
    line-height:40px;
    font-weight:700;
    color:#344738;
    width:100%;
    overflow:hidden;
}


.tovar_full {
    height:auto;
    width:720px;
    margin:20px 20px;
    float:left;
    position:relative;
}
.tovar_full .tovar_wrap {
    top:0;
    height:280px;
    width:720px;
    position:relative;
    border-radius:7px;
    background: #FFFFFF;
    border: 1px solid #EAEAE4;
    overflow:hidden;

    transition: all 0.5s ease 0s;
}
.tovar_full:hover  .tovar_wrap {
    top:-10px;
    border: 1px solid #fff;
    box-shadow: 0px 5px 20px rgba(43, 95, 46, 0.15);
}
.tovar_full_labeled  .tovar_wrap {
    border: 2px solid #FD9C02;
}
.tovar_full_labeled:hover  .tovar_wrap {
    border: 2px solid #FD9C02;
}



.tovar_full__img {
    float:left;
    width:360px;
    height:280px;
    margin-right:30px;
}
.tovar_full .tovar__bonus {
    margin-left:38px;
    padding: 5px 1px 4px 33px;
    width:120px;
}

.tovar__tprice {
    font-size:14px;
    line-height:24px;
    font-weight:400;
    color:#333333;
    margin:0 25px 10px;
}
.tovar__tprice__line {
    display:block;
    overflow:hidden;
    color:#344738;
    font-size:13px;
    line-height:25px;
}
.tovar__tprice__line_head {
    color:#2B5F2E;
    font-weight:700;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:0.3px;
}
.tovar__tprice__line span.column {
    display:block;
    float:left;
    width:33%;
}
.tovar__tprice__line span.column:first-child {
    font-weight:700;
}
.tovar__tprice__line span.dotted {
    overflow: hidden;
    position:relative;
}
.tovar__tprice__line span.dotted:before {
    content: "";
    position: absolute;
    top: 16px;
    z-index: 1;
    width: 100%;
    border-bottom: 1px dotted #999;
}
.tovar__tprice__line span.nodotted {
    background:#fff;
    position: relative;
    z-index: 2;
}

.tovar_full .tovar__btns {
    position: absolute;
    left: 382px;
    bottom: 25px;
    margin: 0;
}


.b-page__zayavka {
    height:auto;
    margin-top: 70px;
    padding-bottom:20px;
}
.zayavka {
    background:#3D8635 url(/images/zayavka.png) center bottom no-repeat;
    background-size:cover;
}
.zayavka .blo-check {
    font-size: 12px;
    margin-top: 10px;
}
.zayavka__img {
    width:340px;
    height:405px;
    background:url(/images/zayavka__img.png) center no-repeat;
    position:absolute;
    bottom: -47px;
    left: 120px;
}
.zayavka__title {
    font-size:40px;
    line-height:40px;
    font-weight:700;
    color:#fff;
    width:832px;
    margin-left: 554px;
    padding-top: 60px;
}
.zayavka__subtitle {
    font-size:18px;
    line-height:18px;
    font-weight:400;
    color:#fff;
    width:832px;
    margin-left: 554px;
    padding-top: 10px;
}
.zayavka__success {
    font-weight:700;
    color:#F38535;
    font-size: 24px;
    line-height: 24px;
    width:832px;
    margin-left: 554px;
    padding-top: 10px;
}

.zayavka__form {
    background:#FFFFFF4D;
    border-radius: 15px;
    width:832px;
    margin-left: 554px;
    margin-top:40px;
    padding:35px 45px;
}
.zayavka__input {
    width:220px;
    border:0;
    margin-right:30px;
    floaT:Left;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding:15px 25px;
    font-size:16px;
    line-height:20px;
    font-weight:400;
}

.zayavka__btn {
    float:left;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color:#fff;
    padding:17px 30px 17px 70px;
    background: #FD9C02 url(/images/zayavka__btn.png) left 30px center no-repeat;
    border-radius: 100px;
    cursor:pointer;

}


.b-page__content {
    font-size:16px;
    line-height:26px;
} 
.b-page__content .center-box {
    padding:50px 30px 50px;
} 
.b-page__content p {
    margin-top:20px;
    margin-bottom:0;
} 
.b-page__content p:first-child {
    margin-top:0;
    margin-bottom:0;
} 


.footer {
    height:auto;
    background: #F8F8F6;
    padding:52px;
    border-bottom: 1px solid #E5E5E5;
}
    .footer__logo {
        float:left;
        padding:0 50px 0 25px;
        width:420px;
    }


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

.footer__content__location {
    float:left;
    width:373px;
    padding-left:73px;
        margin-top: -7px;
}

.footer__content__telefon {
    float:left;
    margin: 9px 16px 10px 71px;
}


.footer__content__socials {
    float:left;
    margin: 5px 0 0 65px;
}  
        
.footer__content__btns {
    float:right;
        padding-right: 20px;
    margin-top: 3px;
}
.footer__content__btn {
    margin-right:20px;
    display:block;
    float:right;
}

.b-page__bottommenu {
   background: #F8F8F6; 
}
.b-page__bottommenu .center-box {
    padding:25px 15px;
} 


.bottom__menu {
    float:left;
    width:200px;
    margin:0 15px;
}
.bottom__menu_big {
    width:280px;
}
.bottom__menu__item1 {
    font-size:14px;
    line-height:32px;
    letter-spacing:0.3px;
    font-weight:500;
    text-transform:uppercase;
    color:#2B5F2E;
    cursor:pointer;
}
.bottom__menu__item1:hover {
    text-decoration:underline;
}
.bottom__menu__item2 {
    font-size:16px;
    line-height:16px;
    letter-spacing:0.5px;
    font-weight:500;
    text-transform:uppercase;
    color:#333333;
    margin-bottom:20px;
    margin-top: 10px;
}
.bottom__menu__item3 {
    font-size:14px;
    line-height:30px;
    font-weight:400;
    color:#2B5F2E;
    cursor:pointer;
}
.bottom__menu__item3 a {
    color:#2B5F2E;
}
.bottom__menu__item3:hover {
    text-decoration:underline;
}


.copyright {
    font-size:13px;
    line-height:13px;
    font-weight:400;
    color:#EAEAE4;
    background:#3D8635;
}
.b-page__copyright .center-box {
    padding:30px 30px;
} 

.copyright__item1 {
    float:left;
}
.copyright__item2 {
    text-align:center;
}
.copyright__item3 {
    float:right;
    cursor:pointer;
}
.copyright__item3:hover {
    text-decoration:underline;
}





/**/
.section-header__left {
    float:left;
    width:593px;
}
.section-header__right {
    float:right;
    width:847px;
}
.section-header__left.first {
    margin-bottom:50px;
}
.icons_block {
    margin-top:35px;
    
}
.section-header__right.galwrap {
    background:rgb(79, 174, 60) url(/img/polifon.jpg) center no-repeat;
    background-size: cover;
    overflow:hidden;
    border-radius:10px;
    box-shadow:0px 5px 10px rgba(0, 0, 0, 0.15);
}
.section-header__gallery {
    height:600px;
    width:847px;
    overflow:hidden;
    border-radius:10px;
    box-shadow:0px 5px 10px rgba(0, 0, 0, 0.15);
    background-color:transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position:relative;
}

.section-header__calc {
    height:600px;
    width:593px;
    /*overflow:hidden;*/
    border-radius:10px;
    background: rgba(79, 174, 60, 0.2);
    position:relative;
    padding:40px 30px;
}

.tovars h3 {
    color:#2B5F2E;
    font-size:40px;
    line-height:40px;
    font-weight:700;
    float:left;
    margin:20px;
}
.tovars h3 a {
    color:#2B5F2E;
}

.all-btn {
    float:right;
    margin:23px 20px;
    background: #EAEAE4 url(/images/all-btn.png) center right 15px no-repeat;
    border-radius: 50px;
    height:34px;
    padding: 9px 35px 5px 20px;
    line-height:20px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:500;
    letter-spacing:0.5px;
    color: #344738;
}
.all-btn:hover {
    color: #000;
    text-decoration:none;
}
.tabmenu-box .center-box {
    padding: 40px 30px 55px;
}
.content .all-btn {
    float:right;
    margin:0;
}
.tabmenu {
    border-bottom: 1px solid #4FAE3C33;
    line-height:16px;
    font-size:16px;
    text-transform:uppercase;
    font-weight:400;
    letter-spacing:0.5px;
    color: #344738;
}
.tabmenu a {
    display:inline-block;
    margin-right:40px;
    padding:17px 0;
    color: #344738;
}
.tabmenu a:hover {
    color: #3D8635;
    text-decoration:none;
    font-weight:400;
    border-bottom: 1px solid #3D8635;
    padding:17px 0 16px;
}
.tabmenu a:last-child {
    margin-right:0;
}


.calc_item {
    float:left;
    background: #FFFFFFB2;
    border-radius:5px;
    padding:13px 6px;
    margin:10px 5px;
    text-align:center;
    font-size:12px;
    line-height:14px;
    color:#333;
    cursor:pointer;
    width:96px;
}
.calc_item.ci-wide {

    padding: 13px 26px;
    margin: 10px 10px 10px 0;
    font-size: 16px;
    line-height: 18px;
    width: 256px;
}
.calc_item .calc_wrap {
    display:none;
}
.calc_item .calc_wrap.active {
    display:block;
}
.calc_item.calc_item_gryad {
    float:left;
    background: #FFFFFFB2;
    border-radius:5px;
    padding:10px 3px;
    margin:10px 5px;
    width:66px;
}
.calc_item__hint {
    display:none;
}
.calc_item__cost {
    display:block;
    background: #EAEAE4;
    font-size:13px;
    line-height:14px;
    color: #344738;
    padding:12px 5px 8px;
    border-radius:5px;
    margin-top:5px;
}
.calc_item.calc_item_gryad .calc_item__cost {
    font-size:10px;
    line-height:12px;
}

.calc_item:hover {
    background: #FFFFFF;
    box-shadow:0px 5px 20px rgba(43, 95, 46, 0.15);
}
.calc_item:hover .calc_item__hint {
    display:inline-block;
}
.calc_item:hover .calc_item__cost {
    background: #3D8635;
    color:#fff;
}

.calc_item.active {
    background: #FFFFFF;
    box-shadow:0px 5px 20px rgba(43, 95, 46, 0.15);
}
.calc_item.active .calc_item__hint {
    display:inline-block;
}
.calc_item.active .calc_item__cost {
    background: #3D8635;
    color:#fff;
}

.calc_item:first-child {
    margin-left:0;
}
.calc_item:last-child {
    margin-right:0;
}

.variants {
    margin-bottom:30px;
    position:relative;
}
.dopvariants {
    float:left;
    width:50%;
}
.dopvariants .section-header__filter__item_list {
    margin:0;
    margin-top:10px;
}

.variants .price {
    color: #C61313;
    font-size:30px;
    line-height:30px;
    font-weight:700;
}
.variants .price_old {
    color: #344738CC;
    display:inline-block;
    font-size:13px;
    line-height:20px;
    font-weight:400;
    text-decoration: line-through;
    margin-top:10px;
    margin-bottom:5px;
    padding-right:50px;
    background:url(/images/skidka.png) center right no-repeat;
    

}
.change_link {
    position:absolute;
    right:0;
    top:-1px;
    color:#2B5F2E;
    font-size:15px;
    line-height:16px;
    padding:4px 7px 2px 37px;
    background:url(/images/change_link.png) left center no-repeat;
}
.to-basket {
    position:absolute;
    right:0;
    top:30px;
    background:#3D8635 url(/images/bask.png) left 22px center no-repeat;
    color:#fff;
    width:225px;
    height:auto;
    border-radius:26px;
    font-size:16px;
    line-height:16px;
    padding:20px 16px 16px 58px;
    cursor:pointer;
}

.catalog_item {
    display:block;
    width:340px;
    height:340px;
    margin:20px;
    float:left;
    border-radius:15px;
    background:#aaa;
    color:#fff!important;
    font-size:30px;
    line-height:30px;
    font-weight:700;
    position:relative;
    background-size: cover!important;
    transition: margin 0.5s ease 0s;
}
.catalog_item:hover {
    text-decoration:none;
    color:#fff;
    margin:10px 20px 30px;
    box-shadow: 0px 5px 20px rgb(43 95 46 / 15%);
}
.catalog_item span {
    display:block;
    position:absolute;
    left:30px;
    bottom:30px;
    
}
.mainpage-header_box .catalog_item span {
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    font-size: 18px;
}

/***/
.contact-box  {
    margin:30px 0 60px;
}
.contact-box a  {
    color:#339900;
}
.contact-line .block-img  {
    float:right;
    width:745px;
    text-align:center;
}
.contact-line .block-img img {
    display:block;
    border-radius:20px;
    /*box-shadow: 0 10px 30px rgb(0 51 0 / 15%);*/
    width:100%;
    margin-bottom:10px;
    
}
.contact-line .block-img .map_box {
    display:block;
    border-radius:20px;
    /*box-shadow: 0 10px 30px rgb(0 51 0 / 15%);*/
    width:100%;
    height:350px;
    margin-bottom:10px;
    overflow:hidden;
    
}
.contact-line .block-text  {
    float:left;
    width:720px;
}
.contact-box h2 {
    font-size: 36px;
    line-height:36px;
    color: #2B5F2E;
    font-weight:500;
    margin: 0 0 30px;
    padding:0;
}

.contact-item {
    float:left;
    width: 360px;
    padding: 0 20px 50px 50px;
}
.contact-item-title {
    padding:5px 0 10px;
}
.contact-item-text {
    font-size:20px;
}
.contact-item.cont1 {
    background: url(/img/cont1.png) left top no-repeat;
}
.contact-item.cont2 {
    background: url(/img/cont2.png) left top no-repeat;
}

.contact-item.cont3 {
    background: url(/img/cont3.png) left top no-repeat;
}

.contact-item.cont4 {
    background: url(/img/cont4.png) left top no-repeat;
}

.contact-item.cont5 {
    background: url(/img/cont5.png) left top no-repeat;
}

.contact-item.cont6 {
    background: url(/img/cont6.png) left top no-repeat;
}


/**/
.gallery_list {
    position:absolute;
    bottom:20px;
    width:714px;
    height:100px;
    left:67px;
    overflow:hidden;
    opacity:0;
    white-space: nowrap;
    margin:0 -8px;
    z-index:30;
}
.section-header__gallery:hover .gallery_list {
    opacity:1;
}
.gallery_list .gallery_item {
    display: inline-block;
    background-size:cover!important;
    width:89px;
    height:89px;
    margin:5px 8px;
    border-radius:5px;
    background:#fff;
    overflow:hidden;
    cursor:pointer;
    transition: margin 0.5s ease 0s;
}
.gallery_list .gallery_item:hover {
    margin:0 8px 10px;
    box-shadow: 0px 5px 20px rgb(43 95 46 / 15%);
}
.gallery_list .gallery_item.active {
    border: 1px solid #4FAE3C;
}

.lightbox-cover {
    position:relative;
    width:100%;
    height:100%;
    z-index:15;
    display:block;
}
.lightbox-cover a {
    display:none;
}
.lightbox-cover a.active {
    position:relative;
    width:100%;
    height:100%;
    display:block;
}



.gallery_list .gallery_item .gallery_item_img {
    background-size:cover!important;
    width:100%;
    height:100%;
    opacity:0.7;
}
.gallery_list .gallery_item:hover .gallery_item_img {
    opacity:1;
}
.gallery_list .gallery_item.active .gallery_item_img {
    opacity:1;
}
.gallery_list_left {
    display:none;
    position:absolute;
    left:20px;
    bottom:20px;
    height:100px;
    width:20px;
    background: url(/img/gallery_list_left.png) center no-repeat;
    cursor:pointer;
    opacity:0;
}
.gallery_list_right {
    display:none;
    position:absolute;
    right:20px;
    bottom:20px;
    height:100px;
    width:20px;
    background: url(/img/gallery_list_right.png) center no-repeat;
    cursor:pointer;
    opacity:0;
}
.section-header__gallery:hover .gallery_list_left {
    opacity:1;
}
.section-header__gallery:hover .gallery_list_right {
    opacity:1;
}

.mainpage-header {
    /*background:url(/img/winter.jpg) center no-repeat;*/
    /*background:url(/img/mainpage-bg3_2.jpg) center no-repeat;*/
    background:url(/img/spring2.webp) center no-repeat;
    background-size:cover;
}
.mainpage-header_box {
    float:right;
    width:760px;
    margin:0 -20px;
}
.mainpage-header_box .catalog_item {
    display:block;
    width:213px;
    height:213px;
    margin:20px;
    border-radius:10px;
    border:1px solid #fff;
    font-size:22px;
    line-height:22px;
    box-shadow:0px 5px 10px rgba(0, 0, 0, 0.15);
}
.mainpage-header_box .catalog_item:hover {
    margin:10px 20px 30px;
    box-shadow: 0px 5px 20px rgb(43 95 46 / 15%);
}

.mainpage-header_text {
    float:left;
    width:600px;
}
.mainpage-header__h1 {
    font-size:64px;
    line-height:64px;
    font-weight:700;
    color:#333;
    margin-top:100px;
    /*color:#fff;*/
}
.mainpage-header__subtitle {
    font-size:24px;
    line-height:34px;
    font-weight:500;
    color:#333;
    /*color:#fff;*/
}
.mainpage-header_btn {
    background: #3D8635;
    padding:18px 40px;
    font-size:16px;
    line-height:16px;
    font-weight:500;
    color:#fff;
    border-radius:50px;
    display:inline-block;
    margin-top:45px;
}
.mainpage-header_btn:hover {
    color:#fff;
    text-decoration:none;
    box-shadow: 0px 5px 20px rgb(43 95 46 / 15%);
}

.company-header {
    background:#333 url(/img/company-header.jpg) center no-repeat;
    background-size:cover;
}

.company-header .breadcrumbs__a {
    color: #fff;
}

.company-header__h1 {
    font-size:44px;
    line-height:44px;
    font-weight:700;
    color:#fff;
    margin-bottom:10px;
}
.company-header__subtitle {
    font-size:18px;
    line-height:18px;
    font-weight:400;
    color:#fff;
    margin-bottom:40px;
    
}

.company-header_submenu {
    background:rgba(255,255,255,0.1);
    border-radius:15px;
    padding:20px 30px 25px;
    float:left;
}
.company-header_submenu ul {
    display:block;
    margin:0;
    padding:0;
    border-bottom:1px solid rgba(255,255,255,0.20);
    list-style:none;
}
.company-header_submenu ul li {
    display:inline-block;
    margin-right:40px;
}
.company-header_submenu ul li:last-child {
    margin-right:0;
}
.company-header_submenu ul li.active {
    display:inline-block;
    
}
.company-header_submenu ul li a {
    display:block;
    padding:15px 0;
    color:rgba(255,255,255,0.7);
    letter-spacing:0.5px;
    font-size:14px;
    line-height:14px;
    font-weight:500;
    text-transform:uppercase;
    text-decoration:none!important;
}
.company-header_submenu ul li a:hover {
    color:#F9FFD1;
}
.company-header_submenu ul li.active a {
    padding:15px 0 14px;
    border-bottom:1px solid rgba(255,255,255,0.5);
    color:#fff;
}

.company-content {
    
}
.company-content-bg {
    background:#F8F8F6;
}
.company-content h2 {
    font-size:40px;
    line-height:40px;
    font-weight:700;
    color:#2B5F2E;
    margin-top:0;
    margin-bottom:20px;
}
.company-content h3.subtitle {
    font-size:24px;
    line-height:24px;
    font-weight:400;
    color:#4FAE3C;
    margin-top:0;
    margin-bottom:40px;
}
.company-content h3 {
    font-size:30px;
    line-height:30px;
    font-weight:700;
    color:#2B5F2E;
    margin-top:0;
    margin-bottom:25px;
}
.company-content p {
    font-size:16px;
    line-height:26px;
    font-weight:400;
    color:#333;
    margin-top:0;
    margin-bottom:20px;
}
.company-right {
    float:right;
    margin-left:80px;
    margin-top:-50px;
    margin-right:-50px;
}

.sert-box {
    
}
.sert-box a {
    display:block;
    margin-right:35px;
    float:left;
    text-decoration:none!important;
}
.sert-box img {
    display:block;
    height:275px;
    width:auto;
}
.review-filter {
    margin:30px 0;
}
.review-filter-item {
    padding:9px 20px 5px;
    background:#EAEAE4;
    color:#344738;
    border-radius:50px;
    font-size:14px;
    line-height:14px;
    font-weight:400;
    text-decoration:none!important;
    display:inline-block;
    margin-right:10px;
    margin-bottom:10px;
}
.review-filter-item:hover {
    background:#4FAE3C;
    color:#fff;
}
.review-filter-item.active {
    background:#4FAE3C;
    color:#fff;
}


.project-filter {
    margin:30px 0 0;
}
.project-filter-item {
    padding: 12px 20px 8px;
    background: #EAEAE4;
    color: #344738;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-decoration: none!important;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 230px;
    text-align: center;
}
.project-filter-item:hover {
    background:#4FAE3C;
    color:#fff;
}
.project-filter-item.active {
    background:#4FAE3C;
    color:#fff;
}


.review-list {
    margin:-20px;
}
.review-item {
    float:left;
    margin:20px;
    width:465px;
    overflow:hidden;
}
.review-item iframe {
    overflow:hidden;
    border-radius:7px;
    margin-bottom:20px
}
.review-item .preview {
    overflow:hidden;
    width:465px; 
    height:280px; 
    background-size:cover!important;
    border-radius:7px;
    margin-bottom:20px;
    display:block;
    position:relative;
    cursor:pointer;
}
.review-item .preview_btn {
    width:100px; 
    height:60px; 
    background:url(/images/youtube.png)center no-repeat;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-50px;
    margin-top:-30px;
    display:block;
    opacity:0.8;
}
.review-item .preview:hover .preview_btn {
    opacity:1;
}
.review-item .review-item-title {
    float:left;
    font-size:18px;
    line-height:22px;
    font-weight:500;
    color:#000;
}
.review-item .review-item-date {
    float:right;
    font-size:13px;
    line-height:22px;
    font-weight:400;
    color:#555;
}

.section-header_besed {
    background: url(/images/section-header_besed.jpg) center right no-repeat;
    background-size: cover;
}

.section-header_lestn {
    background-size: cover;
    color:#fff;
}
.section-header_lestn .breadcrumbs {
    color:#fff;
}
.section-header_lestn .breadcrumbs__a {
    color:#fff;
}
.section-header_lestn .section-header__h1 {
    color:#fff;
}
.section-header_lestn .section-header__subtitle {
    color:#fff;
}

.tovar_other {
    height:auto;
    width:340px;
    margin:25px 20px;
    float:left;
    position:relative;
    border-radius:7px;
    background: #FFFFFF;
    border: 1px solid #EAEAE4;
    overflow:hidden;
    /*transition: all 0.5s ease 0s;*/
}
.tovar_other {
    height:470px;
}
.tovar_short2 {
    height:430px;
}
.tovar_short2 .tovar_wrap {
    height:430px;
}
.tovar_short2 .tovar__pricebox {
    position: absolute;
    bottom: 0;
}
.tovar_other2 {
    height:490px;
}
.tovar_other3 {
    height: 620px;
}
.tovar_other:hover {
    margin:15px 20px 35px;
    box-shadow: 0px 5px 20px rgba(43, 95, 46, 0.15);
}
.tovar_other .tovar__img {
    height: 300px;
}
.tovar_other .tovar__prices {
    width: 130px;
}
.tovar_other .tovar__btn {
    margin: 5px 0 0;
    width: 135px;
    float: right;
}
.tovar_short2 .tovar__prices {
    width: 130px;
}
.tovar_short2 .tovar__btn {
    margin: 5px 0 0;
    width: 135px;
    float: right;
}

.tovars-project .center-box {
    padding-top:70px;
    padding-bottom:70px;
}

.tovar_project {
    height:auto;
    height:430px;
    width:340px;
    margin:25px 20px;
    padding:250px 25px 25px;
    float:left;
    position:relative;
    border-radius:7px;
    background: #FFFFFF;
    border: 1px solid #EAEAE4;
    overflow:hidden;
    transition: all 0.5s ease 0s;
}
.tovar_project:hover {
    margin:15px 20px 35px;
    box-shadow: 0px 5px 20px rgba(43, 95, 46, 0.15);
}

.tovar_project .tovar__title {
    margin: 0 0 10px;
}
.tovar_project .tovar__subtitle {
    margin: 0 0 25px;
}
.tovar_project .tovar__pricebox {
    margin:0;
    bottom: 20px;
}
.tovar_project .tovar__btn { 
    float:left;
    margin:0;
}
.tovar_project .tovar__img {
    width:200px;
    height:200px;
    position:absolute;
    left:25px;
    top:25px;
}
.tovar_project .tovar__img1 {
    width:77px;
    height:60px;
    position:absolute;
    right:25px;
    top:25px;
    background-size:cover!important;
}
.tovar_project .tovar__img2 {
    width:77px;
    height:60px;
    position:absolute;
    right:25px;
    top:95px;
    background-size:cover!important;
}
.tovar_project .tovar__img3 {
    width:77px;
    height:60px;
    position:absolute;
    right:25px;
    top:165px;
    background-size:cover!important;
}

.tovar-desc {
    
}
.tovar-desc .center-box {
    padding: 0 30px 15px;
}
.info-desc {
    background:#F8F8F6;
    padding: 40px 30px 55px
}

.tovar-desc h3 {
    float:none;
    font-size:30px;
    line-height:30px;
    margin:10px 0 20px;
}

.tovar-desc-left {
    float:left;
    width:550px;
}
.tovar-desc .tovar__desc {
    margin:0 0 50px;
    font-size: 14px;
    line-height: 22px;
}
.tovar-desc .tovar__desc__line {
    font-size: 15px;
    margin:5px 0 10px;
}
.tovar-desc .tovar__desc__line .nodotted {
    font-weight:500;
}

.tovar-desc-right {
    float:right;
    width:880px;
}
/*
.tovar__desc_item {
    float:left;
    padding-right:30px;
    width:50%;
    position:relative;
}*/
.tovar__desc_item {
    float: left;
    padding: 30px;
    width: 455px;
    position: relative;
    margin: -10px -30px 0 -30px;
    cursor:pointer;
}
.tovar__desc_item:first-child {
    margin: -10px 60px 0 -30px
}
.tovar__desc_item:hover {
	border-radius: 10px;
    box-shadow: 0px 5px 20px rgb(43 95 46 / 15%);
    background: #fff;
}

.tovar__desc_item-title {
    font-size: 22px;
    line-height: 28px;
    height: 105px;
    font-weight:500;
    color: #344738;
    padding:12px 0 37px 105px;
}
.tovar__desc_item-img {
    width:80px;
    height:80px;
    border-radius:40px;
    overflow:hidden;
    position:absolute;
    left:30px;
    top:30px;
    box-shadow:-10px 10px 20px rgba(79, 174, 60, 0.2);
}
.tovar__desc_item-img img{
    display:block;
    width:100%;
}
.tovar__desc_item-text {
	overflow: hidden;
    height: 105px;
}
.tovar__desc_item-text:hover {
	overflow: auto;
}


.tovar-desc-left2 {
    float:left;
    width:970px;
}

.tovar-desc-right2 {
    float:right;
    width:470px;
}

.tovar-desc .info__desc {
    margin:0 0 0;
    font-size: 14px;
    line-height: 22px;
}

.info__desc_item {
    float: left;
    padding: 0;
    width: 455px;
    position: relative;
    margin: 15px 25px 32px 0;
    cursor:pointer;
}

.info__desc_item:hover {
	/*border-radius: 10px;
    box-shadow: 0px 5px 20px rgb(43 95 46 / 15%);*/
}

.info__desc_item-title {
    font-size: 20px;
    line-height: 28px;
    height: auto;
    font-weight:500;
    color: #344738;
    padding:5px 0 25px 67px;
}
.info__desc_item-img {
    width:80px;
    height:50px;
    overflow:hidden;
    position:absolute;
    left:0;
    top:0;
}
.info__desc_item-img img{
    display:block;
}
.info__desc_item-text {
	overflow: hidden;
    height:105px;
    height:auto;
}
.info__desc_item-text:hover {
	overflow: auto;
}



.calc_items2 {
    float:none;
    margin-top:10px;
    width:100%;
}

.variants2 {
    margin-bottom:50px;
}
.variants strong {
    font-weight:500;
}
.dops {
    margin-top:40px;
}
.dop-header {
    margin-bottom:16px;
    font-size:16px;
    line-height:16px;
    font-weight:500;
}

.dop-list {
    margin:-8px -16px;
    padding:0 8px;
    white-space: nowrap;
    overflow: hidden;
    position:relative;
}
.dop-item {
    display:inline-block;
    white-space: normal;
    height:auto;
    width:119px;
    height:215px;
    margin:8px;
    float:nonet;
    position:relative;
    border-radius:6px;
    background: #FFFFFF;
    border: 0;
    overflow:hidden;
    padding:105px 14px 49px;
    font-size:12px;
    line-height:16px;
    font-weight:400;
    color:#000;
    cursor:pointer;
    transition: margin 0.5s ease 0s;
}
.dop-item:hover {
   border: 1px solid #4FAE3C;
   padding:104px 13px 8px;
}
.dop-item.active {
   border: 1px solid #4FAE3C;
   padding:104px 13px 8px;
}
.dop-item-img {
    position:absolute;
    top:0;
    left:0;
    height: 94px;
    width:119px;
    background: #eee;
    background-size: cover;
}
.dop-item:hover .dop-item-img, .dop-item.active .dop-item-img {
    top:-1px;
    left:-1px;
}
.dop-item-title {
    padding:4px;
    height:56px;
}
.dop-item-cost {
    position:absolute;
    bottom:9px;
    width:91px;
    height:auto;
    z-index:100;
    border-radius:5px;
    overflow:hidden;
}
.dop-item-cost span {
    display:none;
    background:#EAEAE4;
    
    color:#344738;
    font-size:14px;
    line-height:20px;
    font-weight:500;
    text-align:center;
    width:100%;
    padding:11px 9px 9px;
    box-sizing: border-box;
}
.dop-item-cost:hover span {
    display:block;
}
.dop-item-cost span.active {
    display:block;
}
.dop-item .dop-item-cost span:hover {
    background:#4FAE3C;
    color:#fff;
}


.dop-list__right {
    position:absolute;
    right:0;
    top:82px;
    background:#3D8635 url(/images/dop-list__right.png) center no-repeat;
    width: 30px;
    height: 46px;
    cursor:pointer;
    z-index:100;
    border-radius:5px;
}
.dop-list__right:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.dop-list__left {
    position:absolute;
    left:0;
    top:82px;
    background:#3D8635 url(/images/dop-list__left.png) center no-repeat;
    width: 30px;
    height: 46px;
    cursor:pointer;
    z-index:100;
    border-radius:5px;
    
}
.dop-list__left:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}


/***/
.dop-list2 {
    margin:10px -16px;
    padding:0 8px;
    /*white-space: nowrap;*/
    overflow: hidden;
    position:relative;
}
.dop-item2 {
    display:inline-block;
    white-space: normal;
    height:auto;
    width:213px;
    width:225px;
    height:390px;
    margin:15px;
    /*float:none;*/
    float:left;
    position:relative;
    border-radius:6px;
    background: #FFFFFF;
    border: 0;
    overflow:hidden;
    padding:159px 14px 84px;
    border: 1px solid #EAEAE4;
    font-size:12px;
    line-height:18px;
    font-weight:400;
    color:#000;
    cursor:pointer;
    transition: margin 0.5s ease 0s;
}
.dop-item2:hover {
   border: 1px solid #4FAE3C;
   padding:159px 14px 84px;
}
.dop-item2.active {
   border: 1px solid #4FAE3C;
   padding:159px 14px 84px;
   
}

.dop-item2 .galka {
    display:none;
    background:url(/images/dop-active.png) top right no-repeat;
    position:absolute;
    z-index:10;
    top:0;
    right:0;
    width:80px;
    height:80px;
}
.dop-item2.active .galka {
    display:block;
}
.dop-item2-img {
    position:absolute;
    top:0;
    left:0;
    height: 145px;
    width:223px;
    background: #eee;
    background-size: cover;
}
.dop-item2:hover .dop-item2-img, .dop-item2.active .dop-item2-img {
    top:-1px;
    left:-1px;
}
.dop-item2-title {
    padding:4px;
    font-size:16px;
    line-height:22px;
    font-weight:500;
}
.dop-item2-cost {
    position:absolute;
    bottom:25px;
    width:182px;
    height:auto;
    z-index:100;
    border-radius:5px;
    overflow:hidden;
}
.dop-item2-cost span {
    display:none;
    background:#EAEAE4;
    
    color:#344738;
    font-size:14px;
    line-height:20px;
    font-weight:500;
    text-align:center;
    width:100%;
    padding:11px 9px 9px;
    box-sizing: border-box;
}
.dop-item2-cost:hover span {
    display:block;
}
.dop-item2-cost span.active {
    display:block;
}
.dop-item2 .dop-item2-cost span:hover {
    background:#4FAE3C;
    color:#fff;
}

.dop-item2-list {
    position:absolute !important;
    bottom:25px;
    width:182px;
    height:auto;
    z-index:100;
    border-radius:5px;
    font-size:12px!important;
}
.dop-item2-list .section-header__filter__set {
    background-color:#EAEAE4;
    color:#344738;
    width:100%;
    min-width:unset;
    
    font-size:12px!important;
}
.section-header__filter__item_list.dop-item2-list.open .section-header__filter__list {
    bottom: 50px;
}
.section-header__filter__item_list.open.dop-item2-list .section-header__filter__list__item {
    font-size:12px!important;
}


.dop-list2__right {
    position:absolute;
    right:0;
    top:82px;
    background:#3D8635 url(/images/dop-list__right.png) center no-repeat;
    width: 30px;
    height: 46px;
    cursor:pointer;
    z-index:100;
    border-radius:5px;
    display:none!important;
    opacity:0;
}
.dop-list2__right:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.dop-list2__left {
    position:absolute;
    left:0;
    top:82px;
    background:#3D8635 url(/images/dop-list__left.png) center no-repeat;
    width: 30px;
    height: 46px;
    cursor:pointer;
    z-index:100;
    border-radius:5px;
    display:none!important;
    opacity:0;
    
}
.dop-list2__left:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

/* форма обратной связи */
.fos-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 200;
}
.fos-box {
    position: fixed;
    left: 50%;
    top: 50%;
    width:420px;
    height:580px;
    margin-left: -210px;
    margin-top: -290px;
    border-radius: 15px;
    padding: 50px 40px;
    background: #fff url(/images/fos-bg.jpg) left top no-repeat;
    background-size:cover;
    color: #333;

    z-index: 2200;
}

.fos-box.fos-quick {
    width:600px;
    height:600px;
    margin-left: -300px;
    margin-top: -300px; 
    padding: 0;
}
.fos-box.fos-quick .section-header__calc {
    width:100%;
}
    .fos-box .fos-box-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;
    }
    .fos-box .fos-box-title {
        height: auto;
        font-weight:700;
        color:#2B5F2E;
        font-size: 40px;
        line-height: 40px;
        margin-bottom:10px;
        margin-right:-10px;
    }
    .fos-box .fos-box-success {
        height: auto;
        font-weight:700;
        color:#F38535;
        font-size: 24px;
        line-height: 24px;
        margin-bottom:10px;
        margin-right:-10px;
        padding: 10px 0;
    }
    .fos-box .fos-box-subtitle {
        height: auto;
        font-weight:500;
        color:#344738;
        font-size: 18px;
        line-height: 26px;
        padding: 10px 0;
        margin-bottom:10px;
    }
    .fos-box .blo {
        margin: 20px 0 0;
    }
    .fos-box 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;
    }

    .fos-box input[type="submit"] {
        border: 0;
        border-radius: 50px;
        background: #3D8635 url(/images/topbtn_fos_hover.png) left 32px center no-repeat;
        padding: 18px 28px 18px 60px;
        text-align: left;
        width: 230px;
        font-size:16px;
        line-height: 16px;
        color:#fff;
        cursor:pointer;
    }
    
    .fos-box.wow .fos-box-title {
        height: auto;
        font-weight:500;
        color:#F38535;
        font-size: 42px;
        line-height: 48px;
        margin-bottom:10px;
        margin-right:0;
        text-align:center;
        text-transform:uppercase;
    }
    .fos-box.wow .fos-box-title span {
        font-size: 64px;
        line-height: 64px;
        font-weight:700;
    }
    .fos-box.wow .fos-box-subtitle {
        height: auto;
        font-weight:500;
        color:#344738;
        line-height: 26px;
        padding: 10px 0;
        margin-bottom:10px;
        text-align:center;
        font-size: 28px;
        line-height: 32px;
    }
    .fos-box.wow .fos-box-success {
        text-align:center;
    }
    .fos-box.wow input[type="text"] {
        text-align:center;
    }
    .fos-box.wow input[type="submit"] {
        border: 0;
        border-radius: 50px;
        background: #3D8635;
        padding: 18px 28px 18px 28px;
        text-align: left;
        width: 100%;
        font-size:18px;
        line-height: 18px;
        color:#fff;
        cursor:pointer;
        text-align:center;
    }

    .fos-box.wow .blo-policy {
        text-align:center;
    }
.cart_content {
    position:relative;
    min-height:750px;
}






.filter_hidden {
    display:none!important;
}
.fix-me {
    position:fixed;
    left:0;
    top:0;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    background: rgb(220 239 216) url(/images/fixme.png?1) center no-repeat;
    background-size:cover;
    padding: 15px 0;
    z-index:1000;
    display:none;
    box-shadow: 0px 5px 15px rgba(43, 95, 46, 0.1);
}
.fix-me.on {
    display:block;
}
.fix-me .variants.pricetop {
    width: 400px;
    margin-bottom: 15px;
    float: right;
}
.fix-me .variants.pricetop .to-basket {
    top:15px;
}
.fix-me .title_top {
    padding:15px 0 5px 90px;
    line-height:40px;
    font-size:40px;
    font-weight:700;
    color:#2B5F2E;
    height:60px;
    margin-top:10px;
    background: url(/images/fixme_logo.png?1) left center no-repeat;
    float:left;
}


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

        
        .cart_list2 .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_list2 .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_list2 .cart_dop_minus {
                display: inline-block;
                width: 25px;
                height: 25px;
                background: #EAEAE4;
                border-radius: 5px;
                cursor: pointer;
                text-align: center;
            }
            .cart_list2 .cart_dop_plus {
                display: inline-block;
                width: 25px;
                height: 25px;
                background: #EAEAE4;
                border-radius: 5px;
                cursor: pointer;
                text-align: center;
            }
            
        .cart_list2  .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_list2 .cart_payment {
        margin-top:15px;
        margin-bottom:80px;
        margin-right:-40px;
        overflow:hidden;
    }
        .cart_list2 .payment_item {
            width:465px;
            height:180px;
            padding:30px;
            margin-right:40px;
            margin-bottom:30px;
            border-radius: 10px;
            border: 1px solid #ECECE7;
            float:left;
            cursor:pointer;
        }
        .cart_list2 .payment_item:hover {
            border: 1px solid #4FAE3C;
        }
        .cart_list2 .payment_item.active {
            border: 1px solid #4FAE3C;
            background: #F8F8F6;
        }
        .cart_list2 .payment_title {
            line-height:40px;
            padding-bottom:15px;
            padding-left:75px;
            color: #344738;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
        }
        .cart_list2 .payment_desc {
            color: #333;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
        }
        
        .cart_list2 .payment_item1 .payment_title {
            background:url(/svg/payment_item1.svg) left top no-repeat;
        }
        .cart_list2 .payment_item1:hover .payment_title {
            background:url(/svg/payment_item1_active.svg) left top no-repeat;
        }
        .cart_list2 .payment_item1.active .payment_title {
            background:url(/svg/payment_item1_active.svg) left top no-repeat;
        }
        
        .cart_list2 .payment_item2 .payment_title {
            background:url(/svg/payment_item2.svg) left top no-repeat;
        }
        .cart_list2 .payment_item2:hover .payment_title {
            background:url(/svg/payment_item2_active.svg) left top no-repeat;
        }
        .cart_list2 .payment_item2.active .payment_title {
            background:url(/svg/payment_item2_active.svg) left top no-repeat;
        }
        
        .cart_list2 .payment_item3 .payment_title {
            background:url(/svg/payment_item3.svg) left top no-repeat;
        }
        .cart_list2 .payment_item3:hover .payment_title {
            background:url(/svg/payment_item3_active.svg) left top no-repeat;
        }
        .cart_list2 .payment_item3.active .payment_title {
            background:url(/svg/payment_item3_active.svg) left top no-repeat;
        }
        
        .cart_list2 .payment_item4 .payment_title {
            background:url(/svg/payment_item4.svg) left top no-repeat;
        }
        .cart_list2 .payment_item4:hover .payment_title {
            background:url(/svg/payment_item4_active.svg) left top no-repeat;
        }
        .cart_list2 .payment_item4.active .payment_title {
            background:url(/svg/payment_item4_active.svg) left top no-repeat;
        }
        
    /*карточки доставки*/
    .cart_list2 .cart_delivery {
        margin-top:15px;
        margin-bottom:80px;
        margin-right:-40px;
    }
        .cart_list2 .delivery_item {
            width:465px;
            height:180px;
            padding:30px;
            margin-right:40px;
            margin-bottom:30px;
            border-radius: 10px;
            border: 1px solid #ECECE7;
            float:left;
            cursor:pointer;
        }
        .cart_list2 .delivery_item:hover {
            border: 1px solid #4FAE3C;
        }
        .cart_list2 .delivery_item.active {
            border: 1px solid #4FAE3C;
            background: #F8F8F6;
        }
        .cart_list2 .delivery_title {
            line-height:40px;
            padding-bottom:15px;
            padding-left:75px;
            color: #344738;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
        }
        .cart_list2 .delivery_desc {
            color: #333;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
        }
        .cart_list2 .delivery_item1 .delivery_title {
            background:url(/svg/delivery_item1.svg) left top no-repeat;
        }
        .cart_list2 .delivery_item1:hover .delivery_title {
            background:url(/svg/delivery_item1_active.svg) left top no-repeat;
        }
        .cart_list2 .delivery_item1.active .delivery_title {
            background:url(/svg/delivery_item1_active.svg) left top no-repeat;
        }
        .cart_list2 .delivery_item2 .delivery_title {
            background:url(/svg/delivery_item2.svg) left top no-repeat;
        }
        .cart_list2 .delivery_item2:hover .delivery_title {
            background:url(/svg/delivery_item2_active.svg) left top no-repeat;
        }
        .cart_list2 .delivery_item2.active .delivery_title {
            background:url(/svg/delivery_item2_active.svg) left top no-repeat;
        }
        .cart_list2 .delivery_item3 .delivery_title {
            background:url(/svg/delivery_item3.svg) left top no-repeat;
        }
        .cart_list2 .delivery_item3:hover .delivery_title {
            background:url(/svg/delivery_item3_active.svg) left top no-repeat;
        }
        .cart_list2 .delivery_item3.ative .delivery_title {
            background:url(/svg/delivery_item3_active.svg) left top no-repeat;
        }
    
    

.cart_fos2 {
    float:right;
    width:420px;
    position:relative;

}
.cart_fos2 .print-btn{
    background:url(/svg/print-btn.svg) left center no-repeat;
    padding-left:26px;
    position:absolute;
    top:0;
    right:0;
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;

}    
    .cart_fos2 .fos-box {
        position:relative;
        left: unset;
        top: unset;
        width:420px;
        height:auto;
        margin-left: 0;
        margin-top: 0;
    }
        .cart_fos2 .fos-box .fos-box-title {
            font-size: 30px;
            line-height: 30px;
        }
        .cart_fos2 .fos-box input[type="submit"] {
            background: #3D8635 url(/images/topbtn_cart_hover.png) left 22px center no-repeat;;
    
        }
    .cart_fos2 .cart_itog_wrap {
        background: rgb(244 250 240);
        border-radius: 15px;
        padding: 40px;
        margin: 55px 0 30px;
    }
    .cart_fos2 .cart_itog_title {
        color: #2B5F2E;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom:25px;
    }
    .cart_fos2 .cart_itog_info {
        color: #666;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top:25px;
    }
    .cart_fos2 .cart_itog_info span.dotted {
        display:inline-block;
        width:120px;
        position:relative;
    }
    .cart_fos2 .cart_itog_info span.nodotted {
        display:inline-block;
        width:auto;
        position:relative;
        background:rgb(244 250 240);
        z-index:2;
    }
    .cart_fos2 .cart_itog_info span.dotted:before {
        content: "";
        position: absolute;
        top: 10px;
        z-index: 1;
        width: 100%;
        border-bottom: 1px dotted #999;
    }
    .cart_fos2 .cart_itog {
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
        margin-top:40px;
        
    }
    .cart_fos2 .cart_itog span {
        display:inline-block;
        color:#C61313;
        font-weight:700;
        float:right;
    }
/*end новая корзина*/

/* старая корзина */



.cart_list {
    float:left;
    width:970px;
}
    .cart_list .cart_list_title {
        color:#2B5F2E;
        line-height:30px;
        font-size:30px;
        font-weight:700;
        margin-bottom:25px;
    }
    .cart_list .cart_subtitle {
        color:#2B5F2E;
        line-height:24px;
        font-size:24px;
        font-weight:500;
        margin-top:40px;
        margin-bottom:20px;
    }
    
    .cart_list .cart_item {
        border: 1px solid #EAEAE4;
        border-radius: 7px;
        overflow: hidden;
        margin-bottom:20px;
        height:270px;
        position:relative;
    }
    .cart_list .cart_greenhouse {
        /*background: url(/images/cart_greenhouse.png?1) right 16px top 43px no-repeat;*/
    }
    
        .cart_list .cart_item_img {
            float: left;
            width: 340px;
            height:270px;
            background-size:cover!important;
        }
        .cart_list .cart_item_img img {
            width: 100%;
            display: block;
        }
        .cart_list .cart_item_content {
            float: left;
            padding: 20px 40px;
            width: 550px;
        }
        .cart_list .cart_item_title {
            font-size: 24px;
            line-height: 24px;
            font-weight: 500;
            margin-bottom: 20px;
            margin-top: 10px;
        }
        .cart_list .cart_item .tovar__desc {
            font-size: 14px;
            line-height: 30px;
            font-weight: 400;
            color: #333333;
            margin: 0 0 10px;
        }
        .cart_list .cart_item_cost_count {
            overflow:hidden
        }
        .cart_list .cart_item_cost {
            line-height: 25px;
            font-size: 20px;
            font-weight: 700;
            color: #C61313;
            margin-top: 20px;
            float:left;
        }
        .cart_list .cart_item_count {
            height: 25px;
            line-height: 25px;
            font-size: 14px;
            margin-top: 20px;
            float:left;
            text-align:center;
            padding:0 25px;
            width:75px;
            margin-left:30px;
            position:relative;
        }
        .cart_list .cart_item_minus {
            height: 25px;
            width:25px;
            background: #F9F9F7;
            border-radius: 5px;
            position:absolute;
            top:0;
            left:0;
            cursor:pointer;
        }
        .cart_list .cart_item_plus {
            height: 25px;
            width:25px;
            background: #F9F9F7;
            border-radius: 5px;
            position:absolute;
            top:0;
            right:0;
            cursor:pointer;
        }



    .cart_list .cart_dop {
        width:213px;
        height:280px;
        float:left;
        margin-bottom:40px;
        margin-right:40px;
        border: 1px solid #EAEAE4;
        border-radius: 7px;
        overflow:hidden;
        position:relative;
    }
        .cart_list .cart_dop_img {
            height:145px;
            overflow:hidden;
            background-size:cover!important;
        }
        .cart_list .cart_dop_img img {
            width:100%;
            display: block;
        }
        .cart_list .cart_dop_content {
            padding:17px;
            position:relative;
            height:135px;
        }
        .cart_list .cart_dop_title {
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
        }
        .cart_list .cart_dop_cost_count {
            overflow:hidden
        }
        .cart_list .cart_dop_cost {
            font-weight: 500;
            font-size: 16px;
            line-height: 25px;
            color:#C61313;
            position:absolute;
            bottom:17px;
            left:17px;
        }
        
        .cart_list .cart_dop_count {
            height: 25px;
            line-height: 25px;
            font-size: 14px;
            margin-top: 20px;
            float:left;
            text-align:center;
            padding:0 25px;
            width:75px;
            margin-left:30px;
            position:absolute;
            bottom:17px;
            right:17px;
        }
        .cart_list .cart_dop_minus {
            height: 25px;
            width:25px;
            background: #F9F9F7;
            border-radius: 5px;
            position:absolute;
            top:0;
            left:0;
            cursor:pointer;
        }
        .cart_list .cart_dop_plus {
            height: 25px;
            width:25px;
            background: #F9F9F7;
            border-radius: 5px;
            position:absolute;
            top:0;
            right:0;
            cursor:pointer;
        }
        
        .cart_list .cart_item_delete {
            position:absolute;
            width:24px;
            height:24px;
            right:10px;
            top:10px;
            background:url(/images/cart_delete.png?1) center no-repeat;
            cursor:pointer;
            z-index:10;
        }
        .cart_list .cart_dop_delete {
            position:absolute;
            width:24px;
            height:24px;
            right:10px;
            top:10px;
            background:url(/images/cart_delete.png?1) center no-repeat;
            cursor:pointer;
            z-index:10;
        }



/*ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ‚Ð¾Ñ€*/
.fix-cart.on {
    position: fixed;
    top:20px;
    background:#fff;
    z-index:1000;
    
}
.fix-cart.on.stop {
    position: absolute;
    top:unset;
    bottom:10px;
    background:#fff;
    z-index:1000;
    
}

.cart_fos {
    float:right;
    width:420px;

}

    .cart_fos .cart_itog {
        background: rgb(244 250 240);
        border-radius: 15px;
        padding: 25px 30px 20px;
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
        margin: 55px 0 30px;
    }
    .cart_fos .cart_itog span {
        display:inline-block;
        margin-left:30px;
        color:#C61313;
        font-weight:700;
    }

    .cart_fos .fos-box {
        position:relative;
        left: unset;
        top: unset;
        width:420px;
        height:auto;
        margin-left: 0;
        margin-top: 0;
    }
        .cart_fos .fos-box .fos-box-title {
            font-size: 30px;
            line-height: 30px;
        }
        .cart_fos .fos-box input[type="submit"] {
            background: #3D8635 url(/images/topbtn_cart_hover.png) left 22px center no-repeat;;
    
        }


/* end старая корзина */


/* ---- grid ---- */

.mason-grid {
  max-width: 100%;
}

/* clearfix */
.mason-grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
  width: 50%;
  float: left;
  margin:0;
  padding:5px;
  
  z-index:100;
  position:relative;
}
.grid-item img {
  width: 100%;
  height: auto;
  display:block;
  z-index:100;
  position:relative;
  border-radius:10px;
}
.grid-item:first-child { width: 100%; }

.project_text {
    font-size:16px;
    line-height:24px;
    margin-bottom:45px
}
.section-header__proj {
    width: 593px;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(79, 174, 60, 0.2);
    position: relative;
    padding: 40px 30px; 
    height:auto; 
    padding-right:250px;
}


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

.print-btn {
    text-align:right;
    padding:20px 10px;
    cursor:pointer;
}
.kozir_types {
        overflow:hidden;
        margin:40px 0;
    }
    .kozir_type {
        float:left;
        padding:140px 10px 10px 10px;
        margin-right:20px;
        text-align:center;
        height:auto;
        width:140px;
        line-height:20px;
        font-size:16px;
        font-weight:500;
        color:#344738;
    }
    .kozir_1 {
        background:url(/img/kozir_1.png) left top no-repeat;
    }
    .kozir_2 {
        background:url(/img/kozir_2.png) left top no-repeat;
    }
    .kozir_3 {
        background:url(/img/kozir_3.png) left top no-repeat;
    }
    .kozir_4 {
        background:url(/img/kozir_4.png) left top no-repeat;
    }
    .kozir_5 {
        background:url(/img/kozir_5.png) left top no-repeat;
        margin-right:0;
    }

.lestn_types {
        overflow:hidden;
        margin:40px 0;
    }
    .lestn_type {
        float:left;
        padding:10px 0 10px 70px;
        margin-right:40px;
        height:60px;
        line-height:20px;
        font-size:14px;
        font-weight:500;
        color:#344738;
    }
    .lestn_1 {
        background:url(/img/lestn_1.png) left center no-repeat;
    }
    .lestn_2 {
        background:url(/img/lestn_2.png) left center no-repeat;
    }
    .lestn_3 {
        background:url(/img/lestn_3.png) left center no-repeat;
    }
    .lestn_4 {
        background:url(/img/lestn_4.png) left center no-repeat;
        margin-right:0;
    }
    .lestn-left {
        float:left;
        width:845px;
    }
    .lestn-right {
        float:right;
        width:590px;
        height:730px;
        padding:40px;
        margin-right:40px;
        background:url(/img/lestn-right.png) center no-repeat;
        background-size:cover;
        overflow:hidde;
        border-radius:10px;
    }
    
    .lestn_fos_title {
        margin-bottom:20px;
        font-size:30px;
        line-height:30px;
        font-weight:700;
        color:#4FAE3C;
    }
    .form_line {
        margin-bottom:20px;
        font-size:14px;
        line-height:14px;
        overflow:hidden;
    }
    .form_line_last {
        margin-top:40px;
    }
    .form_line span {
        padding:13px 0;
        display:block;
    }
    .form_line input[type=text] {
        display: block;
        width: 100%;
        max-width:246px;
        margin: 0;
        color: #344738;
        background: #fff;
        padding: 10px 15px;
        border-radius: 5px;
        border: 0;
        outline: 0;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 20px;
    }
    .form_line select {
        display: block;
        width: 100%;
        max-width:246px;
        margin: 0;
        color: #344738;
        background: #fff;
        padding: 10px 15px;
        border-radius: 5px;
        border: 0;
        outline: 0;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 20px;
    }
    .fl1 {
        float:left;
        width:60%;
        
    }
    .fl2 {
        float:left;
        width:40%;
    }
    .form_line input[type="submit"] {
        border: 0;
        border-radius: 50px;
        background: #3D8635;
        padding: 13px 28px 13px 28px;
        text-align: left;
        width: 100%;
        text-align:center;
        font-size: 14px;
        line-height: 14px;
        color: #fff;
        cursor: pointer;
    }
    
    
    .pay-fos input[type=text] {
    float: left;
    padding: 10px 15px;
    margin: 5px 0;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    color: #a3a3a3;
    background: #fff;
    font-size: 18px;
    max-width:100%!important;
}

.pay-button {
    margin:30px 0;
    overflow:hidden;
}
    .pay-button a.paycard {
        display:block;
        float: left;
    	color:#fff;
    	background:#339900;
    	width:250px;
    	text-align:center;
    	padding:15px 15px 12px;
    	border:2px solid #339900;
    	border-radius:5px;
    	margin:0 15px 0 0;
    	text-transform:uppercase;
    	text-decoration:none;	
    	cursor:pointer;
    }
    .pay-button a.paycard:hover {
    	color:#000;
    	background:#fff;
    	border:2px solid #000;
    	box-shadow:0px 0px 4px rgba(0,0,0,0.5);	
    }
    
    .pay-button a.payqr {
        display:block;
        float: left;
    	color:#339900;
    	background:#fff;
    	width:250px;
    	text-align:center;
    	padding:15px 15px 12px;
    	border:2px solid #339900;
    	border-radius:5px;
    	margin:0 15px 0 0;
    	text-transform:uppercase;
    	text-decoration:none;	
    	cursor:pointer;
    }
    .pay-button a.payqr:hover {
    	color:#000;
    	background:#fff;
    	border:2px solid #000;
    	box-shadow:0px 0px 4px rgba(0,0,0,0.5);	
    }
    
    .dop-lines {
        position:relative;
        padding:0 600px 0 0;
        margin:20px 0;
    }
    .dop-line:first-child {
        border-top:1px solid #EAEAE4;
    }
    .dop-line {
        border-bottom:1px solid #EAEAE4;
        background:#fff;
        padding:15px 10px;
        line-height:25px;
        position:relative;
    }
    .dop-line:hover {
        background:#F8F8F6;
    }
    .dl-check {
        display:block;
        float:left;
        width:25px; 
        height:25px;
        border: 2px solid #EAEAE4;
        border-radius: 5px;
        margin-right:20px;
        cursor:pointer;
    }
    .dop-line.active .dl-check {
        background:#4FAE3C url(/images/dl-check.png) center no-repeat;
        border: 0;
    }
    .dl-title {
        display:block;
        float:left;
        font-size:16px;
        font-weight:500;
        width:420px;
        margin-right:40px;
        cursor:pointer;
    }
    .dl-info {
        display:inline-block;
        float:none;
        width:16px;
        height:16px;
        margin-left:10px;
        margin-bottom:-2px;
        cursor:pointer;
        background:url(/svg/info.svg) center no-repeat;
        z-index:100;
    }
    .dl-cost {
        display:block;
        float:left;
        font-weight: 700;
        font-size: 15px;
        width:70px;
        margin-right:40px;
    }
    .dop-line.active .dl-cost {
        color:#C61313;
    }
    .dl-cost span {
        display:inline-block;
    }
    .dl-montaj {
        display:block;
        float:left;
        width:110px;
        height:25px;
        margin-right:40px;
        overflow:hidden;
    }
    .dl-mont {
        width:38px;
        height:24px;
        border-radius:13px;
        background:#EAEAE4;
        float:right;
        cursor:pointer;
    }
    .dl-montch {
        width:20px;
        height:20px;
        border-radius:10px;
        margin:2px;
        background:#fff;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
        float:left;
    }
    .dop-line .dl-montaj.active .dl-mont {
        background:#4FAE3C;
    }
    .dl-montaj.active .dl-montch {
        float:right;
    }
    .dl-count {
        display:block;
        float:left;
    }
    .dl-count-minus {
        display:inline-block;
        width:25px; 
        height:25px;
        background:#EAEAE4;
        border-radius: 5px;
        cursor:pointer;
        text-align:center;
    }
    .dl-count-minus:hover {
        background: rgba(79, 174, 60, 0.2);
    }
    .dl-count-value {
        display:inline-block;
        width:25px; 
        height:25px;
        text-align:center;
    }
    .dl-count-plus {
        display:inline-block;
        width:25px; 
        height:25px;
        background:#EAEAE4;
        border-radius: 5px;
        cursor:pointer;
        text-align:center;
    }
    .dl-count-plus:hover {
        background: rgba(79, 174, 60, 0.2);
    }
    
    
    .dl-desc {
        display:none;
    }
    .dop-line:hover .dl-desc {
        display:block;
        position:absolute;
        width:340px;
        right:-360px;
        top:-140px;
        box-shadow: 0px 5px 20px rgba(43, 95, 46, 0.15);
        border-radius: 7px;
        overflow:hidden;
        background:#fff;
        z-index:20;
    }
    .dl-img {
        width:340px;
        height:230px;
        background-size:cover;
    }
    .dl-desc .dl-title {
        padding:15px 20px;
    }
    .dl-text {
        padding:15px 20px;
        font-size:14px;
        line-height:18px;
    }
    .dl-mobclear {
        display:none;
    }
    
    /*грядки*/
    .gryad-wrap {
        overflow:auto;
        height: 400px;
        margin:10px 0;
    }
    .gryad-lines {
        position:relative;
        padding:0;
        
    }
    .gryad-line:first-child {
        border-top:1px solid #EAEAE4;
    }
    .gryad-line {
        border-bottom:1px solid #EAEAE4;
        background:rgba(255,255,255,0.3);
        padding:15px 10px;
        line-height:25px;
        position:relative;
    }
    .gryad-line:hover {
        background:#F8F8F6;
    }
    .gl-check {
        display:block;
        float:left;
        width:25px; 
        height:25px;
        border: 2px solid #EAEAE4;
        border-radius: 5px;
        margin-right:20px;
        cursor:pointer;
    }
    .gryad-line.active .gl-check {
        background:#4FAE3C url(/images/dl-check.png) center no-repeat;
        border: 0;
    }
    .gl-title {
        display:block;
        float:left;
        font-size:16px;
        font-weight:500;
        width:130px;
        margin-right:20px;
        cursor:pointer;
    }
    .gl-cost {
        display:block;
        float:left;
        font-weight: 700;
        font-size: 15px;
        width:60px;
        margin-right:20px;
    }
    .gryad-line.active .gl-cost {
        color:#C61313;
    }
    .gl-cost span {
        display:inline-block;
    }
    .gl-montaj {
        display:block;
        float:left;
        width:110px;
        height:25px;
        margin-right:20px;
        overflow:hidden;
    }
    .gl-mont {
        width:38px;
        height:24px;
        border-radius:13px;
        background:#EAEAE4;
        float:right;
        cursor:pointer;
    }
    .gl-montch {
        width:20px;
        height:20px;
        border-radius:10px;
        margin:2px;
        background:#fff;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
        float:left;
    }
    .gryad-line.active .gl-montaj.active .gl-mont {
        background:#4FAE3C;
    }
    .gl-montaj.active .gl-montch {
        float:right;
    }
    .gl-count {
        display:block;
        float:left;
    }
    .gl-count-minus {
        display:inline-block;
        width:25px; 
        height:25px;
        background:#EAEAE4;
        border-radius: 5px;
        cursor:pointer;
        text-align:center;
    }
    .gl-count-minus:hover {
        background: rgba(79, 174, 60, 0.2);
    }
    .gl-count-value {
        display:inline-block;
        width:25px; 
        height:25px;
        text-align:center;
    }
    .gl-count-plus {
        display:inline-block;
        width:25px; 
        height:25px;
        background:#EAEAE4;
        border-radius: 5px;
        cursor:pointer;
        text-align:center;
    }
    .gl-count-plus:hover {
        background: rgba(79, 174, 60, 0.2);
    }
    
    
    /*paginator*/

.paginator {
    text-align:center;
}
.paginator a {
    display:inline-block;
    width:40px;
    height:40px;
    line-height:37px;
    padding-top:3px;
    margin:10px;
    background:#f6f6f6;
    color: #344738;
    border-radius: 5px;
    text-decoration:none;
    
}
.paginator a[href] {
    background:#EAEAE4;
}
.paginator a[href]:hover {
    background: #4FAE3C;
    color:#fff;
}
.paginator a.active {
    background: #4FAE3C;
    color:#fff;
}


/*Новая страница теплиц   обертка new_tepl_page*/

.new_tepl_page {
    position: relative;
    /*z-index: 300;*/
}
.new_tepl_page .fix-me.on {
    /*display: none;*/
}
.new_tepl_page .fix-me.on {
    height:110px;
    background:#fff;
    padding:17px 0 18px;
}
.new_tepl_page .fix-me.on .center-box {
    padding:0 250px 0 130px;
    background-size:contain!important;
    height:75px;
    position:relative;
}
.new_tepl_page .fix-me .img_top {
    position:absolute;
    width:100px;
    height:75px;
    top:0;
    left:0;
    background-size:cover!important;
}

.new_tepl_page .fix-me.on .to-basket {
    position:absolute;
    right:0;
    top:13px;
}
.new_tepl_page .fix-me .title_top {
    padding: 0;
    line-height: 40px;
    font-size: 40px;
    font-weight: 700;
    color: #2B5F2E;
    height: auto;
    margin-top: 0;
    background: unset;
    float: left;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #344738;
}
.new_tepl_page .fix-me .price_old {
    float:left;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 87px 3px 0;
    background: url(/svg/skidka.svg) center right no-repeat;
    margin-bottom: 0;
    width: auto;
    margin-top: 0;
    margin-left: 40px;
    padding-top: 5px;
}
.new_tepl_page .fix-me .price {
    float:left;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #C61313;
    margin-left: 30px;
}

.new_tepl_page .fix-me .tabmenu {
    border-bottom: 1px solid #4FAE3C33;
    line-height: 13px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #344738;
    float: left;
    margin-top:5px;
}
.new_tepl_page  .tabmenu a {
    padding: 15px 0 10px;
    margin-bottom:-1px;
}
.new_tepl_page  .tabmenu a:hover {
    padding: 15px 0 9px;
}
.new_tepl_page  .tabmenu a.active {
    color: #3D8635;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid #3D8635;
    padding: 15px 0 9px;
}





.new_tepl_page .section-header__calc {
    height: auto;
}
.new_tepl_page .section-header__calc.with_background {
    background:url(/img/price_fon.jpg) center no-repeat;
    background-size:cover;
}


.new_tepl_page .topbb {
    margin-bottom: 0;
    float: left;
}
.new_tepl_page .variant_btns {
    margin-bottom: 0;
    float: right;
}
.new_tepl_page .variants.pricetop {
    margin-bottom: 0;
    margin-top:40px;
    padding-top:40px;
    border-top: 1px solid rgba(79, 174, 60, 0.2)
}
.new_tepl_page .section-header__left .tovar__desc {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    margin: 0 0 20px;
}
.new_tepl_page .dop-lines {
    position: relative;
    padding: 0;
    margin: 20px 0;
}
.new_tepl_page .dl-title {
    width: 380px;
}
.new_tepl_page .dl-desc {
    display: none;
}
.new_tepl_page .dop-line:hover .dl-desc {
        display:none;
            overflow: visible;
    }

.new_tepl_page .action-labels {
    margin-bottom:40px;
    overflow:hidden;
}
.new_tepl_page .action-label {
    float:left;
    display:block;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #344738;
    padding:12px 17px 12px 45px;
    background-color: #FFFFFF!important;
    border: 1px solid #F0F5EF;
    border-radius: 5px;
    margin-right:10px;
    cursor:pointer;
    text-decoration:none;
}
.new_tepl_page .action-label:hover {
    background-color: #EAEAE4!important;
    text-decoration:none;
}

.new_tepl_page .price_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    margin-bottom:30px;
    position:absolute;
}
.new_tepl_page .price_old {
    font-size:14px;
    line-height:14px;
    padding: 3px 87px 3px 0;
    background: url(/svg/skidka.svg) center right no-repeat;
    margin-bottom:10px;
    width:100%;
    margin-top:46px;
}
.new_tepl_page .variants .price {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #C61313;
}

.new_tepl_page .to-basket {
    display:block;
    box-sizing: border-box;
    position: relative;
    right: unset;
    top: unset;
    width: 255px;
    height: 50px;
    background: #4FAE3C;
    border-radius: 7px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    padding: 18px 20px 14px 20px;
    cursor: pointer;
    margin-bottom:20px;
    text-decoration:none!important;
}
.new_tepl_page .to-quick {
    display:block;
        box-sizing: border-box;
    position: relative;
    right: unset;
    top: unset;
    width: 255px;
    height: 50px;
    background: #fff;
    border-radius: 7px;
    color:#344738;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    padding: 18px 20px 14px 20px;
    cursor: pointer;
}
.new_tepl_page .to-basket:hover {
    background: #3D8635;
    color: #fff;
}
.new_tepl_page .to-quick:hover {
    background: #3D8635;
    color:#fff;
}

.new_tepl_page .section-header__left h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #344738;
    margin-top:40px;
}

.new_tepl_page .section-header__gallery {
    height: 570px;
    width: 760px;
    border-radius: 0;
    box-shadow: unset;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: visible;
}


.gallery_list2 .gallery_item2 .gallery_item_img {
    background-size:cover!important;
    width:100%;
    height:100%;
    opacity:0.7;
}
.gallery_list2 .gallery_item2:hover .gallery_item_img {
    opacity:1;
}
.gallery_list2 .gallery_item2.active .gallery_item_img {
    opacity:1;
}
.gallery_list_left2 {
    position:absolute;
    right:-70px;
    top:0;
    height:20px;
    width:60px;
    background: url(/svg/gallery_list_up.svg) center no-repeat;
    cursor:pointer;
    opacity:0.1;
}
.gallery_list_right2 {
    position:absolute;
    right:-70px;
    bottom:0;
    height:20px;
    width:60px;
    background: url(/svg/gallery_list_down.svg) center no-repeat;
    cursor:pointer;
    opacity:0.1;
}
.section-header__gallery:hover .gallery_list_left2.active {
    opacity:0.6;
}
.section-header__gallery:hover .gallery_list_right2.active {
    opacity:0.6;
}
.section-header__gallery:hover .gallery_list_left2.active {
    opacity:1;
}
.section-header__gallery:hover .gallery_list_right2.active {
    opacity:1;
}



.new_tepl_page .gallery_list2 {
    position: absolute;
    top: 0;
    bottom:unset;
    width: 60px;
    height: 570px;
    left: unset;
    right: -70px;
    overflow: hidden;
    opacity: 1;
    white-space: nowrap;
    margin: 30px 0;
    z-index: 30;
}
.new_tepl_page .gallery_list2 .gallery_item2 {
    display: block;
    background-size: cover!important;
    width: 60px;
    height: 60px;
    margin: 0 0 13px;
    border-radius: 5px;
    border: 1px solid transparent;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
}
.new_tepl_page .gallery_list2 .gallery_item2:hover {
    margin: 0 0 13px;
    opacity: 1;
    box-shadow:unset
}
.new_tepl_page .gallery_list2 .gallery_item2.active {
    margin: 0 0 13px;
    opacity: 1;
    box-shadow:unset;
    border: 1px solid #4FAE3C;
}

.dop-line_head {
    border-bottom: 1px solid #EAEAE4;
    background: #fff;
    padding: 15px 10px;
    line-height: 25px;
    position: relative;
    font-weight:bold;
}
.dop-line_head .dl-title {
    width:425px;
}


.new_tepl_page .zayavka__btn {
    border-radius:7px;
}

.new_tepl_page h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #2B5F2E;
    float: left;
    margin: 20px 0;
}
.new_tepl_page h3.p90 {
    margin-top:90px;
}
.new_tepl_page .tovars h3 {
    margin: 20px;
}

.tovar_desc2_item {
    overflow:hidden;
    margin-bottom:80px;
    margin-top:50px;
}
.tovar_desc2_item img {
    width:100%;
    border-radius:10px;
}
.tovar_desc2_item-b {
    float:left;
    width:49%;
    margin-right:2%;
}
.tovar_desc2_item-a {
    float:right;
    width:49%;
}

.tovar_desc2_title {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #344738;
    margin-top:25px;
    margin-bottom:15px;
}
.tovar_desc2_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.new_tepl_page .tovar__desc_item {
    margin:0 !important;
}

.tovar__desc_item:hover {
    border-radius: o;
    box-shadow: unset;
    background: #fff;
}

.new_tepl_page .tovar__desc_item-text {
    height: 305px;
    height: auto;
}
.new_tepl_page .info-desc {
    background:#fff;
}
.new_tepl_page .garant_text {
    float:left;
    margin-right:55px;
    width:580px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
.new_tepl_page .sert-box {
    overflow:hidden;
    padding-top:10px;
}
.new_tepl_page .sert-box img {
    height:255px;
}
.new_tepl_page .sert-box a:last-child {
    margin-right: 0;
}
.new_tepl_page .company-content p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}
.new_tepl_page .zayavka__btn.not-label {
    border-radius: 7px;
    padding: 17px 17px;
    background: #FD9C02;
}

.new_tepl_page .review-list {
    margin: 0 -20px;
}
.new_tepl_page .action_items_box {
    margin: 0 -20px;
}
.new_tepl_page .article_items_box {
    margin: 0 -20px;
}

.new_tepl_page .action_item_popup {
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    margin:-350px auto auto -233px;
    background:#fff;
    z-index:3100;
    cursor:auto;
    overflow: visible;
}
.action_item_popup .aip-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;
    }
.new_tepl_page .action_item_popup .action__btn {
    text-decoration:none;
    cursor:point;
}
.new_tepl_page .action_item_popup .action__btn:hover {
    text-decoration:none;
}
.new_tepl_page .action_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;
    }
.new_tepl_page .filter_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;
    }
.filter_wrapper {
        z-index:3000;
        position: fixed!important;
        left:0;
        top:0;
        width:100%;
        height:100%;
        display:none;
        background: rgba(0, 0, 0, 0.1);
        transition: opacity 0.5s ease 0s;
    }
.section-header__filter__item_list.open {
    z-index:3100;
}
.new_tepl_page .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;
    }
.new_tepl_page .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;
    
}

.new_tepl_page .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;
    }


.footer .location {
    background: transparent;
}
.bottom100 {
    padding-bottom:100px!important;
}
.top60 {
    padding-top:60px!important;
}
.chefix_company {
    padding-bottom: 0px; 
    margin-bottom: -70px
}

/*страницы с теплицами изменения*/
.b-page__section-header.section-filter .center-box {
    padding: 0 30px 0;
}
.section-filter .section-header__filter {
    padding: 50px 0;
    height: 100px;
    width: 100%;
    float: none;
    background: transparent;
    border-radius: 0;
    margin-top: 0;
}
.section-filter .section-header__filter__set {
    background: rgba(234, 234, 228, 0.70) url(/images/section-header__filter__set.png) right 15px center no-repeat;
}
.section-filter .section-header__filter__item_buttons {
    background: rgba(234, 234, 228, 0.70);
    border-radius: 5px;
    float: right;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
}
.section-filter .section-header__filter__item_buttons.clear_filter {
    float: left;
}

.section-header__filter.filter_icons {
    padding: 0;
    height: auto;
    width: auto;
    float: left;
    background: transparent;
    margin-top: 45px;
}
.filter_icons .filic {
    float:left;
    padding:82px 20px 10px;
    border:1px solid transparent;
    border-radius: 5px;
    text-align:center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    cursor:pointer;
}
.filter_icons .filic.active {
    border: 1px solid rgba(79, 174, 60, 0.80);
    color: #2B5F2E;
}
.filter_icons .filic.fi_arca {
    background:url(../svg/arca.svg) top 20px center no-repeat;
}
.filter_icons .filic.fi_caplya {
    background:url(../svg/caplya.svg) top 20px center no-repeat;
}
.filter_icons .filic.fi_pryamosten {
    background:url(../svg/pryamosten.svg) top 20px center no-repeat;
}
.filter_icons .filic.fi_domik {
    background:url(../svg/domik.svg) top 20px center no-repeat;
}
.filter_icons .filic.fi_pristen {
    background:url(../svg/pristen.svg) top 20px center no-repeat;
}
.filter_icons .filic.fi_karkas {
    background:url(../svg/karkas.svg) top 20px center no-repeat;
}
.filter_icons .filic.fi_parnik {
    background:url(../svg/parnik.svg) top 20px center no-repeat;
}

.filter_icons .filic.fi_arca:hover, .filter_icons .filic.fi_arca.active {
    background:url(../svg/arca2.svg) top 20px center no-repeat;
}
.filter_icons .filic.fi_caplya:hover, .filter_icons .filic.fi_caplya.active {
    background:url(../svg/caplya2.svg) top 20px center no-repeat;
}
.filter_icons .filic.fi_pryamosten:hover, .filter_icons .filic.fi_pryamosten.active {
    background:url(../svg/pryamosten2.svg) top 20px center no-repeat;
}
.filter_icons .filic.fi_domik:hover, .filter_icons .filic.fi_domik.active {
    background:url(../svg/domik2.svg) top 20px center no-repeat;
}
.filter_icons .filic.fi_pristen:hover, .filter_icons .filic.fi_pristen.active {
    background:url(../svg/pristen2.svg) top 20px center no-repeat;
}
.filter_icons .filic.fi_karkas:hover, .filter_icons .filic.fi_karkas.active {
    background:url(../svg/karkas2.svg) top 20px center no-repeat;
}
.filter_icons .filic.fi_parnik:hover, .filter_icons .filic.fi_parnik.active {
    background:url(../svg/parnik2.svg) top 20px center no-repeat;
}


.gallery_item2 {
    position:relative;
}
.lightbox-one {
    position:relative;
}
.gallery_item2 .preview_btn {
    width: 60px;
    height: 60px;
    background: url(/svg/video.svg) center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    display: block;
    opacity: 1;
}
.gallery_item  {
    position:relative;
}
.gallery_item .preview_btn {
    width: 60px;
    height: 60px;
    background: url(/svg/video.svg) center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    display: block;
    opacity: 1;
}


.lightbox-one .preview_btn {
    width: 100px;
    height: 60px;
    background: url(/images/youtube.png)center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -30px;
    display: block;
    opacity: 0.8;
}
.lightbox-one:hover  .preview_btn {
    opacity: 1;
}

