@import url('/fonts/stylesheet.css');
@import url('/css/jquery.fancybox.css');
/*@import url("/css/jquery-ui.css");*/

/* 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 CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px 'Roboto', sans-serif;
	height: 100%;
	overflow: auto !important;
}
body.main_page{
	overflow: hidden;
}
.wrapper {
	min-width: 976px;
	max-width: 1440px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0px 15px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 126px;
	font: 12px/18px 'Roboto', sans-serif;
}

a.logo{
	display: block;
	width: 254px;
	height: 100%;
	float: left;
	background: url('/images/logo-old1.png') 0px 14px no-repeat;
	text-indent: -3000px;
	overflow: hidden;
	background-position: bottom;
}
.phone{
	float: right;
	height: 20px;
	margin: 20px 0px 18px 0px;
	font-size: 20px;
}
.phone .phonelink {
	float: right;
}
.search{
	float: right;
	height: 27px;
	margin: 15px 11px 15px 20px;
	border: 1px solid #eaeaea;
	width: 257px;
	overflow: hidden;
}
.search .inp_s_txt{
	float: left;
	width: 209px;
	color: #8e8e8e;
	font-size: 12px;
	padding: 6px 10px;
}
.search .inp_s_btn{
	float: right;
	width: 18px;
	height: 19px;
	text-indent: -3000px;
	cursor: pointer;
	background: url('/images/icons.png') 0px 0px no-repeat;
	margin: 3px 7px 0px 0px;
}
.search input {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
	outline: none;
}
.dealer_login{
	float: right;
	height: 27px;
	margin: 18px 3px 13px 20px;
	text-decoration: none;
	color: #000000;
	position: relative;
}
.txt{
	display: block;
	float: left;
	font-size: 13px;
	padding-top: 2px;	
	padding-right: 15px
}
.dealer_login .ico{
	background: url('/images/icons.png') -20px 0px no-repeat;
	width: 17px;
	height: 16px;
	display: block;
	margin-right: 8px;
	float: left;
	margin-top: 6px;
}
.dealer_login .dealer_form{
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 16px 15px;
	z-index: 101;
	display: none;
	background: #FFFFFF;
	border: 1px solid #8ebbb3;
	width: 159px;
}
.dealer_form form.form label input, .dealer_form form.form label textarea, .dealer_form form.form label select {
	width: 137px;
}
.dealer_form form.form input.sbmt{
	width: auto;
}
.dealer_login .dealer_form .ico{
	background: url('/images/icons.png') -40px 0px no-repeat;
	position: absolute;
	top: -12px;
	left: 8px;
}
.dealer_login .ico.auth {
	background: url('/images/icons.png') -200px 0px no-repeat;
	width: 12px;
	height: 16px;
	display: block;
	margin-right: 5px;
	float: left;
	margin-top: 6px;
}
.txt.auth {
	margin-right: 5px;
}
a.txt {
	color: #8ebbb3;
}
.top_menu{
	float: right;
	width: 1100px;
	overflow: hidden;
	border-top: 1px solid #e7e7e7;
	position: relative;
	z-index: 99;
	border-bottom: 1px solid #e7e7e7;
	background: #f5f5f5;
}

.top_menu li{
	float: left;
	height: 60px;
}
.cart_header {
	white-space: nowrap;
	margin-right: 8px;
}
.cart_header a{color:#000 !important}
.cart_header a:hover{color:#8ebbb3;}
.top_menu li a{
	padding: 24px 47px;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	background-color: none;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
.top_menu li a:hover{
	color: #FFFFFF;
	background-color: #8ebbb3;
}

.top_menu li.first a, .top_menu li:first-child a{
	padding: 21px 10px;
}
.top_menu li.last a, .top_menu li:last-child a{
	padding: 20px 0px  27px 47px;
}


.top_menu_sec{
	float: left;
	width: initial;
	overflow: hidden;
	border-top: 1px solid #e7e7e7;
	position: relative;
	z-index: 99;
	border: 1px solid #e7e7e7;
	background: #f5f5f5;
}

.top_menu_sec li{
	float: left;
	height: 60px;
}
.cart_header {
	white-space: nowrap;
	margin-right: 8px;
}
.cart_header a{color:#000 !important}
.cart_header a:hover{color:#8ebbb3;}
.top_menu_sec li a{
	padding: 21px 20px;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	background-color: none;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
.top_menu_sec li a:hover{
	color: #FFFFFF;
	background-color: #8ebbb3;
}

.top_menu_sec li.first a, .top_menu li:first-child a{
	padding: 21px 10px;
}
.top_menu_sec li.last a, .top_menu li:last-child a{
	padding: 20px 0px  27px 47px;
}

@media (max-width: 768px) {
	.header {
		height: 70px !important;
	}
} 




/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 68px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	/*overflow: hidden;*/
}
.content.right_sidebar {
	padding: 0 255px 0 255px;
}
.content {
	padding: 0 0px 0 255px;
}
.content.main_page {
	padding: 0 0px 0 0px;
}
/* Slider on main page
-----------------------------------------------------------------------------*/
#slider_main{
	position: relative;
}
#slider_main .slide_img {
	width: 100%;
	height: 642px;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
	background-size: cover;
}
#slider_main .info {
	position: absolute;
	right: 0;
	background: rgba(255, 255, 255, 0.90) url('/images/ico_sm.png') 90% 50% no-repeat;
	width: 326px;
	bottom: 10%;
	padding: 15px 30px;
	text-decoration: none;
	color: #000;
	-webkit-transition: background-position .3s ease-in-out;
	-moz-transition: background-position .3s ease-in-out;
	-o-transition: background-position .3s ease-in-out;
	transition: background-position .3s ease-in-out;
}
#slider_main .info:hover {
	background: rgba(255, 255, 255, 0.90) url('/images/ico_sm.png') 92% 50% no-repeat;
}
#slider_main .info h2{
	padding-right: 80px;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 29px;
	margin-bottom: 15px;
}

#slider_main .slidesjs-pagination{
	position: absolute;
	right: 0;
	background: none;
	width: 326px;
	bottom: 4%;
	padding: 0px 51px;
	z-index: 15;
}
#slider_main .slidesjs-pagination li{
	float: left;
	display: block;
}
#slider_main .slidesjs-pagination li a{
	text-decoration: none;
	width: 10px;
	height: 10px;
	display: block;
	text-indent: -3000px;
	overflow: hidden;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.90);
	margin-right: 5px;
	border: 1px solid rgba(255, 255, 255, 0.90);
}
#slider_main .slidesjs-pagination li a.active, #slider_main .slidesjs-pagination li a:hover{
	border: 1px solid #8ebbb3;
	box-shadow: 0px 0px 5px #d5d5d5;
}
#slider_main .slidesjs-play, #slider_main .slidesjs-stop{
	display: none !important;
}
.dealer_block{
	float: right;
	width: 100px;
	background: #8ebbb3;
	color: #FFF;
	height: 0;
	overflow: hidden;
}
.dealer_block a{
	text-decoration: underline;
	color: #FFF;
}
.dealer_block .wrap{
	padding: 13px 13px 13px 13px;
	overflow: hidden;
}
.col_dealer_block{
	float: left;
	font-size: 14px;
}
.dealer_menu{
	width: 52%;
}
.dealer_menu li{
	float: left;
	display: block;
	margin-right: 1%;
	margin-bottom: 5px;
}
.dealer_menu li a{
	color: #FFF;
	font-family: 'Roboto';
	text-decoration: none;
	padding: 5px 16px;
	display: inline-block;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;	
}
.dealer_menu li a:hover{
	background: #4cc17b;
}
.price_list{
	width: 15%;
}
.dealer_block .price_list .wrap, .dealer_block .kurs .wrap, .dealer_block .cart .wrap{
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	width: 89%;
	padding: 0px 4%;
}
.dealer_block .price_list .helper, .dealer_block .kurs .helper, .dealer_block .cart .helper{
	display: -moz-inline-box;
	display: inline-block;
	height: 100%;
	width: 0px;
	vertical-align: middle;
	zoom: 1;
}
.price_list .ico{
	background: url('/images/icons.png') -260px 0px no-repeat;
	width: 13px;
	height: 19px;
	display: block;
	margin-right: 8px;
	float: left;
	margin-top: 9px;
}
.kurs{
	width: 15%;
}
.kurs .ico{
	background: url('/images/icons.png') -280px 2px no-repeat;
	width: 13px;
	height: 17px;
	display: inline-block;
	margin-right: 4px;
	float: left;
	margin-top: 0px;
	line-height: 16px;
}
.cart {
	max-width: 200px;
	width: 17%;
	border: 1px solid #ffffff;
	float: right;
}
.cart .wrap{
	padding: 14px 10px 14px 20px;
}

.cart .ico{
	background: url('/images/icons.png') -300px 6px no-repeat;
	width: 17px;
	height: 23px;
	display: block;
	margin-right: 10px;
	float: left;
	margin-top: 9px;	
}
.cart p{
	background: url('/images/ie/cart_ico.png') left center no-repeat;
	padding-left: 24px;
	margin: auto;
	width: 65px;
}

.content .left_block{
	width: 65%;
	float: left;
}
.content .left_block .wrap{
	padding: 0px 48px 0px 27px;
	height: 100%;
}
.content .left_block .last_news{
	overflow: hidden;
	height: 200px;
}
.content .left_block .last_news h1 {
	line-height: 42px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: "Risrtetto PRO";
}

.content .left_block .last_news a{
	text-decoration: none;
	float:left;
	padding-right:20px;
}
.content .left_block .last_news a img{
	max-height:150px;
}
.content .left_block .last_news p{
	font: 14px/20px "Roboto Condensed";
	color: #000;
	padding-left: 5%;
}
.content .left_block .last_news p.date{
	color: #787878;
	font-size: 12px;
}
.content .left_block .last_news a.title{
	color: #8ebbb3;
	font-size: 16px;
	text-decoration: underline;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;	
}
.content .left_block .last_news .info.hover a.title{
	color: #4cc17b;
	text-decoration: none;
}
.content .left_block .last_news a.title:hover{
	color: #4cc17b;
	text-decoration: none;
}
.content .left_block .last_news .img_item{
	float: left;
	width: 57%;
	height: 240px;
}
.content .left_block .last_news .img_item img{
	max-height: 100%;
	max-width: 100%;
}
.content .left_block .last_news .img_item.gorizontal img{
	height: 100%;
	width: auto;
}
.content .left_block .last_news .info{
	float: right;
	width: 38%;
}
.content .left_block .deals{
	height: 43%;
}
.content .left_block .deals h2 {
	line-height: 42px;
	font-size: 16px;
	position: absolute;
	background: #FFF;
	width: 100%;
	display: block;
	text-transform: uppercase;
}
.content .left_block .deals h2 a{
	color: #8ebbb3;
	font-size: 14px;
	font-family: 'Risrtetto PRO';
	text-transform: none;
	margin-left: 20px;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;	
}
.content .left_block .deals h2 a:hover{
	color: #4cc17b;
	text-decoration: none;
	;
}
.content .left_block .deals .img{
	height: 100%;
	overflow: hidden;
	position: relative;
}
.content .left_block .deals .img .info{
	position: absolute;
	bottom: 5%;
	right: 0px;
	background: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	/* padding: 0px 13px 0px 0px;*/
}
.content .left_block .deals .img .info a{
	background: url('/images/ie/deals_ico.png') 94% center no-repeat;
	padding: 13px 73px 13px 13px;
	display: block;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: background-position .3s ease-in-out;
	-moz-transition: background-position .3s ease-in-out;
	-o-transition: background-position .3s ease-in-out;
	transition: background-position .3s ease-in-out;
}
.content .left_block .deals .img .info a:hover{
	background: url('/images/ie/deals_ico.png') 97% center no-repeat;
}
.content .left_block .deals .img .info a span.price{
	text-transform: none;
	margin-top: 10px;
	display: inline-block;	
}
.content .left_block .deals .img img{
	max-width: 100%;
	height: 100%;
}
.content .left_block .deals .img.orient img{
	height: 100%;
	width: auto;
}
.content .right_block{
	width: 35%;
	float: right;
}
.content .right_block h2{
	line-height: 16px;
	font-size: 16px;
	width: 100%;
	display: block;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 16px;
	text-align: right;
}
.content .right_block h2 a{
	color: #8ebbb3;
	font-size: 14px;
	font-family: 'Risrtetto PRO';
	text-transform: none;
	margin-left: 20px;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;	
}
.content .right_block h2 a:hover{
	color: #4cc17b;
	text-decoration: none;
}
.content .right_block .news_list{
	margin-bottom: 10px;
}
.content .right_block .news_list .item{
	overflow: hidden;
	display: block;
	height: 32.333%;
	margin-bottom: 1%;
	/*max-height: 135px;*/
}
.content .right_block .news_list .item .img_item{
	float: left;
	width: 45%;
	height: 100%;
}
.content .right_block .news_list .item .img_item a{
	/*display: block;
	height: 100%;
	width: 100%;
	background-size: cover;*/
}
.content .right_block .news_list .item .info{
	float: right;
	width: 50%;
	height: 100%;
}
.content .right_block .news_list .item .img_item img{
	width: 100%;
	height: auto;
}
.content .right_block .news_list .item .img_item.gorizontal img{
	width: auto;
	height: 100%;
}
.content .right_block .news_list .item p{
	font: 12px/18px "Roboto Condensed";
	color: #000;
	padding-left: 5%;
	overflow: hidden;
	/*white-space: nowrap;
	word-wrap: normal;*/ /* РґР»СЏ IE */ 
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.content .right_block .news_list .item p.date{
	color: #787878;
	font-size: 12px;	
}
.content .right_block .news_list .item a.title{
	color: #8ebbb3;
	font-size: 16px;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;	
}
.content .right_block .news_list .item .info.hover a.title{
	color: #4cc17b;
	text-decoration: none;
}
.content .right_block .news_list .item a.title:hover{
	color: #4cc17b;
	text-decoration: none;
}
.content h1{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-family: "Risrtetto PRO";
}
.content h2{
	font-size: 18px;
	/*text-transform: uppercase;*/
	margin-bottom: 10px;
	font-family: "Risrtetto PRO";
}
.bread_crumbs{
	overflow: hidden;
	margin-bottom: 20px;
}
.bread_crumbs li{
	float: left;
	margin-right: 5px;
	color: #878787;
}
.bread_crumbs li a{
	color: #878787;
}

.content .wrap_inner{
	padding: 22px 0 22px 27px;
}
.content .wrap_inner.guest {
	padding: 0px 27px 22px 27px;
}
.content .wrap_inner .left{
	float: left;
	width: 60%;
}
.content .wrap_inner .right{
	float: right;
	width: 36%;
}
.tree > li{
	margin-bottom: 5px;

}

.tree > li > a{
	color: #000;
	text-decoration: none;
	font-size: 18px;
	background: url('/images/ie/tree_li_ico_hide.png') left center no-repeat;
	padding-left: 18px;
}
.tree > li > a.show{
	background: url('/images/ie/tree_li_ico_show.png') left center no-repeat;
}
.tree li .info, .tree li .info2{
	display: none;
/*	margin-top: 15px; */
margin: 5px 0px 0px 18px;
}
.tree li .info p{
	font: 14px/20px "Roboto Condensed";
	color: #000;
}
.tree li .info p strong{
	font: 18px/20px 'FuturaBookC', sans-serif;
	color: #000;
	display: inline-block;
	margin-bottom: 30px;
}
.tree li .info p b{
	font-weight: bold;
}
.tree li .info ul{
	margin-bottom: 30px;
}
.tree li .info ul li{
	background: url('/images/ie/content_ul_li_ico.png') left center no-repeat;
	padding-left: 16px;
	font: 14px/20px "Times New Roman";
}
/*
.tree li info, 
.tree li info2 {
	margin: 5px 0px 0px 18px;
	display: none;
}*/

.tree li ul.info li{
	background: none;
	padding: 0;
	font: 14px/20px "Roboto";
	margin-bottom: 5px;
}
.tree li  ul.info li > a{
	color: #000;
	text-decoration: none;
	font-size: 18px;
	background: url('/images/ie/tree_li_ico_hide.png') left center no-repeat;
	padding-left: 18px;
}
.tree li  ul.info li > a.show {
	background: url('/images/ie/tree_li_ico_show.png') left center no-repeat;
}
.info p.pdf, .info p.zip, .info p.rar, .info p.doc, .info p.xls {
	font: 14px/20px "Roboto";
	line-height: 30px;
}
.info p.pdf a, .info p.zip a, .info p.rar a, .info p.doc a, .info p.xls a{
	/*background: url('/images/ie/tree_doc_download.png') right center no-repeat;*/
	padding-right: 30px;
	line-height: 27px;
	display: inline-block;
	color: #000;
}
.tree li ul.info .info{
	display: none;
	margin-top: 5px;
}
.contact{
	margin-bottom: 20px;
}
.contact p{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px;
}
.contact p strong{
	font-size: 26px;
}
.contact p a{
	color: #000000;
}
.wrap_inner h3{
	font-size: 18px;
	/*text-transform: uppercase;*/
	margin-bottom: 5px;
	font-family: "Risrtetto PRO";
}
.wrap_inner h3{
	font-size: 18px;
	/*text-transform: uppercase;*/
	margin-bottom: 5px;
}
p.dop{
	font-size: 12px;
	margin-bottom: 15px;
	color: #585858;
}
.form_in_text{

}
.form_in_text label{
	display: block;
	margin-bottom: 15px;
}
.form_in_text label span{
	display: block;
	font-size: 14px;
	color: #585858;
	margin-bottom: 7px;
}
.form_in_text label input, .form_in_text label textarea, .form_in_text label select{
	width: 94%;
	font-size: 14px;
	padding: 1% 2%;
	border: 1px solid #c5c5c5;
	margin: 0;
}
.form_in_text label select{
	width: 99%;
}
.form_in_text label input[type='submit']{
	width: 99%;
	border: 3px solid #8ebbb3;
	background: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #8ebbb3;
	cursor: pointer;
	padding: 1% 2%;
}
.form_in_text label input.datepicker{
	background: url('/images/ie/datepicker_input_ico.png') 98% center no-repeat;
}
.form_in_text label.one_line{
	overflow: hidden;
}
.form_in_text label.one_line span{
	float: left;
	width: 50%;
	margin-top: 5px;
}
.form_in_text label.one_line input, .form_in_text label.one_line textarea, .form_in_text label.one_line select{
	float: right;
	width: 30%;
	margin-right: 6px;
}
.form_in_text label a{
	color: #8ebbb3;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dotted #8ebbb3;
}
.form_in_text label .input_file{
	text-align: center;
	overflow: hidden;
	width: 132px;
	padding: 5px 0px;
	height: 21px;
	float: right;
	margin-right: 1%;
	cursor: pointer;
	background: #18d764;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodвЂ¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #18d764 0%, #11b251 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18d764), color-stop(100%,#11b251));
	background: -webkit-linear-gradient(top, #18d764 0%,#11b251 100%);
	background: -o-linear-gradient(top, #18d764 0%,#11b251 100%);
	background: -ms-linear-gradient(top, #18d764 0%,#11b251 100%);
	background: linear-gradient(to bottom, #18d764 0%,#11b251 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18d764', endColorstr='#11b251',GradientType=0 );
}
.form_in_text label .input_file input{
	margin-top: -50px;
	margin-left:-410px;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 150px;
	height: 100px;
}
.form_in_text label .input_file .input_value_text{
	color: #fff;
	font-size: 14px;
}
.form_in_text.save_project .one_line > span{
	width: 60%;
}
.form_in_text.my_profile .one_line > span{
	width: 32%;
	color: #8e8e8e;
}
.form_in_text.my_profile .one_line > input{
	width: 60%;
}
.form_in_text.my_profile .one_line.submit > span{
	width: 20%;
}
.form_in_text.my_profile .one_line.submit > input{
	width: 76%;
}
.form_in_text label.submit  a {
	color: #000;
	font-size: 14px;
	border: none;
	text-decoration: underline;
}

label.captcha img{
	vertical-align: middle;
	margin-left: 12px;
}
.choose_city{
	width: 100%;
	position: relative;
}
.choose_city a{
	text-decoration: none;
	color: #FFF;
	background: #8ebbb3;
	display: inline-block;
	padding: 17px 23px;
	font-size: 14px;
}
.choose_city p{
	font-size: 16px;
	margin: 25px 0px 25px 0px;
	font-family: "Risrtetto PRO";
}
.choose_city a span{
	font-size: 18px;
	border-bottom: 1px dotted #FFF;
	margin-left: 5px
}
.choose_city .list_city{
	width: 100%;
	position: absolute;
	display: none;
	top: 54px;
	left: 0px;
	left: -3px;
	z-index: 10;
	background: #FFF;
	border: 1px solid #8ebbb3;
	border-radius: 4px;
}
.choose_city .list_city ul{
	padding: 40px;
	overflow: hidden;
}
.choose_city .list_city .left{
	float: left;
	width: 25%;
}
.choose_city .list_city li{
	margin-bottom: 2px;
}
.choose_city .list_city li a{
	background: none;
	padding: 0;
	color: #000;
	text-decoration: underline;
	font-size: 15px;
	display: inline;
}
.choose_city .list_city li span{
	display: inline-block;
	width: 28px;
	height: 15px;
	font-size: 18px;
	color: #8ebbb3	;
}
.choose_city .list_city li span.kol{
	display: inline;
	font-size: 15px;
	color: #000000;
	margin: 0;
}
.choose_city .list_city .close {
	display: block;
	position: absolute;
	background: url('/images/icons.png') -320px 0px no-repeat;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
#map_dealer{
	width: 100%;
	height: 479px;
	border-radius: 4px;
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
}
.send_msg_dealer textarea{
	height: 227px;
	resize: none;
}
.dealer_list{

}
.dealer_list .item{
	overflow: hidden;
}
.dealer_list .item .title{
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.dealer_list .item .map{
	width: 312px;
	height: 230px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	border-radius: 2px;
}
.dealer_list .item .contact{
	float: left;
	margin-bottom: 0px;
}

.dealer_list .item  .contact p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.content .wrap_inner .left.short{
	float: none;
	width: 355px;
}
.content .wrap_inner .left.middle {
	float: none;
	width: 100%;
	max-width: 870px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 255px;
	margin-left: -100%;
	position: relative;
	z-index: 15;
	font: 13px/18px 'Roboto', sans-serif;
}
/* Left Menu
-----------------------------------------------------------------------------*/
.left_menu{
	width: 100%;
	overflow: hidden;
}
.left_menu li{
	margin-bottom: 7px;
}
.left_menu li.last, .left_menu li:last-child{
	margin-bottom: 0px;
}
.left_menu li a{
	background: rgba(255, 255, 255, 0.90);
	border: 1px solid rgba(255, 255, 255, 0.90);
	/*padding: 27px 13px 28px 13px;*/
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}
.inner .left_menu li a{
	background: rgba(255, 255, 255, 0.90);
	border: 1px solid #dfdfdf;
	padding: 27px 13px 28px 13px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}
.left_menu li a span{
	float: left;
	margin-right: 15px;
	width: 43px;
	height: 49px;
	background-position: top center;
	background-size: inherit;
	background-repeat: no-repeat;
}
.left_menu li a span.hover{
	display: none;
}
.left_menu li a:hover{
	border: 1px solid #8ebbb3;
	box-shadow: 0px 0px 5px #d5d5d5;
	color: #8ebbb3;
}
.left_menu li a:hover span{
	display: none;
}
.left_menu li a:hover span.hover{
	display: inline;
}
.content .wrap_inner .left.short h2 {
	font: 19px 'FuturaBookC';
	text-transform: none;
}
.content .wrap_inner .left.short p.time_new{
	font: 14px 'Roboto Condensed';
	text-transform: none;
	margin-bottom: 25px;
}
.wrap_inner .left.short h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: "Risrtetto PRO";
}
.wrap_inner .left.middle{
	
}
.wrap_inner .left.middle h3 {
	text-align: center;
}
.wrap_inner .left.middle p.dop {
	text-align: center;
}
/* Card item
-----------------------------------------------------------------------------*/
.card_item{
	width: 100%;
}
.card_item__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.card_item .photos{
	width: 53%;
	float: left;
}
#slider_card_photos{
	position: relative;
}
#slider_card_photos .slides_container{

}
#slider_card_photos .slides_container .slide{

}
#slider_card_photos .slides_container .slide a {
	display:block;
}
#slider_card_photos .slides_container .slide img{
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
#slider_card_photos  .pagination{
	width: 100%;
}
#slider_card_photos  .pagination li{
	float: left;
	width: 31.3333%;
	margin-top: 2%;
	margin-right: 3%;
}
#slider_card_photos  .pagination li:nth-child(3n), #slider_card_photos  .pagination li.therd{
	margin-right: 0;
}
#slider_card_photos  .pagination li a{
	width: 100%;
}
#slider_card_photos  .pagination li a img{
	width: 100%;
	height: auto;
	/*max-width: 180px;*/
}
#slider_card_photos .prev{
	position: absolute;
	display: block;
	top: 50%;
	left: 2%;
	height: 40px;
	width: 40px;
	background: url('/images/icons.png') -380px 0px no-repeat;
	cursor: pointer;
	z-index: 15;
}
#slider_card_photos .next{
	position: absolute;
	display: block;
	top: 50%;
	right: 2%;
	height: 40px;
	width: 40px;
	background: url('/images/icons.png') -420px 0px no-repeat;
	cursor: pointer;
	z-index: 15;
}

/*.slides_control {
position: relative !important;
width: 100% !important;
height: auto !important;
left: 0 !important;
}
.slide {
position: initial !important;
top: 0px !important;
left: 488px !important;
z-index: 0 !important;
height: auto !important;
}*/
.card_item .info{
	width: 44%;
	float: right;
}
.card_item .info--desktop {
	display: none;

	@media (min-width: 768px) {
		display: block;
	}
}
.card_item .info--mobile {
	margin-top: 30px;
	
	@media (min-width: 768px) {
		display: none;
		margin: 0;
	}
}
.card_item .info .price_line{
	width: 100%;
	padding-bottom: 15px;
	position: relative;
}

.include_in_price{
	position: absolute;
	background: #FFF;
	border: 1px solid #8ebbb3;
	width: 100%;
	top: 100%;
	left: -30px;
	display: none;
}
.include_in_price .ugol{
	position: absolute;
	width: 45px;
	height: 13px;
	background: url('/images/ie/include_in_price.png') 0px 0px no-repeat;
	top: -13px;
	left: 30px;	
}
.include_in_price .wrap{
	padding: 30px;
}
.include_in_price h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: "Risrtetto PRO";
}
.include_in_price .lines .item{
	overflow: hidden;
	font: 14px 'Roboto Condensed';
	margin-bottom: 7px;
}
.include_in_price .lines .item .name{
	float: left;
}
.include_in_price .lines .item .quantity{
	float: right;
}
.card_item .info .price_line > .wrap{
	width: 100%;
	overflow: hidden;
}
.card_item .info .price{
	width: 50%;
	float: left;
}
.card_item .info .price .name_price{
	font-size: 14px;
	color: #5d5d5d;
}
@media screen and (max-width: 1200px) {
	.card_item .info .price .name_price{
		font-size: 12px;
	}
}
.card_item .info .price .summ{
	font-size: 34px;
	color: #000;
	text-decoration: none;
	border-bottom: 2px dotted #000;
	line-height: 50px;
}
@media screen and (max-width: 1200px) {
	.card_item .info .price .summ{
		font-size: 28px;
	}
}
.card_item .info .special_program{
	width: 50%;
	float: right;
}
.card_item .info .special_program .special_program_ico{
	padding-left: 63px;
	background: url('/images/ie/card_item_special_program_ico.png') left center no-repeat;
	font: 19px 'Roboto Condensed';
	line-height: 24px;
	display: inline-block;
	float: right;
	text-decoration: underline;
	/*cursor: pointer;*/	
}
@media screen and (max-width: 1200px) {
	.card_item .info .special_program .special_program_ico {
		font-size: 14px;
	}
}

.special_program_text{
	position: absolute;
	background: #FFF;
	border: 1px solid #8ebbb3;
	width: 100%;
	top: 100%;
	left: 0px;
	display: none;
}
.special_program_text .ugol{
	position: absolute;
	width: 45px;
	height: 13px;
	background: url('/images/ie/include_in_price.png') 0px 0px no-repeat;
	top: -13px;
	right: 30px;
}
.special_program_text .wrap{
	padding: 30px;
}
.special_program_text h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-family: "Risrtetto PRO";
}
.special_program_text p{
	overflow: hidden;
	font: 14px 'Roboto Condensed';
	margin-bottom: 15px;
}
.tabs{
	
}
.tabs .nav_tabs{
	overflow: hidden;
}
.tabs .nav_tabs li{
	float: left;
	background: #9d9d9d;	
}
.tabs .nav_tabs li.ui-tabs-active{
	background: #e8e8e8;	
}
.tabs .nav_tabs li a{
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 11px;
	display: block;	
}
.tabs .nav_tabs li.ui-tabs-active a{
	color: #000;
}
.tabs .content_tabs{
	padding: 10px;
	border: 1px solid #e8e8e8;
	overflow-y: scroll;
	overflow-x: hidden;
	font: 14px 'Roboto Condensed';
	color: #000;
}
.tabs .content_tabs h3{
	font: 14px 'Roboto';
	color: #727272;
}
.tabs .content_tabs p{
	font: 14px/20px 'Roboto Condensed';
	margin-bottom: 10px;
}
.card_item .icons{
	overflow: hidden;
	width: 100%;
	height: 42px;
	padding: 13px 0px;
}
.card_item .icons .icon{
	float: left;
	width: 33.3333%;
	height: 100%;
}
.card_item .icons .icon .text{
	display: block;
	vertical-align: middle;
	zoom: 1;
	padding-left: 30px;
	line-height: 23px;
	font: 14px 'Times New Roman';
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
.card_item .icons .ico1{
	background: url('/images/ie/card_item_icons_ico1.png') left center no-repeat;
	padding: 6px 0px;
}
.card_item .icons .ico2{
	background: url('/images/ie/card_item_icons_ico2.png') left center no-repeat;
	margin: 0 auto;
	width: 80px;
}
.card_item .icons .ico3{
	background: url('/images/ie/card_item_icons_ico3.png') left center no-repeat;
	float: right;
}
.card_item .icons .icon .helper{
	display: -moz-inline-box;
	display: inline-block;
	height: 100%;
	width: 0px;
	vertical-align: middle;
	zoom: 1;
}
.gallery_nargady, .gallery_raboty, .files_for_download{
	display: none;
}
.size_wrapper{
	width: 350px;
}
p.pdf, p.zip, p.rar, p.doc, p.xls{
	padding-left: 30px;
	line-height: 30px;
}
p.pdf{
	background: url('/images/files_icons_pdf.png') left center no-repeat;
}
p.zip{
	background: url('/images/files_icons_zip.png') left center no-repeat;
}
p.rar{
	background: url('/images/files_icons_rar.png') left center no-repeat;
}
p.doc{
	background: url('/images/files_icons_doc.png') left center no-repeat;
}
p.xls{
	background: url('/images/files_icons_xls.png') left center no-repeat;
}
.materials_list{
	width: 100%;
	margin-top: 35px;
/*display: flex;*/
}
.materials_list .item{
	width: 50%;
	float: left;
	margin-bottom: 18px;
}
.materials_list .item p{
	margin-bottom: 5px;
	font-size: 14px;
	color: #838383;
}
.materials_list .item a{
	text-decoration: none;
	display: inline-block;
	margin-right: 6px;
	position: relative;
	cursor: default;
	color: #000;
}
.materials_list .item a > img{
	width: 50px;
	border: 2px solid #eaeaea;
}
.materials_list .item a .hint_box {
	display: none;
	position: absolute;
	left: 0;
	top: -115px;
	width: 244px;
	height: 120px;
	background: #FFF;
	border: 1px solid #8ebbb3;
	z-index: 10;
	padding: 5px;
}
.materials_list .item a .hint_box .ugol{
	position: absolute;
	width: 45px;
	height: 13px;
	background: url('/images/ie/hint_box.png') 0px 0px no-repeat;
	bottom: -13px;
	left: 2px;
}
.materials_list .item a .hint_box img{
	float: left;
	margin-right: 10px;
	width:100px;
}
.collection_elements{
	margin-bottom: 30px;
}
.collection_elements .section{
	margin-bottom: 20px;
}
.collection_elements .section a.title_section{
	text-decoration: none;
	color: #000;
	display: inline-block;
	padding-right: 30px;
	background: url('/images/ie/section_h3_ico.png') right center no-repeat;
	line-height: 26px;
	cursor: pointer;
}
.collection_elements .section a.title_section.active{
	background: url('/images/ie/section_h3_ico_a.png') right center no-repeat;
}
.collection_elements .section .elements_section{
	display: none;
}
.collection_elements .section .elements_section table{
	width: 100%;
}
.collection_elements .section .elements_section table thead{
	background: #e8e8e8;
	font-size: 16px;
}
.collection_elements .section .elements_section table thead th{
	border-right: 1px solid #FFF;
	height: 55px;
	vertical-align: middle;
	padding: 0 4px;
}
.collection_elements .section .elements_section table tbody{
	font: 13px 'Roboto Condensed';
}
.collection_elements .section .elements_section table tbody tr{
	vertical-align: middle;
	border-bottom: 1px solid #eaeaea;
	padding:2px 0;
}
.collection_elements .section .elements_section table tbody tr td .material {
	display: inline-block;
	text-align: center;
	margin-right: 0px;
	cursor: pointer;
}
.collection_elements .section .elements_section table tbody tr td .material img{
	border: 2px solid #eaeaea;
}
.collection_elements .section .elements_section table tbody tr td .material.selected img{
	border: 2px solid #8ebbb3;
	outline: 2px solid #8ebbb3;
}
.collection_elements .section .elements_section table tbody tr td{
	vertical-align: middle;
	margin: 3px 0;
}
.collection_elements .section .elements_section table tbody tr td.center{
	text-align: center;
}
.collection_elements .section .elements_section table tbody tr td input{
	width: 41px;
	padding: 4px 0px;
	text-align: center;
}
.collection_elements .section .elements_section table tbody tr td a.add_to_cart{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding: 7px 14px;
	display: block;
	text-align: center;
	cursor: pointer;
	background: #18d764;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodвЂ¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #18d764 0%, #11b251 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18d764), color-stop(100%,#11b251));
	background: -webkit-linear-gradient(top, #18d764 0%,#11b251 100%);
	background: -o-linear-gradient(top, #18d764 0%,#11b251 100%);
	background: -ms-linear-gradient(top, #18d764 0%,#11b251 100%);
	background: linear-gradient(to bottom, #8ebbb3 0%,#8ebbb3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18d764', endColorstr='#11b251',GradientType=0 );
}
.collection_elements .section .elements_section table tbody tr td .error{
	display:none;
	position: absolute;
}
.inform{
	font: 14px 'Times New Roman';
	margin-bottom: 30px;
}
.inform p{
	margin-bottom: 20px;
}
.recomeds{
	height: 242px;
}
.recomeds .item{
	float: left;
	width: 31.33333%;
	height: 100%;
	margin-right: 3%;
}
.recomeds .item:nth-child(3n){
	margin: 0;
}
.recomeds .item .img{
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.recomeds .item .img .recomed_info{
	position: absolute;
	bottom: 5%;
	right: 0px;
	background: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	padding: 0px 13px 0px 0px;	
}
.recomeds .item .img .recomed_info a{
	background: url('/images/ie/deals_ico.png') 96% center no-repeat;
	padding: 13px 53px 13px 13px;
	display: block;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: background-position .3s ease-in-out;
	-moz-transition: background-position .3s ease-in-out;
	-o-transition: background-position .3s ease-in-out;
	transition: background-position .3s ease-in-out;
}
.recomeds .item .img .recomed_info a:hover{
	background: url('/images/ie/deals_ico.png') right center no-repeat;
}
.recomeds .item .img .recomed_info .recomed_price{
	text-transform: none;
	margin-top: 10px;
	display: inline-block;
}
.popup_form .wrap{
	padding: 20px;
}
.popup_form .wrap h3{
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "Risrtetto PRO";
}
.popup_form .wrap p{
	font: 16px 'Roboto Condensed';
	margin-bottom: 25px;
}
.popup_form .wrap p span.green{
	color: #8ebbb3;
	font-weight: bold;
}
.popup_form .wrap a.btn{
	font-size: 14px;
	padding: 8px 45px;
	margin-right: 15px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
}
.popup_form .wrap a.btn.grey{
	color: #6a6a6a;
	border: 3px solid #6a6a6a;
}
.popup_form .wrap a.btn.green{
	color: #8ebbb3;
	border: 3px solid #8ebbb3;
}
.popup_form .close{
	display: block;
	/*position: absolute;
	background: url('/images/icons.png') -320px 0px no-repeat;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	top: 15px;
	right: 15px;*/
	cursor: pointer;
	
	position: absolute;
	top: -26px;
	right: -28px;
	margin: 0px;
	height: 24px;
	width: 24px;
	background: url('/images/shadowbox/fb_close.png') 0px 0px no-repeat; 
}
.choose_color ul{
	overflow: hidden;
}
.choose_color ul li{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
}
.choose_color ul li:nth-child(5n), .choose_color ul li.five_n_elem{
	margin-right: 0;
}
.choose_color ul li .chose{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 89px;
	height: 89px;
	background: url('/images/ie/choose_color_selected.png') center center no-repeat;
	z-index: 5;
}
.choose_color ul li.selected .chose{
	display: block;
}
.popup_form.choose_color .wrap a.btn.green{
	color: #8ebbb3;
	border: 3px solid #8ebbb3;
	width: 393px;
	margin-right: 0;
	text-align: center;
}
.popup_form.choose_color .wrap {
	padding: 20px;
	width: 490px;
}
.slider_news{
	max-width: 25%;
	float: left;
	margin: 0 10px 10px 0;
}
.news_item h2{
	font-size: 16px;
	text-transform: none;
	margin-bottom: 10px;
	font-family: "Risrtetto PRO";
}
.news_item p{
	margin-bottom: 10px;
}

.news_item ul, .news_item ol {
	list-style: disc;
	padding-left: 20px;
}

.news_item ul li, .news_item ol li{
	margin-bottom: 10px;
}


.news_item p.date{
	color: #727272;
}
.news_list_page{

}
.news_list_page .item{
	overflow: hidden;
	margin-bottom: 15px;
}
.news_list_page .item .img{ 
	float: left;
	width: 20%;
	margin-right: 3%;
}
.news_list_page .item .img img{ 
	width: 100%;
	height: auto;
}
.news_list_page .item .info{ 
	float: left;
	width: 77%;
}
.news_list_page .item .info .date{
	color: #727272;
	font: 14px/20px 'Roboto';
}
.news_list_page .item .info h2{
	font-size: 18px;
	text-transform: none;
	margin-bottom: 10px;
	font-family: "Risrtetto PRO";	
}
.news_list_page .item .info h2 a{ 
	font-size: 18px;
	text-transform: none;
	margin-bottom: 10px;
	color: #000;
	text-decoration: none;
	font-family: "Risrtetto PRO";
}
.news_list_page .item .info p{
	font: 14px/20px 'Roboto Condensed';
}
.news_list_page .item .info .read_more{
	font: 14px/20px 'Futura book';
	color: #000;
}
.page_navigation{
	text-align: center;
}
.page_navigation li{
	display: inline-block;
	font-size: 14px;
}
.page_navigation li a{
	padding: 2px 6px;
	color: #000;
	text-decoration: none;
}
.page_navigation li span{
	padding: 2px 6px;
	background: #e2e2e2;
}
.page_navigation li a.prev {
	padding: 2px 7px;
	color: #000;
	text-decoration: none;
	background: url(/images/page_navigation_arr.png) -4px 5px no-repeat;
	margin-right: 12px;
}
.page_navigation li a.next {
	padding: 2px 7px;
	color: #000;
	text-decoration: none;
	background: url(/images/page_navigation_arr.png) -18px 5px no-repeat;
	margin-left: 12px;
}
.page_navigation li a.disable {
	background-position-y: -13px;
}
.section{
	overflow: hidden;
}
.section .item{
	float: left;
	width: 21%;
	margin-right: 3%;
	margin-bottom: 3%;

	/*padding:1%; */
}
.section.tovar .item{
	float: left;
	width: 31%;
	margin-right: 3%;
	margin-bottom: 3%;

	/*padding:1%; */
}


.section .item.third{
	margin-right: 0px;
}
.section .item h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
/*	line-height: 37px; */
font-family: "Risrtetto PRO";
}
.section .item h2 span{
	display: table-cell;
	vertical-align: middle;
	height: 37px;
}
.section .item a h2{
	color: #000;
	position: absolute;
	text-align:left;
}
.section .item h2 img{
	vertical-align: middle;
	margin-right: 15px;
	max-height: 37px;
	max-width: 150px;
	float:left;
}
.section .item a{
	color: #000;
	position: relative;
	display:block;
	text-align: center;
}
.section .item a:hover{
	text-decoration: none;
}
.section .item a > img{
	width: 100%;
	height: auto;
	margin: 40px auto 0;
	/*border:1px solid #EEE;*/
}
@media (min-width: 901px) {
	.section .item a > img{
		width: auto;
		max-width: 100%;
	}
}
/*.section .item .item__picture {
	width: 100%;
	height: auto;
	display: block;
	margin: 40px auto 0;
	border:1px solid #EEE;
}
.section .item .item__picture img{
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}*/
#map_contacts{
	width: 100%;
	height: 355px;
}
.contact.contacts p {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 15px;
}
.manager_list{
	overflow: hidden;
}
.manager_list .item{
	width: 355px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.manager_list .item .img{
	width: 166px;
	float: left;
}
.manager_list .item .info{
	width: 177px;
	float: left;
	margin-left: 12px;
}
.manager_list .item .info p{
	font-size: 14px;
	margin-bottom: 10px;
}
.manager_list .item .info p.name{
	font-size: 22px;
	margin-bottom: 10px;
}
.manager_list .item .info p.feild{
	font-size: 12px;
	margin-bottom: 0px;
}
.manager_list .item .info p.level{
	font-size: 13px;
	margin-bottom: 0px;
}
.manager_list .item .info p.level_name{
	font-size: 14px;
	margin-bottom: 10px;
}
.cart_page{
	
}
.cart_page table {
	width: 100%;
}
.cart_page table thead {
	background: #e8e8e8;
	font-size: 16px;
}
.cart_page table thead th {
	border-right: 1px solid #FFF;
	height: 55px;
	vertical-align: middle;
}
.cart_page table tbody {
	font: 13px 'Roboto Condensed';
}
.cart_page table tbody tr {
	vertical-align: middle;
}
.cart_page table tbody tr td {
	vertical-align: middle;
}
.cart_page table tbody tr td.center {
	text-align: center;
}
.cart_page table tbody tr td .material {
	display: inline-block;
	text-align: center;
	margin-right: 0px;
}
.cart_page table tbody tr td .material img {
	border: 2px solid #FFF;
}
.cart_page table tbody tr td input {
	width: 41px;
	padding: 4px 0px;
	text-align: center;
}
.cart_page a.delete_cart {
	display: inline-block;
	text-indent: -3000px;
	overflow: hidden;
	width: 15px;
	height: 15px;
	background: url('/images/ie/cart_checkbox.png') 0px -15px no-repeat;
}
.cart_page a.delete_cart.checked {
	background: url('/images/ie/cart_checkbox.png') 0px 0px no-repeat;
}
.cart_page input[type="checkbox"]{
	display:none;
}
.cart_page .itog{
	font: 14px/35px 'Roboto Condensed';
	text-align: right;
	margin-bottom: 30px;
}
.cart_page .itog .refresh{
	font: 12px 'Roboto';
	color: #fff;
	padding: 8px 12px;
	margin-right: 10px;
	text-decoration: none;
	background: #18d764;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodвЂ¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #18d764 0%, #11b251 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18d764), color-stop(100%,#11b251));
	background: -webkit-linear-gradient(top, #18d764 0%,#11b251 100%);
	background: -o-linear-gradient(top, #18d764 0%,#11b251 100%);
	background: -ms-linear-gradient(top, #18d764 0%,#11b251 100%);
	background: linear-gradient(to bottom, #8ebbb3 0%,#8ebbb3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18d764', endColorstr='#11b251',GradientType=0 );
}
.cart_page .itog strong{
	font-size: 26px;
}
.cart_page .submit a {
	color: #000;
	font-size: 14px;
	border: none;
	text-decoration: underline;
}
.cart_page .submit a {
	color: #000;
	font-size: 14px;
	border: none;
	text-decoration: underline;
	font: 14px 'Roboto', sans-serif;
	margin-right: 25px;
}
.cart_page .submit input[type='button'],
.cart_page .submit input[type='submit'] {
	width: 187px;
	border: 3px solid #8ebbb3;
	background: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #8ebbb3;
	cursor: pointer;
	padding: 5px 0px;
	cursor: pointer;
}
.cart_page textarea{
	width: 424px;
	height: 90px;
	padding: 7px 10px;
	outline-color: #8ebbb3;
	resize: none;
}
.cart_page label.komm{
	position: relative;
	display: block;
}
.cart_page label.komm > span {
	position: absolute;
	font-size: 14px;
	z-index: 1;
	color: #8e8e8e;
	top: 6px;
	left: 10px;
}
.content h1.cart_page {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-family: "Risrtetto PRO";
}
.content .wrap_inner .left.short.project {
	float: left;
	width: 45%;
}
.content .wrap_inner .right.project {
	float: right;
	width: 50%;
}
.content .wrap_inner .left.short.project h2 {
	font: 18px 'Roboto';
	text-transform: none;
/*	margin-left: 20px; */
}
.project p.company_name{
	font: 20px 'Roboto';
	margin-bottom: 40px;
}
.project p.link{
	font: 20px 'Roboto';
	margin-bottom: 20px;
}
.project p.link a{
	color: #000;
}
.project p.company_name img{
	vertical-align: middle;
	margin-right: 25px;
	max-width:40%;
}
.project .contact {
	margin-bottom: 40px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 255px;
	margin-left: -255px;
	position: relative;
}
/* subscr form
-----------------------------------------------------------------------------*/
.clr{
	clear: both;
}
.subscr{
	height: 27px;
	border: 1px solid #93dab0;
	border: 1px solid rgba(31, 178, 90, 0.53);
	width: 253px;
	overflow: hidden;
	/*margin-top: 25px;*/
}
.subscr input {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
	outline: none;
}
.subscr .inp_s_txt {
	float: left;
	width: 200px;
	color: #8e8e8e;
	font-size: 12px;
	padding: 6px 10px;
}
.subscr .inp_s_btn {
	float: right;
	width: 18px;
	height: 19px;
	text-indent: -3000px;
	cursor: pointer;
	background: url('/images/icons.png') -180px 0px no-repeat;
	margin: 5px 7px 0px 0px;
}
/* Footer
-----------------------------------------------------------------------------*/
.f-wr {
	background: #f5f5f5; 
	border-top: 1px solid #e7e7e7;
}
.footer {
	/*margin: -68px auto 0;*/
	margin: auto;
	min-width: 976px;
	max-width: 1440px;
	height: 78px;
	position: relative;
	color: #898989;
	font: 13px/18px 'Roboto', sans-serif;
	padding: 0px 15px;
	background: #f5f5f5;

}
.social{
	float: left;
	margin-left: 8px;
	margin-top: 29px;
}
.social span{
	display: block;
	height: 27px;
	float: left;
	padding-top: 6px;
}
.social .vk, .social .fb{
	display: block;
	float: left;
	width: 27px;
	height: 27px;
	background: url('/images/icons.png') -60px 0px no-repeat;
	text-indent: -1000px;
	overflow: hidden;	
	margin-left: 30px;
}
.social .vk:hover, .social .fb:hover{
	opacity: 0.8;
}
.social .fb{
	background: url('/images/icons.png') -100px 0px no-repeat;
	margin-left: 130px;	
}
.copyright{
	float: right;
	margin-right: 8px;
	margin-top: 29px;
	text-align: right;
}
.copyright a{
	color: #898989;
	text-decoration: none;
}
.copyright a:hover{
	text-decoration: underline;
}
/* form styles
-----------------------------------------------------------------------------*/
form.form > label {
	position: relative;
	display: block;
}
form.form > label > span {
	position: absolute;
	font-size: 11px;
	z-index: 1;
	color: #8e8e8e;
	top: 6px;
	left: 10px;
}
form.form label input, form.form label textarea, form.form label select {
	color: #8e8e8e;
	border: 1px solid #c5c5c5;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	padding: 7px 10px;
	display: block;
}
form.form input[type="submit"], form.form input.sbmt{
	background: #FFF;
	border: 2px solid #8ebbb3;
	color: #8ebbb3;
	font-size: 12px;
	padding: 4px 17px;
	float: left;
	margin: 0;
	cursor: pointer;
	text-indent: 0px;
}
form.form_in_text label input, form.form_in_text label textarea, form.form_in_text label select {
	outline-color: #8ebbb3;
}
form.form_in_text label textarea{
	width: 95%;
	min-height: 72px;
	resize: none;
}
.left_kol{
	width: 47%;
	float: left;
}
.right_kol{
	width: 47%;
	float: right;
}
.popup_form {
	position: absolute;
	top: 100px;
	left: 100px;
	padding-top: 16px;
	z-index: 101;
	display: none;
	background: #FFFFFF;
	/*overflow: hidden;*/
}
.popup_form .close_popup {
	background: #757575 url('/images/icons.png') -438px -112px no-repeat;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 53px;
	height: 53px;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('/images/overlay_popup.png');
	display: none;
	z-index: 100;
}
.overlay.gray {
	background: url('/images/overlay_popup_gray.png');
}
#ui-datepicker-div{
	background: #eee;
	padding: 20px;
	display: none;
}
.ui-datepicker-calendar td a{
	padding: 1px 6px;
	display: inline-block;
}
.ui-datepicker-prev{
	position: absolute;
}
.ui-datepicker-next{
	position: absolute;
}
.ui-datepicker-title{
	
}
.ui-datepicker .ui-corner-all, .ui-datepicker .ui-corner-bottom, .ui-datepicker  .ui-corner-right, .ui-datepicker .ui-corner-br {
	border: none;
	border-radius: 0px;
}
.ui-datepicker .ui-widget-content {
	background: #e9e9e9 url('/images/datepicker_bg.png') 0px -39px repeat-x;
	color: #030303;
	padding: 20px;
}
.ui-datepicker table {
	margin: 0;
	font-size: 12px;
}
.ui-datepicker .ui-widget-header {
	background: none;
	color: #5f5f5f;
	font-weight: normal;
	position: relative;
	text-align: center;
	height: 33px;
}
.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
	border: none;
	background: none;
	font-weight: normal;
	color: #030303;
	text-align: center;
	font-size: 14px;
}
.ui-datepicker .ui-state-default:hover, .ui-datepicker .ui-widget-content .ui-state-default:hover, .ui-datepicker .ui-widget-header .ui-state-default:hover {
	background: #8ebbb3;
	color: #FFFFFF;
}
.ui-datepicker th {
	font-weight: normal;
}
.ui-datepicker .ui-datepicker-calendar tbody{
	background: none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	width: 20px;
	height: 20px;
	top: 0px;
	cursor: pointer;
	text-indent: -3000px;
	overflow: hidden;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev-hover {
	left: 7px;
	background: url('/images/icons.png') -340px 0px no-repeat;
}
.ui-datepicker .ui-datepicker-prev-hover {
	background: url('/images/icons.png') -340px -29px no-repeat;
}
.ui-datepicker .ui-datepicker-next{
	right: 7px;
	background: url('/images/icons.png') -350px 0px no-repeat;
}
.ui-datepicker .ui-datepicker-next-hover{
	background: url('/images/icons.png') -350px -29px no-repeat;
}
.ui-datepicker .ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-hover, .ui-datepicker .ui-widget-header .ui-state-hover, .ui-datepicker .ui-state-focus, .ui-datepicker .ui-widget-content .ui-state-focus, .ui-datepicker .ui-widget-header .ui-state-focus{
	border: none;
}
.test-main-page{
	position: fixed;
	width: 100%;
	height: 8000px;
	top: 0;
	left: 0;
	background: url(/images/test-main-inner-page.png) -126px 2px no-repeat;
	display: none;
	z-index: 1000;
	opacity: 0.4;
}
.buttons{
	width: 100px;
	border: 3px solid #8ebbb3;
	background: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #8ebbb3;
	cursor: pointer;
	padding: 5px 5px;
}

#slider_card_photos2{
	position: relative;
}
#slider_card_photos2 .slides_container{

}
#slider_card_photos2 .slides_container .slide{

}
#slider_card_photos2 .slides_container .slide img{
	width: 100%;
	height: auto;
}
#slider_card_photos2  .pagination{
	width: 100%;
}
#slider_card_photos2  .pagination li{
	float: left;
	width: 31.3333%;
	max-height: 100%;
	overflow: hidden;
	margin-top: 2%;
	margin-right: 1.65%;
}
@media (min-width: 768px) {
	#slider_card_photos2  .pagination li{
		width: 16.5%;
	}
}
#slider_card_photos2  .pagination li:nth-child(10n), #slider_card_photos  .pagination li.therd{
	margin-right: 0;

}
#slider_card_photos2  .pagination li a{
	width: 100%;
	height: 100%;


}
#slider_card_photos2  .pagination li a img{
	width: 100%;
	height: auto;
	/*max-width: 180px;*/
}
#slider_card_photos2 .prev{
	position: absolute;
	display: block;
	top: 50%;
	left: 2%;
	height: 40px;
	width: 40px;
	background: url('/images/icons.png') -380px 0px no-repeat;
	cursor: pointer;
	z-index: 15;
}
#slider_card_photos2 .next{
	position: absolute;
	display: block;
	top: 50%;
	right: 2%;
	height: 40px;
	width: 40px;
	background: url('/images/icons.png') -420px 0px no-repeat;
	cursor: pointer;
	z-index: 15;
}

#outline_pic {
	position: relative;
	left: 10%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-top: 2%;
	margin-bottom: 2%;


}


.outline_promo {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
}


.download_but {
	font-size: 16px;
	font-style: normal;
	text-decoration:none;
	font-variant: normal;
	padding: 7px 15px;
	outline: 1px solid #004;
	color: #004;
}	
.download_but:hover {
	color: #008;
	outline: 1px solid #008;
}

.slider_card_photos2 ul {
	display: flex;
	flex-direction: row; 
	align-items: center;
}

.slider_card_photos2 ul {
	display: flex;
}
@media (max-width: 768px) {
	.fancybox-skin {
		padding: 5px !important;
	}
}

.bx-breadcrumb .bx-breadcrumb-item span {
	text-transform: uppercase;
	font-size: 13px;
	color: #535353;
}
.bx-breadcrumb .bx-breadcrumb-item a span {
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
}
.bx-breadcrumb i {
	color: #242424;
	line-height: 13px;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 5px;
	font-weight: bold;
	margin-top: -2px;
}
.fa-angle-right:before {
	content: "\203A"!important;
}

.bx-soa-coupon { 
	display: none !important;
}

.cookie-notice {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.cookie-notice:not(.cookie-notice--visible) {
	display: none;
}
.cookie-notice__inner {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
@media (min-width: 480px) {
	.cookie-notice__inner {
		flex-direction: row;
		gap: 24px;
		align-items: flex-end;
	}
}
.cookie-notice__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
}
.cookie-notice__heading {
	font-size: 16px;
	line-height: 1.4;
}
@media (min-width: 480px) {
	.cookie-notice__heading {
		font-size: 18px;
	}
}
.cookie-notice__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}
.cookie-notice__text a:hover {
	text-decoration: none;
}
.cookie-notice__confirm-button {
	cursor: pointer;
	background-color: #8ebbb3;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding: 7px 14px;
	border: 1px solid #8ebbb3;
	width: 100%;
	margin-block-end: 8px;
}
@media (min-width: 480px) {
	.cookie-notice__confirm-button {
		width: auto;
		margin-block-end: 16px;
	}
}
.text-green, .cookie-notice__text a {
	color: #8ebbb3;
}

.border-green, .cookie-notice__text a {
	border-color: #8ebbb3;
}

.border-bottom-dashed, .cookie-notice__text a {
	border-bottom: 1px dashed;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.catalog-list.tovar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 24px;
	margin-block-end: 24px;
}

.catalog-list.tovar .catalog-item {
	flex: 0 1 100%;
	margin: 0;
}

@media (min-width: 560px) {
	.catalog-list.tovar .catalog-item {
		flex: 0 1 calc(50% - 24px);
	}
}

@media (min-width: 768px) {
	.catalog-list.tovar .catalog-item {
		flex: 0 1 calc(33% - 24px);
	}
}

.hidden-lg {
	display: none !important;
}

.category-list {
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
	gap: 8px;
	margin-block-end: 32px;

	@media (min-width: 992px) {
		flex-wrap: wrap;
	}
}

.category-list__link {
	display: flex;
	align-items: center;
	background-color: white;
	border: 1px solid #8ebbb3;
	cursor: pointer;
	font-size: 14px;
	color: #8ebbb3;
	text-align: center;
	text-wrap: nowrap;
	text-decoration: none;
	justify-content: center;
	line-height: 16px;
	min-height: 32px;
	padding: 0 16px;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;

	&._active,
	&:hover {
		color: white;
		background-color: #8ebbb3;
	}

	h2 {
		font-size: 14px;
		margin: 0;
	}
}

/* Глобальная промо-плашка */
.promo-banner {
	display: block;
	width: 100%;
	background: linear-gradient(to bottom, #8ebbb3 0%, #8ebbb3 100%);
	color: #ffffff;
	text-align: center;
	padding: 12px 15px;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	transition: all 0.2s ease;
	box-sizing: border-box;
	position: relative;
	z-index: 90;
}

.promo-banner:hover {
	filter: brightness(0.95);
	opacity: 1;
}

@media (max-width: 767px) {
	.promo-banner {
		font-size: 13px;
		padding: 10px;
	}
}


ul.form .btn.blue {
    background-color: #7fd6c6 !important;
    border-color: #7fd6c6 !important;
    color: #fff !important;
    border-width: 1px;
}