@media (min-width: 1025px) {
    .about-block-page__inner {
        padding: 0 112px;
    }
}

.about-block-page__adv {
    margin-bottom: 40px;
}

@media (min-width: 1025px) {
    .about-block-page__adv__list {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.about-block-page__adv__item {
    margin-bottom: 10px;
    text-align: center;
}

@media (min-width: 1025px) {
    .about-block-page__adv__item {
        text-align: left;
        width: 33%;
    }
}

@media (min-width: 640px) {
    .about-block-page__adv__item-inner {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

@media (min-width: 1025px) {
    .about-block-page__adv__item-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.about-block-page__adv__title {
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    color: #303233;
}

.about-block-page__adv__desc {
    font-size: 14px;
    line-height: 20px;
    color: #858D99;
}

@media (min-width: 640px) {
    .about-block-page__adv__title {
        font-size: 48px;
        line-height: 56px;
    }

    .about-block-page__adv__desc {
        font-size: 24px;
        line-height: 28px;
        margin-left: 20px;
    }
}

@media (min-width: 1025px) {
    .about-block-page__adv__desc {
        margin-left: 0;
    }
}

.about-block-page__text {
    font-size: 18px;
    line-height: 28px;
    color: #303233;
    margin-bottom: 40px;
}

.about-block-page__rekvizits-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    color: #303233;
    margin-bottom: 30px;
}

.about-block-page__rekvizits-item {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.about-block-page__rekvizits-item-title {
    font-size: 18px;
    line-height: 28px;
    color: #858D99;
}

.about-block-page__rekvizits-item-value {
    font-size: 18px;
    line-height: 28px;
    color: #303233;
}

.about-block-page__rekvizits-item-value-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about-block-page__rekvizits-item-value-item-title {
    margin-right: 10px;
}

@media (min-width: 1025px) {
    .about-block-page__rekvizits-item {
        flex-direction: row;
        justify-content: flex-start;
    }

    .about-block-page__rekvizits-item-title {
        flex: none;
        width: 224px;
    }

    .about-block-page__rekvizits-item-value {
        margin-left: 20px;
    }
}

.about-banner {
    max-width: 1312px;
    height: 392px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 0 112px;
    margin-bottom: 40px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-banner__content {
    position: relative;
    z-index: 2;
}

.about-banner__title {
    font-weight: 500;
    font-size: 64px;
    line-height: 72px;
    color: #FFFFFF;
    margin-bottom: 38px;
}

.about-banner__desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #F2B600;
}

@media (max-width: 1024px) {
    .about-banner {
        padding: 0 62px;
        height: 292px;
    }

    .about-banner__title {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 18px;
    }

    .about-banner__desc {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 479px) {
    .about-banner {
        padding: 0 22px;
        height: 192px;
    }

    .about-banner__title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .about-banner__desc {
        font-size: 16px;
        line-height: 20px;
    }
}

#canvas {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(264.86deg, #D9344A 0%, #303233 100.29%);
    mix-blend-mode: difference;
    right: 0;
    width: 100%;
}