
@font-face{
	font-family:"bb";
	src:url(bebasneue_regular-webfont.ttf) format("truetype");
}

body{
	margin:0;
	font:100%/1.5em DINPro, Arial;
	color:#444;
	line-height:1;
}
*{box-sizing:border-box;}
#vk_groups{width:100%; box-sizing:border-box;}
#vk_comments, #vk_comments iframe {
    width: 100% !important;
}
.clr:before,.clr:after{
	content:" ";
	display:table;
}
.clr:after{
	clear:both;
}
.wdth1200{
	margin:0 auto;
	width:100%;
	padding:0;
	max-width:1200px;
}
.flex{
	display:flex;
}
.jc-sb{
	justify-content:space-between;
}
.ai-c{
	align-items:center;
}

header{
	padding:20px 0;
	line-height:1;
}

.logo img {
	width:215px;
}
.work-house{
	margin:0 20px 0 0;
	font-size:.75em;
}
.phones{
	margin:0 20px 0 0;
}
.phones a{
	display:block;
	text-decoration:none;
	font-weight:600;
	color:#444;
}
.button{
	display:block;
	padding:13px 20px;
	background:#FD6102;
	color:#fff;
	border-radius:4px;
	cursor:pointer;
}
.loko{
	line-height:1;
}
.offers{
	width:100%;
	max-width:510px;
	text-transform:uppercase;
	margin: 0 50px 0 0;
}
h1{
	font-size:3em;
}
h1 span{
	color:#23B443;
}
.ofp{
	margin:40px 0 20px;
}
.offer-question{
	margin:0 20px 0 0;
	width: 190px;
}
.offer-question h4{
	font-size:1.5em;
	margin:0;
	font-weight: 600;
}
.offer-sale{
	line-height:1.2;
	font-weight:600;
}
.offer-sale span{
	color:#23B443;
	display:block;
	text-decoration:underline;
}
.offer-sale div{
	font-size:1.5em;
	
}
.offers-img{
	
}

input, textarea{
	width:100%;
	padding:11px 15px;
	border-radius:4px;
	outline:none;
	font-size:1em;
	margin:0 5px 0 0;
	border: 1px solid #ccc;
	font-family: DINPro;
}
.callme input{
	font-size: 1.5em;
	height: 45px;
	padding: 6px 15px;
	max-width:300px;
}
.callme .button{
    height: 45px;
	padding: 14px 20px;
}
.confid{
	font-size:.625em;
	text-transform: initial;
}
.confid a{
	color:#444;
}
.confid a:hover{
	text-decoration:none;
}


.car{
	position:relative;
	display: flex;
    align-items: center;
	
}
.car img{
	width:400px;
	border-radius:100%;
	animation: radial-pulse 1s infinite;
	border:2px solid #23B443;
}
@keyframes radial-pulse {
  0% {
	box-shadow: 0 0 0 0px rgb(180 227 127);
  }
 
  100% {
	box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
  }
}

.car-info{
	width: 249px;
    font-size: .875em;
    padding: 20px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 50%);
    background:url(/images/clever-gray.svg) no-repeat 90% 10% #fff;
	margin: 0 0 0 -10px;
}
.car-info h4{
	color:#23B443;
	margin:0 0 20px;
}

.ouruslug{
	background:url(/images/line.svg) repeat-x;
	background-size:contain;
}
.pdng50{
	padding:50px 0;
}
.h2{
	font-size:1.5em;
	text-transform:uppercase;
	text-align:center;
	margin:0 0 50px;
	font-weight: 600;
}
.blockanons{
	flex-wrap:wrap;
}
.uslcontent{
	width:32%;
	box-shadow: 0px 0px 4px rgb(0 0 0 / 50%);
	margin:0 0 20px;
	background:#fff;
}
.uslcontent img{
	width:100%;
}
.uslcontent h4{
	font-weight:100;
	text-transform:uppercase;
	text-decoration:underline;
	padding:0 20px;
	text-align:center;
	font-size:.875em;
}

.wwcontent{
	width:32%;
	box-shadow: 0px 0px 4px rgb(0 0 0 / 50%);
	margin:0 0 20px;
	background:#fff;
	padding:30px 20px 20px 100px;
	min-height: 100px;
}
.wwcontent h4{
	font-size:1em;
	font-weight:600;
	margin:0;
}
.ww1{background:url(/images/ww1.svg) no-repeat 30px 30px;}
.ww2{background:url(/images/ww2.svg) no-repeat 30px 30px;}
.ww3{background:url(/images/ww3.svg) no-repeat 30px 30px;}

.pay1{background:url(/images/pay-1.svg) no-repeat 30px 30px;}
.pay2{background:url(/images/pay-2.svg) no-repeat 30px 30px;}
.pay3{background:url(/images/pay-3.svg) no-repeat 30px 30px;}

.zakimg{
	width:50%;
}
.zakimg img{
	width:100%;
}
.zaktext{
	width:50%;
	max-width:400px;
}
.zaktext h4{
	font-size:1.5em;
	font-weight:600;
}
.zaktext a.number{
	display: table;
    color: #444;
    font-size: 1.5em;
    text-decoration: none;
    border-bottom: 1px solid #999;
    padding: 0 0 3px;
}
.onas{
	background:#f0f0f0;
}
h1.mob, .callme.mob{display:none;}










/*POPUP*/
.popup{
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0,0,0,.5);
    z-index: 10;
	padding:0 20px;
}
.hover{
	width: 100%;
    max-width: 350px;
    background: #fff;
    padding: 40px 20px;
    border-radius: 4px;
    margin: 40px auto;
	text-align: center;
	position:relative;
}
.hover_h1{
	font-size: 1.5em;
    font-weight: 600;
}
.closebtn{
	position:absolute;
	top: 10px;
    right: 13px;
	font-size:.75em;
	border-bottom:1px dashed #999;
	cursor:pointer;
}
.closebtn:hover{
	border-bottom:1px dashed #fff;
}
.hover input{
	text-align: center;
}
/*POPUP*/


@media screen and (max-width: 1250px){
	.wdth1200{
		padding:0 20px;
	}
	.offers{
		max-width: 450px;
	}
	h1 {
		font-size: 2.5em;
	}
}
@media screen and (max-width: 1190px){
	.car img {
		width: 350px;
	}
	.loko .wdth1200{
		justify-content:space-between;
	}
}
@media screen and (max-width: 1130px){
	.offers {
		max-width: 430px;
		margin:0;
	}
	.offer-sale {
		line-height: 1.3;
	}
	.offer-sale span{
		font-size: .875em;
	}
	.offer-sale div, .offer-question h4{
		font-size: 1.35em;
	}
	.offers-img {
		width: 60px;
	}
	.callme input {
		font-size: 1.25em;
	}
	.button{
		font-size: .875em;
	}
}
@media screen and (max-width: 1070px){
	h1 {
		font-size: 2.125em;
	}
	.offers {
		max-width: 410px;
		margin: 0;
	}
	.ofp {
		margin: 20px 0;
	}
	.car-info {
		width: 200px;
		font-size: .75em;
	}
	.offer-question {
		margin: 0;
		width: 140px;
	}
	.offer-sale div, .offer-question h4 {
		font-size: 1.125em;
	}
}
@media screen and (max-width: 950px){
	.car-info{display:none;}
	.loko .wdth1200 {
		justify-content: end;
	}
	.offers {
		max-width: 50%;
		margin: 0 20px 0 0;
	}
}
@media screen and (max-width: 768px){
	.work-house{display:none;}
	.uslcontent {
		width: 49%;
	}
	.wwcontent {
		width: 100%;
	}
	h1 {
		font-size: 2em;
	}
	.offer-sale div, .offer-question h4 {
		font-size: 1em;
	}
	.offer-sale span {
		font-size: .75em;
	}
	.really{
		font-size: .75em;
	}
	.offer-sale div, .offer-question h4 {
		font-size: .875em;
	}
	.callme input {
		font-size: 1em;
	}
	.button {
		font-size: .75em;
	}
	.car img {
		width: 300px;
	}
	.zakazat .flex{
		align-items: flex-end;
	}
	.zaktext h4 {
		font-size: 1.125em;
	}
	.zaktext p{
		font-size: .875em;
	}
	.zaktext p.confid {
		font-size: .625em;
	}
	.callme .button {
		height: 45px;
		padding: 16px 20px;
		text-transform: uppercase;
	}
	.uslcontent h4 {
		font-weight: 600;
		text-decoration: none;
		font-size: .75em;
	}
}
@media screen and (max-width: 680px){
	.offers {
		max-width: 100%;
	}
	.car img {
		width: 150px;
	}
	.really br{display:none;}
}
@media screen and (max-width: 560px){
	.logo img {
		width: 180px;
	}
	header .button{
		display:none;
	}
	h1 {
		font-size: 1.5em;
	}
	.pdng50 {
		padding: 30px 0;
	}
	.h2{
		font-size: 1.125em;
		margin: 0 0 30px;
	}
	.zakimg {
		display: none;
	}
	.zaktext {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 520px){
	.offer-sale span {
		font-size: .55em;
	}
	h1.desc{display:none;}
	h1.mob {
		display: block;
		padding: 0 20px;
		text-align: center;
		font-weight: 600;
		text-transform: uppercase;
	}
	.callme .flex{
		display: block;
		text-align: center;
	}
	.callme input {
		font-size: 1em;
		width: 100%;
		margin: 0 0 10px;
		max-width: 270px;
	}
	.callme .button {
		text-align: center;
		max-width: 270px;
		margin: 0 auto;
	}
	.offers-img {
		display: none;
	}
	.offers {
		max-width: 130px;
	}
	.callme.mob{display:block; padding:0 20px;text-align: center;}
	.callme.desc{display:none;}
	.ofp {
		margin:0;
		display: block;
	}
	.offer-question {
		margin: 0 0 10px;
		width: 100%;
		font-weight: 600;
	}
	.offer-sale div, .offer-question h4 {
		font-size: 1em;
	}
	.loko .wdth1200 {
		justify-content: center;
		margin: 0 0 20px;
	}
	.uslcontent h4{
		padding: 0 12px;
	}
	p.confid {
		text-align: center;
	}
	.zaktext {
		text-align: center;
	}
	.zaktext a.number{
		margin:0 auto;
	}
}
@media screen and (max-width: 426px){
	.logo img {
		width: 160px;
	}
	.phones a {
		font-weight: 300;
		font-size: .875em;
		margin: 5px 0;
	}
}












