li.active a {
    font-weight: bold;
}
.produce__img {
    height: 140px;
    background-color: initial;
    padding: 10px;
}
.produce__img img {
    max-height: 100%;
    max-width: 100%;
    width: initial;
    margin: 0 auto;
}

@media only screen and (max-width: 575.98px) {
    .produce__img {
        height: 300px;
    }
}

.ok::before, .ok::after {
    content: "";
    background: none;
}

.nc_moderate_form {
    display: none;
}

.header__search {
    width: 241px;
    flex-shrink: 0;
    margin-left: 35px;
}

.header__city {
    margin-left: 56px;
    width: 183px;
    flex-shrink: 0;
}

@media only screen and (max-width: 1199.98px) {
    .header__search {
        width: 206px;
        margin-left: 20px;
    }
    .header__city {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .header__search {
        display: none;
    }
    .header__city {
        display: none;
    }
}


.owl-carousel .owl-stage{display: flex;}

.owl-carousel-main {
    /*position: relative;*/
    /*overflow: hidden;*/
    /*!* margin-bottom: 80px; *!!*This is optional*!*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: stretch;*/

}

.owl-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.owl-item .produce__label {
    z-index: 100;
}

.owl-item .produce__name {
    height: 70px;
}

h1.cap__name {
    margin: 0;
}