#header-top {
    padding-bottom: 37px;
    padding-top: 37px;
}

.marquee {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    background-color: #489D52;
}

.marquee__inner {
    display: flex;
}

.marquee__line {
    flex-shrink: 0;
    margin: 0;
    padding: 10px 15px;
    min-width: 100%;
    white-space: nowrap;
    animation-name: marqueeLine;
    animation-duration: 23s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    display: none !important;
}

.marquee__line a:hover {
    color: #fff;
}

@keyframes marqueeLine {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.header-menu-item__special {
    border: 1px solid #489D52;
    border-radius: 10px;
    padding: 4px 7px;
}

.fethit-outer {
    position:relative;
}    

.fethit-form {
    transition:all ease-out .2s;
}

.fethit-form .is-invalid {
    border:1px solid brown !important;
}

.fethit-form .custom-checkbox.is-invalid + label:before, .fethit-form .valid-checkbox.is-invalid + label:before {
    border-color:brown !important;
}

.custom-checkbox.error + label:before, .valid-checkbox.error + label:before {
    border-color:brown !important;
}

.fethit-form.submited {
    opacity:0;
    pointer-events:none;
}

.fethit-success {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    z-index:1;
    opacity:0;
    background:#fff;
    pointer-events:none;
    background:#F7F7F7;
    padding-left:30px;
    transition:all ease-out .2s;
}

.fethit-success-title {
    font-size: 20px;
    font-weight: 600;
    color:#489D52;
}

.fethit-success-subtitle {
    font-size: 16px;
    font-weight: 500;
    padding-top:10px;
}

.fethit-success.submited {
    opacity:1;
    pointer-events:auto;
}

.content-block {
    padding-bottom:60px;
}

.blog_content .news_date_added {
    position:absolute !important;
    top: 10px;
    right: 35px;
    left:auto;
}

.news-blog__content .blog-descr {
    padding-top:60px;
}

.footer_block_center {
    flex:1;
}

.swiper_equipment_used .swiper-slide {
    width:290px !important;
}

@media (min-width:500px) {
    .white-popup {
        width:550px;
    }
    
    .white-popup_top {
        font-size:24px;
    }
}

.card-filter sup {
    position: absolute;
    right: 0;
    top: 0px;
}

#catalog_total_text {
    color:#2E2F30;
}

.total_products-loading {
    height:25.59px;
    width:100%;
    background:#f6f7f8;
    display:block;
    filter: blur(2px);
    max-width:170px;
}

#catalog_total_load {
    position:relative;
}

#catalog_total_load:before {
    content:'';
    width:280px;
    height:34px;
    background:#f6f7f8;
    display:block;
    filter: blur(2px);
    position:absolute;
    opacity:1;
    transition:all ease-out .2s;
}

#catalog_total_load.catalog_total_loaded:before {
    opacity:0;
}

.product-catalog-item .item_bottom {
    width:100%;
}

.categories .model-wrap .model-item img{
    height: 17vw;
    object-fit: cover;
    margin-bottom: 0px;
    max-height: 250px;
}

.product-catalog-item .item_bottom_left {
    width:100%;
}

.total_products {
    transition:all ease-out .2s;
}

.total_products-update {
    opacity:0;
}

.total_products-updated {
    opacity:1;
}

.mfp-content .fethit-success.submited {
    background:#fff;
    padding-left:0;
}

.individual_lamp_form .fethit-success.submited, .lead-wide-form .fethit-success.submited {
    text-align:center;
}

.product-descr__table {
    width:100%;
}

.product-descr__table-group {
    padding-left:0px !important;
}
    
.product-descr__table-group * {
    font-size:20px;
}

.pagination {
    display:flex;
    list-style:none;
    justify-content:center;
}

.pagination .page-link {
    padding: 7px;
    border: 1px solid #f6f7f8;
    width: 35px;
    height: 35px;
    display: block;
    background:#f6f6f6;
    font-size: 14px;
    border-radius: 8px;
    transition:all ease-out .2s;
}

.pagination .page-link:hover {
    border-color:#489D52;
    background:#fff;
}

.pagination .page-item {
    padding:3px;
}

.pagination .next, .pagination .prev {
    padding:3px;
}

.pagination .next a, .pagination .prev a {
    padding: 7px;
    border: 1px solid #f6f7f8;
    height: 35px;
    display: block;
    background:#f6f6f6;
    border-radius: 8px;
    transition:all ease-out .2s;
    font-size: 14px;
}

.pagination .next:hover a, .pagination .prev:hover a {
    border-color:#489D52;
    background:#fff;
}

.pagination .page-item.active .page-link {
    border-color:#489D52;
    background:#fff;
}

@media (max-width:700px) {
    .tablesorter-option-item {
        display:none;
    }
}

.product-main_price {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0px 25px 0;
}

@media (max-width:1400px) {
    .categories .model-wrap .model-item img {
        height:200px;
    }
}

@media (max-width:1280px) {
    .card-modifications-wrap .model-wrap {
        width:100%;
    }
}

.range-tooltips {
    position: relative;
    height: 20px;
}

.range-tooltip {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: bold;
    color: #489D52;
    white-space: nowrap;
    z-index: 3;
    display: block !important;
    background: white;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #489D52;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.range-values-display {
    display: none;
    justify-content: space-between;
    margin-top: 25px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    color: #666;
}

.range-track {
    position: relative;
    height: 40px;
    width: 100%;
    min-width: 200px;
    touch-action: none;
    margin: 5px 0;
}

.range-track-bg {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
}

.range-active-area {
    position: absolute;
    top: 15px;
    height: 4px;
    background: #489D52;
    border-radius: 2px;
    z-index: 1;
}

.range-handle {
    position: absolute;
    top: 5px;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #489D52;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.1s;
    touch-action: none;
}

.range-handle:hover {
    transform: scale(1.1);
}

.range-handle.dragging {
    transform: scale(1.2);
    box-shadow: 0 0 5px rgba(244, 67, 54, 0.5);
}

/* Метки на треке */
.range-marks {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    height: 20px;
    pointer-events: none;
}

.range-mark {
    position: absolute;
    top: 0;
    /* transform: translateX(-50%); */
    text-align: center;
    pointer-events: auto;
    cursor: pointer;
}

.range-marks .range-mark:last-child {
    transform: translateX(-7px);
}

.range-mark:before {
    content: '';
    display: block;
    width: 1px;
    height: 6px;
    background: #999;
    margin: 0 auto 4px;
}

.range-mark-value {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}

.range-mark:hover .range-mark-value {
    color: #489D52;
    font-weight: bold;
}

.range-slider-container {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    padding: 0px 0 20px;
    position: relative; /* для абсолютного позиционирования тултипов */
}

.range-track-wrapper {
    position: relative;
    overflow: hidden; 
    height: 80px; 
    margin: 5px 0;
}

.range-track {
    position: relative;
    height: 40px;
    width: 100%;
    min-width: 200px;
    touch-action: none;
    /* margin убираем, он теперь в wrapper */
}

/* Тултипы позиционируем абсолютно относительно контейнера */
.range-tooltip {
    position: absolute;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: bold;
    color: #489D52;
    white-space: nowrap;
    z-index: 100; /* высокий z-index */
    display: none;
    background: white;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #489D52;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    pointer-events: none; /* чтобы не мешали */
}

/* Для крайних позиций корректируем */
.range-tooltip.at-left-edge {
    transform: translateX(0);
    left: 10px !important;
}

.range-tooltip.at-right-edge {
    transform: translateX(-100%);
    left: calc(100% - 10px) !important;
}

/* Увеличение тап-зоны для мобилок */
@media (hover: none) and (pointer: coarse) {
    .range-handle {
        width: 30px;
        height: 30px;
        top: 0px;
    }
    
    .range-track {
        height: 50px;
    }
    
    .range-track-bg,
    .range-active-area {
        top: 20px;
    }
    
    .range-marks {
        top: 45px;
    }
    
    .range-mark-value {
        font-size: 12px;
    }
    
    .range-tooltip {
        font-size: 14px;
        padding: 4px 8px;
    }
}

.dropdown-content:not([style*="display: block"]) .range-slider-container {
    display: none;
}

.dropdown.dp_active .range-slider-container {
    display: block;
}

.card-modifications-wrap .model-wrap.model-wrap-fullwidth {
    width:100%;
}

.dropdown-btn {
    cursor:pointer;
}

.header-top__line {
    display:flex;
    justify-content:space-between;
}

.header-top__line.container-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header-top__line-nav {
    display:flex;
    list-style:none;
    gap:15px;
    margin: 0 -5px;
    padding:7px 0;
}

.header-top__line-nav a {
    padding:5px;
    display:block;
    font-size:14px;
}

.header-top__line-email {
    display:flex;
    align-items:center;
}

.header-top__line-email svg {
    width:17px;
    margin-right:4px;
}

.header-top__line-email a {
    color:#489D52;
    font-size:14px;
}

.header-desctop__phone svg {
    margin-right:7px;
}

.header-desctop__phone * {
    color:#489D52
}

.header-top__line-right {
    display:flex;
    gap:30px;
}

.mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu > li {
    position: relative;
    border-bottom: 1px solid #eee;
}

.mobile-menu > li:last-child {
    border-bottom: none;
}

.mobile-menu a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 1.4;
}

.mobile-menu a:hover {
    background-color: #f5f5f5;
    color: #000;
}

.menu-toggle {
    position: absolute;
    right: 0px;
    top: 25px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.menu-toggle svg {
    width: 18px;
    height: 18px;
    fill: #666;
    transition: transform 0.3s ease;
}

.menu-item.active > .menu-toggle .icon-plus {
    display: none;
}

.menu-item.active > .menu-toggle .icon-minus {
    display: block;
}

/* Подменю */
.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.mobile-menu ul.open {
    max-height: 1000px;
}

.mobile-menu ul li {
    border-bottom: 1px solid #eee;
}

.mobile-menu ul li:last-child {
    border-bottom: none;
}

.mobile-menu ul a {
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    color: #555;
    width:100%;
}

.mobile-menu ul a:hover {
    background-color: #f0f0f0;
}

.menu-item.active > a {
    color: #489D52;
    font-weight: 600;
}

.menu-item ul {
    width:100%;
}

.mobile_menu_title {
    padding-top:20px;
}

@media (max-width:1280px) {
    .header-top__line {
        display:none;
    }
}

.single-value-message strong {
    color:#489D52;
}

.product-files__row {
    display:flex;
    flex-direction:column;
}

.product-files__row-item {
    display:flex;
    align-items:center;
    margin-bottom:10px;
}

.product-files__row-img {
    max-width:30px;
    margin-right:5px;
}

.product-files__row-button {
    height: 20px;
    padding: 10px 20px;
    line-height: 100%;
    display: flex;
    margin-left: auto;
    font-size:14px;
    max-width:100px;
    margin-left:auto;
}

.product-files__row-button:hover {
    background:#489D52;
    color:#fff;
}    

.product-files__row-name {
    padding-right:15px;
}

@media (max-width:500px) {
    .product-files__row-button {
        font-size: 12px;
        max-width: 65px;
    }
    
    .product-files__row-name {
        font-size:14px;
    }
}   

#product-search .pagination li.next a, #product-search .pagination li.next,#product-search .pagination li.prev a, #product-search .pagination li.prev {
    width:fit-content;
}

.model-item__img-outer {
    display:block;
    position:relative;
    margin-bottom: 10px;
    border-radius: 10px;
}

.model-item__img-outer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    background: rgb(0 0 0 / 4%);
    border-radius:10px;
}

.card__text-expand {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.card__text-expand--expanded {
    max-height: 5000px;
    opacity: 1;
}

.card__text-expand-toggle {
    display: block;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    color: #ff4433;
    margin-right: auto;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.card__text-expand-toggle:after {
    content: '';
    display:block;
    margin-left:5px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(/templates/images/arrow-red.svg);
    transform:rotate(90deg);
    transition:all ease-out .2s;
}

.card__text-expand-toggle.card__text-expand-toggle--expanded:after {
    transform:rotate(-90deg);
}

.card-thumbs .swiper-slide img {
    object-fit:contain;
}

.main-banner-video {
    width:100%;
    max-height:755px;
    object-fit:cover;
    object-position:center;
}

.main-banner-right {
    height:fit-content;
}

@media (max-width:1440px) {
    .main-banner-bottom {
        justify-content:flex-start;
        bottom: 25px;
    }
    
    .main-banner-bottom-item {
        margin-right: 10px !important;
        width: calc(100% / 4 - 10px) !important;
    }
}

@media (max-width:1100px) {
    .main-banner-bottom-item {
        margin-right: 10px !important;
        width: calc(100% / 3 - 10px) !important;
    }
    
    .main-banner-bottom {
        padding: 0 40px;
        bottom: 40px;
    }
}

@media (max-width:900px) {
    .main-banner-right {
        position:absolute;
        height:100%;
    }
    
    .main-banner-right img {
        height:100%;
    }
    
    .main-banner-left .main-banner-title {
        color:#fff;
    }
    
    .main-banner-bottom .main-banner-bottom-item {
        width: calc(50% - 5px) !important;
        margin-right:0px !important;
    }
    
    .main-banner-bottom .main-banner-bottom-item:nth-child(1n) {
        width: calc(50% - 5px) !important;
        margin-right:0px !important;
    }
    
    .main-banner-bottom {
        padding: 10px 20px;
        gap:0 10px;
    }
    
    .main-banner-left .main-banner-sub-title a:link {
        color:#fff;
    }
}

@media (max-width:500px) {
    .main-banner-bottom .main-banner-bottom-item:nth-child(1n) {
        height:auto;
        align-items:flex-start;
    }
    
    .main-banner-bottom .main-banner-bottom-item img {
        width:20px;
    }
    
    #header-logo img {
        max-width:150px;
    }
}

.category-grid__column {
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    gap:24px;
}

.category-grid__item {
    display:flex;
    flex-direction:column;
    justify-content: flex-end;
    height:430px;
    background-color:#F5F5F5;
    padding:22px;
    border-radius:10px;
    background-position:right bottom;
    background-size: contain;
    background-repeat:no-repeat;
    position:relative;
    transition:all ease-out .2s;
}

a.category-grid__item:hover {
    opacity:.8;
}

div.category-grid__item .category-grid__item-title, div.category-grid__item img {
    transition:all ease-out .2s;
}

div.category-grid__item:hover .category-grid__item-title, div.category-grid__item:hover img {
    opacity:.8;
}

.category-grid__row {
    display:flex;
    gap:24px;
}

.category-grid__row-2 .category-grid__item {
    width:calc(100% / 2);
}  

.category-grid__row-3 .category-grid__item {
    width:calc(100% / 3);
}

.category-grid__item-title {
    color: #2E2F30;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.category-grid__item-tags {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    padding-top:26px;
    width:fit-content;
}


.category-grid__item-tag {
    border-radius: 8px;
    background: #489D52;
    padding: 6px 12px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.32px;
    transition:all ease-out .2s;
}

.category-grid__item-tag:hover {
    opacity:.8;
    color:#fff;
}

.category-grid__item-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: contain;
    width:100%;
    height:100%;
    object-position: bottom right;
    object-fit:cover;
}

    
.category-grid__item-title, .category-grid__item-tags {
    z-index:1;
    position:relative;
}

.project-section {
    gap:48px;
}

.project-section-title {
    margin-bottom:25px;
}

@media (max-width:1700px) {
    .category-grid__item {
        height: 350px;
    }
}

@media (max-width:1300px) {
    .category-grid__item {
        justify-content:flex-start;
    }    
}

@media (max-width:900px) {
    .category-grid__item {
        height:200px;
    }
}

@media (max-width:700px) {
    .category-grid__row {
        display:flex;
        flex-wrap:wrap;
    }    
    
    .category-grid__row-3 .category-grid__item, .category-grid__row-2 .category-grid__item {
        width:100%;
    }
    
    .category-grid__item {
        justify-content: flex-end;
        height: 250px;
    }  
    
    .category-grid__item-tags {
        gap:8px;
        padding-top: 16px;
    }
    
    .category-grid__item-tag {
        font-size:14px;
    }
}

.manufacturing-slider__icon {
    float:none;
    width:auto;
    max-width:52px;
}

.manufacturing-slider__title {
    color: #2E2F30;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.36px;
    padding-top:4px;
    float:none;
}

.manufacturing-slider__content {
    color: #2E2F30;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.36px;
    float:none;
}

.manufacturing-slider__block {
    display:flex !important;
    flex-direction:column;
}

.pil_top_text-content {
    color: #2E2F30;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.36px;
    float:none;
}

.osobie-usloviya {
    background:#F5F5F5;
    padding-top:60px;
    padding-bottom:60px;
    /* margin-bottom:50px; */
}

.osobie-usloviya h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 110.4%;
    letter-spacing: -0.02em;
}

.osobie-usloviya__row {
    display:flex;
    gap:20px;
}

.osobie-usloviya__item {
    display: flex;
    padding: 50px 55px 50px 55px;
    flex-direction: column;
    align-items: flex-start;
    background:#fff;
    border-radius: 10px;
    width:100%;
}

.osobie-usloviya__item-head {
    display:flex;
    align-items:center;
    gap:24px;
    padding-bottom:24px;
}

.osobie-usloviya__item-title {
    color: #2E2F30;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.osobie-usloviya__item-content {
    padding-bottom:48px;
}

.osobie-usloviya__item-buttons {
    margin-top:auto;
}

@media (max-width:1700px) {
    .osobie-usloviya__item-content br {
        display:none;
    }
}

@media (max-width:1500px) {
    .osobie-usloviya__item-title {
        font-size: 22px;
    }
    
    .osobie-usloviya__item-head {
        padding-bottom:12px;
    }
    
    .osobie-usloviya__item {
        padding:20px;
    }
    
    .osobie-usloviya__item-head img {
        height:55px;
    }
    
    .osobie-usloviya__item-content {
        padding-bottom:24px;
    }
}

@media (max-width:1200px) {
    .osobie-usloviya__row {
        flex-direction:column;
    }
}

@media (max-width:767px) {
    .osobie-usloviya h2 {
        font-size: 25px;
    }
    
    .osobie-usloviya__item-title {
        font-size: 18px;
    }
    
    .osobie-usloviya__item-head img {
        height: 40px;
    }
    
    .osobie-usloviya__item-head {
        gap:12px;
    }
    
    .project-section {
       /*  padding-top:40px;
       padding-bottom:60px; */
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.category-content {
    padding-top:60px;
    padding-bottom:100px;
}

.additional-categoryes__filter {
    padding-top:25px;
}

.additional-categoryes__title {
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 120.4%;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
    padding: 0 30px 0 0;
    
}

.additional-categoryes__row {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.additional-categoryes__item {
    background:#F5F5F5;
    padding:7px;
    border-radius:5px;
    font-size:14px;
    transition:all ease-out .2s;
}

.additional-categoryes__item:hover {
    background:#489D52;
    color:#fff;
}

.additional-categoryes__item.active {
    background:#489D52;
    color:#fff;
}

.filter__phone-outer {
    display:flex;
    flex-direction:column;
    padding-bottom:15px;
}

.filter__phone-title {
    font-size:14px;
}

.filter__phone-link {
    font-size:22px;
    color:#489D52;
}

.background-white {
    background:#fff;
}

.category-body .form_section {
    margin-top:0px !important; 
}

.card-modifications.msearch2 .card-filter .dropdown-content {
    max-height: 240px;
    overflow-y: auto;
    scrollbar-gutter: stable;
    padding-right: 5px;
    margin-right: -12px;
}

/* WebKit */
.card-modifications.msearch2 .card-filter .dropdown-content::-webkit-scrollbar {
    width: 8px;
}

.card-modifications.msearch2 .card-filter .dropdown-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.card-modifications.msearch2 .card-filter .dropdown-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.card-modifications.msearch2 .card-filter .dropdown-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox */
.card-modifications.msearch2 .card-filter .dropdown-content {
    scrollbar-width: thin;
    scrollbar-color: #d8d8d8 #fff;
}

.card-modifications-product {
    display:flex;
    gap:8px;
}

.card-modifications-product img {
    border-radius:5px;
}

.ms2-notifications {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 370px;
}

.ms2-notification {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateX(-120%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.ms2-notification-show {
    transform: translateX(0);
    opacity: 1;
}

.ms2-notification-removing {
    transform: translateX(-120%);
    opacity: 0;
}

.ms2-notification-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 16px;
    gap: 12px;
}

.ms2-notification-message {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #1f2937;
}

.ms2-notification-close {
    background: rgba(0, 0, 0, 0.05);
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #6b7280;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
    flex-shrink: 0;
}

.ms2-notification-close:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #1f2937;
}

.ms2-notification-success {
    border-left: 4px solid #10b981;
}

.ms2-notification-error {
    border-left: 4px solid #ef4444;
}

.notification-product-outer {
    display: flex;
    align-items: center;
    gap: 20px;
}

.notification-product-under {
    font-size: 12px;
    padding-top: 8px;
    color: #6b7280;
}

.notification-product-image {
    max-height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.cart-clean {
    font-size:16px;
    text-decoration:underline;
    color:#489D52;
}

.form-number {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.form-number__controller {
    width: 36px;
    height: 40px;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: background 0.2s;
}

.form-number__controller:hover {
    background: #489D52;
    color:#fff;
}

.form-number__controller:active {
    background: #489D52;
    color:#fff;
}

.form-number__input {
    width: 50px;
    height: 40px;
    text-align: center;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0;
    outline: none;
    font-size: 14px;
    -moz-appearance: textfield;
}

.form-number__input::-webkit-outer-spin-button,
.form-number__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-item__close {
    transition:all ease-out .2s;
}

.cart-item__close:hover {
    background: #489D52;
    color:#fff;
}

.ms2-order {
    padding-top:25px;
}

.order__heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 108.4%;
    letter-spacing: -0.02em;
    color: #2e2f30;
    margin: 0 0 20px;
}

.order-products {
    background: #f8fafc;
    border-radius: 8px;
    padding: 8px 0;
}

.order-products__item {
    padding: 14px 20px;
    border-bottom: 1px dashed #e2e8f0;
}

.order-products__item:last-child {
    border-bottom: none;
}

.order-products__content {
    width: 100%;
}

.order-products__title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
    flex-wrap: wrap;
    gap: 8px;
}

.order-products__name {
    font-weight: 600;
    font-size: 16px;
    color: #0f172a;
}

.order-products__price-per-unit {
    font-size: 13px;
    color: #64748b;
}

.order-products__quantity-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
}

.order-products__count {
    font-size: 14px;
    color: #475569;
    background: #e2e8f0;
    padding: 2px 10px;
    border-radius: 8px;
}

.order-products__total-price {
    font-weight: 600;
    font-size: 16px;
    color: #489D52;
}

.order-total {
    font-size: 24px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.order-total__label {
    font-size: 18px;
    font-weight: normal;
    color: #0f172a;
    font-weight:600;
}

.order-total__currency {
    font-size: 24px;
}

.order-accepted {
    padding-bottom:25px;
}

.order-success {
    padding:60px 0;
}

.order-success__message {
    padding: 50px;
    border-radius: 10px;
    background-color: #F5F5F5;
    color: #2E2F30;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.36px;
    margin-bottom: 25px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.order-success__info {
    display:flex;
    gap:30px;
    margin-bottom:60px;
}    

.order-success__block {
    display: flex;
    padding: 50px 55px 50px 55px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    width: 100%;
    background:#f8fafc;
}

.order-success__left-block {
    max-width:30%;
}

.order-success__line {
    display:flex;
    justify-content:space-between;
    width:100%;
    margin-bottom:5px;
}

.order-success__line span:last-child {
    font-weight:600;
}

.order-success-link {
    width:fit-content;
    margin-left:auto;
}

.cart-item__main-row {
    display: flex;
    align-items: center;
    flex: 1;
}

.cart-item__options {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.cart-item__controls {
    display: flex;
    align-items: center;
}

.cart-clean-form {
    display: inline-block;
}

.cart-checkout-btn {
    width: 100%;
}

.cart-item-mobile {
    display:none;
}

.desctop-items-lg__row {
    display:flex;
    gap:20px;
}

.cart-total-count__wrapper {
    position:relative;
}

.cart-total-count {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -9px;
    right: -9px;
    background: #489D52;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0;
    transition:all ease-out .2s;
}

.cart-total-count:not(:empty) {
    opacity:1;
}

.mobile_header_bottom {
    gap:100px;
}

.mobile_header_bottom > a {
    width: fit-content;
}

@media (max-width:1400px) {
    #header-links>ul li a {
        font-size:14px;
    }
}

@media (max-width:1100px) {
    .order-success__info {
        flex-direction:column;
    }
    
    .order-success__left-block {
        max-width:100%;
    }
}

@media (max-width:800px) {
    .cart .cart-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position:relative;
    }
    
    .cart .cart-item__close {
        position:absolute;
        right:0;
        top:0;
    }
    
    .cart-item__controls {
        display:flex;
        flex-direction:column;
    }

    .cart-item-mobile {
        display:block;
        font-weight:500;
        font-size:14px;
    }
    
    .cart-item-price-item, .cart-item-cost {
        display:flex;
        margin-left:0px;
        width:100%;
        justify-content:space-between;
        padding:10px 0;
    }
    
    .cart-item__controls {
        width:100%;
        align-items:flex-start;
    }
}

@media (max-width:700px) {
    .cart-item__heading, .cart-item__heading a {
        font-size:16px;
        max-width: 100%;
    }
    
    .cart-item__main-row {
        max-width: calc(100% - 50px);
    }
}

@media (max-width:500px) {
    .order-success__line {
        flex-direction:column;
        margin-bottom:10px;
    }
    
    
    .order-success-link {
        margin:auto;
    }
    
    .order-success__block {
        padding: 30px 20px;
    }
    
    .order__heading {
        font-size:20px;
    }
}

.vakansii-row {
    padding: 0 0 60px 0;
    display:flex;
    flex-direction:column;
    gap:24px;
}
.vakansii-row__empty {
    /* padding-bottom:60px; */
}

.vakansii-item {
    display:flex;
    gap:24px;
    position:relative;
}

.vakansii-item__image {
    max-width:40%;
    width: 100%;
}

.vakansii-item__image img {
    object-fit:cover;
    width:100%;
    height:100%;
    border-radius: 3px;
    object-position:right;
    max-height:296px;
}

.vakansii-item__content {
    padding:26px;
    width:100%;
    max-width:60%;
    border-radius: 8px;
    border: 1px solid #EEE;
}

.vakansii-item__title {
    color: #2E2F30;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.32px;
    padding-bottom:15px;
}

.vakansii-item__tags {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    padding-bottom:15px;
}

.vakansii-item__tag {
    border-radius: 4px;
    border: 1.5px solid #489D52;
    padding:12px;
}

.vakansii-item__salary {
    color: #2E2F30;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding:5px 0 30px
}    

.vakansii-item__infoblock-row {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.vakansii-item__infoblock {
    border-radius: 4px;
    background: #F6F7F8;
    padding: 24px;
    width:100%;
}

.vakansii-item__infoblock ul {
    margin:10px 0 0;
}

.vakansii-item__infoblock-row .vakansii-item__infoblock:nth-child(2), .vakansii-item__infoblock-row .vakansii-item__infoblock:nth-child(3) {
    max-width:calc(50% - 6px);
}

.vakansii-item__infoblock-title {
    color: #2E2F30;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.36px;
}

.vakansii-item__expand-button {
    color: #489D52;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    width:fit-content;
    margin-left:auto;
    text-decoration: underline;
    cursor:pointer;
    position:absolute;
    right:26px;
    bottom:17px;
}
.vakansii-item__expand {
    overflow: hidden;
    height:0px;
    transition: height 0.3s ease;
}

.vakansii-item__expand:not(.collapsed) {
    padding:20px 0 32px;
}

.vakansii-item__expand.expand-collapsed {
    display: none;
}

.vakansii-item__expand {
    overflow: hidden;
    transition: height 0.3s ease;
}

.vakansii-item__expand.expand-collapsed {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.vakansii-item__btn {
    width:fit-content;
}

@media (max-width:1300px) {
    .vakansii-item__tag {
        font-size: 14px;
        padding: 6px;
    }
    
    .vakansii-item__title {
        font-size:24px;
    }   
    
    .vakansii-item__salary {
        font-size:30px;
        padding: 5px 0 15px;
    }
    
    .vakansii-item__infoblock-row .vakansii-item__infoblock:nth-child(2), .vakansii-item__infoblock-row .vakansii-item__infoblock:nth-child(3) {
        max-width:100%;
    }
    
    .vakansii-item__image img {
        max-height:254px;
    }
}    

@media (max-width:1000px) {
    .vakansii-item {
        flex-direction:column;
    }
    
    .vakansii-item__image {
        max-width:100%;
    }
    
    .vakansii-item__content {
        max-width:100%;
    }
}

@media (max-width:500px) {
    .vakansii-item__content {
        padding-bottom:50px;
    }
    
    .vakansii-item__btn {
        width:100%;
    }
}

.sout-page {
    /* padding:125px 0 60px; */
    background:#fff;
}

.sout-row {
    display:flex;
    gap:30px;
}

.sout-image {
    width:50%;
}

.sout-content {
    width:50%;
}

.sout-image img {
    border-radius: 10px;
    width:100%;
}

.soat-files li {
    margin-bottom:12px;
}

.soat-files a {
    color: #489D52;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.soat-files ul {
    padding-left:17px;
}

@media (max-width:1300px) {
    .sout-row {
        flex-direction:column;
    }
    
    .sout-row .sout-content {
        order:2;
    }
    
    .sout-image {
        width:100%;
    }
    
    .sout-content {
        width:100%;
    }
    
    .sout-page {
        padding:60px 0 80px;
    }
    
    .soat-files a {
        font-size:16px;
    }
}

.staff-container {
    padding:40px 0 0;
    background:#fff;
}

.staff-head {
    display:flex;
    gap:124px;
    align-items:center;
    padding-bottom:24px;
}

.staff-director__name {
    color: #212529;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -1.4px;
}

.staff-director__job {
    color: #489D52;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

.staff-director__info {
    display:flex;
    flex-direction:column;
}

.staff-director {
    display:flex;
    gap:48px;
    align-items:center;
}

.staff-files__icon {
    filter: drop-shadow(0 10px 20px rgba(72, 157, 82, 0.30));
    background:#489D52;
    padding:24px;
    border-radius:50%;
    width:69px;
    height:69px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.staff-files {
    display:flex;
    gap:44px;
}

.staff-file {
    display:flex;
    align-items:center;
    gap:20px;
}

.staff-file__info {
    display:flex;
    flex-direction:column;
}

.staff-file__name {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    max-width: 197px;
}    

.staff-file__download {
    color: #272727;
    font-size: 13.1px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    text-decoration:underline;
    text-transform:uppercase;
    transition:all ease-out .2s;
}

.staff-file:hover .staff-file__download {
    color:#489D52;
}    

.staff-row {
    display:flex;
    flex-wrap:wrap;
    padding-top:48px;
    gap:20px 0;
}

.staff-item {
    display:flex;
    flex-direction:column;
    padding-bottom:40px;
}

.staff-item__name {
    color: #212529;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -1.05px;
    padding-bottom:7px;
}    

.staff-item {
    width:calc(100% / 4);
}

.staff-item__info {
    max-width:310px;
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 185%;
}

@media (max-width:1300px) {
    .staff-head {
        gap:64px;
    }
    
    .staff-item {
        width: calc(100% / 3);
    }
}

@media (max-width:1260px) {
    .staff-head {
        flex-direction:column;
        align-items: flex-start;
    }
}

@media (max-width:991px) {
    .staff-item {
        width: calc(100% / 2 - 10px);
    }
    
    .staff-row {
        gap:20px;
    }
}

@media (max-width:500px) {
    .staff-item {
        width: 100%;
    }
    
    .staff-director {
        flex-direction:column;
        align-items:flex-start;
        gap:24px;
    }
    
    .staff-files {
        flex-direction:column;
    }
    
    .staff-file__name {
        max-width:100%;
    }
    
    .staff-director__name br {
        display:none;
    }
    
    .staff-head {
        gap:48px;
    }
    
    .staff-item {
        padding-bottom:00px;
    }
    
    .staff-row {
        gap:26px;
    }
}

#common-home .form_section {
    margin-top:0px;
}

.gallery-outer {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    /* padding-bottom:60px; */
}

.gallery-item {
    width:calc(100% / 4 - 15px);
    transition:all ease-out .2s;
}    

.gallery-item img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 12px;
}

.gallery-item:hover {
    transform:rotate(1deg);
    opacity:.9;
}

@media (max-width:1200px) {
    .gallery-item {
        width:calc(100% / 3 - 15px);
    }    
}

@media (max-width:768px) {
    .gallery-item {
        width:calc(100% / 2 - 15px);
    }    
}

.blogs_row .blog-name {
    color: #489D52;
}

@media (min-width:1280px) {
    .header #header-top {
        position: unset !important;
    }
    
    .header {
        position:fixed;
        left:0;
        right:0;
        z-index:99;
        background:#f6f7f8;
    }
    
    .header-separator {
        height:117px;
    }
    
    .desctop_items_dropdown {
        position: fixed;
        left: 0;
        right: 0;
        max-width: calc(100% - 160px);
        margin: auto;
    }
    
    .dropdown_content {
        width:100%;
        display:flex;
        flex-wrap:wrap;
    }
    
    .dropdown_content > a {
        width:calc(100% / 3);
    }
    
    .header-top__line {
        max-height:42px;
        transition:all ease-out .4s;
    }
    
    .header.header-fixed .header-top__line {
        transform: translateY(-42px);
        max-height: 0px;
    }
    
    .header.header-fixed #header-top {
        position:relative;
        z-index:10;
    }
    
    .desctop-items-lg .desctop_items_dropdown {
        display:block;
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transition:all ease-out .2s;
    }
    
    .desctop-items-lg > a:hover + .desctop_items_dropdown, .desctop_items_dropdown:hover {
        visibility:visible;
        opacity:1;
        pointer-events:auto;
    }
    
    .dropdown_content-column__title {
        font-weight:900;
        width:100%;
        height: auto;
        margin-bottom: 15px;
    }
    
    .dropdown_content-column {
        display:flex;
        flex-wrap:wrap;
        height: fit-content;
        min-width:250px;
    }
    
    .dropdown_content-column > a {
        width:calc(100% / 3);
        height: auto;
        white-space: normal;
        line-height: 120%;
        margin-bottom: 20px;
    }
    
    .dropdown_content .dropdown_content-column:first-child {
        width:calc(100% - 250px);
    }
    
    .dropdown_content .dropdown_content-column:last-child {
        width:calc(100% / 4);
    }
    
    .dropdown_content .dropdown_content-column:last-child > a {
        width:100%;
    }
    
    .dropdown_content {
        flex-wrap:nowrap;
        box-shadow: 0px 6px 10px rgb(0 0 0 / 11%);
    }
}

.select-wrap .selectize-input {
    max-width: 440px;
    background: #EDF1F6 !important;
    padding: 20px 20px 0 !important;
    border: 1px solid #CCCCCC !important;
    height:64px !important;
    align-items: flex-start;
}

.select-wrap .selectize-input .item {
    max-width: 342px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-wrap .selectize-dropdown {
    z-index:99;
}

.select-wrap .selectize-dropdown .option {
    cursor:pointer;
}

.select-wrap {
    margin-bottom:18px;
}

@media (max-width:425px) {
    .select-wrap .selectize-input .item {
        max-width: 250px;
    }
}

.section-galleryes {
    overflow:hidden;
    background: #fff;
}
.section-galleryes__item {
    padding: 0 0 60px;
}

.section-galleryes__title {
    color: #2E2F30;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.9px;
    padding-bottom:24px;
}

.section-galleryes__description {
    max-width:885px;
    color: #2E2F30;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    padding-bottom:18px;
} 

.section-galleryes__description p {
    margin-top:0px;
}

.section-galleryes__images {
    position:relative;
}

.section-galleryes__images .swiper-wrapper {
    align-items:stretch;
}

.section-galleryes__images .swiper-slide {
    height:auto;
}

.section-galleryes__image img {
    object-fit:cover;
    height:100%;
    max-height:460px;
    width:100%;
    border-radius:10px;
}

.section-galleryes__image {
    display:block;
    height:100%;
    transition:all ease-out .2s;
}

.section-galleryes__image:hover {
    transform: rotate(1deg);
    opacity: .9;
}

.section-galleryes__images .swiper-button-prev, .section-galleryes__images .swiper-button-next {
    background:none;
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    top:75px;
    transition:all ease-out .2s;
}

.section-galleryes__images .swiper-button-prev:hover, .section-galleryes__images .swiper-button-next:hover {
    background:#489D52;
    border: 1px solid #489D52;
}

.section-galleryes__images .swiper-button-prev:hover path, .section-galleryes__images .swiper-button-next:hover path {
    stroke:#fff;
}

.section-galleryes__images .swiper-button-prev {
    transform:rotate(-90deg);
}

.section-galleryes__images .swiper-button-next {
    transform:rotate(90deg);
}

@media (max-width:1280px) {
    .section-galleryes__title {
        font-size:30px;
    }
    
    .section-galleryes__description {
        font-size:16px;
    }
    
    .section-galleryes__image img {
        max-height: 35vw;
        min-height: 250px;
    }
}

@media (max-width:700px) {
    .section-galleryes__title {
        font-size:25px;
    }
    
    .section-galleryes__images .swiper-button-prev, .section-galleryes__images .swiper-button-next {
        display:none;
    }
}

.section-navigation {
    background:#fff;
    padding:60px 0 7px;
}

.section-navigation__outer {
    background:#FAF9F8;
}

.section-navigation__outer .container, .section-navigation__outer .container-1 {
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.section-navigation__links {
    display:flex;
}

.section-navigation__link {
    padding:32px;
    display:block;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 170%;
    border-bottom:2px solid #FAF9F8;
    transition:all ease-out .2s;
}

.section-navigation__link:hover {
    border-bottom:2px solid #489D52;
}

.section-navigation__row {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.section-navigation__mobile {
    display:none;
}

@media (max-width:1500px) {
    .section-navigation__link {
        padding:32px 20px;
        font-size:16px;
    }
}

@media (max-width:1300px) {
    .section-navigation__link {
        padding: 32px 0px;
    }
    
    .section-navigation__links {
        gap:12px;
    }
}

@media (max-width:1150px) {
    .section-navigation__row {
        display:none;
    }
    
    .section-navigation__mobile {
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:25px 0;
    }
    
    .section-navigation__mobile-title {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
    }
    
    .section-navigation__row.active {
        display:flex;
        flex-direction:column;
        align-items: flex-start;
        padding-bottom:16px;
    }
    
    .section-navigation__links {
        flex-direction:column;
    }
    
    .section-navigation__link {
        padding:6px 0;
        border-bottom:0 !important;
    }
    
    .section-navigation__callback {
        padding-top:24px;
    }
}

.steps-outer {
    /* padding:64px 0; */
    background:#F6F7F8;
}

.steps-title {
    color: #2E2F30;
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    padding-bottom:20px;
}

.steps-row {
    display:flex;
    gap:12px;
}

.steps-item {
    display:flex;
    align-items:center;
    padding:14px 8px;
    background:#fff;
    gap:17px;
    width:100%;
    border-radius: 14px;
}

.steps-item__num {
    color: #489D52;
    font-weight:900;
    font-size:46px;
}

.steps-item-title {
    color: #2E2F30;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.471px;
}

@media (max-width:1520px) {
    .steps-row {
        flex-wrap:wrap;
    }
    
    .steps-item {
        width:calc(50% - 6px);
    }
}

@media (max-width:900px) {
    .steps-item-title {
        font-size:16px;
    }
}

@media (max-width:650px) {
    .steps-item {
        width:100%;
    }
    
    .steps-item__num {
        min-width:70px;
    }
}

.pricelist-section-left img {
    /* max-width:700px; */
}

section.actions {
    /* padding:60px 0 90px; */
}

.actions-row {
    display:flex;
    gap:24px;
}

.action-item {
    width:100%;
    align-items:center;
    background-size:cover;
    background-repeat:no-repeat;
    padding:57px 0 80px 40px;
    border-radius: 10px;
}

.action-item__subtitle {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; 
}

.action-item__title {
    color: #FFF;
    font-size: 47px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; 
    padding:0 0 12px 0;
}

.action-item__text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom:42px;
}

.action-item__link {
    width:fit-content;
}

@media (max-width:1250px) {
    .action-item__text {
        padding-bottom:24px;
    }
    
    .actions-row {
        flex-wrap:wrap;
    }
    
    .actions-item {
        width:100%;
    }
}

@media (max-width:600px) {
    .action-item__title {
        font-size:30px;
    }
    
    .action-item__subtitle {
        font-size:16px;
    }    
}

@media (max-width:400px) {
    .action-item {
        padding: 35px 25px 50px 25px;
    }
}


.image-content-page {
    /* padding:125px 0 60px; */
    background:#fff;
}

.image-content-row {
    display:flex;
    gap:30px;
}

.image-content-image {
    width:50%;
}

.image-content-content {
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:60px 0 24px;
}

.image-content-image img {
    border-radius: 10px;
    width:100%;
}

.image-content-files li {
    margin-bottom:12px;
}

.image-content-files a {
    color: #489D52;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.image-content-files ul {
    padding-left:17px;
}

@media (max-width:1300px) {
    .image-content-row {
        flex-direction:column;
    }
    
    .image-content-row .image-content-content {
        order:2;
    }
    
    .image-content-image {
        width:100%;
    }
    
    .image-content-content {
        width:100%;
    }
    
    .image-content-page {
        padding:60px 0 80px;
    }
    
    .image-content-files a {
        font-size:16px;
    }
}

 .image-content__links {
    padding-top:48px;
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.image-content__link {
    border-radius: 8px;
    border: 1px solid #489D52;
    background: #FFF;
    padding: 18.8px 44px 20.2px 44px;
    justify-content: center;
    align-items: center;
    color: #2E2F30;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    transition:all ease-out .2s;
}

.image-content__link:hover {
    background:#489D52;
    color:#fff;
}    

.card__article {
    border:1px solid #489D52;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    font-weight: 600;
    font-size:12px;
    margin:0 0 20px 0;
}

.tab-products__wrapper {
    width: 100%;
    padding: 60px 0 0 0;
}

.tab-products__headers {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.tab-products__headers::-webkit-scrollbar {
    height: 3px;
}

.tab-products__headers::-webkit-scrollbar-track {
    background: #e5e7eb;
    border-radius: 3px;
}

.tab-products__headers::-webkit-scrollbar-thumb {
    background: #489D52;
    border-radius: 3px;
}

.tab-products__btn {
    padding: 12px 24px;
    background: none;
    border: none;
    color: #2E2F30;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    white-space: nowrap;
    flex-shrink: 0;
}

.tab-products__headers .tab-products__btn:first-child {
    padding-left:0px;
}

.tab-products__btn:hover {
    color: #489D52;
}

.tab-products__btn.active {
    color: #489D52;
}

.tab-products__btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #489D52;
}

.tab-products__pane {
    display: none;
    animation: fade 0.3s ease;
}

.tab-products__pane.active {
    display: block;
}

.tab-products__pane img {
    max-width: 100%;
    height: auto;
}

.tab-products_advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.tab-products_advantage-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    background: #f6f7f8;
    border-radius: 8px;
    transition: all 0.25s ease;
    cursor: default;
}

.tab-products_advantage-item:hover {
    background: #eef0f2;
    transform: translateX(4px);
}

.tab-products_advantage-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background: #489D52;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 2px 8px rgba(72, 157, 82, 0.25);
}

.tab-products_advantage-title {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .tab-products__wrapper {
        padding: 20px 0 0 0;
    }
    
    .tab-products__btn {
        padding: 10px 20px;
        font-size: 16px;
    }
    
    .tab-products_advantage-grid {
        gap: 12px;
    }
    
    .tab-products_advantage-item {
        padding: 14px 18px;
        gap: 12px;
    }
    
    .tab-products_advantage-icon {
        width: 22px;
        height: 22px;
    }
    
    .tab-products_advantage-title {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .tab-products_advantage-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .tab-products__btn {
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .tab-products_advantage-item {
        padding: 12px 16px;
    }
    
    .tab-products_advantage-icon {
        width: 20px;
        height: 20px;
    }
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width:1300px) {
    .image-content-content {
        padding:0px;
    }
    
    .image-content-row {
        gap:28px;
    }
    
    .image-content__links {
        padding-top:40px;
    }
    
    .image-content__link {
        padding: 12px 20px 12px 20px;
        font-size:16px;
    }
    
    .image-content-content h2 {
        margin-bottom:12px;
    }
}

.under-footer {
    padding-top: 20px;
    padding-bottom: 30px;
    flex-direction: column;
    border-top: 1px solid #e5e5e5;
}

.info-public-oferta {
    font-size:12px;
}

.under-footer-documents {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    padding-bottom: 10px;
}

.under-footer-documents a {
    font-size:12px;
}

.footer-underlogo-text {
    max-width:300px;
    font-size:14px;
}

@media (max-width:1279px) {
    .under-footer-documents {
        gap:10px;
    }
    
    .under-footer-documents a {
        padding: 5px;
    }
    
    .card-filter {
        z-index:99999999999999999;
    }
    
    .card-modifications.msearch2 .card-filter .dropdown-content {
        max-height:fit-content;
    }
    
    .filter__phone-outer {
        padding-top:25px;
    }
    
    .card-modifications-wrap.filter_active::after {
        display:none;
    }
    
    .additional-categoryes__filter {
        padding-bottom:100px;
    }
    
    .category-listing-products {
        padding-top: 40px !important;
    }
}

.cookie-message {
    position: fixed;
    bottom: 25px;
    left: 25px;
    background: #fff;
    z-index: 99;
    box-shadow: 8px 8px 30px rgb(0 0 0 / 9%);
    max-width: 500px;
    padding: 35px;
    box-sizing: border-box;
    margin-left: auto;
    border-radius:10px;
    z-index: 999;
}

.cookie-message a {
    color: #489D52;
    border-bottom: 1px solid;
}

.cookie-message button {
    display:block;
    width:fit-content;
    margin-top:15px;
    font-size: 16px;
    margin-left:auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 45px;
}

@media (max-width:500px) {
    .cookie-message {
        left:10px;
        right:10px;
        bottom:10px;
        width:calc(100% - 20px);
        padding:25px;
    }
}

@media (max-width:700px) {
    .filter__phone-outer, .additional-categoryes__filter {
        padding: 15px 20px;
    }
    
    .additional-categoryes__item  {
        background:#fff;
        color: #489D52;
    }
}

@media (max-width:1360px) {
    .product-page__add-cart {
        margin-bottom:10px;
    }
}

.category-banner .main-banner-left {
    padding: 0 80px 0px 80px;
    width: auto;
}

.category-banner .main-banner-sub-title {
    color:#fff;
    margin-bottom:60px;
}

.category-banner .category-banner-buttons .btn_to_il_form {
    margin-top:0px;
}

@media (max-width:1400px) {
    .category-banner .main-banner-sub-title br, .category-banner .main-banner-title br {
        display:none;
    }
    
    .category-banner .main-banner-right img {
        object-position: left;
        object-fit:cover;
        object-fit: cover;
        min-height: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .category-banner .main-banner-left {
        padding: 0 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .category-banner .main-banner-left {
        padding:0px 20px;
    }
}

.listing-grid-container {
    /* padding:90px 0 120px; */
    background:#fff;
}

.category-tabs {
    background:#fff;
    padding-top:0px;
}

.category-tabs .section-navigation__row {
    justify-content: center;
}

.category-tabs-content.active {
    display:flex;
    align-items:center;
}

.category-tabs-content-outer {
    display:flex;
    flex-direction:column;
}

.category-tabs-content-title {
    color: #2E2F30;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.32px;
    margin-bottom:10px;
}

.category-tabs-content-text {
    color: #2E2F30;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.section-navigation__link.active {
    color:#489D52;
}

.category-tabs-content {
    display:none;
}

.category-tabs__contents {
    /* padding-top:48px; */
}

.category-tabs-content-image {
    max-width:50%;
}

@media (max-width:1200px) {
    .category-tabs-content.active {
        flex-direction:column;
    }
    
    .category-tabs-content-image {
        max-width:100%;
        margin-bottom:20px;
    }
    
    .category-tabs-content-text {
        font-size:16px;
    }
}

.category-tabs .section-navigation__links-button {
    justify-content:space-between;
}

.pt-60 {
    padding-top:60px;
}

.beton-title {
    color: #2E2F30;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.32px;
    padding-bottom:20px;
}

.beton-row {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    gap:24px;
}

.beton-item {
    border: 1px solid #ccc;
    width: calc(100% / 4 - 18px);
    padding:24px 16px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    border-radius:10px;
}

.beton-outer {
    width:100%;
}

.beton-item__title {
    color: #2E2F30;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    margin-bottom:9px;
}

.beton-item__undertitle {
    color: #2E2F30;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.32px;
    padding-bottom:24px;
}

.beton-item__price {
    color: #2E2F30;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: -0.32px;
    margin-bottom:2px;
}

.beton-item__underprice {
    color: #2E2F30;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.32px;
    margin-bottom:24px;
}

.pb-60 {
    /* padding-bottom:60px; */
}

@media (max-width:1800px) {
    .beton-item {
        width:calc(100% / 3 - 16px);
    }
}

@media (max-width:1400px) {
    .beton-item__title {
        font-size:32px;
    }
}

@media (max-width:1100px) {
    .beton-item {
        width:calc(100% / 2 - 14px);
    }
}

@media (max-width:700px) {
    .beton-item__title {
        font-size:25px;
    }
    
    .beton-item__underprice {
        margin-bottom: 0px;
    }
    
    .beton-item__undertitle {
        padding-bottom:12px;
    }
}

@media (max-width:600px) {
    .beton-item {
        width:calc(100% / 1);
    }
}

section.comprasion {
    /* padding:150px 0 45px 0; */
    background:#fff;
}

.comprasion-container {
    position:relative;
    overflow:hidden;
    display:flex;
}

.comprasion-fixed {
    max-width:calc(82vw / 4);
    margin-right:12px;
}

.comprasion-item {
    display:flex;
    flex-direction:column;
}

.comprasion-item__head {
    padding:24px 10px 35px;
    border-radius: 8px;
    border: 2px solid #F2F2F2;
    background: #FFF;
    height:341px;
    align-items: stretch;
    display: flex;
    flex-direction: column;
}

.comprasion-item img {
    max-width:fit-content;
}

.comprasion-item__name {
    padding-top:32px;
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 100%;
    display: flex;
    align-items: center;
}

.comprasion-item__options {
    display:flex;
    flex-direction:column;
    padding-top:20px;
}

.comprasion-item__option {
    display:flex;
    flex-direction:column;
    position:relative;
    height:70px;
    justify-content:flex-end;
}

.comprasion-item__option-content {
    padding:12px 18px 8px;
}

.comprasion-fixed .comprasion-item__options .comprasion-item__option:nth-child(2n + 1):after {
    content:'';
    display:block;
    border-radius: 8px;
    background: #F6F7F8;
    position:absolute;
    height:46px;
    width: calc(100% * 6 + 22.5vw);
    height:100%;
    left: 0;
    pointer-events:none;
}

.comprasion-item__options .comprasion-item__option * {
    z-index:2;
}

.comprasion-item__option-title {
    position:relative;
    padding-bottom:8px;
    color: #2E2F30;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
}

.comprasion-item__option-title:before {
    content: '';
    position:absolute;
    top: 6px;
    left: -12px;
    width:6px;
    height:6px;
    background:#489D52;
    border-radius:50%;
}

.comprasion-item__option-value {
    color: #2E2F30;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    width:fit-content;
}

.comprasion-slider {
    min-width:0px;
    overflow:hidden;
    position:relative;
    width:100%;
}

.comprasion-slider .swiper-button-next, .comprasion-slider .swiper-button-prev {
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background: #fff;
    top:210px;
    transition:all ease-out .2s;
}

.comprasion-slider .swiper-slide {
    transition:all ease-out .2s;
}

.comprasion-slider .swiper-slide-prev {
    opacity:0;
}

.comprasion-slider .comprasion-item__head {
    background: #F8F8F8;
}

.comprasion-slider .comprasion-item__option-content {
    position:relative;
}

.comprasion-slider .comprasion-item__option-content:before {
    content:'';
    position:absolute;
    height:23px;
    display:block;
    left:0;
    top:10px;
    bottom:0;
    border-left: 1px dashed #E4E4E4;
}

.comprasion-title {
    color: #2E2F30;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.9px;
    margin-bottom:24px;
}

.comprasion-undertitle {
    color: #2E2F30;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom:48px;
}

.comprasion-item__option-value .green {
    color:#489D52;
}

.comprasion-item__option-value .red {
    color:#FF0000;
}

@media (min-width:1240px) {
    .comprasion-tooltip {
        position: fixed;
        background: #fff;
        color: #2E2F30;
        padding: 8px 12px;
        border-radius: 4px;
        font-size: 14px;
        z-index: 10000;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s;
        white-space: nowrap;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }
}

@media screen and (max-width: 1280px) {
    .comprasion-title {
        font-size: 30px;
        line-height: 108.4%;
        margin-top: 15px;
    }
}

@media (max-width:1200px) {
    .comprasion-fixed {
        max-width: 50%;
        width: 100%;
    }
    
    .comprasion-slider {
        max-width:50%;
    }
    
    .comprasion-item__head {
        justify-content:center;
        align-items:center;
    }    
    
    .comprasion-item__head br {
        display:none;
    }
}

@media screen and (max-width: 700px) {
    .comprasion-title {
        font-size: 25px;
        line-height: 115.9%;
    }
    
    .comprasion-undertitle {
        font-size:16px;
    }
}

@media (max-width:600px) {
    .comprasion-item__name {
        font-size:18px;
    }
    
    .comprasion-item img {
        width:100%;
    }
    
    .comprasion-slider .swiper-button-next, .comprasion-slider .swiper-button-prev {
        top:64vw;
    }
    
    .comprasion-item__head {
        height:100%;
        min-height:66vw;
    }
    
    .comprasion-item__option {
        height:90px;
    }
}

@media (max-width:400px) {
    .comprasion-item__head {
        min-height: 65vw;
        padding: 0px 12px 0;
    }
}

.comprasion-promo {
    /* margin-top:90px; */
    padding:75px 80px 64px 80px;
    border: 2px solid #DEDEDE;
    background-image: url('/templates/images/maloetajnoe-price-promo.png');
    background-color:#F7F7F7;
    background-size: cover;
    background-position: center;
}

.comprasion-promo .btn {
    width:fit-content;
}

.comprasion-promo__title {
    color: #2E2F30;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.32px;
    margin-bottom:12px;
}

.comprasion-promo__undertitle {
    color: #2E2F30;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.32px;
    margin-bottom:24px;
}

@media (max-width:1150px) {
    .comprasion-promo__title br {
        display:none;
    }
}

@media (max-width:900px) {
    .comprasion-promo {
        padding:40px;
    }
}

@media (max-width:600px) {
    .comprasion-promo__title {
        font-size:25px;
    }
    
    .comprasion-promo__undertitle {
        font-size:16px;
    }
    
    .comprasion-promo {
        padding:40px 20px;
    }
    
    .comprasion-promo {
        background-image:url('/templates/images/maloetajnoe-price-promo-mob.png');
    }
}

@media (max-width:500px) {
    .comprasion-promo__title {
        font-size:20px;
    }
    
    .comprasion-promo__undertitle {
        font-size:14px;
    }
}

.stages-title {
    color: #2E2F30;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.9px;
    margin-bottom:24px;
}

.stages-subtitle {
    color: #2E2F30;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom:48px;
}

.category-stages {
    background:#fff;
    /* padding:45px 0; */
}

.stages-row {
    display:flex;
    gap:8px;
    position:relative;
    padding-bottom:80px;
}

.stages-row:after {
    content: '';
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    width: calc(100% - 14.6vw);
    margin:auto;
    height:8px;
    background: #489D52;
}

.stages-item {
    width:100%;
    padding:16px;
    border-radius: 8.186px;
    background: #FFF;
    box-shadow: 0 10.233px 15.349px -3.07px var(--black-a10, rgba(0, 0, 0, 0.10)), 0 4.093px 6.14px -2.047px var(--black-a5, rgba(0, 0, 0, 0.05));
    display:flex;
    flex-direction:column;
    align-items:center;
    position:relative;
}

.stages-item:before {
    content:'';
    display:block;
    width: 12px;
    height: 12px;
    border: 6px solid #489D52;
    border-radius:50%;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    bottom: -12px;
    background: #fff;
}

.stages-item:after {
    content: '';
    display: block;
    height: 70px;
    width: 8px;
    background: #489D52;
    position: absolute;
    bottom: calc(-80px);
}

.stages-item__title, .stages-item__content {
    width:100%;
}

.stages-item__title {
    color: #262626;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom:16px;
}

.stages-item__image {
    margin-bottom:16px;
}

.stages-item__content {
    margin-top:auto;
    color: #808080;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width:1500px) {
    .stages-row {
        flex-wrap:wrap;
        gap:8px;
    }
    
    .stages-item {
        width:calc(100% / 4 - 19px);
        min-width: calc(100% / 3 - 19px);
        flex:1;
    }
    
    .stages-row:after, .stages-item:before, .stages-item:after {
        display:none;
    }
}

@media screen and (max-width: 1280px) {
    .stages-title {
        font-size:25px;
    }
    
    .stages-subtitle {
        font-size:16px;
    }
}

@media (max-width:800px) {
    .stages-item {
        width:calc(100% / 2 - 19px);
        min-width: calc(100% / 2 - 19px);
        flex:1;
    }
    
    .stages-item__content {
        font-size:16px;
    }
    
    .stages-item__title {
        font-size:18px;
    }
    
    .stages-item {
        padding:10px;
    }
}

@media (max-width:500px) {
    .stages-item {
        width: 100%;
        min-width: 100%;
        flex:1;
    }
    
    .stages-row {
        padding-left: 45px;
        padding-bottom:0px;
        overflow:hidden;
    }
    
    .stages-row:after {
        display: block;
        width: 8px;
        left: 0;
        right: auto;
        height: calc(100% - 230px);
        top: 0;
        bottom: 0;
    }
    
    .stages-item:after, .stages-item:before {
        display:block;
    }
    
    .stages-item:before {
        right: auto;
        bottom: 0;
        top: 0;
        margin: auto;
        left: -12px;
    }
    
    .stages-item:after {
        width: 70px;
        height: 8px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -77px;
    }
}

.image-content {
    background:#fff;
    /* padding:45px 0 64px; */
}    

.image-content__outer {
    display:flex;
    align-items:center;
    gap:30px;
}    

.image-content__image {
    width: 100%;
    max-width: 865px;
}

.image-content__image img {
    border-radius: 10px;
    max-width: 100%;
}

.image-content__title {
    color: #2E2F30;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.32px;
    padding-bottom:8px;
}

.image-content__tags {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    padding-top:8px;
}

.image-content__tag {
    border-radius: 4px;
    border: 1px solid #489D52;
    padding:12px;
    color: #757575;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; 
}

@media (max-width:1300px) {
    .image-content__outer {
        align-items: stretch;   
    }
    
    .image-content__image {
        height:auto;
    }
    
    .image-content__image img {
        height:100%;
        object-fit:cover;
    }
    
    .image-content__tags {
        gap:8px;
    }
    
    .image-content__tag {
        font-size:14px;
    }
}

@media (max-width:1000px) {
    .image-content__outer {
        flex-direction:column;
    }
    
    .image-content__title {
        font-size:25px;
    }
}

.category-video {
    position: relative;
    width: 100%;
}
.container-1 {
    position: relative;
    width: 100%;
}
.video-wrapper {
    position: relative;
    width: 100%;
}
.video-container {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.video-container iframe {
    width: 100%;
    height: 600px;
    display: block;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
}
.play-button {
    width: 80px;
    height: 80px;
    background: rgb(72 157 82);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.play-button:hover {
    transform: scale(1.1);
}
.play-button svg {
    width: 40px;
    height: 40px;
    margin-left: 4px;
}

.category-video {
    /* padding:45px 0; */
    background:#fff;
}
.category-video__head {
    position: absolute;
    top: 20px;
    left: 0;
    right:0;
    margin:auto;
    z-index: 20;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.category-video__tag {
    color: #489D52;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    width: fit-content;
    background: #eeeeeed4;
    padding: 6px 12px;
    border-radius: 15px;
}
.category-video-title {
    color: white;
    font-size: 35px;
    font-weight: bold;
    width:fit-content;
    max-width: 650px;
}

@media (max-width:1000px) {
    .category-video-title {
        font-size:25px;
    }
}

.category-utps-grid {
    /* padding:60px 0 100px; */
    background:#F6F7F8;
}

.category-utps__row {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.category-utps__title {
    color: #2E2F30;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.32px;
    margin-bottom:28px;
}

.category-utp {
    width:calc(100% / 3 - 14px);
    padding:24px 55px 50px;
    background:#fff;
    border-radius: 10px;
}

.category-utp img {
    border-radius:10px;
    margin-bottom:24px;
    width:100%;
}

.category-utp__title {
    color: #2E2F30;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.32px;
    margin-bottom:12px;
}

.category-utp__content {
    color: #2E2F30;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.32px;
}

@media (max-width:1600px) {
    .category-utp__title {
        font-size:22px;
    }
    
    .category-utp__content {
        font-size:16px;
    }
    
    .category-utp {
        padding: 25px 25px 50px;
    }
}

@media (max-width:1200px) {
    .category-utp {
        width: calc(100% / 2 - 10px);
    }
    
    .category-utps__row {
        justify-content: center;
    }
}

@media (max-width:1024px) {
    .category-utps__title {
        font-size: 30px;
    }
}

@media (max-width:800px) {
    .category-utp {
        width: 100%;
    }
}

@media (max-width:500px) {
    .category-utp {
        padding:25px;
    }
    
    .category-utp__title {
        font-size:18px;
    }
}

.category-promo {
    /* padding:60px 0 90px; */
    background-size:cover;
}

.category-promo__title {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.9px;
    margin-bottom:12px;
}

.category-promo__subtitle {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.32px;
    margin-bottom:12px;
}    

.category-promo .btn {
    margin-top:24px;
    width:fit-content;
}

@media (max-width:1300px) {
    .category-promo__title {
        font-size:35px;
    }
    
    .category-promo__subtitle  {
        font-size:16px;
    }
}

@media (max-width:500px) {
    .category-promo__title {
        font-size:25px;
    }
    
    .form-section_block-map iframe {
        max-height:300px;
        margin-top:50px;
    }
}

.lead-price-catalog-form {
    padding-top:25px;
    padding-bottom:25px;
}


/*card-banner*/
.card-banner__container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content;
    background-image: url(/templates/images/me-bg.webp);
    background-size: cover;
    padding: 25px;
    max-width: 500px;
    
}
.card-banner__img {

}

.card-banner__btn {
    
    width: fit-content;
}

.card-banner__container{
   position: relative;
   overflow: hidden;
}

.card-banner__content {
    top: 0px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricelist-section-left img {
    max-height: 647px;
    width: fit-content;
    max-width:100%;
}

.path .container-1 {
    padding-top:0 !important;
    padding-bottom:0 !important;
}

#msOrder {
    margin-top:0px !important;
    padding-top:0px !important;
}

.project-section-left img {
    max-height: 469px;
    object-fit: cover;
    border-radius: 10px;
}

@media (min-width: 1921px) and (max-width: 2560px) {
  body {
    --scale: 1.11; /* 2560/1920 */
    transform: scale(var(--scale));
    transform-origin: 0 0;
    width: calc(100% / var(--scale));
    height: calc(100vh / var(--scale));
  }
}

@media (min-width: 2560px) and (max-width: 3839px) {
  body {
    --scale: 1.33; /* 2560/1920 */
    transform: scale(var(--scale));
    transform-origin: 0 0;
    width: calc(100% / var(--scale));
    height: calc(100vh / var(--scale));
  }
}

/* 4K */
@media (min-width: 3840px) {
  body {
    --scale: 2; /* 3840/1920 */
    transform: scale(var(--scale));
    transform-origin: 0 0;
    width: calc(100% / var(--scale));
    height: calc(100vh / var(--scale));
  }
}

@media (max-width:700px) {
    .category-grid__item-image {
        object-fit: contain;
    }
}

.footer_links {
    display: flex;
    padding: 0 90px;
    gap: 0;
    justify-content: space-between;
}

.footer_links > ul {
    flex-direction:column;
    padding-left: 0;
}

.footer_links>ul li {
    width:100%;
}

.footer_phone a {
    font-size:24px;
}

@media (max-width:1600px) {
    .footer_links {
        flex-direction:column;
    }
    
    .footer_links > ul {
        flex-direction:row;
    }
    
    .footer_links>ul li {
        width:calc(100% / 3);
    }
    
    .footer-empty-title {
        display:none;
    }
}

@media (max-width:1400px) {
    .footer_links > ul {
        gap:20px;    
    }
    
    .footer_links>ul li {
        width:calc(100% / 2 - 10px);
    }
    
    .footer_links {
        padding:0px 30px;
    }
}

@media (max-width:768px) {
    .footer_links {
        padding:0px;
    }
    
    .footer_links > ul {
        gap:0px;    
    }
    
    .footer_links>ul li {
        width: fit-content;
    }
}

.desctop-items-lg-menutitle {
    display:flex;
    align-items:center;
    gap:10px;
}

.desctop-items-lg:hover .desctop-items-lg-menutitle {
    color:#489D52;
}

.desctop-items-lg:hover .desctop-items-lg-dropdown-icon path {
    stroke:#489D52;
}

.desctop-items-lg-dropdown-icon svg {
    transform:rotate(180deg);
}

.desctop-items-lg .desctop-items-lg-dropdown-icon {
    transition:all ease-out .2s;
}

.desctop-items-lg:hover .desctop-items-lg-dropdown-icon {
    transform:scaleY(-1);
}

.card-modifications-wrap .model-wrap.model-wrap-fullwidth {
    gap: 24px;
}

.main-banner-bottom-number {
    color: #489D52;
    font-size: 37.126px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.99px;
    padding:12px 12px 12px 8px;
    white-space: nowrap;
}

.main-banner-bottom-text {
    color: #2E2F30;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    letter-spacing: -0.32px;
}

.main-banner-bottom>div, .production_lamps > div {
    padding:6px 0px;
    height: fit-content;
}

@media (max-width:1900px) {
    .main-banner-bottom-text {
        font-size:14px;
    }
    
    .main-banner-bottom-number {
        font-size:32px;
    }    
}

@media (max-width:1500px) {
    .main-banner-bottom-number {
        font-size:28px;
    }    
}

@media (max-width: 1440px) {
    .main-banner-bottom-item {
        width: calc(100% / 3 - 10px) !important;
    }
    
    .main-banner-left {
        width:70%;
    }
}

@media (Max-width:1280px) {
    .main-banner-left .btn {
        padding: 20px 51px;
    }
    
    .main-banner-bottom {
        padding: 0 40px;
    }    
}

@media (max-width:768px) {
    .main-banner-bottom {
        padding: 20px 20px 0 20px;
    }
    
    .main-banner-bottom-text {
        font-size:12px;
    }
    
    .main-banner-bottom-number {
        font-size: 24px;
    }
}

@media (max-width:500px) {
    .main-banner-bottom .main-banner-bottom-item:nth-child(1n) {
        align-items:center;
    }
    
    .main-banner-bottom-number {
        font-size: 18px;
        padding: 8px;
    }
    
    .container.block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .lead-price-catalog-form {
        padding-top:0px;
    }
    
    .card-modifications-wrap .model-wrap.model-wrap-fullwidth {
        gap:12px;
    }
    
    .categories .model-item {
        width: calc(100% / 2 - 6px);
    }
}

.contacts-column {
    display:flex;
    flex-direction:column;
}

.contacts-column__title {
    display:block;
    padding-bottom:5px;
}

.contacts-column .footer_phone {
    padding-bottom:15px;
}

.contacts-column a {
    margin-bottom:10px;
    display:block;
    width:fit-content;
}

.panel-map-borders, #contact_map {
    height:100%;
    min-height:300px;
}

.social-row {
    display:flex;
    gap:12px;
}

.social-row a {
    border-bottom:0px !important;
    line-height:100% !important;
    transition:all ease-out .2s;
}

.social-row a:hover {
    opacity:.8;
}

.header-top__line-right .social-row {
    align-items:center;
}


.header-top__line-right .social-row img {
    width:20px;
}

.category-content-gallery {
    align-items:stretch;
}

.category-content-gallery .swiper {
    height: 100% !important;
}

.category-content-gallery .card-swiper .swiper-slide  img {
    height:100% !important;
    object-fit:cover;
}

@media (max-width:1100px) {
    .category-content-gallery {
        flex-direction:column;
    }
    
    .category-content-gallery .card-img {
        display:none;
    }
    
    .category-content-gallery .card-title {
        width:100%;
        max-width:100%;
        padding:0px;
    }
}