/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
		outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
		display: block; }

body {
		line-height: 1; }

ol, ul {
		list-style: none; }

blockquote, q {
		quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
		content: '';
		content: none; }

table {
		border-collapse: collapse;
		border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
		-webkit-appearance: none;
		-moz-appearance: none; }

input[type=search] {
		-webkit-appearance: none;
		-moz-appearance: none;
		box-sizing: content-box; }

textarea {
		overflow: auto;
		vertical-align: top;
		resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
		display: none;
		height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
		display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
		font-size: 100%;
		/* 1 */
		-webkit-text-size-adjust: 100%;
		/* 2 */
		-ms-text-size-adjust: 100%;
		/* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
		outline: 0; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
		outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
		border: 0;
		/* 1 */
		-ms-interpolation-mode: bicubic;
		/* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
		margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
		margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
		border: 0;
		/* 1 */
		padding: 0;
		white-space: normal;
		/* 2 */
		*margin-left: -7px;
		/* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
		font-size: 100%;
		/* 1 */
		margin: 0;
		/* 2 */
		vertical-align: baseline;
		/* 3 */
		*vertical-align: middle;
		/* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
		line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
		text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
		-webkit-appearance: button;
		/* 2 */
		cursor: pointer;
		/* 3 */
		*overflow: visible;
		/* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
		cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
		box-sizing: border-box;
		/* 1 */
		padding: 0;
		/* 2 */
		*height: 13px;
		/* 3 */
		*width: 13px;
		/* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
		-webkit-appearance: textfield;
		/* 1 */
		/* 2 */
		box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
		border: 0;
		padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
		overflow: auto;
		/* 1 */
		vertical-align: top;
		/* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
		border-collapse: collapse;
		border-spacing: 0; }

html,
button,
input,
select,
textarea {
		color: #222; }

::selection {
		background: #b3d4fc;
		text-shadow: none; }

img {
		vertical-align: middle; }

fieldset {
		border: 0;
		margin: 0;
		padding: 0; }

textarea {
		resize: vertical; }

.chromeframe {
		margin: 0.2em 0;
		background: #ccc;
		color: #000;
		padding: 0.2em 0; }

/* open-sans-regular - latin_cyrillic */
@font-face {
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: 400;
		src: local(""), url("../../assets/fonts/open-sans-v18-latin_cyrillic-regular.woff2") format("woff2"), url("../../assets/fonts/open-sans-v18-latin_cyrillic-regular.woff") format("woff");
		/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-600 - latin_cyrillic */
@font-face {
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: 600;
		src: local(""), url("../../assets/fonts/open-sans-v18-latin_cyrillic-600.woff2") format("woff2"), url("../../assets/fonts/open-sans-v18-latin_cyrillic-600.woff") format("woff");
		/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-700 - latin_cyrillic */
@font-face {
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: 700;
		src: local(""), url("../../assets/fonts/open-sans-v18-latin_cyrillic-700.woff2") format("woff2"), url("../../assets/fonts/open-sans-v18-latin_cyrillic-700.woff") format("woff");
		/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* oswald-regular - latin_cyrillic */
@font-face {
		font-family: 'Oswald';
		font-style: normal;
		font-weight: 400;
		src: local(""), url("../../assets/fonts/oswald-v36-latin_cyrillic-regular.woff2") format("woff2"), url("../../assets/fonts/oswald-v36-latin_cyrillic-regular.woff") format("woff");
		/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* oswald-600 - latin_cyrillic */
@font-face {
		font-family: 'Oswald';
		font-style: normal;
		font-weight: 600;
		src: local(""), url("../../assets/fonts/oswald-v36-latin_cyrillic-600.woff2") format("woff2"), url("../../assets/fonts/oswald-v36-latin_cyrillic-600.woff") format("woff");
		/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

*,
*:after,
*:before {
		box-sizing: border-box; }

body {
		font-family: "Open Sans", "Segoe UI", sans-serif;
		font-size: 15px;
		background-color: #ffec3d; }

.lock {
		overflow: hidden; }

.page {
		position: relative; }

.main {
		position: relative;
		z-index: 2;
		margin-bottom: 215px; }

a {
		color: inherit;
		text-decoration: none; }

.container {
		position: relative;
		max-width: 1200px;
		padding: 0 20px;
		margin: 0 auto; }

.btn {
		position: relative;
		color: #ffffff;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 15px;
		background-image: linear-gradient(140deg, #a908ff 0%, #7029f3 21%, #3381d2 100%);
		background-size: 200%;
		width: 200px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		border-radius: 8px;
		display: block;
		box-shadow: 0 0 20px rgba(54, 54, 54, 0.25);
		cursor: pointer;
		transition: all ease 0.3s;
		top: 0; }
		.btn:hover {
				top: 1px;
				background-position: right center;
				color: #e0e0e0;
				box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

section {
		position: relative; }

.img-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; }

.title {
		position: relative;
		text-transform: uppercase;
		font-family: "Oswald", sans-serif;
		font-size: 34px;
		line-height: 40px;
		font-weight: 600; }

.subtitle {
		font-size: 20px;
		text-align: center;
		line-height: 28px;
		font-weight: 500;
		color: #2e6a88; }

.text {
		font-size: 15px;
		line-height: 25px;
		font-weight: normal; }

.inst {
		background-image: url(../../assets/img/icons/social_insta-white.png); }

.tlg {
		background-image: url(../../assets/img/icons/social_tlg-white.png); }

.vk {
		background-image: url(../../assets/img/icons/social_vk-white.png); }

.modal {
		position: fixed;
		z-index: 100;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0.8);
		visibility: hidden;
		opacity: 0;
		transition: all ease .3s; }
		.modal__box {
				position: absolute;
				left: 0;
				right: 0;
				top: 30vh;
				margin: 0 auto;
				max-width: 400px;
				border-radius: 12px;
				background-color: #fff;
				padding: 30px 60px; }
		.modal__close {
				position: absolute;
				right: 15px;
				top: 15px;
				width: 30px;
				height: 30px;
				border-radius: 50%;
				background: linear-gradient(140deg, #a908ff 0%, #7029f3 21%, #3381d2 100%);
				cursor: pointer;
				transition: all ease 0.2s; }
				.modal__close:after {
						content: "";
						display: block;
						width: 100%;
						height: 100%;
						background-image: url(../../assets/img/icons/close-icon.png);
						background-repeat: no-repeat;
						background-size: 20px;
						background-position: center; }
				.modal__close:hover {
						transform: scale(1.1); }

.modal_active {
		visibility: visible;
		opacity: 1; }

/*Form styles start*/
.form__body:after {
		content: "";
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(78, 78, 78, 0.7);
		opacity: 0;
		visibility: hidden;
		transition: all linear 0.4s; }

.form__body._sending:after {
		opacity: 0.7;
		visibility: visible; }

.form__title {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 30px; }
		.form__title:after {
				display: none; }

.form .t-red {
		color: red; }

.form__body__item {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 -20px; }

.form__item {
		padding: 0 20px;
		margin-bottom: 20px;
		flex: 1 0 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start; }

.form__label {
		display: inline-block;
		font-size: 15px;
		font-weight: 600;
		margin-bottom: 10px; }

.form__input {
		height: 46px;
		padding: 0 15px;
		width: 100%;
		font-size: 14px;
		border-radius: 6px;
		border: 1px solid #c7c7c7;
		transition: all linear 0.3s;
		font-family: inherit;
		font-style: normal; }

.form__input:focus {
		border: 1px solid #a908ff, linear-gradient(140deg, #a908ff 0%, #7029f3 21%, #3381d2 100%);
		box-shadow: 0 0 5px #a908ff, linear-gradient(140deg, #a908ff 0%, #7029f3 21%, #3381d2 100%); }

.form__input::-webkit-input-placeholder {
		color: #919191; }

.form__input:-moz-placeholder {
		color: #919191; }

._error {
		box-shadow: 0 0 5px red; }

.form__button {
		border: none; }

textarea.form__input {
		min-height: 100px;
		resize: vertical;
		padding: 10px 15px; }

/*Request form*/
.request-form {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 1000;
		visibility: hidden;
		opacity: 0;
		transition: all linear 0.4s; }
		.request-form p {
				padding: 40px 20px 70px;
				font-size: 16px;
				line-height: 24px;
				color: #242424;
				background: #ffffff;
				background-image: linear-gradient(140deg, #fffb84 0%, #feffa2 39%, #1392ff 100%);
				position: absolute;
				border-radius: 8px;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				margin: auto auto;
				text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
				max-width: 350px;
				max-height: 160px;
				text-align: center; }
				.request-form p span {
						font-size: 16px;
						display: block;
						color: #2e2e2e; }

.show-request {
		opacity: 1;
		visibility: visible; }

.header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 100; }
		.header:before {
				content: "";
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-image: linear-gradient(60deg, #1a2027 0%, #485563 100%);
				background-color: #21332f;
				z-index: 2; }
		.header__burger {
				display: none; }
		.header__body {
				position: relative;
				display: flex;
				justify-content: space-between;
				height: 80px;
				align-items: center; }
		.header__menu {
				display: flex;
				flex: 1 1 auto;
				align-items: center;
				justify-content: space-between; }
		.header__list {
				display: flex;
				position: relative;
				z-index: 2; }
		.header__list li {
				list-style: none;
				margin: 0 0 0 20px;
				color: #ffffff; }
				.header__list li:first-of-type {
						margin-left: 0; }
		.header__social {
				flex: 0 1 140px;
				position: relative;
				z-index: 2;
				display: flex;
				flex-wrap: wrap;
				justify-content: space-evenly; }
				.header__social__title {
						display: none; }
				.header__social__link {
						width: 25px;
						height: 25px;
						display: inline-block;
						background-repeat: no-repeat;
						background-size: contain;
						background-position: center;
						transition: all ease 0.2s; }
						.header__social__link:first-of-type {
								background-image: url(../../assets/img/icons/social_insta.png); }
						.header__social__link:nth-of-type(2) {
								background-image: url(../../assets/img/icons/social_vk.png); }
						.header__social__link:last-of-type {
								background-image: url(../../assets/img/icons/social_tlg.png); }
						.header__social__link:hover {
								transform: scale(1.2); }
		.header__link {
				font-size: 16px;
				position: relative;
				color: #fff;
				transition: all ease 0.3s; }
				.header__link:hover {
						color: #888888; }
				.header__link:after {
						content: "";
						position: absolute;
						bottom: -4px;
						left: 0;
						width: 0%;
						height: 1px;
						background: #a908ff;
						background: linear-gradient(140deg, #a908ff 0%, #7029f3 21%, #3381d2 100%);
						transition: all linear 0.3s;
						-webkit-transition: all linear 0.3s;
						-moz-transition: all linear 0.3s;
						-ms-transition: all linear 0.3s;
						-o-transition: all linear 0.3s; }
				.header__link:hover.header__link::after {
						width: 100%; }
		.header__btn {
				margin-left: 30px;
				min-width: 200px; }
		.header__phone {
				margin-left: 30px;
				z-index: 2;
				display: flex;
				align-items: center;
				justify-content: flex-end; }
				.header__phone__block {
						display: flex;
						flex-direction: column; }
		.header .link__pic {
				font-size: 0;
				width: 100%;
				height: 100%; }
		.header .img {
				display: block;
				width: 25px;
				height: 25px;
				margin-left: 5px; }
		.header .phone__link {
				font-size: 18px;
				color: #fff;
				font-weight: 700; }
				.header .phone__link:first-child {
						margin-bottom: 5px; }
		.header .phone-top {
				display: none; }

.intro {
		min-height: 50vh;
		padding-top: 160px;
		padding-bottom: 60px;
		background-image: url(../../assets/img/glavnii_fon.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right bottom;
		background-color: #fff; }
		.intro__bg {
				background-image: url(../../assets/img/iveco-main.png);
				background-repeat: no-repeat;
				background-size: 450px;
				background-position: 80% 85%;
				background-color: rgba(251, 255, 9, 0.6); }
		.intro__body {
				display: flex;
				flex-direction: column;
				max-width: 554px; }
		.intro__text {
				align-self: flex-end;
				margin-bottom: -10px;
				padding-left: 25px;
				position: relative; }
				.intro__text:before {
						content: "";
						display: block;
						position: absolute;
						left: 0;
						top: 0;
						height: 100%;
						width: 20px;
						background-image: url(../../assets/img/icons/location.png);
						background-repeat: no-repeat;
						background-size: contain;
						background-position: center; }
		.intro__title {
				font-family: "Open Sans";
				text-transform: none;
				font-size: 36px;
				margin-bottom: 10px; }
		.intro__subtitle {
				font-size: 20px;
				text-shadow: 0 0 10px rgba(54, 54, 54, 0.25); }
				.intro__subtitle:last-of-type {
						margin-bottom: 45px; }
		.intro__btn {
				margin-left: 70px; }

.benefits {
		padding: 60px 0;
		background-color: #ffda5f;
		z-index: 2; }
		.benefits .container {
				display: flex; }
		.benefits__block {
				flex: 0 1 50%;
				padding-top: 30px;
				padding-right: 40px;
				padding-bottom: 40px; }
		.benefits__title {
				margin-bottom: 40px; }
		.benefits__text {
				text-align: justify; }
				.benefits__text:first-of-type {
						margin-bottom: 20px; }
		.benefits__cards {
				flex: 0 1 50%;
				padding: 30px 20px 30px 40px;
				background-color: #ffec3d;
				box-shadow: 10px 20px 20px rgba(54, 54, 54, 0.25);
				display: flex;
				flex-wrap: wrap; }
		.benefits__card {
				flex: 0 1 50%;
				display: flex;
				align-items: center;
				padding-right: 20px;
				margin-bottom: 20px; }
				.benefits__card-pic {
						flex: 0 0 60px;
						height: 50px;
						object-fit: contain;
						margin-right: 10px; }
				.benefits__card-desc {
						font-size: 16px;
						font-weight: 600; }

.order {
		z-index: 1;
		padding-top: 80px;
		padding-bottom: 60px;
		background-image: url(../../assets/img/gorod.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover; }
		.order__bg {
				background-color: #ffec3d; }
		.order .container {
				display: flex;
				justify-content: space-between; }
		.order__img {
				position: relative;
				bottom: -95px;
				flex: 0 1 550px;
				background-image: url(../../assets/img/car.png);
				background-repeat: no-repeat;
				background-size: contain;
				background-position: center right; }
				.order__img-bg {
						background-image: url(../../assets/img/man.png);
						background-repeat: no-repeat;
						background-size: contain;
						background-position: center bottom; }
		.order__block {
				flex: 0 1 350px;
				margin-left: 30px; }
		.order__title {
				text-align: center;
				font-size: 50px;
				line-height: 50px;
				margin-bottom: 10px; }
		.order__subtitle {
				font-size: 20px;
				margin-bottom: 20px;
				line-height: normal; }
				.order__subtitle span {
						display: block;
						text-align: right; }
		.order__text {
				text-align: justify;
				margin-bottom: 20px;
				line-height: 20px; }
				.order__text:last-of-type {
						font-weight: 600;
						margin-bottom: 40px; }
		.order__btn {
				margin: 0 auto; }

.price {
		background-color: #fff;
		background-image: url(../../assets/img/price_fon.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		padding: 60px 0 40px; }
		.price__bg {
				background-color: rgba(255, 236, 61, 0.9); }
		.price .container {
				display: flex;
				flex-wrap: wrap; }
		.price__title {
				margin-bottom: 30px; }
		.price__block {
				flex: 0 1 50%;
				padding-right: 80px; }
		.price__subtitle {
				margin-bottom: 25px;
				line-height: 20px; }
		.price__text {
				margin-bottom: 10px; }
				.price__text:last-of-type {
						margin-bottom: 25px; }
				.price__text span {
						font-size: 18px;
						font-weight: 600;
						float: right;
						display: inline-block; }
		.price__btn {
				margin-right: 0;
				margin-left: auto; }
		.price__service {
				flex: 0 1 50%; }
				.price__service__block {
						margin-left: 40px;
						padding-left: 70px;
						margin-bottom: 30px;
						background-repeat: no-repeat;
						background-size: 50px 50px;
						background-position: 0 0; }
				.price__service__title {
						text-transform: uppercase;
						font-size: 20px;
						font-weight: 600;
						margin-bottom: 10px; }
				.price__service__text {
						margin-bottom: 10px;
						line-height: 22px; }
		.price .disel {
				background-image: url(../../assets/img/icons/fuel.png); }
		.price .tyre {
				background-image: url(../../assets/img/icons/tyre.png); }
		.price .battery {
				background-image: url(../../assets/img/icons/battery.png); }

.portfolio {
		background-color: #fff;
		padding: 60px 0; }
		.portfolio__bg {
				background-color: #ffda5f; }
		.portfolio__wrapper {
				display: flex;
				justify-content: space-between;
				height: 250px;
				overflow: hidden;
				margin-bottom: 40px; }
		.portfolio__main {
				position: relative;
				background-image: url(../../assets/img/portfolio/fon.jpg);
				background-size: cover;
				background-repeat: no-repeat;
				background-position: center center;
				flex: 0 0 350px;
				height: 100%;
				display: flex;
				align-items: center;
				padding: 30px;
				margin-right: 20px;
				color: #fff; }
				.portfolio__main__bg {
						background-color: rgba(0, 0, 0, 0.658); }
		.portfolio__title {
				font-size: 28px;
				line-height: 34px;
				font-weight: 500; }
		.portfolio__video__wrapper {
				height: 500px; }
		.portfolio__video {
				width: 100%;
				height: 100%; }
		.portfolio .nav {
				display: inline-block;
				cursor: pointer;
				width: 30px;
				height: 25px;
				background-repeat: no-repeat;
				background-position: center;
				background-size: contain;
				margin-left: 10px;
				transition: all linear .2s; }
				.portfolio .nav:hover {
						transform: translateX(5px); }
		.portfolio .button-next {
				background-image: url(../../assets/img/icons/right.png); }
		.portfolio .button-prev {
				transform: scale(-1, 1);
				background-image: url(../../assets/img/icons/right.png); }
				.portfolio .button-prev:hover {
						transform: scale(-1, 1) translateX(5px); }
		.portfolio .slider {
				min-width: 0; }
		.portfolio .card__wrapper {
				height: 250px; }
		.portfolio__link {
				width: 100%;
				height: 100%;
				display: block;
				cursor: pointer;
				transition: all ease .3s; }
				.portfolio__link:hover {
						transform: scale(1.05); }
				.portfolio__link img {
						width: 100%;
						height: 100%;
						object-fit: cover;
						object-position: center center; }

.faq {
		background-color: #ffec3d;
		padding: 70px 0; }
		.faq__title {
				margin-bottom: 40px; }
		.faq__list {
				padding-left: 70px;
				display: flex;
				flex-direction: column;
				align-items: flex-start; }
				.faq__list__title {
						font-weight: 600;
						padding: 8px 12px;
						margin-bottom: 10px;
						border-radius: 8px;
						cursor: pointer;
						transition: all linear .3s; }
						.faq__list__title:hover {
								transform: scale(1.01);
								color: #3f3f3f;
								box-shadow: 0 0 10px rgba(112, 41, 243, 0.3); }
				.faq__list__body {
						display: none;
						max-width: 700px;
						margin-bottom: 20px;
						padding-left: 12px; }
						.faq__list__body span {
								max-width: 500px;
								display: block;
								margin-top: 25px;
								text-transform: uppercase;
								font-weight: 600;
								line-height: 20px; }
		.faq__btn {
				margin-right: 0;
				margin-left: auto; }
		.faq__phone {
				text-decoration: underline; }
		.faq .ac_active {
				border-width: 1px;
				border-style: solid;
				border-image: linear-gradient(140deg, #a908ff 0%, #7029f3 21%, #3381d2 100%);
				border-image-slice: 1;
				border-radius: 8px; }

.rules {
		padding: 60px 0;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom center;
		background-image: url(../../assets/img/city_1.jpg); }
		.rules__bg {
				background-color: rgba(255, 225, 53, 0.89);
				background-repeat: no-repeat;
				background-size: 35%;
				background-position: 95% 85%;
				background-image: url(../../assets/img/evac_pravila.png); }
		.rules__title {
				margin-bottom: 40px; }
		.rules__wrapper {
				padding-left: 70px; }
		.rules__subtitle {
				margin-bottom: 25px;
				line-height: 22px; }
		.rules__text {
				max-width: 60%;
				position: relative;
				padding-left: 80px;
				margin-bottom: 25px;
				line-height: 22px; }
				.rules__text:before {
						content: '';
						position: absolute;
						top: 0;
						left: 35px;
						width: 40px;
						height: 40px;
						background-size: contain;
						background-repeat: no-repeat;
						background-position: top center; }
				.rules__text span {
						display: flex;
						align-items: flex-start;
						padding-top: 10px;
						position: absolute;
						left: 0;
						top: 0;
						bottom: 0;
						font-size: 55px;
						font-weight: 700;
						vertical-align: bottom; }
		.rules .first-rule::before {
				background-image: url(../../assets/img/icons/car-repair.png); }
		.rules .second-rule::before {
				background-image: url(../../assets/img/icons/problem.png); }
		.rules .three-rule::before {
				background-image: url(../../assets/img/icons/route.png); }
		.rules .four-rule::before {
				background-image: url(../../assets/img/icons/worker.png); }

.footer {
		position: fixed;
		z-index: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		background-image: linear-gradient(60deg, #1a2027 0%, #485563 100%);
		background-color: #21332f;
		padding: 50px 0;
		color: #fff; }
		.footer__wrapper {
				display: flex;
				justify-content: stretch;
				flex-wrap: wrap; }
		.footer__menu {
				flex: 0 1 200px; }
		.footer__link {
				display: block;
				transition: all ease .2s;
				cursor: pointer; }
				.footer__link:hover {
						transform: scale(1.05);
						color: #797979; }
		.footer__list li {
				padding: 8px 0;
				font-size: 15px; }
		.footer__adress {
				flex: 0 1 200px; }
				.footer__adress__item {
						padding: 8px 0 8px 30px;
						position: relative; }
						.footer__adress__item::before {
								content: '';
								display: block;
								position: absolute;
								left: 0;
								top: 0;
								bottom: 0;
								margin: auto 0;
								width: 20px;
								height: 20px;
								background-repeat: no-repeat;
								background-size: contain;
								background-position: center; }
						.footer__adress__item:first-child:before {
								background-image: url(../../assets/img/icons/footer_location.png); }
						.footer__adress__item:nth-child(2):before {
								background-image: url(../../assets/img/icons/footer_clock.png); }
						.footer__adress__item:nth-child(3):before {
								background-image: url(../../assets/img/icons/footer_mail.png); }
						.footer__adress__item:last-child:before {
								background-image: url(../../assets/img/icons/footer_phone.png); }
						.footer__adress__item:last-child .footer__link:last-child {
								margin-top: 4px; }
		.footer__social {
				margin-right: 0;
				align-self: center;
				flex: 1 0 240px;
				display: flex;
				justify-content: flex-end; }
				.footer__social__list {
						padding-right: 20px;
						border-right: 1px solid #888888; }
				.footer__social__link {
						margin-bottom: 5px;
						display: block;
						width: 30px;
						height: 30px;
						background-repeat: no-repeat;
						background-size: contain;
						background-position: center;
						transition: all ease .2s; }
						.footer__social__link:hover {
								transform: scale(1.15); }
				.footer__social__desc {
						align-self: center;
						padding-left: 20px; }
						.footer__social__desc span {
								display: block;
								margin-top: 10px; }

@media (max-width: 1400px) {
		.intro__bg {
				background-size: 370px; } }

@media (max-width: 1200px) {
		.intro__bg {
				background-size: 300px;
				background-position: 80% 95%; }
		.benefits__card-desc {
				font-size: 15px; } }

@media (max-width: 1060px) {
		.benefits .container {
				flex-wrap: wrap; }
		.benefits__block {
				flex: 0 1 100%;
				padding-bottom: 10px;
				margin-bottom: 20px; }
		.benefits__cards {
				flex: 0 1 100%; }
		.benefits__card {
				flex: 0 1 33%; }
		.header__body {
				height: 60px; }
		.header__burger {
				display: block;
				position: relative;
				width: 30px;
				height: 20px;
				z-index: 3; }
				.header__burger span {
						position: absolute;
						background-color: #fff;
						left: 0;
						width: 100%;
						height: 2px;
						top: 9px;
						transition: ease 0.2s; }
				.header__burger:before, .header__burger:after {
						content: "";
						background-color: #fff;
						position: absolute;
						width: 100%;
						height: 2px;
						left: 0;
						top: 0;
						transition: ease 0.2s; }
				.header__burger:after {
						top: auto;
						bottom: 0; }
		.header__menu {
				flex-direction: column;
				position: fixed;
				top: 0;
				left: -100%;
				width: 80%;
				height: 100%;
				background-color: rgba(255, 255, 255, 0.94);
				padding: 80px 0 0 0;
				transition: ease 0.4s;
				overflow: auto;
				box-shadow: -5px 0 20px rgba(46, 46, 46, 0.94); }
		.header__social {
				flex-basis: auto;
				margin-bottom: 5vh; }
				.header__social__title {
						display: block;
						flex: 0 0 100%;
						text-align: center;
						font-size: 24px;
						padding-bottom: 10px;
						border-bottom: 1px solid #a0a0a0;
						margin-bottom: 10px; }
		.header__list {
				text-align: center;
				display: block; }
				.header__list li {
						margin: 0 0 20px 0; }
		.header__link {
				color: #242424;
				font-size: 28px; }
		.header__phone {
				position: absolute;
				top: 10px;
				right: 0; }
		.header__burger.active span {
				transform: scale(0); }
		.header__burger.active::before {
				transform: rotate(45deg);
				top: 9px; }
		.header__burger.active::after {
				transform: rotate(-45deg);
				bottom: 9px; }
		.header__menu.active {
				left: 0; }
		.portfolio__video__wrapper {
				height: 400px; } }

@media (max-width: 860px) {
		.intro {
				padding-top: 100px;
				padding-bottom: 40px; }
		.intro__btn {
				margin-left: 0; }
		.benefits__card-desc {
				font-size: 14px;
				font-weight: normal; }
		.benefits__card-pic {
				height: 40px; }
		.text {
				font-size: 14px;
				line-height: 20px; }
		.title {
				font-size: 28px;
				line-height: 36px; }
		.order__img {
				flex: 0 1 58%; }
		.price__block {
				padding-right: 40px; }
		.price__service__block {
				padding-left: 50px;
				background-size: 35px 35px;
				margin-left: 25px; }
		.price__service__title {
				font-size: 18px; }
		.price__text {
				margin-bottom: 7px; }
				.price__text span {
						font-size: 16px; }
		.rules__wrapper {
				padding-left: 45px; }
		.rules__text {
				max-width: 100%; }
		.rules__bg {
				background-image: none; } }

@media (max-width: 754px) {
		.main {
				margin-bottom: 490px; }
		.benefits__card {
				flex-basis: 50%; }
		.order__img {
				display: none; }
		.order {
				background-size: 400px;
				background-position: -50% center;
				background-repeat: no-repeat;
				background-image: url(../../assets/img/car.png);
				background-color: #fff; }
		.order__bg {
				background-color: rgba(0, 0, 0, 0.7); }
		.order__block {
				color: #fff;
				margin-left: auto;
				margin-right: 0; }
		.price__block {
				flex-basis: 100%;
				margin-bottom: 40px; }
		.price__service {
				flex-basis: 100%; }
		.portfolio__wrapper {
				flex-wrap: wrap;
				overflow: visible;
				height: auto; }
		.portfolio__main {
				flex-basis: 100%;
				margin-bottom: 25px;
				height: 250px; }
		.portfolio .slider {
				flex: 0 1 100%; }
		.faq__list {
				padding-left: 28px; }
		.footer__wrapper {
				flex-direction: column;
				justify-content: flex-end;
				width: 300px;
				margin: 0 auto;
				align-items: center; }
		.footer__menu, .footer__adress, .footer__social {
				flex-basis: auto;
				margin-bottom: 20px; }
		.footer__adress {
				margin-bottom: 35px; }
		.footer__social {
				flex-direction: column;
				margin-bottom: 0; }
				.footer__social__desc {
						order: -1;
						text-align: center;
						padding-left: 0;
						padding-bottom: 15px; }
				.footer__social__list {
						display: flex;
						align-items: center;
						justify-content: space-evenly;
						padding-right: 0;
						padding-top: 20px;
						border-right: none;
						border-top: 1px solid #888888; } }

@media (max-width: 565px) {
		.title {
				font-size: 26px;
				line-height: 32px; }
		.text {
				font-size: 12px;
				line-height: 16px; }
		.header .phone__link {
				font-size: 14px; }
		.intro__bg {
				background-size: 200px; }
		.intro__subtitle:last-of-type {
				margin-bottom: 25px; }
		.benefits__block {
				padding: 40px 0 0 0; }
		.benefits__title {
				margin-bottom: 20px; }
		.benefits__card {
				flex-basis: 100%; }
		.order__title {
				text-align: left; }
		.order__subtitle span {
				display: inline; }
		.price__block {
				padding-right: 0; }
		.portfolio, .rules {
				padding-top: 40px; }
		.faq {
				padding-top: 50px; }
		.faq__title, .rules__title {
				margin-bottom: 20px; }
		.portfolio__video__wrapper {
				height: 300px; } }

@media (max-width: 470px) {
		.header__menu {
				padding-top: 150px; }
		.header__body {
				height: 90px; }
		.header__phone {
				flex-direction: column; }
		.header__link {
				font-size: 18px; }
		.header__btn {
				margin-left: 0; }
		.header .phone__link:last-child {
				margin-bottom: 5px; }
		.intro {
				background-size: contain; }
		.intro__bg {
				background-size: 130px;
				background-position: 90% 95%; }
		.faq__list {
				padding-left: 13px; }
		.rules__wrapper {
				padding-left: 25px; }
		.modal__box {
				padding: 20px 30px;
				margin: 0 10px; }
		.modal__close {
				top: 8px;
				right: 8px;
				width: 25px;
				height: 25px; }
				.modal__close::after {
						background-size: 16px; } }

@media (orientation: landscape) and (max-height: 500px) {
		.modal__box {
				padding: 15px 45px;
				top: 20px; }
		.form__title {
				margin-bottom: 20px; }
		.form__input {
				height: 36px; } }



/* Стрелка для выпадающего меню */
.dropdown-toggle .arrow {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.dropdown.active .dropdown-toggle .arrow {
    transform: rotate(180deg);
}

/* Выпадающее меню - Десктоп */
.header__list .dropdown {
    position: relative;
}

.header__list .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 10px 0;
}

.dropdown-menu li {
    border-bottom: 1px solid #f0f0f0;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu .header__link {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.dropdown-menu .header__link:hover {
    background-color: #f8f8f8;
    color: #000;
}

/* Мобильное меню */
@media (max-width: 768px) {
    /* Исправление хедера */
    .header__body {
        position: relative;
        z-index: 1000;
    }
    
    .header__menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.95);
        padding: 80px 20px 20px;
        transition: left 0.3s ease;
        overflow-y: auto;
    }
    
    .header__menu.active {
        left: 0;
    }
    
    .header__list {
        flex-direction: column;
        gap: 0;
    }
    
    .header__list li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .header__list .header__link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }
    
    /* Выпадающее меню в мобильной версии */
    .header__list .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: transparent;
        display: none;
        padding: 0;
        margin: 0;
    }
    
    .header__list .dropdown.active .dropdown-menu {
        display: block;
        animation: fadeIn 0.3s ease;
    }
    
    .dropdown-menu .header__link {
        padding: 12px 0 12px 20px;
        color: #ccc;
        font-size: 16px;
        border: none;
        display: block;
    }
    
    .dropdown-menu .header__link:hover {
        background: transparent;
        color: #fff;
    }
    
    /* Стрелка в мобильной версии */
    .dropdown-toggle .arrow {
        font-size: 12px;
        color: #fff;
    }
    
    .dropdown.active .dropdown-toggle .arrow {
        transform: rotate(180deg);
    }
    
    /* Анимация для плавного появления */
    @keyframes fadeIn {
        from {
            opacity: 0;
            max-height: 0;
        }
        to {
            opacity: 1;
            max-height: 500px;
        }
    }
    
    /* Бургер меню */
    .header__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 1001;
    }
    
    .header__burger span {
        position: absolute;
        background: #000;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease;
    }
    
    .header__burger::before,
    .header__burger::after {
        content: '';
        background: #000;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease;
    }
    
    .header__burger::before {
        top: 0;
    }
    
    .header__burger::after {
        bottom: 0;
    }
    
    .header__burger.active span {
        transform: scale(0);
    }
    
    .header__burger.active::before {
        transform: rotate(45deg);
        top: 9px;
        background: #fff;
    }
    
    .header__burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
        background: #fff;
    }
    
    /* Соцсети в мобильном меню */
    .header__social {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    
    .header__social__title {
        color: #fff;
        margin-bottom: 15px;
        text-align: center;
    }
}