.section-top {
    padding-top: 1rem
}

@media (min-width: 1024px) {
    .section-top {
        padding:2rem 0 4.5rem
    }
}

@media (min-width: 1280px) {
    .section-top {
        padding:2rem 0 3.5rem
    }
}

@media (min-width: 768px) {
    .section-top .container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        min-height: 300px
    }
}

@media (min-width: 1280px) {
    .section-top .section__description,.section-top .section__heading {
        max-width:500px
    }
}

@media (min-width: 768px) {
    .section-top__content {
        margin-top:2rem
    }
}

@media (min-width: 1280px) {
    .section-top__content {
        margin-top:2.5rem;
        width: 50%
    }
}

.section-top__picture {
    width: 100%;
    text-align: center;
    display: block
}

@media (min-width: 1024px) {
    .section-top__picture {
        width:50%
    }
}

@media (min-width: 1024px) {
    .section-statistics {
        padding:0 0 7.5rem
    }
}

.section-statistics .container {
    padding: 0 1.5rem
}

.section-statistics .stats-list__item {
    max-width: none!important
}

@media (min-width: 768px) {
    .section-banner__content {
        padding-right:42%
    }
}

.section-banner__img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1024px) {
    .section-banner__img {
        width:42%
    }
}

.section-banner__heading {
    text-align: left
}

.section-banner__heading span {
    line-height: 1.1;
    display: block;
    letter-spacing: .2px;
    font-size: 50px
}

@media (min-width: 1024px) {
    .section-banner__heading span {
        font-size:76px
    }
}

.section-banner__buttons {
    margin-top: 1.75rem
}

.about-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2.5rem
}

@media (min-width: 1024px) {
    .about-us {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.about-us__item {
    background: none;
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 2rem
}

@media (min-width: 1024px) {
    .about-us__item {
        max-width:calc(33.333% - 2.25rem);
        margin-bottom: 0
    }
}

.about-us__heading {
    margin-bottom: .5rem
}

.about-us__heading:before {
    display: block;
    content: "";
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    margin-bottom: .5rem
}

@media (min-width: 1024px) {
    .about-us__heading:before {
        width:265px;
        height: 280px;
        margin-bottom: 1.5rem
    }
}

.about-us__heading--1.load-bg:before {
    background-image: url(../images/about-us/img_headquarters.webp)
}

@media (min-width: 1280px) {
    .about-us__heading--1.load-bg:before {
        background-image:url(../images/about-us/img_headquarters@2x.webp)
    }
}

.no-webp .about-us__heading--1.load-bg:before {
    background-image: url(../images/about-us/img_headquarters.png)
}

@media (min-width: 1280px) {
    .no-webp .about-us__heading--1.load-bg:before {
        background-image:url(../images/about-us/img_headquarters@2x.png)
    }
}

.about-us__heading--2.load-bg:before {
    background-image: url(../images/about-us/img_ukraine.webp)
}

@media (min-width: 1280px) {
    .about-us__heading--2.load-bg:before {
        background-image:url(../images/about-us/img_ukraine@2x.webp)
    }
}

.no-webp .about-us__heading--2.load-bg:before {
    background-image: url(../images/about-us/img_ukraine.png)
}

@media (min-width: 1280px) {
    .no-webp .about-us__heading--2.load-bg:before {
        background-image:url(../images/about-us/img_ukraine@2x.png)
    }
}

.about-us__heading--3.load-bg:before {
    background-image: url(../images/about-us/img_freelance.webp)
}

@media (min-width: 1280px) {
    .about-us__heading--3.load-bg:before {
        background-image:url(../images/about-us/img_freelance@2x.webp)
    }
}

.no-webp .about-us__heading--3.load-bg:before {
    background-image: url(../images/about-us/img_freelance.png)
}

@media (min-width: 1280px) {
    .no-webp .about-us__heading--3.load-bg:before {
        background-image:url(../images/about-us/img_freelance@2x.png)
    }
}

.about-us__text {
    margin-bottom: 0
}
