{}
html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, font, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0; /* нулевая граница */
 padding: 0; /* нулевые отступы */
 border: 0; /* больше всего для картинок в IE6 */
 outline: 0; /* точечная граница вокруг ссылок в Firefox */
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
 }
:root {
	--color: #eaddce;
	--color-text: #93540d;
	/*--font: Adventure;*/
	--font: Times New Roman;
}
 body {
 line-height: 1;
 }
 ol, ul {
 list-style: none; /* маркеры без кружочков */
 }
 blockquote, q {
 quotes: none;
 }
 blockquote:before, blockquote:after,
 q:before, q:after {
 content: '';
 content: none;
 }
 :focus {
 outline: 0; /* Firefox выделяет рамкой из точек все ссылки при нажатии */
 }
 ins {
 text-decoration: none;
 }
 del {
 text-decoration: line-through;
 }
 table {
 border-collapse: collapse; /* cellspacing="0" */
 border-spacing: 0;
 }
 input{
 	box-sizing: border-box;
	outline: none;
 }
body *{
	box-sizing:border-box;
}
@font-face {
    font-family: Adventure;
    src: url(../fonts/Adventure.ttf);
   }
@font-face {
    font-family: PTsans;
    src: url(../fonts/PT_Sans-Web-Regular.ttf);
   }
@font-face {
    font-family: Ubuntu;
    src: url(../fonts/ubuntu.eot),
    	 url(../fonts/ubuntu.ttf);
   }
@font-face {
    font-family: Ubuntu_cond;
    src: url(../fonts/ubuntu-condensed.eot),
    	 url(../fonts/ubuntu-condensed.ttf);
   }
.no-float {
	float: none;
}
.w100 {
	width: 100%;
}
.mt50 {
	margin-top: 50px;
}
.auto_margin{
	margin: 0 auto;
}
body{
	background: #ffffff;
	color: #2b2a29;
}
.header{
	width:100%;
	background: #f0f0f0;
}
.wrapper{
	width: 990px;
	position: relative;
}
.header, .footer{
	font: 28px/90% var(--font);
}
.title_header{
	font-size: 26px !important;
	font-weight: 600;
}
.title_header-color{
	color: var(--color-text);
}
.top_part{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.top_slogan {
	padding-top: 40px;
}
.top_slogan p {
	font-weight: 500;
	font-size: 18px;
}
.adress_block{
	display: inline-block;
	vertical-align: bottom;
	background: url("../i/ic_location.png") no-repeat 0 0;
	padding: 20px 0 15px 27px;
	color: #4b4b4b;
	margin-left: 12%;
	font-family: Times New Roman;
}
.tel{
	font-size: 30px;
	color:#181818;
}
.tel span{
	font-size: 18px;
	position: relative;
	top:-9px;
}
.top_contacts{
	display: inline-block;
	margin-left: 10%;
	padding-top:18px;
	width: 210px;
}
.header .top_contacts {
	float:right;
}
.call_back{
	padding: 15px 0 15px 0;
	background: url("../i/ic_phone.png") no-repeat 0 0;
}
.call_back a{
	margin-left: 30px;
	font:13px/120% Times New Roman;
	color: #c1214b;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.top_menu{
	font-size:0;
	box-shadow: 0 4px 3px #d7cec4;
	display: inline-block;
	border-radius: 10px;
	background: var(--color);
	width: 100%;
	margin-top: 7px;
}
.top_menu ul{
	display: inline-block;
	vertical-align: middle; 
}
.top_menu ul li{
	font: 22px/120% var(--font);
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	box-sizing:border-box;
}
.top_menu ul li.separator{
	padding:0;
	border-left: 1px solid var(--color);
    border-right: 1px solid var(--color);
	height:49px;
}
.top_menu ul li a{
	color: var(--color-text);
	line-height: 120%;
	display: inline-block;
	padding-left: 40px;
	padding:14px 15px;
	text-decoration: none;
	/*text-shadow: 2px 2px 2px #b19d73;*/
}
.top_menu ul li:first-child a{
	margin-left: 10px;
}
.top_menu ul li:last-child a{
	margin-right: 20px;
}
.top_menu ul li a:hover,
.top_menu ul li a.active{
	background: var(--color);
	color:var(--color-text);
	text-decoration: none;
}
.search_form{
	width: 190px;
	float: right;
	padding: 20px 13px;
	/*background: #e87198;*/
	border-radius: 0 10px 10px 0;
}
.search_form #title-search form{
	height: 30px;
}
.search_form input[type=text]{
	width: 165px;
	height:29px;
	font-size: 12px;
	padding:0 35px 0 10px;
	vertical-align: middle;
	color:#bcbcc0;
	border: none;
	font: 13px/120% Times New Roman;
	font-style: italic;
	line-height:30px;
}
.search_form input[type=submit]{
	width:22px;
	height:22px;
	border:none;
	background: url('../i/ic_search.png') no-repeat 0 0;
	cursor: pointer;
	position:absolute;
	top: 24px;
	left: 111.5px;
}
@media (max-width: 768px) { 
	.search_form input[type=submit]{
		right: 30px;
		left: auto;
	}
	.fix_pos{
        position: sticky;
        z-index: 2000;
        left: 0;
        top: 0;
    }
}
.content{
	margin-top:20px;
	float: left;
	width: 100%;
	min-height:550px;
}
.content_left_block{
	float:left;
	width:25%;
	font:17px/120% var(--font);
}
.content_left_block li{
	font:17px/120% Times New Roman_cond;
}
.menu_title{
	position: relative;
	padding: 15px 15px;
	/*background: url('../i/title_bg.jpg') no-repeat 0 0;*/
	height:51px;
	border: 1.5px solid #dac5ac;
	border-radius: 5px;
	box-sizing:border-box;
	width: 190px;
	font-size: 25px;
	color:var(--color-text);
}
.menu_title:before{
	position: absolute;
	content:"";
	width:31px;
	height:51px;
	/*background: url('../i/title_left.jpg') no-repeat 0 0;*/
	top:0;
	left:-31px;
}
.menu_title:after{
	position: absolute;
	content:"";
	width:31px;
	height:51px;
	/*background: url('../i/title_right.jpg') no-repeat 0 0;*/
	top:0;
	right:-31px;
}
.menu_title:hover {
	cursor: pointer;
}
.menu_title .burger {
	display: block;
	background-image: url(../images/burger.png);
	background-position: 0 0;
	width: 24px;
	height: 24px;
	background-size: cover;
	position: absolute;
}
.menu_title .text{
	position: absolute;
	font-size: 30px;
	right: 20px;
	top: 20px;
}
.left_menu {
	position: relative;
}
.left_menu ul{
	position: absolute;
    top: 40px;
	display: none;
	z-index: 2;
	padding:0 12px 20px;
	list-style: inside disc;
	color:#3A2101;
	border: 5px solid #eaeaea;
	width: 230px;
	border-top: none;
	background-color: #fff !important;
}
.left_menu ul.active {
	display: block;
}
.left_menu ul li{;
	padding: 10px 0px 5px 0;
	background: url('../i/lm_sep.png') repeat-x 0 100%;
}
.left_menu ul li:hover{
	/*background: url('../i/lm_sep_act.png') repeat-x 0 100%;*/
}
.left_menu ul li a {
	color: black;
	text-decoration: none;
}
.left_menu ul li a:hover,  .left_menu ul li.selected a{
	color:#3A2101;
}
.form_title{
	font-size: 25px;
	color: #ffffff;
	padding: 6px 0;
	background: #FF4677;
	position: relative;
	height: 37px;
	margin-top: 10px;
	text-align: center;
}
.form_title:before{
	position: absolute;
	content:"";
	width:16px;
	height:44px;
	background: url('../i/pink_title_left.png') no-repeat 0 0;
	top:0;
	left:-13px;
	z-index: 100;
}
.form_title:after{
	position: absolute;
	content:"";
	width:16px;
	height:44px;
	background: url('../i/pink_title_right.png') no-repeat 0 0;
	top:0;
	right:-13px;
	z-index: 100;
}
.question_form{
	width: 245px;
	background: #eeeeee;
	border: 5px solid #faebf0;
	border-radius: 10px;
	margin-top: 30px;
}
.form_inner{
	padding: 10px 15px 0;
}
.form_inner input[type=text]{
	width:100%;
	height: 33px;
	border-radius: 7px;
	border: none;
	padding: 0 15px;
	color:#bcbcc0;
	font:15px/30px Times New Roman;
	font-style: italic;
	margin-top: 15px;
	border-top: 2px solid #dedede;
}
.form_inner input[type=text]:first-child{
	margin-top: 0;
}
.form_inner textarea{
	width:100%;
	height: 80px;
	resize:none;
	border-radius: 7px;
	border: none;
	padding: 10px 15px;
	color:#bcbcc0;
	font:15px/120% Times New Roman;
	font-style: italic;
	margin-top: 15px;
	border-top: 2px solid #dedede;
	overflow:hidden;
}
.form_inner input[type=submit], .form_inner button {
	width:152px;
	height:41px;
	border:none;
	background: url('../i/submit_bg.png') no-repeat 0 0;
	cursor: pointer;
	font:18px/120% Times New Roman_cond;
	color:#ffffff;
	display: block;
	margin:13px auto;
}
.footer{
	margin-top: 70px;
	padding: 15px 0 0;
	background: #f0f0f0;
}
.footer_menu{
	display: inline-block;
	vertical-align: top;
	padding: 8px 0;
	font-family: Times New Roman;
	line-height: 100%;
}
.footer_menu li{
	display: inline-block;
	padding: 0 15px;
	border-right:1px solid #858585;
}
.footer_menu li:first-child{
	padding: 0 15px 0 0;
}
.footer_menu li:last-child{
	border-right:none;
}
.footer_menu li a{
	font-size: 14px;
	color:#858585;
	text-decoration: none;
}
.footer_menu li a:hover,
.footer_menu li a.active{
	text-decoration: underline;
	color: #3A2101;
}
.footer .top_contacts {
    margin-left: 0;
}
.footer .call_back,
.footer .tel{
	display: inline-block;
	vertical-align: middle;
}
.footer .call_back{
	margin-left: 25px;
}
.footer .adress_block {
    margin-left: 35px;
}
.bot_logo{
	float: right;
}
.copyright{
	background: #dedede;
	padding: 10px 0;
	text-align: center;
	font:15px/100% Times New Roman;
	color:#4b4b4b;
}
/* ------------------ main part styles end ---------------------*/
.clearfix:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	font-size:0;
	visibility:hidden;
}
.clearfix {display:inline-block}
* html .clearfix {height:1%}
.clearfix {display:block}
.content_main_block{
	/*float:right;
	width:72%;*/
	background: #ffffff;
	border-radius: 10px;
}
.block_title_bg{
	float: right;
    width: 72%;
	background:url('../i/lines.png') repeat-x 0 80%;
	margin-bottom: 30px;
	text-align: center;
}
.block_title_bg.no-float {
	float: none;
	width: 100%;
}
.block_title{
	font:25px/100% var(--font);
	position: relative;
	padding: 5px 20px;
	text-align: center;
	/*background: url('../i/title_bg.jpg') no-repeat 0 0;*/
	background: #fff;
	background-size: 100%;
	height:41px;
	box-sizing:border-box;
	font-size: 44px;
	color:var(--color-text);
	min-width: 230px;
	display: inline-block;
}
.block_title:before{
	position: absolute;
	content:"";
	width:40px;
	height:51px;
	/*background: url('../i/block_title_left.jpg') no-repeat 0 0;*/
	top:0;
	left:-40px;
}
.block_title:after{
	position: absolute;
	content:"";
	width:40px;
	height:51px;
	/*background: url('../i/block_title_right.jpg') no-repeat 0 0;*/
	top:0;
	right:-40px;
}
.content_upper_block{
	margin-bottom: 20px;
	overflow: hidden;
}
.breadcrumbs{
	padding-bottom: 20px;
}
.breadcrumbs ul li{
	display: inline-block;
	vertical-align: middle;
	font:14px/120% Times New Roman;
	color:#9a9a9a;
}
.breadcrumbs ul li a{
	color:#9a9a9a;
}
/* ----------------- catalog styles --------------------------------*/
.body_catalog{
	margin-top: 20px;
}
.body_catalog_item{
	width:228px;
	height:530px;
	background: #eaddce85;
	padding:5px 5px 0 5px;
	float:left;
	position: relative;
	box-sizing: border-box;
	margin-right: 25px;
	margin-bottom: 30px;
	position: relative;
}
.body_catalog_item.noauthorized{height:580px;}
.body_catalog_item:nth-child(4n){
	margin-right:0;
}
.catalog_item_img{
	height: 320px;
	line-height: 310px;
	text-align: center;
	width: 210px;
	display: block;
	margin: 0 auto;
}
.catalog_item_img img{
	max-height: 320px;
	max-width: 210px;
	vertical-align: middle;
}
.catalog_item_info{
	background: #ffffff;
	height: 180px;
}
.noauthorized .catalog_item_info{height: 220px;}
.catalog_item_name{
	background:url('../i/lines.png') repeat-x 0 100% #ffffff;
	font: 18px/120% Times New Roman;
	padding: 10px 0 5px;
	margin: 0 7px;
}
.catalog_item_name p{
	/*overflow: hidden;
	max-height: 22px;*/
}
.catalog_item_name a {
	color:#000000;
	text-decoration:none;
	}
	.catalog_item_name a:hover {
	color:#3A2101;
	}
.brand, a &gt; p.brand {
	text-transform: uppercase;
	color: #8e8d90;
	max-height: 25px;
}
.item_info{
	font: 13px/120% Times New Roman;
	color: #8e8d90;
	padding: 2px 7px;
	background: #ffffff;
}
.item_info p{
	padding: 5px 0;
	margin: 0;
}
.item_info span{
	display: inline-block;
	vertical-align: middle;
}
.item_info span a{
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 3px;
}
.structure{
	overflow: hidden;
	max-height: 42px;
}
.catalog_item_bottom{
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
	-webkit-justify-content: space-between;
    -webkit-align-items: center;
}
.block_price{
	font: 13px/120% Times New Roman;
	padding: 6px 8px;}
.price_text{
	font-weight: bold;
    color: #8e8d90;
}
.price{
    color:#3A2101;
}
.price b{
	font: 13px/120% Times New Roman;
	color: #8e8d90;
	font-weight: bold;
}
.detail_link{
	display: inline-block;
	font: 15px/120% Times New Roman_cond;
	color: #424242;
	padding: 6px 8px;
	text-decoration: none;
}
.detail_link:hover{color:#3A2101;}
.goods_info a{color:#3A2101;}
.goods_info a:hover{color:#3A2101;}
.cart_button{
	font: 17px/120% Times New Roman_cond;
	color:#ffffff;
	text-align: center;
	background: url('../i/pink_but_bg.png') no-repeat 0 0;
	text-decoration: none;
	display: inline-block;
	width:128px;
	height: 34px;
	padding: 6px 0;
	position: absolute;
	bottom:0;
	right: 0;
}
.cart_button:hover{
	background: url('../i/pink_but_bg_act.png') no-repeat 0 0;
	box-shadow: 0 2px 0 #c9144f;
}
.about_us{
	margin-top: 25px;
}
.about_us p{
	font: 14px/160% Times New Roman;
	color: #828282;
}
.pager{
	font:17px/120% Times New Roman_cond;
	color:#333333;
	text-align: center;
	margin-bottom: 20px;
}
.pager ul{
	display: inline-block;
	margin-left: 10px;
}
.pager ul li{
	display: inline-block;
	text-align: center;
}
.pager ul li a{
	display: block;
	text-decoration: none;
	color: #858585;
    font: 13px Times New Roman;
	margin: 0 2px;
	padding: 5px 6px;
	border: none;
	border-radius: 5px;
}
.pager ul li span{
	font: 13px Times New Roman;
	border: none;
	margin: 0 2px;
	padding: 5px 6px;
}
.pager ul li a.active,
.pager ul li a:hover{
	color:#f74875;
}
.pager ul li a.next,.pager ul li a.prew{
	background: url(../images/pager-arrows.png) no-repeat 0 7px;
    width: 7px;
    height: 12px;
	margin:0 10px 0 0;
	padding: 5px 4px;
    display: inline;
}
.pager ul li a.next{background-position: -9px 7px;margin:0 0 0 10px;}
.search_string{
	font:16px/120% Times New Roman;
	color: #999999;
}
.search_string span{
	color: #666666;
}
/* --------------- catalog_card styles -------------------------- */
.catalog_card{
	overflow: hidden;
	margin-top: 40px;
	padding: 20px 0;
}
.catalog_card_left{
	width:400px;
	float: left;
}
.catalog_card{
	margin-top: 30px;
	overflow: hidden;
}
.card_slider{
	height: 314px;
	width:314px; 
}
.card_slider div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 310px;
}
.card_img_pager a{
	text-align:center;
	display: inline-block;
	border:5px solid #eaddce85;
	margin-top: 10px;
	width:74px;
	height:74px;
	margin-left: 5px;
	vertical-align:top;
}
.card_img_pager a:nth-child(4n+1){
	margin-left: 0;
}
.catalog_card_right{
	width:530px;
	float:right;
	font-size: 12px;
	color:#8c8c8c;
}
.goods_info{
	font:16px/150% Times New Roman;
	color: #666666;
	margin-bottom: 50px;
}
.goods_info ul{
	/*background:url('../i/lines.png') repeat-x 0 100%;
	padding-bottom: 15px;
    margin-bottom: 15px;*/
}
.goods_info ul li{
	padding: 0;
	*background:url('../i/lines.png') repeat-x 0 100%;
}
.goods_info ul li:last-child{
	background:none;
}
.goods_info ul li span{
	color: #2b2a29;
}
.subtext{
	font-size: 14px;
}
.goods_info .colors li{
	display: inline-block;
	vertical-align: middle;
	padding:0;
	background: none;
}
.colors li a{
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 3px;
}
.colors li a:first-child{
	margin-left: 0;
}
.catalog_card_right .cart_button{
	position: static;
	float: right;
}
/* --------------- basket styles -------------------------- */
.basket_item{
	font:14px/120% Times New Roman;
	color: #666666;
	padding: 10px 0;
	background:url('../i/lines.png') repeat-x 0 100%;
}
.basket_item img, .basket_item_info,
.goods_qt, .del_link{
	display: inline-block;
	vertical-align: middle;
}
.basket_item img{
	border: 5px solid #f2f2f2;
}
.basket_item_info{
	margin-left: 20px;
	padding-bottom: 15px;
	width: 330px;
}
.basket_item_info p span{
	color: #000000;
	font-size: 14px;
}
.basket_item .price{
	font-size: 16px;
	color: #333333;
}
.pink_link{
	color: #3A2101;
}
.goods_link{
	margin-bottom: 7px;
}
.qt_but{
	width: 11px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
}
.minus{
	background: url('../i/ic_minus.png') no-repeat 0 0;
	margin-left: 5px;
}
.plus{
	background: url('../i/ic_plus.png') no-repeat 0 0;
}
.goods_qt{
	width: 155px;
	margin-left: 20px;
}
.goods_qt input{
	width: 35px;
	height: 25px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	text-align: center;
	font:12px/120% Times New Roman;
	color: #000000;
}
.goods_qt .price span{
	color: #666666;
	font-size: 14px;
}
.goods_qt .price{
	padding-top: 10px;
}
.del_link{
	margin-left: 10px;
}
.order_cost{
	text-align: right;
	margin-top: 30px;
	font: 18px/120% Times New Roman;
	color: #000000;
}
.order_cost span{
	color: #666666;
}
.order_cost .cart_button{
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
/* --------------- text page styles -------------------------- */
.text_page {
	font: 16px/140% Times New Roman;
	color:#2b2a29;
}
.black_link{
	color:#2b2a29;
}
.text_page p {
	text-indent: 20px;
	padding: 15px 0;
}
.text_page .text_title{
	display: block;
	text-indent: 0;
	text-align: center;
	font-weight: 600;
}
.text_page p img{
	margin-right: 20px;
}
.text_page .green_title{
	font-size: 20px;
	text-align: center;
}
.text_page ul{
	margin-left: 15px;
	color: #f74875;
}
.text_page ul li{
	padding-left: 20px;
	position: relative;
}
.text_page ul li:before{
	position: absolute;
	content:"—";
	left:0;
}
.buy_form {
    background: none repeat scroll 0 0 #eeeeee;
    border: 5px solid #faebf0;
    border-radius: 10px;
    height: 363px;
    padding: 0 !important;
    width: 250px;
    z-index: 1000;
}
.form_title {
	font: 25px/100% Times New Roman_cond;
	}
.overlay {
    background: none repeat scroll 0 0 rgba(61, 61, 61, 0.7);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
#feedback_form form, #call_form form, .buy_form form {
    position: relative;
}
.popup-window-content {
	margin:0 !important;
	}
.popup-window {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent !important;
    border-color: #e1e1e1 #d1d1d1 #d1d1d1;
    border-image: none;
    border-radius: 20px !important;
    border-style: solid;
    border-width: 0px !important;
    box-shadow: 0 0 0 #000000 !important;
}
.popup-window-content-row .popup-window-center-column {
    background: none repeat scroll 0 0 #eee !important;
    border-radius: 10px !important;
    vertical-align: top;
}
.controls {
    margin: 15px 10px 0;
}
.close_form {
    background: url("../i/delete_product.png") no-repeat center top !important;
    cursor: pointer !important;
    height: 19px !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 19px !important;
}
.popup-window-close-icon {
    background: url("../i/close_popup.png") no-repeat center top !important;
    height: 25px !important;
    width: 25px !important;
}
.popup-window-close-icon:hover {
    background: url("../i/close_popup.png") no-repeat center bottom !important;
}
.close_form:hover {
    background: url("../i/delete_product.png") no-repeat center bottom !important;
}
#feedback_form .required, #call_form .required, .buy_form .required, #review_form .required {
    color: red;
}
#call_form input, .buy_form input, #review_form input {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    box-shadow: 0 1px 5px #f0f0f0 inset;
    height: 28px;
}
.buy_form input, textarea {
    border: 1px solid #d1d1d1;
    box-shadow: 1px 1px 2px #e9e9e9 inset;
    width: 210px;
	margin-top: 0;
	color: #2e2e2e;
    font-family: Times New Roman;
    font-size: 15px;
	padding: 3px 15px;
}
.buy_form textarea {
    height: 75px;
	overflow:hidden;
}
.buy_form button {
	background: url("../i/submit_bg.png") no-repeat 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font: 18px/120% Times New Roman_cond;
    height: 41px;
    margin: 13px auto;
    width: 152px;
	border:0;
	}
.head404 {
	color:#333333;
	font-size:60px;
	font-family: Times New Roman;
	}
.text404 {
	color:#666666;
	font-size:16px;
	font-family: Times New Roman;
	}
.text404 a {
	color:#e94f76;
	}
.text404 a:hover {
	text-decoration:none;
	}
.placeholdr { color: gray }
.item_info p.go-register{line-height: 16px;}
.item_info p.go-register a,p.go-register a{color: #e94f76;text-decoration: underline;}
.description-text{font: 13px/20px Times New Roman;}
.description-title{font: 25px Times New Roman_cond;margin: 30px 0 20px;}
.pink{color: #3A2101;}
.goods_info .pink{margin-bottom: 15px;}
.price-block span{font-size:18px;color: #2b2a29;font-weight: normal;}
.goods_info table{width:100%;margin-top: 30px;}
.goods_info th{font: 13px Times New Roman;font-weight: normal;}
.goods_info tr th{padding-bottom:10px;text-align: center;}
.goods_info tr td{padding: 10px 15px;text-align: center;border-bottom: 1px solid #e0e0e0;}
/*.goods_info tr th:first-child,.goods_info tr td:first-child{text-align: left;font: 13px Times New Roman;font-weight: normal;}
.goods_info tr th:first-child {text-align: right;}*/
.goods_info tr:last-child td{border-bottom:none;}
.goods_info td .quant{
	width: 25px;
	padding: 0 0px;
	text-align: center;
	border: 1px solid #e0e0e0;
	font-size: 13px;
	}
.go-basket{
	margin-top: 20px;
    /* background: url(../images/bg-button-buy.png) no-repeat 0 0; */
    font: 17px Times New Roman_cond;
    color: #fff;
    width: 171px;
    height: 45px;
    border: none;
    background-color: #3A2101;
    box-shadow: 0 4px 2px 0px #674335;
    border-radius: 10px;
    padding-bottom: 3px;
    box-sizing: border-box;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.26);
}	
.top_slogan .tel{    
	font-size: 24px;
    color: #181818;
    /* margin-top: 10px; */}	
.top_slogan .tel .f18{font-size: 18px;top: initial;}
.login-block{color: #636363;font: 14px Times New Roman;}
.login-block a{color: #636363;font: 14px Times New Roman;text-decoration: none;}
.login-block a:hover{color: #3A2101;}
div.bx-auth-reg td input[type="submit"]{background:#3A2101;}
.bx-authform-formgroup-container .btn-primary{background-color: #3A2101;
    border-color: #3A2101;}
	.bx-authform-formgroup-container .btn-primary:hover{background-color: #3A2101;
    border-color: #3A2101;}
	.bx-authform-link-container a{color:#3A2101;}
	.bx-authform-link-container a:hover{color:#3A2101;}
	.text_page a{color:#3A2101;}
		.text_page a:hover{color:#3A2101;}
.cart-icon{
	background: url(../images/basket.png) no-repeat 0 0;
    width: 45px;
    height: 35px;
    border: none;
    display: block;
    position: absolute;
    top: 5px;}
.top-cart-block{margin-top: 5px;}
.bx-basket-block{padding-left: 0px;}
.bx-basket-block a{  
	color: #3A2101;
	margin-left: 40px;
    text-decoration: none;
    font: 18px Times New Roman_cond;
    display: block;}	
	.bx-basket-block a:hover{  
	color: #3A2101;}
	.more_elem a{color: #3A2101;}
	.more_elem a:hover{color: #3A2101;}
.bx-basket-block span{    
	margin-left: 40px;
    font: 12px Times New Roman;}
    .bx-basket-block p{
    	margin: 0;
    	font: 10px Times New Roman;
    }
.bx_ordercart_order_pay_right{
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
    align-items: center;
	-webkit-align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;}	
.bx_ordercart_order_pay_right .fwb{font: 18px Times New Roman;color:#2b2a29;margin-right: 3px;}
.bx_ordercart_order_pay_right .checkout{
	margin-left: 25px;
   /* background: url(../images/bg-button-buy.png) no-repeat 0 0;*/
   background:#3A2101;
   box-shadow: 0 4px 2px 0px #b19d73;
    font: 17px Times New Roman_cond;
	border-radius: 10px;
    color: #fff;
    width: 171px;
    height: 45px;
    line-height: 40px;
    border: none;
    padding-bottom: 7px;
    box-sizing: border-box;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.26);
    text-align: center;
    text-decoration: none;
    display: inline-block;
	margin-top:20px;}	
	.BasketClear{width:100%;}
	.BasketClear .go-basket{float:right;}
.bx_ordercart_order_pay_right .checkout.hidden {
	display: none;
}
.bx_ordercart_order_pay_right .checkout.disabled {
	opacity: 0.5;
}
#basket_items{width: 100%;}
#basket_items thead{display: none;}
#basket_items tbody tr{
	display: block;
    border: 4px solid #efefef;
    margin-bottom: 15px;
	padding: 5px;}
#basket_items tbody tr td{border: none;}
#basket_items .control a{    
	display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/delete.png) no-repeat 0px 0px;}
.quantity input{
	max-width: 40px;
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 5px;
    color: #2b2a29;
    font: 16px Times New Roman;
	height: 18px;
	margin-left: 20px;}
.quantity a{
	display: inline-block;
    width: 14px;
    height: 14px;
    background: #3A2101;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
	position: absolute;
    top: 3px;
	line-height: 14px;
	text-align: center;}
.quantity .centered	{position: relative;text-align: left;margin-top: 15px;}
.quantity .centered .minus{margin-left:0;left: 0px;}
.quantity .centered .plus{left: 66px;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom span.title-column{display: block;}
.title-column{color: #666666;font: 14px Times New Roman;}	
.price .current_price,.item .bx_ordercart_itemtitle a{font: 16px Times New Roman;color: #2b2a29;}
.item .bx_ordercart_itemtitle a{text-decoration: none;}
#basket_items tbody tr td.custom.quantity{width: 25%;padding-top: 38px;}
#basket_items tbody tr td.control{
	padding-top: 50px;
    width: 15%;
    text-align: center;}
#basket_items tbody tr td.price{padding-top: 35px;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.item{padding: 35px 10px 5px 20px;}
.price .current_price,.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle{margin-top: 12px;}
.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_item_section_name_gray{color: #2b2a29;font: 14px Times New Roman;}
.bx-soa-orderSave .btn.btn-default{box-shadow: 0px 2px 2px 1px #e94f76;}
.page-sections .body_catalog_item{height: 405px;}
.page-sections .catalog_item_name{line-height: 100%;background: none;}
.page-sections .catalog_item_name p{max-height: 100%;}
.page-sections .catalog_item_info{height: 75px;}
.count-input {
    position: relative;
    width: 100%;
    max-width: 120px;
    margin: 10px 0;
}
.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    top: 50%;
    right: -15px;
    margin-top: -15px;
    text-decoration: none;
    cursor: pointer;
}
.count-input .incr-btn:first-child {
    right: auto;
    left: -15px;
    top: 46%;
}