.promo .header-top-wrap,
.promo .header-top-wrap a,
.promo .header-top-wrap button .promo .header-main-wrap,
.promo .header-main-wrap a,
.promo .header-main-wrap button {
    color: #fff;
}
.promo .header-top-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff38;
    background: transparent;
}
.promo .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.promo .menu-top {
    /* display: flex;
    align-items: center;
    gap: 0 30px; */
}
.promo .menu-top__item {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-promo-text);
}
.promo .header__button {
    position: relative;
    border: none;
    background: none;
    color: #ffffff;
    font-weight: 500;
    font-size: inherit;
    /* padding: 0;
    display: flex;
    gap: 0 5px;
    align-items: center;
    justify-content: center; */
}
.promo .header__icon {
    display: block;
    background-size: 100%;
    background-position: center center;
    width: 16px;
    height: 16px;
}
.promo .header__become-seller {
    border: 1px solid var(--header-button-border-white);
    background: none;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 28px;
    font-size: 14px;
    border-radius: 25px;
}
.promo .header__location {
    border-bottom: 1px dotted;
}
.promo .icon-location-header {
    background-image: url(../svg/icon-location-w.svg);
}
.promo .header__signin {
    border: none;
    background: none;
    color: #ffffff;
    font-weight: 500;
    font-size: inherit;
}
.promo .icon-signin-header {
    background-image: url(../svg/icon-signin-w.svg);
}
.promo .icon-signout-header {
    background-image: url(../svg/icon-signout-w.svg);
}
.promo .header-main-wrap {
    position: relative;
    padding-top: 30px;
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.promo .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 35px;
}
.promo .header-main_mobile {
    display: none;
}
.promo .header__logo {
    background-image: url(../svg/logo-w.svg);
}
.promo .header__menu {
    font-size: 14px;
    font-weight: 500;
}
.promo .menu-button-header {
    border: 1px solid var(--header-button-border-white);
    background: transparent;
    border-radius: 6px;
    color: #fff;
    padding: 0.8em 1.6em;
}
.promo .icon-menu-header {
    background-image: url(../svg/icon-menu-catalog-w.svg);
}
.promo .header__search {
    position: relative;
    flex-grow: 1;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--header-button-border-white);
    overflow: hidden;
}
.promo .header__search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    padding-left: 15px;
}
.promo .header__search-input {
    position: absolute;
    left: 0;
    background: #ffffff3d;
    border: none;
    border-radius: 8px;
    padding: 14px 24px 14px 24px;
    font-size: 14px !important;
    font-weight: 500 !important;
    width: calc(100% - 48px);
    height: 100%;
    color: #fff;
    caret-color: #fff;
}
.promo .header__search-input::placeholder {
    color: #fff;
}
.promo .icon-personal-header {
    background-image: url(../svg/icon-person-w.svg);
}
.promo .header__phone {
    /* font-size: 18px;
    font-weight: 400; */
}
.promo .header__buttons {
    /* display: flex;
    align-items: center;
    gap: 0 20px; */
}
.promo .header-cart {
    position: relative;
}
.promo .icon-cart-header {
    background-image: url(../svg/icon-cart-w.svg);
}
.promo .header-cart__icon {
    display: block;
    background-size: 100%;
    background-position: center center;
    width: 24px;
    height: 24px;
}
.promo .header-cart__badge {
    display: none;
    position: absolute;
    top: -8px;
    right: -19px;
    border-radius: 6px;
    background: #fff;
    color: #000;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 16px;
    font-size: 11px;
    font-weight: 500;
}
.promo .header-cart__badge:not(:empty) {
    display: flex;
}
.promo {
    position: relative;
    width: 100%;
    height: 100dvh;
    max-height: 1080px;
    display: flex;
    flex-direction: column;
}
.promo__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.promo__video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000026;
}
.promo__video video {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.promo__video video.playing {
    display: block;
}
.promo__main {
    position: relative;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5vh;
    padding-top: 5vh;
    opacity: 0;
    transition: opacity 1s ease-in;
}
.promo__main.active {
    opacity: 0.9;
}
.promo__title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 1px 5px #00000045;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 150%;
}
.promo__list {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 45px;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 1px 1px 5px #00000045;
}
.promo__list li {
    list-style-position: outside;
    margin: 0;
    padding: 0;
}
.promo__brands {
    opacity: 0.8;
    width: 80%;
    max-width: 1080px;
}
.brand-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px 25px;
}
.brand-line img {
    height: 18px;
}
.brand-line img.brand-line__size-14 {
    height: 14px;
}
.brand-line img.brand-line__size-16 {
    height: 16px;
}
.brand-line img.brand-line__size-20 {
    height: 20px;
}
.brand-line img.brand-line__size-24 {
    height: 24px;
}
.promo__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    gap: 5px;
    font-size: 18px;
    font-weight: 500;
}
.promo__button-icon {
    display: block;
    background-size: 100%;
    background-position: center center;
    width: 32px;
    height: 16px;
    background-image: url(../svg/icon-chevron-down-w.svg);
    background-repeat: no-repeat;
}
.block-title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 55px;
}
.block-title_near {
    margin-bottom: 35px;
}
.promo-catalog-wrap {
    background: var(--light-background);
    width: 100%;
    padding: 75px 0 75px;
}
.promo-catalog {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.promo-catalog__item {
    border: 1px solid var(--light-background);
    background: #fff;
    color: var(--text-color);
    border-radius: 10px;
    overflow: hidden;
    width: calc(50% - 10px);
    height: 220px;
    transition: all 0.3s;
}
.promo-catalog__item:hover {
    /*	color: var(--link-color);*/
    box-shadow: var(--hover-box-shadow);
}
.promo-catalog__item_small {
    height: 180px;
    width: calc(33% - 10px);
}
.promo-catalog__item_big {
    height: 180px;
    width: 100%;
}
.promo-catalog__item-row {
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.promo-catalog__item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0px 30px 30px;
}
.promo-catalog__image {
    height: 90%;
    transition: opacity 0.3s;
    margin-top: auto;
    transition: opacity 0.3s;
}
.promo-catalog__item_small .promo-catalog__image {
    height: 70%;
}
.promo-catalog__item-title {
    font-size: 20px;
    font-weight: 400;
    min-width: 150px;
    line-height: 140%;
}
.promo-catalog__item-link {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: color 0.3s;
}
.promo-catalog__item-link-icon {
    display: block;
    background-size: 100%;
    background-position: center center;
    width: 20px;
    height: 10px;
}
.promo-catalog__item-link-icon-active {
    display: none;
}
.promo-catalog__item:hover .promo-catalog__item-link {
    color: var(--link-color);
}
.promo-catalog__item:hover .promo-catalog__image {
    opacity: 1;
}
.promo-engines-wrap {
    padding: 75px 0 75px;
    background-color: #fff;
}
.promo-engines {
}
.promo-engines__sections {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 55px;
}
.promo-engines__section-item {
    min-width: 200px;
}
.promo-engines__section-item_catalog {
    width: 340px;
    font-weight: 700;
}
.promo-engines .slider-card__title {
    max-width: 180px;
}
.promo-propellers-wrap {
    background: var(--light-background);
    width: 100%;
    padding: 75px 0 75px;
}
.promo-propellers {
}
.promo-propellers__form {
    display: flex;
    gap: 10px;
    margin-bottom: 55px;
    flex-wrap: wrap;
}
.promo-propellers__slider .slider-card__image {
    max-width: 120px;
    margin: 15px 0 20px;
}
.promo-propellers__slider .slider-card__title {
    max-width: 170px;
}
.promo-text-wrap {
    width: 100%;
    padding: 75px 0 125px;
    background-color: #fff;
    margin-bottom: -100px;
}
.promo-text {
    line-height: 160%;
}
.promo-seller-wrap {
    width: 100%;
    padding: 75px 0 75px;
}
.promo-seller {
    /* background-color: var(--light-background);
    padding: 50px;
    border-radius: 15px; */
}
.promo-seller__schema {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}
.promo-seller__schema-item {
    position: relative;
    /* border: 1px solid var(--light-border-color); */
    background: linear-gradient(#fff, #fefefe);
    border-radius: 10px;
    width: calc(33% - 10px);
    height: 180px;
    padding: 15px;
    display: flex;
    align-items: center;
}
.promo-seller__schema-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 140px;
    font-weight: 600;
    color: #e8e8ec;
}
.promo-seller__schema-text {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    padding: 0 15px;
}
.promo-seller__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.promo .menu-catalog-wrap {
    background: transparent;
    top: 75px;
    height: calc(100dvh - 75px);
    max-height: 800px;
    align-items: flex-start;
    justify-content: center;
    box-shadow: none;
    border: none;
}
.promo .menu-catalog-wrap.active {
    display: flex;
}
.promo .menu-catalog {
    background: #fff;
    box-shadow: 0 10px 10px #00000012;
    padding: 35px 35px 50px;
    border-radius: 15px;
}
@media (max-width: 992px) {
    .promo-catalog-wrap {
        padding-top: 15px !important;
    }
    .promo-catalog-wrap .block-title {
        display: none !important;
    }
    .block-title {
        font-size: 32px;
        margin-bottom: 35px;
    }
    .promo-catalog__item_small {
        width: calc(50% - 10px);
        height: 150px;
    }
    .promo-catalog__item-title {
        font-size: 18px;
    }
}
@media (max-width: 850px) {
    .header__personal-title {
        display: none;
    }
}
@media (max-width: 768px) {
    /* .promo__video {
        display: none;
    } */
    .promo {
        /* background-image: url(/local/img/promo-mobile-2.jpg);
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat;
        height: 55vh; */
        height: calc(100dvh - 55px);
    }
    .promo:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00000026;
    }
    .promo__main {
        opacity: 0.9;
        margin: 0;
        padding-bottom: 10%;
    }
    .promo__brands {
        display: none;
    }
    .promo__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .promo__list {
        gap: 15px 35px;
        font-size: 15px;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .promo__button {
        font-size: 16px;
    }
    .promo__button-icon {
        width: 16px;
    }
    .promo-catalog__image {
        height: 70%;
        margin: auto auto 0;
    }
    .promo-engines__sections {
        margin-bottom: 15px;
    }
    .menu-catalog-wrap.active {
        display: none !important;
    }
}
@media (max-width: 640px) {
    .promo__title {
        font-size: 22px;
    }
    .promo-catalog__item {
        width: 100%;
        height: 150px;
    }
    .block-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
}
@media (max-width: 512px) {
    .promo__title {
        font-size: 20px;
    }
    .promo-catalog__item-title {
        font-weight: 500;
    }
    .promo-catalog__item-link {
        display: none;
    }
}
@media (max-width: 460px) {
    .promo-propellers__form-button {
        width: 100%;
    }
}
@media (max-width: 380px) {
    .promo__title {
        font-size: 18px;
    }
}
