@media screen and (min-width: 1271px) {
    .hero.slider .hero-text .text {
        margin-inline-start: 25%;
        margin-block-start: -40px;
    }
}

.hero.slider .hero-text .top-text * {
    font-size: clamp(1.125rem, 0.9138rem + 1.2069vw, 2rem);
    color: #fff;
    font-weight: normal;
    text-transform: none;
}

.home_offer-grid .grid-item .content .title * {
    font-size: clamp(1.875rem, 1.694rem + 1.0345vw, 2.625rem);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    .home_offer-grid {
        max-block-size: 750px;
    }
}

.home_offer-grid .grid-item:nth-child(1),
.home_offer-grid .grid-item:nth-child(2) {
    border-radius: 0px 32px 32px 0px;
}
.home_offer-grid .grid-item:nth-child(4),
.home_offer-grid .grid-item:nth-child(5) {
    border-radius: 32px 0px 0px 32px;
}
.home_offer-grid .grid-item:nth-child(3) {
    border-radius: 32px;
}

.process .cards .card .title * {
    color: #c2a54b;
    font-size: 64px;
    font-weight: 900;
    line-height: 64px;
    text-transform: uppercase;
}

button {
    border: none;
    cursor: pointer;
}

.header-nav span {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.3s;
}

@media screen and (max-width: 1200px) {
    .header-nav {
        padding-top: 20dvh;
        height: 100dvh;
    }
}

@media screen and (max-width: 1200px) {
    .header-nav span {
        font-size: 30px;
        padding: 5px;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.materials-first-cards .card .card-content .title * {
    text-transform: uppercase;
    color: #c2a54b;
    font-weight: 500;
    line-height: 1;
}

@media screen and (min-width: 801px) {
    .materials-first-cards .card img {
        block-size: 100%;
    }

    .materials-first-cards .card {
        max-block-size: 500px;
    }
}
.materials-second-cards .card .card-content .title * {
    text-transform: uppercase;
    color: #c2a54b;
    font-weight: 500;
    line-height: 1;
}
.contact-form .text * {
    color: #282b3e;
    padding-block: 7px;
    font-size: 12px;
    font-weight: 400;
}

.form-info {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 99999;
    padding: 10px 20px;
    border-radius: 10px 0 0 10px;
    color: white;
}

.form-info.success {
    background: green;
}

.form-info.false {
    background: red;
}

.center-section-header .center * {
    margin-top: auto;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

html {
    scroll-behavior: smooth;
}

.blog-categories * {
    font-family: "Montserrat", Verdana, Geneva, Tahoma, sans-serif;
    width: 145.5px;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #282b3e;
    text-decoration: none;
    border: none;
    padding: 0 23px;
    z-index: 1;
    cursor: pointer;
    transition: color 0.3s;
    display: grid;
    place-content: center;
}

.blog-categories *.active {
    color: #fff;
    background-color: #c2a54b;
}

.blog-grid .item figure figcaption .title * {
    text-transform: uppercase;
    color: #c2a54b;
    font-weight: 500;
}

.blog-article-main .blog-header .content .title * {
    text-transform: uppercase;
    font-weight: 500;
}

.blog-article-main .blog-header .content * {
    color: #fff;
    text-align: center;
}

.blog-grid {
    grid-template-rows: unset !important;
}

.search-image .search-img-popup {
    z-index: 6;
}

.search-image .search-img-popup .title {
    margin-bottom: 20px;
}

@media screen and (min-width: 800px) {
    .faq-content {
        min-height: 850px;
    }
}

.freeprivacypolicy-com---nb-interstitial {
    top: unset !important;
    bottom: 3vh;
}

.cc-nb-okagree,
.cc-nb-reject,
.cc-cp-foot-save {
    background: #c2a54b !important;
}

.hero.hero-contact .frame {
    padding: 14px 44.5px 24px 44.5px;
}

.header .container--m {
    padding: 20px;
    background-color: rgba(3, 7, 18, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 32px 32px;
}
