@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.brxe-fxmxhh > .tab-menu .tab-title.brx-open {
    background: none !important;
}
.brxe-fxmxhh > .tab-menu .tab-title.brx-open span {
    background-color: #c4a45f !important;
}
.brxe-fxmxhh > .tab-menu .tab-title .brxe-zhbuig {
    background-color: #fff !important;
}
#brx-header {
    position: static !important;
}

/* Bottom section of header (becomes sticky) */

#brxe-nuedyq.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff; /* Change this to match
            öadd animation to sticky
            background-color: #ffffff; */
    animation: slideDown 0.3s ease-in-out;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
#brxe-nuedyq .brxe-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.container {
    max-width: 1600px !important;
    margin-right: auto;
    margin-left: auto;
}
/* .hero-section {
    margin-top: 0 !important;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 900px;
}
.hero-image {
    z-index: 0;
    position: absolute;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: cover !important;
}
.hero-content {
    background: rgba(33, 29, 26, 0.30) !important;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;

    height: 900px;
} */

/* Responsive adjustments */
@media (max-width: 1200px) {
    .hero-content h1 {
        font-size: 72px;
    }
    .hero-content p {
        font-size: 20px;
        max-width: 600px;
    }
    .hero-content .btn {
        font-size: 16px;
        padding: 12px 25px;
    }
} /* Adjust padding for smaller screens */
@media (max-width: 768px) {
    #brxe-nuedyq .brxe-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 480px) {
    #brxe-nuedyq .brxe-container {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.hero-awards {
    display: flex;
    justify-content: center;
    align-items: center;
}
.award-image {
    position: relative !important;
    width: 70px !important;
    margin-right: 50px;
}
/* Add some space to the top of the page content to prevent it from being hidden under the sticky header */
.section-form {
    margin-top: 100px;
    margin-bottom: 100px;
}
.section-form .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}
.form-pic {
    display: flex;
    margin-left: auto;
    justify-content: end;
    align-items: end;
    height: 100%;
    width: 448px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: #625044;
}
.btn-dwn-catalog {
    height: 72px;
    color: #fff;
    padding-right: 44px;
    padding-left: 44px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3px;
    /* Button-Главная */
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px; /* 28.6px */
    text-transform: uppercase;
    border-radius: 40px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: #a89487;
}
.form-content h1 {
    color: #1e1e1e;

    /* H2 */
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 76.8px */
}
.form-content p {
    color: #000;
    /* Text1-Описание */
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: 0.22px;
	margin: 0;
}
.form-content form {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
}
.form-content form input {
    border-radius: 40px;
    border: 2px solid #1e1e1e;
    background: #fff;
    max-width: 440px;
    margin: 7px;
    padding-left: 30px;
    color: #d3d3d3;

    /* Text1-Описание */

    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    height: 56px;
    line-height: 56px; /* 33px */
    letter-spacing: 0.22px;
}
.form-content form button {
    color: #fff;
    margin-top: 15px;
    padding-right: 88px;
    padding-left: 88px;
    height: 72px;
    margin-right: auto;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    text-transform: uppercase;
    border-radius: 40px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: #efb639;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
}

.seo-news-section {
    margin-top: 100px;
    margin-bottom: 100px;
}
.seo-news-section .container {
    border-radius: 20px;
    background: #c4a45f;
    padding: 90px 40px;
}
.seo-text-wrap {
    margin-right: auto;
    margin-left: auto;
}
.post-list-wrap {
    margin-top: 100px;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.seo-text-content {
    border-radius: 20px;
    background: #f8f5f0;
    padding: 40px;
    margin: 94px auto;
}
.post-wrap {
    background: #fff;
    border-radius: 20px;

    margin-bottom: 30px;
}
.post-wrap:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
}
.post-thumb {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 220px;
    object-fit: cover;
    overflow: hidden;
}
.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-content {
    padding: 20px;
}
.post-content h3 {
    /* H3 */
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    color: #1e1e1e;
    line-height: 140%; /* 39.2px */
    margin-bottom: 10px;
}
.post-content p {
    /* Text1-Описание */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #1e1e1e;
    line-height: 150%; /* 27px */
    letter-spacing: 0.18px;
}

.hero2-section .item .overlay:before {
    background-size: auto !important;
    background-position: 0 0 !important     ;
}
.hero2-section .item .container .hero-content {
    margin-top: 30px;
}

.solution-section .grid-item.active {
    background-size: cover !important;
    background-repeat: no-repeat !important ;
    background-position: 50% !important;
}

.solution-section .grid-item.active .overlay {
	opacity: 1;
	transform: translateY(0px);
}
.container {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
a {
    color: #007bff;
}
a,
a:hover {
    text-decoration: none;
}
a:hover {
    color: #0056b3;
}
a:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}
a.rnd {
    background-color: #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    width: 56px;
}
.btn-secondary {
    background: #efb639;
    border: 2px solid hsla(0, 0%, 100%, 0.4);
    border-radius: 40px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    text-transform: uppercase;
}
h2 {
    color: #1e1e1e;
    font-size: 64px!important;
    font-weight: 700;
    line-height: 120%;
}
.seo-news-section h2 {
	font-size: 48px!important;
}
h2,
h3 {
    font-style: normal;
}
h3 {
    color: #c4a45f;
    font-size: 48px;
    font-weight: 500;
}
.btn {
    background: #a89487;
    border: 2px solid hsla(0, 0%, 100%, 0.8);
    border-radius: 40px;
    color: #fff;
    font-size: 26px;
    line-height: 110%;
    text-transform: uppercase;
}
.icn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1em;
    vertical-align: middle;
    width: 1em;
}
.icn-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' fill='none'%3E%3Ccircle cx='28' cy='28' r='28' fill='%23fff'/%3E%3Cpath d='m28.553 18 8.396.002.134.015.098.022.115.038.1.045.07.04.07.046.07.055.071.065.105.122.08.123.059.126.04.117.017.072.01.058.012.165v8.338a1.111 1.111 0 0 1-2.215.13l-.007-.13v-5.655l-15.881 15.88c-.4.401-1.031.432-1.467.093l-.105-.093c-.4-.4-.43-1.03-.092-1.466l.093-.105 15.88-15.88h-5.653c-.57 0-1.04-.43-1.103-.982l-.008-.13c0-.614.498-1.111 1.111-1.111Z' fill='%231E1E1E'/%3E%3C/svg%3E");
}
.hero2-section {
    display: block;
    height: 900px;
}

.img-slide{
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
    min-width:100%;
}
.hero2-section .item .overlay {
    background-image: url(../images/overlay.png);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.hero2-section .item .overlay:before {
    background-image: url(../images/angle.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.hero2-section .item .container {
    align-items: center;
    display: flex;
    height: 900px;
    justify-content: space-around;
    align-items: start;
    flex-direction: column;
    position: relative;
}
.hero2-section .item .container .hero-content {
    max-width: 70%;
    position: relative;
    z-index: 5;
}
.hero2-section .item .container .hero-content h1 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(126deg, #c4a45f 28.95%, #fff 87.62%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.hero-text-bg {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(126deg, #c4a45f 28.95%, #fff 87.62%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.hero2-section .item .container .hero-content h2 {
    color: #fff;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.hero2-section .item .container .hero-content p {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.28px;
    line-height: 120%;
    padding-bottom: 64px;
}
.hero2-section .item .container .hero-content a.btn {
    background: #ce0f0f;
    border: 2px solid hsla(0, 0%, 100%, 0.4);
    border-radius: 56px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding: 21px 108px;
    text-transform: uppercase;
}
.hero2-section .item .container .hero-content a.btn:hover {
    box-shadow: 1px 2px 4px #8b8b8b;
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
    text-decoration: none;
}
.hero2-section .item .container .hero-content a.btn:active {
    background-color: #fff;
    color: #ce0f0f;
}
.hero2-section .item .container .hero-awards {
    z-index: 3;
    margin-bottom: 30px;
    position: absolute;
    top: 10px;
    right: 0;
    display: none;
}


.uk-slider-nav {
    bottom: 20px;
    left: 50%;
	margin-left: 0 !important;
    position: absolute;
    transform: translateX(-50%);
    z-index: 5;
}
.solution-section {
    margin-top: 100px;
}

.solution-section .container {
    padding-right: 96px;
    padding-left: 96px;
}
.solution_title {
	        font-weight: 700;
	display: flex;
    align-items: center;
    margin-left: -96px;
	    margin-bottom: 20px;
    column-gap: 32px;
}

.solution_desc {
	margin-top: 0px;
	margin-bottom: 54px;
}

.solution_title .separator {
width: 64px;
    flex-grow: 0;
    border-top-width: 2px;
    height: 2px;
    border-top-color: #c9b89c;
	    border-top-style: solid;
}
.solution-section .grid-container {
    display: flex;
    gap: 10px;
    height: 340px;
    overflow: hidden;
    width: 100%;
}
.solution-section .grid-item {
    background-color: #c3c3c3;
    border-radius: 20px;

    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.solution-section .grid-item a {
    bottom: 8px;
    position: absolute;
    right: 8px;
}

.solution-section .grid-item a i {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 24px;
    height: 56px;
    justify-content: center;
    width: 56px;
}

.solution-section .grid-item:nth-child(2) {
    flex: 2;
}

@media (min-width: 769px) {
	
	

    .solution-slider,
    .solution-slider .uk-position-relative,
    .solution-slider .uk-slider-container {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        visibility: visible !important;
    }

    .solution-section .grid-container {
        transform: none !important;
        width: 100% !important;
        display: flex !important;
        height: 340px !important;
    }

    .solution-section .grid-item {
        flex: 1 !important;
    }

    .solution-section .grid-item.active {
        flex: 2 !important;
    }

    .solution-section .grid-item:nth-child(2) {
        flex: 2 !important;
    }

    .solution-section .grid-item:not(.active) {
        flex: 1 !important;
    }
}
.solution-section .grid-item:not(.active) {
    flex: 1;
}
.solution-section .grid-item.active {
    flex: 2;
}
.solution-section .grid-item:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease;
    z-index: 1;
}
.solution-section .grid-item:hover:before {
    background: rgba(0, 0, 0, 0.1);
}
.solution-section .overlay {
    background: linear-gradient(
        291deg,
        rgba(0, 0, 0, 0.1) 0.73%,
        rgba(0, 0, 0, 0.6) 83.8%
    );
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}
.solution-section .grid-item:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}
.solution-section .overlay-content {
    color: #fff;
    padding: 20px;
}
.solution-section .overlay-title {
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.28px;
    line-height: 120%;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.solution-section .overlay-subtitle {
    font-size: 1rem;
    font-weight: 300;
    opacity: 0.9;
}
.solution-section .grid-item:after {
    background: hsla(0, 0%, 100%, 0.1);
    border-radius: 50%;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    width: 0;
    z-index: 0;
}
.solution-section .grid-item:hover:after {
    height: 300px;
    width: 300px;
}
@media (max-width: 768px) {
	.solution_title {
    margin-left: -16px;
	column-gap: 12px;
	margin-bottom: 24px;
}

.solution_title .separator {
width: 24px;
}
    .solution-section .grid-container {
        flex-direction: row;
        gap: 0;
        overflow: visible;
        display: flex !important;
    }

    .solution-section .grid-item {
        flex: none !important;
        width: 85% !important;
        height: 100% !important;
        margin-right: 15px;
        border-radius: 40px;
        position: relative;
		
		
		
		background-size: cover !important;
        background-position: 50% !important;
    }

    .solution-section .overlay {
        opacity: 1;
        transform: translateY(0);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    }

    .solution-section .overlay-title {
        font-size: 22px;
        position: absolute;
        bottom: 40px;
        left: 20px;
        width: 80%;
    }

    .solution-section .grid-item a.rnd {
        bottom: 15px;
        right: 15px;
        width: 64px;
        height: 64px;
        background: #1e1e1e;
    }

    .solution-section .grid-item a.rnd i.icn-arrow {
        filter: invert(1);
        width: 64px;
        height: 64px;
    }

    .solution-section .overlay-subtitle {
        font-size: 0.9rem;
    }
}

/* UIkit Dotnav Customization */
.uk-dotnav>*>* {
    background-color: #d9c5a0 !important;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.uk-dotnav>.uk-active>* {
    background-color: #c4a45f !important;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #c4a45f;
}

.solution-slider-dots {
    display: none;
}


   

.solution-section__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.solution-section__content {
    font-size: 1.2rem;
    line-height: 1.6;
}
ul.service-list {
    display: flex;
    justify-content: space-around;
    margin-top: 64px;
}
ul.service-list li h4 {
    color: #c4a45f;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.28px;
    line-height: 120%;
}
ul.service-list li::marker {
    background: #11141f;
    border: 2px solid #fff;
    content: "";
    display: block;
    height: 10px;
    left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 10px;
}
.works-section {
    margin-top: 100px;
}

.works-section .container a.btn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.works-section .container .works-slider .uk-slider-items .item {
    background-color: #c3c3c3;
    border-radius: 20px;
    flex-shrink: 0;
    height: 472px;
    margin: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 312px;
}
.works-section .container .works-slider .uk-slider-items .item i {
    bottom: 8px;
    height: 56px;
    position: absolute;
    right: 8px;
    transition: all 0.3s ease;
    width: 56px;
}
.works-section .container .works-slider .uk-slider-items .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}
.works-section .container .works-slider .uk-slider-items .item:hover i {
    transform: rotate(45deg) scale(1.1);
}
.works-section .container .works-slider .uk-slider-items .item:nth-child(odd) {
    background-color: #f3f3f3;
    margin-top: 100px;
}
.works-section .container .works-slider .uk-slider-items .item:nth-child(2n) {
    animation: slide-bottom 0.6s ease-out;
}
.works-section .container .slide-button-animation {
    opacity: 0.7;
    transition: all 0.3s ease;
}
.works-section .container .slide-button-animation:hover {
    opacity: 1;
    transform: scale(1.1);
}
.works-section .container .slide-button-animation:nth-child(2n) {
    animation: button-pulse 2s infinite;
}
@keyframes slide-bottom {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes button-pulse {
    0%,
    to {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}
.uk-slider-items .item {
    animation: slide-in-top 0.5s ease-out;
}
@keyframes slide-in-top {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.form-section .container {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
    margin-top: 100px;
}
.form-section .container .form-baner {
    align-items: end;
    background-image: url(../images/form.png);
    background-position: 0%;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    height: 650px;
    justify-content: center;
    margin-left: auto;
    overflow: hidden;
    padding-bottom: 40px;
    width: 440px;
}
.form-section .container .form-content {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-section .container .form-content_header {
    border-left: 1px solid #c9b89c;
    margin-bottom: 40px;
    padding-left: 20px;
}
.form-section .container .form-content_header h2 {
    color: #1e1e1e;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.form-section .container .form-content_header p {
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.22px;
    line-height: 150%;
}
.form-section .container .form-content form {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    width: 100%;
}
.form-section .container .form-content form input {
    border-radius: 40px;
    font-family: Poppins;
    line-height: 56px;
    padding: 0 32px;
    width: 100%;
}
.form-section .container .form-content form .btn-submmit,
.form-section .container .form-content form input {
    background: #fff;
    border: 2px solid #1e1e1e;
    color: #d3d3d3;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.22px;
    margin-top: 15px;
}
.form-section .container .form-content form .btn-submmit {
    background: #efb639;
    border: 2px solid hsla(0, 0%, 100%, 0.4);
    border-radius: 40px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    font-weight: 600;
    height: 72px;
    line-height: 72px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.btn {
    font-feature-settings:
        "liga" off,
        "clig" off;
    background-color: #A89487;
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 16px 40px;
}
.btn2:hover {
    background-color: #fbfbf7;
    border-color: #e74b26;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #e74b26;
    text-decoration: none;
    transform: scale(1.05);
    transform: scale(1.05) rotate(2deg);
    transform-origin: center;
    transition: all 0.3s ease;
}
.gradient-button { 
	background-color: #A89487;
	margin-left: 7%;
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 16px 40px;
	border-radius: 40px;
    border: 1px solid #fff;
	text-transform: uppercase;
	background-image:
    linear-gradient(#A89487, #A89487),                      /* внутрішній фон */
    linear-gradient(90deg, #ffffff 0%, #e9e9e9 50%, #ffffff 100%); /* бордер */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
} 



/* Ховер — трохи яскравіший бордер */
.gradient-button:hover {
	color: #fff;
	opacity: 0.8;
  background-image:
    linear-gradient(#A89487, #A89487),
    linear-gradient(90deg, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
}

.text_yellow{
    color: #C4A45F;
}

.service-block {
    /*height: 800px;*/
    overflow: hidden;
}
.faq_hover_active:hover .brx-icon-transform, .faq_hover_active:hover  .brxe-heading {
  color: #C4A45F!important;
}

.faq_hover_active.brx-open .brx-icon-transform, .faq_hover_active.brx-open .brxe-heading {
	 color: #C4A45F!important;
}

.faq_hover_active .accordion-content-wrapper .brxe-accordion {
    margin-left: 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}

.ul_margin_0 .splide__pagination {
margin-left: 0px!important;
}

.faq_hover_active  .accordion-content-wrapper .brxe-accordion .accordion-item {
	width: calc(50% - 12px);

}

.faq_hover_active  .accordion-content-wrapper .brxe-accordion .accordion-item .accordion-title .title {
	margin-bottom: 0;
}

.faq_hover_active  .accordion-content-wrapper .brxe-accordion .accordion-item .accordion-content-wrapper {
	padding-top: 15px;
    padding-right: 20px!important;
    padding-bottom: 15px;
    padding-left: 20px!important;
}

.gold {
	color: #C4A45F;
}

.btn_outline {
}
.btn_gold {
}
.btn_yellow {
}
.btn_red {
	
}
@media (max-width: 768px) {
	
	.brxe-block .mobile-iner-menu .menu-item a {
		margin-bottom: 5px;
}
   h2 {
        font-size: 26px !important;
  }
	.gradient-button { 
		font-size: 15px;
		padding: 10px 40px;
	}
	
	.seo-news-section h2 {
			font-size: 26px!important;
		}
	
	
	.single-service .brxe-section {
		margin-bottom: 10px!important;
margin-top: 10px!important;
		padding-top: 0px!important;
	}
	
	#brxe-nuedyq {
		padding-top: 15px!important;
		margin-top: 0px!important;
	}
	.single-service .brxe-heading {
/* 		margin-top: 30px; */
	}
	
	.single-service .brxe-container {
		padding-right: 16px!important;
    	padding-left: 16px!important;
		padding-bottom: 30px;
        padding-top: 30px;
	}
	.single-service .brxe-block {
		padding-right: 8px!important;
    	padding-left: 8px!important;
		width: 100%!important;
	}
	.single-service .brxe-slider {
		padding-top: 13px!important;
	}
	.single-service .tab-menu .tab-title {
    	//padding-top: 5px!important;
    	//padding-bottom: 5px!important;
		width: 100% !important;
        margin: 0 auto !important;
        justify-content: center !important;
	}
	.single-service .btn.brxe-button  {
		width: 100%;
		padding-top: 0px!important;
        padding-bottom: 0px!important;
		padding-left: 16px;
		padding-right: 16px;
    	font-size: 16px;
		font-family: "Poppins";
		height: 42px !important;
        min-height: 42px;
		font-weight: 600;
	}
	.single-service .brxe-text-basic {
		padding-bottom: 10px!important;
	}
	
	.single-service .brxe-accordion {
		width: 100% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
	}
	
	.single-service .size-full {
		max-width: 100% !important;
        //margin-right: 0px !important;
        //margin-left: 0px !important;
	}
	
	.single-service .accordion-title .title, .single-service .brxe-text-basic {
		font-size: 16px!important;
	}
	
	.single-service .image-container  {
		max-height: 207px;
	}
	
	.table-wrapper { width: 100%; overflow-x: auto; }
	
	.brxe-section .accordion-item .accordion-title .icon {
    	font-size: 36px!important;
	}
	
	section .seo-text-content h3 {
    	font-size: 20px !important;
	}
	
  .seo-news-section  {
		margin-top: 30px;
  }
  .seo-news-section .container {
		padding: 16px;
	  	padding-left: 16px !important;
    	padding-right: 16px !important;
  }
	.seo-news-section .container .seo-text-content {
		margin: 0;
		padding: 40px 16px;
}
	
	.seo-table-small {
		flex-wrap: wrap;
		flex-direction: column;
	}
  .seo-text-content p img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
  }
  .hero2-section {
      display: none !important;
  }
  .steps.brxe-accordion .accordion-title .title {
      font-size: 14px !important;
  }
  .hero2-section .item .container .hero-content {
      max-width: 100%;
  }
  .solution-section {
	  	margin-top: 64px;
        max-width: 100%;
        overflow: hidden;
    }
	.solution_desc {
		margin-bottom: 24px;
		font-size: 20px;
		margin-top: 15px;
        padding-left: 16px;
   }
	.solution-section .solution-slider-dots {
        display: flex;
        margin-top: 15px;
		margin-bottom: 0;
        position: relative;
        justify-content: center;
    }
	
	
	.faq_hover_active  .accordion-content-wrapper .brxe-accordion .accordion-item {
		width: 100%;

	}
}

/* ==========================================================================
   GLOBAL FORM STYLES (Contact Form 7 & Bricks)
   ========================================================================== */

/* Universal Input Styling */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.brxe-form-bricks .bricks-field-input,
.form-content form input:not([type="submit"]):not([type="checkbox"]),
.brxe-form textarea,
.form-content form input:not([type="submit"]) {
    border: 2px solid #1e1e1e;
    border-radius: 40px;
    background-color: #ffffff;
    color: #1e1e1e;
    font-family: inherit;
    font-size: 18px !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}



/* Focus State - Golden Border */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.brxe-form-bricks .bricks-field-input:focus,
.brxe-form input:not([type="submit"]):focus,
.brxe-form textarea:focus,
.form-content form input:not([type="submit"]):focus {
    border-color: #c4a45f !important;
    outline: none !important;
    box-shadow: 0 0 0 1px #c4a45f !important;
}

/* Error State - Red Border */
.wpcf7-form .wpcf7-not-valid,
.brxe-form .bricks-field.has-error .bricks-field-input,
.brxe-form .bricks-field.has-error select,
.brxe-form .bricks-field.has-error textarea,
.brxe-form .bricks-field-error .bricks-field-input,
.bricks-form-error .bricks-field-input,
.bricks-field-error .bricks-field-input {
    border-color: #ff8e8e !important;
    box-shadow: 0 0 0 1px #ff8e8e !important;
}

/* Contact Form 7 Validation Tip (Speech Bubble) */
.wpcf7-form-control-wrap {
    display: block;
    position: relative;
    width: 100%;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    background: #FF8E8E;
    color: #fff !important;
    padding: 8px 15px !important;
    border-radius: 10px;
    font-size: 13px !important;
    font-weight: 500 !important;
    white-space: nowrap;
    z-index: 100;
    pointer-events: none;
    line-height: 1.2 !important;
}

/* Speech Bubble Arrow */
.wpcf7-not-valid-tip::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FF8E8E;
}

/* Hide Tip on Mobile or if no space (Responsive) */
@media (max-width: 991px) {
    .wpcf7-not-valid-tip {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        display: inline-block;
        margin-top: 5px;
        white-space: normal;
    }

    .wpcf7-not-valid-tip::before {
        left: 20px;
        top: -6px;
        transform: none;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #FF8E8E;
    }
}

/* Bricks Form Message Styling */
.bricks-field-error-msg,
.form-group-error-message {
    color: #ff8e8e;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 500;
}

/* ==========================================================================
   BRICKS FORM ERROR BUBBLE REFINEMENT
   ========================================================================== */

/* Wrapper must be relative for absolute positioning of error */
.form-group,
.bricks-field {
    position: relative !important;
}

/* Red border for Bricks input when error is shown */
.form-group:has(.form-group-error-message.show) input,
.form-group:has(.form-group-error-message.show) textarea,
.bricks-field.has-error .bricks-field-input {
    border-color: #ff8e8e !important;
    box-shadow: 0 0 0 1px #ff8e8e !important;
    background-color: transparent !important;
    /* Remove Bricks background error highlight */
}

/* Positioning the error message as a bubble to the right */
.form-group-error-message.show {
    position: absolute !important;
    right: -10px !important;
    top: 40% !important;
    transform: translateY(-50%) translateX(100%) !important;
    background: #FF8E8E !important;
    color: #fff !important;
    padding: 8px 15px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    z-index: 100 !important;
    line-height: 1.2 !important;
    display: block !important;
    margin: 0 !important;
    width: auto;
}

/* Bubble Arrow for Bricks error */
.form-group-error-message.show::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FF8E8E;
}

/* Responsive fix for Bricks error bubble */
@media (max-width: 991px) {
    .form-group-error-message.show {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        transform: none !important;
        display: inline-block !important;
        margin-top: 5px !important;
        white-space: normal !important;
    }

    .form-group-error-message.show::before {
        left: 20px;
        top: -6px;
        transform: none;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #FF8E8E;
    }
}

/* Hide the first breadcrumb separator */
.brxe-breadcrumbs .separator:first-of-type {
    display: none !important;
}
