

/* Start:/avto_consultation/style.css?171594275910206*/
html {
  scroll-behavior: smooth;
}
header {
	display: none !important;
}
main {
	padding-top: 0px !important;
}
main:after {
	display: none !important;
}
#avtoConsult {
	background: #fff;
	font-size: 19px;
	line-height: 120%;
}
@media(max-width: 990px) {
	#avtoConsult {
		font-size: 17px;
	}
}

/* ↓↓ ------------------------------- ↓↓ main ↓↓ ------------------------------- ↓↓ */
.avtoConsult__main {
	display: block;
	position: relative;
	width: 100%;
	height: 36svw;
	min-height: 614px;
}
.avtoConsult__main::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 1;
}

.avtoConsult__main-bg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.avtoConsult__main .container {
	height: 100%;
}
.avtoConsult__main-content {
	display: block;
	position: relative;
	align-items: center;
	z-index: 1;
}
.avtoConsult__main-content__wrapper {
	display: flex;
	position: relative;
	height: 100%;
	align-items: center;
}
.avtoConsult__main-title {
	font-size: 1.05em;
	font-weight: bold;
	text-transform: uppercase;
	cursor: default;
}

@media(min-width: 2000px) {
	.avtoConsult__main {
		height: 800px;
	}
}
@media(min-width: 990px) {
	.avtoConsult__main-content {
		top: -30px;
	}
	.avtoConsult__main-content__wrapper {
		max-width: 50%;
	}
}
@media(max-width: 1280px) {
	.avtoConsult__main {
		height: 54vw;
		min-height: auto;
	}
}
@media(max-width: 770px) {
	.avtoConsult__main {
		height: 100svh;
		min-height: auto;
	}
	.avtoConsult__main-bg {
		object-position: right;
	}
}

/* ↓↓ ------------------------------- ↓↓ nav ↓↓ ------------------------------- ↓↓ */
.avtoConsult__nav {
	box-sizing: border-box;
	display: block;
	position: fixed;
	top: 15px;
	right: 0;
	width: auto;
	height: auto;
	padding: 5px 30px;
	background-color: rgba(71, 74, 81, 0.75);
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	font-weight: 500;
	z-index: 2;
	transition: 300ms;
}
.avtoConsult__nav ul {
	display: flex;
	position: relative;
	gap: 86px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.avtoConsult__nav ul li {
	padding: 0;
	margin: 0;
}
.avtoConsult__nav ul li a {
	color: #fff;
	transition: color 0.3s ease;
}

@media(min-width: 990px) {
	.avtoConsult__nav:hover {
		background-color: #474a51;
	}
	.avtoConsult__nav ul li a:hover {
		color: #dadada;
	}
}
@media(max-width: 600px) {
	.avtoConsult__nav {
		width: 100%;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.avtoConsult__nav ul {
		justify-content: space-between;
		gap: 10px;
	}
}
@media(max-width: 450px) {
	.avtoConsult__nav {
		padding: 5px 15px;
	}
}
@media(max-width: 350px) {
	.avtoConsult__nav ul li a {
		font-size: 0.9em;
	}
}

/* ↓↓ ------------------------------- ↓↓ banner ↓↓ ------------------------------- ↓↓ */
.avtoConsult__logo {
	display: block;
	position: relative;
	width: 331px;
	height: 62px;
	margin: 0 0 30px 0;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.avtoConsult__logo img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.avtoConsult__title {
	display: block;
	position: relative;
	font-size: 1.05em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	cursor: default;
}
.avtoConsult__subtitle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	font-size: 1.05em;
	cursor: default;
}
.avtoConsult__button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	height: 34px;
	width: max-content;
	padding: 0 22px;
	border-radius: 17px;
	background-color: #474A51;
}
.avtoConsult__button-text {
	color: #fff;
	font-size: 0.95em;
	transition: 300ms;
}
.avtoConsult__button-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 300ms;
}

@media(min-width: 990px) {
	.avtoConsult__logo:hover {
		opacity: 0.8;
		transition: opacity 0.3s ease;
	}
	.avtoConsult__button:hover .avtoConsult__button-text {
		color: #dadada;
	}
	.avtoConsult__button:hover .avtoConsult__button-icon {
		transform: translateX(5px);
	}
}
@media(max-width: 400px) {
	.avtoConsult__logo {
		width: auto;
		max-width: 331px;
	}
}

/* ↓↓ ------------------------------- ↓↓ lines ↓↓ ------------------------------- ↓↓ */
.avtoConsult__line-block {
	display: flex;
	position: relative;
	width: 100%;
	flex-direction: column;
	align-items: center;
	margin: 0 0 75px 0;
}
.avtoConsult__line {
	display: block;
	position: relative;
	height: 1px;
	background-color: rgb(71, 74, 81);
	margin-top: 35px;
}
.avtoConsult__line._long {
	width: 667px;
	max-width: calc(100% - 60px);
}
.avtoConsult__line._short {
	width: 230px;
	max-width: 34%;
}

/* ↓↓ ------------------------------- ↓↓ features ↓↓ ------------------------------- ↓↓ */
.avtoConsult__features {
	display: block;
	position: relative;
}
.avtoConsult__features-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 90px;
}
.avtoConsult__features-item {
	flex: 0 0 calc(33.333% - 60px);
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.avtoConsult__features-icon {
	display: block;
	position: relative;
	width: 115px;
	height: 115px;
	margin: 0 0 18px 0;
	transform: scale(1.001);
	transition: 300ms;
}
.avtoConsult__features-icon img {
	display: block;
	position: relative;
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}
.avtoConsult__features-title {
	position: relative;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	cursor: default;
}
.avtoConsult__features-text {
	position: relative;
	cursor: default;
	font-size: 0.9em;
}

@media(min-width: 990px) {
	.avtoConsult__features-item:hover .avtoConsult__features-icon {
		transform: scale(1.08);
	}
}
@media(max-width: 990px) {
	.avtoConsult__features-wrapper {
		gap: 45px;
	}
	.avtoConsult__features-item {
		flex: 0 0 calc(33.333% - 30px);
	}
}
@media(max-width: 770px) {
	.avtoConsult__features-icon {
		width: 80px;
		height: 80px;
	}
}
@media(max-width: 600px) {
	.avtoConsult__features-item {
		flex: 0 0 40%;
	}
}
@media(max-width: 500px) {
	.avtoConsult__features-wrapper {
		gap: 30px;
	}
	.avtoConsult__features-item {
		flex: 0 0 calc(50% - 15px);
	}
}
@media(max-width: 350px) {
	.avtoConsult__features-title {
		font-size: 0.9em;
	}
}

/* ↓↓ ------------------------------- ↓↓ slider ↓↓ ------------------------------- ↓↓ */
.avtoConsult__slider {
	padding-bottom: 50px;
}
.avtoConsult__slider > .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
.avtoConsult__slider-title {
}
.avtoConsult__slider-wrapper {
	display: flex;
	align-items: center;
	gap: 25px;
	width: 100%;
}
.avtoConsult__slider-init {
	min-width: 0;
}
.avtoConsult__slider-item {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 110px !important;
}
.avtoConsult__slider-btn {
	flex-shrink: 0;
	width: 21px;
	height: 36px;
	cursor: pointer;
}
.avtoConsult__slider-btn > img {
	transform: scale(1.001);
	transition: 300ms;
}
.avtoConsult__slider-btn_prev {
}
.avtoConsult__slider-btn_next {
	transform: rotate(180deg);
}

@media(min-width: 990px) {
	.avtoConsult__slider-btn:hover img {
		transform: scale(1.2);
	}
}
@media(max-width: 770px) {
	.avtoConsult__slider-wrapper {
		gap: 20px;
	}
}
@media(max-width: 450px) {
	.avtoConsult__slider-wrapper {
		gap: 15px;
	}
}

/* ↓↓ ------------------------------- ↓↓ form ↓↓ ------------------------------- ↓↓ */
.avtoConsult__form-block {
	background-color: #D9D9D9;
	padding: 24px 0 27px;
}
.avtoConsult__form-block > .container {
	display: flex;
	justify-content: center;
}
.avtoConsult__form-content {
	display: flex;
	position: relative;
	flex-direction: column;
	gap: 20px;
	max-width: 550px;
	height: auto;
}
.avtoConsult__form-title-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
.avtoConsult__form-title {
}
.avtoConsult__form-subtitle {
	cursor: default;
}
.avtoConsult__form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	font-size: 0.84em;
}
.avtoConsult__form-input {
	border: 1px solid #797C83;
	padding: 15px 10px;
	outline: none;
}
.avtoConsult__form-textarea {
	padding: 15px 10px;
	height: 150px;
	resize: none;
	outline: none;
}
.avtoConsult__form-input:focus::placeholder,
.avtoConsult__form-textarea:focus::placeholder {
	opacity: 0;
}
.avtoConsult__form-checkbox-block {
	display: flex;
	position: relative;
	align-items: flex-start;
	gap: 15px;
}
.avtoConsult__form-checkbox {
	display: block;
	position: relative;
	width: 25px;
	height: 25px;
}
.avtoConsult__form-checkbox-text a{
	text-decoration: underline;
}
.avtoConsult__form-submit {
	display: block;
	position: relative;
	background-color: #474a51;
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	transition: opacity 0.7s ease;
}

.avtoConsult__form-result {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #D9D9D9;
	align-items: center;
	justify-content: center;
	z-index: 5;
}

.avtoConsult__form-result._show {
	display: flex;
}

.avtoConsult__form-response {
	position: relative;
	text-align: center;
	line-height: 170%;
}
.avtoConsult__form-response b {
	font-weight: 700;
}

.form__item {
	display: none;
}

@media (min-width: 990px) {
	.avtoConsult__form-checkbox {
		cursor: pointer;
	}
	.avtoConsult__form-submit:hover {
		opacity: 0.7;
		transition: opacity 0.8s ease;
	}
}
/* End */
/* /avto_consultation/style.css?171594275910206 */
