.about-page {
    font-family: 'Montserrat', sans-serif;
}

.about-page img {
    max-width: 100%;
}

.about-page .breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0;
}

.breadcrumb li {
    padding: 0;
    margin: 0;
    list-style-type: unset;
    display: inline-block;
}

.breadcrumb li a, .breadcrumb li > span {
    color: #000;
    font-family: 'ProximaNovaLight', sans-serif;
    font-size: 15px;
}

.breadcrumb li a:after {
    color: #000;
    font-family: 'ProximaNovaLight', sans-serif;
    font-size: 15px;
    content: "/";
    display: inline-block;
    margin: 0 15px;
}

.breadcrumb li a {
    color: #E06C2A;
}

.about-page__banner {
    background-image: url('../img/cards/banner.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-color: #070707;
    background-position-x: right;
    background-position-y: bottom;
}

.about-page__banner-title {
    font-size: 48px;
    line-height: normal;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 70px 0 90px;
    text-transform: uppercase;
}

.about-page__banner-text {
    font-size: 18px;
    color: #ffffff;
    max-width: 520px;
    padding-bottom: 230px;
}

.about-page__banner-img {
    display: none;
}

.about-page__list {
    background-size: cover;
}

.about-page__cards .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-page__left {
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-page__right {
    padding-left: 50px;
    flex: 1;
}

.about-page__cards {
    padding: 60px 0;
}

.about-page__cards:not(:last-child) {
    border-bottom: 1px solid #fd6c1e;
}


.about-page__button {
    font-size: 18px;
    color: #fd6c1e;
    border: 2px solid #fd6c1e;
    border-radius: 20px;
    text-transform: lowercase;
    display: inline;
    padding: 11px 20px 10px;
    cursor: pointer;
    text-align: center;
}

.about-page__list--black .about-page__button {
    background: #fd6c1e;
    color: #fff;
}

.about-page__img {
    margin-bottom: 45px;
}

.about-page__name {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 30px;
}

.about-page__list {
     background-position: left bottom;
}

.about-page__list--black {
    color: #fff;
}

.about-page .bonus-desc__text {
    font-size: 20px;
    position: relative;
    padding: 5px 30px 20px 50px;
    line-height: 1;
}

.about-page .bonus-desc__text:before {
    content: '';
    width: 40px;
    height: 29px;
    background-image: url('../img/cards/star-black.png');
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}

.about-page .bonus-desc__text span {
    color: #fd6c1e;
    border-bottom: 1px solid #fd6c1e87;
}

.about-page a.bonus-desc__text:before {
    background-image: url('../img/cards/star-orange.png');
}

.about-page__list--black .bonus-desc__text:before {
    background-image: url('../img/cards/star.png');
}


@media screen and (max-width: 1140px) { 
    .about-page__left {
        max-width: 300px;
    }

    .about-page .bonus-desc__text {
        font-size: 18px;
    }
}

@media screen and (max-width: 860px) {
    .about-page__banner-title {
        font-size: 34px;
        padding: 50px 0 70px;
    }

    .about-page__left {
        max-width: inherit;
        flex-direction: column;
        display: flex;
        margin-bottom: 50px;
    }

    .about-page__cards .wrapper {
        justify-content: center;
    }

    .about-page__right {
        flex: auto;
    }
}
@media screen and (max-width: 540px) {
    .about-page__banner-title {
        font-size: 19px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .about-page__banner-text {
        display: none;
    }

    .about-page__banner-img {
        display: block;
        margin: 0 -15px;
    }

    .about-page__banner {
        background-image: none;
    }

    .about-page__cards {
        padding: 25px 0 20px;
    }

    .about-page__button.show-modal-privilege {
        font-size: 12px;
        padding: 10px 15px;
        margin: 0 auto;
    }

    .about-page__img {
        margin-bottom: 24px;
    }

    .about-page__left {
        margin-bottom: 22px;
    }

    .about-page__right {
        padding-left: 0;
    }

    .about-page__name {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .about-page .bonus-desc__text {
        font-size: 16px;
        padding: 2px 20px 15px 35px;
    }

    .about-page .bonus-desc__text:before {
        width: 25px;
        height: 20px;
    }
}

@media screen and (max-width: 375px) {
    .about-page__name {
        font-size: 24px;
    }

    .about-page .bonus-desc__text {
        font-size: 14px;
        padding-bottom: 10px;
    }
}