.yavto-screen__img {
    float: left;
    height: 600px;
    margin: 0px;
    clear: none;
    width: 62%;
    display: block;
    position: relative;
    /*background-image:url("img/YandexAuto.jpg");*/
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 40%;
    background-repeat: repeat repeat;
}

.yavto-screen__text-wrapper {
    float: left;
    height: 600px;
    margin: 0px;
    clear: none;
    width: 38%;
    display: block;
    position: relative;
    background-image:url("/v4/assets/img/cars/about/YandexAuto-blur.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    padding: 110px 70px 70px;
    min-height: 0px;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}

.yavto-screen {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
}

.yavto-screen__title {
    float: left;
    font-size: 40px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 20px 0px 0px;
    clear: none;
    min-height: 0px;
    font-family: PragmaticaLightC;
    color: rgb(208, 211, 212);
}

.yavto-screen .yavto-screen__text-wrapper .yavto-logo {
    float: left;
    width: 150px;
    max-width: 100%;
    height: auto;
    margin: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

.yavto-screen__text {
    float: left;
    font-size: 21px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1.3em;
    margin: 20px 0px 0px;
    clear: both;
    min-height: 0px;
    font-family: PragmaticaC;
    color: rgb(255, 255, 255);
}

@media only screen and (max-width: 1279px) {
    .yavto-screen__text-wrapper {
        padding: 60px;
    }

    .yavto-screen__title {
        font-size: 35px;
    }

    .yavto-screen__text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 959px) {
    .yavto-screen__img {
        height: 450px;
        width: 100%;
    }

    .yavto-screen__text-wrapper {
        /*height: auto;*/
        height: 360px;
        width: 100%;
        padding-bottom: 0px;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .yavto-screen__img {
        height: 400px;
    }

    .yavto-screen__text-wrapper {
        height: 340px;
    }

    .yavto-screen__text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 639px) {
    .yavto-screen__img {
        width: 100%;
        border-right-width: 0px;
        height: 350px;
    }

    .yavto-screen__text-wrapper {
        border-left-width: 0px;
        width: 100%;
        margin-top: 0px;
    }

    .yavto-screen__title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 599px) {
    .yavto-screen__text-wrapper {
        padding: 40px 50px 0px;
        height: 380px;
    }

    .yavto-screen__img {
        height: 300px;
    }
}

@media only screen and (max-width: 479px) {
    .yavto-screen__img {
        height: 250px;
    }

    .yavto-screen__text-wrapper {
        height: 420px;
        padding: 30px 30px 0px;
    }

    .yavto-screen__title {
        font-size: 30px;
    }

    .yavto-screen__text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 369px) {
    .yavto-screen__img {
        height: 200px;
    }
}