/* XL */
@media (max-width: 1399px) {
}
/* LG */
@media (max-width: 1199px) {
    .logo {
        margin: 20px 0 !important;
        text-align: center;
    }
    
    .redcross img {
        width: 40px !important;
        height: 40px !important;
    }
    
    .title h1 {
        font-size: 20px !important;
        margin-bottom: 0;
    }
    
    .title h2 {
        font-size: 12px !important;
        margin-top: 0;
    }
    
    .phylosophy {
        display: none !important;
    }
    
    .phone a:nth-child(2) {
        display: none !important;
    }
    
    HEADER .overlay {
        padding: 10px 0 20px 0 !important;
        min-height: auto !important;
    }
    
    .mobile {
        margin-bottom: 15px !important;
    }
    
    .address p {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .cover H1 {
        font-size: 30px;
        line-height: 36px;
    }
    
    .cover P {
        font-size: 18px;
        line-height: 24px;
    }
    
    .cover .image {
        display: none;
    }
    
    .cover A.primary, .cover A.secondary {
        padding: 6px 12px;
        margin-right: 12px;
        font-size: 14px !important;
    }
    
    .advantages .item {
        padding: 0 0 30px;
    }
    
    .about .image {
        padding: 0 0 20px;
    }
    
    .faq H2 {
        margin-bottom: 15px;
    }
    
    .promo IMG {
        margin-bottom: 15px;
    }
    
    .offers {
        padding-left: 0;
        margin-top: 30px;
    }
    
    A.primary,
    A.secondary {
        margin: 0;
    }
    
    /* WIDGET */
    .widget {
        width: 35px;
        right: 8px;
        bottom: 50px;
    }
    
    .widget A {
        width: 35px;
        height: 35px;
        margin-top: 8px;
    }
    
    .widget A IMG {
        width: 35px;
        height: 35px;
    }
    
    .steps .step {
        width: 35px;
    }
}
/* MD */
@media (max-width: 992px) {
    
}
/* SM */
@media (max-width: 768px) {
    .title h1 {
        font-size: 18px !important;
    }
    
    .phone a {
        font-size: 18px !important;
    }
    
    .address p {
        font-size: 12px !important;
    }
}