body {
	padding: 0; 
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
p { 
	padding: 0;
	margin: 0;
}

/** ШРИФТЫ САЙТА **/
@font-face {
    font-family: Roboto-Regular; /* Имя шрифта */
    src: url(../fonts/robotoregular.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Roboto-Medium; /* Имя шрифта */
    src: url(../fonts/robotomedium.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Roboto-Bold; /* Имя шрифта */
    src: url(../fonts/robotobold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Roboto-Black; /* Имя шрифта */
    src: url(../fonts/robotoblack.ttf); /* Путь к файлу со шрифтом */
}

/* The only rule that matters */



/** ОБЩИЕ СТИЛИ САЙТА **/
.main_btn_empty {
	border-radius: 34px;
	color: #fff;
	border: 0;
	font-family: Roboto-Bold, sans-serif;
	font-size: 18px;
	padding: 20px 58px;
	margin-bottom: 80px;
	text-transform: uppercase;
	transition: .3s;
	background-color: #fa5e00;
}
.main_btn_empty:hover {
	box-shadow: 0 0 16px 5px #fff;
	background-color: #fff;
	color: #fa5e00;
	border: 0;
}
.main_btn_full {
	border-radius: 28px;
	border: 1px solid #fa5e00;
	color: #fff;
	font-family: Roboto-Bold, sans-serif;
	font-size: 18px;
	padding: 20px 58px;
	margin-bottom: 80px;
	transition: .3s;
	background-color: #fa5e00;
}
.main_btn_full:hover {
	box-shadow: 0px 0px 12px 12px #fff;
	border: 1px solid #fa5e00;
	color: #fa5e00;
	background-color: #fff;
}
.main_headline {
	padding: 80px 0px 13px 0px;
	color: #2c2b2b;
	font-family: Roboto-Bold, sans-serif;
	font-size: 38px;
	text-align: center;
}
.main_subheadline {
	color: #7a7a7a;
	font-family: Roboto-Regular, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 76px;
}

/** HEADER **/
header {
	background-image: url(../img/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header_flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 23px 0;
}
.logo_box {
	display: flex;
	align-items: center;
}
.logo {
	margin-right: 25px;
}
.nav_a {
	color: #fff;
	font-family: "Roboto-Bold", sans-serif;
	font-size: 15px;
	margin-right: 15px;
	text-decoration: none;
	transition: .3s;
	text-transform: uppercase;
}
.nav_m0 {
	margin-right: 0;
}
.nav_a:hover {
	color: #fa5e00;
	text-decoration: underline;
}
.header_phone_a {
	color: #ffffff;
	font-family: Roboto-Bold, sans-serif;
	font-size: 25px;
	text-decoration: none;
}
.header_callback {
	text-align: right;
}
.header_callback_a {
	color: #fff;
	font-family: "Roboto-Regular", sans-serif;
	transition: .3s;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.header_callback_a:hover {
	color: #fa5e00;
	border-bottom: 1px solid #fa5e00;
}
.lang_btn_box {
	display: flex;
	padding: 10px;
	background-color: rgba(16, 16, 16, 0.35);
	border-radius: 4px;
    border: 0;
    align-items: center;
}
.lang_btn {
	font-family: Roboto-Bold, sans-serif;
	transition: .3s;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.lang_btn_link {
	color: #5c5c5c;
	font-family: Roboto-Bold, sans-serif;
	font-size: 14px;
	transition: .3s;	
}
.lang_btn_link:hover {
	color: #fa5e00
}
.lang_btn_empty {
	margin-right: 10px;
}
.header_line {
	height: 1px;
	background-color: #656565;
}
.header_headline {
	margin-top: 100px;
	color: #ffffff;
	font-family: "Roboto-Black", sans-serif;
	font-size: 47px;
	text-transform: uppercase;
	margin-bottom: 36px;
}
.header_subtext {
	color: #ffffff;
	font-family: Roboto-Regular, sans-serif;
	font-size: 16px;
	margin-bottom: 100px;
}
.header_btn {
	border-radius: 40px;
	background-color: #fa5e00;
	padding: 22px 50px;
	border: 0;
	color: #ffffff;
	font-family: Roboto-Bold, sans-serif;
	font-size: 18px;	
	transition: .3s;
	margin-bottom: 135px;
	text-transform: uppercase;
}
.header_btn:hover {
	box-shadow: 0 0 16px 5px #fff;
	background-color: #fff;
	color: #fa5e00;
}
/** video **/
.video_container_header {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 650px;
}
.video_overlay1 {
	background: rgba(0, 0, 0, 0.73);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.video_position1 {
	position: absolute;
	top: -130px;
}
.video_bg3 {
    position: absolute;
    top: -125px;
}
@media screen and (max-width: 415px) {
	.video_container_header {
		height: 670px;
	}	
}


/** НАШИ ПРЕИМУЩЕСТВА **/
.a_dv_img {
	margin-top: 130px;
	width: 120%;
}
.a_dv_headline {
	margin-top: 93px;
	color: #fff;
	font-family: "Roboto-Black", sans-serif;
	font-size: 34px;
	margin-bottom: 52px;
}
.a_dv_box {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.a_dv_text {
	margin-left: 24px;
	color: #fff;
	font-family: Roboto-Regular, sans-serif;
	font-size: 15px;
}
/** video **/
.video_container2 {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 630px;
}
.video_overlay2 {
	background: rgba(0, 0, 0, 0.42);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.video_position {
	position: absolute;
	top: -220px;
    left: -250px;
}
.video_bg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media screen and (min-width: 1670px) {
	.video_position {
	top: -220px;
    left: 0;
	}
}
@media screen and (max-width: 1024px) {
	.video_position {
		display: none;
	}
	.video_overlay2 {
		background-color: rgba(255, 255, 255, 0);
	}
}



/** УСЛУГА **/
.service_box {
	display: flex;
	border: 1px solid #d3d3d3;
	padding: 20px;
	margin-bottom: 85px;
}
.service_text_box {
	display: flex;
	flex-direction: column;
}
.service_title {
	margin-top: 105px;
	text-transform: uppercase;
	color: #2c2b2b;
	font-family: "Roboto-Black", sans-serif;
	font-size: 25px;
	letter-spacing: 1.25px;
	margin-bottom: 32px;
}
.service_text {
	color: #333;
	font-family: Roboto-Regular, sans-serif;
	font-size: 15px;
	margin-bottom: 32px;
}
.service_btn_box {
	margin-bottom: 105px;
}
.service_btn {
	border-radius: 35px;
	background-color: #fa5e00;
    padding: 20px 62px 18px 62px;
	border: 0;
	color: #ffffff;
	font-family: "Roboto-Black", sans-serif;
	font-size: 15px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	margin-bottom: 13px;
	border: 1px solid #fa5e00;	
	transition: .3s;
	text-transform: uppercase;
}
.service_btn:hover {
	box-shadow: 0 0 16px 5px #fff;
	background-color: #fff;
	color: #fa5e00;
	border: 1px solid #fa5e00;
}
.service_back {
	background-image: url(../img/backservice2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 830px;
}

/** ПРЕДЛОЖЕНИЕ **/
.prepose {
	background-image: url(../img/banner2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.prepose_headline {
	margin-top: 250px;
	text-transform: uppercase;
	font-family: "Roboto-Black", sans-serif;
	font-size: 32px;
	color: #fff;
	margin-bottom: 53px;
}
.prepose_line {
	width: 188px;
	height: 1px;
	background-color: #fa5e00;
	margin-bottom: 50px;
}
.prepose_form_box {
	margin-top: 30px;
	background-color: #0000008c;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}
.prepose_form_title {
	padding-top: 60px;
	color: #ececec;
	font-family: Roboto-Bold, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.prepose_form_subtitle {
	color: #ececec;
	font-family: Roboto-Regular, sans-serif;
	font-size: 22px;
	margin-bottom: 55px;
	text-transform: uppercase;	
}
.prepose_form {
	width: 75%;
	display: flex;
	flex-direction: column;
	margin-bottom: 41px;
}
.prepose_input {
	margin-bottom: 35px;
	background-color: #faebd700;
	border: 0;
	color: #ececec;
	font-family: Roboto-Regular, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	transition: .3s;
}
.prepose_input:hover {
	border-bottom: 1px solid #fa5e00;	
}
.prepose_regular {
	font-family: Roboto-Regular, sans-serif;
}
.prepose_form_btn {
	border-radius: 35px;
	background-color: #fa5e00;
	padding: 22px 90px;
	width: 70%;
	border: 0;
	color: #fff;
	font-family: Roboto-Bold, sans-serif;
	font-size: 18px;
	margin-bottom: 40px;
	transition: .3s;
	text-transform: uppercase;
	
}
.prepose_form_btn:hover {
	box-shadow: 0 0 16px 5px #fff;
	background-color: #fff;
	color: #fa5e00;
}
.btn_align {
	text-align: center;
}

/** video **/
.video_container3 {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 650px;
}
.video_overlay {
	background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.video_position {
	position: absolute;
    top: -165px;
}
.video_bg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 837px) {
	.video_container3 {height: 840px}
	.prepose_headline {margin-top: 60px;}
}
@media screen and (max-width: 768px) {
	.video_position {
		display: none;
	}
	.video_container3 {
		height: 890px;
	}
	.video_overlay {
		background: none;
	}
	.prepose {
		background-image: none;
		background-color: #292929;
	}
}



/**  ПРЕИМУЩЕСТВА В РЯД **/
.adv2_box {
	margin-bottom: 90px;
	text-align: center;
}
.adv2_img {
	min-height: 62px;
}
.adv2_title {
	color: #2c2b2b;
	font-family: Roboto-Bold, sans-serif;
	font-size: 17px;
	margin: 10px 0px;
}
.adv2_text {
	color: #525252;
	font-family: Roboto-Regular, sans-serif;
	font-size: 15px;
	margin-bottom: 30px;
}
.a_dv_button {
	margin-bottom: 80px;
}

/** КЕЙСЫ **/
.case_back {
	background-color: #f5f5f5;
}
.case_text {
	color: #2c2b2b;
	font-family: Roboto-Regular, sans-serif;
	font-size: 17px;
	margin-bottom: 25px;
}
.case_bold {
	font-family: Roboto-Bold, sans-serif;
}
.case_btn_box {
	padding-top: 45px;
	padding-bottom: 70px;
}
.backno_pt {
	padding-top: 80px;
}
.case_img {
	border-radius: 5px;
}
.case_img_box {
	padding-bottom: 70px;
}

/** СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ **/
.special_back {
	background-color: #f7f7f7;
}
.spec_line {
	margin: 70px 0px 60px 0px;
	width: 228px;
	height: 1px;
	background-color: #fa5e00;
}
.spec_form_box {
	margin: 60px 0px 60px 60px;
	background-color: #fff;
}
.spec_color_text {
	color: #404040;
}
.spec_border {
	border-bottom: 1px solid #a0a0a0;
	color: #2c2b2b;
}
.spec_form_btn {
	border: 1px solid #fa5e00;
    color: #fa5e00;
    background-color: #fff;
}
.spec_form_btn:hover {
	background-color: #fa5e00;
	color: #fff;
}
.spec_mb {
	padding-bottom: 45px;
}

/** КОНТАКТЫ **/
.contact_box {
	display: flex;
	justify-content: center;
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
    min-height: 90px;
    align-items: center;
}
.cont_icon {
	margin-right: 25px;
}
.cont_title {
	color: #2c2b2b;
	font-family: Roboto-Bold, sans-serif;
	font-size: 17px;
	margin-bottom: 20px;
}
.cont_text_phone {
	color: #545454;
	font-family: Roboto-Light, sans-serif;
	font-size: 26px;
}
.cont_text {
	color: #545454;
	font-family: Roboto-Regular, sans-serif;
	font-size: 18px;
}
.cont_mail {
	font-family: Roboto-Light, sans-serif;
	font-size: 21px;
}
.cont_a {
	text-decoration: none;
	color: #545454;	
	transition: .3s;
}
.cont_a:hover {
	color: #fa5e00;
}
.cont_mb {
	margin-bottom: 80px;
}

.contact_box__map {
	margin-top: 30px;
}
.contact_box__map iframe {
	width: 100%;
	height: 500px;
}


/** ВОПРОСЫ **/
.quest_back {
	background-color: #f7f7f7;
}
.quest_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.quest_text {
	color: #4e4e4e;
	padding: 40px 0px;
	font-family: Roboto-Light, sans-serif;
	font-size: 28px;
	margin-right: 25px;
}
.quest_a {
	color: #fa5e00;
	text-decoration: none;
	transition: .3s;
}
.quest_a:hover {
	text-decoration: underline;
}

/** ВОПРОСЫ **/
footer {
	background-color: #1c2127;
}
.foot_box {
	text-align: center;
	padding: 50px 0px;
}
.social_networks{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 8px;
	font-size: 34px;
}
.social_networks .link{
	color: #fa5e00;
	text-shadow: 1px 1px 3px transparent;
	transition: .2s;
	opacity: .9;
	text-decoration: none;
}
.social_networks .link:hover{
	color: white;
	text-shadow: 1px 1px 1px white;
}
.footer_phone {
	color: #f7f7f7;
	font-family: Roboto-Bold, sans-serif;
	text-decoration: none;
	font-size: 29px;
	transition: .3s;
}
.footer_phone:hover {
	color: #fa5e00;
}
.foot_mb {
	margin-bottom: 20px;	
}
.cont_btn {
	margin-bottom: 0;
}
.footer_soc {
	margin-right: 25px;
}
.foot_ilaria {
	padding-bottom: 30px;
	text-align: center;
}
.foot_ilaria_a {
	text-decoration: none;
	color: #a7a7a7;
	font-family: Roboto-Regular, sans-serif;
	transition: .3s;
}
.foot_ilaria_a:hover {
	color: #fa5e00;
}

/** ВСПЛЫВАЮЩЕЕ ОКНО **/
/* POPUP */
.gar_box {
  background-color: #38322fde;
  border: 5px solid #ffffff2e;
  padding-top: 68px;
  text-align: center;
}
.gar_box_pop {
  padding: 40px 120px;
}
.pop2 {
  width: 100%;
}
.pop3 {
  margin-top: 20px;
}
.pad1 {
  padding: 15px 50px 12px 50px;
  margin-top: 30px;
}
.product_flex_b {
  display: flex;
  flex-direction: column;
  align-items: flex-end;  
}
.gar_title {
  color: #ffffff;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.gar_text {
  color: #ffffff;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 17px;
  margin-bottom: 49px;
  padding: 0px 10px;
}
.gar_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gar_form_input {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;  
  font-family: "Roboto-Regular", sans-serif;
  font-size: 13px;
  border: 0;
}
.form_file {
	background-color: #3d3d3d;
	padding: 15px;
	color: #fff;
	display: flex;
	justify-content: center;
	font-size: 13px;
	font-family: Roboto-Bold, sans-serif;
	border-radius: 5px;
}
.file_bottom {
	margin-bottom: 30px;
}

.gar_form_btn {
	margin-top: 15px;
	border-radius: 86px;
    background-color: #fa5e00;
    color: #fff;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 19px;
    padding: 18px 75px 18px 75px;
    border: 1px solid #fa5e00;
    margin-bottom: 48px;
    transition: .3s;
}
.gar_form_btn:hover {
   	box-shadow: 0 0px 15px 4px #fff;
	color: #fa5e00;
	background-color: #fff;
    border: 1px solid #fff;	
}
.newt {
	padding-top: 40px;
}
.garanty_main_box {
	text-align: center;
}



/** iPad Pro **/
@media screen and (max-width: 1024px) {
	.header_phone_a {
		font-size: 22px;
	}
	.header_callback_a {
		font-size: 14px;
	}
	.catalog_price_box {
		flex-direction: column;
	}
	.catalog_price {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 17px;
	}
	.prepose_form_btn {
		padding: 22px 50px;
	}
	.prepose2_img_atr {
		width: 100%;
	}
	.how_img_atr {
		width: 100%;
	}
	.spec_car_atr {
		width: 100%;
	}
	.adv_img {
		margin-top: 230px;
	}
	.gallery_width {
		width: 100%;
	}
	.a_dv_background {
	background-image: url(../img/asdv_back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}
	.a_dv_text {
		color: #525252;
	}
	.a_dv_headline {
		color: #2c2b2b;
	}
}

@media screen and (max-width: 834px) {
	.mobile_noneflex {display: none;}
}

/** iPad **/
@media screen and (max-width: 768px) {
	.mobile_none {
		display: none;
	}
	.header_headline {margin-top: 60px;}
	.header_subtext {
		font-size: 14px;
	}
	.catalog_btn_box {
		text-align: center;
	}
	.prepose_headline {
		margin-top: 90px;
	}
	.prepose_line {
		margin-bottom: 0;
	}
	.pr2_mb {
		margin-bottom: 0;
	}
	.prepose2_img {
		margin-top: 20px;
	}
	.spec_form_box {
		margin: 60px 0px 0px 0px;
	}
	.contact_box {
		justify-content: flex-start;
		border-right: 0;
		border-left: 0;
	}
	.contact_box__map iframe {
		width: 100%;
		height: 300px;
	}
	.quest_text {
		text-align: right;
	}
	.quest_a {
		text-align: left;
	}
	.foot_box {
		padding: 40px 0px;
	}
	.service_box {
		flex-direction: column;
	}
	.service_img_box {
		text-align: center;
	}
	.case_img_box {
		margin-bottom: 0px;
		padding-bottom: 50px;
	}
	.a_dv_background {
		background-color: #f6f6f6;
		background-image: none;
	}
	.service_back {
		background-position: left;
	}
	.quest_text {
		font-size: 19px;
	}
}

@media screen and (max-width: 739px) {
	.form_file {display: none;}
}

/** iPhone Plus **/
@media screen and (max-width: 420px) {
	.header_phone {
		text-align: center;
	}
	.header_flex_box {flex-direction: column;}
	.logo_box {margin-bottom: 15px;}
	.header_callback {
		text-align: center;
		margin-bottom: 12px;
	}
	.header_headline {
		margin-top: 70px;
		font-size: 32px;
	}
	.header_btn {
		margin-bottom: 75px;
	}
	.adv_headline {
		margin-top: 60px;
	}
	.catalog_btn {
		padding: 19px 100px;
	}
	.mobile_sm_none {
		display: none;
	}
	.gar_box_pop {
		 padding: 20px 20px;
	}
	.gar_form_input {width: 80%;}
	.gar_form_btn {margin-bottom: 20px;}
	.service_img {
		width: 100%;
	}
	.header_subtext {margin-bottom: 60px;}
	.a_dv_background {
		background-position: right;
	}
	.a_dv_headline {margin-top: 50px;}
	.service_title {margin-top: 50px; margin-bottom: 50px;}
	.service_btn_box {margin-bottom: 50px;}
	.main_headline {padding: 50px 0px 50px 0px}
	.main_subheadline {margin-bottom: 0;}
	.a_dv_button {margin-bottom: 50px;}
	.video_container2 {height: 550px;}
}
/** iPhone 5 **/
@media screen and (max-width: 320px) {
	.header_headline {
		font-size: 25px;
	}
	.adv_headline {
		font-size: 28px;
	}
	.catalog_btn {
		padding: 19px 63px;
	}
	.prepose_form_btn {
		width: 100%;
		padding: 22px 30px;
	}
	.main_headline {
		font-size: 30px;
	}
	.quest_box {
		flex-direction: column;
	}
	.quest_text {
		padding: 30px 0px;
	}
	.gar_form_btn {
		 padding: 18px 55px 18px 55px;
	}
	.h_logo {
		text-align: center;
	}
	.h_phone {
		justify-content: center;
	}
	.gar_text {
		padding: 0px 5px;
	}
	.header_btn {
		padding: 22px 34px;
	}
	.video_container2 {height: 650px;}
	.gar_box_pop {padding: 20px 0;}
	.gar_text {font-size: 16px;}
}



/* ОТКЛЮЧЕНИЕ АНИМАЦИИ НА ТЕЛЕФОНАХ */
@media only screen and (max-width : 768px) {
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}