@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-Black.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-Light.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-Italic.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-ThinItalic.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-Thin.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-Medium.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets-h/fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('/assets-h/fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Montserrat', serif;
}

:root {
    --gray: #828282;
    --dark: #333;
    --green: #4CAF50;
    --blue: #1C8ADB;
    --orange: #C70000;
    --white: #fff;
}

.admessage {display:none}

a {
    text-decoration: none;
}
button{cursor: pointer; border: 0;}
button::-moz-focus-inner{padding: 0;border: 0;}

body {
    font-family: 'Montserrat', serif;
    font-weight: 400;
    font-size: 15px;
}

svg {
    max-width: 24px;
    max-height: 24px;
    display: block;
}

img {
    max-width: 100%;
    display: block;
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 15px;
}
.wrapper_slde {
    padding: 0;
}
/* @media (max-width: 1024px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
} */

.center {
    text-align: center;
}

/* Buttons */
.btn {
    background: none;
    border: 2px solid var(--white);
    display: inline-flex;
    align-items: center;
    padding: 14px 30px;
    border-radius: 3px;
    transition: .3s;
    cursor: pointer;

    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}
.btn.default {
    border: 0;
    padding: 0;
    border-radius: 0;
}
.btn.btn--orange {
    border: 2px solid #C70000;
    background-color: #C70000;
    color: var(--white);
}
.btn.btn--orange:hover {
    background-color: #fff;
    color: #C70000;
}
.btn.btn--orange.outer {
    background: none;
    color: #C70000;
}
.btn.btn--orange.outer:hover {
    background-color: #C70000;
    color: white;
}

.btn.btn--red {
    border: 2px solid #C70000;
    background-color: #C70000;
    color: #fff;
}
.btn.btn--red:hover {
    background-color: #C70000;
    color: #fff;
}
.btn.btn--red.outer {
    background: none;
    color: #C70000;
}
.btn.btn--red.outer:hover {
    background-color: #C70000;
    color: white;
}

/* Header */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

    padding-top: 26px;
    padding-bottom: 26px;
}
.header-logo {
    display: flex;
    align-items: center;
}
.header-logo--img {
    width: 200px;
    height: 58px;
    display: block;
    margin-right: 18px;
    background: url('/assets-h/img/header-logo.svg') no-repeat 50% 50% / contain;
    transition: .3s;
}
.header-logo--img:hover {
    transform: scale(1.1) rotateZ(-5deg);
}
.header-logo--descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    color: var(--gray);
    max-width: 108px;
    padding-top: 10px;
}
.header-dealers {
    display: flex;
    align-items: center;

    font-weight: 400;
    font-size: 15px;
    line-height: 125%;
    text-decoration-line: underline;
    color: var(--dark);
}
.header-dealers img {
    margin-right: 7px;
    margin-bottom: 10px;
}
.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.icon-contacts {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;  
    transition: .3s;
}
.icon-contacts img {
    max-width: 17px;
}
.icon-contacts:hover {
    transform: scale(1.15);
}
.icon-contacts.--whatsapp {
    background-color: var(--green)
}
.icon-contacts.--telegram {
    background-color: var(--blue);    
}

.header-contacts {
    display: flex;
    align-items: center;
    gap: 60px;
}
.header-contacts--phone {
    /* margin-left: 40px; */
}
.header-contacts--callTime {
    position: relative;
    margin-bottom: 5px;

    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    color: var(--gray);
}
.header-contacts--callTime::before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
    border-radius: 50%;
    background-color: var(--green);
    animation: pulsed infinite 1.5s;
}
.header-contacts--phoneNumber {
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    color: var(--dark);
    text-decoration: none;
}

@keyframes pulsed {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Top Menu */
.header-menu {
    background-color: #2E3235;
    padding: 25px 0;
}
.h-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-menu__li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    transition: .3s;
}
.h-menu__li.--dropdown::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    border: 1px solid white;
    border-left: none;
    border-top: none;
    width: 5px;
    height: 5px;
    transition: .3s;
    transform: rotateZ(45deg);
    margin-top: -3px;
}
.h-menu__li:hover.--dropdown::after {
    transform: rotateZ(-135deg);
    margin-top: 0;
}
.h-menu__li:hover .h-menu__link {
    border-bottom: 1px solid var(--white);
}
.h-menu__li.--dropdown:hover .dropdown__list {
    visibility: visible;
    opacity: 1;
    height: auto;
    pointer-events: inherit;
}
.h-menu__link {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--white);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: .3s;
}
.h-menu__link:hover {
    text-shadow: 0 0 1px var(--white), 
                 0 0 1px var(--white),
                 0 0 1px var(--white);
    border-bottom: 1px solid var(--white);
}
.dropdown__list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 400;
    padding: 5px 15px 10px;
    background-color: var(--dark);
    box-shadow: 0 0 15px rgba(0,0,0,.5);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .3s;
}
.dropdown__list--li {
    list-style: none;
    margin-bottom: 5px;
}
.dropdown__list--li:last-child {
    margin-bottom: 0;
}
.dropdown__list--link {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: white;
    text-decoration: none;
}
.dropdown__list--link:hover {
    text-decoration: underline;
}

.burger-menu {
    background: url(/assets-h/img/burger-menu.svg) no-repeat center / cover;
    width: 40px;
    height: 40px;
    display: none;
}


/* Head Slider */
.mySwiper {
    width: 100%;
}
.mySwiper .swiper-slide {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 140px;
}
.mySwiper .slide-bg-1 {
    background: url('/assets-h/img/slider-bg.png') no-repeat 0 0 / cover;
}
.mySwiper .slider-logo {
    background: url('/assets-h/img/slider-logo.svg') no-repeat;
    width: 100%;
    height: 131px;
    display: block;
    background-size: contain;
    margin-bottom: 30px;
}
.mySwiper .swiper-slide.--patch-cross {
    background: url('/assets-h/img/patch-cross.jpg') no-repeat 50% 50% / cover;
    min-height: 800px;
    display: flex;
    padding-bottom: 60px;
}
.mySwiper .slider-text {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 30px;
}
.mySwiper .slider-text__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.mySwiper .slider-text__list {
    position: relative;
    margin-bottom: 10px;
}
.mySwiper .slider-text__list::before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 1px;
    margin-right: 14px;
}
.mySwiper .btn {
    width: 260px;
    height: 80px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    justify-content: center;
}
.mySwiper .slider-vehicle {
    background: url('/assets-h/img/slider-vehicle.png') no-repeat 50% 100% / contain;
    width: 100%;
    height: 280px;
    display: none;
}

.patch-cross__start {
    display: flex;
    flex-direction: column;
 }
 .patch-cross__start .patch-cross__h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
    color: #fff;
 }
 .patch-cross__start .patch-cross__img {
    margin-bottom: 30px;
 }
 .patch-cross__start .patch-cross__waranty {
    background: url('/assets-h/img/patch-cross__waranty.svg') no-repeat;
    width: 222px;
    height: 45px;
    display: block;
 }
 .mySwiper .patch-cross__start .btn {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    width: 100%;
 }
 .patch-cross__start .patch-cross__btn {
    display: none;
 }
 .get-info {
    display: block;
 }


 .get-info {
    background: #2E3235;
    border-radius: 2px;
    padding: 30px;
    margin-top: -75px;
    position: relative;
    z-index: 10;
    height: 150px;
    color: #fff;
 }
 .get-info .get-info__form {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
 }
 .get-info .form-control {
    flex-grow: 1;
 }
 .get-info input[type="text"]  {
    background-color: #fff;
    border-radius: 3px;
    height: 60px;
    border: none;
    padding: 0 18px;
    width: 100%;
 }
 .get-info .btn {
    font-size: 15px;
    line-height: 18px;
    padding: 0;
    height: 60px;
 }


/* Description */
.description {
    min-height: 920px;
    background:#2E3235 url('/assets-h/img/section-bottom.svg') no-repeat 50% 100% / contain;
    padding-top: 126px;
}

.box-info {
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 22% 27% 1fr 1fr;
    /* grid-template-columns: 30% 50%; */
    margin-bottom: 100px;
}
.box-info__item {
    border-right: 1px solid var(--white);
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.box-info__item:first-child {
    padding-left: 0;
}
.box-info__item:last-child {
    border: none;
    padding-right: 0;
}
.box-info__img {
    margin-right: 20px;
    width: 50px;
    height: 50px;
}
.box-info__img img {
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
}
.box-info__text {
    font-weight: 600;
    font-size: 15px;
    line-height: 125%;
    color: var(--white);
}

.description .description-head {
    color: var(--white);
}
.description-head {
    margin-bottom: 45px;
}
.description-head .description-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.description-head .description-title .num {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: var(--gray);
}

.description-head .description-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
}
.description-head_indent {
    margin-bottom: 10px;
}
.description-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px
}
.description-item {
    position: relative;
    max-width: 570px;
    height: 300px;
    transition: .3s;
    border-radius: 2px;
    overflow: hidden;
}
.description-item:hover {
    transform: scale(1.05);
}
.description-item::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}
.description-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.description-item__text {
    position: absolute;
    left: 30px;
    bottom: 25px;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: var(--white);
    z-index: 1;
}

/* Excellence */
.excellence {
    background: var(--white) url('/assets-h/img/section-bottom2.svg') no-repeat 50% 100% / contain;
    padding-top: 95px;
    padding-bottom: 95px;
    margin-bottom: -1px;
}
.models {
    /* background: var(--white) url('/assets-h/img/section-bottom2.svg') no-repeat 50% 100% / contain;
    padding-top: 95px;
    padding-bottom: 95px; */
}
.models2 {
    margin-bottom: 100px;
}

.excellence-box {
    min-height: 620px;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    position: relative;
    z-index: 1;
}
.excellence-col {
    max-width: 370px;
}
.excellence-col:nth-child(2) {
    width: 100%;
    overflow: hidden;
}
.excellence-box__img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -2%;
    top: 0;
    z-index: -1;
    object-fit: cover;
    opacity: .3;
}

.excellence-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}
.excellence-item:last-child {
    margin-bottom: 0;
}
.excellence-item__img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    position: relative;
    flex-shrink: 0;
}
.excellence-item__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
}
.excellence-item__text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 125%;
}

.excellence-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 70px;
}
.excellence-top__item {
flex-grow: 1;
max-width: 270px;

}
.excellence-top__item--img {
    width: 255px;
    height: 210px;
    margin-bottom: 25px;
    transition: .5s;
    position: relative;
}
.excellence-top__item--img:hover {
    /* transform: scale(2); */
}
.excellence-top__item--img img {
    width: 100%;
    height: 100%;
}
.excellence-top__item--name {
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    color: var(--dark);
    max-width: 80%;
    margin-bottom: 10px;
}
.excellence-top__item--price {
    font-weight: 400;
    font-size: 15px;
    line-height: 125%;
    color: var(--gray);
    margin-bottom: 20px;
}
.excellence-top__item--more {
    font-weight: 600;
    font-size: 15px;
    line-height: 125%;
    color: var(--gray);
    text-decoration: underline;
    transition: .3s;
    display: inline-block;
    background: url('/assets-h/img/arrow-gray.svg') no-repeat 100% 60%;
    padding-right: 20px;
}
.excellence-top__item--more:hover {
    color: #C70000;
    background-image: url('/assets-h/img/arrow-orange.svg');
}

/* About */
.about {
    background: #2E3235;
    padding-top: 120px;
    padding-bottom: 80px;
    margin-bottom: 50px;
}
.about-brand {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}
.about-text {
    max-width: 535px;
}
.about-text__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: var(--white);
    margin-bottom: 20px;
}
.about-text__img {
    max-width: 480px;
    width: 100%;
    max-height: 120px;
    margin-bottom: 40px;
}
.about-text__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    color: var(--white);
}
.about-video {
    /* max-width: 570px; */
    width: 570px;
    height: 315px;
    /* max-height: 315px; */
    overflow: hidden;
    border-radius: 2px;
}
.video-frame {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    transition: .3s;
}
.video-frame:hover img, .video-frame:hover .video-play {
    transform: scale(1.1);
}
.video-frame::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.video-frame img {
    width: 100%;
    height: 100%;
    display: block;
    transition: .3s;
}
.video-details {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--white);
}
.video-play {
    background: url('/assets-h/img/video-play.svg') no-repeat 50% 50% / contain;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    cursor: pointer;
    transition: .3s;
    flex-shrink: 0;
    display: block;
}
.video-timecode {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.video-name {
    width: 100%;
}

.about-brand-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
    flex-wrap: wrap;
}
.about-brand__item {
    color: var(--white);
    max-width: 33.33%;
    align-items: stretch;
    align-items: flex-start;
}
.about-brand__item--img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.about-brand__item--img img {
    width: 100%;
    height: 100%;
}
.about-brand__item--title {
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    flex-grow: 1;
    display: inline-block;
    vertical-align: middle;
}
.about-brand__item--descr {
    width: 100%;
    margin-top: 18px;
    font-weight: 400;
    font-size: 15px;
    line-height: 125%;
}
@media (max-width: 1024px) {
    .about-video {
        max-width: none;
        width: 100%;
        max-height: none;
        margin-bottom: 40px;
    }
    .about-brand__item {
        max-width: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .about-brand__item br {
        display: none;
    }
}

.about-quote {
    text-align: center;
    position: relative;
    padding: 40px 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 125%;
    color: var(--white);
    transition: .3s;
}
.about-quote:hover {
    transform: scale(1.1);
    color: #C70000;
}
.about-quote:hover::after,
.about-quote:hover::before {
    background-color: #C70000;
    height: 10px;
}
.about-quote::before,
.about-quote::after {
    content: '';
    position: absolute;
    max-width: 500px;
    width: 100%;
    height: 2px;
    background: var(--white);
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
.about-quote::before {
    top: 0;
}
.about-quote::after {
    bottom: 0;
}

.about-quote--dop {
    /* margin-top: -50px;
    margin-bottom: 110px; */
    background: #009199;
    border-radius: 2px;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    text-transform: uppercase;
    color: #fff;
}

.about.--dop {
    padding-bottom: 0;
    margin-bottom: 110px;
}
.about.--dop .about-brand-info {
    margin-bottom: 50px;
}
.about.--dop .about-text {
    max-width: 545px;
}
.about.--dop .about-brand__item--title {
    font-size: 18px;
    line-height: 22px;
}
.about.--dop .about-text__img {
    margin-bottom: 32px;
}
.about.--dop .about-text__info {
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
    color: #fff;
    margin-bottom: 32px;
}
.about.--dop .about-text__descr {}


/* <section class="news"> */

.news {
    margin-bottom: 60px;
}
.news .description-head {
    margin-bottom: 40px;
}
.news__head-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 10px;
}

.news__head-box .description-title {
    margin-bottom: 0;
}

.description-btn__link {
    font-weight: 600;
    font-size: 15px;
    color: var(--gray);
    padding: 15px 28px;
    border: 2px solid var(--gray);
    border-radius: 3px;
    transition: .3s;
}
.description-btn__link:hover {
    background: var(--gray);
    color: var(--white);
}
.news-box {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 30px;
}
.news-box__item {
    flex-grow: 1;
    width: 270px;
    flex-shrink: 0;
    transition: .4s;
}
.news-box__item:hover {
    width: 500px;
}
.news-box__cover {    
    margin-bottom: 26px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.news-box__img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}
.news-box__img:hover {
    transform: rotateZ(2deg);
}
.news-box__item:first-child {
    /*width: 570px;*/
}

.news-box__date {
    font-size: 12px;
    color: var(--gray);
    margin-bottom: 10px;
}
.news-box__title {
    font-weight: 600;
    font-size: 18px;
    color: var(--dark);
    margin-bottom: 20px;
    height: 70px;
    max-width: 400px;
}
.news-box__title_two {
    width: 200px;
}
.news-box__title_three {
    width: 200px;
}
.news-box.--dop .excellence-top__item--more:hover,
.excellence-top.--dop .excellence-top__item--more:hover {
    color: #C70000;
    background-image: url('/assets-h/img/arrow-red.svg');
}



/* help */

.help {
    margin-bottom: 110px;
}
.help__img {
    position: relative;
	width: 100%;
    height: 495px;
	object-fit: cover;
}
.help__img-mobi {
    display: none;
    max-width: 100%;
	object-fit: cover;
}
.help-box {
    position: absolute;
    top: 30px;
    left: 60px;
}
.description-head_white {
    max-width: 540px;
    color: var(--white); 
    margin-bottom: 40px;   
}


.help-form__input {
    font-size: 18px;
    color: var(--gray);
    background: var(--white);
    padding: 29px 0 29px 26px;
    margin-right: 20px;
    border-radius: 3px;
    border: none;
    width: 300px;
}
/* margin-bottom: 20px;*/
   
.help-form__btn {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    background: #C70000;
    padding: 27px 0;
    border-radius: 3px;
    border: 2px solid transparent;    
    transition: .3s;
    margin-bottom: 16px;
    width: 330px;
}
.help-form__btn:hover {
    color: #C70000;
    border: 2px solid #C70000;
    background: var(--white);
}
.help-form__check {
    font-size: 12px;
    color: var(--white);
}
.help-form__doc {
    color: var(--white);
    text-decoration-line: underline;
}

/* <section class="addresses"> */

.addresses {
    margin-bottom: 120px;
}

.addresses-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 56px;
}
.addresses-box__item:nth-child(3) {
    width: 285px;
}
.addresses-box__city {
    font-weight: 600;
    font-size: 18px;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.addresses-box__city::before {
    content: '';
    display: block;
    background: url(/assets-h/img/location.svg) no-repeat;
    width: 15px;
    height: 15px;
}
.addresses-box__address {
    font-size: 15px;
    color: var(--dark);
}
.contacts {
    display: flex;
    align-items: center;
    gap: 130px;
    background: #2E3235;
    padding: 30px 20px 30px 60px;
    margin-bottom: 60px;
}
.contacts__tel-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contacts__text {
    color: var(--white);
    font-size: 18px;
}
.contacts__tel {
    font-weight: 700;
    font-size: 20px;
    color: var(--white);
}
.contacts__social-box {
    display: flex;
    gap: 30px;
}
.contacts__social {
    width: 50px;
    height: 50px;
    display: block;
    transition: .3s;
}
.contacts__social:hover {
    transform: scale(1.15);
}
.contacts__social_whatsapp {
    background: url(/assets-h/img/whatsapp-contacts.svg) no-repeat center / cover;
}
.contacts__social_telegram {
    background: url(/assets-h/img/telegram-contacts.svg) no-repeat center / cover;
}
.contacts__btn {
    font-weight: 600;
    font-size: 14px;
    color: var(--white);
    padding: 16px 20px;
    border: 2px solid var(--white);
    border-radius: 3px;
    background: transparent;
    transition: .3s;
}
.contacts__btn:hover {
    color: #2E3235;
    background: var(--white);
}

/* <footer class="footer"> */

.footer {    
    
}
.footer__box-max {
    background: #2E3235;
    border-radius: 2px;
    padding: 53px 0 56px;
    margin-bottom: 1px;
}
.footer__box-min {
    background: #2E3235;
    border-radius: 2px;
    padding: 15px 0 18px;
}
.footer-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
}
.footer-box ul, .footer-box ol {
    padding-left:0;
}
/* .footer-flex {
    display: flex;
    gap: 95px;
} */

.footer-logo__img {
    background: url(/assets-h/img/footer-logo.svg) no-repeat center / contain;
    width: 162px;
    height: 50px;
    display: block;
    transition: .3s;
    margin-bottom: 5px;
}
.footer-logo__img:hover { 
    transform: scale(1.1) rotateZ(-5deg);
}
.footer-logo__descr {
    font-size: 11px;
    color: var(--white);
}
.footer-menu {
    width: 295px;
    margin-left: -50px;
}
.footer-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--white);
    margin-bottom: 20px;
}
.footer-title2 {
    font-weight: 400;
    font-size: 14px;
    color: var(--white);
    margin-bottom: 20px;
}
.footer-title2 a {color:#fff;}
.footer-title2 a:hover {color:#f1f1f1;text-decoration:underline;}

.footer-nav {
    display: flex;
    gap: 49px;
}
.footer-nav__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav__link {
    font-size: 15px;
    color: var(--white);
}
.footer-social {
    display: flex;
    gap: 20px;
    list-style: none;
}

.footer-social__link {
    width: 30px;
    height: 30px;
    display: block;
    transition: .3s;
}
.footer-social__link:hover {
    transform: scale(1.15);
}
.footer-social__link_vk {
    background: url(/assets-h/img/vk.svg) no-repeat center / cover;
}
.footer-social__link_youtube {
    background: url(/assets-h/img/youtube.svg) no-repeat center / cover;
}
.footer-social__link_telegram {
    background: url(/assets-h/img/telegram-contacts.svg) no-repeat center / cover;
}
.footer__tel-text {
    font-size: 15px;
    color: var(--white);
    margin-bottom: 5px;
}
.footer__tel {
    font-weight: 600;
    font-size: 20px;
    color: var(--white);
    margin-bottom: 36px;
}
.footer__btn {
    display: flex;
    margin-top: 20px;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    /* gap: 299px; */
}
.footer__copy {
    font-size: 12px;
    color: var(--white);
}
.footer__doc, .footer__site-map {
    font-size: 12px;
    color: var(--white);
    text-decoration-line: underline;
}
.footer__doc {
    /* margin-right: 410px; */
}


/* ----------------- hisun-tactic.html ----------------- */
.breadcrumbs-box {
    margin: 55px 0;
}
.breadcrumbs {
	display: flex;
	gap: 7px;
	list-style: none;
}
.breadcrumbs__link {
    color: var(--gray); 
    font-size: 12px;
    display: flex;
    gap: 10px;
}
.breadcrumbs__link::before {
    content: '';
    background: url(/assets-h/img/arrow-breadcrumbs.svg) no-repeat center / contain;
    width: 6px;
    height: 6px;
    display: block;
    margin-top: 6px;
    color: var(--gray);
}
.breadcrumbs__link-active {
    font-weight: 600;
    color: var(--gray);
}

.breadcrumbs__item:first-child .breadcrumbs__link::before {
    display: none;
}

/* ------ <section class="product"> ------ */

.product {
    margin-bottom: 82px;
}
.product-grid {
    display: grid;
    column-gap: 60px;
    row-gap: 30px;
    grid-template-rows: 24% 20% 30%;
    grid-template-columns: 50% 45%;
}

.product-grid__item {
    color: var(--dark);
}
.product-grid__item-big {
    grid-row: span 3;
    position: relative;
}
.product-grid__item-big::before {
    content: '';
    background: url(/assets-h/img/hisun-tactic/warranty.png) no-repeat center / cover;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;    
}

/* ----- swiper-product ---- */

.swiper-product {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
}
.swiper-product .swiper-slide {
    height: auto;
}
.swiper-slide .swiper-slide__img-big {
    max-height: 575px;
    height: 100%;
    width: 100%;
    /* margin-bottom: 67px; */
    object-fit: contain;
    object-position: 50% 50%;
}

.swiper-slide__cover {
    border: 1px solid #D1D2D4;
    height: 110px;
}

.swiper-slide__cover img {
    width: 100%;
    max-height: 110px;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}

.swiper-slide-thumb-active {
    border: 1px solid #2E3235;
}


.specifications {
    display: flex;
    gap: 30px;
}
.specifications__item {
    font-weight: 700;
    font-size: 25px;
}

.specifications-subtitle {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.specifications-more {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 0 70px;
}

.specifications-more .spec-item {
    margin-bottom: 10px;
    
}


.product-grid2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-grid__item-big {
    max-width: 600px;
    margin-right: 60px;
}
.product-column {
    flex-grow: 0;
    max-width: 510px;
    gap: 30px 0;
    display: flex;
    flex-direction: column;
    order: 2;
}
.product-grid__item {}



.main-features {
    display: flex;
    gap: 38px;
}
.main-features__list {
/*
    display: flex;
    flex-direction: column;
    gap: 5px;
*/
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.main-features__item {
    font-size: 12px;
    max-width: 220px;
}

.colors {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 27px;
}

.colors__text {
    font-weight: 600;
    font-size: 15px;
    margin-right: 5px;
}

.colors__input[type="radio"]:checked, 
.colors__input[type="radio"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}

.colors__input[type="radio"]:checked + .colors__label, 
.colors__input[type="radio"]:not(:checked) + .colors__label {
    /* display: inline-block; */
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    cursor: pointer;
}

.colors__input[type="radio"]#blue:checked + .colors__label:before, 
.colors__input[type="radio"]#blue:not(:checked) + .colors__label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #0289F0;

}
.colors__input[type="radio"]#yellow:checked + .colors__label:before, 
.colors__input[type="radio"]#yellow:not(:checked) + .colors__label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #FFC807;

}

.colors__input[type="radio"]:checked + .colors__label:before, 
.colors__input[type="radio"]:not(:checked) + .colors__label:before {
    border-radius: 100%;
    
}
.colors__input[type="radio"]:checked + .colors__label:after, 
.colors__input[type="radio"]:not(:checked) + .colors__label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.colors__input[type="radio"]#blue:checked + .colors__label:after, 
.colors__input[type="radio"]#blue:not(:checked) + .colors__label:after {
    left: -25%;
    top: -25%;
    border-radius: 100%;
    background: rgba(2, 137, 240, 0.3);
    width: 30px;
    height: 30px;
}
.colors__input[type="radio"]#yellow:checked + .colors__label:after, 
.colors__input[type="radio"]#yellow:not(:checked) + .colors__label:after {
    left: -25%;
    top: -25%;
    border-radius: 100%;
    background: rgba(255, 200, 7, 0.3);
    width: 30px;
    height: 30px;
}
.colors__input[type="radio"]:not(:checked) + .colors__label:after {
    opacity: 0;
}
.colors__input[type="radio"]:checked + .colors__label:after {
    opacity: 1;
}


.delivery {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.delivery_сar {
    margin-bottom: 5px;
}
.delivery_сar:before {
    content: '';
    background: url(/assets-h/img/hisun-tactic/icon-car1.svg) no-repeat center / cover;
    width: 25px;
    height: 25px;
}
.delivery__link {
    color: var(--dark);
    font-size: 15px;
    text-decoration-line: underline;
    transition: .3s;
}
.delivery__link:hover {
    text-decoration: none;
}
.delivery_truck {
    margin-bottom: 20px;
}
.delivery_truck::before {
    content: '';
    background: url(/assets-h/img/hisun-tactic/icon-car2.svg) no-repeat center / cover;
    width: 25px;
    height: 25px;
}
.price {
    margin-bottom: 31px;
}
.price__new {
    font-weight: 700;
    font-size: 35px;
    margin-right: 27px;
}
.price__old {
    font-size: 25px;
    text-decoration-line: line-through;
    color: var(--gray);
}
.offer-btn {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: var(--white);
    background: #C70000;
    border-radius: 3px;
    padding: 27px 0;
    width: 100%;
    border: 2px solid transparent;
    margin-bottom: 25px;
}
.offer-btn:hover {
    color: #C70000;
    background: var(--white);
    border: 2px solid #C70000;
}
.credit {
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    color: #C70000;
    text-decoration: underline;
    transition: .3s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.credit::after {
    content: '';
    background: url('/assets-h/img/arrow-orange.svg') no-repeat center / cover;
    width: 11px;
    height: 11px;
    margin-top: 3px;
}
.credit:hover::after {
    background: url('/assets-h/img/arrow-gray.svg') no-repeat center / cover;
}
.credit:hover {
    color: var(--gray);    
}

/* ---- <section class="equipment excellence"> --- */

.excellence_tactic {
    background: var(--white) url('/assets-h/img/section-bottom2.svg') no-repeat 50% 100% / contain;
    padding-bottom: 95px;
}
.equipment {
    color: var(--dark);
    /*padding-bottom: 190px;*/
}
.equipment__title {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 40px;
}
.equipment-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
}

.equipment-grid__subtitle {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}
.equipment-grid__description {
    font-size: 15px;
}
.equipment-grid__box {
    width: 100%;
    padding-left: 120px;
}
.equipment-grid__box1 {
    background: url(/assets-h/img/hisun-tactic/equipment1.jpg) no-repeat left top / 100px 100px;
    
}
.equipment-grid__box2 {
    background: url(/assets-h/img/hisun-tactic/equipment2.jpg) no-repeat left top / 100px 100px;
}
.equipment-grid__box3 {
    background: url(/assets-h/img/hisun-tactic/equipment3.jpg) no-repeat left top / 100px 100px;
}
.equipment-grid__box4 {
    background: url(/assets-h/img/hisun-tactic/equipment4.jpg) no-repeat left top / 100px 100px;
}
.equipment-grid__box5 {
    background: url(/assets-h/img/hisun-tactic/equipment5.jpg) no-repeat left top / 100px 100px;
}
.equipment-grid__box6 {
    background: url(/assets-h/img/hisun-tactic/equipment6.jpg) no-repeat left top / 100px 100px;
}


/* ----<section class="about hisun-tactic.html">--- */



.about-text__descr_item {
    font-size: 15px;
}
.about-text__descr_item:nth-of-type(1) {
    margin-bottom: 20px;
}
.about-text__descr_item:nth-of-type(2) {
    margin-bottom: 36px;
}
.offer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.offer-btn_about {
    padding: 27px 30px;
    width: auto;
    margin-bottom: 0;
}
.credit_about {
    color: var(--white);
}

.credit_about::after {
    content: '';
    background: url('/assets-h/img/arrow-white.svg') no-repeat center / cover;
    width: 11px;
    height: 11px;
    margin-top: 3px;
}
.credit_about:hover::after {
    background: url('/assets-h/img/arrow-orange.svg') no-repeat center / cover;
}
.credit_about:hover {
    color: #C70000;    
}

.about-video_max {
    /* max-height: 390px; */
}


/* ----slide-grid---- */

.swiper {
}
.aboutSwiper {
}
.swiper-wrapper {
}
.slider {
    position: relative;
    /* overflow: hidden; */
}
.swiper-about {
    height: 500px;
    overflow: initial;
}

.slider .wrapper {
    height: auto;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: '';
    font-size: 18px !important;
    color: var(--gray);  
    border: 2px solid var(--gray);
    border-radius: 2px;
    padding: 10px 15px;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
    color: #C70000; 
    border: 2px solid #C70000;   
}

.slide-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.slide-grid__item-big {
    grid-column: span 2;
    grid-row: span 2;
}


/* ---- <section class="availability"> --- */

.availability {
    color: var(--dark);
    margin-bottom: 107px;
}

.availability-flex {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.availability-flex__item {
    flex-basis: 50%;
}

.availability-flex__list {
    list-style: none;
}

.availability-flex__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}
.availability-flex__box_line {
    border-bottom: 1px solid var(--dark);
    padding-top: 24px;
    padding-bottom: 24px;
}
.availability-flex__title {
    font-weight: 700;
    font-size: 18px;
}

.availability-flex__text {
    font-weight: 700;
    font-size: 15px;
    padding: 24px 0;
}
.availability-flex__text_one {
    max-width: 300px;
}
.availability-flex__span {
    font-weight: 400;
}
.availability-flex__text-colors {
    color: var(--green);
}
.availability-flex__text-colored {
    color: #FF1000;
}
.availability-flex__point_bg {
    background: #F5F5F5;
}

.delivery-form {
    background: #2E3235;
    border-radius: 2px;
    padding: 45px 40px;
    color: var(--white);
}
.delivery-form__title {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
}
.delivery-form__text {
    font-size: 18px;
    margin-bottom: 35px;
}
.help-form__input_indent {
    margin-bottom: 20px;
    width: 100%;
}
.help-form__btn_availability {
    width: 100%;
}
.help-form__check {
}
.help-form__doc {
}


/* ----tabs---- */

.configuration {
    margin-bottom: 84px;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* height: 470px; */
    width: 100%;
  }
   
  .tabs label {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    /* margin-right: 0.2rem; */
    cursor: pointer;
    font-size: 18px;
    color: var(--gray);
    border-bottom: 2px solid #D1D2D4;
    width: 50%;
    text-align: center;
    transition: .3s;
  }
 
   
  .tabs .tab {
    order: 9;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
    padding: 20px;
  }
   
  .tabs input[type="radio"] {
    display: none;
  }
   
  .tabs input[type="radio"]:checked + label {
    font-weight: 700;
    color: #C70000;
    border-bottom: 2px solid #C70000;
  }
   
  .tabs input[type="radio"]:checked + label + .tab {
    display: block;
  }

  .tab__text {
      font-size: 15px;
      color: var(--dark);
  }
  .tab__text:nth-child(1) {
      margin-bottom: 10px;
  }
  .tab-box {
      display: flex;
      gap: 53px;
      margin-top: 40px;
  }
  .tab-box__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
  }
  .tab-box__item {
    font-size: 15px;
    color: var(--dark);
    list-style: none;
    display: flex;
    gap: 8px;
  }
  .tab-box__item:before {
      content: '';
      width: 4px;
      height: 4px;
      background: #C70000;
      border-radius: 0.5px;
      
  }


  /* --- <section class="warranty"> --- */

.warranty {
    color: var(--dark);
    margin-bottom: 55px;
}

.warranty-box {
    display: flex;
    gap: 20px;
}
.warranty .box-info {
    grid-template-columns: 30% 50%;
}



.description-title__span {
    color: #C70000;
}
.description-head_indent {
    margin-bottom: 20px;
}
.warranty-box__text {
    font-size: 18px;
    margin-bottom: 35px;
}
.box-info_warranty {
    justify-content: flex-start;
}
.box-info__item_colored {
    border-right: 1px solid var(--dark);
}
.box-info__text_colored {
    color: var(--dark);
}
.warranty-box__cover {
    position: relative;
}
.warranty-box__cover::before {
    content: '';
    background: url(/assets-h/img/hisun-tactic/warranty.png) no-repeat center / cover;
    width: 130px;
    height: 130px;
    position: absolute;
    top: -51px;
    left: 0;
    z-index: 1;
}

/* ---- <section class="conditions"> ----- */

.conditions {
    color: var(--dark);
    margin-bottom: 55px;
}

.description-head {
}
.description-title {
}
.conditions-box {
    display: grid;
    grid-template-columns: 30% 28% 34%;
    gap: 40px;
}

.conditions-box__subtitle {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 13px 0 13px 70px;
    /* padding-left: 70px; */
}
.conditions-box__subtitle-delivery {
    background: url(/assets-h/img/hisun-tactic/icon-conditions1.svg) no-repeat left center / 50px 50px;        
}
.conditions-box__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.conditions-box__point {
}
.conditions-box__subtitle-payment {
    background: url(/assets-h/img/hisun-tactic/icon-conditions2.svg) no-repeat left center / 50px 50px;
}
.conditions-box__text {
    font-weight: 600;
    font-size: 20px;
    color: var(--white);
    padding: 34px 30px;
    background: #C70000;
}
.conditions-box__link {
    color: var(--white);
    text-decoration: underline;
    transition: .3s;
}
.conditions-box__link:hover {
    text-decoration: none;
}
   

  /* --------- Базовые стили ----------- */

  /* -- маркеры у списков -- */
  
  .marker {
    display: grid;
    grid-template-columns: 12px 1fr;
  }
  .marker::before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--dark);
    border-radius: 0.5px;
    margin-top: 7px;
  }
  .marker_orange::before {
    background: #C70000;
  }

.tab-table {
    display: flex;
    flex-wrap: wrap;
 }
 .tab-table .tab-head {
    width: 100%;
    background: #ddd;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #333;
 }
 .tab-table .tab-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
 }
 .tab-table .tab-name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    width: 50%;
 }
 .tab-table .tab-text {
    font-weight: 400;
    flex-grow: 1;
    max-width: 50%;
 }

 .mobile-menu .h-menu {
     display: none;
 }


 .catalog-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    color: var(--dark);
    margin-bottom: 37px;
 }

 .catalog-grid {
     display: flex;
     flex-wrap: wrap;
     gap: 50px 30px;
     margin-bottom: 100px;
 }
 .catalog-grid .excellence-top__item--img {
     width: auto;
     height: auto;
 }
 .catalog-item {
     height: 300px;
     width: calc(100% / 4 - 22.5px);
     display: block;
 }
 .catalog-item__new {
     width: 74px;
     height: 74px;
     display: block;
     position: absolute;
     right: 0;
     top: 0;
     background: url('/assets-h/img/catalog-new.svg') no-repeat;
 }
 .catalog-item__credit {
    background: #771013;
    border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
    line-height: 125%;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 9px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
 }

 .news-grid {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
 }
 .news-grid .btn {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    width: 260px;
    height: 80px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
 }
 .news-item {
     margin-bottom: 30px;
     padding-bottom: 30px;
     border-bottom: 1px solid #2E3235;
     display: flex;
     align-items: center;
     gap: 30px;
 }

 .news-item.last,
 .news-item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 40px;
}

 .news-item__img {
     max-width: 570px;
     height: 300px;
     width: 100%;
     overflow: hidden;
     display: block;
     border-radius: 2px;
 }
 .news-item__img img {
     object-fit: cover;
     width: 100%;
     height: 100%;
 }
 .news-item__info {
     flex-grow: 1;
     width: 100%;
 }
 .news-item__details {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     margin-bottom: 10px;
 }
 .news-item__categories {
    font-weight: 700;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 0.1em;
    color: #C70000;
    margin-right: 30px;
 }
 .news-item__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    color: var(--gray);
 }
 .news-item__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 125%;
    color: var(--dark);
    margin-bottom: 20px;
 }
 .news-item__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    color: var(--dark);
    margin-bottom: 25px;
 }
 .news-item .btn {
     margin-left: 0;
     margin-right: 0;
 }
 .news-item__name {
    font-weight: 700;
    font-size: 25px;
    line-height: 125%;
    margin-bottom: 25px;
 }
 .news-item__vin {
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    margin-bottom: 10px;
 }
 .news-item__nalichie {
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    background: url('/assets-h/img/nalichie.svg') no-repeat 0% 50%;
    padding-left: 20px;
 }
 .news-item__nalichie a {
     font-weight: 700;
     color: #C70000;
     text-decoration: underline;
 }
 .news-item__nalichie a:hover {
     text-decoration: none;
 }
 .news-item__price {
     display: flex;
     align-items: center;
     margin-top: 30px;
     margin-bottom: 30px;
 }
 .news-item__price--old {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: var(--gray);
    margin-right: 20px;
 }
 .news-item__price--new {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: var(--dark);
 }
 .catalogs-items .news-item__details {
     display: flex;
     align-items: center;
     width: 100%;
 }
 .catalogs-items .btn {
     width: auto;
     height: 60px;
     margin-right: 30px;
 }
 .catalogs-items .excellence-top__item--more {
     color: var(--dark);
     background-image: url('/assets-h/img/arrow-dark.svg');
 }
 .catalogs-items .excellence-top__item--more:hover {
     color: var(--gray);
     background-image: url('/assets-h/img/arrow-gray.svg');
 }



 .pagination {
     margin-bottom: 90px;
     text-align: center;
     display: flex;
     justify-content: center;
 }
 .pagination-link {
    border-radius: 2px;
    padding: 9px 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark);
 }
 .pagination-link.active {
     font-weight: 700;
     background: #F5F5F5;
 }




 .publ,
 .publication {
    margin-bottom: 75px;
 }
 .publ-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    color: var(--dark);
    margin-bottom: 40px;
 }
 .publ-img {
     width: 100%;
     max-height: 550px;
     overflow: hidden;
     display: block;
     border-radius: 2px 0px 0px 2px;
     /*margin-bottom: 55px;*/
 }
 .publ-text-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
    color: var(--dark);
    margin-bottom: 15px;
 }
 .publ-text-subtitle {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: var(--dark);
    margin-bottom: 40px;
 }
 .publ-text ul {
     margin: 0;
     padding: 0;
     padding-left: 16px;
     margin-bottom: 30px;
 }
 .publ-text li {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    /*max-width: 500px;*/
 }
 .publ-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /*max-width: 570px;*/
    margin-bottom: 15px;
 }
 .publ-text a {
     font-weight: 700;
     color: var(--dark);
 }
 .publ-loc-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
 }
 .publ-detail {
     padding-top: 20px;
     display: flex;
     align-items: center;
     gap: 30px;
     margin-bottom: 25px;
 }
 .publ-detail a {
    font-weight: 600;
 }



 .contacts-grid {
     margin-bottom: 60px;
     display: flex;
     flex-wrap: wrap;
     gap: 30px;
 }
 .contacts-item {
     max-width: calc(50% - 15px);
     width: 100%;
     gap: 30px;
     display: flex;
     background: #F5F5F5;
 }
 .contacts-img {
     max-width: 250px;
     height: 100%;
 }
 .contacts-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 .contacts-info {
     padding: 25px 0;
 }
 .c-strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    color: var(--dark);
    display: block;
    margin-bottom: 10px;
 }
 .c-thin {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: var(--dark);
    display: block;
 }
 .c-phone {
    font-weight: 600;
    font-size: 25px;
    line-height: 125%;
     color: var(--dark);
     display: block;
 }
 .c-phone:hover {
    color: #C70000;
 }
 .c-road, .c-road a {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-decoration-line: underline;
    color: #2E3235;
    transition: .3s;
 }
 .c-road:hover {
     color: #C70000;
 }




 .about-page .description-title {
     font-size: 25px;
     line-height: 100%;
 }
.about-page .callback-form {
    max-width: 450px;
}
.about-page {
    color: var(--dark);
}

 .callback-form {
     margin: 25px 0;
 }
 .callback-form .callback-form__row {
     display: flex;
     flex-direction: column;
     margin-bottom: 25px;
 }
 .callback-form .callback-form__row:last-child {
     margin-bottom: 0;
 }
 .callback-form label {
     display: block;
     margin-bottom: 5px;
     font-size: 14px;
     line-height: 18px;
     font-weight: 600;
     color: var(--dark);
     cursor: pointer;
 }
 .callback-form input {
     height: 40px;
     padding: 0 10px;
     font-size: 14px;
     font-weight: 500;
 }


 textarea {
     resize: vertical;
     max-height: 400px;
     min-height: 50px;
     padding: 10px;
     font-size: 14px;
     line-height: 18px;
     color: var(--dark);
     font-family: 'Montserrat', serif;
 }



 .catalog-items-info {
    background: #F5F5F5;
    border-radius: 2px;
    padding: 15px 30px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
 }
 .catalog-items-info__wrap {
     flex-grow: 1;
     max-width: 45%;
     margin-right: 30px;
     position: relative;
 }
 .catalog-items-info__wrap_in {
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 36px;
 }
 .catalog-items-info__wrap_in::-webkit-scrollbar {
    display: none;
  }
 .catalog-item-info__link {
     padding: 0;
     border: 0;
     outline: 0;
     background: none;
     font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark);
    cursor: pointer;
    flex-wrap: nowrap;
    display: inline-flex;
    align-items: baseline;
 }
 .catalog-item-info__link.active {
    font-weight: 700;
    cursor: default;
 }
 .catalog-item-info__link span {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: var(--gray);
    margin-left: 4px;
 }
.catalog-items-info__filter {
    margin-left: auto;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.catalog-items-info__filter select {
    padding-left: 5px;
}

.catalog-items-info__filter--nalichie,
.catalog-items-info__filter--sort {
    display: flex;
    align-items: center;
}
.catalog-items-info__filter--nalichie {
    position: relative;
    padding-right: 15px;
}
.catalog-items-info__filter--nalichie::after {
    content: '';
    width: 8px;
    height: 4px;
    position: absolute;
    right: 0;
    top: 50%;
    background: url('/assets-h/img/arrow-select.svg') no-repeat 50% 50% / cover;
    transition: .3s;
}
.catalog-items-info__filter--nalichie.active::after {
    transform: rotate(-180deg);
}


  
select {
    /* Reset */
    appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
    /* Personalize */
    background: none;
    width: auto;
    max-width: none;
    color: var(--dark);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    display: inherit;
}
/* <option> colors */
option {
    color: inherit;
    background-color: red;
}
/* Remove focus outline */
option:focus {
    outline: none;
}
/* Remove IE arrow */
option::-ms-expand {
    display: none;
}
  

/*.multibrand .swiper-pagination-bullet{    background: #918d89;}*/

.service {
    background: url('/assets-h/img/service-bg.png') no-repeat 50% 50% / cover;
    min-height: 510px;
    overflow: hidden;
}
.service-text {
    padding-top: 50px;
    padding-bottom: 120px;
    color: var(--dark);
    max-width: 480px;
}
.service-text__wrapper {
    position: relative;
}
.service-text__img{
    position:absolute;
    top: 50px;
    right:0;
    width: 50%;
}
.service-text__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
}
.service-text__info {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 35px;
}
.service-text .btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding: 27px 39px;
}
.service-text .btn:hover {
    background-color: #fff;
    color: #C70000;
}

.service-contacts {
    padding-top: 110px;
    padding-bottom: 60px;
}

.service-contacts .description-head {
    margin-bottom: 45px;
}

.service-contacts .description-head .description-title:last-child {
    margin-bottom: 0;
}

.contacts-grid .contacts-item .c-road {
    display: none;
}

.contacts-grid .description-head {
    margin-bottom: 10px;
}

.service-contacts .contacts-grid,
.service-uslugi,
.service-loyality,
.service-feedback {
    margin-bottom: 100px;
}
.service-multibrand {
    margin-bottom: 65px;
}

.service-contacts .description-title br {
    display: none;
}

.service-uslugi__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.service-uslugi__item {
    max-width: 350px;
    width: 100%;
    display: block;
    flex-grow: 1;
}

.service-uslugi__top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.service-uslugi__img {
    width: 50px;
    height: 50px;
    margin-right: 30px;
}

.service-uslugi__img img {
    width: 100%;
    height: 100%;
}

.service-uslugi__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
}

.service-uslugi__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 125%;
}

.service-loyality {
    display: flex;
    position: relative;
}

.service-loyality__text {
    max-width: 490px;
    width: 100%;
    flex-grow: 1;
    position: relative;
}

.service-loyality__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    margin-bottom: 15px;
}

.service-loyality__info {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
}

.service-loyality__garant {
    width: 130px;
    height: 130px;
    display: block;
    background: url('/assets-h/img/garanty.svg') no-repeat;
    position: absolute;
    right: 0;
    z-index: 1;
}

.service-loyality__img {
    width: 100%;
    height: 322px;
    background: url('/assets-h/img/service-loyality-img.png') no-repeat 50% 50% / contain;
    display: block;
}

.service-feedback .help {
    margin-bottom: 0;
}

.service-feedback .help__img {
    height: 544px;
    object-fit: unset;
}

.service-feedback .description-head .description-title {
    font-size: 47px;
}

.service-feedback .description-head_white {
    max-width: 600px;
}


.multibrand-grid {
    gap: 30px;
    flex-wrap: wrap;
    transform: translate3d(0, 0, 0) !important;
}
.multibrand .swiper-slide {
    width: auto;
    height: 100px;
    display: flex;
    align-items: center;
}

.multibrand-item img {
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
    filter: grayscale(2);
}
.multibrand-item:hover img {
    filter: grayscale(0);
}

/* .multibrand {
    display: none;
} */



/* Modal Style */
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
  }
  
  .modal__container {
    background-color: #fff;
    padding: 20px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
  }
  
  .modal__header {
    text-align: center;
    padding: 0 20px;
    position: relative;
  }
  
  .modal__title {
    margin-top: 0;
    margin-bottom: 8px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #333;
  }

  .modal__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #333;
  }
  
  .modal__close {
    background: url(/assets-h/img/burger-menu-close.svg) no-repeat 50% 50% / cover;
    width: 30px;
    height: 30px;
    border: 0;
    filter: grayscale(3);
    position: absolute;
    right: 0;
    top: 0;
  }
  .modal__close:hover {
    filter: grayscale(0);
  }
  
  
  .modal__content {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
  }
  
  .modal-callback-form {
    padding: 0 20px;
  }
  .modal-form-row {
    margin-bottom: 20px;
  }
  .modal-form-row:last-child {
    margin-bottom: 0;
  }
  .modal-form-row input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D1D2D4;
    border-radius: 3px;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #828282;
  }
  .modal-form-row button {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .modal-form-row .text {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #828282;
    padding: 0 20px;
  }
  .modal-form-row .text a {
    text-decoration: underline;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #828282;
  }
  .modal-form-row select {
      /* Reset */
      appearance: none;
      outline: 0;
      font: inherit;
      /* Personalize */
      background: #fff;
      border: 1px solid #D1D2D4;
      border-radius: 3px;
      width: 100%;
      max-width: none;
      padding: 12px 20px;
      color: #828282;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      cursor: pointer;
      display: inherit;
  }
  /* <option> colors */
  .modal-form-row option {
      color: inherit;
      background-color: red;
  }
    
  
  
  /**************************\
    Demo Animation Style
  \**************************/
  @keyframes mmfadeIn {
      from { opacity: 0; }
        to { opacity: 1; }
  }
  
  @keyframes mmfadeOut {
      from { opacity: 1; }
        to { opacity: 0; }
  }
  
  @keyframes mmslideIn {
    from { transform: translateY(15%); }
      to { transform: translateY(0); }
  }
  
  @keyframes mmslideOut {
      from { transform: translateY(0); }
      to { transform: translateY(-10%); }
  }
  
  .micromodal-slide {
    display: none;
  }
  
  .micromodal-slide.is-open {
    display: block;
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
  }
  
  .micromodal-slide .modal__container,
  .micromodal-slide .modal__overlay {
    will-change: transform;
  }



  .cardSwiper2 .swiper-pagination-bullet {
    background-color: #D1D2D4;
  }
  .cardSwiper2 .swiper-pagination-bullet-active {
    background-color: #C70000;
  }
  .cardSwiper2 {
  }
  .cardSwiper2 .swiper-wrapper {
    padding: 0 55px !important;
    width: 100%;
  }
  .cardSwiper2 .swiper-button-next {
    right: 8px;
  }
  .cardSwiper2 .swiper-button-prev {
    left: 8px;
  }
  .cardSwiper2 .swiper-horizontal>.swiper-pagination-bullets,
  .cardSwiper2 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .cardSwiper2 .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
  }

/* Service Sales */
.service-sales {
}
.service-table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    margin-bottom: 35px;
}
.service-table .service-item__top {
    display: flex;
    align-items: flex-end;
    min-height: 70px;
    margin-bottom: 16px;
}
.service-table .service-item__num {
    background: #009199;
    border-radius: 2px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-weight: 700;
    font-size: 25px;
    line-height: 125%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.service-table .service-item__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    color: #333333;
}

.sales-frame {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sales-frame .sales-info {
    flex: 1 0 0;
    min-height: 340px;
    max-width: 50%;
    padding: 45px 60px;
    color: #fff;
    background: #2E3235 url(/assets-h/img/sales-sprite-bg.svg) no-repeat 50% 101% / 101%;
}
.sales-frame .sales-info__top {
    margin-bottom: 35px;
}
.sales-frame .sales-info__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
}
.sales-frame .sales-info__subtitle {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
}
.sales-frame .sales-info__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.sales-frame .sales-img {
    background: url('/assets-h/img/service-sales-bg.png') no-repeat 50% 50% / 100%;
    max-width: 670px;
    max-width: 100%;
    flex-grow: 1;
    height: 522px;
    display: block;
}


/* company box */
.news.--dop {
    height: auto;
}
.company-box {
    margin: 120px 0;
    overflow: hidden;
    padding: 50px 60px;
    background: url('/assets-h/img/company-ban-bg.jpg') no-repeat 100% 0% / cover;
    min-height: 465px;
    color: #fff;
}
.company-box__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    max-width: 500px;
}
.company-box__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding: 30px 0 40px;
    max-width: 485px;
}
.company-box__btn {
    background: #C70000;
    border-radius: 3px;
    padding: 29px 41px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

/* exellence dop */
.excellence-box.--dop .excellence-item {
    /*max-width: 260px;*/
}
.excellence-box.--dop .excellence-top {
    margin: 0;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
}
.excellence.--dop .excellence-box__img {
    position: relative;
    opacity: 1;
    width: 100%;
    height: 500px;
    object-fit: contain;
    right: 0;
    display: block;
}


   
.excellence-top.--dop .excellence-top__item {
    max-width: 31.2%;
    width: 100%;
    flex-shrink: 0;
 }
 .excellence-top.--dop .excellence-top__item--name {
    max-width: 240px;
    font-size: 18px;
    line-height: 125%;
 }
 .excellence-top.--dop .excellence-top__item--img {
    width: 100%;
    height: auto;
 }
 
 .download-spec {
     display: flex;
     align-items: center;
     gap: 8px;
     margin: 20px 0;
     width: 100%;
     color: #222;
 }
 
 .download-spec:hover {
     color: #C70000;
 }

.color-change {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 15px;
    margin: 20px 0;
}
.color-change-title {
    font-weight: 600;
    font-size: 18px;
}
.color-change-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}
.color-change .input-parent {
    cursor: pointer;
}

.color-change .input-parent input {
    display: none;
}
.color-change .input-parent span {
    display: block;
    color: #333;
    width: 30px;
    height: 30px;
    border: 2px solid #eee;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.color-change .input-parent input:checked ~ span {
    border: 2px solid #c8102e;
}
@media screen and (min-width: 992px) {
    .input-parent.custom-block {
        position: relative;
    }
    .input-parent.custom-block:before {
        opacity: 0;
        pointer-events: none;
        content: attr(data-ttl);
        padding: 5px 10px 10px 10px;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #000;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -110%;
        transition: opacity .3s ease-in-out;
        clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 81%, 50% 100%, 25% 80%, 0% 75%);
    }
    .input-parent.custom-block:hover:before {
        opacity: 1;
    }
}


/* КУКИ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(235, 235, 235, 0.92);
  -webkit-box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  /*display: none;*/
   transform: scaleY(0);
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 0;
  height: auto;
  max-height: 0;
 
}

.cookie-banner.open {
  transform: scaleY(1); /* Открытие - снизу вверх */
  opacity: 1;
  max-height: 1000px; /* Достаточно большое значение */
}


.cookie-banner__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
}

.cookie-banner__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.cookie-banner__text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #666;
}

.cookie-banner__buttons {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}


@media (max-width: 768px) {

  .cookie-banner__content {
    text-align: center;
  }

  .cookie-banner__buttons {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}


.d_action {background-color:#C70000; color:#fff;font-size:14px; font-weight:500;
padding:3px 6px; margin:30px 0 6px; width: fit-content;}

.excellence-top__item .d_action {font-size:12px; margin:10px 0 5px;font-weight:600}
/* mFilter2->ms3 shim: price sort toggle arrow (replaces mSearch2-injected CSS). odes Stage6 */
#mse2_sort .sort{cursor:pointer;color:#000;text-decoration:none}
#mse2_sort .sort span{color:#000}
#mse2_sort .sort[data-dir="asc"] span:after{content:" ↑"}
#mse2_sort .sort[data-dir="desc"] span:after{content:" ↓"}
#mse2_mfilter.loading #mse2_results{opacity:.45;transition:opacity .15s}

/* ms3Variants: компактный ряд цветов в карточке (2026-07-28) */
.color-change .ms3-variants {
    margin: 0;
}
.color-change .ms3-variants-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.color-change .ms3-variant-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 8px 10px;
    background: #fff;
}
.color-change .ms3-variant-main {
    display: flex;
    align-items: center;
    gap: 8px;
}
.color-change .ms3-variant-image {
    width: 40px;
    height: 40px;
}
.color-change .ms3-variant-options {
    flex: none;
}
.color-change .ms3-variant-option {
    background: none;
    padding: 0;
    font-size: 14px;
}
.color-change .ms3-variant-price {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
}
.color-change .ms3-variant-current-price {
    color: #C70000;
}
.color-change .ms3-variant-row.active {
    border-color: #c8102e;
    background: #fff5f5;
}
