

/* Start:/about/static/css/style.css?17738362497354*/
.page__about-brand {
    padding-bottom: 90px;
    overflow: hidden;
}

.page__block-video {
    position: relative;
    max-width: 1400px;
    aspect-ratio: 1 / .56;
    margin: 0 auto;
}

.page__block-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    opacity: 0.6;
}

.page__block-video-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page__block-video-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    color: #000;
    text-align: center;
}

.page__block-video-overtitle {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}

.page__block-video-title {
    font-size: 120px;
    line-height: 140px;
    font-weight: bold;
    text-transform: uppercase;
}

.page__block-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    opacity: .6;
}

.page__block-history {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 16px;
}

.page__block-history-nav {
    display: block;
    position: fixed;
    top: 154px;
    left: 0;
    width: 100%;
    padding: 12px 20px;
    background-color: #c3bdb7;
    z-index: 3;
}

.page__block-history-nav[data-state="hidden"] {
    display: none;
}

.page__block-history-nav-item {
    min-width: 45px;
    margin: 0 23px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: center;
    cursor: pointer;
}

.page__block-history-nav-item[data-active="true"] {
    font-size: 20px;
    font-weight: bold;
}

.page__block-history-nav [data-role="history.nav.prev"] {
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -12px;
    font-size: 0;
    line-height: 0;
}

.page__block-history-nav [data-role="history.nav.next"] {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -12px;
    font-size: 0;
    line-height: 0;
}

.page__block-history-nav [data-role="history.nav.prev"]:not([role="button"]),
.page__block-history-nav [data-role="history.nav.next"]:not([role="button"]) {
    display: none;
}

.page__block-history-delimiter {
    position: relative;
    height: 100px;
}

.page__block-history-delimiter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #000;
}

.page__block-history-item {
    margin: 64px 0 32px;
}

.page__block-history-item-top {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.page__block-history-item-top-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page__block-history-item-top-part[data-side="left"] {
    margin-right: 16px;
}

.page__block-history-item-top-part[data-side="right"] {
    margin-left: 16px;
}

.page__block-history-item-title {
    margin-bottom: 32px;
    font-size: 150px;
    font-weight: 400;
    line-height: 112px;
}

.page__block-history-item-subtitle {
    margin-top: 8px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 21px;
}

[data-side="right"] .page__block-history-item-subtitle {
    text-align: right;
}

[data-role="history.img"] {
    transition: 1.5s all;
}

[data-scroll="false"] [data-role="history.img"][data-motion="up"] {
    transform: translateY(100px);
}

[data-scroll="false"] [data-role="history.img"][data-motion="down"] {
    transform: translateY(-100px);
}

.page__block-history-item-info {
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    overflow: hidden;
}

[data-state="hidden"] .page__block-history-item-info {
    height: 0;
}

.page__block-history-item-content-toggle {
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
}

.page__block-history-item-content-toggle:hover {
    text-decoration: none;
}

.page__block-history-item-info-title {
    margin: 16px 0 8px;
    font-size: 50px;
    line-height: 72px;
}

.page__block-history-item-info p {
    margin-bottom: 9px;
}

.page__block-history-item-info ul {
    list-style: unset;
    margin-bottom: 9px;
    padding-inline-start: 40px;
}

.page__block-history-item-info li + li {
    margin-top: 8px;
}

.page__block-history-item-info-product {
    display: inline-block;
    min-width: 240px;
    margin: 32px 0;
    padding: 13px 16px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #000;
    transition: .4s all;
}

.page__block-history-item-info-product:hover,
.page__block-history-item-info-product:focus {
    color: #fff;
    background-color: #B2B4B2;
}

[data-role="history.carousel"] {
    margin-bottom: 16px;
}

.page__block-history .swiper-pagination {
    position: relative!important;
    bottom: unset!important;
}

.page__block-history .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-top: 30px;
    margin-bottom: 14px;
}

@media (max-width: 1200px) {
    .page__block-video {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
    .page__block-video {
        max-width: 720px;
    }
}

@media (max-width: 960px) {
    .page__block-history-item {
        margin: 32px 0 16px;
    }

    .page__block-history-item-title {
        font-size: 100px;
        line-height: 75px;
    }

    .page__block-history-item-info-title {
        font-size: 40px;
        line-height: 58px;
    }

    [data-scroll="false"] [data-role="history.img"][data-motion="up"] {
        transform: translateY(50px);
    }

    [data-scroll="false"] [data-role="history.img"][data-motion="down"] {
        transform: translateY(-50px);
    }
}

@media (min-width: 769px) {
    .page__block-history-nav .swiper-wrapper {
        justify-content: center;
        align-items: baseline;
        gap: 10px;
    }

    .page__block-history-nav-item.swiper-slide {
        width: auto;
    }
}

@media (max-width: 768px) {
    .page__block-video {
        max-width: 540px;
    }

    .page__block-video-overtitle {
        font-size: 20px;
        line-height: 25px;
    }

    .page__block-video-title {
        font-size: 60px;
        line-height: 70px;
    }

    .page__block-history-nav {
        top: 117px;
        padding: 4px 20px;
    }

    .page__block-history-nav-item {
        margin: 0;
        font-size: 12px;
        line-height: 26px;
    }

    .page__block-history-nav-item[data-active="true"] {
        font-size: 16px;
    }

    .page__block-history-item-top-part {
        justify-content: start;
    }

    .page__block-history-item-top-part[data-side="left"] {
        margin-right: 4px;
    }

    .page__block-history-item-top-part[data-side="right"] {
        margin-left: 4px;
    }

    .page__block-history-item-subtitle {
        margin-bottom: 8px;
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 550px) {
    .page__block-history-item-title {
        margin-bottom: 16px;
        font-size: 60px;
        line-height: 45px;
    }
}
/* End */
/* /about/static/css/style.css?17738362497354 */
