.sparky_logo_image {
    margin-top: -7px;
    padding-bottom: 5px;
}
.sparky_cell.mp_logo.sparkle2 {
    padding: 10px 0 0;
}
body ul.mnu_mainmenu {
    margin: 0;
}
body .sparky_row7.sparky_full.footer_row .sparky_container > .sparky_cell {
    padding: 0;
}
body .sparky_row7.sparky_full.footer_row .sparky_container p {
    color: #fff;
}
.sparky_row7.sparky_full.footer_row {
    background: #222a26;
}
#pg-msnr-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}
.pg-item-box {
    display: flex;
    flex-direction: column;
    width: calc(25% - 15px);
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f0f0;
}
.pg-item-box figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pg-item-box-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

.pg-item-box-image img,
.pg-item-box-image svg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
body .pg-item-box, .pg-category-box {
    margin: 0;
}
.pg-item-box-info {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    margin-top: auto;
}
.pg-item-box-title {
    display: none;
}
.pg-item-box-icons-box {
    display: flex;
    gap: 10px;
    margin-top: auto;
}
.pg-item-box {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.pswp__caption {
    display: none;
}
.pg-item-box-info {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}
.pg-item-box .ph-cb,
.pg-item-box figcaption {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.counter.pull-right , .pagination.pagination-centered {
    float: none;
    width: 100%;
    display: block;
}
.counter.pull-right {
    margin: 30px 0 0;
}
figcaption[itemprop="caption description"] {
    display: none;
}
.pg-item-box {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: solid 1px #3a7655;
}
.pg-item-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
body .active>.page-link,body .page-link.active {
    background-color: #3a7655;
    border-color: #3a7655;
}
body .page-link {
    color: #3a7655;
}
.pg-categories-items-box .pg-category-box {
    margin: 0 10px 0 0;
}
.sparky_cell.mp_user1.sparkle12 {
    padding: 0;
}
#imgmainblock {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    font-family: system-ui, -apple-system, sans-serif;
}

#imgmainblock img.mainimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

#imgmainblock .rowsitogon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}
#imgmainblock .sparky_container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
}
#imgmainblock .txtinfobock {
    width: 100%;
    padding: 40px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    background: rgb(14 14 14 / 78%);
    border-radius: 4px;
}
#imgmainblock .sppb-title-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    margin: 0 0 15px 0;
    padding: 0;
}
#imgmainblock .sppb-title-subheading {
    font-size: 15px;
    line-height: 1.6;
    color: #dddddd;
    margin: 0 0 25px 0;
}

#imgmainblock .sppb-button-wrapper {
    display: flex;
    justify-content: flex-start;
}

#imgmainblock .sppb-btn {
    background-color: #3a7655 !important;
    color: #ffffff !important;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s;
}

#imgmainblock .sppb-btn:hover {
    background-color: #2b573e !important;
}
ul.custom-banner-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 25px 0 !important;
}
ul.custom-banner-list li {
    position: relative;
    padding-left: 30px !important;
    font-size: 17px;
    line-height: 1.5;
    color: #dddddd;
}
ul.custom-banner-list li:last-child {
    margin-bottom: 0;
}
ul.custom-banner-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #3a7655;
    font-size: 14px;
}
.mnu_mainmenu > li.active {
    background: #fff;
}
.mnu_mainmenu > li.active a {
    color: #3a7655;
    font-weight: bold;
}
body h1 {
    color: #3a7655;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
}
body .item-page h3 {
    color: #3a7655;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.stroy-subtitle {
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 15px 0;
    color: #1a1a1a;
}

.stroy-lead-text {
    font-size: 16px;
    margin-bottom: 25px;
}
div.com-content-article.item-page ul li {
    padding-left: 20px;
}
.stroy-text {
    margin-bottom: 20px;
}
.icon-left {
    margin-right: 10px;
    color: #3a7655;
    font-size: 18px;
}
.stroy-feature-card {
    background-color: #f7f9f8;
    padding: 22px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}
.stroy-card-title {
    color: #3a7655;
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0 0 10px;
}
.stroy-card-title .icon-left {
    color: #3a7655;
}

.stroy-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stroy-bullet-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.stroy-bullet-list li:last-child {
    margin-bottom: 0;
}

.stroy-bullet-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: #3a7655;
    font-size: 12px;
}

.stroy-numbered-list {
    padding-left: 20px;
    margin: 0 0 30px 0;
}

.stroy-numbered-list li {
    margin-bottom: 8px;
}
.stroy-divider-block {
    border-bottom: 1px solid #3a7655;
    padding: 10px 0 20px 0;
    margin: 10px 0 10px;
}
.stroy-steps-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.stroy-steps-list li {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.stroy-steps-list li:last-child {
    margin-bottom: 0;
}

.step-num {
    background-color: #3a7655;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.stroy-alert-box {
    background-color: #3a7655;
    padding: 25px;
    border-radius: 8px;
    margin: 35px 0;
    text-align: center;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.03);
}
.stroy-alert-title {
    color: #fff;
    font-size: 22px;
    margin: 0 0 12px 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stroy-alert-title .icon-left {
    color: #e65100;
}
.stroy-alert-text {
    margin: 0 0 20px 0;
    font-size: 17px;
    color: #fff;
}
p.stroy-contact-info a {
    display: block;
}
.stroy-contact-info {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.stroy-link {
    color: #fff;
    text-decoration: underline;
    transition: color 0.2s;
    font-weight: bold;
}
.stroy-link:hover, .stroy-phone:hover {
    color: #fff;
}
.stroy-phone {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.stroy-info-badge {
    background-color: #f5f5f5;
    padding: 15px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 15px;
}
.imgarticleblock {
    margin:  20px 0 10px;
    background: #f7f9f8;
    text-align: center;
    color: #000;
    border: solid 1px #3a7655;
    font-size: 12px;
    padding: 0;
}
.imgdesc {
    padding: 4px 0;
}
.badge-icon {
    font-size: 20px;
    color: #757575;
}

.stroy-badge-text {
    margin: 0;
    font-size: 14px;
    color: #666666;
}
.choh3 {
    font-size: 28px;
    color: #ffffff;
    margin: 0 0 10px 0;
    font-weight: 600;
    padding: 0;
}
.txtinfobock .achieve-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.txtinfobock .achieve-list li.card-arrow {
    position: relative;
    padding-left: 28px !important;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.5;

}
.com-content-article.item-page .txtinfobock .achieve-list li.card-arrow {
    color: #444444;
}
.moduletable.whatsss {
    background: #3a7655;
}
.txtinfobock .achieve-list li.card-arrow:last-child {
    margin-bottom: 0;
}

.txtinfobock .achieve-list li.card-arrow::before {
    content: "\f0a4"; /* Иконка указующего перста / стрелки из Font Awesome */
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #3a7655; /* Ваш фирменный зеленый */
    font-size: 16px;
}

#WedalJoomlaSlider154 {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 50px;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, sans-serif;
}
#WedalJoomlaSlider154 .slider-before-text h3 {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin: 20px 0 0 0;
    padding-top: 35px;
}
#WedalJoomlaSlider154 .slick-slider {
    position: relative;
    display: block;
}

#WedalJoomlaSlider154 .review-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef2fe;
    max-width: 800px;
    margin: 15px auto;
    position: relative;
    box-sizing: border-box;
}
#WedalJoomlaSlider154 .review-text {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 25px;
    text-align: left;
    position: relative;
    z-index: 2;
    min-height: 204px;
}
ul.achieve-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 !important;
    font-family: system-ui, -apple-system, sans-serif;
}
ul.achieve-list li {
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
}
ul.achieve-list li:last-child {
    margin-bottom: 0;
}
ul.achieve-list li::before {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #3a7655;
    font-size: 14px;
    width: 24px;
    text-align: center;
}
ul.achieve-list li::before { content: "\f00c"; }
#WedalJoomlaSlider154 .review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

#WedalJoomlaSlider154 .review-author {
    font-size: 15px;
    color: #333333;
}

#WedalJoomlaSlider154 .review-source {
    font-size: 13px;
    color: #3a7655;
    text-decoration: none;
    font-weight: 500;
}

#WedalJoomlaSlider154 .review-source:hover {
    text-decoration: underline;
}

#WedalJoomlaSlider154 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    color: transparent !important;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

#WedalJoomlaSlider154 .slick-arrow:hover {
    background-color: #3a7655 !important;
    border-color: #3a7655 !important;
    box-shadow: 0 4px 12px rgba(58, 118, 85, 0.3);
}

#WedalJoomlaSlider154 .slick-prev {
    left: -25px;
}

#WedalJoomlaSlider154 .slick-next {
    right: -25px;
}

#WedalJoomlaSlider154 .slick-arrow::before {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    font-size: 16px;
    color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: color 0.2s;
}

#WedalJoomlaSlider154 .slick-prev::before {
    content: "\f104";
}

#WedalJoomlaSlider154 .slick-next::before {
    content: "\f105";
}

#WedalJoomlaSlider154 .slick-arrow:hover::before {
    color: #ffffff;
}

#WedalJoomlaSlider154 .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    gap: 8px;
}

#WedalJoomlaSlider154 .slick-dots li {
    margin: 0;
    padding: 0;
}

#WedalJoomlaSlider154 .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cccccc !important;
    border: none !important;
    color: transparent !important;
    cursor: pointer;
    padding: 0;
    transition: all 0.25s ease;
    overflow: hidden;
    display: block;
}

#WedalJoomlaSlider154 .slick-dots .slick-active button {
    background-color: #3a7655 !important;
    transform: scale(1.2);
}
.moduletable.otzivi {
    background: #faf9eb;
}
.stroy-production-block {
    font-family: system-ui, -apple-system, sans-serif;
    max-width: 850px;
    margin: 40px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.stroy-section-title {
    color: #3a7655;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
}

.stroy-section-title .icon-left {
    margin-right: 12px;
    font-size: 20px;
}

.stroy-text {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0 0 30px 0;
}

.production-cards-container {
    display: flex;
    gap: 20px;
    width: 100%;
}

.production-card {
    flex: 1;
    background: #ffffff;
    border-radius: 10px;
    padding: 25px 20px;
    border: 1px solid #eef2fe;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-sizing: border-box;
}

.production-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #e0e6f5;
}

.card-number {
    font-size: 32px;
    font-weight: 800;
    color: rgba(58, 118, 85, 0.15);
    line-height: 1;
    font-variant-numeric: tabular-nums;
    transition: color 0.25s ease;
}

.production-card:hover .card-number {
    color: rgba(58, 118, 85, 0.4);
}

.card-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.card-heading {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    margin: 0;
}

.card-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    margin: 0;
}
.page-404-bg {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-image: linear-gradient(rgba(26, 46, 33, 0.75), rgba(26, 46, 33, 0.85)), url('/images/banners/mainimage.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, sans-serif;
}

.page-404-bg * {
    box-sizing: border-box;
}

.page-404-bg .error-card {
    background: rgba(255, 255, 255, 0.95);
    max-width: 550px;
    width: 100%;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.page-404-bg .icon-box {
    height: 70px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-404-bg .icon-box::before {
    content: "\f807";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    font-size: 64px;
    color: #3a7655;
    animation: helmet-shake-404 3s infinite ease-in-out;
}

@keyframes helmet-shake-404 {
    0%, 100% { transform: rotate(0deg); }
    10%, 30% { transform: rotate(-8deg); }
    20%, 40% { transform: rotate(8deg); }
    50% { transform: rotate(0deg); }
}

.page-404-bg h1 {
    font-size: 24px;
    color: #222222;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    font-weight: 700;
    line-height: 1.3;
}

.page-404-bg .error-desc {
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
}

.page-404-bg .actions-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 0.5px;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
}

.page-404-bg .btn-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.page-404-bg .btn-404 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.page-404-bg .btn-primary {
    background-color: #3a7655 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(58, 118, 85, 0.2);
    border: none !important;
}

.page-404-bg .btn-primary:hover {
    background-color: #2b573e !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(58, 118, 85, 0.3);
}

.page-404-bg .btn-secondary {
    background-color: #f0f2f0 !important;
    color: #333333 !important;
    border: 1px solid #dcdfdc !important;
}

.page-404-bg .btn-secondary:hover {
    background-color: #e2e5e2 !important;
    transform: translateY(-1px);
}
ol.mod-breadcrumbs.breadcrumb.px-3.py-2 {
    padding: 10px 0!important;
    margin: 0;
}
ul.mod-menu__sub.list-unstyled.small  li a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
ul.mod-menu__sub.list-unstyled.small  li a:hover {
    color: #bfe285;
}
ul.mod-menu__sub.list-unstyled.small  li.active a {
    color: #bfe265;
    font-weight: bold;
}
.contact-misc {
    font-family: system-ui, -apple-system, sans-serif;
    margin: 0 0 25px;
    padding: 10px 30px 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2fe;
    box-sizing: border-box;
}
.contact-misc .sppb-section-title {
    margin-bottom: 25px;
    text-align: left;
}
.contact-misc .sppb-title-heading {
    font-size: 26px;
    font-weight: 700;
    color: #3a7655;
    margin: 0;
}
.contact-misc .sppb-title-subheading {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}
.contact-misc .message-notice-block {
    background-color: #f7f9f8;
    padding: 0 20px 20px;
    border-radius: 0 8px 8px 0;
}
.contact-misc .notice-title {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-misc .notice-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.contact-misc .notice-list li {
    position: relative;
    padding-left: 26px !important;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #444444;
}

.contact-misc .notice-list li:last-child {
    margin-bottom: 0;
}

.contact-misc .notice-list li::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #3a7655;
    font-size: 15px;
}
#contact-form {
    font-family: system-ui, -apple-system, sans-serif;
    margin: 25px 0;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2fe;
    box-sizing: border-box;
}

#contact-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

#contact-form .control-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#contact-form .control-group.field-spacer {
    margin-bottom: 25px;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 10px;
}

#contact-form label {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    display: inline-block;
}

#contact-form .star,
#contact-form .red {
    color: #d32f2f !important;
    font-weight: bold;
    margin-left: 2px;
}

#contact-form .form-control {
    width: 100% !important;
    max-width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #333333;
    background-color: #f9fbf9;
    border: 1px solid #dcdfdc;
    border-radius: 6px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

#contact-form .form-control:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #3a7655;
    box-shadow: 0 0 0 3px rgba(58, 118, 85, 0.15);
}

#contact-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

#contact-form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3a7655 !important;
    color: #ffffff !important;
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    border: none !important;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 10px rgba(58, 118, 85, 0.15);
    width: auto;
}

#contact-form button[type="submit"]:hover {
    background-color: #2b573e !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(58, 118, 85, 0.25);
}

#contact-form button[type="submit"]:active {
    transform: translateY(0);
}
.contact-page-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 15px;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, sans-serif;
}
.contact-info-card, #contact-form {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 10px 35px 35px 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2fe;
    box-sizing: border-box;
    margin: 0;
    width: 98%;
}
.contact-card-title {
    font-size: 26px;
    font-weight: 700;
    color: #3a7655;
    margin: 0 0 10px 0;
}
.contact-data-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
}

.contact-data-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-info-card .contact-icon {
    font-size: 20px;
    color: #3a7655;
    width: 24px;
    text-align: center;
    margin-top: 2px;
}

.contact-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-label {
    font-size: 13px;
    font-weight: 700;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.contact-value {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
}

.contact-value a {
    color: #333333;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-value a:hover {
    color: #3a7655;
}

.contact-social-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
    box-sizing: border-box;
    width: 100%;
}

.social-btn i {
    margin-right: 10px;
    font-size: 18px;
}

.social-btn:hover {
    transform: translateY(-1px);
}
.btn-max {
    background-color: #6130e7;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.2);
    max-height: 47px;
}
img.maxicon {
    max-width: 30px;
}
.btn-max:hover { background-color:   #6130e7; }

.btn-telegram {
    background-color: #0088cc;
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.2);
}
.btn-telegram:hover { background-color: #0077b3; }

.btn-vk {
    background-color: #0077ff;
    box-shadow: 0 4px 12px rgba(0, 119, 255, 0.2);
}
.btn-vk:hover { background-color: #0066da; }

#contact-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

#contact-form .control-group {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#contact-form .control-group.field-spacer {
    margin-bottom: 22px;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 10px;
}

#contact-form label {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

#contact-form .star,
#contact-form .red {
    color: #d32f2f !important;
    font-weight: bold;
    margin-left: 2px;
}

#contact-form .form-control {
    width: 100% !important;
    padding: 12px 16px;
    font-size: 15px;
    color: #333333;
    background-color: #f9fbf9;
    border: 1px solid #dcdfdc;
    border-radius: 6px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

#contact-form .form-control:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #3a7655;
    box-shadow: 0 0 0 3px rgba(58, 118, 85, 0.15);
}

#contact-form textarea.form-control {
    min-height: 110px;
    resize: vertical;
}

#contact-form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3a7655 !important;
    color: #ffffff !important;
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    border: none !important;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 10px rgba(58, 118, 85, 0.15);
}

#contact-form button[type="submit"]:hover {
    background-color: #2b573e !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(58, 118, 85, 0.25);
}
.backallform {
    font-family: system-ui, -apple-system, sans-serif;
    /* max-width: 550px; */
    margin: 20px auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2fe;
    box-sizing: border-box;
}

.backallform .control-group-backcall {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.backallform .control-label-backcall label {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    display: inline-block;
}

.backallform .controls-backcall {
    width: 100%;
}

.backallform .backcalltext.form-control {
    width: 100% !important;
    max-width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #333333;
    background-color: #f9fbf9;
    border: 1px solid #dcdfdc;
    border-radius: 6px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.backallform .backcalltext.form-control:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #3a7655;
    box-shadow: 0 0 0 3px rgba(58, 118, 85, 0.15);
}

.backallform textarea.backcalltext.form-control {
    min-height: 100px;
    resize: vertical;
}

.backallform button.btn-success {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3a7655 !important;
    color: #ffffff !important;
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    border: none !important;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 10px rgba(58, 118, 85, 0.15);
    width: auto;
    margin-top: 10px;
}

.backallform button.btn-success:hover {
    background-color: #2b573e !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(58, 118, 85, 0.25);
}

.backallform button.btn-success:active {
    transform: translateY(0);
}
.btn.btn-primary[type="submit"][value="Задать вопрос"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3a7655 !important;
    color: #ffffff !important;
    padding: 12px 32px;
    border: none !important;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 10px rgba(58, 118, 85, 0.15);
    line-height: normal;
    text-transform: none;
}
input#mod-finder-searchword139 {
    border-radius: 8px 0 0 8px;
}
.mod-finder__search.input-group button.btn.btn-primary {
    border-radius: 0 8px 8px 0;
}
input.button.btn.btn-primary[type="submit"][value="Задать вопрос"]:hover {
    background-color: #2b573e !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(58, 118, 85, 0.25);
}
input.button.btn.btn-primary[type="submit"][value="Задать вопрос"]:active {
    transform: translateY(0);
}
.one_list_project {
    font-family: system-ui, -apple-system, sans-serif;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2fe;
    padding: 25px;
    margin-bottom: 30px;
    box-sizing: border-box;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.one_list_project:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.one_list_project .row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.one_list_project .col-md-6 {
    flex: 1;
    min-width: 300px;
    box-sizing: border-box;
}

.one_list_project .item-image {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 380px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f7f9f8;
}

.one_list_project .item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
}

.one_list_project .item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.one_list_project .page-header {
    margin: 0 0 15px 0;
    border: none;
    padding: 0;
}

.one_list_project .page-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.one_list_project .page-header h2 a {
    color: #222222;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 24px;
}

.one_list_project .page-header h2 a:hover {
    color: #3a7655;
}

.one_list_project .fields-container {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 8px 15px;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 15px !important;
}

.one_list_project .field-entry {
    font-size: 14px;
    line-height: 1.4;
    color: #555555;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.one_list_project .field-label {
    font-weight: 500;
    color: #777777;
}

.one_list_project .field-value {
    font-weight: 600;
    color: #222222;
}

.one_list_project .field-entry.stoimost-bazovoj-komplektatsii {
    grid-column: 1 / -1;
    margin-top: 5px;
    background-color: #f7f9f8;
    padding: 10px 15px;
    border-radius: 6px;
    border-left: 4px solid #3a7655;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

.one_list_project .field-entry.stoimost-bazovoj-komplektatsii .field-label {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.one_list_project .field-entry.stoimost-bazovoj-komplektatsii .field-value {
    font-size: 18px;
    font-weight: 800;
    color: #3a7655;
}

.one_list_project .field-entry.stoimost-bazovoj-komplektatsii .field-value::after {
    content: " \20bd";
    font-weight: 700;
}

.one_list_project .item-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    margin: 0 0 20px 0;
}

.one_list_project .readmore {
    margin: auto 0 0 0;
}

.one_list_project .readmore a.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3a7655 !important;
    color: #ffffff !important;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border: none !important;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(58, 118, 85, 0.15);
    transition: all 0.2s ease-in-out;
}

.one_list_project .readmore a.btn-secondary:hover {
    background-color: #2b573e !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(58, 118, 85, 0.25);
}

.one_list_project .readmore a.btn-secondary .icon-chevron-right {
    display: none;
}

.one_list_project .readmore a.btn-secondary::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    margin-left: 8px;
    font-size: 14px;
}
.project-area {
    font-family: system-ui, -apple-system, sans-serif;
    margin: 0 0 30px 0;
    padding: 0;
    color: #333333;
    line-height: 1.6;
    box-sizing: border-box;
}
.project-area * {
    box-sizing: border-box;
}
.project-area .col-md-4 {
    flex: 1;
    min-width: 320px;
}

.project-area .col-md-8 {
    flex: 2;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.project-area .col-md-6 {
    flex: 1;
    min-width: 320px;
}

.project-header {
    margin-bottom: 30px;
    border-bottom: 2px solid #3a7655;
    padding-bottom: 10px;
}
.project_header {
    font-size: 32px;
    font-weight: 700;
    color: #3a7655;
    margin: 30px 0 0;
    padding: 0;
}
.project-area .item-image {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.project-area .item-image img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
}
.project-area .okulovka-fields {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 10px 20px;
}
.project-area .field-entry {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
body a {
    color: green;
}
.introtext_pr {
    margin: 30px 0 0;
    color: #000;
}
.project-area .field-label {
    font-weight: 500;
    color: #666666;
}

.project-area .field-value {
    font-weight: 600;
    color: #1a1a1a;
}
.project-area .field-entry.stoimost-bazovoj-komplektatsii {
    grid-column: 1 / -1;
    margin-top: 10px;
    background-color: #f7f9f8;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}
.project-area .field-entry.stoimost-bazovoj-komplektatsii .field-label {
    font-size: 15px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contact-social-buttons .btn-envelope {
    background-color: #3a7655;
    box-shadow: 0 4px 12px rgba(58, 118, 85, 0.2);
}
.sendbuttons .contact-social-buttons {
    flex-direction: row;
}
.contact-social-buttons .btn-envelope:hover {
    background-color: #2b573e;
    box-shadow: 0 6px 16px rgba(58, 118, 85, 0.3);
}
.contact-social-buttons .btn-envelope i {
    margin-right: 10px;
    font-size: 18px;
}
.project-area .field-entry.stoimost-bazovoj-komplektatsii .field-value {
    font-size: 22px;
    font-weight: 800;
    color: #3a7655;
}

.project-area .field-entry.stoimost-bazovoj-komplektatsii .field-value::after {
    content: " \20bd";
    font-weight: 700;
}

.project-area .com-content-article__body p,
.project-fulltext p {
    font-size: 16px;
    color: #4a4a4a;
    margin: 0 0 20px 0;
}
.project-fulltext {
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    border: 2px solid #f0f4f1;
}
.project-modules .sppb-section-title {
    text-align: center;
    margin: 10px 0 35px 0;
}
.project-modules .sppb-title-heading {
    font-size: 26px;
    font-weight: 700;
    color: #3a7655;
    margin: 0 0 5px 0;
    text-align: center;
    padding: 15px 0 5px;
    display: block;
}
.project-modules .sppb-title-subheading {
    font-size: 15px;
    color: #666666;
    margin: 0;
}
body .item-page h3.stroy-steps-main-title {
    display: block;
    font-size: 26px;
    margin: 0 0 20px;
}
.stroy-notice-card {
    margin: 20px 0;
    padding: 30px;
    background-color: #f7f9f8;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.notice-card-title {
    color: #3a7655;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.notice-card-lead {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 25px 0;
}

.notice-steps-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    counter-reset: notice-counter;
}

.notice-steps-list li {
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #444444;
    counter-increment: notice-counter;
}

.notice-steps-list li:last-child {
    margin-bottom: 0;
}

.notice-steps-list li::before {
    content: counter(notice-counter);
    background-color: #3a7655;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.stroy-materials-card.text-card-shadow {
    padding: 30px;
    background-color: #f7f9f8;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.materials-card-title {
    color: #3a7655;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.materials-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 284px;
}
.materials-list li {
    position: relative;
    padding-left: 26px !important;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}
.baslink {
    cursor: pointer;
}
.materials-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #3a7655;
    font-size: 14px;
}

.stroy-notice-card.text-card-shadow.card-danger {
    padding: 30px;
    background-color: #f7f9f8;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
div#baslink {
    margin: 0 0 20px;
    text-decoration: underline;
}
.card-danger .notice-card-title {
    color: #d32f2f;
}

.card-danger .notice-steps-list {
    counter-reset: danger-counter;
}

.card-danger .notice-steps-list li {
    counter-increment: danger-counter;
}

.card-danger .notice-steps-list li::before {
    content: counter(danger-counter);
    background-color: #d32f2f;
}
.stroy-steps-section {
    margin: 20px 0;
}
.stroy-steps-main-title {
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin: 0 0 35px 0;
}

.stroy-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.stroy-step-item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2fe;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stroy-step-icon {
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stroy-step-icon::before {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    font-size: 42px;
    color: #3a7655;
}

.step-binoculars .stroy-step-icon::before { content: "\f1e5"; }
.step-list .stroy-step-icon::before { content: "\f0ca"; }
.step-card .stroy-step-icon::before { content: "\f09d"; font-weight: 400; }
.step-home .stroy-step-icon::before { content: "\f015"; }

.stroy-step-text {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
}
.page-header h1 {
    padding: 0 0 30px;
}
.cat-children {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 100%;
    margin: 30px auto;
    font-family: system-ui, -apple-system, sans-serif;
    box-sizing: border-box;
}

.cat-children * {
    box-sizing: border-box;
}

.com-content-category-blog__child {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2fe;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.com-content-category-blog__child:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.categoryimage {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: #f7f9f8;
}

.categoryimage img.ctimg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.com-content-category-blog__child:hover img.ctimg {
    transform: scale(1.04);
}

.ttlcategory {
    padding: 20px 15px;
    text-align: center;
    background: #ffffff;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ttlcategory a {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.com-content-category-blog__child:hover .ttlcategory a {
    color: #3a7655;
}
.pg-categories-items-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 100%;
    margin: 20px auto;
    font-family: system-ui, -apple-system, sans-serif;
    box-sizing: border-box;
}

.pg-categories-items-box * {
    box-sizing: border-box;
}

.pg-category-box {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2fe;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pg-category-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.pg-category-box-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: #f7f9f8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pg-category-box-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.pg-category-box-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.pg-category-box:hover .pg-category-box-image img {
    transform: scale(1.04);
}
.pg-category-box-image.pg-svg-box svg.pg-image {
    width: 60px !important;
    height: 60px !important;
    color: #bcbcbc;
    fill: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: color 0.2s ease;
}

.pg-category-box:hover .pg-category-box-image.pg-svg-box svg.pg-image {
    color: #3a7655;
}

.pg-category-box-info {
    padding: 15px;
    background: #ffffff;
    border-top: 1px solid #f4f6fb;
    flex-grow: 1;
}

.pg-category-box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.pg-category-box-title svg.ph-si-category {
    display: none;
}

.pg-category-box-title a {
    color: #222222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pg-category-box:hover .pg-category-box-title a {
    color: #3a7655;
}

.pg-category-box-count {
    color: #888888;
    font-size: 14px;
    font-weight: 500;
}
a.btn.btn-success {
    background-color: #3a7655;
    box-shadow: 0 4px 12px rgba(58, 118, 85, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
    box-sizing: border-box;
    border: none;
}
.txtinfobock p {
    color: #fff;
    font-size: 20px;
}
.stroy-steps-section {
    font-family: system-ui, -apple-system, sans-serif;
    margin: 30px auto;
    box-sizing: border-box;
}
.stroy-steps-main-title {
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin: 0 0 25px 0;
}

.stroy-work-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.stroy-work-item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2fe;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    flex: 1 1 calc(33.333% - 14px);
    min-width: 280px;
}

.stroy-work-item.full-width-row {
    flex: 1 1 calc(50% - 10px);
}

.stroy-work-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.stroy-work-icon {
    height: 45px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stroy-work-icon::before {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    font-size: 38px;
    color: #3a7655;
    transition: transform 0.25s ease;
}

.stroy-work-item:hover .stroy-work-icon::before {
    transform: scale(1.08);
}

.step-envelope .stroy-work-icon::before { content: "\f658"; }
.step-search .stroy-work-icon::before { content: "\f002"; }
.step-project .stroy-work-icon::before { content: "\f568"; }
.step-contract .stroy-work-icon::before { content: "\f3d1"; font-weight: 400; }
.step-delivery .stroy-work-icon::before { content: "\f0d1"; }

.stroy-work-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.stroy-work-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #555555;
}
.stroy-price-section {
    font-family: system-ui, -apple-system, sans-serif;
    margin: 25px auto;
    box-sizing: border-box;
}
.stroy-price-main-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin: 0 0 4px 0;
}

.stroy-price-subheading {
    font-size: 15px;
    color: #666666;
    text-align: center;
    margin: 0 0 20px 0;
}

.stroy-table-responsive {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #eef2fe;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.stroy-price-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    color: #444444;
}

.stroy-price-table th {
    background-color: #f7f9f8;
    color: #333333;
    font-weight: 700;
    padding: 12px 15px;
    border-bottom: 2px solid #3a7655;
}

.stroy-price-table th.text-right {
    text-align: right;
}

.stroy-price-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f4f1;
    vertical-align: middle;
    line-height: 1.4;
}

.stroy-price-table tr:last-child td {
    border-bottom: none;
}

.stroy-price-table tr:hover td {
    background-color: #fcfdfe;
}

.stroy-price-table td strong {
    color: #1a1a1a;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 2px;
}

.table-dimensions-hint {
    font-size: 12px;
    color: #666666;
    margin-top: 1px;
}

.table-price-cell {
    font-weight: 700;
    color: #3a7655;
    white-space: nowrap;
    text-align: right;
    font-size: 15px;
    width: 150px;
}

.table-row-special td {
    background-color: #fffdf9;
}
.sitogonrow2 * {
    box-sizing: border-box;
}

.sitogonrow2 .nprhs {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin: 30px 0 25px 0;
    width: 100%;
}
.sitogonrow2 .sparky_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

.sitogonrow2 .com-content-category-blog__child {
    flex: 1 1 33.333%;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2fe;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sitogonrow2 .com-content-category-blog__child:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.sitogonrow2 .categoryimage {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: #f7f9f8;
}

.sitogonrow2 .categoryimage img.ctimg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.sitogonrow2 .com-content-category-blog__child:hover img.ctimg {
    transform: scale(1.04);
}

.sitogonrow2 .ttlcategory {
    padding: 18px 15px;
    text-align: center;
    background: #ffffff;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sitogonrow2 .ttlcategory a {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.sitogonrow2 .com-content-category-blog__child:hover .ttlcategory a {
    color: #3a7655;
}


.stroy-price-note {
    font-size: 12px;
    color: #666666;
    margin: 10px 0 0 5px;
    line-height: 1.4;
}
.stroy-offers-section {
    font-family: system-ui, -apple-system, sans-serif;
    /* max-width: 1200px; */
    margin: 30px auto;
    /* padding: 0 15px; */
    box-sizing: border-box;
}

.stroy-offers-main-title {
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin: 0 0 5px 0;
}

.stroy-offers-subheading {
    font-size: 15px;
    color: #666666;
    text-align: center;
    margin: 0 0 25px 0;
}

.stroy-offers-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
}
.stroy-offer-item {
    flex: 1 1 33.333%;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2fe;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    min-width: 413.3px;
}
.stroy-offer-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.stroy-offer-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: #f7f9f8;
}

.stroy-offer-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.stroy-offer-item:hover .stroy-offer-image img {
    transform: scale(1.04);
}

.stroy-offer-content {
    padding: 20px 15px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stroy-offer-title {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    margin: 0;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.stroy-offer-item:hover .stroy-offer-title {
    color: #3a7655;
}
.mainpagenewprojects {
    font-family: system-ui, -apple-system, sans-serif;
    margin: 30px auto;
    box-sizing: border-box;
}
.mainpagenewprojects * {
    box-sizing: border-box;
}
.mainpagenewprojects > h3 {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin: 0 0 25px 0;
}
.mainpagenewprojects #newprojects,
.mainpagenewprojects .sparky_container {
    width: 100%;
}
.mainpagenewprojects .mod-articles-items.mod-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}
.mainpagenewprojects .mod-articles-items.mod-list > li {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}

.mainpagenewprojects .mod-articles-items.mod-list > li::before {
    display: none !important;
}
.mainpagenewprojects .mod-articles-item {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2fe;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mainpagenewprojects .mod-articles-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.mainpagenewprojects .mod-articles-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}

.mainpagenewprojects .mod-articles-image.item-image {
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: #f7f9f8;
}

.mainpagenewprojects .mod-articles-image.item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.mainpagenewprojects .mod-articles-item:hover .mod-articles-image.item-image img {
    transform: scale(1.04);
}

.mainpagenewprojects .mod-articles-title {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 15px 10px 15px;
    line-height: 1.4;
}

.mainpagenewprojects .mod-articles-title a {
    color: #222222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mainpagenewprojects .mod-articles-item:hover .mod-articles-title a {
    color: #3a7655;
}
.mainpagenewprojects .okulovka-fields {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 15px 12px 15px !important;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-bottom: 1px dashed #eef2fe;
    padding-bottom: 12px !important;
    min-height: 220px;
}
.mainpagenewprojects .field-entry {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    line-height: 1.3;
}

.mainpagenewprojects .field-label {
    font-weight: 500;
    color: #777777;
}

.mainpagenewprojects .field-value {
    font-weight: 600;
    color: #222222;
}
.mainpagenewprojects .field-entry.stoimost-bazovoj-komplektatsii {
    margin-top: 4px;
    background-color: #f7f9f8;
    padding: 8px 12px;
    border-radius: 6px;
    border-left: 3px solid #3a7655;
    position: absolute;
    bottom: 0;
}
.mainpagenewprojects .field-entry.stoimost-bazovoj-komplektatsii .field-label {
    font-size: 12px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.mainpagenewprojects .field-entry.stoimost-bazovoj-komplektatsii .field-value {
    font-size: 16px;
    font-weight: 800;
    color: #3a7655;
    padding: 0 0 0 5px;
}
.mainpagenewprojects .field-entry.stoimost-bazovoj-komplektatsii .field-value::after {
    content: " \20bd";
    font-weight: 700;
}
.mainpagenewprojects .mod-articles-item-content > p {
    font-size: 14px;
    color: #555555;
    margin: 0 15px 15px 15px;
    line-height: 1.4;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mainpagenewprojects .readmore {
    margin: 0 15px 15px 15px;
    padding: 0;
}
.mainpagenewprojects .readmore .btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 6px;
    text-transform: none;
}
ul.fields-container.okulovka-fields {
    position: relative;
}
.stroy-offers-section {
    background: #3a7655;
    color: #fff;
    padding: 0 0 20px 0;
}
.stroy-offers-section h3 {
    color: #fff;
    font-size: 40px;
    padding: 0;
}
.stroy-offers-section p {
    color: #fff;
    font-size: 16px;
}
.blog.articllses {
    box-sizing: border-box;
}

.blog.articllses * {
    box-sizing: border-box;
}

.blog.articllses > .page-header h1 {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 25px 0;
    border-bottom: 2px solid #eef2fe;
    padding-bottom: 10px;
}

.blog.articllses .cat-children {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 35px;
    list-style: none;
    padding: 0;
}

.blog.articllses .com-content-category-blog__child {
    background-color: #f4f7f5;
    border-radius: 6px;
    border: 1px solid #e2e8e4;
    transition: all 0.2s ease-in-out;
}

.blog.articllses .com-content-category-blog__child:hover {
    background-color: #3a7655;
    border-color: #3a7655;
}

.blog.articllses .com-content-category-blog__child .ttlcategory {
    padding: 10px 18px;
}

.blog.articllses .com-content-category-blog__child .ttlcategory a {
    font-size: 14px;
    font-weight: 700;
    color: #3a7655;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.blog.articllses .com-content-category-blog__child:hover .ttlcategory a {
    color: #ffffff;
}

.blog.articllses .blog-items.columns-3 {
    width: 100%;
}

.blog.articllses .blog-item {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2fe;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog.articllses .blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.blog.articllses .item-image {
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: #f7f9f8;
    float: none !important;
}

.blog.articllses .item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.blog.articllses .blog-item:hover .item-image img {
    transform: scale(1.04);
}

.blog.articllses .item-content {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.blog.articllses .blog-item .page-header {
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
    min-height: 82px;
}
.blog.articllses .blog-item .page-header h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.blog.articllses .blog-item .page-header h2 a {
    color: #222222;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 18px;
}

.blog.articllses .blog-item:hover .page-header h2 a {
    color: #3a7655;
}

.blog.articllses .article-info-term,
.blog.articllses .createdby {
    display: none !important;
}
.blog.articllses .article-info {
    margin: 0 0 12px 0;
    padding: 0;
}

.blog.articllses .published {
    font-size: 12px;
    color: #888888;
    display: flex;
    align-items: center;
    gap: 4px;
}
.blog.articllses .item-content > p {
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
    margin: 0 0 20px 0;
    flex-grow: 1;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog.articllses .readmore {
    margin: 0;
    padding: 0;
}

.blog.articllses .readmore .btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 6px;
    text-transform: none;
}
.showall {
    text-align: center;
    margin: 50px 0;
}
a.showalllnk.btn.btn-success {
    background: green;
}
body a.btn:hover, body button.btn:hover,a.showalllnk.btn.btn-success:hover {
    background: #2b573e;
    color: #fff;
    border: none;
}
.otzivi,
.otzivi .slider-wr,
.otzivi .slider,
.otzivi .slick-list,
.otzivi .slide,
.otzivi .slide-wr,
.otzivi .slider-content-wr,
.otzivi .slider-content1 {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.otzivi .slick-list {
    overflow: hidden !important;
    width: 100% !important;
}

.otzivi .slide {
    height: auto !important;
    padding: 0 10px !important;
}

.otzivi .review-card {
    background-color: #ffffff;
    border: 1px solid #eef2fe;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.otzivi .review-text {
    font-size: 14px;
    line-height: 1.5;
    color: #444444;
    margin-bottom: 15px;
    text-align: left;
}

.otzivi .review-footer {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border-top: 1px dashed #eef2fe;
    padding-top: 12px;
    font-size: 13px;
}

.otzivi .review-author {
    color: #222222;
    font-weight: 700;
}

.otzivi .review-source {
    color: #3a7655;
    text-decoration: underline;
    font-weight: 600;
}

.otzivi .review-source:hover {
    text-decoration: none;
}

.otzivi .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    gap: 8px;
}

.otzivi .slick-dots li button {
    border: none;
    background: #e2e8e4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
}

.otzivi .slick-dots li.slick-active button {
    background: #3a7655;
}

.otzivi .slick-arrow {
    display: none !important;
}

@media (max-width: 992px) {
    .pg-item-box { width: calc(33.333% - 14px); }
    .blog.articllses .blog-items.columns-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .mainpagenewprojects .mod-articles-items.mod-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .stroy-offers-grid {
        flex-wrap: wrap;
        gap: 15px;
    }
    .stroy-offer-item {
        flex: 1 1 calc(50% - 8px);
    }
    .sitogonrow2 .sparky_container {
        flex-wrap: wrap;
        gap: 15px;
    }
    .sitogonrow2 .com-content-category-blog__child {
        flex: 1 1 calc(50% - 8px);
    }
    .stroy-work-item {
        flex: 1 1 calc(50% - 10px);
    }
    .pg-categories-items-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .cat-children {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .project-area .row {
        gap: 20px;
    }
    .stroy-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .achieve-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-page-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .blog.articllses > .page-header h1 {
        font-size: 24px;
    }
    .blog.articllses .cat-children {
        margin-bottom: 25px;
    }
    .stroy-work-grid {
        flex-direction: column;
    }
    .stroy-work-item,
    .stroy-work-item.full-width-row {
        flex: 1 1 100%;
        width: 100%;
    }
    .stroy-work-item {
        padding: 20px 15px;
    }
    .stroy-steps-main-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .project-area .col-md-4,
    .project-area .col-md-8,
    .project-area .col-md-6 {
        flex: 1 1 100%;
    }
    .project_header {
        font-size: 26px;
    }
    .project-area .okulovka-fields {
        grid-template-columns: 1fr;
    }
    .one_list_project {
        padding: 15px;
    }
    .one_list_project .row {
        gap: 15px;
    }
    .one_list_project .fields-container {
        grid-template-columns: 1fr;
    }
    .one_list_project .readmore a.btn-secondary {
        width: 100%;
    }
    #imgmainblock { height: auto; min-height: 400px; }
    #imgmainblock .rowsitogon { position: relative; height: auto; padding: 35px 0; }
    #imgmainblock .txtinfobock { max-width: 100%; padding: 25px 20px; border-radius: 0; }
    #imgmainblock .sppb-title-heading { font-size: 20px; }
    #imgmainblock .sppb-title-subheading { font-size: 14px; }
    .pg-item-box { width: calc(50% - 10px); }
    #WedalJoomlaSlider154 {
        padding: 0 15px;
    }
    #WedalJoomlaSlider154 .review-card {
        padding: 25px 20px;
    }
    #WedalJoomlaSlider154 .slick-arrow {
        display: none !important;
    }
    #WedalJoomlaSlider154 .review-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 600px) {
    .sparky_row3.sparky_full .sparky_container:first-child {
        padding: 0 15px;
    }
    .com-content-article.item-page {
        padding: 0 15px;
    }
    input#mod-finder-searchword139 {
        max-width: 200px;
    }
    .stroy-offer-item {
        min-width: inherit;
    }
    .sitogonrow2 {
        margin: 0;
    }
    .stroy-offers-section {
        padding: 0 3px;
    }
    .mainpageprcats {
        padding: 0 5px;
    }
    .sparky_row6.sparky_full.bottom_row {
        padding: 15px;
    }
    span.oneprspan.prtitle_0 {
        display: block;
        font-size: 23px;
    }
    .bottom_row > .sparky_container > .sparky_cell {
        padding-top: 10px;
    }
    .sparky_cell.mp_advert2.sparkle6 {
        display: none;
    }
    .project-modules .sppb-section-title {
        margin: 10px 0 10px 0;
    }
    .sendbuttons .contact-social-buttons {
        flex-direction: column;
    }
    .backallform {
        padding: 20px 15px;
        border-radius: 8px;
    }
    .backallform button.btn-success {
        width: 100%;
    }
    .contact-info-card,
    #contact-form {
        padding: 25px 20px;
    }
    #contact-form button[type="submit"] {
        width: 100%;
    }
    #contact-form {
        padding: 20px 15px;
        border-radius: 8px;
    }
    #contact-form button[type="submit"] {
        width: 100%;
    }
    .contact-misc {
        padding: 20px 15px;
        border-radius: 8px;
    }
    .contact-misc .sppb-title-heading {
        font-size: 22px;
    }
    .contact-misc .sppb-title-subheading {
        font-size: 14px;
    }
    .contact-misc .message-notice-block {
        padding: 15px;
    }
    .achieve-container {
        grid-template-columns: 1fr;
    }
    .production-cards-container {
        flex-direction: column;
    }
    .production-card {
        width: 100%;
    }
    .page-404-bg .error-card {
        padding: 30px 20px;
    }
    .page-404-bg h1 {
        font-size: 20px;
    }
    .page-404-bg .error-desc {
        font-size: 14px;
    }
    .contact-info-card, #contact-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .blog.articllses .blog-items.columns-3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .blog.articllses .item-content {
        padding: 15px;
    }
    .blog.articllses .blog-item .page-header h2 {
        font-size: 16px;
    }
    .otzivi .review-card {
        padding: 15px;
    }
    .otzivi .review-text {
        font-size: 13px;
    }
    .otzivi .review-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .mainpagenewprojects .mod-articles-items.mod-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .mainpagenewprojects > h3 {
        margin-bottom: 20px;
    }
    .stroy-offers-grid {
        flex-direction: column;
    }
    .stroy-offer-item {
        flex: 1 1 100%;
        width: 100%;
    }
    .stroy-offers-main-title {
        font-size: 22px;
    }
    .stroy-offer-content {
        padding: 15px 10px;
    }
    .stroy-offer-title {
        font-size: 15px;
    }
    .sitogonrow2 .com-content-category-blog__child {
        flex: 1 1 100%;
    }
    .sitogonrow2 .nprhs {
        margin-bottom: 20px;
    }
    .sitogonrow2 .ttlcategory a {
        font-size: 15px;
    }
    .stroy-price-main-title {
        font-size: 20px;
    }
    .stroy-price-table th,
    .stroy-price-table td {
        padding: 10px;
        font-size: 13px;
    }
    .stroy-price-table td strong {
        font-size: 14px;
    }
    .table-price-cell {
        font-size: 14px;
        width: 110px;
    }
    .pg-categories-items-box {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .pg-category-box-title {
        font-size: 15px;
    }
    .cat-children {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .ttlcategory {
        padding: 15px 10px;
    }
    .ttlcategory a {
        font-size: 15px;
    }
    .stroy-notice-card,
    .stroy-materials-card.text-card-shadow {
        padding: 20px 15px;
    }
    .stroy-steps-grid {
        grid-template-columns: 1fr;
    }
    .materials-list {
        grid-template-columns: 1fr;
    }
    .stroy-main-title { font-size: 22px; }
    .stroy-section-title { font-size: 18px; }
    .stroy-alert-box { padding: 20px 15px; }
    .stroy-info-badge { flex-direction: column; text-align: center; gap: 8px; }
}


@media (max-width: 480px) {
    .pg-item-box { width: 100%; }
}
