html[lang="en-US"] {
    .header__top {
        background-color: #3C3845;
    }

    .header__button .button--hyperion::before {
        background: #3C3845;
    }

    .button--hyperion::before {
        background: #3B3945;
    }

    .button--hyperion,
    .singleRealizations .lightbox:before {
        border-color: #7D7595;
    }

    .button, 
    .settings_ico {
        background: #7D7595;
    }

    .slick-dots li.slick-active button,
    .slick-dots li button:after,
    .singleRealizations .lightbox:before {
        background-color: #3B3945;
    }

    .slider__box {
        background-color: #E8E7EC;
    }

    .slick-next:before,
    .slick-prev:before {
        background-color: #7D7595;
    }

    .homeProject__catalog,
    .homeVideo__left,
    .singleCategory__block:nth-child(odd):after,
    .singleCategory__block:nth-child(even):after,
    .singleOffertTop__left:before,
    .singleOffertBottom__box,
    .productsWays .products__ways,
    #faq_container,
    .singleRealizations__box:before,
    .downloadSmall .downloadProject__catalog,
    .download__file {
        border-color: #E9E7EB;
    }

    .homeProject__catalog:before,
    .homeProject__catalog:after,
    .downloadProject__catalog:after,
    .downloadProject__catalog:before,
    .download__file:hover {
        background-color: #E9E7EB;
    }

    .homeProject__catalog:hover:before,
    .homeProject__catalog:hover:after,
    .downloadProject__catalog:hover:before,
    .downloadProject__catalog:hover:after,
    .downloadProject__catalog:nth-child(3):before, 
    .downloadProject__catalog:nth-child(3):after {
        background-color: #7E7695;
    }
    
    .downloadSmall .downloadProject__catalog:nth-child(3) {
        border-color: #7E7695;
    }

    .homeWalls__wall:hover .homeWalls__read {
        background-color: #7D7595;
    }

    .homeWalls__read {
        background-color: #3B3945;
    }

    .mapSectionRight .mapCountry .mapOneState::after,
    .homeNews,
    .footer__up {
        background-color: #E9E7EB;
    }

    section.homeMobileWallSection {
        background-image: url('/wp-content/uploads/2025/08/mobilesectionwall-bg.png') !important;
    }

    .homeMobileWallSection:after {
        background-color: #4E4A58;
    }

    .homeMobileWallSection__title:after,
    .homeAboutName:after,
    .homeVideo__left--text1:before,
    .homeMobileWallSection__left:after,
    .ChooseNumberTitle:after,
    .homeWallDescriptionBoxs .homeWallDescriptionBox__title:before,
    .up,
    .singleCategory__left--text::before,
    .contact__info--name:before,
    .singleRealizations__text:after {
        background-color: #7E7695;
    }

    .ChooseNumberSection {
        background-image: url('/wp-content/uploads/2025/08/whychooseus-bg.png') !important;
    }

    .homeWalls__read {
        border-color: #7D7594;
    }

    .homeWalls__wall {
        position: relative;
        overflow: hidden;
    }

    .homeWalls__img {
        position: relative;
        filter: unset;
    }

    .homeWalls__img::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(60, 57, 69, 0.7); 
        transition: background-color 0.3s ease;
    }

    .homeWalls__wall:hover .homeWalls__img::after {
        background-color: rgba(60, 57, 69, 0); 
    }

    input.wpcf7-form-control.wpcf7-submit {
        background-color: #3C3845;
        border-color: #7D7595;
    }

    .business_card,
    .tabs {
        background-color: #E9E7EB;
    }

    .homeNews__read {
        background-color: #3C3945;
    }
    .newsPosts {
        background: #fff;
    }
	
	@media screen and (min-width: 1201px){
    .home .homeWalls__wall {
        width: 25%;
    }

    .home .homeWalls__img {
        width: auto;
    }
}

}

