.red{
	color:red;
}

.nopadding{
	padding:0;
}

header{
	position:relative;
}

main{
	clear:both;
}

@media (min-width: 992px){
	main {
		padding-top:0;
	}
}


.head-descr{
	width: 290px;
    float: left;
    margin-left: 15px;
}

#progressBar{
	display:none;
}

.button_zvonok{
	float: right;
    font-size: 1.4rem;
    padding: 12px 30px;
} 

.ajax_form .button_zvonok{
	float:none;
	
}

.search-collapse-icon{
	background-image: url(/assets/img/search-collapsed.png);
	background-size:cover;
	width:40px;
	height:40px;
	float:left;
}

.menu-collapse-icon{
	background-image: url(/assets/img/burger.png);
	background-size:cover;
	width:50px;
	height:50px;
	float:right;

}

.logo_top{
	padding-top: 0;
    
}

.logo_top img{
	height:140px;
	width:140px;
}

.greenhouse_to_order{
	display: block;
    float: right;
    text-decoration: none;
    border: 1px solid black;
    font-family: "PTSansBold";
    text-decoration: none;
    font-size: 1.2rem;
    padding: 10px 20px;
    line-height: 1.6rem;
    border-radius: 17px;
    border: 3px solid;
    margin-top:20px;
}

.greenhouse_to_order:hover{
	color:white;
	border-color:#579835;
	background: #579835;
}

.menu_top li ul {
	box-shadow: 0px 10px 10px 0px rgba(52, 63, 47, 0.35);
}

.menu_top li ul li a{
	color: rgb(87, 152, 53);
  	line-height: 1.714;
}


/*выпадающее меню */

.menu-media-cont{
	display:none;
    width: 377px;
    /*height: 357px;*/
    box-shadow: 0px 10px 10px 0px rgba(52, 63, 47, 0.35);
    position: absolute;
    right: 15px;
    background: white;
    top: 70px;
}


.menu-media-cont>ul{
	list-style-position: inside;
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
    list-style-type: decimal;
    //height: 200px;
}

.menu-media-cont>ul li{
	line-height: 37px;
}

.menu-media-cont>ul>li{
	list-style:none;
	font-weight: bold;
	font-size:16px;
}

.menu-media-cont>ul>li:nth-child(4){
	-webkit-column-break-after:always;
}

.menu-media-cont>ul>li>a{
	color:#4f4f4f;
	text-decoration: none;

}

.menu-media-cont>ul>li.active>a{
	color:#579835;
}

.menu-media-cont>ul>li>ul>li{
	list-style:none;
	font-weight: normal;
	font-size:16px;
}

.menu-media-cont>ul>li>ul>li>a{
	color:#4f4f4f;
	text-decoration: none
}

.menu-media-cont>ul>li>ul>li.active>a{
	color:#579835;
}

/*поиск*/
.search.less_992{
	display:none;
}


.demisale-campaign-banner{
	margin-bottom:20px;
}

/* футер */

footer{
	background: #231f20;
}

.f_bottom{
	clear:both;
	padding-top:30px;
	color:#fefefe;
}

.f_top>div{
	display:inline-block;
}


.f_top>div{
	//border:1px solid white;
}


footer .logo_boot{
	margin-top:30px;
}

.bottom_top{
	margin-left:0;
}

.social{
	float: left;
    clear: both;
    margin-left:0;
}

.phone_foot{
	display:block;
	font-size: 1.8rem;
}

.title_menu_foot{
	color: #fefefe;
    font-size: 14px;
    margin: 30px 0 15px 0;
}

.phone_b{
	color:#fefefe;
	margin-top:30px;
}

.phone_b.pf_right{
	margin-top:0;
}

.cont_foot{
	color:#fefefe;
}

.menu_foot li a{
	color:#fefefe;
	text-decoration: none;
	padding:0;
}

.menu_foot li a:hover{
	text-decoration: underline;
}

.menu_cat li a{
	font-size:14px;
	line-height:2;
}

.menu_cat li:before{
	display:none;
}

.menu_cat li{
	padding: 0;
}



.mc_arrow{
	width: 7px;
    height: 11px;
    background: url(/assets/template/dist/images/right-arrow.png);
    position: absolute;
    right: 0;
    top:10px;
}


.menu_cat li.opened>.mc_arrow{
	width: 11px;
    height: 7px;
    background: url(/assets/template/dist/images/down-arrow.png);
}

.menu_cat li:not(.sublevel) .mc_arrow {
    display: none;
}

.menu_cat li.sublevel ul{
	display:none;
}

.menu_cat li.sublevel.active>ul{
	display:block;
}

.menu_cat li.active ul li.active>a{
	color: #579835;
}

.review_main{
	line-height: 1.7;
}

.rm_caption{
	display: block;
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: 10px;
    color: #231f20;
    font-weight: bold;
}


/* страница каталога */
.one_product{
	border:1px solid #ccc;
}



/* Карточка товара */


.good-card-wrap .good_right_block{
	float:right;
	
}

.good-card-wrap .good_right_info_block{
	
	float:right;
}

.good-card-wrap .owl-thumbs{
	margin-top:20px;
	max-width:none;
}

.good-card-wrap .sale{
	width: 95%;
    max-width: 250px;
    text-transform: none;
    font-size:1.4rem;
}

.good-card-wrap .count_btn{
	display: table;
    width: 95%;
    max-width: 250px;
    text-align: center;
    margin: 11px 0 0 0;
    border: 4px solid;
    background-color: #ffffff;
    color: #656565;
    border-radius: 17px;
    text-decoration: none;
    font-family: "PTSansBold";
    padding: 8px 0;
    line-height: 1.6rem;
    text-transform: none;
    font-size: 1.4rem;
}

.good-card-wrap .count_btn:hover{
	background: #656565;
	border-color:#656565;
	color:#fff;
}


.good-card-wrap .price_product{
	font-size:24px;
	padding:0;
}

.good-card-wrap .price_product>span{
	font-size:inherit;
}

.good-card-wrap .dowl_price {
    margin-left: 7px;
    margin-top: 10px;
}

.good-card-wrap .dowl_price:before{
	left:-5px;
}

.good-card-wrap .oneclick_btn_wrap{
	padding:0;
}

.good-card-wrap .count_btn_wrap{
	padding:0;
}

.good-card-wrap .good_right_info_block ul li{
	list-style: initial;
	line-height: 1.5;
}

.good-card-wrap .good_right_info_block ul li:before{
	display:none;
}

.good-card-wrap .good_right_info_block>div{
	margin-bottom:10px;
}

.good-card-wrap .grib_caption{
	margin-left:5px;
}

.good-card-wrap .good_right_info_block>div:nth-child(1) .grib_caption:before{
	content: "\f0d1";
	font-family: FontAwesome;
	color:#579835;
	position: absolute;
	left:0;
}

.good-card-wrap .good_right_info_block>div:nth-child(2) .grib_caption:before{
	content: "\f158";
	font-family: FontAwesome;
	color:#579835;
	position: absolute;
	left:0;
}

.good-card-wrap .good_right_info_block>div:nth-child(3) .grib_caption:before{
	content: "\f087";
	font-family: FontAwesome;
	color:#579835;
	position: absolute;
	left:0;
}

.good-card-wrap .good_right_info_block ul{
	padding-left:10px;
}

.good-card-wrap .grib_more{
	font-style:italic;
	text-decoration: underline;
}

.good-card-wrap .grib_more:hover{
	text-decoration: none;
}


/* превью товара */
a.title_product{

}


.list_product a.one_click{
	display: block;
    width: 170px;
    text-align: center;
    border: 4px solid #579835;
    background-color: #ffffff;
    color: #579835;
    border-radius: 17px;
    text-decoration: none;
    font-family: "PTSansBold";
    padding: 8px 0;
    line-height: 1.6rem;
    margin:0 auto 20px;
    position: relative;
    top:10px;
    font-size:14px;
}


.list_product a.one_click:hover{
	border-color:#579835;
	background-color:#579835;
	color:#fff;
}

.list_product .podrobnee {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #3f3f3f;
    text-decoration: underline;
}

.list_product .podrobnee:hover{
	text-decoration: none;
}

.list_product a.title_product,
.list_product .price_product,
.list_product a.one_click,
.list_product a.podrobnee,
.list_product .intro_text{
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
}

.list_product{
	padding-top:20px;
	margin-top:10px;
}

/*формы*/
.fancybox-inner{
	background: #fff;
	border-radius: 13px;
	overflow: hidden !important;
}

.fancybox-inner>div{
	 padding:35px;
	box-sizing: border-box;
}

#callForm{
	
    width: 570px;
   
}



#callForm button{
	float:none;
	text-transform: capitalize;

}

div.c-form{
	padding:0;
}

.text_pod{
	margin-top:20px;
	font-size:14px;
	color:#3a3a3a;
}

.ajax_form.new_ajax_form input[type="text"]{
	border-width: 2px;
  	border-color: rgb(199, 215, 191);
 	border-style: solid;
  	border-radius: 15px;
  	width:330px;
  	float:right;
  	height: 35px;
    padding: 0 15px;
}

.ajax_form.new_ajax_form input[type="text"]:focus{
	outline: none;
}

.ajax_form.new_ajax_form input[type="file"]{
	width:330px;
}

.ajax_form.new_ajax_form textarea{
	height:115px;
	width:330px;
	border-width: 2px;
  	border-color: rgb(199, 215, 191);
 	border-style: solid;
  	border-radius: 15px;
  	padding: 5px 15px;
  	resize:none;
}


div.c-form__row{
	//text-align: right;
	
}

.ajax_form.new_ajax_form label{
	margin-right:15px;
	float: left;
    text-align: right;
    width: 30%;
    position: relative;
    top:5px;
}



div.input_form{
    padding: 15px 0;
    text-align:right;
    margin-bottom:15px;
}

button.btn-green{
	display: inline-block;
    color: #ffffff;
    background-color: #579835;
    border-radius: 17px;
    text-transform: capitalize;
    font-family: "PTSansBold";
    text-decoration: none;
    font-size: 1.2rem;
    padding: 12px 45px;
    line-height: 1.6rem;
}

.ajax_form.new_ajax_form .error .error{
	margin-top: 40px;
	margin-bottom:-20px;
    display: block;
}

#calcForm .error .error{
	margin-top: 70px;
    margin-bottom: -40px;
    display: block;
}

::-webkit-input-placeholder {color:#95a58e;}
::-moz-placeholder          {color:#95a58e;}/* Firefox 19+ */
:-moz-placeholder           {color:#95a58e;}/* Firefox 18- */
:-ms-input-placeholder      {color:#95a58e;}

.fancybox-inner{
		height:auto !important;
}

.t_cont_last{
	margin-top:20px;
}

.connect_f .button_zvonok{
	position: relative;
    top: -5px;
}

.phone_foot{
	position: relative;
	top:5px;
}

.markList{
	margin-top:5px;
}

#text2{
	float:none;
}

#callForm label{
	float:none;
	top:0;
}

#callForm .input_form{
	text-align:center;
}

.af-message-success{
	display:none !important;
}

.title_left.catalog-title.media a{
	pointer-events:none;
}

.menu-media-cont ul.dop_menu{
	padding-left:30px;
}

.menu_foot li.active a{
	text-decoration: underline;
}

.text_tel_emails{
	display: none;
}

#call_Form .ajax_form.new_ajax_form .error .error {
    margin-top: 10px !important;
    margin-bottom: -20px;
    display: block;
}