/* Compiled: 2025-05-30 18:48:43 */
@font-face {
	font-family: 'Vela Sans';
	src: url('../fonts/VelaSans-Medium.woff2') format('woff2'), url('../fonts/VelaSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Vela Sans';
	src: url('../fonts/VelaSans-SemiBold.woff2') format('woff2'), url('../fonts/VelaSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Vela Sans';
	src: url('../fonts/VelaSans-Bold.woff2') format('woff2'), url('../fonts/VelaSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Vela Sans';
	src: url('../fonts/VelaSans-Regular.woff2') format('woff2'), url('../fonts/VelaSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	font-family: "Vela Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 148%;
	font-weight: normal;
	color: #383838;
}

hr {
	border-top: 1px solid #e9e9e9;
	margin: 16px 0;
}

textarea {
	min-height: 120px;
	padding: 15px 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%;
	height: 48px;
	border: 1px solid #e9e9e9;
	outline: none;
	resize: vertical;
	scrollbar-width: none;
	transition: border-color 0.2s linear;
}

textarea._error {
	border-color: #f62434;
}

textarea::-webkit-scrollbar {
	width: 0;
	background-color: transparent;
}

html.desktop textarea:hover {
	border-color: #a3a3a3;
}

textarea:active,
textarea:focus,
textarea:focus-within {
	border-color: #666 !important;
}

input,
.price-drawn-value {
	padding: 18px 12px;
	font-size: 16px;
	font-weight: 600;
	line-height: 124%;
	height: 56px;
	border: 1px solid #e9e9e9;
	outline: none;
	transition: border-color 0.2s linear;
}

input._error,
.price-drawn-value._error {
	border-color: #f62434;
}

html.desktop input:hover,
html.desktop .price-drawn-value:hover {
	border-color: #a3a3a3;
}

input:active,
.price-drawn-value:active,
input:focus,
.price-drawn-value:focus,
input:focus-within,
.price-drawn-value:focus-within {
	border-color: #666 !important;
}

.price-drawn-value {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 1px solid transparent;
	color: #000;
}

button[type="submit"] {
	border: none;
	outline: none;
	cursor: pointer;
}

.form__error {
	position: absolute;
	bottom: -16px;
	padding: 0 12px;
	color: #f62434;
	font-size: 13px;
	font-weight: 500;
	line-height: 124%;
}

.select {
	position: relative;
}

.select select {
	background: none;
	width: 100%;
	padding: 12px 12px;
	font-size: 16px;
	font-weight: 600;
	line-height: 124%;
	height: 56px;
	border: 1px solid #e9e9e9;
	outline: none;
	transition: border-color 0.2s linear;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	color: #000;
}

.select select option {
	color: #000;
}

.select svg {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	transition: color 0.15s linear;
	color: #666;
	pointer-events: none;
}

.desktop .select:hover select {
	border: 1px solid #a3a3a3;
}

.desktop .select:hover svg {
	color: #a3a3a3;
}

.img-shape {
	clip-path: polygon(4% 0, 100% 0, 100% 93%, 96% 100%, 0 100%, 0 7%);
	overflow: hidden;
}

.img-shape img {
	display: block;
	width: 100%;
}

.video-shape {
	clip-path: polygon(4% 0, 100% 0, 100% 93%, 96% 100%, 0 100%, 0 7%);
	overflow: hidden;
}

.video-shape video,
.video-shape iframe {
	display: block;
	width: 100%;
}

.video-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	font-size: 16px;
	line-height: 148%;
	color: #b3b3b3;
	gap: 8px;
}

.video-preloader .svg-icon {
	width: 32px;
	height: 32px;
	animation: video-preloader 2s infinite linear;
}

.page-title {
	display: flex; /*margin-bottom: 24px;*/
}

.page-title:has(p) h1 {
	padding-right: 40px;
}

.page-title p {
	flex-shrink: 0;
	max-width: 604px;
	width: 100%;
	text-align: left;
	margin: 0 0 0 auto;
	font-size: 17px;
	line-height: 144%;
}

.title-icon {
	width: 32px;
	height: 32px;
	margin-right: 16px;
}

.tabs-content {
	position: relative;
}

.tabs-content__item {
	position: relative;
	overflow: hidden;
	height: 0;
	width: 0;
	opacity: 0;
	visibility: hidden;
}

.tabs-content__item._active {
	overflow: visible;
	height: auto;
	width: auto;
	opacity: 1;
	visibility: visible;
}

.fullwidth {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: calc(100vw - var(--scrollbar-width));
	max-width: initial !important;
	left: 50%;
	transform: translateX(-50%);
}

.mb96 {
	margin-bottom: 96px;
}

.dropdown-content {
	display: none;
}

.dropdown-content-top {
	display: none;
}

.accordion-content {
	display: none;
}

.wrap-page {
	min-height: 100%;
	background-color: #fafafa;
	margin-bottom: -100px;
}

.wrap-page:after {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
}

.btn {
	color: #fff;
	background-color: #E30613;
}

.btn:hover {
	background-color: #CF0000;
}

.btn:active {
	background-color: #B00;
}

.btn[disabled],
.btn._disabled {
	background-color: #e9e9e9;
	color: #a3a3a3;
}

.btn--rounded {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	color: #666;
}

.btn--rounded:hover {
	color: #383838;
	background-color: #fff;
}

.btn--rounded:active {
	color: #383838;
	background-color: #fff;
}

.btn--rounded[disabled],
.btn--rounded._disabled {
	color: #a3a3a3;
	background-color: #fff;
}

.btn--bordered-brand {
	background: none;
	border: 2px solid #B00;
}

.btn--bordered-brand:hover {
	border-color: #fff;
	background-color: #fff;
}

.btn--bordered-brand:active {
	border-color: #fff;
	background-color: #fff;
}

.btn--bordered-brand[disabled],
.btn--bordered-brand._disabled {
	color: rgba(56, 56, 56, 0.3);
	border-color: #B00;
}

.btn--grey {
	background: #f5f5f5;
}

.btn--dark-grey {
	background: #666;
}

.btn-symbol {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 2px;
}

.btn--bordered {
	background: none;
	border: 2px solid #e9e9e9;
	color: #383838;
}

.btn--bordered:hover {
	border-color: #E30613;
	background-color: #E30613;
	color: #fff;
}

.btn--bordered:active {
	border-color: #B00;
	background-color: #B00;
	color: #fff;
}

.btn--bordered[disabled],
.btn--bordered._disabled {
	color: rgba(233, 233, 233, 0.3);
	border-color: #e9e9e9;
}

.btn--ghost {
	background: none;
	border-top: 1px solid #e9e9e9;
	color: #666;
}

.btn--ghost:hover {
	background: none;
	color: #383838;
}

.btn--ghost:active {
	background: none;
	color: #383838;
}

.btn--ghost[disabled],
.btn--ghost._disabled {
	color: #a3a3a3;
	border-top-color: #e9e9e9;
}

.btn-icon {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	border: none;
}

.btn-icon svg {
	color: #a3a3a3;
	transition: color 0.15s linear;
}

.btn-icon:hover svg,
.btn-icon:active svg {
	color: #383838;
}

.btn-icon[disabled],
.btn-icon._disabled {
	color: #e9e9e9;
}

.btn-icon[disabled] svg,
.btn-icon._disabled svg {
	color: #e9e9e9 !important;
}

.swiper-button-disabled svg {
	color: #e9e9e9 !important;
}

.input-text,
.textarea {
	border: 1px solid #ccc;
	background: #fff;
	color: #383838;
}

.input-text:disabled,
.textarea:disabled {
	border: 1px solid #ddd;
	color: #aaa;
	background: #eee;
}

.textarea {
	line-height: 148%;
}

.tabs-rounded {
	border: 1px solid #e9e9e9;
}

.tab-rounded {
	color: #666;
}

.desktop .tab-rounded:hover {
	background-color: #f0f0f0;
	color: #383838;
}

.tab-rounded._active {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	color: #383838;
}

.tab-rounded[disabled],
.tab-rounded._disabled {
	color: #a3a3a3;
}

.tab-underline {
	color: #a3a3a3;
}

.desktop .tab-underline:hover {
	color: #fff;
}

.tab-underline:after {
	background: #666;
}

.tab-underline._active:after {
	background: #E30613;
}

.out-labels .form-feedback__label {
	color: #666;
}

h1,
.title-h1 {
	color: #383838;
}

h2,
.title-h2 {
	color: #383838;
}

h3,
.title-h3 {
	color: #383838;
}

h4,
h5,
h6,
.title-h4 {
	color: #383838;
}

p {
	font-size: 15px;
	line-height: 148%;
	margin: 0 0 24px;
}

.content ul li {
	color: #666;
}

.content ul li::before {
	background: #666;
}

.content ol li {
	color: #666;
}

.content ol li a {
	color: #666;
	border-bottom: 1px dashed #666;
}

.desktop .content ol li a:hover {
	color: #383838;
	border-color: #383838;
}

.table-wrap .table-title {
	color: #383838;
}

.table-wrap table tr:nth-child(even) td {
	background: #f0f0f0;
}

.table-wrap table tr:last-child td {
	border-bottom: 1px solid #e9e9e9;
}

.table-wrap table th {
	color: #383838;
	border-bottom: 1px solid #e9e9e9;
	background: #f0f0f0;
}

.table-wrap table td {
	color: #666;
}

.table-description {
	color: #666;
}

.popup__container {
	background-color: #fafafa;
	width: auto;
	max-width: 100%;
}

.popup__close {
	color: #a3a3a3;
	transition: color 0.15s linear;
}

.desktop .popup__close:hover {
	color: #383838;
}

.popup--truck {
	text-align: center;
}

.popup--truck .select {
	color: #a3a3a3;
}

.sym-rutube {
	width: 24px;
	height: 24px;
}

.sym-tg {
	width: 24px;
	height: 24px;
}

.sym-vk {
	width: 24px;
	height: 24px;
}

.sym-youtube {
	width: 24px;
	height: 24px;
}

.sym-agricultural {
	width: 24px;
	height: 24px;
}

.sym-arrow_l {
	width: 24px;
	height: 24px;
}

.sym-arrow_r {
	width: 24px;
	height: 24px;
}

.sym-arrow_chevron {
	width: 24px;
	height: 24px;
}

.sym-arrow_drop {
	width: 24px;
	height: 24px;
}

.sym-assortiment {
	width: 56px;
	height: 56px;
}

.sym-attach {
	width: 24px;
	height: 24px;
}

.sym-atvs {
	width: 24px;
	height: 24px;
}

.sym-buses {
	width: 24px;
	height: 24px;
}

.sym-buyout-dark {
	width: 57px;
	height: 56px;
}

.sym-buyout {
	width: 57px;
	height: 56px;
}

.sym-cars {
	width: 24px;
	height: 24px;
}

.sym-catalog {
	width: 24px;
	height: 24px;
}

.sym-check {
	width: 24px;
	height: 24px;
}

.sym-checkbox-fill {
	width: 24px;
	height: 24px;
}

.sym-checkbox {
	width: 24px;
	height: 24px;
}

.sym-close {
	width: 24px;
	height: 24px;
}

.sym-copy {
	width: 24px;
	height: 24px;
}

.sym-cost {
	width: 56px;
	height: 56px;
}

.sym-download {
	width: 24px;
	height: 24px;
}

.sym-dump-trucks {
	width: 24px;
	height: 24px;
}

.sym-education {
	width: 24px;
	height: 24px;
}

.sym-exchange {
	width: 57px;
	height: 56px;
}

.sym-eye {
	width: 24px;
	height: 24px;
}

.sym-filter {
	width: 24px;
	height: 24px;
}

.sym-finance {
	width: 24px;
	height: 24px;
}

.sym-financing {
	width: 57px;
	height: 56px;
}

.sym-grid {
	width: 24px;
	height: 24px;
}

.sym-headphones-dark {
	width: 57px;
	height: 56px;
}

.sym-headphones {
	width: 57px;
	height: 56px;
}

.sym-heart {
	width: 56px;
	height: 56px;
}

.sym-info {
	width: 24px;
	height: 24px;
}

.sym-info_small {
	width: 24px;
	height: 24px;
}

.sym-insurance {
	width: 25px;
	height: 24px;
}

.sym-key {
	width: 24px;
	height: 24px;
}

.sym-link {
	width: 24px;
	height: 24px;
}

.sym-logo-service {
	width: 138px;
	height: 20px;
}

.sym-logo {
	width: 150px;
	height: 20px;
}

.sym-manufacturers {
	width: 57px;
	height: 56px;
}

.sym-minus {
	width: 24px;
	height: 24px;
}

.sym-more {
	width: 24px;
	height: 24px;
}

.sym-municipal {
	width: 24px;
	height: 24px;
}

.sym-news {
	width: 24px;
	height: 24px;
}

.sym-no-risks {
	width: 56px;
	height: 56px;
}

.sym-ok-share {
	width: 24px;
	height: 24px;
}

.sym-pdf {
	width: 24px;
	height: 24px;
}

.sym-phone {
	width: 24px;
	height: 24px;
}

.sym-placeholder-white {
	width: 24px;
	height: 24px;
}

.sym-placeholder {
	width: 24px;
	height: 24px;
}

.sym-plus {
	width: 24px;
	height: 24px;
}

.sym-present {
	width: 56px;
	height: 56px;
}

.sym-quote {
	width: 32px;
	height: 32px;
}

.sym-rectangle_l-red {
	width: 15px;
	height: 48px;
}

.sym-rectangle_l {
	width: 15px;
	height: 48px;
}

.sym-repair-icon {
	width: 56px;
	height: 56px;
}

.sym-repair {
	width: 24px;
	height: 24px;
}

.sym-resources {
	width: 56px;
	height: 56px;
}

.sym-road {
	width: 24px;
	height: 24px;
}

.sym-row {
	width: 24px;
	height: 24px;
}

.sym-sales {
	width: 25px;
	height: 24px;
}

.sym-search-empty {
	width: 57px;
	height: 56px;
}

.sym-search {
	width: 24px;
	height: 24px;
}

.sym-services {
	width: 57px;
	height: 56px;
}

.sym-settings-nocolor {
	width: 72px;
	height: 72px;
}

.sym-settings {
	width: 73px;
	height: 72px;
}

.sym-sorting_down {
	width: 24px;
	height: 24px;
}

.sym-tg-share {
	width: 24px;
	height: 24px;
}

.sym-tractors {
	width: 24px;
	height: 24px;
}

.sym-trade-in {
	width: 67px;
	height: 56px;
}

.sym-trailers {
	width: 24px;
	height: 24px;
}

.sym-truck {
	width: 24px;
	height: 24px;
}

.sym-trucks {
	width: 24px;
	height: 24px;
}

.sym-user {
	width: 24px;
	height: 24px;
}

.sym-video_preloader {
	width: 32px;
	height: 32px;
}

.sym-vk-share {
	width: 24px;
	height: 24px;
}

.sym-whatsapp-share {
	width: 24px;
	height: 24px;
}

.first-screen {
	padding: 168px 0 240px;
	background-color: #f5f5f5;
}

.shape-bg {
	background-color: #f0f0f0;
}

.shape-bg:before {
	position: absolute;
	content: "";
	border-top: 98px solid #fafafa;
	border-left: 98px solid #fafafa;
	border-bottom: 98px solid transparent;
	border-right: 98px solid transparent;
	top: 0;
	left: 0;
}

.shape-bg:after {
	position: absolute;
	content: "";
	border-bottom: 98px solid #fafafa;
	border-right: 98px solid #fafafa;
	border-top: 98px solid transparent;
	border-left: 98px solid transparent;
	bottom: 0;
	right: 0;
}

.main-catalog {
	margin-top: -135px;
}

.main-catalog-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.main-catalog-list:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 1px;
	background-color: #fafafa;
	bottom: 0;
	left: 0;
}

.main-catalog-button {
	width: calc(100% - 48px);
	margin: 16px auto 0;
	padding: 11px 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #e9e9e9;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
	color: #666;
	cursor: pointer;
}

.main-catalog-button:hover {
	color: #383838;
}

.main-manufacturers-list {
	display: flex;
	position: relative;
}

.top-service {
	margin: -200px -24px 96px -24px;
}

.service-list {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.service-list__item {
	width: 33.33%;
	padding: 28px 24px 26px;
	background: #fff;
	border-right: 1px solid #f5f5f5;
	height: 200px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.service-list__item:first-child:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	border-bottom: 12px solid transparent;
	border-right: 12px solid transparent;
	border-left: 12px solid #f5f5f5;
	border-top: 12px solid #f5f5f5;
}

.service-list__item:last-child {
	border: none;
}

.service-list__item:last-child:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	border-top: 12px solid transparent;
	border-left: 12px solid transparent;
	border-right: 12px solid #f5f5f5;
	border-bottom: 12px solid #f5f5f5;
}

.desktop .service-list__item:hover .service-list__item__img {
	opacity: 1;
}

.desktop .service-list__item:hover .service-list__item__name,
.desktop .service-list__item:hover .service-list__item__bottom {
	color: #fff;
}

.service-list__item__name {
	color: #383838;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	position: relative;
	z-index: 1;
	transition: color 0.15s linear;
}

.service-list__item__img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.15s linear;
}

.service-list__item__img.no-img {
	background: #666;
}

.service-list__item__img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.service-list__item__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #a3a3a3;
	transition: color 0.15s linear;
	position: relative;
	z-index: 1;
}

.service-list__item__bottom .quantity {
	font-size: 13px;
	font-weight: 500;
	line-height: 124%; /* 16.12px */
}

.service-list__item__bottom .svg-icon {
	width: 24px;
	height: 24px;
	display: block;
}

.characteristics {
	margin: 0 -24px 96px;
}

.characteristics-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.features {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.features .feature {
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.features .feature:nth-child(3n) {
	border-right: none;
}

.features .feature:last-child,
.features .feature:nth-last-child(2),
.features .feature:nth-last-child(3) {
	border-bottom: none;
}

.main-features .features .feature {
	width: 50%;
}

.main-features .features .feature:nth-child(3n) {
	border-right: 1px solid #e9e9e9;
}

.main-features .features .feature:nth-last-child(3) {
	border-bottom: 1px solid #e9e9e9;
}

.main-features .features .feature:nth-child(even) {
	border-right: none;
}

.main-features .features .feature:last-child,
.main-features .features .feature:nth-last-child(2) {
	border-bottom: none;
}

.main-about {
	background-color: #f5f5f5;
	padding: 96px 0 144px;
	margin-bottom: -24px;
}

.main-about .wrap {
	display: flex;
}

.main-about__title {
	width: 50%;
	padding-right: 12px;
}

.main-about__text {
	width: 50%;
	padding-left: 12px;
	font-size: 17px;
	font-weight: 400;
	line-height: 144%; /* 24.48px */
}

.main-about__text .btn {
	margin-top: 4px;
}

.main-about__text p {
	font-size: 17px;
	font-weight: 400;
	line-height: 144%; /* 24.48px */
}

.page-articles .page-title,
.page-articles .news-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 920px;
}

.articles-list {
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}

.services-form {
	margin-bottom: 120px;
}

.page-services-item .page-title {
	flex-direction: column;
	flex-wrap: wrap;
	width: calc(50% - 12px);
}

.page-services-item .page-title .sub-title {
	width: fit-content;
}

.page-services-item .page-title .btn {
	width: fit-content;
}

.page-services-item .features {
	margin: 0 -24px 96px;
}

.page-services-item .catalog-form {
	margin-bottom: 96px;
}

.page-services-item-title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 64px;
}

.page-services-item-title-wrap.no-img {
	max-width: 604px;
	margin-right: auto;
	margin-left: auto;
}

.page-services-item-title-wrap.no-img .page-title {
	width: 100%;
}

.page-services-item-title-wrap.no-img .page-service-image {
	display: none;
}

.page-services-item-title-wrap .sub-title {
	font-size: 14px;
	line-height: 132%; /* 18.48px */
	font-weight: 600;
	margin-bottom: 16px;
	color: #666;
	padding: 4px 8px;
	background-color: #f0f0f0;
}

.page-services-item-title-wrap h1 {
	margin-bottom: 16px;
}

.page-services-item-title-wrap p {
	margin-left: 0;
	font-size: 15px;
	line-height: 148%;
	color: #666;
	margin-bottom: 24px;
}

.page-service-image {
	width: calc(50% - 36px);
}

.page-services-item-form {
	margin-right: 22px;
	margin-top: -25px;
}

.page-services-item-form .shape-bg {
	width: 450px;
}

.page-services-item-form .form-feedback-wrap {
	padding-top: 32px;
	padding-bottom: 32px;
}

.page-services-item-form .form-feedback {
	padding: 16px 32px 0 32px;
}

.page-services-item-form input {
	height: 46px;
}

.page-services-item-form .form-feedback__label {
	top: 13px;
}

.page-services-item-form .form-feedback-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 120%; /* 24px */
	text-align: center;
}

.page-services-item-form .form-feedback__input-wrap .checkbox label {
	color: #a3a3a3;
}

.page-services-item-form .form-feedback__input-wrap .checkbox label a {
	color: #666;
}

.services-advantages {
	display: flex;
	flex-wrap: wrap;
	margin: 96px 0;
}

.services-advantages__item {
	background: #fff;
	width: 50%;
	padding: 24px;
	box-sizing: border-box;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

.services-advantages__item:nth-child(1),
.services-advantages__item:nth-child(2) {
	border-top: none;
}

.services-advantages__item:nth-child(2n) {
	border-right: none;
}

.services-advantages__item-description p {
	color: #666;
}

.services-advantages__item-description p:last-child {
	margin-bottom: 0;
}

.services-advantages__item-img {
	margin-bottom: 32px;
}

.services-advantages__item-img img {
	display: block;
	max-width: 56px;
	max-height: 56px;
}

.services-advantages__item-text .title-h3 {
	margin-bottom: 10px;
}

.service-features {
	display: flex;
	width: 100%;
	margin-top: 24px;
}

.service-feature {
	padding: 16px 24px;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	width: 50%;
}

.service-feature:first-child {
	padding-left: 0;
}

.service-feature:last-child {
	padding-right: 0;
	border-right: none;
}

.service-feature__label {
	font-size: 13px;
	font-weight: 500;
	line-height: 124%; /* 16.12px */
	margin-bottom: 4px;
	color: #a3a3a3;
}

.service-feature__value {
	color: #383838;
	font-size: 16px;
	font-weight: 600;
	line-height: 124%; /* 19.84px */
}

.features--service-item {
	margin: 48px -24px 96px;
	flex-wrap: nowrap;
}

.features--service-item .feature {
	border-right: 1px solid #e9e9e9;
}

.features--service-item .feature:nth-child(2n),
.features--service-item .feature:nth-child(3n) {
	border-right: 1px solid #e9e9e9;
}

.features--service-item .feature:nth-child(4n),
.features--service-item .feature:last-child {
	border-right: none;
}

.features--service-item .feature__title {
	font-size: 18px;
	line-height: 124%; /* 22.32px */
	margin-bottom: 0;
}

.services-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 -24px 96px;
}

.services-list:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 0;
}

.services-list-item {
	width: 20%;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 16px 24px;
	height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: none;
}

.services-list-item:nth-child(5n),
.services-list-item:last-child {
	border-right: none;
}

.services-list-item .svg-icon {
	width: 24px;
	height: 24px;
	margin-bottom: 32px;
	opacity: 0.4;
	transition: opacity 0.15s linear;
}

.desktop .services-list-item:hover .svg-icon {
	opacity: 1;
}

.services-list-item__title {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 124%; /* 19.84px */
}

.quote .quote-top .svg-icon {
	color: #E30613;
}

.service-card {
	background: #fff;
	padding: 24px;
	margin: 48px -24px 0;
}

.service-card-inner {
	margin-bottom: 28px;
	display: flex;
	gap: 0 24px;
}

.service-card-buttons {
	display: flex;
	gap: 16px;
}

.service-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 8px;
}

.service-card__tags-item {
	padding: 4px 8px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
	color: #666;
	background-color: #f0f0f0;
}

.service-card__image {
	width: 230px;
	height: 132px;
	flex-shrink: 0;
}

.service-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.service-card__content {
	overflow: hidden;
	text-overflow: ellipsis; /* autoprefixer: off */
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4; /* autoprefixer: on */
}

.service-card__title {
	margin-bottom: 8px;
}

.service-card__description {
	color: #666;
}

.page-company .header {
	background-color: #fff;
}

.about-first-screen {
	background-color: #fff;
	margin-top: -138px;
	padding-top: 138px;
	margin-bottom: 96px;
}

.about-first-screen .characteristics {
	margin-bottom: 0;
}

.about-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 40px;
	margin-bottom: 64px;
}

.about-top-left {
	max-width: 500px;
}

.about-top-right {
	width: calc(604px - 48px);
}

.about-top-right .video {
	background-color: #e9e9e9;
}

.section-offices .main-section-top {
	margin-bottom: 24px;
}

.office {
	height: auto;
	flex-direction: column;
	background-color: #fff;
	position: relative;
	display: flex; /* begin: стили, чтобы не верстка не скакала во время загрузки страницы */
	width: calc(33.333333% - 49px * 2 / 3);
	margin-right: 49px; /* end */
}

.office:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	right: -25px;
	pointer-events: none;
	background-color: #e9e9e9;
}

.office:last-child::after {
	content: none;
}

.office-data {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 24px 24px 16px;
}

.office__tags {
	display: flex;
	gap: 4px;
	margin-bottom: 16px;
}

.office__tag {
	padding: 3px 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
	color: #666;
	background-color: #f5f5f5;
}

.office__title {
	margin-bottom: 8px;
}

.office__description {
	flex-grow: 1;
	font-size: 15px;
	font-weight: 400;
	line-height: 148%; /* 22.2px */
	color: #666;
}

.office__photo {
	position: relative;
	padding: 0 24px 24px;
}

.office__photo img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 169px;
}

.offices-slider-button {
	display: none;
	cursor: pointer;
}

.offices-slider._opened + .offices-slider-button {
	display: none;
}

.page404-wrap-error {
	max-width: 400px;
	margin: 96px auto;
	text-align: center;
}

.page404-wrap__title h1 {
	font-size: 96px;
	font-weight: 600;
	line-height: 112%;
	letter-spacing: -7.68px;
	margin-bottom: 16px;
}

.page404-wrap__subtitle h3 {
	margin-bottom: 8px;
}

.services-list--404 {
	flex-wrap: nowrap;
	margin: 0 0 120px;
}

.services-list--404 .services-list-item {
	width: 33.33%;
}

.contacts-top-info {
	background: #fff;
	padding: 24px;
	margin: 0 -24px 64px;
}

.contacts-top-info .contacts-top-items {
	margin-bottom: 24px;
}

.desktop .contacts-top-info .contacts-top-item a:hover {
	color: #666;
}

.contacts-items {
	margin: 0 -24px 96px;
}

.contacts-item._active .contacts-item-top {
	box-shadow: none;
}

.contacts-item._active .contacts-item-arrow svg {
	transform: rotate(180deg);
}

.contacts-item-top {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 24px;
	box-shadow: inset 0 -1px 0 0 #e9e9e9;
	transition: background-color 0.15s linear;
}

.contacts-item-top span {
	display: block;
	color: #383838;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}

.desktop .contacts-item-top:hover {
	background: #f0f0f0;
}

.desktop .contacts-item-top:hover .contacts-item-arrow svg {
	color: #383838;
}

.contacts-item-arrow {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.contacts-item-arrow svg {
	width: 32px;
	color: #a3a3a3;
	height: 32px;
	transition: transform 0.2s linear, color 0.2s linear;
}

._active .contacts-item-arrow svg {
	color: #666;
}

.contacts-item-content {
	display: none;
	margin: 0 -24px;
	padding: 0 24px 24px 24px;
	position: relative;
}

.contacts-item-content .map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contacts-item-content .contacts-item-info-elems {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	z-index: 10;
	gap: 24px;
}

.contacts-item-content .contacts-item-info-elems::-webkit-scrollbar {
	width: 0;
	background-color: transparent;
}

.contacts-item-info-elem {
	display: flex;
	flex-direction: column;
	width: calc(50% - 24px * 1 / 2);
	padding: 24px;
	transition: box-shadow 0.2s linear, background 0.2s linear;
	background: #fff;
}

.contacts-item-info-elem .btn {
	box-shadow: none;
}

.contacts-item-info-elem a {
	width: fit-content;
	margin-top: auto;
	padding: 4px 0;
	color: #383838;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%;
	border-bottom: 1px solid #e9e9e9;
	transition: border 0.2s linear, color 0.2s linear;
}

.desktop .contacts-item-info-elem a:hover {
	color: #383838;
	border-bottom: 1px solid #383838;
}

.contacts-item-info-elem--title {
	color: #383838;
	font-size: 18px;
	font-weight: 600;
	line-height: 124%;
	margin-bottom: 8px;
}

.contacts-item-info-elem--address,
.contacts-item-info-elem--timework {
	color: #666;
	font-size: 15px;
	font-weight: 400;
	line-height: 148%;
}

.contacts-item-info-elem--timework {
	margin-bottom: 16px;
}

.contacts-item-info-elem--tags {
	margin-top: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.contacts-item-info-elem--tags span {
	display: block;
	padding: 4px 8px;
	width: fit-content;
	color: #666;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%;
	background: #f5f5f5;
}

.requisites {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 0 48px;
	margin: 0 -24px 32px;
}

.requisites-item {
	position: relative;
	width: calc(50% - 24px * 1 / 2);
	padding: 24px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.requisites-item:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -24px;
	background: #e9e9e9;
}

.requisites-item:last-child::after {
	content: none;
}

.requisites-item--title {
	color: #383838;
	font-size: 18px;
	font-weight: 600;
	line-height: 124%;
	margin-bottom: 48px;
}

.requisites-content .requisites-content-block {
	margin-bottom: 16px;
}

.requisites-content .requisites-content-block:last-child {
	margin-bottom: 0;
}

.requisites-content .requisites-content-block span {
	color: #666;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 148%;
}

.big-map {
	position: relative;
	min-height: 480px;
}

.big-map .map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
}

.contacts-slider {
	margin-bottom: 0;
}

.contacts-slider-btn-prev,
.contacts-slider-btn-next {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 5;
}

.contacts-slider-btn-prev.swiper-button-disabled,
.contacts-slider-btn-next.swiper-button-disabled {
	pointer-events: auto;
	cursor: default;
}

.contacts-slider-btn-prev {
	left: 16px;
}

.contacts-slider-btn-next {
	right: 16px;
}

.contacts-content {
	max-width: 636px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
}

.contacts-content h2,
.contacts-content h3 {
	margin-bottom: 8px;
}

.contacts-content p {
	color: #666;
	margin: 0 0 32px;
}

.contacts-content .requisites {
	flex-direction: column;
	gap: 32px 0;
	margin: 0 -24px 32px;
}

.contacts-content .requisites-item {
	width: 100%;
}

.contacts-content .requisites-item::after {
	width: 100%;
	height: 1px;
	right: 0;
	top: initial;
	bottom: -16px;
}

.contacts-content .requisites-item .requisites-item--title {
	margin-bottom: 8px;
}

.contacts-content .requisites-item .requisites-content-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 8px;
}

.contacts-content .requisites-item .requisites-content-block.requisites-content-block--column {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.phones-table a {
	display: inline-block;
	padding: 4px 0;
	text-decoration: underline;
	transition: border-color 0.15s linear;
	color: #666;
}

.desktop .phones-table a:hover {
	color: #383838;
}

.documents {
	margin: 16px -24px 0;
}

.contacts-form {
	margin-bottom: 120px;
}

.page-training .page-title {
	margin-bottom: 48px;
}

.training-wrapper {
	margin-bottom: 120px;
}

.page-training-item .page-title {
	flex-direction: column;
	flex-wrap: wrap;
	width: 53%;
}

.page-training-item .page-title .sub-title {
	width: fit-content;
}

.page-training-item .header {
	background-color: #fff;
}

.page-training-item .service-features {
	margin-top: 0;
}

.page-training-item .page-services-item-title-wrap {
	gap: 0;
	margin-bottom: 0;
}

.training-first-screen {
	background-color: #fff;
	margin-top: -138px;
	padding-top: 138px;
	margin-bottom: 96px;
	padding-bottom: 40px;
}

.training-first-screen .shape-bg:before {
	border-top-color: #fff;
	border-left-color: #fff;
}

.training-first-screen .shape-bg:after {
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.training-first-screen .form-feedback-wrap {
	border: 1px solid #f0f0f0;
}

.training-text-wrapper {
	max-width: 604px;
	margin: 96px auto;
}

.training-text-wrapper p {
	color: #666;
}

.training-text-wrapper .title-h2 + p {
	font-size: 17px;
	line-height: 144%; /* 24.48px */
	color: #383838;
}

.trainers {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	margin-bottom: 48px;
}

.trainer {
	display: flex;
}

.trainer__photo {
	width: 175px;
	flex-shrink: 0;
	background-color: #fff;
}

.trainer__photo img {
	width: 100%;
	display: block;
}

.trainer-info {
	padding: 24px 16px;
	background-color: #fff;
	width: 100%;
}

.trainer__name {
	margin: 0 0 12px;
}

.trainer__position {
	font-size: 13px;
	font-weight: 500;
	line-height: 124%; /* 16.12px */
	color: #a3a3a3;
}

.search-filter__btn._active {
	background-color: #E30613;
	color: #fff;
}

.search-filter__btn._active span:last-child {
	color: #fff;
}

.desktop .search-card:hover {
	border-bottom: 1px solid #E30613;
}

.header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 138px;
	background-color: #fafafa;
	transition: color 0s linear 0.2s, background-color 0s linear 0.2s;
}

.header .wrap {
	max-width: 1440px;
	padding: 0 23px;
}

.page-main .header,
.header._no-bg {
	background-color: transparent;
}

.page-main .header {
	position: relative;
}

.page-main .header._header-sticky {
	position: sticky;
	background-color: #fafafa;
	animation: sticky_anim 0.1s linear;
}

.header-top-line {
	height: 32px;
	background: #e9e9e9;
}

.header-top-line .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 12px;
}

.header-top-line__left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}

.header-top-line__left a {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 8px;
	padding: 0 12px;
	height: 100%;
}

.header-top-line__left a::after {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background: #d4d4d4;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.header-top-line__left a:last-child::after {
	content: none;
}

.header-top-line__left a span {
	color: #a3a3a3;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%;
	transition: color 0.15s linear;
}

.header-top-line__left a svg {
	width: 24px;
	height: 24px;
}

.desktop .header-top-line__left a:hover span {
	color: #666;
}

.header-top-line__left .link-spares ._mobile {
	display: none;
}

.header-top-line__right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-top-line__right .login {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 8px;
	padding: 4px 8px 4px 12px;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.header-top-line__right .login svg {
	width: 24px;
	height: 24px;
}

.header-top-line__right .login span {
	color: #383838;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%;
	transition: color 0.15s linear;
}

.desktop .header-top-line__right .login:hover span {
	color: #E30613;
}

.city {
	position: relative;
}

.city .current-city {
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 4px;
	padding: 4px 12px 4px 4px;
}

.city .current-city svg {
	color: #828282;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.city .current-city span {
	color: #a3a3a3;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%;
	transition: color 0.15s linear;
}

.desktop .city .current-city:hover span {
	color: #666;
}

.city .city-list-wrap {
	position: absolute;
	top: 147%;
	right: 0;
	min-width: 359px;
	width: auto;
	padding: 16px 4px 4px 4px;
	background: #fff;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	z-index: 99;
}

.city .city-list-wrap._active {
	opacity: 1;
	visibility: visible;
}

.city .city-list-wrap::after {
	content: "";
	position: absolute;
	right: 16px;
	top: -20px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.city .city-list-wrap h3 {
	text-align: center;
	padding: 0 16px;
	margin-bottom: 4px;
}

.city .city-list-wrap p {
	margin-top: 0;
	text-align: center;
	padding: 0 16px;
	margin-bottom: 16px;
}

.city .city-list-wrap .city-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 16px;
	border-radius: 6px;
	background: #f0f0f0;
}

.city .city-list-wrap .city-list a {
	padding: 11px 16px;
	display: block;
	color: #666;
	white-space: nowrap;
	width: fit-content;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	background: #fff;
	border-radius: 100px;
}

.desktop .city .city-list-wrap .city-list a:hover {
	color: #383838;
}

.city .message-city {
	position: absolute;
	top: 147%;
	right: 0;
	min-width: 359px;
	width: auto;
	padding: 16px;
	background: #fff;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	z-index: 99;
}

.city .message-city._active {
	opacity: 1;
	visibility: visible;
}

.city .message-city::after {
	content: "";
	position: absolute;
	right: 16px;
	top: -20px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.city .message-city h3 {
	text-align: center;
	padding: 0 16px;
	margin-bottom: 4px;
}

.city .message-city p {
	margin-top: 0;
	text-align: center;
	padding: 0 16px;
	margin-bottom: 16px;
}

.city .message-city .message-city-btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px 0;
}

.city .message-city .message-city-btns a {
	display: block;
	width: 100%;
	max-width: 100%;
	color: #fff;
}

.city .message-city .message-city-btns a:not(.btn) {
	padding: 10px 0;
	text-align: center;
	color: #666;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%;
	border-top: 1px solid #e9e9e9;
}

.header-right {
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	width: 360px;
}

.header-right a,
.header-right button {
	height: 100%;
	font-size: 14px;
	padding: 15px 24px;
}

.header-right .btn-symbol {
	padding-right: 8px;
}

.header-right .header-right__path {
	position: absolute;
	top: 0;
	right: -15px;
	width: 15px;
	height: 48px;
	color: #E30613;
	transition: color 0.15s linear;
}

.header-right .btn-symbol:hover ~ .header-right__path,
.header-right .btn-symbol:active ~ .header-right__path {
	color: #CF0000;
}

.mobile-svg {
	display: none;
}

.header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	position: relative;
	z-index: 1;
}

.page-main .header-top {
	background: none;
}

.logo {
	width: 150px;
	height: 20px;
	color: #383838;
	transition: color 0s linear 0.2s;
	display: block;
}

.header-contacts {
	display: flex;
	align-items: center;
	gap: 0 24px;
}

.header-contacts__phone {
	display: inline-flex;
	gap: 0 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 124%; /* 22.32px */
	letter-spacing: -1.08px;
	color: #383838;
	white-space: nowrap;
	transition: color 0s linear 0.2s;
}

.header-contacts__phone .svg-icon {
	width: 24px;
	height: 24px;
}

.desktop .header-contacts__phone:hover {
	transition: color 0.15s linear;
	color: #666;
}

.header-contacts__callback {
	font-size: 14px;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
	color: #383838;
	border-bottom: 1px solid #383838;
	cursor: pointer;
	padding: 2px 0;
	transition: color 0.15s linear;
}

.desktop .header-contacts__callback:hover {
	color: #666;
}

.navigation-line {
	background-color: #383838;
	display: flex;
	color: #fff;
	position: relative;
	z-index: 5;
	height: 48px;
}

.navigation-line a {
	color: #fff;
}

.nav-search-wrapper {
	display: flex;
	flex-grow: 1;
	position: relative;
}

.nav-search {
	width: 37px;
	height: 100%;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	cursor: pointer;
	background: linear-gradient(90deg, rgba(56, 56, 56, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.nav-search .svg-icon {
	width: 24px;
	height: 24px;
	color: #a3a3a3;
	transition: color 0.15s linear;
}

._search-opened .nav-search {
	background: none;
}

.desktop .nav-search:hover .svg-icon {
	color: #fff;
}

.header-search {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	padding-left: 34px;
	display: flex;
	overflow: hidden;
	transition: width 0.15s linear, overflow 0.01s linear, z-index 0.01s linear 0.15s;
}

.header-search form {
	width: 100%;
}

._search-opened .header-search {
	z-index: 1;
	width: calc(100% - 360px);
	overflow: visible;
	transition: width 0.15s linear, overflow 0.01s linear 0.15s, z-index 0.01s linear;
}

.header-search__input {
	height: 100%;
	padding: 0;
	font-family: "Vela Sans";
	font-size: 14px;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
	color: #fff;
	background: #383838;
	border: none;
	width: 100%;
}

.header-search-close {
	width: 37px;
	height: 100%;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	cursor: pointer;
	background: linear-gradient(90deg, rgba(56, 56, 56, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.header-search-close svg {
	width: 24px;
	height: 24px;
	color: #a3a3a3;
}

._filled .header-search-close svg {
	color: #fff;
}

.nav-catalog {
	padding: 0 16px 0 8px;
	margin-right: 1px;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	gap: 0 8px;
	cursor: pointer;
	transition: background-color 0.15s linear;
}

.nav-catalog .svg-icon {
	width: 24px;
	height: 24px;
	color: #a3a3a3;
	transition: color 0.15s linear;
}

.mobile-catalog-close {
	opacity: 0;
	position: absolute;
	z-index: -10;
}

.mobile-catalog-close svg {
	width: 24px;
	height: 24px;
	color: #666;
}

.nav-services {
	display: flex;
	align-items: center;
	gap: 0 4px;
	padding: 0 8px 0 16px;
	cursor: pointer;
	height: 100%;
	position: relative;
	transition: background-color 0.15s linear;
}

.nav-services:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 24px;
	background-color: #666;
	top: 50%;
	margin-top: -12px;
	left: -1px;
}

.nav-services .svg-icon {
	width: 24px;
	height: 24px;
	color: #a3a3a3;
	transition: transform 0.15s linear;
}

.nav-services._active,
.desktop .nav-services:hover {
	background-color: #292929;
}

.nav-services._active .svg-icon,
.desktop .nav-services:hover .svg-icon {
	color: #fff;
}

.nav-services._active .svg-icon {
	transform: rotate(180deg);
}

.nav-services__title {
	display: flex;
	align-items: center;
}

.nav-services__bottom {
	display: none;
}

.navigation-line__path-left,
.navigation-line__path-right {
	position: absolute;
	top: 0;
	height: 48px;
	width: 15px;
}

.navigation-line__path-left {
	left: -15px;
}

.navigation-line__path-right {
	right: -15px;
	transform: rotate(0);
}

.navigation-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.navigation-wrapper .navigation-dropdown {
	left: auto;
	right: 0;
	width: fit-content;
}

.navigation-wrapper__buttons {
	display: none;
	gap: 4px 8px;
	align-items: center;
	position: relative;
	padding: 24px 16px;
	margin-top: -1px;
	background-color: #292929;
}

.navigation-wrapper__buttons a,
.navigation-wrapper__buttons .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(50% - 4px);
	height: 100%;
	font-size: 14px;
	padding: 15px 24px;
}

.navigation-wrapper__buttons .btn-symbol svg {
	margin: -3px 0;
}

.navigation-wrapper__buttons .header-right__path {
	display: none;
}

.navigation-wrapper__buttons::before,
.navigation-wrapper__buttons::after {
	content: '';
	position: absolute;
	z-index: 2;
}

.navigation-wrapper__buttons::before {
	border-top: 6px solid #292929;
	border-left: 6px solid #292929;
	border-bottom: 6px solid transparent;
	border-right: 6px solid transparent;
	top: 24px;
	left: 16px;
}

.navigation-wrapper__buttons::after {
	border-bottom: 6px solid #292929;
	border-right: 6px solid #292929;
	border-top: 6px solid transparent;
	border-left: 6px solid transparent;
	bottom: 24px;
	right: 16px;
}

.navigation {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.navigation__item {
	padding: 0 12px;
	height: 100%;
	display: flex;
	align-items: center;
}

.nav-services .navigation__item {
	padding: 0;
}

.desktop .navigation__item:hover {
	background-color: #292929;
}

.nav-more {
	align-items: center;
	cursor: pointer;
	display: none;
	padding: 0 8px;
	gap: 0 8px;
	height: 100%;
	width: 100px;
	transition: width 0.15s linear;
	position: relative;
}

.nav-more .svg-icon {
	width: 24px;
	height: 24px;
	color: #a3a3a3;
	transition: color 0.15s linear;
}

.desktop .nav-more:hover .svg-icon {
	color: #fff;
}

._menu-opened .nav-more {
	position: absolute;
	z-index: 1;
	width: calc(100% - 36px);
	left: 37px;
	top: 0;
	background: #383838;
}

.nav-more-right__path {
	position: absolute;
	width: 15px;
	height: 100%;
	top: 0;
	right: -15px;
	color: #383838;
}

.header-catalog {
	position: absolute;
	z-index: 10;
	top: 100%;
	margin-top: 4px;
	width: calc(100vw - var(--scrollbar-width));
	max-width: 1425px;
	left: -15px;
	border-radius: 8px;
	background: #292929;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	padding-top: 16px;
	display: none;
}

.header-catalog .main-catalog-button {
	color: #666;
	border-top: 1px solid #383838;
}

.desktop .header-catalog .main-catalog-button:hover {
	color: #fff;
}

.header-catalog-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.header-catalog-list:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
	bottom: -1px;
	background-color: #292929;
}

.header-catalog__item {
	width: 20%;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	border-right: 1px solid #383838;
	border-bottom: 1px solid #383838;
	transition: background-color 0.15s linear;
}

.desktop .header-catalog__item:hover {
	background-color: #383838;
}

.header-catalog__item:nth-child(5n),
.header-catalog__item:last-child {
	border-right: none;
}

.header-catalog__item-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 124%; /* 19.84px */
	color: #fff;
}

.header-catalog__item-quantity {
	font-size: 13px;
	font-weight: 500;
	line-height: 124%; /* 16.12px */
	color: #a3a3a3;
}

.header-dropdown-wrapper {
	position: relative;
	height: 100%;
}

.header-dropdown-wrapper:last-child .nav-services {
	padding-right: 16px;
}

.header-dropdown-wrapper:first-child .nav-services:before {
	content: none;
}

.header-dropdown {
	position: absolute;
	z-index: 10;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	background: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	top: 100%;
	margin-top: 4px;
	left: 0;
	min-width: 200px;
	display: none;
}

.header-dropdown__item,
a.header-dropdown__item {
	padding: 11px 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
	color: #666;
	display: block;
	transition: color 0.15s linear, background-color 0.15s linear;
}

.desktop .header-dropdown__item:hover,
.desktop a.header-dropdown__item:hover {
	background-color: #f5f5f5;
	color: #383838;
}

.header-services-mobile {
	display: none;
}

.header-services-mobile .header-dropdown__item:not(.header-services__all) {
	margin: 0 8px;
	order: 1;
	padding: 16px 48px 16px 16px;
	position: relative;
	color: #fff;
	background-color: #383838;
}

.header-services-mobile .header-dropdown__item:not(.header-services__all):nth-child(2) {
	border-radius: 8px 8px 0 0;
}

.header-services-mobile .header-dropdown__item:not(.header-services__all):last-child {
	border-radius: 0 0 8px 8px;
}

.desktop .header-services-mobile .header-dropdown__item:not(.header-services__all):hover {
	background-color: #666;
	color: #fff;
}

.header-services-mobile .header-services__all {
	order: 3;
	padding: 11px 16px;
	border-top: 1px solid #383838;
	margin-bottom: 8px;
	margin-top: 16px;
	text-align: center;
}

.desktop .header-services-mobile .header-services__all:hover {
	background-color: #292929;
	color: #fff;
}

.header-search-results {
	position: absolute;
	left: -14px;
	top: 100%;
	margin-top: 8px;
	width: calc(100% + 14px);
	min-width: 700px;
	background-color: #fafafa;
	border-radius: 8px;
	padding: 24px;
	color: #a3a3a3;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	display: none;
}

._search-opened .header-search-results {
	display: block;
}

.header-search-results .main-catalog-button {
	margin-top: 8px;
	margin-left: 0;
	margin-right: 0;
	color: #666;
	width: 100%;
}

.desktop .header-search-results .main-catalog-button:hover {
	color: #383838;
}

.header-search-results .svg-arrow {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	color: #a3a3a3;
	margin-left: 8px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 0;
}

.header-search-results-tags {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
	overflow: auto;
	padding-bottom: 8px;
}

.header-search-results__tag {
	padding: 4px 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
	color: #666;
	background-color: #f0f0f0;
	white-space: nowrap;
}

a.header-search-results__tag {
	color: #666;
}

.desktop a.header-search-results__tag:hover {
	color: #383838;
}

.header-search-results-title {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
}

.header-search-results-catalog {
	background-color: #fff;
	border-radius: 4px;
	padding: 8px 24px;
	margin-bottom: 24px;
}

.header-search-results__product {
	width: 100%;
	display: block;
	padding: 8px 32px 8px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	border-top: 1px solid #e9e9e9;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header-search-results__product:first-child {
	border-top: none;
}

a.header-search-results__product {
	color: #666;
}

a.header-search-results__product span {
	color: #383838;
}

.desktop a.header-search-results__product:hover {
	color: #383838;
}

.header-search-results-categories {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
	position: relative;
}

.header-search-results-categories .main-catalog-card {
	width: 25%;
	min-height: 100px;
	min-width: 0;
}

.header-search-results-categories .main-catalog-card:nth-child(5n) {
	border-right: 1px solid #e9e9e9;
}

.header-search-results-categories .main-catalog-card:nth-child(4n) {
	border-right: none;
}

.header-search-results-categories .main-catalog-card__title {
	margin-bottom: 24px;
}

.header-search-results-categories:after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: -1px;
	height: 2px;
	background-color: #fafafa;
	left: 0;
}

.header-search-results-articles {
	margin-top: -4px;
	margin-bottom: 12px;
}

.header-search-results__article {
	display: flex;
	align-items: center;
	gap: 0 8px;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
	padding: 4px 32px 4px 0;
}

.header-search-results__article .svg-icon {
	width: 24px;
	height: 24px;
	color: #a3a3a3;
	flex-shrink: 0;
}

a.header-search-results__article {
	color: #383838;
}

.desktop a.header-search-results__article:hover {
	color: #666;
}

.header-search-empty {
	padding-bottom: 24px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 24px;
}

.search-overflow {
	position: fixed;
	z-index: -13;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.15s linear, z-index 0.15s linear, opacity 0.15s linear, visibility 0.15s linear;
	opacity: 0;
	visibility: hidden;
}

._search-opened .search-overflow {
	opacity: 1;
	visibility: visible;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.3);
}

.footer {
	background: #292929;
	position: relative;
	padding: 14px 0 16px;
	color: #fff;
}

.footer .wrap {
	max-width: 1440px;
	padding: 0 23px;
}

.footer a {
	color: #a3a3a3;
	text-decoration: none;
}

.desktop .footer a:hover {
	color: #fff;
}

.footer .footer-nav__item {
	color: #a3a3a3;
	font-size: 14px;
	font-weight: 600;
}

.footer-city {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 4px;
	border-radius: 100px;
	background: #383838;
	padding: 8px 12px 8px 8px;
	flex-shrink: 0;
}

.footer-city svg {
	color: #828282;
	width: 24px;
	height: 24px;
}

.footer-city span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%;
}

.footer-top {
	margin-bottom: 36px;
	margin-right: -4px;
}

.footer-top .header-contacts {
	color: #a3a3a3;
	flex-grow: 1;
	justify-content: flex-end;
	margin-right: 24px;
}

.footer-top .header-contacts__phone {
	color: #fff;
}

.desktop .footer-top .header-contacts__phone:hover {
	color: #a3a3a3;
}

.footer-top .header-contacts__phone .svg-icon {
	color: #666;
}

.footer-top .header-contacts__callback {
	color: #a3a3a3;
	border-color: #666;
	transition: color 0.15s linear, border-color 0.15s linear;
}

.desktop .footer-top .header-contacts__callback:hover {
	color: #fff;
	border-color: #a3a3a3;
}

.footer-top__logo {
	flex-shrink: 0;
	margin-right: 24px;
}

.footer-top__logo .logo {
	color: #fff;
}

.footer-social {
	display: flex;
	align-items: center;
}

.footer-social__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.footer-social__link .svg-icon {
	width: 24px;
	height: 24px;
	color: #fff;
	transition: color 0.15s linear;
}

.desktop .footer-social__link:hover .svg-icon {
	color: #a3a3a3;
}

.footer-top-bg {
	height: 24px;
	width: calc(100% - 264px);
	position: absolute;
	right: 0;
	top: -24px;
	background-color: #383838;
}

.footer-top-bg:before {
	position: absolute;
	content: "";
	border-top: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 12px solid #383838;
	border-right: 12px solid #383838;
	bottom: 0;
	left: -24px;
}

.footer-nav {
	display: flex;
	margin: 0 -12px 58px;
}

.footer-nav a {
	padding: 5px 0;
}

.footer-nav__catalog {
	width: 50%;
	display: flex;
}

.footer-nav__catalog .footer-nav__column {
	width: calc(50% - 24px);
}

.footer-nav__column {
	width: calc(25% - 24px);
	margin: 0 12px;
	display: flex;
	flex-direction: column;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 500;
	line-height: 124%; /* 16.12px */
	color: #666;
}

.footer-bottom a {
	color: #666;
}

.desktop .footer-bottom a:hover {
	color: #a3a3a3;
}

.footer-bottom__left {
	display: flex;
	gap: 8px 16px;
}

.footer-bottom__left a {
	text-decoration: underline;
}

.footer-dropdown {
	display: none;
	padding: 11px 16px;
	background-color: #383838;
	color: #a3a3a3;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 600;
	line-height: 124%; /* 19.84px */
	width: 100%;
	border-radius: 100px;
	max-width: 400px;
	margin: 0 auto 8px;
}

.footer-dropdown .svg-icon {
	color: #666;
	width: 24px;
	height: 24px;
}

.footer-dropdown._active {
	background-color: #666;
	color: #fff;
}

.footer-dropdown._active .svg-icon {
	color: #fff;
	transform: rotate(180deg);
}

.footer-dropdown._active + .footer-dropdown-content {
	padding-bottom: 16px;
}

.footer-dropdown._active + .footer-dropdown-content + .footer-nav__column._no-dropdown {
	position: relative;
}

.footer-dropdown._active + .footer-dropdown-content + .footer-nav__column._no-dropdown:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	right: 0;
	top: 0;
	background-color: #383838;
}

.truck-phone {
	font-size: 32px;
	font-weight: 700;
	line-height: 120%; /* 38.4px */
	letter-spacing: -1.92px;
	margin: 32px 0;
	text-align: center;
}

.btn--call {
	margin: 24px auto 0;
}

.form-feedback-wrap {
	background: #fff;
}

.form-feedback-wrap::after {
	background: #f0f0f0;
}

.black-bg {
	background: #292929;
}

.black-bg .form-feedback-wrap {
	background: #383838;
}

.black-bg .price-drawn-value,
.black-bg .form-feedback-title {
	color: #fff;
}

.black-bg input[type="number"] {
	color: transparent;
}

.black-bg input[type="number"]:focus {
	color: #fff;
}

.black-bg textarea,
.black-bg input {
	background: #383838;
	border-color: #666;
	color: #fff;
}

.black-bg .checkbox input:checked + label {
	color: #666;
}

.black-bg .checkbox label {
	color: #a3a3a3;
}

.black-bg .checkbox label a {
	color: #e9e9e9;
}

.black-bg .checkbox label:hover {
	color: #e9e9e9 !important;
}

.black-bg .checkbox label:hover:before {
	border-color: #e9e9e9 !important;
}

.form-feedback-text {
	color: #666;
}

.form-feedback__input-wrap input::placeholder,
.form-feedback__input-wrap textarea::placeholder {
	color: transparent;
}

.form-feedback__input-wrap a {
	color: #383838;
}

.form-feedback__input-wrap .checkbox label {
	color: #666;
}

.form-feedback__label {
	color: #a3a3a3;
}

.form-feedback-wrap-overlay {
	background: #fff;
}

.success-message-wrap svg {
	fill: #fff;
	color: #383838;
}

.success-message-wrap .success-message {
	color: #666;
}

.error-message {
	color: #f62434;
}

.btn-leasing-more {
	border-color: #666;
	color: #fff;
}

.desktop .btn-leasing-more:hover {
	background: #fff;
	color: #383838;
	border-color: #fff;
}

.checkbox {
	display: flex;
	position: relative;
}

.checkbox input {
	display: none;
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.checkbox input:checked + label {
	color: #383838;
}

.checkbox input:checked + label:after {
	opacity: 1;
}

.checkbox input:disabled + label {
	color: #a3a3a3;
	pointer-events: none;
}

.checkbox input:disabled + label::before {
	border-color: #e9e9e9;
}

.checkbox input:disabled + label::after {
	opacity: 0;
}

.checkbox input._error + label:before {
	border-color: #f62434;
}

.checkbox label {
	position: relative;
	padding-left: 32px;
	padding-top: 2px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
	-webkit-user-select: none;
	user-select: none;
	display: block;
	width: 100%;
	color: #666;
	transition: color 0.15s linear;
}

.checkbox label:before {
	content: '';
	width: 18px;
	height: 18px;
	border: 2px solid #a3a3a3;
	border-radius: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
	left: 3px;
	top: 50%;
	margin-top: -8px;
	box-sizing: border-box;
	transition: border-color 0.15s linear;
}

.checkbox label:after {
	content: '';
	width: 18px;
	height: 18px;
	border: 2px solid #666;
	border-radius: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 2;
	left: 3px;
	top: 50%;
	margin-top: -8px;
	box-sizing: border-box;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjYgMTYuMmw3LjA1LTcuMDUtMS40LTEuNC01LjY1IDUuNjUtMi44NS0yLjg1LTEuNCAxLjQgNC4yNSA0LjI1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) center center no-repeat #666;
	opacity: 0;
	transition: opacity 0.15s linear;
}

.desktop .checkbox label:hover {
	color: #383838;
}

.desktop .checkbox label:hover:before {
	border-color: #666;
}

.checkbox .note {
	color: #a3a3a3 !important;
}

.checkbox + .form__error {
	padding-left: 32px;
}

.radiobutton input:checked + label {
	color: #383838;
}

.radiobutton input:checked + label:before {
	border: 6px solid #E30613;
	background-color: #fff;
}

.desktop .radiobutton input:checked + label:hover:before {
	border-color: #E30613;
}

.radiobutton input:disabled + label {
	color: #a3a3a3;
}

.radiobutton input:disabled + label::before {
	border-color: #e9e9e9;
}

.radiobutton label {
	color: #666;
}

.radiobutton label:before {
	border: 2px solid #a3a3a3;
}

.desktop .radiobutton label:hover {
	color: #383838;
}

.desktop .radiobutton label:hover:before {
	border-color: #666;
}

.radiobutton .note {
	color: #a3a3a3 !important;
}

.pagination-list {
	border: 1px solid #e9e9e9;
}

.pagination-list__item {
	color: #666;
}

.desktop a.pagination-list__item:hover {
	background-color: #f0f0f0;
	color: #383838;
}

.pagination-list__item._active {
	background-color: #E30613;
	color: #fff;
}

.services:after {
	background-color: #fafafa;
}

.services .services-card:nth-child(5n) {
	border-right: 1px solid #e9e9e9;
}

.services .services-card:nth-child(4n) {
	border-right: 1px solid #e9e9e9;
}

.services .services-card:nth-child(3n) {
	border-right: none;
}

.services-card {
	background-color: #fff;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	color: #a3a3a3;
}

.desktop .services-card:hover .services-card__quantity {
	color: #666;
}

.desktop .services-card:hover .svg-icon {
	color: #383838;
	display: none;
}

.desktop .services-card:hover .svg-icon-hover {
	display: block;
}

.desktop .services-card:hover .services-card__hover-img {
	opacity: 1;
}

.desktop .services-card:hover .services-card__img,
.desktop .services-card:hover .services-card__title,
.desktop .services-card:hover .services-card__subtitle {
	color: #fff;
}

.services-card:nth-child(5n) {
	border-right: none;
}

.services-card:last-child {
	border-right: none !important;
}

.services-card__title {
	color: #383838;
}

.services-card__hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.15s linear;
}

.services-card__hover-img.no-img {
	background: #666;
}

.services-card__hover-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.services-card__img,
.services-card__title,
.services-card__subtitle {
	position: relative;
	z-index: 3;
	transition: color 0.15s linear;
}

.articles-item {
	padding: 24px 24px 22px;
	background-color: #fff;
	border-bottom: 2px solid #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	color: #383838;
	transition: border-color 0.15s linear;
}

.desktop .articles-item:hover {
	border-bottom-color: #E30613;
}

.articles-item__inner {
	display: flex;
	gap: 0 24px;
}

.articles-item__content-wrapper {
	border-bottom: 1px solid #e9e9e9;
}

.articles-item__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 16px;
}

.articles-item__tags-item {
	padding: 4px 8px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
	color: #666;
	background-color: #f0f0f0;
}

.articles-item__image {
	width: 248px;
	height: 140px;
	flex-shrink: 0;
}

.articles-item__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.articles-item__content {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 24px; /* autoprefixer: off */
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3; /* autoprefixer: on */
}

.articles-item__title {
	margin-bottom: 8px;
}

.articles-item__description {
	color: #666;
}

.news-item__date {
	width: 100%;
}

.main-manufacturers-card {
	border-right: 1px solid #e9e9e9;
}

.desktop .main-manufacturers-card:hover {
	border-bottom: 2px solid #E30613;
}

.main-manufacturers-card:last-child {
	border-right: none;
}

.main-manufacturers-card__quantity {
	color: #a3a3a3;
}

.characteristics-list__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 25%;
	padding: 32px 24px;
	min-height: 191px;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

.characteristics-list__item:last-child {
	border-right: none;
}

.characteristics-list__item__title {
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 600;
	line-height: 124%;
}

.characteristics-list__item__num {
	color: #383838;
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -2.16px;
}

.document-link {
	display: flex;
	gap: 0 24px;
	padding: 16px 24px;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}

.desktop .document-link:hover .document-link__icon .svg-icon {
	color: #E30613;
}

.document-link__text {
	font-size: 14px;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
	color: #a3a3a3;
	flex-grow: 1;
}

.document-link__text b {
	font-weight: 600;
	color: #383838;
	display: inline-block;
	margin-bottom: 4px;
}

.document-link__icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.document-link__icon .svg-icon {
	width: 24px;
	height: 24px;
	color: #a3a3a3;
	transition: color 0.15s linear;
}

.trainings-item .news-item__desc {
	flex-grow: 1;
}

.trainings-item .news-item__img {
	margin-bottom: 0;
}

.training-data {
	display: flex;
}

.training-data__start {
	width: 50%;
	border-right: 1px solid #e9e9e9;
	padding: 16px 24px 16px 0;
}

.training-data__duration {
	width: 50%;
	padding: 16px 0 16px 24px;
}

.training-data__label {
	font-size: 13px;
	font-weight: 500;
	line-height: 124%; /* 16.12px */
	margin-bottom: 4px;
	color: #a3a3a3;
}

.training-data__value {
	font-size: 16px;
	font-weight: 600;
	line-height: 124%; /* 19.84px */
	color: #383838;
}

.main-reviews .swiper-button-lock {
	display: flex;
}

.main-reviews-slider {
	display: flex;
}

.main-slider-pagination .swiper-pagination-bullet {
	background-color: #383838;
}

.main-slide .btn {
	color: #fff;
}

.main-slide__badge {
	color: #383838;
}

.main-slide__badge._action {
	background-color: #444189;
	color: #fff;
}

.main-slide__badge._recommend {
	background-color: #f62434;
	color: #fff;
}

.main-slide__badge._new {
	background-color: #34aaf2;
	color: #fff;
}

.main-catalog-card {
	padding: 16px 24px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 134px;
	width: 20%;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.desktop .main-catalog-card:hover .main-catalog-card__quantity {
	color: #666;
}

.desktop .main-catalog-card:hover .svg-icon {
	color: #383838;
}

.main-catalog-card:nth-child(5n) {
	border-right: none;
}

.main-catalog-card:last-child {
	border-right: none !important;
}

.main-catalog-card__title {
	margin-bottom: 12px;
	color: #383838;
}

.main-catalog-card__bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	color: #a3a3a3;
}

.main-catalog-card__bottom .main-catalog-card__quantity,
.main-catalog-card__bottom .svg-icon {
	transition: color 0.15s linear;
}

.main-catalog-card__quantity {
	font-size: 13px;
	font-weight: 500;
	line-height: 124%; /* 16.12px */
}

.main-news-item {
	background: #fff;
}

.desktop .main-news-item:hover {
	background: #383838;
}

.desktop .main-news-item:hover .main-news-item__image:before {
	background: rgba(0, 0, 0, 0.4);
}

.desktop .main-news-item:hover *:not(.main-news-item__tag) {
	color: #fff;
}

.desktop .main-news-item:hover .main-news-item-content:after {
	border-bottom: 12px solid #fafafa;
	border-right: 12px solid #fafafa;
}

.main-news-item:after {
	background-color: #e9e9e9;
}

.main-news-item-content:after {
	border-bottom: 12px solid #fff;
	border-right: 12px solid #fff;
}

.main-news-item__tag {
	background-color: #f5f5f5;
	color: #383838;
}

.main-news-item__text {
	color: #666;
}

.main-news-item__date {
	border-top: 1px solid #e9e9e9;
}

.main-news-item__date-day {
	color: #383838;
}

.main-news-item__date-my {
	color: #666;
}

.main-news-item__image {
	background-color: #fff;
}

.feature {
	background-color: #fff;
}

.feature__text {
	color: #666;
}

.sertificate {
	padding: 24px;
	background-color: #fff;
	width: 50%;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	display: none;
}

.sertificate:nth-child(1),
.sertificate:nth-child(2),
.sertificate:nth-child(3),
.sertificate:nth-child(4),
.sertificate:nth-child(5),
.sertificate:nth-child(6) {
	display: block;
}

.sertificate:nth-child(2n) {
	border-right: none;
}

.sertificate:nth-child(5),
.sertificate:nth-child(6),
.sertificate:nth-last-child(1),
.sertificate:nth-last-child(2) {
	border-bottom: none;
}

.desktop .sertificate:hover .sertificate__extension .svg-icon {
	color: #f62434;
}

.main-sertificates._opened .sertificate {
	display: block;
}

.main-sertificates._opened .sertificate:nth-child(5),
.main-sertificates._opened .sertificate:nth-child(6) {
	border-bottom: 1px solid #e9e9e9;
}

.sertificate__extension {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	border-radius: 50%;
	margin-bottom: 24px;
}

.sertificate__extension .svg-icon {
	width: 24px;
	height: 24px;
	color: #a3a3a3;
	transition: color 0.15s linear;
}

.sertificate__title { /* autoprefixer: off */
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; /* autoprefixer: on */
	margin-bottom: 14px;
}

.sertificate-bottom {
	border-top: 1px solid #e9e9e9;
	padding-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
	color: #a3a3a3;
}

.desktop .main-reviews-item._haspopup:hover {
	background-color: #f5f5f5;
}

.main-reviews-item:after {
	background-color: #e9e9e9;
}

.main-reviews-item__author-company {
	color: #a3a3a3;
}

.news-filters._opened .dropdown-button {
	border-color: #a3a3a3;
}

.news-filters._opened .dropdown-button span {
	color: #383838;
}

.news-filters._opened .drop-icon {
	color: #383838;
}

.news-filters .dropdown-button {
	border: 1px solid #e9e9e9;
}

.desktop .news-filters .dropdown-button:hover {
	border-color: #a3a3a3;
}

.desktop .news-filters .dropdown-button:hover span {
	color: #383838;
}

.desktop .news-filters .dropdown-button:hover .drop-icon {
	color: #383838;
}

.news-filters .dropdown-button span {
	color: #666;
}

.news-filters-dropdown {
	border: 1px solid #f0f0f0;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.desktop .news-filters-list .filter-block__line:hover {
	background: #f5f5f5;
}

.dropdown-button .drop-icon {
	color: #a3a3a3;
}

.dropdown-button .drop-icon.drop-icon--mobile {
	color: #a3a3a3;
}

.news-filters-btn-apply {
	color: #fff;
	background: #E30613;
}

.desktop .news-filters-btn-apply:hover {
	background: #CF0000;
}

.news-filters-btn-reset {
	color: #666;
	background: #fff;
}

.desktop .news-filters-btn-reset:hover {
	color: #383838;
}

.news-filters-btns-mobile {
	border-top: 1px solid #e9e9e9;
}

.filter-open svg {
	color: #a3a3a3;
}

.desktop .filter-open:hover {
	color: #383838;
}

.desktop .filter-open:hover svg {
	color: #666;
}

.filter-open .quantity-active {
	background-color: #E30613;
	color: #fff;
}

.news-item {
	background: #fff;
	color: #383838;
}

.desktop .news-item:hover {
	box-shadow: inset 0 0 0 1px #E30613;
}

.news-item:visited {
	color: #383838;
}

.news-item::after {
	background: #e9e9e9;
}

.news-item__tags span {
	color: #666;
	background: #f5f5f5;
}

.news-item__desc {
	color: #666;
}

.news-item__date--month,
.news-item__date--year {
	color: #666;
}

.other-services-section .services-card__subtitle {
	color: #666;
}

.other-services-slider .services-card {
	border-right: 1px solid #e9e9e9;
	height: 240px;
}

.other-services-slider .services-card:nth-child(4n) {
	border-right: 1px solid #e9e9e9;
}

.other-services-slider .services-card .services-card__img {
	margin-bottom: 80px;
	flex-grow: 1;
}

.contacts-slider {
	margin-bottom: 24px;
}

.contacts-slider-btns {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 4px;
	margin-left: 16px;
}

.contacts-slider-btns > div {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.contacts-slider-btns > div svg {
	color: #a3a3a3;
}

.contacts-slider__slide {
	cursor: grab;
	width: calc(50% - 24px * 1 / 2);
}

.contacts-slider__slide:active {
	cursor: grabbing;
}

.contacts-slider__slide-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 15;
	cursor: pointer;
}

.contacts-slider__slide-overlay--ico {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	background: #fff;
}

.contacts-slider__slide-overlay--ico svg {
	color: #828282;
}

.contacts-slider__slide--img {
	position: relative;
	height: 0;
	padding-bottom: 56.292%;
}

.contacts-slider__slide--img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.contacts-slider__slide-map-wrap {
	height: initial;
}

.contacts-slider__slide-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {

.nav-catalog._active,
.desktop .nav-catalog:hover {
	background-color: #292929;
}

.nav-catalog._active .svg-icon,
.desktop .nav-catalog:hover .svg-icon {
	color: #fff;
}

.footer-dropdown-content {
	max-height: none !important;
}

}

@media (min-width: 1000px) and (max-width: 1139px) {

.service-feature {
	padding: 16px 16px;
}

}

@media (min-width: 1000px) {

.features--service-item .feature {
	border-bottom: none;
}

}

@media (min-width: 1140px) {

._search-opened .header-search-results {
	width: calc(100% - 346px);
}

}

@media (max-width: 1460px) {

.header-catalog {
	width: calc(100vw - var(--scrollbar-width));
	max-width: calc(calc(100vw - var(--scrollbar-width)) - 10px);
}

}

@media (max-width: 1139px) {

.fullwidth {
	width: 100vw;
}

.main-manufacturers .main-section-top {
	margin-bottom: 24px;
}

.main-manufacturers-list {
	flex-wrap: wrap;
}

.main-manufacturers-list:after {
	content: "";
	position: absolute;
	z-index: 1;
	background-color: #fafafa;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
}

.top-service {
	margin-left: 0;
	margin-right: 0;
}

.characteristics {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 64px;
}

.about-first-screen {
	margin-bottom: 64px;
}

.about-top {
	margin-bottom: 32px;
}

.office {
	width: 394px;
	margin-right: 0;
}

.office__photo img {
	height: 130px;
}

.contacts-top-info {
	margin: 0 0 64px;
}

.contacts-items {
	margin: 0 0 96px;
}

.requisites {
	margin-left: 0;
	margin-right: 0;
}

.contacts-slider-btn-prev,
.contacts-slider-btn-next {
	display: none !important;
}

.training-first-screen {
	margin-bottom: 64px;
}

.header-dropdown-wrapper--row {
	display: flex;
	border-bottom: 1px solid #383838;
}

.header-dropdown-wrapper--row .nav-services__title svg {
	display: none;
}

.header-dropdown-wrapper--row .header-services {
	display: block !important;
	position: static;
	background: none;
	border: none;
	box-shadow: none;
	padding: 18px 24px !important;
	height: auto !important;
}

.header-dropdown-wrapper--row .header-dropdown__item,
.header-dropdown-wrapper--row a.header-dropdown__item {
	color: #a3a3a3;
	font-size: 14px;
	font-weight: 600;
	line-height: 132%; /* 18.48px */
	padding: 6px 0;
}

.desktop .header-dropdown-wrapper--row .header-dropdown__item:hover,
.desktop .header-dropdown-wrapper--row a.header-dropdown__item:hover {
	background: none;
	color: #e9e9e9;
}

._search-opened .header-search {
	width: calc(100% - 20px);
	left: 35px;
	background-color: #383838;
}

._menu-opened .mobile-catalog-close {
	transition: opacity 0.15s linear 0.1s, z-index 0.15s linear 0.1s;
	background-color: #383838;
	width: 48px;
	height: 48px;
	z-index: 3;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
	opacity: 1;
}

.nav-services:not(.nav-company):not(.nav-contacts) {
	height: auto;
	width: 216px;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	padding: 24px;
	border-right: 1px solid #383838;
}

.nav-services:before {
	content: none;
}

.nav-services__bottom {
	display: flex;
}

.nav-company {
	display: none;
}

.nav-company + .header-dropdown {
	position: static;
	width: 100%;
	display: flex !important;
	flex-direction: column;
	gap: 1px 0;
	background: none;
	border: none;
	box-shadow: none;
	padding: 0 16px !important;
	height: auto !important;
}

.nav-company + .header-dropdown .header-dropdown__item {
	padding: 16px 48px 16px 16px;
	background-color: #383838;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 124%; /* 19.84px */
	position: relative;
}

.nav-company + .header-dropdown .header-dropdown__item:first-child {
	border-radius: 8px 8px 0 0;
}

.nav-company + .header-dropdown .header-dropdown__item:after {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	right: 16px;
	top: 50%;
	margin-top: -12px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjExIDE3LjA2MWw0Ljk1LTQuOTUtNC45NS00Ljk1IDEuNDEzLTEuNDE0IDYuMzY0IDYuMzY0LTYuMzY0IDYuMzY0LTEuNDE0LTEuNDE0eiIgZmlsbD0iIzY2NiIvPjwvc3ZnPg==) center center no-repeat;
	background-size: contain;
}

.nav-contacts {
	padding: 16px;
	background-color: #383838;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 124%; /* 19.84px */
	margin: 1px 16px 0;
	border-radius: 0 0 8px 8px;
	position: relative;
}

.desktop .nav-contacts:hover {
	background-color: #f5f5f5;
	color: #383838;
}

.nav-contacts:after {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	right: 16px;
	top: 50%;
	margin-top: -12px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjExIDE3LjA2MWw0Ljk1LTQuOTUtNC45NS00Ljk1IDEuNDEzLTEuNDE0IDYuMzY0IDYuMzY0LTYuMzY0IDYuMzY0LTEuNDE0LTEuNDE0eiIgZmlsbD0iIzY2NiIvPjwvc3ZnPg==) center center no-repeat;
	background-size: contain;
}

.navigation-wrapper {
	display: none;
	height: auto;
	max-height: calc(100vh - 160px);
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
	position: absolute;
	left: -15px;
	top: 100%;
	margin-top: 8px;
	width: calc(100% + 30px);
	background-color: #292929;
	z-index: 5;
	border-radius: 8px;
	padding: 16px 0 24px;
	overflow: auto;
}

._menu-opened .navigation-wrapper {
	display: flex;
}

._menu-opened .navigation-wrapper__buttons {
	display: flex;
}

.navigation__item {
	display: none;
}

.navigation__item:nth-child(1),
.navigation__item:nth-child(2),
.navigation__item:nth-child(3) {
	display: flex;
}

.nav-more {
	display: flex;
}

.header-catalog__item {
	width: 25%;
}

.header-catalog__item:nth-child(5n) {
	border-right: 1px solid #383838;
}

.header-catalog__item:nth-child(4n),
.header-catalog__item:last-child {
	border-right: none;
}

.header-search-results {
	width: calc(100% + 14px + 15px);
}

.services-card:nth-child(5n) {
	border-right: 1px solid #e9e9e9;
}

.services-card:nth-child(4n) {
	border-right: none;
}

.main-manufacturers-card {
	border-bottom: 1px solid #e9e9e9;
}

.main-manufacturers-card:nth-child(3n) {
	border-right: none;
}

.main-reviews {
	margin-left: -24px;
	margin-right: -24px;
	padding: 0 24px;
	overflow: hidden;
}

.main-reviews .main-section-top {
	margin-bottom: 24px;
}

.main-reviews-slider {
	overflow: visible;
}

.main-catalog-card {
	min-width: 200px;
	width: 25%;
}

.main-catalog-card:nth-child(5n) {
	border-right: 1px solid #e9e9e9;
}

.main-catalog-card:nth-child(4n) {
	border-right: none;
}

.filter-open {
	color: #666;
	background-color: #fff;
}

.contacts-slider__slide {
	width: 89.286%;
}

}

@media (max-width: 999px) {

.page-title {
	flex-direction: column;
	align-items: flex-start;
}

.page-title:has(p) h1 {
	padding-right: 0;
}

.page-title p {
	margin: 0;
	max-width: 100%;
}

.main-catalog-button {
	width: 100%;
}

.service-list {
	flex-wrap: wrap;
}

.service-list__item {
	width: 50%;
	border-bottom: 1px solid #f5f5f5;
}

.service-list__item:nth-child(2) {
	border-right: none;
}

.service-list__item:last-child {
	width: 100%;
	border-bottom: none;
}

.features .feature:nth-child(3n) {
	border-right: 1px solid #e9e9e9;
}

.features .feature:nth-child(2n) {
	border-right: none;
}

.features .feature:nth-last-child(3) {
	border-bottom: 1px solid #e9e9e9;
}

.main-about {
	padding-bottom: 120px;
}

.main-about .wrap {
	display: block;
}

.main-about__title {
	width: auto;
	padding: 0;
}

.main-about__text {
	width: auto;
	padding: 0;
}

.main-about__text .btn {
	margin-top: 8px;
}

.page-services-item .page-title {
	width: 100%;
}

.page-services-item-title-wrap {
	display: flex;
	flex-direction: column;
	gap: 80px 0;
}

.page-services-item-title-wrap p {
	margin-bottom: 24px;
}

.page-service-image {
	width: 100%;
}

.page-services-item-form {
	margin-top: 64px;
	margin-right: 0;
}

.page-services-item-form .shape-bg {
	width: calc(100% + 48px);
}

.page-services-item-form .form-feedback-wrap {
	padding-top: 48px;
	padding-bottom: 48px;
}

.page-services-item-form .form-feedback-title {
	max-width: 304px;
	margin-left: auto;
	margin-right: auto;
}

.features--service-item {
	flex-wrap: wrap;
}

.services-list-item {
	width: 50%;
}

.services-list-item:nth-child(5n) {
	border-right: 1px solid #e9e9e9;
}

.services-list-item:nth-child(2n),
.services-list-item:last-child {
	border-right: none;
}

.about-first-screen {
	margin-bottom: 48px;
}

.about-first-screen .characteristics {
	margin-left: 34px;
	margin-right: 34px;
}

.about-top {
	padding-left: 34px;
	padding-right: 34px;
	flex-direction: column;
	margin-bottom: 24px;
	gap: 48px 0;
}

.about-top-left {
	text-align: center;
}

.about-top-right {
	width: calc(100% - 48px);
}

.services-list--404 {
	display: block;
}

.services-list--404 .services-list-item {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #e9e9e9;
}

.services-list--404 .services-list-item:last-child {
	border-bottom: none;
}

.contacts-item-content .contacts-item-info-elems {
	flex-direction: column;
}

.contacts-item-info-elem {
	width: 100%;
}

.requisites {
	flex-direction: column;
	gap: 32px 0;
}

.requisites-item {
	width: 100%;
}

.requisites-item:after {
	height: 1px;
	width: 100%;
	top: initial;
	right: 0;
	bottom: -16px;
	z-index: 5;
}

.requisites-item:after {
	bottom: 0;
}

.big-map {
	min-height: 432px;
}

.page-training-item .page-title {
	width: 100%;
}

.training-first-screen {
	margin-bottom: 48px;
}

.header-search-results {
	min-width: 0;
	width: calc(100vw - 18px);
}

.header-search-results-categories .main-catalog-card {
	width: 33.33%;
}

.header-search-results-categories .main-catalog-card:nth-child(2n) {
	border-right: 1px solid #e9e9e9;
}

.header-search-results-categories .main-catalog-card:nth-child(3n) {
	border-right: none;
}

.footer-top {
	flex-wrap: wrap;
	margin-bottom: 16px;
	justify-content: space-between;
	gap: 24px 0;
}

.footer-top .header-contacts {
	width: 50%;
	margin-right: 0;
	justify-content: flex-start;
}

.footer-social {
	width: 50%;
	justify-content: flex-end;
}

.footer-nav {
	flex-wrap: wrap;
	gap: 32px 0;
}

.footer-nav__catalog {
	width: 100%;
	margin-bottom: 32px;
}

.footer-nav__column {
	width: calc(50% - 24px);
}

.footer-bottom {
	flex-direction: column;
	justify-content: center;
	gap: 24px;
}

.services .services-card:nth-child(3n) {
	border-right: 1px solid #e9e9e9;
}

.services .services-card:nth-child(2n) {
	border-right: none;
}

.services-card:nth-child(4n) {
	border-right: 1px solid #e9e9e9;
}

.services-card:nth-child(2n) {
	border-right: none;
}

.articles-item__image {
	width: 294px;
	height: 166px;
}

.articles-item__content { /* autoprefixer: off */
	-webkit-line-clamp: 4;
	line-clamp: 4; /* autoprefixer: on */
}

.characteristics-list__item__title {
	font-size: 14px;
	line-height: 132%; /* 18.48px */
}

.main-catalog-card {
	min-width: 200px;
	width: 50%;
}

.main-catalog-card:nth-child(4n) {
	border-right: 1px solid #e9e9e9;
}

.main-catalog-card:nth-child(2n) {
	border-right: none;
}

.other-services-slider .services-card:nth-child(2n) {
	border-right: 1px solid #e9e9e9;
}

}

@media (max-width: 999px) and (max-width: 767px) {

.footer-nav__catalog {
	flex-wrap: wrap;
}

}

@media (max-width: 767px) {

.page-title p {
	font-size: 15px;
	line-height: 148%;
}

.mb96 {
	margin-bottom: 64px;
}

.branches-filter .dropdown-content {
	display: flex!important;
	flex-direction: column;
	gap: 16px;
	position: fixed;
	top: 0;
	right: initial;
	left: 0;
	transform: translateX(-100%);
	height: 100%;
	width: 100%;
	max-width: 375px;
	min-width: 320px;
	background-color: #fff;
	z-index: 200;
	padding: 16px;
	overflow: hidden;
	transition: transform 0.2s linear;
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin-top: 0;
}

.branches-filter._opened .dropdown-content {
	transform: translateX(0);
}

.dropdown-content-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 24px;
	border-bottom: 1px solid #e9e9e9;
	gap: 0 20px;
}

.first-screen {
	padding-bottom: 180px;
}

.shape-bg:before {
	border-top: 49px solid #fafafa;
	border-left: 49px solid #fafafa;
	border-bottom: 49px solid transparent;
	border-right: 49px solid transparent;
}

.shape-bg:after {
	border-bottom: 49px solid #fafafa;
	border-right: 49px solid #fafafa;
	border-top: 49px solid transparent;
	border-left: 49px solid transparent;
}

.main-catalog {
	margin-top: -114px;
}

.top-service {
	margin-top: -164px;
	margin-bottom: 64px;
}

.service-list__item {
	width: 100%;
	border-right: none;
	height: 164px;
}

.characteristics-list {
	flex-wrap: wrap;
}

.features .feature {
	border-right: none;
}

.features .feature:nth-child(3n) {
	border-right: none;
}

.features .feature:nth-last-child(2) {
	border-bottom: 1px solid #e9e9e9;
}

.main-features .features .feature {
	width: 100%;
}

.main-about {
	padding: 64px 0 56px;
	margin-bottom: 0;
}

.main-about__text {
	font-size: 15px;
	line-height: 148%; /* 22.2px */
}

.main-about__text p {
	font-size: 15px;
	line-height: 148%; /* 22.2px */
}

.services-form {
	margin-bottom: 80px;
}

.page-services-item .features {
	margin: 0 -16px 64px;
}

.page-services-item .catalog-form {
	margin-bottom: 40px;
}

.page-services-item-title-wrap {
	margin-bottom: 56px;
	gap: 64px 0;
}

.page-services-item-title-wrap .sub-title {
	margin-bottom: 24px;
}

.page-services-item-form {
	margin-top: 40px;
}

.page-services-item-form .shape-bg {
	width: calc(100% + 32px);
}

.page-services-item-form .form-feedback-title {
	font-size: 18px;
	line-height: 124%; /* 22.32px */
}

.services-advantages {
	margin: 56px 0 64px;
}

.services-advantages__item {
	width: 100%;
	padding: 16px;
	border-right: none;
}

.services-advantages__item:nth-child(2n) {
	border-top: 1px solid #e9e9e9;
}

.services-advantages__item-img {
	margin-bottom: 0;
}

.services-advantages__item-img img {
	max-width: 48px;
	max-height: 48px;
}

.services-advantages__item-title .title-h3 {
	margin-bottom: 0;
}

.services-advantages__item-titles {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.features--service-item {
	margin-bottom: 64px;
}

.services-list {
	margin: 0 -16px 64px;
}

.services-list-item {
	padding: 16px;
	height: auto;
}

.service-card {
	padding: 16px 16px 24px;
	margin-left: 0;
	margin-right: 0;
}

.service-card-inner {
	flex-direction: column-reverse;
	gap: 24px 0;
	margin-bottom: 24px;
}

.service-card__image {
	width: 100%;
	height: auto;
}

.service-card__content {
	-webkit-line-clamp: 5;
	line-clamp: 5;
}

.about-first-screen .characteristics {
	margin: 0;
}

.about-top {
	padding-left: 0;
	padding-right: 0;
}

.about-top-right {
	width: 100%;
}

.offices-slider > .swiper-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1px 0;
	transform: none !important;
}

.office {
	width: 100%;
	max-width: none;
	flex-direction: row-reverse;
}

.offices-slider .office {
	width: 100% !important;
	display: none;
}

.offices-slider .office:nth-child(1),
.offices-slider .office:nth-child(2),
.offices-slider .office:nth-child(3),
.offices-slider .office:nth-child(4) {
	display: flex;
}

.offices-slider._opened .office {
	display: flex;
}

.office:after {
	content: none;
}

.office-data {
	padding: 16px;
}

.office__tags {
	margin-bottom: 8px;
}

.office__tag {
	font-size: 13px;
}

.office__description {
	font-size: 13px;
	font-weight: 500;
	line-height: 124%; /* 16.12px */ /* autoprefixer: off */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2; /* autoprefixer: on */
}

.office__photo {
	padding: 0;
	width: 47%;
	min-width: 163px;
	flex-shrink: 0;
}

.offices-slider-button {
	display: flex;
}

.page404-wrap-error {
	margin-top: 64px;
	margin-bottom: 64px;
}

.services-list--404 {
	margin: 0 0 88px;
}

.contacts-top-info {
	padding: 0 16px;
	margin-bottom: 48px;
}

.contacts-top-info .contacts-top-items {
	gap: 0;
	margin-bottom: 0;
}

.contacts-top-info .contacts-top-items .contacts-top-item span {
	margin-bottom: 16px;
}

.contacts-top-info .contacts-top-items .contacts-top-item:after {
	bottom: 0;
}

.contacts-top-info .contacts-top-items .contacts-top-item:last-child:after {
	content: none;
}

.contacts-items {
	margin: 0 -16px;
	margin-bottom: 64px;
}

.contacts-item-top {
	padding: 12px 16px;
}

.contacts-item-top span {
	font-size: 18px;
}

.contacts-item-content {
	margin: 0 0 24px;
	padding: 0;
}

.contacts-item-content .contacts-item-info-elems {
	gap: 16px;
}

.contacts-item-info-elem {
	padding: 24px 16px;
}

.contacts-item-info-elem--title {
	font-size: 16px;
}

.contacts-item-info-elem--address,
.contacts-item-info-elem--timework {
	font-size: 13px;
}

.contacts-item-info-elem--tags {
	gap: 4px;
}

.requisites {
	margin: 0 -16px;
	gap: 0;
}

.requisites-item {
	padding: 24px 16px;
}

.requisites-item--title {
	margin-bottom: 16px;
}

.requisites-content .requisites-content-block {
	margin-bottom: 8px;
}

.big-map {
	min-height: 520px;
}

.contacts-slider {
	background-color: #fafafa;
}

.contacts-content .requisites {
	margin: 0 -16px 32px;
	gap: 1px 0;
}

.contacts-content .requisites-item::after {
	bottom: 0;
}

.contacts-content .requisites-item .requisites-item--title {
	font-size: 16px;
	line-height: 124%;
	margin-bottom: 16px;
}

.contacts-content .requisites-item .requisites-content-block {
	gap: 6px;
	flex-wrap: wrap;
}

.contacts-content .requisites-item .requisites-content-block::not(.requisites-content-block--column) span {
	white-space: nowrap;
}

.contacts-form {
	margin-bottom: 80px;
}

.page-training .page-title {
	margin-bottom: 24px;
}

.training-wrapper {
	margin-bottom: 88px;
}

.page-training-item .page-services-item-title-wrap p {
	margin-bottom: 16px;
}

.page-training-item .services-text-wrapper {
	margin-top: 48px;
	margin-bottom: 88px;
}

.training-first-screen {
	padding-bottom: 32px;
	margin-bottom: 0;
}

.training-first-screen .page-services-item-form {
	margin-top: 32px;
}

.training-first-screen .service-features {
	flex-direction: column;
}

.training-first-screen .service-feature {
	width: 100%;
	border-right: none;
	padding: 16px 0;
}

.training-first-screen .service-feature__label {
	margin-bottom: 8px;
}

.training-text-wrapper {
	margin-top: 64px;
	margin-bottom: 64px;
}

.trainer__photo {
	width: 164px;
}

.header .wrap {
	padding: 0 15px;
}

.header .header-contacts__callback {
	display: none;
}

._menu-opened .header,
._menu-opened .header._header-sticky {
	background-color: #292929;
	color: #fff;
	transition: none;
}

.header-top-line__left {
	width: 50%;
}

.header-top-line__left .link-spares ._not-mobile {
	display: none;
}

.header-top-line__left .link-spares ._mobile {
	display: inline;
}

.header-top-line__right {
	width: 50%;
}

.link-training-center span,
.login span {
	display: none;
}

.city {
	width: calc(100% - 44px);
	white-space: nowrap;
	position: static;
}

.city .current-city span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.city .city-list-wrap {
	white-space: normal;
	right: 8px;
	min-width: 0;
	width: 360px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.city .city-list-wrap::after {
	right: 48px;
}

.city .message-city {
	white-space: normal;
	right: 8px;
	min-width: 0;
	width: 360px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.city .message-city::after {
	right: 48px;
}

.header-right {
	width: auto;
}

.header-right a,
.header-right button {
	padding: 12px;
}

.header-right .btn-symbol {
	padding-right: 4px;
	padding-left: 20px;
}

.header-right .btn span,
.header-right .btn .svg-icon {
	display: none;
}

.mobile-svg {
	display: block;
}

.header-top {
	margin-left: -8px;
	margin-right: -8px;
}

._menu-opened .logo {
	color: #fff;
	transition: none;
}

._menu-opened .header-contacts__phone {
	color: #fff;
	transition: none;
}

.navigation-line {
	margin: 0 7px;
}

.header-dropdown-wrapper--row {
	flex-direction: column;
}

.nav-services:not(.nav-company):not(.nav-contacts) {
	width: 100%;
	border: none;
	border-bottom: 1px solid #383838;
	padding: 24px 16px;
}

.nav-services__title {
	font-size: 16px;
	font-weight: 600;
	line-height: 124%; /* 19.84px */
	margin-bottom: 24px;
}

.navigation-wrapper {
	margin-top: 0;
	border-radius: 0;
	width: calc(100% + 32px + 14px);
	left: -23px;
	padding: 0 0 24px;
	max-height: calc(100vh - 138px);
	max-height: calc(100dvh - 138px);
}

.navigation-wrapper__buttons a .mobile-svg,
.navigation-wrapper__buttons .btn .mobile-svg {
	display: none !important;
}

.navigation {
	display: none;
}

.navigation__item {
	display: none;
}

.nav-more {
	transition: none;
}

.header-catalog {
	max-height: calc(100dvh - 104px);
	max-width: 100vw;
	margin-top: 0;
	width: 100vw;
	left: -22px;
	border-radius: 0;
	overflow: auto;
}

.header-catalog__item {
	width: 50%;
}

.header-catalog__item:nth-child(4n) {
	border-right: 1px solid #383838;
}

.header-catalog__item:nth-child(2n),
.header-catalog__item:last-child {
	border-right: none;
}

.header-services-mobile {
	display: flex;
	flex-direction: column;
	gap: 1px;
	margin-top: 32px;
}

.header-search-results {
	padding: 16px;
}

.header-search-results-catalog {
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 16px;
}

.header-search-results-categories {
	margin-bottom: 16px;
}

.footer .wrap {
	padding: 0 16px;
}

.footer-top {
	gap: 16px 0;
}

.footer-top .header-contacts {
	width: 100%;
	margin-top: 16px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px 48px;
}

.footer-social {
	width: 100%;
	justify-content: center;
}

.footer-top-bg {
	width: calc(100% - 128px);
}

.footer-nav {
	margin-bottom: 32px;
	margin-left: 0;
	margin-right: 0;
	gap: 0;
}

.footer-nav__catalog .footer-nav__column {
	width: 100%;
}

.footer-nav__column {
	text-align: center;
	width: 100%;
	margin: 0;
}

.footer-nav__column._no-dropdown {
	padding-top: 32px;
}

.footer-bottom__left {
	flex-wrap: wrap;
	justify-content: center;
}

.footer-dropdown {
	display: flex;
}

.footer-dropdown-content {
	overflow: hidden;
	max-height: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	transition: max-height 0.2s linear;
}

.footer-dropdown:not(._active) + .footer-dropdown-content {
	max-height: 0 !important;
}

.footer-dropdown--company {
	order: 1;
}

.footer-dropdown-content--company {
	order: 2;
}

.truck-phone {
	font-size: 26px;
	letter-spacing: -1.56px;
	margin: 24px 0;
}

.services-card {
	border-right: none !important;
}

.articles-item {
	padding: 16px 16px 14px;
}

.articles-item__inner {
	flex-direction: column;
}

.articles-item__image {
	width: 100%;
	height: auto;
	max-height: 184px;
}

.characteristics-list__item {
	width: 50%;
	padding: 24px 16px;
	min-height: 147px;
}

.characteristics-list__item:first-child,
.characteristics-list__item:nth-child(2) {
	border-top: none;
}

.characteristics-list__item:nth-child(2n) {
	border-right: none;
}

.characteristics-list__item__num {
	font-size: 24px;
	letter-spacing: -1.56px;
}

.main-reviews {
	margin-left: -16px;
	margin-right: -16px;
	padding: 0 16px;
}

.main-catalog-card {
	min-width: 0;
	padding: 16px;
	min-height: 108px;
}

.news-filters {
	border-bottom: 1px solid #e9e9e9;
}

.news-filters._opened {
	border-bottom: 2px solid #E30613;
}

.news-filters .dropdown-button {
	border: none;
}

.news-filters-dropdown {
	border: none;
	box-shadow: none;
	background: none;
}

.news-filters-elems {
	background-color: #fff;
}

.news-filters-elems-top {
	border-bottom: 1px solid #e9e9e9;
}

.other-services-slider .services-card {
	border-right: none;
	border-bottom: 1px solid #e9e9e9;
	min-height: 192px;
}

.other-services-slider .services-card:last-child {
	border-bottom: none;
}

.other-services-slider .services-card .services-card__img {
	margin-bottom: 64px;
}

.other-services-slider .services-card .services-card__title {
	font-size: 20px;
}

.contacts-slider {
	margin: 0 -16px 0;
}

.contacts-slider-btns {
	display: none;
}

}

@media (max-width: 640px) {

.main-manufacturers-card {
	border-bottom: 1px solid #e9e9e9;
	width: 50%;
}

.main-manufacturers-card:nth-child(3n) {
	border-right: 1px solid #e9e9e9;
}

.main-manufacturers-card:nth-child(2n) {
	border-right: none;
}

.sertificate {
	width: 100%;
	border-right: none;
	padding: 16px;
}

.sertificate:nth-last-child(2) {
	border-bottom: 1px solid #e9e9e9;
}

.sertificate:nth-child(1),
.sertificate:nth-child(2),
.sertificate:nth-child(3) {
	display: block;
}

.sertificate:nth-child(3) {
	border-bottom: none;
}

.main-sertificates._opened .sertificate:nth-child(3) {
	border-bottom: 1px solid #e9e9e9;
}

}

@media (max-width: 600px) {

.header-search-results-categories .main-catalog-card {
	width: 50%;
}

.header-search-results-categories .main-catalog-card:nth-child(3n) {
	border-right: 1px solid #e9e9e9;
}

.header-search-results-categories .main-catalog-card:nth-child(2n) {
	border-right: none;
}

}

@media (max-width: 479px) {

.popup__container {
	width: 100%;
	border-radius: 0;
}

.service-card-buttons {
	flex-direction: column;
}

.trainer__photo {
	width: 124px;
}

.header-top-line__left .link-spares {
	flex-grow: 1;
	justify-content: center;
}

.header-top-line__right {
	position: relative;
}

.header-top-line__right::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background: #d4d4d4;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.city .city-list-wrap {
	right: -8px;
	min-width: 0;
	width: calc(100vw - 16px);
}

.city .message-city {
	right: -8px;
	min-width: 0;
	width: calc(100vw - 16px);
}

.navigation-wrapper__buttons {
	flex-direction: column;
}

.navigation-wrapper__buttons a,
.navigation-wrapper__buttons .btn {
	width: 100%;
}

}

@media (max-width: 360px) {

.trainer__photo {
	width: 100px;
}

.trainer-info {
	padding: 12px 12px 16px;
}

.header-contacts__phone {
	font-size: 16px;
}

.header-contacts__phone .svg-icon {
	display: none;
}

.footer-top .header-contacts__phone {
	font-size: 18px;
	font-weight: 700;
	line-height: 124%; /* 22.32px */
	letter-spacing: -1.08px;
}

.footer-top .header-contacts__phone .svg-icon {
	display: inline-block;
}

.main-catalog-card {
	padding: 12px;
}

.main-catalog-card__title {
	font-size: 14px;
}

}

@keyframes video-preloader {

0% {
	opacity: 1;
}

50% {
	opacity: 0.4;
}

100% {
	opacity: 1;
}

}

@keyframes sticky_anim {

0% {
	top: -110px;
	opacity: 0;
}

100% {
	top: 0;
	opacity: 1;
}

}

