.sections__img img {
    object-fit: contain !important;
    transform: scale(0.9) !important;
}

.sections__img:hover img {
    transform: scale(1) !important;
}

.f-wrapper {
    display: flex;
    max-width: 1680px;
    margin: auto;
    gap: 2em;
}

.f-wrapper .sections {
    margin-top: 1em;
}

.sidebar-menu {
    /* max-width: 70%; */
    min-width: 350px;
    width: 50%;
    margin-top: 1em;
    position: relative;
    border: 1px solid #dfc2b0;
    /* border-top: none; */
}

.sidebar-menu .left-menu {
    position: relative;
    width: auto;
    z-index: 9;
}

.sidebar-menu .has-child ul {
    display: none;
    column-count: 2;
    background-color: #efe2a0;
}


.sidebar-menu .has-child.active ul {
    display: block;
}

.sidebar-menu .has-child.active ul {
    display: block;
}


.sidebar-menu .left-menu a:hover {
    background-color: #ed9613;
    color: white;
}

.sidebar-menu .left-menu a {
    color: #000000;
    background-color: white;
    /* border: 1px solid lightgray; */
    display: block;
    padding: .75em 1em;
}

.sidebar-menu .left-menu li {
    line-height: 1;
}

.sidebar-menu .left-menu .has-child.active li {
    background-color: #ed9613;
}

.sidebar-menu .left-menu .has-child ul a {
    padding-left: 2em;
}

.sidebar-menu .left-menu .has-child ul a:hover {
    background-color: #ed9613;
}

.sidebar-menu .left-menu .selected > a {
    background: #729e00  !important;
    color: white;
}

.sidebar-menu .left-menu > li > a {
    font-size: 1em;
    font-weight: 500;
}

.sidebar-menu .left-menu > li > a {
        background-color: #f7d002;
}

.sidebar-menu .left-menu .has-child ul a {
        background-color: #efe29c;
}

.page-header h1 {
    /* font-family: 'Lobster'; */
    color: #000000 !important;
    font-size: 2.5em;
    font-weight: 300;
}

.decor {
    background-image: url('../images/sides.png');
    /* position: absolute; */
    /* bottom: 0; */
    /* height: 200px; */
    /* width: 100%; */
    background-position-x: right;
    background-position-y: center;
    position: absolute;
    bottom: 0;
    /* top: -1em; */
    height: 100%;
    width: 100%;
}

.prod-all__item {
    width: calc(100% / 3 - 1.875rem) !important;
}

.card-sections-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    /*justify-content: space-between;*/
    margin-bottom: 2em;
}

.section-link {
    color: white;
    background-color: #fbaa30;
    padding: .5em .7em;
}

.card__slider-wrap {
    max-width: 300px;
    height: 400px;
    margin: auto;
}

.card__slider-wrap img {
    max-height: 400px;
}

.card__info {
    max-width: 60%;
    margin-top: 1em;
}

.card_price-info {
    line-height: 1.2;
    font-size: .8em;
    margin-bottom: 1em;
}

.sidebar-menu .left-menu > li.service > a {
    background-color: #729e00;
    color: white;
}
.sidebar-menu .left-menu > li.service > a:hover {
    background-color: #ed9613;
}


main.inner.catalog .additional-text {
    margin-top: 0;
}

main.inner.catalog  .card__tabs.tabs {
    padding-bottom: 1em !important;
}

main.inner.catalog .ind-block{
    display: none !important;
}

.sections__elem {
    background-color: #1265ac;
    color: white;
    border-radius: 36px;
    width: 260px;
}

.sections__title {
    color: #1e67a8 !important;
}

.img-section {
    width: 170px !important;
    align-self: center;
}

.sections__img {
    justify-content: center;
}

.sidebar-menu .left-menu li {
    line-height: 1.2;
}

.sidebar-menu .left-menu li.ext {
    margin: 1em 0;
}

.seo-desc {
    background-color: #ebddc6;
    padding: 20px;
    margin-top: 1em;
    border: 5px solid #ebddc6;
    box-shadow: inset 0 0 0 1px #fff;
}

.card__main--catalog {
    padding-top: 0 !important;
}

.card__main--catalog .seo-desc {
    
    margin: 1em 0;
}

.sku_selects label {
    border: 1px solid #ebddc7;
    padding: 5px 25px;
    cursor: pointer;
}

.sku_selects .select .values {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.sku_selects label[selected] {
    background-color: #ebddc7;
}

.sku_selects .select {
    margin: 1em 0;
} 

.group-label {
    font-weight: 500;
}

.card__info-prop__title {
    font-weight: 500;
}

.artnumber__title {
    font-weight: 500;
}

strong {
    font-weight: 500;
}

#hits-section .block__title, #hits-section .h1, #hits-section .h2, #hits-section .block__subtitle {
    color: white !important;
}

#news-section .more-button {
    width: 240px;
    margin: 0 calc(50% - 120px - 1.25rem);
    position: absolute;
    bottom: 1em; 
}

#hits-section .more-button {
    width: 240px;
    margin: 0 calc(50% - 120px);
    position: absolute;
    bottom: 1em; 
}

#employees-section .more-button {
    width: 240px;
    margin: 0 calc(50% - 120px - 1.25rem);
    position: absolute;
    bottom: 1em; 
}

#services-section .more-button {
    width: 240px;
    margin: 0 calc(50% - 120px);
    position: absolute;
    bottom: 1em; 
}

.block__link_all {
    display: flex !important;
    align-self: center;
    margin-left: auto !important;
    margin: auto !important;
    width: fit-content;
    padding: 10px 15px;
    border: none !important;
    color: white !important;
}

.slider-catalog .sectionitems__name {
    margin: .75em 0 .5em;
}

.sectionitems__name {
    padding: 1em;
    font-weight: 400 !important;
    text-align: center;
    font-size: 1.3rem !important;
}

.slider-block__item {
    min-height: 320px;
    position: relative;
    flex-direction: column !important;
    height: auto !important;
} 


.slider-block__img {
    height: 14em !important;
/*    position: absolute;*/
    width: 100%;
    bottom: 2em;
}

.slider-block__img img {
    object-fit: contain !important;
    object-position: center;
}

.prod-all__price-currency {
    margin-left: .2em;
    font-family: 'Arial';
    font-weight: 200 !important;
}

.sectionitems__price {
    font-size: 1.6em !important;
    font-weight: 500 !important;
}

.nutritional .title {
    font-weight: 500;
    text-align: center;
    width: 100%;
    background-color: #ebddc8;
}

.nutritional .f-row {
    display: flex;
    justify-content: space-between;
    padding: .2em;
    gap: .2em;
}

.nutritional .f-row label {
    border: 1px solid #ebddc8;
    padding: 4px 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    /* background-color: #ebddc8; */
}

.nutritional .f-row span {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    border: 1px solid #c2c8cb;
}


.nutr {
    border-spacing: .5em .5em;
    margin-left: -0.25em;
    max-width: 100%;
}

.nutr th {
    border: 1px solid #ebddc9;
    margin: 2px;
    padding: .5em;
}

.nutr tr {
    border-spacing: 2px;
} 

.nutr td {
    border: 1px solid #ccc;
    padding: .5em;
    font-size: .8em;
}

.sku_selects.horiz {
    width: 100%;
}

#company-section .wave-t {
    background-color: #1e65a5;
}

#company-section .ind-block {
    padding: 0 0 1em;
    margin-top: -7em;
}

#services-section .wave-t {
    background-color: #fdd816;
}

#services-section .ind-block {
    padding: 0;
    margin-top: -7em;
}

#projects-section {
    background-color: #f7f7f7 !important;
}

#projects-section .wave-t {
    background-color: #1966aa;
}

#projects-section .ind-block {
    padding: 0;
    margin-top: -7em;
    margin-bottom: 1em;
}

#promo-section {
    background-color: #729e00 !important;
}

#promo-section .wave-t {
    background-color: #fff;
}

#promo-section .ind-block {
    padding: 0;
    margin-top: -7em;
    margin-bottom: 1em;
}

#promo-section .block__title {
    color: #fff !important;
    font-weight: 300;
}

#promo-section .features__text {
    color: #fff !important;
}

#promo-section .features__check svg {
    color: #fff;
}

#promo-section .features__check svg path {
    fill: #fff !important;
}

#promo-section .features__img::after {
    border-color: #fdd816 !important;
}

#promo-section .features__item svg {
    stroke: #fff !important;
}

#promo-section .features__item:hover svg {
    stroke: #fff !important;
}

#partners-section .wave-t {
    background-color: #f7f7f7;
}

#partners-section .ind-block {
    padding: 0;
    margin-top: -7em;
}

.services .prod-all__item {
    border: 1px solid #aaa;
}

#news-section .ind-block {
    padding: 0;
    margin-top: -3em;
    background-color: aliceblue;
}

#promo-section {
    padding-bottom: 5em;
}

#special-section .wave-t { 
    background-color: #729e00; /*#729e00*/
}

#special-section .ind-block {
    padding: 0;
    margin-top: -7em;
}

#special-section .sectionitems__name {
    line-height: 1.2;
    margin: 1em;
}

#special-section .slider-block__img {
    bottom: 2em;
}

#special-section .slider-block__item {
    height: 50rem !important;
}

#special-section {
    margin-top: 2em;
    background-color: #f7f7f7 !important;
}



#employees-section .ind-block {
    margin-top: -7em;
    padding: 0;
    background-color: #fdd816 !important;
}

#employees-section .wave-t {
    background-color: #f7f7f7 !important;
}

#sertificates-section .wave-t {
    background-color: #1966aa;
}

#sertificates-section .ind-block {
    padding: 0;
    margin-top: -7em;
}

#reviews-section .wave-t {
    background-color: #fff;
}

#reviews-section .ind-block {
    padding: 0;
    margin-top: -7em;
}

.ind-block:nth-child(even) {
    background-color: inherit !important;
}

.slider-catalog .sectionitems__name {
    margin: 0.5em 0 0;
    line-height: 1.2 !important;
}

.sectionitems__info {
    padding: 0 1.5em;
    line-height: 1.2em;
}

.sectionitems__info p {
    color: inherit;
    line-height: 1.2em;
    font-weight: 300;
    padding-top: 0;
}

.sectionitems__text {
    margin-top: 0 !important;
}

#news-section .slider-block__item {
    border: 2px solid #729e00;
}

#employees-section .slider-block__item {
    border: 2px solid #729e00;
}



.slider-catalog .sectionitems__name {
    padding: .5em;
    margin: 1.5em;
    border: 2px solid #729e00;
    border-radius: 15px;
    background-color: #729e00;
    color: white;
}

.sectionitems__text p {
    line-height: 1.2 !important;
}

#services-section .slider-block__img {
    position: relative;
    margin-top: 1em;
    bottom: 0;
}

#services-section .slider-block__item {
    border: 2px solid #729e00;
    height: auto !important;
}

#services-section .sectionitems__text {
    text-align: center;
}

#services-section .sectionitems__info {
    margin-top: 1em;
    padding-top: 0;
}

#services-section .sectionitems__name {
    margin: 1em 1.5em;
    padding: .5em 1em;
    border-radius: 36px;
   /* border: 1px solid #ddd;
    background-color: #ddd;*/
}


#special-section .slider-block__item {
    border: 2px solid #729e00;
    height: auto !important;
}

#special-section .sectionitems__name {
    margin: 1em 1.5em;
    padding: .5em 1em;
    border-radius: 36px;
    /*border: 1px solid #ddd;
    background-color: #ddd;*/ 
}

#special-section .slider-block__img {
    position: relative;
    margin-top: 1em;
    bottom: 0;
}

.certs__img {
    border: 2px solid #1e67a8;
}

.sections__elem {
    border: 2px solid #1e67a8;
    background-color: white;
}

.sectionitems__elem {
    border: 2px solid #1e67a8;   
}

.prod-all__item {
    border: 2px solid #1e67a8;
}

.prod-all__name {
    padding: .5em;
    background-color: #1e67a8;
    border: 2px solid #1e67a8;
    border-radius: 25px;
}

.prod-all__name a {
    color: white;
}

.prod-all__name span {
    color: white !important;
    font-weight: 400;
}

.prod-all__item:hover a {
    color: white;
}

.prod-all__item:hover .prod-all__name a span, .prod-all__item:hover .prod-all__name a {
    color: white;
}

.card__sliders-wrapper {
    width: 50%;
}

.card__slider-wrap {
    max-width: 100% !important;
}

.card__slider-wrap img {
    padding: 1em;
}

.mini-slider {
    position: relative;
    height: 150px;
}

.m-slider__list.itc-slider-items {
    --gap: 1rem;
    gap: var(--gap);
}

.m-slider__item {
    flex: 0 0 calc(33.3333333333% - var(--gap) * 2 / 3);
    border: 2px solid #eeeeee;
    height: 150px;
    background-color: #eee;
    /*padding: 1em;*/
    cursor: pointer;
}

.mini-slider .card__slider.itc-slider-wrapper {
    background: none;
}

.mini-slider .itc-slider-btn {
    height: 100%;
    width: calc(33.3333333333% - 1em * 2 / 3);
    opacity: 0;
}

.mini-slider .m-slider__item img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    margin: auto;
    display: block;
}


.slider-block__item .sectionitems__name {
    padding: .5em;
    margin: 1.5em;
    border: 2px solid #729e00;
    border-radius: 15px;
    background-color: #729e00;
    color: white;
    line-height: 1.2;
}

#hits-section .slider-block__item .sectionitems__name {
    border: 2px solid #1e67a8;
    background-color: #1e67a8;
} 

#promo-section .features__img::after {
    background-color: #fdd816 !important;
}


.slider-block__img img {
    padding-bottom: 1.2em;
}


.dep-item .title {
    font-size: 1.4em;
    width: fit-content;
    position: relative;
}

.dep-item .title:after {
    position: absolute;
    left: calc(100% + 1em);
    bottom: .5em;
    display: block;
    width: 3em;
    height: 3px;
    content: '';
    background-color: #1e67a8;
}

.spec-item {
    display: flex;
    align-items: center;
    margin: 7em 3em;
}

.spec-item .diamond-image {
    transform: rotate(45deg);
    margin-right: 2em;
}

.spec-item .info {
    margin-left: 24px;
}

.spec-item .diamond-image img {
    border: 1px solid;
}

.spec-item .name {
    font-weight: 500;
}

.spec-item .position {
    line-height: 1.2;
    margin-bottom: .5em;
    font-size: .9em;
}

.spec-wrapper {
    display: flex;
}

.max-qr {
    width: 100px;
    position: relative;
    top: -0.5em;
}

.tg-qr {
    width: 100px;
    position: relative;
    top: -0.5em;
    margin-left: 1em;
}

.more-button {
    width: fit-content;
    margin: auto;
}

@media (min-width: 1024px) {
    .header__actions-email__mobile {
        display: none;
    }
}

@media (max-width: 1024px) {
    .prod-all__item  {
       width: calc(100% / 2 - 1.875rem) !important;
    }
    .max-qr {
        width: 80px;
        position: relative;
        top: -2px;
    }
    .tg-qr {
        width: 80px;
        position: relative;
        top: -2px;
    }
    .header__actions {
        width: 140px !important;
        max-width: max-content !important;
        gap: 1em;
        /* margin-right: 64px; */
    }
}


@media (max-width: 580px) {



    #news-section .ind-block {
        margin-top: 0;
    }

    .slider-news .swiper-button-prev {
        display: none;
    }

    .slider-news .swiper-button-next {
        display: none;
    }

    .slider-block__item {
        height: auto;
    }

    .wave-t {
        top: -110px;
    }

    #hits-section .wave-t {
        top: -120px;
    }

    #news-section .more-button {
        position: relative;
    }


    #hits-section .more-button {
        position: relative;
    }

    #employees-section .more-button {
        position: relative;
    }

    #services-section .more-button {
        position: relative;
    }

    .slider-block__head-nav .swiper-button-prev {
        display: none;
    }

    .slider-block__head-nav .swiper-button-next {
        display: none;
    }

    #employees-section .wave-t {
        top: -112px;
    }

    #news-section .sectionitems__info {
        display: none;
    }

    .sectionitems__info {
        display: none;
    }

    .block__title {
        padding: 0.2em 0 0.1em;
        font-size: 1.5em;
    }

    #hits-section .slider-block__slider {
        padding-top: 0;
    }

    .slider-block__img {
        width: 70%;
        margin: 0 auto 2em;
        padding-top: 1em;
    }

    .slider-block__item {
        align-items: center;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
    }

    #projects-section .block__link_all {
        display: none !important;
    }

    #projects-section .block__head-wrap {
        padding-top: 3em;
    }

    #projects-section {
        margin-top: 3em;
        margin-bottom: 12em;
    }

    #projects-section .square-list__item:nth-of-type(even) {
        background: #1265ac;
    }

    #projects-section .square-list__item:nth-of-type(even) .square-list__text-container {
        background-color: #1a62a3;
        color: white;
        padding: 2em;
    }

    #projects-section .square-list__item:nth-of-type(even) .square-list__text-container .square-list__title {
        color: white;
    }

    #employees-section .sectionitems__info {
        display: none;
    }

    #employees-section .slider-block__item {
        height: auto !important;
    }

    #projects-section {
        margin-top: 10em;
        margin-bottom: 12em;
    }

    #services-section .sectionitems__info {
        display: none;
    }

    #services-section {
        margin-top: 10em;
        margin-bottom: 11em;
    }

    #promo-section {
        margin-top: 10em;
        margin-bottom: 7em;
    }

    #promo-section .block__title {
        padding-bottom: 0;
    }

    #special-section {
        margin-bottom: 10em;
    }

    #special-section .slider-block__item {
        height: 40rem !important;
    }

    #special-section .slider-block__img {
        height: auto;
        position: relative;
    }

    #special-section .slider-block__img {
        bottom: 0;
        margin-bottom: 0;
    }

    #special-section .sectionitems__name {
        margin: .25em;
    }

    #sertificates-section {
        margin-top: 11em;
    }

    #reviews-section {
        margin-top: 10em;
    }
    
    #reviews-section .snippet-quote__descr {
        font-size: 1em;
    }

    #reviews-section .slider-block__img {
        position: relative;
    }

    #reviews-section .snippet-quote__descr {
        margin-top: -5em;
        font-size: 1em !important;
        line-height: 1.2 !important;
    }

    .f-wrapper {
        flex-wrap: wrap;
    }

    .prod-all__list {
        display: flex;
        flex-wrap: wrap;
    }

    .prod-all__item {
        width: 100% !important;
    }



    /*.sidebar-menu {
        width: 100%;
    }

    .sidebar-menu .has-child ul {
        display: flex;
        flex-wrap: wrap;
    }

    .sidebar-menu .left-menu {
        width: 100%;
    }

    .sidebar-menu .left-menu li {
        line-height: 1.3;
        font-size: .9em;
    }

    .sidebar-menu li.has-child li {
        max-width: 48%;
        min-width: 48%;
    }

    .sidebar-menu .left-menu .selected > a {
        background-color: #1a67aa !important;
    }

    .sidebar-menu .left-menu > li > a {
        font-size: inherit;
        padding: .5em .6em;
        background-color: #f7d002;
    }

    .sidebar-menu .left-menu .has-child ul a {
        padding: .4em 1.5em;
        background-color: #efe29c;
    }

    .sidebar-menu .left-menu .selected > a {
        background-color: #1a67aa;
    }*/

    .card__sliders-wrapper {
        width: 100%;
    }   

    .card-sections-wrapper {
        flex-direction: column;
    }
}