h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0 !important;
}

.title--h2 {
    font-size: 40px;
}

.section--hero, .section--case {
    overflow: hidden;
}

.about {
    color: #2b2b2b;
}
.container {
    position: relative;
    z-index: 1;
}

.hero_article__text {
    max-width: 61rem;
    opacity: 0.7;
    font-size: 23px;
    line-height: 1.5;
}

section.section--clients, .section.section--history {
    padding: 70px 20px;
}

.section--history p {
    font-size: 17px;
    line-height: 1.7;
    opacity: .7;
}

.row .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    min-height: 1px;
}

.section--history .row .col-6:first-of-type {
    padding-right: 30px;
}


.section--history .row .col-6:last-of-type {
    padding-left: 30px;
}

.clients__item {
    height: 165px;
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9faff;
    border-radius: 5px;
}

.clients__item img {
    max-width: 100px;
}

.clients__carousel {
    position: relative;
    max-width: 840px;
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
}

.clients__carousel-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    top: calc(50% - 20px);
    width: 100%;
    height: 1px;
}

.carousel__nav {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 70px;
    background-color: #f9faff;
    background-position: center center;
    background-repeat: no-repeat;
    color: #eb006e;
    font-weight: 800;
}

.clients__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.section.section--delimeter {
    padding-bottom: 0;
}

.section--delimeter .container{
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}

div.subscribe-mailing__form-cols {
    display: flex;
    width: 100%;
}

div.subscribe-mailing__form-input-col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 750px;
    justify-content: space-between;
}

div.subscribe-mailing__form-input-col .textarea {
    margin-top: 20px;
}

div.subscribe-mailing__form-input-col .textarea,
.subscribe-mailing__form-terms {
    flex-basis: 100%;
    width: 100%;
}

.about .text:not(.textarea):not(.EMAIL) {
    margin-right: 20px;
}

.textarea textarea {
    resize: none;
    width: 100%;
    border-bottom-color: #fff;
    color: #fff;
}

.subscribe-mailing__upload label {
    cursor: pointer;
}

.subscribe-mailing__upload {
    margin-top: 20px;
    cursor: pointer;
}

.subscribe-mailing__upload p {
    margin-bottom: 0;
}

.subscribe-mailing__upload svg {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5px;
}

.section--callback {
    position: relative;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/about/img/form.jpg');
    background-size: cover;
    color: #fff;
}


.section--callback .inter-box__form-input {
    border-bottom-color: #fff;
    color: #fff;
}

.section--callback::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .2);
}

.subscribe-mailing__upload {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
}

.row.gut {
    margin-right: 0;
    margin-left: 0;
}


@media all and (max-width: 1280px) {
    div.subscribe-mailing__form-input-col {
        max-width: 100%;
    }

    .about .text {
        flex-grow: 1;
    }

    .about .text .inter-box__form-input {
        width: 100%;
    }

    .title--h1 {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .hero_article__text {
        font-size: 21px;
    }

    .title--h2 {
        font-size: 34px;
    }

    .section--history .row .col-6:first-of-type {
        padding-right: 20px;
    }

    .section--history .row .col-6:last-of-type {
        padding-left: 20px;
    }

    .section--history p {
        font-size: 16px;
        line-height: 1.7;
        opacity: .7;
    }

    .clients__inner {
        justify-content: space-around;
    }

}

@media all and (max-width: 1024px) {
    .section--history .row {
        flex-direction: column;
    }

    .section--history .row .col-6:first-of-type {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .section--history .row .col-6:last-of-type {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }

   .clients__carousel {
        max-width: 660px;
    }

    .clients__brief {
        margin-left: 20px;
    }

    .clients__brief .button {
        min-width: 170px;
    }


    section.section--delimeter {
        padding-bottom: 0 !important;
    }

    .clients__inner {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .clients__carousel {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 650px) {
    .title--h1 {
        font-size: 2.1rem;
    }
    section.section.section--hero, section.section.section--hero_bg {
        padding: 120px 20px;
    }

}

@media all and (max-width: 500px) {
    .clients .owl-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .clients__inner {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .title--h2 {
        font-size: 26px;
    }

    .gut {
        margin: 0 !important;
    }
}

@media all and (max-width: 320px) {
    .title--h1 {
        font-size: 1.2rem;
        line-height: 1.4;
        letter-spacing: 0;
    }

    .hero_article__text {
        font-size: 17px;
    }

    .title--h2 {
        font-size: 20px;
    }

    .section--history p {
        font-size: 15px;
        line-height: 1.7;
        opacity: .7;
    }
}
