.main__hero {
    background: transparent url('../img/about__hero-m.jpg') no-repeat top center/contain;
    margin-bottom: 40px;
}
.main__hero_title {
    padding-top: 16.8vw
}
@media (min-width: 769px) {
    .main__hero {
        background: transparent url('../img/about__hero.jpg') no-repeat top center/contain;
        margin-bottom: 126px;
    }
    .main__hero_title {
        padding-top: 0
    }
}

.about__header {
    color: var(--color-blue)
}
.about__header_left {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.225;
    letter-spacing: -0.03em;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.about__header_right {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.03em;
}
.about__small_title {
    font-family: 'Lumios Marker', sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.5em;
    color: var(--color-blue-light)
}
.about__bloc {
    color: var(--color-blue);
    display: flex;
    flex-direction: column
}
.about__bloc:nth-of-type(2n+1) {
    flex-direction: column-reverse;
}
.about__txt {    
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.03em;
    margin-bottom: 1em
}
.about__title {
    font-family: 'Lumios Marker', sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.0625;
    margin-bottom: 0.5em
}
.about__mentions {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.142857;
    letter-spacing: -0.03em;
    color: #A3A3A3;
    margin-bottom: 48px;
}
.about__media {
    margin: 1em 0
}
.about__footer {
    text-align: center
}

@media (min-width: 769px) {
    .about__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 9.625vw;
    }
    .about__header_left {
        font-size: 2.5vw;
        line-height: 1.225;
        text-transform: uppercase;
        width: 43%;
        margin-bottom: 0;
    }
    .about__header_right {
        width: 41%;
        padding-right: 0.75vw;
        padding-top: 0.8125vw;
    }
    .about__header_right .about__txt {
        font-size: 12px;
        line-height: 1.55;      
    }
    .about__small_title {
        font-size: 1.875vw;
        margin-bottom: 1.8125vw;       
    }
    .about__bloc {
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        margin-bottom: 7.375vw;
    }
    .about__bloc:nth-of-type(3n+1) {
        margin-bottom: 12vw
    }
    .about__bloc:nth-of-type(3n+2) {
        margin-bottom: 10.0625vw
    }
    .about__bloc:nth-of-type(2n+1) {
        flex-direction: row;
    }
    .about__content {
        width: 40.7%;
        padding-top: 3px;
        position: relative
    }
    .about__bloc:nth-of-type(3n) .about__content {
        top: -0.4375vw;
    }
    .about__bloc:nth-of-type(3n+1) .about__content {
        top: 0.75vw;
    }
    .about__bloc:nth-of-type(3n+2) .about__content {
        top: 0.9375vw;
    }
    .about__txt {
        font-size: 12px;
        line-height: 1.55;
        max-width: 80%;
        margin-bottom: 1.75vw;
    }
    .about__title {
        font-size: 4vw;
        line-height: 1.0625;
        margin-bottom: 2.875vw;      
    }
    .about__mentions {
        font-size: 9px;
        line-height: 1.14285;
        max-width: 60%     
    }
    .about__media {
        width: 49%;
    }
    .about__footer {
        max-width: 46%
    }
    .main {
        padding-bottom: 3.875vw
    }
}

@media (min-width: 960px) {
    .about__header_right .about__txt {
        font-size: 1.25vw;     
    }
}
@media (min-width: 1024px) {
    .about__mentions {
        font-size: 0.875vw;
    }
}
@media (min-width: 1080px) {
    .about__txt {
        font-size: 1.125vw;
    }
}

@media (min-width: 1600px) {
    .about__header {
        margin-bottom: 154px;
    }
    .about__header_left {
        font-size: 40px;
    }
    .about__header_right {
        padding-right: 12px;
        padding-top: 13px;
    }
    .about__header_right .about__txt {
        font-size: 20px;  
    }
    .about__small_title {
        font-size: 30px;
        margin-bottom: 29px;       
    }
    .about__bloc {
        margin-bottom: 118px;
    }
    .about__bloc:nth-of-type(3n+1) {
        margin-bottom: 192px
    }
    .about__bloc:nth-of-type(3n+2) {
        margin-bottom: 161px
    }
    .about__bloc:nth-of-type(3n) .about__content {
        top: -7px;
    }
    .about__bloc:nth-of-type(3n+1) .about__content {
        top: 12px;
    }
    .about__bloc:nth-of-type(3n+2) .about__content {
        top: 15px;
    }
    .about__txt {
        font-size: 18px;
        margin-bottom: 28px;
    }
    .about__title {
        font-size: 64px;
        margin-bottom: 46px;      
    }
    .about__mentions {
        font-size: 14px;
    }
    .main {
        padding-bottom: 62px
    }
}