@media (min-width: 1170px){
    header .left {
        padding-top: 80px;
    }
    .left-space {
        margin-left: 160px;
    }

    header .left .bar {
        margin-top: 0px;
    }

    header .right .but {
        bottom: -109px;
    }

    section, header {
        box-sizing: border-box;
    }

    header {
        height: 550px;
        background-size: 100% 340px;
    }

    #s2 .p1 h3 {
        font-size: 42px;
        line-height: 42px;
        width: auto;
    }

    #s2 .stars {
        margin-top: 10px;
    }

    #s2 .p1 p {
        padding: 29px 0px 0px;
    }

    #s2 .p2 h3 {
        font-size: 32px;
        line-height: 32px;
        width: auto;
        padding-bottom: 30px;
    }

    #s2 .p2 a {
        margin: 22px 80px 0px 0px;
    }

    #s3 {
        height: 100vh;
        text-align: center;
    }

    #s3 .wrap {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
    #s3:after {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    #s4 {
        padding: 30px 0px 30px;
    }

    #s4 h3 {
        padding: 50px 0px 28px 26px
    }
    #s4 .wrap > div {
        background-size: auto 100%;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        right: auto;
        bottom: auto;
        background-repeat: no-repeat;
        background-position: right center;
    }
    #s5 h3 {
        margin-bottom: 40px;
    }
    #s6 .reviews {
        margin: 20px 0px;
    }

    #s7 .col {
        height: 460px;
    }

    #s7 .col .img {
        margin: 30px 0px 10px;
    }

    #s7 .col p {
        font-size: 20px;
        line-height: 20px;
    }

    #s7 .col ul li {
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 5px;
    }

    #s7 .col .bottom > span {
        font-size: 24px;
        line-height: 24px;
    }

    #s7 .col .bottom > span > span {
        font-size: 18px;
    }

    #s7 .col .bottom a:not(.stars) {
        margin-top: 12px;
        margin-bottom: 70px;
    }

    #s7 .col .bottom .stars {
        bottom: 12px;
    }

    #s7 {
        padding: 30px 0px 40px
    }

    #s1 {
        /*height: 100vh;*/
    }
}

@media(min-width: 1250px) {
    #s8 .wrap_big {
        width: 1240px;
    }
    
    #s8 .left {
        width: 575px;
    }
    
    #s8 .right {
        width: 606px;
    }
}