/*!
Theme Name: WagServis
Theme URI: http://skybuss.com.ua/
Author: SkyBuss
Author URI: http://skybuss.com.ua/
Description: Сайт СТО WagServis
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wagservis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WagServis is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,
:active {
	outline: none;
}
a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}

@font-face {
	font-family: "TTNorms";
	src: url("assets/fonts/TTNorms-Light.eot");
	src: local("assets/fonts/TT Norms Light"), local("TTNorms-Light"),
		url("assets/fonts/TTNorms-Light.eot?#iefix") format("embedded-opentype"),
		url("assets/fonts/TTNorms-Light.woff") format("woff"), url("../fonts/TTNorms-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "TTNorms";
	src: url("assets/fonts/TTNorms-Regular.eot");
	src: local("assets/fonts/TT Norms Regular"), local("TTNorms-Regular"),
		url("assets/fonts/TTNorms-Regular.eot?#iefix") format("embedded-opentype"),
		url("assets/fonts/TTNorms-Regular.woff") format("woff"), url("../fonts/TTNorms-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "TTNorms";
	src: url("assets/fonts/TTNorms-Medium.eot");
	src: local("assets/fonts/TT Norms Medium"), local("TTNorms-Medium"),
		url("assets/fonts/TTNorms-Medium.eot?#iefix") format("embedded-opentype"),
		url("assets/fonts/TTNorms-Medium.woff") format("woff"), url("../fonts/TTNorms-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "TTNorms";
	src: url("assets/fonts/TTNorms-Bold.eot");
	src: local("assets/fonts/TT Norms Bold"), local("TTNorms-Bold"),
		url("assets/fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"),
		url("assets/fonts/TTNorms-Bold.woff") format("woff"), url("../fonts/TTNorms-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

body {
	font-family: TTNorms;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.main_wr {
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1230px;
	}
}
span.wpcf7-list-item label input {
	position: absolute;
	left: -999px;
	opacity: 0;
	width: 0.0001px;
	height: 0.0001px;
	display: none;
}

.btn {
	border: 1px solid transparent;
	border-radius: 5px;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out,
		box-shadow 0.2s ease-in-out;
	height: 45px;
	font-size: 14px;
	padding: 10px 30px;
	color: #282828;
}
button:focus {
	outline: initial;
}
.btn:focus {
	outline: initial;
	box-shadow: initial;
}
.btn-red-border {
	border: 1px solid #ce1b28;
}

.btn-red-border:hover {
	background: #ce1b28 !important;
	color: #fff;
}

.btn-white-border {
	border: 1px solid #fff;
	color: #fff;
}
.btn-white-border:hover {
	border: 1px solid #ce1b28;
	background: #ce1b28;
	color: #fff;
}

.btn-big-red {
	height: 82px;
	background: linear-gradient(90deg, #ce1b28, #fe474c);
	color: #fff;
	font-size: 18px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-big-red:hover {
	color: #fff;
	box-shadow: initial;
}

.btn-red-popUp {
	background: #ce1b28;
	color: #fff;
}

.btn-red-popUp:hover {
	background: initial;
	color: #000;
	border: 1px solid #ce1b28;
}

.section {
	padding: 60px 0;
}

.section h2 {
	font-size: 38px;
	line-height: 62px;
	font-weight: 700;
	padding-top: 20px;
}
.section h2 span {
	color: #ce1b28;
}
.section h3 {
	font-size: 18px;
	line-height: 24px;
}

.section .desc_titl {
	font-size: 24px;
	line-height: 1.55;
	font-weight: 700;
}

.section p {
	line-height: 24px;
}

.description_block {
	margin: 20px 0;
	padding: 0 0 0 20px;
	position: relative;
}
.description_block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #ce1b28;
}

.modal {
	padding-right: 0 !important;
}

@media (min-width: 992px) {
	.modal-xl {
		max-width: 960px;
		width: 100%;
	}
}
@media (max-width: 992px) {
	.modal-xl {
		max-width: 100%;
		margin: 1.75rem 15px;
	}
}
.header {
	width: 100%;
	min-height: 1030px;
	background: #fcfcfc;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0px 0 40px 0;
}

.header__top {
	max-width: 1435px;
	width: 100%;
	min-height: 80px;
	padding: 0 15px;
	transform: translateX(-50%);
	margin-left: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #fcfcfc;
	position: fixed;
	top: 0;
	z-index: 999;
}
.header__top::before {
	content: "";
	position: absolute;
	top: 0;
	left: -998px;
	width: 999px;
	height: 100%;
	background: #fcfcfc;
}
.header__top::after {
	content: "";
	position: absolute;
	top: 0;
	right: -998px;
	width: 999px;
	height: 100%;
	background: #fcfcfc;
}

.header__top .logo {
	max-width: 170px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__top .logo img {
	width: 100%;
	height: auto;
}

.header_nav {
	display: flex;
	flex-wrap: wrap;
	padding: 7.5px;
	margin-bottom: 0;
}

.header_nav li a {
	padding: 7.5px;
	color: #000;
	transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.header_nav li a.active,
.header_nav li a:hover {
	color: #ce1b28;
}

.header_userBlock {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_userBlock-tel a {
	color: #000;
	margin-right: 40px;
	display: inline-block;
	line-height: 20px;
}
.header_userBlock-tel a:hover {
	color: #ce1b28;
}

.modal-content {
	text-align: center;
	border-radius: 0;
	padding: 40px 45px 0 45px;
}

.modal button.close {
	position: fixed !important;
	top: 20px;
	right: 36px;
	width: 23px;
	height: 23px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	transition: opacity ease-in-out 0.3s;
	z-index: 9;
}

.modal-header,
.modal-body,
.modal-footer {
	padding: 0;
	border: initial;
}

.modal-title {
	color: #ce1b28;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 11px;
	display: block;
}
.modal-title span {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.modal-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
	color: #282828;
}

.modal-footer p {
	margin-bottom: 25px;
	line-height: 24px;
}

.modal-footer p a {
	color: #ce1b28;
}

.input_formWR {
	margin-bottom: 20px;
}
.formBlock .input_formWR:last-child {
	margin-bottom: 0px;
}

.input_formWR .input_form {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	font-size: 16px;
	color: #000;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}
.input_formWR .input_form.error {
	border: 2px solid red;
}
.button_form {
	width: 100%;
	height: 54px;
	background: #ce1b28;
	font-size: 16px;
	color: #fff;
	border: 1px solid #ce1b28;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__body {
	display: flex;
	justify-content: space-between;
}

.header__body-content h1 {
	color: #000;
	font-size: 65px;
	line-height: 1.55;
	font-weight: 700;
	margin-bottom: 20px;
}

.header__body-content h1 span {
	color: #ce1b28;
}

.header__body-content h3 {
	margin-bottom: 50px;
}

.header__body-content .discount_title {
	font-size: 29px;
	font-weight: 700;
	margin-bottom: 60px;
}
.header__body-content .discount_title span {
	color: #ce1b28;
	font-size: 29px;
	line-height: 32px;
	font-weight: 700;
}
.header__body-content .discount_title i {
	font-size: 20px;
	line-height: 24px;
	font-style: initial;
	margin-top: 10px;
	display: block;
}

.stock_block {
	max-width: 350px;
	width: 100%;
	height: 100px;
	border-radius: 50px;
	padding: 10px 30px;
	bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #f1f1f1;
	position: relative;
}

.stock_block:after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #3e3e3e;
}

.stock_block-iconWr {
	width: 38px;
	height: auto;
}
.stock_block-iconWr img {
	width: 100%;
	height: auto;
}
.stock_block h4 {
	width: 100px;
	line-height: 1.55;
	font-weight: 700;
	margin-bottom: 0;
	position: relative;
}

.stock_block span {
	line-height: 22px;
	font-weight: 300;
	position: relative;
	padding-left: 15px;
}
.stock_block span:after {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 2px;
	height: 100%;
	background: #3e3e3e;
}

.stock_block-vector {
	width: 369px;
	height: 113px;
	position: absolute;
	top: -70px;
	right: -366.5px;
}

.header__body-popupBlock {
	display: flex;
	align-items: flex-end;
}

.header__body-tel {
	margin: 15px;
}
.header__body-tel a {
	color: #ce1b28;
	font-weight: 500;
	margin-left: 5px;
	display: inline-block;
	line-height: 20px;
}

.header__body-image {
	position: relative;
	max-width: 485px;
	width: 100%;
	height: 660px;
}

.header__body-imageCar {
	position: absolute;
	width: 830px;
	bottom: 90px;
	left: -10px;
}
.header__body-imageCar img {
	max-width: 1300px;
}

.header__body-imageIcon {
	position: absolute;
	bottom: 340px;
	left: -10px;
	width: 130px;
	z-index: 99;
}
.header__body-imageIcon:before {
	content: "";
	position: absolute;
	top: calc(50% - 7.5px);
	left: -5px;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #ce1b28;
	z-index: 9;
}
.header__body-imageIcon img {
	width: 100%;
	height: auto;
}

.move_block-img {
	display: none;
}

.move_block-img .header__body-image {
	max-width: 575px;
}

.move_block-img .header__body-imageCar {
	width: 100%;
}
.move_block-img .header__body-imageCar img {
	max-width: 575px;
}

.header_footer {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.header_footerBlock {
	width: 157px;
	margin: 10px 0;
}

.header_footerBlock-icon {
	width: 51px;
	height: 51px;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header_footerBlock-icon img {
	max-width: 100%;
	height: auto;
}

.header_footerBlock p {
	font-weight: 300;
	line-height: 22px;
}

/*Mobile menu*/

.mob_menu_wr {
	display: none;
}

.mob_menu {
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(0deg, #d3d3d3, #f0f0f0);
	position: relative;
	z-index: 999999;
}
.mob_menu::after {
	content: "";
	position: absolute;
	top: 0;
	left: -998px;
	width: 999px;
	height: 100%;
	background: linear-gradient(0deg, #d3d3d3, #f0f0f0);
}
.mob_menu::before {
	content: "";
	position: absolute;
	top: 0;
	right: -998px;
	width: 999px;
	height: 100%;
	background: linear-gradient(0deg, #d3d3d3, #f0f0f0);
}

/*-----------------------*/

.mob_logo {
	max-width: 120px;
	height: 56px;
}
.mob_logo img {
	width: 100%;
	height: auto;
}

/*user mobile btn*/

.number_mob_tell {
}

/*-------------------------------------------*/

/*Mobile btn menu*/

.mob_btn {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.mob_btn > span {
	margin: 6px auto;
	display: block;
	position: relative;
	width: 100%;
	height: 5px;
	background: #ce1b28;
	border-radius: 2.5px;
}

.mob_btn > span.sp1 {
	transition: all 0.3s 0.5s;
}

.mob_btn > span.sp2 {
	transition: all 0.3s 0.3s;
}

.mob_btn > span.sp3 {
	transition: all 0.3s 0.1s;
}

.mob_btn.active > span.sp1 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	transition: all 0.3s 0.1s;
	border-radius: 50%;
}

.mob_btn.active > span.sp2 {
	margin: 0 auto;
	width: 80%;
	background: #fff;
	transform: translateY(-22px) rotateZ(45deg);
	transition: all 0.3s 0.3s;
}

.mob_btn.active > span.sp3 {
	margin: 0 auto;
	width: 80%;
	background: #fff;
	transform: translateY(-27px) rotateZ(-45deg);
	transition: all 0.3s 0.5s;
}
/* --------------------------------Header style END */

/* --------------Start style section full_spectrTop */

.full_spectrTop-image {
	width: 470px;
	height: 130px;
	background: linear-gradient(90deg, #ce1b28, #fe474c);
	border-radius: 65px;
	padding: 0 0 0 60px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	right: -200px;
}

.year_block {
	color: #fff;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.year_block i {
	font-size: 80px;
	line-height: 40px;
	font-style: initial;
}
.year_block span {
	font-size: 23px;
	line-height: 24px;
}

.full_spectrTop-image span {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin-left: 15px;
}

.full_spectrTop-imageCar {
	width: 400px;
	height: 224px;
	position: absolute;
	bottom: -30px;
	right: -250px;
}

.full_spectrBody {
	margin: 45px 0;
}

.services_card {
	max-width: 260px;
	width: 100%;
	margin: 45px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.services_card-img {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.services_card-img img {
	width: 100%;
	min-height: 180px;
	object-fit: cover;
}

.services_card-title {
	font-weight: 500;
	min-height: 65px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
}

.services_card span {
	color: #ce1b28;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.services_card .btn {
	margin-bottom: 10px;
}

.services_modal-dialog {
	max-width: initial;
	margin: initial;
	width: 100vw;
	overflow-y: auto;
}

.services_modal-dialog .modal-content {
	width: 100%;
	height: 100%;
	border: initial;
	padding: 0;
}
.services_modal-dialog .modal-body {
	height: 100vh;
	overflow-y: auto;
	padding: 100px 0 20px 0;
}

.services_modal-image {
	width: 100%;
	height: auto;
}
.services_modal-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.services_modal-content {
	text-align: left;
}
.services_modal-content .modal-title {
	margin-bottom: 20px;
}
.services_modal-content .btn {
	margin-bottom: 30px;
}

.services_modal-content2 h5 {
	font-size: 22px;
	font-weight: 700;
	color: #ce1b28;
}

.services_modal-content ul li {
	padding-left: 25px;
}
.services_modal-content ul li:first-child {
	font-size: 18px;
	font-weight: 700;
	padding-left: 0;
	margin-bottom: 7px;
}

.services_modal-content p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}

.services_modal-content2 {
	margin-top: 25px;
}

.consultation_title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}

.previev_content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	min-height: 100px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 30px 0;
}

.previev_contentImg {
	min-width: 70px;
	max-width: 70px;
	height: 70px;
	border-radius: 7px;
	overflow: hidden;
}
.previev_contentImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.previev_content .modal-title {
	margin-left: 30px;
	margin-bottom: 0;
	line-height: 32px;
}

/* --------------Start style section Quize cost form*/

.quize_cost {
	width: 100%;
	height: auto;
	background: linear-gradient(90deg, #d01c29, #fd464b);
	color: #fff;
}

.quize_popUp .modal-content {
	padding: 0;
	border: initial;
}

.quize_cost_content i {
	font-style: initial;
	font-size: 24px;
	line-height: 1.55;
}
.quize_cost_content h2 {
	line-height: 50px;
	padding: 0;
}

.quize_btn-popUp2 {
	font-size: 14px;
	font-weight: 500;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	height: 70px;
	display: flex;
	align-items: center;
	box-shadow: 0 5px 5px rgba(40, 40, 40, 0.4);
	margin-top: 30px;
}

.quize_btn-popUp2:hover {
	border: 1px solid #282828;
	box-shadow: initial;
	color: #282828;
}

.quize_btn-popUp2 img {
	transition: all 0.3s ease;
	width: 32px;
	height: auto;
	margin-right: 10px;
}

.quize_btn-popUp2:hover img {
	filter: invert(300);
}

.quize_cost_img {
	width: 100%;
	height: 100%;
	position: relative;
}
.quize_cost_img img {
	position: absolute;
	max-height: 545px;
	bottom: -140px;
	left: 80px;
}

.quize_popUp .modal-header {
	width: 100%;
	height: 102px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background: #ececec;
	position: relative;
	margin-bottom: 0;
}
.quize_popUp .quizeTitle {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.quizeTitle br {
	display: none;
}

.quizeTitleText {
	display: flex;
	align-items: center;
}

.quizeTitleText i {
	font-size: 16px;
	font-weight: 500;
	font-style: initial;
}
.quize_popUp .quizeTitle img {
	min-width: 32px;
	max-width: 32px;
	height: 32px;
}

.countTab {
	width: 42px;
	height: 32px;
	display: block;
	line-height: 32px;
	margin-left: 5px;
}

.quize_popUp .progress {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #cbcbcb;
	border-radius: initial;
}
.quize_popUp .progress-bar {
	background: #ce1b28;
}

.quize_popUp .modal-body {
	padding: 40px 40px 0px 40px;
}
.quizeFormWr {
	width: 100%;
}
.quize_popUp .input_formWR span {
	width: 100%;
	font-size: 26px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 15px;
	display: inline-block;
}

.quize_popUp .radio_formWR {
	width: 100%;
	height: auto;
}

.wpcf7 {
	width: 100%;
}

/* .wpcf7-form-control.wpcf7-radio {
	text-align: left;
} */

span.wpcf7-list-item {
	display: block;
	text-align: left;
}

span.wpcf7-list-item label {
	cursor: pointer;
	margin: 7px;
}

span.wpcf7-list-item-label {
	position: relative;
	padding-left: 25px;
}
span.wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	min-width: 20px;
	min-height: 20px;
	border: 2px solid #666;
	border-radius: 50%;
	margin-right: 10px;
	transition: 0.3s ease;
}

span.wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
	transform: scale(0);
}

span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label::after {
	border: 2px solid #000;
}
span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label::before {
	transform: scale(1);
}

span.wpcf7-list-item-label {
	font-style: initial;
	font-weight: 500;
	color: #666;
	text-transform: uppercase;
}
span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label {
	color: #000;
}

.quize_popUp .quize-footer {
	flex-direction: row;
	justify-content: space-between;
	padding: 0 40px 10px 40px;
	margin-top: 0;
}

.quize-footer p {
	display: none;
}

.quize_popUp .quize-footer .btn {
	margin: 10px 0 0 0;
}
.quize_popUp .quize-footer .btn br {
	display: none;
}
.quize_popUp .quize-footer .button_form {
	margin: 0 0 10px 0;
}

.btnQuizeNextWR {
	position: relative;
}

.btnQuizeNext {
	position: relative;
	z-index: 1;
}

.maskBtnQuizeNext {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	z-index: 2;
	cursor: pointer;
}

.wpcf7-form {
	background: #fff;
	padding-bottom: 20px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 10px 15px;
	background: #fff;
	padding: 20px 10px;
}

/* --------------Start style section About As*/

.aboutAs p {
	margin-bottom: 20px;
}

.aboutAs_advantage {
	width: 100%;
	min-height: 170px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 15px;
	background: #fcfcfc;
	padding: 15px;
}

.aboutAs_advantage-img {
	width: 245px;
	height: 100%;
	position: relative;
}
.aboutAs_advantage-img img {
	position: absolute;
	top: -50px;
	left: 0;
	max-width: 270px;
	height: auto;
}

.aboutAs_advantage ul {
	max-width: 290px;
	padding: 0 0 0 20px;
	margin-bottom: 0;
}
.aboutAs_advantage ul li {
	font-weight: 500;
	line-height: 24px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 0;
}
.aboutAs_advantage ul li span {
	min-width: 5px;
	min-height: 5px;
	border-radius: 50%;
	background: #ce1b28;
	margin-right: 5px;
	position: relative;
	top: 10px;
}

.aboutAs_video {
	margin-top: 80px;
	position: relative;
}
.aboutAs_video a {
	width: 100%;
	height: auto;
}
.aboutAs_video img {
	width: 100%;
	height: auto;
}
.aboutAs_video img.youtubeIcon {
	position: absolute;
	top: calc(50% - 48px);
	left: calc(50% - 48px);
	width: 96px;
	height: 96px;
	transition: 0.3s ease;
}
.aboutAs_video:hover img.youtubeIcon {
	transform: scale(1.1);
}

.we_haveWR {
	margin-top: 60px;
}
.we_haveWR .desc_titl {
	margin-bottom: 20px;
}

.we_haveWR .header_footerBlock {
	padding: 0 15px;
	border-left: 2px solid #e5e5e5;
	width: initial;
	flex: 0 1 20%;
	min-height: 115px;
}

.we_haveWR .header_footerBlock .header_footerBlock-icon {
	max-width: 60px;
	width: initial;
}
.we_haveWR .header_footerBlock .header_footerBlock-icon img {
	max-width: 100%;
	width: initial;
}
.we_haveWR .header_footerBlock p {
	font-weight: 500;
	margin-bottom: 0;
}

.we_haveWR .btn {
	margin-top: 20px;
}

.more_details .modal-title {
	width: 100%;
	text-align: center;
}

.special_offers_card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.special_offers_card-img {
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 20px;
}
.special_offers_card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.special_offers_card .btn {
	margin: 10px 5px;
}

.more_details p {
	line-height: 24px;
}

/* --------------Start style section Slick slaider brand avto*/
.slick_slider_section {
	background: #fcfcfc;
}

.slick_slider_section2 {
	margin-top: -90px;
}

.slick_slider_section h2 {
	padding-top: 0;
	line-height: 42px;
	margin-bottom: 40px;
}
/* Слайдер */
.slick-slider {
	position: relative;
	padding: 0 50px;
}
@media (max-width: 480px) {
	.slick-slider {
		padding: 0;
	}
}
.slick-list {
	overflow: hidden;
}

.slick-track {
	display: flex;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	z-index: 10;
	font-size: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ce1b28;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 10px rgb(65, 65, 65);
	transition: 0.3s ease;
	z-index: 2;
}
.slick-arrow:hover {
	box-shadow: initial;
	transform: scale(1.1);
}

.slick-arrow.slick-prev {
	left: 0;
}
.slick-arrow.slick-next {
	right: 0;
}
.slick-arrow span {
	width: 10px;
	height: 16px;
}
.slick-arrow.slick-prev span {
	background: url(assets/images/icon/arrow_left.png) 0 0 no-repeat;
}

.slick-arrow.slick-next span {
	background: url(assets/images/icon/arrow_right.png) 0 0 no-repeat;
}

.slick-arrow.slick-disabled {
	opacity: 0.5;
}

.slick_slider_brand .slider_item {
	width: 160px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick_slider_brand .slider_item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

/* --------------Start style section Spares section*/

.spares_section {
	padding-top: 100px;
}

.spares_left {
	width: 100%;
}

.spares_left_block {
	width: 100%;
	height: auto;
	background: #282828;
	border-radius: 20px;
	margin-top: 40px;
}

.spares_left_block-box {
	padding: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
	border-bottom: 2px solid #4b4b4b;
}
.spares_left_block-box:last-child {
	border: initial;
}
.spares_left_block-boxImg {
	max-width: 300px;
}
.spares_left_block-boxImg img {
	width: 100%;
	height: auto;
}
.spares_left_block-box .btn_group .btn {
	margin: 0 5px;
}
.spares_left_block-box .btn_group .btn-red-popUp:hover {
	color: #fff;
}

.spares_right {
	width: 100%;
	min-height: 520px;
	border-radius: 20px;
	background: url(assets/images/Mask_Group_7.jpg) bottom center / 100%;
	padding: 35px 30px;
	color: #fff;
}

.spares_right-title {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	padding-left: 30px;
	margin-bottom: 30px;
}
.spares_right-title span {
	position: absolute;
	top: 12px;
	left: 0;
	font-size: 65px;
}

.spares_right ul li {
	font-weight: 500;
	line-height: 24px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 0;
}

.spares_right ul li span {
	min-width: 5px;
	min-height: 5px;
	border-radius: 50%;
	background: #fff;
	margin-right: 5px;
	position: relative;
	top: 10px;
}

.sparesDescript .modal-body {
	text-align: left;
}

.sparesDescript .modal-content {
	padding: 0;
}

.sparesDescript_img {
	width: 100%;
	height: auto;
}
.sparesDescript_img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.sparesDescript .modal-body {
	padding: 40px;
}

.sparesDescript .modal-body h6 {
	font-size: 32px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sparesDescript .modal-body ul li,
.sparesDescript .modal-body p {
	line-height: 24px;
}

.sparesDescript .modal-body ul {
	margin: -15px 0 20px 25px;
}

.sparesDescript .modal-body ul li {
	list-style: disc;
}

.sparesForm .modal-title {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.sparesForm .modal-body br {
	display: none;
}

.sparesForm .input_formWR {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 0;
}

.sparesForm .input_formWR span {
	display: inline-block;
	width: 100%;
}

.wpcf7-form-control,
.wpcf7-form-control-wrap {
	margin-bottom: 0;
}

.sparesForm .wpcf7-list-item-label,
.sparesForm .wpcf7-list-item {
	margin: 0;
	font-size: 14px;
}

.sparesForm span.wpcf7-list-item-label {
	padding-left: 20px;
}

.sparesForm span.wpcf7-list-item-label::after {
	min-width: 15px;
	min-height: 15px;
	top: -1px;
}
.sparesForm span.wpcf7-list-item-label::before {
	width: 7px;
	height: 7px;
	left: 4px;
}

.input_formWR .form_text {
	min-height: 80px;
	max-height: 160px;
	text-indent: 0;
	padding: 10px;
}

.input_formWR span {
	font-size: 20px;
	margin-bottom: 10px;
}

/* --------------Start style section Photo service*/

.photo_row {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 5px;
}

.photo_box {
	flex: 0 1 25%;
	height: 353px;
	padding: 5px;
}

.photo_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* --------------Start style section Reviews*/

.reviews_section {
	background: #fcfcfc;
}

.reviews_sliderWr {
	margin: 20px 0 0 0;
}

.reviews_slider.slick-slider {
	padding: 0 30px;
}
.reviews_slider .slick-track {
	padding: 100px 0 20px 0;
}

.reviews_slider .slider_item {
	max-height: 560px;
	margin: 10px 15px;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.slider_item .reviews_img {
	position: absolute;
	top: -79px;
	left: calc(50% - 79px);
	width: 158px;
	height: 158px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	overflow: hidden;
}
.slider_item .reviews_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider_item .reviews_name {
	margin: 80px 0 10px 0;
	color: #ce1b28;
	font-size: 20px;
	font-weight: 700;
}
.slider_item .reviews_score {
	margin: 0 0 15px 0;
}

.reviews_slider p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #000;
}

.reviews_slider .slick-arrow {
	margin-top: 25px;
}

/* --------------Start style section Reviews*/

.questions_section {
	padding: 0;
}

.questions_left_img {
	max-width: 400px;
	height: auto;
}

.questions_left_img img {
	width: 100%;
	height: auto;
}

.questions_section h2 {
	margin-top: 30px;
}
.questions_section h3 {
	margin-bottom: 30px;
}
.questions_section p {
	line-height: 18px;
	font-weight: 500;
}

.question_formBlock {
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.question_formBlock .input_formWR:first-child {
	width: 300px;
	margin-right: 15px;
}
.question_formBlock .input_formWR:first-child .input_form {
	border: initial;
	border-radius: initial;
	border-bottom: 1px solid #ce1b28;
}

/* --------------Start style section Reviews*/
.contact_section {
	background: #171717;
	color: #fff;
}

.contact_logoWr {
}
.contact_logoWr .logo {
	max-width: 70px;
	display: block;
}
.contact_logoWr .logo img {
	width: 100%;
}
.contact_logoWr h2 span {
	text-transform: uppercase;
}

.contact_logoWr > span {
	font-size: 18px;
}

.contact_center_block p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 18px;
}

.contact_center_block p span {
	color: #3e3e3e;
}

.contact_center_block p a,
.contact_center_block p i {
	font-style: initial;
	color: #ce1b28;
}

.contact_center_block p i {
	margin-left: 5px;
}

.contact_right_block {
	width: 100%;
	height: auto;
	padding: 40px;
	background: #282828;
	border-radius: 15px;
	color: #fff;
}

.contact_right_title {
	font-size: 18px;
	line-height: 24px;
}

.contact_right_box {
	display: flex;
	align-items: center;
}

.contact_right_box-img {
	width: 82px;
	height: 82px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	border-radius: 50%;
}
.contact_right_box-img img {
	width: 100%;
	height: auto;
}

.contact_right_box-text {
	font-size: 14px;
	line-height: 20;
	margin: 20px 0 0 15px;
}

.contact_right_box-text a {
	color: #ce1b28;
}

/* --------------Start style section Footer*/
.footer {
	background: #000;
	color: #4d4d4d;
	padding: 15px 0 15px 0;
}
.copyrightWr {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .skyBussBlock {
	margin-right: 15px;
}
.footer .skyBussBlock a {
	color: #8d1922;
}
.footer .skyBussBlock a:hover {
	color: #ce1b28;
}

/* --------------Start style Animate*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-500px);
		-ms-transform: translateY(-500px);
		transform: translateY(-500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@media (max-width: 1024px) {
	.header {
		min-height: 975px;
	}
	.header__top {
		width: 100%;
		max-width: initial;
		transform: initial;
		margin: 0;
		padding: 10px 15px;
	}
	.header__top .logo {
		max-width: 140px;
	}
	.header_userBlock-tel a {
		margin-right: 20px;
	}

	.header_footerBlock {
		width: 120px;
	}

	.spares_right {
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.spares_left_block-box {
		padding: 20px;
	}

	.spares_left_block-boxImg {
		max-width: 280px;
	}

	.spares_left_block .btn_group {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.spares_left_block .btn_group .btn {
		margin: 5px 0;
	}

	.section h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.stock_block:after {
		display: none;
	}
	.header__body-imageIcon:before,
	.stock_block-vector {
		display: none;
	}

	.contact_right_block {
		padding: 20px;
	}
	.contact_right_box {
		flex-direction: column;
		margin-top: 15px;
	}
	.aboutAs_advantage-img img {
		position: absolute;
		top: -10px;
		left: -40px;
		max-width: 200px;
		height: auto;
	}

	.photo_box {
		height: 260px;
	}

	.contact_center_block p {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	.mob_menu_wr {
		position: fixed;
		top: 0;
		transform: translateX(-50%);
		margin-left: 50%;
		display: block;
		z-index: 999;
	}
	.mob_menu {
		display: flex;
	}

	.header__top .top_logo {
		display: none;
	}
	.header__top {
		position: fixed;
		top: 55px;
		z-index: 999;
		display: flex;
		flex-direction: column;
		max-width: 260px;
		max-height: 100%;
		padding: 40px 38px;
		transform: initial;
		margin-left: initial;
		align-items: flex-start;
		right: -100%;
		transition: 0.5s ease;
		background: linear-gradient(0deg, #d3d3d3, #f0f0f0);
		box-shadow: 0 0 15px rgba(175, 175, 175, 1);
		border-bottom: initial;
		border-radius: 0 0 0 20px;
	}
	.header__top::before,
	.header__top::after {
		display: none;
	}

	.header__top.active {
		right: 0;
		transition: 0.4s ease;
	}

	.header_nav {
		display: flex;
		flex-direction: column;
		padding: 0;
		margin-bottom: 50px;
	}
	.header_nav li {
		margin: 12px 0;
	}
	.header_nav li a {
		padding: 12px;
	}

	.header_userBlock {
		flex-direction: column;
		align-items: initial;
	}

	.header_userBlock-tel a {
		margin: 0 0 25px 0;
	}

	.header__body {
		margin-top: 80px;
	}

	.header__body-image {
		height: auto;
	}

	.header__body-imageIcon {
		bottom: 210px;
		left: 30px;
	}

	.header__body-content {
		text-align: center;
	}

	.header__body-tel a {
		display: inline-block;
		margin: 15px 0 0 0;
	}

	.header__body-imageCar {
		width: 500px;
		left: 10px;
		bottom: 30px;
	}

	.header__body-imageCar img {
		max-width: 500px;
	}

	.header__body-popupBlock {
		flex-direction: column;
		align-items: center;
	}

	.stock_block {
		max-width: 400px;
		padding: 10px 15px;
	}

	.header_footerBlock {
		width: 150px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.section h3,
	.section h2 {
		text-align: center;
	}

	.section h2 {
		margin-top: 15px;
	}

	.full_spectrTop-image {
		right: 0;
		margin-top: 20px;
	}
	.quize_cost_content h2 {
		line-height: 32px;
	}

	.quize_cost_content i {
		font-size: 20px;
	}

	.quize_cost h2,
	.quize_cost h3 {
		text-align: left;
	}

	.quize_cost_img img {
		position: absolute;
		max-height: 445px;
		bottom: -110px;
		left: 0;
	}

	.aboutAs_advantage-img img {
		position: initial;
		max-width: initial;
	}
	.aboutAs_advantage ul {
		max-width: initial;
		width: 50%;
	}

	.we_haveWR .header_footerBlock {
		border: initial;
	}

	.we_haveWR .header_footerBlock {
		min-width: 150px;
	}

	.we_haveWR .btn {
		display: inherit;
		margin: 20px auto;
	}

	.special_offers h2 {
		margin-bottom: 20px;
	}

	.section {
		padding: 30px 0;
	}
	.services_card {
		margin: 20px auto;
	}

	.spares_left_block {
		margin: 20px 0;
	}

	.spares_right {
		background: #ce1b28;
		min-height: initial;
		height: auto;
	}

	.photo_box {
		height: 200px;
	}

	.mob_logo {
		max-width: 100px;
		height: 50px;
	}

	.questions_section {
		padding: 0;
	}

	.questions_section .row {
		flex-direction: column-reverse;
		text-align: center;
	}
	.question_formBlock {
		justify-content: center;
	}

	.questions_left_img {
		margin: 0 auto;
	}

	.contact_logoWr {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 10px;
	}
	.contact_right_block,
	.contact_center_block {
		max-width: 370px;
		margin: 0 auto;
		text-align: center;
	}

	.countTab {
		min-width: 40px;
	}

	.modal-xl {
		max-width: 100%;
		margin: 3.5rem 15px;
	}
}

@media (max-width: 768px) {
	.aboutAs_advantage {
		flex-direction: column;
	}
	.aboutAs_advantage ul {
		width: 100%;
	}
	.special_offers_card-img {
		height: 200px;
	}
	.spares_left_block-box {
		flex-direction: column;
	}

	.spares_left_block .btn_group {
		margin-top: 20px;
	}

	.copyrightWr {
		flex-direction: column;
	}
	.skyBussBlock {
		margin: 5px 0 5px 0;
	}

	.photo_box {
		min-width: 200px;
		flex: 1 0 25%;
	}
	.quize_popUp .quizeTitle {
		padding: 15px;
	}
}

@media (max-width: 576px) {
	.header {
		height: auto;
	}

	.section {
		padding: 15px 0;
	}
	.header__body {
		flex-direction: column;
	}

	.header__body-image {
		width: 100%;
		max-width: initial;
	}

	.header__body-imageIcon {
		position: initial;
		display: block;
		margin: 10px auto;
	}

	.stock_block {
		max-width: initial;
		width: 100%;
	}

	.full_spectrTop-imageCar,
	.header__body-imageCar {
		display: none;
	}

	.full_spectrTop-image {
		width: 100%;
		padding: 10px 20px;
		justify-content: center;
	}

	.btn-red-popUp {
		display: block;
		width: 100%;
	}
	.btn-red-border {
		padding: 5px 2px;
		font-size: 12px;
		display: block;
		width: 100%;
	}

	.col-6 {
		padding: 0 5px !important;
	}

	.services_card-title {
		font-size: 14px;
		min-height: 50px;
	}

	.quize_cost_img {
		display: none;
	}
	.quize_cost h2,
	.quize_cost h3,
	.quize_cost_content {
		text-align: center;
	}

	.quize_btn-popUp2 {
		display: block;
		margin: 10px auto;
	}
	.aboutAs_advantage-img {
		width: 100%;
		text-align: center;
	}

	.we_haveWR,
	.aboutAs_video {
		margin-top: 20px;
	}

	.special_offers_card .services_card-title {
		height: auto;
		min-height: initial;
	}

	.header__body-content h3 {
		margin-bottom: 20px;
	}

	.header__body-content h1 {
		font-size: 48px;
	}
	.section h2 {
		font-size: 28px;
	}

	.header_footerBlock {
		width: 50%;
		margin: 5px 0;
		padding: 5px;
	}
	.question_formBlock {
		flex-direction: column;
	}

	.question_formBlock {
		margin-top: 20px;
	}

	.question_formBlock .input_formWR {
		width: 100%;
		margin: 5px 0;
	}

	.questions_section {
		padding: 0;
	}

	.copyrightWr {
		text-align: center;
	}

	.footer .skyBussBlock {
		margin: 5px 0;
	}

	.modal-content {
		padding: 20px;
	}

	.modal-title {
		width: 100%;
		font-size: 28px;
		line-height: 32px;
	}

	.modal-footer p {
		margin-bottom: 15px;
	}

	.previev_content .modal-title {
		margin: 0 0 0 0;
	}
	.services_modal-content .modal-title {
		text-align: center;
		margin: 10px 0;
	}
	.services_modal-dialog .modal-body {
		padding: 60px 0 20px 0;
	}

	.quize_popUp .modal-header {
		height: auto;
	}

	.quize_popUp .quizeTitle {
		flex-direction: column;
		padding: 15px;
		font-size: 12px;
	}
	.quizeTitle .countTab {
		flex-direction: column;
		padding: 15px 15px 0 15px;
		font-size: 16px;
		font-weight: 500;
	}

	.quize_popUp .quize-footer {
		padding: 0 15px 15px 15px;
	}
	.quize_popUp .modal-body {
		padding: 15px 15px 0 15px;
	}

	.quize_popUp .quize-footer .btn {
		padding: 10px 15px;
	}

	.reviews_slider.slick-slider,
	.reviews_slider {
		padding: 0;
	}
}

@media (max-width: 400px) {
	.number_mob_tell .btn {
		padding: 5px;
		height: initial;
	}
	.mob_logo {
		max-width: 100px;
	}
}

.entry-content > p {
	display: none;
}
