.step1 .order_form{
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	margin-bottom: 40px;
}
.form_link{
	color: #fff;
    position: absolute;
    top: -3px;
    right: 0;
    background: #057801;
    padding: 5px 10px;
    z-index: 5;
}
.form_link:after{
	display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 15px 10px;
    border-right-color: #047801;
    border-bottom-color: #047801;
    position: absolute;
    right: 100%;
    top: 0;
}
.form_link a{
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.form_link a:hover{
	border-bottom: 0;
}
.form_link a:after{
	display: none;
}
.step1 .order_form .controls{
	overflow: visible;
	clear: both;
	margin: 0 0 25px;
}
.step1 .order_form .controls.controls-country{
	margin-bottom: 25px;
}
.order_form.order_form-step1 .car_sticker{
	top: 0;
}
.order_form .column{
	width: 420px;
	float: left;
}
.step1 .order_form .form-actions{
	clear: both;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.order_form .form-fields{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.main_title {
    color: #3f3f3f;
    text-transform: uppercase;
    font-size: 30px;
    margin: 10px 0;
}
.slider_car table td{
	height: 70px;
}
.order_form .controls-cars .field{
	height: 94px;
}
.order_form .btn-invers{
	background: transparent;
    color: #fd0;
}
.order_form .btn-invers:after{
	width: 18px;
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iI2ZmZDAwNSIvPgogIDwvZz4KPC9zdmc+Cg==) center no-repeat;
	background-size: contain;
}
.order_form .btn-invers:hover{
	color: #333;
}
.country-it{
	width: 180px;
}
.country-de{
	width: 180px;	
}
.country-fr{
	width: 180px;	
}
.country-gb{
	width: 430px;
}
.banner-top_countries{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
	justify-content: space-between;
	margin: 25px 0 0;
}
.banner-top_countries img{
	width: auto;
    min-height: 100%;
    top: auto;
    bottom: 0;
}
.form_block_content{
	margin-top: 10px;
}
.form_block_content{
	width: 100%;
}
.step2{
	background: url(/bitrix/templates/thrifty_adaptive/images/last-header/moskva.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.order_form-step2{
	margin-bottom: 40px;
}
.step2.spb-bg{
	background: url(../images/last-header/bg-spb.jpg) no-repeat 50% 0;
    background-size: cover;
}
.banner_main_mobile{
	display: none;
}
@media screen and (max-width: 1080px){
	.banner-top_countries .country {
	    width: 150px;
	    height: 150px;
	}
	.banner-top_countries .country-gb {
	    width: 290px;
	}
	.step1 .order_form{
		width: 420px;
    	padding: 30px 15px;
	}
	.order_form .column {
	    width: 100%;
	}
	.order_form .btn-invers{
		margin-bottom: 20px;
	}
	.step1 .order_form  .form-actions{
		height: auto!important;
	}
	.order_form .form-fields{
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 640px){
	.banner-top_countries{
		display: none;	
		margin: auto;
	}
	.order_form .controls.controls-cars{
		margin: 0 -15px 25px;
	}
	.banner_main_desktop{
		display: none;
	}
	.banner_main_mobile{
		display: block;
	}
	.banner-top-visible{
		display: block!important;
	}
}
