/*START: top banner - replace old*/
#main-nav {
    background: #fff;
}
body .breadcrumbs {
    padding: 20px 0 0 0px;
}
.main-carousel {
    position: relative;
    margin-top: 170px;
    height: 450px;
    overflow: hidden;
    position: relative;
}
@media(max-width: 992px){
    .main-carousel {
        margin-top: 0px;
        height: unset;
    }
}
.main-carousel:before {
    content: '';
    width: 100%;
    top: 0;
    height: 100px;
    display: block;
    position: absolute;
    background: linear-gradient(to top, rgb(255 255 255 / 0%), rgba(255,255,255,1));
    z-index: 1;
}
@media(min-width:992px) {
    .main-carousel:after {
        display: block;
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        left:0;
        top:0;
        background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgb(255 255 255 / 0%) 100%); 
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgb(255 255 255 / 0%) 100%);
    }
}
.main-carousel__slides {
    overflow: hidden;
    max-height: 450px;
} 
.main-carousel__item {
    width: 100%;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.main-carousel-image__mobile {
    opacity: 0;
}
.slick-slide img.main-carousel-image__mobile {
    display: none;
}

@media(min-width:421px) and (max-width:768px){
    .catalog-banner .main-carousel-image__mobile{
        margin-top:58px;
    }
}
@media(min-width:280px) and (max-width: 768px){
    .catalog-banner .main-carousel__item {
        height: auto;
        background: unset !important;
        min-height: 210px;
    }
    .catalog-banner .main-carousel-image__mobile {
        display: block;
        opacity: 1;
    }
    .slider.one-texts .slick-slide img.main-carousel-image__mobile {
        display: block;
    }
}

#main-place {
    position: absolute;
    z-index: 10;
    top: 0;
}
@media(max-width: 992px){
    .catalog-banner #main-place {
        position: relative;
    }
}
/* #main-place .container {
    margin: 20px auto;
} */
.main-place-row {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
/*END: top banner - replace old*/