body{
    font-family: 'Involve', sans-serif !important;
    color: #1A3D57 !important;
}
#content_index h2{
    text-align: unset;
    text-transform: unset;
    border-bottom: unset;
    padding-bottom: unset;
}
h1{
    font-family: 'Soyuz Grotesk' !important;
    font-size: 40px !important;
    font-weight: 700 !important;
}
h2{
    font-family: 'Soyuz Grotesk' !important;
    font-size: 40px !important;
    font-weight: 700 !important;
}
h3{
    font-family: 'Soyuz Grotesk' !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 0 0 0 !important;
}
.in-18{
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #666666 !important;
}
.in-16{
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #666666 !important;
}
.in-14{
    font-family: 'Involve', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #666666 !important;
}
/*img{*/
/*    border-radius: 20px;*/
/*}*/
#wrapper,
#content {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #fff;
}

.header {
    background-color: #fff;
    width: 100%;
    padding: 15px 0 0 0;
    font-family: 'Involve', sans-serif;
}

.h-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}

.h-top {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 2px;
    font-size: 16px;
    justify-content: space-between;
}

.h-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.h-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

a {
    color: #1A3D57 !important;
    text-decoration: none !important;
    font-weight: 300;
}

.h-item i {
    font-size: 16px;
    width: 16px;
    text-align: center;
}

.h-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.h-socials {
    display: flex;
    gap: 10px;
}

.h-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #F9F9FB;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.h-socials a:hover {
    background: #e56b1f;
    color: #fff;
}

.btn-orange {
    font-family: 'Involve';
    background: #e56b1f;
    color: #fff !important;
    padding: 9px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
    white-space: nowrap;
}
.h-sec{
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}
.btn-orange:hover {
    background: #cf5e18;
}

.h-bottom {
    display: flex;
    align-items: center;
    gap: 44px;
    background: #F9F9FB;
    padding: 10px 20px !important;
    border-radius: 10px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.logo-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 30px;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.logo-text span {
    color: #E1680F;
}

#top_menu_new {
    flex-grow: 1;
}

#flvmenu {
    background: transparent !important;
    width: 100%;
}

#horizontal-multilevel-menu {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    background: transparent !important;
}

#horizontal-multilevel-menu li {
    list-style: none;
    position: relative;
}

#horizontal-multilevel-menu li a {
    color: #444 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 0 !important;
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent !important;
}

#horizontal-multilevel-menu li a:hover {
    color: #e56b1f !important;
    background: transparent !important;
}

#horizontal-multilevel-menu li a.parent::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #999;
    margin-left: 5px;
}

#horizontal-multilevel-menu ul {
    display: none !important;
}

.working-hours {
    max-width: 200px;
    align-items: flex-start;
}

.adv-wrapper {
    margin: 6px 0;
}

.adv-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.adv-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.adv-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 21px;
}

.adv-icon img {
    width: auto;
}

.adv-title {
    margin-bottom: 8px !important;
    font-size: 24px !important;
    line-height: 1;
}

.adv-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.2;
    font-family: 'Involve', sans-serif;
    font-weight: 400;
}
#top_menu_new {
    flex-grow: 1;
}
#top_menu_new {
    flex-grow: 1;
}

.menu-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: flex-start;
    list-style: none !important;
}

.menu-item {
    position: relative;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.menu-item::before {
    display: none !important;
}

.menu-list > .menu-item > a {
    background: #fff !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 8.5px 23px 8.5px 5px !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: 0.3s;
}

.menu-list > .menu-item > a:hover {
    color: #e56b1f !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.menu-item > a.parent::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    transition: transform 0.3s ease;
    position: absolute;
    right: 8.5px;
    top: 11px;
}

.menu-item > a.parent:hover::after {
    color: #fff;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    background: #ffffff;
    min-width: 260px;
    border-radius: 8px;
    padding: 8px 0;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    margin-top: 15px;
}
.submenu::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
}
.menu-item:hover > .submenu {
    visibility: visible;
    opacity: 1;
}
.menu-item.is-open > a {
    background: #1A3D57 !important;
    color: #ffffff !important;
    text-decoration: underline !important;
}

.menu-item.is-open > a.parent::after {
    transform: rotate(-90deg) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}
@media (min-width: 769px) {
    .menu-item:hover > .submenu {
        display: block !important;
    }
}

.submenu .submenu {
    top: 0;
    left: 100%;
    margin-top: 0 !important;
    margin-left: 10px !important;
}
.submenu .submenu::before {
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
}
.menu-list > .menu-item:nth-last-child(-n+2) .submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 5px;
}
.menu-list > .menu-item:nth-last-child(-n+2) .submenu .submenu::before {
    left: auto;
    right: -10px;
}
.submenu .menu-item > a {
    display: flex;
    align-items: center;
    padding: 10px 15px !important;
    color: #1A3D57 !important;
    text-decoration: none !important;
    /*border-radius: 6px !important;*/
    transition: background-color 0.2s ease, color 0.2s ease !important;
    background: transparent !important;
}
@media (min-width: 992px) {
    .menu-item.is-contact-item {
        flex-grow: 0 !important;
    }
    .menu-item.is-contact-item > a {
        padding: 8.5px 5px 8.5px 5px !important;
    }
}
@media (max-width: 991px) {
    .submenu .menu-item.is-open > a.parent::after {
        transform: rotate(0deg) !important;
    }

    .submenu {
        box-sizing: border-box !important;
        width: 100% !important;
        padding-right: 15px !important;
        overflow: hidden;
    }

    .submenu .submenu {
        margin-left: 10px !important;
        width: calc(100% - 10px) !important;
        padding-right: 0 !important;
    }

    .submenu .menu-item > a {
        box-sizing: border-box !important;
        width: 100% !important;
        white-space: normal !important;
        padding-right: 15px !important;
    }
}
@media (max-width: 991px) {
    .submenu .menu-item > a.parent::after {
        content: "\f107" !important;
        transform: rotate(0deg) !important;
    }

    .menu-item.is-open > a.parent::after,
    .submenu .menu-item.is-open > a.parent::after {
        transform: rotate(-90deg) !important;
    }
}
.submenu .submenu .menu-item > a {
    /*padding-left: 60px !important;*/
}
.menu-list > .menu-item > a:hover,
.submenu .menu-item > a:hover {
    background: #1A3D57 !important;
    color: #ffffff !important;
    box-shadow: none;
}
.menu-list > .menu-item > a.parent::after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 6px;
    color: inherit;
}
.submenu .menu-item > a.parent {
    justify-content: space-between;
}
.menu-list > .menu-item:nth-last-child(-n+2) > .submenu {
    left: auto;
    right: 0;
}
.submenu .menu-item > a.parent::after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 15px;
}
.menu-item.is-open > a,
.menu-item.is-open > a:hover,
.submenu .menu-item.is-open > a,
.submenu .menu-item.is-open > a:hover {
    background: #1A3D57 !important;
    color: #ffffff !important;
    text-decoration: underline !important;
}

.menu-item.is-open > a.parent::after,
.menu-item.is-open > a.parent:hover::after {
    color: #ffffff !important;
    text-decoration: none !important;
}
.submenu .menu-item > a:hover {
    background: #1A3D57 !important;
    color: #ffffff !important;
    text-decoration: underline !important;
}
html, body {
    overflow-x: clip;
    width: 100%;
}
.minmenu {
    display: none !important;
}
#slider {
    height: auto !important;
    background: transparent !important;
    margin: auto;
    width: 100%;
    max-width: 1150px;
}
.banner-wrap {
    position: relative;
    background-color: #ffffff;
    width: 100%;
}
.banner-slider:not(.slick-initialized) .banner-slide:not(:first-child) {
    display: none;
}
.banner-slider .slick-track {
    display: flex !important;
}
.banner-slide {
    position: relative;
    outline: none;
    height: auto !important;
    display: flex !important;
}
.banner-container {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 3;
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 105px;
    box-sizing: border-box;
}
.banner-content {
    width: 100%;
    max-width: 881px;
    margin: auto;
    margin-left: 0;
}
.banner-title {
    margin: 0 0 30px 0 !important;
    font-size: 58px;
    line-height: 1.1;
    font-family: 'Soyuz Grotesk', sans-serif;
    font-weight: 700;
    color: #1A3D57;
}
.banner-title span {
    color: #E1680F;
    font-size: 58px;
    display: block;
    margin-top: -5px;
}
.banner-desc {
    margin: 0 0 40px 0 !important;
    color: #1A3D57 !important;
    max-width: 430px;
    font-size: 14px;
}
.banner-desc ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.banner-desc ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 !important;
}
.banner-desc ul li i {
    color: #E1680F;
    font-size: 20px;
    margin-top: 2px;
}
.banner-btns {
    display: flex;
    gap: 30px !important;
    align-items: center;
    flex-wrap: wrap;
}
.banner-btn {
    font-family: 'Involve', sans-serif;
    padding: 15px 30px;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.banner-btn--orange {
    background: #E1680F !important;
    color: #fff !important;
}
.banner-btn--orange:hover {
    background: #cc5e0d !important;
}
.banner-btn--outline {
    color: #E1680F !important;
    border: 1px solid #E1680F !important;
}
.banner-btn--outline:hover {
    color: #ffffff !important;
    background: #cc5e0d !important;
    border-color: #cc5e0d !important;
}
.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}
.banner-fade {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background:
            linear-gradient(to right, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 0.75) 55%, rgba(255, 255, 255, 0) 100%),
            linear-gradient(to right, rgba(191, 194, 198, 1) 0%, rgba(189, 192, 195, 0) 100%);
}
.banner-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 4;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateX(-50%);
}
.banner-dots li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.banner-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
    border: none;
    border-radius: 50%;
    background: #dddddd;
    cursor: pointer;
    transition: all 0.3s ease;
}
.banner-dots li.slick-active button {
    background: #E1680F;
    width: 16px;
    height: 16px;
}
@media (max-width: 1199px) {
    .banner-container {
        padding: 95px 20px 105px 20px;
    }
    .banner-title,
    .banner-title span {
        font-size: 64px;
    }
}
@media (max-width: 768px) {
    .banner-title,
    .banner-title span {
        font-size: 42px;
    }
    .banner-btns {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px !important;
    }
    .banner-btn {
        width: 100%;
    }
    .banner-fade {
        background:
                linear-gradient(to right, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.2) 100%),
                linear-gradient(to right, rgba(191, 194, 198, 0.9) 0%, rgba(189, 192, 195, 0.2) 100%);
    }
}
#form_zayvka_popup{
    text-align: left;
    max-width: 768px;
    border: unset;
    border-radius: 20px;
    padding: 0;
}
#form_zayvka_popup input[type="text"]{
    width: 100%;
}
.mfp-close-btn-in .mfp-close{
    border-radius: 100%;
    border: unset;
    color: #1A3D57;
    background-color: #00000026;
    margin-right: 32px;
    margin-top: 32px;
}
.mfp-close{
    opacity: 1;
}
/*Страница О нас*/
.about-wrapper{
    margin-top: 80px ;
    margin-bottom: 80px ;

}
.about-container {
    display: flex;
    justify-content: space-between;
    max-width: 1054px;
    margin: 0 auto;
    padding: 48px;
    background-color: #F9F9FB;
    border-radius: 20px;
}

.about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 458px;
}

.about-title {
    margin: 0 0 20px !important;
    line-height: 1.4;
}

.about-text {
    margin-bottom: 210px;
    line-height: 1.5;
}

.about-btn {
    font-family: 'Involve';
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    align-self: flex-start;
    padding: 14px 35px;
    color: #ffffff !important;
    text-decoration: none;
    background-color: #E1680F;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

.about-btn:hover {
    background-color: #cf5e18;
}

.about-image {
    max-width: 503px;
    overflow: hidden;
    border-radius: 20px;
}

.about-image img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.burger{
    display: none;
}
@media (max-width: 1150px) {
    .adv-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .adv-card {
        width: calc(50% - 10px);
        box-sizing: border-box;
    }

    .about-container {
        max-width: 900px;
        padding: 40px;
    }

    .about-image {
        max-width: 100%;
    }
    .about-container{
        gap: 15px;
    }
    .about-title {
        font-size: 32px !important;
    }
    .banner-content {
        padding-left: 20px;
    }
}
.recool-contacts-page, #uslugi_detail {
    /*margin: 0 auto;*/
    padding: 0 0;
    box-sizing: border-box;
    width: 100%;
}
.bg{
    border-radius: 20px;
}

.recool-contacts-page section, #uslugi_detail section{
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .recool-contacts-page, #uslugi_detail {
        padding: 0 15px;
        overflow-x: hidden;
    }
}
@media (max-width: 1200px) {
    .recool-contacts-page, .my-catalog, .about-recool-wrapper, #uslugi_detail{
        margin: auto !important;
    }
    .h-top{
        font-size: 12px;
        justify-content: flex-start;
        gap: 20px;
    }
    .btn-orange{
        font-size: 10px;
    }
    .header{
        padding: 0 15px;
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    h2{
        font-size: 32px !important;
        text-align: left !important;
    }
    .menu-item {
        background-color: #fff;
    }
    .h-top{
        font-size: 16px;
    }
    .header{
        margin-top: 0;
    }
    .h-item{
        align-items: flex-start;
    }
    .h-top {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        padding-bottom: 15px;
    }

    .h-col {
        width: 100%;
        gap: 6px;
    }

    .h-right, .h-socials {
        justify-content: flex-start;
    }

    .h-top .btn-orange {
        display: block;
        width: 220px;
        text-align: center;
        box-sizing: border-box;
    }

    .h-bottom {
        justify-content: space-between;
        padding: 10px 15px !important;
        position: relative;
        z-index: 1000;
    }

    .burger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 36px;
        height: 36px;
        background: #e56b1f;
        border-radius: 6px;
        cursor: pointer;
    }

    .burger span {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        transition: 0.3s ease-in-out;
    }
    .burger.active span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }
    .burger.active span:nth-child(2) {
        opacity: 0;
    }
    .burger.active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }
    .submenu .menu-item.is-open > a {
        background: #1A3D57 !important;
        color: #ffffff !important;
    }
    #top_menu_new {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        width: 100%;
        box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
        0px 2px 4px -2px rgba(16, 24, 40, 0.06);
        z-index: 999;
        border-radius: 20px !important;
        overflow: hidden;
        background: #fff;
    }

    #top_menu_new.active {
        display: block;
    }
    .menu-list > .menu-item:first-child > a {
        border-radius: 0 !important;
    }

    .menu-list {
        flex-direction: column;
        gap: 0;
        margin: 0 !important;
        padding: 0 !important;
    }

    .menu-list > .menu-item > a {
        border-radius: 0;
        padding: 12px 20px !important;
        border-bottom: none !important;
        justify-content: space-between;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }
    .submenu .menu-item > a {
        padding-left: 60px !important;
    }
    .menu-list > .menu-item > a:hover {
        box-shadow: none;
    }
    .menu-item > a.parent::after{
        right: 20px;
        top: 14px;
    }
    .submenu {
        display: none !important;
        position: static;
        box-shadow: none;
        background: #ffffff;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0;
        width: 100%;
    }
    .menu-item.is-open > .submenu {
        display: block !important;
    }
    .submenu .menu-item {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }

    .banner-container {
        min-height: auto;
        padding: 60px 15px;
    }

    .banner-content {
        width: 100%;
        z-index: 5;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .banner-fade {
        width: 100%;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
    }

    .banner-title {
        font-size: 42px;
        margin-bottom: 15px;
    }

    .banner-desc {
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .banner-btns {
        flex-direction: column;
        gap: 15px;
    }

    .banner-btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .adv-container {
        flex-direction: column;
        gap: 20px;
    }

    .adv-card {
        width: 100%;
        box-sizing: border-box;
    }

    .about-container {
        flex-direction: column;
        padding: 30px 20px;
    }

    .about-content {
        max-width: 100%;
    }

    .about-text {
        margin-bottom: 0;
    }

    .about-btn {
        display: none !important;
    }

    .about-image {
        max-width: 100%;
        order: 2;
        margin-top: 20px;
    }
    .about-block-recool-wrapper .about-image{
        max-width: 100% !important;
    }
}
.services-wrapper{
    margin-top: 80px;
    margin-bottom: 80px;
}
/*сервисы*/
.services-container {
    max-width: 1150px;
    margin: auto;
}
.services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.services-title {
    margin: 0 0 0 0 !important;
}
.services-subtitle {
    max-width: 518px;
    line-height: 1.4;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 32px;
}
.services-card {
    border: 1px solid #00000026;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.services-img {
    width: 100%;
    height: 310px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.services-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.services-item-title {
    margin-bottom: 10px !important;
}
.services-item-desc {
    font-family: 'Involve';
    font-size: 16px;
    color: #666666;
    line-height: 1.4;
    margin-bottom: 36.8px;
    flex-grow: 1;
}
.services-btn-outline {
    display: block;
    width: 100%;
    padding: 8px 119px;
    border: 1.6px solid #E1680F;
    border-radius: 60px;
    color: #E1680F !important;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family: 'Inter';
    font-weight: 500;
}
.services-btn-outline:hover {
    background: #E1680F;
    color: #ffffff !important;
}
.services-all {
    text-align: center;
    margin-top: 30px;
}
.btn-all {
    display: inline-block;
    background: #E1680F;
    color: #ffffff !important;
    padding: 15px 40px;
    border-radius: 50px;
    font-family: 'Involve';
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}
.services-btn-all:hover {
    background: #cf5e18;
}
@media (max-width: 1150px) {
    .services-container{
        padding: 0 20px;
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .services-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .services-subtitle {
        text-align: left;
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
}
/*портфолио*/
.portfolio-container {
    max-width: 1150px;
    margin: 80px auto;
    padding: 0 15px;
}
.portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.portfolio-title {
    margin: 0 0 0 0 !important;
}
.portfolio-subtitle {
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
    max-width: 544px;
}
.portfolio-slider {
    margin-bottom: 10px;
    margin-left: -8px;
    margin-right: -8px;
}
.portfolio-slide-col {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    padding: 0 10px;
    outline: none;
}
.portfolio-item {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    outline: none;
}
.portfolio-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.portfolio-item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.portfolio-item:hover img {
    transform: scale(1.05);
}

ul.banner-dots.portfolio-dots {
    position: relative !important;
    left: 0 !important;
    bottom: auto !important;
    transform: none !important;
    display: flex !important;
    justify-content: center !important;
    margin: 30px 0 30px 0 !important;
    width: 100% !important;
}

.portfolio-all {
    text-align: center;
    width: 100%;
}
.portfolio-btn-all:hover {
    background: #cf5e18;
}
.portfolio-all {
    text-align: center;
}
@media (max-width: 992px) {
    .portfolio-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .portfolio-subtitle {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .portfolio-subtitle {
        font-size: 14px;
    }
}
/*проекты*/
.projects-wrapper{
    margin-top: 80px;
    margin-bottom: 80px;
}
.projects-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}
.projects-header {
    margin-bottom: 40px;
}
.projects-title {
    margin: 0 0 20px !important;
}
.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.projects-card {
    border: 1px solid #00000026;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}
.projects-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.projects-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none !important;
}
.projects-img {
    width: 100%;
    height: 192px;
}
.projects-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
.projects-content {
    padding: 20px 25px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.projects-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-family: 'Involve', sans-serif;
    font-size: 13px;
}
.projects-category {
    color: #E1680F;
}
.projects-time {
    color: #666666;
}
.projects-client {
    font-family: 'Involve', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}
.projects-name {
    font-family: 'Involve', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.projects-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Involve', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555555;
}
.projects-feature svg {
    flex-shrink: 0;
}
.projects-all {
    text-align: center;
}
.projects-btn-all {
    display: inline-block;
    background: #E1680F;
    color: #ffffff !important;
    padding: 15px 40px;
    border-radius: 50px;
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}
.projects-btn-all:hover {
    background: #cf5e18;
}
@media (max-width: 1150px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }
}
/*для кого мы работаем*/
.target-wrapper {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}
.target-container {
    max-width: 1150px;
    margin: 0 auto;
}
.target-header {
    text-align: center;
    margin-bottom: 48px;
}
.target-title {
    margin: 0 0 10px 0 !important;
}
.target-subtitle {
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    color: #666666;
}
.target-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.target-card {
    background: #F9F9FB;
    border-radius: 20px;
    padding: 34px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 21px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.target-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.target-icon {
    width: 48px;
    height: 48px;
}
.target-icon img {
    object-fit: cover;
}
.target-name {
    font-family: 'Involve', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1A3D57;
    line-height: 1.3;
}
@media (max-width: 1150px) {
    .target-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .target-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .target-container {
        padding: 40px 15px;
    }
    .target-card {
        padding: 25px 10px;
    }
}
/*популярная продукция*/
.popular-wrapper {
    margin: 80px 0;
}
.popular-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}
.popular-header {
    text-align: center;
    margin-bottom: 40px;
}
.popular-title {
    margin: 0 0 15px 0 !important;
}
.popular-subtitle {
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    color: #666666;
}
.popular-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}
.popular-card {
    background: #F9F9FB;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    display: flex;
    flex-direction: column;
}
.popular-name {
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}
.popular-price {
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #E1680F;
    margin-bottom: 18px;
    line-height: 1.2;
}
.popular-btn {
    font-family: 'Inter';
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    border: 1.6px solid #E1680F;
    border-radius: 50px;
    color: #E1680F !important;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    margin-top: auto;
}
.popular-btn:hover {
    background: #E1680F;
    color: #ffffff !important;
}
.popular-all {
    text-align: center;
}
.popular-btn-all {
    display: inline-block;
    background: #E1680F;
    color: #ffffff !important;
    padding: 15px 40px;
    border-radius: 50px;
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}
.popular-btn-all:hover {
    background: #cf5e18;
}
@media (max-width: 992px) {
    .popular-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .popular-grid {
        grid-template-columns: 1fr;
    }
    .popular-title {
        font-size: 26px;
    }
    .popular-card {
        padding: 24px;
    }
}
/*каталог*/
.catalog-tags-wrapper {
    margin: 80px 0;
}
.tags-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}
.tags-header {
    text-align: center;
    margin-bottom: 40px;
}
.tags-title {
    margin: 0 0 16px 0 !important;
}
.tags-subtitle {
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    color: #666666;
    margin-bottom: 48px;
}
.tags-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 1fr;
    gap: 16px;
    margin-bottom: 40px;
}
.tags-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 20px;
    padding: 12px;
    text-align: center;
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #1A3D57 !important;
    text-decoration: none !important;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    border: 1px solid transparent;
    transition: all 0.3s ease;
    box-sizing: border-box;
    height: 100%;
    word-break: break-word;
}
.tags-item:hover {
    box-shadow: 0px 10px 15px -3px rgba(16, 24, 40, 0.1),
    0px 4px 6px -2px rgba(16, 24, 40, 0.05);
    color: #E1680F !important;
    border-color: #E1680F;
}
.tags-all {
    text-align: center;
}
.tags-btn-outline {
    display: inline-block;
    background: transparent;
    color: #E1680F !important;
    padding: 14px 40px;
    border: 1px solid #E1680F;
    border-radius: 50px;
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.tags-btn-outline:hover {
    background: #E1680F;
    color: #ffffff !important;
}
@media (max-width: 1150px) {
    .tags-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 992px) {
    .tags-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .tags-item {
        padding: 16px 30px;
    }
}
@media (max-width: 768px) {
    .tags-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .tags-item {
        padding: 12px 10px;
        font-size: 13px;
    }

}
/*шаги*/
.steps-wrapper {
    margin: 80px 0;
}

.steps-container {
    max-width: 784px;
    margin: 0 auto;
    padding: 0 15px;
}

.steps-header {
    text-align: center;
}

.steps-title {
    margin: 0 0 27px 0 !important;
}

.steps-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.steps-card {
    width: calc(33.333% - 20px);
    position: relative;
    padding-top: 22px;
    box-sizing: border-box;
}

.steps-num {
    position: absolute;
    top: -25px;
    left: -5px;
    font-family: 'Soyuz Grotesk', sans-serif;
    font-size: 88px;
    font-weight: 700;
    color: #D0C1AB80;
    line-height: 1 !important;
    z-index: 1;
    pointer-events: none;
    padding: 5px 0 !important;
    overflow: visible !important;
}

.steps-name {
    position: relative;
    margin-bottom: 15px;
    z-index: 2;
    max-width: 300px;
    white-space: nowrap;
}

.steps-desc {
    position: relative;
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 1.4;
    z-index: 2;
    margin-top: 20px;
}
#content ul.banner-dots.steps-dot {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 20px auto !important;
    width: 100% !important;
    padding: 0 !important;
    height: 16px;
}

#content ul.banner-dots.steps-dot li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

#content ul.banner-dots.steps-dot li button {
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: block !important;
    background: #dddddd !important;
    transition: all 0.3s ease !important;
}

#content ul.banner-dots.steps-dot li.slick-active button {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #E1680F !important;
}
@media (max-width: 1200px) {
    .steps-grid {
        display: block;
    }
    .steps-card {
        width: 100%;
        padding: 25px 15px 10px;
    }
    .steps-grid .slick-track {
        display: flex;
    }
    .steps-grid .slick-slide {
        height: auto;
    }
    .steps-num {
        top: -25px;
        left: 10px;
    }
}
/*почему мы*/
.reasons-wrapper {
    margin: 80px 0;
    overflow: visible !important;
}
.reasons-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.reasons-container::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -200px;
    width: 450.66px;
    height: 363.6px;
    border: 0.8px solid #00000014;
    border-radius: 30px;
    z-index: 0;
    pointer-events: none;
}
.reasons-title {
    margin: 0 0 27px 0 !important;
    position: relative;
    z-index: 2;
}
.reasons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
    position: relative;
    z-index: 2;
}
.reasons-card {
    background: #FAFAFB;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    box-sizing: border-box;
    height: 100%;
}
.reasons-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 35px;
}
.reasons-icon img {
    object-fit: cover;
    height: 100% !important;
}
.reasons-name {
    white-space: nowrap;
}
.reasons-desc {
    font-family: 'Involve', sans-serif;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 1.4;
}
@media (max-width: 1150px) {
    .reasons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .reasons-container::before {
        display: none;
    }
    .reasons-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .reasons-card {
        padding: 24px;
    }
}
/*нам доверяют*/
.partners-wrapper {
    margin: 80px 0;
}

.partners-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}

.partners-header {
    text-align: center;
    margin-bottom: 40px;
}

.partners-title {
    margin: 0 0 16px 0 !important;
    line-height: 1.3;
}

.partners-subtitle {
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}

.partners-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partners-slide-col {
    width: calc(11.111% - 14px);
    min-width: 110px;
    outline: none;
    padding: 0;
    display: flex !important;
    flex-direction: column;
}

.partners-card {
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    height: 80px;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
}

.partners-card:hover {
    box-shadow: 0px 8px 16px -4px rgba(16, 24, 40, 0.1),
    0px 4px 8px -2px rgba(16, 24, 40, 0.06);
}

.partners-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

#content ul.banner-dots.portfolio-dots.steps-dot {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 20px auto 0 auto !important;
    width: 100% !important;
    padding: 0 !important;
}

#content ul.banner-dots.portfolio-dots.steps-dot li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 16px !important;
    height: 16px !important;
    list-style: none !important;
}

#content ul.banner-dots.portfolio-dots.steps-dot li button {
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 50% !important;
    display: block !important;
    background: #dddddd !important;
    font-size: 0 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

#content ul.banner-dots.portfolio-dots.steps-dot li.slick-active button {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #E1680F !important;
}

@media (max-width: 1400px) {
    .partners-slide-col {
        width: calc(14.285% - 13px);
    }
}

@media (max-width: 1200px) {
    .partners-grid {
        display: block;
    }
    .partners-slide-col {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .partners-grid .slick-track {
        display: flex;
    }
    .partners-grid .slick-slide {
        height: auto;
    }
}
/*отзывы*/
.reviews-wrapper {
    margin: 80px 0;
}
.reviews-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}
.reviews-title {
    line-height: 1.4;
    margin: 0 0 30px 0 !important;
    text-align: center !important;
}
.reviews-slider-init {
    margin: 0 -10px;
}
.reviews-slide-col {
    padding: 10px;
    outline: none;
}
.reviews-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}
.reviews-card img {
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
}
/*footer*/
.new-footer {
    background-color: #1A3D57;
    color: #ffffff;
    font-family: 'Involve', sans-serif;
    padding: 60px 0 20px 0;
}
.new-footer-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}
.new-footer-top {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 80px;
    align-items: stretch !important;
}
.new-footer-col {
    display: flex;
    flex-direction: column;
    height: auto !important;
}
.new-footer-col-main {
    max-width: 320px;
    margin-right: 63px;
}
.new-footer-btn {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 5px;
}
.new-footer-logo {
    margin-bottom: 16px;
}
.new-footer-logo .logo-text{
    color: #FFFFFF40 !important;
}
.new-footer-desc {
    font-family: 'Involve';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff80;
    margin-bottom: 16px;
    text-align: left;
}
.new-footer-socials {
    display: flex;
    gap: 9px;
    margin-bottom: 20px;
}
.new-footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    transition: 0.3s;
}
.new-footer-socials a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(225, 104, 15, 0.4);
}
.new-footer-socials a img {
    width: 20px;
    height: 20px;
}
.new-footer-title {
    margin: 0 0 16px 0 !important;
    color: #ffffff;
    max-width: 185px;
}
.new-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.new-footer-col ul li a {
    color: #ffffff80 !important;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}
.new-footer-col ul li a:hover {
    color: #E1680F !important;
}
/* контакты */
.new-footer-col-contacts {
    max-width: 380px;
}
.new-footer-contact-list {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    flex-direction: column;
    gap: 6px;
}
.new-footer-contact-list:last-child{
    max-width: 190px;
}
.new-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #ffffff80 !important;
    line-height: 1.4;
}
.new-footer-contact-item img {
    width: 16px;
    height: auto;
    margin-top: 3px;
    filter: brightness(0) invert(1);
}
.new-footer-contact-item a {
    color: #ffffff80 !important;
    text-decoration: none;
}
.new-footer-contact-item a:hover {
    color: #E1680F !important;
}
.new-footer-contact-item span{
    color: #ffffff80 !important;

}
.new-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.new-footer-policy {
    display: flex;
    gap: 20px;
}
.new-footer-policy a {
    color: #FFFFFF4D !important;
    text-decoration: none;
    transition: 0.3s;
}
.new-footer-policy a:hover {
    color: #ffffff !important;
}
.new-footer-copyright{
    color: #FFFFFF4D !important;
}
@media (max-width: 992px) {
    .new-footer-socials{
        margin-bottom: 50px;
    }
    .new-footer-top {
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 0 80px 40px;
    }
    .new-footer-col-main {
        width: 100%;
        max-width: 100%;
        align-items: center;
        text-align: center;
        margin-right: 0;
    }
    .new-footer-desc {
        max-width: 400px;
        text-align: center;
    }
    .new-footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: left;
        align-items: flex-start;
        margin: 0 80px 40px;
    }
}
@media (max-width: 768px) {
    .new-footer-top {
        flex-direction: column;
        gap: 40px;
        text-align: left;
        margin: 0 11px 117px;
    }
    .new-footer-col {
        align-items: flex-start;
    }
    .new-footer-col ul {
        align-items: flex-start;
    }
    .new-footer-bottom {
        flex-direction: column;
        gap: 5px;
        text-align: left;
        align-items: flex-start;
        margin: 0 11px 30px;
    }
    .new-footer-policy {
        flex-direction: column;
        gap: 10px;
    }
    .new-footer-desc {
        text-align: left;
    }
}
/*Каталог*/
#section_element_menu {
    width: 270px !important;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    overflow: hidden;
    margin-bottom: 100px;
    box-sizing: border-box !important;
}
ul#vertical-multilevel-menu>li>a{
    font-weight: 400 !important;
}
#vertical-multilevel-menu,
.menu-element-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.menu-section,
.menu-element-items {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#vertical-multilevel-menu a {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 11.5px 50px 11.5px 30px !important;
    background: #ffffff !important;
    color: #1A3D57 !important;
    font-family: 'Involve', sans-serif;
    font-size: 14px;
    text-decoration: none !important;
    border-bottom: 1px solid #F0F0F0;
    word-wrap: break-word !important;
    transition: all 0.3s ease;
}

.menu-element-list a {
    padding-left: 45px !important;
}

#vertical-multilevel-menu li:last-child > a,
.menu-element-list li:last-child > a {
    border-bottom: none !important;
}

#vertical-multilevel-menu a::after {
    content: "\f105" !important;
    font-family: "FontAwesome" !important;
    font-size: 14px !important;
    color: #1A3D57 !important;
    opacity: 0.6;
    position: absolute !important;
    right: 22px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    transition: all 0.3s ease;
}

#vertical-multilevel-menu a:hover {
    background: #F9F9FB !important;
    color: #E1680F !important;
}

#vertical-multilevel-menu a:hover::after {
    color: #E1680F !important;
    opacity: 1;
}

#section_element_menu ul#vertical-multilevel-menu > li > a::before {
    display: none !important;
    content: none !important;
    border: none !important;
}
.redesign-section-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px 25px !important;
    width: 100% !important;
    margin-bottom: 40px !important;
}

.redesign-section-list .box {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #f4f4f4 !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

.redesign-section-list .box:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08) !important;
}

.redesign-section-list .box .img {
    width: 100% !important;
    height: 216px !important;
    overflow: hidden !important;
    background: #f8f8f8 !important;
}

.redesign-section-list .box .img a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.redesign-section-list .box .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}
#catalog_section_list .box .img img {
    border-radius: 0;
}
#catalog_section_list .box .text{
    width: 100%;
}
.redesign-section-list .box .text {
    padding: 15px 24px 25px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.redesign-section-list .box .title {
    margin-bottom: 8px !important;
}
.redesign-section-list .box .class_p {
    font-family: 'Involve', sans-serif !important;
    font-weight: 400;
    font-size: 16px !important;
    color: #666666 !important;
    line-height: 1.4 !important;
    flex-grow: 1 !important;
}

.redesign-section-list .box .more-btn {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    background: #e56b1f !important;
    color: #ffffff !important;
    padding: 12px 0 !important;
    border-radius: 50px !important;
    font-family: 'Involve', sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-top: auto !important;
    text-decoration: none !important;
    transition: background 0.3s ease !important;
}
.price-from{
    font-family: 'Soyuz Grotesk' !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.3;
    color: #e56b1f;
}
.catalog-card-text{
    margin-bottom: 15px;
}
.redesign-section-list .box .more-btn:hover {
    background: #cf5e18 !important;
}

#catalog_section_list .box{
    width: 100%;
    margin: 0 !important;
}
.pagination-wrapper {
    text-align: center;
    margin: 30px 0 30px;
    font-family: 'Involve', sans-serif;
}

.pagination-info {
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}

.pagination-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
    font-family: 'Involve', sans-serif;
    font-weight: 400;
}

.pagination-links a,
.pagination-links span {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.pagination-links .page-prev {
    color: #666666;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.pagination-links .page-prev:hover {
    color: #1A3D57;
}

.pagination-links .page-prev.disabled {
    pointer-events: none;
    color: #666666;
}
.pagination-links .page-prev:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 15px;
    margin-right: 6.5px;
    display: inline-block;
    transform: rotate(90deg);

}
.pagination-links .page-prev.disabled:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #666666;
    margin-right: 6.5px;
    display: inline-block;
    transform: rotate(90deg);
}
.pagination-links .page-next {
    color: #1A3D57;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.pagination-links .page-next:hover {
    color: #e56b1f;
}

.pagination-links .page-next.disabled {
    color: #666666;
    pointer-events: none;
}
.pagination-links .page-next.disabled:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #666666;
    margin-left: 6.5px;
    display: inline-block;
    transform: rotate(-90deg);
}
.pagination-links .page-next:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 15px;
    margin-left: 6.5px;
    display: inline-block;
    transform: rotate(-90deg);
}
.pagination-links .page-link {
    color: #1A3D57;
    transition: color 0.3s ease;
}

.pagination-links .page-link:hover {
    color: #E1680F;
}

.pagination-links .page-link.active {
    background: #E1680F;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 8px;
}

@media (max-width: 1200px) {
    #sidebar{
        display: none !important;
    }
    #wrapper{
        width: 100% !important;
    }
    .my-catalog{
        width: 100% !important;
        padding: 0 15px ;
    }
}
@media (max-width: 992px) {
    .redesign-section-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 576px) {
    .redesign-section-list {
        grid-template-columns: 1fr !important;
    }
}
.b2b-banner {
    width: 100%;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 45px 0;
    margin: 70px 0;
    box-sizing: border-box;
    border-top: 1px solid #00000026;
    border-bottom: 1px solid #00000026;
}

.b2b-banner .b2b-content {
    max-width: 800px;
}

.b2b-banner .b2b-title {
    margin: 0 0 14px 0 !important;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .b2b-banner {
        padding: 40px 20px;
    }
    .b2b-banner .b2b-title {
        font-size: 28px !important;
    }
    .services-btn-outline{
        padding: 10px;
    }
}
.compare-section {
    margin: 60px 0;
}

.compare-title {
    margin: 0 0 20px 0 !important;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 600px;
    margin: 0 0;
}

.compare-table thead th {
    background-color: #1A3D57;
    color: #ffffff;
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 20px 25px;
}

.compare-table thead th:first-child {
    border-top-left-radius: 12px;
}
.compare-table thead th:last-child {
    border-top-right-radius: 12px;
}

.compare-table tbody td {
    padding: 20px 25px;
    font-family: 'Involve', sans-serif;
    font-size: 15px;
    color: #555555;
    border-bottom: 1px solid #F0F0F0;
}

.compare-table tbody td:first-child {
    font-weight: 600;
    color: #1A3D57;
}

.compare-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
    border-bottom: 1px solid #F0F0F0;
}
.compare-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}
.compare-table tbody tr:last-child td {
    border-bottom: 1px solid #F0F0F0;
}


.usage-section {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 60px 0;
}

.usage-image {
    max-width: 256px;
    flex-shrink: 0;
}

.usage-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.usage-title {
    margin: 0 0 24px 0 !important;
}

.usage-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#content table{
    border: none;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    overflow: hidden;
    border-radius: 20px;
    background: #F9F9FB;
}
#content table tr:nth-child(odd){
    background: #F9F9FB;
}
#content td, #content th{
    background: #F9F9FB;
}
#content .compare-table tbody td {
    border-bottom: none !important;
}

#content .compare-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.usage-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    color: #1A3D57;
    line-height: 1;
}

.usage-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1669 8.33357C18.5474 10.2013 18.2762 12.1431 17.3984 13.8351C16.5206 15.527 15.0893 16.8669 13.3431 17.6313C11.597 18.3957 9.64154 18.5384 7.80293 18.0355C5.96433 17.5327 4.35368 16.4147 3.23958 14.8681C2.12548 13.3214 1.57529 11.4396 1.68074 9.53639C1.78619 7.63318 2.54092 5.82364 3.81906 4.40954C5.0972 2.99545 6.8215 2.06226 8.7044 1.76561C10.5873 1.46897 12.515 1.82679 14.166 2.7794' stroke='%23E1680F' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 9.16536L10 11.6654L18.3333 3.33203' stroke='%23E1680F' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    .usage-section {
        gap: 30px;
    }
}

@media (max-width: 768px) {

    .usage-section {
        flex-direction: column;
        align-items: flex-start;
        margin: 50px 0;
    }
}
@media (max-width: 500px) {
    .usage-image{
        max-width: 100%;
        width: 100%;
    }
}


#content th{
    background: #1A3D57;
}
.office-print-wrapper {
    margin: 80px 0;
}

.office-container {
    max-width: 1150px;
    margin: 0 auto;
}

.office-header {
    margin-bottom: 30px;
}

.office-title {
    margin: 0 0 15px 0 !important;
}

.office-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.office-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 15px;
    min-height: 180px;
    background: #f4f4f4;
    box-sizing: border-box;
}

.office-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: 1;
}

.office-card-text {
    position: relative;
    z-index: 2;
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 1.4;
}

.checklist-wrapper {
    margin: 80px 0;
}

.checklist-container {
    max-width: 1150px;
    margin: 0 auto;
}

.checklist-main-title {
    text-align: center;
    margin: 0 0 20px 0 !important;
}

.checklist-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.checklist-card {
    width: calc(50% - 10px);
    background: #F9F9FB;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.checklist-card:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 15px -4px rgba(16, 24, 40, 0.08);
}

.checklist-num {
    width: 44px;
    height: 44px;
    background-image: url("/local/templates/gvozdevsoft_print_color_2/images/svg/check-list/check-list-back.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Soyuz Grotesk', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #E1680F;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-bottom: 6px;
}

.checklist-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checklist-name {
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .checklist-card {
        padding: 20px;
    }
    .office-card {
        padding: 20px;
        min-height: 200px;
    }
}

@media (max-width: 768px) {
    .office-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .office-print-grid {
        grid-template-columns: 1fr;
    }

    .checklist-grid {
        flex-direction: column;
    }

    .checklist-card {
        width: 100%;
    }

}
.recool-faq {
    margin: 80px 0;
    width: 100%;
}

.recool-faq__title {
    margin: 0 0 24px 0 !important;
}

.recool-faq__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.recool-faq__item {
    border: 1px solid #00000026;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.3s ease;
    padding: 24px;
}

.recool-faq__item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.recool-faq__item summary:focus {
    outline: none;
}

.recool-faq__question {
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1A3D57;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    user-select: none;
}

.recool-faq__question::-webkit-details-marker {
    display: none;
}

.recool-faq__q-text {
    padding-right: 20px;
    line-height: 1.4;
}

.recool-faq__answer {
    padding-top: 12px;
    font-family: 'Involve', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #999999;
    animation: faqFadeIn 0.3s ease-in-out;
}

.recool-faq__icon {
    position: relative;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.recool-faq__icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #1A3D57;
    transform: translateY(-50%);
    border-radius: 2px;
}

.recool-faq__icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.5px;
    height: 100%;
    background-color: #1A3D57;
    transform: translateX(-50%);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.recool-faq__item[open] .recool-faq__icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

@keyframes faqFadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .recool-faq__title {
        font-size: 28px !important;
    }
    .recool-faq__question {
        padding: 18px 20px;
        font-size: 16px;
    }
    .recool-faq__answer {
        padding: 0 20px 20px 20px;
    }
}
#sidebar_news_block{
    margin-bottom: 100px;
}
#sidebar_action_block .title,
#sidebar_news_block .title {
    font-family: 'Soyuz Grotesk', sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    color: #1A3D57;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 20px;
    margin-top: 45px;
}

#sidebar_action_block .title {
    margin-top: 0;
}

#sidebar_action {
    position: relative;
}

#sidebar_action .slick-arrow {
    display: none !important;
}

.action_img img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    display: block;
}

.action_text {
    text-align: center;
    margin-top: 12px;
    padding: 0 10px;
}

.action_text a {
    font-family: 'Involve', sans-serif;
    font-size: 13px;
    color: #555555 !important;
    text-decoration: none;
    line-height: 1.3;
    display: block;
}

#sidebar_action_block .slick-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    gap: 8px;
    padding: 0 !important;
    margin: 15px 0 0 0 !important;
    list-style: none !important;
}

#sidebar_action_block .slick-dots li {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

#sidebar_action_block .slick-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E5E5E5;
    border: none;
    color: transparent;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

#sidebar_action_block .slick-dots li.slick-active button {
    background: #E1680F;
    width: 10px;
    height: 10px;
}

.news_list {
    display: flex;
    flex-direction: column;
}

.block_new {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.block_new > a {
    flex-shrink: 0;
}

.block_new img {
    width: 98px !important;
    height: auto !important;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}


.right_text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.news-date-time {
    font-family: 'Involve', sans-serif;
    font-size: 12px !important;
    color: #666666;
}

.right_text .link {
    font-family: 'Involve', sans-serif;
    font-size: 13px;
    color: #555555 !important;
    line-height: 1.35;
    text-decoration: none;
}

.right_text .link b {
    font-weight: 400;
}

.right_text .br30,
.right_text .button {
    display: none !important;
}

.link_all {
    display: none !important;
}
#sidebar_action_block .action_text{
    margin-bottom: 20px !important;
}
#sidebar_action_block ul.banner-dots {
    position: static !important;
    transform: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    gap: 8px;
    padding: 0 !important;
    margin: -25px 0 0 0 !important;
    list-style: none !important;
}
#sidebar_action_block ul.banner-dots li {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
}

#sidebar_action_block ul.banner-dots button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #E5E5E5 !important;
    border: none !important;
    color: transparent !important;
    padding: 0 !important;
    font-size: 0 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: block !important;
}

#sidebar_action_block ul.banner-dots li.slick-active button {
    background: #E1680F !important;
    width: 10px !important;
    height: 10px !important;
}
#sidebar_action_block{
    margin-bottom: 100px;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
#sidebar_news_block .news_list .news_item .right_text{
    margin-left: 0 !important;
}
#sidebar_news_block .news_list .news_item{
    margin-bottom: 0;
}
#sidebar .title{
    border: none;
}
#sidebar .title{
    padding-bottom: 0;
}
#sidebar_action_block .title, #sidebar_news_block .title{
    margin-top: 0;
}
#sidebar_photo_block{
    margin-bottom: 0;
}
#sidebar_otzyv_block{
    margin-bottom: 0;
}
#sidebar_filter_catalog .bx-filter {
    background: #F9F9FB !important;
    border-radius: 16px !important;
    padding: 20px !important;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    border: none !important;
    font-family: 'Involve', sans-serif !important;
    width: 228px;
    margin-bottom: 100px;
}
#sidebar_filter_catalog .bx-filter-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    margin-bottom: 16px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    text-transform: none !important;
}
#sidebar_filter_catalog .bx-filter-section,
#sidebar_filter_catalog .bx-filter-parameters-box {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 24px !important;
    background: transparent !important;
    box-shadow: none !important;
}
.checkbox .ch_text:after{
    outline: none;
}
#sidebar_filter_catalog .bx-filter-parameters-box-title {
    padding: 0 !important;
    margin-bottom: 12px !important;
    background: transparent !important;
    cursor: default !important;
    pointer-events: none !important;
}
#sidebar_filter_catalog .bx-filter-parameters-box-hint {
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
}
#sidebar_filter_catalog .bx-filter-parameters-box-hint .fa-angle-down,
#sidebar_filter_catalog .bx-filter-parameters-box-hint i[data-role="prop_angle"] {
    display: none !important;
}
#sidebar_filter_catalog .bx-filter-block,
#sidebar_filter_catalog .bx-filter-block[data-role="bx_filter_block"] {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
    overflow: visible !important;
}
#sidebar_filter_catalog .bx-filter-block .row.bx-filter-parameters-box-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    margin: 0 !important;
}
#sidebar_filter_catalog .bx-filter-parameters-box-container-block {
    width: 48% !important;
    flex: 0 0 48% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#sidebar_filter_catalog .bx-ft-sub,
#sidebar_filter_catalog .bx-ui-slider-track-container {
    display: none !important;
}
#sidebar_filter_catalog .bx-filter-input-container input {
    width: 100% !important;
    height: 38px !important;
    background: #F5F5F5 !important;
    border: 1px solid #0000001A !important;
    border-radius: 16px !important;
    padding: 8.5px 12px !important;
    font-size: 14px !important;
    color: #404040 !important;
    font-family: 'Involve', sans-serif !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    outline: none !important;
}
#sidebar_filter_catalog .bx-filter-input-container input:focus {
    border-color: #E1680F !important;
}
#sidebar_filter_catalog .col-xs-12 {
    width: 100% !important;
    padding: 0 !important;
}
#sidebar_filter_catalog .checkbox {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    display: block !important;
}
#sidebar_filter_catalog .bx-filter-param-label {
    display: block !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
}
#sidebar_filter_catalog .bx-filter-input-checkbox {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    position: relative !important;
}
#sidebar_filter_catalog .bx-filter-input-checkbox input[type="checkbox"] {
    display: none !important;
}
#sidebar_filter_catalog .bx-filter-input-checkbox::before {
    content: '' !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    border: 1px solid #00000029 !important;
    border-radius: 3px !important;
    margin-right: 8px !important;
    flex-shrink: 0 !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}
#sidebar_filter_catalog .ch_text {
    display: block !important;
    font-size: 14px !important;
    color: #000 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}
.bx-filter{
    max-width: 293px;
}
#sidebar_filter_catalog label.bx-active .bx-filter-input-checkbox::before {
    background: #E1680F !important;
    border-color: #E1680F !important;
}
#sidebar_filter_catalog label.bx-active .bx-filter-input-checkbox::after {
    content: '' !important;
    position: absolute !important;
    left: 6px !important;
    top: 3px !important;
    width: 5px !important;
    height: 9px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}
#sidebar_filter_catalog .bx-filter-button-box .bx-filter-parameters-box-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 15px !important;
}
#sidebar_filter_catalog .btn {
    width: 100% !important;
    height: 48px !important;
    border-radius: 24px !important;
    font-family: 'Involve', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}
#sidebar_filter_catalog #set_filter {
    background: #E1680F !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
#sidebar_filter_catalog #set_filter:hover {
    background: #cf5e18 !important;
}
#sidebar_filter_catalog #del_filter {
    background: transparent !important;
    color: #E1680F !important;
    border: 1.5px solid #E1680F !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
#sidebar_filter_catalog #del_filter:hover {
    background: #FFF3EB !important;
}
#sidebar_filter_catalog .bx-filter-popup-result {
    display: none !important;
}
#catalog_section{
    overflow: visible;
}
#catalog_section ul {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    margin: 0 !important;
    list-style: none !important;
    width: 100% !important;
}
#catalog_section li {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
    width: 100%;
    max-width: 100%;
}
#catalog_section .element {
    width: 100% !important;
    min-width: 0 !important;
}
#catalog_section .product-item-container {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
    position: relative !important;
}
#catalog_section .product-item-container:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-4px) !important;
}
#catalog_section .product-item-container > a:first-child::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 10;
}
#catalog_section .product-item-container > a:first-child {
    display: block !important;
    width: 100% !important;
    height: 274px !important;
    background: #f8f8f8 !important;
}
#catalog_section .product-item-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
#catalog_section .product-item-container > br {
    display: none !important;
}
#catalog_section .product-item-container .block {
    padding: 15px 24px 25px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}
#catalog_section .link_name {
    font-family: 'Soyuz Grotesk', sans-serif !important;
    font-weight: 700;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1 !important;
    word-wrap: normal;
    overflow-wrap: break-word !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    height: auto !important;
    overflow: visible !important;
}
.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}
#catalog_section ul li .price{
    padding: 0 0 !important;
}
#catalog_section .price {
    order: 2 !important;
    font-family: 'Soyuz Grotesk', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #E1680F !important;
}
#catalog_section ul li .article{
    padding: 0 0;
}
#catalog_section .article {
    order: 3 !important;
    font-family: 'Involve', sans-serif !important;
    font-size: 13px !important;
    color: #999999 !important;
    margin-bottom: 20px !important;
    font-weight: 400 !important;
    padding: 0 0 31px;
}
#catalog_section .article span {
    font-size: 0 !important;
}
#catalog_section .article span::after {
    content: "Арт. " !important;
    font-size: 13px !important;
}
#catalog_section .status {
    display: none !important;
}
#catalog_section .product-item-container .block::after {
    content: "Подробнее";
    order: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E1680F;
    color: #ffffff;
    height: 48px;
    width: 100%;
    border-radius: 24px;
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: auto;
    transition: all 0.3s ease;
}
#catalog_section ul li{
    width: 100%;
    max-width: 100%;
    border: none;

}
#catalog_section ul li img{
    max-width: 100%;
    max-height: 100%;
}
#catalog_section .product-item-container:hover .block::after {
    background: #cf5e18;
}
@media (max-width: 992px) {
    #catalog_section ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 576px) {
    #catalog_section ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    #catalog_section .product-item-container > a:first-child {
        height: 160px !important;
    }

    #catalog_section .product-item-container .block {
        padding: 12px 10px 15px !important;
    }

    #catalog_section .link_name {
        font-size: 16px !important;
        margin-bottom: 0 !important;
    }
    #catalog_section ul li a.link_name{
        padding: 0;
    }
    #catalog_section .price {
        font-size: 15px !important;
    }

    #catalog_section .article {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
        font-size: 11px !important;
    }

    #catalog_section .product-item-container .block::after {
        height: 38px !important;
        font-size: 14px !important;
    }
}
.footer_content{
    max-width: 1150px;
    margin: auto;
    padding: 50px 15px 50px;
}

#footer_menu h2,
#footer_menu .title {
    font-family: 'Soyuz Grotesk', sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1A3D57 !important;
    margin-bottom: 24px !important;
    text-transform: lowercase !important;
}

#footer_menu_main ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px 16px !important;
    padding: 0 !important;
    list-style: none !important;
}
#footer_menu_main{
    margin: 0 0 !important;
}

#footer_menu_main ul li {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}
.block_promo_img{
    border-radius: 20px;
    overflow: hidden;
}
#footer_menu ul li a{
    display: inline-block !important;
    background: #F9F9FB !important;
    font-weight: 500 !important;
    border-radius: 20px !important;
    text-transform: inherit;
    transition: all 0.3s ease !important;
    padding: 5px 25px !important;
}

#footer_menu_main ul li a:hover {
    background: #E1680F !important;
    color: #fff !important;
    box-shadow: 0px 4px 10px rgba(225, 104, 15, 0.3) !important;
}
#footer_menu{
    background: #fff;
}
#catalog_element_new {
    font-family: 'Involve', sans-serif;
    color: #1A3D57;
    margin-bottom: 50px;
}

.element-top {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}
#catalog_element_new {
    font-family: 'Involve', sans-serif;
    color: #1A3D57;
    margin-bottom: 50px;
}

.element-top {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

/* Галерея */
.element-gallery {
    flex-shrink: 0;
}

.main-photo {
    width: 288px;
    height: 288px;
    background: #f8f8f8;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-photo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.main-photo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    mix-blend-mode: darken;
}

.more-photos {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 288px;
}

.more-photos .thumb {
    width: 60.5px;
    height: 63px;
    background: #f8f8f8;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-photos .thumb.active {
    border-color: #E1680F;
}
.more-photos .thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.element-info {
    flex-grow: 1;
}

.product-title {
    margin: 0 0 5px 0 !important;
    line-height: 1.4;
}

.product-desc {
    margin-bottom: 15px;
    line-height: 1.4;
}

.product-article {
    margin-bottom: 18px;
}

.price-block .current-price {
    font-size: 40px;
    font-weight: 700;
    color: #E1680F;
    margin-bottom: 18px;
    line-height: 1.4;
}

.actions-block {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.btn-zakaz {
    background: #E1680F;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 69.5px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: background 0.3s ease;
}

.btn-zakaz:hover {
    background: #cf5e18;
}

.product-socials {
    display: flex;
    gap: 10px;
}

/* Табы внизу */
.element-tabs-wrapper {
    background: #FAFAFB;
    border-radius: 20px;
    padding: 30px 40px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.element-tabs-nav {
    display: flex;
    gap: 30px;
    list-style: none !important;
    padding: 0;
    border-bottom: 1px solid #EAEAEA;
    margin: 0 0 0 0 !important;
}
.element-tabs-nav li {
    font-weight: 600;
    color: #666666;
    padding-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    transition: color 0.3s ease;
}

.element-tabs-nav li.active {
    font-size: 18px;
    margin: 11px 13px 0 13px !important;
    color: #E1680F;
}

.element-tabs-nav li.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #E1680F;
    border-radius: 10px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.props-table {
    display: flex;
    flex-direction: column;
}

.prop-row {
    display: flex;
    padding: 12px 0 13px;
    border-bottom: 1px solid #EAEAEA;
    font-size: 16px;
}

.prop-row:last-child {
    border-bottom: none;
}

.prop-name {
    width: 24%;
    color: #666666;
}

.prop-value {
    width: 70%;
    color: #000;
}

.desc-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
}

.link_back a {
    color: #999999 !important;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.link_back a:hover {
    color: #E1680F !important;
}

@media (max-width: 992px) {
    .element-top {
        flex-direction: column;
    }
    .element-gallery {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .actions-block {
        flex-direction: column;
        align-items: stretch;
    }
    .btn-zakaz {
        text-align: center;
    }
    .product-socials {
        justify-content: center;
    }
    .prop-row {
        flex-direction: column;
        gap: 5px;
    }
    .prop-name, .prop-value {
        width: 100%;
    }
    .element-tabs-wrapper {
        padding: 20px;
    }
}
.bx-filter .bx-filter-title{
    letter-spacing: 0;
}
.bx-filter .bx-filter-section>.row{
    padding: 0 0;
}
.bx-filter .bx-filter-parameters-box-title span{
    color: #000;
}
/*новости*/
.articles-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
}

.article-item {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.article-img {
    flex: 0 0 338px;
    width: 338px;
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    background: #f8f8f8;
}

.article-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.article-img:hover img {
    transform: scale(1.05);
}

.article-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.article-title {
    font-size: 24px !important;
    line-height: 1.2;
    margin: 0 0 10px 0 !important;
    display: block;
    transition: color 0.3s ease;
}

.article-title:hover {
    color: #E1680F !important;
}
.article-desc li, .article-desc p{
    color: #666666 !important;
}
.article-desc ul {
    padding-left: 20px;
    margin-top: 10px;
}

.article-desc li {
    margin-bottom: 5px;
}

.article-btn {
    display: inline-block;
    background: #E1680F;
    color: #ffffff !important;
    padding: 15px 40px;
    border-radius: 50px;
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
    align-self: flex-start;
    margin-top: auto;
    transition: background 0.3s ease;
}

.article-btn:hover {
    background: #cf5e18;
}

.articles-pagination {
    margin-top: 40px;
}

@media (max-width: 992px) {
    .article-item {
        flex-direction: column;
        gap: 20px;
    }
    .article-img {
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .article-title {
        font-size: 26px;
    }
    .article-btn {
        margin-top: 20px;
    }
}
/*удалить*/
body #wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    max-width: 1150px !important;
    width: 100% !important;
    margin: 80px auto 0 !important;
    box-sizing: border-box !important;
}

body #content,
body .workarea {
    display: contents !important;
}
#breadcrumb{
    margin: 0;
    border: unset;
}
#breadcrumb {
    width: auto !important;
    clear: none !important;
    margin-bottom: 30px !important;
    display: block !important;
    font-family: 'Involve';
    padding: 0 ;
}
header img, footer img{
    border-radius: 0 !important;
}
#breadcrumb ul {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#breadcrumb a{
    font-size: 12px !important;
    font-family: 'Involve' !important;
}
.block_promo_img{
    margin-bottom: 10px;
}
#breadcrumb ul li {
    display: flex !important;
    align-items: center !important;
    color: #666666 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-family: 'Involve' !important;
    background: none !important;
    margin: 0;
}

#breadcrumb ul li::before {
    display: none !important;
}

#breadcrumb ul li a {
    color: #666666 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

#breadcrumb ul li a:hover {
    color: #E1680F !important;
}

#breadcrumb ul li:not(:last-child)::after {
    content: "\f105" !important;
    font-family: "FontAwesome" !important;
    color: #666666 !important;
    margin: 0 15px !important;
    font-size: 14px !important;
    display: block !important;
}
.my-header {
    width: 100% !important;
    order: -3 !important;
    margin-bottom: 30px !important;
}

body #sidebar {
    width: 270px !important;
    order: -2 !important;
    margin: 0 !important;
    float: none !important;
    display: block !important;
}

.my-catalog {
    width: calc(100% - 270px - 30px) !important;
    margin-left: 30px !important;
    order: -1 !important;
    box-sizing: border-box !important;
}

#sidebar #horizontal-multilevel-menu ul,
#sidebar .minmenu,
#sidebar .submenu {
    display: block !important;
}

@media (max-width: 1200px) {
    body #sidebar {
        display: none !important;
    }
    .my-catalog {
        width: 100% !important;
        margin-left: 0 !important;
    }
}
/* удалить */
.news_detail img{
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
    border-radius: 20px;
}
/* читайте также */
.read-also-wrapper {
    margin: 80px 0 50px 0;
    width: 100%;
}

.read-also-title {
    margin-bottom: 20px !important;
}

.read-also-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22.5px;
}

.read-also-card {
    display: flex;
    flex-direction: column;
}

.read-also-img {
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}

.read-also-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.read-also-img:hover img {
    transform: scale(1.05);
}

.read-also-date {
    font-family: 'Involve', sans-serif;
    font-size: 12px;
    color: #666666;
    margin-bottom: 4px;
    font-weight: 400;
}

.read-also-name {
    font-size: 16px;
    color: #666666 !important;
    transition: color 0.3s ease;
}

.read-also-name:hover {
    color: #E1680F !important;
}

@media (max-width: 992px) {
    .read-also-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .read-also-grid {
        grid-template-columns: 1fr;
    }
    .read-also-img {
        height: auto;
        aspect-ratio: 16 / 9;
    }
}
body #content .block_friends ul.ya-share2__list,
body #content .ya-share2 ul.ya-share2__list {
    margin: 10px 0 !important;
    padding: 0 !important;
    display: flex !important;
}

body #content .block_friends ul.ya-share2__list li.ya-share2__item {
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}
#section_element_menu ul#vertical-multilevel-menu > li.menu-section-drive-active > a{
    background: #1A3D57;
}
#section_element_menu ul#vertical-multilevel-menu li a:hover{
    color: #e56b1f !important;
}
/*Страница О компании*/
.about-recool-wrapper, .recool-contacts-page, #uslugi_detail{
    max-width: 825px;
}
.about-block-recool-wrapper{
    margin: 0 0 70px 0;
}
.about-block-recool-wrapper .about-container{
    background-color: #fff !important;
    border-radius: 0;
    max-width: 100%;
    padding: 0;
}

.about-block-recool-wrapper .about-content{
    order: 1;
}
.about-block-recool-wrapper .about-image{
    order: 0;
    max-width: 338px;
}
/* кто мы и чем занимаемся */
.who-we-are-wrapper{
    margin: 70px 0;
}
.who-we-are-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.who-we-are-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    max-width: 59%;
}

.who-we-are-title {
    margin: 0;
}
.who-we-are-text{
    line-height: 1.5;
}
.who-we-are-image {
    flex: 1;
    max-width: 41%;
    border-radius: 20px;
    overflow: hidden;
}

.who-we-are-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 992px) {
    .who-we-are-container {
        flex-direction: column;
        gap: 30px;
    }
    .who-we-are-content,
    .who-we-are-image {
        max-width: 100%;
        width: 100%;
    }
    .who-we-are-title {
        margin: 0 0 20px 0;
    }
}
.services-order-wrapper {
    margin: 70px auto;
    text-align: center;
    max-width: 625px;
}

.services-order-title {
    line-height: 1.4 !important;
    margin: 0 0 16px 0 !important;
}

.services-order-desc.in-18 {
    line-height: 1.2 !important;
    margin-bottom: 40px !important;
    color: #999999;
}

.services-order-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: left;
}

.services-order-card {
    background-color: #F9F9FB;
    border-radius: 20px;
    padding: 30px 40px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.services-order-card-title {
    color: #E1680F !important;
    line-height: 1 !important;
    margin: 0 0 12px 0 !important;
}

.services-order-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#content ul, #content ol{
    margin: 0 0 0 0;
}
.services-order-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.services-order-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.services-order-text {
    max-width: 198px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .services-order-grid {
        grid-template-columns: 1fr;
    }
    .services-order-card {
        padding: 30px 20px;
    }
    .services-order-text {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .product-banner-wrap{
        flex-direction: column;
    }
    #footer_menu_main ul {
        flex-direction: column !important;
        gap: 10px !important;
    }

    #footer_menu_main ul li {
        width: 100% !important;
    }

    #footer_menu ul li a {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
}
.order-steps-wrapper {
    margin: 80px 0;
    width: 100%;
}
.order-steps-title {
    line-height: 1.4 !important;
    margin: 0 0 27px 0 !important;
}
.order-steps-grid {
    display: flex;
    gap: 20px;
    width: 100%;
}
.order-steps-grid.slick-initialized {
    display: block;
}
.order-steps-card {
    flex: 1;
    min-width: 0;
}
.order-steps-grid .slick-slide {
    margin: 0 10px;
    height: auto;
}
.order-steps-grid .slick-list {
    margin: 0 -10px;
}
.order-steps-grid .slick-track {
    display: flex;
}
.order-steps-grid .slick-slide > div {
    height: 100%;
}
.order-steps-grid .slick-slide .order-steps-card {
    height: 100%;
}
@media (max-width: 992px) {
    .order-steps-grid:not(.slick-initialized) {
        flex-wrap: wrap;
    }
    .order-steps-grid:not(.slick-initialized) .order-steps-card {
        flex: 0 0 calc(50% - 10px);
    }
}
@media (max-width: 576px) {
    .order-steps-grid:not(.slick-initialized) .order-steps-card {
        flex: 0 0 100%;
    }
}
.bonus-system-wrapper {
    margin: 0 0 70px;
    width: 100%;
}
#uslugi2 .block_uslugi{
    border: unset;
    border-radius: 20px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
#uslugi2 .block_uslugi img{
    border-bottom: unset;
}
.bonus-system-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}
.articles-list-wrapper .pagination-wrapper{
    margin: -30px 0 40px;
}
.contacts-block-wrapper .bonus-system-content{
    justify-content: flex-start;
    gap: 10px;
}
.bonus-system-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    max-width: 59%;
}

.bonus-system-title {
    font-family: 'Soyuz Grotesk', sans-serif !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #1A3D57;
    margin: 0 0 0 0 !important;
    text-transform: lowercase;
    line-height: 1.2;
}

.bonus-system-text {
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #999999;
    font-weight: 400;
}

.bonus-system-text p {
    margin-bottom: 15px;
}

.bonus-system-text p:last-child {
    margin-bottom: 0;
}

.bonus-system-image {
    flex: 1;
    max-width: 41%;
    border-radius: 20px;
    overflow: hidden;
}

.bonus-system-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 992px) {
    .bonus-system-container {
        flex-direction: column;
        gap: 30px;
    }
    .bonus-system-content,
    .bonus-system-image {
        max-width: 100%;
        width: 100%;
    }
    .bonus-system-title {
        font-size: 32px !important;
    }
}
.b2b-work {
    margin-bottom: 70px;
    width: 100%;
}
.b2b-work-desc {
    margin-bottom: 24px;
    color: #999999;
}
.b2b-work-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 32px;
}
.b2b-work-content {
    flex: 1;
}
.b2b-work-title {
    line-height: 1.4 !important;
    margin: 0 0 24px 0 !important;
}
.b2b-work-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.b2b-work-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}
.b2b-work-item:last-child {
    margin-bottom: 0;
}
.b2b-work-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}
.b2b-work-icon svg {
    width: 20px;
    height: 20px;
}
.b2b-work-text {
    color: #1A3D57 !important;
}
.b2b-work-image {
    flex-shrink: 0;
    width: 338px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}
.b2b-work-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .b2b-work-container {
        flex-direction: column;
    }
    .b2b-work-image {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .b2b-work-image img {
        height: auto !important;
    }
}

.why-choose {
    margin-bottom: 70px;
    width: 100%;
}
.why-choose-title {
    line-height: 1.3 !important;
    margin: 0 0 30px 0 !important;
}
.why-choose-image {
    width: 100%;
    height: 382px;
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.why-choose-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.why-choose-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.why-choose-item {
    display: flex;
    align-items: center;
    background: #F9F9FB;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    gap: 12px;
}
.why-choose-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.why-choose-icon svg {
    width: 20px;
    height: 20px;
}
.why-choose-text {
    color: #1A3D57 !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .why-choose-image {
        height: auto;
        max-height: 382px;
    }
}
.geo-delivery-section {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
}
.geo-title {
    margin: 0 0 20px 0 !important;
    line-height: 1.4 !important;
}
.geo-desc {
    max-width: 627px;
    margin: 0 auto 20px auto;
    color: #999999;
}
.geo-orange-text {
    color: #E1680F;
    margin-bottom: 20px;
    font-size: 18px;
}
.geo-map-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.geo-card {
    background: #F9F9FB;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    border-radius: 20px;
    padding: 30px 40px;
    position: relative;
    z-index: 2;
    margin-bottom: -92px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
    max-width: 90%;
}
.geo-card-row {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.geo-label {
    font-weight: 700;
    color: #000000;
    font-family: 'Involve', sans-serif;
    line-height: 1.4;
}
.geo-val, .geo-val a{
    color: #000000 !important;
}
.geo-map {
    width: 100%;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    z-index: 1;
}
.geo-map iframe,
.geo-map ymaps {
    width: 100% !important;
    height: 100% !important;
}
.geo-working-hours{
    max-width: 170px;
}
@media (max-width: 768px) {
    .geo-card {
        padding: 20px;
        flex-direction: column;
        margin-bottom: -200px;
    }
    .geo-card-row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 10px;
    }
    .geo-map {
        height: 700px;
    }
}
/*Страница Контакты*/
.common-wrapper {
    margin: 70px 0px;
}
.contacts-info-section {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
}
.contacts-info-title {
    margin: 0 0 20px 0 !important;
    line-height: 1.4 !important;
}
.contacts-info-map-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacts-info-card {
    background: #F9F9FB;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    border-radius: 100px;
    padding: 25px 55px;
    position: relative;
    z-index: 2;
    margin-bottom: -92px;
    display: flex;
    justify-content: center;
    gap: 55px;
    max-width: 95%;
}
.contacts-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.contacts-info-icon-bg {
    width: 47px;
    height: 47px;
    background: url("/local/templates/gvozdevsoft_print_color_2/images/svg/check-list/check-list-back.svg") center/contain no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.contacts-info-icon {
    width: 20px;
    height: 20px;
    background-color: #E1680F;
}
.mask-phone {
    -webkit-mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/info/phone.svg") center/contain no-repeat;
    mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/info/phone.svg") center/contain no-repeat;
}
.mask-location {
    -webkit-mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/info/location.svg") center/contain no-repeat;
    mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/info/location.svg") center/contain no-repeat;
}
.mask-email {
    -webkit-mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/info/email.svg") center/contain no-repeat;
    mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/info/email.svg") center/contain no-repeat;
}
.contacts-info-label {
    font-weight: 600;
    font-family: 'Involve', sans-serif;
    margin-bottom: 4px;
    color: #1A3D57;
}
.contacts-info-val {
    line-height: 1.2;
}
.contacts-info-val a{
    line-height: 1.2;
    color: #666666 !important;
}
.contacts-info-map {
    width: 100%;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    z-index: 1;
}
.contacts-info-map iframe,
.contacts-info-map ymaps {
    width: 100% !important;
    height: 100% !important;
}
.contacts-info-download {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    padding: 10px 30px;
    background: #F8F8F8;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    border-radius: 100px;
    gap: 10px;
    text-decoration: none;
    color: #1A3D57;
}
.contacts-info-download span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.contacts-info-download .contacts-info-icon-bg {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .contacts-info-card {
        gap: 30px;
        padding: 25px 30px;
    }
}
@media (max-width: 768px) {
    .contacts-info-card {
        flex-direction: column;
        border-radius: 20px;
        gap: 20px;
        margin-bottom: -200px;
    }
    .contacts-info-map {
        height: 700px;
    }
    .contacts-info-download {
        border-radius: 20px;
    }
}
.recool-contacts-page{
    margin-left: 32px;
}
.recool-contacts-page .bonus-system-wrapper{
    margin: 0 0 70px;
}
.team-section {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
}
.team-title {
    margin: 0 0 20px 0 !important;
}
.team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.team-card {
    flex: 0 0 352px;
    width: 352px;
    box-sizing: border-box;
    background: #FAFAFA;
    border-radius: 20px;
    padding: 30px 24px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    text-align: left;
    overflow-wrap: break-word;
}
.team-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 16px;
    display: block;
    object-fit: cover;
}
.team-name {
    font-size: 18px;
    font-weight: 700;
    color: #1A3D57;
    margin-bottom: 12px;
}
.team-pos {
    margin-bottom: 12px;
    color: #999999;
}
.team-contacts {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.team-contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #999999;
}
.team-msg-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}
.team-icon {
    width: 20px;
    height: 20px;
    background-color: #E1680F;
    flex-shrink: 0;
}
.mask-tg {
    -webkit-mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/social/telegram.svg") center/contain no-repeat;
    mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/social/telegram.svg") center/contain no-repeat;
}
.mask-viber {
    -webkit-mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/social/viber.svg") center/contain no-repeat;
    mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/social/viber.svg") center/contain no-repeat;
}
.mask-mail {
    -webkit-mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/info/email.svg") center/contain no-repeat;
    mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/info/email.svg") center/contain no-repeat;
}
.mask-phone-call {
    -webkit-mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/info/phone.svg") center/contain no-repeat;
    mask: url("/local/templates/gvozdevsoft_print_color_2/images/svg/info/phone.svg") center/contain no-repeat;
}

.team-general-block {
    display: flex;
    background: #FAFAFA;
    border-radius: 20px;
    padding: 30px 40px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    text-align: left;
    gap: 40px;
    justify-content: space-between;
    align-items: stretch;
}
.team-general-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    flex: 1;
}
.team-general-name {
    font-size: 18px;
    font-weight: 600;
    color: #1A3D57;
    margin-bottom: 8px;
}
.team-general-photo {
    flex: 1;
    max-width: 50%;
    display: flex;
}
.team-general-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

@media (max-width: 768px) {
    .team-card {
        flex: 0 0 100%;
        width: 100%;
    }
    .team-general-block {
        flex-direction: column;
        padding: 24px;
    }
    .team-general-photo {
        max-width: 100%;
        height: 300px;
    }
}
.delivery-section {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
}
.delivery-title {
    margin: 0 0 20px 0 !important;
}
.delivery-card {
    background: #F9F9FB;
    border-radius: 20px;
    padding: 30px 40px;
    text-align: left;
}
.delivery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.delivery-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.delivery-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}
.delivery-item-title {
    font-weight: 700;
    font-size: 16px;
    color: #E1680F;
    margin-bottom: 8px;
}
.delivery-item-desc {
    color: #999999;
}

@media (max-width: 768px) {
    .delivery-grid {
        grid-template-columns: 1fr;
    }
    .delivery-card {
        padding: 24px;
    }
}
.product-banner-wrap{
    display: flex;
    gap: 20px;
}
.product-banner-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-banner-info .text-banner-content {
    margin-bottom: 30px;
}
.product-banner-info .banner_content_product ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}
.product-banner-info .banner_content_product li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.product-banner-info .banner_content_product li img {
    flex-shrink: 0 !important;
    width: 20px !important;
    height: 20px !important;
    margin-top: 2px !important;
    content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0)"><path d="M14.5341 6.66764C14.8385 8.16184 14.6215 9.71525 13.9193 11.0688C13.2171 12.4224 12.072 13.4943 10.6751 14.1058C9.27816 14.7174 7.71382 14.8315 6.24293 14.4292C4.77205 14.0269 3.48353 13.1326 2.59225 11.8953C1.70097 10.6579 1.26081 9.15246 1.34518 7.62989C1.42954 6.10733 2.03332 4.6597 3.05583 3.52842C4.07835 2.39714 5.45779 1.65059 6.96411 1.41327C8.47043 1.17595 10.0126 1.46221 11.3334 2.2243" stroke="%23E1680F" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 7.33268L8 9.33268L14.6667 2.66602" stroke="%23E1680F" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>') !important;
}

.product-banner-info .banner_content_product li p {
    color: #1A3D57 !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

.product-banner-info .banner-btn {
    margin-top: auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0;
    align-items: flex-start !important;
}
.banner-btn{
}
.product-banner-info .banner-btn div {
    order: 1 !important;
    margin: 0 !important;
}
.product-banner-info .banner-btn a {
    display: inline-block !important;
    padding: 15px 36px !important;
    border-radius: 100px !important;
    background-color: #E1680F !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    line-height: 1 !important;
}
.product-banner-info .banner-btn a:hover {
    opacity: 0.9 !important;
    color: #ffffff !important;
}

.product-banner-info .banner-btn p {
    order: 2 !important;
    margin: 10px 0 0 0 !important;
    font-size: 12px !important;
    color: #999999 !important;
    line-height: 1 !important;
}
.product-banner-info .banner-btn p strong {
    font-weight: normal !important;
}
.portfolio-redesign-wrapper {
    margin-bottom: 60px;
}

.portfolio-redesign-wrapper h2.portfolio-title {
    margin: 0 0 8px 0 !important;
    color: #1A3D57 !important;
}

.portfolio-desc {
    margin: 0 0 30px 0;
    color: #999999;
}

.portfolio-grid-static {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.portfolio-grid-static .portfolio-item-col {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
    padding: 0;
}

.portfolio-slider-active .portfolio-item-col {
    padding: 0 10px;
    box-sizing: border-box;
}

.portfolio-card {
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.portfolio-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.portfolio-all-link {
    margin-top: 30px;
    text-align: center;
}
.portfolio-btn {
    display: inline-block;
    background-color: #E1680F !important;
    color: #ffffff !important;
    padding: 14px 36px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
}
.portfolio-btn:hover {
    opacity: 0.9;
    color: #ffffff !important;
}

@media (max-width: 992px) {
    .portfolio-grid-static .portfolio-item-col {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}
@media (max-width: 576px) {
    .portfolio-grid-static .portfolio-item-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.custom-sections-wrapper {
    margin-bottom: 60px;
}

.materials-section {
    margin-bottom: 60px;
}
.materials-title {
    margin: 0 0 10px 0 !important;
    color: #1A3D57 !important;
}
.materials-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10.5px 35px;
}
.materials-card {
    flex: 0 0 calc(50% - 17.5px);
    max-width: calc(50% - 17.5px);
    border: 1px solid #d6d6d6;
    border-radius: 20px;
    padding: 24px 24px 43px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.materials-img {
    margin-bottom: 20px;
}
.materials-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}
.materials-item-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #1A3D57 !important;
    margin: 0 0 5px 0 !important;
}
.materials-item-desc {
    color: #666666;
    margin: 0;
    line-height: 1.4;
}
.materials-all-link {
    margin-top: 30px;
    text-align: center;
}

.postprint-section {
    margin-bottom: 60px;
}
.postprint-title {
    margin: 0 0 20px 0 !important;
    color: #1A3D57 !important;
}
.postprint-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22.5px;
}
.postprint-card {
    flex: 0 0 calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
    display: flex;
    flex-direction: column;
    border: none !important;
    padding: 0 !important;
}
.postprint-img {
    margin-bottom: 20px;
}
.postprint-img img {
    width: 100%;
    height: 274px !important;
    object-fit: cover;
    border-radius: 20px !important;
    display: block;
}
.postprint-item-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #1A3D57 !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.2;
}
.postprint-item-desc {
    color: #999999;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 992px) {
    .postprint-card {
        flex: 0 0 calc(50% - 11.25px);
        max-width: calc(50% - 11.25px);
    }
}
@media (max-width: 768px) {
    .materials-card, .postprint-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.portfolio-slider-active .slick-dots {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.density-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
    align-items: stretch !important;
}
.density-img {
    flex: 0 0 338px;
    width: 338px;
    border-radius: 20px;
    overflow: hidden;
}
.density-img img {
    width: 100%;
    height: auto;
    display: block;
}
.density-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
}
.density-title {
    color: #1A3D57 !important;
    margin: 0 !important;
    text-transform: uppercase;
}
.density-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.density-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
}
.density-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background-color: #E1680F;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5341 6.66764C14.8385 8.16184 14.6215 9.71525 13.9193 11.0688C13.2171 12.4224 12.072 13.4943 10.6751 14.1058C9.27816 14.7174 7.71382 14.8315 6.24293 14.4292C4.77205 14.0269 3.48353 13.1326 2.59225 11.8953C1.70097 10.6579 1.26081 9.15246 1.34518 7.62989C1.42954 6.10733 2.03332 4.6597 3.05583 3.52842C4.07835 2.39714 5.45779 1.65059 6.96411 1.41327C8.47043 1.17595 10.0126 1.46221 11.3334 2.2243" stroke="black" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 7.33268L8 9.33268L14.6667 2.66602" stroke="black" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
    mask: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5341 6.66764C14.8385 8.16184 14.6215 9.71525 13.9193 11.0688C13.2171 12.4224 12.072 13.4943 10.6751 14.1058C9.27816 14.7174 7.71382 14.8315 6.24293 14.4292C4.77205 14.0269 3.48353 13.1326 2.59225 11.8953C1.70097 10.6579 1.26081 9.15246 1.34518 7.62989C1.42954 6.10733 2.03332 4.6597 3.05583 3.52842C4.07835 2.39714 5.45779 1.65059 6.96411 1.41327C8.47043 1.17595 10.0126 1.46221 11.3334 2.2243" stroke="black" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 7.33268L8 9.33268L14.6667 2.66602" stroke="black" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
}
.density-text {
    color: #1A3D57 !important;
    margin: 0 !important;
    line-height: 1.2;
}
@media (max-width: 768px) {
    .density-wrapper { flex-direction: column; }
    .density-img { flex: 0 0 100%; width: 100%; }
}
.detail-text-wrapper table th,
.detail-text-wrapper table thead td,
.detail-text-wrapper table tr:first-child td,
.detail-text-wrapper table tr:first-child th {
    background-color: #1A3D57 !important;
    color: #ffffff !important;
    padding: 20px 24px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    border: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.detail-text-wrapper table tr:first-child td *,
.detail-text-wrapper table tr:first-child th * {
    color: #ffffff !important;
    background-color: transparent !important;
}

.detail-text-wrapper table tr:first-child td:last-child,
.detail-text-wrapper table tr:first-child th:last-child {
    border-right: none !important;
}

.detail-text-wrapper table tr:not(:first-child) td[colspan], td {
    background-color: #F9F9FB !important;
    color: #666666 !important;
    font-weight: 400 !important;
    text-transform: none !important;
}
.detail-text-wrapper table tr:not(:first-child) td[colspan] * {
    color: #1A3D57 !important;
}
.sotrudnichestvo-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.sotrudnichestvo-title {
    color: #1A3D57 !important;
    margin: 0 0 20px 0 !important;
    text-transform: lowercase;
}

.sotrudnichestvo-desc {
    color: #999999;
    margin: 0 auto 20px auto !important;
    max-width: 800px;
}

.sotrudnichestvo-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    text-align: left;
}

.sotrudnichestvo-card {
    background-color: #F8F9FA;
    border-radius: 20px;
    padding: 32px !important;
    flex: 1;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.sotrudnichestvo-card h3 {
    color: #1A3D57 !important;
    font-size: 24px !important;
    margin: 0 0 26px 0 !important;
}

.sotrudnichestvo-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 26px 0 !important;
    display: flex;
    flex-direction: column;
    gap: 14px !important;
    flex-grow: 1;
}
.sotrudnichestvo-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sotrudnichestvo-list li span {
    color: #1A3D57;
    margin: 0;
    line-height: 1.4;
}

.sotrudnichestvo-icon {
    flex-shrink: 0;
    width: 20px !important;
    height: 20px !important;
    margin-top: 2px;
    background-color: #E1680F;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5341 6.66764C14.8385 8.16184 14.6215 9.71525 13.9193 11.0688C13.2171 12.4224 12.072 13.4943 10.6751 14.1058C9.27816 14.7174 7.71382 14.8315 6.24293 14.4292C4.77205 14.0269 3.48353 13.1326 2.59225 11.8953C1.70097 10.6579 1.26081 9.15246 1.34518 7.62989C1.42954 6.10733 2.03332 4.6597 3.05583 3.52842C4.07835 2.39714 5.45779 1.65059 6.96411 1.41327C8.47043 1.17595 10.0126 1.46221 11.3334 2.2243" stroke="black" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 7.33268L8 9.33268L14.6667 2.66602" stroke="black" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
    mask: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5341 6.66764C14.8385 8.16184 14.6215 9.71525 13.9193 11.0688C13.2171 12.4224 12.072 13.4943 10.6751 14.1058C9.27816 14.7174 7.71382 14.8315 6.24293 14.4292C4.77205 14.0269 3.48353 13.1326 2.59225 11.8953C1.70097 10.6579 1.26081 9.15246 1.34518 7.62989C1.42954 6.10733 2.03332 4.6597 3.05583 3.52842C4.07835 2.39714 5.45779 1.65059 6.96411 1.41327C8.47043 1.17595 10.0126 1.46221 11.3334 2.2243" stroke="black" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 7.33268L8 9.33268L14.6667 2.66602" stroke="black" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
}

.sotrudnichestvo-btn {
    display: inline-block;
    background-color: #E1680F !important;
    color: #ffffff !important;
    padding: 14px 36px !important;
    border-radius: 100px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    align-self: flex-start;
}
.sotrudnichestvo-btn:hover {
    opacity: 0.9;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .sotrudnichestvo-grid {
        flex-direction: column;
    }
    .sotrudnichestvo-card {
        max-width: 100%;
    }
}
.o_companii_video video {
    border-radius: 20px;
    height: 500px;
    width: 100%;
}
.form-section-wrapper {
    margin-bottom: 80px;
}
.form-section-header {
    text-align: center;
    margin-bottom: 48px;
}
.form-main-title {
    color: #1A3D57 !important;
    margin: 0 0 16px 0 !important;
}
.form-main-desc {
    color: #999999;
    margin: 0 !important;
}

.form-box {
    background-color: #F8F9FA;
    border-radius: 20px;
    padding: 32px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

.popup-form-box {
    padding: 40px !important;
    background-color: #F9F9FB;
    max-width: 768px;
}
.popup-form-box .form-box-header {
    padding-right: 30px;
}

.form-box-title {
    font-size: 24px;
    font-weight: 700;
    color: #1A3D57;
    margin: 0 0 8px 0;
}
.form-box-desc {
    color: #999999;
    margin: 0 0 24px 0;
}

.form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}
.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.form-group.full-width {
    flex: 0 0 100%;
}

.redesign-feedback label {
    font-size: 14px;
    color: #1A3D57 !important;
    font-weight: 600;
    margin: 0 0 9px 0;
    display: block;
    text-align: left;
}
#form_catalog_popup{
    border: none;
    padding: 40px;
    border-radius: 20px;
}
#form_catalog_popup button{
    margin: 10px 10px 0 auto;
}
#form_catalog_popup .tovar{
    padding: 0;
    border: none;
}
.redesign-feedback input[type="text"],
.redesign-feedback input[type="email"],
.redesign-feedback textarea {
    width: 100% !important;
    box-sizing: border-box;
    background-color: #F5F5F5;
    border: 1px solid #0000001A;
    border-radius: 8px;
    padding: 13px 16px;
    font-size: 16px;
    color: #404040;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s ease;
}
.redesign-feedback input[type="text"]:focus,
.redesign-feedback input[type="email"]:focus,
.redesign-feedback textarea:focus {
    border-color: #E1680F;
}
.redesign-feedback textarea {
    resize: vertical;
    min-height: 120px;
}

.custom-file-upload .file-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background-color: #F9F9FB;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #1A3D57;
    transition: border-color 0.3s ease;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.custom-file-upload .file-label:hover {
    border-color: #E1680F;
}
.file-icon {
    background-image: url("/local/templates/gvozdevsoft_print_color_2/images/svg/check-list/check-list-back.svg");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    width: 47px !important;
    height: 47px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.file-icon svg {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}
.form-submit-btn {
    width: 100%;
    background-color: #E1680F;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 100px;
    padding: 16px;
    cursor: pointer;
    margin-top: 22px;
    transition: opacity 0.3s ease;
}
.form-submit-btn:hover {
    opacity: 0.9;
}

/* Политика */
.form-policy {
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-top: 16px;
}
.form-policy a {
    color: #E1680F;
    text-decoration: none;
}
.form-policy a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 16px;
    }
    .form-box {
        padding: 24px;
    }
    .form-main-desc{
        text-align: left;
    }
}
.redesign-feedback input::placeholder,
.redesign-feedback textarea::placeholder {
    color: #666666 !important;
    opacity: 1 !important;
}

.redesign-feedback input::-moz-placeholder,
.redesign-feedback textarea::-moz-placeholder {
    color: #666666 !important;
    opacity: 1 !important;
}

.redesign-feedback input:-ms-input-placeholder,
.redesign-feedback textarea:-ms-input-placeholder {
    color: #666666 !important;
}
.popup-form-box {
    position: relative !important;
}

.popup-close-btn {
    position: absolute !important;
    top: 32px !important;
    right: 32px !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #00000026 !important;
    border-radius: 50% !important;
    border: none !important;
    color: transparent !important;
    font-size: 0 !important;
    cursor: pointer !important;
    display: block !important;
    z-index: 10 !important;
    transition: background-color 0.3s ease !important;
}

.popup-close-btn::before,
.popup-close-btn::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 18px !important;
    height: 2px !important;
    background-color: #1A3D57 !important;
}

.popup-close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
}

.popup-close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.popup-close-btn:hover {
    background-color: rgba(0, 0, 0, 0.25) !important;
}
@media (max-width: 768px) {
    #top_menu_new .submenu,
    #top_menu_new .submenu .submenu {
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        padding-left: 15px !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    #top_menu_new .submenu::before {
        display: none !important;
    }

    #top_menu_new .submenu .menu-item {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    #top_menu_new .submenu .menu-item > a {
        padding: 12px 20px !important;
    }
}
#top_menu_new .submenu .menu-item > a{
    font-size: 14px !important;
}

#uslugi2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px 25px !important;
    width: 100% !important;
    margin-bottom: 40px !important;
}

#uslugi2 .block_uslugi {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #f4f4f4 !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    height: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    width: 100% !important;
}

#uslugi2 .block_uslugi:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08) !important;
}

#uslugi2 .block_uslugi_img {
    width: 100% !important;
    height: 216px !important;
    overflow: hidden !important;
    background: #f8f8f8 !important;
    margin: 0 !important;
    float: none !important;
}

#uslugi2 .block_uslugi_img a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

#uslugi2 .block_uslugi_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
}

#uslugi2 .block_uslugi_title {
    padding: 15px 24px 8px !important;
    margin: 0 !important;
    text-align: left !important;
}

#uslugi2 .block_uslugi_title a {
    font-family: 'Soyuz Grotesk', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #1A3D57 !important;
    text-decoration: none !important;
}

#uslugi2 .block_uslugi_price {
    display: flex;
    gap: 5px;
    padding: 0 24px 25px !important;
    margin-top: auto !important;
    font-family: 'Soyuz Grotesk', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #e56b1f !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

#uslugi2 .block_uslugi_price span.price {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}
#uslugi2 .block_uslugi{
    max-width: 100%;
}
@media (max-width: 768px) {
    #uslugi2 {
        grid-template-columns: 1fr !important;
    }
}
@media (max-width: 768px) {
    #uslugi_detail {
        overflow-x: visible !important;
    }

    .table-responsive-wrapper {
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;

        margin-left: 0 !important;
        margin-right: -30px !important;
        padding-right: 30px !important;
        width: calc(100% + 30px) !important;
        box-sizing: border-box !important;
    }

    .table-responsive-wrapper table {
        width: 100% !important;
        min-width: 550px !important;
        margin: 0 !important;
    }
    .h-contacts{
        flex-direction: column;
        gap: 0 !important;
    }
    .h-sec{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.h-contacts{
    display: flex;
    gap: 50px;
}
#uslugi .block_uslugi{
    border-radius: 20px;
    border: unset;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    overflow: hidden;
}
#uslugi .block_uslugi img{
    border-radius: 0;
    border: unset;
}
#uslugi {
    display: flex !important;
    flex-wrap: wrap !important;
}

#uslugi .block_uslugi {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

#uslugi .block_uslugi_img {
    flex-shrink: 0 !important;
}

#uslugi .block_uslugi_text {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.h-search-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    width: 100%;
}

.h-search-form {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    padding: 5px 20px;
    width: 100%;
    max-width: 320px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.h-search-form:hover,
.h-search-form:focus-within {
    border-color: #E1680F;
    box-shadow: 0px 8px 16px -4px rgba(16, 24, 40, 0.08);
}

.h-search-form input {
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Involve', sans-serif;
    font-size: 14px;
    color: #1A3D57;
    width: 100%;
    padding: 6px 0;
}

.h-search-form input::placeholder {
    color: #666666;
}

.h-search-form button {
    background: transparent;
    border: none;
    color: #E1680F;
    font-size: 16px;
    cursor: pointer;
    padding: 0 0 0 10px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-search-form button:hover {
    color: #cf5e18;
}

@media (max-width: 768px) {
    .h-search-wrapper {
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .h-search-form {
        max-width: 100%;
    }
}
.search-page {
    max-width: 900px;
    margin: 0 auto 80px;
}
.search-page-form {
    display: flex;
    gap: 15px;
    background: #F9F9FB;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.search-input {
    flex-grow: 1;
    height: 48px;
    border: 1px solid #0000001A;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 16px;
    font-family: 'Involve', sans-serif;
    outline: none;
    min-width: 250px;
    background: #ffffff;
}
.search-input:focus {
    border-color: #E1680F;
}
.search-select {
    height: 48px;
    border: 1px solid #0000001A;
    border-radius: 12px;
    padding: 0 15px;
    font-size: 16px;
    font-family: 'Involve', sans-serif;
    outline: none;
    background: #fff;
    cursor: pointer;
}
.search-btn {
    height: 48px;
    background: #E1680F;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0 30px;
    font-size: 16px;
    font-family: 'Involve', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.search-btn:hover {
    background: #cf5e18;
}
.search-results-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}
.search-item {
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.04);
}
.search-title {
    font-family: 'Soyuz Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1A3D57 !important;
    text-decoration: none !important;
    display: block;
    margin-bottom: 12px;
    line-height: 1.2;
}
.search-title:hover {
    color: #E1680F !important;
}
.search-desc {
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.search-desc b,
.search-title b {
    color: #E1680F;
    font-weight: 600;
    background: #FFF3EB;
    padding: 0 4px;
    border-radius: 4px;
}
.search-path {
    font-family: 'Involve', sans-serif;
    font-size: 14px;
    color: #999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    line-height: 1.4;
}
.search-path a {
    color: #999 !important;
    text-decoration: none;
}
.search-path a:hover {
    color: #E1680F !important;
}
.search-sort {
    text-align: center;
    background: #F9F9FB;
    padding: 15px;
    border-radius: 12px;
    font-family: 'Involve', sans-serif;
    font-size: 14px;
}
.search-sort a {
    color: #1A3D57 !important;
    text-decoration: none;
}
.search-sort a:hover {
    color: #E1680F !important;
}
.search-sort b {
    color: #E1680F;
}
.search-pagination {
    margin: 20px 0;
}
@media (max-width: 768px) {
    .search-page-form {
        flex-direction: column;
        align-items: stretch;
    }
    .search-btn {
        width: 100%;
    }
}
.fotogallery_block ul li{
    border-radius: 20px;
}
#section_element_menu ul#vertical-multilevel-menu li a:hover, #section_element_menu ul#vertical-multilevel-menu > li.menu-section > a:hover:before{
    color: #E1680F !important;
}
.catalog-title-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 10px;
}

.catalog-h1 {
    margin: 0 !important;
    font-size: 40px !important;
    line-height: 1.1;
}

.catalog-subtitle {
    color: #666666;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}

@media (max-width: 768px) {
    .catalog-title-wrapper {
        align-items: flex-start;
        gap: 10px;
    }

    .catalog-h1 {
        white-space: normal;
    }
}
@media (min-width: 769px) {
    #horizontal-multilevel-menu li li:hover > ul,
    .menu-item .submenu .submenu {
        left: auto !important;
        right: 100% !important;
    }
}

@media (max-width: 768px) {
    #horizontal-multilevel-menu ul,
    #top_menu_new .submenu,
    #top_menu_new ul ul {
        position: relative !important;
        left: 0 !important;
        right: auto !important;
        top: 0 !important;
        width: 100% !important;
        box-shadow: none !important;
        transform: none !important;
    }

    #top_menu_new .submenu li a {
        padding-left: 20px !important;
    }

    #top_menu_new .submenu .submenu li a {
        padding-left: 40px !important;
    }
}
.header-sticky {
    position: fixed;
    top: -150px;
    left: 0;
    width: 100%;
    z-index: 1050;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 10px 15px;
    pointer-events: none;
    box-sizing: border-box;
}

.header-sticky.is-fixed {
    top: 0;
    pointer-events: auto;
}

.header-sticky-bar {
    max-width: 1150px;
    margin: 0 auto;
    height: 73px;
    background: #F9F9FB;
    border-radius: 10px;
    padding: 16.5px 20px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.hs-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.hs-burger {
    display: flex;
    align-items: center;
    gap: 24px;
    background-color: #1A3D57;
    color: #ffffff;
    padding: 0 15px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.hs-burger:hover {
    background-color: #265578;
}

.hs-burger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 23px;
    height: 18px;
}

.hs-burger-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: 0.3s;
}

.hs-burger-text {
    font-family: 'Involve', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.hs-burger.active .hs-burger-icon span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hs-burger.active .hs-burger-icon span:nth-child(2) { opacity: 0; }
.hs-burger.active .hs-burger-icon span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hs-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.hs-contacts {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.hs-contacts .h-item {
    font-size: 14px;
}
.hs-contacts .h-item i {
    width: 14px;
}
.sticky-dropdown .menu-list{
    justify-content: center;
}
#top_menu_new.sticky-dropdown {
    position: fixed !important;
    top: 85px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: calc(100% - 30px) !important;
    max-width: 1130px !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0px 10px 40px rgba(0,0,0,0.1) !important;
    z-index: 1040 !important;
    padding: 10px !important;
}

@media (max-width: 768px) {
    .header-sticky {
        display: none !important;
    }
}
@media (max-width: 1150px) {
    .hs-left, .hs-right {
        gap: 15px !important;
    }
    .header-sticky-bar {
        padding: 10px 15px !important;
    }
}

@media (max-width: 850px) {
    .hs-socials {
        display: none !important;
    }
    .hs-right .btn-orange {
        padding: 9px 15px !important;
        font-size: 13px !important;
    }
}
.mfp-bg {
    z-index: 99999 !important;
}
.mfp-wrap {
    z-index: 100000 !important;
}
#section_element_menu ul#vertical-multilevel-menu > li.menu-section-drive-active > a {
    background-color: #1A3D57 !important;
    color: #ffffff !important;
}
#section_element_menu ul#vertical-multilevel-menu > li.menu-section-drive-active > a:hover {
    background-color: #1A3D57 !important;
    color: #ffffff !important;
}
#section_element_menu ul#vertical-multilevel-menu > li.menu-section-drive-active > a::after {
    content: "\f107" !important;
    color: #ffffff !important;
    opacity: 1 !important;
}