/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	height: 100%;
}
.wrapper {
	min-width: 300px;
	max-width: 1600px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}



/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 420px;
	float: left;
	overflow: hidden;
	width: 100%;
}


.brand_oblako {
	float: left;
	width: 80%;
	text-align: center;
	margin-bottom: 40px;
	margin-left: 10%;
}
.brand_oblako a {
	color: #eec35f;
	font-size: 19px;
	line-height: 26px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -420px auto 0;
	height: 420px;
	position: relative;
	float: left;
	width: 100%;
	background-color: #252525;
	overflow: hidden;
}

.left_block {
	position: fixed !important;
	/*	left: 50%;
        margin-left: -800px; */
	top: 0px;
	width: 216px;
}
.right_block {
	margin-left: 216px;
	position: relative;
}
.right_block p {
	line-height: 24px;
	font-size: 16px;
}
.art_content ul {
	float: left;
	width: 86%;
	margin-left: 7%;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 16px;

}
.right_block ul li {
	list-style: disc;
}
.logo {width: 187px; height: 122px; margin: 15px; background-position: center center; background-repeat: no-repeat; background-image: url(../img/new_logo.jpg); background-size: contain;

	display: block;
	border-bottom: 2px solid #a1a1a1;
}
.main_menu {
	float: left;
	padding-left: 15px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 11px;
}
.main_menu a {
	padding-left: 25px;
	width: 100%;
	box-sizing: border-box;
	line-height: 40px;
	color: #525252;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	-webkit-transition: all 120ms linear;
	-moz-transition: all 120ms linear;
	-ms-transition: all 120ms linear;
	-o-transition: all 120ms linear;
	transition: all 120ms linear;
	text-decoration: none;
	font-weight: 400;

}
.overlay {position: fixed; display: none; z-index: 100000; left:0px; top:0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3);}
.overlay_iner {position: absolute; left:50%; margin-left: -400px; top:50%; margin-top: -300px; width: 800px; height: 600px; background-color: #fff; }

.overlay_konf .overlay_iner {height: 320px;
	margin-top: -160px;}
.overlay_konf .o_reg_head { margin-bottom: 20px;}
.o_reg_head {float: left; margin-top: 50px; width: 100%; text-align: center; color: #252525; font-size: 20px; line-height: 35px; text-transform: uppercase;}
.overlay_iner span {float: left; margin-bottom: 20px; width: 100%; text-align: center; color: #a2a2a2; font-size: 15px; line-height: 18px; }
.overlay_iner a.go_to_reg {width: 100%; color: #a2a2a2; font-size: 15px; text-align: center; text-decoration: none; float: left;  -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease; line-height: 55px; }
.overlay_iner a.go_to_reg:hover {color:#f1cf7f; }
.o_reg_head2 {margin-bottom: 20px; margin-top: 0px;}
.close {position: absolute; width: 28px; height: 29px; background-image: url(../img/close.png); display: block; right: 27px; top:27px; display: block;}

.footer_color1 {background-color: #0f3c97; }
.footer_color1 .footer_bottom {margin-top: 0; display: none;}
.footer_color1 .footer_col {padding-top: 20px; }
.footer_color1 .footer_col a {line-height: 30px; }
.footer_color1 .footer_contact h4, .footer_color1 .footer_contact span {line-height: 30px; }
.footer_color1 {height:230px; margin-top: -230px;}
.footer_color1 .footer_contact {padding-top: 20px; }
.main_menu a:hover {
	font-size: 20px;
	color: #ff0606;
}
.btn {border: 2px solid #555555; font-size: 18px; color: #252525; line-height: 44px; text-align: center; text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.btn:hover {border: 2px solid #eec35f; background-color: #252525; color:#eec35f; }
.price_list { background-color: #eec35f; color: #fff;  border: 2px solid #eec35f; }
.price_list {float: left; width: 184px; margin-left: 15px; margin-top: 23px; text-transform: uppercase;}
.woach_price {float: left; width: 100%; text-align: center; color: #252525;  font-size: 17px; line-height: 40px;
	text-decoration: none; 	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease; text-transform: uppercase;
}
.woach_price:hover { color: #eec35f;}
.skype {float: left; width: 187px; margin-left: 14px; height:32px; background-image: url(../img/skype.jpg);
}
.main_slider {float: left; width: 100%; height: 440px; position:relative;}
.sl_left {
	position:absolute;
	left:20px;
	top:50%;
	width:30px;
	height:30px;
	background-image: url(../img/new_arr_prev-bg.png);
	display:block;
	z-index:1111;
	margin-top:-15px;
}
.sl_right {
	position:absolute;
	right:20px;
	top:50%;
	width:30px;
	height:30px;
	background-image: url(../img/new_arr_next-bg.png);
	display:block;
	z-index:1111;
	margin-top:-15px;
}
.item_slide {float: left; width: 100%; height: 100%; position: relative; }

.img1 {position: absolute; left:0px; top:0px; width: 573px; height: 100%; -webkit-background-size: cover;
	background-size: cover; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.img2 {position: absolute; right:0px; top:0px; -webkit-background-size: cover;
	background-size: cover; height: 219px; width: 568px; border-left: 3px solid #fff; border-bottom: 2px solid #fff;}
.img3 {position: absolute; right:0px; bottom:0px; -webkit-background-size: cover;
	background-size: cover; height: 217px; width: 568px; border-left: 3px solid #fff; border-top: 2px solid #fff;}

.item_slide_var2 .img1, .item_slide_var2 .img2, .item_slide_var2 .img3 { width: 32.5%; background-position: center center; margin-right: 0.5%; border:0; position: relative; float:left; height: 441px;}
.item_slide_var2 .img3 {margin-right: 0; }
.item_slide_var3 .img1  {width: 49%; margin-right: 1%; position: relative; float:left; height: 441px;  background-position: center center;}
.item_slide_var3 .img2 {width: 49%; position: relative; float:left; height: 441px; margin: 0; border: 0;   background-position: center center;}
.item_slide_var3 .img3 {display: none; }
.item_slide_var4 .img1 {width: 100%; margin: 0; background-position: right center;}
.item_slide_var4 .img2 {display: none;}
.item_slide_var4 .img3 {display: none;}
.pager {position: absolute; left:0px; bottom:15px; width: 100%; text-align: center; z-index: 10000;}
.pager a {display: inline-block; width: 15px; height: 15px; background-color: #ff0606; margin: 0px 8px; border-radius: 15px; }
.pager a.cycle-pager-active {background-color: #fff;}
.top_block {position: absolute; height: 44px; z-index:10000; right: 0px; top:0px; width: 100%; background-color:rgba(0, 0, 0, 0.25);}
.top_block.search_in_page {
	width: auto;
	background-color: transparent;
}
.top_block.search_in_page .search {border-bottom: 1px solid #000;}
.top_block.search_in_page input[type="submit"] {background-image: url(../img/search_bl.png)}
.top_block.search_in_page input[type="text"] {color: #000; }

.top_block input[type="text"] {
	pointer-events: normal !important;
}

.call-manager a {
	color: red !important;
	border-top: 2px solid red !important;
	border-bottom: 2px solid red !important;
}


.top_block.search_in_page .top_menu a {color: #000; border-right: 1px solid #000;}
.top_block.search_in_page .top_menu a:last-child {border-right: 0px; }
.search {float: right; margin-left: 38px; height: 28px; border-bottom: 1px solid #fff; width: 150px; position: relative; }
.search input[type="submit"] {float: left; width: 20px; height: 28px; background-repeat: no-repeat;  background-image: url(../img/search.png);
	background-position: center center; border: 0px; background-color: transparent; outline: none;
}
.search input[type="text"] {float: right; height: 28px; border: 0px; background-color: transparent; width: 120px; outline: none; color: #fff;}
.top_menu {float: right;  }
.top_menu a {float: left; text-transform: uppercase; padding: 0px 17px; margin-top: 18px; position: relative; color:#fff; line-height: 10px; text-decoration: none; font-size: 10px; border-right: 1px solid #fff; }
.top_menu a:last-child {border-right: 0px; }
.row {float: left; width: 100%; }
.nal1_iner {float: left; width: 504px; margin-left: 15px; margin-top: 18px; padding: 98px 30px 12px 30px; box-sizing: border-box;
	background-image: url(../img/nal.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-size:98px auto;
	transition: all 300ms ease;
}
.nal1_iner:hover {background-image: url(../img/nal_h.png);}
.nal2_iner:hover {background-image: url(../img/ne_nal_h.png);}
.nal1_iner h3 {float: left; margin-top: 13px; width: 100%; color: #252525; font-size: 30px; text-transform: uppercase; text-align: center;}
.nal1_iner span {float: left; width: 100%; line-height: 17px; color: #323232; font-size: 15px; margin-top: 25px; height: 85px; }
.nal1_iner a.btn {margin-top: 20px; font-size: 15px; line-height: 39px; color: #eec35f; border: 1px solid #eec35f; width: 132px; display: block; float: left;  }
.nal1_iner a.btn:hover {border: 1px solid #eec35f;}

.nal2_iner {float: right; width: 504px; margin-right: 15px; margin-top: 18px;padding: 98px 30px 12px 30px; box-sizing: border-box;
	background-image: url(../img/ne_nal.png);
	background-size:93px auto;
	background-repeat: no-repeat;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-position: center 15px;
}
.nal2_iner h3 {float: left; margin-top: 13px; width: 100%; color: #252525; font-size: 30px; text-transform: uppercase; text-align: right;  text-align: center;}
.nal2_iner span {float: right;  height: 185px; width: 100%; line-height: 17px; color: #323232; font-size: 15px; margin-top: 25px; text-align: right; height: 85px; }
.nal2_iner a.btn {margin-top: 20px; font-size: 15px; line-height: 39px; color: #eec35f; border: 1px solid #eec35f; width: 132px; display: block; float: right;  }
.nal2_iner a.btn:hover {border: 1px solid #eec35f;}
.podpis {float: left; width: 100%;     margin-top: 34px;}
.podpis span {float:left; color:#252525; font-size: 25px; line-height: 46px; margin-left: 6px; }
.podpis_form {float: right; }
.podpis_form input[type="text"] {float: left; outline: none; border: 0; background-color:transparent; width: 325px; height:22px; color: #4e4c4c; font-size: 12px; margin-top: 17px; margin-right: 38px; border-bottom: 1px solid #eec35f;}
.podpis_form input[type="submit"] {float: left; cursor: pointer; outline: none;  height: 44px; width: 156px; border: 1px solid #eec35f; color: #eec35f; font-size: 15px; margin-right: 75px; background-color: transparent; }
.podpis_form input[type="submit"]:hover {background-color: #252525; color: #eec35f; }

.brands {float: left; width: 100%; position: relative; margin-top: 43px; height: 535px; }
.br1, .br2, .br3, .br4 {background-size: auto 100%; background-position: center center; position: absolute; -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;}
.br1:hover, .br2:hover, .br3:hover, .br4:hover {background-size: auto 110%; }
.br1 { left:0px; top:0px; width:547px; height:221px;  }
.br2 { right:0px; top:0px; width:598px; height:313px;  }
.br3 { left:0px; bottom:0px; width:428px; height:311px;  z-index: 1;}
.br4 { right:0px; bottom:0px; width:717px; height:219px;  }
.brands span {font-family: 'HelveticaNeueCyr-Bold'; color: #fff; font-size: 33px; text-decoration: none; margin-top: 25px; text-transform: uppercase;}
.br1 span, .br3 span {float: left; margin-left: 35px; }
.br2 span, .br4 span {float: right; margin-right: 35px; }
.brans_text {width: 268px; height: 268px; z-index: 2; position: absolute; background-color: #fff; left: 50%; top:50%; margin-left: -146px; margin-top: -134px; }
.brans_text h3 {width: 100%; text-align: center; color: #363636; font-size: 30px; line-height: 36px; margin-top: 64px; }
.brans_text a {border: 1px solid #eec35f; display: block; line-height: 44px; color:#eec35f; font-size: 15px; width: 156px; margin-left: 56px; margin-top: 22px; }
.brans_text a:hover {border: 1px solid #eec35f;}
.brans_text_iner {position: absolute; left:5px; top:5px; width: 255px; height: 255px; border: 2px solid #eec35f; z-index: -1;}
.brans_text::before {
	content: '';
	width: 20px;
	height: 20px;
	border-top: 1px solid #eec35f;
	border-left: 1px solid #eec35f;
	display: block;
	left:0px;
	top:0px;
	position: absolute;
}
.brans_text::after {
	content: '';
	width: 20px;
	height: 20px;
	border-right: 1px solid #eec35f;
	border-bottom: 1px solid #eec35f;
	display: block;
	right:0px;
	bottom:0px;
	position: absolute;
}
.priem {float: left; width: 100%; }
.priem h3 {float: left; width: 100%; margin-top: 63px; margin-bottom: 114px; text-align: center; color: #252525; font-size: 30px; text-transform: uppercase; }
.priem_stat h3 {
	margin-bottom: 44px;
}
.priem_item {float: left; width: 22%; margin: 0 5%; text-align: center; position: relative;}
.priem_item a {position: absolute; left:0px; top:0px; width: 100%; height: 100%; z-index: 1; }
.priem_item h4 {float: left; width: 100%;   text-align: center; font-size: 20px; color: #252525; text-transform: uppercase; }
.priem_item_stat {
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.priem_item_stat img {
	height: 172px;
	width: auto !important;

}
.priem_item_stat h4 {
	height: 65px;
}
.priem_item img {display: block; margin: auto; -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;}
.priem_item span {line-height: 18px; color: #757373; font-size: 15px; margin-top: 22px; float: left; width: 100%; }
.piimg {float: left; width: 100%; height: 177px; }
.priem_item:hover img {-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}
.all_brand {
	float: left;
	width: 100%;
	margin-top: 90px;
	background-color: #252525;
}
.ab_left {
	float: left;
	width: 681px;
	border-right: 2px solid #eec35f;
	background-color: #fff;
	padding-top: 57px;
	padding-bottom: 14px;
}
.ab_left a {float: left;
	width: 25%;
	text-align: center;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}
.ab_left a:hover img {-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}
.ab_left a img {-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;}
.ab_right {float: right;
	width: 450px;
	text-align: center;
}
.ab_right h3 {float: left;
	width: 100%; text-align: center;
	color: #ffffff;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 167px;
	margin-bottom: 69px;
}
.ab_right a.btn {display: inline-block;
	width: 155px;
	line-height: 44px;
	border: 1px solid #eec35f;
	color: #eec35f;
	font-size: 15px;
}
.ab_right a.btn:hover {
	border: 1px solid #eec35f;
	background-color: #eec35f;
	color:#fff;
}
.iner_block {max-width: 1600px; min-width: 260px; margin: auto; float: left;}
.footer .iner_block  {float: none;}
.footer_col {float: left; margin-left: 3%; width: 18%; padding-top: 38px; }
.footer_col a {float: left; width: 100%; line-height: 35px; color: #ffffff; text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size: 14px;
}
.footer_col a:hover {
	color: #eec35f;
}
.footer_col a:first-child {color: #eec35f; }
.footer_contact {float: right; width: 12%; padding-top: 38px;  margin-right: 2%}
.footer_contact h4, .footer_contact span {color: #eec35f; float: left; width: 200px; line-height: 35px; margin-right: 10px;}
.footer_contact span {color: #fff; }
.footer_contact span b {float:right; }
.footer_contact a {float: left; width: 100%; line-height: 35px; color: #eec35f; text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size: 14px;
}
.fsc {padding-left: 32px; box-sizing: border-box; background-image: url(../img/skype_icon.png); background-position: left center; background-repeat: no-repeat; white-space: nowrap;}
.footer_bottom {float: left; width: 100%; margin-top: 25px; }
.footer_bottom a {-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease; font-size: 14px; color: #fff; }
.footer_bottom a:hover {color: #eec35f; }
.last {float: left; margin-left: 3%;  text-decoration: none; padding-right: 42px; line-height:27px; background-image: url(../img/ex.png); background-position: right center; background-repeat: no-repeat; }
.by {float: left; width: 100%; text-align: center; text-decoration: none; color: #fff; font-size: 14px; }
.by img {margin: 0 5px; }

.hidden{
	opacity:0;
}
.visible{
	opacity:1;
}
.br1, .br3 {border-right: 2px solid #fff; }
.br2, .br4 {border-left: 2px solid #fff; }

#scroller{
	position: fixed;
	bottom: 30px;
	right: 129px;
	background-image: url(../img/ttop.svg);
	width: 84px;
	height: 84px;
	cursor: pointer;
	display:none;
	z-index: 10000;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	background-size: 100% 100%;
}
#scroller:hover {background-image: url(../img/ttop_h.svg);}

.rainbow_head {float: left; width: 100%; color:#252525; font-size:30px; text-transform:uppercase;  text-align: center; line-height: 82px; margin-top: 31px; background-position: bottom center; background-repeat: no-repeat;}
.about_item {float:left; width: 90%; margin-left: 5%;	}
.about_item p {
	float: left;
	width: 100%;
	line-height: 24px;
}
.about_item h3 {float: left; margin-top: 40px; margin-bottom: 20px;  width: 100%; text-align: center; color:#252525; font-size: 18px; line-height: 37px; text-transform: uppercase; }
.about_item img {float: left; width: 90%; margin-left: 5%; margin-right: 5%;}
.about_item .span {float: left; position: relative; width: 80%; padding-bottom: 26px; margin-bottom: 31px; margin-left: 10%; position: relative; font-size: 15px; color: #525252; text-align: center; line-height: 28px; margin-top: 27px; }
.about_item .span:after {content: ''; left:50%; margin-left: -57px; display: block; width: 114px; height:2px; bottom:0px; position: absolute; background-image: url(../img/about_after.png);}
.no_mt {/*margin-top: 0px; */}
.reviews_main {float: left; width: 100%; position: relative;     padding-bottom: 44px;    max-height: 870px; overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.reviews_main.act {max-height: 60000px; }
.review_col {    float: left;
	width: 50%;}
.reviews_item {float: left; width: 456px; margin-left: 46px; margin-top: 58px; }
.review_col:nth-child(2) {padding-top: 100px;}
.review_col:nth-child(2) .reviews_item {margin-left: 0px; float: right; margin-right: 46px;}
.reviw_text {float: left; width: 100%; box-sizing: border-box; padding: 17px 24px; border: 1px solid #d4d4d4; background-color: #fff;
	color: #a2a2a2; font-size: 20px; line-height: 24px; position: relative;
}
.reviw_text:after {content: ''; display: block; position: absolute; left: 53px; bottom:-28px; width: 54px; height: 28px; background-image: url(../img/arr_rew.png);}
.review_info {float: left; width: 100%; }
.review_info img {float: left; margin-top: 54px; margin-left: 50px; }
.r_author {float: right; width: 318px; color: #eec35f; font-size: 25px;   margin-top: 54px;}
.r_date {float: right; width: 318px; color:#525252; font-size: 20px; margin-top: 12px; }
.review_form {float: left; width: 100%; }

.color1 {background-color: #e03f2f;}
.color2 {background-color: #ff7f0b;}
.color3 {background-color: #fbd90b;}
.color4 {background-color: #0bb361;}
.color5 {background-color: #0077bb;}
.color6 {background-color: #a342b1;}

.line {
	width:0%;
	margin:auto;
	padding:0.02em; /* not lower than 0.02em */
	background-color:white; /* for test only */
	animation: line 1.25s ease forwards;
}

.line-height
{
	height:3px;
}
.line-colors-5
{
	background:repeating-linear-gradient( 90deg,
	#e03f2f 0%, #e03f2f 16.6%,
	#ff7f0b 16.6%, #ff7f0b 33.2%,
	#fbd90b 33.2%, #fbd90b 50%,
	#0bb361 50%, #0bb361 66.7%,
	#0077bb 66.7%, #0077bb 83.3%,
	#a342b1 83.3%, #a342b1 100%	 )
	0 0 / 100% 2.0em repeat-x; /* value between 25% and 100% */
}
@keyframes line {
	from { width: 0; }
	to { width:100%; }
}

.row_nal {float: left; width: 100%; height: 200px; position: relative;}
.nal1, .nal2 {
	display: block;
	width: 403px;
	height: 165px;
	z-index: 1;
	float: left;
	position: relative;
	margin-top: 18px;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.nal1:hover, .nal2:hover {-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}
.nal1 {margin-left: 65px; }
.nal2 {float: right; margin-right: 65px; }
.nal_wrap .rcmh1 {
	box-sizing: border-box;
	padding-left: 65px;
}
.nal_wrap:nth-child(2) .rcmh1 {
	padding-left: 0px;
	padding-right: 65px;
}
.nal1 .nal1_iner {background-color: #fff; border-radius: 20px; overflow: hidden; width: 399px; height: 161px; margin-top: 2px; margin-left: 2px; position: relative; z-index: 1}
.nal2 .nal2_iner {background-color: #fff; border-radius: 20px; overflow: hidden; width: 399px; height: 161px; margin-top: 2px; margin-left: 2px; margin-right: 2px; position: relative; z-index: 1;}
.nal1:after, .nal2:after {
	content: '';
	background: linear-gradient(120deg, #e03f2f, #ff7f0b, #fbd90b, #0bb361, #0077bb, #a342b1);
	background-size: 400% 400%;
	-moz-animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
	-webkit-animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
	animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
}

/* helpers */
.absolute-centering, .nal1:after, .nal2:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


/* motion */
@-moz-keyframes gradient {
	0% {
		background-position: 14% 0%;
	}
	50% {
		background-position: 87% 100%;
	}
	100% {
		background-position: 14% 0%;
	}
}
@-webkit-keyframes gradient {
	0% {
		background-position: 14% 0%;
	}
	50% {
		background-position: 87% 100%;
	}
	100% {
		background-position: 14% 0%;
	}
}
@keyframes gradient {
	0% {
		background-position: 14% 0%;
	}
	50% {
		background-position: 87% 100%;
	}
	100% {
		background-position: 14% 0%;
	}
}





.line_wrap {float: left;     padding: 0px 7%; width: 86%;}
.review_form {float: left; width: 100%; margin-top: 68px; }
.review_form h3 {float: left; margin-left: 45px; color: #252525; font-size: 25px; margin-top: 50px; margin-bottom:50px;}
.form {float: left; width: 92%; margin-left: 4%; }
.row_form {float: left; width: 100%; }
.input_block, .upload_photo {float: left; width: 47%; margin-right: 1.5%; position: relative;}
.input_block_captcha img {
	position: absolute; right: 0px;
	top:0px
}
.input_block:nth-child(2), .upload_photo {margin-left: 1.5%; margin-right: 0px; }
.input_block label {color: #525252; font-size: 12px; text-transform: uppercase; position: absolute; left:0px; top:18px; -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;}
.input_block label b {color: red; }
.input_block input[type="text"] {float: left; outline: none;  margin-bottom: 20px; width: 100%; border: 0px; background-color: transparent; border-bottom: 2px solid #e9e9e9; line-height: 50px; color: #525252; font-size: 12px; }
.input_block.act label {top:-10px; }
.upload_photo input {display: none;}
.upload_photo a {color: #eec35f; line-height: 31px; padding: 0px 11px; float: left; font-size: 12px; text-transform: uppercase; border: 2px solid #eec35f;     margin-top: 19px;}
.textarea_block { width: 96%; box-sizing: border-box; margin-top: 20px; }
.textarea_block textarea {float: left; width: 100%; border:2px solid #e9e9e9; height: 151px; color: #525252; font-size: 12px; box-sizing: border-box;  padding: 15px 20px; }
.textarea_block label {left:20px; }
.textarea_block.act label {top:-25px; left:0px;  }
.row_form input[type="submit"] {float: left; width: 96%; height: 66px; border: 3px solid #eec35f; color: #eec35f; font-size: 20px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	text-transform: uppercase; background-color: #fff; margin-top: 37px; margin-bottom: 37px; }
.row_form input[type="submit"]:hover {background-color: #252525;}


.cat_menu {float: left; width: 187px; margin: 0px 15px; }
.cat_menu a {float: left; width: 100%; color: #eec35f; font-size: 19px; line-height: 21px; text-decoration: none; position: relative; box-sizing: border-box; padding-right: 9px; }
.cat_menu a span {float: right; display: inline-block; height: 8px; width: 8px; border: 1px solid #a2a2a2; position: absolute; right:8px; top:9px;}
.cat_menu a.act span {background-color: #eec35f;}
.cat_popup_main {float: left; width: 100%; position: relative; }
.cat_popup_main span {color: #eec35f; font-size: 19px; line-height: 21px; cursor: pointer; }
.cp_head {width: 97%; float: left; background-image: url(../img/cat_arr.png); background-position: right 10px; background-repeat: no-repeat;}
.cat_popup_main a {color: #a2a2a2; font-size: 15px; }
.cat_popup_main.act .cat_popup {max-height:1600px;  padding-top: 3px;}
.cat_popup_main.act .cat_popup.brands_js {max-height:1500px;  padding-top: 3px;}
.cat_popup {max-height:0px; padding-top: 0px; -webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;overflow: hidden; float: left; width: 100%; }

.catalog_head {float: left; width: 91%; margin-left: 4.5%; color: #a2a2a2; font-size: 14px; margin-top: 30px; margin-bottom: 28px; }
.b_gr {color: #252525; font-size: 14px; text-transform: uppercase;}
.b_y {color: #eec35f; font-size: 14px; text-decoration: none;}
.catalog_main {float: left; width: 100%;  margin-bottom: 40px;      text-align: center;}
.catalog_item {display: inline-block; width: 228px; height: 334px; position: relative; overflow: hidden;  margin-left: 11px;   margin-right: 11px; margin-bottom: 28px; -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease; }

.catalog_item:hover, .catalog_item.active {-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); cursor: pointer;}
.catalog_item img {float: left; width: 100%; -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;}
.catalog_item a {position: absolute; left:0px; width: 100%; top:0px; height: 100%; z-index: 1000; }
.cip_old {position: relative;}
.cip_old::before {content: ''; display: inline-block; width: 100%; height: 2px; background-color: #ff0000; position: absolute; top:50%;  left:0px;}
.cip_new {font-size: 17px; color: #ff0000;}
.ci_overlay {opacity: 0; position: absolute; left:0px; top:0px; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.65); -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;}
.catalog_item:hover .ci_overlay, .catalog_item.active .ci_overlay {opacity: 1; }
.catalog_item:hover img {		-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);}
.cio_iner {position: absolute; left:0px; width: 100%; text-align: center; top:130px;  }
.mid_price {float: left; width: 100%; text-align: center; color: #252525; font-size: 20px; padding-bottom: 14px; position: relative; }
.mid_price::after {content: ''; width: 60px; height: 1px; display: block; position: absolute; left: 50%; margin-left: -30px; bottom: 0px; background-color: rgba(0, 0, 0, 0.2);}
.ci_siz {float: left; width: 100%; text-align: center; color: #252525; font-size: 18px; padding-top: 10px; }
.marck {position: absolute; top: 6px; right:6px; background-color: #00b05a; width: 67px; height: 67px; line-height: 67px; text-align: center; color:#fff; font-size: 19px;
	animation: animationFrames linear 3s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: animationFrames linear 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animationFrames linear 3s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: animationFrames linear 3s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: animationFrames linear 3s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
	border-radius: 50%;
}
.m_hit {top: 6px; right:6px; background-color: #a442b1; bottom: auto;}
.m_scid {top: 6px; right:6px; background-color: #ff0000; bottom: auto; font-size: 28px; }
.m_prod { background-color: #ff9000; font-size: 15px; }
.m_pres {top: 6px; right:6px; background-color: #000000; bottom: auto; font-size: 28px; background-color: transparent; background-image: url(../img/gift.png);}
.m_pres  span {
	position: absolute;
	left: 0px;
	bottom: 11px;
	font-size: 12px;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 12px;
	font-weight: bold;
}

.m_bestPr{
	background-color: #fba635;
	line-height: 29px;
	font-size: 22px;
}
.m_bestPr span{
	line-height: 19px;
	margin-top: 11px;
	display: inline-block;
}
.m_present {top: 6px; right:6px;
	background-color: #000000;
	bottom: auto; font-size: 28px;
	background-image: url(../img/present.png);
	background-color: transparent;
	background-size: 74% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.m_lastLot{
	background-color: #e64699;
	line-height: 29px;
	font-size: 12px;
}
.m_lastLot span{
	line-height: 11px;
	margin-top: 15px;
	display: inline-block;
}

@keyframes animationFrames{
	0% {
		transform:  rotate(0deg) ;
	}
	50% {
		transform:  rotate(17deg) ;
	}
	100% {
	}
	101% {
		transform:  rotate(17deg) ;
	}
}

@-moz-keyframes animationFrames{
	0% {
		-moz-transform:  rotate(0deg) ;
	}
	50% {
		-moz-transform:  rotate(17deg) ;
	}
	100% {
	}
	101% {
		-moz-transform:  rotate(17deg) ;
	}
}

@-webkit-keyframes animationFrames {
	0% {
		-webkit-transform:  rotate(0deg) ;
	}
	50% {
		-webkit-transform:  rotate(17deg) ;
	}
	100% {
	}
	101% {
		-webkit-transform:  rotate(17deg) ;
	}
}

@-o-keyframes animationFrames {
	0% {
		-o-transform:  rotate(0deg) ;
	}
	50% {
		-o-transform:  rotate(17deg) ;
	}
	100% {
	}
	101% {
		-o-transform:  rotate(17deg) ;
	}
}

@-ms-keyframes animationFrames {
	0% {
		-ms-transform:  rotate(0deg) ;
	}
	50% {
		-ms-transform:  rotate(17deg) ;
	}
	100% {
	}
	101% {
		-ms-transform:  rotate(17deg) ;
	}
}



.heart_anim {
	animation: heart  linear 2s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: heart  linear 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: heart  linear 2s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: heart  linear 2s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: heart  linear 2s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}

@keyframes heart {
	0% {
		transform:  scaleX(1.00) scaleY(1.00) ;
	}
	50% {
		transform:  scaleX(1.30) scaleY(1.30) ;
	}
	100% {
		transform:  scaleX(1.00) scaleY(1.00) ;
	}
}

@-moz-keyframes heart {
	0% {
		-moz-transform:  scaleX(1.00) scaleY(1.00) ;
	}
	50% {
		-moz-transform:  scaleX(1.30) scaleY(1.30) ;
	}
	100% {
		-moz-transform:  scaleX(1.00) scaleY(1.00) ;
	}
}

@-webkit-keyframes heart  {
	0% {
		-webkit-transform:  scaleX(1.00) scaleY(1.00) ;
	}
	50% {
		-webkit-transform:  scaleX(1.30) scaleY(1.30) ;
	}
	100% {
		-webkit-transform:  scaleX(1.00) scaleY(1.00) ;
	}
}

@-o-keyframes heart  {
	0% {
		-o-transform:  scaleX(1.00) scaleY(1.00) ;
	}
	50% {
		-o-transform:  scaleX(1.30) scaleY(1.30) ;
	}
	100% {
		-o-transform:  scaleX(1.00) scaleY(1.00) ;
	}
}

@-ms-keyframes heart  {
	0% {
		-ms-transform:  scaleX(1.00) scaleY(1.00) ;
	}
	50% {
		-ms-transform:  scaleX(1.30) scaleY(1.30) ;
	}
	100% {
		-ms-transform:  scaleX(1.00) scaleY(1.00) ;
	}
}
.reg_captcha {
	/*	width: 425px;*/
	/*  margin-left: 100px;
      margin-right: 100px;*/
	width: 100%;
	display: inline-block;
	position: relative;
}

.reg_captcha input {
	margin-left: 0px !important;
	margin-right: 0px  !important;

}
.reg_captcha img {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 45px
}
.ci_info_bottom {position: absolute; width: 86%; padding: 0px 7%; bottom: 0px;  background-color: rgba(255, 255, 255, 0.65); }
.ci_info_bottom::before {content: ''; width: 86%; margin: 0px 7%; height: 1px;  position: absolute; top:0px; left:0px; background-color: rgba(0, 0, 0, 0.2);}
.ci_info_bottom .ci_name {font-size:17px; color: #252525; line-height: 24px; padding-top: 10px; font-weight: bold; width: 100%; text-align: left; float: left; }
.ci_info_bottom .ci_name b, .ci_info_bottom .ci_price b {float: right;}
.ci_info_bottom .ci_price {font-size:18px; color: #252525; line-height: 24px; padding-bottom: 10px; float: right; font-weight: bold; width: 100%; text-align: left;}
.row_nal_cat_main {margin-top: 36px; width: 100%;     padding: 0px 5%;      height: 183px;  box-sizing: border-box;}
.row_nal_cat_main .nal1, .row_nal_cat_main .nal2 {margin-left:0px; margin-right: 0px; }

.row_cm {float: left; width: 86%; padding: 0px 7%; margin-top: 45px; margin-bottom: 40px; }


.cm_item {float: left; width: 48%; margin-right: 2%;}
.cm_item:nth-child(2) {margin-right: 0; margin-left: 2%; }
.cm_item .line_wrap {width: 100%; padding: 0px;}
.rcmh1 {float: left; width: 100%; color: #252525; font-size: 20px; text-transform: uppercase; margin-bottom: 35px; }
.rcmh1sub {float: left; width: 100%; line-height: 77px; color: #525252; text-transform: lowercase; font-size: 20px; }
.smcat {
	float: left;
	width: 100%;
	max-height: 590px;
	padding-bottom: 45px;
	position: relative;
	margin-bottom: 50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	overflow: hidden;
}
.smcat.act {
	max-height: 2000px;
}

.cat_show_all {
	height: 45px;
	float: left;
	width: 100%;
	background-color: #f6f6f6;
	text-align: center;
	color: #eec35f;
	font-size: 16px;
	line-height: 45px;
	text-decoration: none;
	position: absolute;
	left:0px;
	bottom: 0px;
}

.smcat_item {float: left; width: 133px; height: 180px;   margin-right: 11px; position: relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease; height:200px; overflow: hidden; margin-bottom:15px;}
.smcat_item:hover {-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}
.smcat_item img {width: 100%;}
.smcat_item:nth-child(3) {margin-right: 0px; }
.smcat_item span {float: left; width: 100%; color: #525252; font-size: 15px; line-height: 26px; background: #fff;
	left:0px; bottom:0px; position: absolute;
}
.smcat_item a {position: absolute; left:0px; top:0px; display: block; width: 100%; height: 100%; }
.rainbow_head_sub {float: left; width: 86%; padding: 0px 7%; color: #a2a2a2; font-size: 20px; line-height: 54px; }
.how_block {float:left; width: 86%; padding: 0px 7%;}
.how_item {float: left; width: 100%; margin-bottom: 25px; }
.how_item img {float: left; margin-bottom: 20px; margin-right: 33px; }
.hownumb_main {float: left; text-align: center; width: 100%; margin-bottom: 35px; }
.hownumb {display: inline-block; width: 37px; height: 37px; border-radius: 50%; line-height: 37px; text-align: center; border: 2px solid #a2a2a2; color: #252525; font-size: 33px; }
.rainbow_head_sub {margin-bottom: 77px; }
.how_text, .hfw {color: #252525; font-size: 20px; line-height: 24px; }
.hfw {float:left; width: 100%; margin-bottom: 25px; }
.how_text { margin-left: 33px; }
.how_item:nth-child(2n) img {float: right; margin-left: 33px; margin-right: 0px; }
.how_item:nth-child(2n) .how_text {text-align: right;  }
.how_text a {font-size: 20px; color: #eec35f; text-transform: uppercase;text-decoration: none;}

.contact_manager {float: right; width: 334px; line-height: 87px; color: #fefefe; font-size: 22px; background-color: #eec35f;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 2px solid #eec35f; text-align: center; display: block; text-decoration: none; text-transform: uppercase; margin-bottom: 54px; }
.contact_manager:hover {background-color: #252525; color:#eec35f; }
.how2 {background-color: #f8f8f8; padding-top: 40px; }

.news_main {float: left; width: 100%; width: 86%; padding: 0px 7%; margin-top: 17px; margin-bottom: 40px; }
.news_item {float: left; width: 100%; position: relative;}
.news_item a {position: absolute; left:0px; top:0px; width: 100%; height: 100%; z-index: 1; }
.news_item .line_wrap {width: 100%; padding: 0;}
.news_item .line_wrap .line {height: 2px; }
.news_item img {margin: 20px; float: left; }
.news_right {float: left; width: 65%; }
.nr_main {float: left; width: 100%; }
.nr_main .nr_date {float: left; width: 100%; color:#e2c266; font-size: 20px; margin-top: 17px; margin-bottom: 12px; }
.nr_main .nr_text {float: left; width: 100%; line-height: 21px; color: #a1a1a1; font-size: 18px; margin-bottom: 21px; }
.nr_sub .nr_date {float: left; width: 100%; color: #252525; font-size: 15px; margin-bottom: 4px; }
.nr_sub .nr_text {float: left; width: 100%; color: #a1a1a1; font-size: 15px; margin-bottom: 10px;}


.lovehead_main {float: left; width: 100%; text-align: center; height: 132px; margin-bottom: 4px;  }
.lovehead_main div {display: inline-block; padding-left: 101px; background-image: url(../img/love.png);
	text-transform: uppercase; color: #000000; font-size: 30px; line-height: 132px;
	background-repeat: no-repeat; background-position: left center;}
.love_main {float: left; width: 100%; text-align: center; margin-bottom: 40px;}
.love_item {float: left; width: 22%; padding: 0 1.5%;}
.love_num_main {float: left; width: 100%; }
.love_num {width: 47px; height: 39px; line-height: 39px; padding-bottom: 7px; text-align: center; background-image: url(../img/love_num.png); display: inline-block; color: #252525; font-size: 25px; }
.li_head {float: left; width: 100%; height: 80px; line-height: 25px; color: #252525; font-size: 17px; margin-top: 8px;}
.love_item .line_wrap {width: 40%; margin-left: 30%; padding: 0; margin-bottom: 32px; }
.love_item .line_wrap .line {height: 2px; }
.li_text {float: left; width: 100%; height:160px; color: #252525; font-size: 13px; line-height: 25px; }
.love_item:nth-child(1n+5) .li_head {height: auto;}

.brand_top {width: 86%; padding: 0px 7%; float: left; margin-top: 52px; }
.iner_block {width: 86%; padding: 0px 7%; }
.btleft {float:left; width: 20%; }
.br_name {float: left; margin-top: 44px; margin-bottom: 56px; width: 100%; color: #252525; font-size: 40px; line-height: 74px; padding-bottom: 1px; position: relative; text-align: center;}
.br_name:after {content:''; width: 22px; height: 2px; background-color: #000; position: absolute; left:50%; margin-left: -11px; bottom:0px; }
.br_linck {text-align: center; float:left; width: 100%; color: #252525; font-size: 20px; text-decoration: none;}
.br_social {float: left; margin-top: 22px; width: 100%; text-align: center; }
.br_social a {display: inline-block; width:25px; height: 25px; margin: 7px; }
.br_inst {background-image: url(../img/brinst.png);}
.br_fb {background-image: url(../img/brf.png);}
.br_od {background-image: url(../img/odnoklassniki_logo.svg);}
.br_vk {background-image: url(../img/vk_logo.svg);}
.br_yt {background-image: url(../img/yt_logo.png);}

.brand_top img {float: right; width: 75%; }
.brname2 {float: left; width: 100%; margin-top: 7px; text-align: center; color: #252525; font-size: 40px; line-height: 139px; }
.brtext, .brtext2 {float: left; width: 100%;  text-align: center; line-height: 24px; color: #525252; font-size: 20px; }
.brtext b, .brtext2 b {color: #252525; font-size: 30px; }
.brtext2  {margin-top: 42px; margin-top: 59px; }
.br_main_photo {float: left; width: 86%; padding: 0px 7%; margin-top: 60px; margin-bottom: 60px; }
.br_main_photo img {float: left; margin-right: 1%; margin-bottom: 15px; width: 24%; }
.article_main {float: left; width: 86%; padding: 0px 7%; margin-top: 16px; }
.article_item {float: left; width: 100%; padding: 35px 5%; box-sizing: border-box; background-color: #f7f7f7;}
.article_item:nth-child(2n) {background-color: #fff;}
.article_item img {float: left; width:35%;  }
.article_item:nth-child(2n) img {float: right;}
.article_item:nth-child(2n) .arti_text  {float: left;}
.article_item:nth-child(2n) .arti_date {text-align: right;}
.article_item:nth-child(2n) .arti_date:after {right: 0px; left:auto;}
.article_item:nth-child(2n) .arti_desc {text-align: right;}
.article_item:nth-child(2n) .read_more {float: right;}
.arti_text {float: right; width: 60%;}
.arti_date {float: left; margin-bottom: 44px; width: 100%; color: #252525; font-size: 25px; position: relative; padding-bottom: 22px; }
.arti_date:after {content: ''; position: absolute; left:0px; bottom:0px; height: 2px; width: 35px; display: block; background-color: #000;}
.arti_desc {float: left; width: 100%; line-height: 24px; color: #a2a2a2; font-size: 20px; }
.read_more {float: left; width: 120px; line-height: 54px; border: 2px solid #eec35f; color:#eec35f; font-size: 25px; text-decoration: none; text-align: center; text-transform: uppercase; -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease; margin-top: 49px;}
.read_more:hover {background-color: #252525;}


.contact_main {width: 86%; padding: 0px 7%; float: left;}
.review_form_contact {width: 92%; padding: 0px 4%;  margin-top: 28px;}
.review_form_contact .line_wrap {width: 92%; padding: 0px 4%; }
.contact_item {float: left; width: 100%; padding: 20px 0px; }
.contact_item img {width: 30%; float: left;}
.conti_right {float: right; width: 65%; }
.coi_name {float: left; width: 100%; color:#eec35f; font-size: 25px; text-transform: uppercase; margin-bottom: 13px; }
.coi_desc {float: left; width: 100%; color: #252525; font-size: 20px; line-height: 24px; }
.coi_info {float:left; width: 236px; border-top: 2px solid #e9e9e9; margin-top: 15px; }
.coi_info span {float: left; width: 100%; color: #a2a2a2; font-size: 15px; line-height: 26px; }
.skype_contact:before {content:''; display:inline-block; width:23px; height:23px; background-image: url(../img/skype_icon.png); margin-right:10px;     position: relative;
	top: 7px}
.contact_item:nth-child(2n) img {float:right;}
.contact_item:nth-child(2n) .conti_right {float: left; }
.contact_item:nth-child(2n) .coi_name {text-align: right;}
.contact_item:nth-child(2n) .coi_desc {text-align: right;}
.contact_item:nth-child(2n) .coi_info {float: right;}
.contact_item:nth-child(2n) .coi_info span {text-align: right;}
.map_block {width: 86%; padding: 0px 7%; float: left; margin-top: 59px; }
.map_right {float: right; width: 50%; }
.map_h {float:left;  margin-top: 150px;
	margin-bottom: 40px;  width: 100%; text-align: center; color: #252525; font-size: 29px; text-transform: uppercase; line-height: 55px; position: relative;}
.map_h:after {position: absolute; left: 50%;     margin-left: -16px; width: 32px; height: 2px; background-color: #ff0000; bottom: 0px; content: ''; display: block; }
.map_text {float: left; width: 100%; text-align: center; color: #525252; font-size: 20px;  line-height: 32px;}

.sub_title2 {float: left; width: 100%; color: #000000; text-transform: uppercase; font-size: 30px; text-align: center; line-height: 76px; margin-top: 33px; }
.line_sub {width: 10%; margin-left: 38%; margin-right: 38%; }
.line_sub .line {height: 2px; }
.client_info {float: left; width: 100%; margin-top: 52px; }
.client_info_left {float: left; width: 33%; }
.ci_login {float: left; width: 100%; color: #525252; font-size: 20px; text-transform: uppercase; margin-bottom: 11px; }
.ci_login b {color: #000000; }
.ci_price_head {float: left; width: 100%; color: #000000; font-size: 20px; text-transform: uppercase; position: relative; padding-bottom: 20px; }
.ci_price_head:after {content:''; display: block; width: 150px; height: 2px; background-color: #e9e9e9; position: absolute; left:0px; bottom: -1px; }
.ci_price_main {float: left; cursor: pointer;    width: 56px; overflow: hidden;  background-image: url(../img/new_ex.png); background-size: 38px; padding-left: 56px; box-sizing: border-box; float: left; height: 38px; background-repeat: no-repeat; background-position: left center; -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease; margin-top: 17px; }
.ci_price_pdf {float: left; cursor: pointer;    width: 56px; overflow: hidden;  background-image: url(../img/pdf.png); padding-left: 56px; box-sizing: border-box; float: left; height: 38px; background-repeat: no-repeat; background-position: left center; -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease; margin-top: 17px; }
.ci_price_main:hover {width: 160px; }
.ci_price_main a {float: left; width: 100%; line-height: 19px; color: #a3a3a3; font-size: 15px; -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease; text-decoration: none; position: relative; }
.ci_price_main a:first-child::after {width:78px; height: 1px; content: ''; background-color: #a3a3a3; display: block; left:0px; bottom: -2px; position: absolute; }
.ci_price_main a:hover {color: #eec35f; }
.client_info_center {float: left; width: 33%; }
.cic_name {float: left; width: 100%; text-align: center; color: #525252; font-size: 25px; text-transform: uppercase; }
.cic_name b {color: #000000;}
.client_info_right {float: right; width: 34%; }
.ci_manager {float: left; font-size: 20px; width: 100%; text-align: right; text-transform: uppercase; }
.ci_manager b {color: #000000;}
.client_info_right .coi_info {float: right;}
.client_info_right .coi_info span {text-align: right;}
.lk_menu {float: left; width: 100%; text-align: center; margin-top: 42px; }
.lk_menu a {width: 32%; line-height: 75px; margin: 0px 2px; border: 2px solid #e2e2e2; color: #252525; font-size: 25px; text-transform: uppercase; text-decoration: none;  -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease; display: inline-block; }
.lk_menu a:hover {color: #eec35f; border: 2px solid #eec35f; background-color: #252525; }
.info_post {float: left; width: 100%; margin-top: 55px; margin-bottom: 55px;}
span.error {width: 100%; text-align: center; margin-bottom: 20px; float: left; color: red}
.reg_head + ol {
	width: 100%;
	float: left;
}
.reg_head + ol li {
	float: left;
	width: 100%;
}
.ip_left {float: left; width: 303px; }
.ip_date {float: left; width: 122px; }
.ip_date span {float: left; width: 100%; color: #252525; font-size: 20px; margin-bottom: 12px; }
.ip_head {float: left; width: 100%; color:#252525; font-size: 25px; margin-bottom: 26px; }
.ip_right {float: right; width: 303px; }
.info_post .ci_price_main {margin-top: 7px; }
.favorite_main {float: left; width: 100%; margin-top: 50px; }
.favorite_main .smcat_item:nth-child(3n) {margin-right: 27px;}
.favorite_main .smcat_item {margin-bottom: 34px; }
.nal1 a, .nal2 a {position: absolute; display: block; left:0px; top:0px; width: 100%; height: 100%;     z-index: 2;}


.iner_block_price table tr:nth-child(1) td, .iner_block_price table tr:nth-child(2) td {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

/*lot new*/
.lot_block{
	float:left;
	width:950px;;
	margin-left: 50px;
	padding-top: 30px;
	padding-bottom: 25px;
	position: relative;
}
.lot_block .marck {
	right: auto;
	left:0px;
}
.cat_img{
	float:left;
	width:313px;
	height:448px;
	object-fit: cover;
	margin-right: 45px;
}
.lot_block .marck {
	left: 243px;
	top: 33px;
}
.lot_r{
	float: left;
	width: 585px;
}
.lot_tit{
	font-size: 25px;
	color:#252525;
	float: left;
}
.lot_cod{
	float: right;
	margin-top: 10px;
	color:#252525;
	font-size: 15px;
}
.lot_table{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.lot_top_info {float: left; width: 100%; padding-bottom: 15px; margin-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;}
.lot_table td:first-child{
	width: 300px;
	text-align: left;
}
.lot_table td:nth-child(2){
	width: 85px;
	padding-right: 65px;
	text-align: center;
	white-space: nowrap;
}
.lot_table tr:nth-child(1) td {
	font-weight:bold;
}
.lot_table td:nth-child(3){
	width: 85px;
	text-align: center;
}
.lot_table tr{
	height: 30px;
}
.lot_r .zak{
	float: left;
	width: 100%;
	font-size: 25px;
	color:#eec35f;
	text-align: center;
	line-height: 42px;
	padding-bottom: 6px;
	border-top: 2px solid #e9e9e9;
	text-decoration: none;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 20px;
}
.opis{
	position: relative;
	float: left;
	width: 100%;
	color:#a2a2a2;
}
.opis ul{}
.opis ul li{
	line-height: 25px;
}
.op_like{
	position: absolute;
	right: 0;
	bottom: -10px;
}
.op_like span{
	float: left;
	margin-right:10px;
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.sostav_lot{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.sl_tit{
	float: left;
	width: 100%;
	font-size: 30px;
	text-transform: uppercase;
	color:#252525;
	margin-bottom: 35px;
}
.sl_slider{
	background-color: #fff;
	float: left;
	width:100%;
	border: 1px solid #cecece;
}
.ss_wr{
	float: left;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.ss_wr2 .ss_wr_bl {width: 46.8%; }
.ss_wr1 .ss_wr_bl {
	width:96.8%;
}
.ss_wr_bl{
	float: left;
	width: 30%;
	max-height: 140px;
	overflow: hidden;
	margin-right: 1.6%;
	margin-left: 1.6%;
}
.ss_wr.more_inf_js .ss_wr_bl {
	max-height:2000px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.ss_wr .ss_wr_bl:last-child{
	margin-right: 0px;
}
.ss_wr_bl .title{
	margin-bottom: 20px;
	float: left;
	width:100%;
	text-transform: uppercase;
}
.ss_wr_bl .text{
	font-size: 20px;
	color:#a2a2a2;
	float: left;
	width: 100%;
	text-align: justify;
	line-height: 21px;
}
.ss_wr_bl .text pre {
	white-space: pre-wrap;
}
.podr_sl{
	height: 45px;
	float: left;
	width: 100%;
	background-color: #f6f6f6;
	text-align: center;
	color:#eec35f;
	font-size: 18px;
	line-height: 45px;
	text-decoration: none;
	margin-bottom: 20px;
}
.podr_sl:hover{

}
.pagination{
	float: left;
	width: 100%;
	text-align: right;
	margin-bottom: 3px;
}
.pagination span{
	display:inline-block;
	width: 160px;
	border:3px solid #e9e9e9;
	text-align: center;
	line-height: 38px;
	margin-left: 5px;
	font-size: 20px;
	color:#525252;
}
.pagination span:hover{
	background-color: #e9e9e9;
	cursor: pointer;
}
.pagination a{
	display:inline-block;
	width: 160px;
	border:3px solid #e9e9e9;
	text-align: center;
	line-height: 38px;
	margin-left: 5px;
	font-size: 20px;
	color:#525252;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	float: left;
}
.pagination a:hover{
	background-color: #e9e9e9;
	cursor: pointer;
}
.pagination span.cycle-pager-active{
	width:300px;
	border:3px solid transparent;
}
.gal_t{
	float: left;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 80px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.lot_gallery{
	float: left;
	width:100%;
	margin-bottom: 80px;
}
.gal_img{
	float:left;
	width: 30%;
	height: 335px;
	background-size: cover;
	background-position: center top;
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
	margin-right: 3%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.gal_img:hover {-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}
.lot_gallery .gal_img:nth-child(3n+3){

}
.gal_wr{
	width:100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	left:0px;
	text-align: center;
	color:#525252;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 1;
}
.gal_img_bottom {	position: absolute;
	bottom: 0px;
	left:0px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	color:#525252;
	padding-top: 20px;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease; padding-bottom: 20px; }
.gal_img_bottom  span:last-child{
	text-transform: uppercase;
	color:#eec35f;
}
.gal_img:hover  {	-webkit-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.46);
	box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.46);}
.gal_img:hover .gal_img_bottom{
	opacity: 1;
}
.pozitia{
	float: left;
	width:100%;
	margin-top: 60px;
}
.pozitia_title{
	text-transform: uppercase;
	color:#252525;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 45px;
	float: left;
	width: 100%;

}
.pos_r_main {float: left; width: 90%; position: relative; margin-left: 5%; margin-bottom: 50px; max-height: 410px; overflow: hidden}
.pos_item {float: left; width: 100%;}
.posii {width: 25%; float: left; position: relative;}
.posii span {float: left; width: 100%; font-weight:bold; padding: 32px; line-height: 20px; color: #525252; font-size: 15px; box-sizing: border-box; }
.posii img {float: left;    width: 115%; height: auto;}
.posii a {position: absolute; left:0px; top:0px; width: 100%; height: 100%; }
.posii:nth-child(1) { z-index: 4;}
.posii:nth-child(2) { z-index: 3;}
.posii:nth-child(3) { z-index: 2;}
.posii:nth-child(4) { z-index: 1;}
.posii:nth-child(2) span {padding-left: 50px; padding-right: 20px; }
.posii:nth-child(3) span {padding-left: 50px; padding-right: 20px; }
.posii:nth-child(4) span {padding-left: 50px; padding-right: 20px; }
.poa_arr_l {position: absolute; top:50%; margin-top: -35px; left:50px; width: 40px; height: 70px; background-image: url(../img/pos_arr_l.png); display: block; opacity: 0.7; }
.poa_arr_r {position: absolute; top:50%; margin-top: -35px; right:20px; width: 40px; height: 70px; background-image: url(../img/pos_arr_r.png); display: block; opacity: 0.7; }
.pr {position: relative; }
/*end lot new*/
.reg_head {float: left; width: 100%; text-align: center; line-height: 120px; color:#252525; font-size: 20px; text-transform: uppercase; }
.reg_form {float:left; width: 100%; text-align: center;}
.reg_form input {width: 425px; margin-left:140px; margin-right: 140px; display: inline-block;  box-sizing: border-box; height: 45px; padding: 0px 15px; border: 0px;
	background-color: #f3f3f3; margin-bottom: 25px;
	color: #252525; font-size: 12px;  outline: none;
}
.reg_form .btn {width: 425px; margin-left:140px; margin-right: 140px; display: inline-block;  box-sizing: border-box; height: 45px; padding: 0px 15px; border: 0px;
	background-color: #f3f3f3; margin-bottom: 25px;
	color: #252525; font-size: 12px;  outline: none;
	text-transform: uppercase;
}
.reg_form input[type="submit"], .reg_form .btn {border: 2px solid #f1cf7f; width: 425px; background-color: transparent; cursor: pointer; }
.reg_form input[type="submit"]:hover {background-color: #252525; color: #f1cf7f; -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease; }
.reg_form .btn:hover {background-color: #252525; color: #f1cf7f; -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease; }
.alr_reg {width: 100%; color: #a2a2a2; font-size: 15px; text-align: center; text-decoration: none; float: left; margin-bottom: 40px; -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;}
.alr_reg:hover {color:#f1cf7f; }

.info_post1 {float: left; width: 40%; padding-left: 3%; border-right: 1px solid #414141;}
.info_post1 span {float: left; margin-right: 20px; line-height: 38px; color: #ffffff; font-size: 16px; }
.info_post1 .ci_price_main {margin-top: 0px; width: auto;}
.info_post1 .ci_price_main a {color: #fff; }
.info_post1 .ci_price_main a:hover {color: #eec35f; }
.info_postup_head {color: #eec35f; line-height: 40px; width: 97%; float: left; text-transform: uppercase; padding-left: 3%; }
.info_post2 {float: left; width: 40%; padding-left: 22px; box-sizing: border-box; }
.info_post2 span {float: left; margin-right: 20px; line-height: 38px; color: #ffffff; font-size: 16px; }
.info_post2 .ci_price_main {margin-top: 0px;  width: auto; }
.info_post2 .ci_price_main a {color: #fff; }
.info_post2 .ci_price_main a:hover {color: #eec35f; }
.by {float: left; width: 100%; line-height: 60px; }
.by a {color: #fff; -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;}
.by a:hover {color: #eec35f;}
.mob_menu {display: none;}
.footer_col {width: 15%}
.footer_contact {width: 22%;}
.all_brand_page {width: 100%;
	margin-top: 0; }
.all_brand_page .ab_left {width: 100%; }

/*hi_tech*/
.hi_wr{
	float: left;
	width: 100%;
}
.hi_title{
	display:block;
	margin:0 auto;
	width:140px;
	line-height: 90px;
	background-image: url(../img/hi_title.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:95px;
	font-size:39px;
	color:#000;
	text-transform: uppercase;
	margin-top:15px;
	margin-bottom:10px;
}
.hi_title2{
	display:block;
	margin:0 auto;
	width:140px;
	line-height: 90px;
	background-image: url(../img/hi_title.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:95px;
	font-size:39px;
	color:#000;
	text-transform: uppercase;
	margin-top:15px;
	margin-bottom:10px;
}
.hi_main{
	float: left;
	width:1040px;
	position: relative;
	height:380px;
	margin-bottom:100px;
}
.hi_block{
	float: left;
	width: 275px;
	position: absolute;
	z-index: 1;
	height: 275px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border:2px solid #eec35f;
	top: 60px;
	margin-right: 10px;
}
.hi_block.act{
	z-index: 10;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.2);
	border:2px solid #fff;
}
.hi_main .hi_block:nth-child(1){
	left:60px;
}
.hi_main .hi_block:nth-child(3){
	right:60px;
}
.hi_main .hi_block:nth-child(2){
	left:50%;
	margin-left: -148px;
}
.hi_num{
	display: inline-block;
	margin-top:60px;
	width:53px;
	height:59px;
	background-image: url(../img/hi_num.png);
	background-repeat: no-repeat;
	line-height:59px;
	font-size: 20px;
}
.hi_bl_wr{
	float: left;
	width: 100%;
	height:100%;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-align: center;
}
.hi_text{
	display: inline-block;
	padding: 20px 0 20px 0;
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
	color: #252525;
}
.hi_text:after{
	position: absolute;
	bottom: 0;
	background: repeating-linear-gradient( 90deg,
	#e03f2f 0%, #e03f2f 16.6%,
	#ff7f0b 16.6%, #ff7f0b 33.2%,
	#fbd90b 33.2%, #fbd90b 50%,
	#0bb361 50%, #0bb361 66.7%,
	#0077bb 66.7%, #0077bb 83.3%,
	#a342b1 83.3%, #a342b1 100%	)
	0 0 / 100% 2.0em repeat-x;
	width: 112px;
	height: 2px;
	content: '';
	left: 50%;
	margin-left: -56px;
}
.kaidzen_main{
	position: relative;
	float: left;
	width: 100%;
	margin-top:50px;
	margin-bottom:100px;
}
.kaidzen_main:before{
	content: '';
	position: absolute;
	background-image: url(../img/k_line.jpg);
	-webkit-background-size: 100% 100%;
	background-size:100% 100%;
	width: 2px;
	height:100%;
	left:50%;
	margin-left:-1px;
	z-index:10;
}
.kaidzen_block{
	float: left;
	width: 100%;
	position: relative;
	padding-bottom:30px;
}
.kaidzen_block .romb{
	position: absolute;
	left: 50%;
	margin-left: -13px;
	z-index:100;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 25px;
	height:25px;
	background-color: #eec35f;
	top:0;
}
.kaidzen_block .bl{
	float: left;
	width: 50%;
	text-align: center;
}
.kaidzen_block .bl .numb{
	display: inline-block;
	width: 29px;
	height:29px;
	border-radius: 50%;
	line-height:29px;
	text-align: center;
	border: 2px solid #a2a2a2;
	font-size:25px;
	color: #252525;
}
.kaidzen_block .bl .titl{
	font-size:20px;
	color: #252525;
	position: relative;
	padding: 25px 0 16px 0;
	display: inline-block;
	width: 320px;
	line-height:25px;
}
.kaidzen_block .bl .titl:after{
	position: absolute;
	bottom: 0;
	background: repeating-linear-gradient( 90deg,
	#e03f2f 0%, #e03f2f 16.6%,
	#ff7f0b 16.6%, #ff7f0b 33.2%,
	#fbd90b 33.2%, #fbd90b 50%,
	#0bb361 50%, #0bb361 66.7%,
	#0077bb 66.7%, #0077bb 83.3%,
	#a342b1 83.3%, #a342b1 100%	)
	0 0 / 100% 2.0em repeat-x;
	width: 112px;
	height: 2px;
	content: '';
	left: 50%;
	margin-left: -56px;
}
.kaidzen_block .bl .text{
	display: inline-block;
	width: 360px;
	font-size:13px;
	color:#252525;
	line-height:25px;
	margin-top:10px;
}
.slider_text {
	position:absolute;
	left:0px;
	font-size:35px;
	line-height:28px;
	width:100%;
	padding:25px 30px;
	box-sizing:border-box;
	display:inline-block;
}
.text_pos1 {
	text-align:left;
	top:0px;
}
.text_pos2 {
	top:0px;
	text-align:center;
}
.text_pos3 {
	top:0px;
	text-align:right;
}
.text_pos4 {
	text-align:left;
	top:50%;
	margin-top: -24px;
}
.text_pos5 {
	text-align:center;
	top:50%;
	margin-top: -24px;
}
.text_pos6 {
	text-align:right;
	top:50%;
	margin-top: -24px;
}
.text_pos7 {
	text-align:left;
	bottom:0px;
}
.text_pos8 {
	bottom:0px;
	text-align:center;
}
.text_pos9 {
	bottom:0px;
	text-align:right;
}
.item_slide_var1 .img1 {width: 50%;}
.item_slide_var1 .img2 {width: 50%;}
.item_slide_var1 .img3 {width: 50%;}
.item_slide_var3 .img2 {width: 50%; float: right;}
.item_slide_var3 .img1 {margin-right: 0px;}
.no_pading {padding-bottom: 220px;}
.footer_bottom {
	border-top:1px solid #808080;
}
span.rainbow_head a{color: #252525; text-decoration: none;}
.nal_wrap {
	float: left;
	position: relative;
	margin-bottom: 27px;
}
.nal_wrap:nth-child(2) {
	float: right;
}
.nal_wrap .rcmh1 {width: 100%; text-align: center; position: absolute;bottom: -64px; left: 0px; font-size:18px; }

.reg_captcha{margin-bottom: 25px;}
.g-recaptcha{ width: auto;  display: inline-block;}

/*
.m_hit {
	background-color: transparent !important;
	text-indent: -999999px;
}
.m_hit:before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	background-position: center center;
	-webkit-background-size:contain;
	background-size:contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
//	background-image: url(/new_style/img/new-prize2.png);
	background-image: url(/new_style/img/tikva.png);
}
*/
.m_mart {
	background-color: transparent !important;
	text-indent: -999999px;
}
.m_mart:before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	background-position: center center;
	-webkit-background-size:contain;
	background-size:contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-image: url(/new_style/img/new-prize2.png);
}
.m_halloween {
	background-color: transparent !important;
	text-indent: -999999px;
}
.m_halloween:before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	background-position: center center;
	-webkit-background-size:contain;
	background-size:contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-image: url(/new_style/img/tikva.png);
}

.m_ny1 {
	background-color: transparent !important;
	text-indent: -999999px;
}
.m_ny1:before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	background-position: center center;
	-webkit-background-size:contain;
	background-size:contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-image: url(/new_style/img/NY1.png);
}
.m_ny2 {
	background-color: transparent !important;
	text-indent: -999999px;
}
.m_ny2:before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	background-position: center center;
	-webkit-background-size:contain;
	background-size:contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-image: url(/new_style/img/NY2.png);
}

.m_black_friday {
	background-color: transparent !important;
	text-indent: -999999px;
}
.m_black_friday:before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	background-position: center center;
	-webkit-background-size:contain;
	background-size:contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-image: url(/new_style/img/black_friday.png);
}



.load-more {

	position: relative;
	line-height: 64px;
	display: inline-block;
	padding: 0 60px;
	margin-bottom: 30px;
	font-size: 24px;
	margin-bottom: 80px;
}
.load-more:after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/new_style/img/arrow.png);
	position: absolute;
	left: 50%;
	margin-left:-25px;
	top:100%;
	margin-top: 20px;
}


.art_content strong, .about_item strong  {
	font-weight: bold;
}
.art_content em, .about_item em  {
	font-style: italic;
}
.art_content ol, .about_item ol  {
	width: 90%;
	margin-left: 5%;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 16px;
	list-style: decimal;
	margin-top: 20px;
	margin-bottom: 15px;
}
.art_content ul, .about_item ul  {
	width: 90%;
	margin-left: 5%;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 16px;
	list-style: disc;
	margin-top: 20px;
	margin-bottom: 15px;
}
.art_content li, .about_item li  {
	margin-bottom: 15px;
}
.art_content h1, .about_item h1  {
	margin-top: 30px;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.art_content h1, .about_item h1, .art_content h2, .about_item h2, .art_content h3, .about_item h3, .art_content h4, .about_item h4  {
	width: 90% !important;
	margin-left: 5%;
}
.art_content table, .about_item table {
	width: 90% !important;
	margin-left: 5%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.art_content td, .about_item td {
	padding: 5px 10px;
	border: 1px solid #eec35f;
}

.breadcrumbs {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.breadcrumbs-inner {
	padding: 0 15px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.breadcrumbs:before {
	content: '';
	width: 100%;
	height:1px;
	background-color: #000000;
	position: absolute;
	left: 0;
	top:50%;
}
.breadcrumbs  a, .breadcrumbs  span {
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
}

.cat_menu {
	height:100%;
}
.no-lots {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 30px;
	font-size: 24px;
}





























/* mob */
@media screen and (max-width: 1600px){
	.left_block {margin-left: 0px; left:0;}
}
@media screen and (min-width: 1400px){
	.brands {
		height: 664px;
	}
	.br1 {
		width: 45%;
		height: 255px;
	}
	.br2 {
		width: 55%;
		height: 350px;
	}
	.br3 {
		width: 35%;
		height: 407px;
	}
	.br4 {
		width: 65%;
		height: 312px;
	}
	.brans_text {left:30%; margin-left: 0px}
	.nal1, .nal2 {
		width: 513px;
	}

	.nal1 .nal1_iner, .nal2 .nal2_iner {width: 509px; }
	.reviews_item {
		width: 85%;
		margin-left: 10%;
	}
	.review_col:nth-child(2) .reviews_item {
		margin-right: 10%;
	}
}
@media screen and (min-width: 1500px){
	.nal1, .nal2 {
		width: 563px;
	}

	.nal1 .nal1_iner, .nal2 .nal2_iner {width: 559px; }
	.smcat_item:nth-child(3) {
		margin-right: 11px;
	}
	.smcat_item:nth-child(4) {
		margin-right: 0px;
	}
	.catalog_item:nth-child(4n) {
		margin-right: 23px !important;
	}
	.catalog_item:nth-child(5n) {
		margin-right: 0px;
	}
	.lot_r {
		width: 65%;
	}
	.cat_img {
		width: 30%;
	}
	.lot_block .marck {
		left:30%;
		margin-left: -70px;
	}
	.lot_block {
		margin-left: 0px;
		width: 100%;
	}
}
@media screen and (max-width: 1364px){
	.left_block {margin-left: 0px; left:0;}
	.img1, .img2, .img3 {width: 50%; background-position: center center;}
	.br1, .br3 {border-right: 2px solid #fff; }
	.br2, .br4 {border-left: 2px solid #fff; }
	.br3 {width: 35%;}
	.br4 {width: 65%; }
	.br1 {width:45%; }
	.br2 {width: 55%;}
	.ab_left {width: 70%;}
	.ab_right {width: 29%;}


}
@media screen and (max-width: 1367px){
	.lot_block {width: 100%;
		margin-left:0; }
}
@media screen and (max-width: 1300px){
	.podpis span {width: 100%; text-align: center;}
	.podpis_form {width: 50%; margin-left: 25%; float: left; }
	.podpis_form input[type="submit"] {margin-right: 0px; float: right;}
	.podpis_form input[type="text"] { width: 266px;}

	.cat_img {width: 25%;
		float: left;
		height: auto;
		margin-right: 0;}
	.lot_block .marck {
		left:25%;
		margin-left: -70px;
	}
	.lot_r {width: 70%;
		float: right;}

}
@media screen and (max-width: 1235px){
	.ab_left a {width: 33%;}
	.gal_wr {width: 100%; }
	.map_block {width: 100%: }
	.map_block img {width: 40%; height: auto;}
	.news_item img {width: 30%; margin-left: 0; margin-right: 0;}
	.news_right {width: 65%; float: right;}
	.reviews_item {width: 96%; box-sizing: border-box; padding-left: 46px; margin-left: 0px; margin-right: 0px; }
	.review_col:nth-child(2) .reviews_item {padding-left: 0px; padding-right: 46px; margin-right: 0px;}
	.review_info img {display: none;}
	.r_author {width: 100%; text-align: center;}
	.r_date {width: 100%; text-align: center;}
	.smcat_item {width: 31%; margin-right: 2%; }
}
@media screen and (max-width: 1170px){
	.nal1, .nal2 {
		width: 303px;
	}

	.nal1 .nal1_iner, .nal2 .nal2_iner {width: 299px; }
}
@media screen and (max-width: 1156px){
	.podpis_form input[type="text"] {
		width: 176px;
	}

}
@media screen and (max-width: 1060px){
	.footer_col {width: 15%}
	.footer_contact {width: 22%;}
	.news_item img {width: 40%; }
	.news_right {width: 55%; }
	.rainbow_head_sub {line-height: 24px; padding-top: 10px; }
}
@media screen and (max-width: 975px){
	.nal1 {
		margin-left: 15px;
	}
	.nal2 {
		margin-right: 15px;
	}
	.podpis_form {width: 70%; margin-left: 15%;}
}
@media screen and (max-width: 910px){
	.fancybox-container {
		z-index: 111111111 !important;
	}
	.fancybox-toolbar {
		visibility: visible !important;
		opacity: 1 !important;
	}
	.fancybox-button--play, .fancybox-button--fullscreen {
		display: none !important;
	}

	.mob_menu {display: block; height: 65px; float: left; width: 100%; position: fixed; left:0px; top:0px;
		z-index:1000000;
		background-color: #fff;}
	.mob_open {position: absolute; left:15px; top:15px; width: 36px; height: 26px; }
	.mob_open.filt {
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url(/new_style/img/filt.png);
		-webkit-background-size:contain;
		background-size:contain;
	}
	.mob_open.filt:after {
		content:'фильтр';
		position: absolute;
		left: 0;
		display: inline-block;
		color: #000000;
		font-size: 12px;
		opacity: 1 !important;
		background-color: transparent;
	}
	.mob_open.filt.act {
		background-image:none;
	}
	.mob_open.filt.act:before, .mob_open.filt.act:after {
		opacity: 1;
		background-color: #000000;
		content: '';
	}
	.mob_open.filt:before, .mob_open.filt:after, .mob_open.filt span {
		opacity: 0;
	}
	.left_block {left:-216px; -webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease; padding-top: 65px;
		background-color: #fff; z-index: 100000; box-sizing: border-box; height: 100%; position: fixed;}
	.left_block .skype {display: none;}
	.left_block .logo {display: none;}
	.right_block {margin-left: 0px;
		margin-top:65px;}
	.left_block.act {left:0px; top:0px !important;}
	.mob_open::before {position: absolute; left:0px; top:0px; width: 100%; height: 4px; background-color: #000; content: ''; display: block; -webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;}
	.mob_open::after {position: absolute; left:0px; bottom:0px; width: 100%; height: 4px; background-color: #000; content: ''; display: block;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;}
	.mob_open span {position: absolute; left:0px; top:50%;
		margin-top:-2px; height: 4px;
		background-color: #000; width: 100%;-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;}
	.mob_open.act::after  {-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);  top:50%;
	}
	.mob_open.act::before  {-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);  top:50%;
	}
	.mob_open.act span {opacity: 0; }
	.mob_right {float: right; display: none; margin-right:0px; margin-top:20px; width: 100px; }
	.mob_right a {color:#000; width:100%; white-space: nowrap; border-right: 0px; line-height: 30px; text-decoration: none;}
	.mob_right a:last-child {border-right: 0;}
	.logo_mob {
		float: right; width: 228px; display: block; height: 50px;
		background-image: url(../img/logo_mob2.png);
		background-repeat:no-repeat;
		background-position: center center;
		-webkit-background-size:100% auto;
		background-size:100% auto; margin-right: 10px;}
	.mob_line {
		float: left;
		width: 100%;
		height: 4px;
		background-image: url(../img/mob_line.png);
		margin-top: 9px;}
}

@media screen and (max-width: 780px) {
	.iner_block_price {
		overflow-x: auto;
	}
	.main_slider_mob {
		display: block !important;
		height: 260px !important;
	}
	.main_slider_desk  {
		display: none !important;
	}
	.main_slider_mob a div {
		-webkit-background-size:  cover  !important;
		background-size: cover !important;
	}
	.iner_block_price table td {
		padding: 5px 5px;
		font-size: 12px;
	}
	.iner_block_price table tr:nth-child(1) td, .iner_block_price table tr:nth-child(2) td {
		font-size: 13px;
	}
	.ip_left {
		width: 100%;
	}
	.hi_main {
		width: 100%;
		height: auto;
		text-align: center;
	}
	.ip_right {
		width: 100%;
	}
	.ip_date {
		width: 100%;
	}
	.info_post .ip_head {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.ip_left {
		margin-bottom: 40px;
	}
	.ci_price_main {
		width: 160px;
	}
	.hi_block {
		width: 230px;
		height: 230px;
		margin-bottom: 140px;
		position: relative;
		margin-left: 0 !important;
		left: 0px !important;
		display: inline-block;
		float: none;
		margin-left: 30px !important;
		margin-right: 30px;
	}
	.hi_text {
		font-size: 16px;
	}
	.hi_num {
		margin-top: 37px;
	}
	.lovehead_main div {
		line-height: 32px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.love_item {
		width: 90%;
		padding: 0 5%;
	}
	.kaidzen_block .bl {
		width: 100%;
		margin-bottom: 30px;
	}
	.kaidzen_block .bl .titl {
		width: 100%;
	}
	.kaidzen_block .bl .text {
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.kaidzen_block .romb {
		display: none;
	}

	.kaidzen_main:before {
		background-image: none;
	}
	.kaidzen_main {
		margin-bottom: 0;
	}
	.hi_title2 {
		width: 94%;
		margin: 0 3%;
		font-size: 33px;
	}
	.sub_title2 {
		font-size: 25px;
		line-height: 37px;
		padding-bottom: 30px;
	}
	.client_info_left {
		width: 100%;
		margin-bottom: 40px;
	}
	.client_info_center {
		display: none;
	}
	.client_info_right {
		width: 100%;
	}
	.article_item img {width: 45%; }
	.arti_text {width: 50%;}
	.gal_img {width: 47%;     height: 178px;}
	.cat_img {width: 40%; }
	.lot_block .marck {
		left:40%;
		margin-left: -70px;
	}
	.lot_r {width: 55%;}
	.catalog_item {width: 45% !important;
		margin-left: 2.5% !important;
		margin-right: 2.5% !important;}
	.cm_item {width: 100%;}
	.cio_iner {top:60px;}
	.cm_item:nth-child(2) {
		margin-left: 0;
		margin-top: 30px;}
	.footer_col:first-child {display: none;  }
	.footer_col {width:18%; }
	.footer_contact {width: 29%;}
	.ab_left a {width: 50%; }
	.info_post1 span, .info_post2 span {line-height: 21px;}
	.priem h3 {
		margin-bottom:44px; }
}
@media screen and (max-width: 700px) {
	.overlay {
		z-index: 100010;
	}
	#scroller {
		/*display: none !important;*/
	}
	.reviw_text {
		font-size: 16px;
		line-height: 20px;
	}
	.rainbow_head.no_mt {
		margin-top: 30px;
	}
	.rainbow_head {
		line-height: 42px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.top_block.search_in_page {
		width:250px;
	}
	.overlay_iner {
		width: 100%;
		top:80px;
		margin-top: 0;
		margin-left: 0;
		left: 0px;
	}
	.overlay_iner span {
		display: none;
	}
	.o_reg_head {
		font-size: 16px;
	}
	.reg_form input {
		width: 90%;
		margin-left: 5%;

	}
	.reg_form .btn {
		width: 90%;
		margin-left: 5%;

	}
	.reg_form input[type="submit"] {
		width: 90%;
		margin-left: 5%;
	}
	.reg_form a {
		display: none;
	}
	.overlay_iner {
		height: 450px;
	}
	.item_slide_var4 .img1 {
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.brands {
		height: auto;
	}
	.br1, .br2, .br3, .br4 {
		width: 100%;
		height: 200px;
		position: relative;
		float: left;
		display: block;
		-webkit-background-size: cover !important;
		background-size: cover !important;
		margin-bottom: 5px;
	}
	.brans_text {
		position: relative;
		left: 0px !important;
		top:0px !important;
		margin-left: 0px !important;
		margin-top: 0 !important;
		width: 100% !important;
		height: auto !important;
	}
	.brans_text::before {
		display: none;
	}
	.brans_text::after {
		display: none;
	}
	.brans_text_iner {
		border: 0px;
		left:0px;
		top:0px;
		position: relative;
		width: 100% !important;
		float: left;
		height: 147px !important;
	}
	.row.row_nal {height:auto; text-align: center;}
	.nal1, .nal2 {
		float:none;
		display: inline-block;
		margin-left: 0;
		margin-right: 0;
	}
	.btleft {width: 35%;}
	.brand_top img {width: 65%;}
	.priem_item {width: 70%;
		float: none; display: inline-block;
		margin-bottom: 30px;}
	.priem {text-align: center;}
	.footer_col {display: none;}
	.footer_contact {width: 100%;
		float: left; margin-right: 0;}
	.footer_contact span {width: 100%; color:#fff !important;}

	.top_menu {display: none;}
	.search {width: 100%;
		padding-left: 17px;
		padding-right: 17px;
		margin-left: 0;
		box-sizing: border-box;
		float: left;}
	.podpis span {
		margin-left: 0; font-size: 16px;}
	.contact_item img {width: 70%; margin-left: 15%; margin-right: 15%;}
	.coi_desc {font-size: 16px;}
	.coi_info {width: 295px;}
	.coi_info span {font-size: 18px;}
	.conti_right {width: 100%;
		margin-top: 30px;		 }
	.map_block {
		width: 100%;
		padding: 0px;
	}
	.map_block iframe {
		width: 100%:

	}
	.map_block img {width: 100%; }
	.map_right {width: 100%; }
	.map_h {
		margin-top: 30px;}
	.brans_text {width: 200px; height:200px; margin-top: -152px; margin-left: -57px; }
	.brans_text_iner {width: 187px; height: 187px; }
	.brans_text h3 {margin-top: 38px;     font-size: 23px;}
	.br3 span {margin-left:10px; }
	.hide_mob {display: none;}

}
@media screen and (max-width: 500px) {
	.nal_wrap {
		width: 100%;
		text-align: center;
	}
	.nal_wrap .rcmh1 {
		padding: 0 !important;
	}
	.input_block input[type="text"] {
		width: 100%;
	}
	.input_block, .upload_photo {
		width: 100%;
	}
	.review_col {width: 100%; }
	.review_col:nth-child(2) {padding-top: 0px;}
	.review_col:nth-child(2) .reviews_item {padding-right: 5%; padding-right: 5%;}
	.review_col .reviews_item {padding-right: 5%; padding-right: 5%;}
	.news_item img {width: 100%; margin-bottom: 0; }
	.news_right {width: 100%; }
	.cat_img {width: 100%; }
	.lot_block .marck {
		left:100%;
		margin-left: -70px;
	}
	.lot_r {width: 100%; }
	.lot_top_info {margin-top: 15px;}
	.pagination a {width: 150px;}
	.br_main_photo img {width: 44%}
	.btleft {width: 100%;}
	.br_name {
		margin-top: 0px;
		margin-bottom: 25px;}
	.br_social {
		margin-bottom: 20px;}
	.brand_top img {width: 100%;}
	.arti_text {width: 100%;}
	.article_item img {width: 100%; }
	.arti_date {
		margin-top: 30px;}
	.catalog_item {width: 43% !important;
		margin-left: 2% !important;
		margin-right: 2% !important; height: 233px; }
	.lot_table td:nth-child(2) {
		width: 40px;
		padding-right: 20px;
	}
	.smcat_item {width: 45%;
		margin-left: 2.5%; margin-right: 2.5%;}
	.ab_left {width: 100%; }
	.ab_right {width: 100%; }
	.ab_right h3 {    margin-top: 57px;
		margin-bottom: 29px;}
	.podpis_form {width: 90%;
		margin-left: 5%;}
	.podpis_form input[type="text"] {width: 100%;
		margin-right: 0;}
	.podpis_form input[type="submit"] {width: 100%;
		margin-top: 20px;}
	.footer_contact span {    font-size: 14px;}
	.info_post1 {padding-left: 0px;}
	.info_postup_head {padding-left: 0px; }
	.info_post2 {padding-left: 42px;}
	.nal1, .nal2 {
		width: 273px;
	}
	.review_form h3 {
		margin-left: 0;
	}
	.nal1 .nal1_iner, .nal2 .nal2_iner {width: 269px; }
}
.rb_home_text{margin-top: 50px}
.right_block .rb_home_text h1 {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}


.right_block h2{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.art_content {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.art_content h2, .art_content h1, .art_content h3, .art_content h4 {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.right_block h2.catalog_head {
	text-transform: none;
	width: 91%;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 28px;
}
.right_block p {
	float: left;
	width: 90%;
	margin-left: 5%;
}

.back_call {
	position: fixed;
	bottom: 34px;
	right: 30px;
	background-image: url(../img/phone-icon.png);
	background-position: center center;
	-webkit-background-size:56% auto;
	background-size:56% auto;
	background-repeat:no-repeat;
	border-radius: 100%;
	border: 2px solid #64963a;
	display: block;
	width: 74px;
	height: 74px;
	cursor: pointer;
	z-index: 10000;
	background-color: #fff;
}
.overlay_back_call .overlay_iner {
	width:100%;
	max-width: 600px;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom:40px;
	margin-top: 0;
	margin-left: 0;
	height:auto;
	left:50%;
	top:50%;
	transform: translate3d(-50%,-50%,0);
}
.overlay_back_call .o_reg_head {
	margin-bottom: 30px;
}

.overlay_back_call .overlay_iner .reg_form input {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.back_call  {
	/*animation: 1200ms ease 0s normal none 1 running shake;*/
	/*animation-iteration-count: infinite;*/
	/*-webkit-animation: 1200ms ease 0s normal none 1 running shake;*/
	/*-webkit-animation-iteration-count: infinite;*/

	-webkit-animation:hoverWave linear 1s infinite;
	animation:hoverWave linear 1s infinite;
}

@-webkit-keyframes hoverWave {
	0% {
		box-shadow:0 8px 10px rgba(100,150,58,0.3),0 0 0 0 rgba(100,150,58,0.2),0 0 0 0 rgba(100,150,58,0.2)
	}
	40% {
		box-shadow:0 8px 10px rgba(100,150,58,0.3),0 0 0 15px rgba(100,150,58,0.2),0 0 0 0 rgba(100,150,58,0.2)
	}
	80% {
		box-shadow:0 8px 10px rgba(100,150,58,0.3),0 0 0 30px rgba(100,150,58,0),0 0 0 26.7px rgba(100,150,58,0.067)
	}
	100% {
		box-shadow:0 8px 10px rgba(100,150,58,0.3),0 0 0 30px rgba(100,150,58,0),0 0 0 40px rgba(100,150,58,0.0)
	}
}@keyframes hoverWave {
	 0% {
		 box-shadow:0 8px 10px rgba(100,150,58,0.3),0 0 0 0 rgba(100,150,58,0.2),0 0 0 0 rgba(100,150,58,0.2)
	 }
	 40% {
		 box-shadow:0 8px 10px rgba(100,150,58,0.3),0 0 0 15px rgba(100,150,58,0.2),0 0 0 0 rgba(100,150,58,0.2)
	 }
	 80% {
		 box-shadow:0 8px 10px rgba(100,150,58,0.3),0 0 0 30px rgba(100,150,58,0),0 0 0 26.7px rgba(100,150,58,0.067)
	 }
	 100% {
		 box-shadow:0 8px 10px rgba(100,150,58,0.3),0 0 0 30px rgba(100,150,58,0),0 0 0 40px rgba(100,150,58,0.0)
	 }
 }

/* animations icon */

@keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}
	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}
	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}
	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}
	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}
	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}
	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

@-webkit-keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}
	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}
	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}
	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}
	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}
	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}
	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}



@media screen and (min-width: 1600px) and (max-width: 2000px)  {
	.row_nal {
		height: 250px;
	}
	.hi_main {
		width: 100%;
	}
	.row_nal_cat_main {
		padding: 0px 7%;
	}
	.news_item img {
		width: 100%;
	}
	.news_right {
		width: 100%;
	}
	.podpis {
		margin-top: 57px;
	}
	.nal1, .nal2 {
		height: 230px;
	}
	.nal1 .nal1_iner, .nal2 .nal2_iner {
		height: 226px;
		padding: 148px 30px 12px 30px;
		background-size: 138px auto;
	}
	.ab_left {
		width: 68%;
	}
	.ab_right {
		width: 31%;
	}


}


@media print {
	.back_call {
		display: none;
	}
}


.button-catalog__wrap {
	display: flex;
	justify-content: space-between;
	padding: 30px 64px 0 64px;
	box-sizing: border-box;
}

.button-catalog {
	width: 31.5%;
}
.button-catalog:hover .button-catalog__inner {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.button-catalog__inner {
	height: 226px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.button-catalog__inner:before {
	content: "";
	border-radius: 20px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(120deg, #e03f2f, #ff7f0b, #fbd90b, #0bb361, #0077bb, #a342b1);
	background-size: 400% 400%;
	-moz-animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
	-webkit-animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
	animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
}
.button-catalog__inner:after {
	content: "";
	border-radius: 20px;
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	background-color: #fff;
	z-index: 2;
}
.button-catalog__inner h3 {
	position: relative;
	z-index: 3;
	margin-top: 13px;
	width: 100%;
	color: #252525;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}
.button-catalog__inner a {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.button-catalog__img {
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 16px;
	height: 125px;
	position: relative;
	z-index: 3;
	background-position: center center;
}
.button-catalog__img--first {
	background-image: url(../img/nal.png);
}
.button-catalog__img--second {
	background-image: url(../img/minilots.png);
}
.button-catalog__img--third {
	background-image: url(../img/ne_nal.png);
}

.button-catalog__description {
	width: 100%;
	color: #252525;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 1600px) {
	.button-catalog__inner {
		height: 180px;
	}

	.button-catalog__img {
		height: 100px;
	}
}
@media screen and (max-width: 767px) {
	.button-catalog__wrap {
		justify-content: center;
	}

	.button-catalog__wrap {
		flex-wrap: wrap;
	}

	.button-catalog {
		width: 278px;
		margin-bottom: 30px;
	}
}




