.language-button.selectpicker {
    cursor: pointer;
    /*width: auto;*/
    width: 145px;
    text-decoration: none;
    /*background: url(/images/select-arrow.png) 70% center no-repeat;*/
    color: #146853;
    text-align: left;
    /* margin-left: -23px; */
    font: 17px 'Scada', sans-serif;
}

.left_123 {
    text-align: left;
    margin-left: 19px;
}


.language-button.selectpicker:hover {
    text-decoration: underline;
}

button [data-target="#feedback"]:hover {
    background: linear-gradient(180deg, #57ae80, #243b30);
}

.socials a i {
    transition: all .3s ease-in-out;
}

.socials a:hover i {
    color: #fff !important;
    text-decoration: none;
    background: #38ab6e;
}

a:hover {
    text-decoration: none !important;
}

.work-time a:hover {
    text-decoration: underline !important;
}

/* .header-fixed {
    margin-top: 5rem;
} */
/* .mobile-header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
} */
/* .mobile-search {
    margin-top: 0rem;
    position: relative;
    top: 5rem;
    z-index: 1000;
} */
.add-to-fav a img,
.delete-from-fav a img {
    cursor: pointer;
}

.head-icons {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

@media(max-width:576px) {
    .mobile-version {
        position: sticky;
        top: 0;
    }

    button span {
        display: none;
    }

    .mobile-search {
        height: auto !important;
        /* padding: 10px 0;
        position: fixed;
        width: 100%; */
    }

    /* .header-fixed {
        position: relative;
        top: 8.9rem;
    } */
}

.work-time button:hover {
    background: linear-gradient(180deg, #57ae80, #2a523f) !important;
}

.work-time button {
    transition: 0.5s all;
}

.menu-level2 ul li {
    cursor: pointer;
}

@media(max-width: 577px) {
    .catalog-item .image {
        max-width: 104px;
        margin: 0 auto;
        padding-top: 10px;
        text-align: center;
    }

    .about-text p {
        font-size: 15px;
        line-height: 1.5;
    }
}

.mobile-version .catalog-item .image img {
    height: 30vh;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-header {
    padding-bottom: 0;
}

.btn-in-basket {
    cursor: pointer;
}

.send button {
    cursor: pointer;
}

.menu-level2 ul li div div:hover {
    background: #44c883 !important;
    /* padding: 10px 10px!important; */
    color: #fff;
}

.menu-level2 ul li {
    background: initial !important;
    padding: 10px 10px !important;
    transition: 0.3s all linear !important;
}

.menu-level2 ul li div div {
    transition: 0.3s all;
    padding: 10px 10px !important;
    margin: 0 !important;
}

.menu-level2 ul li {
    padding: 0 !important;
}

.menu-level2 ul li div:hover a {
    color: #fff !important;
}

.menu-level2 ul li a {
    color: #5a4942 !important;
}

.qwerty2535:hover {
    background-color: initial !important;
}

.menu-level2 ul li div:hover a {
    color: #fff !important;
}

/* .qwerty2675:hover {
    background: initial;
} */
.qwerty2503:hover {
    /* color: #fff!important; */
    background-color: #fff !Important;
}

.slick-slide img {
    width: 100%;
    height: 380px;
}

/* .personal-body p, a {
    text-align: center;
    display: block;
} */
.bread-crumbs ul {
    align-items: baseline;
}

.bread-crumbs ul li:last-child {
    margin-top: initial;
}

.bread-crumbs ul li {
    margin-top: initial;
}

.head-icon {
    margin: 0 5px;
}

.logo a img {
    width: 75%;
}

.logo {
    height: 45px;
}

.catalog-item .image img {
    display: block;
    margin: 50px auto 20px;
    object-fit: contain;
    height: 12vh;
    max-width: 100%;
}


@media (max-width: 700px) {
    .hc-nav-trigger {
        right: 10px;
    }

    .head-icons {
        margin-right: 12%;
    }

    .logo {
        margin-bottom: 10px;
    }
}

@media (min-width: 767px) {
    .search input {
        width: 80%;
        border: 1px solid #3e6855;
        border-radius: 7px;
        height: 42px;
        outline: 0;
        padding-left: 20px;
    }

    .search button {
        border: 0;
        background: linear-gradient(180deg, #57ae80, #406e58);
        padding: 5px;
        height: 42px;
        border-radius: 7px;
        width: 25%;
        color: #fff;
        font: 17px 'Scada', sans-serif;
        margin-left: -10px;
        cursor: pointer;
    }
}

#catalog-container {
    width: 100%;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

#catalog-container>* {
    width: 100%;
}

.city-change-form .__select {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    z-index: 1;
}

.no_height {
    height: 66px !important;
}

.city-change-form .__select[data-state="active"] .__select__title::before {
    transform: translate(-3px, -50%) rotate(-45deg);
}

.city-change-form .__select[data-state="active"] .__select__title::after {
    transform: translate(3px, -50%) rotate(45deg);
}

.city-change-form .__select[data-state="active"] .__select__content {
    opacity: 1;
}

.city-change-form .__select[data-state="active"] .__select__label+.__select__input+.__select__label {
    max-height: 40px;
    border-top-width: 1px;
}

.city-change-form .__select__title {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    background: #176653 !important;
    color: #fff !important;
    width: 100%;
    height: 55px;
    padding: 8px 16px;
    /*border-radius: 5px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*border: 2px solid #166652;*/
    cursor: pointer;
}

.city-change-form .pc_versionn {
    background: rgba(0, 0, 0, 0) !important;
    height: 40px !important;
    color: #000 !important;
    border: 2px solid #166652 !important;
}

.pod_text_ {
    margin-top: -1px !important;
    background: #176653 !important;
    color: #fff !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ot_vashego {
    background: #176653 !important;
    color: #fff !important;
}

.city-change-form .__select__title::before,
.city-change-form .__select__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 2px;
    transition: all 0.3s ease-out;
    background-color: #333333;
    transform: translate(-3px, -50%) rotate(45deg);
}

.city-change-form .__select__title::after {
    transform: translate(3px, -50%) rotate(-45deg);
}

/*
.city-change-form .__select__title:hover {
    border-color: #D8093A;
}
.city-change-form .__select__title:hover::before, .city-change-form .__select__title:hover::after {
    background-color: #D8093A;
}
*/
.city-change-form .reset {
    display: flex;
    width: 230px;
    padding: 8px 16px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: solid 1px #c7ccd1;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    font-weight: bold;
    background-color: #ffffff;
    color: #333333;
}

.city-change-form .reset:hover {
    background-color: #D8093A;
    color: #ffffff;
}

.city-change-form .__select__content {
    position: absolute;
    top: 34px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 15px;
    background-color: #166652;
    border: 2px solid #166652;
    color: #fff;
    border-top: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 0.3s ease-out;
    opacity: 0;
    z-index: -1;
}

.city-change-form .__select__content a {
    color: white !important;
}

.city-change-form .__select__input {
    display: none;
}

.city-change-form .__select__input:checked+label {
    background-color: #dedede;
}

.city-change-form .__select__input:disabled+label {
    opacity: 0.6;
    pointer-events: none;
}

.city-change-form .__select__label {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 24px;
    margin: 0;
    padding: 0;
    transition: all 0.2s ease-out;
    cursor: pointer;
    overflow: hidden;
}

.city-change-form .__select__label+input+.city-change-form .__select__label {
    border-top: 0 solid #C7CCD160;
}

.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-dialog_edit {
    display: block !important;
}

.more_padding {
    padding: 0px 0px !important;
    border-radius: 15px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-align: center !important;
    /*height: 65px !important;*/
}

.more_top {
    top: 42px !important;
    z-index: 9999 !important;
}

.text-main-color {
    color: #176653 !important;
}

.city-change-icon {
    max-width: 15px;
}

.desktop-version .container .row .col-sm-6 picture img {
    max-width: 100%;
}

.about-description {
    padding-top: 20px;
}

.promo {
    position: absolute;
    top: 0;
    left: 0;
}

.promo img {
    position: relative;
    top: 0;
    left: 0;
}

.promo span {
    position: absolute;
    top: 1px;
    left: 29px;
    font-size: 17px;
    z-index: 10;
    color: white;
    font-weight: bold;
}

.promo span:before {
    content: '-';
    color: white;
    font-weight: bold;
    font-size: 17px;
}

.promo span:after {
    content: ' %';
    color: white;
    font-weight: bold;
    font-size: 17px;
}

.footer .container .row .footer-menu ul li {
    list-style-type: none;
}

.mobile-version .collapse-block-light .fot-text ul li {
    list-style-type: none;
}

.mobile-version .collapse-block-light .fot-text ul {
    padding-left: 0px;
}

.fa-location-dot:before,
.fa-map-marker-alt2:before {
    content: url("/backend/web/images/menu/point-map.png");
}

.footer-icon {
    margin-right: 4px;
}

@media (max-width: 768px) {
    .slick-slide img {
        height: auto;
    }
}

.catalog-item-price {
    white-space: nowrap;
    color: #478264 !important;
    font-size: 22px;
    text-align: center !important;
}


.catalog-item-price-btn-container {
    display: flex;
    justify-content: space-between;
}

.catalog-item-old-price {
    text-align: center !important;
}

.catalog-item-basket-button {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0 !important;
}

.catalog-item-button {
    margin-right: 0 !important;

    width: 95px !important;
    padding: 2px 8px !important;
}

@media only screen and (max-width: 980px) {
    .catalog-item {
        padding: 5px 5px 0;
    }

    .catalog-item-price-btn-container {
        display: flex;
        justify-content: space-between;
    }

    .catalog-item-price {
        font-size: 20px !important;
    }

    .catalog-item-basket-button {
        display: flex;
        align-items: flex-end;
    }

    .catalog-item-button {
        width: 85px !important;
        font-size: 12px !important;
    }

}

@media only screen and (max-width: 830px) {

    .catalog-item-price-btn-container {
        flex-direction: column;
    }

    .catalog-item-price {
        height: fit-content !important;
    }

    .catalog-item-price p {
        margin: 10px 0 !important;
    }

    .catalog-item-button {
        margin: auto !important;
        width: 100% !important;
    }
}

.popular-a {
    height: 45px;
}
.line-through {
    text-decoration: line-through;
}
.new_404 {
    height: 350px;
    margin: 50px auto;
    padding-top: 30px;
    width: 400px;
    text-align: center;
}

.new_404 li {
    list-style-type: none;
    font-weight: bold;
    color: #166B4C;
}

.new_404 ul {
    margin-left: 0;
    padding-left: 0;
}