header{background:#fff;}
#header_top{
	padding-top:7px;
	height:110px;
	background:#fff;
	transition: top .3s;
}
.header_top-fix{transition: top .3s;}
@media (max-width: 991px) {
	#header_top{
		height:auto;
		border-bottom:2px solid #77a02f;
		position:fixed;
		top:0px;
		left:0px;
		right:0px;
		z-index:100;
	}
/*	
	.header_top_mob-fix{transition:.3s;}
*/
}
.header_top-fix{
	height:55px!important;
	padding-top:0px;
	width:100%;
	position:fixed;
	z-index:120;
	top:-110px;
	transition: top .3s;
}
#header_bottom{
	position:relative;
	height:52px;
	z-index:110;
	border-top:1px solid #ddd;
	border-bottom:2px solid #77a02f;
	transition: top .3s;
	background:#fff;
}
.header_bottom-fix{
	width:100%;
	position:fixed !important;
	top:-55px;
}


.header_info{
	max-height:200px;
	overflow:hidden;
	transition:.3s;
}
.header_info .popUp-basket-close{
	opacity:.7;
	top:5px;
	right:5px;
}
.header_info .header_info_block{
	position:relative;
	line-height:1.3;
	padding:5px 15px 5px 5px;
	border: 1px solid #ffe082;
    border-radius: 3px;
    background:#fff8e1;	
	
}
.header_info a{
	text-decoration:underline;
}
.header_info a:hover{
	text-decoration:none;
}

.header_info_pk{display:block;}
.header_info_sm{
	position:relative;
	top:-7px;
	display:none;
}
@media (max-width: 991px) {
	.header_info_pk{display:none;}
	.header_info_sm{
		display:block;
	}
}
/* Блок логотипа Begin */
	.logo_cont {
		position:relative;
		float:left;
		margin:3px 0px 0px 0px;
	}
.logo_cont-hide{display:none;}
@media (max-width: 991px) {
	.logo_cont {
		position: absolute;
		float: none;
		width: 180px;
		left: 50%;
		margin-left: -90px;
		margin-top:5px;
	}	
}
@media (max-width: 600px) {
	.logo_cont {
		position: absolute;
		width: 28%;
		margin-left: -15%;
	}	
}
@media (max-width: 460px) {
	.logo_cont {
		width: 30%;
	}	
}
@media (max-width: 400px) {
	.logo_cont {
		position: absolute;
		width: 120px;
		margin-left: -60px;
	}	
}
/* Блок логотипа End */
/* Поиск мобильный показать Begin */
.search_mob-show{display:none;}
@media (max-width: 991px) {
	.search_mob-show{
		display:block;
		width:105px;
		height:35px;
		float:right;
		background: url(../img/icon_search-show_mob.png) 100% 50% no-repeat;
		color:#333;
		line-height:35px;
		margin-right:10px;
		margin-top:12px;
		padding-right: 40px;
		text-align:right;
		text-transform:uppercase;
	}
	@media (max-width: 539px) {
		.search_mob-show{
			margin-top:0px;
			padding-right: 0px;
			padding-top:25px;
			margin-top:2px;
			font-size:.75em;
			font-weight:bold;
		}
	}	
}
/* Поиск мобильный показать End */
/* Избранное мобильное Begin */
.favor_mob-show {
	display:none;
}
.favor_mob-show .header_user-favor_kol{
	top:-8px;
    left:13px;
}
@media (max-width: 991px){
	.favor_mob-show {
		display: block;
		width: 20px;
		height: 20px;
		float: left;
		margin:8px 10px 0px 10px;
	}
}
/* Избранное мобильное End */
/* Меню мобильный показать Begin */
.menu_mob-show{display:none;}
@media (max-width: 991px) {
	.menu_mob-show{
		position:relative;
		display:block;
		width:125px;
		height:35px;
		float:left;
		color:#222222;
		line-height:35px;
		margin-left:10px;
		margin-top:12px;
		text-transform:uppercase;
	}
	#menu_block_name .menu_mob-show{
		margin-left:3px;
		margin-top:2px;
	}
	@media (max-width: 539px) {
		.menu_mob-show{
			margin-top:0px;
			height:45px;
		}
		.menu_mob-show a{
			position:absolute;
			left:0px;
			bottom:-13px;
			font-size:.75em;
			font-weight:bold;
		}
	}
}
@media (max-width: 539px) {
	.menu_mob-show{
	}
}
/* Меню мобильный показать End */
/* Фильтр показать Begin */
.filtr_mob-show{display:none;}
	@media (max-width: 991px) {
		.filtr_mob-show{
			display:block;
			height:35px;
			width:100%;
			background:#52453f;
			color:#fff;
			border-radius:5px;
			display:flex;
			justify-content:center;
			align-items: center;
			padding:0px 40px;
		}
		.filtr_mob-show span{
			margin-left:10px;
		}
	}
/* Фильтр мобильный показать End */
/* Мобильное малое меню Begin */
.mob-menu-top{display:none;}
@media (max-width: 991px) {
	.mob-menu-top{display:inline-block; margin: 23px 5px 0px 0px;float:right;}
	.mob-menu-top li{float:right;border-right:1px solid #dddddd;position:relative;}
	.mob-menu-top li > a, .mob-menu-top li > p, .mob-menu-top li > button  {
		color:#77a02f; 
		padding:0px 10px;
	}
}
.c-hamburger {
	float:left;
	display: block;
	position: relative;
	overflow: hidden;
	margin:6px 10px 0px 0px;
	padding: 0;width: 34px;height: 22px;font-size: 0;text-indent: -9999px;appearance: none;box-shadow: none;border-radius: none;border: none;cursor: pointer;transition: background 0.3s;}
.c-hamburger:focus {outline: none;}
.c-hamburger span {display: block;position: absolute;top: 10px;left: 0px;right: 0px;height: 2px;background: #000000;}
.c-hamburger span::before,.c-hamburger span::after {position: absolute;display: block;left: 0;width: 100%;height: 2px;background-color: #000000;content: "";}
.c-hamburger span::before {top: -10px;}
.c-hamburger span::after {bottom: -10px;}
.c-hamburger--htx span {transition: background 0s .3s;}
.c-hamburger--htx span::before,.c-hamburger--htx span::after {transition-duration: 0.3s, 0.3s;transition-delay: 0.3s, 0s;}
.c-hamburger--htx span::before {transition-property: top, transform;}
.c-hamburger--htx span::after {transition-property: bottom, transform;}
/* состояние active при открытом меню  */
.c-hamburger--htx.is-active span {background: none;}
.c-hamburger--htx.is-active span::before {top: 0;transform: rotate(45deg);}
.c-hamburger--htx.is-active span::after {bottom: 0;transform: rotate(-45deg);}
.c-hamburger--htx.is-active span::before,.c-hamburger--htx.is-active span::after {transition-delay: 0s, 0.3s;}
/* Мобильное малое меню End */
/* Блок меню поиск Begin */
	.header-center-top{margin:0px 285px 0px 190px;}
	.header-center-top-fix{margin:0px 350px 0px 0px;}
	@media (max-width: 991px) {
		.header-center-top{
			position:fixed;
			top:0px;/*65px*/
			left:0px;
			right:0px;
			margin:0px;
			background:#77a02f;
			z-index:210;
		}
/*		
		.header-center-top_scroll{
			transition:.3s;
		}
*/		
	}
/* Блок меню поиск End */
/* Меню верхнее Begin */
	.header-menu-top{
		margin:0 auto;
		max-width:568px;
	}
	.header-menu-top-fix{
		margin-left:0px;
		padding-top:10px;
	}
	#header-menu-top{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	#header-menu-top li {
	}
	#header-menu-top li a{
		line-height:32px;
		font-size:0.85em; /*12*/
		color:#55433d;
	}
	#header-menu-top li a:hover{
		color:#77a02f;
		text-decoration:underline;
	}
	#header-menu-top li.header-menu-top-activ p{
		line-height:32px;
		font-size:0.85em; /*12*/
		color:#77a02f;
	}
/*	#header-menu-top li.header-menu-top-activ a:hover{
		text-decoration:none;
	}*/
	.but_head-call{
		background: url(../img/icon_call.png) 15px 50% no-repeat #77a02f;
		padding-left:25px;
		width:156px;
		line-height:32px;
		font-size:0.85em; /*12*/
		color:#fff;
		border-radius:4px;
		transition:.3s;
	}
	.but_head-call:hover{background-color:#648727;}
	@media (max-width: 991px) {
		#header-menu-top{display:none;}
		.header-menu-top{
			width:100%;
		}
	}
/* Меню верхнее End */
/* Поиск Begin */
	.header-searh-cont{
		display: block;
		margin:0 auto;
		max-width:568px;
		max-height:33px;
		margin-top:10px;
		background:#fff;
	}
	.header-searh-cont-fix{
		display:none;
		float:left;
		width:95%;
		max-width:none;
	}
	.header-searh{
		position:relative;
		height:33px;
		width:100%;
	}
	
	.header-searh input[type="text"]{
		font-size:.92em; /* 13 */
		padding:8px 35px 8px 5px;
		width:calc(100% - 33px); /*530px;*/
		min-height: 33px;
		border-radius:4px 0px 0px 4px;
/*		border:none; */
	}

	.header-searh input[type="submit"]{
		position:absolute;
		top:0px;
		right:0px;
		display:block;
		height:33px;
		width:33px;
		background: url(../img/icon_search.png) 50% 50% no-repeat #77a02f;
		border-radius:0px 5px 5px 0px;
		float:right;
		transition:.3s;
	}
	.header-searh_close{
		display:none;
	}
	.header-searh_mob_close{
		display:none;
		position:absolute;
		top:25px;
		right:25px;
		height:15px;
		width:15px;
		background: url(../img/icon_search_close.png) 50% 50% no-repeat;
	}
	@media (max-width: 991px) {
		.header-searh-cont{
			display:none;
			max-width:100%;
			max-height:45px;
			margin:10px 70px 10px 20px;
			border-radius:3px;
		}
		.header-searh{
			height:45px;
		}
		.header-searh input[type="text"]{
			width:calc(100% - 40px);
			padding: 15px 65px 15px 15px;
			border:none;
		}
		.header-searh input[type="submit"]{
			right:10px;
			height:45px;
			background: url(../img/icon_search_mob.png) 50% 45% no-repeat;
		}
		.header-searh_close{
			display:block;
			position:absolute;
			top:8px;
			right:10px;
			height:15px;
			width:15px;
			background: url(../img/but_сlose-search_mob.png) 50% 50% no-repeat;
		}
	}
/*Поиск выпадающий*/
.search_but-all{
	position: absolute;
    right: 15px;
    top: 10px; 
    padding: 8px 30px;
    border-radius: 5px;
}
.searh_count{
	position: absolute;
    left: 15px;
    top: 20px;
}	
@media (max-width: 450px) {
	.searh_count{
		display:none;
	}	
}
.searh_count-name{
	color:#866961;
}
.searh_count-text font{
	font-size:1.3em;
}
.searh_count-text{
	color:#000;
}
div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:205;
	padding:0px 5px 5px 5px;
}
.header-searh-hid{
	padding:50px 5px 0px 0px;
	z-index:500;
}
.header-searh-hid{
	position:relative;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #e7e7e7;
	-webkitfilter: drop-shadow(0 0 5px rgba(0,0,0,.2));
	-moz-filter: drop-shadow(0 0 5px rgba(0,0,0,.2));
	-ms-filter: drop-shadow(0 0 5px rgba(0,0,0,.2));
	-o-filter: drop-shadow(0 0 5px rgba(0,0,0,.2));
	filter: drop-shadow(0 0 5px rgba(0,0,0,.2));
}
.header-searh-hid:after,
.header-searh-hid:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
}
.header-searh-hid:after {
    top: -20px;
	left:11px;
    border-color: transparent transparent #fff;
    border-width: 10px;
}
.header-searh-hid:before {
    top: -22px;
	left:10px;
    border-color: transparent transparent #e7e7e7;
    border-width: 11px;
}
.header-searh-hid-cont{
	width:100%;
	margin-top: 10px;
    border-top: 1px solid #ddd;
	max-height:600px;
	max-height:50vh;
	overflow:auto;
	box-sizing: border-box;
	padding:0px 5px;
}
.header-searh-hid-cont::-webkit-scrollbar { width: 6px;}
.header-searh-hid-cont::-webkit-scrollbar-button {  background-color: #ffffff; }
.header-searh-hid-cont::-webkit-scrollbar-thumb {background-color: #77a02f; border-radius: 3px;}
.header-searh-hid-cont::-webkit-scrollbar-track {  background-color: #e6e6e6; border-radius: 3px;}
.header-searh-hid-cont::-webkit-scrollbar-track-piece { background-color: #e6e6e6; border-radius: 3px;}
.header-searh-hid-cont::-webkit-resizer { background-color: #f00;}
.header-searh-hid-cont table{
	width:100%;
	font-size:0.98em;
}
.header-searh-hid table tr td{
}
.header-searh-hid table tr.title-search-selected{background:#ebf3dd;}
.header-searh-hid table tr.title-search-selected *{text-decoration:none;}

.header-searh-hid table tr:first-child{
	vertical-align: bottom;
}
.header-searh-hid table tr td:first-child{
	color:#866961;
	width:88px;
	padding:4px 14px;
}
.header-searh-hid table tr td:last-child{
	padding:0px 0px 0px 10px;
	text-align:left;
}
.header-searh-name{
	line-height:25px;
}
.header-searh-name b{
	color:#555;
}
.header-searh-hid img{
	max-width:60px;
	max-height:60px;
}
.header-searh-href{
	display:block;
	height:37px;
	width:207px;
	background: url(../img/butSubFiltr.png) 50% 50% no-repeat;
	margin:0 auto;
	color:#ffffff;
	text-align:center;
	line-height:37px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:1em;
}
.searh-hid-td1, .searh-hid-td2{
	text-align:center;
}
@media (max-width: 991px) {
	.header-searh-hid table tr td.searh-hid-td1{display:none;}
	.header-searh-hid table tr td.searh-hid-td2{
		width:100%;
		padding:5px 0px 5px 10px;
	}
}

.searh-hid-td2 img{
	width:80px;
}
/* Поиск End */
/* Блок управления Begin */
	/* Корзина */
		.header_user-cont{
			float:right;
			margin-top:20px;
		}
		.header_user-cont-fix{
			margin-top:0px;
		}
		.header_user-cont-fix .header_user-cont_one,
		.header_user-cont-fix .header_user-cont_two,
		.header_user-cont-fix .header_user-cont_three{
			padding-bottom:5px;
		}
		.header_user-cont_one{
			position:relative;
			border-left:1px solid #f5f5f5;
			padding:15px 0px 15px 20px;
			float:right;
		}
		.header_user-basket{
			position:relative;
			display:block;
			padding:25px 0px 0px 0px;
			background: url(../img/icon_bas.png) 50% 0% no-repeat;
		}
		.header_user-basket:hover span.hover_green_line{text-decoration:underline;}

		.header_user-basket-fix{
			padding:0px 0px 0px 37px;
			background-position:10px 0px;
		}
		.header_user-basket-fix .header_user-basket_name{line-height:21px;}

		.header_user-basket_kol{
			position:absolute;
			top:-5px;
			left:2px;
			background:#cc0000;
			border-radius:50%;
			color:#fff;
			font-size:0.7em; /*10*/
			padding:2px;
			width:15px;
			text-align:center;
		}
		.header_user-basket_name{
			font-size:0.85em; /*12*/
			color:#77a02f;
		}
		@media (max-width: 991px) {
			.header_user-cont{
				margin-top:15px;
				margin-right:0px;
			}
			.header_user-cont_one{
				border-left:none;
				padding:0px;
			}
			.header_user-basket{
				display:block;
				height:34px;
				width:37px;
				padding:0px;
				background: url(../img/icon_bas_mob.png) 50% 30% no-repeat;
				background-size:60%;
			}
			.header_user-basket_name{
				display:none;
			}
			.header_user-basket_kol{
				top:0px;
				left:25px;
				padding:2px;
			}
		}
	/* Пользователь */
		.header_user-cont_two{
			border-left:1px solid #f5f5f5;
			padding:15px 15px 0px 15px;
			float:right;
		}
		.header-nav-cabinet{
			position:relative;
		}
		.header-nav-cabinet:hover .header-nav-cab-pop{
			display:block;
		}
		.header-nav-cabinet:hover .header-nav-pers span{
			text-decoration:underline;
		}
		.header-nav-pers{
			display:block;
			width:auto;
			background: url(../img/icon_user.png) 50% 0% no-repeat;
			padding-top: 25px;
			width:100px;
			font-size:0.85em;
			color:#77a02f;
		}
		.header-nav-pers:hover span{text-decoration:underline;}

		.header-nav-pers-fix{
			padding:3px 0px 0px 25px;
			background-position:10px 0px;
		}
		.header-nav-pers span{
			text-align:center;
			width:100px;
			
			max-height:28px;
			overflow:hidden;
		}
		.header-nav-pers-fix span{height:26px;}
	/* Пользователь авторизован*/
		.header-nav-cab-pop{
			display:none;
			position:absolute;
			left:-53px;
			width:200px;
			height:174px;
			background: url(../img/fon_pop_user.png) 0% 0% no-repeat;
			background-size:contain;
			z-index:150;
		}
		@media (max-width: 991px) {
			.header-nav-cab-pop{
				top:20px;
				left:-63px;
			}
		}
		.header-nav-cab-close{
			position: absolute;
			right: 15px;
			top: 20px;
			display: block;
			height: 9px;
			width: 9px;
			background: url(../img/but_сlose.png) 50% 50% no-repeat;
		}
		.header-nav-cab-pop p{
			font-size:0.85em; /*12*/
			text-align: center;
			margin-top: 28px;
			margin-bottom:27px;
			text-transform:uppercase;
		}
		.header-nav-cab-href{
			display: block;
			text-align: center;
			padding: 10px 0px;
			margin:9px 10px;
			border-radius:3px;
			font-size:0.85em; /*12*/
		}
		.header-nav-cab-lc{
			background:#77a02f;
			color:#fff;
		}
		.header-nav-cab-ex{
			background:#ddd;
			color:#000;
		}
	/* Избраное */
		.header_user-cont_three{
			padding:15px 20px 15px 0px;
			float:right;
		}
		.header_user-favor{
			position:relative;
			display:block;
			padding: 25px 0px 0px 0px;
			background: url(../img/icon_favor.png) 50% 0% no-repeat;
			width:100%;
		}
		.header_user-favor:hover span.hover_green_line{text-decoration:underline;}
		.header_user-favor_kol{
			position:absolute;
			top:-5px;
			left:10px;
			background:#cc0000;
			border-radius:50%;
			color:#fff;
			font-size:0.7em; /*10*/
		}
		#header_user-favor_cont{
			padding:2px;
			min-width:15px;
			text-align:center;
		}

		.header_user-favor-fix{
			padding:0px 0px 0px 37px;
			background-position:10px 0px;
		}
		.header_user-favor-fix .header_user-basket_name{line-height:21px;}
	/*Показать поиск*/
		.header_search-show_cont{
			display:none;
			padding:15px 20px 15px 0px;
			float:right;
		}
		.header_search-show{
			position:relative;
			display:block;
			padding:0px 0px 0px 37px;
			background: url(../img/icon_search-show.png) 10px 0% no-repeat;
		}
		.header_search-show span{
			line-height: 21px;
		}
		.header_search-show:hover span{
			text-decoration:underline;
		}
		.header_search-hide{
			display:none;
		}
		.header_search-hide button{
			margin:10px 0px 0px 15px;
			float:left;
			height: 33px;
			width: 12px;
			background: url(../img/but_сlose-search.png) 50% 50% no-repeat;	
		}
		
		@media (max-width: 991px) {
			.header_user-cont_two, .header_user-cont_three, .header_search-show_cont{
				display:none;
			}
		}
/* Блок управления End */


/* Меню главное РС Begin */
@media (min-width: 992px) {
	#header-menu-mob{display:none;}
	.header-menu{
		height:51px;
		background:#fff;
		z-index:100;
		border-bottom:2px solid #77a02f;
	}
	.header-menu-main{
		max-width:1200px;
		background:#77a02f;
	}
	.header-menu-raz{
		height:30px;
		width:1px;
		background:#82b033;
		float:left;
		margin-top:12px;
	}
	.header-menu-li{
		float:left;
	}
	.header-menu_button{
		display:block;
		height:51px;
		line-height:51px;
		background-position: 10px 50%;
		background-repeat: no-repeat;
		color:#555;
		padding:0px 20px 0px 20px; 
		font-size:1.1em;
		text-transform:uppercase;
	}
	@media (max-width: 1159px) {.header-menu_button{padding:0px 15px 0px 10px;}}
	@media (max-width: 1100px) {.header-menu_button{font-size:1em;}}
	.header-menu_button span{
		display:block;
		position:relative;
		height:51px;
	}
	.header-menu_button span::after{
		display:block;
		position:absolute;
		top:0px;
		right:-12px;
		content: " ";
		width:7px;
		height:52px;
		background: url(../img/icon_menu-main.png) 100% 48% no-repeat;
	}
	.header-menu-li > a.menu_new span::after, .header-menu-li > a.menu_new:hover span::after,
	.header-menu-li > a.menu_sale span::after, .header-menu-li > a.menu_cale:hover span::after{
		background: none;
	}

	.header-menu_button:hover span{
		color:#77a02f;
	}
	.header-menu_button:hover span::after{
		background: url(../img/icon_menu-main_gr.png) 100% 48% no-repeat;
	}
	
	
	.header-menu-hid-cont{
		position:absolute;
		left:0px;
		right:0px;
		background-color:#ffffff;
		border-top:none;
		box-shadow: 0 5px 5px RGBA(0,0,0,0.2);
		z-index:100;
		max-height:0px;
		overflow:hidden;
		transition:max-height .5s;
	}
	.header-menu-li:hover .header-menu-hid-cont{
		z-index:110;
	}
	.prizShild_activ span{
		color:#77a02f;
		background: url(../img/icon_menu_act.png) 50% 100% no-repeat;	

	}
	.prizShild_activ span::after{
		background: url(../img/icon_menu-main_act.png) 100% 48% no-repeat;	
	}
	.header-menu-hid_activ{
		max-height: 500px;
		z-index:110;
	}
	.header-menu_vstav{
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		padding:0px 10px;
	}
	.header-menu_vstav > ul {
		float:left;
		padding:15px 0px 15px 0px;
		background-color:#ffffff;
		min-width:180px;
	}
	.header-menu-hid-cont ul li{height: 26px;}
	.header-menu-hid-cont ul li a span{
		display:block;
		color:#55433d;
		padding:7px 30px 7px 0px;
	}
	@media (max-width: 1080px) {
		.header-menu-hid-cont ul li a span{
			padding:7px 10px 7px 0px;
		}
	}
	@media (max-width: 1199px) {
		.menu_for_ucheb  > ul > li > a > span{
			padding:7px 10px;
		}
	}

	.header-menu-hid-cont ul li a:hover{
		text-decoration:underline;
	}
	.header-menu-hid-cont ul li.menu-zag a:hover{
/*		text-decoration:none!important;*/
		background:#fff;
	}
	.header-menu-hid-cont ul li a.header-menu_active{color:#77a02f;}
	.header-menu-hid-cont ul li a.header-menu_active:hover{
		background-color:#fff;
		cursor:default;
	}
	.header-menu-hid-cont ul li.menu-zag a{
		position:relative;
/*		text-decoration:underline;*/
		font-size:1.15em; /*16*/
		font-weight: bold;
	}
	.header-menu-hid-cont ul li.menu-zag p{
		display:block;
		position:relative;
		color:#55433d;
		font-size:1.15em; /*16*/
		font-weight: bold;
		cursor:default;
		padding:7px 30px 7px 0px;
	}
	@media (max-width: 1199px) {
		.menu_for_ucheb  > ul > li.menu-zag > p{
			padding:7px 10px;
		}
	}
	.menu_kanc_akses{
	}
	.menu-main_href{
		display:block;
		height:40px;
		background:#77a02f;
		text-align:center;
	}
	.menu-main_href span{
		display:inline;
		line-height:40px;
		color:#fff;
		background: url(../img/but_white-right.png) 100% 55% no-repeat;	
		padding-right:15px;
		font-size:1.15em;
	}
	.menu-main_href:hover span{
		text-decoration:underline;
	}
	.menu_sale{
		padding:0px 20px 0px 35px;
		color:#ff4444;
		background: url(../img/icon_rasprod.png) 10px 50% no-repeat;	
		background-size:19px 19px;
	}
	.menu_sale:hover span{
		color:#77a02f;
		width:bold;
	}
	.menu_sale:hover{
		color:#77a02f;
		width:bold;
		background: url(../img/icon_rasprod_hov.png) 10px 50% no-repeat;	
		background-size:19px 19px;
	}
}	

@media (max-width: 991px) {
	#header_bottom{
		display:none;
	}
	
	
/* Мобильное меню */
	#header-menu-mob{
		display:none;
		position:fixed;
		top:0px;
		left:0px;
		z-index:205;
		background:#fff;
	}
	#menu_block_name{
		height:60px;
		border-bottom:1px solid #dcdad9;
		padding:15px 5px 15px 5px;
	}
	@media (max-width: 539px) {
		#menu_block_name{
			padding:5px 5px 15px 5px;
		}
	}
	
	.header-menu-levl1,.header-menu-levl2,.header-menu-levl3{
		float:left;
		width:400px;
		min-height:40px;/*Нужно для работы скрипта*/
	}
	.menu_win_show{
		position:relative;
		width:400px;
		height: 100vh;
		overflow-x:hidden;
		overflow-y:auto;
		border:2px solid #dcdad9;
	}
	#menu_block_go{
		left:0px;
		position:relative;
		width:1200px;
		transition:.3s;
	}
	#menu_block_go li > a, #menu_block_go li > button{
		display: flex;
		align-items: center;
		padding-left:5px;  
		width:100%;
		float:left;
		color:#514540;
		height:50px;
		border-bottom:1px solid #dcdad9;
		text-transform:uppercase;
	}
	#menu_block_go li a.have_per, #menu_block_go li p.have_per, #menu_block_go li > button.have_per{
		background-image: url(../img/icon_menu-right.png);
		background-position: 95% 50%;	
		background-repeat: no-repeat;
		background-color:#ffffff;
	}
	#menu_block_go li.menu_tov a, #menu_block_go li.menu_tov button{background-color:#f5f5ed;}
	#menu_block_go li.menu_punkt img{margin:0px 20px 0px 0px;height:30px;width:30px;}
	#menu_block_go li.menu_raspr img{margin:0px 26px 0px 0px;height:24px;width:24px;}
	#menu_block_go li.menu_raspr span{color:#ff4444;}
	#menu_block_go li.menu_raspr a{background-color: #f5f5ed;}
	#menu_block_go li a.have_name, #menu_block_go li button.have_name{color:#77a02f;}
	.have_back{
		display:none;
		position:absolute;
		top:23px;
		right:20px;
		color:#77a02f;
		padding:0px 0px 0px 30px;
		background: url(../img/icon_menu-left_1.png) 0% 50% no-repeat;	
	}
	.header-menu-levl3 ul{display:none;}
	
}	
@media (max-width: 539px) {
	.header-menu-levl1,.header-menu-levl2,.header-menu-levl3{
		width:100vw;
		min-width:320px;
	}
	.menu_win_show{
		width:100vw;
		min-width:320px;
	}
	#menu_block_go{
		width:300vw;
		min-width:960px;
	}
}
/* Меню главное РС end */

/*Footer begin*/
.footer_top{background:#614d46;}
.footer_top_left{width:55%;float:left;}
.footer_text-one{
	padding-top:20px;
	color:#fff;
	font-size:1.3em; /*18*/
}
@media(max-width: 767px){
	.footer_text-one{
		font-size:1em; /*14*/
		margin-bottom:5px;	
	}
}
.footer_text-two{
	color:#b8a8a8;
}
.footer_mail{width:45%;float:left;}
.footer_mail input[type="text"], .footer_mail input[type="submit"]{display:inline-block;height:40px;border:none;border-radius:2px;margin:20px 0px 20px 0px;}
.footer_mail input[type="text"]{width:74%;background:#fff;float:left;padding:3px 10px;}
.footer_mail input[type="submit"]{width:24%;float:right;}
@media (max-width: 1199px) {
	footer .page{padding:0px 10px;}
}
@media (max-width: 991px) {
	.footer_top_left{width:100%;float:none;}
	.footer_mail{width:100%;float:none;}
}
@media (max-width: 539px) {
	.footer_mail input[type="text"]{width:69%;}
	.footer_mail input[type="submit"]{width:29%;}
}
.footer_main{background:#55433d;border-bottom:2px solid #715a52;padding-top:25px;}
.footer_main-cont{display:flex;flex-direction: row; justify-content: space-between;padding-bottom:20px;}
.footer_main-block {float:left;}
.footer_name{color:#77a02f;font-size:1.3em;/*18*/}
.footer-bl2 a, .footer-bl3 a{color:#ffffff;	line-height:34px;transition:.2s;}
.footer-bl2 a:hover, .footer-bl3 a:hover{color:#77a02f;}
.footer-bl2 .footer-bl2-activ p, .footer-bl3 .footer-bl3-activ p{color:#777;cursor:default; line-height:34px;}
.footer_soc-href{display:flex;flex-direction: row; /*justify-content: space-between;*/margin:30px 0px;}
.footer_soc-href a{margin-right:10px;}
.footer_soc-href a img{opacity:0.8;transition:.3s;}
.footer_soc-href a:hover img{opacity:1;}
.footer_card img{float:left;margin:20px 5px 0px 0px;}
.footer-phone{font-size:1.5em/*21*/;background: url(../img/iconFPhn.png) 0% 50% no-repeat;margin-top:10px;padding:10px 0px 10px 40px;	color:#fff;}
.footer-info{ background: url(../img/iconFTim.png) 0% 5px no-repeat; line-height:20px; padding:0px 0px 0px 40px; color:#b8a8a8;}
.footer-adr{ background: url(../img/iconFAdr.png) 0% 50% no-repeat; padding:0px 0px 0px 40px; line-height:20px; color:#fff;}
.footer-bl4 button{margin:20px 0px 20px 40px;}
.footer_bottom{/*height:50px;*/background:#55433d;}
.footer_bottom_left{float:left;line-height:50px;color:#b8a8a8;}
.footer_bottom_left span{color:#ffffff;}
.footer_bottom_right{float:right;line-height:50px;}
.footer_bottom_right a, .footer_bottom_right p{color:#b8a8a8;}
.footer_bottom .footer_card img{display:none;}
.footer_main-smart{width:100%}
.footer_main-smart .footer_name{display:inline-block;margin:10px 10px 10px 0px;}
.footer_main-smart .footer_soc-href{margin:15px 0px;width:440px;}
.footer_main-smart li{border-bottom: 2px solid #715a52;}
.footer_main-smart li:last-child{border-bottom: none;}
.footer_main-smart li a, .footer_main-smart li p{color:#fff;line-height:38px;}
@media (max-width: 991px) {
	.footer_main{padding-top:0px;}
	.footer_bottom .footer_card img{display:block;float:left; width:45px;	margin: 13px 5px 0px 5px;}
}
@media (max-width: 480px) {
	.footer_main-smart .footer_soc-href{width:100%;}
	.footer_main-smart .footer_name{display:none;}
	.footer_soc-href {justify-content: flex-start;}
	.footer_bottom_right{display:none;}
	.footer_bottom_left{float:none}
	.footer_bottom .footer_card img{display:block;float:left; width:45px;margin: 10px 5px 5px 0px;}
	.footer_bottom .page{display:flex;flex-direction: column-reverse;}
	.footer_bottom_left{line-height:30px;}
}

/* Выпадающая корзина Begin */

@media (min-width: 1200px) {
	.header_user-cont_one:hover .header_basket-hid{display:block;}
}
.header_basket-hid{
	display:none;
	z-index:500;
	position:absolute;
	width:340px;
	right:0px;
	padding:15px 10px;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #e7e7e7;
	-webkitfilter: drop-shadow(0 0 5px rgba(0,0,0,.2));
	-moz-filter: drop-shadow(0 0 5px rgba(0,0,0,.2));
	-ms-filter: drop-shadow(0 0 5px rgba(0,0,0,.2));
	-o-filter: drop-shadow(0 0 5px rgba(0,0,0,.2));
	filter: drop-shadow(0 0 5px rgba(0,0,0,.2));
}
@media (max-width: 380px) {
	.header_basket-hid{
		width:280px;
	}
}

.header_basket-hid:after,
.header_basket-hid:before {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
}
.header_basket-hid:after {
    top: -20px;
	right:11px;
    border-color: transparent transparent #fff;
    border-width: 10px;
}
.header_basket-hid:before {
    top: -22px;
	right:10px;
    border-color: transparent transparent #e7e7e7;
    border-width: 11px;
}
.header_basket-top{
	background-color:#f0f0f0;
	padding:5px;
	text-align:center;
}
.header_basket-main{
	max-height:200px;
	max-height:50vh;
	overflow:auto;
}
.header_basket-main::-webkit-scrollbar { width: 6px;}
.header_basket-main::-webkit-scrollbar-button {  background-color: #ffffff; }
.header_basket-main::-webkit-scrollbar-thumb {background-color: #77a02f; border-radius: 3px;}
.header_basket-main::-webkit-scrollbar-track {  background-color: #e6e6e6; border-radius: 3px;}
.header_basket-main::-webkit-scrollbar-track-piece { background-color: #e6e6e6; border-radius: 3px;}
.header_basket-main::-webkit-resizer { background-color: #f00;}

.header_basket-but{
	display: block;
	padding:10px 0px;
    text-align: center;
}
.header_basket-table{
	width:100%;
}
.header_basket-table tr{
	border-bottom:1px solid #e7e7e7;
}
.header_basket-img{
	width:60px;
	vertical-align:top;
	padding:10px 0px;
}
.header_basket-img img{
	max-width:55px;
	max-height:60px;
}
.header_basket-img a{
	position:relative;
	display:block;
}
.header_basket-img span{
	position:absolute;
	top:0px;
	left:0px;
	color:#fff;
	padding:3px 3px;
	width:42px;
	height:60px;
	font-size:.5em;
	text-align:left;
	margin-left:10px;
}

.header_basket-text{
	text-align:left;
	padding:10px 5px 10px 10px;
	vertical-align:top;
	font-size:1em;
}
.header_basket-num{
	margin-top:10px;
	position:relative;
}
.header_basket-quan{
	display:block;
	width:46px;
	line-height:26px;
	border:1px solid #ddd;
	text-align:center;
	float:left;
}
.header_basket-oldprice{
	position:absolute;
	top:-10px;
	left:74px;
	text-decoration:line-through;
	color:#999999;
}
.header_basket-price{
	line-height:28px;
	font-size:1.2em;
	padding-top:0px;
}
.header_basket_notov{
	color:#dd0000;
	font-size:.9em;
}
.header_basket-itog_kol{
	padding:10px 0px;
}
.header_basket-kol{
	padding-top:3px;
	float:left;
}
.header_basket-itog{
	font-size:1.3em;
	float:right;
}
.header_basket-del{
	display:inline-block;
	height:13px;
	width:13px;
	background: url(../img/icon_bas_sm_del.png) 50% 50% no-repeat;
	float:right;
}
/* Выпадающая корзина End */
.serii_view_list, .serii_view_icon{
	transition: .3s;
/*	padding-bottom:150px;*/
}
/* Все серии Begin */
.serii_all .cat_pol-one{
	height:280px;
	width:200px;
}
.serii_all .serii_block-plitka{
	background: url(../img/fon_polka.png) 50% 45px repeat-y;
	background-size: 100% 280px;	
}
@media (max-width: 1199px){
	.serii_all .cat_pol-one {
		margin: 0px;
	}
}


/* Все серии End */

/*Блок плиток Begin*/
.serii_block-plitka, .serii_block-plitka{
	display:flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	background: url(../img/fon_polka.png) 50% 20px repeat-y;
	background-size: 100% 345px;
}	
.cat_pol-one{
	position:relative;
	width:180px;
	height:345px;
	overflow:hidden;
}
@media (max-width: 1199px) {
	.cat_pol-one{
		height:400px;
		margin:10px 0px;
	}
	.serii_block-plitka, .serii_block-plitka{
		background: url(../img/fon_polka.png) 50% -5px repeat-y;
		background-size: 100% 420px;
	}	
}
.serii_tabs-detail .cat_pol-one{
	width:200px; /* Для серии */
}
.avtors_tabs-detail .cat_pol-one{
	width:200px; /* Для детальной авторов */
}
/*Разметка для серии (на весь экран)*/
@media (max-width: 1199px) {.serii_block-plitka .cat_pol-one{width:25%;}.serii_block-plitka{padding:0px 5px;}}
@media (max-width: 999px) {.serii_block-plitka .cat_pol-one{width:25%;}}
@media (max-width: 799px) {.serii_block-plitka .cat_pol-one{width:33.33%;}}
@media (max-width: 599px) {.serii_block-plitka .cat_pol-one{width:50%;}}
@media (min-width: 1200px) {
	.cat_pol-one:hover{
		overflow:visible;
		z-index:5;
	}
}
.cat_pol-one_hide{
	display:none;
}
@media (max-width: 1199px) {
	.cat_pol-one_hide{
		display:block;
		position:absolute;
		bottom:0px;
		width:100%;
	}
	.blog_block_books .cat_pol-one_hide{
		bottom:-15px;
	}
	.cat_pol-one_hide p, .cat_pol-one_hide .cat_avtor{display:none;}
	.cat_pol-one_hide p.cat_pol-one_kirdik {display: inline-block;}
	
}
.cat_pol-one_hide-name{display:none;}
.cat_pol-one_show{display:block;}
@media (min-width: 1200px) {
	.cat_pol-one:hover .cat_pol-one_hide{display:block;}
	.cat_pol-one:hover .cat_pol-one_hide-name{display:block;}
	.cat_pol-one:hover .cat_pol-one_show{display:none;}
}
.cat_pol-one_hide p{
	font-size:.85em;
	color:#999999;
	line-height:1.7;
}
.cat_pol-one_hide span{color:#000000;}
.cat_avtor{display:flex;}
.cat_avtor-title{
	display:flex;
	flex-direction: column;
	justify-content:center;
	font-size:.85em;
	color:#999999;
	margin-right:10px;
}
.cat_avtor-block{display:flex;flex-direction: column; font-size:.85em}
.cat_avtor-name{font-size:1em;color:#77a02f;}
.cat_avtor-name:hover{text-decoration:underline;}
.cat_avtor-hidopen{color:#77a02f;background: url(../img/icon_avtor-open.png) 60px 55% no-repeat;padding-right:30px;}
.cat_text-hidopen{display:none;font-size:.92em;margin-top:5px;}
.cat_bread-hidopen{display:block;font-size:.92em;margin-top:5px;}
.cat_pol-one_text a.cat_avtor-hidopen:hover{text-decoration:none;}
.cat_avtor-hidopen_activ{background: url(../img/icon_avtor-hid.png) 55px 50% no-repeat;}
.cat_avtor-hide{display:none;}
.cat_avtor-hide_cont{display:flex;flex-direction: column;}
.cat_pol-one_bor{
	position:relative;
	padding:20px 10px 10px 10px;
}
@media (min-width: 1200px) {
	.cat_pol-one:hover .cat_pol-one_bor{
		box-shadow:0px 0px 20px rgba(0,0,0,.2);
		border-radius:5px;
		background:#fff;
	}
}
.cat_pol-one_img{
	position:relative;
	text-align:center;
	height:154px;
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.tovar-fon-book{
	position:relative;
	display:inline-block;
}
.tovar-fon-book img{
	max-width:105px;
	max-height:150px;
}
.tovar-fon-book a{
	position:absolute;
	top:0px;
	bottom:-1px;
	left:-1px;
	right:-3px;
	display:block;
	background: url(../img/fonBook.png) 50% 50% no-repeat;
	background-size:100% 100%;
}
.tovar-fon-ten {
	position:relative;
	display:inline-block;
}
.tovar-fon-ten img{
	max-width:90px;
	max-height:150px;
}
.tovar-fon-ten a{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	display:block;
	box-shadow: 3px 2px 2px 0px #777;
	background-size:100% 100%;
}

.tovar-fon-serii {
	position:relative;
	display:inline-block;
}
.tovar-fon-serii img{
	max-width:100px;
	max-height:120px;
}
.tovar-fon-serii a{
	position:absolute;
	top:0px;
	bottom:-1px;
	left:-1px;
	right:-3px;
	display:block;
	background: url(../img/fonBook.png) 50% 50% no-repeat;
	background-size:100% 100%;
}
.tovar-pic-serii{
	display:block;
	height:30px;
	width:160px;
	background: url(../img/fonSerii.png) 50% 100% no-repeat;
	background-size: 100% 30px;
}
.tovar-fon-other{
	position:relative;
	display:inline-block;
}
.tovar-fon-other img{
	max-width:105px;
	max-height:150px;
}
.tovar-fon-other a{
	position:absolute;
	top:0px;
	bottom:-1px;
	left:-1px;
	right:-3px;
	display:block;
}
.tovar-img_nobook{
	position:relative;
	color:#fff;
	top:20px;
	font-size:0.8em;
	padding:0px 5px 0px 10px;
	text-align:left;
	height: 73px;
    overflow: hidden;
}

.cat_pol-one_text{
	margin-top:30px;
}
@media (max-width: 1199px) {
	.cat_pol-one_text{
		height:205px; 
		position:relative;
	}
}
.cat_pol-one_text a{
	font-size:1em;
	color:#77a02f;
}
.cat_pol-one_text a:hover span{text-decoration:underline;}
.cat_pol-one_price{font-size:1.2em;/*17*/text-align:center;margin-bottom:5px;}
.cat_pol-one_price-old{
	color:#999999;
	text-decoration: line-through;
	text-align:center;
	min-height: 16px;
    display: block;	
}
.cat_pol-one_price-oldP{height:16px;}
.cat_pol-one_nalich{
	font-size:.85em;/*12*/
	background-position:73px 50%;
	background-repeat:no-repeat;
	text-align:center;
	width:100px;
	margin:0 auto;
	padding-right: 15px;
	margin-bottom:10px;
}
.cat_pol-one_text .bx_item_detail_rating {
    margin: 0 auto;
	margin-bottom:5px;
}

.cat_pol-one_art{
	background: url(../img/iconKod.png) 0% 50% no-repeat;
	padding-left:25px;
}
.cat_pol-one_seria{
	font-size:1.2em;
	color:#000000;
	background: url(../img/icon_serii.png) 100% 50% no-repeat;
	width:80px;
	margin:0 auto;
	margin-bottom:10px;
}
.cat_pol-one_name{
	height:32px;
	overflow:hidden;
	margin:5px 0px 5px 0px;
	text-align:center;
}
@media (min-width: 1200px) {
	.cat_pol-one:hover .cat_pol-one_name{
		white-space: normal; 
		min-height:32px;
		height:auto;
	}
}
.cat_pol-one_tiptov{
	font-size:.85em;
	text-align:center;
	margin:2px 0px 5px 0px;
	height:13px;
	overflow:hidden;
}
@media (min-width: 1200px) {
	.cat_pol-one:hover .cat_pol-one_tiptov{
		max-height:27px;
	}
}

.cat_pol-one_text a.cat_pol-one_bau{
	background-position: calc(50% - 50px) 45%;
	padding:7px 0px; /*В каталоге 10 0 много*/
	text-align:center;
	margin-top:10px;
}
.cat_pol-one_text a.cat_pol-one_bau-go{
	display:block;
	background: url(../img/icon_order_go.png) 5% 45% no-repeat;
	background: url(../img/icon_order_go.png) 0% 45% no-repeat;
	color:#77a02f;
	padding:10px 0px 10px 15px;
	padding:10px 0px 10px 20px;
	border-radius:3px;
	text-align:center;
	margin-top:10px;
	max-width:135px;
	margin:0 auto;
}

.cat_pol-one_text a.cat_pol-one_bau:hover{text-decoration:none;}
.cat_pol-one_text .cat_pol-one_sub{
	display:block;
	cursor:pointer;
	border:2px solid #77a02f;
	border-radius:5px;
	padding:10px 0px 10px 10px;
	text-align:center;
	margin-top:10px;
	background: url(../img/icon_subs_but.png) calc(50% - 50px) 45% no-repeat;
	transition:.2s;
}
.cat_pol-one_text .cat_pol-one_sub span{
	color:#222;
	transition:.2s;
}
.cat_pol-one_text .cat_pol-one_sub:hover{
	background: url(../img/icon_subs_but_w.png) calc(50% - 50px) 45% no-repeat #77a02f;
}
.cat_pol-one_text .cat_pol-one_sub:hover span{
    color: #fff;
}
.cat_pol-one_sub-on{
	display:block;
	font-size:.9em;
	background: url(../img/icon_subs_yes.png) 5% 3px no-repeat;
	cursor:pointer;
	padding:0px 0px 5px 0px;
	border-radius:3px;
	text-align:center;
	width:150px;
	margin:0 auto;
	margin-top:10px;
	text-decoration:underline;
	cursor:default;
}
.cat_pol-one_sub-on span{
	color:#77a02f;
}
.cat_pol-one_sub-on:hover span{
//	text-decoration:underline;
}
.cat_pol-one_hide p.cat_pol-one_kirdik{
	color:#a8a8a3;
	padding:10px 0px;
	text-align:center;
	font-size:1em;
	line-height:1;
}
.cat_pol-one_text .cat_pol-one_ser{
	padding:10px 0px 10px 0px;
	margin-top:10px;
}

.cat_pol-one_text .cat_pol-one_ser{
	padding:10px 0px 10px 0px;
	margin-top:10px;
}
@media (max-width: 1199px){
	.cat_pol-one_text .cat_pol-one_ser{
		margin-bottom:30px;
	}
}
/*Блок плиток End*/

/*Блок строк Begin*/
.serii_block-stroka a{color:#77a02f;}
.serii_block-stroka a:hover{text-decoration:underline;}
.cat_str-one{
	padding:10px 0px;	
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	flex-direction: row; 
}
@media (max-width: 420px) {
	.cat_str-one{padding-top:15px;}
}
.cat_str-one_info{flex:1;}
.cat_str-one_info .icon_nabor{position:relative;top:-2px;}
.serii_block-stroka .tovar-fon-book img {max-width: 85px;max-height: 120px;}
.serii_block-stroka .tovar-fon-serii img {max-width: 80px;max-height: 85px;}
.serii_block-stroka .tovar-fon-ten img{max-width: 85px;max-height: 120px;}
.serii_block-stroka .tovar-fon-other img {max-width: 85px;max-height: 120px;}
.serii_block-stroka .tovar-pic-serii {
    display: block;
    height: 25px;
    width: 130px;
    background: url(../img/fonSerii.png) 50% 100% no-repeat;
    background-size: 120px 25px;
}
.cat_str-cont_img{
	width:130px;
	flex: none;
	max-height:160px;
}
.cat_str-one_img { /* Первый блок */
    position: relative;
    text-align: center;
	width:130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.cat_str-one_block1{
    display: flex;
	justify-content: space-between;	
	margin-top:10px;
}
@media (max-width: 767px) {
	.cat_str-one_block1{display: block;}
}

.cat_str-price-cont{
	position:relative;
    display: flex;
    flex-direction: row;
	align-items: flex-end; 
}
@media (max-width: 767px) {
	.cat_str-price-cont{
		flex-direction: column;
		align-items: flex-start; 
		margin-top:10px;
	}
}
.cat_str-text_main {
	font-size:.85em;
    display: flex;
	align-items: flex-start;
}
.cat_str-text_main .cat_pol-one_art{margin:0px 20px;}
.cat_str-text_main .cat_pol-one_rev{margin-left:10px}
.cat_str-text_main .bx_item_detail_rating{margin:0px 0px 0px 0px;}


.cat_str-text_hide{
	margin-top:-10px;
	display:block;
}
@media (max-width: 767px) {
	.cat_str-text_hide{
		margin-top:0px;
	}	
}
.cat_str-text_hide .cat_pol-one_art{
	margin-bottom:10px;
}
@media (max-width: 1199px) {
	.cat_str-text_hide{
		display:none;
	}
}
.serii_block-stroka a.cat_stroka-hidopen{
	position:relative;
	top:-15px;
	color:#55433d;
	background: url(../img/icon_cat-show.png) 95% 55% no-repeat;
	padding-right:20px;
}
@media (max-width: 767px) {
	.serii_block-stroka a.cat_stroka-hidopen{
		top:0px;
	}
}
.serii_block-stroka a.cat_stroka-hidopen_activ{
	background: url(../img/icon_cat-hid.png) 95% 55% no-repeat;
	top:-5px;
}
.serii_block-stroka a.cat_stroka-hidopen:hover{
	text-decoration:none;
}


.cat_str-text_hide .cat_avtor{display:block;}
.cat_str-text_hide .cat_avtor-title{justify-content: flex-start;line-height:1;}
.cat_str-text_hide .cat_avtor-block{font-size:.85em;}
.cat_str-block_cont{
	margin-right:30px;
	margin-bottom:10px;
	float:left;
}
@media (max-width: 540px) {
	.cat_str-block_cont{
		float:none;
	}
}

.cat_str-block_top{font-size:.85em;color:#999999;}
.cat_str-block_bot{font-size:.85em;}
.cat_str-one_block1 a.cat_str-one_bau{
	background-position: 15px 50%;
	padding:7px 15px;
	text-align:center;
	width:125px;
	float:left;
}
@media (max-width: 767px) {
	.cat_str-one_block1 a.cat_str-one_bau{
		margin:15px 0px;
	}
}
.cat_str-one_sub{
	background: url(../img/icon_subs_but.png) 10px 50% no-repeat;
	color:#222;
	padding:10px 15px 10px 30px;
	border-radius:5px;
	text-align:center;
	width:125px;
	border:2px solid #77a02f;
	cursor:pointer;
	transition:.2s
}
.cat_str-one_sub:hover{
	background: url(../img/icon_subs_but_w.png) 10px 50% no-repeat #77a02f;
	color:#fff;
}
@media (max-width: 767px) {
	.cat_str-one_sub{
		margin:15px 0px;
	}
}

.cat_str-one_bau-go{    
	display: block;
    background: url(../img/icon_order_go.png) 5% 45% no-repeat;
    color: #77a02f;
    padding: 10px 0px 10px 15px;
    border-radius: 3px;
    text-align: center;
    width: 125px;
}
@media (max-width: 767px) {
	.cat_str-one_bau-go{
		margin:10px 0px;
	}
}

.cat_str-one_block1 .cat_pol-one_sub-on {
    display: block;
    font-size: .9em;
    background: url(../img/icon_subs_yes.png) 5% 3px no-repeat;
    cursor: pointer;
    padding: 0px 0px 5px 20px;
    border-radius: 3px;
    text-align: center;
    width: 125px;
}
@media (max-width: 767px) {
	.cat_str-one_block1 .cat_pol-one_sub-on {
		margin:15px 0px;
	}
}

.serii_block-stroka a.cat_str-one_ser {
    padding: 10px 0px 10px 0px;
    margin-top: 10px;
	width:125px;
}
@media (max-width: 767px) {
	.serii_block-stroka a.cat_str-one_ser {
		margin:15px 0px;
	}
}
.cat_str-price{
	margin-right:20px;
}
.cat_str-price_old{
	color:#999999;
	text-decoration:line-through;
	padding:3px 10px 0px 0px;
	float: left;
}
@media (max-width: 767px) {
	.cat_str-price_old{
		float: none;
	}
}
.cat_str-price_tek{
	font-size:1.2em;
	font-weight:bold;
}
.cat_str-nalic-da, .cat_str-nalic-net{
	display:inline-block;
	color:#222222;
	font-size:.8em;
	padding:3px 30px 3px 15px;
	border-radius:5px;
	float:right;
	margin-top:5px;
}
@media (max-width: 767px) {
	.cat_str-nalic-da, .cat_str-nalic-net{
		position:absolute;
		top:0px;
		right:0px;
		padding:3px 20px 3px 5px;
		background-position:53px 50% !important;

	}
}
.cat_str-nalic-da{
	background: url(../img/icon_nalich-da.png) 70px 50% no-repeat;
	border:2px solid #4caf50;
}
.cat_str-nalic-net{
	background: url(../img/icon_nalich-net.png) 70px 50% no-repeat;
	border:2px solid #ff4444;
}
/*Блок строк End*/
/*Фильтр Begin*/
.block-catalog-upr{display:none;}
@media (max-width: 991px) {
	.block-catalog-upr{display:block;}
}
.block-filtr-cat{
	position:relative;
	font-size:.85em;
	padding:15px 20px 15px 20px;
	border-bottom: 1px solid #ececec;
	color:#55433d;
}
.block-filtr-cat_close{
	display:none;
	position: absolute;
    right: 20px;
    top: 15px;
    height: 9px;
    width: 9px;
    background: url(../img/but_сlose.png) 50% 50% no-repeat;	
}
.block-filtr-filtr{display:block;}
@media (max-width: 991px) {
	.block-filtr-cat_close{display:block;}
	.block-filtr-filtr-mob{display:block;}
	.block-filtr-filtr{display:none;}
	.block-filtr-filtr-mob .serii_blok-filtr_href{margin: 10px 5px 0px 0px;}
}
/*Фильтр End*/
/*Каталог Begin*/
.main_name{
	font-size:2.5em;
	margin-top:10px;
}
@media (max-width: 991px) {.main_name{font-size:2.0em;margin-top:5px;}}
.catalog_text/*, .serii_text-bot*/{
	color:#323232;
	line-height:1.5;
	font-size:.92em;
	height: auto;
	transition:max-height .5s;
}
.serii_text-bot{
	min-height:200px;
	font-size:1em;
	max-height:none;
	padding-bottom:30px;
	width:100% !important;
}
.catalog_text h2{
	font-size: 1.1em;
    font-weight: 100;
	margin-bottom:19px;
}
.catalog_text p{margin-bottom:19px;}
.catalog_text ul{margin-bottom:19px;}
.catalog_text li{
	background: url(../img/iconUl.png) 0% 6px no-repeat #fff;
    padding-left: 20px;
}



.catalog_upr{
	border-radius:5px;
	border:2px solid #ddd;
	font-size:.85em;
	margin-top:25px;
}

.catalog_upr-pk{
	display:flex;
	justify-content:space-between;
	align-items: center;
	height:46px;
}
.catalog_upr-mob{display:none;}
@media (max-width: 991px) {
	.catalog_upr-pk{display:none;}
	.catalog_upr-mob{
		display:flex;
		justify-content:space-between;
		align-items: center;
		padding:15px 0px;
	}
}
.catalog_upr a:hover{
	text-decoration:underline;
	color:#77a02f;
}
.catalog_upr-view{
	position:relative;
	padding:0px 15px;
	height:28px;
	width:400px;
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.catalog_upr-view span.catalog_upr-view_help{
	position:relative;
}
.catalog_upr-view button, .catalog_upr-view a, .catalog_upr-view span{
	color:#77a02f;
	padding:4px 10px;
	border-radius:3px;
}
.catalog_upr-view button.catalog_upr-view-activ, .catalog_upr-view a.catalog_upr-view-activ, .catalog_upr-view span.catalog_upr-view-activ{
	color:#fff;
	background:#77a02f;
	text-decoration:none!important;
	cursor:default;
}
.catalog_upr-serii{
	position:relative;
	line-height:24px;
	padding: 6px 15px 12px 15px;
	border-right:1px solid #e6e6e6;
}
.catalog_upr-serii a{
	padding:5px 0px 5px 30px;
	margin-left:25px;
}
.catalog_upr-serii a.block_spi-heder_open{
	margin-left:0px;
	top: 5px;
    left: 0px; 
}
.catalog_upr-view .block_spi-heder_hide {
	font-size:14px;
	left:-185px;
    bottom:35px;
	color:#222;
	padding: 20px;
}

.catalog_upr-serii_sve{
	background: url(../img/icon_seriiclose-off.png) 0px 50% no-repeat;
}
.catalog_upr-serii_paz{
	background: url(../img/icon_seriiopen-off.png) 0px 50% no-repeat;
}
.catalog_upr-serii_sve-act{
	background: url(../img/icon_seriiclose-on.png) 0px 50% no-repeat;
	color:#77a02f;
	text-decoration:underline;
	cursor:default;
}
.catalog_upr-serii_sve:hover{
	background: url(../img/icon_seriiclose-on.png) 0px 50% no-repeat;
}
.catalog_upr-serii_paz-act{
	background: url(../img/icon_seriiopen-on.png) 0px 50% no-repeat;
	color:#77a02f;
	text-decoration:underline;
	cursor:default;
}
.catalog_upr-serii_paz:hover{
	background: url(../img/icon_seriiopen-on.png) 0px 50% no-repeat;
}
.catalog_upr-space{	flex:1;}

.catalog_upr .list-view-cont{
	float:none;
	padding:0px 15px;
}
.catalog_upr-space{
	padding:15px 15px;
}
.catalog_upr-space > div{
	display:inline-block;
}
.catalog_upr-space .catalog_sel{
	width:100%;
}
.catalog_upr-space p{
	line-height:25px;
}
.catalog_upr-space .catalog_sel li a, .catalog_upr-space .catalog_sel li button{
	padding:5px;
}
.catalog_upr-mob_href{
	display:block;
	text-align:center;
	width:100%;
}
.catalog_upr-mob_show{
	color: #77a02f;
    background: url(../img/icon_avtor-open.png) 95% 55% no-repeat;
    padding-right: 20px;
}
.popup_upr{
	display:none;
	position:fixed;
	padding:20px;
	background:#fff;
	width:300px;
	left:50%;
	top:50%;
	margin-top:-100px;
	margin-left:-150px;
	z-index:210;
}
.popup_upr li{
	text-align:left;
	border-bottom:1px solid #ddd;
	padding:10px;
}
.popup_upr li img{
	margin-right:5px;
}
.popup_upr-activ{
    background: url(../img/icon_nalich-da.png) 95% 55% no-repeat;
}
.popup_upr li:first-child{
	position:relative;
	border-top:1px solid #ddd;
}
.popup_upr .block-filtr-close{
	right:15px;
	top:12px;
}

.catalog_cont{
	margin-top:20px;
	position:relative;
	display:flex;
	justify-content:space-between;
}
.catalog_cont-left{
	width:270px;
	left:0px;
}
.catalog_cont-right{
	margin-left:20px;
	margin-bottom:60px;
	flex:1;
}
@media (max-width: 991px) {
	.catalog_upr .list-view-cont{
		position:absolute;
		padding:10px 10px;
		right:0px;
		top:0px;
		border:none;
	}
	.catalog_cont-left{
		position:fixed;
		left: -350px;
		top: 0px;
		bottom: 0px;
		width: 320px;
		background: #fff;
		z-index: 205;
		transition: left .3s;
		overflow-y:auto;
	}
	.catalog_cont-right{
		margin-left:0px;
	}
}
#cat_show_more{
	position:relative;
	display:block;
	margin:0 auto;
	width:270px;
	padding:15px 0px 15px 30px;
	border-radius:5px;
	color:#fff;
	background:#77a02f;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

.cat_show_more-img{
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	top:10px;
	left:55px;
	background: url(../img/icon_show-more.png) 50% 50% no-repeat;
	transition: .45s;
}
#cat_show_more:hover{background:#648727;}
#cat_show_more:hover .cat_show_more-img{transform: rotate(360deg);}
.catalog_tov_no{
	padding:100px 0px;
	text-align:center;
}
.catalog_tov_no p{
	padding-top:20px;
}
.catalog_no_nav{height:130px;}
@media (max-width: 1199px) {.catalog_no_nav{height:0px;}}
/*Каталог End*/
/* Авторизация */
.header-nav-auth{
	display:none;
	position:absolute;
	width:240px;
	top:40px;
	left:-90px;
	z-index:20;
	background: url(../img/ramka-auth.png) 50% 0% no-repeat #fff;
	padding:9px 0px 0px 0px;
	font-size: 0.85em;/*12*/
}
.header-nav-auth-fix{top:25px;}
.header-nav-auth a{
	letter-spacing:0px;
	color: #77a02f;
}
.header-nav-auth p{padding-bottom:5px;}
.header-nav-auth form{
	padding:20px 15px;
	border: 1px solid #dddddd;
	border-radius:5px;
	border-top:none;
}
.header-nav-auth form input[type="text"], .header-nav-auth form input[type="password"]{
}
.header-nav-auth form input[type="text"]{margin-bottom:15px;}
.header-nav-auth form input[type="submit"]{
	height:34px;
	width:100%;
	border:1px solid #77a02f;
	background-color: #77a02f;
	margin-bottom:15px;
	color:#fff;
}
#USER_REMEMBER_frm{display:none;}
#USER_REMEMBER_frm + label{
	background-position: 0px 45%;
    padding: 3px 20px 3px 25px;
}
#USER_REMEMBER_frm_1{display:none;}
#USER_REMEMBER_frm_1:checked  + label{
}
/*PopUp ----------------------------------------------------------------------------------------------*/
/*Фон*/
#popUp_fon-menu, #popUp_fon{
	display:none;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:RGBA(0,0,0,0.3);
	z-index:200;
}
#popUp_fon-search{
	display:none;
	position:fixed;
	top:65px;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:RGBA(0,0,0,0.3);
	z-index:200;
}
/* Крутилка*/
.load_image-fon{
	position:fixed;
	top:0px;
	bottom:0px;
	width:100%;
	background-color:RGBA(255,255,255,0.7);
	z-index:500;
}
.load_image{
	position:fixed;
	top:50%;
	left:50%;
	margin-top: -64px;
	z-index:510;
}
/*Кнопка вверх Begin*/
button.scroll-to-top{-moz-transition: opacity .3s ease;-ms-transition: opacity .3s ease;-o-transition: opacity .3s ease;-webkit-transition: opacity .3s ease;transition: opacity .3s ease;position: fixed;text-align: center;text-decoration: none;display: block;background: url(../img/scroll.svg) center center no-repeat #404040;width: 44px;height: 44px;border-radius: 50%;right: 63px;bottom: 143px;opacity: 0;z-index: 70!important;}
button.scroll-to-top.ROUND_COLOR, button.scroll-to-top.RECT_COLOR {background-color: #77a02f;transition:.3s}
button.scroll-to-top.ROUND_COLOR:hover{background-color: #648727;}
button.scroll-to-top.RECT_COLOR, button.scroll-to-top.ROUND_COLOR {background-position: center 14px;}
button.scroll-to-top.visible {opacity: 0;}
@media (min-width: 992px) {button.scroll-to-top {display: block!important;}}
@media (max-width: 991px) {button.scroll-to-top {display: none!important;}}

.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}
@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}
.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}
@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}
@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}
.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}
/*Кнопка вверх End*/

/*Рейтинг в каталоге Begin*/
.bx_item_detail_rating{margin:10px 0px 10px -2px;/*cursor:pointer;*/}
.bx_item_detail_rating td{vertical-align: middle;text-align: left;}
.bx_item_detail_rating .bx_item_rating{text-align: left;}
.bx_item_detail_rating .bx_stars_container{position: relative;width: 67px;height: 15px;background: #dadada;background-size: 100% 100%;}
.bx_item_detail_rating .bx_stars_bg{position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;z-index: 1;background: url(../img/stars.png) no-repeat center;}
.bx_item_detail_rating .bx_stars_progress{position: absolute;top: 0;bottom: 0;left: 0;background: #f2ca54;}
.bx_item_detail_rating .bx_stars_rating_votes{color: #fec42d;font-size: 11px;line-height: 11px;vertical-align: middle;}
/*Рейтинг в каталоге End*/
.serii-inform-main{
	margin-top:30px;
	position: relative;
}
.serii-inform-main-left{float: left;}
.serii-inform-main-cont{
	position: relative;
    min-height: 300px;
    width: 475px;
    background: url(../img/shelf.png) 50% 100% no-repeat;
	padding:25px 30px 70px 30px;
	border:1px solid #ececec;
	border-radius:10px;
	text-align:center;
}
@media (max-width: 991px) {
	.serii-inform-main-left{float: none;}
	.serii-inform-main-cont{margin: 0 auto;}	
}
@media (max-width: 480px) {
	.serii-inform-main-cont{
		width:100%;
		background-size: 95% auto;
		background-position:50% 95%;
	}	
}
.serii_inform-img_cont{
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	min-height: 200px;
}
.tovar-img-icon{
	position: absolute;
    right: -15px;
    top: -15px;
    z-index: 30;
}
.catalog-img-icon{
	position: absolute;
    right: -15px;
    top: -15px;
}
.serii-inform-img-main{
	position: absolute;
    bottom: 70px;
    left: 20px;
    width: 150px;
    text-align: center;
}
.serii-inform-img-ten {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 146px;
    border-left: 1px solid #777;
    padding: 70px 5px 10px 10px;
    color: #fff;
}
.serii-inform-img-main img {
    position: relative;
    width: 150px;
    box-shadow: 2px 2px 3px RGBA(0,0,0,.5);
    max-height: 195px;
}
.serii-inform-img-one{
	position:relative;
	display:inline-block;
}
.serii-inform-img-one > a > img{
	height:225px;
}

.serii-inform-vlog-cont{
	position: relative;
    width: 230px;
    margin: 0 auto;
}
.serii-inform-main-right{margin-left:500px;}
@media (max-width: 991px) {
	.serii-inform-main-right{
		float: none;
		margin-left:0px;
		margin-top:20px;
	}
}
.serii-inform-name{font-size:2.3em;}
@media (max-width: 1199px) {
	.serii-inform-name{font-size:2.0em;}
}
@media (max-width: 767px) {
	.serii-inform-name{font-size:1.8em;}
}
.serii_vote{width:150px;}
.serii_vote .bx_stars_bg {height: 25px;background: url(../img/starsbg.png) 50% 100% no-repeat;}
.serii_vote .bx_item_detail_rating .bx_stars_container {width: 144px;height: 24px;}
.serii-inform-main-right .serii_vote{display:inline-block;float:left;margin-right:10px;}
.serii-inform-review{margin:15px 0px;}
.serii-inform-review a{color:#77a02f;text-decoration: underline;line-height:16px;display: inline-block;}
.serii-inform-review a:hover{text-decoration:none;}

.serii-inform-sost_cont{
	padding:10px 10px 10px 0px;
	margin-top:25px;
	display:flex;
	background: #f5f4ed;
	justify-content: space-between;
}
@media (max-width: 600px){.serii-inform-sost_cont{flex-wrap: wrap;}}
.serii-inform-sost_cont .but_opt{
	padding: 8px 0px;
}
@media (max-width: 600px){.but_opt{margin-top:10px;}}
.serii-inform-sost{
	padding:15px 10px 15px 70px;
	background:url(../img/icon_seria.png) 25px 50% no-repeat;
	border-radius:5px;
	color:#a8a8a3;
}
.serii-inform-sost a{
	color:#77a02f;
	text-decoration: underline;
}
.serii-grif_block_one, .serii-grif_block_two{float:left;Padding:30px 0px;display:flex;align-items: center;}
.serii-grif_block_one img, .serii-grif_block_two img{margin-right:15px;}
.serii-grif_block_one {width:40%;}
.serii-grif_block_two {width:30%;}

.serii-socset{
	border-top:1px solid #ddd;
	position: relative;
}
.serii-socset_block{
	position:relative;
	height: 60px;
	width: 60px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0px 0px 5px 5px;
	background: url(../img/icon_soc.png) 50% 50% no-repeat;
	cursor: pointer;
	overflow: hidden;
	transition: width .4s;
/*	
	position: absolute;
	right: 0px;
	top: 0px;
*/
	float:right;
	z-index: 10;
}
.serii-socset_block-href{
	display:block;
	height:60px;
	width:60px;
	background:none;
	transition-delay:.1s;
}
/*Добавление в избранное*/
.serii-washlist_block-cont{
	position:relative;
	float:right;
	cursor:pointer;
}
.serii-washlist_block{
	position:relative;
	height:60px;
	width:60px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-radius:0px 0px 5px 5px;
	margin-right:10px;
    background: url(../img/icon_washlist.png) 50% 50% no-repeat;
	cursor:pointer;
}
.serii-washlist_block:hover, .washlist_block-activ{background: url(../img/icon_washlist_act.png) 50% 50% no-repeat;}

#washlist_popup{
	display:none;
	position:absolute;
	background:#fff;
	top:0px;
	right:-1px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,.3);
	border-radius:10px;
	width:290px;
	z-index:11;
}
@media (max-width: 430px) {#washlist_popup{right:-55px;}}
.washlist_popup-top{
	font-size:1.3em;
	padding: 15px 20px;
}
.washlist_popup_list-cont{
	padding-right:5px;
}
#washlist_popup_list{
	max-height:130px; /* 5 x 26*/
	overflow-y:auto;
}
#washlist_popup_list::-webkit-scrollbar { width: 6px;}
#washlist_popup_list::-webkit-scrollbar-button {  background-color: #ffffff; }
#washlist_popup_list::-webkit-scrollbar-thumb {background-color: #77a02f; border-radius: 3px;}
#washlist_popup_list::-webkit-scrollbar-track {  background-color: #e6e6e6; border-radius: 3px;}
#washlist_popup_list::-webkit-scrollbar-track-piece { background-color: #e6e6e6; border-radius: 3px;}
#washlist_popup_list::-webkit-resizer { background-color: #f00;}

#washlist_popup_list ul{padding:0px 10px;}
#washlist_popup_list li a{
	display:block;
	padding:5px 10px;
}
#washlist_popup_list li a.activ{
	padding:5px 10px 5px 25px;
	color:#77a02f;
	background: url(../img/icon_list.png) 0px 50% no-repeat;
}

#washlist_popup_list li a:hover{background-color:#f5f4ed;}

.washlist_popup-bottom{
	position:relative;
	padding:10px 20px;
}
.washlist_popup-bottom input[type="text"]{
	width:250px;
	border-radius:5px 5px 5px 5px;
	padding-right:120px;
}
#washlist_add{
	width:100px;
	border-radius:0px 5px 5px 0px;
	position:absolute;
	top:10px;
	right:20px;
	line-height:38px;
}


.serii-socset_block ul{display:none;width:240px;}
.serii-socset_block ul li{padding:10px 0px;width:60px;float:left;text-align:center;}

.serii-socset_block:hover{
	width:101px; 
	background: none;
}
.serii-socset_block:hover .serii-socset_block-href{height:0px;}
.serii-socset_block:hover ul{display:block;}
.serii-socset_block:hover ul li{width:50px;}


.serii-socset_block ul li img{opacity:.8;transition:.2s;}
.serii-socset_block ul li img:hover{opacity:1;}

.serii_nabor{margin-top:20px;}
.serii_nabor-opis{
	position:relative;
	border:1px solid #ececec;
	border-radius:5px 5px 0px 0px;
    background: url(../img/icon_nabor.png) 20px 50% no-repeat;
	padding:20px 20px 20px 90px;
}
@media (max-width: 991px) {
	.serii_nabor-opis{
		background: none;
		padding:20px 10px 20px 10px;
	}
}

.serii_nabor-opis .block_spi-heder_hide {
    left: 123px;
    bottom: 40px;
}
.serii_nabor-text{float:left;}
@media (max-width: 767px) {
	.serii_nabor-text{float:none;margin-bottom:25px;}
}

.serii_nabor-opis-1{
	position:relative;
	display:inline-block;
	overflow:visible;
	font-size:1.3em;
}
.serii_nabor-opis-2{
	margin-top:2px;
	color:#666666;
}
.serii_nabor-open{
	color:#	77a02f;
	float:right;
	padding:10px 50px 10px 40px;
	background: url(../img/icon_but-go.png) no-repeat 90% 50%;
	transition: .3s;
} 
.serii_nabor-open:hover{
	background-image:url(../img/icon_but-go_w.png);
}
@media (max-width: 767px) {
	.serii_nabor-open{
		float:none;
	}
}
.serii_nabor-hide{background-image:url(../img/but_white-up.png);}
.serii_nabor-soder{
	display:none;
	border:1px solid #ececec;
	border-top:none;
	border-radius:0px 0px 5px 5px ;
	padding:0px 20px;
}

.serii_nabor-soder_block{
	display:flex;
	justify-content:space-around;
    background: url(../img/shelve.png) 50% 112px no-repeat #fff;
	background-size:100% 42px;
	width:100%;
	margin-bottom: 20px;
}
.serii_info-per_str{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.serii_info-per_title{
	padding:20px 0px;
	margin-bottom:30px;
	font-size:1.3em;
	border-bottom: 1px solid #e7e7e7;
}
.serii_info-per_opis{flex:1;}
.serii_info-per_name{font-size:1.15em;}
.serii_info-per_name:hover{text-decoration:underline;}
.serii_info-per_tab > span{color:#877568;margin:15px 30px 0px 0px;}
.serii_info-per_tab > span > span{color:#000000;}
.serii_info-per_href{font-size:1.15em;}
.serii_info-per_href:hover{text-decoration:underline;}
@media (max-width: 480px) {
	.serii_info-per_href{display:none;}
}
.block_spi-cont{
    max-width: 80px;
    min-width: 55px;
    width: auto;
    position: relative;
    padding-top: 25px;
	text-align:center;
	float:left;
}

.block_spi-cont_hal {
    display: block;
    color: #8dbc33;
    font-size: .625em;
    height: 20px;
}
.block_spi-cont_hal1 {
    display: block;
    color: #78625b;
    font-size: .625em;
    height: 20px;
}
.block_spi-cont_col {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 1.375em;
    color: #fff;
    padding-top: 23px;
}
.block_spi-cont_txt {
    display: block;
    font-size: .8em;
    padding-top: 30px;
}
.block_spi-cont_href {
    display: block;
    padding: 11px 0px;
    color: #fff;
    background: #77a02f;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 40px;
    margin-bottom: 30px;
    width: 228px;
    text-align: center;
}
.serii_tabs-header{
	padding:50px 0px 20px 0px;
	border-bottom:1px solid #e7e7e7;
}
.serii_tabs-header a{
	padding:20px;
	background:#f5f4ed;
	border-radius:5px 5px 0px 0px;
	margin-right:5px;
}
@media (max-width: 670px) {
	.serii_tabs-header a span{display:none;}
	.serii_tabs-header a{padding:15px;}
	.serii_tabs-header{
		padding:30px 0px 15px 0px;
	}
}
@media (max-width: 450px) {
	.serii_tabs-header_full a{
		display:block;
		position:relative;
		border-radius:0px 0px 0px 0px;
	}	
}

.serii_tabs-header a.serii_tabs-activ{background:#77a02f!important;color:#fff;cursor:default;}
.serii_tabs-header a:hover{background:#e0e0da;}
.serii_tabs-detail{display:none;}
.serii_tabs-cont{padding-bottom:30px;}
.serii_tabs-cont .activ{display:block;}
.serii_filtr_href{
	display:flex;
	margin-top:15px;
}

.serii_filtr_href{
	display:flex;
	justify-content:center;
	align-items: center;
	width:190px;
	height:35px;
	background:#52453f;
	color:#fff;
	border-radius:5px;
	float:left;
}
.serii_filtr_href span{
	margin-left:10px;
}


.serii_filtr_href:hover{
	background-color:#6e574f
}
.serii_blok-filtr{
	padding:15px 0px 0px 0px;
	border-bottom:1px solid #e7e7e7;
}
.serii_blok-filtr_href{
	display:inline-block;
	border:1px solid #e7e7e7;
	border-radius:3px;
	font-size:.85em;
	color:#323232;
	padding:8px 30px 8px 10px;
    background: url(../img/icon_closeflg.png) 95% 50% no-repeat #fff;
	background-position-x: calc( 100% - 5px );
	margin:10px 5px 10px 0px;
	transition:.2s;
}
.serii_blok-filtr_href:hover{
    background: url(../img/icon_closeflw.png) 95% 50% no-repeat #77a02f;
	background-position-x: calc( 100% - 5px );
	border:1px solid #77a02f;
    color: #fff;
}
.serii_blok-filtr_clear{
	display:inline-block;
	font-size:.85em;
	color:#222;
	padding:6px 15px 6px 30px;
    background: url(../img/icon_clear-filtr.png) 10% 45% no-repeat #fff;
	border:2px solid #df4a32;
	border-radius:5px;
	margin:10px 5px 10px 0px;
	transition: .3s 
}
.serii_blok-filtr_clear:hover{
    background: url(../img/icon_clear-filtr_w.png) 10% 45% no-repeat #df4a32;
	border:2px solid #df4a32;
	color:#fff;
}

.serii_tabs-filtr .list-view-cont{margin-top:22px;}
.serii-text{
	color:#323232;
	line-height:1.5;
	font-size:.92em;
	padding:25px 0px;
	border-top: 1px solid #e7e7e7;
}
.serii-text-hide{display:none;}
.serii_tabs-opisanie{margin:30px 0px;}
.serii_tabs-opisanie_right{
	float:right;
	width:33%;
	padding:20px;
	background:#f5f4ed;
	border-radius:5px;
	margin-bottom:20px;
}
.serii_tabs-opisanie_left{
	float:left;
	width:66%;
	line-height:1.5;
}
@media (max-width: 991px) {
	.serii_tabs-opisanie_right{width:50%;}
	.serii_tabs-opisanie_left{width:50%;}
}
@media (max-width: 767px) {
	.serii_tabs-opisanie_right{float:none;width:100%;}
	.serii_tabs-opisanie_left{float:none;width:100%;}
}
.serii_tabs-opisanie_left p{margin-bottom:15px;}
.serii_tabs-opisanie_left li{
	margin-bottom:10px;
    background: url(../img/icon_list.png) 0px 4px no-repeat #fff;
	padding-left:35px;
}
.serii_tabs-opisanie_left a{text-decoration:underline;color:#77a02f;cursor:pointer;transition:.3s;}
.serii_tabs-opisanie_left a:hover{text-decoration:none;}

.serii_tabs-opisanie_title{
	font-size:1.3em;
	margin-bottom:20px;
}
.serii_tabs-opisanie_tab{
	width:100%;
	margin-bottom:15px;
}
.serii_tabs-opisanie_tab td{
	width:50%;
	text-align:left;
}
.serii_tabs-opisanie_tab td:first-child{
	color:#877568;
}
.serii_tabs-opisanie_tab td{
	padding:6px 0px;
}

.serii_tabs-opisanie_text{
    background: url(../img/icon_list.png) 0px 2px no-repeat;
	padding-left:35px;
	margin-top:15px;
}
.serii_tabs-opisanie_right .serii-inform-uz{margin-bottom:20px;}
.serii_tabs-download{margin:30px 0px;}
.serii_tabs-dow_cont{
	display:flex;
	justify-content: flex-start;
}
.serii_tabs-dow_block{
	width:33.3%;
	text-align:left;
}
@media (max-width: 767px) {
	.serii_tabs-dow_cont{display:block;}
	.serii_tabs-dow_block{width:100%;}
}
.serii_tabs-dow_name {
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 50px;
    height: 45px;
    text-align: left;
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.serii_tabs-dow_soder{
	margin:15px 0px 15px 50px;
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
.serii_tabs-dow_soder img{
	width:17px;
	float:left;
	margin-right:10px;
}
.serii_tabs-dow_soder a{color:#77a02f;}
.serii_tabs-dow_soder a:hover{text-decoration:underline;}
.serii_tabs-dow_soder a span{color:#998675;}
#filtrSeriiKomplekt{
	position:fixed;
	left:-350px;
	top:0px;
	bottom:0px;
	width:320px;
	background:#fff;
	z-index:205;
	transition:left .3s;
	box-shadow:3px 0px 5px rgba(0,0,0,.3)
}
.block-filtr-upr{
	font-size:1.3em;
	font-weight:bold;
	padding:25px 30px 20px 20px;
	border-bottom: 1px solid #ececec;
}
.block-filtr-close{
	position: absolute;
	right: 20px;
	top: 27px;
	display: block;
    height: 15px;
    width: 15px;
    background: url(../img/but_сlose-search.png) 50% 50% no-repeat;
}
.serii_tabs-review_title{
    font-size: 1.5em;
    margin:20px 0px 0px 0px;
}
.serii_tabs-review_href{
	display:inline-block;
	margin:20px 0px 0px 0px;
    font-size: 1.1em;
}
.serii_tabs-review_name{
    font-size: 1.2em;
	color: #222;
    font-style: italic;
}
.serii_tabs-review_user{
	padding:10px 0px 5px 0px;
	color: #777;
}

.serii_tabs-review_text{
	padding:5px 0px;
	line-height:1.5;
	border-bottom:1px solid #ddd;
}

/*Все серии begin*/
.serii_all{
	padding:20px 0px 100px 0px;
}
.select-abc {
    height: 42px;
    border: 1px solid #ececec;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 5px;
	margin-top:20px;
}
@media (max-width: 767px) {.select-abc {display:none;}}
.select-abc a {
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
	color: #77a02f;
}
.select-abc a:hover{
    background-color: #ebf3dd;
}
.select-abc a.select-abc-act {
    color: #fff;
    background-color: #77a02f;
	cursor:default;
}
.select-abc-mob {
	display:none;
	margin-top:20px;
}
@media (max-width: 767px) {.select-abc-mob {display:block;}}
.select-abc-mob select {
    border: 1px solid #e6e6e6;
    background: url(../img/icon_select.png) 95% 50% no-repeat #fff;
    padding: 5px 30px 5px 15px;
}
#serii_cont{
	margin-top:20px;
}
.serii_cont-min {
	display:flex;
	flex-wrap: wrap;
}
.serii_cont-min a{
	display:block;
	width:25%;
	padding-top:10px;
}
@media (max-width: 991px) {.serii_cont-min a{width: 33%;}}
@media (max-width: 767px) {.serii_cont-min a{width: 50%;}}
@media (max-width: 540px) {.serii_cont-min a{width: 100%;}}
.serii_cont-min a{
	color: #77a02f;
	text-decoration:underline;
}
.serii_cont-min a:hover{
	text-decoration:none;
}
.page_Add {
    margin: 0 auto;
    margin-top: 40px;
}
/*Все серии end*/
/*Детальная begin*/
.element_cont{margin-top:20px;}
.element_left{
    width: 465px;
    float: left;
    border: 1px solid #ececec;
    border-radius: 7px;
	padding-bottom:10px;
}
@media (max-width: 1199px) {.element_left{width:39%;}}
@media (max-width: 991px) {
	.element_left{
		width:70%;
		float: none;
		margin: 0 auto;
	}	
}
@media (max-width: 767px) {.element_left{width:100%;}}
@media (max-width: 480px) {.element_left{width:100%;}}
.element_img {
    position: relative;
    width: 100%;
    background: url(../img/shelf_detail.png) 50% 100% no-repeat;
    padding-bottom: 34px;
    padding-top: 30px;
    text-align: center;
}
.element-left-img-no{
	position: absolute;
    top: 0px;
    color: #fff;
    padding: 40px 5px 10px 20px;
    text-align: left;	
}

.detal_images-cont {
    display: inline-block;
    position: relative;
}
img.detal-img-icon{
	position:absolute;
	z-index:5;
	top:-20px;
}
img.detal-img-icon:nth-child(1){right:-30px;z-index:5}
img.detal-img-icon:nth-child(2){right:0px;z-index:4}
img.detal-img-icon:nth-child(3){right:30px;z-index:3}
img.detal-img-icon:nth-child(4){right:60px;z-index:2}

img.cat_str-img-icon{
	position:absolute;
	top:0px;
	width:40px;
}
img.cat_str-img-icon:nth-child(1){right:-5px;}
img.cat_str-img-icon:nth-child(2){right:10px;}
img.cat_str-img-icon:nth-child(3){right:25px;}
img.cat_str-img-icon:nth-child(4){right:40px;}


.element_img img.tovar-fon-book{box-shadow: 3px 3px 5px rgba(0,0,0,.5);}
img.detal_images {width: 160px;}
.element_right{
    float: right;
	width:705px
}
@media (max-width: 1199px) {
	.element_right{width:59%;}	
}
@media (max-width: 991px) {
	.element_right{
		float: none;
		width:100%;
		margin-top:20px;
	}	
}
.element_name{
	font-size:1.85em;
}
.element_name span{
	font-size:.7em;
	color:#777;
}
							

.element_izd_avt{
	color:#777;
	padding:8px 0px;
}
.element_izd_avt-hide{
	display:none;
}
.element_izd_avt a{color:#77a02f; text-decoration:underline;}
.element_izd_avt a b{text-decoration:underline;}
.element_izd_avt a:hover{text-decoration:none;}
.element_izd_avt a:hover b{text-decoration:none;}
.element_right .serii_vote {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
@media (max-width: 600px){
	.element_right .serii_vote {
		float: none;
	}
}
.element_price-main{font-size:2.3em;margin-right:25px;line-height:40px;float:left;}
@media (max-width: 540px){
	.element_price-main{margin-right:15px;}
}
.element_price-main span{font-size:.75em;}
.element_price_dis{display:inline-block;height:40px;}
.element_price-old{
	color:#cccccc;
	font-size:1.3em;
	text-decoration:line-through;
}
.element_price-proc{
	color:#77a02f;
	font-size:.85em;
	padding-top:5px;
}
@media (max-width: 540px) {
	.element_price-proc{font-size:.75em;}
}
.element_nalic-da, .element_nalic-net{
	display:inline-block;
	color:#222222;
	padding:5px 40px 5px 25px;
	border-radius:5px;
	float:right;
	margin-top:5px;
}
@media (max-width: 540px) {
	.element_nalic-da, .element_nalic-net{
		font-size:.85em;
		padding:5px 30px 5px 15px;
	}
}
@media (max-width: 400px) {
	.element_nalic-da, .element_nalic-net{
		float:none;
/*		width:108px;*/
		margin:5px 0px;
	}
}
.element_nalic-da{
	background: url(../img/icon_nalich-da.png) 95px 45% no-repeat;
	border:2px solid #4caf50;
}
.element_nalic-net{
	background: url(../img/icon_nalich-net.png) 95px 45% no-repeat;
	border:2px solid #ff4444;
}
@media (max-width: 540px) {
	.element_nalic-da{
		background: url(../img/icon_nalich-da.png) 75px 50% no-repeat;
	}
	.element_nalic-net{
		background: url(../img/icon_nalich-net.png) 75px 50% no-repeat;
	}
}
.element_buy{
	padding:10px;
	background:#f5f4ed;
	margin:15px 0px 20px 0px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	min-height:53px;
}
@media (max-width: 600px) {
	.element_buy{
		flex-direction: column;
		padding:10px 10px;
	}
}

.element_buy-qunt{
	display:block;
	display:flex;
	justify-content:center;
	align-items: center;
	padding-left:10px;
}
.element_buy .element_buy-qunt{
	width:32%;
	max-width:220px;
}
@media (max-width: 600px) {
	.element_buy .element_buy-qunt{
		width:100%;
		max-width:none;
		margin:10px 0px;
	}
	.element_buy-qunt{padding-right:10px;}
}
input[type="text"].element_buy-qunt_pole{
	background:#fff;
	width:100px;
	margin:0px 20px;
	text-align:center;
}
@media (max-width: 600px) {
.element_buy-qunt_pole{
	width:100%;
}	
}
.element_buy-qunt_minus, .element_buy-qunt_plus{
	display:block;
	width:12px;
	height:12px;
	opacity:.7;
	transition:.2s;
}
.element_buy-qunt_minus:hover, .element_buy-qunt_plus:hover{
	opacity:1;
}
.element_buy-qunt_minus{
	background: url(../img/icon_minus.png) 50% 50% no-repeat;
}
.element_buy-qunt_plus{
	background: url(../img/icon_plus.png) 50% 50% no-repeat;
}
.popUp-basket-kol_max{
	margin-top:10px;
	color:red;
}
.element_buy-qunt_table{
	width:100%;
	background:#f5f4ed;
	padding:10px 5px;
	display:flex;
	justify-content: space-around;
	margin-top:10px;
}
@media (max-width: 500px) {
	.element_buy-qunt_table{flex-direction: column;}
}
.element_buy-qunt_table .element_buy-qunt{
	padding-left:0px;
}
@media (max-width: 500px) {
	.popup_quick-chena{margin:10px 0px;}
}
.popup_quick-chena span, .popup_quick-itog span{
	font-size:.85em;
	color:#777;
}
.popup_quick-chena p{
	font-size:1.3em;
	color:#777;
}
.popup_quick-itog p{
	font-size:1.7em;
	color:#77a02f;
}
.element_buy-fast{
	width:32%;
	max-width:220px;
	padding:13px;
}
@media (max-width: 600px) {
	.element_buy-fast{
		width:100%;
		max-width:none;
		margin-bottom:10px;
	}
}
.element_buy-back{
	background-position: calc(50% - 40px) 50%;
	width:32%;
	max-width:220px;
	text-align:center;
	padding:13px 0px;
	
}
@media (max-width: 600px) {
	.element_buy-back{
		width:100%;
		max-width:none;
		margin-top:10px;
	}
}
.element_buy-yes{
	display:block;
	width:32%;
	max-width:220px;
	text-align:center;
	padding:13px 0px;
	border-radius:5px;
	padding-left:10px;
/*    background: url(../img/icon_order_go.png) calc(50% - 70px) 45% no-repeat;*/
    color: #77a02f;
}
@media (max-width: 600px) {
	.element_buy-yes{
		width:100%;
		max-width:none;
		margin-bottom:10px;
	}
}

.element_buy-sub{
	display:block;
	width:32%;
	max-width:220px;
	text-align:center;
    border: 2px solid #77a02f;
    border-radius: 5px;
    padding: 11px 0px 11px 30px;
    background: url(../img/icon_subs_but.png) calc(50% - 60px) 45% no-repeat;	
    color: #222;
    cursor: pointer;
	transition:.2s;
	line-height: 24px;
}
.element_buy-sub span{line-height:1;}
.element_buy-sub:hover{
    background: url(../img/icon_subs_but_w.png) calc(50% - 60px) 45% no-repeat #77a02f;
    color: #fff;
}
@media (max-width: 600px) {
	.element_buy-sub{
		margin-top:10px;
		width:100%;
		max-width:none;
	}
}
.element_buy-sub_go{
	display:block;
	width:32%;
	max-width:220px;
	text-align:center;
	padding:13px 0px;
    padding: 10px 0px 10px 10px;
    background: url(../img/icon_subs_yes.png) calc(50% - 60px) 45% no-repeat;
    color: #222;
    cursor: pointer;
    color: #77a02f;
}
@media (max-width: 600px) {
	.element_buy-sub_go{
		margin-top:10px;
		width:100%;
		max-width:none;
	}
}

.element_buy-text{
	display:inline-block;
	width:32%;
	color:#a8a8a3;
}
.element_buy-text_two{
	display:inline-block;
	width:64%;
	color:#a8a8a3;
}
.element_buy-text_three{
	display:inline-block;
	width:100%;
	color:#a8a8a3;
}
@media (max-width: 600px) {
	.element_buy-text, .element_buy-text_two, .element_buy-text_three{
		width:100%;
		margin-bottom:10px;
	}
	.element_buy-text_two, .element_buy-text_three{
		margin-top:10px;
	}
}
.element_buy-href{color:#77a02f;}
.element_buy-href:hover{text-decoration:underline;}
@media (max-width: 480px) {
	.element_buy{display:block;}
	.element_buy-qunt, .element_buy-fast, .element_buy-back{width:100%;}
	.element_buy-fast{margin:10px 0px;}
}

.element_info{
	margin-bottom:20px;
	line-height:1.5;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.element_info img{
/*	float:left;*/
	margin:8px 20px 0px 0px;
	width:50px;
}
.element_info-text{
	/*float:left*/
	flex:1;
}
.element_info-text p{
	font-size:1.15em;
}
.element_info-text span{
	color:777777;
}
.element__nabor-text{
	padding: 20px 0px;
    border-bottom: 1px solid #e7e7e7;}
.element__nabor-text .block_spi-heder_hide {
    left: 40px;
    bottom: 40px;
}					
.element__nabor-text .serii_nabor-text {
    float: none;
}
.nabor_str-price-cont{
	align-items: flex-start;
}
.nabor_info-per_title{
	padding: 20px 0px;
    font-size: 1.3em;
    border-bottom: 1px solid #e7e7e7;	
}
.element_str-one_info{
	width:100%;
}
.element_str-one_info .cat_str-name{
	color:#77a02f;
}
.element_str-one_info .cat_str-name:hover{
	text-decoration:underline;
}

.element_str-one_info .cat_str-text_main{
	display:block;
}
.element_str-one_info .cat_pol-one_art{
	margin:10px 0px;
}
.el_elider-cont{
	width:100%;
	margin:0 auto;
	padding:0px 25px;
}
.el_elider-cont .slick-prev{
    background: url(../img/prew.png) center center no-repeat;
}
.el_elider-cont .slick-next{
    background: url(../img/next.png) center center no-repeat;
}
.ElementSlider{
	width:100%;
}
.sliderImgCont{
	text-align:center;
	margin:0px 5px; 
	float:left;
}
.sliderImgCont img{
	max-height:100px;
	max-width:90px;
	margin:0 auto;
}
/*Детальная end*/
/*Быстрая покупка Begin*/
.popup-quick-order {
    display: none;
    position: fixed;
    width: 865px;
    top: 50px;
    left: calc( 50% - 450px );
    padding: 20px 25px 30px 0px;
    border: 1px solid #dbdbdb;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4);
    background-color: #fff;
    z-index:250;
}
@media (max-width: 991px) {
	.popup-quick-order {
		padding: 10px 15px;
		width: 480px;
		left: calc( 50% - 240px );
	}
}
@media (max-width: 500px) {
	.popup-quick-order {
		padding: 10px 15px;
		width: 100%;
		left: 0px;
		top:0px;
		bottom:0px;
		overflow-y:auto;
	}
}
.popup-quick-left{
	width:40%;
	float:left;
}
@media (max-width: 991px) {
	.popup-quick-left{
		display:none;
	}
}
.popup-quick-img {
    position: relative;
    width: 100%;
	background: url(../img/shelfSr.png) 50% 100% no-repeat;
    padding-bottom: 37px;
    padding-top: 30px;
    text-align: center;
}
.popup-quick-img img{
	max-width:200px;
	max-height:200px;
}
.popup-quick-img img.tovar-fon-book{
	box-shadow:3px 3px 5px rgba(0,0,0,.5);
}
.popUp-quick_cont-img{position:relative; display:inline-block;}
.popUp-quick_cont-img p {
	position:absolute;
    color: #fff;
    top: 50px;
    font-size: 0.85em;
    padding: 0px 5px;
    text-align: left;
}
.popup-quick-inform{ 
	margin:0 auto;
	margin-top:20px;
	font-size: 0.85em;
	color: #000;
}
.popup-quick-inform td{ 
	text-align:left;
    padding: 3px 0px 3px 0px;
}
.serii-inform-tab td:first-child {
    color: #877568;
    padding: 3px 20px 3px 0px;
}
.popup_quick-right{
	width:59%;
	float:left;
}
@media (max-width: 991px) {
	.popup_quick-right{
		width:100%;
		float:none;
	}
}
.popup_quick-right_href{
	color:#77a02f;
	font-size:1.15em;
}
.popup_quick-right_href:hover{text-decoration:underline;}
.popup_quick-right_title{
	margin-top:15px;
	color:#56433d;
	font-size:1.15em;
}
.popup_quick-right_name{
	margin:15px 0px;
	font-size:2.0em;
}
@media (max-width: 500px) {
	.popup_quick-right_name{
		margin:5px 0px;
		font-size:1.7em;
	}
}
.popup-quick-inL, .popup-quick-inR{
	width:47%;
	margin-top:20px;	
}
.popup-quick-inL{float:left;}
.popup-quick-inR{float:right;}
.popup-quick-inL input[type="text"], .popup-quick-inR input[type="text"]{
	margin-top:10px;
}
@media (max-width: 500px) {
	.popup-quick-inL, .popup-quick-inR{
		float:none;
		width:100%;
	}
}
.popup-quick-in p{margin-top:20px;}
.popup-quick-in textarea{
	height:54px;
	margin-top:10px;
}
.popup-quick-Captcha{
	width:265px;
	width:100%;
}
.popup-quick-Captcha img{
	float:left;
	width:137px;
	height:36px;
}
@media (max-width: 500px) {
	.popup-quick-Captcha img{float:none;margin:10px 0px;}	
}
.popup-quick-Captcha input[type="text"]{
	margin:0px 0px 0px 20px;
	float:left;
	width:190px;
}
@media (max-width: 991px) {
	.popup-quick-Captcha input[type="text"]{
		width:155px;
	}
}
@media (max-width: 500px) {
	.popup-quick-Captcha input[type="text"]{
		float:right;
		margin:10px 0px;
		width:calc(100% - 150px);
	}
}
.popup-quick-Captcha p {margin:6px 0px 5px 0px;}
.popup-quick-capnew{
	line-height:20px;
	padding-left:15px;
	background: url(../img/iconCapNew.png) 0% 50% no-repeat;
	color:#77a02f;
}
.popup-quick-capnew:hover{
	text-decoration:underline;
}
.popup-quick-form  input[type="submit"]{
	display:block;
	height:37px;
	width:98px;
	background: url(../img/butBayQv.png) 50% 50% no-repeat;
	float:right;
}
/*Быстрая покупка End*/
/*Личный кабинет меню Begin*/
#pers_cont-left{
	transition:.3s;
}
.pers_lmen{
	width:270px;
	background-color:#f5f4ed;
	border-radius:5px;
	padding-bottom:10px;
}
.pers_lmen-header{
}	
.pers_lmen-header a{
	display:inline-block;
	font-weight: bold;
    color: #111111;
    text-transform: uppercase;
	background: url(../img/icon_lmen_back.png) 15px 50% no-repeat;
	padding:20px 20px 20px 40px;
}	
.help_lmen-header a{
	display:inline-block;
	font-weight: bold;
    color: #111111;
    text-transform: uppercase;
	padding:20px 20px 20px 20px;
}
.pers_lmen > ul > li > a{
	display:inline-block;
	padding:10px 10px 10px 55px;
	width:100%;
}
.pers_lmen-activ a{
	font-weight: bold;
}
#lmen_user{background: url(../img/icon_lmen_user.png) 15px 50% no-repeat;}
#lmen_profil{background: url(../img/icon_lmen_profil.png) 15px 50% no-repeat;}
#lmen_orders{background: url(../img/icon_lmen_orders.png) 15px 50% no-repeat;}
#lmen_favor{background: url(../img/icon_lmen_favor.png) 15px 50% no-repeat;}
#lmen_lojl{background: url(../img/icon_lmen_lojl.png) 15px 50% no-repeat;}
#lmen_subs{background: url(../img/icon_lmen_subs.png) 15px 50% no-repeat;}
#lmen_sub{background: url(../img/icon_lmen_sub.png) 15px 50% no-repeat;}
#lmen_review{background: url(../img/icon_lmen_review.png) 15px 50% no-repeat;}
#lmen_help{background: url(../img/icon_lmen_help.png) 15px 50% no-repeat;}
#lmen_exit{background: url(../img/icon_lmen_exit.png) 15px 50% no-repeat;}

.pers_lmen-activ #lmen_user{background: url(../img/icon_lmen_user_g.png) 15px 50% no-repeat;}
.pers_lmen-activ #lmen_profil{background: url(../img/icon_lmen_profil_g.png) 15px 50% no-repeat;}
.pers_lmen-activ #lmen_orders{background: url(../img/icon_lmen_orders_g.png) 15px 50% no-repeat;}
.pers_lmen-activ #lmen_favor{background: url(../img/icon_lmen_favor_g.png) 15px 50% no-repeat;}
.pers_lmen-activ #lmen_lojl{background: url(../img/icon_lmen_lojl_g.png) 15px 50% no-repeat;}
.pers_lmen-activ #lmen_subs{background: url(../img/icon_lmen_subs_g.png) 15px 50% no-repeat;}
.pers_lmen-activ #lmen_sub{background: url(../img/icon_lmen_sub_g.png) 15px 50% no-repeat;}
.pers_lmen-activ #lmen_review{background: url(../img/icon_lmen_review_g.png) 15px 50% no-repeat;}
.pers_lmen-activ #lmen_help{background: url(../img/icon_lmen_help_g.png) 15px 50% no-repeat;}
.pers_lmen-activ #lmen_exit{background: url(../img/icon_lmen_exit_g.png) 15px 50% no-repeat;}

#lmen_user:hover{background: url(../img/icon_lmen_user_g.png) 15px 50% no-repeat #d6d5d0;}
#lmen_profil:hover{background: url(../img/icon_lmen_profil_g.png) 15px 50% no-repeat #d6d5d0;}
#lmen_orders:hover{background: url(../img/icon_lmen_orders_g.png) 15px 50% no-repeat #d6d5d0;}
#lmen_favor:hover{background: url(../img/icon_lmen_favor_g.png) 15px 50% no-repeat #d6d5d0;}
#lmen_lojl:hover{background: url(../img/icon_lmen_lojl_g.png) 15px 50% no-repeat #d6d5d0;}
#lmen_subs:hover{background: url(../img/icon_lmen_subs_g.png) 15px 50% no-repeat #d6d5d0;}
#lmen_sub:hover{background: url(../img/icon_lmen_sub_g.png) 15px 50% no-repeat #d6d5d0;}
#lmen_review:hover{background: url(../img/icon_lmen_review_g.png) 15px 50% no-repeat #d6d5d0;}
#lmen_help:hover{background: url(../img/icon_lmen_help_g.png) 15px 50% no-repeat #d6d5d0;}
#lmen_exit:hover{background: url(../img/icon_lmen_exit_g.png) 15px 50% no-repeat #d6d5d0;}


#lmen_about{background: url(../img/icon_lmen_about.png) 15px 50% no-repeat;}
#lmen_opt{background: url(../img/icon_lmen_payment.png) 15px 50% no-repeat;}
#lmen_payment{background: url(../img/icon_lmen_payment.png) 15px 50% no-repeat;}
#lmen_return{background: url(../img/icon_lmen_return.png) 15px 50% no-repeat;}
.lmen_loyalty{background: url(../img/icon_lmen_loyalty.png) 15px 50% no-repeat;}
#lmen_contacts{background: url(../img/icon_lmen_contacts.png) 15px 50% no-repeat;}
.lmen_custom{background: url(../img/icon_lmen_custom.png) 15px 50% no-repeat;}

.pers_lmen-activ #lmen_about{background: url(../img/icon_lmen_about_g.png) 15px 50% no-repeat;}
.pers_lmen-activ #lmen_opt{background: url(../img/icon_lmen_payment_g.png) 15px 50% no-repeat;}
.pers_lmen-activ #lmen_payment{background: url(../img/icon_lmen_payment_g.png) 15px 50% no-repeat;}
.pers_lmen-activ #lmen_return{background: url(../img/icon_lmen_return_g.png) 15px 50% no-repeat;}
.pers_lmen-activ .lmen_loyalty{background: url(../img/icon_lmen_loyalty_g.png) 15px 50% no-repeat;}
.pers_lmen-activ #lmen_contacts{background: url(../img/icon_lmen_contacts_g.png) 15px 50% no-repeat;}
.pers_lmen-activ .lmen_custom{background: url(../img/icon_lmen_custom_g.png) 15px 50% no-repeat;}

#lmen_about:hover{background: url(../img/icon_lmen_about_g.png) 15px 50% no-repeat;}
#lmen_opt:hover{background: url(../img/icon_lmen_payment_g.png) 15px 50% no-repeat;}
#lmen_payment:hover{background: url(../img/icon_lmen_payment_g.png) 15px 50% no-repeat;}
#lmen_return:hover{background: url(../img/icon_lmen_return_g.png) 15px 50% no-repeat;}
.lmen_loyalty:hover{background: url(../img/icon_lmen_loyalty_g.png) 15px 50% no-repeat;}
#lmen_contacts:hover{background: url(../img/icon_lmen_contacts_g.png) 15px 50% no-repeat;}
.lmen_custom:hover{background: url(../img/icon_lmen_custom_g.png) 15px 50% no-repeat;}
/*Личный кабинет меню End*/
/*Личный кабинет Begin*/
.cab_main{padding:60px 0px;}
@media (max-width: 1199px){.cab_main{padding:30px 5px !important;}}
.cab_name{
	font-size:2.3em;
	text-align:center;
}
.cab_cont{
	display:flex;
	flex-wrap: wrap;
	margin-top:15px;
}
.cab_cont-one{width:33.33%;}
@media (max-width: 769px){.cab_cont-one{width:50%;}}
@media (max-width: 540px){.cab_cont-one{width:100%;}}
.cab_cont-one:nth-child(3n+1){padding:15px 20px 15px 0px;}
.cab_cont-one:nth-child(3n+2){padding:15px 10px;}
.cab_cont-one:nth-child(3n+3){padding:15px 0px 15px 20px;}
@media (max-width: 769px){.cab_cont-one:nth-child(3n+1), .cab_cont-one:nth-child(3n+2), .cab_cont-one:nth-child(3n+3){padding:10px;}}
.cab_cont-one_cont{
	position:relative;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background:#f5f4ed;
	height:200px;
	border:1px solid #f5f4ed;
}
.cab_cont-img_cont{position:relative;}
.cab_cont-kolvo{
	position: absolute;
    bottom: 0px;
    right: -15px;
    background: #cc0000;
    color: #fff;
    padding: 2px 7px;
    border-radius: 11px;
}
.cab_cont-kolvo #header_user-favor_cont{
	padding:0px;
}
.cab_cont-img_main{display:block;}
.cab_cont-img_how{display:none;}
.cab_cont-one_cont:hover .cab_cont-img_main{display:none;}
.cab_cont-one_cont:hover .cab_cont-img_how{display:block;}
.cab_cont-one_cont:hover{border:1px solid #77a02f;}
.cab_cont-one_name{
	font-size:1.15em;
	text-transform:uppercase;
	text-align:center;
	margin-top:30px;
}
.cab_cont-one_cont:hover .cab_cont-one_name{color:#77a02f;}
/*Личный кабинет End*/
/*Личный кабинет подписка Begin*/
.cab_upr_top{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.subs_name{
	font-size:2.3em;
	padding-right:10px;
}
.but_back{
	display:none;
	margin-top:10px;
	padding-left:35px;
	background: url(../img/but_back.png) 0% 50% no-repeat;
	color:#77a02f;
	line-height:27px;
	height:27px;
}
@media (max-width: 991px){
	.but_back{
		display:block;
	}
}
.cat_pol-subs_del{
	display:block;
	text-align:center;
	background: url(../img/icon_del.png) 0% 50% no-repeat;
	padding-left:20px;
	margin:0 auto;
	width:75px;
}
/*Личный кабинет подписка End*/
/*Личный кабинет Программа лояльности  Begin*/
.lojln_cont-name_text{
	line-height:1.5;
	margin:20px 0px 0px 0px;
	font-size:1.15em;
}
.lojln_block{margin:30px 0px 30px 0px;}
.lojln_block-name{font-size:1.45em;}
.lojln_block-text{margin-top:10px;}

.bascet_lojl-cont_main{margin:30px 0px 30px 0px; padding-top:30px; border-top: 1px solid #77a02f;}
#lojlnBlock1 a{color:#77a02f;}
#lojlnBlock1 a:hover{text-decoration:underline;}
#lojlnBlock2{
	display:none;
	position:relative;
	border:1px solid #77a02f;
	padding:20px;
	margin-top:30px;
	border-radius:5px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
#lojlnBlock2_cont{display:flex;}
#lojln_Warn-text{display:none;}
.lojln_block-close{
	position:absolute;
	display:block;
	height:13px;
	width:13px;
	top:15px;
	right:15px;
	background: url(../img/order-Close.png) 0% 50% no-repeat;
	cursor:pointer;
	z-index:100;
}
.lojln-cont{margin-top:30px;}
.lojln-cont-left{
	position:relative;
	width:310px;
}

@media (max-width: 670px){
	.lojln-cont-left{
		display:none;
	}
}
.lojln-cont-left p{
	position:relative;
	top:-55px;
	text-align:center;
	width:288px;
	color:#bdea6e;
	font-size:1.125em;
	letter-spacing:2px;
	text-shadow:0px 1px 2px rgba(0,0,0,.5);
}
.lojln-cont-right{
	margin-top:10px;
	flex:1;
}
.lojln-cont-right_inp{
	display:flex;
}
.lojln-cont-right input{
	width:180px;
	float:left;
	margin-top:30px;
	margin-right:10px;
	border: 1px solid #dddddd;
    height: 35px;
    width: 100%;
    padding: 0px 10px;	
	flex:1;
}
.lojln-cont-right a{
	width:130px;
	padding:11px 0px;
	float:right;
	display: block;
    background-color: #77a02f;
    color: #fff;
    text-align: center;
	font-size:.875em;
	margin-top:30px;
}
@media (max-width: 670px){
	.lojln-cont-right input{margin-top:20px;}
	.lojln-cont-right a{margin-top:20px;}
}
.lojln-cont_href{
	margin:30px 0px 0px 0px;
	font-size:1.1em;
	line-height:31px;
}
.lojln-cont_cart{margin:30px 0px 0px 0px;}
.lojln-cont_cart img{float:left;margin:0px 10px 20px 0px;}
.lojln_br{display:none;}
@media (max-width: 700px){
	.lojln-cont_cart img{display:none}
	.lojln_br{display:block;}
}

.lojln-cont_cart_1{font-size:1.1em;line-height:30px;}
.lojln-cont_cart_2{font-size:.9em;color:#777;margin-top:5px;line-height:25px;}
.lojln-cont_href img{
	margin-right:10px;
}
@media (max-width: 400px){
	.lojln-cont_href img{display:none}
}

.lojln-cont-text{
	line-height:1.5;
	margin-top:20px;
}
.lojln-summ{margin-top:45px;font-size:.875em;color:#999999;}
.lojln-summ span{color:#000000;}
.lojln-dis{margin-top:30px;font-size:.875em;color:#000000;}
.lojln-dis span{color:#77a02f;font-size:1.43em;}

/*Скидки----------------------------------------------------------------------------------------------*/
.discount-text{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	margin-top:30px;
}
@media (max-width: 600px) {
	.discount-text{
		flex-direction: column;
		align-items: flex-start;
		margin-top:10px;
	}
	.discount-text > span{margin-top:5px;}
}
.discount-text > span span:first-child{font-size:.85em;color:#777;}
.discount-text > span:nth-child(2) span:last-child{color:#77a02f;}
.discount-text > span span:last-child{font-size:1.15em;}
.discount-block{
	position:relative;
	height:150px;
	width:100%;
	border: 1px solid #ececec;
    border-radius: 5px;
	margin-top:20px;
}
.discount-block-left{
	position:relative;
	width:calc(100% - 95px);
	float:left;
	font-size:.85em;
}
.discount-block-right{
	width:90px;
	float:left;
	font-size:.85em;
}
.discount-block_text-top, .discount-block_text-bot{
	position:absolute;
	font-size:.85em;
	display:none;
}
@media (max-width: 540px) {
.discount-block{
	height:180px;
	padding-top:20px;
}	
	.discount-block-left{width:100%;}
	.discount-block-right{display:none;}
	.discount-block_text-top{
		display:inline-block;
		top:8px;
		right:0px;
	}
	.discount-block_text-bot{
		display:inline-block;
		bottom:10px;
		right:0px;
	}
}
.discount-sum-cont{
	position:relative;
	height:100px;
}
.discount-sum{
	position:absolute;
}
.discount-proc-cont div.discount-sum{
	top:15px;
	left:0px;
	width:9%;
	text-align:center;
	color:#77a02f;
}
.discount-proc-cont div.discount-sum span{
	display:inline;
	position:relative;
	top:7px;
	left:0px;
	color:#e3e3e3;
}
.discount-sum-cont div.discount-sum{
	-webkit-transform: rotate(-90deg); 
	transform: rotate(-90deg);
	top:107px;
	left:0px;
	height:20px;
	width:9%;
	text-align:right;
	white-space: nowrap;
}
@media (max-width: 800px) {
	.discount-sum-cont div.discount-sum{
		top:100px;
	}
}
@media (max-width: 600px) {
	.discount-sum-cont div.discount-sum{
		top:92px;
	}
}
.discount-noact{
	color:#d8d1c7!important;
}
.discount-shkala{
	position:relative;
	top:56px;
	left:-4px;
	height:5px;
	width:calc( 90% );
	background-color:#efeee4;
	margin:0px 5% 0px 5%;
}
.discount-shkala-pol{
	position:absolute;
	height:20px;
	width:20px;
	border:1px solid #e8e7db;
	border-radius:50%;
	background-color:#fff;
	top:-8px;
	left:-10px;
}
.discount-shkala-act{
	position:absolute;
	left:0px;
	top:0px;
	height:5px;
	width:0%;
	background-color:#77a02f;
}
.discount-right-top{
	position:relative;
	top:15px;
}
.discount-right-bottom{
	position:relative;
	top:65px;
}
/*Личный кабинет Программа лояльности  End*/
/*Личный кабинет персональные данные Begin*/
.pers_cont-right{
	margin-bottom:30px;
}
.pers_name{
	font-size:1.5em;
	margin-top:25px;
}
.pers_text{
	color:#333;
	margin-top:20px;
	line-height:1.5;
}
.pers_ss-icon{
	display:inline-block;
	height:32px;
	width:140px;	
	opacity:.85;
	transition:.3s;
}
.pers_ss-icon:hover{
	opacity:1;
}

.pers_ss-icons .pers_ss-icon{
	margin:20px 10px 0px 0px;
}


.pers_google{
	background: url(../img/but_gg_big.png) 50% 50% no-repeat;
}
.pers_facebook{
	background: url(../img/but_fb_big.png) 50% 50% no-repeat;
}
.pers_google_ok{
	background: url(../img/but_gg_big_ok.png) 50% 50% no-repeat;
}
.pers_facebook_ok{
	background: url(../img/but_fb_big_ok.png) 50% 50% no-repeat;
}
.pers_ss-table{
	width:100%;
	max-width:670px;
	margin-top:10px;
	font-size:.85em;
}
.pers_ss-table tr td{
	padding:10px 10px 0px 0px;
}
.pers_ss-actions{
	width:40px;
	text-align:center;
}
.pers_ss-del{
	display:inline-block;
	height:17px;
	width:12px;	
	background: url(../img/icon_clear-filtr.png) 50% 50% no-repeat;
}
.personal_table{
    width: 100%;
	max-width:670px;
	font-size:.92em;
}
.personal_table tr td{
	padding-top:20px;
	text-align:right;
}
.personal_table tr td:first-child{
	max-width:185px;
	text-align:left;
	color:#777;
	padding-right:20px;
}
@media (max-width: 460px){
	.personal_table tr td:first-child{
		padding-right:10px;
	}
}
.personal_table tr td:last-child{
	min-width:210px;
	width:70%;
}
@media (max-width: 460px){
	.personal_table tr td:last-child{
		min-width:200px;
	}
}
.personal_table-lich tr td:last-child{
	text-align:left;
}
.personal_table-lich label{
	padding:10px 40px 10px 30px;
	background: url(../img/person-off.png) left center no-repeat;
	line-height:37px;
	transition:.3s;
}
.personal_table-lich label:hover{
	background: url(../img/person-off_hov.png) left center no-repeat;
}

.personal_table-lich input:checked  + label{
	background: url(../img/person-on.png) left center no-repeat;
}
.personal_table-lich input[type="radio"]{
	display:none
}
.personal_dr{
    position: relative;
}
.personal_dr img{
    position: absolute !important;
    right:0px;
    top:28px;
	cursor:pointer;
}
.personal_dr img.calendar-icon-hover{
	margin-left:0px;
	border:none;
	background:none;
}
.personal_table p{
	text-align:left;
	color:#777;
}
.teckPas_ok{
	display:inline-block;
//	background:#77a02f;
	padding:10px 20px;
	border-radius:5px;
	color:#fff;
}
.personal_table_sub{
	margin-top:30px;
}
.personal_table_sub tr td:last-child{
	text-align:center;
}
@media (max-width: 460px){
	.personal_table_sub tr td:first-child{
		display:none;
	}
}
.pers_submit{
	display:inline-block;
	background:#77a02f;
	padding:10px 20px;
	width:140px;
	border-radius:5px;
	color:#fff;
}
.pers_reset{
	display:inline-block;
	margin:10px 20px;
	width:100px;
	color:#77a02f;
	text-decoration:underline;
}
/*Личный кабинет персональные данные End*/

/*Личный кабинет все заказы Begin*/
.page_orders_cont{
	margin-top:20px;
}
.page_orders-ok{
	color: #77a02f;
	font-size:1.3em;
}
.page_orders_tab{
	margin:16px 0px;
}
.page_orders_tab span{
	color:#999;
	margin-right:10px;
}
@media (max-width: 600px){
	.page_orders_tab span{
		margin-right:0px;
	}
}
.page_orders_tab a{
	color: #77a02f;
    padding: 6px 10px;
    border-radius: 3px;
//	margin-right:5px;
}
.page_orders_tab a:hover{
	text-decoration:underline;
}

.page_orders_tab a.page_orders_tab-activ{
	color: #fff;
    background: #77a02f;
	cursor:default;
	text-decoration:none;
}
.orders_href {
    display: block;
    height: 15px;
    width: 15px;
    margin: 0 auto;
}
.orders_href_del {
    background: url(../img/order-iconDel.png) 50% 50% no-repeat;
}
.orders_href_delNo {
    background: url(../img/order-iconDelNo.png) 50% 50% no-repeat;
}
.orders_existing{
	font-size:1em;
	width:100%;
}
.orders_existing tr.orders_head td, .orders_existing tr.orders_show td{
	text-align:left;
	padding:15px 10px;
}
.orders_existing tr.orders_head{
	border-bottom:1px solid #77a02f;
}
.orders_existing tr.orders_show{
	border-bottom:1px solid #ececec;
}

@media (max-width: 600px){
	.orders_existing tr.orders_show{
		display:flex;
		flex-direction: column;
	}
	.orders_existing tr.orders_show td{
		display:flex;
		justify-content: space-between;
	}
	.orders_existing tr.orders_show span{
		margin:0px;
	}
	.orders_existing tr.orders_head td, .orders_existing tr.orders_show td{
		padding:15px 70px;
		border-bottom:1px solid #eee;
	}
}


.orders_show_sum{
	font-size:1.15em;
	color:#77a02f;
}
.order-nom{
	color:#77a02f;
	text-decoration:underline;
}
.orders_hid{
	position: relative;
}
.page_orders-nav{
	margin-top:30px;	
}
.page_orders-nav .nav_input{
	margin:0 auto;
}
.orders_existing tbody tr td:last-child {
    position: relative;
}
.orders_hid-close {
    position: absolute;
    display: block;
    height: 13px;
    width: 13px;
    top: 15px;
    right: 15px;
    background: url(../img/order-Close.png) 0% 50% no-repeat;
    cursor: pointer;
    z-index: 100;
}
.order-detal {
	display:none;
    text-align: left;
    padding: 0px 15px 15px 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
	border: 1px solid #ececec;
    border-radius: 5px;
}
@media (max-width: 600px){
	.order-detal {
		padding: 0px 5px 5px 5px;
	}
}


.order-detal-top{
	margin:25px 0px;
	font-size:.92em;
}
.order-detal-top td{
	text-align:left;
	padding:3px 0px;
}
.order-detal-body{
	font-size:1em;
    width: 100%;
}
.order-detal-body tr td:nth-child(1){min-width:80px;}
.order-detal-body tr td:nth-child(2){text-align:left;}
.order-detal-body tr td:nth-child(2) p{margin-bottom:7px;}
.order-detal-body tr td:nth-child(2) span{font-size:.85em;}
.order-detal-body tr td:nth-child(3){padding-left:10px;}
.order-detal-body tr td:nth-child(4){
	text-align:right;
	padding-left:10px;
}
.orders_pk{white-space: nowrap;}
.orders_smart{
	margin-top:15px;
	display:none;
}
.order-detal-body tr td:nth-child(2) p.orders_smart span{
	font-size:1em;
	white-space: nowrap;
	text-align:right;
	margin-right:10px;
}

@media (max-width: 600px){
	.orders_pk{
		display:none !important;;
	}
	.orders_smart{
		display:block;	
	}
}


.order-detal-body img {
    width: 70px;
    margin: 10px 10px 10px 0px;
}
.tovar-str-kod {
    padding-left: 25px;
    background: url(../img/iconKod.png) 0px 50% no-repeat;
}
.order-detal table.order-detal-body tbody tr {
    border-top: 1px solid #e7e7e7;
}
.order-detal table.order-detal-body tbody tr:last-child {
    border-bottom: 1px solid #77a02f;
}
.order-detal-bottom{
	font-size:1em;
	width:100%;
}
.order-detal-bottom td{
	padding:10px 0px;
}
.order-detal-bottom tr:nth-child(2) td{
	text-align:left;
}
.order-detal-bottom td:nth-child(1){
	width:250px;
	text-align:left;
}
.order-detal-bottom td:nth-child(2){
}
.order-detal-bottom td:nth-child(3){
	width:100px;
	white-space: nowrap;
	padding-left:15px;
	text-align:right;
}
.order-detal-bottom td:nth-child(4){
	width:100px;
	white-space: nowrap;
	padding-left:15px;
	text-align:right;
}
.order-detal-bottom td:nth-child(5){
	width:100px;
	white-space: nowrap;
	padding-left:15px;
	text-align:right;
}
@media (max-width: 600px){
	.order-detal-bottom td:nth-child(1){width:auto;}
	.order-detal-bottom td:nth-child(3){width:auto;}
	.order-detal-bottom td:nth-child(4){width:auto;}
	.order-detal-bottom td:nth-child(5){width:auto;}
}
.orders_pay{
	color: #fff;
    background: #77a02f;
	padding: 6px 10px;
    border-radius: 3px;
    margin-right: 5px;
}
.order-detal-bottom .pers_reset{
	margin: 6px 20px;
	width:auto;
}
@media (max-width: 600px){
	.order-detal-bottom tr:nth-child(1) {
		display:flex;
		flex-wrap:wrap-reverse;
	}
	.order-detal-bottom tr td{
		display:inline-block;
	}
	.order-detal-bottom tr td.orders_but{
		width:100%;
	}
}
/*Личный кабинет все заказы End*/
/*Review к книге begin*/
.review{
	display:flex;
	justify-content: space-between;
	padding:30px 0px 100px 0px;
}
.review_left{
	width:calc(100% - 390px);
}
@media (max-width: 991px) {
	.review_left{
		width:100%;
	}
}
.review_left-name{
	font-size:1.7em;
	color:#222222;
}
.review_left-name span{
	font-size:.75em;
}

.review_main-cont{
	padding-bottom:30px;
	border-bottom:3px solid #ddd;
}

.review_main-name{
	display:inline-block;
	max-width:calc(100% - 80px);
}
.review_main-text{
	color:#444;
	padding-top:15px;
	line-height:1.5;
}
.review_main-text p{
	text-indent: 10px; 
}

.review_main-title{
	font-size: 1.7em;
    color: #222;
    font-style: italic;
	margin-top:20px;
}

.review_main-recom{
	width:100%;
	overflow:hidden;
}
@media (max-width: 991px) {
	.review_main-recom{
		max-width:991px;
	}
}
.review_main-recom .slick-slide{
	height:auto;
}
.review_main-recom .slick-next {
    right: 0px;
	z-index:10;
    background: url(../img/next.png) center center no-repeat;
	transition:.2s;
}
.review_main-recom .slick-prev {
    left: 0px;
	z-index:10;
    background: url(../img/prew.png) center center no-repeat;
	transition:.2s;
}
.review_main-recom .slick-prev:hover {
    background: url(../img/prew_g.png) center center no-repeat;
}
.review_main-recom .slick-next:hover {
    background: url(../img/next_g.png) center center no-repeat;
}
.review_main-recom_one{
	width:150px;
	margin-top:25px;
	float:left;
}
.review_main-recom_name{
	display:inline-block;
	color:#55433d;
	text-align:center;
	padding:15px 5px 0px 5px;
	height:60px;
	overflow:hidden;
	width: 100%;
}
.review_main-recom_name:hover{
	color:#77a02f;
	text-decoration:underline;
}
.tovar-fon-book a.review_main-recom_nopic{
	overflow: hidden;
    padding: 5px 5px 20px 10px;
    font-size: .8em;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
}

.review_main-recom_price-old{
	padding-top:5px;
	color:#999;
	text-decoration:line-through;
	text-align:center;
	height:25px;
}
.review_main-recom_price{
	font-size:1.15em;
	text-align:center;
	font-weight:bold;
}
.review_main-user{
	display:inline-block;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.review_user-upr_cont{
	margin:10px 0px 5px 0px;
}
.review_user-upr_cont .review_body-data{
	margin-right:20px;
}
.review_user-upr_cont .review_body-view{
	margin-right:20px;
}
.review_user-upr_cont .review_main-user{
	margin-right:20px;
}
.review_user-upr_cont .review_body-like_cont{
	margin-top:0px;
}
.review_main_soc-block {
	position:absolute;
	right:0px;
    border-top:1px solid #ddd;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
    top:auto;
    bottom:0px;
}
.review_main-reiting{
	position:relative;
	margin:5px 0px 0px 0px;
	display:inline-block;
	float:left;
	padding:0px 120px 20px 0px;
	border-bottom:1px solid #dddddd;
	width:100%;
}
.review_main-reiting_y, .review_main-reiting_n{
	position:relative;
	top:6px;
	display:inline-block;
	width:25px;
	height:25px;
	background-size: 25px 25px;
}
.review_main-reiting_y{
	background: url(../img/icon_star_y.png) 50% 50% no-repeat;
}
.review_main-reiting_n{
	background: url(../img/icon_star_g.png) 50% 50% no-repeat;
}
.review_main-objekt{
	font-size:1.3em;
	line-height:2;
}
.review_main-data{
	margin:5px 0px 0px 10px;
	display:inline-block;
	color:#877567;
}
.review_main-pod_otv{
}
.review_main-pod_ok{
	display:inline-block;
	background: url(../img/icon_ok.png) 50% 50% no-repeat;
	color:#77a02f;
	line-height:24px;
	padding-left:45px;
}

.review_main-pod_otv:hover, .review_main-pod_ok:hover{
	text-decoration:underline;
}

.blog_review_title{
	padding-top:20px;
	font-size:1.3em;
	font-weight:bold;	
}
.review_add-one{
	background: url(../img/icon_review_g.png) 0% 50% no-repeat;
    padding-left: 25px;	
}

.review_add-one span{
	color: #77a02f;
    cursor: pointer;
    transition: .3s;
}

.review_child{
	display:none;
}

.review_child-one{
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #e7e7e7;
}
.review_right{
	position:relative;
	width:370px;
}
@media (max-width: 991px) {
	.review_right{
		display:none;
	}
}
		
.review_right .element_img{
	border:1px solid #ececec;
	border-radius:5px;
	background-size: 280px auto;
	background-position: 50% calc( 100% - 27px );
    padding-bottom: 57px;
    padding-top: 50px;	
}
.review_book_name{
	display:block;
	margin-top:30px;
	font-size:1.15em;
	line-height:1.3;
}
.review_book_name:hover{
}

.review_book .element_izd_avt{
	line-height:1.3;
}
.review_book .serii_vote {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.review_book_price{
	float:left;
	width:220px;
}
.review_book .element_nalic-da, .review_book .element_nalic-net{
	float:left;
	display:inline-block;
}
.review_book .element_buy{
	flex-direction: column;
}
.review_book .element_buy-back, .review_book .element_buy-fast{
	width:100%;
	max-width:none;
}
.review_book .element_buy-fast{
	margin-top:10px;
}
.review_element_buy{
	width: 100%;
	max-width:none;
}
.review_element-sub .element_buy-sub{
	width: 100%;
	max-width:none;
}
/*Review к книге end*/
/*Review пользователя begin*/
.review_user-cont_right{
	width:calc( 100% - 290px );
}
.review_user{
	padding:30px 0px 100px 0px;
}
.review_user .but_back{
	display:block;
}
.review_user_text{
	font-size:1.15em;
	margin-top:20px;
	color:#777;
}
.review_user-one{
	position:relative;
	border:1px solid #dddddd;
	border-radius:5px;
	margin-bottom:20px;
}
.review_user-one_all{
	position:relative;
	border-top:1px solid #dddddd;
	border-bottom:3px solid #dddddd;
}
.review_user-one_left{
	width:260px;
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center; 
	padding:30px;
	float:left;
}
@media (max-width: 991px) {
	.review_user-one_left{
		width:100%;
		float:none;
		display:block;
	}
}
@media (max-width: 500px) {
	.review_user-one_left{
		width:100%;
		display:flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center; 
		padding:30px;
		float:none;
		padding-bottom:0px;
	}
}
.review_user-one_left img{
	max-width:100px;
	box-shadow: 3px 3px 5px rgba(0,0,0,.5);
}
@media (max-width: 991px) {
	.review_user-one_left img{
		float:left;
		margin-right :30px;
	}
}
.review_user-one_left p{
	margin-top:20px;
}
.review_user-one_right{
	position:relative;
	padding:30px;
}
.review_user-one_all .review_user-one_right{
	padding:30px 0px;
}
@media (max-width: 991px) {
	.review_user-one_right{
		margin-left:0px;
		margin-top:30px;
	}
}
@media (max-width: 500px) {
	.review_user-one_right{
		margin-top:0px;
		padding:15px 10px;
	}
	.review_user-one_all .review_user-one_right{
		padding:15px 0px;
	}
}
.review_user-one_right .review_main {padding-top: 0px;}
.review_user-one_right .serii-socset_block{
	position:absolute;
	border-right:none;
	top:0px;
	right:0px;
}
/*Review пользователя end*/
/*Блог список begin*/
.blog_page{padding:30px 0px 100px 0px;}
.adm_cont_detalText{text-align:justify;}
@media (max-width: 1199px) {.blog_page{padding:30px 0px 30px 0px;}}
.blog_page .main_name{float:left;}
@media (max-width: 400px) {.blog_page .main_name{float:none;}}
.blog_nav_top{
    position: relative;
	top: 16px;
	float:right;
}
@media (max-width: 400px) {
	.blog_nav_top{
		position: relative;
		top: 0px;
		float:none;
	}
}
.blog_categor{
	line-height:34px;
	font-size:.85em;
	padding-bottom:15px;
	border-bottom:1px solid #e7e7e7;
}
.blog_categor_pk span{
	color:#999;
	margin-right:10px;
}
.blog_categor_pk a, .blog_categor_pk a.blog_categor_activ:hover{
	display:inline-block;
	margin:15px 10px 0px 0px;
	border:2px solid #e7e7e7;
	background:#ffffff;
	color:#000000;
	border-radius:5px;
	line-height:30px;
	padding:0px 12px;
	transition:.2s;
}
.blog_categor_no_activ{
	cursor:default;
	opacity:.3;
}

/*.blog_categor_pk a.blog_categor_activ{cursor:default;}*/
.blog_categor_pk a.blog_categor_activ, .blog_categor_pk a:hover{
	border:2px solid #77a02f;
	background:#77a02f;
	color:#fff;
}
.blog_categor_pk a.blog_categor_no_activ{
	border:2px solid #e7e7e7;
	background:#ffffff;
	color:#000000;
}


.blog_categor_pk{display:block;}
.blog_categor_mob{
	display:none;
	margin-top:5px;
	grid-template-columns: min-content 250px min-content 250px;
	grid-column-gap: 10px;
}
/*
.blog_categor_mob td{
	text-align:left;
	padding:3px 10px 3px 0px; 
}
*/
.blog_categor_mob .blog_main_list{
	width:100%;
	border:1px solid #eee;
	padding:6px 10px 6px 10px; 
}
.blog_main_list a{
	display:block;
	width:100%;
}
.blog_categor_razd td{height:10px;}
.blog_main_list img, .blog_categor_leng img{
	margin-right:5px;
}

@media (max-width: 1000px) {
	.blog_categor_mob{display:grid;}
	.blog_categor_pk{display:none;}
	.blog_categor {padding-bottom: 0px;}
	.blog_mob_lang_name{
		padding: 6px 0px;
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.blog_mob_lang_select{
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.blog_mob_kat_name{
		padding: 6px 0px;
		grid-column: 3 / 4;
		grid-row: 1 / 2;
	}
	.blog_mob_kat_select{
		grid-column: 4 / 5;
		grid-row: 1 / 2;
	}
}
@media (max-width: 767px) {
	.blog_categor_mob{
		grid-row-gap: 10px;
		grid-template-columns: min-content 240px;
	}
		
	.blog_mob_lang_name{
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.blog_mob_lang_select{
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.blog_mob_kat_name{
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	.blog_mob_kat_select{
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
}
@media (max-width: 400px) {
	.blog_categor_mob{
		grid-row-gap: 10px;
		grid-template-columns: min-content 1fr;
		padding-right:10px;
	}
}
/*
.blog_categor_mob .popup_upr{
	margin-top:0px;
	top:40px;	
	height: 500px;
    overflow: auto;	
}
.blog_categor_mob .catalog_upr-mob_href{text-align:left;}
*/


.blog_cont{
	display:flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-top:20px;
}
.blog_one{
	position:relative;
	width:400px;
	width:33.33%;
	height:410px;
	overflow:hidden;
}
@media (max-width: 1199px) {.blog_one{height:auto;}}
@media (max-width: 991px) {.blog_one{width:33%;}}
@media (max-width: 600px) {.blog_one{width:100%;}}
.blog_one img{
	width:370px;
	height:277px;
//	max-height:285px;
}
@media (min-width: 1200px) {
	.blog_one:hover{
		overflow:visible;
		z-index:5;
	}
}
@media (max-width: 1200px) {
.blog_one img{
	height:auto;
	max-height:277px;
}
}
.blog_one_bor{
	position:relative;
	padding:15px;
}
@media (min-width: 1200px) {
	.blog_one:hover .blog_one_bor{
		box-shadow:0px 0px 20px rgba(0,0,0,.2);
		border-radius:5px;
		background:#fff;
	}
}
.blog_one_name{
	display:block;
	font-size:1.3em;
	line-height:1.3;
/*	font-style: italic;*/
	padding-top:10px;
	height:56px;
	overflow:hidden;
}
@media (min-width: 1200px) {
	.blog_one:hover .blog_one_name{
		text-decoration:underline;
		color:#77a02f;
		min-height:56px;
		height:auto;
		overflow:visible;
	}
}
@media (max-width: 1199px) {
	.blog_one_name{
/*		
		text-decoration:underline;
		color:#77a02f;
*/		
		height:auto;
		overflow:visible;
	}
}
.blog_one_raz{
	display:inline-block;
	margin-top: 3px;
	border:2px solid #e7e7e7;
	border-radius:5px;
	line-height:30px;
	padding:0px 12px;
	float:right;
	transition:.3s;
}

.blog_one_raz:hover{
	border:2px solid #77a02f;
	background:#77a02f;
	color:#fff;
}

/*.blog_one .main_news-data{float:left;}*/
@media (max-width: 1199px) {
	.blog_one_raz{float:none;margin-top: 10px}
	.blog_one .main_news-data{float:none;}
}
.blog_one .main_news-but{margin-top:5px; float:right;}
@media (max-width: 1199px) {
	.blog_one .main_news-but{display:none;}
}
.blog_nav_bottom{margin-top:50px;}
@media (max-width: 1199px) {
	.blog_nav_bottom{
		margin-top:20px;
	}
}
.blog_nav_bottom .nav_input{margin:0 auto;}
/*Блог список end*/

/*Блог новость begin*/
.blog_news{padding:30px 0px 50px 0px;}
.blog_news_h1{font-weight:bold; margin-top:20px;font-size:1.7em;}
.blog_news_h2{font-weight:bold; margin-top:20px;font-size:1.4em;}
.blog_news h3{margin-top:20px;font-size:1.3em;}
.blog_news h4{margin-top:20px;font-size:1.15em;}
.blog_news h5{margin-top:20px;font-size:1em;}
.blog_news h6{margin-top:20px;font-size:.85em;}
.blog_news_text{margin-top:20px;line-height:1.5;font-size:1.2em;color:#1c1c1c;}

.blog_name{font-weight:bold; font-size:1.7em;}

.blog_top{
	padding:20px 0px 0px 0px;
	display:flex;
	justify-content: space-between;	
	align-items: flex-start;
}
.blog_top picture{
	max-width:600px;
}
@media (max-width: 1199px) {
	.blog_top picture{
		max-width:50%;
	}
}
.blog_info{
	margin-left:20px;
	width:50%;
}
@media (max-width: 900px) {
	.blog_top{
		flex-direction: column-reverse;
	}
	.blog_top picture{
		max-width:100%;
	}
	.blog_info{
		margin:0px 0px 20px 0px ;
		width:100%;
	}
}
/*
.go_review_write{
	margin-top:15px;
	float:left;
}
*/
.blog_info .main_news-data{
	display:block;
	margin:16px 20px 0px 0px;
}
@media (max-width: 1199px) {
	.blog_info .main_news-data{float:none;}
}
.blog_info .blog_one_raz{
	float:none;
	margin-top:15px;
}

.blog_share{
	margin-top:20px;
	border-top: 1px solid #ddd;
    position: relative;	
}

.blog_news_detail-pic{
	width:100%;
	max-height:628px;
}
.blogPic{
	width: 100%;
    min-height: 50px;
    margin: 20px 0px 10px 0px;
    text-align: center;
}
.blog_news-spic_ptic{
	margin: 20px 0px 0px 30px;
}
.adm_razd_blog iframe {
    display: block;
    width: 560px;
    height: 315px;
    margin: 20px auto;
}
.adm_razd_blog .blog_block_seria {
    width: 190px;
    float: left;
}

.adm_razd_blog .blog_block_seria .cat_pol-one_text, .adm_razd_blog .blog_block_books .cat_pol-one_text{
	margin-top:0px;
    background: url(../img/fon_polka_sm.png) 0px 0px no-repeat;
    background-size: 160px auto;
    padding: 20px 0px 0px 0px;
}
.adm_razd_blog .blog_block_seria .cat_pol-one_bor, .adm_razd_blog .blog_block_books .cat_pol-one_bor{
    padding: 5px 10px 10px 10px;
}
.adm_razd_blog .blog_block_seria .cat_pol-one_img, .adm_razd_blog .blog_block_books .cat_pol-one_img{
	height:auto;
	padding-top:10px;
}
.adm_razd_blog .blog_block_seria .cat_pol-one{
	height:250px;
	padding:0px 5px;
}
.adm_razd_blog .blog_block_books .cat_pol-one{
	height:300px;
	padding:0px 5px;
}
.adm_razd_blog .blog_block_books{
    width: 190px;
    float: left;
}

@media (max-width: 1199px){
/*	
	.adm_razd_blog .blog_block_seria .cat_pol-one, .adm_razd_blog .blog_block_books .cat_pol-one{height:270px;margin: 0px 0px;}
	.adm_razd_blog .blog_block_seria .cat_pol-one_text{height: 155px;}
	.adm_razd_blog .blog_block_books .cat_pol-one_text{height: 190px;}
*/	
	.adm_razd_blog .blog_block_seria .cat_pol-one, .adm_razd_blog .blog_block_books .cat_pol-one{height:auto;margin: 0px 0px;}
	.adm_razd_blog .blog_block_seria .cat_pol-one_text{height: 135px;}
	.adm_razd_blog .blog_block_seria .cat_pol-one_text .cat_pol-one_ser {margin-bottom: 10px;}
	.adm_razd_blog .blog_block_books .cat_pol-one_text{height: 190px;}
}
@media (max-width: 400px){
	.adm_razd_blog .blog_block_seria {float:none;margin:0 auto;}
	.adm_razd_blog .blog_block_books{float:none;margin:0 auto;}
}


.adm_razd_blog .blog_cont_soderg{
	display:inline-block;
	margin:20px 0px;
	padding:25px;
	border-radius:5px;
	border: 2px solid #e7e7e7;
}
.adm_razd_blog .blog_cont_soderg p{
	line-height:1.5;
	font-size:1.2em;
	color:#77a02f;
}
.adm_razd_blog .blog_cont_soderg p.blog_cont_soderg_name{
	line-height:1.5;
	font-size:1.4em;
	color: #1c1c1c;
}

.adm_razd_blog .blog_block_seria .href_line, .adm_razd_blog .blog_block_books .href_line{display:block;text-align:center;}
.blog_news_img-left{
	margin:20px 60px 0px 0px;
	float:left;
	display:flex;
	flex-direction: column;
	width:400px;
}
.blog_news_img-left img{width:100%}
@media (max-width: 767px) {
	.blog_news_img-left{
		float:none;
		margin:20px 0px 0px 0px;
		width:100%
	}
}

.blog_news_img-left span{
	margin-top:10px;
	color:#1c1c1c;
	text-align:center;
	font-style: italic;
}

.blog_news-spic_toc li{
	padding:20px 0px 0px 60px;
	background: url(../img/ul_toc.png) 40px 27px no-repeat;
	color:#1c1c1c;
	font-size:1.2em;
}
@media (max-width: 540px) {
	.blog_news-spic_toc li{
		padding-left:30px;
		background: url(../img/ul_toc.png) 10px 27px no-repeat;
	}
}

.blog_news-spic_ptic li{
	padding:10px 0px 0px 60px;
	background: url(../img/ul_ptic.png) 37px 15px no-repeat;
	color:#1c1c1c;
	font-size:1.2em;
}
@media (max-width: 540px) {
	.blog_news-spic_ptic li{
		padding-left:30px;
		background: url(../img/ul_ptic.png) 7px 15px no-repeat;
	}
}
.blog_news_cit{
	padding:20px 100px 0px 100px;
	background: url(../img/icon_cit.png) 57px 17px no-repeat, url(../img/icon_cit.png) calc( 100% - 57px ) calc( 100% - 17px ) no-repeat;
	color:#1c1c1c;
	font-size:1.45em;
	font-style: italic;
	line-height:1.5;
	text-align:center;
}
.blog_news_cit span{
	border-top:2px solid #77a02f;
	margin-top:10px;
	padding-top:10px;
}

@media (max-width: 540px) {
	.blog_news_cit{
		padding:20px 50px 0px 50px;
		background: url(../img/icon_cit.png) 7px 17px no-repeat, url(../img/icon_cit.png) calc( 100% - 7px ) calc( 100% - 17px ) no-repeat;
	}	
}
.blog_news-spic_num{
	padding-left:60px;
}
@media (max-width: 540px) {
	.blog_news-spic_num{
		padding-left:10px;
	}
}
.blog_news-spic_num li{
	display:flex;
	padding:20px 0px 0px 0px;
	color:#1c1c1c;
	font-size:1.2em;
}
.blog_news-spic_num li span{
	color:#77a02f;
	margin-right:10px;
}

.blog_news_img-right{
	margin:20px 0px 0px 60px;
	float:right;
	display:flex;
	flex-direction: column;
	width:400px;
}
.blog_news_img-right img{width:100%}
@media (max-width: 767px) {
	.blog_news_img-right{
		float:none;
		margin:20px 0px 0px 0px;
		width:100%
	}
}
.blog_news_img-right span{
	margin-top:10px;
	color:#1c1c1c;
	text-align:center;
	font-style: italic;
}
.blog_news_abzgr{
	margin-top:20px;
	background:#f2f2f2;
	padding:25px 30px;
	border-radius:5px;
	border-left:4px solid #77a02f;
	font-size:1.45em;
	font-style: italic;
	line-height:1.5;
}
.blog_news_obvod{
	border:2px solid #77a02f;
	border-radius:3px;
	padding:1px 10px;
	margin-right:10px;
}
.blog_socset{
	margin-top:40px;
}
.blog_news_bottom{
	padding-bottom:20px;
}
.blog_news_bottom .main_news-data{
	float:left;
	margin:20px 20px 0px 0px;
}
.blog_news_bottom .blog_one_raz{
	float:none;
	margin-top:15px;
}
.blog_news_esho{
	text-align:center;
	margin-top:0px;
}
.blog_news .review_body{
	padding-bottom:20px;
}
@media (min-width: 601px) {
	.blog_news .blog_cont{
		max-height:500px;
	}
}
.blog_otziv_new{
	position: relative;
    border-radius: 5px;
    padding: 20px 0px;
    width: 100%;
    margin-top: 20px;	
}
.blog_otziv_new textarea {
    margin-top: 15px;
    border-radius: 5px;
    height: 108px;
    background: #fff;
}
.adm_razd_blog .slick-track{
	margin:0 auto;
}
/*Блог новость end*/

/* wishlist общий begin*/
.wishlist{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.wishlist_one{
	position:relative;
	width:32%;
	margin:20px .5% 0px .5%;
	
}
.wishlist_one > a{
	opacity:.8;
	transition:.3s;
}
.wishlist_one > a:hover{
	opacity:1;
}
@media (max-width: 767px) {.wishlist_one{width:49%;}}
@media (max-width: 500px) {.wishlist_one{width:100%;}}
.wishlist_main-cont{
    position: relative;
    height: 200px;
    min-width: 225px;
    background: url(../img/shelf.png) 50% 140px no-repeat;
	background-size:225px auto;
    border: 1px solid #ececec;
    border-radius: 10px;
    text-align: center;
}

.wishlist_img-main {
    position: absolute;
    bottom: 50px;
	max-height:100px;
    max-width: 75px;
    text-align: center;
}
.wishlist_img-main img {
    position: relative;
    max-height: 100px;
    max-width: 75px;
    box-shadow: 2px 2px 3px RGBA(0,0,0,.5);
}

.wishlist_img-ten {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    max-width: 72px;
    border-left: 1px solid #777;
}
.wishlist_name{
	padding-top:15px;
	font-size:1.3em;
}
.wishlist_text{
	padding-top:10px;
	color:#999;
}

.wishlist_one-del, .wishlist_one-edit, .wishlist_one-link{
	position:absolute;
	height:16px;
	width:16px;
	top:15px;
	z-index:1;
}

.wishlist_one-del{background: url(../img/icon_del.png) 50% 50% no-repeat;right:62px;}
.wishlist_one-edit{background: url(../img/icon_edit.png) 50% 50% no-repeat;right:37px;}
.wishlist_one-link{background: url(../img/icon_link.png) 50% 50% no-repeat;right:15px;}
.wishlist_one-add{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
    height: 245px;
    min-width: 225px;
    border: 1px dashed #ddd;
	color:#77a02f;
}
.wishlist_one-add img{
	margin-bottom:20px;
}
.wishlist_href-podel{
	border:1px solid #ddd;
	background:#fff;
	font-weight:bold;
	padding:5px 15px;
}
/* wishlist общий end*/

/* wishlist добавить begin*/
.wishlist_add-one{
	display:flex;
	margin-top:20px;
}
@media (max-width: 600px) {
	.wishlist_add-one{
		flex-wrap: wrap;
	}
}
.wishlist_add span{
	color:#777;
	text-align:left;
	margin-right:20px;
	width:100px;
	font-size:.85em;
	line-height:28px;
}
@media (max-width: 600px) {
	.wishlist_add span{
		width:100%;
		text-align:left;
	}
}
.wishlist_add input[type="text"], .wishlist_add textarea{
	flex:1;
}
.wishlist_add textarea{	height:135px;}
.wishlist_add-sub, .wishlist_add-cls{
	display:inline-block;
	border:1px solid #77a02f;
	width:auto;
	padding:9px 20px;
}
@media (max-width: 400px) {
	.wishlist_add-sub, .wishlist_add-cls{
		padding:9px 10px;
	}
}

.wishlist_add-sub{
	background:#77a02f;
	color:#fff;
}
.wishlist_add-cls{
	margin:0px 0px 0px 20px;
}
#wishlist_add-check{
	display:none;
}
.wishlist_add-one .popup-quick-label {
    background-position: 0px 45%;
	min-height: 20px;
	background-size: 20px 20px;
	padding-right:25px;
}	
/* wishlist добавить end*/


/* wishlist просмотр begin*/
.wishlist_view{
	padding:0px 0px 50px 0px
}
.wishlist_view h1{}
.wishlist_view-name{
	font-size:1.15em;
	color:#777;
	padding:20px 0px;
	border-bottom: 1px solid #e7e7e7;
}
.wishlist_view-text{
	padding:20px 0px;
	border-bottom: 1px solid #e7e7e7;
/*	font-size:.85em;*/
	line-height:1.5;
}
textarea.wishlist_view-text{
	border:none;
	border-bottom: 1px solid #e7e7e7;
	resize:none;
}
.wishlist_view .cat_str-one {
	border:none;
	padding:20px 0px;
}
@media (max-width: 600px) {
	.wishlist_view .cat_str-text_main{flex-direction: column;}
	.wishlist_view .cat_pol-one_art{margin:5px 0px;}
}
.wishlist_view-opis{
	width:100%;
	border-bottom: 1px solid #e7e7e7;
}
.wishlist_view-opis p{
	font-size:.85em;
	padding:0px 20px 20px 20px;
	line-height:1.5;
}
/* wishlist просмотр end*/

/* wishlist редактировать begin*/
.wishlist_edit{
	padding:10px 0px 50px 0px
}
.wishlist_edit-top{
	display:flex;
	justify-content: space-between;
}
@media (max-width: 540px) {
	.wishlist_edit-top{flex-direction: column;align-items: flex-start;}
	.wishlist_edit-save, .wishlist_edit-cls{margin:10px 0px;}
}
.wishlist_edit-del{
	display:inline-block;
	background: url(../img/icon_del.png) 25px 50% no-repeat;
	text-align:center;
	margin-top:10px;
	padding-left:43px;
}
.wishlist_edit-save, .wishlist_edit-cls{
	display:block;
	float:left;
	border:1px solid #77a02f;
	line-height:37px;
	width:112px;
	text-align:center;
}
.wishlist_edit-save{
	margin-right:10px;
	background:#77a02f;
	color:#fff;
}
.wishlist_edit-name{
	font-size:1.15em;
	padding:10px;
	border: 1px solid #e7e7e7;
}
.wishlist_edit-text{
	margin:20px 0px;
	padding:10px;
	border: 1px solid #ddd;
/*	font-size:.85em;*/
	line-height:1.5;
	height:135px;
}
.wishlist_edit-text:hover{border:1px solid #c3c3c3;}
.wishlist_edit-text:focus{border:1px solid #77a02f;}

.wishlist_edit .cat_str-one {
	border:none;
	padding:20px 0px;
}
@media (max-width: 1100px) {
	.wishlist_edit .cat_str-text_main{flex-direction: column;}
	.wishlist_edit .cat_pol-one_art{margin:5px 0px;}
}
.wishlist_edit-opis{
	width:100%;
	border-bottom: 1px solid #e7e7e7;
}
.wishlist_edit-opis div{
	font-size:.85em;
	margin:0px 20px 20px 20px;
	padding:10px;
	line-height:1.5;
}
.wishlist_edit-opis div{border:1px solid #ddd;}
.wishlist_edit-opis div:hover{border:1px solid #c3c3c3;}
.wishlist_edit-opis div:focus{border:1px solid #77a02f;}
.wishlist_edit .serii_blok-filtr_clear{color:#000;}
.wishlist_edit .serii_blok-filtr_clear:hover{color:#fff;text-decoration:none;}
/* wishlist редактировать end*/
.help_cont{
	margin:20px 0px 40px 0px ;
	position:relative;
	display:flex;
	justify-content:space-between;
}
.help_cont-left{
	width:270px;
	left:0px;
}
.help_cont-name-ofert{
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	width:100%;
}
.help_cont-center-ofert{
	text-align:center;
}
.help_cont-right-ofert{
	padding-top:10px;
	font-size:.9em;
	line-height:1.5;
}
.help_cont-li-ofert li {
    background: url(../img/iconUlTocGr.png) 10px 8px no-repeat #fff;
    padding-left: 21px;
    line-height: 1.5;
}
.help_cont-lino-ofert{
    padding-left: 21px;
    line-height: 1.5;
	list-style-type:lower-latin;
}
.help_cont-table-ofert{
	
}
.help_cont-table-ofert tr{
	
}
.help_cont-table-ofert td{
	padding:3px 5px;
	border:1px solid #777;
}
.help_cont-table-ofert td:first-child{
	word-wrap:break-word;
	max-width:150px;
}

.help_cont-tblcon-ofert{
	max-width:100%;
	overflow-x:auto;
}

.help_cont-right{
	margin-left:20px;
	flex:1;
}
.help_cont-right h2{
	font-size:1.8em;
}
/*
@media (max-width: 1199px) {
	.help_cont-left{
		width: 200px;
	}
}
*/
@media (max-width: 767px) {
	.help_cont{flex-direction: column;}
	.help_cont-left{
		width: 100%;
		margin-bottom:20px;
	}
	.help_cont-left > div{width: 100%;}
	.help_cont-right{margin-left:0px;}
}
/*О нас begin*/
.about_cont{padding-bottom:40px;}
.about_cont-text{
	line-height:1.5;
	margin-top:20px;
}
.about_cont ul{margin-top:10px;}
.list-main-tocGr li {
    background: url(../img/iconUlTocGr.png) 10px 12px no-repeat #fff;
    padding-left: 21px;
    line-height: 2.3;
}
.about_cont h2{
	margin-top:20px;
    font-size: 1.25em;
    color: #55433d;
}

.about_cont h2.zaglav{
	font-size: 1.7em;
}
/*О нас end*/
/*Оплата доставка begin*/
.opl_dos-name{
	font-size:1.7em;
	margin-top:20px;
}
.opl_dos-text{
	margin-top:20px;
	line-height:1.5;
}
.opl_dos-block-name{
	font-size:1.15em;
	margin-top:20px;
    color:#77a02f;
}
.opl_dos-block-opis{
	margin-top:20px;
	line-height:1.5;
}
.opl_dos-block-img {
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
    height: 200px;
}
.opl_dos-cont{
	display:flex;
	flex-wrap: wrap;
}
.opl_dos-block{
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width:33%;
	padding:0px 15px;
}
.opl_dos-block-text{width:100%;}
@media (max-width: 1199px) {.opl_dos-block{width:50%;}}
@media (max-width: 800px) {.opl_dos-block{width:50%;}}
@media (max-width: 500px) {.opl_dos-block{width:100%;}}
/*Оплата доставка end*/
/*Контактная информация Begin*/
.help_contacts{padding-bottom:40px;}
#map_canvas {
    width: 100%;
    height: 250px;
    margin: 20px 0px;
}
.cont_block {
	display:flex;
	justify-content: space-between;
	margin-bottom:40px;
}
@media (max-width: 700px) {
	.cont_block{
		flex-direction: column;
		justify-content: flex-start; 
	}
}
.cont_block-name {
    font-size: 1.5em;
    padding: 5px 0px 15px 0px;
	width:100%;
}
.cont_block-left {
	flex:1;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	border-right:1px solid #ddd;
	margin-right:30px;
}
@media (max-width: 700px) {
	.cont_block-left {
		flex:none;
		margin-right:0px;
		margin-bottom:20px;
		border:none;
	}
}
.cont_block-phone {
    display: inline-block;
    font-size: 1.5em;
    color: #55433d;
    padding-left: 35px;
    margin: 13px 0px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    width: 200px;
}
.cont_block-phone-text {
    display: inline-block;
    font-size: .75em;
    width: calc(100% - 200px);
}
@media (max-width: 500px) {
	.cont_block-phone-text{width:100%;}
}
.cont_block-href {
    display: inline-block;
    padding-left: 35px;
    margin: 13px 0px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
}
.cont_block-href a {
    display: inline-block;
    font-size: 1em;
    color: #80ad2f;
    border-bottom: 1px dotted #80ad2f;
    line-height: 20px;
}
.cont_block-right {
    display: inline-block;
    width: 200px;
}
.cont_block-right table {
    color: #a1a1a1;
    font-size: 0.875em;
}
.cont_block-advert {
    color: #e74c3c;
    font-size: 0.75em;
    line-height: 25px;
    padding-top: 10px;
}
.cont_block-right table tr:nth-child(2) td{
	padding:10px 0px;
	color:#000;
	font-size:2em;
}
.cont_block-right table tr td{text-align:left;}
.reg-ok-mail {
    text-align: center;
	width:70%;
}
@media (max-width: 500px) {
	.reg-ok-mail{width:100%;}
}
.reg-ok-cont{
    text-align: center;
	width:100%;
}
.form-faq {
    border: 1px solid #ececec;
    padding: 25px 20px;
    width: 100%;
}
.form-faq input[type="text"] {
    height: 32px;
}
.form-faq input[type="text"], .form-faq textarea {
    margin: 15px 0px 25px 0px;
}
.form-faq img {
    float: left;
    margin: 15px 15px 0px 0px;
}
.faq_capcha {
    display: inline-block;
    width: 150px !important;
    width: calc(100% - 330px)!important;
    float: left;
    height: 38px !important;
}
.faq-go {
    height: 39px;
    line-height: 39px;
    background: url(../img/iconGoBas.png) 90% 50% no-repeat #77a02f;
    padding: 0px 35px 0px 15px;
    font-size: 0.875em;
    float: right;
    margin-top: 15px;
	display: block;
    color: #fff;
    text-align: center;
    border-radius: 4px;
	width:auto;	
}
@media (max-width: 550px) {
	.form-faq img, .faq_capcha, .faq-go {
		display:block;
		float:none; 
		width:180px !important;
		margin-bottom:20px;
	}
}
/*Контактная информация end*/

/*Часто задаваемые вопросы begin*/
.help_faq{padding-bottom:40px;}
.help_faq-name{
	font-size:1.7em;
	margin-top:	40px;
}
.spis-faq-name{
	border:1px solid #ebebeb;
	padding:10px 30px;
	border-radius:5px;
	cursor:pointer;
    background: url(../img/icon_faq_plus.png) 98% 50% no-repeat;
	font-size:1.3em;
	font-style: italic;
}
.spis-faq-name:hover{border:1px solid #898989;}
.spis-faq-hid{
	display:none;
	padding:10px 30px;
	font-size:1.2em;
}
.spis-faq-act{
	border:1px solid #ebebeb;
	border-radius:5px;
}
.spis-faq-act .spis-faq-name{
	border:1px solid #77a02f;
    background: url(../img/icon_faq_minus.png) 98% 50% no-repeat;
}
.spis-faq > li{margin:20px 0px; line-height:1.4; color:#333;}
.help_faq-href{
    color:#77a02f;
	text-decoration:underline;
}
.spis-faq p{margin-top:10px;}
.spis-faq p.spis-faq-name{margin-top:0px;}
.spis-faq a{text-decoration:underline;color:#77a02f;cursor:pointer;transition:.3s;}
.spis-faq a:hover{text-decoration:none;}
/*Часто задаваемые вопросы end*/
/* Программа лояльности begin*/
.loyalty_Block1{
	display:flex;
	justify-content: space-around;
	align-items: center;
	width:100%;
	height:300px;
	background: url(../img/loyaltyFon.jpg) no-repeat #f0f0f0;
	padding:20px;
}
@media (max-width: 991px) {
	.loyalty_Block1{
		width:100%;
		height:auto;
		padding:20px;
		flex-direction: column;
		background-size:cover;
	}
}
.loyalty_Block1-left{max-width:500px;}
.loyalty_Block1 h1{
	font-size:2.19em;
	font-weight: normal;
}
.loyalty_Block1 p{
	font-size:1em;
	line-height:1.5;
	padding:25px 0px 60px 0px;
}
.loyalty_But{
	display:inline-block;
	padding:10px 38px;
}
@media (max-width: 991px) {
	.loyalty_Block1-left{
		max-width:none;
		text-align:center;
	}
}
@media (max-width: 991px) {
	.loyalty_Block1-right{margin-top:40px;}
}
.loyalty_Name{
	font-size:1.75em;
	text-align:center;
	color:#000;
	margin-top:55px;
}
.loyalty_Block2{
	padding:60px 0px;
	border-bottom:1px solid #cccccc;
	display:flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
}
@media (max-width: 991px) {
	.loyalty_Block2{
		justify-content: center;
		align-items: center;
	}
}
.loyalty_Block2-cont{
	width:33%;
	text-align:center;
}
@media (max-width: 991px) {
	.loyalty_Block2-cont{
		width:40%;
		margin-bottom:20px;
	}
}
@media (max-width: 540px) {
	.loyalty_Block2-cont{width:100%;}
}
.loyalty_Block2-cont_img{
	display:inline-block;
	border:1px solid #e9e9e9;
	border-radius:50%;
	margin:0 auto;
}
.loyalty_Block2-cont img{
	padding:23px;
}
.loyalty_Block2-text{
	font-size:.875em;
	color:#666666;
	padding:15px 35px 0px 35px;
	line-height:1.4;
	letter-spacing:0px;
}
.loyalty_h3{
	font-size:1.125em;
	color:#000;
	margin-top:20px;
}
.loyalty_Block3{padding:0px 125px 0px 125px;}
@media (max-width: 991px) {
	.loyalty_Block3{padding:0px 10px 0px 10px;}
}
.loyalty_text{
	font-size:1em;
	color:#666666;
	line-height:1.4;
	padding-top:20px;
}
.loyalty_Block3-form{
	width:310px;
	margin-top:20px;
}
.loyalty_Block3-form input[type="text"]{
	width:200px;
	float:left;
}
.loyalty_Block3-form input[type="submit"]{
	width:100px;
	float:right;
    height: 38px;
	text-align:center;
}
.loyalty_Block3-warn{
	background: url(../img/loyaltyWarn.png) 0% 50% no-repeat #fff;
	padding:5px 0px 0px 30px;
	color:#cc0000;
	line-height:35px;
}
.loyalty_Block4_1{display:flex;}
@media (max-width: 1199px) {
	.loyalty_Block4_1{flex-direction: column;}
}
.loyalty_Block4_1 a{
    color:#77a02f;
	text-decoration:underline;
}
.loyalty_Block5-Name_centr{text-align:center;}
.loyalty_Block5-Name{
	font-size:1.25em;
	margin-top:20px;
}
.loyalty_Block5-left{
	margin-top:50px;
	display:inline-block;
	width:50%;
	float:left;
}
.loyalty_Block5-right{
	margin-top:50px;
	display:inline-block;
	width:50%;
	float:left;
}
@media (max-width: 1199px) {
	.loyalty_Block5-left{width:100%;}
	.loyalty_Block5-right{width:100%;}
}
.loyalty_Block5 form.lojl_mail{
	display:block;
	width: 100%;
	max-width:320px
}
.loyalty_Block5 form.lojl_mail input[type="text"]{
	width:60%;
	display:inline-block;
}
.loyalty_Block5 form.lojl_mail input[type="submit"]{
	width:35%;display:inline-block;
	display: inline-block;
    height: 38px;
    border: none;
    margin: 20px 0px 20px 10px;
}
.loyalty_Block6{
	padding:0px 0px 60px 0px;
}
.loyalty_Block6-text1{
	font-size:1.125em;
	color:#666666;
	text-align:center;
	margin-top:25px;
}
.loyalty_Block6-text2{
	font-size:1em;
	color:#000;
	text-align:center;
	margin-top:25px;
}
.loyalty_Block6 .loyalty_But{
	margin: 0 auto;
    display: block;
    width: 170px;
	margin-top:30px;
	text-align:center;
}
/* Программа лояльности end*/
.main-fix{padding-top:160px;}
.page{max-width:1200px;min-width:320px;margin: 0 auto;}
.page_full{width:100%;margin: 0 auto;}
.page_cont{position:relative;max-width:1200px; margin: 0 auto;}
@media (max-width: 1199px) {
	.page{padding: 0px 5px 0px 10px;}
	.page_cont{padding: 0px 5px 0px 10px;}
}
@media (max-width: 991px) {
	main .page{margin-top:110px;} 
	main .page_full{margin-top:110px;} 
/*	main .page_full{margin-top:150px;} 3+1*/
}
.main_cont{
	padding-top:30px;
	padding-bottom:30px;
	min-height: 333px;
}
/*Хлебные крошки Begin*/
/*
.bred-href{
    display: inline-block;
    color: #877568;
    font-size: 0.85em;
	text-decoration:underline;
	cursor:default;
}

.bread_serii .catalog_text {
	margin-top:0px;
}
.catalog_text p.bred-href{
    margin-bottom: 0px;
}
.bread_serii_text{
	color: #323232;
    height: auto;
}
.bread_serii_hide{display:none;}

a.bred-href span{
	text-decoration:underline;
	cursor:pointer;
}
a.bred-href span:hover{
	text-decoration:none;
	color:#77a02f;
}
.bred-razd {
	display: inline-block;
	height: 14px;
	width: 15px;
	background: url(../img/icon_bred.png) 50% 100% no-repeat;
}


.bred_href-new{
    display: inline-block;
    overflow: hidden;
}
.bred_href-new a{
    color: #877568;
    font-size: 0.85em;
	cursor:default;
}
.bred_href-new a span{
	text-decoration:underline;
	cursor:pointer;
}
.bred_href-new a span:hover{
	text-decoration:none;
	color:#77a02f;
}
*/
/*-------------*/
.bread_cont_hide{display:none;}
.bread_cont{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding:2px 0px;
}
.bread_cont-one{
	
}
.bread_cont-href{
	cursor:default;
}
.bread_cont-name{
	display: inline-block;
	line-height: 14px;
	text-decoration:underline;
	cursor:pointer;
    color: #877568;
    font-size: 0.85em;
}
.bread_cont-name:hover{
	text-decoration:none;
	color:#77a02f;
}
.bread_cont-title{
	display: inline-block;
	height: 14px;
    color: #877568;
    font-size: 0.85em;
	
}
.bred_cont-razd{
	display: inline-block;
	height: 15px;
	width: 15px;
	background: url(../img/icon_bred.png) 50% 60% no-repeat;
}
/*Хлебные крошки End*/

/*Ревью Begin*/
.review_heder{padding:25px 0px;border-bottom: 1px solid #e7e7e7;}
.review_heder a{line-height: 21px;}
.review_heder-left{float:left;}
.review_heder-left span{font-size:1.3em;padding-right:10px;}
.review_heder-left span.review_heder-no{font-size: 1em;color: #999999;}
.review_heder-right{
	float:right;
	background: url(../img/icon_review.png) 0% 50% no-repeat;
	padding-left:25px;
}
.review_body{
	padding:30px 0px 50px 0px;
	display:flex;
	justify-content:space-between;
}
.review_body-3{width:30%;}
.review_body-2{width:45%;}
.review_body-1{width:100%;}
.review_body-title{
	font-size:1.7em;
	color:#222;
	font-style:italic;
}
.review_rating{
	margin:5px 0px;
}
.review_body-text{
	border-top: 1px solid #d0d0d0;
	margin:10px 0px 15px 0px;
	padding-top:15px;
	line-height:1.5;
}
.review_body-bolsh{
	display:inline-block;
	height:8px;
	width:6px;
	background: url(../img/ElSlideNext.png) 0% 50% no-repeat;
}
.review_body-1 .review_body-text{height:auto;}
.review_top-cont{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.review_top-cont .serii_vote{
	margin-right:10px
}
.review_body-name{
	font-size:1.15em;
	font-weight:bold;
}
.review_body-name a{text-decoration:underline;}
.review_body-name a:hover{
	text-decoration:none;
	color:#999;
}
.review_body-href{display:block;margin-bottom:15px;}
.review_body-rating .bx_item_detail_rating{float:left;}
.review_body-pogal{
	display:inline-block;
	padding-top:10px;
	text-decoration:underline;
	float:right;
}
.review_body-data{
	display:inline-block;
	padding-top:10px;
	color:#877567;
	float:left;
	margin-right:10px;
}
.review_body-view{
	display:inline-block;
	padding-top:10px;
	text-decoration:underline;
	float:left;
	margin-right:10px;
}
.review_body-like_cont{
	display:inline-block;
	padding-top:10px;
	color:#999;
	float:left;
	margin-right:10px;
	margin-top: 10px;
}
.review_body-like{
	background: url(../img/icon_review_like.png) 7px 0px no-repeat;
	padding-left:40px;
	color:#77a02f;
	padding:8px 0px 0px 40px;
}
.review_body-like:hover{
	background-image: url(../img/icon_review_like_hov.png);
}
.review_body-like_ok{
	background-image: url(../img/icon_review_like_ok.png)!important;
	color:#999;
}

@media (max-width: 991px) {
	.review_body-three{display:none;}
	.review_body-3{width:45%;}
}
@media (max-width: 767px) {
	.review_body-two{display:none;}
	.review_body-3, .review_body-2{width:100%;}
}
@media (max-width: 600px) {
	.review_heder-left{float:none;margin-bottom:15px;}
	.review_heder-right{float:none;}
}
.review_body .help_faq {padding-bottom: 0px;width:100%;}
.review_body .spis-faq > li {margin:0px;line-height: 1;}
.review_body .list-main-tocGr li {line-height: 2;}

.otziv_new{
    position: relative;
	background:#f5f4ed;
    border-radius: 5px;
    padding: 20px 20px;
    width: 100%;
	margin-top:20px;
}
.otziv_new textarea{
	margin-top:15px;
	border-radius:5px;
	height:108px;
	background:#fff;
}
.otziv_new-save{padding: 10px 30px;display:inline-block;}
.otziv_text{padding-top: 10px;}
.otziv_new-upr{
	padding: 20px 0px 10px 0px;
}
#review_cont-right{
	transition:.3s;
	max-width:370px;
	height: fit-content;
}
.review_new{
	max-height: 0px;
    overflow: hidden;
    transition: .5s;
    position: relative;
    border-radius: 5px;
    padding: 0px;
    width: 100%;
}
.review_new .spis-faq > li{margin:0;}
.review_new .help_faq{padding-bottom:0px;}
.review_faq-yes, .review_faq-no{
	width:50%;
	float:left;
}
@media (max-width: 991px) {
	.review_faq-yes, .review_faq-no{
		width:100%;
		float:none;
	}
}
.review_faq-yes li, .review_faq-no li{
	line-height:1;
	font-size:.9em;
}

.review_faq-yes li{
	padding:10px 30px 10px 20px;
	background: url(../img/icon_faq_yes.png) 0px 13px no-repeat;
}
.review_faq-no li{
	padding:10px 30px 10px 15px;
	background: url(../img/icon_faq_no.png) 0px 13px no-repeat;
}
.review_new-form{
	position:relative;
	padding:30px 0px;
}
.review_new-name{
	width:100%;
}
#review_new-stars{
	display:flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width:300px;
}
.review_new-vote{
	position:relative;
	margin:0 auto;
	margin-top:10px;
	width:300px;
}
@media (max-width: 400px) {
	#review_new-stars{
		width:250px;
	}
	.review_new-vote{
		width:250px;
	}
}
@media (max-width: 768px){
	.review_new-vote{
		float:none;
	}
}
.review_new-star{
	height:49px;
	width:60px;
	background: url(../img/star_grey.png) 50% 50% no-repeat;
	cursor:pointer;
}
@media (max-width: 400px) {
	.review_new-star{width:50px;}	
}


.review_new-star_activ{
	background: url(../img/star_yellow.png) 50% 50% no-repeat;
}
#review_new-stars:hover .review_new-star_activ{
	background: url(../img/star_grey.png) 50% 50% no-repeat;
}
#review_new-star_five:hover
{background: url(../img/star_yellow.png) 50% 50% no-repeat!important;}
#review_new-star_fore:hover,
#review_new-star_fore:hover ~ #review_new-star_five
{background: url(../img/star_yellow.png) 50% 50% no-repeat!important;}
#review_new-star_three:hover, 
#review_new-star_three:hover ~ #review_new-star_five, 
#review_new-star_three:hover ~ #review_new-star_fore
{background: url(../img/star_yellow.png) 50% 50% no-repeat!important;}
#review_new-star_two:hover, 
#review_new-star_two:hover ~ #review_new-star_five, 
#review_new-star_two:hover ~ #review_new-star_fore, 
#review_new-star_two:hover ~ #review_new-star_three
{background: url(../img/star_yellow.png) 50% 50% no-repeat!important;}
#review_new-star_one:hover,
#review_new-star_one:hover ~ #review_new-star_five, 
#review_new-star_one:hover ~ #review_new-star_fore, 
#review_new-star_one:hover ~ #review_new-star_three,
#review_new-star_one:hover ~ #review_new-star_two
{background: url(../img/star_yellow.png) 50% 50% no-repeat!important;}

#review_star-name{
	width:100px;
	line-height:33px;
	margin-left: 7px;
}
.review_new-close{
	position:absolute;
	top:20px;
	right:20px;
	height:18px;
	width:18px;
	background: url(../img/icon_close_revuser.png) 50% 50% no-repeat;
}
.review_name{font-size:1.3em;}
.review_text{padding-top:30px;}
.review_new_text{padding-top:20px;}
.review_cont{position:relative;}
.review_cont .ord_er_mes{top:-14px;}
.review_cont .reg-ok-mail{width:100%;}
.review_new-vote .ord_er_mes{
	position: relative;
    top: -5px;
    right: -94px;
}
#review_name, #review_user{
	margin-top:15px;
}
.review_new textarea{
	margin-top:15px;
	border-radius:5px;
	height:128px;
	resize: none;
}
.review_new-upr{text-align:center;margin-top:30px;}
.review_new-upr *{display:inline-block;width:auto;}
.review_new-go{padding:10px 30px;}
.review_new-search_block{margin-top:15px;}
.review_new-search_block input[type="text"]{
	background: url(../img/icon_search-rew.png) 100% 50% no-repeat;
	background-position: bottom 50% right 10px;
	padding-right:30px;
}

.review_searh-hid{padding-top:0px;}
.header-searh-hid-cont{
	margin-top:0px;
	max-height:240px;
    max-height:50vh;
}
.review_search_one{
	margin-top:10px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	padding:10px 0px;
	border-bottom:1px solid #ddd;
}
.review_search_img{
	position: relative;
    text-align: center;
    width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;	
}
@media (max-width: 768px){
	.review_search_img{width: 100px;}
}
@media (max-width: 360px){
	.review_search_img{display:none;}
}
.review_search_img-cont{
	position: relative;
    display: inline-block;
}
.review_search_img-cont img{
    max-width: 85px;
    max-height: 120px;	
}
.review_search_img-cont p{
	position: absolute;
    color: #fff;
    top: 20px;
    font-size: 0.8em;
    padding: 0px 5px 0px 10px;
    text-align: left;
    height: 73px;
    overflow: hidden;
}

.review_search_text{
	width:100%;
	flex:1;
	text-align:left;
}
.review_search_del{
	position: relative;
    width: 35px;
	text-align: center;
}
.review_search_del a{
	float:none;
}

/*Ревью  End*/
/* Пожаловаться на ревью begin */
.popup_pog{
    display: none;
    position: fixed;
    width: 530px;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -265px;
    z-index: 300;
    border: 1px solid #dddddd;
    padding: 30px;
    background: #fff;
}
@media (max-width: 530px) {
	.popup_pog{
		width:420px;
		margin-left:-210px;
		padding:20px;
	}	
}
@media (max-width: 420px) {
	.popup_pog{
		top:0px;
		margin-top:0px;
		left:0px;
		margin-left:0px;
		width:100%;
		padding:20px 10px;
	}	
}
#popup_pog-name{
	padding:15px 0px;
}
.popup_pog-go{
	width:150px;
	margin:0 auto;
	margin-top:20px;
	padding:7px 20px;
}
#popup_pog-err{
	text-align:center;
	margin-top:10px;
	color:red;
}
/* Пожаловаться на ревью end */
/*Уровень CEFR Begin*/
.serii-inform-uz{
	width:100%;
	font-size:.85em;
}
.serii-inform-uz tr:nth-child(2) {height: 10px;background-color: #dbdad5;}
.serii-inform-uz tr:nth-child(2) td {border: 1px solid #f5f4ed;}
.serii-inform-tact{color:#77a02f;}
.serii-inform-bact{background:#77a02f!important;opacity:1!important;}
.serii-inform-bact-ser{background:#a7a02f;opacity:.4;}
.serii-inform-uz tr:nth-child(2) td:last-child{border-radius: 0px 5px 5px 0px;}
.serii-inform-uz tr:nth-child(2) td:first-child{border-radius: 5px 0px 0px 5px;}
/*Уровень CEFR End*/

/*Фильтр Begin*/
.block-filtr{
	position:relative;
	font-size:.95em;
	border:1px solid #ececec;
	border-radius:5px;
	margin-bottom:22px;
	background:#fff;
}
.block-filtr-header{
	font-weight:bold;
	color:#55433d;
	text-transform:uppercase;
	padding:15px 40px 10px 18px;
	line-height:1.5;
}
.block-filtr-one-all{
	display:inline-block;
	padding: 10px 40px 0px 18px;
}
.filtr_upr{
	display:block;
	position:absolute;
	top:15px;
	right:13px;
	height:15px;
	width:15px;
	background: url(../img/iconFiltrOff.png) 50% 50% no-repeat;
}

.block-filtr-cont{
	padding:0px 0px 10px 18px;
}
.block-filtr-cont ul li a{
	display:block;
	height:28px;
	color:#000000;
	display:flex;
	align-items: center;
}
.block-filtr-cont ul li a:hover{
	color:#77a02f;
	text-decoration:underline;
}
.block-filtr-cont ul li.block-filtr-activ a{
	font-weight:bold;
	text-decoration:none;
	cursor:default;
}
.block-filtr-cont ul li.block-filtr-activ a:hover{
	color:#000;
}

.block-filtr-one{
	position:relative;
	border-bottom:1px solid #ececec;
	padding:5px 0px 15px 0px;
}
.block-filtr-sel > div{position:relative;}
.block-filtr-sel-admin{
	position:absolute;
	top:0px;
	bottom:0px;
	display:block;
	width:20px;
	background-position:50% 50%;
	background-size: 10px 12px;
	background-repeat:no-repeat;
}
@media screen and (max-width: 1045px) {
	.block-filtr-sel-admin{display:none}
}
.block-filtr-sel-up{
	background-image: url(../img/iconStrUp.png);
	left:0px
}
.block-filtr-sel-down{
	background-image: url(../img/iconStrDown.png);
	right:0px;
}
.bb_filter_label_href{
	display:block;
	min-height:18px;
	line-height:18px;
	padding:3px 20px 3px 50px;
	cursor:pointer;
}
.block-filtr-sel label.smart_hide{
	display:none;
}
.bx_filter_param_value{
	display:inline-block !important;
	width:160px;
}


.block-filtr-sel input[type="checkbox"]{display:none;}
.block-filtr-sel span{
	display:inline;
}

.bb_filter_href{
	display:block;
	padding:3px 20px 3px 45px;
}
.block-filtr-sel label.block_filtr-serii{
	padding:3px 20px 3px 45px;
}
.block-filtr-sel label{
	display:block;
	min-height:18px;
	line-height:18px;
	background-image: url(../img/icon_check_on.png);
	background-position: 20px 45%;
	background-size:15px 15px;
	background-repeat: no-repeat;
	cursor:pointer;
}
.block-filtr-sel label.filtr_label_activ{
	background-image: url(../img/icon_check_act.png);
}

.block-filtr-sel label:hover{background-image: url(../img/icon_check_hover.png);}
.block-filtr-sel label.disabled:hover{background-image: url(../img/icon_check_on.png);}

.block-filtr-sel label.filtr_label_activ:hover{background-image: url(../img/icon_check_act.png);}

.block-filtr-sel label.block-filtr-sel_dis{background-image: url(../img/icon_check_off.png)!important;}
.block-filtr-sel label a{color:#000;}
.block-filtr-sel input[type="checkbox"]:checked  + label{background-image: url(../img/icon_check_act.png);}

.block-filtr-no_activ{
	color:#ddd;
	background-image: url(../img/icon_check_off.png)!important;
}

.block-filtr-sel span.bx_filter_param_text span.bx_filter_param_count{
	float:right;
	font-size:0.83em;
	margin-right:0px;
}
.bx_filter_parameters_box_container label.disabled{
	cursor:default;
	color:#ddd;
}
.bx_filter_parameters_box_container label.disabled a{
	cursor:default;
}
.bx_filter_parameters_box_container label.disabled span{
	color:#ddd;
}
.block-filtr-sel input[type="radio"]{
	display:none;
}
.block-filtr-sel input[type="radio"] + label{
	display:block;
	background-image: url(../img/iconCheckOff.png);
	background-position: 25px 50%;
	background-repeat: no-repeat;
	padding:3px 0px 3px 60px;
	cursor:pointer;
}
.block-filtr-sel input[type="radio"]:checked + label{
	background-image: url(../img/iconRadioOn.png);
	background-position: 25px 50%;
	background-repeat: no-repeat;
	color:#77a02f;
}
#slider-range{
	width:220px;
	margin:0 auto;
	margin-top:20px;
}
.onlyDigits{
	height:23px;
	width:46px;
	border:1px solid #dddddd;
	padding-left:7px;
}
.onlyDigits-cont{
	text-align:left;
	margin-left:15px;
}
.onlyDigits-cont input[type="text"]{
	display:block;
    width: calc(100% - 40px);
}
.onlyDigits-cont span{
	width:15px;
	color:#dddddd;
}
.slider-scale{
	position:relative;
	width:220px;
	margin:0 auto;
	margin-top:4px;
	margin-bottom:35px;
	background-color:#000;
}
.slider-scale li{
	height:10px;
	float:left;
	width:30px;
	border-right:1px solid #dddddd;
}
.slider-scale li:first-child{
	border-left:1px solid #dddddd;
}
.slider-scale li span{
	position:relative;
	top:13px;
	display:block;
	text-align:center;
	color:#a0a0a0;
}
.slider-scale li:first-child span{text-align:left;}
.slider-scale li:last-child span{text-align:right;}
a.bx_filter_search_reset{
	display: block;
    padding: 10px 0px;
    background: #ddd;
    font-size: 1.17em;
    color: #000;
    margin: 15px 40px 0px 40px;
    border-radius: 5px;
    text-align: center;
}

.block-filtr-hrall{
	padding:0px 0px 0px 50px;
	line-height:24px;
}
/*Фильтр End*/
/* Готовые к отправке Begin*/
.bx_filter_gotkotpr{
	padding:15px 20px 15px 0px;
	background: url(../img/icon_gotkotpr.png) 95% 50% no-repeat;
}
/* Готовые к отправке End*/
/* Распродажа Begin*/
.bx_filter_rasprod{
	padding:15px 20px 15px 0px;
	background: url(../img/icon_rasprod_ch.png) 94% 50% no-repeat;
}
.bx_filter_rasprod:hover{
/*	background: url(../img/icon_rasprod_hover.png) 92% 50% no-repeat;	*/
}

/* Распродажа End*/
/* Окно слайдера на детальной Begin*/
.popup-str-list {
    display: none;
    position: fixed;
    max-width: 1000px;
    width: 90%;
    left: 50%;
    top: 30px;
    bottom: 30px;
    z-index: 510;
    margin-left: -500px;
}
@media (max-width: 999px) {
	.popup-str-list {
		width: 90%;
		left: 5%;
		margin-left: -0px;
	}
}
.popup-str-cont {
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    bottom: 0px;
}
.popUp-basket-close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    height: 15px;
    width: 15px;
    background: url(../img/but_сlose-search.png) 50% 50% no-repeat;
}
/* Окно слайдера на детальной End*/

/* Слайдер плитка Begin*/
.slider_pol-one_name{
	display:block;
    height: 32px;
    overflow: hidden;
    margin: 5px 0px 5px 0px;
    text-align: center;
}
.slider_pol-one_tiptov{
    font-size: .85em;
    text-align: center;
    margin: 0px 0px 5px 0px;
    height: 15px;
    overflow: hidden;
}
.slider_block-plitka{display:block;height:360px;overflow: hidden;}
.slider_block-plitka .cat_pol-one{width:200px; float:left;height:355px;}
.slider_block-plitka .bx_item_detail_rating {margin: 0 auto;margin-bottom:5px;}
.slider_block-plitka .cat_pol-one:hover .cat_pol-one_bor{box-shadow:none;background:none;}
.slider_block-plitka + .lSAction > a {top: 35%;}
.slider_block-plitka{background:none;}

.slider_cont{position:relative;}
.slider_polka{
    position: absolute;
	top:164px;
    height: 40px;
    width: 100%;
    background: url(../img/fon_polka.png) 50% -150px repeat-y;
	background-size: 100% 355px;
}
@media (max-width: 1199px) {
	.slider_polka{
		top:175px;
	}
}


.slider_cont .slick-prev {
    background: url(../img/slide_prew_gr.png) center center no-repeat;
    left: 10px;
    top: 100px;
	z-index:5;
	transition: .3s 
}
.slider_cont .slick-next {
    background: url(../img/slide_next_gr.png) center center no-repeat;
    right: 10px;
    top: 100px;
	z-index:5;
	transition: .3s 
}
.slider_cont .slick-prev:hover {background: url(../img/slide_prew_sr.png) center center no-repeat;}
.slider_cont .slick-next:hover {background: url(../img/slide_next_sr.png) center center no-repeat;}
.slick-prev, .slick-next {
    width: 14px;
    height: 28px;
}
.slider_cont .slick-prev:before, .slider_cont .slick-next:before{font-size: 0px;}
.slick-disabled{display:none!important;}
/* Слайдер плитка End*/

/* Окно сообщений Begin*/
.popup_mes{ 
	display:none;
	position:fixed;
	width:530px;
	top:50%;
	margin-top:-200px;
	left:50%;
	margin-left:-265px;
	z-index:300;
	border: 1px solid #dddddd;
	padding:30px;
	background:#fff;
}
#popup_mes-text{
	padding:10px 0px;
}
#popup_mes-text p{
	line-height:1.5em;
}
#popup_mes-text a{
	display: inline-block;
	width:120px;
    line-height: 30px;
    margin: 20px 10px 0px 0px;	
}

@media (max-width: 530px) {
	.popup_mes{ 
		width:420px;
		margin-left:-210px;
		padding:20px;
	}	
}
@media (max-width: 420px) {
	.popup_mes{ 
		top:0px;
		margin-top:0px;
		left:0px;
		margin-left:0px;
		width:100%;
		padding:20px 10px;
	}	
}
/* Окно сообщений End*/

/* Окно авторизации Begin*/
.popup_auth{ 
	display:none;
	position:fixed;
	width:530px;
	top:50%;
	margin-top:-200px;
	left:50%;
	margin-left:-265px;
	z-index:300;
	border: 1px solid #dddddd;
	padding:30px;
	background:#fff;
}
@media (max-width: 530px) {
	.popup_auth{ 
		width:420px;
		margin-left:-210px;
		padding:20px;
	}	
}
@media (max-width: 420px) {
	.popup_auth{ 
		top:0px;
		margin-top:0px;
		left:0px;
		margin-left:0px;
		width:100%;
		padding:20px 10px;
	}	
}

.popup_auth-name{
	font-size:2.3em;
}
.popup_auth-error{
	margin:10px 0px;
	color:#cc0000;
}
.popup_auth-title{
	margin:10px 0px;
	font-size:.85em;
} 
.popup_auth-title_err{color:#cc0000;}
.popup_auth-ram_err{border:1px solid #cc0000 !important;}
.popup_auth form input[type="text"]{margin-bottom:15px;height:38px;}
.popup_auth form input[type="password"]{margin-bottom:25px;height:38px;}
.popup_auth form input[type="submit"]{
	display:inline-block;
	height:34px;
	max-width:145px;
	float:right;
}
.popup_auth form .popup-quick-label{
	display:inline-block;
	margin:7px 0px 0px 0px;
}

#USER_REMEMBER_frm{display:none;}
.popup_auth-soc{
	margin:40px 0px 20px 0px; /* 15px 0px 20px 0px; Окно авторизации плывет*/
	border-bottom:1px solid #dddddd;
	text-align:center;
	height:8px;
}
.popup_auth-soc p{
	display:inline-block;
	padding:0px 10px;
	background:#ffffff;
}
.popup_auth-soc_img{text-align:center;}
.popup_auth-soc_img img{margin:5px 15px;opacity:.9;transition:.3s}
.popup_auth-soc_img img:hover{margin:5px 15px;opacity:1;}
.popup_auth-reg, .popup_auth-pas{margin-top:20px;}
.popup_auth-reg{float:left;}
.popup_auth-pas{float:right;}
/* Окно авторизации End*/

/* Окно категории Begin*/
.category_main-img{width:100%;}
.category_main-href{float:right; padding-top:40px;font-size:.9em;color:#77a02f;}
.category_main-href:hover{text-decoration:underline;}
.category_main h1{font-size:2.5em; margin-top:35px;}
.category_main h2{font-size:2em; padding-top:30px;}
.category_main-text{font-size:.85em; color:#323232; margin-top:30px;line-height:1.5;}
.category_main-cont{padding-bottom:30px;}
.category_main-block{/*padding-bottom:30px;*/}
.category_main-block > div:nth-child(2n){background:#f8f8f8;}
.category_main-block > div:nth-child(2n){background:#f8f8f8;}
.category_main-block > div:nth-child(2n) .bx_item_detail_rating .bx_stars_bg {
	background: url(../img/stars_gr.png) no-repeat center;
}
.category_main_img{width:100%;}

@media (max-width: 767px) {
.category_main h1{font-size:2em; margin-top:15px;}
.category_main h2{font-size:1.6em; padding-top:10px;}
.category_main-text{margin-top:10px;}
.category_main-href{padding-top:15px;}
.category_main-cont {padding-bottom: 10px;}
}

/* Окно категории End*/

/* Все разделы Begin*/
.radel{
	margin-top:30px;
	display:flex;
}
.radel_main{
	text-align:center;
	width:25%;
}
.radel_main-name{
	color:#77a02f;
	font-size:1.7em;
	text-align:center;
}
.radel_main img{margin-top:30px;}
.radel_text{
	width:75%;
    column-count: 3;
    column-gap: 10px;
}
@media (max-width: 991px) {.radel_text{column-count: 2;}}
@media (max-width: 767px) {
	.radel{flex-direction: column;}
	.radel_main{width:100%;}
	.radel_text{width:100%;}
}
@media (max-width: 480px) {
	.radel_text{column-count: 1;}
	.radel_text-space{display:none!important;}
}
.radel_text-name{
	display:block;
	color:#55433d;
	font-size:1.15em;
	text-decoration:underline;
	padding:5px 0px 5px 10px;
	font-weight:bold;
}
.radel_text-razd, .radel_text-space{
	display:block;
	color:#55433d;
	padding:5px 0px 5px 10px;
}
.radel_text-razd:hover{background:#ebf3dd;}
.radel_text-name:hover{background:#ebf3dd;text-decoration:none;}
/* Все разделы End*/
/* Главная слайдер Begin*/
.main-slider{
	margin-top:10px;
	margin-bottom:10px;
	max-height:480px;
	overflow:hidden;
	padding:0px;
}
.main_slider_cont{
	width:100%;
	margin:0 auto;
}
@media (max-width: 700px) {
	.main_slider_cont{
		width:100%;
	}
}
#main_slider-cont{width:100000px;}
#main_slider-cont li{float:left;}

#main_slider-cont img {
	width:1200px;
	max-height:400px;
}

@media (max-width: 1220px) {
	#main_slider-cont img {
		width:100vw;
		max-height:400px;
	}
}
#main_slider-cont .desktop-hide {display: none !important;}
@media only screen and (max-width: 640px){
	#main_slider-cont .mobile-hide {display: none !important;}
	#main_slider-cont .mobile-show {display: block !important;}	
}
/* Главная слайдер End*/
/* Малый слайдер Begin*/

#small_slider-cont {
    margin: 0 20px;
    z-index: 1;
}


#small_slider-cont .slick-next{right:-19px;}
#small_slider-cont .slick-prev{left:-19px;z-index: 5;}
@media only screen and (min-width: 800px){
	.small_slider_cont{padding:0px 20px;}
	#small_slider-cont .slick-next{right:-29px;}
	#small_slider-cont .slick-prev{left:-29px;z-index: 5;}
}
#small_slider-cont .slick-next{background: url(../img/slide_next_gr.png) center center no-repeat;}
#small_slider-cont .slick-prev{background: url(../img/slide_prew_gr.png) center center no-repeat; background-color:transparent;}

#small_slider-cont .slick-slide{
	padding: 0 10px;
}
#small_slider-cont .slick-slide img{
	width:100%;
}


@media only screen and (max-width: 750px){
	#small_slider-cont .slick-arrow{
		display: none !important;
	}
	#small_slider-cont {
		margin: 0 0px;
	}
	#small_slider-cont .slick-slide{
/*		padding: 0 10px 0 0;*/
	}
	.small_slider{padding-right:0px;}
}
/*
.small_slider{
	max-height:200px;
	overflow:hidden;
}
.small_slider_cont{
	width:calc( 100% - 40px );
	margin:0 auto;
}


#small_slider-cont .slick-prev, #small_slider-cont .slick-next{
    width:80px;
    height:80px;
	top:100px;
}
.small_slider-one{
	max-height:200px;
	float:left;
}
.small_slider-cont{margin:0 auto;}
.small_slider-one img {
	width:100%;
	max-width:370px;
	height:200px;
	margin:0 auto;
}
.small_slider-img{width:100%;}
.small_slider-name{
	display:block;
	margin:0 auto;
	padding-top:20px;
	font-size:1.1em;
}
.small_slider-text{
	display:block;
	margin:0 auto;
	padding-top:5px;
	color:#777;
}
.small_slider_text{
	padding:0px 5px 20px 5px ;
	border-bottom:1px solid #dddddd;
}
*/
/* Малый слайдер End*/
/* Главная разделы Begin*/
.main_razdel {
	background:#f8f8f8;
}
.main_razdel h1{
	font-size:2.15em;
	color:#1a1a1a;
	text-align:center;
	padding:20px 0px;	
}
.main_razdel-cont{
	display:flex;
	flex-wrap: wrap;
	flex:0;
}
.main_razdel-one{
	display:flex;
	width:33.3%;
	border-radius:5px;
	margin-bottom:20px;
}
@media (max-width: 991px) {
	.main_razdel-one{
		width:50%;
	}
	.main_razdel-one_hpl{
		display:none;
	}
}
@media (max-width: 700px) {
	.main_razdel-one{
		width:100%;
	}
}

.main_razdel-one:hover{
	background:#ebebeb;
}
.main_razdel-img{
	margin-top:20px;
	position:relative;
	display:block;
	width:190px;
	height:160px;
	text-align:center;
}
@media (max-width: 400px) {
	.main_razdel-img{
		width:142px;
		height:120px;
	}
}
.main_razdel-img img{
	margin-top:2px;
}
@media (max-width: 400px) {
	.main_razdel-img img{
		width:64px;
		margin-top:1px;
	}
}

.main_razdel-href{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:170px;
	height:160px;
	background: url(../img/main/main_polka.png) no-repeat center;
	background-size:cover;
	margin-left:10px;
}
@media (max-width: 400px) {
	.main_razdel-href{
		width:142px;
		height:120px;
		margin-left:0px;
	}
}
.main_razdel-text{
	display:flex;
	flex-direction: column;
	justify-content: center;
	flex:1;
}
.main_razdel-name{
	font-size:1.15em;
	color:#323232;
}
.main_razdel-one:hover .main_razdel-name, .main_razdel-hide a:hover{
	color:#77a02f;
	text-decoration:underline;
}
.main_razdel-hide{
	color:#777;
	line-height:1.2;
	margin-top:10px;
	display:none;
}
.main_razdel-one_hpk{
	display:none;
}
.main_razdel-block_but{
	text-align:center;
}
.main_razdel-but_white, .main_razdel-but_green{
	display:inline-block;
	margin:35px 10px;
}
@media (max-width: 420px) {
	.main_razdel-but_white, .main_razdel-but_green{
		width:90%;
		margin:0px 10px 15px 10px;
	}
}
.main_razdel-but_white{
	padding:8px 40px;
}
.main_razdel-but_green{
	padding:10px 40px;
}
/* Главная разделы End*/
/* Главная top Begin*/
.main_top{
	position:relative;
	margin-top:25px; /*50px*/
	padding-bottom:5px; /*50px*/
	border-bottom:1px solid #d0cbc9;
}
.main_top-name{
	font-size:2.5em;
}

.main_top-href{
	position:absolute;
	top:0px;
	right:0px;
	display:inline-block;
	padding:10px 40px;
	background: url(../img/icon_but-go.png) no-repeat 90% 50%;
}

.main_top-href:hover{
	background-image:url(../img/icon_but-go_w.png);
}

@media (max-width: 1199px) {
	.main_top-name{
		font-size:2em;
	}
	.main_top-href{
		position:relative;
		margin-top:20px;
	}	
}
.main_top .cat_pol-one{
	float:left;
}
/* Главная top End*/
/* Главная Новости Begin*/
.main_news{
	position:relative;
	padding-top:50px;
	background:#fbfbfb;
}
.main_news-cont{
	display:flex;
}
.main_news-one{
	padding:15px;
	width:33.33%;
	margin-top:30px;
}
@media (max-width: 1199px) {
	.main_news-one{
		padding:10px;
	}
}
@media (max-width: 767px) {
	.main_news-one{
		width:50%;
		padding:5px;
	}
	.main_news-one:nth-child(3){
		display:none;
	}
}
@media (max-width: 540px) {
	.main_news-cont{flex-direction: column;margin-top:10px;}
	.main_news-one{width:100%;margin-top:10px;}
	.main_news-one:nth-child(3){display:block;}
/*	.main_news-one img{display:none;}*/
	.main_news-cont .blog_one_bor{padding:0px;}
}
.main_news-one:hover{
	background:#fff;
	box-shadow:0px 0px 20px rgba(0,0,0,.2);
}
.main_news-one img{
	width:100%;
}
.main_news-name{
	display:inline-block;
	color:#77a02f;
	line-height:1.3;
	font-size:1.3em;
	padding-top:15px;
	height:61px;
	overflow:hidden;
}
.main_news-name:hover{
	text-decoration:underline;
}
.main_news-data{
	display:inline-block;
	background: url(../img/icon_calend.png) no-repeat 0% 50%;
	height:22px;
	line-height:22px;
	color:#999999;
	font-style:italic;	
	padding-left:30px;
	margin-top:15px;
}
.main_news-text{
	display:inline-block;
	color:#323232;
	line-height:1.5;
	margin-top:10px;
	height:84px;
	overflow:hidden;
}
.main_news-but{
	display:inline-block;
	padding:10px 20px;
	margin-top:5px;
	float:right;
}
@media (min-width: 1200px) {
	.main_news-one:hover .main_news-but{opacity:1;}
	.main_news-one .main_news-but{opacity:0;}
}

.main_news-back {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 5px;
}

/* Главная Новости End*/

/* Главная Текст Begin*/
.main_text{
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
}
/* Главная Новости End*/

/* Описание Begin*/
.opisanie{
	font-size:.85em;
}
.opisanie p{
    line-height: 1.7;
	margin-bottom:15px;
}
.opisanie ul{
	margin-bottom:15px;
}
.opisanie ul li{
	background: url(../img/iconUl.png) 0% 7px no-repeat #fff;
    padding-left: 21px;
    line-height: 2.3;
}
/* Описание End*/

/* Регистрация Begin*/
.regis{
	position:relative;
	max-width:870px;
	margin:0 auto;
	padding-bottom:30px;
}
.regis h1{
	font-size:2.3em;
	padding-top:30px;
}
.regis_auth{
	position:absolute;
	top:57px;
	right:0px;
}
@media (max-width: 540px) {
	.regis_auth{
		position:relative;
		top:0px;
		margin-top:15px;
	}
}
.regis_auth a{
	color:#77a02f;
	text-decoration:underline;
}
.regis_text_main{
	font-size:1.3em;
	color:#777;
    padding-top:15px;
}
.regis_prim{
	display:flex;
	justify-content: space-around;
	margin-top:25px;
	border-bottom:1px solid #ebebeb;
	padding-bottom:30px;
}
@media (max-width: 767px) {
	.regis_prim{flex-direction: column;}	
}
.regis_prim-one{
	width:30%;
	text-align:center;
	max-width:250px;
}
@media (max-width: 767px) {
	.regis_prim-one{
		width:100%;
		max-width:none;
		margin:10px 0px;
	}
}
.regis_prim-one_img{
	height:70px;
	width:70px;
	border:1px solid #ebebeb;
	text-align:center;
	padding:20px 0px;
	border-radius:50%;
	margin:0 auto;
}
.regis_prim-one p{
	font-size:1.3em;
	line-height:1.5;
	margin-top:15px;
}
.regis_prim-one a{
	color:#77a02f;
	text-decoration:underline;
}
.regis_form{
	margin-top:30px;
}
.regis_form font.errortext {
	color:#cc0000;
	line-height:1.5;
	font-size:14px;
}
.regis_form-one{
	position:relative;
	display:flex;
	align-items: center;
	font-size:.85em;
	margin-top:35px;
}
.regis_form-one input[type="text"],.regis_form-one  input[type="password"]{
	height:36px;
}
@media (max-width: 767px) {
	.regis_form-one{
		flex-direction: column;
		justify-content:center;
		align-items:flex-start;
	}
}

.regis_form-one_h{
	display:none;
}

.regis_form-name{
	width:180px;
	text-align:right;
	padding-right:20px;
}
@media (max-width: 767px) {
	.regis_form-name{
		width:200px;
		text-align:left;
		margin-bottom:15px;
	}
	
}
.regis_form-inp{
	flex:1;
}
.regis_form-one_text{
	display:flex;
	align-items: center;
	font-size:.85em;
	margin-top:10px;
}
@media (max-width: 767px) {
	.regis_form-one_text .regis_form-name{
		display:none;
	}
}
.regis_form-text{
	flex:1;
	color:#777;
}
.regis_form-err{
	width:135px;
	color:#cc0000;
	padding-left:15px;
	opacity:0;
}
@media (max-width: 767px) {
	.regis_form-err{
		position:absolute;
		top:-20px;
		right:0px; 
	}
}
@media (max-width: 520px) {
	.regis_form-one_cap .regis_form-err{
		position:absolute;
		top:39px;
		right:0px; 
	}
}
.regis_form-inp_err{border:1px solid #ff0000 !important; color:#FF0000;}
.regis_form-err_act{opacity:1;}
.regis_form-cap{
	position:relative;
	display:flex;
	align-items: center;
	flex:1;
}
@media (max-width: 767px) {
	.regis_form-cap{
		width:100%;
	}
}
@media (max-width: 520px) {
	.regis_form-cap{
		flex-direction: column;
		align-items: flex-start;
	}
}
.regis_form-cap img{
	width:137px;
	height:36px;
}
.regis_form-cap input[type="text"]{margin:0px 20px;}
@media (max-width: 520px) {
	.regis_form-cap input[type="text"]{margin:20px 0px;}
}
.regis_form-sub{
	position:relative;
	display:flex;
	align-items: center;
	flex:1;
}
.regis_form-sub input[type="submit"]{
	width:140px;
	height:38px;
	background-image: url(../img/iconGoBas.png);
	background-position:90% 50%;
	background-repeat:no-repeat;
	padding-right:10px;
}
@media (max-width: 400px) {
	.regis_form-sub input[type="submit"]{
		font-size:1em;
	}
}

.regis_form-sub label{
	margin-left:20px;
	line-height:1.5;
}
.regis_form-sub label a{
	color:#77a02f;
}
.regis_form-sub label a:hover{
	text-decoration:underline;
}
@media (max-width: 520px) {
	.regis_form-name_sub{display:none;}
}
.reg_suc .regis_prim{border:none;}
.ord_er_mes{
    position: absolute;
	top:0px;
	right:0px;
    padding: 4px 12px 4px;
    line-height: 16px;
    background: #f2dedf;
    font: 11px "PT Sans",sans-serif;
    color: #f11a48;
	opacity: 0;
    transition: margin .3s,opacity 1s;
    z-index: 1;
}
.ord_er_mes:after {
	content: '';
    position: absolute;
    top: 100%;
    right: 50px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #f2dfdf transparent transparent transparent;
}

@media (min-width: 768px) {
	.regis_form-one .ord_er_mes{
		top:-28px;
		right:135px;
	}
}
@media (min-width: 768px) {
	.regis_form-one_cap .ord_er_mes{
		top:-28px;
		right:135px;
	}
}

/* Регистрация End*/

/* Регистрация окончание Begin*/
.reg_suc-name{
	font-size:2.3em;
	text-align:center;
	padding-top:40px;
}
.reg_suc-name_two{
	position:relative;
	font-size:1.7em;
}
.reg_suc-name_three{
	font-size:1.7em;
	text-align:center;
	padding-top:60px;
	padding-bottom:30px;
}

.reg_suc-text{
	font-size:1.3em;
	text-align:center;
	padding-top:20px;
	line-height:1.5;
	padding-bottom:60px;
}
.reg_suc-text_one{
	color:#323232;
	line-height:1.5;
	padding-top:25px;
}
.reg_suc-slider{
	background:#f7f7f7;
	padding:50px 0px;
}

.reg_suc-slider .bx_item_detail_rating,
.reg_suc-slider .cat_pol-one_price-old,
.reg_suc-slider .cat_pol-one_price,
.reg_suc-slider .cat_pol-one_nalich{
	display:none;
}
.reg_suc-slider .slider_block-plitka .cat_pol-one{
	height:270px;
}
.reg_suc-slider .slider_block-plitka{
	height:250px;
}

.reg_suc .regis_prim{
	padding-bottom:90px;
}
/* Регистрация окончание End*/


/* Подписка Begin*/
.subscription-text{
	margin-top:20px;
	line-height:1.5;
}
.subscription-cont{
	margin:20px 0px ;
	font-size:.92em;
}
.subscription-left{
	width:50%;
	float:left;
	color:#666666;
}
.subscription-right{
	width:49%;
	max-width:320px;
	float:right;
	padding-left:20px;
}
.subscription-right a{
	color:#77a02f;
}

@media (max-width: 767px) {
	.subscription-left{
		width:100%;
		float:none;
	}
	.subscription-right{
		width:100%;
		float:none;
		max-width:auto;
		padding-left:0px;
		margin-top:20px;
	}
	.subscription-cont input[type="text"]{
		max-width:320px; 
	}	
}
.subscription-cont input[type="text"]{margin:10px 0px;}
.subscription-cont p{line-height:1.5;}
.subscription-cont a{text-decoration:underline;}
.subscription-cont input[type="submit"], .subscription-cont input[type="reset"]{
	width:auto;
	padding:10px 30px;
    border-radius: 5px;
}
.subscription-cont input[type="submit"]{
    display: inline-block;
    background-color: #77a02f;
    color: #fff;
    text-align: center;
	transition:.2s;
}
.subscription-cont input[type="submit"]:hover{
    background-color: #648727;
}
.subscription-cont input[type="reset"]{
	background-color:#bbb;
	margin-left:10px;
	transition:.2s;
}
.subscription-cont input[type="reset"]:hover{
	background-color:#ccc;
}
.subscription-cont input[type="checkbox"]{display:none;}
.subscription-clear{margin-left:30px;}
.subscription-cont label{padding: 7px 20px 7px 35px;}
.subscription-dr_no{color:#999;}
.subscription-status {
	border-radius:5px;
	padding:15px;
	margin-bottom:20px;
}
.subscription-status-activ{
	background: url(../img/subscriptionOk.png) 95% 50% no-repeat #dff0d8;
	color:#527c41;
	border:1px solid #d6e9c6;
}
.subscription-status-noactiv{
	background: url(../img/subscriptionNoOk.png) 95% 50% no-repeat #f2dede;
	color:#922929;
	border:1px solid #ebccd1;
}
.subscription-name{font-size:1.3em;}
/* Подписка End*/
/* Смена пароля Begin*/
.rest_pas{
	max-width:540px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:100px;
	padding:30px;
	border:1px solid #dddddd;
	border-radius:10px;
}
.rest_pas h1{
	font-size:2.3em;
}
.rest_pas p{
	padding-top:20px;
	line-height:1.5;
}
.rest_pas .rest_end p{
	padding-top:0px;
	line-height:1.5;
}
.rest_pas span{
	padding-top:20px;
	font-size:.85em;
}
.rest_pas-inp{
	display:flex;
	flex-wrap: wrap; 
}
.rest_pas input[type="text"]{
	margin:10px 10px 0px 0px;
	display:inline-block;
	width:auto;
	flex:1;
}
.rest_pas .rest_end input[type="text"]{
	margin:10px 0px 0px 0px;
	display:inline-block;
	width:100%;
	flex:0;
}
.rest_pas input[type="submit"]{
	margin-top:10px;
	display:inline-block;
	width:160px;
	padding:9px 10px;
}
@media (max-width: 500px) {
	.rest_pas-inp{
		flex-direction: column;
	}
	.rest_pas input[type="text"]{
		width:100%;
	}
}
.rest_pas a{
	display:inline-block;
	margin-top:20px;
	color:#77a02f;
}
.rest_pas a:hover{text-decoration:underline;}
.but_center_cont{text-align:center;}
/* Смена пароля End*/
/* 404 begin*/
.cont_404{
	margin:0 auto;
	display:flex;
	justify-content: center;
	align-items: center;
	background: url(../img/fon_404.jpg) 50% 50% no-repeat;
	background-size:100%;
    width: 90%;
	padding:150px 30px 250px 30px;
}
@media (max-width: 1000px){.cont_404{padding:150px 30px 200px 30px;}}
@media (max-width: 850px){.cont_404{padding:100px 30px 150px 30px;}}
@media (max-width: 700px) {
	.cont_404{
		background:none;
		flex-direction: column;
		padding:50px 30px;
	}
}
@media (max-width: 550px) {
	.cont_404{
		background:none;
		flex-direction: column;
		padding:30px 0px;
	}
}
.cont_404 img{width:100%;}
.cont_404-left{
	width:50%;
	text-align:center;
	padding:0px 80px;
}
@media (max-width: 700px) {
	.cont_404-left{
		width:100%;
	}
}
@media (max-width: 550px) {
	.cont_404-left{
		padding:0px 20px;
	}
}
.cont_404-right{
	width:50%;
}
@media (max-width: 700px) {
	.cont_404-right{
		width:100%;
	}
}
.cont_404-right p{
	text-align:center;
	font-size:.85em;
	line-height:2;
	padding:20px 40px;
}
@media (max-width: 550px) {
	.cont_404-right p{
		padding:20px 0px;
		-ms-hyphens: none;
		-webkit-hyphens: none;
		hyphens: none;
	}
}
.cont_404-href{
	padding:20px 0px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.cont_404-href a{
	color:#77a02f;
	padding: 0px 10px;
}
.cont_404-href a:hover{text-decoration:underline;}
/* 404 End*/
/* Все авторы begin*/ 
.author_all .select-abc{
	margin-bottom:20px;
}
.author_all #serii_cont{
	margin-top:0px;
}
.author_all #nav_cont{
	margin-top:20px;
}
/* Книги автора end*/ 
/* Книги автора begin*/ 
.autor_cont-top{
	border-bottom:1px solid #ddd;
	padding:20px 0px;
	margin-bottom:20px;
}
.autor_cont-top_name{
	font-size:1.15em;
}
/* Книги автора end*/ 
/* Окно подписки begin*/ 
.popup-window-buttons .btn{
	cursor:pointer;
}
.popup-window-buttons .btn-primary{
	display: inline-block;
    padding: 5px 25px;
	margin:0px 10px;
	background-color:#77a02f;
	color:#fff !important;
	border-radius:5px;
	font-size:14px;
	text-decoration:none!important;
	cursor:pointer;
	text-align:center;
	transition:.3s
}
.popup-window-buttons .btn-primary:hover{
	background-color:#648727;
	text-decoration:none;
}
/* Окно подписки Книги автора end*/ 
/* Поиск результат------------------------------------------------------------------------------------- begin */
.main_search{
	padding-bottom:60px;
}
.search_main-form{
	position:relative;
	max-width:570px;
}
.search_main-form input[type="text"] {
    padding: 11px 35px 10px 15px;
    width: calc(100% - 39px);
    border-radius: 4px 0px 0px 4px;
}
.search_main-form input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    height: 39px;
    width: 39px;
    background: url(../img/icon_search.png) 50% 50% no-repeat #77a02f;
    border-radius: 0px 5px 5px 0px;
    float: right;
    transition: .3s;
}
.search_main-original{
	color:#555555;
	margin:5px 0px 5px 15px;
}
.search_main-name{
	color:#000;
	font-size:2.5em;
	margin:20px 0px 20px 0px;
}
.searh-avtor-cont{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.searh-avtor-block{
	display:inline-block;
	padding:20px;
	border: 1px solid #ddd;
	width:calc(100% / 4 - 10px);
	margin-bottom:10px;
	text-align:center;
	color:#77a02f;
	text-decoration:underline;
	border-radius:5px;
}
@media (max-width: 900px) {
	.searh-avtor-block{width:calc(100% / 2 - 10px);}
}
@media (max-width: 500px) {
	.searh-avtor-block{width:calc(100% / 1 - 10px);}
}
.searh-avtor-block:hover{
	border: 1px solid #77a02f;
	text-decoration:none;
}
.searh-avtor-block b{color:#555;}
.poisk_tabs-header{
	padding:50px 0px 20px 0px;
	border-bottom:1px solid #e7e7e7;
}
.poisk_tabs-header a{
	padding: 20px 40px;
	background:#f5f4ed;
	border-radius:5px 5px 0px 0px;
	margin-right:5px;
}
.poisk_tabs-header > a > font{
	font-weight:bold;
}
.poisk_tabs-header a.poisk_tabs-activ{background:#77a02f!important;color:#fff;cursor:default;}
.poisk_tabs-header a:hover{background:#e0e0da;}
.poisk_tabs-detail{display:none;}
.poisk_tabs-cont .activ{display:block;}
@media (max-width: 600px) {
	.poisk_tabs-header a font{display:none;}
	.poisk_tabs-header a{padding:13px;}
	.poisk_tabs-header{
		padding:50px 0px 13px 0px;
	}
}
.poisk_cont-one{
	position:relative;
	border-bottom: 1px solid #e7e7e7;	
}
.poisk_articul-cont{
	text-align:center;
	padding:3px 0px;
}
.poisk_articul{
	display:inline-block;
}
.poisk_cont-one .slider_block-plitka .cat_pol-one {height: 377px;}
.poisk_cont-one .slider_block-plitka {height: 377px;}
.main_search .cat_pol-one:hover .cat_pol-one_bor{
	box-shadow:none;
	border-radius:0px;
	background:none;
}
.main_search .slider_pol-one_name b{
	color:#555;
}
@media (max-width: 1199px){
	.main_search .main_top-href {margin-top:0px;}
	.main_search .searh-avtor-view {margin-top:30px;}
	.main_search .cat_pol-one {
		height: 345px;
		margin:0px;
	}
	.main_search .serii_block-plitka{
		background: url(../img/fon_polka.png) 50% 20px repeat-y;
		background-size: 100% 345px;
	}	
}
.main_search .slider_block-plitka {background: none;}
.search_tabs .cat_pol-one{
	width:200px; /* Для серии */
}
/*Разметка для серии (на весь экран)*/
@media (max-width: 1199px){.search_tabs .cat_pol-one{width:20%;}.serii_block-plitka{padding:0px 5px;}}
@media (max-width: 999px) {.search_tabs .cat_pol-one{width:25%;}}
@media (max-width: 799px) {.search_tabs .cat_pol-one{width:33.33%;}}
@media (max-width: 599px) {.search_tabs .cat_pol-one{width:50%;}}
.main_search .slider_polka {top: 164px;}
/* Поиск результат------------------------------------------------------------------------------------- end */
/*Для админов begin*/
.admin_main{
}
.admin_main-catalog{
	width:300px;
}
.admin_main h1, .admin_main h2{
	padding: 10px 0px 10px 20px;
    font-weight: bold;	
}
.admin_main a{text-decoration:none;cursor:pointer;transition:.3s;}
.admin_main a:hover{text-decoration:underline/*!important*/;}
/*Для админов end*/
.big_data{font-size:1.85em;}
@media (max-width: 500px) {.big_data{font-size:1.3em;}}
@media (max-width: 350px) {.big_data{font-size:1.15em;font-weight:bold;}}
/*БигДата begin*/
.big_data-section .product-item-small-card .row{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(../img/fon_polka.png) 50% 20px repeat-y;
    background-size: 100% 345px;	
}
.big_data-section .product-item-small-card .row > div {width:16%;}
.big_data-section .product-item-small-card .row > div .cat_pol-one{width:100%;}
@media (max-width: 1000px){.big_data-section .product-item-small-card .row > div {width:33%;}}	
@media (max-width: 560px){.big_data-section .product-item-small-card .row > div {width:50%;}}	
@media (max-width: 320px){.big_data-section .product-item-small-card .row > div {width:100%;}}	
@media (max-width: 1199px){
	.big_data-section .product-item-small-card .row .cat_pol-one {
		height: 345px;
		margin: 0px 0px;
	}
}	
/*БигДата end*/
/* Оптовикам begin */
.opt_one{
	display:flex;
	padding-top:40px;
	padding-bottom:40px;
}
.opt_one-left{width:50%}
.opt_one-name{
	font-size:2.5em;
}
.opt_one-title{
	padding-top:20px;
	font-size:1.15em;
	line-height:1.3;
}
.opt_one-text{
	padding-top:20px;
	color:#777; 
	line-height:1.3;
}
.opt_one-href{
	margin-top:25px;
	display:inline-block;
	padding:15px 20px;
	font-size:1.15em;
}
.opt_one-right{width:50%}
@media (max-width: 992px) {
	.opt_one{flex-direction: column-reverse;}
	.opt_one-left{width:100%; padding-top:20px;}
	.opt_one-right{width:100%;text-align:center;}
}
.opt_block-name{
	text-align:center;
	font-size:2em;
}
.opt_fon{
	background:#efeee4;
	padding-top:40px;
	padding-bottom:40px;
}
.opt_no_fon{
	padding-top:40px;
	padding-bottom:40px;
	border-bottom:1px solid #ccc;
}
.opt_two{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.opt_two-block{
	padding-top:25px;
	width:33%;
	text-align:center;
}
@media (max-width: 992px) {.opt_two-block{width:50%;}}
@media (max-width: 668px) {.opt_two-block{width:100%;}}
.opt_two-block p{
	font-size:1.3em;
	padding:20px 20px 0px 20px;
	line-height:1.5;
	color:#222;
}
.opt_three{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.opt_three-block{
	padding-top:25px;
	width:33%;
	text-align:center;
}
@media (max-width: 992px) {.opt_three-block{width:50%;}}
@media (max-width: 668px) {.opt_three-block{width:100%;}}
.opt_three-block p{
	font-size:1.3em;
	padding:20px 20px 0px 20px;
	line-height:1.5;
	color:#222;
	text-align:left;
}
.opt_three-block span{
	font-size:1.15em;
	padding:20px 20px 0px 20px;
	line-height:1.5;
	color:#777;
	text-align:left;
}
.opt_five{
	display:flex;
	padding-top:30px;
	padding-bottom:30px;
}
.opt_five-name{
	padding-top:20px;
	font-size:1.45em;
}
.opt_five-phone{
	display:block;
	font-size:1.7em;
	color:#55433d;
	background:url(../img/iconPhoneMain.png) 0px 20px no-repeat;
	padding:15px 0px 0px 30px;
}
.opt_five-time{
	font-size:1.7em;
	padding-top:15px;
}
.opt_five-title{
	color:#a1a1a1;
	padding-top:5px;
}
.opt_five-adr{
	display:inline-block;
	background:url(../img/iconPhoneMark.png) 0px 0px no-repeat;
	padding-left:20px;
	margin-top:10px;
}
.opt_five-adr p{
	font-size:1.15em;
	color:#80ad2f;
	border-bottom: 1px dotted #80ad2f;
}
.opt_five-right #map_canvas{height:450px;}
.opt_five-left{width:35%}
.opt_five-right{width:65%}
@media (max-width: 992px) {
	.opt_five{flex-direction: column;}
	.opt_five-left{width:100%;}
	.opt_five-right{width:100%;padding-top:20px;}
}
/* Оптовикам end */
/*Заказ доставка begin*/
.order_cont-profile{
	width:100%;
	margin:0px 30px 20px 0px;
}
.order_profile-one{
	border:1px solid #e8e8e8;
	border-radius:7px;
	margin-bottom:20px;
}
.order_profile-one_header{
	font-size:1.28em;
	background:#f7f7f7;
	padding:20px;
}
.order_profile-one_body{
	padding:20px;
}
.order_deliv-title{font-size:1.14em;font-weight:bold;margin-bottom:20px}
#all_profile input[type="radio"]{display:none;}
.label_profile{
	display:block;
	padding:15px;
	border:1px solid #cfcfcf;
	display:flex;
	justify-content: space-between;
	align-items: center;
	cursor:default;
}
.label_profile-cont{
	font-size:1.14em;
	line-height:1.5;
	padding-right:20px;
	width:100%;
}
.label_profile-edit{
	display:block;
	width:30px;
	height:20px;
	background: url(../img/profile_edit.png) 50% 50% no-repeat;
}
.label_profile-del{
	display:block;
	width:30px;
	height:20px;
	background: url(../img/profile_del.png) 50% 50% no-repeat;
}
.new_profile{
	display:block;
	padding:15px;
	border:2px solid #77a02f;
	border-radius:5px;
	margin-top:15px;
	text-align:center;
}
.new_profile span{
	margin:0 auto;
	padding-left:20px;
	background: url(../img/iconPlusGr.png) 0% 50% no-repeat;
}
.basket-back{
    width: 145px;
    line-height: 45px;
    margin: 0 auto;
    margin-top: 40px;
    background: url(../img/icon_back_bas.png) 25px 50% no-repeat #55433d;
    padding: 0px 10px 0px 20px;
}
.deliv_info{
	font-size:1.15em;
	margin-bottom:15px;
}
/*Комментарий клиента*/
.profile_name_hid{display:none;}
.profile_name_upr{cursor:pointer;background: url(../img/icon_faq_plus.png) 98% 50% no-repeat #f7f7f7;}
.profile_name_act{background: url(../img/icon_faq_minus.png) 98% 50% no-repeat #f7f7f7;}
/*Заказ доставка end*/
/*Заказ доставка редактирование begin*/
.deliv_vibor{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.deliv_vibor input[type="radio"]{display:none}
.deliv_vibor input[type="radio"]:checked+label.deliv_vibor-label{
	border:2px solid #77a02f;
	background: url(../img/profile_ok.png) 10px 50% no-repeat;
} 
.deliv_vibor-label{
	display:flex;
	justify-content:flex-start;
	align-items: center;
	padding:10px 10px 10px 40px;
	width:32%;
	border:2px solid #cfcfcf;
	background: url(../img/profile_no.png) 10px 50% no-repeat;
}
.deliv_vibor-label p{
	line-height:1.5;
	font-weight:bold;
	color:#77a02f;
	margin-left:10px;
}
.deliv_vibor-label span{
	font-size:1.14em;
	color:#000;
}
@media (max-width: 1100px) {
	.deliv_vibor{flex-direction: column;}
	.deliv_vibor-label{width:100%;}
}
.edit_profile-all{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
#delivery_poluch, #delivery_adr{width:48%}
#delivery_adr .maxheight{margin:5px 0px;}
#delivery_adr .jq-selectbox__select {height: 36px;}
#city_select-text{line-height:36px;}
.edit_profile-name{
	padding:25px 0px 5px 0px;
	font-size:1.1em;
	font-weight:bold;
	color:#222;
}
.edit_profile-name span{color:red;}
@media (max-width: 600px) {
	.deliv_vibor{flex-direction: column;}
	.deliv_vibor-label{width:100%}
	.edit_profile-all{flex-direction: column;}
	#delivery_poluch, #delivery_adr{width:100%}
	
}
.mask_phone {
    padding: 10px 10px 10px 40px !important;
    background: url(../img/flag_ua.png) 10px 50% no-repeat;
}
.ord_er_mes-cont{
	position: relative;
    padding-top: 3px;
}
.TiOrder-Name {
	position:relative;
    padding: 24px 0px 0px 0px;
    font-size: 0.9em;
    color: #222;
}
.TiOrder-Name span{color: red;}
.np_list{
	position:absolute;
	display:none;
	border:1px solid #dddddd;
	max-height:130px;
	overflow-y:scroll;
	z-index:1000;
	background-color:#fff;
	width:calc(100% - 2px);
	top:40px;
}
.np_list li{
	padding:5px 10px;
	cursor:pointer;
}
.np_list li:hover{background-color:#77a02f;color:#fff;} 
.np_list li.myClass{background-color:#eee;}
#bb_dom, .bb_dom{margin-right:10px !important;}
input[type="text"].np_input{
	width:100%;
	margin: 5px 0px;
}
.dom_kv_cont{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.dom_kv_cont .TiOrder-Name{
	width:48%;
}
/*Выбор города новая почта*/
.sity_sel-cont{
	position:relative;
}
#sitySelCont{
	display:none;
	width:100%;
	top:24px;
	position:absolute;
	z-index:2;
	background:#fff;
	border: 1px solid #ddd;
    padding: 0px 3px 3px 3px;	
}
.sitySelInp{background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;}
.sitySel{
	max-height:130px;
	overflow: auto;
    overflow-x: hidden;
}
.sitySel::-webkit-scrollbar { width: 6px;}
.sitySel::-webkit-scrollbar-button {  background-color: #ffffff; background-image:url('');background-repeat:no-repeat;width:6px;height:0px}
.sitySel::-webkit-scrollbar-thumb {background-color: #77a02f; border-radius: 3px;}
.sitySel::-webkit-scrollbar-track {  background-color: #e6e6e6; border-radius: 3px;}
.sitySel::-webkit-scrollbar-track-piece { background-color: #e6e6e6; border-radius: 3px;}
.sitySel::-webkit-resizer { background-color: #f00;}
.sitySelStr{
	line-height: 20px;
    padding: 3px 10px;
    color: #231F20;
	cursor:pointer;
}
.sitySelStr:hover{
	background:#77a02f!important;
	color:#fff!important;
}
.sitySelStrActiv{
	background:#77a02f;
	color:#fff;
}
#sitySelList:hover .sitySelStrActiv{
	background:#fff;
	color:#000;
}
#sitySelMes{
	line-height: 20px;
    padding: 3px 10px;
    color: red;
}
/*Заказ доставка редактирование end*/
/*Редактор блога begin*/


.adm_blog-edit #adm_cont_blog{padding:5px;}
.adm_blog-edit #adm_cont_blog-new{margin-top:20px;}
.adm_mes_blog{max-height:100px;overflow:hidden;}
.adm_blog-edit .adm_cont_blog{
	position:relative;
	border-top:3px dashed #77a02f;
	margin:20px 0px 0px 0px;
}
.adm_blog-edit .adm_cont_blog button{
	display:inline-block;
	padding: 5px 15px;
	margin-bottom: 5px;
}
.adm_blog-edit .adm_upr_blog{
	position: absolute;
	display:block;
    top: 7px;
    right: 10px;
    z-index: 1;	
	background:#fff;
	padding:3px;
}
.adm_blog-edit .adm_cont_blog_del{
	display:block;
    height: 16px;
    width: 16px;
	background: url(../img/icon_del.png) 50% 50% no-repeat;
}
.adm_blog-edit textarea{
	font-size:1em;
	line-height:1.2;
    display: block;
    height: 100%;
	margin-top:15px;
}
.adm_blog-edit .adm_serii_edit{display:flex;margin-top:10px;}
.adm_blog-edit .adm_serii_edit a{padding:5px 15px; margin-right:10px;}
.adm_blog-edit #adm_div_edit{display:flex;margin-top:10px;}
.adm_blog-edit #adm_div_edit a{padding:5px 15px; margin-right:10px;}
.adm_blog-edit .adm_edit_hide{display:none;}
.adm_blog-edit .adm_cont_blog-text{cursor:pointer;}
.adm_blog-edit .adm_cont_blog-preview{width:390px;padding:20px 0px 0px 0px;}
.adm_blog-edit #previewPic{
	width:370px;
	height:277px;
	margin-bottom:10px;
	background:#ddd;
}
.adm_blog-edit #previewPic img{width:370px;height:277px;}
.adm_blog-edit .blog-adm_title{
	position:absolute;
	display:inline-block;
	text-align:center;
	font-size:1.2em;
	top:-12px;
	left:20px;
	background:#fff;
	padding:0px 10px;
	color:#77a02f;
}
.adm_blog-edit #previewPic-reply, .adm_blog-edit #detailPic-reply{margin-top:10px;}
.adm_blog-edit .blogPic-save{
	display:none;
	margin-top:10px;
	padding: 5px 15px;
}

.adm_blog-edit .adm_cont_blog-detail{width:1200px;padding:20px 0px 0px 0px;}
.adm_blog-edit #detailPic{
	width:1200px;
	height:628px;
	margin-bottom:10px;
	background:#ddd;
}
.adm_blog-edit #detailPic img{
	width:1200px;
	height:628px;
}
.adm_blog-edit #adm_blog{padding:15px 0px 10px 0px;}
.adm_blog-edit .blogPic{
	width:100%;
	min-height:50px;
	background:#eee;
	margin:20px 0px 10px 0px;
	text-align:center;
}
.adm_blog-edit .inpBlogPic_reply{margin-top:10px;}
.adm_blog-edit .adm_razd_save input[type="text"]{width:300px;margin-right:10px;}
.adm_blog-edit .blog_news-spic_ptic{margin-top:20px;}
.adm_blog-edit .adm_razd_save a.but_green{
	display: inline-block;
    padding: 11px 15px;
}
.blog_news_text .cat_pol-one_text{font-size: 14px;line-height:1;}
.blog_cont_seria, .blog_cont_books{/*min-height:370px;*/}
#editSerii, #editBooks, #editSlider{z-index:201;}
.adm_blog-edit .adm_slider_edit{display:flex;margin-top:10px;}
.adm_blog-edit .adm_slider_edit a{padding:5px 15px; margin-right:10px;}
#delSlider-cont{max-height:153px;overflow-y:scroll;}
#delSlider-cont a{
	display:block;
	color:#77a02f;
	padding:3px 0px;
}
#delSlider-cont a:hover{color:#ff0000;}
#delSlider-cont::-webkit-scrollbar { width: 6px;}
#delSlider-cont::-webkit-scrollbar-button {  background-color: #ffffff; }
#delSlider-cont::-webkit-scrollbar-thumb {background-color: #77a02f; border-radius: 3px;}
#delSlider-cont::-webkit-scrollbar-track {  background-color: #e6e6e6; border-radius: 3px;}
#delSlider-cont::-webkit-scrollbar-track-piece { background-color: #e6e6e6; border-radius: 3px;}
#delSlider-cont::-webkit-resizer { background-color: #f00;}
.adm_blog-edit .blog_edit_soderg{margin: 20px 0px;}
.adm_blog-edit .blog_edit_soderg p{margin:5px 0px;}
.adm_blog-edit .blog_edit_soderg input[type="text"]{width:600px;margin-right:10px;}
.adm_blog-edit .soderg_zap_del{
display: inline-block;
    height: 16px;
    width: 16px;
    background: url(../img/icon_del.png) 50% 50% no-repeat;
    margin-left: 20px;
}
/**/

.blog_list_edit a.blog_lang_href{
	display: inline-block;
    margin: 0px 10px 0px 0px;
    border: 2px solid #e7e7e7;
    background: #ffffff;
    color: #000000;
    border-radius: 5px;
    line-height: 30px;
    padding: 0px 12px;
    transition: .2s;	
}
.blog_list_edit a.blog_lang_href:hovet{
	text-decoration:none;
}

.blog_lang_text{
	display: inline-block;
    margin: 0px 10px 0px 0px;
	border: 2px solid #77a02f;
    background: #77a02f;
    color: #fff;	
    border-radius: 5px;
    line-height: 30px;
    padding: 0px 12px;
	overflow:visible;
}

.blog_list_edit a, .blog_list_edit span{
	color:#77a02f;
	display:block;
	padding:5px;
}
.blog_list_edit a:hover{text-decoration:none;background:#f5f4ed;}
.blog_list_edit img{width:50px;margin:0px 5px 0px 0px;}
#context_menu{
	display: none;
	position: absolute;
	top:-300px;
	left:300px;
	z-index: 300;
}
.context_menu{
	display:block;
	border:1px solid #ddd;
	background:#fff;
	padding:20px 30px;
	widtH:450px;
}
.context_menu input[type="text"]{margin-bottom:15px;}
.context_menu p{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:20px;
}
.context_menu button{
    display: inline-block;
    width: 120px;
    line-height: 30px;
    margin: 20px 10px 0px 0px;
}
.razd_blog_data_from, .razd_blog_data_seo {margin:20px 0px 0px 0px;}
.razd_blog_data_from input[type="text"]{
	width:300px;
	margin:0px 10px 0px 0px;
	display:inline-block;
}
.razd_blog_data_seo input[type="text"]{
	width:1090px;
	margin:0px 10px 0px 0px;
	display:inline-block;
}

.razd_blog_data_from .but_green, .razd_blog_data_seo .but_green{display:inline-block;padding:10px 15px;}
.adm_blog-edit .blog_cont_blog{margin:20px 0px;}
#editBlog{display:none;}
#editBlog_cont input[type='checkbox']{display:none;}
#editBlog_cont input[type='text']{margin:5px 0px;}
#form_blog{max-height:153px;overflow-y:scroll;border:1px solid #ddd;}
#form_blog::-webkit-scrollbar { width: 6px;}
#form_blog::-webkit-scrollbar-button {  background-color: #ffffff; }
#form_blog::-webkit-scrollbar-thumb {background-color: #77a02f; border-radius: 3px;}
#form_blog::-webkit-scrollbar-track {  background-color: #e6e6e6; border-radius: 3px;}
#form_blog::-webkit-scrollbar-track-piece { background-color: #e6e6e6; border-radius: 3px;}
#form_blog::-webkit-resizer { background-color: #f00;}

.blog-adm_move-up, .blog-adm_move-down{
	position: absolute;
	top: -12px;
	display: block;
	width: 20px;
	height:20px;
	background-position: 50% 50%;
	background-size: 10px 12px;
	background-repeat: no-repeat;	
	background-color:#fff;
}
.blog-adm_move-up{
	background-image: url(../img/iconStrUp.png);
	left: 0px;
}
.blog-adm_move-down{
	background-image: url(../img/iconStrDown.png);
	left: 90px;
}

.blog_main_list{
	position:relative;
	display:inline-block;
	white-space:nowrap;
}

.blog_main_list-hid li{
	padding: 6px 10px;
}


.blog_main_list-hid{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	z-index:1;
	visibility: hidden;
	background:#fff;
	border:1px solid #eee;
	padding: 6px 0px;
}
.lang_show, .sec_show{
	visibility: visible;
}


.blog_sel_open{
/*    color: #77a02f;*/
    background: url(../img/icon_sel_open.png) 100% 55% no-repeat;
    padding-right: 20px;
}
/*Редактор блога end*/

/*Переключатель языка begin*/
.leng_mob{
	float:left;
	margin: 15px 0px 0px 13px;
}
@media (min-width: 992px) {
	.leng_mob{display:none;}
}
.header_top-leng{
	position:relative;
	padding:2px 0px;
}
.header_top-leng_name{
	width:40px;
	background: url(../img/icon_menu-main.png) 100% 48% no-repeat;
	text-align:left;
}
.header_top-leng_name span{
	color:#55433d;
	background-color:#efeee4;
	padding:6px 4px;
	border-radius:50%;
}
.header_top-leng_hide{
	display:none;
	position:absolute;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	z-index:125;
	left:-10px;
	top:34px;
	padding:7px 0px;
	background-color:#fff;
	border-radius:5px;
}
.header_top-leng_hide li button{
	font-size:1em;
	padding:7px 20px;
}
.header_top-leng_hide li button:hover{
	text-decoration:none;
	color:#fff;
	background-color:#77a02f;
}
/*Переключатель языка end*/

/* Детальная слайдер Begin */
.det_car-cont{
	display:flex;
	justify-content: center;
	align-items: center;
}
.example-image-link{
	display:flex;
	align-items: flex-end;
}
.example-image-link img{
	cursor:pointer;
	cursor:zoom-in;
}

.kar_active{display:inline-block!important;}
.slide_active{display:inline-block!important;}
.det_car-win{
	width:255px;
	overflow:hidden;
}
.det_car-slider{
	position:relative;
	height:75px;
	transition: left .5s;
}
.det_car-element{
	width:75px;
	height:75px;
	margin:0px 5px;
	float:left;
	border:1px solid #ddd;
	padding:1px;
}
.det_car-element img{
	cursor:pointer;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.det_car-next, .det_car-prew{
	width: 14px;
	height: 28px;
}
.det_car-next{background: url(../img/next.png) center center no-repeat;}
.det_car-prew{background: url(../img/prew.png) center center no-repeat;}

#kar_Search-fon{
    position: fixed;
    top:0;
    left:0;
	right:0;
	bottom:0;
    z-index: 1000;
    background: rgba(0,0,0,.7);
	display:none;
}
#kar_Search{
	position: fixed;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
	display:none;
}
.kar_Search-close {
    position: absolute;
    top: -45px;
    right: -20px;
    text-decoration: none;
    font-size: 60px;
    font-weight: 100;
    color: #fff;
	cursor:pointer;
}

@media (max-width: 992px) {
	#kar_Search{
		right: 10px;
		left: 10px;
	}
	.kar_Search-close {
		right: 0px;
	}
}
@media (max-width: 768px) {
	#kar_Search{
		right: 0px;
		left: 0px;
	}
	.kar_Search-close {
		right: 10px;
	}
}

#kar_Search-cont{
	padding:30px;
	background:#fff;
	width: calc(100vh - 80px);
    height: calc(100vh - 80px);	
    display: flex;
    align-items: center;
    justify-content: center;
}
#kar_Search img{
	max-height:100%;
	max-width:100%;
}
.kar_Search-right, .kar_Search-left{
	display: block;
    background-image: url(../img/chevron-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;	
	cursor:pointer;
}
.kar_Search-right{transform: rotate(90deg);}
.kar_Search-left{transform: rotate(270deg);}
.video_cont{position:relative;padding-bottom:56.25%;padding-top:25px;height:0;width:100%}
.video_cont iframe {position:absolute;top:0;left:0;width:100%;height:100%;}

.detal_video{position:relative;display:inline;cursor:zoom-in;}
.detal_video::after{
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/play_gr.png) no-repeat; 
	background-size: cover;
    width: 56px;
    height: 56px;
    margin-top: -23px;
    margin-left: -23px;
	cursor:pointer;
	transition: background 0.3s;
	cursor:zoom-in;
}	
.detal_video:hover::after{
    background: url(../img/play.png) no-repeat; 
	background-size: cover;
}	

.detal_video-sm{position:relative;display:inline;cursor:pointer;}
.detal_video-sm::after{
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/play_gr.png) no-repeat; 
	background-size: cover;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
	cursor:pointer;
	transition: background 0.3s;
}	
.detal_video-sm:hover::after{
    background: url(../img/play.png) no-repeat; 
	background-size: cover;
}	

@media (orientation: portrait){
	#kar_Search-cont{
		width: calc(100vw - 80px);
		height: calc(100vw - 80px);
	}
}
/* Детальная слайдер End */

/* Политика cookie Begin*/
#politica{
	position:relative;
	width:100%;
	top:0px;
	background:#383838;
	color:#fff;
	overflow:hidden;
	transition: max-height .5s;
	max-height:0px;
	line-height:1.5;
}

@media (max-width: 991px) {
	#politica{
		position:fixed;
		top:auto;
		bottom:0px;
		z-index:110;
	}
}

.politica_cont{
	padding:20px 0px;
	display:flex;
	justify-content: space-between;
}
.politica_left{
	margin-right:30px;
}
.politica_right{
	flex-shrink:0;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.politica_activ{
	max-height:500px !important;
}
.politica_href{
	color:#77a02f;
    background: url(../img/icon_cookis.png) 0px 2px no-repeat;
	padding:3px 0px 5px 25px;
	text-align:left;
	margin-right:20px;
}
.politica_href br{display:none;}
.politica_left br{display:block;}
@media (max-width: 1120px) {
	.politica_href br{display:block;}
	.politica_left br{display:none;}
}
@media (max-width: 991px) {
	.politica_href br{display:none;}
	.politica_cont{
		padding:15px 10px;
		flex-direction: column;
		justify-content: space-between;
	}
	.politica_left{margin-bottom:10px;}
}

#cookiesYes{
	padding:12px 25px 12px 45px;
	background-image: url(../img/cookies_ok.png);
	background-position:15px 50%;
	background-repeat:no-repeat;
}
#popup_cookies{
	display:none;
    position: fixed;
    width: 830px;
    max-width: 830px;
	min-width:300px;
    left: 0;
    right: 0;
	top: 50%;
    bottom: auto;
    transform: translateY(-50%);	
	margin: auto;
    z-index: 300;
    border: 1px solid #dddddd;
    padding: 30px;
    background: #fff;
}

@media (max-width: 880px) {
	#popup_cookies{
		width: auto;
		margin: 0px 10px;
	}	
}
.ppcs_name{
	font-size:24px;
}
.ppcs_close{
	position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    height: 20px;
    width: 20px;
    background: url(../img/icon_close_grb.png) 50% 50% no-repeat;
}
.ppcs_cont{
	margin-top:25px;
	max-height:345px;
	overflow-y:auto;
}
.ppcs_cont ul{
	float:left;
	background:#f5f4ed;
	border-radius:10px;
/*	margin-right:30px;*/
	padding:20px 0px;
	width:180px; /*260*/
}
.ppcs_cont ul li{
	padding:10px 20px;
	color:#222;
	cursor:pointer;
}
.ppcs_cont ul li:hover, .ppcs_active{
	padding:10px 20px;
	background:#d6d5d0;
}
.ppcs_right{
	float:right;
	width: calc(100% - 210px); /*290*/
}
.ppcs_r_name{
	font-size:16px;
	font-weight:bold;
}
.ppcs_r_top{
	display:flex;
	justify-content: space-between;
}
.ppcs_r_text{
	line-height:1.6;
	margin-top:15px;
	min-height:110px;
}

.ppcs_r_text ol li {
    padding: 0px 0px 0px 30px;
    background: url(../img/ul_ptic.png) 7px 7px no-repeat;
    color: #1c1c1c;
}

.ppcs_but{
	margin:15px 0px 0px 0px;
	padding:12px 15px;
}
.ppcs_href{
	display:block;
	margin:20px 0px 20px 0px;
}

.ppcs_sm{
	border-top:1px solid #ccc;
	display:none;
	padding:15px 0px;
    background: url(../img/icon_down_grey.png) 95% 50% no-repeat;
}
.ppcs_active_sm{
	background: url(../img/icon_up_grey.png) 95% 50% no-repeat;
}

@media (max-width: 640px){
	.ppcs_cont ul{
		display:none;
	}
	.ppcs_right{
		float:none;
		width: 100%;
	}
	.ppcs_sm{display:block;}
	.ppcs_r_name {
		padding-top: 5px;
	}
	.ppcs_right{
		margin-bottom:15px;
	}
}



.switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 24px;
}
.switch input {display:none;}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {background-color: #77a02f;}
/*input:focus + .slider {box-shadow: 0 0 1px #77a02f;}*/
input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.slider.round {border-radius: 24px;}
.slider.round:before {border-radius: 50%;}
/* Политика cookie End */

/*3+1 begin*/
/*
.tpo_cont{
	display:block;
	width:100%;
	height:64px;
	background: url(../img/triplusone/datail_fon_pk.png) 50% 50% no-repeat;
	background-size:100% auto;
	margin-bottom:20px;
}
.tpo_cont table{width:100%;color:#fff;line-height:64px}
.tpo_cont td:nth-child(1){width:53%;font-size:22px;letter-spacing:3px}
.tpo_cont td:nth-child(2){width:22%}
.tpo_cont td:nth-child(3){width:25%;font-size:18px;text-decoration:underline;letter-spacing:1px}

@media (max-width: 1200px) {
	.tpo_cont td:nth-child(1){letter-spacing:normal}
	.tpo_cont td:nth-child(3){letter-spacing:normal}
}
@media (max-width: 991px){
	.tpo_cont td:nth-child(1){letter-spacing:3px}
	.tpo_cont td:nth-child(3){letter-spacing:1px}
}
@media (max-width: 767px){
	.tpo_cont td:nth-child(1){letter-spacing:normal}
	.tpo_cont td:nth-child(3){letter-spacing:normal}
}
.tpo_cont_sm{
	display:none;
}

@media (max-width: 575px){
	.tpo_cont{
		height:95px;
		background: url(../img/triplusone/datail_fon_sm.png) 50% 50% no-repeat;
		background-size:100% auto;
	}
	.tpo_cont_pk{display:none;}
	.tpo_cont_sm{display:table;}
	.tpo_cont table{line-height:normal;}
	.tpo_cont table td{
		text-align:left;
		padding-left:20px;
	}
	.tpo_cont tr:nth-child(1) td {padding:15px 0px 0px 20px;}
	.tpo_cont tr:nth-child(2) td {padding:5px 0px 0px 30px;}
}
@media (max-width: 500px){
	.tpo_cont td:nth-child(1){font-size:18px;}
	.tpo_cont tr:nth-child(1) td {padding:25px 0px 0px 20px;}
}
@media (max-width: 400px){
	.tpo_cont td:nth-child(1){font-size:16px;}
	.tpo_cont tr:nth-child(1) td {padding:30px 0px 0px 20px;}
	.tpo_cont tr:nth-child(2) td {padding:0px 0px 0px 30px;}
}
@media (max-width: 360px){
	.tpo_cont td:nth-child(1){font-size:14px;}
}
.tpo_header{
	position:relative;
	width:100%;
	background: url(../img/triplusone/hefder_fon_pk.png) 50% 50% no-repeat;
}
.tpo_header_sm{display:none;}
@media (max-width: 991px){
	.tpo_header_pk{display:none;}
	.tpo_header_sm{display:block;top: -7px;}
}
.tpo_header_cont{
	display:flex;
	justify-content: center;
	align-items: center;	
	height:50px;
}
.tpo_header_one, .tpo_header_two{
	width:50%;
	color:#FFF;
	line-height:50px;
}

.tpo_header_one{
	font-size:26px;
	text-align:right;
	padding-right:100px;
}
.tpo_header_two{
	font-size:23px;
	text-align:left;
	padding-left:100px;
	margin-right:20px;
}
@media (max-width: 820px){
	.tpo_header_one{
		font-size:18px;
	}
	.tpo_header_two{
		font-size:18px;
	}
}
@media (max-width: 700px){
	.tpo_header{
		background: url(../img/triplusone/hefder_fon_pk.png) -180px 50% no-repeat;
		background-size: auto 55px;
	}
.tpo_header_cont{
	height:40px;
}
	
	.tpo_header_one{
		width:100%;
		text-align:center;
		padding:0px 20px;
		font-size:20px;
		text-shadow: 1px 1px 2px #777; 
	}
	.tpo_header_two{
		display:none;
	}
}
.tpo_header_cont button{
	height:15px;
	width:15px;
	background: url(../img/triplusone/hefder_close.png) 50% 50% no-repeat;
	align-content: flex-end;
}

.tpo_smbas{
	display:block;
	height:50px;
	width:100%;
	background: url(../img/triplusone/basket_sm.png) 50% 50% no-repeat;
	padding:7px 0px 0px 20px;
	color:#fff;
	font-size:15px;
}
*/
/*3+1 end*/