@media all and (max-width: 1054px){
    .logo-phone__item {
        font-size: 39pt!important;
    }
    .header .logo-phone__phone {
        padding-left: 25px;
        margin-right: 10px;
        min-width: 220px;
    }
    .logo-phone {
        line-height: 0.9;
    }
}

@media all and (max-width: 754px){
    .slider__description >  svg {
        display: none;
    }
    .actual .flex-row {
        flex-direction: column;
        
    }
    .actual .slider {
        margin-top: 50px;
    }
    .slider__item {
        height: auto;
    }
    .slider__img {
        min-height: 200px;
        background-size: contain;

    }
    .left-caption h2{
        font-size: 23px;
    }
    .left-caption .caption__text {
        font-size: 14px;
    }
    .information__caption {
        margin: 10px 0 13px;
    }
    .information__right {
        margin-top: 30px;
    }
    .information__right .information__text:nth-of-type(n+2) {
        margin-top: 10px;
    }
    .footer .logo-phone__item {
        font-size: 20pt!important;
        margin-bottom: 10px;
    }
    #map {
        position: relative;
    }
    .actual {
        padding-bottom: 15px;
    }
    .contacts__information {
        margin-top: 40px;
    }
    .contacts {
        padding-top: 0;
        padding-bottom: 15px;
        background: url(../images/question-text.png) 100% 41% no-repeat fixed,url(../images/question-block.png) top center/cover no-repeat fixed;
    }
    #map:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1110;
        z-index: 9999;
        content: "";
    }
}
@media all and (max-width: 554px){
    .logo-phone {
        line-height: 0.9;
        
    }
    .logo-phone .flex-row {
        flex-flow:row wrap;
    }
    .logo-phone {
        padding-top: 30px;
    }
    .logo-phone__logo {
        width: 190px;
    }
    header .logo-phone__logo span{
        font-size: 18pt!important;
    }
    .logo-phone__phone {
        padding-left: 25px;
    }
    .logo-phone__logo {
        margin-bottom: 20px;
    }
}
