/*   

Theme Name: dekorusby

Theme URI: none

Description: dekorusby

Author: dekorusby

Author URI: vladimiravelur@gmail.com

Version: 1.0

*/


input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #323230!important; !important;
  -webkit-text-fill-color: #757575  !important;
  color: #757575 !important;
  background-color: transparent !important;
}

.wp-pagenavi {

	margin-top: 55px;

	float: right;

}

.wp-pagenavi a, .wp-pagenavi span {

	border: none!important;

	font-family: 'Open Sans'!important;

	color: #5b5b5b!important;

}



* {

	margin: 0; padding: 0;} /* обнуляем отступы */

body {

	background: #fff;

}

html,body {

	height: 100%; /* задаем высоту тела документа */

}

.main { /* основной блок, который должен растянуться до подвала */

	background: #fff; /* цвет фона основного блока (для наглядности) */

	min-height: 100%; /* задаем минимальную высоту основного блока */
	padding-top: 110px;

}

* html .main { /* хак для ie6 */

	height: 100%; /* для ие6, т.к. не понимает min-height */

}

.hFooter { /* это распорка в основном блоке - резервируем место для подвала */

	height: 140px; /* высота нашего подвала */

}

.footer { /* подвал */

	background: #0000CC; /* цвет фона подвала (для наглядности) */

	color: #fff;

	height: 140px; /* высота подвала */

	margin-top: -140px; /* делаем отрицательный отступ по высоте равный высоте подвла, чтобы четко вписаться в размер экрана */

	clear: both;

}



.ctr {

	width: 980px;

	margin: 0 auto;

}



.header {

	height: 110px;

	background: url(images/header-bg.jpg) top center no-repeat;
	position: fixed;
	width: 100%;
	z-index: 100;
	margin-top: -110px;

}



.header_logo {

	width: 230px;

	padding-top: 20px;

	float: left;

}



.header_search {

	width: 260px;

	float: left;

}



.header_search_input {

	background: url(images/search-border.png) top left no-repeat;

	width: 161px;

	height: 26px;

	margin: 50px 0px 0px 77px;

}



.login_input {

	float: left;

	background: url(images/search-border.png) top left no-repeat;

	width: 161px;

	height: 26px;

	margin-right: 5px;

}



.password_input {

	float: left;

	background: url(images/search-border.png) top left no-repeat;

	width: 161px;

	height: 26px;

	margin-right: 30px;

}



.login_button {

	background: url(images/auth.png);

	width: 20px;

	height: 20px;

	float: right;

	margin-top: 2px;

	margin-right: 7px;

	cursor: pointer;

}



.header_search_button {

	margin: -18px 0px 0px 217px;

	background: url(images/search-button.png) left top no-repeat;

	position: absolute;

	width: 11px;

	height: 11px;

}



.password_input input {

	background: transparent;

	border: none;

	font-family: "Open Sans";

	font-size: 12px;

	font-style: italic;

	color: #757575;	

	padding: 0;

	margin-top: 6px;

	margin-left: 14px;

	width: 110px;

}



.header_search_input input, .login_input input {

	background: transparent;

	border: none;

	font-family: "Open Sans";

	font-size: 12px;

	font-style: italic;

	color: #757575;

	padding: 0;

	margin-top: 6px;

	margin-left: 14px;

	width: 110px;

}



.header_menu {

	width: 465px;

	float: left;

        margin: -6px;

}



ul.header_menu_ul {

	float: right;

}  



ul.header_menu_ul li {

	color: #fff;

	display: inline-block;

	margin-left: 15px;

	font-family: "minaeff_ectbold";

	font-size: 15px;

	cursor: pointer;

	height: 20px;

	text-transform: uppercase;

}



ul.header_menu_ul li a {

	color: #fff;

	text-decoration: none;

	cursor: pointer;

}

	

ul.header_menu_ul li:hover, ul.header_menu_ul li.current-menu-item {

	border-bottom: 4px solid #5a5a5a;

}



.header_menu_top {

	/*width: 390px;*/

	padding: 15px 0px 15px 0px;

	float: right;

}



.header_menu_top_auth, .header_menu_top_map, .header_menu_top_rss {

	float: right;

	width: 20px;

	height: 20px;

	margin: 0px 0px 0px 5px;

}



.header_menu_bottom {

	width: 390px;

	padding: 0px 0px 0px 0px;

	float: right;

}



.footer {

	height: 140px;

	background: url(images/footer-bg.jpg) top center no-repeat;
	background-size: cover;

}



.footer_logo {

	height: 80px;

	padding-top: 44px;

	float: left;

	width: 60px;

}



.footer_item {

	width: 195px;

	height: 124px;

	float: left;

}



.footer_item_title {

	font-family: "minaeff_ectbold";

	font-size: 24px;

	font-weight: bold;

	color: #F1EFEF;

	text-transform: uppercase;

	/* float: left; */

	padding-top: 40px;

	padding-left: 0px;

}



.footer_item_text, .footer_item_text a {

	font-family: "Open Sans";

	font-size: 12px;

	color: #fff !important;

	/* float: left; 

	padding-top: 68px;

	padding-left: 10px;*/

	padding-top: 10px;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);

	-moz-opacity: 0.5;

	-khtml-opacity: 0.5;

	opacity: 0.5;

	line-height: 15px;

	text-decoration: none !important;

}



.footer_web_logo_text1 {

	font-family: "Open Sans";

	color: #fff;

	font-size: 10px;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);

	-moz-opacity: 0.4;

	-khtml-opacity: 0.4;

	opacity: 0.4;

	padding: 0px 0px 0px 0px;

}



.footer_web_logo_text2 {

	font-family: "Open Sans";

	color: #fff;

	font-size: 12px;

	text-decoration: underline;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);

	-moz-opacity: 0.4;

	-khtml-opacity: 0.4;

	opacity: 0.4;

	padding: 0px 0px 0px 0px;

}



.main_1 {

	height: 626px;

	background: url(images/main-bg-1-people.jpg) center top no-repeat;

}





/* main_1_menu */



.main_1_menu {

	width: 940px;

	padding: 50px 0px 50px 0px;

}



ul.main_1_menu_ul {

	text-align: center;

}  



ul.main_1_menu_ul li {

	display: inline-block;

	cursor: pointer;

	padding-top: 150px;

	padding-left: 10px;

	padding-right: 10px;

	width: 130px;

	font-family: "minaeff_ectbold";

	font-size: 18px;

	color: #5b5b5b;

	text-decoration: none;

	text-transform: uppercase;

}



ul.main_1_menu_ul li a {	

	font-family: "minaeff_ectbold";

	font-size: 18px;

	color: #5b5b5b;

	text-decoration: none;

	text-transform: uppercase;

}



ul.main_1_menu_ul li:hover {

	text-decoration: underline;

}



ul.main_1_menu_ul li a:hover {

	color: #010101;

}



.m1 {

	background: url(images/m1-sprite.png) no-repeat;

	background-position: center 0; width: 130px;

}

.m1:hover {

	

	background-position: center -180px; width: 130px;

}



.m2 {

	background: url(images/m2-sprite.png) no-repeat;

	background-position: center 0; width: 130px;

}

.m2:hover {

	

	background-position: center -180px; width: 130px;

}



.m3 {

	background: url(images/m3-sprite.png) no-repeat;

	background-position: center 0; width: 130px;

}

.m3:hover {

	

	background-position: center -180px; width: 130px;

}



.m4 {

	background: url(images/m4-sprite.png) no-repeat;

	background-position: center 0; width: 130px;

}

.m4:hover {

	

	background-position: center -180px; width: 130px;

}



.m5 {

	background: url(images/m5-sprite.png) no-repeat;

	background-position: center 0; width: 130px;

}

.m5:hover {

	

	background-position: center -180px; width: 130px;

}



.m6 {

	background: url(images/m6-sprite.png) no-repeat;

	background-position: center 0; width: 130px;

}

.m6:hover {

	

	background-position: center -180px; width: 130px;

}









.main_1_title h1{

	padding: 50px 0px 50px 0px;

	font-family: "minaeff_ectbold";

	font-size: 60px;

	font-weight: bold;

	color: #41403b;

	text-shadow: inset 0 1px rgba(0,0,0,.36), inset 0 0 9px rgba(0,0,0,.43);

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6);

	-moz-opacity: 0.6;

	-khtml-opacity: 0.6;

	opacity: 0.6;

	text-transform: uppercase;

}



.main_1_text {

	font-family: "Open Sans";

	font-size: 14px;

	color: #5e5e5e;

}



.next_button {

	font-family: "minaeff_ectbold";

	font-size: 18px;

	color: #30302f;

	padding: 5px 37px 0px 0px;

	background: url(images/next-bg-70.png) right center no-repeat;

	float: right;

	width: 140px;

	height: 26px;

	text-align: right;

	margin-top: 10px;

	margin-bottom: 10px;

	text-transform: uppercase;

}



.next_button a {

	color: #30302f;

	text-decoration: none;

}

.next_button a:hover {

	color: #30302f;

	text-decoration: underline;

}



.main_2 {

	height: 471px;

	background: #fff;

	

	

}



.line1_block {

	padding-top: 50px;

	padding-bottom: 20px;

}



.line1 {

	width: 382px;

	height: 2px;

	background: url(images/line1.png) left top no-repeat;

	

}



.line1_title h2{

	position: absolute;

	font-family: "minaeff_ectbold";

	font-size: 24px;

	font-weight: bold;

	color: #bbb;

	padding: 0;

	margin: -10px 0px 0px 402px;

	text-transform: uppercase;

}



.left {

	float: left;

}



.right {

	float: right;

}





.info_block_5 {

	margin: 0 auto;

	text-align: center;

	

}



.info_block_item {

	height: 311px;

	width: 163px;

	text-align: center;

	padding-top: 10px;

	float: left;

	margin: 0px 12.5px;

	cursor: pointer;

	margin-top: 10px;

	color: #30302f;

	display: inline-block;

}



.info_block_item:hover{

	background: url(images/info-bg-hover.png) center top no-repeat;

	color: #fff;

}



.info_block_item:hover .info_block_item_ex p, .info_block_item:hover .info_block_item_ex h1, .info_block_item:hover .info_block_item_ex h2 {

	color: #fff;

}



.info_block_item:hover .info_block_item_date {

	display: none;

}



.info_block_item_text {

	height: 135px;

	overflow: hidden;

	font-family: "Open Sans";

	

	padding-left: 10px;

	padding-right: 10px;

}



.info_block_item_thumb {

	padding-bottom: 15px;

}



.info_block_item_title {

	padding-bottom: 7px;

	font-size: 13px;

	font-weight: bold;

	text-transform: uppercase;

}



.info_block_item_ex {

	padding-bottom: 7px;

}



.info_block_item_ex, .info_block_item_ex p, .info_block_item_ex h1, .info_block_item_ex h2 {

	font-size: 12px;

}



.info_block_item_ex p {

	padding: 0px 0px 0px 0px;

}



.info_block_item_date {

	font-family: "Open Sans";

	font-size: 12px;

	color: #bbb;

}



.main_3 {

	height: 400px;

	background: url(images/main-bg-3.jpg) center top no-repeat;

}





.line2_block {

	padding-top: 50px;

	padding-bottom: 20px;

}



.line2 {

	width: 382px;

	height: 2px;

	background: url(images/line2.png) left top no-repeat;

	

}



.line2_title h3{

	position: absolute;

	font-family: "minaeff_ectbold";

	font-size: 24px;

	font-weight: bold;

	color: #212121;

	padding: 0;

	margin: -10px 0px 0px 428px;

	text-transform: uppercase;

}



.main_gallery {

	padding: 0px 0px 0px 0px;

	margin: 47px 0px 0px 0px;

	position: relative;

}



.main_gallery_item {

	width: 188px;

	height: 188px;

	float: left;

}



.main_gallery_item img{

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);

	-moz-opacity: 0.6;

	-khtml-opacity: 0.6;

	opacity: 0.6;

}



.overlay_gallery_item {

	background: #323231;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);

	-moz-opacity: 0.9;

	-khtml-opacity: 0.9;

	opacity: 0.9;

	position: absolute;

	display: none;

	width: 188px;

	height: 188px;

	margin-top: -188px;

}



.overlay_gallery_item_border {

	border: 1px solid #fff;

	display: none;

	position: absolute;

	display: none;

	width: 187px;

	height: 187px;

	margin-top: -188px;

	margin-left: -1px;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}



.main_gallery_item:hover .overlay_gallery_item {

	display: block;

}



.main_gallery_item:hover .overlay_gallery_item_border {

	display: block;

	

}



.overlay_gallery_item_border_text {

	font-family: "Open Sans";

	font-size: 13px;

	font-weight: bold;

	text-decoration: underline;

	color: #fff;

	padding: 43px 22px 0px 22px;

	text-aligN: center;

}



.gallery_running_man {

	text-align: center;

	margin: 31px 0px 0px 0px;

}



.about_1 {

	height: 493px;

	background: #fff;

}



.about_2 {

	height: 406px;

	background: url(images/about-2-bg.jpg) center top no-repeat;

}



.about_1_content {

	width: 620px;

	padding-top: 40px;

	

	font-family: "Open Sans";

	font-size: 14px;

	color: #5e5e5e;

	line-height: 18px;

}



.about_1_column {

	position: absolute;

	margin: 50px 0px 0px 650px;

	width: 319px;

	height: 481px;

	background: url(images/about-column.png) left top no-repeat;

	z-index: 20;

}



.about_1_content_bottom {

	width: 620px;

	padding-top: 85px;

}



.about_1_content_bottom_left {

	width: 310px;

	float: left;

	text-align: left;

}



.about_1_content_bottom_right {

	width: 310px;

	float: right;

	text-align: right;

}



.about_1_content_bottom_title {

	float: left;

	font-family: "minaeff_ectbold";

	font-size: 24px;

	font-weight: bold;

	color: #333331;

}



.about_1_content_bottom_text {

	float: left;

	font-family: "Open Sans";

	font-size: 14px;

	color: #333331;

	padding: 5px 0px 0px 15px;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);

	-moz-opacity: 0.5;

	-khtml-opacity: 0.5;

	opacity: 0.5;

}



.about_2_content_title h2{

	font-family: "minaeff_ectbold";

	font-size: 55px;

	font-weight: bold;

	color: #41403b;

	text-shadow: inset 0 1px rgba(0,0,0,.36), inset 0 0 9px rgba(0,0,0,.43);

	text-transform: uppercase;

	padding-top: 55px;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);

	-moz-opacity: 0.5;

	-khtml-opacity: 0.5;

	opacity: 0.5;

}



.about_2_content_salon_left {

	width: 24px;

	height: 25px;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);

	-moz-opacity: 0.5;

	-khtml-opacity: 0.5;

	opacity: 0.5;

	cursor: pointer;

	float: left;

	text-align: left;

	margin-top: 58px;

}



.about_2_content_salon_right {

	width: 24px;

	height: 25px;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);

	-moz-opacity: 0.5;

	-khtml-opacity: 0.5;

	opacity: 0.5;

	cursor: pointer;

	float: left;

	text-align: right;

	margin-top: 58px;

}



.about_2_content_salon_center {

	float: left;

	padding: 0px 0px 0px 0px;

	height: 148px;

	overflow: hidden;

	float: left;

	white-space: nowrap;

	position: absolute;

	margin-left: 24px;

}



.about_2_content_salon_item {

	float: left;

	display: inline-block;

	

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);

	-moz-opacity: 0.7;

	-khtml-opacity: 0.7;

	opacity: 0.7;



}



.about_2_content_salon_item:hover {

	cursor: pointer;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}



.about_2_shop_banner {

	width: 143px;

	height: 121px;

	background: url(images/shop-banner.png) left top no-repeat;

	position: absolute;

	margin: 0px 0px 0px 729px;

	z-index: 10;

	font-family: "Open Sans";

	font-size: 13px;

	text-decoration: none;

	color: #fff;

	text-align: center;

	padding: 30px 10px 0px 10px;

}



.about_2_shop_banner a {

	color: #ff9b00;

	text-decoration: none;

}



.about_2_shop_banner a:hover {

	text-decoration: underline;

}



.info_1 {

	//padding-top: 30px;

	background: url(images/info-bg.jpg) center bottom no-repeat;

}



.info_inside {

	padding-top: 20px;

	padding-bottom: 20px;

}



h1 {

	font-family: "minaeff_ectbold";

	font-size: 25px;

	font-weight: bold;

	color: #333331;

	padding: 30px 0px 5px 0px;

}



h2, h2 > a {

	font-family: "minaeff_ectbold";

	font-size: 20px;

	font-weight: bold;

	color: #5e5d5d;

	padding: 20px 0px 5px 0px;

}



p, p a, .ctr > ul > li > a {

	font-family: "Open Sans";

	font-size: 14px;

	color: #5e5e5e;

	padding: 10px 0px 5px 0px;

}



.catalog {

	padding-top: 20px;

	padding-bottom: 70px;

}


/*------------подменю каталога---------------*/
.catalog_left {

	//padding-top: 30px;

	padding-top: 35px;

	width: 150px;

	position: absolute;

	font-family: "minaeff_ectbold";

	font-size: 14px;

	letter-spacing: 1px;

	margin-left: -40px;

	//float: left;

	//padding-right: 25px;

	//display: none; //nadi-da	

}

.catalog_left .menu a {

	text-transform: uppercase;

	text-decoration: none;

	color: #000;

}

.catalog_left .menu li {

	border-top: 1px solid #c4c4c4;

	min-height: 38px;

	line-height: 38px;

	display: block;

	position: relative;

	z-index: 1;

}

.catalog_left .menu li>a {
	width: 100%;
	display: block;
}

.catalog_left .menu li:first-child {

	border-top: none;

}

.catalog_left .menu .menu-item-has-children>a {

	background: url(images/arr-down.png) no-repeat right center;

	//padding-right: 13px;

	//pointer-events: none;

	//cursor: pointer;

}

.catalog_left .menu li.menu-item-has-children>.toggle-on{

	background: url(images/arr-up.png) no-repeat right center;

}

.catalog_left .sub-menu  {
	//display: none;
}

.catalog_left .sub-menu .sub-menu {
	padding-left: 10px;
	padding-top: 10px;
}
.catalog_left .sub-menu a {

	text-transform: none;

	color: #757575;

	position: relative;

	z-index: 2;

}

.catalog_left .sub-menu a:hover {

	color: #000;

}

.catalog_left .sub-menu .current-menu-item a, .catalog_left .sub-menu .current-catalog_category-parent>a {
	color: #000;
}

.catalog_left .sub-menu li {

	min-height: auto;

	line-height: 18px;

	border-top: none;

	padding-bottom: 5px;

	position: relative;

	z-index: 2;

}

.catalog_left .sub-menu li:last-child {
	margin-bottom: 5px;
}


.catalog_right {

	width: 725px;

	//nadi-da:

	//float: left;
	margin: 0 auto;

}

.taxonomy_catalog_right {

	min-height: 1063px;	

}


ul.menu_catalog_ul > li {

	display: block;

	min-height: 35px;

	font-family: "Open Sans";

	font-size: 12px;

	color: #5b5b5b;

	padding: 25px 0px 0px 75px;

	text-transform: uppercase;

	

}



ul.menu_catalog_ul li a {

	color: #5b5b5b;

	text-decoration: none;

	cursor: pointer;

}







ul.menu_catalog_ul > li > a:hover, .expanded, ul.menu_catalog_ul > li.current-menu-parent > a, ul.menu_catalog_ul > li.current-menu-ancestor > a{

	text-decoration: underline;

	cursor: pointer;

	font-weight: bold;

}

ul.menu_catalog_ul > li > ul > li > a:hover, ul.menu_catalog_ul > li > ul > li.current-menu-item > a {

	font-weight: bold;

}



ul.menu_catalog_ul > li > ul > li > ul > li > a:hover {

	text-decoration: underline;

	cursor: pointer;

	font-weight: bold;

}





li.catalog-menu-bg-1-30 {

	background: url(images/catalog-menu-bg-1-30.jpg) no-repeat;

	background-position: 0px 10px;

}

li.catalog-menu-bg-1-30:hover, li.catalog-menu-bg-1-30.current-menu-item, li.catalog-menu-bg-1-30.current-menu-parent, li.catalog-menu-bg-1-30.current-menu-ancestor {

	background: url(images/catalog-menu-bg-1-90.jpg) no-repeat;

	background-position: 0px 10px;

}



.catalog-menu-bg-2-30 {

	background: url(images/catalog-menu-bg-2-30.jpg) no-repeat;

	background-position: 0px 10px;

}

li.catalog-menu-bg-2-30:hover, li.catalog-menu-bg-2-30.current-menu-item, li.catalog-menu-bg-2-30.current-menu-parent, li.catalog-menu-bg-2-30.current-menu-ancestor {

	background: url(images/catalog-menu-bg-2-90.jpg) no-repeat;

	background-position: 0px 10px;

}



.catalog-menu-bg-3-30 {

	background: url(images/catalog-menu-bg-3-30.jpg) no-repeat;

	background-position: 0px 10px;

}

li.catalog-menu-bg-3-30:hover, li.catalog-menu-bg-3-30.current-menu-item, li.catalog-menu-bg-3-30.current-menu-parent, li.catalog-menu-bg-3-30.current-menu-ancestor  {

	background: url(images/catalog-menu-bg-3-90.jpg) no-repeat;

	background-position: 0px 10px;

}



.catalog-menu-bg-4-30 {

	background: url(images/catalog-menu-bg-4-30.jpg) no-repeat;

	background-position: 0px 10px;

}

li.catalog-menu-bg-4-30:hover, li.catalog-menu-bg-4-30.current-menu-item, li.catalog-menu-bg-4-30.current-menu-parent, li.catalog-menu-bg-4-30.current-menu-ancestor {

	background: url(images/catalog-menu-bg-4-90.jpg) no-repeat;

	background-position: 0px 10px;

}



.catalog-menu-bg-5-30 {

	background: url(images/catalog-menu-bg-5-30.jpg) no-repeat;

	background-position: 0px 10px;

}

li.catalog-menu-bg-5-30:hover, li.catalog-menu-bg-5-30.current-menu-item, li.catalog-menu-bg-5-30.current-menu-parent, li.catalog-menu-bg-5-30.current-menu-ancestor  {

	background: url(images/catalog-menu-bg-5-90.jpg) no-repeat;

	background-position: 0px 10px;

}



.catalog-menu-bg-6-30 {

	background: url(images/catalog-menu-bg-6-30.jpg) no-repeat;

	background-position: 0px 10px;

}

li.catalog-menu-bg-6-30:hover, li.catalog-menu-bg-6-30.current-menu-item, li.catalog-menu-bg-6-30.current-menu-parent, li.catalog-menu-bg-6-30.current-menu-ancestor {

	background: url(images/catalog-menu-bg-6-90.jpg) no-repeat;

	background-position: 0px 10px;

}



.catalog_items {

	width: 725px;

}



.catalog_item {

	margin: 20px 0px 0px 6px;

	width: 173px;

	height: 210px;

	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	text-decoration: none;

	background-color: #fff;

	border: solid 1px rgba(0,0,0,.09);

	float: left;

}



.catalog_item:hover .catalog_item_text_1 {

	text-decoration: underline;

}



.catalog_item:hover {

	background: url(images/running-man-black-70.jpg) 140px 160px no-repeat;

}



.catalog_item_image {

	height: 141px;

	width: 173px;

	background: #282d30;

	border-radius: 3px 3px 0px 0px;

	-webkit-border-radius: 3px 3px 0px 0px;

	-moz-border-radius: 3px 3px 0px 0px;

	-khtml-border-radius: 3px 3px 0px 0px;



}



.catalog_item_image img {

	height: 141px;

	width: 173px;

}



.catalog_item_text {

	height: 69px;

	width: 173px;

	text-align: center;

	display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;

}



.catalog_item_text_1 {
    font-family: "minaeff_ectbold";
    font-size: 14px;
    font-weight: bold;
    color: #000;
    //padding-top: 12px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}



.catalog_item_text_2 {

	font-family: "minaeff_ectbold";

	font-size: 14px;

	color: #adadad;

	padding-top: 5px;

	text-transform: uppercase;

}



ul.menu_catalog_ul li.menu ul.submenu li {

	background: url(images/menu-down.png) no-repeat;

	background-position: 175px 10px;

}

ul.submenu li {	

	font-family: "Open Sans";

	font-size: 12px;

	color: #5b5b5b;

	text-transform: uppercase;

}

ul.menu_catalog_ul > li.menu > ul.submenu.active > li.expand {

	background: url(images/menu-up.png) no-repeat;

	background-position: 175px 10px;

	text-decoration: none;

}



ul.submenu li:hover {	

	/* background: #5b5b5b; */

	cursor: pointer;

	/* color: #fff; */

	text-decoration: none;

}







ul.submenu li a {	

	font-family: "Open Sans";

	font-size: 12px;

	color: #5b5b5b;

	padding: 7px 0px 0px 5px;

	text-transform: none;

	height: 17px;

	background: none;

	display:block;

}

.menu > ul.submenu > li  > a {

	text-transform: uppercase;

}



ul.submenu > li > ul.submenu > li> a:hover, a.link.this {	

	background: #5b5b5b;

	cursor: pointer;

	color: #fff;

	text-decoration: none;

	font-weight: bold;

}









.catalog_single_title h1 {

	font-family: "minaeff_ectbold";

	font-size: 25px;

	font-weight: bold;

	color: #333331;

	padding: 0px 0px 0px 10px;

}
.taxonomy_catalog_single_title h1 {
	text-align: center;
}


.catalog_single_subtitle {

	font-family: "Open Sans";

	font-size: 15px;

	color: #757575;

	padding: 10px 0px 0px 0px;

}



.catalog_single_image {

	width: 250px;

	height: 230px;

	margin: 20px 0px 0px 0px;

	float: left;

	background: #f2f2f2;

	text-align: center;

}



.image_navigation {

	position: absolute;

	margin: -33px 0px 0px 0px;

	background: transparent;

	width: 250px;

	height: 33px;

}



.image_navigation_left {

	float: left;

	width: 14px;

	height: 25px;

	background: url(images/single-img-left.png) left top no-repeat;

	margin: 0px 0px 0px 8px;

	cursor: pointer;

}



.image_navigation_bullets {

	float: left;

	width: 206px;

	height: 24px;

	text-align: center;

	padding-top: 9px;

	display: none;//nadi-da

}



.image_navigation_bullets img {

	margin: 0px 1px 0px 1px;

	cursor: pointer;

}



.image_navigation_right {

	float: right;

	width: 14px;

	height: 25px;

	background: url(images/single-img-right.png) left top no-repeat;

	margin: 0px 8px 0px 0px;

	cursor: pointer;

}







.catalog_single_content {

	width: 435px;

	

	padding: 20px 0px 0px 40px;

	float: left;

}



.catalog_single_assign_title {

	font-family: "minaeff_ectbold";

	font-size: 20px;

	font-weight: bold;

	color: #333331;

	padding: 20px 0px 0px 0px;

}



.catalog_single_assign_elements {

	float: left;

}



.catalog_single_assign_elements .catalog_item {

	margin-left: 0px;

	margin-right: 6px;

}



.gallery {

/*	padding: 65px 0px 100px 0px; */

}



.gallery .main_gallery_item:hover .overlay_gallery_item_border {

	border: none;

}



.gallery_inside {

	padding: 65px 0px 100px 0px;

}



.gallery_inside_image {

	width: 515px;

	float: left;

	height: 380px;

	padding-left: 24px;

	padding-bottom: 20px;

}



.gallery_inside_image img {

	width: 515px;

	height: 380px;

}



.gallery_inside_content {

	padding-left: 45px;

	width: 356px;

	float: left;

}



.gallery_inside_content_title {

	padding: 0px 0px 0px 0px;

	font-family: "minaeff_ectbold";

	font-size: 24px;

	font-weight: bold;

	color: #333331;

}



.gallery_inside_content_subtitle {

	padding: 17px 0px 0px 0px;

	font-family: "Open Sans";

	font-size: 15px;

	color: #868686;

}



.gallery_inside_content_text {

	padding: 30px 0px 0px 0px;

}



img.alignleft {

	float: left;

	margin: 10px 10px 10px 0px;

}



img.alignright {

	float: right;

	margin: 10px 0px 10px 10px;

}

.submenu {

	display:none;

	margin-left: -75px;

	margin-top: 20px;

}

.submenu.active {

	display:block;

}

.menu {

	background-position: 0px 10px;

}

.submenu .submenu {

	border-bottom: 1px solid #C1C1C1;

	margin-left: 0px;

	margin-top: 7px;

	padding-bottom: 7px;

}

.gallery_div {

	padding: 70px 0px 100px 0px;

}









.contact {

	background: url(images/bg_contact.jpg) center top no-repeat;

	min-height: 862px;

}

.diller {

	position: absolute;

	left: 635px;

	bottom: -111px;

	background: url(images/diller.png) center top no-repeat;

	height: 101px;

	width:163px;

	text-align: center;

	padding-top: 10px;

}



.diller  a{

	text-transform: uppercase;

	font-family: "Open Sans";

	font-size: 13px;

	text-decoration: none;

	color: #fff;

}

.diller  a:hover, .contact-ctr .op a:hover, .contact-ctr .map a:hover {

	text-decoration: underline;

}



.contact-ctr {

	width:700px;

	padding-top:65px;

	color: #467597;



}

.contact-ctr h1, h2, h3, h4 {
	padding: 0;
	color: #467597;
	font-size: 24px;
}


.contact-ctr  .tit {

	font-family: 'minaeff_ectbold';

	font-size: 24px;

	font-weight: bold;

	text-transform: uppercase;
	padding: 0;

}

.contact-ctr  .tit h1 {
	padding: 0;
	color: #467597;
}

.contact-ctr  .op {

	margin-top: 7px;

	font-family: "Open Sans";

	font-size: 14px;

}

.contact-ctr + .contact-ctr {

	padding-top: 85px;

}

.contact-ctr .op input {

	width: 208px;	

	height: 25px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	background-color: rgba(255,255,255,0);

	border: solid 1px rgba(70,117,151,.5);

	padding-left: 15px;

	padding-right: 15px;

	font-family: "Open Sans";

	font-size: 14px;

	color: #467597;

}

.contact-ctr .op input + input {

	margin-top:15px;

}
#cp_email {
	margin-top: 15px;
}

.contact-ctr  .op textarea {

	width: 388px;

	max-width:388px;

	height: 63px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	background-color: rgba(255,255,255,0);

	border: solid 1px rgba(70,117,151,.5);

	padding: 7px 15px 0px 15px;

	font-family: "Open Sans";

	font-size: 14px;

	color: #467597;

}

.contact-ctr  .op a {

	font-size: 18px;

	text-decoration: none;

	color: #467597;

	font-family: 'minaeff_ectbold';

}

.contact-ctr .map a {

	font-family: 'minaeff_ectbold';

	font-size: 24px;

	font-weight: bold;

	text-decoration: none;

	color: #467597;

}



#map, #map-xs {

	width:398px;

	height: 260px;

	margin-top:15px;

	display:none;

}

.dillers_list {

	max-height: 760px;

	position: absolute;

	background: url(images/dillers.png) center top no-repeat #fff;

	width: 100%;

}

.dillers_list .list {

	margin: 50px 25px 50px 25px;

	display:none;

	max-height: 660px;

	overflow: auto;

}



/* всплывающая форма */

#order_form_wrap {

	width: 100%;

	height: 100%;

	position: absolute;

}



#order_form_bg_finish {

	background: #000;

 

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);

	-moz-opacity: 0.9;

	-khtml-opacity: 0.9;

	opacity: 0.9;

	position: fixed;

	width: 100%;

	height: 100%;

	z-index: 50;

}

.lp_cpa_order_show {

	width: 550px;

	background: url(images/main-bg-1-people.jpg) center center no-repeat #fff;

	position: fixed;

	top: 50%;

	left: 50%;

	z-index: 70;

	height: 290px;

	margin: -175px 0px 0px -300px;

	padding: 30px;

	text-align: center;

	border-radius: 15px;

	-webkit-border-radius: 15px;

	-moz-border-radius: 15px;

	border: 2px solid #fff;

}

div + div.city {

	margin-top:30px;

}

.information {

	/*min-height: 90px;*/

	background: url(images/lenta.png) repeat-x;

	background-position: 0px 65px;

}

.information .ctr {

	padding-bottom: 50px;

}

/* Стрелка вверх */

#scrollUp {

	width: 90px;

	height: 90px;

	bottom: 140px;

	left: 50%;

	background: url(images/up.png) center center no-repeat;

	margin-left: -590px;

}



.information h2 {

	font-family: 'minaeff_ectbold';

	font-size: 20px;

	font-weight: bold;

	color: #5e5d5d;

}

.information .ctr p {

	text-decoration: underline;

	margin-left: 138px;

}

#login_div a {

	font-family: "Open Sans";

	font-size: 15px;

	font-style: italic;

	color: #757575;

	padding: 0px 17px 0px 0px;

}

.sitemap {

	margin: 30px 0px 100px 0px;

}

.about_2_content_salon_right {

	position: absolute;

	margin-left: 916px;

}



a.info-next {

	font-family: 'minaeff_ectbold';

	font-size: 18px;

	color: #30302f;

	text-decoration: none;

}



a.info-next:hover {

	text-decoration: underline;

}

.sub-menu {

	//display:none;

}

li.menu > ul.sub-menu {

	margin-left: -75px;

	margin-top: 20px;

}

li.menu > ul.sub-menu > li {

	text-decoration: none;

}

li.menu > ul.sub-menu > li.menu-item-has-children {

	background: url(images/menu-down.png) no-repeat;

	background-position: 175px 10px;

}

li.menu > ul.sub-menu > li.menu-item-has-children.expand {

	background: url(images/menu-up.png) no-repeat;

	background-position: 175px 10px;

}



li.menu > ul.sub-menu > li a {

	font-family: "Open Sans";

	font-size: 12px;

	color: #5b5b5b;

	padding: 7px 0px 0px 5px;

	text-transform: none;

	height: 17px;

	background: none;

	display: block;

}

li.menu > ul.sub-menu > li > a {

	text-transform: uppercase;

}

li.menu > ul.sub-menu > li > ul.sub-menu > li:hover a, li.menu > ul.sub-menu > li > ul.sub-menu > li.current-menu-item a {

	background: #5b5b5b;

	color: #fff;

	text-decoration: none;

	font-weight: bold;

}

li.current-menu-item > ul.sub-menu {

	display:block;

}

.hide {

	display:none;

}

#leftbtn, #rightbtn {

	cursor:pointer;

	position: absolute;

	top: 81px;

}

#leftbtn {

	left: -19px;

}

#rightbtn {

	right: -19px;

}

.my_gallery {

	width:941px;

}

.light_icon img {

	height: 40px;

	width: 40x;

	opacity:0.7;

}

.light_icon img:hover {

	opacity:1;

	height: 42px;

	width: 42px;

}



.menu_new {

	text-decoration: underline;

color: #fff;

}

.about-span, h1.about-span {
	font-size: 24px;
	text-align: justify;
	display: inline-block;
	font-family: "minaeff_ectbold";
	padding: 0;
	margin: 0;
	color: #000;

}
.about-span a {
	font-size: 24px;
	text-align: justify;
	font-family: "minaeff_ectbold";
	padding: 0;
	margin: 0;
	color: #000;
}

h1.about-span {
	//display: inline;
	width: 100%;
	display: block;
	text-align: justify;
}

.about_1_content h1 {
	font-family: "Open Sans";
	color: #000;
	margin-top: 0;
	padding-top: 15px;
	font-size: 24px;
}

.xs-menu-button {
	display: none;
}
.main-gallery-read-more {
	display: none;
}
.copyright {
	display: none;
}
.our-shop-xs {
	display: none;
}
.about-certificate-xs {
	display: none;
}
.about-catalogue-addr span>br{
	display: none;
}
.catalog-base-menu {
	//display: none;
	width: 725px;
	margin: auto;
	margin-top: 10px;
}
.catalog-base-menu p {
	display: inline-block;
	padding-left: 10px;
}
.menu-menyu-kataloga-container {
	display: inline-block;
}
#menu-menyu-kataloga li{
	display: inline-block;
}
.catalog-base-menu p>a, #menu-menyu-kataloga li>a {
	text-transform: uppercase;
	font-family: "minaeff_ectbold";
	text-decoration: none;
	font-size: 16px;
	margin-left: 20px;
	margin-right: 20px;
	color: #adadad;
	transition: .3s;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	position: relative;
	z-index: 1;
}
.catalog-base-menu p>a:hover, #menu-menyu-kataloga li>a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
.catalog-base-menu p>a::after, #menu-menyu-kataloga li>a::after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 4px;
	left: 0;
	bottom: -2px;
	background-color: #fff;
	z-index: 100;
}
.catalog-base-menu p>a::before, #menu-menyu-kataloga li>a::before {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 4px;
	right: 0;
	bottom: -2px;
	background-color: #fff;
	z-index: 100;
}
.catalogue-more {
	display: none;
}
.about-certificate-xl {
	display: block;
	padding-top: 15px;
	width: 100%;
	position: relative;
	text-align: center;
	font-family: "minaeff_ectbold";
	text-transform: uppercase;
	color: #bbb;
	margin: auto;
	height: 100%;
	overflow: hidden;
	font-size: 24px;
	margin-bottom: 10px;
}
.about-certificate-xl span {
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding-left: 20px;
	padding-right: 20px;
}
.about-certificate-xl::before, .about-certificate-xl::after {
	content: '';
	height: 1px;
	width: 50%;
	position: absolute;
	display: block;
	background-color: #bbb;
	top: 50%;
	margin-top: 7.5px;
}
.about-certificate-xl::after {
	right: 0;
}
.info_block_5_item {
	width: 725px;
	margin: auto;
	position: relative;
	height: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.info_block_5_item .info_block_item {
	width: 173px;
	margin: 20px 0px 0px 6px;
}
.info-more {
  display: block;
  margin: auto;
  text-decoration: none;
  background-color: #343432;
  color: #fff;
  text-transform: uppercase;
  color: #e3e4de;
  font-family: "minaeff_ectbold";
  font-size: 12px;
  letter-spacing: 1px;
  width: 140px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  text-align: left;
}
.info-more:after {
  content: '';
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  background: url(images/running-man-white.png) no-repeat center center;
  background-size: contain;
  opacity: 0.8;
  top: 7px;
  right: 15px;
}
.catalog-base-menu .current-menu-item>a, #menu-menyu-kataloga .current-menu-item>a {
	color: #000;
	border-bottom: 1px solid #000;
}
.partners-img {
	margin-top: 20px;
	margin-bottom: 15px;	
}
.partners-excerpt {
	font-family: "minaeff_ectbold";
	margin-bottom: 15px;
}
.info-documents {
	width: 320px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 15px;
}
.info-documents a{
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		font-family: "minaeff_ectbold";
		color: #000;
		font-size: 14px;
		text-align: left;
		height: 42px;
		line-height: 42px;
		margin-left: 56px;
		border-left: 1px solid #000;
		padding-left: 15px;
		position: relative;
}
.info-documents a:hover {
	text-decoration: underline;
}
.info-documents a::before {
	content: '';
	display: block;
	position: absolute;
	background: url(images/icons8-open-document-filled.png) no-repeat center center;
	background-size: contain;
	width: 28px;
	height: 32px;
	left: -40px;
	top: 50%;
	margin-top: -16px;
}
.info-documents a:nth-child(2)::before {
	background: url(images/icons8-email-document-filled.png) no-repeat center center;
	background-size: contain;
}
.info-documents a:nth-child(3)::before {
	background: url(images/icons8-diploma-filled.png) no-repeat center center;
	background-size: contain;
}
.info-documents a:nth-child(4)::before {
	background: url(images/icons8-accreditation-filled.png) no-repeat center center;
	background-size: contain;
}
.wholesalers-info-xs {
	display: none;
}
.wholesalers-info-xl {
	display: block;
}
.catalog-base-info-menu {
	display: none;
}
.ctr_gallery {
	width: 940px;
}
.gallery-title {
	display: none;
}
/*dillers*/
.dillers_info {
	margin-bottom: 50px;
	min-height: 500px;
}
.dillers_ctr {
	width: 700px;
}
.dillers_title {
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	color: #343432;
	margin-top: 25px;
	margin-bottom: 10px;
}
.dillers_subtitle {
	text-align: center;
	color: #343432;
	font-family: "minaeff_ectbold";
	font-size: 16px;
	color: #5b5b5b;
	margin-bottom: 50px;
}
.dillers_tab_nav {
	text-align: center;
	cursor: pointer;
	font-family: "minaeff_ectbold";
	font-size: 22px;
	color: #333331;
	height: 42px;
	line-height: 42px;	
	background: url(images/dillers-line.png) no-repeat center bottom;
}
.dillers_tab_nav>span {
	position: relative;
}
.dillers_tab_nav>span:after {
	content: '';
	width: 13px;
	height: 6px;
	background: url(images/arr-down.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: -18px;
}
.dillers_tab .active>span:after {
	background: url(images/arr-up.png) no-repeat center center;
}
.dillers_tab_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 30px;
  background: url(images/dillers-line.png) no-repeat center bottom;
}
.dillers_tab_info {
	width: 50%;
	display: inline-block;
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #5b5b5b;
	line-height: auto;
}
.dillers_tab_info_title {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	font-family: "minaeff_ectbold";
} 
.dillers_tab_info a {
	color: #000 !important;
}
.jspContainer {
	overflow-x: hidden !important;
	overflow-y: auto !important;
}
.contacts_social {
	display: none;
}
.contacts-map-xs {
	display: none;
}
.contacts_form_number_example {
	display: none;
}
.info_inside_button {
	float:right; 
	margin-top:40px; 
	margin-bottom:70px;	
}
.info_inside_button_text {
		float: left; 
		padding-top: 5px; 
		padding-right: 10px;
	}
.info_inside_button_img {
	float: left;
}
/*partners*/
.about-certificate-xl.info_partners_title::before, .about-certificate-xl.info_partners_title::after {
	margin-top: 0;
}
.info_partners {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 100%;
	overflow: hidden;
}
h1.info_partners_title {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.info_partners .partners-item {
	width: 32%;
	height: 130px;
	float: left;
	line-height: 130px;
	margin-left: 2%;
	margin-bottom: 2%;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 10px;
	transition: .2s;
}
.info_partners .partners-item:hover {
	border: 1px solid #bbb;
}
.partners-item a {
	height: 100%;
	display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;

}
.partners-item a>img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	display: block;
}
.ctr div.partners-item:nth-child(4n+1), .ctr div.partners-item:nth-child(2){
	clear: both;
	margin-left: 0;
}
