:root, body { font-size: 14px; }
@media screen and (min-width: 1200px) { :root, body { font-size: 16px; }
}
/* Элементы */ * { scroll-behavior: smooth; }
html { width: calc(100% + calc(100vw - 100%)); overflow: hidden visible; }
body { display: flex; flex-direction: column; margin: 0 auto; max-width: 1920px; font-family: 'Intro Book', sans-serif; position: relative; font-weight: 400; color: #000; overflow-x: hidden; }
h1, .h1 { margin: 0; font-size: 3.75rem; font-weight: 700; font-family: 'Euro', sans-serif; }
/*60*/ h2, .h2 { margin: 0; font-size: 2.5rem; font-weight: 700; font-family: 'Euro', sans-serif; }
/*40*/ h3, .h3 { margin: 0; font-size: 1.5rem; font-weight: 700; line-height: 140%; }
/*24*/ h4, .h4 { margin: 0; font-size: 1.25rem; font-weight: 700; }
/*20*/ h5, .h5 { margin: 0; font-size: .875rem; font-weight: 400; }
/*14*/ h6, .h6 { margin: 0; font-size: .75rem; font-weight: 400; }
/*12*/ p { font-size: 1rem; font-family: 'Intro_inline', sans-serif; }
/*16*/ a { text-decoration: none; transition: .3s }
a:hover { transition: .3s; }
/* Общие классы */ img { max-width: 100%; }
main { overflow: hidden; }
.ttu { text-transform: uppercase; }
.tdu { text-decoration: underline; }
.white { color: #fff; }
.black { color: #000; }
div.red { color: #FF3131; }
span.red { background-color: #FF3131; color: #fff; width: max-content;}
.btn-black { color: #fff; border: 2px solid #FFF; background: #000; font-size: 1rem; font-weight: 700; line-height: 1; padding: 20px 41px; transition: .3s; width: max-content; }
.btn-black:hover { color: #000; background: #fff; transition: .3s; cursor: pointer; }
.btn-red { color: #fff; border: 2px solid #FF3131; background: #FF3131; font-size: 1rem; font-weight: 700; line-height: 1; padding: 20px 41px; transition: .3s; width: max-content; }
.btn-red:hover { color: #fff; background: #000; transition: .3s; cursor: pointer; }
@media (min-width: 1400px) { .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1342px; }
}

/* Шапка */ 

header { position: relative; }
header .header_info { position: relative; padding: 15px 0; color: #fff; display: flex; justify-content: space-between; align-items: center; }
header .header_info::before { content: ''; position: absolute; width: 100vw; height: 100%; top: 0; bottom: 0; left: 50%; margin-left: -50vw; background-color: #000; z-index: -1; }
header .header_info_item svg { margin-right: 10px; }
header .header_info_item .decor { position: relative; width: 40px; height: 2px; opacity: 1; background-color: #fff; transition: .3s; }
header .header_info_item .decor::before { content: ''; position: absolute; width: 100%; height: 2px; bottom: 10px; transition: .3s; background: #fff; }
header .header_info_item .decor::after { content: ''; position: absolute; width: 100%; height: 2px; bottom: -10px; transition: .3s; background: #fff; }
header .header_info_item .decor.active { transition: .3s; background: transparent; }
header .header_info_item .decor.active::before { transform: rotate(45deg); bottom: 0; transform-origin: center; transition: .3s; }
header .header_info_item .decor.active::after { transform: rotate(-45deg); bottom: 0; transform-origin: center; transition: .3s; }
header .header_info_item a { color: #fff; }
header .header_info_item a:hover { color: #FF3131; }
header .header_info_item.menu { display: none; }
header .header_info_item.tel, header .header_info_item.time, header .header_info_item.mail { font-weight: 700; }
header .header_menu { position: relative; color: #fff; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; }
header .header_menu::before { content: ''; position: absolute; width: 100vw; height: 100%; top: 0; bottom: 0; left: 50%; margin-left: -50vw; background-color: #FF3131; z-index: -1; }
header .header_menu_item { font-weight: 700; text-transform: uppercase; color: #fff; transition: .3s; }
header .header_menu_item:hover { color: #000; transition: .3s; }
header .header_mobile { position: absolute; right: -150%; transition: .5s; width: 100%; padding-right: var(--bs-gutter-x, .75rem); padding-left: var(--bs-gutter-x, .75rem); padding-bottom: 32px; padding-top: 32px; display: flex; flex-direction: column; gap: 20px; z-index: 1; height: 100vh; }
header .header_mobile.active { right: 0; transition: .5s; background: #000; z-index: 20; }
header .header_mobile.active::after { content: ''; }
header .header_mobile.active::before { content: ''; background: #000; height: 100vh; position: absolute; width: 100vw; left: 50%; margin-left: -50vw; z-index: -1; top: 0; }
header .header_mobile .header_mobile_item { color: #fff; font-size: 16px; }
header .header_mobile .header_mobile_item a { color: #fff; }
header .header_mobile .header_mobile_item.menu { display: flex; flex-direction: column; background: #FF3131; width: calc(100% + var(--bs-gutter-x, .75rem) *2); margin-left: var(--bs-gutter-x, -.75rem); padding: var(--bs-gutter-x, .75rem); gap: 10px; }
header .header_mobile .header_mobile_item_menu { text-transform: uppercase; }
header .header_breadcrumbs { position: absolute; z-index: 10; display: flex; flex-wrap: wrap; top: calc(100% + 50px); }
header .header_breadcrumbs.black .header_breadcrumbs_item { color: #000; }
header .header_breadcrumbs.black .header_breadcrumbs_item:hover { color: #FF3131; }
header .header_breadcrumbs.black .header_breadcrumbs_item.active { color: #FF3131; }
header .header_breadcrumbs_item { margin-right: 1rem; font-weight: 700; font-size: 20px; color: #fff; transition: .3s; }
header .header_breadcrumbs_item:hover, header .header_breadcrumbs_item:focus { text-decoration: none; }
header .header_breadcrumbs_item.slash { pointer-events: none; }
header .header_breadcrumbs_item:hover { color: #FF3131; transition: .3s; cursor: pointer; }
header .header_breadcrumbs_item.active { color: #FF3131; }

/* Подвал */ 

footer { position: relative; color: #fff; padding-top: 50px; }
footer .btn-red { padding: 16px 40px; margin: auto; }
footer::before { content: ''; position: absolute; width: 100vw; height: 100%; top: 0; bottom: 0; left: 50%; margin-left: -50vw; background-color: #000; z-index: -1; }
footer .logo { display: block; width: max-content; margin: 14px auto 70px; }
footer .footer_info { display: flex; margin-bottom: 35px; align-items: flex-end; justify-content: center; }
footer .footer_info_item { font-weight: 700; display: flex; flex-direction: column; align-items: center; transition: .3s; color: #FFF; }
footer a.footer_info_item:hover { color: #FF3131; }
footer .footer_info_item svg { margin-bottom: 14px; }
footer .footer_info_item:not(:last-child) { margin-right: 90px; }
footer .footer_menu { display: flex; justify-content: space-between; padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid rgb(255 255 255 / 70%); }
footer .footer_menu_item { text-transform: uppercase; color: #fff; transition: .3s; }
footer .footer_menu_item:hover { color: #FF3131; transition: .3s; }
footer .author { padding-bottom: 70px; display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgb(255 255 255 / 70%); margin-top: 40px; }
footer .author span { color: #fff; font-size: 14px; opacity: 0.7; }
footer .author a { color: #fff; text-decoration: underline; font-size: 14px; opacity: 0.7; }
footer .author a:hover { color: #FF3131; text-decoration: underline; }

/* Модули */ 

.mod_banner { position: relative; height: 950px; overflow-y: clip; }
.mod_banner .bg { object-fit: cover; width: 100vw; max-width: unset; height: 100%; left: 50%; margin-left: -50vw; top: 0; position: absolute; z-index: -1; }
/* .mod_banner::before { content: ''; background: url(imgs/mod_banner/001.jpg) center no-repeat; background-size: cover; width: 100vw; height: 100%; left: 50%; margin-left: -50vw; top: 0; position: absolute; z-index: -1; } */ 
.mod_banner::after { content: ''; position: absolute; bottom: -1px; width: 100vw; height: 330px; left: 50%; z-index: 0; margin-left: -50vw; background: linear-gradient(180deg, rgba(10, 21, 19, 0.00) 0%, #000 100%); pointer-events: none; }
.mod_banner .car { position: absolute; width: max-content; animation: animation-car 1s ease-in-out; left: 19%; bottom: 22px; }
.mod_banner .car .light-left { width: 100px; height: 100px; position: absolute; right: 32%; bottom: 56.5%; background: #fff; filter: blur(20px); border-radius: 50%; animation: animation-car-blur 1s ease-in-out; }
.mod_banner .car .light-right { width: 100px; height: 100px; position: absolute; right: 8%; bottom: 55.5%; background: #fff; filter: blur(20px); border-radius: 50%; animation: animation-car-blur 1s ease-in-out; }
.mod_banner .rock { position: absolute; left: 50%; /*margin-left: -50vw;*/ width: 100vw; max-width: 1920px; bottom: -150px; pointer-events: none; transform: translateX(-50%); }
.mod_banner.inner .mod_banner_title { padding-top: 140px; }
.mod_banner_title { padding-top: 140px; padding-bottom: 42px; animation: animation-car-blur 1s linear; }
.mod_banner .btn-red { animation: animation-car-blur 1s linear; }
.mod_banner_title .h2 { color: #fff; }
.mod_banner_title .h1 { color: #fff; }
.mod_banner_items { position: relative; padding: 150px 0 170px 0; color: #fff; position: relative; display: flex; justify-content: space-between; }
.mod_banner_items::before { content: ''; top: 0; position: absolute; height: 100%; width: 100vw; background: #000; z-index: -1; left: 50%; margin-left: -50vw; }
.mod_banner_item { display: flex; align-items: center; }
.mod_banner_item_decor { height: 100%; width: 1px; background: #fff; }
.mod_banner_item_img { margin-right: 20px; }
.mod_banner_item_title { font-weight: 700; text-transform: uppercase; }
.mod_banner_item_desc { opacity: .7; }

.mod_short_banner { position: relative; }
.mod_short_banner img { position: absolute; height: 100%; object-fit: cover; width: 100vw; max-width: unset; left: 50%; margin-left: -50vw; }
.mod_short_banner_title { position: relative; padding: 140px 0; color: #fff; margin-bottom: 170px; }

.mod_contacts { display: flex; justify-content: space-between; margin-bottom: 170px; }
.mod_contacts_item { border: 2px solid #000; padding: 40px; text-align: center; width: 420px; }
.mod_contacts_item a { color: #000; }
.mod_contacts_item_title { text-transform: uppercase; font-weight: 700; margin: 30px 0px 20px 0; }

.mod_provider { position: relative; padding: 150px 0; }
.mod_provider::before { content: ''; position: absolute; height: 100%; top: 0; width: 100vw; left: 50%; margin-left: -50vw; background: #000; z-index: -10; }
.mod_provider_title { margin-bottom: 50px; color: #fff; line-height: 130%; }
.mod_provider_item { position: relative; margin-bottom: 30px; overflow: hidden; }
.mod_provider_item_text { position: absolute; color: #fff; bottom: 34px; left: 40px; width: 80%; }
.mod_provider_item_title { margin-bottom: 1rem; }
.mod_provider_item_title img { margin-right: 10px; }
.mod_provider_item_desc { font-weight: 700; text-transform: uppercase; margin-bottom: 1.25rem; }
.mod_provider_item .mod_provider_item_full { height: 0; opacity: 0; transition: .3s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; line-clamp: 3; box-orient: vertical; }
.mod_provider_item:hover .mod_provider_item_full { height: 135px; opacity: 1; transition: .3s; }
.mod_provider_item_logo { position: absolute; right: calc(var(--bs-gutter-x)/ 2); top: 0; }

.mod_benefits { padding-bottom: 100px; }
.mod_benefits_title { padding-top: 160px; margin-bottom: 70px; }
.mod_benefits_items { margin-top: 40px }
.mod_benefits_desc { margin-bottom: 80px; text-align: center; margin-top: -30px; font-size: 20px; }
.mod_benefits_item { display: flex; align-items: center; padding: 35px 30px; box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.12); margin-bottom: 50px; }
.mod_benefits_item_img { margin-right: 40px; }
.mod_benefits_item_title { text-transform: uppercase; font-weight: 700; margin-bottom: .75rem; }

.mod_fos { padding: 180px 0 335px 0; position: relative; bottom: 0; overflow-y: clip; }
.mod_fos.no_anim .imgs { bottom: 100px; }
.mod_fos.no_anim .rock { bottom: -100px; width: 100vw; max-width: 1660px; left: -23%; transform: none;}
.mod_fos .imgs { position: absolute; bottom: -230px; animation: animation-fos-car 1s ease-in-out; left: -180px; pointer-events: none;}
.mod_fos .bg { position: absolute; z-index: -11; left: 50%; margin-left: -50vw; top: 0; width: 100vw; height: 100%; max-width: unset; object-fit: cover; }
.mod_fos .h2 { margin-bottom: 30px; color: #fff; }
.mod_fos .h3 { margin-bottom: 10px; color: #fff; }
.mod_fos .h4 { font-weight: 400; opacity: .7; color: #fff; }
.mod_fos form { display: flex; flex-direction: column; color: #ffff; }
.mod_fos span { margin-bottom: 6px; font-weight: 700; }
.mod_fos label { display: flex; flex-direction: column; margin-bottom: 20px; }
.mod_fos input { padding: 17px 20px; color: #fff; background: transparent; border: 1px solid #fff; }
.mod_fos input::placeholder { opacity: .5; color: #fff }
.mod_fos textarea::placeholder { opacity: .5; color: #fff }
.mod_fos textarea { padding: 17px 20px; background: transparent; border: 1px solid #fff; }
.mod_fos .confirm { flex-direction: row; align-items: center; }
.mod_fos .confirm input { margin-right: 1rem; opacity: 0; position: absolute; }
.mod_fos .confirm .confirm_input { width: 15px; height: 15px; border: 1px solid; margin-right: 1rem; position: relative; }
.mod_fos .confirm .confirm_input.checked::before { content: ''; position: absolute; width: 5px; height: 1px; background: white; left: 2px; top: 7px; transform: rotate(55deg); }
.mod_fos .confirm .confirm_input.checked::after { content: ''; position: absolute; width: 8px; height: 1px; background: white; left: 4px; top: 6px; transform: rotate(300deg); }
.mod_fos .confirm span { margin: 0; }
.mod_fos::before { content: ''; position: absolute; bottom: -1px; width: 100vw; height: 330px; left: 50%; z-index: -10; margin-left: -50vw; background: linear-gradient(180deg, rgba(10, 21, 19, 0.00) 0%, #000 100%); pointer-events: none; }
.mod_fos .rock { position: absolute; bottom: -500px; transform-origin: left; max-width: 1920px; width: 100vw; left: 50%; z-index: -11; /*margin-left: -50vw;*/ pointer-events: none; transform: translateX(-50%); }

.mod_map { padding-top: 166px; padding-bottom: 220px; }
.mod_map_title { margin-bottom: 70px; line-height: 130%; margin-left: -3px; }
.mod_map_contants .mod_map_over {min-height: 600px; min-width: 1920px;}
.mod_map_over { overflow: auto; position: relative;}
.mod_map_img { position: relative; min-width: 1318px; min-height: 700px; overflow: auto; }
.mod_map_img img { min-width: 1318px; min-height: 700px; }
.mod_map_img_point { position: absolute; width: 50px; height: 66px; z-index: 1;}
.mod_map_img_point svg { cursor: pointer; position: absolute; width: 100%; height: 100%; }
.mod_map_img_point_text { display: none; position: absolute; background-color: #fff; padding: 20px 30px; width: 260px; font-size: 14px; z-index: 1; }
.mod_map_img_point_title { font-weight: 700; }
.mod_map_img_point:not(.active)::before { content: ''; transition: .3s; opacity: 0; }
.mod_map_img_point:not(.active)::after { content: ''; transition: .3s; opacity: 0; }
.mod_map_img_point .mod_map_img_point_text.active { display: block; }
.mod_map_img_point.one { left: 9.8%; top: 40.5%; }
.mod_map_img_point.one.active::before { content: ''; position: absolute; width: 2px; height: 100px; background: #FF3131; left: 25px; bottom: 100%; transition: .3s; opacity: 1; }
.mod_map_img_point.one.active::after { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #FF3131; left: 21px; bottom: calc(100% + 100px); transition: .3s; opacity: 1; }
.mod_map_img_point.one .mod_map_img_point_text { left: 40px; bottom: calc(100% + 50px); }
.mod_map_img_point.two { left: 13%; top: 52%; }
.mod_map_img_point.two.active::before { content: ''; position: absolute; width: 2px; height: 100px; background: #FF3131; left: 24px; bottom: 100%; transition: .3s; opacity: 1; }
.mod_map_img_point.two.active::after { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #FF3131; left: 21px; bottom: calc(100% + 100px); transition: .3s; opacity: 1; }
.mod_map_img_point.two .mod_map_img_point_text { left: 40px; bottom: calc(100% + 50px); }
.mod_map_img_point.three { left: 16%; top: 70%; }
.mod_map_img_point.three.active::before { content: ''; position: absolute; width: 2px; height: 100px; background: #FF3131; left: 24px; bottom: 100%; transition: .3s; opacity: 1; }
.mod_map_img_point.three.active::after { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #FF3131; left: 21px; bottom: calc(100% + 100px); transition: .3s; opacity: 1; }
.mod_map_img_point.three .mod_map_img_point_text { left: 40px; bottom: calc(100% + 50px); }
.mod_map_img_point.four { left: 24%; top: 54%; }
.mod_map_img_point.four.active::before { content: ''; position: absolute; width: 2px; height: 100px; background: #FF3131; left: 24px; bottom: 100%; transition: .3s; opacity: 1; }
.mod_map_img_point.four.active::after { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #FF3131; left: 21px; bottom: calc(100% + 100px); transition: .3s; opacity: 1; }
.mod_map_img_point.four .mod_map_img_point_text { left: 40px; bottom: calc(100% + 50px); }
.mod_map_img_point.five { left: 46%; top: 46%; }
.mod_map_img_point.five.active::before { content: ''; position: absolute; width: 2px; height: 100px; background: #FF3131; left: 24px; bottom: 100%; transition: .3s; opacity: 1; }
.mod_map_img_point.five.active::after { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #FF3131; left: 21px; bottom: calc(100% + 100px); transition: .3s; opacity: 1; }
.mod_map_img_point.five .mod_map_img_point_text { left: 40px; bottom: calc(100% + 50px); }
.mod_map_img_point.six { left: 66%; top: 12%; }
.mod_map_img_point.six.active::before { content: ''; position: absolute; width: 2px; height: 100px; background: #FF3131; left: 24px; top: 100%; transition: .3s; opacity: 1; }
.mod_map_img_point.six.active::after { content: ''; position: absolute; content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #FF3131; left: 20px; top: calc(100% + 100px); transition: .3s; opacity: 1; }
.mod_map_img_point.six .mod_map_img_point_text { right: 40px; top: calc(100% + 50px); }
.mod_map_img_point.seven { left: 69%; top: 22%; }
.mod_map_img_point.seven.active::before { content: ''; position: absolute; width: 2px; height: 100px; background: #FF3131; left: 24px; top: 100%; transition: .3s; opacity: 1; }
.mod_map_img_point.seven.active::after { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #FF3131; left: 21px; top: calc(100% + 100px); transition: .3s; opacity: 1; }
.mod_map_img_point.seven .mod_map_img_point_text { left: 40px; top: calc(100% + 50px); }
.mod_map_img_point.eight { left: 49%; top: 45%; }
.mod_map_img_point.eight.active::before { content: ''; position: absolute; width: 2px; height: 100px; background: #FF3131; left: 24px; bottom: 100%; transition: .3s; opacity: 1; }
.mod_map_img_point.eight.active::after { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #FF3131; left: 21px; bottom: calc(100% + 100px); transition: .3s; opacity: 1; }
.mod_map_img_point.eight .mod_map_img_point_text { left: 40px; bottom: calc(100% + 50px); }
.mod_map_contants { overflow: auto; position: relative;}
.mod_map_contants img { min-height: 600px; min-width: 1920px; }

.mod_partners { padding-bottom: 165px; padding-top: 120px; }
.mod_partners.brands { padding-bottom: 0; padding-top: 170px; }
.mod_partners.spare { padding-top: 170px; padding-bottom: 160px; }
.mod_partners .owl-nav { width: max-content; margin: auto; margin-top: 50px; }
.mod_partners .owl-nav button:not(:last-child) { margin-right: 20px; }
.mod_partners .owl-nav button svg rect { fill: #fff; stroke: #000; transition: .3s; }
.mod_partners .owl-nav button:hover svg rect { fill: #FF3131; stroke: #FF3131; transition: .3s; }
.mod_partners .owl-nav button svg path { fill: #000; transition: .3s; }
.mod_partners .owl-nav button:hover svg path { fill: #fff; transition: .3s; }
.mod_partners_title { margin-bottom: 70px; }

.mod_why { position: relative; color: #fff; padding-top: 170px; padding-bottom: 340px; }
.mod_why::before { content: ''; position: absolute; bottom: 0; width: 100vw; height: 330px; left: 50%; margin-left: -50vw; background: linear-gradient(180deg, rgba(10, 21, 19, 0.00) 0%, #000 100%); pointer-events: none; }
.mod_why .bg { position: absolute; z-index: -1; width: 100vw; transform: translateX(-50%); max-width: 1920px; height: 100%; object-fit: cover; left: 50%; top: 0; }
.mod_why .bh { position: absolute; z-index: -1; left: -40px; top: 130px; pointer-events: none; }
.mod_why p { margin: 40px 0 15px 0; }
.mod_why .items { display: flex; justify-content: space-between; }
.mod_why .title { line-height: 1; }
.mod_why .items span { color: #FF3131; }

.mod_slider { padding-top: 194px; position: relative; }
.mod_slider::before { content: ''; position: absolute; bottom: 0; width: 100vw; height: 100%; top: 0; left: 50%; margin-left: -50vw; background: #000; pointer-events: none; }
.mod_slider .mod_slider_title { position: relative; z-index: 1; color: #fff; margin-bottom: 70px; }

.slider { position: relative; width: 100%; max-width: 100% }
.slider .slider__inner { display: flex; position: relative; align-items: center; max-width: 100%; height: 880px; margin: 0 auto; padding-bottom: 0; }
.slider .slider__inner .slider__item { position: absolute; height: 430px; width: 260px; opacity: 0; box-shadow: 0px 2px 90px 0px rgba(0, 0, 0, 0.50); transition: all 0.3s ease-in-out; z-index: -1; pointer-events: none; user-select: none }
.slider .slider__inner .slider__item-trigger-next { left: 15%; transform: translateX(-50%) }
.slider .slider__inner .slider__item-trigger-previous { left: 85%; transform: translateX(-50%) }
.slider .slider__inner .slider__item-selected { height: 595px; opacity: 1; left: 50%; transform: translateX(-50%); width: 425px; z-index: 2; top: 5px; }
.slider .slider__inner .slider__item-previous, .slider .slider__inner .slider__item-next { height: 520px; opacity: 1; z-index: 1; width: 400px; }
.slider .slider__inner .slider__item-last, .slider .slider__inner .slider__item-first { opacity: 1; z-index: 0; width: 340px; }
.slider .slider__inner .slider__item-previous { top: 45px; left: 30%; transform: translateX(-50%); }
.slider .slider__inner .slider__item-next { left: 70%; transform: translateX(-50%); top: 45px; }
.slider .slider__inner .slider__item-first { top: 90px; left: 13%; transform: translateX(-50%) }
.slider .slider__inner .slider__item-last { top: 90px; left: 87%; transform: translateX(-50%) }
.slider .slider__inner .slider__item-container { position: relative; width: 100%; height: 100% }
.slider .slider__inner .slider__item-img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center }
.slider .slider__inner .slider__item-datas { position: absolute; bottom: 0; width: 100%; padding: 0.5rem 0; background-color: rgba(255, 255, 255, 0.75); text-align: center; font-family: 'Arial'; white-space: nowrap; overflow: hidden; text-overflow: ellipsis }
.slider .slider__controls { display: flex; position: absolute; left: 0; right: 0; gap: 20px; width: max-content; bottom: 172px; justify-content: space-between; align-items: center; margin: auto; }
.slider .slider__controls-previous { border: 0; cursor: pointer; width: 80px; height: 58px; font-size: 50px; background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNTgiIHZpZXdCb3g9IjAgMCA4MCA1OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNzkiIHk9IjU3IiB3aWR0aD0iNzgiIGhlaWdodD0iNTYiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgNzkgNTcpIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTI0LjI1MzMgMzAuMTU3MUwzMC4yMTMzIDM2LjM2MzhMMjguNjQyMiAzOEwyMCAyOUwyOC42NDIyIDIwTDMwLjIxMzMgMjEuNjM2MkwyNC4yNTMzIDI3Ljg0MjlMNjAgMjcuODQyOUw2MCAzMC4xNTcxTDI0LjI1MzMgMzAuMTU3MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=') no-repeat center; color: rgba(0, 0, 0, 0.75); padding: 0; }
.slider .slider__controls-next { border: 0; cursor: pointer; transform: rotate(180deg); width: 80px; height: 58px; font-size: 50px; background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNTgiIHZpZXdCb3g9IjAgMCA4MCA1OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNzkiIHk9IjU3IiB3aWR0aD0iNzgiIGhlaWdodD0iNTYiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgNzkgNTcpIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTI0LjI1MzMgMzAuMTU3MUwzMC4yMTMzIDM2LjM2MzhMMjguNjQyMiAzOEwyMCAyOUwyOC42NDIyIDIwTDMwLjIxMzMgMjEuNjM2MkwyNC4yNTMzIDI3Ljg0MjlMNjAgMjcuODQyOUw2MCAzMC4xNTcxTDI0LjI1MzMgMzAuMTU3MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=') no-repeat center; color: rgba(0, 0, 0, 0.75); padding: 0; }
.slider .slider__controls-previous:hover { transform: rotate(180deg); background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNTgiIHZpZXdCb3g9IjAgMCA4MCA1OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjgwIiBoZWlnaHQ9IjU4IiBmaWxsPSIjRkYzMTMxIi8+CjxwYXRoIGQ9Ik01NS43NDY3IDI3Ljg0MjlMNDkuNzg2NyAyMS42MzYyTDUxLjM1NzggMjBMNjAgMjlMNTEuMzU3OCAzOEw0OS43ODY3IDM2LjM2MzhMNTUuNzQ2NyAzMC4xNTcxTDIwIDMwLjE1NzFMMjAgMjcuODQyOUw1NS43NDY3IDI3Ljg0MjlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat center; }
.slider .slider__controls-next:hover { transform: rotate(0deg); background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNTgiIHZpZXdCb3g9IjAgMCA4MCA1OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjgwIiBoZWlnaHQ9IjU4IiBmaWxsPSIjRkYzMTMxIi8+CjxwYXRoIGQ9Ik01NS43NDY3IDI3Ljg0MjlMNDkuNzg2NyAyMS42MzYyTDUxLjM1NzggMjBMNjAgMjlMNTEuMzU3OCAzOEw0OS43ODY3IDM2LjM2MzhMNTUuNzQ2NyAzMC4xNTcxTDIwIDMwLjE1NzFMMjAgMjcuODQyOUw1NS43NDY3IDI3Ljg0MjlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat center; }
.slider .slider__controls-previous:focus, .slider .slider__controls-next:focus { outline: none }

.catalog_list { padding-bottom: 200px; }

.catalog_title { padding-top: 140px; padding-bottom: 50px; display: flex; flex-direction: column; }
.catalog_title .catalog_title_back { margin-bottom: 30px; color: #FF3131; text-transform: uppercase; font-weight: 700; display: flex; align-items: center; }
.catalog_title .catalog_title_back svg { margin-right: 16px; }

.catalog_item { display: flex; align-items: center; }
.catalog_item:not(:last-child) { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgb(0 0 0 / 20%); }
.catalog_item_img { position: relative; min-width: 450px; margin-right: 82px; }
.catalog_item_img .link { position: absolute; bottom: 0; right: 0; padding: 25px; border: 1px solid #FF3131; background: #FF3131; }
.catalog_item_img .link:hover { cursor: pointer; background: #000; border-color: #FF3131; }
.catalog_item_img_logo { position: absolute; right: 0; top: 0; }
.catalog_item_title { font-size: 24px; font-weight: 700; display: flex; line-height: 1; align-items: center; margin-bottom: 20px; }
.catalog_item_title_flag { font-size: 16px; font-weight: 400; }
.catalog_item_title_flag img { margin-left: 16px; margin-right: 10px; }
.catalog_item_desc { font-size: 14px; opacity: .7; margin-bottom: 20px; }
.catalog_item_tags { display: flex; flex-wrap: wrap; }
.catalog_item_tag { color: #000; margin-bottom: 20px; margin-right: 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; text-decoration: underline; }
.catalog_item_tag:hover { color: #FF3131; }

.catalog_goods { display: grid; grid-template-columns: 1fr 3fr; }
.catalog_goods_filter_series { padding: 30px 24px; }
.catalog_goods_filter_series_title { font-weight: 700; font-size: 16px; margin-bottom: 18px; }
.catalog_goods_filter .accordion { margin-bottom: 20px; padding: 10px 0; border: 1px solid rgba(0, 0, 0, 0.20); }
.catalog_goods_filter .accordion-item { border: 0; }
.catalog_goods_filter .accordion-button { padding: 20px 0; margin: 0 24px; color: #000; box-shadow: none; background: transparent; width: calc(100% - 48px); }
.catalog_goods_filter .accordion-body { padding: 0 24px; }
.catalog_goods_filter .accordion-body .accordion-body_item { padding: 8px 20px; font-weight: 700; display: block; font-size: 14px; color: #000;}
.catalog_goods_filter .accordion-body .accordion-body_item:hover {color: #FF3131;}
.catalog_goods_filter .accordion-body .accordion-body_item.active {pointer-events: none; color: #FF3131;}
.catalog_goods_list { display: grid; margin-left: 30px; grid-template-columns: 1fr 1fr 1fr; grid-gap: 30px; margin-bottom: 50px; align-self: start; }
.catalog_goods_item { position: relative; box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.12); height: max-content; }
.catalog_goods_item>a, .catalog_goods_item>a { text-decoration: none; color: unset; }
.catalog_goods_item:hover, .catalog_goods_item:focus { text-decoration: none; color: unset; }
.catalog_goods_item:hover>a, .catalog_goods_item:focus>a { text-decoration: none; color: unset; }
.catalog_goods_item_img { width: 100%; }
.catalog_goods_item_title { line-height: 1; padding: 0 0px 5px 20px; color: #000 }
.catalog_goods_item_desc { padding: 0 0px 37px 20px; color: #000 }
.catalog_goods_item_link { position: absolute; opacity: 0; transition: .3s; width: 60px; height: 60px; background-color: #FF3131; display: flex; align-items: center; justify-content: center; right: 0; bottom: 0; }
.catalog_goods_item:hover .catalog_goods_item_link { opacity: 1; transition: .3s; }
.catalog_goods_filter .accordion-item:not(:last-child) .accordion-button:not(.collapsed) { border-bottom: 0px solid rgba(0, 0, 0, 20%); }
.catalog_goods_filter .accordion-item:not(:last-child) .accordion-button { border-bottom: 1px solid rgba(0, 0, 0, 20%); }
.catalog_goods_filter .accordion-button::after { background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS43MDcxMSAxLjcwNzExQzEwLjA5NzYgMS4zMTY1OCAxMC4wOTc2IDAuNjgzNDE5IDkuNzA3MTEgMC4yOTI4OTNDOS4zMTY1OCAtMC4wOTc2MzEgOC42ODM0MiAtMC4wOTc2MzEgOC4yOTI4OSAwLjI5Mjg5M0w1IDMuNTg1NzlMMS43MDcxMSAwLjI5Mjg5NUMxLjMxNjU4IC0wLjA5NzYzMSAwLjY4MzQxOCAtMC4wOTc2MzEgMC4yOTI4OTQgMC4yOTI4OTVDLTAuMDk3NjMxMiAwLjY4MzQxOSAtMC4wOTc2MzEyIDEuMzE2NTggMC4yOTI4OTQgMS43MDcxMUw0LjI5Mjg5IDUuNzA3MTFDNC42ODM0MiA2LjA5NzYzIDUuMzE2NTggNi4wOTc2MyA1LjcwNzExIDUuNzA3MTFMOS43MDcxMSAxLjcwNzExWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==") center no-repeat; }
.catalog_goods_filter .accordion-button:not(.collapsed)::after { background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4yOTI4OTQgNC4yOTI4OUMtMC4wOTc2MzEzIDQuNjgzNDIgLTAuMDk3NjMxNCA1LjMxNjU4IDAuMjkyODkzIDUuNzA3MTFDMC42ODM0MTcgNi4wOTc2MyAxLjMxNjU4IDYuMDk3NjMgMS43MDcxMSA1LjcwNzExTDUgMi40MTQyMUw4LjI5Mjg5IDUuNzA3MTFDOC42ODM0MiA2LjA5NzYzIDkuMzE2NTggNi4wOTc2MyA5LjcwNzExIDUuNzA3MTFDMTAuMDk3NiA1LjMxNjU4IDEwLjA5NzYgNC42ODM0MiA5LjcwNzExIDQuMjkyODlMNS43MDcxMSAwLjI5Mjg5M0M1LjMxNjU4IC0wLjA5NzYzMTQgNC42ODM0MiAtMC4wOTc2MzE0IDQuMjkyODkgMC4yOTI4OTJMMC4yOTI4OTQgNC4yOTI4OVoiIGZpbGw9IiNGRjMxMzEiLz4KPC9zdmc+Cg==") center no-repeat; transform: rotate(0deg); }
.catalog_goods_tags { margin-left: 30px; margin-bottom: 20px; display: flex; flex-wrap: wrap; }
.catalog_goods_tag { cursor: pointer; border: 1px solid #000; padding: 14px 16px; transition: .3s; margin: 0 10px 10px 0; font-size: 14px; font-weight: 700; color: #000; }
.catalog_goods_tag.active { color: #fff; background-color: #000; transition: .3s; }
.catalog_goods_tag:hover { color: #fff; background-color: #000; transition: .3s; }

.catalog_detail_wrapper { display: flex; }
.catalog_detail_wrap { width: calc(50% - 15px); margin-bottom: 70px; }
.catalog_detail_wrap:nth-child(1) { margin-right: 30px; }
.catalog_detail_wrap .owl-dots { position: absolute; left: 0; right: 0; margin: auto; width: max-content; bottom: 20px; }
.catalog_detail_wrap .owl-dot { transition: .3s; background: rgba(0, 0, 0, 0.2) !important; width: 10px; height: 10px; margin-right: 10px; }
.catalog_detail_wrap .owl-dot.active { transition: .3s; background: #FF3131 !important }
.catalog_detail_wrap_title { margin-bottom: 20px; }
.catalog_detail_wrap_table { display: grid; grid-template-columns: 1fr 2fr; font-size: 14px; grid-gap: 12px 0; margin-bottom: 30px; }
.catalog_detail_wrap .btn-red { text-transform: uppercase; display: flex; align-items: center; }
.catalog_detail_wrap .btn-red svg { margin-left: 16px; }
.catalog_detail_wrap_table_title { font-weight: 700; }
.catalog_detail_wrap_table_desc { opacity: .7; }
.catalog_detail_wrap_files { display: flex; gap: 40px; }
.catalog_detail_wrap_head { margin-top: 30px; padding-top: 30px; margin-bottom: 30px; border-top: 1px solid rgba(0, 0, 0, 0.2); }
.catalog_detail_wrap_file { display: flex; color: #000; }
.catalog_detail_wrap_file:hover { color: #FF3131; }
.catalog_detail_wrap_file_img { margin-right: 12px; }
.catalog_detail_wrap_file_title { font-weight: 700; }
.catalog_detail_wrap_file_desc { font-size: 14px; }
.catalog_detail_tabs { padding: 70px 0; position: relative; margin-bottom: 70px; }
.catalog_detail_tabs .nav { border: 0px; }
.catalog_detail_tabs .nav-link { font-weight: 700; border: 0; text-transform: uppercase; color: #000; padding: 12px 0px 12px 0px; margin-right: 30px; }
.catalog_detail_tabs .nav-link.active { color: #FF3131; background: transparent; position: relative; }
.catalog_detail_tabs .nav-link.active::after { background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDE2IDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00Ljk2Nzc4ZS0wNyAyLjIyNTE2ZS0wN0wxNiA0Ljc2ODM3ZS0wN0w4IDVMNC45Njc3OGUtMDcgMi4yMjUxNmUtMDdaIiBmaWxsPSIjRkYzMTMxIi8+Cjwvc3ZnPgo='); width: 16px; height: 5px; display: block; position: absolute; left: 0; right: 0; bottom: -5px; margin: auto; transition: .3s }
.catalog_detail_tabs .nav-link.active::before { position: absolute; width: 100%; height: 3px; background: #FF3131; bottom: 0; transition: .3s }
.catalog_detail_tabs .nav-link::after { content: ''; transition: .3s; background: none }
.catalog_detail_tabs .nav-link::before { content: ''; transition: .3s; background: none }
.catalog_detail_tabs .tab-content { margin-top: 38px; }
.catalog_detail_tabs .tab-pane ul { list-style: none; padding-left: 0; }
.catalog_detail_tabs .tab-pane li { position: relative; padding-left: 26px; line-height: 1; margin-bottom: 20px; }
.catalog_detail_tabs .tab-pane li::before { content: ''; position: absolute; width: 10px; height: 10px; background: #FF3131; left: 0; top: 0; bottom: 0; margin: auto; }
.catalog_detail_tabs::before { content: ''; position: absolute; height: 100%; width: 100vw; left: 50%; margin-left: -50vw; background: #F8F8F8; z-index: -1; top: 0; }
.catalog_detail_tabs_gallery { grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 20px; margin-top: 38px; }
.catalog_detail_tabs_gallery>a { display: flex; }
.catalog_detail_tabs_gallery.owl-carousel {display: none;}
.catalog_detail_tabs_gallery:not(.owl-carousel) {display: grid;}

.tab-pane_title.gallery {display: none;}

.catalog_variants { margin-bottom: 200px; }
.catalog_variants .owl-carousel.owl-drag .owl-item:not(.active) { opacity: 0; transition: .3s; }
.catalog_variants .owl-carousel.owl-drag .owl-item.active { opacity: 1; transition: .3s; }
.catalog_variants .owl-carousel { margin-top: 30px; }
.catalog_variants .owl-carousel .owl-nav { position: absolute; top: 0; bottom: 0; margin: auto; height: max-content; width: 110%; display: flex; justify-content: space-between; left: -5%; }
.catalog_variants .owl-carousel .owl-nav button { width: 50px; height: 50px; border: 2px solid #000; transition: .3s; }
.catalog_variants .owl-carousel .owl-nav button:hover { border: 2px solid #FF3131; transition: .3s; }
.catalog_variants .owl-carousel .owl-nav button:hover svg path { fill: #FF3131; transition: .3s; }
.catalog_variants .owl-carousel .owl-nav button svg path { fill: #000; transition: .3s; }

.catalog_detail_tabs_gallery.owl-carousel .owl-nav { margin: auto; height: max-content; width: max-content; display: flex; justify-content: space-between; gap: 20px; margin-top: 20px;}
.catalog_detail_tabs_gallery.owl-carousel .owl-nav button { width: 50px; height: 50px; border: 2px solid #000; transition: .3s; }
.catalog_detail_tabs_gallery.owl-carousel .owl-nav button:hover { border: 2px solid #FF3131; transition: .3s; }
.catalog_detail_tabs_gallery.owl-carousel .owl-nav button:hover svg path { fill: #FF3131; transition: .3s; }
.catalog_detail_tabs_gallery.owl-carousel .owl-nav button svg path { fill: #000; transition: .3s; }
.catalog_detail_tabs_gallery.owl-carousel .item { box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.12); min-height: 275px; }

.catalog_variant_title { padding: 20px 0 0 20px  col}
.catalog_variant_desc { opacity: .7; padding-left: 20px; }

.catalog_pagination { display: flex; justify-content: center; margin-bottom: 200px; }
.catalog_pagination a { color: unset; }
.catalog_paginaton_item { width: 50px; background: transparent; font-size: 16px; transition: .3s; height: 50px; display: flex; align-items: center; cursor: pointer; justify-content: center; margin-right: 10px; }
.catalog_paginaton_item:hover { background: #FF3131; transition: .3s; color: #FFF;}
.catalog_paginaton_item.active { background: #FF3131; color: #FFF;}

.styled-input-single .color_block { width: 30px; height: 30px; border-radius: 2px; border: 1px solid #F2EBE3; }
.styled-input-single { position: relative; padding: 6px 0 6px 40px; text-align: left; }
.styled-input-single label { cursor: pointer; display: flex; gap: 1rem; align-items: center; font-size: 14px; font-weight: 700; }
.styled-input-single label:before, .styled-input-single label:after { content: ""; position: absolute; top: 0; bottom: 0; margin: auto; }
.styled-input-single label:before { left: 0; width: 25px; height: 25px; background: transparent; border: 1px solid #FF3131; }
.styled-input-single label:after { left: 5px; width: 15px; height: 15px; opacity: 0; background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuOTM4NjkgMTBMMCA2LjAwMzg2TDEuNzk0OTMgNC4xODI3NUwzLjkzODY5IDYuMzY0MjJMMTAuMjA1MSAwTDEyIDEuODIxMTFMMy45Mzg2OSAxMFoiIGZpbGw9IiNGRjMxMzEiLz4KPC9zdmc+Cg==') center no-repeat; transition: 0.3s; }
.styled-input-single input[type=checkbox] { position: absolute; top: 0; left: -9999px; visibility: hidden; }
.styled-input-single input[type=checkbox]:checked+label:after { opacity: 1; }
.styled-input-single input[type=checkbox]:checked+label:before { opacity: 1; }
.styled-input--square label:before, .styled-input--square label:after { border-radius: 0; }

.modal-md { max-width: 650px; }
.modal-body { padding: 60px 84px; }
.modal_header .close { width: 20px; cursor: pointer; height: 20px; position: absolute; right: 40px; top: 40px; }
.modal_header .btn-red { text-transform: uppercase; width: 100%; }
.modal_header .h5 { margin-bottom: 30px; }
.modal_header .h5 a { color: #000; text-decoration: underline; }
.modal_header .h5 a:hover { color: #FF3131; text-decoration: underline; }
.modal_header input { padding: 14px 20px; line-height: 1; margin-bottom: 20px; }
.modal_header label { font-weight: 700; margin-bottom: 6px; }
.modal_header { display: flex; flex-direction: column; }
.modal_header textarea { padding: 14px 20px; height: 90px; margin-bottom: 16px; }
.modal_header_goods { display: flex; align-items: center; margin-top: 24px; margin-bottom: 30px; }
.modal_header_goods_img img { height: 100px; }
.modal_header_goods_text { margin-left: 30px; }
.modal_header_goods_title { font-size: 16px; font-weight: 700; }
.modal_header_goods_desc { font-size: 14px; opacity: .7; }

/* Адаптация */

@media (max-width: 1400px) { 
   header .header_info_item svg { margin-right: 6px; }
   footer .footer_info_item { width: 160px; text-align: center; }
   .mod_banner { height: 750px; }
   .mod_banner .car { transform: scale(0.8); bottom: -100px; left: 10%; animation: animation-car-1400 1s ease-in-out; }
   .mod_provider { padding: 100px 0 100px 0; }
   .mod_benefits { padding-bottom: 80px; }
   .mod_benefits_title { padding-top: 100px; padding-bottom: 50px; }
   .mod_fos .rock { width: 140vw; }
   .mod_fos.no_anim .rock {left: -11%;}
   .mod_map { padding-bottom: 100px; }
   .mod_why { padding-bottom: 250px; }
   .mod_slider { padding-top: 100px; }
   .slider .slider__inner { height: 800px; }
   .slider .slider__controls { bottom: 100px; }
   .catalog_item_img { margin-right: 60px; }
   .catalog_item_title { margin-bottom: 16px; }
   .catalog_item_desc { margin-bottom: 16px; }
   .catalog_item_tag { margin-bottom: 10px; margin-right: 20px; }
   .mod_contacts_item { width: 350px; }
   .catalog_goods { display: grid; grid-template-columns: 1fr 3fr; }
   .catalog_goods_item_link svg { height: 13px; width: 13px; }
   .catalog_goods_item_link { width: 40px; height: 40px; }
   .mod_provider_item .mod_provider_item_full { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
   
}

@media (max-width: 1200px) { 
   header .header_info_item.tel, header .header_info_item.time, header .header_info_item.mail, header .header_info_item.slogan, header .header_info_item.btns { display: none; }
   header .header_menu { display: none; }
   header .header_info_item.menu .btn-black { margin-right: 16px; font-size: 16px; }
   header .header_info_item.menu { display: flex; align-items: center; }
   footer .footer_menu { flex-direction: column; text-align: center; gap: 10px; }
   footer .author { flex-direction: column-reverse; text-align: center; gap: 8px; }
   footer .author span { font-size: 12px; }
   footer .author a { font-size: 12px; }
   .mod_banner.inner .mod_banner_title { padding-top: 100px; }
   .mod_banner { height: 650px; }
   .mod_banner .car { transform: scale(0.7); bottom: -120px; left: 0%; animation: animation-car-1200 1s ease-in-out; }
   .mod_banner_title { padding-top: 90px; padding-bottom: 30px; }
   .mod_banner_items { padding: 80px 0 80px 0; }
   .mod_partners.brands { padding-top: 100px; }
   .mod_partners.spare { padding-top: 100px; padding-bottom: 80px; }
   .mod_provider { padding: 80px 0 80px 0; }
   .mod_benefits { padding-bottom: 50px; }
   .mod_benefits_title { padding-top: 90px; padding-bottom: 50px; }
   .mod_benefits_item { margin-bottom: 30px; }
   .mod_fos { padding: 100px 0 200px 0; }
   .mod_fos .rock { width: 190vw; }
   .mod_fos.no_anim .imgs { display: none; }
   .mod_fos.no_anim .rock { display: none; }
   .mod_map { padding-top: 110px; padding-bottom: 50px; }
   .mod_why { padding-bottom: 140px; padding-top: 100px; }
   .mod_why .bh { top: 70px; }
   .mod_slider { padding-top: 70px; }
   .catalog_list { padding-bottom: 160px; }
   .catalog_title { padding-top: 115px; padding-bottom: 40px; }
   .catalog_item_img { margin-right: 40px; }
   .catalog_item_desc { font-size: 13px; }
   .catalog_item_tag { font-size: 12px; margin-bottom: 8px; margin-right: 10px; }
   .mod_short_banner_title { margin-bottom: 100px; }
   .mod_contacts { margin-bottom: 100px; }
   .mod_contacts_item { width: 300px; }
   .catalog_goods { grid-template-columns: 1.5fr 3fr; }
   .catalog_goods_list { grid-template-columns: 1fr 1fr; }
   .catalog_detail_tabs { margin-bottom: 50px; padding: 50px 0; }
   .catalog_variants { margin-bottom: 120px; }
   .catalog_variants .owl-carousel .owl-nav { width: 114%; left: -7%; }
   .catalog_variants .owl-carousel .item { min-height: 200px; }
   .mod_provider_item .mod_provider_item_full { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
   .mod_provider_item:hover .mod_provider_item_full { height: 60px; }
   .mod_provider_item_logo { transform: scale(.7); transform-origin: right top }
}

@media (max-width: 992px) { 
   .mod_banner .car { display: none; }
   .mod_banner_items { flex-direction: column; padding-top: 50px; text-align: center; align-items: center; }
   .mod_provider_item_img { width: 100%; }
   .mod_benefits_desc { margin-top: -80px; margin-bottom: 40px; }
   .mod_banner_item_img { margin: 0; margin-bottom: 20px; }
   .mod_banner_item { flex-direction: column; margin-bottom: 20px; }
   .mod_fos .imgs { display: none; }
   .mod_fos .rock { display: none; }
   .mod_fos .h4 { margin-bottom: 24px; }
   .mod_slider { padding-bottom: 70px; }
   .slider .slider__controls { display: none }
   .catalog_list { padding-bottom: 100px; }
   .catalog_item { flex-direction: column; }
   .catalog_item:not(:last-child) { margin-bottom: 40px; }
   .catalog_item_img { margin-right: 0; margin-bottom: 20px; }
   .mod_short_banner_title { margin-bottom: 70px; padding: 100px 0; }
   .mod_contacts { flex-direction: column; margin-bottom: 70px; }
   .mod_contacts_item { width: 100%; margin-bottom: 24px; padding: 24px; }
   .catalog_pagination { margin-bottom: 50px; }
   .catalog_goods_tag { padding: 10px 10px; }
   .catalog_goods_item_link { width: 35px; height: 35px; }
   .catalog_detail_wrapper { flex-direction: column; }
   .catalog_detail_wrap { width: 100%; }
   .catalog_detail_wrap:nth-child(1) { margin: 0; }
   .catalog_title .catalog_title_back { font-size: 16px }
   .catalog_detail_tabs_gallery { grid-template-columns: 1fr 1fr 1fr; }
   .catalog_variants .owl-carousel .owl-nav { position: static; width: max-content; }
   .catalog_variants .owl-carousel .owl-nav button { margin: 20px 10px; }
   .catalog_variants .owl-carousel .item { min-height: 220px; }
   .mod_provider_item:hover .mod_provider_item_full { height: 110px; -webkit-line-clamp: unset; }
   .catalog_detail_tabs_gallery.owl-carousel {display: block;}
   .catalog_detail_tabs_gallery:not(.owl-carousel) {display: none;}
   
   .catalog_detail_tabs .nav {display: none;}
   .tab-content > .tab-pane { display: block; opacity: 1; padding: 5px 20px; }
   .tab-pane_title.gallery { display: block; }
   .catalog_detail_tabs .tab-content { padding: 15px 0; border: 1px solid rgb(0 0 0 / 20%); }
   .catalog_detail_tabs .tab-pane_desc { display: none; }
   .catalog_detail_tabs .tab-pane.active .tab-pane_desc { display: block; }
   .catalog_detail_tabs {padding: 20px 0;}
}

@media (max-width: 768px) { 
   footer .footer_info { flex-direction: column; text-align: center; gap: 30px; }
   footer .footer_info_item { margin: auto; }
   footer .footer_info_item:not(:last-child) { margin: auto; }
   .mod_banner { height: 550px; }
   .mod_banner .rock { bottom: -130px; }
   .mod_provider { padding: 60px 0 80px 0; }
   .mod_why { padding-bottom: 80px; padding-top: 80px; }
   .mod_why::before { height: 150px; }
   .mod_why .bh { left: 0; }
   .mod_why p { margin: 20px 0px 15px 0; }
   .mod_why_title { margin-bottom: 30px; }
   .mod_map_img { position: relative; min-width: 1318px; min-height: 700px; }
   .mod_map_img_point { position: absolute; width: 50px; height: 66px; }
   .mod_map_img_point svg { position: absolute; width: 100%; height: 100%; }
   .mod_map_over { height: 500px; }
   .catalog_item_img { min-width: unset; }
   .catalog_item_desc { font-size: 14px; }
   header .header_breadcrumbs_item { font-size: 16px; }
   .catalog_title { font-size: 1.9rem; }
   .catalog_goods { grid-template-columns: 1fr; }
   .catalog_goods_filters { display: flex; justify-content: space-between; }
   .catalog_goods_filter { width: 48%; }
   .catalog_goods_list { margin: 32px 0 50px 0; }
   .catalog_goods_tags { margin: 20px 0 0 0; }
   .catalog_detail_wrap { margin-bottom: 50px; }
   .catalog_detail_wrap_files { flex-direction: column; }
   .catalog_detail_tabs_gallery { grid-template-columns: 1fr 1fr; }
   .catalog_variants { margin-bottom: 80px; }
   .modal-body { padding: 40px 24px; }
   .mod_provider_item:hover .mod_provider_item_full { height: 90px; -webkit-line-clamp: 6; }
   .mod_map_contants {height: 350px;}
}

@media (max-width: 576px) { 
   header .header_info_item.menu .btn-black { padding: 7px 9px; margin-right: 10px; }
   footer .logo { margin: 24px auto 70px; }
   .container { padding: 0 16px; }
   .mod_banner_title .h2 { font-size: 1.5rem; margin-bottom: 1rem; }
   .mod_banner_title .h1 { font-size: 2rem; }
   .mod_provider_title { font-size: 2rem; }
   .mod_provider_item_text { bottom: 20px; left: 20px; }
   .mod_provider_item_desc { font-size: 1rem; }
   .mod_provider_item_logo { height: 50px; }
   .mod_benefits_title { font-size: 2rem; }
   .mod_benefits_item { flex-direction: column; text-align: center; }
   .mod_benefits_item_img { margin: 0 0 20px 0; }
   .mod_map { padding-top: 60px; padding-bottom: 0px; }
   .mod_map .mod_map_title { font-size: 1.4rem; margin-bottom: 30px; text-align: center; }
   .mod_partners { padding-bottom: 80px; padding-top: 100px; }
   .mod_partners .owl-nav { margin-top: 30px; }
   .mod_partners_title { font-size: 1.5rem; margin-bottom: 40px; }
   .mod_slider .mod_slider_title { margin-bottom: 40px; }
   .mod_slider .mod_slider_title .h2 { font-size: 2rem; }
   .catalog_item_img .link { padding: 16px; }
   .catalog_item_img_logo { transform: scale(0.7); transform-origin: right top; }
   .catalog_goods_filters { display: block; }
   .catalog_goods_filter { WIDTH: 100%; }
   .catalog_goods_list { grid-template-columns: 1fr; }
   .catalog_detail_tabs_gallery { grid-template-columns: 1fr; }
   .modal_header input { padding: 10px 14px; }
   .modal_header textarea { padding: 10px 14px; }
   .modal_header_goods { flex-direction: column; align-items: self-start; }
   .modal_header_goods_text { margin: 0; }
   .mod_provider_item:hover .mod_provider_item_full { height: 0px; -webkit-line-clamp: 6; }
   header .header_info_item svg {width: 90px;}
   .catalog_detail_tabs_gallery.owl-carousel .item {min-height: unset;}
}

@media (max-width: 400px) { .mod_why .items { flex-direction: column; text-align: center; gap: 30px; } }

/* Анимации */ 

@keyframes animation-car-blur { from { opacity: 0; } to { opacity: 1; } }
@keyframes animation-car { from { left: 0; } to { left: 19%; } }
@keyframes animation-car-1400 { from { left: 0; } to { left: 10%; } }
@keyframes animation-car-1200 { from { left: -20px; } to { left: 0; } }
@keyframes animation-fos-car { from { left: 0%; } to { left: -180px; } }
