.header{
    top: 0px;
    z-index: 3;
}

.container {
    max-width: 1324px !important;
    width: 100%;
    margin: 0 auto;	
    padding-left: 20px;

}

@media screen and (max-width: 750px) {
    .footers-section footer{
        position: relative;
    }
    body{
        padding-top: 100px !important;
    }
    .header-hidden{
        opacity: 1 !important;
        visibility: inherit !important;
    }
}

.header__inner{
    height: 100px;
}

.product__list2 li{
    margin:0px 0;
}

.header__logo{
    height:100%;
}

.header__logo img{
    height:100%;
    width: auto;
    max-width: 300%;
}

.products__item{
    min-height:550px;
}

.nav__item a{
    color: #fff;
    text-decoration: none;
}

@media screen and (max-height: 800px) {
    .section__next-btn{
        pointer-events: none;
        display: none;
    }
}


footer .container{
    margin: auto;
}

footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    height: 100%;
    display: flex !important;
}

.fp-viewing-page11 footer{
    z-index: 1;
    opacity: 1;
    pointer-events: all;
    padding-top: 200px;
}


.fp-viewing-page11 footer .footer__phone{
    display: none;
}
.fp-viewing-page11 footer .city-list--1{
    display: none;
}


@media only screen and (max-width: 992px){
    .resp-toggle-btn{
        top: 15px;
    }
    .slide__content{
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767.98px){
    .slide {
        height: auto;
        min-height: auto;
    }
    .product__caption{
        padding-bottom: 130px;
    }
    .product__econom{
        padding-left: 15px;
    }
}

