
@media(min-width: 768px){
    .footer.-type-3 .footer__main {
        padding: 30px 0!important;
    }
    .float {
        bottom: 22%;
        right: 75px;
    }
    .float-taxi {
        bottom: 15%;
        right: 75px;
    }
    .hero.-type-9 .hero__title {
        font-size: 72px;
    }

}
@media(max-width: 768px){
    .js-slider1-prev,.js-slider1-next{
        display: none;
    }
    .float {
        bottom: 30%;
        right: 15px;
    }
    .float-taxi {
        bottom: 20%;
        right: 15px;
    }
    .menuFullScreen-links__item > a {
        font-size: 38px;
    }
    .menuFullScreen__topMobile > *:nth-child(2) img {
        height: 45px;
    }

}

