

/* Start:/local/templates/mhi/components/bitrix/news/mhi.support.marketing/bitrix/news.list/.default/style.css?16490741402002*/
.marketing-title__wrapper {
    text-align: center;
    padding: 50px 5vw 80px;
}
.marketing-title__wrapper h1 {
    text-transform: uppercase;
}
.marketing__wrapper {
    text-align: center;
}
.marketing__items-box {
    margin: 50px 0 70px;
    display: grid;
    grid-gap: 50px;
}
.marketing__item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.marketing__item-title {
    font-weight: 700;
    font-size: 1.33em;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.marketing__item-description {
    margin-bottom: 20px;
}
.marketing__item-link {
    margin-top: auto;
    display: flex;
    justify-content: center;
}
.marketing__item-link .btn {
    width: 190px;
}
.marketing-section + .become-dealer {
    margin-bottom: 7vw;
}

.video-popup-box {
    position: relative;
    background: #fff;
    padding: 0;
    width: calc(100vw - 30px);
    max-width: 1080px;
}
.video-popup-box .popup-close {
    z-index: 2;
    top: 10px;
    right: 10px;
}
.popup-close::before, .popup-close::after {
    background: #fff;
}

.marketing__subtitle {
    margin: 20px 0;
}
.marketing__subtitle a {
    color: #d81718;
    transition: 0.2s ease;;
}
.marketing__subtitle a:hover {
    text-decoration: underline;
}

@media all and (min-width: 576px) {
    .marketing__items-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (min-width: 768px) {
    .marketing-title__box .background__inner {
        background-size: auto 76%;
        background-position: 50% bottom;
    }
    .marketing-title__wrapper {
        text-align: left;
        padding: 30px 50% 140px 0;
    }
}

@media all and (min-width: 992px) {
    .marketing__items-box {
        grid-template-columns: repeat(3, 1fr);
        margin: 50px 0 85px;
    }
    .marketing__subtitle {
        margin: 30px 0;
    }
}

@media all and (min-width: 1200px) {
    .marketing__items-box {
        margin: 50px 0 100px;
        grid-template-columns: repeat(4, 1fr);
    }
}


/* End */
/* /local/templates/mhi/components/bitrix/news/mhi.support.marketing/bitrix/news.list/.default/style.css?16490741402002 */
