.c-about--company {
    display: flex;
    justify-content: space-between;
    padding-bottom: 115px
}

.c-about--company .c-about-company_item.c-company__img {
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    width: 48.5%;
    height: 413px
}

.c-about--company .c-about-company__header, .main--title__text, .review--title__text {
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    padding: 0;
    margin: 0 0 30px
}

.c-about--company .c-about-comp__text {
    font-size: 16px;
    line-height: 22px
}

.c-about--company .c-about-comp__text:not(:last-child) {
    margin-bottom: 20px
}

.c-about-company_item.c-company_text-wrapper {
    width: 47.5%
}


.c-flora-new {
    background-color: #f2f2f2;
    padding-top: 52px;
    padding-bottom: 79px;
    position: relative
}

.c-flora-new::after {
    height: 60px;
    bottom: 0;
    left: 0;
    background: url(../../img/vln-grey.png) repeat-x bottom
}

.c-flora-new::after, .c-flora-new::before, .c-history--scale::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute
}

.c-flora-new::before {
    height: 60px;
    top: -8px;
    left: 0;
    background: url(../../img/volna-greytop.png) repeat-x top
}

.c-flora-new__header {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    padding: 0;
    margin: 0 0 73px
}

.c-flora-new__flex {
    display: flex;
    justify-content: space-between
}

.c-flora-new__flex .c-flora-new__item {
    display: flex
}

.c-flora-new_element {
    width: 138px
}

.c-flora-new_element.c-red--big {
    width: auto;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #eb212e;
    margin-right: 15px
}


.c-review_clients .btn.c-client__btn, .c-review_clients .container {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-review_clients {
    padding-top: 144px;
    padding-bottom: 102px
}

.c-review_clients .c-clients-rew__text {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    margin-right: 30px
}

.c-review_clients .btn.c-client__btn {
    width: 170px;
    height: 48px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    position: relative
}

.c-review_clients .btn.c-client__btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 130px;
    height: 52px;
    background: url(../../img/XMLID.png) no-repeat center;
    top: -64px;
    left: -44px
}


@media (max-width: 767px) {
    .c-about--company .c-company_text-wrapper .c-about-company__header {
        display: none
    }
    
    .c-about-company_item.c-company__img .c-about-company__header.is--hidden, .main--title__text {
        display: block;
        font-size: 28px;
        line-height: 33px;
        margin: 0 0 25px;
        width: 90%
    }
    
    
    .c-about--company {
        flex-direction: column-reverse;
        justify-content: normal;
        padding-bottom: 42px
    }
    
    .c-about-company_item.c-company_text-wrapper {
        width: 100%
    }
    
    .c-about--company .c-about-company_item.c-company__img {
        width: 100%;
        height: auto;
        margin-bottom: 25px
    }
    
    .c-about-company_item.c-company__img img {
        max-width: 100%;
        max-height: 100%
    }
    
    .c-flora-new {
        padding-top: 38px;
        padding-bottom: 60px
    }
    
    .c-flora-new__header {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 28px;
        z-index: 20
    }
    
    .c-flora-new__flex {
        flex-wrap: wrap
    }
    
    .c-flora-new__flex .c-flora-new__item {
        flex-direction: column
    }
    
    .c-flora-new__item .c-flora-new_element {
        width: 134px;
        text-align: center;
        font-size: 14px;
        line-height: 16px
    }
    
    .c-flora-new__item .c-flora-new_element.c-red--big {
        margin: 0 0 5px;
        font-size: 36px;
        line-height: 42px
    }
    
    .c-flora-new__flex .c-flora-new__item:not(:nth-last-child(-n+2)) {
        margin-bottom: 30px
    }
    .c-review_clients {
        padding-top: 40px;
        padding-bottom: 40px
    }
    
    .c-review_clients .container {
        flex-direction: column;
        justify-content: normal
    }
    
    .c-review_clients .c-clients-rew__text {
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        margin-bottom: 87px
    }
    
    .c-review_clients .btn.c-client__btn::before {
        margin-right: -50%;
        left: 50%;
        transform: translate(-50%)
    }
    .wrapper-about-us .container {
        padding-left: 19px;
        padding-right: 19px
    }
    
    .c-flora-new::before {
        display: none;
    }
}
