/*---------------GLOBAL---------------*/
article,aside,figcaption,figure,footer,header,hgroup,nav,section,time {display: block;}

html {
	margin: 0;
	padding: 0;
	position: relative;
}
body {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color: #505050;
	background: #fff;
	overflow: auto;
	font-weight: normal;
}

.img-responsive {
	max-width: 100%;
}

.btn {
	/*border-radius: 30px;*/
	color: #282828;
	font-weight: 500;
	font-size: 13px;
	position: relative;
}
.btn-lg {
	padding: 10px 25px 11px 25px;
    font-size: 14px;
}
.btn-yellow {
	background: #FFF500;
}
.btn-color, .btn-blue {
	background: linear-gradient(89.95deg, #29C34B 0.01%, rgba(129, 190, 0, 0.95) 99.98%);
	color: #fff;
}
.btn-icon {
    background: #fff;
    /*border-radius: 30px 30px 0px 30px;*/
    position: absolute;
    height: 33px;
    top: -1px;
    left: -1px;
    width: 33px;
    padding-top: 4px;
    padding-left: 4px;
}
.btn-lg-withicon {
    padding-left: 50px;
    padding-right: 14px;
}
.btn-lg-withicon .btn-icon {
	width: 44px;
    height: 44px;
    padding-top: 12px;
    padding-left: 5px;
}

.btn-basket {
	background: #2B2B2B;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	border: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 20px;
	border-radius: 0 0 20px 0;
}

.header {
	background: url('../images/header_bg.jpg') top center no-repeat;
	/* background-size: contain; */
	color: #fff;
}
.logo {
	color: #fff;
    display: block;
    font-size: 14px;
}
.logo:hover {
	color: #fff;
	text-decoration: none;
}
.header_address {
	font-size: 14px;
}
.header_phone a {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
}
.ico_whatsapp {
    padding: 3px 7px 6px 8px;
    background: #fff;
    /*border-radius: 30px;*/
}
.header_whatsapp a {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
.header_email {
	color: #fff;
}

.main_menu_wrap {
	background: linear-gradient(89.71deg, rgba(41, 195, 75, 0.9) 0.01%, rgba(129, 190, 0, 0.95) 99.98%);
	/*border-radius: 100px;*/
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.main_menu_wrap li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.main_menu_wrap li a {
	line-height: 60px;
	color: #fff;
	font-size: 15px;
    font-weight: 500;
}

.header_basket {
	background: rgba(43, 43, 43, 0.85);
	line-height: 60px;
	/*border-radius: 100px;*/
	position: relative;
	color: #fff;
}
.header_basket:hover {
	color: #fff;
}
.header_basket_amount_wrap {
	background: rgba(43, 43, 43, 0.85);
	border-radius: 100px;
    /* height: 20px; */
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
	height: 60px;
	width: 60px;
}
.header_basket_sum {
	font-weight: 700;
}

.mobile_catalog_btn {
	/*background: linear-gradient(89.83deg, rgba(41, 195, 75, 0.9) 0.01%, rgba(129, 190, 0, 0.95) 99.98%), #C4C4C4;*/
	background: rgba(255, 255, 255, 0.5);
	/*border-radius: 100px;*/
	padding-left: 15px;
	width: 100%;
}
.mobile_catalog_show {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.mobile_catalog_show:hover {
	color: #fff;text-decoration: none;
}
.mobile_catalog_show span {
	background: url("../images/arrow_down.png") left center no-repeat;
	padding-left: 20px;
	filter: invert(100%);
}
.mobile_menu_wrapper {
	display: none;
	/*background: linear-gradient(89.99deg, #29C34B 0.01%, #81BE00 99.98%);*/
	background: #fff;
    /* max-height: 480px;
    overflow: scroll; */
}
.mobile_menu_wrapper_top {
	background: #2B2B2B;
}
.mobile_menu_logo img {
	max-height: 40px;
}
.mobile_menu_wrapper_bottom ul {
	flex-direction: column;
}
.mobile_menu_wrapper_bottom ul li {
	border-bottom: 1px solid rgba(255,255,255, 0.25);
}
.mobile_menu_wrapper_bottom ul li a {
    line-height: 50px;
    font-size: 16px;
}

/*.main {
	background: url("../images/main_bg.jpg") top center no-repeat;
	background-size: contain;
}*/


.materials_link {
    display: block;
    background: url(../images/materials_bg.png) left center no-repeat;
	top: -1px;
	margin-bottom: -20px;
	position: relative;
	z-index: 1;
    min-height: 140px;
    padding: 60px 0 15px 15px;
    font-weight: normal;
    font-size: 17px;
	color: #fff;
	/*border-radius: 20px 20px 20px 0;*/
}
.materials_link:hover {
	color: #fff;
}


.sidebar_menu {
	position: relative;
	z-index: 0;
	padding: 40px 0 20px 0;
	background: #2B2B2B;
	/*border-radius: 0 0 20px 20px;*/
	position: relative;
	overflow: hidden;
	margin: 0;
	list-style-type: none;
}
.sidebar_menu>li {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}
.sidebar_menu>li>a {
	position: relative;
	overflow: hidden;
	font-size: 15px;
	text-transform: uppercase;
	/*padding: 10px 20px;*/
	padding: 10px 36px 10px 20px;
	display: block;
	color: #fff;
}
.sidebar_menu>li.active,
.sidebar_menu>li:hover {
	background: linear-gradient(89.91deg, #29C34B 0.01%, #81BE00 99.98%);
}

.active_sidebar_menu {
	background: linear-gradient(89.91deg, #29C34B 0.01%, #81BE00 99.98%);
}

.sidebar_menu>li>a>span {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}
.sidebar_menu>li.active .sidebar_submenu {display: block;}
.sidebar_menu>li.active .show_sidebar_submenu {display: none;}
.sidebar_submenu {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0px 0px;
	list-style-type: none;
	width: 100%;
	display: none;
	background: #464646;
}
.show_sidebar_submenu div {width: 24px; height: 24px;}
.show_sidebar_submenu .arrow-right {background: url("../images/arrow_right.png") center no-repeat;}
.show_sidebar_submenu .arrow-down {background: url("../images/arrow_down.png") center no-repeat;}
.show_sidebar_submenu {text-align: center;cursor: pointer;position: absolute;right: 10px;top: 9px;}
.show_sidebar_submenu .arrow-right {display: none;}
.sidebar_submenu>li {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}
.sidebar_submenu>li>a {
	position: relative;
	overflow: hidden;
	font-weight: 300;
	text-transform: none;
	padding: 15px 20px;
	display: block;
	color: #fff;
	line-height: 20px;
}
.sidebar_submenu>li.active>a, 
.sidebar_submenu>li>a:hover {
	color: #fff;
	background: #2B2B2B;
}
.sidebar_submenu>li>a>img {
	position: absolute;
	top: 20px;
	left: 10px;
}
.sidebar_submenu>li>a>span {
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
}

/*--------------CATEGORIES--------*/
.catalog_object {
	margin-bottom: 20px;
}

.cat_item {
	position: relative;
	overflow: hidden;
	/*border-radius: 20px;*/
}
.cat_item:before {
    content: "";
    display: flex;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.75) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.cat_item_title_wrap {
	z-index: 2;
	position: absolute;
	bottom: 40%;
	padding: 0 20px;
	width: 100%;
	font-weight: bold;
	font-size: 26px;
}
.cat_item_title {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff !important;
	margin-bottom: 0px;
	min-height: 55px;
}
.cat_item_catname {display: block;color: #abaaaa;}

.cat_item_price {
	background: #227ceb;
	font-size: 16px;
	color: #fff;
	padding: 8px 14px;
}
.cat_item_price_new {font-weight: bold;}
.cat_item_price_old {text-decoration: line-through;text-align: right;}

.basket_btn i {font-size: 20px}
.cat_item_label {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #fc6719;
	padding: 5px;
	/*border-radius: 3px;*/
}


/*--------------CATEGORIES items--------*/

.catalog_item {
	position: relative;
	overflow: hidden;
	/*border-radius: 20px;*/
}
.catalog_item:before {
    content: "";
    display: flex;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.75) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.catalog_item_title_wrap {
	z-index: 2;
	position: absolute;
	bottom: 30px;
	padding: 0 15px;
	width: 100%;
}
.catalog_item_title {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	color: #fff !important;
	/* min-height: 55px; */
}

.cat_item_price {
	font-size: 16px;
	color: #fff;
	padding: 8px 14px;
}
.cat_item_price_new {font-weight: bold;}
.cat_item_price_old {text-decoration: line-through;text-align: right;}

.basket_btn i {font-size: 20px}
.cat_item_label {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #fc6719;
	padding: 5px;
	/*border-radius: 3px;*/
}

.object_gallery {
	position: relative;
}
.object_gallery_title {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
	z-index: 9999;
}
.object_gallery_item:before {
    content: "";
    display: flex;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.75) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.object_properties {
	background: #F5F5F5;
	/*border-radius: 20px;*/
	padding: 20px 20px 40px 20px;
	margin-bottom: -40px;
}

.object_prop_title {
	font-weight: 500;
	font-size: 15px;
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	position: relative;
}
.object_prop_title:after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0px;
	bottom: -3px;
	background: linear-gradient(89.74deg, #29C34B 0.01%, #81BE00 79.55%);
}

.object_descr {
	background: #FCFCFC;
	/*border-radius: 20px;*/
	padding: 20px;
	margin-bottom: 20px;
}

/*----------------NEWS----------------------*/

.index_news_block {
	padding: 0px 0 30px 0;
	background: url('../images/index_news_bg.jpg') top center no-repeat;
	background-size: cover;
}
.index_news_block_header {
	padding: 0px 0 0px 0;
	border-bottom: 1px solid #DADADA;
	font-weight: 300;
	font-size: 40px;
	line-height: 47px;
	color: #29C34B;
	text-transform: uppercase;
}
.index_news_block_header:after {
	margin: 0 auto;
}

.index_news_slider {
	overflow: auto !important;
	padding-bottom: 50px;
}

.index_news_item {
	display: block;
	position: relative;
	overflow: hidden;
	/*border-radius: 20px;*/
	z-index:2;
}
.index_news_item:before {
    content: "";
    display: flex;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.75) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.index_news_item_title, .index_news_item_date {width: 100%;position: absolute;left: 0;padding: 0 30px;z-index: 2;}
.index_news_item_title {color: #fff;font-size:20px;bottom: 50px;}
.index_news_item_date {color: #fff;font-size:14px;bottom: 20px;font-weight: 300;}

.index_news_anons_wrapper {
	background: #fff;
	/*border-radius: 0 0 20px 20px;*/
	padding: 30px 30px 20px 30px;
	font-weight: 300;
	margin-top: -20px;
	position: relative;
	z-index:0;
}
.index_news_anons {
	max-height: 92px;
	position: relative;
	overflow: hidden;
}
.index_news_anons p {padding:0; margin: 0;}


.news_wrap {
	padding: 0  0 20px 0;
}
.news_item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_item_info_wrap {
	width: 100%;position: absolute;left: 0;padding: 0 20px;text-shadow: 0px 1px 1px #000;z-index: 1;bottom: 20px;
}
.news_item_title {color: #fff;font-size:16px;}
.news_item_date {color: #ccc;font-size:12px;margin-bottom: 7px;}
.news_item_backlink {margin-bottom: 30px;}

.news_item_content img {
    max-width: 100%;
    height: auto;
}
/*----------------/NEWS----------------------*/

/*----------------index_info_block----------------------*/
.index_info_block_title {
	font-weight: normal;
	font-size: 38px;
	color: #29C34B;
}
.index_info_block_subtitle {
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
}
.index_info_text {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
}
/*----------------/index_info_block----------------------*/

/*----------------FOOTER----------------------*/
.footer_top {
	position: relative;
	padding: 40px 0;
	z-index: 0;
}
.footer_top:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	z-index: -1;
}

.footer_top_menu {
	margin: 14px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.footer_top_menu li {
	margin: 0 30px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	display: inline-block;
}
.footer_top_menu li a {
	/*color: #fff;*/
	color: #2d2d2e;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}


.footer_bottom {
	/*background: #202020;*/
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}
.footer_hr {
	height: 1px;
	background: #4A4F4A;
	border: 0px;
}

.footer_contacts_city {
	font-size: 15px;
	background: url(../images/ico_pointer_footer.png) left center no-repeat;
	line-height: 28px;
	padding: 0 0 0 36px;
	margin-bottom: 15px;
}
.footer_contacts_phones {margin-bottom: 15px;}
.footer_contacts_phones a {
	font-size: 22px;
	line-height: 34px;
	color: #fff;
}
.footer_contacts_address {
	color: #c5c5c5;
	font-size: 13px;
}


.footer_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer_menu ul li{
	margin: 0 0 12px 0;
	padding: 0;
	list-style-type: none;
}
.footer_menu ul li a {color: #bcbcbc;font-size: 15px;}

.footer_materials_link {
	display: block;
	color: #fff;
	border-radius: 100px;
	background: url('../images/footer_colors_bg.jpg') left center no-repeat;
	padding: 0 0 0 20px; 
	line-height: 60px;
	max-width: 289px;
}
.footer_materials_link:hover {
	color: #fff;
}

/*----------------FOOTER----------------------*/

.page_header_block {
	background: #2B2B2B;
	/*border-radius: 20px;*/
	margin-bottom: 30px;
}

.header_h1_wrap {
	padding: 15px;
	border-top: 1px solid #4E4E4E;
}
.header_h1_wrap h1 {
	font-weight: 500;
	font-size: 40px;
	text-transform: uppercase;
	color: #44D464;
	padding: 0;
	margin: 0;
}


/*breadcrumbs*/
.breadcrumbs {
	padding: 15px;
	font-size: 15px;
	line-height: 21px;
}
.crumb {color: #fff;margin: 0 10px 0 0;display: inline-block;}
.crumb:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 15px;
	background: url('../images/arrow_right.png') no-repeat;
	margin: 0px 0 -3px 10px;
}
.first_crumb {font-weight: 500;color: #44D464;}
.crumb:last-child:after {display: none;}
/*breadcrumbs*/

/*numpages*/
.numpages {
	display: inline-block;
	background: #353A34;
	/*border-radius: 20px;*/
	font-weight: 300;
	font-size: 20px;
	margin-top: 30px;
}
.numpages a, .numpages span {
	display: inline-block;
	width: 60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.numpages a {

}
.numpages a:hover, .numpages span {
	background: #535852;
	/*border-radius: 20px;*/
	font-weight: 500;
}
a.num_arr, span.num_arr {
	background: linear-gradient(89.98deg, #29C34B 0.01%, rgba(129, 190, 0, 0.95) 99.98%);
	/*border-radius: 20px;*/
}
.num_arr:hover {
	
}
/*numpages*/


/*----------------CATEGORY----------------------*/
.izobrazheniya_serii, .izobrazheniya_serii img {
	border-radius: 20px 20px 0 0;
}
.series_info {
	padding: 15px;
	background: linear-gradient(89.88deg, #29C34B 0.01%, #81BE00 79.55%);
	border-radius: 0px 0px 20px 20px;
	color: #fff;
	position: relative;
}
.series_price {
	font-weight: bold;
	font-size: 28px;
	line-height: 40px;
}
.series_price_descr {
	font-size: 13px;
	font-weight: 300;
	max-width: 150px;
}
.series_links {}
.series_links a {
	font-size: 16px;
	color: #1d74e0;
	display: block;
}

/*----------------/CATEGORY----------------------*/


/*----------------SLIDER----------------------*/
.index_slider {margin-bottom: 38px;position: relative; overflow: hidden;}
.index_slider .owl-item img {
	/*border-radius: 20px;*/
}
.owl-carousel {overflow: hidden;}
.owl-dots {text-align:center;-webkit-tap-highlight-color:transparent; position: absolute;bottom: 0px; width: 100%;}
.owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-dots .owl-dot span{width:6px;height:6px;margin:5px 7px;background:#000;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:100%}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{background:#29C34B;}

.owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top:-23px;
}
.owl-prev, .owl-next {
    border: 1px solid #fff;
    width: 140px;
    height: 140px;
    /*border-radius: 100px;*/
	position: absolute;
	top: -46px;
}
.owl-prev {
	background: url(../images/slider_arr_l.png) 90px center no-repeat;
    left: -70px;
}
.owl-next {
	background: url(../images/slider_arr_r.png) 40px center no-repeat;
    right: -70px;
}
/*----------------/SLIDER----------------------*/


/*----------------CART----------------------*/
.basket_wrapper {
	background: #fff;
	padding: 20px;
}

.clear_cart {font-size: 13px;color: #999999;position: absolute;top: 51px;right: 16px;}
.clear_cart:hover {color: #999;text-decoration: underline;}
.clear_cart i {font-size: 15px;margin-right:5px;}

.cart_list_title {
	padding-bottom: 12px;
	font-size: 13px;
	margin-top: 20px;
	text-align: center;
}
.basket {border-top: 1px solid #d9d9d9;}
.cart_list_item {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}

.cart_item_descr {margin: 0px 0 0 0px;position: relative;overflow: hidden;}
.cart_item_descr_img {
	display: block;
    position: relative;
    overflow: hidden;
	line-height: 100px;
}
.cart_item_descr_img img {
    float: left;
    margin: 0 20px 0 0;
}
.cart_item_descr_img span {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
	color: #6d7681;
}

.cart_col_title {font-size: 12px; font-weight:900;text-transform: uppercase;}

.cart_item_descr_title a {display: block;font-weight: normal;line-height:1.5;display: inline-block;}

.cart_item_price {font-size: 24px;text-align: center;white-space:nowrap;margin: 30px 0 0 0px;font-weight: 700;}

.cart_item_count {
    margin: 28px auto 0px auto;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    width: 120px;
}
.cart_item_count button {
	background: linear-gradient(90deg, #44D464 0%, #B1EA38 70.92%);
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 15px;
	color: #000;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	font-weight: 300;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.cart_item_count input {
    margin: 0 -20px 0 -20px;
    background: #fff;
    display: block;
    float: left;
    border: 0;
    width: 80px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
	position: relative;
	z-index: 0;
	height: 40px;
}
.cart_item_count button:hover {background: linear-gradient(180deg, #44D464 0%, #B1EA38 70.92%);}
.cart_item_count button:hover i {color: #000;}
.change_amount_plus {float: right !important;}

.cart_item_delete {
	padding-left: 0px;
	display: block;
	width: 40px;
	height: 40px;
	background: url('../images/ico_remove.png') center no-repeat;
	margin: 28px auto 0 auto;
}

.cart_footer_wrap {margin: 20px 0;}
.cart_summary_wrap {}
.cart_summary_wrap span {
	font-size: 14px;line-height: 40px;
	display: inline-block;
	margin: 0 15px 0 0;
	float: left;
}
.cart_summary.size3 {font-size: 30px; font-weight: 900}
.cart_summary {font-weight: bold;}

.cart_message_ico {margin: 28px 0 10px;}
.cart_message_title {font-size: 40px;font-weight: 600;margin-bottom: 5px;}
.cart_message_subtitle {font-size: 14px; margin-bottom: 44px;}
.cart_message_btn_1 {float: right;margin: 0 -10px 20px 0;}
.cart_message_btn_2 {margin: 0 0px 20px -10px;}

.purchasing_one_step_form h4 {margin: 25px 0;}
.red_star {color: #ff5641;}

.checkbox-group input[type="checkbox"] {position: absolute;}
.checkbox-group label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.personal_link {
	color: #337ab7;
	text-decoration: underline;
}

.delivery_link span {
	border-bottom: 1px dashed;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}
.delivery_link {margin-bottom: 20px;}
.delivery_link.active {
	color: #f9ac2b;
}
.delivery_wrap {
	margin-bottom: 20px;
	display: none;
}
/*----------------/CART----------------------*/


/*----------------MODAL----------------------*/
.modal {z-index: 99999;}
.modal_title {
	font-size: 24px;
	margin: 0 0 20px 0;
}
.modal .form-group label {
	font-weight: normal;
	display: block;
}
.modal .form-group label span {
	font-size: 13px;
}
input.captcha {margin-bottom: 5px;}
#captcha_img {border: 1px solid #ccc; margin-right: 10px;}
#captcha_reset {display: inline-block;border-bottom: 1px dashed;cursor: pointer;}
.formErr {font-size: 13px; color: red;}
i.redstar {font-style: normal;color: red;}
/*----------------MODAL----------------------*/

/*----------------FORMS----------------------*/
.form-group label {
	font-weight: normal;
	display: block;
}
.form-group label span {
	font-size: 13px;
}
/*----------------FORMS----------------------*/

/*----------------PHOTOGALLERY----------------------*/
.gallery_item {
	margin-bottom: 20px;
	position: relative;
}
.gallery_item_link {
    display: block;
    color: #000;
}
.gallery_item img {
    border-radius: 20px;
    margin-bottom: 15px;
}
.gallery_item_title {
	font-size: 14px;
	min-height: 60px;
}
.gallery_item_descr {
	max-width: 600px;
	font-size: 13px;
	padding: 20px;
}
.gallery_popup_title {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px;
	background: #fff;
	border-radius: 0 0 4px 0;
	float: left;
	max-width: 50%;
}
.gallery_item_descr p {
	margin: 0 0 10px 0;
	line-height: 1.4;
}
.gallery_item_btn {
	margin-top: 20px;
}
.fancybox-content {
	padding: 4px;
	border-radius: 4px;
}
.fancybox-close-small {
	background: #fff;
	border-radius: 60%;
	height: 34px;
	padding: 2px;
	right: 10px;
	top: 10px;
	width: 34px;
}
.fancybox-toolbar {
	z-index: 99998 !important;
}
/*----------------/PHOTOGALLERY----------------------*/

.simple_content_wrap { padding-bottom: 20px;}
.category_items_empty  img,
.simple_content_wrap img {
	max-width: 100%;
	height: auto;
}

.steps-of-payment {
	font-size: 12px;
	border-bottom: 1px solid #999;

}
.steps-of-payment td {
	padding-right: 10px;
}

.header {
	background: url('../images/header_bg.jpg') top center;
	/* background-size: contain; */
	color: #fff;
	padding-bottom: 0!important;
    margin-bottom: 15px;
}

.header .header_address {
	font-size: 15px;
	color: #505050;
	font-weight: 500;
	line-height: 20px;
}

.header .header_phone a {
	color: #2d2d2e;
}

.header .header_whatsapp a {
	color: #2d2d2e;
}

.header .header_email {
	color: #505050;
}
.header .col-xs-8 .mr-2 svg{fill: #505050;}
.btn, .btn-group-lg>.btn, .btn-lg{border-radius: 0;}
.main_menu_wrap{background: none; position: relative; z-index: 0;}
.main_menu_wrap:before{content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: #fff; opacity: 0.5; z-index: -1;}
.main_menu_wrap li a{color: #2d2d2e;}
.header_basket_amount_wrap{background: none;}

.footer_container{
	background: url("../images/footer_top_bg.jpg") top center no-repeat;
	background-size: cover;
}

.sidebar_menu>li.active, .sidebar_menu>li:hover, .active_sidebar_menu{
	background: rgba(255, 255, 255, 0.5);
}
