/* ALERT RELATED CLASS (START) */

.alert-area {
	max-height: 100%;
	position: fixed;
	bottom: 5px;
	left: 20px;
	right: 20px;
	z-index: 100;
}

.alert-content {
	padding-right: 16px;
	text-align: left;
}

.alert-box {
	font-size: 16px;
	color: white;
	background: rgba(0, 0, 0, 0.9);

	line-height: 1.3em;
	padding: 10px 15px;
	margin: 5px 10px;
	position: relative;
	border-radius: 5px;
	transition: opacity 0.5s ease-in;
}

.alert-box.red {
	background: rgba(255, 0, 0, 0.7);
}

.alert-box.green {
	background: rgba(0, 255, 0, 0.7);
}

.alert-box.gray {
	background: rgba(15, 30, 53, .7);
}

.alert-box.hide {
	opacity: 0;
}

.alert-close {
	background: transparent;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.alert-close:before,
.alert-close:after {
	content: '';
	width: 15px;
	border-top: solid 2px white;
	position: absolute;
	top: 5px;
	right: -1px;
	display: block;
}

.alert-close:before {
	transform: rotate(45deg);
}

.alert-close:after {
	transform: rotate(135deg);
}

.alert-close:hover:before,
.alert-close:hover:after {
	border-top: solid 2px #d8d8d8;
}

@media (max-width: 767px) and (min-width: 481px) {
	.alert-area {
		left: 100px;
		right: 100px;
	}
}

@media (min-width: 768px) {
	.alert-area {
		width: 350px;
		left: auto;
		right: 0;
	}
}


.alert-message-container {
	text-align: center;
	line-height: 2.5em;
	margin-top: 50px;
}

.alert-message-box {
	font-size: 20px;
	width: 300px;
	border: solid 1px #444;
	padding: 10px 15px;
	outline: none;
	transition: box-shadow 0.1s;
}

.alert-message-box:focus {
	box-shadow: 0 0 15px 2px #888;
}

.alert-message-button {
	font-size: 18px;
	color: white;
	background: #14b9ff;
	width: 250px;
	border: solid 1px #14b9ff;
	padding: 10px 20px;
	margin-top: 5px;
	cursor: pointer;
	outline: none;
	transition: background 0.1s;
}

.alert-message-button:hover,
.alert-message-button:focus,
.alert-message-button:active {
	background: #7dd8ff;
}

/* ALERT RELATED CLASS (END) */

.page{
	display: flex;
	flex-direction: column;
}
footer{
	margin-bottom: 0;
	margin-top: auto;
}
textarea.error,
input.error {
	border-color: red;
}

.rd-navbar-subsubmenu {
	display: none;
}

.rd-navbar-dropdown {
	position: relative;
}

.rd-navbar-dropdown li:hover .rd-navbar-subsubmenu {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #36404b;;
	padding: 20px 10px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	background-color: #fb4848;
	border: 1px solid rgba(255,255,255,0.50);
	z-index: 5;
	transform: translateX(100%);
	margin-left: 40px;
}

.rd-navbar-subsubmenu__item {
	display: block;
	padding: 3px 10px;
	color: #fff;
}

.rd-navbar-subsubmenu__item:hover {
	color: #ff4646;
}

.thumbnail-variant-2 {
	pointer-events: none;
}

.top-custom-bg {
	background-size: cover;
	background-position: center;
}

.top-contacts {
	padding: 25px 25px;
	background-color: white;
	color: #808080;
	position: relative;
	z-index: 5;
}


.top-contacts .form-label,
.top-contacts {
	font-size: 16px;
}

.form-input[type="date"] {
	color: white;
}

.focus + .form-input[type="date"] {
	color: inherit;
}

.top-contacts textarea {
	height: 45px;
	min-height: 45px;
}

.file_upload {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.file_upload > button {
	display: inline-block;
	padding: 5px 20px;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 0;
}

.file_upload > div {
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	padding: 10px 15px;
	font-size: 17px;
}

.file_upload input[type=file] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.file_upload input[type=file]:hover + button {
	color: #fff;
	background-color: #ff4646;
	border-color: #ff4646;
}

.form-check.checkbox-wrap {
	position: relative;
}

.form-check.checkbox-wrap input {
	vertical-align: top;
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 3px;
}

.form-check-label {
	padding: 10px 15px 10px 35px;
	font-weight: normal;
}

.top-contacts .button {
	display: inline-block;
	padding: 5px 20px;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 0;
}

.top-contacts__title {
	text-align: center;
	color: black;
	font-size: 20px;
}
.make-logo-col{
	text-align: center;
}
.make-logo{
	display: inline-block;
}
.img-icon{
	display: inline-block;
	position: relative;
}
.img-icon img{
	filter:  brightness(0) invert(1);
	width: 40px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.img-icon:hover img{
	filter: none;
}
.img-icon-blue{
	display: inline-block;
	position: relative;
}
.img-icon-blue img{
	width: 50px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.img-icon-blue:hover img{
	filter:  brightness(0) invert(1);
}
.mb-40{
	margin-bottom: 40px!important;
}
.mb-30{
	margin-bottom: 30px!important;
}
.mb-20{
	margin-bottom: 20px!important;
}
.mb-10{
	margin-bottom: 10px!important;
}
.normal-ul ul{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}

/*popup*/
.im-popup {
	background-color: rgba(15,30,53,0.6);
	visibility: hidden;
	opacity: 0;
	transition: visibility ease-in-out 0.3, opacity 0.3 ease-in-out;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	height: 100vh;
	text-align: center;
	z-index: 25;
	font-size: 0;
}

@media (min-width: 640px) {
	.im-popup {
		overflow-y: auto;
		padding: 65px 0;
	}
}

@media (max-width: 768px) {
	.im-popup {
		z-index: 1600;
	}
}

.im-popup:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.im-popup .im-popup-inside {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.im-popup._visible {
	opacity: 1;
	visibility: visible;
}

.im-popup .im-popup {
	opacity: 0;
}

.b-popup .b-form {
	padding: 0;
	background-color: transparent;
	border: 0
}

.b-popup {
	background: #fff;
	position: relative;
	overflow: auto;
	font-size: 0
}

.b-popup:before, .b-popup__wrapper {
	display: inline-block;
	vertical-align: middle
}

.b-popup:before {
	content: '';
	height: 100%
}

.b-popup__wrapper {
	font-size: 16px;
	width: 100%
}

.b-popup__close {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	background: #0082c1;
	top: 12px;
	right: 15px;
	color: white;
	font-size: 16px;
	line-height: 36px;
}

.b-popup__close .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff
}
@media (min-width: 1200px){
	.rd-navbar-brand .brand-name{
		display: block;
		margin: -10px 0;
	}
}

.brand-name img{
	height: 36px;
	width: auto;
}

@media (min-width: 1200px){
	.brand-name img{
		height: 60px;
		width: auto;
	}
}

.rd-navbar--is-stuck .rd-navbar-brand .brand-name{
	margin: 0;
}
.rd-navbar--is-stuck .brand-name img{
	height: 40px;
}
@media (min-width:1200px){
	.rd-navbar--is-stuck .brand-name img{
		height: 60px;
		width: auto;
	}
	.brand-name img{
		height: 80px;
		width: auto;
	}
}
.brand-name img{
	/*margin: -5px 0;*/
}
.rd-navbar--is-stuck .brand-name img{
	margin: 0;
}
.top-screen{
	position: relative;
	min-height: 400px;
}
.top-screen .top-contacts__title{
	padding: 10px;
	color: white;
	background-color: #ff161f;
}
.top-screen .top-contacts{
	padding: 0;
}

.top-screen .body-wrap{
	padding: 15px 25px 25px;
}
.top-screen .double-wrap{
	margin-bottom: 5px;
}
.body-wrap .form-wrap{
	margin: 0;
	margin-bottom: 5px;

}
.body-wrap .file_upload{
	margin-top: 15px;
}

.double-wrap .form-check-label{
	padding: 1px 0px 15px 35px;
	text-align: right;
	line-height: 1.3;
}
@media (min-width: 640px){
	.double-wrap{
		display: flex;
		align-items: start;
		justify-content: space-between;
	}
	.double-wrap .form-wrap:first-child{
		margin-right: 15px;
	}
	.double-wrap .form-wrap:last-child{
		margin-left: 15px;
	}
	.double-wrap .form-wrap{
		margin: 0;
	}
	.double-wrap .form-check-label{
		padding: 1px 15px 1px 35px;
	}
}


.double-wrap.bottom{
	align-items: flex-end;
	margin-top: 10px;
}

.double-wrap .form-check.checkbox-wrap{
	display: flex;
}
.top-contacts .button{
	min-width: 140px;
}
.ui-datepicker-calendar td a{
	text-align: center;
}
.top-screen .form-label,
.top-screen .form-check-label,
.top-screen .file_upload > div,
.top-screen .form-input{
	font-size: 15px;
}
.top-screen .file_upload > div{
	font-size: 15px;
}
.top-slider{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.top-slider .owl-stage-outer,
.top-slider .owl-stage,
.top-slider .owl-item{
	height: 100%;
}

.top-slider__item{
	display: block;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.header-titles{
	padding: 50px 0 30px;
	text-align: center;
}

.header-titles h2{
	margin-bottom: 20px;
}
.header-titles h1{
	margin-bottom: 10px;
}
.section-md .header-titles{
	 padding: 0 0 10px
}

.rd-navbar-bottom-panel {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1200px){
	.rd-navbar-bottom-panel {
		height: 46px;
	}
}

.rd-navbar-static.rd-navbar--is-stuck{
	padding-left: 0;
	padding-right: 0;
}
.rd-navbar-black-wrap {
	background-color: #36404b;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-black-wrap .rd-navbar-nav > li > a{
	color: white;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-black-wrap .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-black-wrap .rd-navbar-nav > li > .rd-navbar-dropdown{
	margin-top: 6px;
}
/*.rd-navbar-default.rd-navbar-static .rd-navbar-black-wrap .rd-navbar-dropdown{*/
	/*background-color: #fb4848;*/
	/*border: 1px solid rgba(255,255,255,0.50);*/
/*}*/
/*.rd-navbar-default.rd-navbar-static .rd-navbar-black-wrap .rd-navbar-dropdown li > a{*/
	/*color: white;*/
/*}*/
.header-info-item {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
	position: relative;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}
@media (max-width: 1200px){
	.header-info-item{
		display: none;
	}
}
.header-info-item:last-child{
	margin-right: 0;
	border: 0;
	padding-right: 0;
}

.header-info-item__title {
	color: #36404b;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 5px;
}
.header-info__phones-wrap{
	display: flex;
	flex-direction: column;
}

.header-info-item__text {
	font-size: 14px;
	color: #36404b;
	line-height: normal;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-aside-right.top{
	align-items: flex-start;
	height: auto;
}
.header-info-item__label{
	font-size: 12px;
	display: block;
	top: -1px;
	text-align: center;
	/*background-color: #ff161f;*/
	/*color: white;*/
	border: 2px solid #ff161f;
	color: black;

	margin: 8px 0 0;
	padding: 1px;
	line-height: 18px;
	width: 100%;
}
.header-info-item__phone{
	color:  #36404B;
	font-size: 14px;
	margin-right: 5px;
	line-height: normal;
	margin-bottom: 8px;
}
.header-info-item__phone:last-child{
	margin-bottom: 0;
}
/*.header-info-item__phone:after{*/
	/*content: '||';*/
	/*color: #F54A46;*/
	/*font-size: 16px;*/
	/*margin-left: 7px;*/
	/*pointer-events: none;*/
	/*line-height: 10px;*/
/*}*/
.header-info-item__phone:last-child{
	margin-right: 0;
}
.header-info-item__phone:last-child:after{
	content: none;
}
/*.header-info-item .icon{*/
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 11px;*/
	/*color: #F54A46;*/
	/*font-size: 30px;*/
/*}*/
.header-info-item .icon{
	color: #ff161f;
	font-size: 15px;
	margin-right: 5px;
}
.how-we-work{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	flex-wrap: wrap;
}
.how-we-work__item{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	padding: 0 10px;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.how-we-work__item:after{
	content: '';
	position: absolute;
	top: 43px;
	right: -9px;
	width: 15px;
	height: 15px;
	background-image: url("../images/how-arr.png");
}
@media (max-width: 639px) {
	.how-we-work__item:after {
		top: auto;
		bottom: -20px;
		right: 50%;
		background-image: url("../images/how-arr.png");
		transform: rotate(90deg) translateY(-50%);
	}
}
@media (min-width: 640px) {
	.how-we-work__item {
		width: 25%;
		margin-bottom: 20px;
	}
}

@media (min-width: 993px) {
	.how-we-work__item {
		width: 12.5%;
		margin-bottom: 0;
	}
}

.how-we-work__item:last-child:after{
	content: none;
}
.how-we-work__text{
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 7px;
	min-height: 30px;
}
.how-we-work__img-wrap{
	background-color: white;
	border-radius: 50%;
	width: 94px;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 9px;
}
.how-we-work__add{
	position: relative;
	padding-left: 26px;
	color: black;
	font-size: 10px;
	text-align: left;
	margin-bottom: 15px;
	line-height: normal;
	display: block;
}
.how-we-work__add-img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > span{
	cursor: default;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > span.no-items:before,
.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > a.no-items:before{
	content: none;
}

@media (min-width:993px){

	.rd-navbar-default.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-inner,
	.rd-navbar-default.rd-navbar-static .rd-navbar-inner{
		padding: 0 15px;
	}
	.rd-navbar-inner-wrap {
		overflow: hidden;
	}
	.rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .header-block{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .header-block__item{
		margin-bottom: 10px;
	}
	.rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .header-block__item:last-child{
		margin-bottom: 0;
	}
}
.rd-navbar-inner-wrap {
	background: linear-gradient(135deg, #d1d2d5 0, #d1d2d5 130px, #f2f1f1 250px, #f2f1f1 100%);
}

.header-block {
	text-align: left;
	padding: 28px 125px 27px 27px;
	background: linear-gradient(135deg, rgba(205, 207, 210, 1) 0%, rgba(205, 207, 210, 1) 63%, rgba(205, 207, 210, 1) 63%, rgba(242, 241, 241, 1) 100%);
	position: relative;
	z-index: 1;
	display: none;
}
@media(min-width:1200px){
	.header-block {
		display: block;
	}
}
.header-block.second{
	padding-right: 78px;
}
.header-block__item{
	font-size: 16px;
	color: #36404b;
	letter-spacing: 0.4px;
	line-height: normal;
	margin-bottom: 22px;
	position: relative;
	z-index: 5;
}
.header-block:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 130px;
	background-image: url("../images/l-trim.png");
	background-size: contain;
	z-index: 2;
	background-position: right;
	background-repeat: no-repeat;
}

.header-block.second:after{
	width: 82px;
	background-image: url("../images/r-trim.png");
}
.header-block.second:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -800px;
	z-index: 1;
	background: linear-gradient(135deg, rgba(205, 207, 210, 1) 0%, rgba(205, 207, 210, 1) 250px,  rgba(242, 241, 241, 1) 400px, rgba(242, 241, 241, 1) 100%);
}
@media (min-width:1600px){
	.rd-navbar-inner-wrap {
		background: linear-gradient(135deg, #d1d2d5 0, #d1d2d5 25%, #f2f1f1 30%, #f2f1f1 100%);
	}
}

.header-block__item:last-child{
	margin-bottom: 0;
	margin-left: -22px;
}
.header-block__item .icon{
	color: #ff161f;
	position: absolute;
	left: -20px;
	font-size: 16px;
}
.header-block__item a{
	color: #36404b;
}
.header-block__phone{
	margin-right: 10px;
}
.header-block__item span{
	color: #ff161f;
}
.header-block__phone:hover{
	opacity: 0.7;
}
.header-block__phone:last-child{
	margin-right: 0;
}
.header-block.third{
	background: none;
	padding-right: 0;
	padding-left: 0;
	text-align: right;
}
.header-block.third:after{
	content: none;
}
.custom-callback:before{
	content: '';
	background-image: url("../images/callback.png");
	width: 16px;
	height: 16px;
	display: inline-block;
}
.custom-feedback{
	top: 2px;
}
.custom-feedback:before{
	content: '';
	background-image: url("../images/feedback.png");
	width: 16px;
	height: 14px;
	display: inline-block;
}
.header-block__item.feedback,
.header-block__item.callback{
	padding-left: 5px;
	color: #ff161f;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.5px;
	transition: 0.3s opacity;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.header-block__item.feedback:hover,
.header-block__item.callback:hover{
	opacity: 0.7;
}

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li:first-child{
	padding-left: 0;
}
@media (max-width: 1199px){
	.mob-expand{
		position: relative;
	}
	.mob-expand:after{
		font-family: 'FontAwesome';
		content: '\f106';
		position: absolute;
		top: 15px;
		right: 30px;
	}
	.rd-navbar-dropdown li .rd-navbar-subsubmenu .rd-navbar-subsubmenu__item{
		font-size: 12px;
		line-height: normal;
		padding-top: 7px;
		padding-bottom: 7px;
	}
}
.mob-expand.active{
	background-color: #eee;
}

.mob-expand.active:after{
	transform: scale(1,-1);
}
.rd-navbar-dropdown li:hover .rd-navbar-subsubmenu.active,
.rd-navbar-dropdown li .rd-navbar-subsubmenu.active{
	display: block;
	position: static;
	transform: none;
	background: white;
	padding: 0 0 0 25px;
	margin: 0;
	box-shadow: none;
}

.on-map:hover{
	opacity: 0.7;
}

.js-hidden-makes.no-others{
	height: 500px;
	overflow: hidden;
}

.js-hidden-makes.has-others{
	height: 500px;
	overflow: hidden;
}
@media (min-width:768px){
	.js-hidden-makes.no-others{
		height: 240px;
	}
	.js-hidden-makes.has-others{
		height: 280px;
	}
}

@media (min-width:993px){
	.js-hidden-makes.no-others,
	.js-hidden-makes.has-others{
		height: auto;
	}
	.makes .js-hidden-makes.no-others,
	.makes .js-hidden-makes.has-others{
		margin-bottom: 0;
	}
	/*.js-hidden-makes.no-others{*/
		/*height: 215px;*/
	/*}*/
   /*.js-hidden-makes.has-others{*/
		/*height: 135px;*/
	/*}*/
	.js-show-all-makes{
		display: none;
	}
}

/*@media (min-width:1200px){*/
	/*.js-hidden-makes.no-others{*/
		/*height: 240px;*/
	/*}*/
	/*.js-hidden-makes.has-others{*/
		/*height: 150px;*/
	/*}*/
/*}*/

h1,h2,h3{
	text-align: center;
}
.b-content-single-img{
	margin-bottom: 40px;
}
.b-content-single-img img{
	max-width: 100%;
}
.mt-70{
	margin-top: 70px;
}
.mt-20{
	margin-top: 20px;
}
.makes h3,
.makes h4{
	margin-bottom: 20px;
}
.makes .range{
	margin-bottom: 50px;
	margin-top: 0;
}
.makes .range:last-child{
	margin-bottom: 0;
}

.makes .button {
	margin-top: 0;
}
table {
	width: 100%;
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
	overflow: hidden;
	margin-bottom: 25px;
}

table th, table td {
	padding: 14px 20px;
	border: 1px solid #d7d7d7;
	line-height: 20px;
	font-size: 14px;
	vertical-align: top;
}

table th {
	font-weight: 500;
	font-size: 16px;
	background-color: #ebebeb;
	text-align: left;
}

ul,ol{
	list-style-position: inside;
	margin-bottom: 20px;
}

.composite .shell{
	margin-bottom: 40px;
}
.composite .shell:last-child{
	margin-bottom: 0;
}

.l-container{
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
	margin: 0 auto;
}
.repair-form-btn-holder{
	background-color: #ff161f;
	align-items: center;
	transform: skewX(-33deg);
	padding: 0 88px;
	margin-right: 10px;
	display: none;
}
.repair-form-btn{
	color: white;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
	transform: skewX(33deg);
	position: relative;
}

.repair-form-btn:hover{
	color:white;
	opacity: 0.7;
}
.repair-form-btn:after{
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-right: 2px solid white;
	border-top: 2px solid white;
	transform: rotate(135deg);
	right: -14px;

	bottom: 10px;
}

.repair-form-btn.open:after{
	transform: rotate(-45deg);
	bottom: 5px;
}
.repair-form-wrap{
	position: relative;
}
.repair-form{
	display: none;
	background-color: #ff161f;
	padding: 20px 0 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 7;
}
.repair-form.open{
	display: block;
}

.repair-form__top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 17px;
	flex-direction: column;
}

.repair-form__bottom{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
}
.repair-form__top .b-input{
	width: 100%;
	margin-bottom: 10px;
}
.repair-form__top .b-input:last-child{
	margin-right: 0;
}
.b-input{
	border: 0;
	padding: 0 15px;
	height: 40px;
	font-size: 16px;
}
.repair-form__btn{
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	padding: 0 22px;
	height: 32px;
	line-height: 32px;
	background: linear-gradient(to bottom, rgba(107,107,109,1) 1%,rgba(76,76,76,1) 100%);
}
.repair-form__btn:hover{
	background: linear-gradient(to bottom,rgba(76,76,76,1) 1%, rgba(107,107,109,1) 100%);
}
.agree-item checkbox-custom-dummy{
	display: none;
}
.agree-item input{
	margin-right: 10px;
	margin-top: 2px;
}
.agree-item label{
	font-size: 15px;
	color: #111111;
	font-weight: normal;
	line-height: normal;
	cursor: pointer;
	letter-spacing: 0.5px;
}
.agree-item{
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.repair-form .file_upload{
	cursor: pointer;
	margin-bottom: 10px;
}
.repair-form .file_upload:hover .repair-form__upload{
	opacity: 0.7;
}

.repair-form .file_upload .repair-form__upload{
	font-size: 15px;
	color: #111111;
	font-weight: bold;
	background-color: transparent;
	border: none;
	padding: 0 0 0 20px;
	height: auto;
	margin-right: 10px;
	letter-spacing: 0.5px;
}
.repair-form .file_upload .repair-form__upload:hover{
	opacity: 0.7;
}
.repair-form .file_upload .repair-form__upload-title{
	font-size: 15px;
	color: #111111;
	padding: 0;
	height: auto;
	letter-spacing: 0.5px;
}
input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}
.repair-form__upload:before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	background-image: url("../images/screw.png");
	width: 13px;
	height: 12px;
}

.mob-header-btn{
	display: flex;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 48px;
    height: 48px;
	background: none;
	border: none;
	align-items: center;
	justify-content: center;
}

.mob-phones-btn span{
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url('../images/icon-phone.png');
	background-size: contain;
}
.mob-header-btn.mob-form-btn{
	right: 52px;
}
.mob-form-btn span{
	display: inline-block;
	width: 29px;
	height: 29px;
	background-image: url('../images/icon-form.png');
	background-size: contain;
}

@media (min-width: 992px){
	.contacts-title{
		text-align: left;
	}
}

.contacts-text h4{
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
}
.contacts-text h4:first-child{
	margin-top: 0;
}
.repair-form__middle{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.repair-form__message{
	border: 0;
	padding: 5px 15px;
	height: 60px;
	font-size: 16px;
	width: calc(36% + (10% / 4))
}
.mt-30{
	margin-top: 30px;
}
.top-contacts textarea.cb-text{
	height: 90px;
}

.advantages .icon-circle{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.advantages  .icon-primary.icon-circle {
	opacity: 1;
	color: #3470af;
	background-color: #fff;
	box-shadow: 0 0 0 8px #c5d5e6;
}
.advantages .img-icon img {
    filter: none;
}
.bg-primary .link.link-default.no-link:hover{
	color: white;
}
.advantages .thumbnail-variant-1{
	text-align: center;
}
@media (max-width:1199px){
	.header-contacts.open .header-block{
		display: block;
	}
	.header-contacts .header-block{
		background: #cdcfd2;
		padding: 24px 20px 10px;
	}
	.header-contacts .header-block.second{
		padding-top: 12px;
		padding-bottom: 25px;
	}
	.header-block__item.feedback,
	.header-block__item.callback{
		text-align: left;
	}
	.header-contacts .header-block.third{
		padding-bottom: 25px;
	}
	.header-contacts .header-block.third:after{
		content: '';
		background: #b6b9be;
		transform: skewX(-33deg);
		left: 0px;
		right: -500px;
		width: auto;
	}

	.header-contacts .header-block:first-child:after{
		content: '';
		background: #b6b9be;
		transform: skewX(-33deg);
		left: -500px;
		right: 16px;
		width: auto;
	}
	.header-contacts .header-block.second:before{
		background: #f2f1f1;
		transform: skewX(-33deg);
		left: 13px;
		z-index: 3;
	}
	.header-contacts .header-block.second:after{
		content: '';
		background: #b6b9be;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 24px;
		width: auto;
		z-index: 1;
	}
	.header-contacts .header-block__item{
		padding-left: 23px;
		max-width: 300px;
		margin: 0 auto 22px;
	}
	.header-contacts .header-block__item:last-child{
		margin-bottom: 0;
	}
	.header-contacts .header-block__phone{
		letter-spacing: -0.4px;
	}
	.header-contacts .header-block__item .icon{
		left: 0;
	}
	.repair-form-wrap,.header-contacts{
		position: fixed;
		left: 0;
		top: 56px;
		right: 0;
	}
	
	.repair-form__message {
		width: 100%;
	}
	.repair-form__top{
		margin-bottom: 0;
	}
}

@media (max-width:400px){
	.header-contacts .header-block__item{
		max-width: 230px;
	}
	.header-contacts .header-block__item{
		margin-bottom: 10px;
	}
	.header-contacts .header-block__item.clock span{
		display: block;
	}
	.header-contacts .header-block__item.phone a{
		display: block;
		margin-bottom: 5px;
	}
}
@media (min-width:640px){
	.repair-form__top{
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-end;
		margin-left: -10px;
		margin-right:  -10px;
	}
	.repair-form__top .b-input{
		width: auto;
		flex: 1 1 calc(25% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	.repair-form__top .b-input:last-child{
		margin-right: 10px;
	}
}

@media (min-width: 1200px){
	.repair-form{
		padding: 20px 0;
	}
	.repair-form-btn-holder{
		display: flex;
	}
	.repair-form__top{
		flex-direction: row;
		margin-right: 0;
		margin-left: 0;
		justify-content: space-between;
	}
	.repair-form__top .b-input{
		max-width: 210px;
		width: 18%;
		flex: none;
		margin: 0;
	}
	.repair-form__bottom{
		flex-direction: row;
		padding-right: 35px;
		align-items: center;
		justify-content: flex-end;
	}
	.repair-form .file_upload{
		margin-right: 35px;
		margin-bottom: 0px;
	}
	.agree-item{
		margin-right: 40px;
		margin-bottom: 0;
	}
	.repair-form__top .b-input:last-child{
		margin-right: 0px;
	}
	.rd-navbar-nav-wrap .rd-navbar-nav-scroll-holder .rd-navbar-nav .rd-navbar-dropdown.double{
		display: flex;
		flex-wrap: wrap;
		width: 400px;
	}
	.dropdown-column{
		flex-basis: 50%;
	}
}