@import 'font-awesome.min.css';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
	font-size:1em;
	font-family:'Montserrat',sans-serif;
}
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, font, img, ins, 
kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset,label, legend,caption{
	border:0px;
	margin:0px;
	outline:0px;
	padding:0px;
}
html,body{
	margin:0px;
	padding:0px;
	width:100%;
}
html{
	overflow-y:scroll;
}
body{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
	color:#2c2c2c;
}
input{
}
a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
article{
	font-size:14px;
	line-height:21px;
	overflow-x:auto;
	overflow-y:hidden;
}
article a{
	text-decoration:none;
	border-bottom:1px solid #cccccc;
}
article a:hover{
	border-color:transparent;
}
article p{
	margin-bottom:20px;
}
article ul,article ol{
	margin-left:20px;
	margin-bottom:20px;
}
article ul li{
}
article img{
	max-width:100%;
	height:auto !important;
}
hr{
	height:1px;
	padding:0px;
	line-height:1px;
	color:#cccccc;
	background:#cccccc;
	border:0px;
}
.clear{	clear:both;}
.left{float:left;}
.right{	float:right;}
.after:after{
	content:'.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.mess_err{
	color:#e03c42;
	font-weight:bold;
}
.mess_ok{
	color:#4fad51;
	font-weight:bold;
}
.popup__page{
	padding:40px;
}
.wrap{
	padding:0 150px;
	box-sizing:border-box;
}
#body{
	background:#f6f6f6;
}
#top_main{
	position:relative;
}
#top{
	position:relative;
}
.top_line{
	
}
#index_slider .item{
	position:relative;
}
#index_slider .item .over{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:10%;
}
#index_slider .item .text{
	color:#ffffff;
	font-size:40px;
	line-height:40px;
	font-weight:800;
	margin-bottom:30px;
}
#index_slider .item .text .l2{
	font-size:130px;
	line-height:120px;
}
#index_slider .item .text .l3{
	font-size:36px;
	line-height:44px;
	font-weight:400;
}
#index_slider .item .more{
	margin-bottom:20px;
}
.inside_recall{
	text-align:center;
	margin-bottom:20px;
}
#index_slider .item .more a,.inside_recall a{
	display:inline-block;
	background:linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
	box-shadow:0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
	border-radius:5px;
	color:#ffffff;
	line-height:56px;
	padding:0 70px;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
}
#index_slider .owl-nav{
	margin:0;
	position:absolute;
	width:100%;
	top:50%;
	margin-top:-43px;
}
#index_slider .owl-prev,#index_slider .owl-next{
	position:absolute;
	margin:0;
	padding:0;
	width:44px;
	height:86px;
	line-height:86px;
	text-align:center;
	border-radius:0;
	font-size:30px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
}
#index_slider .owl-prev:hover,#index_slider .owl-next:hover{
	color:#aaaaaa;
}
#index_slider .owl-prev{
	left:0;
	background-image:url("../images/bg_arr_left.svg");
}
#index_slider .owl-next{
	right:0;
	background-image:url("../images/bg_arr_right.svg");
}
#index_slider .owl-dots{
	margin:0;
	position:absolute;
	top:50%;
	margin-top:-43px;
	right:90px;
}
#index_slider .owl-dot{
	display:block;
	padding:3px;
	border:2px solid transparent;
	border-radius:50%;
	box-sizing:border-box;
	margin-bottom:10px;
}
#index_slider .owl-dot span{
	border:2px solid rgba(255,255,255,.5);
	background:transparent;
	margin:0;
	width:20px;
	height:20px;
	box-sizing:border-box;
}
#index_slider .owl-dot.active{
	border-color:#ffffff;
}
#index_slider .owl-dot.active span{
	background:#ffffff;
	border-color:#ffffff;
}
.login{
	float:left;
	margin-left:7px;
}
.location{
	float:right;
	position:relative;
	margin-left:40px;
}
.location>a{
	display:inline-block;
	line-height:44px;
	color:#ffffff;
	padding-left:25px;
	text-decoration:none;
	background:url("../images/icon_address.svg") no-repeat center left;
}
.location>a:hover{
	color:#aaaaaa;
}
.location_confirm{
	border:1px solid #aaaaaa;
	padding:15px;
	text-align:center;
	background:#2c2c2c;
	width:240px;
	position:absolute;
	top:40px;
	right:0;
	z-index:100;
	opacity:.9;
	cursor:move;
}
.location_confirm .current{
	margin-bottom:10px;
	font-size:16px;
	line-height:18px;
}
.location_confirm a{
	display:inline-block;
	line-height:30px;
	padding:0 10px;
	text-decoration:none;
	color:#ffffff;
	text-decoration:none;
	font-weight:600;
}
.location_confirm a.old{
	font-weight:400;
	font-size:12px;
	line-height:15px;
}
.location_confirm .clear{
	margin-bottom:10px;
}
.location_confirm a.yes{
	background:#ffffff;
	color:#2c2c2c;
}
.location_confirm a.yes:hover{
	background:#aaaaaa;
}
.location_confirm a.change:hover{
	color:#aaaaaa;
}
.location_confirm i{
	font-style:normal;
	font-weight:700;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}
.anc p,.anc li{
	margin-bottom:10px;
	font-size:16px;
	line-height:16px;
}
.anc a{
	text-decoration:none;
	border-bottom:1px dotted #0186D1;
}
.anc a:hover{
	border-color:transparent;
}
.anc ul{
	margin-left:20px;
}
.ask{
	margin-right:7px;
	float:right;
	background:url('../images/ask.png') no-repeat center left;
	padding-left:18px;
}
.ask a{
	color:#313131;
}
.header{
	background:#2c2c2c;
	color:#ffffff;
	padding:20px 0;
}
.top_contacts{
	float:right;
	margin-left:40px;
}
.phone{
	margin-bottom:5px;
}
.phone a{
	color:#ffffff;
	display:inline-block;
	font-size:16px;
	line-height:44px;
	font-weight:800;
	padding-left:25px;
	background:url("../images/icon_phone.svg") no-repeat center left;
	text-decoration:none;
}
.phone a:hover{
	color:#aaaaaa;
}
.phone .whatsapp,.phone .viber{
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	padding-top:10px;
}
.phone .whatsapp a,.phone .viber a{
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	text-indent:-1000px;
	width:25px;
	height:25px;
	background-position:center center;
	background-repeat:no-repeat;
}
.phone .whatsapp a{
	background-image:url("../images/icon_whatsapp.png");
}
.phone .viber a{
	background-image:url("../images/telegram.png");
}
.phone a.oz{
	background:url('../images/ico_phone.png') no-repeat center left;
	text-decoration:none;
	line-height:12px;
	padding-left:15px;
}
.phone a.oz span{
	border-bottom:1px dashed #0186D1;
}
.phone a.oz:hover span{
	border-bottom:1px dashed transparent;
}
.addr_item_phone p{
	padding-top:0 !important;
	margin-top:0;
}
#logo{
	float:left;
	margin-right:30px;
}
#logo a{
	display:block;
}
#logo a img{
	max-width:100%;
}
.header nav{
	float:left;
}
.header nav .opener{
	display:none;
}
.header nav ul{
	list-style:none;
}
.header nav ul li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	font-size:12px;
	line-height:44px;
	margin-right:10px;
	text-transform:uppercase;
	font-weight:600;
}
.header nav ul li a,.header nav ul li span{
	color:#aaaaaa;
	text-decoration:none;
}
.header nav ul li.active>a,.header nav ul li a:hover{
	color:#ffffff;
}
.header nav ul li ul{
	display:none;
}
.header ul li ul{
	display:none;
	position:absolute;
	top:40px;
	left:-10px;
	background:#2c2c2c;
	width:200px;
	z-index:200;
}
.header ul li:hover > ul{
	display:block;
}
.header ul li ul li{
	display:block;
	margin:0px;
	line-height:16px;
	padding:7px 10px;
	border-bottom:1px solid #aaaaaa;
	text-transform:none;
}
.header ul li ul li:last-child{
}
.header ul li ul li a{
	text-decoration:none;
}
.header ul li ul li a:hover,.header ul li ul li.active a{
}
.header ul li ul li ul{
	top:0;
	left:200px;
	border-left:1px solid #aaaaaa;
}



.search{
	float:right;
	position:relative;
	padding-top:8px;
}
.search i{
	display:block;
	background:url("../images/icon_search.svg") no-repeat center center;
	width:24px;
	height:24px;
	cursor:pointer;
}
.search form{
	display:none;
	position:absolute;
	top:8px;
	right:0;
	z-index:100;
	white-space:nowrap;
}
.search input[type=text]{
	width:200px;
	border:0px;
	padding:0 10px;
	background:#f6f6f6;
	height:24px;
}
.search input[type=text]:focus{
	background:#ffffff;
}
.search input[type=submit]{
	background:url("../images/icon_search.svg") no-repeat center center;
	width:24px;
	height:24px;
	cursor:pointer;
	border:0;
	overflow:hidden;
	text-indent:-1000px;
}
.nb{
	background:url('../images/nb.png') no-repeat left top;
	height:310px;
	margin-top:70px;
}
.nb p{
	font-size:19px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:42px;
	color:#ffffff;
}
.nb_line1{
	padding-top:65px;
	padding-left:465px;
}
.nb_line2{
	padding-left:440px;
}
.nb_line3{
	padding-left:425px;
}
.page_iframe{
	width:700px;
	margin:15px auto;
}
.page_iframe .chip_inner,
.page_iframe .fb_form{
	display:none !important;
}
.mb h1{
	font-size:37px;
	line-height:37px;
	margin-bottom:5px;
}
.mb h2{
	color:#515151;
	font-size:25px;
	line-height:27px;
	font-weight:300;
}
.mb_items{
	width:100%;
	display:table;
	table-layout:fixed;
	margin-top:10px;
	border-bottom:1px solid #cccccc;
}
.mb_item{
	display:table-cell;
	text-align:center;
	padding:10px 20px;
	text-transform:uppercase;
	font-weight:bold;
}
.mb_item:hover a,.mb_item_active a{
	color:#f6881f;
}
.mb_item_pic{
	background:url('../images/mb_bg.png') no-repeat;
	width:106px;
	height:106px;
	margin:0 auto;
	margin-bottom:10px;
}
.mb_item:hover .mb_item_pic, .mb_item_active .mb_item_pic{
	background:url('../images/mb_bg_hov.png') no-repeat;
}
.mb_item_pic a{
	display:block;
	width:106px;
	height:106px;
}
.mb_item_1 .mb_item_pic a{
	background:url('../images/mb1.png') no-repeat center center;
}
.mb_item_2 .mb_item_pic a{
	background:url('../images/mb2.png') no-repeat center center;
}
.mb_item_3 .mb_item_pic a{
	background:url('../images/mb3.png') no-repeat center center;
}
.mb_item_4 .mb_item_pic a{
	background:url('../images/mb4.png') no-repeat center center;
}
.spec{
	background:url('../images/spec.png') #ffffff no-repeat top right;
}
.chip_inner{
	border:0;
	padding:0;
	margin:0;
}
.chip_inner .result_item_chip{
	display:none;
}
.spec .h1, .chip_inner .h1, .modif .h1, .graf .h1{
	font-size:32px;
	font-weight:bold;
	line-height:32px;
	margin-bottom:5px;
}
.chip_inner .h1, .modif .h1, .graf .h1{
	border-bottom:1px solid #cccccc;
	margin-bottom:15px;
	padding-bottom:15px;
}
.fb_form .h1{
	font-size:25px;
	line-height:25px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	padding-bottom:10px;
}
.fb_form .h2{
	font-size:19px;
	line-height:19px;
	margin-bottom:15px;
}
.spec .h2{
	font-size:32px;
	line-height:32px;
	margin-bottom:8px;
}
.spec .h2 span, .spec_desc span{
	font-weight:bold;
	color:#0186D1;
}
.graf .h3,.tags .h3{
	margin-top:14px;
	font-size:25px;
	line-height:25px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
}
.tags{
	font-size:14px;
	line-height:17px;
	margin-bottom:30px;
}
.tags a{
	color:#036CA7;
	border-bottom:1px solid #036CA7;
	display:inline-block;
	vertical-align:top;
	margin:0 10px 5px 0;
	text-decoration:none;
}
.tags a:hover{
	border-color:transparent;
}
.spec p{
	font-size:14px;
	line-height:14px;
}
.spec p span{
	color:#3b3b3b;
}
.right_spec{
	background:url('../images/rspec.png') no-repeat center bottom;
	padding:15px 20px 70px;
}
.spec_desc{
	font-size:19px;
	margin-bottom:15px;
}
.m{
	background:url('../images/m.png') no-repeat center top;
	height:260px;
	margin-bottom:10px;
}
.msep{
	/*
	background:url('../images/ms.png') no-repeat center top;
	*/
}
.mbv{
	width:100%;
	display:table;
	table-layout:fixed;
}
.mbv_item{
	display:table-cell;
	padding:20px 50px;
	text-align:center;
}
.mbv_item_photo{
	width:150px;
	height:150px;
	margin:10px auto;
}
.mbv_item p{
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
}
.mbv_item p a{
	color:#2a2a2a;
}
.result .h1{
	font-size:25px;
	font-weight:bold;
	line-height:25px;
	border-bottom:1px solid #cccccc;
	margin-bottom:5px;
	padding-bottom:10px;
}
.main_left{
	float:left;
	width:560px;
	margin-bottom:20px;
}
.right_block{
	padding:15px 20px;
	margin-bottom:10px;
}
.right_block .h3{
	font-size:25px;
	line-height:25px;
	font-weight:bold;
	margin-bottom:15px;
}
.right_block .h3 a{
	text-decoration:none;
	color:#383838;
}
.right_block_border{
	background:url('../images/rbb.png') #ffffff no-repeat top right;
	border-bottom:7px solid #3aa23b;
}
.page_right .right_block{
	background:url('../images/rbbi.png') #ffffff no-repeat top right;
}
.news_item{
	margin-bottom:15px;
}
.news_item_date{
	font-weight:300;
}
.news_item_name{
	margin:7px 0px;
}
.news_item_name_large{
	font-size:20px;
	line-height:22px;
	margin-bottom:20px;
}
.news_item_name_large a{
	text-decoration:none;
	border-bottom:1px dotted #47a648;
}
.news_item_name_large a:hover{
	border-color:transparent;
}
#content{
	position:relative;
}
#bottom{
	background:url('../images/bottom.png') #47a648 repeat-x top center;
	padding:15px 30px 20px 30px;
	width:1000px;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:-15px;
	border:1px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	color:#ffffff;
}
#bottom a{
	color:#ffffff;
}
.footer{
	margin-bottom:15px;
}
.footer .rules{
	border-top:1px solid #ffffff;
	padding:10px 0;
}
.footer .rules input,.footer .rules sup{
	display:none;
}
.bottom_menu{
}
.bottom_menu ul{
	width:100%;
	list-style:none;
	text-align:center;
}
.bottom_menu ul li{
	display:inline-block;
	padding:0 18px;
	position:relative;
}
.bottom_menu ul li ul{
	display:none;
	position:absolute;
	left:0px;
	background:#47a648;
	width:200px;
	z-index:200;
	border:1px solid #ffffff;
}
.bottom_menu ul li:hover ul{
	display:block;
}
.bottom_menu ul li ul li{
	display:block;
	margin:0px;
	text-align:left;
	line-height:16px;
	padding:7px 10px;
	border-bottom:1px solid #ffffff;
	border-radius:0px !important
}
.bottom_menu ul li ul li:last-child{
	border-bottom:0px;
}
.bottom_menu ul li ul li a{
	text-decoration:none;
}
.bottom_menu ul li ul li a:hover,#top-menu ul li ul li.active a{
	text-decoration:underline;
}
.bottom_logo{
	margin:25px 0px 10px;
	float:left;
}
.bottom_contacts{
	margin:25px 0px 10px;
	float:right;
}
.f_phone{
	float:left;
	margin-left:40px;
}
.f_phone p{
	font-size:25px;
	line-height:25px;
	font-weight:bold;
	margin:7px 0px;
}
.f_phone p a{
	text-decoration:none;
}
.f_phone p a:hover{
	text-decoration:underline;
}
.f_phone span{
	font-size:10px;
	font-weight:300;
	line-height:12px;
}
.f_phone span a{
	background:url('../images/bfs.png') no-repeat center right;
	padding-right:10px;
	text-decoration:underline;
}
.f_phone span a:hover{
	text-decoration:none;
}
.bcm{
	padding-bottom:15px;
	font-size:15px;
}
.bottom_copy{
	float:left;
}
.bottom_mail{
	float:right;
}
.bottom_mail a{
	text-decoration:none;
}
.bottom_mail a:hover{
	text-decoration:underline;
}
.pages{
	padding:20px 0px;
	text-align:right;
	position:relative;
}
.pages:after{
	content:'';
	display:block;
	width:100%;
	border-bottom:1px solid #C1C1C1;
	position:absolute;
	top:50%;
	left:0;
	z-index:1;
}
.pages ul{
	list-style:none;
	display:inline-block;
	background:#ffffff;
	padding-left:20px;
	z-index:2;
	position:relative;
}
.pages ul li{
	display:inline-block;
	vertical-align:top;
	margin:0 5px;
}
.pages ul li a,.pages ul li span,.pages ul li div{
	display:inline-block;
	line-height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
}
.pages ul li a,.pages ul li span{
	font-size:18px;
	border-radius:50%;
	text-decoration:none;
}
.pages ul li a:hover,.pages ul li span{
	background:#D91616;
	color:#ffffff;
}
.marks{
}
.marks_block{
	margin-bottom:20px;
}
.marks_group{
	display:inline-block;
	vertical-align:top;
	width:calc(16.6% - 5px);
}
.marks_item{
	font-size:14px;
	line-height:17px;
	font-weight:600;
	margin-bottom:10px;
}
.marks_item a{
	text-decoration:none;
}
.marks_item a:hover{
	color:#DB2824;
	text-decoration:underline;
}
.letter{
	width:30px;
	float:left;
	font-size:24px;
	line-height:30px;
	font-weight:700;
}
.marks_list{
	width:calc(100% - 30px);
	padding-left:20px;
	box-sizing:border-box;
	border-left:1px solid #cccccc;
	float:right;
}
.marks_item.hidden{
	display:none;
}
.marks_list .active a{
	color:#383838;
}
.mark_all{
	text-align:center;
	border-bottom:1px solid #cccccc;
	text-transform:uppercase;
	height:10px;
}
.mark_all span{
	color:#0186D1;
	display:inline-block;
	height:20px;
	line-height:20px;
	background:#ffffff;
	padding:0 10px;
	cursor:pointer;
	border-bottom:1px dotted #0186D1;
}
.mark_all span:hover{
	border-color:transparent;
}
.marks_more{
	display:none;
}
.result_item{
	width:450px;
	margin-top:15px;
}
.result_item_pic{
	float:left;
	width:102px;
	height:88px;
	background:url('../images/result.png') no-repeat center center;
	cursor:pointer;
}
.result_item_pic.stage_1{
	background-image:url('../images/stage1.png');
}
.result_item_pic.stage_2{
	background-image:url('../images/stage2.png');
}
.result_item_pic.stage_3{
	background-image:url('../images/stage3.png');
}
.result_item_text{
	width:calc(100% - 120px);
	float:right;
}
.result_item_name{
	color:#0186D1;
	font-size:15px;
	margin-bottom:10px;
}
.result_item_name .price_stage{
	float:right;
	font-weight:700;
	font-size:16px;
	position:relative;
	display:none;
	padding-right:20px;
}
.result_item_name .price_stage strong strike{
	color:#666666;
	display:block;
	margin-bottom:5px;
}
.result_item_name .price_stage sup{
	vertical-align:top;
	width:15px;
	height:15px;
	border-radius:50%;
	line-height:15px;
	text-align:center;
	display:inline-block;
	position:absolute;
	right:0;
	top:-5px;
	font-size:10px;
	color:#ffffff;
	background:#de3d46;
}
.result_item_name .price_stage sup+em{
	display:none;
	position:absolute;
	top:-20px;
	white-space:nowrap;
	left:10px;
	background:#fafafa;
	color:#000000;
	font-size:10px;
	font-weight:700;
	padding:0 7px;
	line-height:15px;
	border-radius:3px;
}
.result_item_name .price_stage sup:hover+em{
	display:block;
}
.result_item_text table{
	width:100%;
}
.result_item_text table td{
	text-transform:uppercase;
	font-size:14px;
	line-height:17px;
	padding-bottom:7px;
	vertical-align:middle;
	width:25%;
}
.result_item_text table td a.button{
	background:#2c2c2c;
	border-bottom:3px solid #000000;
	color:#ffffff;
	display:inline-block;
	border-radius:3px;
	font-size:14px;
	font-weight:700;
	line-height:50px;
	padding:0 35px;
	width:100%;
	text-align:center;
	text-decoration:none;
	box-sizing:border-box;
}
.ls,.hm{
	background-repeat:no-repeat;
	background-position:center left;
	font-weight:bold;
	padding-left:20px;
	position:relative;
}
.ls sup,.hm sup{
	display:none;
	position:absolute;
	top:-27px;
	left:0;
	height:26px;
	text-align:center;
	line-height:20px;
	font-size:12px;
	vertical-align:middle;
	text-transform:none;

}
.ls:hover sup,.hm:hover sup{
	display:block;
}
.ls{
	background-image:url('../images/ls.png');
}
.hm{
	background-image:url('../images/hm.png');
}
.ls sup{
	background-image:url('../images/sup_ls.png');
	width:83px;
}
.hm sup{
	background-image:url('../images/sup_hm.png');
	width:130px;
	color:#ffffff;
}

.pccalc{
	font-weight:700;
	text-transform:lowercase;
	font-size:12px;
	line-height:22px;
	padding:0 10px;
	background:#0186D1;
	color:#ffffff;
	display:inline-block;
	border-radius:3px;
}
.result_item_text table td.pctd{
	text-align:center;
	vertical-align:bottom;
}
.pc{
	font-size:36px;
	line-height:36px;
	font-weight:bold;
}
.pp{
	width:336px;
	height:32px;
	position:relative;
	background:url('../images/pp.png') no-repeat;
	margin-top:7px;
	margin-right:15px;
}
.ticket_form input[type=text]{
	width:336px;
	height:32px;
	position:relative;
	background:url('../images/pp.png') no-repeat;
	margin-top:7px;
	margin-right:15px;
	box-sizing:border-box;
	border:0px;
	padding:0 10px;
}
.ticket_form input[type=text]:focus{
	outline:none;
}
.pp input[type=text]{
	color:#0186D1;
	margin-left:5px;
	width:300px;
	margin-top:7px;
	border:0px;
}
.page_right .pp{
	background:url('../images/pp_right.png') no-repeat;
	width:235px;
}
.page_right .ticket_form input[type=text]{
	background:url('../images/pp_right.png') no-repeat;
	width:235px;
}
.page_right .pp input[type=text]{
	width:200px;
}
.pp input[type=submit]{
	width:13px;
	height:15px;
	position:absolute;
	cursor:pointer;
	right:3px;
	top:7px;
	border:0px;
	overflow:hidden;
	text-indent:-100px;
	background:url('../images/ico_search.png') no-repeat;
}
.gb_item{
	margin-bottom:15px;
}
.gb_item_name{
	color:#0186D1;
	font-size:15px;
	margin-bottom:7px;
}
.gb_item_car{
	font-size:15px;
	margin-bottom:5px;
}
.gb_item_mess{
}
.gb_item_more{
	width:11px;
	height:12px;
	display:inline-block;
	background:url('../images/gbm.png') no-repeat;
}
.form{
	width:400px;
}
.form label{
	display:block;
	margin-bottom:15px;
}
.form label strong{
	font-size:16px;
	line-height:20px;
	display:block;
}
.form label strong + input[type=text],.form label strong + select{
	margin-top:10px;
}
.form label strong small{
	font-weight:400;
	font-size:12px;
}
.form label label{
	line-height:35px;
	font-size:14px;
	margin:0;
}
.form label label:nth-child(4){
	display:inline-block;
	vertical-align:top;
	margin-right:15px;
}
.form label label + input[type=text],.form label label + select{
	width:200px;
}
.form input[type=text], .form textarea, .form select{
	width:100%;
	border:1px solid #cccccc;
	box-sizing:border-box;
}
.form input[type=text],.form select{
	height:35px;
	padding:0 15px;
}
.form textarea{
	height:100px;
	padding:15px;
	resize:vertical;
}
.form input[type=submit]{
	background:#0186D1;
	color:#ffffff;
	height:35px;
	text-transform:uppercase;
	border:0px;
	cursor:pointer;
	padding:0 20px;
}
.info_content{
	font-size:13px;
	line-height:17px;
}
.info_content span{
	color:#0186D1;
}
#map_canvas,#map_canvas_inside{
	width:100%;
	height:490px;
}
#contacts_map #map_canvas,#contacts_map #map_canvas_inside{
	width:100%;
	height:660px;
}
#contacts_map{
	position:relative;
	margin-bottom:40px;
}
#contacts_map .onmap{
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-225px;
	width:450px;
	background:#ffffff;
	border-radius:5px;
	box-sizing:border-box;
	padding:20px;
	z-index:10;
	text-align:center;
}
#contacts_map .onmap .name{
	font-size:18px;
	line-height:20px;
	margin-bottom:15px;
	font-weight:700;
}
#contacts_map .onmap .all a{
	color:#0186D1;
	text-decoration:none;
	border-bottom:1px solid #0186D1;
}
#contacts_map .onmap .all a:hover{
	border-color:transparent;
}
#contacts_map .onmap .change a{
	display:inline-block;
	border:2px solid #282828;
	border-radius:5px;
	line-height:35px;
	margin-bottom:15px;
	padding:0 20px;
	font-size:14px;
	text-decoration:none;
}
#contacts_map .onmap .change a i{
	margin-left:10px;
}
#contacts_map .onmap .change a:hover{
	color:#0186D1;
	border-color:#0186D1;
}

.contacts_ann{
	font-size:22px;
	line-height:27px;
	margin-bottom:20px;
	font-weight:500;
}
.contacts_ann strong{
	font-weight:800;
}
.bc{
	color:#7A7A7A;
	margin-bottom:15px;
}
.bc a{
	color:#7A7A7A;
	text-decoration:none;
}
.bc a:hover{
	opacity:.9;
}
.page_left{
	width:710px;
	float:left;
}
.page_right{
	width:277px;
	float:right;
}
.popup_page{
	padding:40px;
}
.popup_page h1{
	font-size:22px;
	line-height:30px;
	margin-bottom:15px;
}
.page_left h2,.page_contacts h2{
	font-size:25px;
	line-height:25px;
}
.page_left h3,.page_contacts h3 {
	font-size:20px;
	line-height:20px;
}
.page_right .right_spec_cnt{
	padding:0px;
}
.page_right .gb_item_car{
	font-weight:bold;
}
.car_sel_table{
	width:100%;
	table-layout:fixed;
}
.car_sel_table label{
	text-transform:uppercase;
	display:block;
	margin-bottom:8px;
	padding-left:5px;
}
.car_sel_table label sup{
	color:#ff0000;
}
.car_sel_table select{
	width:282px;
	padding-left:10px;
	height:38px;
	border:1px solid #c3c6c9;
	box-shadow:0 0 5px 0px rgba(195,198,201,0.7);
	margin-bottom:18px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:5px;
}
.chip_inner{
	margin-top:15px;
}
.chip_inner .result_item_name{
	font-size:19px;
	text-decoration:none;
}
.result_item_pc{
	background:#46a547;
	border:1px;
	border-radius:5px;
	color:#ffffff;
	padding:13px 15px;
	text-transform:uppercase;
	text-align:center;
	font-size:14px;
}
.result_item_pc .pc{
	font-size:50px;
	line-height:52px;
}
.result_item_chip{
	border-top:1px solid #cccccc;
	padding-top:20px;
	margin-bottom:15px;
}
.chip_price{
	float:left;
	font-size:32px;
	line-height:36px;
}
.chip_price .price_old{
	color:#ff0000;
	text-decoration:line-through;
}
.chip_price .valut{
	font-size:14px;
}
.chip_order,.chip_more{
	float:right;
	height:36px;
	line-height:36px;
	text-align:center;
}
.chip_order{
	background:url('../images/chip_order.png') no-repeat;
	width:203px;
	margin-left:12px;
}
.chip_more{
	background:url('../images/chip_more.png') no-repeat;
	width:189px;
}
.chip_order a,.chip_more a{
	color:#ffffff;
	display:block;
	width:100%;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
.fb_form{
	margin-top:15px;
}
.fb_form label span,.fb_form td br{
	text-transform:uppercase;
	padding-bottom:7px;
	display:block;
}
.fb_form label sup{
	color:#ff0000;
}
.fb_form input[type=text],.fb_form select{
	background:url('../images/input.png') no-repeat;
	width:195px;
	height:38px;
	padding:0 10px;
	margin-right:10px;
	border:0px;
	margin-bottom:10px;
}
.fb_form input[type=submit],.ticket_form input[type=submit]{
	background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
	width:185px;
	height:37px;
	border:0px;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15px;
	margin-bottom:10px;
}
.fb_form input[type=submit]:hover,.ticket_form input[type=submit]:hover{
	background: linear-gradient(90deg, #F45C43 0%, #EB3349 100%);
}
.ticket_form input[type=submit]{
	margin:10px auto;
	display:block;
}
.chip_inner_inner{
	border-bottom:1px solid #cccccc;
	padding-bottom:15px;
	margin-bottom:15px;
}
.sn{
	font-size:11px;
	margin:20px 0px;
}
.sn sup{
	color:#ff0000;
}
.modif,.graf{
	margin-top:15px;
}
.modif p{
	margin:5px 0px;
}
.modif table{
	width:100%;
}
.modif table th,.modif table td{
	padding:0 15px;
}
.modif table th{
	text-align:left;
	background:#46a547;
	line-height:27px;
	color:#ffffff;
}
.modif table td{
	line-height:27px;
	background:#f2f2f2;
}
.graf_photos{
}
.graf_photo{
	float:left;
	margin-right:14px;
}
.graf_photos .graf_photo:nth-child(3n){
	margin-right:0px;
}
.graf .gd1{
	text-decoration:underline;
	margin-top:20px;
	font-size:15px;
}
.dgt{
	width:100%;
	margin-top:20px;
}
.dgt td{
	padding:10px 0px 10px 40px;
	background-repeat:no-repeat;
	background-position:left center;
}
.dgt .dgt1{
	background-image:url('../images/dgt1.png');
}
.dgt .dgt2{
	background-image:url('../images/dgt1.png');
}
.dgt .dgt3{
	background-image:url('../images/dgt1.png');
}
.dgt .dgt4{
	background-image:url('../images/dgt1.png');
}
.text_more p{
	margin-top:20px;
	font-size:18px;
}
.text_more .addr_item_phone{
	float:left;
	margin-right:70px;
	font-weight:bold;
}
.modif{
	margin-bottom:20px;
}
.modif .price{
	font-weight:bold;
}
.modif .price_old{
	color:#ce0000;
	text-decoration:line-through;
}
.modif_sazh{
	margin-bottom:20px;
}
.car_sel_block{
	padding-top:20px;
}
.marks_inner{
	border-bottom:1px solid #cccccc;
}
.question_item{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #3aa23b;
}
.question_title{
	color:#3aa23b;
	font-size:17px;
	line-height:20px;
	margin-bottom:5px;
}
.question_question{
	font-size:25px;
	line-height:25px;
	font-weight:bold;
	color:#383838;
	margin-bottom:10px;
}
.article_item{
	margin-bottom:20px;
}
.article_item_hide{
	display:none;
}
.article_item_hide.article_item_blur{
	display:block;
	overflow:hidden;
	height:100px;
	position:relative;
}
.article_item_hide.article_item_blur .mask{
	background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
	height:100px;
	width:100%;
	z-index:20;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
.show_more,.show_all{
	text-align:center;
	color:#3aa23b;
	height:10px;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
}
.show_more i{
	margin-left:5px;
}
.show_more span,.show_all a{
	cursor:pointer;
	display:inline-block;
	line-height:20px;
	background:#ffffff;
	padding:0 10px;
	border-bottom:1px dotted #3aa23b;
	text-decoration:none;
}
.show_more span:hover,.show_all a:hover{
	border-color:transparent;
}
.article_item_photo{
	float:left;
	width:200px;
}
.article_item_text{
	float:right;
	width:440px;
}
.article_photos{
	padding-top:15px;
}
.article_photos a{
	text-decoration:none;
}
.article_photos a img{
	margin-right:15px;
	margin-bottom:15px;
}
.article_item .date{
	font-size:11px;
}
.article_item h3{
	margin:5px 0px;
}
.article_item h3 a{
	text-decoration:none;
}
.article_item h3 a:hover,.article_item_hide.article_item_blur:hover h3 a{
	border-bottom:1px dotted #0186D1;
}
.mark_all_more{
	display:none;
}
.mark_filter{
	margin-bottom:20px;
}
.mark_filter label{
	font-size:14px;
	line-height:30px;
}
.mark_filter select{
	border:1px solid rgba(0,0,0,.3);
	padding:0 10px;
	height:30px;
	font-size:14px;
	margin-left:15px;
	border-radius:3px;
}
.si{
	margin-bottom:30px;
}
.price_link{
	margin-bottom:20px;
}
.price_link a{
	color: #005297;
	border-bottom:1px solid #005297;
	text-decoration:none;
}
.price_link a:hover{
	border-color:transparent;
}
/*calc*/
.selects{
}
.selects .select{
	margin-bottom:20px;
}
.selects .label{
}
.selects p.t{
	font-size:18px;
	line-height:21px;
	margin-bottom:15px;
}
.selects .select label{
	margin-bottom:7px;
	font-weight:bold;
}
.selects .select label,.order_catalog p{
	font-size:14px;
	position:relative;
}
.order_catalog p label,.selects .select label{
	line-height:25px;
	display:inline-block;
	padding-right:25px;
	position:relative;
}
.order_catalog p{
	font-weight:bold;
	margin-bottom:7px;
}
.selects .select select,.selects .select input{
	border:1px solid #DBDBDB;
	font-size:14px;
	padding:5px;
	margin:7px 0;
	width:250px;
	height:30px;
	border-radius:3px;
	box-sizing:border-box;
}
.selects .select select:focus,.selects .select input:focus{
	border-color:#0186D1;
}
.selects .select input{
	display:none;
}
.selects .select.select_carmodification{
	display:none;
}
.error_block{
	color:#e03c42;
	font-weight:bold;
	font-size:12px;
	padding:15px 0;
}
.price_result{
	display:none;
	margin-bottom:20px;
}
.price_result em{
	font-style:normal;
}
.add_price{
	padding:10px 0;
}
.add_price span{
	color:#e03c42;
	font-weight:bold;
	font-size:16px;
}
a.button_green,button.button_green{
	color:#ffffff;
	display:inline-block;
	line-height:25px;
	padding:0 15px;
	border-radius:3px;
	background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
	text-decoration:none;
	cursor:pointer;
	border:0px;
}
a.button_green:hover,button.button_green:hover{
	background: linear-gradient(90deg, #F45C43 0%, #EB3349 100%);
}
.price_result a.button_green{
	line-height:30px;
	padding:0 20px;
	font-size:15px;
	margin-top:20px;
}
.calc_form{
	display:none;
	margin-top:30px;
}
.fancybox-inner #calc_page{
	padding:40px;
}
.fancybox-inner #calc_page form > div{
	display:none !important;
}
.fancybox-inner #calc_page form #calc_form{
	display:block !important;
	margin:0;
}
#body #calc_page{
	display:block !important;
}
#calc_page .logo{
	margin-bottom:15px;
}
#calc_page .logo img{
	max-width:100%;
}
.options{
}
.options label{
	display:block;
	width:450px;
	line-height:25px;
	position:relative;
}
.options p label{
	width:auto;
}
.options .st{
}
.options .st.sthide{
	height:80px;
	overflow:hidden;
	position:relative;
}
.options .sthide div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:80px;
	z-index:10;
	background:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,1));
}
span.tip,span.darr{
	display:block;
	position:absolute;
	top:0;
	right:0;
}
span.darr{
	right:-130px;
	font-weight:bold;
	color:#005297;
	cursor:pointer;
}
span.darr span{
	margin-left:5px;
}
span.darr_bottom{
	position:relative;
	right:auto;
	margin-top:10px;
}
span.tip span.q,span.darr span{
	display:inline-block;
	color:#005297;
	border:1px solid #005297;
	background:#eef1f4;
	border-radius:50%;
	width:17px;
	height:17px;
	line-height:17px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
span.tip span.description{
	padding:5px;
	font-size:12px;
	line-height:14px;
	font-style:italic;
	font-weight:normal;
	border:1px solid #005297;
	position:absolute;
	top:10px;
	left:18px;
	display:none;
	background:#ffffff;
	z-index:20;
}
span.tip:hover span.description{
	display:block;
}
.fb_form p.rules label{
	text-transform:none;
}
.planned{
	position:fixed;
	left:0;
	top:0;
	width:105%;
	height:105%;
	background:rgba(231,231,231,.8);
	overflow-y:scroll;
	z-index:700;
}
.planned .banner{
	z-index:8;
	position:fixed;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	width:800px;
	top:0;
	right:0;
	bottom:0;
	left:-20px;
	margin:auto;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	-webkit-transform-origin:412px 0;
	transform-origin:412px 0;
	-webkit-animation:sign-swing 3s infinite ease-in-out;
	animation:sign-swing 3s infinite ease-in-out;
}
.planned .banner .lines{
	position:relative;
	-webkit-box-flex:1;
	-webkit-flex:1 1 auto;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
}
.planned .banner .lines svg{
	position:absolute;
	top:0;
	left:3.6%;
	width:92.8%;
	height:100%;
	stroke:grey;
}
.planned .info{
	-webkit-box-flex:0;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	padding:30px 30px 40px;
	font-size:14px;
	border-radius:12px;
	box-shadow:2px 4px 40px rgba(0,0,0,.5);
	position:relative;
	background-color:#e8e8e8;
	text-align:center;
}
.planned .info i{
	position:absolute;
	right:15px;
	top:15px;
	font-size:30px;
	cursor:pointer;
}
.planned .info i:hover{
	color:#0186D1;
}
.planned .info .h3{
	font-size:30px;
	line-height:30px;
	margin-bottom:20px;
	font-weight:700;
}
.planned .info .button a{
	color:#ffffff;
	display:inline-block;
	padding:0 30px;
	line-height:40px;
	border-radius:20px;
	text-decoration:none;
	background:#0186D1;
}
.planned .info .button a:hover{
	background:#f6881f;
}
@keyframes sign-swing{
	0%{
		-webkit-transform:rotate(-3.5deg);
		transform:rotate(-3.5deg);
	}
	50%{
		-webkit-transform:rotate(-2.5deg);
		transform:rotate(-2.5deg);
	}
	100%{
		-webkit-transform:rotate(-3.5deg);
		transform:rotate(-3.5deg);
	}
}
#price_old{
	display:none;
	color:#666;
	padding-right:10px;
}
#price_old span{
	color:#666;
}
.video_block iframe{
	max-width:100%;
	max-height:140px;
}
.video-items{
	position:relative;
}
.video-items .item .name{
	background:#ffffff;
	font-weight:700;
	font-size:14px;
	margin-bottom:10px;
	padding:0 30px;
}
.video-items .item .content p,.video-items .item .content div{
	font-size:0px;
	line-height:0px;
}
.video-items .item .content p iframe,.video-items .item .content div iframe{
	display:block;
}
.video-items .owl-nav{
	position:absolute;
	top:5px;
	z-index:100;
	width:100%;
}
.video-items .owl-prev,.video-items .owl-next{
	position:absolute;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	cursor:pointer;
	background:rgba(0,0,0,.5);
	color:#ffffff;
	font-size:16px;
}
.video-items .owl-prev{
	left:0;
}
.video-items .owl-next{
	right:0;
}
#map_canvas p,#map_canvas_inside p{
	margin-bottom:0;
}
.cookie_policy{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	padding:10px 100px;
	background:rgba(0,0,0,.8);
	color:#ffffff;
	line-height:30px;
	z-index:100;
}
.cookie_policy a{
	display:inline-block;
	padding:0 15px;
	margin-left:15px;
	background:#ffffff;
	color:#000000;
	border:2px solid #ffffff;
	box-sizing:border-box;
	text-decoration:none;
}
.cookie_policy a i{
	margin-right:5px;
}
.cookie_policy a:hover{
	background:#000000;
	color:#ffffff;
}
.block_news{
	display:flex;
	background:#3C3C3C;
}


.block_services{
	display:flex;
	background:#4B515F;
}
.block_services .services,.block_news .news{
	padding:40px 60px 40px 150px;
	width:60%;
	box-sizing:border-box;
	color:#ffffff;
}
.block_services .services .title,.block_news .news .title{
	font-size:36px;
	line-height:40px;
	font-weight:700;
	margin-bottom:30px;
}
.block_news .news .title a{
	font-size:12px;
	font-weight:500;
	color:#DB2824;
	text-decoration:none;
	border-bottom:1px solid #DB2824;
}
.block_news .news .title a:hover{
	border-color:transparent;
}
.block_services .services .items{
}
.block_news .news .items{
}
.block_news .news .items .item{
	display:inline-block;
	vertical-align:top;
	width:calc(33% - 20px);
	margin:0 15px 20px 0;
	font-weight:500;
}
.block_news .news .items .item .date{
	color:#878787;
	margin-bottom:5px;
}
.block_news .news .items .item .name{
	font-size:14px;
	line-height:20px;
	font-weight:700;
	margin-bottom:5px;
}
.block_news .news .items .item .name a{
	color:#ffffff;
	text-decoration:none;
}
.block_news .news .items .item .name a:hover{
	color:#878787;
}
.block_news .news .items .item .announce{
	margin-bottom:10px;
}
.block_news .news .items .item .more a{
	display:inline-block;
	padding-right:20px;
	line-height:20px;
	color:#878787;
	background:url("../images/icon_more_news.svg") no-repeat center right;
	text-decoration:none;
}
.block_news .news .items .item .more a:hover{
	color:#ffffff;
}
.block_services .services .item{
	display:inline-block;
	vertical-align:top;
	width:calc(33% - 20px);
	margin:0 15px 20px 0;
	background:#3B3B3B;
	box-sizing:border-box;
}
.block_services .services .item a{
	display:block;
	text-align:center;
	color:#ffffff;
	padding:20px;
	text-decoration:none;
	position:relative;
}
.block_services .services .item a:after{
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	bottom:10px;
	right:10px;
	background:url("../images/arrow_right.svg") no-repeat center center;
}
.block_services .services .item a:hover{
	color:#a9a9a9;
}
.block_services .services .item a span{
	display:block;
}
.block_services .services .item a span.photo{
	height:100px;
	margin-bottom:10px;
}
.block_services .services .item a span.name{
	font-size:20px;
	line-height:27px;
	font-weight:700;
}
.block_services .services .item a span.announce{
	font-size:14px;
	line-height:20px;
}
.block_services .services .item.check .inner{
	padding:20px;
	text-align:center;
}
.block_services .services .item.check .h3{
	font-size:18px;
	line-height:22px;
	margin-bottom:20px;
	font-weight:700;
}
.block_services .services .item.check input[type=text]{
	width:100%;
	display:block;
	padding:0 10px;
	box-sizing:border-box;
	box-shadow:inset 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius:3px;
	border:0;
	height:32px;
	text-align:center;
	margin-bottom:10px;
}
.block_services .services .item.check .desc{
	font-size:12px;
	line-height:14px;
	color:#828181;
	margin-bottom:10px;
}
.block_services .services .item.check input[type=submit]{
	display:block;
	width:100%;
	height:34px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	line-height:15px;
	font-weight:700;
	background:linear-gradient(90deg, #5F5F5F 0%, #6D6D6D 104.16%);
	box-shadow:0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
	border-radius:5px;
	border:0;
	cursor:pointer;
}
.block_services .services .item.check input[type=submit]:hover{
	background:#ffffff;
	color:#1f1f1f;
}
.block_services .info{
	width:40%;
	box-sizing:border-box;
	background:url("../images/bg_17.jpg") #1f1f1f no-repeat center center;
	background-size:cover;
	color:#ffffff;
}
.block_news .academy{
	width:40%;
	box-sizing:border-box;
	background:#1E1D1D;
	color:#ffffff;
}
.block_news .academy .inner{
	padding:50px;
}
.block_news .academy .title{
	font-size:24px;
	line-height:30px;
	margin-bottom:15px;
}
.block_news .academy .title span{
	display:block;
	font-size:18px;
	line-height:20px;
	color:#7B7B7B;
	font-weight:400;
}
.block_news .academy .announce{
	font-size:13px;
	line-height:16px;
	font-weight:700;
	margin-bottom:15px;
}
.block_news .academy .more{
}
.block_news .academy .more a{
	display:inline-block;
	background:linear-gradient(90deg, #3E3E3E 0%, #6D6D6D 104.16%);
	box-shadow:0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
	border-radius:5px;
	line-height:34px;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	padding:0 100px;
}
.block_news .academy .more a:hover{
	background:linear-gradient(90deg, #6D6D6D 0%, #3E3E3E 104.16%);
}
.block_services .info .inner{
	padding:110px 0;
	width:385px;
	margin:0 auto;
}
.block_services .info .inner .b17{
	height:355px;
	background:url("../images/border_17.svg") no-repeat center bottom;
	margin-bottom:50px;
}
.block_services .info .inner .b17 .l1{
	font-size:25px;
	line-height:30px;
	font-weight:800;
}
.block_services .info .inner .b17 .l2{
	font-size:16px;
	line-height:20px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:20px;
}
.block_services .info .inner .b17 .image{
	height:220px;
	background:url("../images/20.png") no-repeat center center;
	position:relative;
}
.block_services .info .inner .b17 .image .circle{
	position:absolute;
	text-align:center;
	bottom:50px;
	right:50px;
	width:80px;
	height:80px;
	background:linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
	border-radius:50%;
	text-align:center;
	font-size:16px;
	line-height:20px;
	box-sizing:border-box;
	padding-top:20px;
}
.block_services .info .inner .b17 .image .circle span{
	font-weight:700;
	font-size:20px;
}
.block_services .info .inner .b17 .l3{
	font-size:15px;
	line-height:18px;
	font-weight:600;
	text-align:center;
}
.block_services .info .inner .online{
	height:150px;
	background:url("../images/border_online.svg") no-repeat center bottom;
	text-align:center;
}
.block_services .info .inner .online .title{
	font-size:16px;
	line-height:20px;
	font-weight:700;
	margin-bottom:10px;
}
.block_services .info .inner .online .button{
	margin-bottom:10px;
}
.block_services .info .inner .online .button a{
	background:linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
	box-shadow:0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
	border-radius:5px;
	line-height:56px;
	padding:0 60px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	font-weight:700;
}
.block_services .info .inner .online .desc{
	font-weight:600;
	font-size:12px;
	line-height:15px;
	color:#5B5B5B;
}
.block_works{
	display:flex;
}
.block_works .info{
	width:560px;
	background:url("../images/bg_works.jpg") no-repeat center center;
	box-sizing:border-box;
	padding:40px 40px 40px 150px;
	color:#ffffff;
	background-size:cover;
}
.block_works .info .title{
	font-size:36px;
	line-height:44px;
	font-weight:700;
	margin-bottom:20px;
}
.block_works .info .inner{
	height:180px;
	width:348px;
	background:url("../images/border_works.svg") no-repeat bottom center;
	margin-bottom:30px;
}
.block_works .info .count{
	height:75px;
	background:url("../images/36750.png") no-repeat center center;
	margin-bottom:15px;
}
.block_works .info .l3{
	text-align:right;
	font-size:14px;
	padding-right:25px;
	font-weight:700;
}
.block_works .info  .works_nav ul{
	list-style:none;
}
.block_works .info  .works_nav ul li{
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	cursor:pointer;
}
.block_works .info  .works_nav ul li span{
	color:#ffffff;
	border-bottom:1px solid transparent;
}
.block_works .info  .works_nav ul li.active span{
	color:#DB2824;
	border-color:#DB2824;
}
.block_works .info .desc{
	font-size:19px;
	line-height:24px;
	margin-bottom:20px;
}
.block_works .carousels{
	background:#DADADA;
	width:calc(100% - 560px);
	padding:45px;
	box-sizing:border-box;
}
.block_works .carousels .item a,.chip_works .carousels .item a{
	display:block;
	padding:10px;
	background:#ffffff;
	border-radius:5px;
	text-decoration:none;
	color:#3a3a3a;
	font-size:12px;
	line-height:15px;
	font-weight:500;
}
.block_works .carousels .items,.chip_works .carousels .items{
	display:none;
}
.block_works .carousels .items.active,.chip_works .carousels .items.active{
	display:block;
}
.block_works .carousels .item a:hover,.chip_works .carousels .item a:hover{
	background:#f0f0f0;
}
.block_works .carousels .item a span,.chip_works .carousels .item a span{
	display:block;
}
.block_works .carousels .item a span.photo,.chip_works .carousels .item a span.photo{
	margin-bottom:10px;
}
.block_works .owl-theme .owl-dots .owl-dot span,.chip_works .owl-theme .owl-dots .owl-dot span{
	background:#ffffff;
}
.block_works .owl-theme .owl-dots .owl-dot.active span,.block_works .owl-theme .owl-dots .owl-dot:hover span,.chip_works .owl-theme .owl-dots .owl-dot.active span,.chip_works .owl-theme .owl-dots .owl-dot:hover span{
	background:#3a3a3a;
}
.block_gb{
	background:url("../images/bg_gb_left.png") no-repeat bottom left,url("../images/bg_gb_right.png") no-repeat bottom right;
	padding:40px 150px;
	min-height:590px;
	box-sizing:border-box;
}
.block_gb .inner{
	width:1000px;
	margin:0 auto;
	padding:40px 100px;
	box-sizing:border-box;
}
.block_gb .title{
	font-size:36px;
	line-height:44px;
	font-weight:700;
}
.block_gb .desc{
	font-size:18px;
	line-height:20px;
}
.block_gb .item{
	background:#ffffff;
	/*
	box-shadow:0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
	*/
	border:1px solid rgba(0,0,0,.04);
	border-radius:2px;
	padding:15px;
	text-align:center;
}
.block_gb .item .photo{
	width:45px;
	height:45px;
	float:left;
}
.block_gb .item .photo img{
	border-radius:50%;
}
.block_gb .item .text{
	float:right;
	width:calc(100% - 60px);
}
.block_gb .item .name{
	font-size:18px;
	line-height:20px;
	font-weight:700;
	margin-bottom:10px;
}
.block_gb .item  .name a{
	color:#000000;
	text-decoration:none;
}
.block_gb .item .car{
	font-size:15px;
	line-height:18px;
	margin-bottom:10px;
}
.block_gb .item .message{
	font-size:12px;
	line-height:15px;
}
.block_gb .item .message a{
	font-size:20px;
	color:#000000;
}
.block_gb .text{
	text-align:center;
	margin-bottom:20px;
}
.block_gb .social{
	text-align:center;
}
.social a{
	display:inline-block;
	vertical-align:top;
	width:35px;
	height:35px;
	line-height:35px;
	color:#000000;
	font-size:20px;
	text-align:center;
	background-color:#CBCBCB;
	border-radius:50%;
	background-repeat:no-repeat;
	background-position:center center;
	margin:0 5px;
}
/*
.block_gb .social a.facebook{
	background-image:url("../images/icon_facebook.svg");
}
*/
.social a.vk{
	background-image:url("../images/icon_vk.svg");
}
.social a.instagram{
	background-image:url("../images/icon_instagram.svg");
}
.social a.drive{
	background-image:url("../images/icon_drive.svg");
}
#owl_gb_index{
	margin-bottom:30px;
}
#owl_gb_index .owl-nav{
	position:absolute;
	top:50%;
	margin-top:-25px;
	left:0;
	width:100%;
}
#owl_gb_index .owl-nav .owl-prev,#owl_gb_index .owl-nav .owl-next{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#ffffff;
	border-radius:50%;
	font-size:30px;
	color:#000000;
	position:absolute;
	top:0;
}
#owl_gb_index .owl-nav .owl-prev{
	left:-100px;
}
#owl_gb_index .owl-nav .owl-next{
	right:-100px;
}
footer{
	background:#2c2c2c;
	color:#ffffff;
	padding:50px 0;
}
footer a{
	color:#ffffff;
	text-decoration:none;
}
footer .contacts{
	
}
footer .contacts .list{
	float:left;
	width:400px;
}
footer .contacts .list .title{
	font-size:36px;
	line-height:44px;
	font-weight:700;
	margin-bottom:20px;
}
footer .contacts .list .desc{
	font-size:14px;
	line-height:17px;
	margin-bottom:10px;
}
footer .contacts .list .city{
	margin-bottom:20px;
}
footer .contacts .list .city a{
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
	border:2px solid rgba(255,255,255,.15);
	line-height:36px;
	padding:0 20px;
	border-radius:5px;
}
footer .contacts .list .city a i{
	color:rgba(255,255,255,.15);
	margin-left:5px;
	font-size:16px;
}
footer .contacts .list .city a:hover{
	border-color:#ffffff;
}
footer .contacts .list .items{
}
footer .contacts .list .items .item{
	margin-bottom:20px;
	border-bottom:1px solid rgba(255,255,255,.15);
}
footer .contacts .list .items .item > div{
	padding-left:30px;
	background-position:cnter top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
footer .contacts .list .items .item > div.top{
	background-image:url("../images/icon_contacts_address.svg");
}
footer .contacts .list .items .item > div.top .name{
	font-size:16px;
	line-height:20px;
	margin-bottom:5px;
	font-weight:700;
}
footer .contacts .list .items .item > div.phones{
	background-image:url("../images/icon_contacts_phone.svg");
	font-size:18px;
	line-height:25px;
	font-weight:700;
}
footer .contacts .list .items .item > div.phones a{
	color:#ffffff;
	text-decoration:none;
}
footer .contacts .list .items .item > div.hours{
	background-image:url("../images/icon_contacts_hours.svg");
	line-height:25px;
}

footer .contacts .list .att,.contacts_att{
	font-size:13px;
	line-height:16px;
	border-radius:3px;
}
footer .contacts .list .att{
	color:#A4A4A4;
	border:2px solid rgba(255,255,255,.15);
	padding:10px 10px 10px 40px;
	background:url("../images/icon_att.svg") no-repeat 10px 50%;
}
.contacts_att{
	border:1px solid #C6C6C6;
	padding:20px 10px 20px 50px;
	background:url("../images/icon_att.svg") no-repeat 20px 50%;
}
footer .contacts .map{
	float:right;
	width:calc(100% - 450px);
}
footer .contacts .map .name{
	font-size:22px;
	line-height:27px;
	font-weight:500;
	margin-bottom:15px;
}
footer .contacts .map .name strong{
	color:#EB3448;
	font-weight:800;
}
footer .footer{
	padding:20px 0;
}
footer .footer .logos{
	float:left;
}
footer .footer .logo{
	float:left;
	margin-right:30px;
}
footer .footer .sl{
	font-size:14px;
	line-height:25px;
	border-left:1px solid rgba(255,255,255,0.5);
	padding-left:30px;
	float:left;
}
footer .footer nav{
	float:right;
}
footer .footer nav ul{
	list-style:none;
}
footer .footer nav ul li{
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	font-size:14px;
	line-height:35px;
	font-weight:600;
	position:relative;
}
footer .footer nav ul li ul{
	position:absolute;
	top:35px;
	left:-10px;
	background:#2c2c2c;
	z-index:200;
	display:none;
}
footer .footer nav ul li:hover ul{
	display:block;
}
footer .footer nav ul li ul li{
	display:block;
	margin:0;
	padding:5px 10px;
	line-height:20px;
	border-bottom:1px solid rgba(255,255,255,.2);
	font-weight:400;
	font-size:12px;
	line-height:15px;
	min-width:200px;
}
footer .footer nav ul li a{
	color:#ffffff;
	text-decoration:none;
}
.footer .social{
	float:left;
	margin-left:30px;
}
footer .nav{
	border-top:1px solid rgba(255,255,255,0.15);
	border-bottom:1px solid rgba(255,255,255,0.15);
	padding:20px 0;
}
footer .nav nav{
}
footer .nav nav ul{
	list-style:none;
}
footer .nav nav ul li{
	display:inline-block;
	vertical-align:top;
	width:calc(12.5% - 5px);
	font-size:14px;
	line-height:20px;
	font-weight:700;
}
footer .nav nav ul li a{
	color:#B4B4B4;
	text-decoration:none;
}
footer .nav nav ul li a:hover,footer .nav nav ul li.active > a{
	color:#ffffff;
}
footer .nav nav ul li ul{
	padding-top:10px;
}
footer .nav nav ul li ul li{
	display:block;
	width:100%;
	margin:0;
	font-weight:400;
	font-size:11px;
}
footer .copy{
	padding:20px 0;
	color:#B4B4B4;
}
footer .copy a{
	color:#B4B4B4;
	text-decoration:none;
}
.middle{
	padding:20px 0 40px;
	background:#ffffff;
}
.middle h1{
	font-size:36px;
	line-height:44px;
	font-weight:700;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid #A6A6A6;
}
.articles .item{
	display:inline-block;
	vertical-align:top;
	width:calc(25% - 30px);
	margin:0 25px 20px 0;
	background:#ffffff;
	box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	padding:10px;
	box-sizing:border-box;
}
.articles .item .photo{
	margin-bottom:10px;
}
.articles .item .photo a{
	display:block;
}
.articles .item .photo a img{
	width:100%;
}
.articles .item .date{
	font-size:12px;
	line-height:15px;
	margin-bottom:10px;
}
.articles .item .name{
	font-size:18px;
	line-height:22px;
	font-weight:600;
	margin-bottom:10px;
}
.articles .item .name a{
	text-decoration:none;
}
.articles .item .name a:hover{
	color:rgba(0,0,0,.7)
}
.articles .item .announce{
	font-size:14px;
	line-height:17px;
}
.inside_bottom{
	background: #E8E8E8;
	padding:65px 0;
}
.inside_bottom .item{
	display:inline-block;
	vertical-align:top;
	width:calc(33% - 25px);
	margin-right:20px;
	background:#ffffff;
	border-radius:5px;
	box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
	padding:20px;
	box-sizing:border-box;
	text-align:center;
}
.inside_bottom .item.check{
	background:#4B515F;
	color:#ffffff;
	padding:20px 40px;
}
.inside_bottom .item.check .title{
	margin-bottom:20px;
}
.inside_bottom .item.check input[type=text]{
	background: #FFFFFF;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	width:100%;
	height:30px;
	text-align:center;
	margin-bottom:20px;
	border:0;
}
.inside_bottom .item.check .desc{
	font-size:12px;
	line-height:15px;
	margin-bottom:20px;
}
.inside_bottom .item .title{
	font-size:24px;
	line-height:29px;
	font-weight:600;
	margin-bottom:5px;
}
.inside_bottom .item .subtitle{
	font-size:16px;
	line-height:20px;
	margin-bottom:15px;
	font-weight:500;
}
.inside_bottom .item .title span{
	display:none;
}
.inside_bottom .item .announce{
	font-size:13px;
	line-height:17px;
	margin-bottom:20px;
}
.inside_bottom .item .more{
}
.inside_bottom .item .more a,.inside_bottom .item input[type=submit]{
	display:inline-block;
	background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
	border-radius: 5px;
	color:#ffffff;
	text-decoration:none;
	line-height:35px;
	padding:0 85px;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	border:0;
	cursor:pointer;
}
.inside_bottom .item .more a:hover,.inside_bottom .item input[type=submit]:hover{
	background: linear-gradient(90deg, #F45C43 0%, #EB3349 100%);
}
.detail .photos{
	border:1px solid #ADADAD;
	border-radius:5px;
	padding:50px;
	margin-bottom:30px;
}
.detail .photos .large{
	text-align:center;
	margin-bottom:20px;
}
.detail .photos .large img{
	display:inline-block;
	width:auto;
	max-width:100%;
}
.detail .photos .thumbs{
	width:100%;
	max-width:1050px;
	margin:0 auto;
}
.detail .photos .thumbs .item{
	border:1px solid transparent;
	border-radius:5px;
	padding:5px;
}
.detail .photos .thumbs .current .item{
	border-color:#ADADAD;
}
#owl_detail .owl-nav{
	position:absolute;
	top:50%;
	margin-top:-43px;
	left:0;
	width:100%;
}
#owl_detail .owl-nav .owl-prev,#owl_detail .owl-nav .owl-next{
	width:44px;
	height:86px;
	line-height:86px;
	text-align:center;
	color:#ffffff;
	position:absolute;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
	padding:0;
	margin:0;
	font-size:30px;
}
#owl_detail .owl-nav .owl-prev{
	left:-50px;
	background-image:url("../images/arrow_d_prev.svg");
}
#owl_detail .owl-nav .owl-next{
	right:-50px;
	background-image:url("../images/arrow_d_next.svg");
}
.contacts .name{
	font-size:18px;
	line-height:22px;
	margin-bottom:10px;
	font-weight:600;
}
.contacts .phones{
	font-size:24px;
	line-height:30px;
	font-weight:800;
	margin-bottom:20px;
}
.contacts .phones a{
	text-decoration:none;
	color:#000000;
	margin-right:20px;
}
.contacts .phones a:hover{
	color:#005297;
}
.contacts .button a,#contacts_map .button a{
	display:inline-block;
	background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
	border-radius: 5px;
	line-height:55px;
	padding:0 100px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	color:#ffffff;
	text-decoration:none;
}
.contacts .button a:hover,#contacts_map .button a:hover{
	background: linear-gradient(90deg, #F45C43 0%, #EB3349 100%);
}
#contacts_map .button a{
	position:absolute;
	z-index:10;
	bottom:25px;
	left:50%;
	width:330px;
	margin-left:-165px;
	padding:0;
	text-align:center;
}
.news .item{
	margin-bottom:25px;
	padding:20px 20px 20px 35px;
	border:1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
.news .item:before{
	content:'';
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#2C2C2C;
}
.news .item .photo{
	float:left;
	width:200px;
}
.news .item .text{
	float:right;
	width:calc(100% - 220px);
}
.news .item .date{
	color:#878787;
	font-size:12px;
	line-height:15px;
	font-weight:500;
	margin-bottom:10px;
}
.news .item .name{
	font-size:24px;
	line-height:29px;
	font-weight:600;
	margin-bottom:15px;
}
.news .item .name a{
	color:#000000;
	text-decoration:none;
}
.news .item .name a:hover{
	color:#005297;
}
.news .item .announce{
	font-size:14px;
	line-height:17px;
	margin-bottom:15px;
}
.news .item .more{
}
.news .item .more a{
	font-size:12px;
	line-height:20px;
	color:#005297;
	text-decoration:none;
	background:url("../images/icon_more_news_inside.svg") no-repeat center right;
	padding-right:20px;
	display:inline-block;
}
.news .item .more a span{
	border-bottom:1px solid #005297;
}
.news .item .more a:hover span{
	border-color:transparent;
}
.faq{
}
.faq .item{
	margin-bottom:25px;
	background:#F4F5FA;
	border-radius:5px;
	padding:25px;
}
.faq .item .name{
	font-size:18px;
	line-height:22px;
	font-weight:700;
	margin-bottom:15px;
}
.faq .item .name a{
	color:#000000;
	text-decoration:none;
}
.faq .item .name a:hover{
	color:#005297;
}
.faq .item .announce{
	font-size:14px;
	line-height:17px;
}
.faq .item .announce a{
	font-size:12px;
	line-height:20px;
	color:#005297;
	text-decoration:none;
	background:url("../images/icon_more_news_inside.svg") no-repeat center right;
	padding-right:20px;
	display:inline-block;
	margin-top:10px;
}
.faq .item .announce a:hover{
	color:#000000;
}
.gb{
	
}
.gb .item{
	display:inline-block;
	vertical-align:top;
	width:calc(33% - 40px);
	margin:0 35px 35px 0;
	background: #FFFFFF;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding:25px;
	box-sizing:border-box;
}
.gb .item .name{
	font-size:18px;
	line-height:22px;
	font-weight:700;
	margin-bottom:10px;
}
.gb .item .name a{
	color:#000000;
	text-decoration:none;
}
.gb .item .name a:hover{
	color:#0186D1;
}
.gb .item .auto{
	margin-bottom:15px;
	font-size:14px;
	line-height:17px;
	font-weight:600;
}
.gb .item .auto a{
	color:#0186D1;
	text-decoration:none;
	border-bottom:1px solid #0186D1;
}
.gb .item .auto a:hover{
	border-color:transparent;
}
.gb .item .message{
	font-size:12px;
	line-height:15px;
}
.branches{
	margin-bottom:40px;
}
.branches .item{
	display:inline-block;
	vertical-align:top;
	width:calc(33% - 5px);
	border-right:1px solid #cccccc;
	padding-right:20px;
	box-sizing:border-box;
}
.branches .item .name{
	color: #DB2824;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	margin-bottom:15px;
}
.branches .item .legal{
	margin-bottom:10px;
	font-size:15px;
	font-weight:500;
}
.branches .item .address,.branches .item .phones,.branches .item .hours,.branches .item .info{
	padding-left:30px;
}
.branches .item .address,.branches .item .phones,.branches .item .hours{
	background-position:center left;
	background-repeat:no-repeat;
	line-height:25px;
	margin-bottom:15px;
}
.branches .item .address{
	font-size:14px;
	font-weight:500;
	background-image:url("../images/icon_pcontacts_address.svg");
}
.branches .item .phones{
	font-size:18px;
	font-weight:700;
	background-image:url("../images/icon_pcontacts_phone.svg");
}
.branches .item .phones a{
	text-decoration:none;
}
.branches .item .phones a:hover{
	color:#0186D1;
}
.branches .item .hours{
	font-size:14px;
	background-image:url("../images/icon_pcontacts_hours.svg");
}
.branches .item .info{
	font-size:14px;
	line-height:20px;
}
.chip_works{
	background:url("../images/chip_works.jpg") no-repeat center center;
	background-size:cover;
	padding:40px 0;
}
.chip_works .nav{
	border-bottom:1px solid #ffffff;
	margin-bottom:30px;
}
.chip_works .nav ul{
	list-style:none;
}
.chip_works .nav ul li{
	display:inline-block;
	vertical-align:top;
	line-height:50px;
	padding:0 30px;
	color:#A2A2A2;
	cursor:pointer;
	font-size:20px;
	border:1px solid transparent;
	border-bottom:0;
}
.chip_works .nav ul li span{
	border-bottom:1px solid #A2A2A2;
}
.chip_works .nav ul li.active{
	cursor:default;
	border-color:#ffffff;
	color:#ffffff;
	font-weight:700;
}
.chip_works .nav ul li.active span{
	border-color:transparent;
}
.chip_works .nav ul li:hover{
	color:#ffffff;
}
.chip_models{
}
.chip_models .item{
	display:inline-block;
	vertical-align:top;
	width:calc(25% - 75px);
	margin:0 70px 40px 0;
}
.chip_models .item a{
	display:block;
	padding:20px;
	border-radius: 5px;
	text-align:center;
}
.chip_models .item a:hover{
	background: #F4F5FA;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
}
.chip_models .item a span{
	display:block;
}
.chip_models .item a span.name{
	font-size:14px;
	line-height:17px;
	font-weight:600;
}
.chip_models .item a:hover span.name{
	color:#DB2824;
}
.chip_models .item a span.photo{
	margin-bottom:15px;
}
.chip_models .item a span.photo img{
	max-width:100%;
	max-height:100%;
}
.owl_items_index .owl-nav{
	margin:0;
	position:absolute;
	width:100%;
	top:120px;
}
.owl_items_index .owl-prev,.owl_items_index .owl-next{
	position:absolute;
	margin:0;
	padding:0;
	border-radius:0;
	font-size:40px !important;
	background:none !important;
	color:#000000 !important;
}
.owl_items_index .owl-prev:hover,.owl_items_index .owl-next:hover{
	opacity:.9;
}
.owl_items_index .owl-prev{
	left:-40px;
}
.owl_items_index .owl-next{
	right:-40px;
}
@media only screen and (max-width:1900px){
	.wrap{
		padding:0 30px;
	}
	.block_services .services, .block_news .news,.block_works .info,.block_works .carousels{
		padding:30px;
	}
	footer{
		padding:30px 0;
	}
	footer .footer .logo,footer .footer .sl{
		float:none;
		margin:0;
	}
	footer .footer .logo{
		margin-bottom:10px;
	}
	footer .footer .sl{
		padding:0;
		border:0;
		font-size:12px;
		line-height:15px;
	}
	footer .footer nav ul li{
		font-size:12px;
	}
	.header nav ul li{
		margin-right:5px;
	}
	.header nav{
		max-width:calc(100% - 450px);
	}
	.block_gb{
		background:url("../images/bg_gb.png") no-repeat center bottom;
	}
	.header .right .top_contacts{
		float:none;
		margin:0 0 10px 0;
	}
	.location{
		margin-left:20px;
	}
	/*
	.location_confirm{
		left:-340px;
		top:-50px;
	}
	*/
}
@media only screen and (max-width:1220px){
	.footer .social{
		float:none;
		clear:both;
		margin:0;
		padding-top:20px;
	}
}
@media only screen and (max-width:800px){
	.wrap{
		padding:0 10px;
		width:100%;
		box-sizing:border-box;
	}
	.block_services,.block_news{
		display:block;
		background:#1E1D1D;
	}
	.block_news,.block_works{
		display:block;
	}
	.block_services .services, .block_news .news,
	.block_services .info,
	.block_news .academy{
		width:100%;
	}
	.block_services .services, .block_news .news, .block_works .info, .block_works .carousels{
		padding:10px;
	}
	.block_services .services .item a{
		padding:10px;
	}
	.block_services .services .item{
		width:calc(50% - 5px);
		margin:0 2px 5px 0;
		border:1px solid #3B3B3B;
		background:transparent;
		border-radius:5px;
	}
	.block_services .services .item.check{
		width:100%;
	}
	.block_services .services .item a span.name{
		font-size:14px;
		line-height:20px;
	}
	.block_services .services .item a span.announce{
		font-size:10px;
		line-height:15px;
	}
	.block_services .info .inner{
		width:100%;
		padding:10px;
		box-sizing:border-box;
	}
	.block_news .news .items .item{
		display:block;
		width:100%;
		margin:0 0 10px 0;
	}
	.block_news .academy .inner{
		padding:10px;
	}
	.block_gb{
		padding:10px;
	}
	.block_gb .inner{
		width:100%;
		padding:10px;
	}
	footer .contacts .map .name{
		font-size:14px;
		line-height:20px;
	}
	footer .contacts .list,
	footer .contacts .map{
		float:none;
		width:100%;
		margin-bottom:10px;
	}
	.cookie_policy{
		padding:10px;
	}
	footer .nav,footer .footer nav{
		display:none;
	}
	#owl_gb_index .owl-nav .owl-prev{
		left:0;
	}
	#owl_gb_index .owl-nav .owl-next{
		right:0;
	}
	#owl_gb_index .owl-nav .owl-prev, #owl_gb_index .owl-nav .owl-next{
		width:20px;
		height:20px;
		line-height:20px;
		margin:0;
		padding:0;
		font-size:18px;
	}
	.block_works .info,.block_works .carousels{
		width:100%;
	}
	.block_services .info .inner .b17{
		height:auto;
		background:none;
	}
	#index_slider .item .over{
		padding-top:10px;
	}
	#index_slider .item .text{
		font-size:14px;
		line-height:20px;
		margin-bottom:5px;
	}
	#index_slider .item .text .l2{
		font-size:30px;
		line-height:32px;
	}
	#index_slider .item .text .l3{
		font-size:14px;
		line-height:20px;
	}
	#index_slider .item .more{
		margin-bottom:5px;
	}
	#index_slider .item .more a,
	.contacts .button a,
	#contacts_map .button a,
	.inside_bottom .item .more a,
	.inside_bottom .item input[type=submit],
	.inside_recall a{
		line-height:30px;
		padding:0 20px;
		text-transform:none;
	}
	.header{
		padding:10px 0;
	}
	.header .search{
		width:24px;
		height:24px;
	}
	.search form{
		top:0;
	}
	.header nav .opener{
		display:block;
		font-size:20px;
		padding-top:5px;
	}
	.header nav{
		position:absolute;
		top:10px;
		left:10px;
		z-index:2200;
	}
	.header nav ul{
		display:none;
		float:none;
		width:300px;
		background:#2c2c2c;
		position:absolute;
		left:0;
		top:30px;
	}
	.header nav ul li{
		display:block;
		line-height:20px;
		border-top:1px solid #cccccc;
		padding:5px;
	}
	.header nav ul li ul{
		position:relative;
		top:auto;
		left:auto;
		width:100%;
		margin-bottom:10px;
	}
	.header nav ul li ul li{
		padding:5px;
		line-height:20px;
		border:0;
	}
	.header nav ul li ul li ul{
		display:none !important;
	}
	#logo{
		width:50%;
		padding-left:30px;
		box-sizing:border-box;
		margin:0;
	}
	.header .right{
		text-align:right;
	}
	.header .phone a,.location>a{
		width:21px;
		height:21px;
		background-position:center center;
		overflow:hidden;
		text-indent:1000px;
		padding:0;
	}
	.header .right .top_contacts,
	.header .right .top_contacts .phone,
	.location,
	.search{
		display:inline-block;
		vertical-align:top;
		float:none;
		padding:0;
		margin:0;
	}
	.header .right .top_contacts .phone.federal{
		display:none;
	}
	.middle h1{
		font-size:24px;
		line-height:30px;
		padding-bottom:5px;
		margin-bottom:15px;
	}
	.inside_bottom{
		padding:20px 0;
	}
	.inside_bottom .item{
		display:block;
		width:100%;
		margin:0 0 15px 0;
	}
	.marks_group{
		width:calc(50% - 5px);
	}
	.chip_works{
		padding:20px 0;
	}
	.chip_works .nav ul li{
		font-size:14px;
		line-height:20px;
		border:0;
		display:block;
		margin-bottom:10px;
	}
	.inside_bottom .item.check{
		padding:20px;
	}
	.inside_bottom .item,
	.inside_bottom .item .announce{
		height:auto !important;
	}
	.calc_form table,
	.calc_form table tr,
	.calc_form table tr td{
		display:block;
	}
	.gb .item{
		display:block;
		width:100%;
		margin:0 0 20px 0;
	}
	#contacts_map .onmap,
	#contacts_map .button a{
		position:relative;
		top:auto;
		bottom:auto;
		left:auto;
		margin:0;
		width:100%;
		box-sizing:border-box;
	}
	#contacts_map .button{
		text-align:center;
		margin-bottom:15px;
	}
	#contacts_map .button a{
		width:auto;
		padding:0 30px;
	}
	.branches .item,
	.articles .item{
		display:block;
		width:100%;
		margin:0 0 20px 0;
	}
	.news .item .photo,
	.news .item .text{
		float:none;
		width:100%;
	}
	.news .item .photo{
		margin-bottom:10px;
	}
	.news .item .name{
		font-size:20px;
		line-height:24px;
	}
	.popup_page{
		padding:10px;
	}
	.form{
		width:auto;
	}
	.form label strong{
		font-size:14px;
	}
	.form label strong + input[type=text], .form label strong + select{
		margin-top:5px;
	}
	.chip_models .item{
		width:calc(25% - 10px);
		margin:0 5px 15px 0;
	}
	.chip_models .item a{
		padding:5px;
	}
	.chip_models .item a span.photo{
		margin-bottom:5px;
	}
	.result_item_pic{
		width:100px;
	}
	.result_item_text{
		width:calc(100% - 105px);
		padding-bottom:40px;
		position:relative;
	}
	.result_item_text table td a.button{
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		line-height:30px;
	}
	.options label{
		width:100%;
	}
	.block_services .services .title, .block_news .news .title{
		font-size:18px;
		line-height:20px;
		margin-bottom:15px;
	}
	footer .copy .left,footer .copy .right{
		float:none;
		width:100%;
		margin-bottom:10px;
	}
	footer .copy img{
		max-width:100%;
	}
	.detail .photos{
		padding:10px;
	}
	#owl_detail .owl-nav .owl-prev{
		left:-10px;
	}
	#owl_detail .owl-nav .owl-next{
		right:-10px;
	}
	.owl_items_index .owl-prev{
		left:10px;
	}
	.owl_items_index .owl-next{
		right:10px;
	}
}
