*{margin:0;padding:0;}
html,body{min-width:320px;margin:0;padding:0;}
body{font-family:OpenSansRegular, Arial, sans-serif;color:#373737;}
table{table-layout:fixed;border-collapse:collapse;margin:0 0 20px 0;border:solid 1px #b4ccda;}
table th, table thead td, table thead th {color:#373737;}
table td, table th{padding:10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
button:hover{ background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)); background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)); background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)); background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));}
button, button:active, button:focus, button:hover, button:visited, input:active, input:focus, input:visited{border:none;outline:none;}
a{outline:none;}
.clear {clear:both;}
ul li{
	list-style-type: none;
}
ol {
    margin: 15px 30px;
}
a:visited {
    text-decoration: underline;
	color: #B69A33;
}
a:link{
    text-decoration: underline;
    color: #b69a32;
}
body{
	/*background: #F6F6F6;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e3e3+0,fbfbfb+100 */
background: #e3e3e3; /* Old browsers */
background: -moz-linear-gradient(top,  #e3e3e3 0%, #fbfbfb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e3e3e3 0%,#fbfbfb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e3e3e3 0%,#fbfbfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */

}
#container,
.container {
	width:980px;
	margin: 0 auto;
}


h1 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h2 {
    text-align: center;
    margin: 30px 0;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 28px;
}

.text_content p {
    margin: 8px 0;
}
/*top menu*/
.bg {
    background: url('/assets/img/template/page_header.jpg');
    width: 100%;
    height: 500px;
    position: absolute;
    border-bottom: 4px solid #c6a26f;
    background-position: 50% 0%;
}
.header {
    width: 980px;
    height: 175px;
    margin: 0 auto 0;
    background: url('/assets/img/template/bg_menu.png') top center no-repeat;
    position: relative;
}
.header_wrapper {
    background: url('/assets/img/template/page_header.jpg');
    border-bottom: 4px solid #c6a26f;
    background-position: 50% 50%;
}
.logo {
    float: left;
    padding: 44px 0 0 20px;
    position: relative;
}
.logo img {
    border: none;
    width: 195px;
}

.footer .l_slogan {
    position: relative;
    bottom: -8px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Calibri Regular', Calibri;
    width: 195px;
    font-size: 11px;
    left:0;
}

.l_slogan {
    position: absolute;
    bottom: 13px;
    left: 235px;
    color: #c6a26f;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Calibri Regular', Calibri;
    width: 380px;
}
.be_careful_block {
    width: 200px;
    height: 60px;
    position: absolute;
    right: 180px;
    top: 45px;
}
/*.top_menu {
    margin-top: 9px;
}*/
.top_menu li {
    display: inline-block;
    float: left;
}
.top_menu li a {
    display: block;
    padding: 15px 1px;
    text-decoration: none;
    color: #FFFFFF;
    background: rgba(14, 19, 18, 0.8);
    width: 196px;
    text-align: center;
    opacity: 1;

}
.top_menu li ul li a {
    font-size: 14px;
}

.top_menu .active a {
    background: #000000;
    opacity: 1;
    color: #fff;
}

.top_menu > .active > .top_menu li a {
    background: #fff;
    opacity: 1;
    color: #000;
}

.top_menu > li > .top_menu li a:hover {
    background: #e7e7e7;
    color: #000;
    opacity: 1;
}

.top_menu li a:hover{
    background: #000;
    color: #fff;
    opacity: 1;
}
.top_menu li:last-child a {
    /*padding-left: 48px;*/
   width: 186px;
}
.top_menu li ul {
	display:none;
    position: absolute;
    width: 200px;
    z-index: 999;
}
.top_menu li:hover ul{
	display:block;
    z-index: 99999;
}
.top_menu li .top_menu li:hover{
    background: #000;
    color: #fff;
    opacity: 1;
}
.top_menu li ul li:last-child a{
	width: 196px;
}
/**/
	/*content*/
#base-content {
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    background: #fff;
    padding: 20px 15px;
    margin-bottom: 25px;
}
#base-content-catalog {
    padding: 20px 0;
}
#inner-content {
    float: right;
     width: 685px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    background: #fff;
    padding: 20px 8px;
    margin-bottom: 25px;
    border-radius: 5px;

}

#inner_content {
    font-size: 13px;
    color: rgb(93, 96, 95);
    line-height: 18px;
}
.text_content {
    font-size: 14px;
    line-height: 24px;
}

#inner_content a:hover{
	text-decoration: none;
}
#inner_content ul {
    margin: 15px 10px;
}
#inner_content ul.partners_bannerbx{
    margin: 0px;
}
#inner_content ul li {
    list-style-type: disc;
    margin: 5px 5px;
    padding: 0px 5px;
}
#inner_content ul.partners_bannerbx li {margin: 0px;
    padding: 0px 5px;}
.top_banner {
    height: 290px;
    margin-top: 10px;
    overflow: hidden;
}
.top_banner img {
    max-width:100%;
}
.top_banner .bx-wrapper .bx-viewport{
	-webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
}

.whom_block {
    margin-top: 70px;
}
.womens, .mens {
    width: 470px;
    height: 180px;
    background: #000000;
}
.womens {
    float: left;
    margin-left: 10px;
    overflow: hidden;
}
.mens {
    float: right;
    margin-right: 10px;
    overflow: hidden;
}
.whom_block_img {
	float: right;
	margin: -15px 0 0 0;
}

.womens span {
    color: #fff;
    margin: 75px 0 0 0;
    display: block;
    float: right;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.mens span {
    color: #fff;
    margin: 75px 0 0 0;
    display: block;
    float: right;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.mens:hover span{
	text-decoration: underline;
}
.womens:hover span{
	text-decoration: underline;
}
.advantage {
    float: left;
    width: 240px;
    margin: 0px 45px;
}
.advantage:last-child {
    margin-right: 0;
    margin-left: 10px;
}
.our_advantages {
	height: 125px;
    margin-bottom: 40px;
}
.advantage img {
    width: 50px;
    height: 50px;
    float: left;
    padding: 15px 0;
}
.advantage span {
    margin-top: 10px;
    display: block;
    float: left;
    width: 170px;
     text-align: left;
    font-size: 17px;
    margin-left: 15px;
    padding: 5px 0px;
}
.catalog_wrapper .our_advantages .advantage {
    margin: 0px 0;
    width: 215px;
}
.catalog_wrapper .our_advantages .advantage span {
    width: 140px;
    font-size: 14px;
    padding: 9px 0;
}
.advantages-inner {
    padding: 0 20px;
}
.fake {
    height: 160px;
    background: url('/assets/img/template/becareful_white2.jpg');
    margin-top: 20px;
    background-repeat: no-repeat;
}
.original_products {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 70px;
}
.original_products_slider {
    margin-top: 25px;
    padding-bottom: 40px;
}
.original_products_slider .bx-viewport{
	background:none !important;
	border:none !important;
}
.original_btn{
	background: #c6a26f;
	/*background: -moz-linear-gradient(top,  #c6a26f 0%, #b69a32 100%);
	background: -webkit-linear-gradient(top,  #c6a26f 0%,#b69a32 100%);
	background: linear-gradient(to bottom,  #c6a26f 0%,#b69a32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6a26f', endColorstr='#b69a32',GradientType=0 );*/
	text-decoration: none !important;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 35px;
    text-transform: uppercase;
}
.original_btn:hover{
	background: #ddd3a5;
	background: -moz-linear-gradient(top,  #c6a26f 0%, #b69a32 21%);
	background: -webkit-linear-gradient(top,  #c6a26f 0%,#b69a32 21%);
	background: linear-gradient(to bottom,  #c6a26f 0%,#b69a32 21%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6a26f', endColorstr='#b69a32',GradientType=0 );
}
.sale_text_1 {
    width: 460px;
    height: 170px;
    float: left;
}
.sale_text_2 {
    width: 460px;
    height: 170px;
    float: right
}
.advice_img {
    float: left;
}
/*
.advice h2 {
    color: #fff;
    padding-top: 15px;
}*/
.advice_block_inner {
    float: left;
    width: 475px;
    background: #000;
    margin: 15px 13px;
    color: #fff;
    height: 114px;
    border: 1px solid #000;
}
.advice_block_inner:nth-child(odd){
	margin-right:0;
}
.advice_block_inner:nth-child(even){
	margin-left:0;
}
.advice_name {
    font-size: 15px;
    text-align: left;
}
.advice_info {
    float: right;
    width: 300px;
    margin: 18px 15px;
}
.advice_name a{
	color: #fff;
}
.advice_name a:hover{
	text-decoration: none;
}
.advice_data {
    font-size: 15px;
    margin-top: 30px;
    color: #c1ae54;
}
.look_more_advice {
    text-align: center;
    line-height: 80px;
    position: relative;
}
.look_more_advice_line{
	border:1px solid #fff;
}
.look_more_advice a{
	cursor: pointer;
	text-decoration:none;
	padding: 10px 20px 10px 20px;
	color:rgb(0, 0, 0);
	font-size:15px;
	font-family:arial, serif;
	text-shadow: 0px 0px 5px rgb(255, 255, 255);
	font-size: 15px;
	border-radius:27px 27px 27px 27px;
	-moz-border-radius:27px 27px 27px 27px;
	-webkit-border-radius:27px 27px 27px 27px;
	box-shadow:0px 0px 0px rgb(0, 0, 0);
	-moz-box-shadow:0px 0px 0px rgb(0, 0, 0);
	-webkit-box-shadow:0px 0px 0px rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	background-image:linear-gradient(-90deg, rgba(238, 238, 238, 0.75), rgb(255, 255, 255));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgba(238, 238, 238, 0.75)), to(rgb(255, 255, 255)));
	background-image:-moz-linear-gradient(-90deg, rgba(238, 238, 238, 0.75), rgb(255, 255, 255));
border: 1px solid #000;
    text-transform: uppercase;

}
.look_more_advice a:hover{
	background-image:linear-gradient(-90deg, rgba(0, 0, 0, 0.15), rgb(255, 255, 255));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgba(0, 0, 0, 0.15)), to(rgb(255, 255, 255)));
	background-image:-moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.15), rgb(255, 255, 255));
}
.look_more_advice_line {
    border: 1px solid #fff;
    float: left;
    width: 200px;
    position: absolute;
    bottom: 55px;
    left: 200px;
}

.B_crumbBox {
    font-size: 12px;
}
.B_crumbBox a {
    color: #B69A33;
    padding: 0 5px;
}
.B_crumbBox a:hover {
    text-decoration:none;
}
.B_crumbBox li {
    display: inline;
}
/**/
/*news*/
.news_block_inner {
    background: #FFFFFF;
    border: 1px solid #CECECE;
    height: 160px;
    margin: 10px 0;
}
.news_info {
    margin: 0 0 0 20px;
    float: right;
    width: 640px;
}
.answer_block_inner {
    background: #FFFFFF;
    border: 1px solid #CECECE;
    margin: 10px 0;
    padding: 10px 15px;
}
.answer_info .news_data{
	margin:0;
}
/*
.news_block_inner:nth-child(even) .news_img{
	float: right;
}*/

.news_img {
    float: left;
}
.news_name a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}
.news_data {
    font-size: 13px;
    color: #bababa;
    border-top: 1px solid;
    width: 200px;
    padding: 5px 0px;
    margin: 20px 0 0 0;
}
.news_name {
    margin: 5px 0px 15px 0;
}
.news_descript {
    font-size: 14px;
    margin: 10px 10px 0 0;
    height: 50px;
    overflow: hidden;
        line-height: 16px;
}
/**/
	/*catalog*/
.products_bloks {
    margin: 0 auto;
    width: 680px;
}
.product_label {
    position: absolute;
    right: -17px;
    top: -23px;
}
.f_data {
    font-size: 11px;
    color: #aeaeae;
}
.catalog_inner {
    border: 1px solid #DADADA;
    float: left;
    margin: 20px 15px;
    width: 194px;
    height: 260px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.catalog_inner:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdbdb+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #dbdbdb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

}
.product_img {
    padding-bottom: 35px;
    padding-top: 55px;
}
.the-new {
    position: absolute;
    top: -25px;
    right: -20px;
}
.product_name {
     width: 185px;
    height: 65px;
    padding: 6px 5px 0px;
    margin-top: 10px;
    background: url(/assets/img/template/title_line.png) top center no-repeat;
    font-size: 14px;
    overflow: hidden;
}
.product_name a{
    text-decoration: none;
    color: #6C6C6C;
}
.catalog_inner a {
    text-decoration: none;
}

	/**/
	/*ask*/
.callback-form {
    background: #ccc;
    padding: 30px;
    margin-bottom: 40px;
}
	/**/

/*banners*/
.banners {
    margin: 35px 20px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}
/*.banners a:nth-child(2) {
    padding: 0px 5px;
}*/

#major_page .banners {
    margin: 35px 0;
    /* text-align: center; */
    padding: 0 0;
}
#major_page .banners a:nth-child(2) {
    padding: 0px 20px;
}

/*
.banners a {
    margin-right: 5px;
}*/
/*.banners a:last-child {
    float: right;
    margin-right: 0;
}*/
/**/
/*sidebar*/
.sidebar {
    width: 260px;
	float: left;
}
.sidebar_inner {
    width: 260px;
    background: #c8c8c8;
    padding: 15px 0;
    border-radius: 5px;
}
.sidebar a {
    color: #fff;
    text-decoration: none;
    padding: 8px 30px;
    display: block;
    font-size: 15px;
}
.sidebar a:hover{
	background: #777B7A;
}
.becareful-fake {
    height: 200px;
    margin-top: 35px;
    background-image: url('/assets/img/template/fake_circle.png');
    background-repeat: no-repeat;
    background-size: 190px;
    margin-left: 5px;
}
.fake_href:hover{
	background:none !important;
}
/**/
	/*pagin*/
.pagination a {
    padding: 3px 5px !important;
}

.pagination {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    color: #ccc;
    border-bottom: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    padding: 12px 0;
    margin: 15px 0;
}
.nav .prev {
    left: 0;
}
.prev {
    float: left;
}
.nav .prev, .nav .next {
    position: absolute;
    white-space: nowrap;
}
.pages {
    float: left;
    position: relative;
    left: 38%;
}
.pagination ul{
	margin: 0 !important;
	padding: 0;
}
.pagination ul li {
    padding: 0 5px;
    margin: 0 !important;
}
.pagination ul li {
    display: inline-block;
}
.next {
    float: right;
}

.control.prev a {
    text-decoration: none;
    color: #CCCCCC;
}
.control.prev a:hover {
    color: #000;
}
.control.next a {
    text-decoration: none;
    color: #CCCCCC;
}
.control.next a:hover {
    color: #000;
}
.active.pages a {
    padding: 8px;
    background: #e9dd85;
    color: #000;
    text-decoration: none;
}
.pages a {
    color: #ccc;
    padding: 8px;
    text-decoration: none;
}
.pages a:hover {
    color: #000;

}
/*
.pagination li {
    list-style-type: none;
    display: inline;
    margin: 0 3px;
}
.pagination li a {
    text-decoration: none;
    color: #fff;
    background: #AEAEAE;
    padding: 2px 5px;
}
.pagination .active a{
	background:#B69A32;
}
*/
/**/
/*product-cart*/
#slider-product_cart {
    width: 520px;
    float: left;
}
.product_rightcol {
    float: right;
    width: 390px;
}
.pagetitle-in-productcart {
    font-size: 14px;
}
.characteristics {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f0f0f0+100 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 0%, #f0f0f0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f9f9f9 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    padding: 30px;
}
.none_charact > .characteristics {
    display: none;
}
.none_more_charact > .more-characteristics {
    display: none;
}
#none_img > #slider-product_cart {
    display: none;
}
#none_img {
    background: url('/assets/img/template/babyliss_logo.jpg');
    width: 450px;
    height: 240px;
    float: left;
    background-repeat: no-repeat;
    background-size: 322px;
    background-position: 50%;
    border: 1px solid #DADADA;
    border-radius: 6px;
}
.ch_img {
    margin-bottom: 20px;
}
.ch_img span {
    padding: 10px 8px;
    margin-left: 35px;
    display: block;
}
.ch_img img {
    float: left;
}
.where_buy {
    margin: 30px 0 0 0;
    float:left;
}
.where_buy a {
    text-decoration: none;
    color: #fff;
    background: #D75B5F;
    padding: 15px 25px;
    border-radius: 25px;
}
.where_buy a:hover{
	background:#A63639;
}
#product-cart .networks_block{
	color:#000;
}
#product-cart h1{
	margin: 30px 0;
}
#product-cart h2 {
    text-align: left;
}

.more-characteristics {
    background: #dadada;
    margin-top: 40px;
	padding: 30px 15px 15px 15px;
}
.more-characteristics-inner {
    background: #fff;
    position: relative;
    padding: 30px 15px;
    font-size: 13px;
}
.more-characteristics p {
    margin: 10px 0px;
}
.more-characteristics ul {
    margin-left: 20px;
    margin-bottom: 15px;
}
.more-characteristics ul li {
    list-style-type:disc;
}

.more-characteristics h3 {
        margin: 15px 0 8px 0;
        font-size: 16px;
}

.more-characteristics h2 {
        margin: 20px 0 10px 0;
        font-size: 18px;
}
.product-descr-name{
    position: absolute;
    top: -15px;
    left: 0;
    background: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 15px;
}
.advice_small,.articles_small {
    width: 453px;
    height: 200px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f0f0f0+100 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 0%, #f0f0f0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f9f9f9 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    margin-top: 25px;
    float: left;
    margin-bottom: 35px;
}
.articles_small {
    margin-left: 40px;
}
.advice_small ul,.articles_small ul {
    overflow: hidden;
    height: 140px;
    padding: 5px 25px;
}
.advice_small li {
    padding: 5px 10px;
}
.advice_small h3 {
    font-weight: 100;
    font-size: 23px;
    margin: 15px 0 0 20px;
}
.advice_small ul li a {
    color: #000;
}
.advice_small ul li a:hover {
    text-decoration: none;
}

.articles_small li {
    padding: 5px 10px;
}

.articles_small h3 {
    font-weight: 100;
    font-size: 23px;
    margin: 15px 0 0 20px;
}
.articles_small ul li a {
    color: #000;
}
.articles_small ul li a:hover {
    text-decoration: none;
}
.useful_block:nth-child(3n+2) {
    margin: 25px 35px;
}
.useful_block {
    width: 290px;
    height: 254px;
    background: #E4E4E4;
    margin-top: 25px;
    float: left;
    margin-bottom: 35px;
    font-size: 13px;
    overflow: hidden;
    border-bottom: 15px solid #E4E4E4;
}
.useful_block h3 {
    font-size: 23px;
    font-weight: 100;
    margin: 5px 5px;
}
.useful_block a {
    color: #000;
}
.useful_block a:hover{
    text-decoration: none;
}
.useful_block li {
    list-style-type: none !important;
}
/**/

.share {
    float: right;
    margin-top: 15px;
    font-size: 13px;
}
.share_icon {
    margin-top: 5px;
}
.share_icon img {
    margin-left: 5px;
    float: left;
}

/*footer*/
.footer {
    background: #c8c8c8;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer_menu_outer {
    display: block;
    float: left;
}
.footer_menu_outer li a {
    font-size: 13px;
    text-decoration: none;
}
.footer_menu_outer li a:hover {
    text-decoration: underline;
}
.footer_block_menu_first {
    float: left;
    margin: 45px 0 0 30px;
    width: 200px;
}
.footer_menu_name {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
}
.footer_block_menu_second {
    margin: 45px 0px 0px 20px;
    float: left;
}
.site-map {
    position: absolute;
    margin-top: 25px;
    color: #Fff;
    font-size: 12px;
    padding: 3px;
    text-decoration: underline;
}
#site-map li {
    margin: 5px 5px;
    padding: 0px 20px;
    list-style-type: disc;
}
.copy {
    width: 940px;
    height: 50px;
    margin: 0 auto;
    border-top: 1px solid #6A6A6A;
    margin-top: 30px;
    text-align: center;
}
.copy span {
    line-height: 50px;
    font-size: 14px;
}
/*networks*/
.networks_icon {
    float: left;
    margin: 2px 4px;
}
.networks_block span {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 3px;
    margin-bottom: 10px;
}
.networks_block {
    margin-top: 45px;
    float: right;
    margin-right: 20px;
    color: #fff;
}
.logs_block {
    height: 115px;
}
.networks_icon{
	width: 30px;
    height: 30px;
}
.vk{
    background-image: url("/assets/img/template/vk.png");
    background-repeat: no-repeat;
}
.vk:hover{
    background-image: url("/assets/img/template/vk_active.png");
}
.youtube{
    background-image: url("/assets/img/template/youtube-icon.png");
    background-repeat: no-repeat;
}
.youtube object{
	margin: 55px 0;
}
.youtube:hover{
    background-image: url("/assets/img/template/youtube-icon-active.png");
}
.fb{
    background-image: url("/assets/img/template/fb.png");
    background-repeat: no-repeat;
}
.fb:hover{
    background-image: url("/assets/img/template/fb_active.png");
}
.instagram{
    background-image: url("/assets/img/template/instagram-icon.png");
    background-repeat: no-repeat;
}
.instagram:hover{
    background-image: url("/assets/img/template/instagram-icon-active.png");
}
/**/
/**/
/*filter*/
.filter {
    margin-bottom: 20px;
}
.filter_title {
    padding: 0 0 6px 20px;
    font-size: 14px;
    border-bottom: 1px solid #D6D6D6;
}
.filter_form {
    padding: 0 10px;
    padding-top: 10px;
}
.btn-submit {
    float: right;
    margin: 10px 10px;
}
.filter_catalog {
    font-size: 13px;
    border: 1px solid #D6D6D6;
    border-radius: 6px;
    padding: 6px 0px;
}
.filter_block {
    float: left;
}
.inner-filter_block {
    padding: 7px 9px;
}
.filter_block p {
    float: left;
    width: 147px;
    text-align: left;
    font-size: 12px;
}
.filter_block select {
    width: 55px;
}
.filter_block_check {
    float: left;
}
.inner_filter_block_check {
    padding: 7px 0;
    padding-right: 12px;
}
.filter_block_check p {
    float: left;
    text-align: left;
    font-size: 13px;
    padding: 0 9px;
}
.input-ckeck {
    margin: 5px 5px;
    display: inline;
}
/**/
	.lm_d{display:none;}
.lm_border{padding:10px;background:url(../images/ld.png);}
.lm_body{background:#f9f9f9;border:1px solid #d7d7d7;width:700px;}
.lm_title{padding:10px;background:#ececec;}
.lm_title h3{float:left;padding:0;font-size:16px;font-weight:300;color:#5d605f;width:570px;}
.b_closed{float:right;}
.b_closed a:link,.b_closed a:visited,.b_closed a:hover{text-decoration:none;color:#5d605f;}
.lm_content{padding:10px;}
.lm_content h4{font-size:13px;font-weight:700px;padding:10px 0 15px;}
.lm_width_foto{background:#f9f9f9;border:1px solid #d7d7d7;width:700px;}
#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.sp_a_l {
    padding: 15px 0;
}
.sp_a_l {
    padding: 15px 0;
}
.sp_a_l ul {
    padding: 0;
    margin: 0 0 0 20px;
    float: left;
    width: 155px;
    height: 290px;
    overflow: hidden;
}
.sp_a ul li {
    padding: 0;
    margin: 0 0 0 10px;
    float: left;
    list-style: none;
    font-size: 14px;
    list-style-type: none !important;
}
.type_city {
    margin-bottom: 30px;
}
.sp_a ul li a:link, .sp_a ul li a:visited, .sp_a ul li a:hover {
    text-decoration: none;
    color: #b69a32;
    border-bottom: 1px dashed #b69a32;
}
.sp_a_l ul li {
    padding: 0 0 8px;
    margin: 0;
    list-style: none;
}
.cl {
    clear: both;
}
.type_city {
    margin: 10px 10px;
    font-size: 14px;
    font-weight: bold;
}
.btn-more{
	cursor: pointer;
    text-decoration: none !important;
    padding: 10px 20px 10px 20px;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-family: arial, serif;
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
    font-size: 15px;
    border-radius: 27px 27px 27px 27px;
    -moz-border-radius: 27px 27px 27px 27px;
    -webkit-border-radius: 27px 27px 27px 27px;
    box-shadow: 0px 0px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgb(0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    background-image: linear-gradient(-90deg, rgba(238, 238, 238, 0.75), rgb(255, 255, 255));
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(rgba(238, 238, 238, 0.75)), to(rgb(255, 255, 255)));
    background-image: -moz-linear-gradient(-90deg, rgba(238, 238, 238, 0.75), rgb(255, 255, 255));
    border: 1px solid #000;
    text-transform: uppercase;
    width: 145px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}
.btn-more:hover{
	background-image:linear-gradient(-90deg, rgba(0, 0, 0, 0.15), rgb(255, 255, 255));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgba(0, 0, 0, 0.15)), to(rgb(255, 255, 255)));
	background-image:-moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.15), rgb(255, 255, 255));
}
.usefull_info h3 a {
    font-size: 20px;
    text-decoration: none;
}
.usefull_info h3 a:hover{
	text-decoration:underline !important;
}
.video {
    margin-bottom: 80px;
}

/*ADD-CSS*/
#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#galleryOverlay.visible {
  opacity: 1;
}

#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

#gallerySlider .placeholder {
  background: url("../img/template/preloader.gif") no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#gallerySlider .placeholder img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #E7E7E7;
}

#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
#prevArrow, #nextArrow {
  border: none;
  text-decoration: none;
  background: url("../img/template/arrows.png") no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover {
  opacity: 1;
}

#prevArrow {
  background-position: left top;
  left: 40px;
}

#nextArrow {
  background-position: right top;
  right: 40px;
}

ul.bxslider_product-cart > li > iframe {
    width: 100% !important;
    height: 100% !important;
}

body {
    background: #fff;
}

.bg {
    display: none;
}

.header {
    background-color: #fff;
    background-image: none;
}
.header_wrapper{
    background-image: none;
    border-bottom: none;
}

.black-logo {
    display: block !important;
}

.black-logo  + img {
    display: none!important;
}

.l_slogan {
    color: #000;
}

.top_menu li a {
    background-color: #fff;
    color: #000;
    font-size: 0.875rem;
    text-transform: uppercase;
}
.top_banner {
    height: auto;
}
.top_banner .bx-wrapper {
    max-width: 100%;
}
.bx-wrapper > .bx-viewport > .top_bannerbx > li > img {
    max-width: 100%;
}
.bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item {
    display: none;
}

.cards-menu {
    display: flex !important;
}
.hide {
    display: none;
}
a.fake_button {
    color: #000;
    border: 2px solid #000;
    text-align: center;
    width: 31%;
    display: inline-block;
    padding: calc(11rem / 16) calc(45rem / 16);
    border-radius: 25px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    background-color: inherit;
}
a.fake_button:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
    transition: all .3s ease;
}
.original_products > a.fake_button {
    color: #000;
}
.original_btn.fake_button {
    color: #000000 !important;
}
.original_btn.fake_button:hover {
    color: #fff !important;
}
.cards-menu {
    display: flex;
    flex-flow: row nowrap;
    flex-wrap: wrap;
    margin: 30px auto;
}
.cards-menu__item {
    flex: 0 0 100%;
    max-width: 50%;
}

@media screen and (max-width: 480px) {
    .cards-menu__item {
        max-width: 100%;
    }
}
.cards-menu__item img {
    max-width: 100%;
}

/*=== Поиск по артикулам ===*/
.articul_search {
    /*display: none;*/
}

.articul_search form {
    position: absolute;
    right: 25px;
    bottom: 20px;
}

.articul_search form input {
    padding: 5px;
    font-size: 14px;
    width: 35px;
    cursor: pointer;
}

.articul_search form input[type="search"] {
    width: 100px;
    padding: 7px;
    cursor: initial;
}

.search_page .original_products {
    margin-top: 80px;
    margin-bottom: 20px;
}

.search_page .original_products_slider {
    width: 80%;
    margin: 0 auto;
}

.search_page .original_products .bx-wrapper .bx-prev {
    left: -50px;
}

.search_page .original_products .bx-wrapper .bx-next {
    right: -70px;
}

.search_page .partners_bannerbx li {
    padding-left: 20px;
}

.search_page .bx-wrapper img {
    object-fit: contain;
}

.search_page .original_products .bx-wrapper .bx-viewport {
    padding-left: 0;
}

.big_articul_search_form {
    margin-bottom: 30px;
    text-align: center;
}

.big_articul_search_form form input {
    padding: 10px;
    font-size: 18px;
    width: 10%;
    cursor: pointer;
    margin-left: 15px;
}

.big_articul_search_form form input[type="search"] {
    width: 20%;
    padding: 10px;
    cursor: initial;
}

.no_search_res {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cards-menu-zag-text {
    color:black;
    font-weight: bold;
    text-align: center;
}
.cards-menu-text {
    color:grey;
    text-align: center;
}
.cards-menu a:link {
    text-decoration: none
}

/*=== Активная ссылка в магазин ===*/
.where_buy {
    display: flex;
    flex-direction: column;
}

.where_buy a {
    display: block;
    margin-bottom: 10px;
}

.where_buy a:last-child {
    margin-bottom: 5px;
}

.where_buy a.market_buy {
    background: #fff;
    color: #FC8507;
    border: 1px solid #FC8507;
}

.where_buy a.market_buy:hover {
    background: #FC8507;
    color: #fff;
}

.where_buy .exclusive_title {
    font-size: 12px;
    text-align: center;
    color: #FC8507;
}