@media screen and ( -webkit-min-device-pixel-ratio:0 ){
    ::i-block-chrome, body{
        font-family:Helvetica, Arial, sans-serif;
    }
    ::i-block-chrome, .overlay_header{
        display:block;
    }
    ::i-block-chrome, .list-wraper{
        opacity:1;
    }
}
@media screen and (max-width:505px) and ( -webkit-min-device-pixel-ratio:0 ){
    ::i-block-chrome, p.wraper-info-phone{
        font-family:Helvetica, Arial, sans-serif;
    }
    ::i-block-chrome, .wide.safari{
        font-size:40px;
    }
    ::i-block-chrome, a.button-call.safari{
        font-size:18px;
        margin-top:50px;
    }
}
@media screen and (min-width:768px) and ( -webkit-min-device-pixel-ratio:0 ){
    ::i-block-chrome, p.wraper-info-phone{
        font-family:Helvetica, Arial, sans-serif;
    }
    ::i-block-chrome, a.button-call.safari{
        margin-top:50px;
    }
    ::i-block-chrome, .wide.safari, .list-wraper, .contacts{
        color:#fff;
    }
    ::i-block-chrome, .safari.family{
        background-image:url(../../img/family-sm.jpg);
    }
}
@media screen and (max-width:992px) and ( -webkit-min-device-pixel-ratio:0 ){
    ::i-block-chrome, .overlay_collage{
        opacity:.3;
    }
}
@media screen and ( -webkit-min-device-pixel-ratio:0 ) and (min-width:768px) and (max-width:992px){
    ::i-block-chrome, .wide.safari{
        font-size:40px;
    }
    ::i-block-chrome, .safari.slogan_small {
        font-size:30px;
        margin-top:50px;
    }
}
@media screen and ( -webkit-min-device-pixel-ratio:0 ) and (min-width:768px) and (max-width:1200px){
    ::i-block-chrome, .wide.safari{
        margin-bottom:150px;
    }
    ::i-block-chrome, a.button-call.safari{
        font-size:18px;
    }
}
@media screen and (min-width:992px) and (max-width:1200px) and ( -webkit-min-device-pixel-ratio:0 ){
    ::i-block-chrome, .wide.safari{
        font-size:40px;
    }
    ::i-block-chrome, .safari.family{
        background-image:url(../../img/family-md.jpg);
    }
}
@media screen and (min-width:1200px) and ( -webkit-min-device-pixel-ratio:0 ){
    ::i-block-chrome, .family{
        min-height:900px;
    }
    ::i-block-chrome, .collage{
        min-height:900px;
    }
    ::i-block-chrome, .safari.family{
        background-image:url(../../img/family-lg.jpg);
    }
}
