@media (max-width: 1600px) {
    h1, h2 {
        font-size: 70px;
    }
    .section-body--content {
        font-size: 38px;
    }
    .section-body--leaf {
        font-size: 20px;
        line-height: 150%;
    }
    .section-body--leaf span {
        font-size: 26px;
    }
    .section-app--leaf {
        font-size: 26px;
    }
}
@media (max-width: 1400px) {
    h1, h2 {
        font-size: 56px;
        line-height: 68px;
    }
    .section-body--content__application, .section-body--content__phone {
        margin-top: 50px;
    }
    .section-body--content__application h2, .section-body--content__phone h2 {
        font-size: 56px;
        line-height: 68px;
        height: unset;
    }

    .section-body--content {
        font-size: 30px;
    }

    .section-body--content__why {
        margin-top: 20px;
    }

    .section-body--text {
        font-size: 21px;
        line-height: 140%;
    }
    .section-body--sub {
        margin-top: 20px;
    }
    .section-body--list {
        max-width: unset;
        margin-top: 30px;
        grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    }
    .section-body--leaf {
        font-size: 16px;
        line-height: 150%;
    }
    .application-solution {
        font-size: 21px;
        margin-top: 20px;
    }
    .section-app--leaf {
        font-size: 21px;
    }
}
@media (max-width: 1200px) {
    h1, h2 {
        font-size: 46px;
        line-height: 56px;
    }
    .section-body--content__application h2, .section-body--content__phone h2  {
        font-size: 46px;
        line-height: 56px;
    }
    .section-body {
        padding: 0 40px;
    }

    .section-body--content {
        font-size: 25px;
        margin-top: 20px;
    }
    .section-body--content.section-body--content__main {
        margin-top: 240px;
    }
    .section-body--content__about {
        margin-top: 100px;
    }
    .section-body--sub {
        margin-top: 15px;
    }
    .section-body--list {
        margin-top: 30px;

    }
    .section-body--text {
        font-size: 22px;
        line-height: 140%;
    }
    .section-app--leaf {
        font-size: 17px;
    }

}

@media (max-width: 1024px) {
    h1, h2 {
        font-size: 40px;
    }
    .section-body--content__application h2, .section-body--content__phone h2  {
        font-size: 40px;
        line-height: 49px;
    }
    .header-logo {
        margin: auto 0 auto 20px;
    }
    .section-body--content {
        font-size: 22px;
    }
    .section-body--content.section-body--content__main {
        margin-top: 160px;
    }
    .section-body--sub {
        margin-top: 12px;
    }
    .section-body--text {
        font-size: 18px;
        line-height: 140%;
    }
    .section-body--list {
        margin-top: 30px;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    .section-app--leaf {
        font-size: 15px;
    }
    .section-app--leaf span {
        width: 50px;
        height: 50px;
        margin-right: 20px;
        border-radius: 12px;
        font-size: 15px;
        line-height: 30px;
    }
    .section-app--leaf span img {
        width: 28px;
        height: 28px;
    }
    .header-menu .active:after {
        width: 50px;
    }
}

@media (max-width: 800px) {
    .header-menu a {
        font-size: 14px;
    }
    h1, h2 {
        font-size: 36px;
    }
    .section-body--content {
        font-size: 20px;
    }
    .section-body--list {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}



@media (max-width: 1540px) {
    .section-body--content__why {
        padding: 25px;
    }
}

@media (max-width: 1240px) {
    .header-menu {
        margin: auto;
    }
    .header-menu a  {
        margin: auto 10px;
    }
}

/* Mobile version*/
@media (max-width: 720px) {
    header {
        height: 78px;
    }
    .burger {
        display: block;
    }
    .burger:hover {
        cursor: pointer;
    }
    .burger-container {
        display: none;
        height: calc(100vh - 78px);
        width: 100%;
        position: absolute;
        top: 78px;
        right: 0;
        background-color: #2f2f2f;
        opacity: 1;
    }
    .burger-menu {
        display: none;
        background-color: rgba(245, 86, 54, 1);
        width: 100%;
        height: calc(100vh - 78px);
        max-width: 320px;
        position: absolute;
        top: 78px;
        right: 0;
        box-shadow: 0 1.3em 1em rgba(0, 0, 0, 0.6);
    }
    .burger-menu a {
        display: block;
        padding: 30px 10px;
        border-bottom: 2px white solid;
        color: white;
        text-decoration: none;
    }
    .burger.active .burger-menu {
        display: block;
    }
    .burger.active .burger-container {
        display: block;
        opacity: .7
    }
    .header-menu {
        display: none;
    }
    .burger-burger {
        position: absolute;
        right: 0;
        top: 0;
        width: 92px;
        height: 78px;
        z-index: 100;
        padding: 26px 20px;
    }
    .burger-line {
        width: 100%;
        height: 2px;
        background-color: white;
        margin-bottom: 10px;
    }
    .burger-line:last-child {
        margin-bottom: 0;
    }

    .header-logo {
        margin: 20px;
    }
    .header-logo img {
        width: 170px;
        height: 38px;
    }
    .header-menu a  {
        margin: auto 10px;
    }

    h1, h2 {
        font-weight: 800;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 0;
    }
    .section-body {
        display: block;
        margin-top: 60px;
        height: auto;
        padding: 0;
    }

    .section-body--sub {
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .section-body--content {
        top: unset;
        margin: 0 0 20px;
        width: auto;
        padding: 0 20px;
        text-align: center;
    }
    .section-body--content.section-body--content__main {
        margin-top: 0;
    }
    .image-left, .image-right {
        display: none;
    }
    .image-cont {
        margin: auto;
        width: auto;
        max-height: unset;
        text-align: center;
        position: static;
    }
    .image-base {
        margin: auto;
        width: 100%;
    }
    .section-body--image {
        margin: 20px 0 0;
        width: 100%;
        /*height: auto;*/
    }
    .section-body--image__bg {
        background-image: url("/img/msection1.jpg");
        width: 100%;
        height: 500px;
    }
    .bg2 {
        background-image: url("/img/msection2.jpg");
        height: 491px;
    }
    .section-body--list {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        max-width: unset;
    }
    .section-body h2 {
        /*margin-top: 118px;*/
    }
    .section-body--text {
        margin-top: 20px;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.02em;
        color: #0E0E0E;
        width: 100%;
    }
    .section-body--leaf {
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: .02em;
        text-align: center;

    }
    .section-body--leaf span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: calc(50% - 25px);
        font-size: 24px;
        border-radius: 8px;
    }
    .section-body--list {
        margin-top: 20px;
        padding-bottom: 40px;
    }
    .section-body--content__application h2 {
        height: auto;
        font-family: Montserrat, sans-serif;
        font-weight: 800;
        font-size: 30px;
        line-height: 123%;
        letter-spacing: 0;
        text-transform: uppercase;
    }
    .application-solution {
        margin-top: 30px;
        font-family: Montserrat,sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: .02em;

    }
    .section-app--leaf {
        font-family: Montserrat,sans-serif;
        font-weight: 800;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .02em;
    }
    .section-app--leaf span {
        width: 50px;
        height: 50px;
        margin-right: 12px;
        padding: 11px;
    }
    .section-app--leaf span img {
        width: 28px;
        height: 28px;
    }
    .bg5 {
        background: url("/img/msection5.jpg") center no-repeat;
        height: 410px;
    }
    .section-body--content__phone h2 {
        height: auto;
        line-height: 100%;
    }
    .section-app--list__contact {
        margin-top: 40px;
    }
}