/*
--a24-red:#e31e24
--bg-gray:#f5f5f5
*/

*{
    box-sizing:border-box;
}
body{
	color:#000000;
	line-height:1.2;
	font-family:'Open Sans',Arial,sans-serif;
	font-size:16px;
}
h1,h2,h4{
	font-family:'Montserrat',Arial,sans-serif;
}
h1{
	font-size:40px;
}
h2{
	font-size:40px;
}
h3{
	font-size:20px;
}
	h4 strong{
		display:block;
	}
a{
	text-decoration:underline;
	color:#e31e24;
}
section{
	display:block;
	margin-bottom:80px;
}
.img100{
	width:100%;
}

form{
	margin:3em 0 1em;
}
.field-line{
	margin:1em 0;
}
label{
	width:100%;
}
	label[for="check"]{
		font-size:14px;
	}
input[type="tel"],
.b-submit{
	display:block;
	width:100%;
	height:50px;
	border-radius:20px;
	padding:1em 2em;
}
input[type="tel"]{
	margin:7px 0;
	border:1px solid #111;
	outline:none;
}
	input[type="tel"]:active,input[type="tel"]:hover,input[type="tel"]:focus,input[type="tel"]:focus-visible{
		outline:none;
	}
input[type="checkbox"]{
	display:none;
}
	input[type="checkbox"] + span{
		float:left;
		display:block;
		width:1em;
		height:1em;
		margin-right:.5em;
		margin-bottom:1em;
		border:1px solid #959595;
		background-position:center;
		background-repeat:no-repeat;
		background-size:inherit;
		font-size:2em;
	}
	input[type="checkbox"]:checked + span{
		background-image:url(../images/check.png);
	}
input.name{
	display:none;
}
.b-submit{
	border:none;
	background-color:#e31e24;
	color:#fff;
	text-align:center;
	font-family:'Montserrat',Arial,sans-serif;
	font-weight:600;
}
.b-primary,
.b-seconary{
    border-radius:4em;
	border-width:1px;
	border-style:solid;
    padding:1.4em 2.5em;
    font-size:12px;
    font-weight:600;
	text-decoration:none;
	white-space: nowrap;
}
.b-primary{
	border-color:#e31e24;
	background-color:#e31e24;
	color:#ffffff;
}
.b-seconary{
	border-color:#ffffff;
	background-color:transparent;
	color:#ffffff;
}
.cn .b-primary,
.cn .b-seconary{
  padding-left: 5em;
  padding-right: 5em;
}
.a-phone,
.a-phone a{
	text-decoration:none;
	color:#000000;
	font-family:'Montserrat',Arial,sans-serif;
	font-size:20px;
	font-weight:700;
}

.red{
	color:#e31e24;
}
.bg-red{
	background-color:#e31e24;
	color:#fff;
}
.bg-gray{
	background-color:#f5f5f5;
	color:#111111;
}
.d-pad{
	position:relative;
	border-radius:20px;
}
	.d-pad h2{
		font-size:20px;
		font-weight:700;
	}
	.d-pad.bg-red{
		padding:0 20px 8em;
	}
	.d-pad.bg-gray{
		padding:1.2em;
	}
.ico-wrap{
	border-radius:3000px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
	.ico-wrap img{
		width:100%;
	}

.footnotes{
	margin:1em 0;
	font-size:14px;
}
.hide{
	display:none !important;
}

.main-nav{
	padding:0;
	background-color:#fff;
	box-shadow:0px 8px 9px 0px rgba(0, 0, 0, 0.16);
}
	.main-nav .navbar{
		padding:0;
	}
	.main-nav .navbar-collapse .navbar-nav{
		flex-grow:1;
		justify-content:space-around;
	}
	.main-nav .nav-link{
		color:#000000;
		font-family:'Montserrat',Arial,sans-serif;
	}
	.main-nav .phone a{
		white-space: nowrap;
	}
	.main-nav .a-phone,
	.main-nav .a-phone a{
		color:rgb(37, 37, 37);
	}
	.main-nav .k-phone{
		display:none;
	}
	.main-nav .about{
		display:none;
		font-size:20px;
	}
	.main-nav .d-sociallinks{
		display:none;
		margin-top:1em;
	}
	.main-nav .d-sociallinks__item{
		display:inline-block;
	}
	.main-nav .d-toggle{
		display:none;
		color:#8c8c8c;
	}
	
.navbar-brand{
}
	.main-nav .navbar-brand{
		padding:1em;
	}
.mbl-brand{
	display:none;
}
.navbar-item{
	margin-left:2em;
}
	.navbar-item a{
		white-space: nowrap;
	}
.navbar-toggler,.navbar-toggler:hover,.navbar-toggler:active,.navbar-toggler:focus{
	border:none;
	box-shadow:none;
}
.navbar-toggler{
	padding-left:1em;
}
	.navbar-toggler span{
		display:block;
		width:28px;
		height:4px;
		background:#e31e24;
	}
	.navbar-toggler span+span{
		margin-top:5px;
	}
	.navbar-toggler:hover span+span{
		margin-top:4px;
	}

.section-title{
	margin-bottom:60px;
}
	.section-title h2{
		display:inline-block;
		position:relative;
		padding-left:5px;
		font-weight:700;
	}
	.section-title h2:after{
		content:" ";
		display:block;
		position:absolute;
		left:-5px;
		width:calc(100% + 10px);
		border-bottom:5px solid #e31e24;
	}

#top{
    margin-top:90px;
}

.top-wrap{
	max-width:1500px;
	margin:0 auto;
}
	.top-wrap img{
		width:100%;
	}
.top-panel{
	width:1010px;
	margin:-180px auto 0;
}
	.top-panel.d-pad.bg-gray {
		padding:1em 2em;
	}
	.top-panel h1{
		margin-top:.3em;
		line-height:1;
		font-weight:700;
	}
	.top-panel h1 span{
		display:inline-block;
	}
	.top-panel p{
		margin-top:1em;
		font-size:20px;
		font-weight:400;
	}
	.top-panel form{
		margin-top:0;
	}		
	
.top-call{
	display:none;
}
/*	.top-call{
		color:#fff;
	}*/
	
.since{
	display:flex;
	justify-content:center;
	align-items:center;
	padding-top:12px;
}
	.since span{
		display:inline-block;
	}
	.since span+span{
		margin-left:20px;
	}
	.since .text{
		white-space:nowrap;
		font-size:25px;
		font-weight:700;
	}
	.since-first .image{
		width:100px;
	}
	.since-second .image{
		width:70px;
	}
	.since .image img{
		width:100%;
	}
.adv-wrap{
    margin-bottom:200px;
}
.adv-list{
	position:absolute;
	top:5em;
	width:98%;
	left:-50%;
	margin-left:51%;
}
	.adv-list .d-pad{
		height:100%;
	}	
	.adv-list .ico-wrap{
		width:80px;
		height:80px;
		margin-top:1em;
		background-color:#e31e24;
	}
	.adv-list h3{
		height:2.5em;
		margin-top:1em;
		padding-right:2em;
		font-weight:700;
	}
	.adv-list p{
		height:2em;
	}
.club-link{
	display:inline-block;
	border-bottom:2px dashed #e31e24;
	padding-bottom:2px;
	color:#e31e24;
	text-decoration:none;
	font-family:'Montserrat',Arial,sans-serif;
	font-size:14px;
	font-weight:700;
}
.about{
	padding:0 12px;
	font-size:20px;
	line-height:25px;
}
	.about .section-title{
		width: 73%;
	}
	.about h3{
		margin:80px 0 1em;
		font-size:30px;
		font-weight:700;
		letter-spacing:7px;
	}

.gallery{
	margin:80px 18px;
}
	.gallery .image{
		overflow:hidden;
		margin-bottom:12px;
		padding:0 6px;
		text-align:center;
	}
	.gallery .image img{
		width:100%;
	}

.car-list{
	margin-bottom:3em;
}
	.prices div[class^="col"]{
		margin-bottom:1em
	}
	.car-list img{
		max-height:100%;
		max-width:100%;
	}
.car-image{
	display: table-cell;
	height: 7em;
	width: 100%;
	vertical-align: middle;
	text-align:center;
}
.car-logo{
	max-height:4em;
	text-align:center;
	margin-bottom:1em;
}

.type-list{
	display:flex;
	justify-content:space-between;
}
.type-item{
	height:4em;
	padding-left:4em;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:contain;
	line-height:4em;
	font-family:'Montserrat',Arial,sans-serif;
	font-size:24px;
	font-weight:700;
}

.prices .image img{
	width:90%;
}
.prices table{
	width:100%;
	margin-bottom:2em;
	font-size:20px;
	font-weight:600;
}
	.prices table td{
		padding:0 0 1em;
	}
	.prices table td:first-child{
		background-image:url(../images/dotted.png);
		background-repeat:repeat-x;
		background-position-y:19px;
	}
	.prices table td span{
		background:#fff;
	}
.prices .rub{
	font-family:'Montserrat',Arial,sans-serif;
}

.everything{
	margin-top:80px;
	text-align:right;
}
	.d-pad.bg-gray.everything{
		padding:3em 4em 3em 3em;
	}
	.everything h3{
		margin-top:2em;
		font-size:32px;
		font-weight:700;
	}
	.everything img{
		width:100%;
	}
	.everything .text{
		font-size:22px;
	}
	.everything .text + .text{
		margin-top:2em;
	}
	.everything .foot{
		margin-top:5em;
	}

.ya-map-comments{
	aspect-ratio:1/1;
	max-width:50%;
	margin:0 auto 40px;
	border:1px solid #e6e6e6;
	border-radius:8px;
}
	.ya-map-comments iframe{
		height:100%;
		width:100%;
	}

.contacts-form{
	padding:3em 5em 2em 3em;
}
	.contacts-form .title{
		font-size:40px;
		font-weight:700;
	}
	.contacts-form .text{
		margin-top:1em;
		font-size:20px;
		font-weight:400;
	}
.call-us{
	padding:2em 2em 2em 5em;
	font-size:30px;
	font-weight:700;
}
	.call-us a[href^="tel:"]{
		font-size:40px;
	}
	.call-us a+div{
		margin-top:1em;
	}
.tg-link{
	display:block;
	width:100px;
	height:100px;
	margin:10px 0;
}
	.tg-link img{
		width:100%;
	}
.details{
    list-style:none;
    padding:0;
    font-size:16px;
    font-weight:normal;
    margin:3em 0 0;
}

footer{
	border:1px solid rgb(5, 6, 6);
	background-color:rgb(26, 26, 26);
	color:#fff;
}
	footer a{
		color:#fff;
	}
.foot-nav{
	display:flex;
	justify-content:space-between;
	align-items:start;
	position:relative;
}
	.foot-nav .navbar-brand{
		padding:2em 1em;
	}
	.foot-nav .foot-contacts,
	.foot-nav .foot-menu{
		margin-top:2em;
		text-align:center;
	}
	.foot-nav .foot-menu{
		list-style:none;
		padding:0;
	}
	.foot-nav .foot-menu .nav-item:last-child{
		margin-top:2em;
	}
	.foot-nav .a-phone{
		display:block;
		line-height:42px;
	}
	.foot-nav .a-phone,
	.foot-nav .a-phone a{
		font-size:27px;
		color:#fff;
	}
	.foot-nav .nav-link{
		font-size:20px;
		font-family:'Montserrat',Arial,sans-serif;
	}
	.foot-nav .b-seconary{
		display:block;
		margin-top:1em;
		font-size:15px;
	}

.foot-bottom{
	margin:2em 0;
	font-size:14px;
}
	.foot-bottom a{
		display:block;
	}
.copyright span{
	display:none;
}
	.copyright:hover span{
		display:inline-block;
	}

.float-msg{
	display:none;
	z-index:111111111;
	position:fixed;
	right:0;
	top:5rem;
	border:1px dotted #c8c8c8;
	border-radius:2px;
	padding:1em 2em;
	font-family:Arial;
	font-size:16px;	
}
	.float-msg:after{
		content:"\D7";
		display:block;
		position:absolute;
		top:1px;
		right:5px;
		font-weight:bold;
	}
	.float-msg.error{
		background-color:#f95d51;
		color:#fff;
	}
	.float-msg.success{
		background-color:#c2eebe;
		color:#101010;
	}

.popup-wrap{
	z-index:9999999;
	overflow-y:auto;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	padding:0 20px;
	background-color:rgba(0,0,0,.6);
	cursor:pointer;
	outline:none;
	-webkit-transition:opacity ease-in-out 0.3s;
	-moz-transition:opacity ease-in-out 0.3s;
	-o-transition:opacity ease-in-out 0.3s;
	transition:opacity ease-in-out 0.3s;
}
.popup-form{
	width:600px;
	margin:40px auto;
	padding:40px;
	background-color:#fff;
}
	.popup-form img.popup-head{
		width:100%;
	}
	.popup-form .title{
		text-align:center;
		font-size:40px;
		font-weight:700;
	}
	.popup-form .text{
		text-align:center;
		font-weight:600;
	}
	.popup-form form{
		margin-top:2em;
	}
.d-toggle{
    position:absolute;
	top:40px;
	right:40px;
	font-size:40px;
	color:#fff;
	cursor:pointer;
}
	.d-toggle:after{
		content:'\2715';
	}

@font-face{
	font-family:ALSRubl;
	src:url(rouble.ttf);
}
.rub{
	white-space:nowrap;
}
	.rub:after{
		content:"a";
		display:inline-block;
		font-family:ALSRubl;
	}
.cn .rub:after{
	content:"卢布";
	display:inline-block;
	font-family:'Montserrat',Arial,sans-serif;
}

.c404{
	font-family:'Montserrat',Arial,sans-serif;
	font-size:30px;
	font-weight:700;
}

@media (max-width:575.98px){  
	.top-panel{
		max-width:420px;
		width:auto;
	}
	.main-nav .b-primary{
		display:none;
	}
	.adv-wrap{
		margin-bottom:1020px;
	}
	.since{
		flex-direction:column-reverse;
	}
	.since-first{
		margin-top:1em;
	}
	.since-first .text {
		font-size:19px;
	}
	.adv-list{
		top:9em;
	}
	.adv-list .col-sm-6{
		display:flex;
		justify-content:center;
	}
	.contacts-form,
	.call-us{
		padding:1em;
	}
}

@media (min-width:576px) and (max-width:1199.98px){
	.top-panel{
		width:48%;
		min-width:420px;
	}
	.adv-wrap{
		margin-bottom:480px;
	}
	.adv-list .col-sm-6:nth-child(2n+1){
		display:flex;
		justify-content:end;
	}
	.adv-list .col-sm-6:nth-child(2n){
		display:flex;
		justify-content:begin;
	}
}

@media (min-width:576px) and (max-width:1399.98px){
	.contacts-form{
		padding-right:3em;
	}
	.call-us{
		padding-left:2em;
	}
}

@media (max-width:767.98px){
	.top-panel{
		display:none;
	}
	.top-call{
		display:block;
		text-align:center;
		margin-top:3em;
	}
	.top-call .b-primary{
		font-size:16px;
	}
	.since span + span {
		margin-left:7px;
	}
	.about h3{
		font-size:20px;
	}
	.type-item{
		padding:4em 0 0 0;
		background-position:center top;
		line-height:1;
	}
	.prices .image{
		text-align:center;
	}
	.ya-map-comments {
		max-width:none;
	}
	.popup-form{
		width:auto;
		max-width:600px;
	}
	.foot-nav{
		flex-direction:column-reverse;
		align-items:center;
		padding-top:80px;
	}	
	.foot-nav .navbar-brand{
		position:absolute;
		left:0;
		top:0;
	}
	.foot-bottom{
		text-align:center;
	}
}

@media (max-width:991.98px){ 
	.navbar-collapse{
		position:absolute;
		top:0;
		background:#ebebeb;
		width:100%;
		left:0;
		padding:2em;
		text-align:center;
		font-size:24px;
	}
	.main-nav .navbar-collapse .nav-item+.nav-item{
		padding-left:0;
	}
	.main-nav .navbar-collapse .navbar-nav{
		padding-bottom:2em;
	}
	.main-nav .about,
	.main-nav .d-sociallinks,
	.main-nav .d-toggle{
		display:block;
	}
	.main-nav .navbar-brand {
 		padding:0 1em;
	}
	.main-brand{
		display:none;
	}
	.mbl-brand{
		display:block;
		height:66px;
		padding:3px 0;
	}
	.top-wrap{
		background-image:none;
	}
	.top-wrap img{
		display:block;
		width:100%;
		margin-top:2em;
	}	
/*	.top-panel{
		max-width:420px;
		margin:0 auto;
	}*/
	.since-first .image{
		width:80px;
	}
	.since-first .text{
		font-size:19px;
	}
	.since-second .image{
		width:50px;
	}
	.since-second .text{
		font-size:16px;
	}
	.d-pad.bg-red{
		padding-bottom:9em;
	}
}

@media (max-width:1199.98px){ 
	body{
		font-size:14px;
	}
	.main-nav .navbar-item.popup,
	.main-nav .a-phone{
		display:none;
	}
	.main-nav .k-phone{
		display:inline-block;
		padding-right:2em;
	}
	.top-panel{
		width:90%;
	}
	.top-panel h1{
		font-size:32px;
	}
	.top-panel p{
		font-size:15px;
	}
	.adv-list .d-pad{
		max-width:300px;
	}
	.contacts-form .title{
		font-size:32px;
	}
	.call-us{
		font-size:24px;
	}
	.call-us a[href^="tel:"]{
		font-size:30px;
	}
	.tg-link{
		width:80px;
		height:80px;
	}
}
@media (min-width:1200px) and (max-width:1399.98px){
	.top-panel h1{
		font-size:36px;
	}
	.contacts-form .title{
		font-size:36px;
	}
}

@media (max-width:1399.98px){
	.adv-list h3{
		padding-right:0;
	}
	.club-link{
		font-size:13px;
	}
}