

/* Start:/local/templates/kaskad/css/about.css?17816762811822*/
.about {
    padding-block: 24px;
}

.about__title {
    margin-bottom: 30px;
}

.about__body {
    aspect-ratio: 1400/632;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.masked-image {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: url('/local/templates/kaskad/images/about/about-pc.jpg') bottom/cover;

    /* Сама маска */
    -webkit-mask-image: url('/local/templates/kaskad/images/about/about-path.svg');
    mask-image: url('/local/templates/kaskad/images/about/about-path.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-repeat: no-repeat;
}

.about .bg-vector {
    position: absolute;
    top: -30px;
    left: 58%;
    width: 40%;
    height: 100%;
    transform: translateX(-50%);
    z-index: 1;
    background-image: url('/local/templates/kaskad/images/about/bg-vector.svg') ;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.about__left {
    flex-basis: 60%;
    padding-right:clamp(0px, 100px + 15vw, 500px);
}

.about__right {
    flex-basis: 40%;
    align-self: flex-end;
    padding-right: clamp(0px, 5vw, 200px);
    padding-bottom: 15px;
}

.about-left__title {
    color: var(--color-primary);
    margin-bottom: 10px;
}

@media (max-width: 998px) {
    .about .bg-vector {
        display: none;
    }

    .about-left__title {
        text-transform: uppercase;
    }
    .masked-image {
        position: relative;
        width: 100%;
        top: 0;
        aspect-ratio: 320/130;
        margin-bottom: 14px;
    }
    .about__body {
        aspect-ratio: auto;
        display: flex;
        flex-direction: column;
    }
    .about__left, .about__right {
        padding: 0;
        flex-basis: 100%;
    }
}
/* End */
/* /local/templates/kaskad/css/about.css?17816762811822 */
