/* lg, Large devices (laptops/desktops <=1200px) */
@media (max-width: 1199.98px) {

}

/* md, Medium devices (landscape tablets <=992px) */
@media (max-width: 991.98px) {
    .content-wrapper h1 {
        margin-bottom: 30px;
        font-size: 30px;
    }
}

/* sm, Small devices (portrait tablets and large phones <=768px) */
@media (max-width: 767.98px) {
    .language-header {
        margin: auto;
    }

    .navbar {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 0;
    }

    .content-wrapper {
        font-size: 14px;
    }

    .content-wrapper .left-img {
        display: none;
    }

    .content-wrapper .right-img {
        display: none;
    }

    .right-dark {
        display: none;
    }

    .content-wrapper {
        background-color: #353E49;
    }

    .content-wrapper {
        margin-top: 0;
    }

    .catalog {
        margin-top: 0;
    }

    .h100px {
        height: 0;
    }

    .text-md-dark {
        color: inherit;
    }

    .h1rem {
        height: 0;
    }

    .const-md-height {
        height: auto;
    }

    .gallery-top .swiper-slide img {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #ourProducts .content-wrapper:first-child {
        padding-top: 80px;
    }

    .content-wrapper .text-with-icon svg {
        fill: white;
    }

    .banners .swiper-slide {
        height: 220px;
        background-size: cover;
    }

    .content-wrapper h1 {
        margin-bottom: 20px;
    }

    .gallery-top .swiper-slide img {
        padding-left: 60px;
        padding-right: 60px;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/*Small ≥576px*/
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

/*Medium ≥768px	*/
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }

    .text-md-dark {
        color: #343a40;
    }

    .const-md-height {
        height: 450px;
    }

    .navbar-light .navbar-nav .nav-item {
        margin-right: 12px;
    }
}

/*Large ≥992px*/
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }

    .navbar-light .navbar-nav .nav-item {
        margin-right: 24px;
    }
}

/* xl, Extra large devices (large laptops and desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}
