/*==========  Desktop First Method  ==========*/

/* My */
@media only screen and (max-width : 2000px) {
    
}

/* My */
@media only screen and (max-width : 1700px) {
    
    
    
}

/* My */
@media only screen and (max-width : 1600px) {
    
    h1{
        font-size: 36px;
        font-weight: bold;
        color: #4B4B4B;
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 25px;    
    }

    h3{
        font-size: 24px;
    }
    
    .std-content{
        font-size: 14px;
        line-height: 1.2;
    }

    .std-content p{
        font-size: 14px;
        line-height: 1.2;
    }


    .kak_kupit-wrapper .kak_kupit-item a.kak_kupit-title{
        font-size: 20px;
    }

    .kak_kupit-wrapper .kak_kupit-item[data-active="1"] a.kak_kupit-title{
        font-size: 24px;
    }

    .kak_kupit-wrapper .kak_kupit-item .kak_kupit-body{
        font-size:14px;
        line-height: 1.2;
    }
    .kak_kupit-wrapper .kak_kupit-item .kak_kupit-body p{
        font-size:14px;
        line-height: 1.2;
        margin-bottom:12px;
        /* margin-bottom:0; */
    }


    .contacts_page-bottom{
        display: none;
    }


    .sortTable-wrapper{
        height: 70vh;
    }






    .leaves-left-2{
        display: none;
    }

}

/* My */
@media only screen and (max-width : 1400px) {
    
    
    
}



@media only screen and (max-width : 1300px) {
    
}




/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1090px) {
    
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    
}

@media only screen and (max-width : 767px){
    
    .only-mobile{
        display:inherit;
    }
    
    .only-display{
        display:none;
    }
    
    
    
    
    
}

@media only screen and (max-width : 730px) {
    
}

/* Custom width-type */
@media only screen and (max-width : 660px) {
    
}


/* My */
@media only screen and (max-width : 550px) {
    
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    
}

/* my custom */
@media only screen and (max-width : 425px) {
    
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    
}






/*    (!) По максимальной высоте */
@media only screen and (max-height : 730px){
    body[data-id="page-kvs_intfasad"] h1{
        margin-top: 113px;
        font-size: 28px;
    }

    .intfasad-info{
        margin-top: 178px;
    }

    .intfasad-info .mitem{
        font-size: 15px;
        margin-bottom: 24px;
    }


    .intfasad-etazh_info{
        padding-top: 0;
        padding-bottom: 0;
        
    }

    .intfasad-kv_info-item{
        font-size: 15px;
    }



    body[data-id="page-kvs_intfasad"] .intfasad[data-step="3"] .intfasad-kv_info-item{
        margin-bottom: 5px;
    }

    .intfasad-etazh_info .intfasad-kv_info-item{
        margin-left: 15px;
        margin-right: 15px;
    }

    .intfasad-kv_info-item[data-id="nav_etazh"]{
        margin-top: -15px;
        margin-left: 0;
    }

    .intfasad-kv_info-item[data-id="nav_etazh"] a[data-direction="up"]{
        margin-bottom: 10px;
    }




    body[data-step="3"][data-etazh_id="252"] .intfasad-kv_info-item[data-id="polozhenie_na_etazhe"] {
        margin-top: 20px;
    }




    
}







/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1400px) {
    
}
 /* EXTRA Large Devices, Wide Screens */
@media only screen and (min-width : 1921px) {
	
}