﻿/* adaptive */

@media screen and (max-width: 1160px) {

.bruschatka {
    width: calc(100% - 540px) !important;
    left: auto !important;
    right: 0px;
}

.landing
{
    width: 94%;
}

}



@media screen and (max-width: 900px) {

div.pervyi-ekran {
    background: #fff;
}

div.blok-preimushchestva {
    margin: 80px 0 20px;
}

.subblok-preimushchestva {
    width: 100% !important;
    float: left;
    margin: 0 0% 20px 0 !important;
    padding: 0 0 0 80px !important;
}

.subblok-preimushchestva.spec {
    background-size: 60px !important;
}

.subblok-preimushchestva.cena {
    background-size: 60px !important;
}

.subblok-preimushchestva.garantiya {
    background-size: 60px !important;
}

div.bruschatka {
    height: auto;
    width: 320px !important;
    position: relative;
    z-index: 100;
    left: 480px;
    top: auto;
}

}


@media screen and (max-width: 800px) {

div.telefon {
    text-align: left;
    margin: 0px 0px 20px auto;
    font-weight: 400;
    line-height: 120%;
    float: left;
    width: 100%;
}

}


@media screen and (max-width: 700px) {

div.pervyi-ekran-left {
    width: 100%;
    float: left;
}

div.pervyi-ekran-left h1 span {
    font-size: 14vw;
}

}


