@media(max-width: 1199px) {

    body header .navbar-expand .navbar-nav.toggle {
        display: flex;
    }

    body header .navbar-expand .navbar-nav.contacts,
    body header .navbar-expand .navbar-nav.items ,
    body header .navbar-expand .navbar-nav.icons .social {
        display: none;
    }


    body .full-slider.featured .inner .left:before,
    body .full-slider.featured .inner .left:after,
    body .no-slider.featured .inner .left:before,
    body .no-slider.featured .inner .left:after,
    body .full-slider.featured .inner .right:before,
    body .full-slider.featured .inner .right:after,
    body .no-slider.featured .inner .right:before,
    body .no-slider.featured .inner .right:after {
        content: none;
    }   

    body .full-slider.featured .inner .left .title,
    body .no-slider.featured .inner .left .title,
    body .full-slider.featured .inner .right .title,
    body .no-slider.featured .inner .right .title {
        max-width: 100%;
    }

    .full-slider.featured .inner .right .description {
        right: initial;
        position: inherit;
    }

    body .full-slider .inner button {
        margin: auto;
    }

    body .full-slider .swiper-button-next {
        right: 0;
        padding: 1.5rem 1rem;
    }

    body .full-slider .swiper-button-prev {
        left: 0;
        padding: 1.5rem 1rem;
    }

    body .full-slider .swiper-button-next:after,
    body .full-slider .swiper-button-prev:after {
        font-size: 2rem;
    }

    body .full-slider .inner, body .no-slider .inner {
        padding: 0 20px;
    }

    body .container {
        padding: 0 10px;
        max-width: 100%;
    }

    body .container.header.full-grid {
        margin: 0;
    }

    body .container.full-grid {
        padding: 0;
        max-width: calc(100% - 20px);
        margin: 0 10px;
    }
    

    body .card-columns {
        column-count: 3;
    }    
    
    body .card-footer {
        margin: 0;
    }



}

@media(max-width: 991px) {



    body h1,
    body .slide-content .title
    {
        font-size: 4rem;
    }

    body h2 {
        font-size: 1.7rem;
    }


    body aside {
        margin-top: 60px;
    }

    body footer .title {
        margin-top: 2rem;
    }

    

    body .card-columns {
        column-count: 2;
    }

    

}

@media(max-width: 767px) {

    .gallery img{
        width: 100%;
        height: 100%;
    }




    .themedg2 .menu .nav-link:first-child{
        color: var(--primary-color);
    }

    .menu .nav-link:first-child{
        font-size: 1em;
    }


    .icon-close{
        cursor: pointer;
    }

    body h1,
    body .slide-content .title{
        font-size: 3.5rem;
    }

    body .text-md-left h2.featured,
    body .text-md-right h2.featured {
        margin: auto;
    }

    body h2.featured:before {
        content: none;
    }
    
    body .intro .btn {
        margin-top: 30px;
    }


    body .offers .items .item {
        margin-bottom: 0;
    }

    body .offers .items .item {
        margin-bottom: 43px;
    }
    
    body .offers .items .item:last-child{
        margin-bottom:5px;
    }
    
    body section.featured:after{
        display:none;
    }

    body header .navbar-expand .navbar-nav a {
        padding: 10px 15px;

    }
    body section{
        padding-bottom:30px !important;
    }
    .novip {
        padding:30px 0;
    }

    body header .navbar-expand .navbar-nav a.smooth-anchor {
        padding: 10px 15px;
        padding: 10px 15px;
            background-color: var(--primary-color)!important;
            background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%)!important;
            background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%)!important;
            color: var(--white-color)!important;
    }

   

    body header .navbar-expand .navbar-nav.action .btn i {
        font-size: initial;
        margin: 0;
        margin-right: 5px;
    }

    body .navbar-brand {
        margin: 0;
    }
   

    body .full-slider .slide-content .inner .description, 
    body .no-slider .slide-content .inner .description {
        max-width: 100%;
        font-size: 1.2rem;
    }  

    body .full-slider .slide-content .inner .description p, 
    body .no-slider .slide-content .inner .description p {
        font-size: 1.2rem;
    }

    body .full-slider .slide-content .inner .left, 
    body .no-slider .slide-content .inner .left,
    body .full-slider .slide-content .inner .right, 
    body .no-slider .slide-content .inner .right {
        width: 100%;
    }

    body .full-slider .slide-content .inner .left a.btn-primary-color:after,
    body .no-slider .slide-content .inner .left button.btn-primary-color:after,
    body .full-slider .slide-content .inner .right a.btn-primary-color:after,
    body .no-slider .slide-content .inner .right button.btn-primary-color:after {
        content: none;
    }

    body .full-slider .slider-image,
    body .no-slider .slider-image {
        width: 100%;
        height: auto;
        bottom: 0;
        right: initial;
        opacity:0.3 !important;
    }

    body .full-slider .slider-image-left,
    body .no-slider .slider-image-left {
        width: 100%;
        height: auto;
        bottom: 0;
        right: initial;
    }

    body .full-slider .slider-image.alt,
    body .no-slider .slider-image.alt {
        top: 22%;
    }

    body .full-slider .slider-image-left.alt,
    body .no-slider .slider-image-left.alt {
        top: 22%;
    }

    .slide-content {
        width: 100%;
        height: 100%;
    }

    .slide-content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--theme2-bg-color);
        opacity: 0;
    }    
    
    .slide-content[data-mask-768="0"]:before {
        opacity: 0;
    }

    .slide-content[data-mask-768="10"]:before {
        opacity: 0.1;
    }
    
    .slide-content[data-mask-768="20"]:before {
        opacity: 0.2;
    }
    
    .slide-content[data-mask-768="30"]:before {
        opacity: 0.3;
    }
    
    .slide-content[data-mask-768="40"]:before {
        opacity: 0.4;
    }
    
    .slide-content[data-mask-768="50"]:before {
        opacity: 0.5;
    }
    
    .slide-content[data-mask-768="60"]:before {
        opacity: 0.6;
    }
    
    .slide-content[data-mask-768="70"]:before {
        opacity: 0.7;
    }
    
    .slide-content[data-mask-768="80"]:before {
        opacity: 0.8;
    }
    
    .slide-content[data-mask-768="90"]:before {
        opacity: 0.9;
    }


    body section {
        padding: 90px 0;
    }


    body section.bg-image-1,
    body section.bg-image-2 {
        background-image: none;
    }

    body section.featured:after {
        height: 60px;
        bottom: -30px;
    }


    body .icon.bigger {
        width: 5rem;
        height: 5rem;
        margin: 0;
        font-size: 4.5rem;
        line-height: 5rem;
        font-weight: bold;
    }
    .vipicon {
        position: absolute;
        top: -14px;
        right: 4px;
        background: #fff;
        border-radius: 50%;
    }

    .vipicon img{
        width: 45px;
        height: 45px;
    }

    

    .novip .gallery img{
        height: auto;
        max-height: inherit;
    }


    header .navbar-sticky{
     border-radius: 0;
    }
}

@media (max-width: 576px) {



    header .navbar-expand .navbar-brand img {
        height: auto;
        max-height: var(--nav-brand-height);
    }

    body .card-columns {
        column-count: 1;
    }
    
    body h1,
    body .slide-content .title{
        font-size: 2rem;
    }


     .novip .card{
        margin-bottom: 0;
    }

    .intro {
        margin-bottom: 19px;
    }

    body section {
    padding: 62px 0;
}

body h2{
    font-size: 1rem;
    margin: 0.7em 0;
}
header .navbar-expand{
    padding: 15px 25px;
}

    body .full-slider .slide-content .inner .description, body .no-slider .slide-content .inner .description {
    max-width: 100%;
    font-size: 0.8rem;
}

}

@media(max-width: 374px) {


    body h1,
    body .slide-content .title{
        font-size: 2rem;
    }

    body header .navbar-expand .navbar-nav a.smooth-anchor {
        font-size: 0.6em;
    }

    body .full-slider .slide-content .inner .description, body .no-slider .slide-content .inner .description {
    max-width: 100%;
    font-size: 0.8rem;
}


}

@media(max-width: 320px) {
body section {
    padding: 65px 0;
}
body .full-slider .slide-content .inner .description, body .no-slider .slide-content .inner .description {
    max-width: 100%;
    font-size: 0.8rem;
    margin-bottom: 10px;
}
.mt-4, .my-4 {
    margin-top: 0.3rem!important;
}
body h1, body .slide-content .title {
    font-size: 1.2rem;
}

header .navbar-expand {
    padding: 20px 4px;
}

body .container {
    padding: 0 3px;
    max-width: 100%;
}

.navbar-expand .navbar-nav .nav-item {
    margin-left: 0 !important;
}

}