.site-first-section {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    width: 100%;
    height: 100vh;
}
.site-first-section .img-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.site-first-section .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.site-first-section .text-area {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    gap: 20px;
}
.site-first-section .text-area a {
    color: #FFFFFF;
}
.site-first-section .text-area .title-section {
    font-size: 55px;
    font-weight: 700;
}
.site-first-section .text-area .text-section {
    font-size: 28px;
    font-weight: 700;
    width: 100%;
    max-width: 670px;
    color: #ECE9E5;
}
.site-first-section .text-area .button-section {
    font-size: 12px;
    line-height: 24.3px;
    font-weight: 800;
    width: 100%;
    max-width: 150px;
    background-color: #000000;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 22px;
}
.site-first-section .text-area .button-section:hover {
    background-color: #BB9255;
}
@media (max-width: 555px) {
    .site-first-section {
        height: 691px;
    }

    .site-first-section .text-area .title-section {
        font-size: 42px;
    }

    .site-first-section .text-area .text-section {
        font-size: 20px;
    }

    .site-first-section .text-area .button-section {
        max-width: 200px;
    }
}

.windows {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.windows .first-part {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.windows .title-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: max-content;
    padding: 14px 20px 0;
    margin-left: auto;
    order: 2;
    position: relative;
    font-size: 42px;
    text-transform: uppercase;
    color: #414243;
    gap: 20px;
}
.windows .title-area .title-section {
    color: #414243;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 15px;
    position: relative;
    text-shadow:
        6px 0 #F1F0EF,
        -6px 0 #F1F0EF,
        0 6px #F1F0EF,
        0 -6px #F1F0EF,
        6px 6px #F1F0EF,
        -6px -6px #F1F0EF,
        -6px 6px #F1F0EF,
        6px -6px #F1F0EF,
        0px 8px 8px rgba(0, 0, 0, 0.25);
}
.windows .title-area::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #BB9255;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.windows .title-area .button-go {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 196px;
    height: 40px;
    background-color: #BB9255;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 800;
}
.windows .title-area .button-go:hover {
    background-color: #000000;
}
.windows .slider-area {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.windows .slider-area .button {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 65px;
    height: 102%;
    background-color: rgba(187, 146, 85, 0.5);
    z-index: 12;
    top: 0;
}
.windows .slider-area:hover .button {
    display: flex;
}
.windows .slider-area .button.button-left {
    left: 0;
}
.windows .slider-area .button.button-right:after {
    content: '';
    display: flex;
    width: 24px;
    height: 25px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'><path d='M5 12.3477H19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 5.14502L19 12.3479L12 19.5508' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 0;
}
.windows .slider-area .button.button-left:after {
    content: '';
    display: flex;
    width: 24px;
    height: 26px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='26' viewBox='0 0 24 26' fill='none'><path d='M19 12.6958H5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 20.1016L5 12.6958L12 5.29004' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
}
.windows .slider-area .button.button-right {
    right: 0;
}
.windows .slider-area .slider {
    display: flex;
    width: 100%;
}
.windows .slider-area .slider .slide {
    display: flex;
    flex-direction: column;
    width: 220px;
    padding: 12px;
    border: 1px solid transparent;
    /* box-shadow: 0px 0px 15px 0px #BB9255; */
    gap: 12px;
    min-width: 220px;
}
.windows .slider-area .slider .slide:hover {
    border: 1px solid #BBBBBB;
}
.windows .slider-area .slider .slide .img-area {
    position: relative;
    width: 100%;
    height: 151px;
}
.windows .slider-area .slider .slide .img-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.windows .slider-area .slider .slide .img-area .cat-area {
    position: absolute;
    top: 3px;
    left: 3px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.windows .slider-area .slider .slide .img-area .cat-area .cat-item {
    display: flex;
    background-color: #BB9255;
    color: #ffffff;
    padding: 3px;
    font-size: 6px;
}
.windows .slider-area .slider .slide .logo-product-area {
    width: 47px;
    height: 47px;
}
.windows .slider-area .slider .slide .logo-product-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.windows .slider-area .slider .slide .item-title:hover {
    color: #BB9255;
}
.windows .slider-area .slider .slide .item-text {
    font-size: 10px;
    font-weight: 400;
}
.windows .slider-area .slider .slide .price-area {
    font-size: 20px;
    font-weight: 900;
    color: #BB9255;
}
.windows .slider-area .slider .slide .button-add {
    font-size: 10px;
    font-weight: 800;
    color: #ffffff;
    background-color: #000000;
    padding: 8px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}
.windows .slider-area .slider .slide .button-add:hover {
    background-color: #BB9255;
}
.windows .slider-area .slider .slide .button-add::before {
    content: '';
    display: flex;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'><path d='M18.2261 17.7719L16.7666 3.95792C16.7611 3.90588 16.7332 3.85748 16.6884 3.82224C16.6436 3.78699 16.5851 3.76745 16.5243 3.76745H14.3601L14.3988 3.40034C14.4541 2.86708 14.3492 2.33053 14.0941 1.84222C13.8389 1.35392 13.4422 0.930259 12.9419 0.611935C12.4416 0.293611 11.8546 0.0913143 11.2372 0.0244732C10.6199 -0.042368 9.99291 0.0284919 9.41656 0.230248C8.89285 0.0464219 8.32628 -0.0290158 7.76249 0.0100092C7.1987 0.0490342 6.65344 0.201431 6.17061 0.454928C5.68779 0.708425 5.28089 1.05594 4.98269 1.46948C4.68449 1.88303 4.50332 2.35104 4.45377 2.83585L4.3555 3.76745H1.92933C1.8686 3.76745 1.81007 3.78699 1.76524 3.82224C1.7204 3.85748 1.69251 3.90588 1.68705 3.95792L0.22755 17.7719C0.224509 17.8008 0.228512 17.83 0.239306 17.8576C0.2501 17.8851 0.267446 17.9104 0.29024 17.9319C0.313034 17.9533 0.340775 17.9705 0.371695 17.9822C0.402615 17.9939 0.436036 18 0.469827 18H17.9838C18.0173 17.9992 18.0503 17.9925 18.0807 17.9805C18.1112 17.9685 18.1385 17.9513 18.1611 17.9301C18.1837 17.9088 18.2011 17.8838 18.2123 17.8566C18.2234 17.8295 18.2281 17.8006 18.2261 17.7719ZM15.0648 16.0074L12.9284 17.3003L14.3142 4.18606H15.0648V16.0074ZM15.3056 16.3737L17.2358 17.5814H13.3098L15.3056 16.3737ZM17.6931 17.3499L15.5513 16.0097V4.18606H16.3022L17.6931 17.3499ZM10.7899 0.41862C11.2259 0.41862 11.657 0.496794 12.0559 0.648156C12.4548 0.799518 12.8126 1.02075 13.1066 1.29773C13.4005 1.57471 13.6242 1.90137 13.7632 2.25687C13.9023 2.61237 13.9537 2.9889 13.9143 3.36245L13.8717 3.76745H11.6331L11.6717 3.40034C11.7347 2.83335 11.614 2.26244 11.3232 1.75081C11.0323 1.23918 10.5825 0.806786 10.0237 0.501503C10.2743 0.447148 10.5316 0.419315 10.7899 0.41862ZM11.1446 3.76745H7.57127L7.6654 2.87373C7.71229 2.40981 7.8986 1.96435 8.20604 1.58111C8.51348 1.19786 8.93148 0.89001 9.41899 0.687782C9.99697 0.923799 10.4766 1.30702 10.793 1.7855C11.1093 2.26398 11.247 2.81458 11.1874 3.36266L11.1446 3.76745ZM4.93833 2.87373C4.97714 2.48586 5.1135 2.10988 5.33797 1.77185C5.56243 1.43383 5.86964 1.14184 6.23829 0.916121C6.60694 0.690404 7.02822 0.536358 7.47293 0.464657C7.91765 0.392955 8.37517 0.405314 8.81379 0.500875C8.3531 0.757585 7.96658 1.10137 7.68364 1.50604C7.40071 1.91071 7.22883 2.36559 7.18109 2.83606L7.08258 3.76745H4.84395L4.93833 2.87373ZM2.15141 4.18606H13.8255L12.4102 17.5814H0.736185L2.15141 4.18606Z' fill='%23BB9255'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.windows .slider-area .slider .slide .button-add:hover::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'><path d='M18.2261 17.7719L16.7666 3.95792C16.7611 3.90588 16.7332 3.85748 16.6884 3.82224C16.6436 3.78699 16.5851 3.76745 16.5243 3.76745H14.3601L14.3988 3.40034C14.4541 2.86708 14.3492 2.33053 14.0941 1.84222C13.8389 1.35392 13.4422 0.930259 12.9419 0.611935C12.4416 0.293611 11.8546 0.0913143 11.2372 0.0244732C10.6199 -0.042368 9.99291 0.0284919 9.41656 0.230248C8.89285 0.0464219 8.32628 -0.0290158 7.76249 0.0100092C7.1987 0.0490342 6.65344 0.201431 6.17061 0.454928C5.68779 0.708425 5.28089 1.05594 4.98269 1.46948C4.68449 1.88303 4.50332 2.35104 4.45377 2.83585L4.3555 3.76745H1.92933C1.8686 3.76745 1.81007 3.78699 1.76524 3.82224C1.7204 3.85748 1.69251 3.90588 1.68705 3.95792L0.22755 17.7719C0.224509 17.8008 0.228512 17.83 0.239306 17.8576C0.2501 17.8851 0.267446 17.9104 0.29024 17.9319C0.313034 17.9533 0.340775 17.9705 0.371695 17.9822C0.402615 17.9939 0.436036 18 0.469827 18H17.9838C18.0173 17.9992 18.0503 17.9925 18.0807 17.9805C18.1112 17.9685 18.1385 17.9513 18.1611 17.9301C18.1837 17.9088 18.2011 17.8838 18.2123 17.8566C18.2234 17.8295 18.2281 17.8006 18.2261 17.7719ZM15.0648 16.0074L12.9284 17.3003L14.3142 4.18606H15.0648V16.0074ZM15.3056 16.3737L17.2358 17.5814H13.3098L15.3056 16.3737ZM17.6931 17.3499L15.5513 16.0097V4.18606H16.3022L17.6931 17.3499ZM10.7899 0.41862C11.2259 0.41862 11.657 0.496794 12.0559 0.648156C12.4548 0.799518 12.8126 1.02075 13.1066 1.29773C13.4005 1.57471 13.6242 1.90137 13.7632 2.25687C13.9023 2.61237 13.9537 2.9889 13.9143 3.36245L13.8717 3.76745H11.6331L11.6717 3.40034C11.7347 2.83335 11.614 2.26244 11.3232 1.75081C11.0323 1.23918 10.5825 0.806786 10.0237 0.501503C10.2743 0.447148 10.5316 0.419315 10.7899 0.41862ZM11.1446 3.76745H7.57127L7.6654 2.87373C7.71229 2.40981 7.8986 1.96435 8.20604 1.58111C8.51348 1.19786 8.93148 0.89001 9.41899 0.687782C9.99697 0.923799 10.4766 1.30702 10.793 1.7855C11.1093 2.26398 11.247 2.81458 11.1874 3.36266L11.1446 3.76745ZM4.93833 2.87373C4.97714 2.48586 5.1135 2.10988 5.33797 1.77185C5.56243 1.43383 5.86964 1.14184 6.23829 0.916121C6.60694 0.690404 7.02822 0.536358 7.47293 0.464657C7.91765 0.392955 8.37517 0.405314 8.81379 0.500875C8.3531 0.757585 7.96658 1.10137 7.68364 1.50604C7.40071 1.91071 7.22883 2.36559 7.18109 2.83606L7.08258 3.76745H4.84395L4.93833 2.87373ZM2.15141 4.18606H13.8255L12.4102 17.5814H0.736185L2.15141 4.18606Z' fill='%23ffffff'/></svg>");
}
.windows .slider-area .slider .slide .colors {
    display: flex;
    gap: 2px;
    margin-top: auto;
}
.windows .slider-area .slider .slide .colors .color {
    width: 13px;
    height: 13px;
    border: 1px solid #BB9255;
}
.windows .slider-area .slider .slide .colors .color.grey {
    background-color: #8E91A1;
}
.windows .slider-area .slider .slide .colors .color.red {
    background-color: #7C342B;
}
.windows .slider-area .slider .slide .colors .color.grey-blue {
    background-color: #44516B;
}
.windows .slider-area .slider .slide .colors .color.green {
    background-color: #3C5E3E;
}
.windows .slider-area .slider .slide .colors .color.dark-grey {
    background-color: #414243;
}
.windows .slider-area .slider .slide .colors .color.black {
    background-color: #000000;
}
.windows .block-img-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    order: 2;
}
.windows .block-img-text .img-area {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 565px;
    flex-shrink: 0;
}
.windows .block-img-text .img-area img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}
.windows .block-img-text .text-area {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.windows .block-img-text .text-area .title-block {
    font-size: 40px;
    font-weight: 500;
}
.windows .block-img-text .text-area .more-text {
    font-size: 20px;
    font-weight: 400;
}
.windows .block-img-text .text-area .button {
    font-size: 12px;
    font-weight: 800;
    background-color: #000000;
    color: #FFFFFF;
    max-width: max-content;
    padding: 12px 60px;
    margin-top: 20px;
}
.windows .block-img-text .text-area .button:hover {
    background-color: #BB9255;
}
@media (max-width: 1000px) {
    .windows .block-img-text {
        flex-direction: column;
        text-align: center;
    }

    .windows .block-img-text .text-area {
        align-items: center;
        gap: 30px;
    }
}
@media (max-width: 750px) {
    .windows .title-area {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 20px;
        font-size: 35px;
        order: unset;
    }

    .windows .first-part {
        gap: 41px;
    }
}
@media (max-width: 630px) {
    .windows .block-img-text {
        gap: 20px;
    }

    .windows .block-img-text .img-area {
        gap: 7px;
        width: 100%;
        max-width: 565px;
        flex-shrink: unset;
    }

    .windows .block-img-text .img-area img {
        width: calc(33.3% - 5px);
        height: auto;
        object-fit: cover;
    }

    .windows .block-img-text .text-area .button {
        margin-top: 0;
    }

    .windows .block-img-text .text-area .title-block {
        font-size: 30px;
    }

    .windows .block-img-text .text-area .more-text {
        font-size: 18px;
    }
        .windows .title-area .title-section {
            font-size: 35px;
            letter-spacing: 5px;
        }
}
.popular-cat {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.popular-cat .title-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 0;
    margin-left: auto;
    position: relative;
    font-size: 42px;
    text-transform: uppercase;
    color: #414243;
    gap: 20px;
}
.popular-cat .title-area .title-section {
    color: #414243;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 90%;
    position: relative;
    text-shadow:
        6px 0 #F1F0EF,
        -6px 0 #F1F0EF,
        0 6px #F1F0EF,
        0 -6px #F1F0EF,
        6px 6px #F1F0EF,
        -6px -6px #F1F0EF,
        -6px 6px #F1F0EF,
        6px -6px #F1F0EF,
        0px 8px 8px rgba(0, 0, 0, 0.25);
}
.popular-cat .title-area::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #BB9255;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.popular-cat .title-area .button-go {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 196px;
    height: 40px;
    background-color: #BB9255;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 800;
}
.popular-cat .title-area .button-go:hover {
    background-color: #000000;
}
.popular-cat .items-area {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.popular-cat .items-area .item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(25% - 15px);
}
.popular-cat .items-area .item .img-area {
    width: 100%;
    height: 400px;
}
.popular-cat .items-area .item .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popular-cat .items-area .item .title-item {
    font-size: 20px;
    font-weight: 800;
}
.popular-cat .items-area .item .text {
    font-size: 14px;
    font-weight: 300;
}
.popular-cat .items-area .item .button {
    font-size: 12px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: #000000;
    color: #FFFFFF;
    margin-top: auto;
}
.popular-cat .items-area .item .button:hover {
    background-color: #BB9255;
}
.popular-cat>.img-area {
    width: 100%;
    height: 825px;
}
.popular-cat>.img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
@media (max-width: 950px) {
    .popular-cat .items-area .item {
        width: calc(50% - 10px);
    }
}
@media (max-width: 767px) {
    .popular-cat .title-area {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .popular-cat .title-area .title-section {
        line-height: 120%;
        font-size: 30px;
    }
}
@media (max-width: 650px) {
    .popular-cat>.img-area {
        height: 408px;
    }
}
@media (max-width: 555px) {
    .popular-cat .items-area .item .img-area {
        height: 225px;
    }

    .popular-cat .items-area .item .title-item {
        font-size: 16px;
    }

    .popular-cat .items-area .item .button {
        width: 100%;
    }

    .popular-cat .items-area .item {
        text-align: center;
    }
}
@media (max-width: 360px) {
    .popular-cat .items-area .item {
        width: 100%;
    }
}
.blog {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.blog .top_area {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.blog .top_area .text_area {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
    max-width: 665px;
}
.blog .top_area .text_area .title-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 0;
    margin-left: auto;
    position: relative;
    font-size: 42px;
    text-transform: uppercase;
    color: #414243;
    gap: 20px;
}
.blog .top_area .text_area .title-area .title-section {
    color: #414243;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 90%;
    position: relative;
    text-shadow:
        6px 0 #F1F0EF,
        -6px 0 #F1F0EF,
        0 6px #F1F0EF,
        0 -6px #F1F0EF,
        6px 6px #F1F0EF,
        -6px -6px #F1F0EF,
        -6px 6px #F1F0EF,
        6px -6px #F1F0EF,
        0px 8px 8px rgba(0, 0, 0, 0.25);
}
.blog .top_area .text_area .title-area::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #BB9255;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.blog .top_area .text_area .title-area .button-go {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 196px;
    height: 40px;
    background-color: #BB9255;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 800;
}
.blog .top_area .text_area .title-area .button-go:hover {
    background-color: #000000;
}
.blog .top_area .text_area .sub_title {
    font: 500 35px/1.2 'Montserrat', sans-serif;
    margin-top: auto;
}
.blog .top_area .text_area .text_block {
    font: 300 20px/1.4 'Montserrat', sans-serif;
    color: #414243;
    margin-bottom: auto;
}
.blog .top_area .img_area {
    width: 100%;
    height: 560px;
}
.blog .top_area .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog .articles_area {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.blog .articles_area .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(33% - 11px);
}
.blog .articles_area .item .img_area {
    width: 100%;
    height: 269px;
}
.blog .articles_area .item .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog .articles_area .item .title_item {
    font: 800 20px/1.4 'Montserrat', sans-serif;
    color: #000000;
}
.blog .articles_area .item .text_item {
    font: 300 14px/1.4 'Montserrat', sans-serif;
    color: #000000;
}
.blog .articles_area .item .button_url {
    font: 600 16px/1.4 'Montserrat', sans-serif;
    color: #BB9255;
    text-decoration: underline;
}
.blog .articles_area .item .button_url:hover {
    color: #000000;
}
@media (max-width: 1150px) {
    .blog .top_area {
        gap: 30px;
        flex-direction: column;
    }

    .blog .top_area .text_area {
        max-width: unset;
    }
}
@media (max-width: 950px) {
    .blog .articles_area .item {
        width: calc(50% - 10px);
    }
}
@media (max-width: 555px) {
    .blog .top_area .img_area {
        display: none;
    }

    .blog .top_area .text_area .title-area {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .blog .top_area .text_area .title-area .title-section {
        font-size: 30px;
        text-align: center;
    }

    .blog .top_area .text_area .sub_title {
        font-size: 30px;
        text-align: center;
    }

    .blog .top_area .text_area .text_block {
        font-size: 18px;
        text-align: center;
    }

    .blog .articles_area .item {
        width: 100%;
    }
}
@media (max-width: 490px) {
    .blog .articles_area .item {
        align-items: center;
    }

    .blog .articles_area .item .title_item {
        font-size: 18px;
        text-align: center;
    }

    .blog .articles_area .item .text_item {
        text-align: center;
    }
}
.products_sec {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.products_sec .title-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0 0;
    margin-left: auto;
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    color: #414243;
    gap: 25px;
}
.products_sec .title-area .title-section {
    color: #414243;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 8px;
    position: relative;
    text-align: right;
    text-shadow:
        6px 0 #F1F0EF,
        -6px 0 #F1F0EF,
        0 6px #F1F0EF,
        0 -6px #F1F0EF,
        6px 6px #F1F0EF,
        -6px -6px #F1F0EF,
        -6px 6px #F1F0EF,
        6px -6px #F1F0EF,
        0px 8px 8px rgba(0, 0, 0, 0.25);
}
.products_sec .title-area::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #BB9255;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.products_sec .title-area .button-go {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 196px;
    min-width: 196px;
    height: 40px;
    background-color: #BB9255;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 800;
}
.products_sec .title-area .button-go:hover {
    background-color: #000000;
}
.products_sec .menu-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.products_sec .menu-cat li a {
    min-height: 30px;
    align-items: flex-end;
}
.products_sec .menu-cat li a {
    display: flex;
    justify-content: center;
    padding: 16px 20px 0;
    border-top: 1px solid #000000;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
}
.products_sec .menu-cat li a:hover {
    border-top: 3px solid #000000;
}
.products_sec .menu-cat li.active a {
    border-top: 3px solid #000000;
}
.products_sec .slider-area {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.products_sec .slider-area .button {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 65px;
    height: 102%;
    background-color: rgba(187, 146, 85, 0.5);
    z-index: 12;
    top: 0;
}
.products_sec .slider-area:hover .button {
    display: flex;
}
.products_sec .slider-area .button.button-left {
    left: 0;
}
.products_sec .slider-area .button.button-right:after {
    content: '';
    display: flex;
    width: 24px;
    height: 25px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'><path d='M5 12.3477H19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 5.14502L19 12.3479L12 19.5508' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 0;
}
.products_sec .slider-area .button.button-left:after {
    content: '';
    display: flex;
    width: 24px;
    height: 26px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='26' viewBox='0 0 24 26' fill='none'><path d='M19 12.6958H5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 20.1016L5 12.6958L12 5.29004' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
}
.products_sec .slider-area .button.button-right {
    right: 0;
}
.products_sec .slider-area .slider {
    display: flex;
    width: 100%;
}
.products_sec .slider-area .slider .slide {
    display: flex;
    flex-direction: column;
    width: 220px;
    min-width: 220px;
    padding: 12px;
    border: 1px solid transparent;
    /* box-shadow: 0px 0px 15px 0px #BB9255; */
    gap: 12px;
}
.products_sec .slider-area .slider .slide:hover {
    border: 1px solid #BBBBBB;
}
.products_sec .slider-area .slider .slide .img-area {
    position: relative;
    width: 100%;
    height: 151px;
}
.products_sec .slider-area .slider .slide .img-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.products_sec .slider-area .slider .slide .img-area .cat-area {
    position: absolute;
    top: 3px;
    left: 3px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.products_sec .slider-area .slider .slide .img-area .cat-area .cat-item {
    display: flex;
    background-color: #BB9255;
    color: #ffffff;
    padding: 3px;
    font-size: 6px;
}
.products_sec .slider-area .slider .slide .logo-product-area {
    width: 47px;
    height: 47px;
}
.products_sec .slider-area .slider .slide .logo-product-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.products_sec .slider-area .slider .slide .item-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
}
.products_sec .slider-area .slider .slide .item-title:hover {
    color: #BB9255;
}
.products_sec .slider-area .slider .slide .item-text {
    font-size: 10px;
    font-weight: 400;
}
.products_sec .slider-area .slider .slide .price-area {
    font-size: 20px;
    font-weight: 900;
    color: #BB9255;
}
.products_sec .slider-area .slider .slide .button-add {
    font-size: 10px;
    font-weight: 800;
    color: #ffffff;
    background-color: #000000;
    padding: 8px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}
.products_sec .slider-area .slider .slide .button-add:hover {
    background-color: #BB9255;
}
.products_sec .slider-area .slider .slide .button-add::before {
    content: '';
    display: flex;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'><path d='M18.2261 17.7719L16.7666 3.95792C16.7611 3.90588 16.7332 3.85748 16.6884 3.82224C16.6436 3.78699 16.5851 3.76745 16.5243 3.76745H14.3601L14.3988 3.40034C14.4541 2.86708 14.3492 2.33053 14.0941 1.84222C13.8389 1.35392 13.4422 0.930259 12.9419 0.611935C12.4416 0.293611 11.8546 0.0913143 11.2372 0.0244732C10.6199 -0.042368 9.99291 0.0284919 9.41656 0.230248C8.89285 0.0464219 8.32628 -0.0290158 7.76249 0.0100092C7.1987 0.0490342 6.65344 0.201431 6.17061 0.454928C5.68779 0.708425 5.28089 1.05594 4.98269 1.46948C4.68449 1.88303 4.50332 2.35104 4.45377 2.83585L4.3555 3.76745H1.92933C1.8686 3.76745 1.81007 3.78699 1.76524 3.82224C1.7204 3.85748 1.69251 3.90588 1.68705 3.95792L0.22755 17.7719C0.224509 17.8008 0.228512 17.83 0.239306 17.8576C0.2501 17.8851 0.267446 17.9104 0.29024 17.9319C0.313034 17.9533 0.340775 17.9705 0.371695 17.9822C0.402615 17.9939 0.436036 18 0.469827 18H17.9838C18.0173 17.9992 18.0503 17.9925 18.0807 17.9805C18.1112 17.9685 18.1385 17.9513 18.1611 17.9301C18.1837 17.9088 18.2011 17.8838 18.2123 17.8566C18.2234 17.8295 18.2281 17.8006 18.2261 17.7719ZM15.0648 16.0074L12.9284 17.3003L14.3142 4.18606H15.0648V16.0074ZM15.3056 16.3737L17.2358 17.5814H13.3098L15.3056 16.3737ZM17.6931 17.3499L15.5513 16.0097V4.18606H16.3022L17.6931 17.3499ZM10.7899 0.41862C11.2259 0.41862 11.657 0.496794 12.0559 0.648156C12.4548 0.799518 12.8126 1.02075 13.1066 1.29773C13.4005 1.57471 13.6242 1.90137 13.7632 2.25687C13.9023 2.61237 13.9537 2.9889 13.9143 3.36245L13.8717 3.76745H11.6331L11.6717 3.40034C11.7347 2.83335 11.614 2.26244 11.3232 1.75081C11.0323 1.23918 10.5825 0.806786 10.0237 0.501503C10.2743 0.447148 10.5316 0.419315 10.7899 0.41862ZM11.1446 3.76745H7.57127L7.6654 2.87373C7.71229 2.40981 7.8986 1.96435 8.20604 1.58111C8.51348 1.19786 8.93148 0.89001 9.41899 0.687782C9.99697 0.923799 10.4766 1.30702 10.793 1.7855C11.1093 2.26398 11.247 2.81458 11.1874 3.36266L11.1446 3.76745ZM4.93833 2.87373C4.97714 2.48586 5.1135 2.10988 5.33797 1.77185C5.56243 1.43383 5.86964 1.14184 6.23829 0.916121C6.60694 0.690404 7.02822 0.536358 7.47293 0.464657C7.91765 0.392955 8.37517 0.405314 8.81379 0.500875C8.3531 0.757585 7.96658 1.10137 7.68364 1.50604C7.40071 1.91071 7.22883 2.36559 7.18109 2.83606L7.08258 3.76745H4.84395L4.93833 2.87373ZM2.15141 4.18606H13.8255L12.4102 17.5814H0.736185L2.15141 4.18606Z' fill='%23BB9255'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.products_sec .slider-area .slider .slide .button-add::before {
    content: '';
    display: flex;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'><path d='M18.2261 17.7719L16.7666 3.95792C16.7611 3.90588 16.7332 3.85748 16.6884 3.82224C16.6436 3.78699 16.5851 3.76745 16.5243 3.76745H14.3601L14.3988 3.40034C14.4541 2.86708 14.3492 2.33053 14.0941 1.84222C13.8389 1.35392 13.4422 0.930259 12.9419 0.611935C12.4416 0.293611 11.8546 0.0913143 11.2372 0.0244732C10.6199 -0.042368 9.99291 0.0284919 9.41656 0.230248C8.89285 0.0464219 8.32628 -0.0290158 7.76249 0.0100092C7.1987 0.0490342 6.65344 0.201431 6.17061 0.454928C5.68779 0.708425 5.28089 1.05594 4.98269 1.46948C4.68449 1.88303 4.50332 2.35104 4.45377 2.83585L4.3555 3.76745H1.92933C1.8686 3.76745 1.81007 3.78699 1.76524 3.82224C1.7204 3.85748 1.69251 3.90588 1.68705 3.95792L0.22755 17.7719C0.224509 17.8008 0.228512 17.83 0.239306 17.8576C0.2501 17.8851 0.267446 17.9104 0.29024 17.9319C0.313034 17.9533 0.340775 17.9705 0.371695 17.9822C0.402615 17.9939 0.436036 18 0.469827 18H17.9838C18.0173 17.9992 18.0503 17.9925 18.0807 17.9805C18.1112 17.9685 18.1385 17.9513 18.1611 17.9301C18.1837 17.9088 18.2011 17.8838 18.2123 17.8566C18.2234 17.8295 18.2281 17.8006 18.2261 17.7719ZM15.0648 16.0074L12.9284 17.3003L14.3142 4.18606H15.0648V16.0074ZM15.3056 16.3737L17.2358 17.5814H13.3098L15.3056 16.3737ZM17.6931 17.3499L15.5513 16.0097V4.18606H16.3022L17.6931 17.3499ZM10.7899 0.41862C11.2259 0.41862 11.657 0.496794 12.0559 0.648156C12.4548 0.799518 12.8126 1.02075 13.1066 1.29773C13.4005 1.57471 13.6242 1.90137 13.7632 2.25687C13.9023 2.61237 13.9537 2.9889 13.9143 3.36245L13.8717 3.76745H11.6331L11.6717 3.40034C11.7347 2.83335 11.614 2.26244 11.3232 1.75081C11.0323 1.23918 10.5825 0.806786 10.0237 0.501503C10.2743 0.447148 10.5316 0.419315 10.7899 0.41862ZM11.1446 3.76745H7.57127L7.6654 2.87373C7.71229 2.40981 7.8986 1.96435 8.20604 1.58111C8.51348 1.19786 8.93148 0.89001 9.41899 0.687782C9.99697 0.923799 10.4766 1.30702 10.793 1.7855C11.1093 2.26398 11.247 2.81458 11.1874 3.36266L11.1446 3.76745ZM4.93833 2.87373C4.97714 2.48586 5.1135 2.10988 5.33797 1.77185C5.56243 1.43383 5.86964 1.14184 6.23829 0.916121C6.60694 0.690404 7.02822 0.536358 7.47293 0.464657C7.91765 0.392955 8.37517 0.405314 8.81379 0.500875C8.3531 0.757585 7.96658 1.10137 7.68364 1.50604C7.40071 1.91071 7.22883 2.36559 7.18109 2.83606L7.08258 3.76745H4.84395L4.93833 2.87373ZM2.15141 4.18606H13.8255L12.4102 17.5814H0.736185L2.15141 4.18606Z' fill='%23ffffff'/></svg>");
}
.products_sec .slider-area .slider .slide .colors {
    display: flex;
    gap: 2px;
    margin-top: auto;
}
.products_sec .slider-area .slider .slide .colors .color {
    width: 13px;
    height: 13px;
    border: 1px solid #BB9255;
}
.products_sec .slider-area .slider .slide .colors .color.grey {
    background-color: #8E91A1;
}
.products_sec .slider-area .slider .slide .colors .color.red {
    background-color: #7C342B;
}
.products_sec .slider-area .slider .slide .colors .color.grey-blue {
    background-color: #44516B;
}
.products_sec .slider-area .slider .slide .colors .color.green {
    background-color: #3C5E3E;
}
.products_sec .slider-area .slider .slide .colors .color.dark-grey {
    background-color: #414243;
}
.products_sec .slider-area .slider .slide .colors .color.black {
    background-color: #000000;
}
@media (max-width: 767px) {
    .products_sec .title-area {
        flex-direction: column-reverse;
        align-items: center;
    }

    .products_sec .title-area .title-section {
        text-align: center;
        font-size: 28px;
    }
}
.feedbackform {
    display: flex;
}
.feedbackform .wrapper-form {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    width: 100%;
    gap: 32px;
    padding: 60px;
    background: #000000;
}

.feedbackform .wrapper-form .text-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 500px;
}
.feedbackform .wrapper-form .text-area .title {
    color: #FFF;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
}
.feedbackform .wrapper-form .text-area .text {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}
.feedbackform .wrapper-form .form-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    gap: 16px;
}
.feedbackform .wrapper-form .form-area .wpcf7-form > p{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
}

.wpcf7 form .wpcf7-response-output {
    color: #ffffff;
    padding: 10px;
}
.feedbackform .form-area .text {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    color: #18271D;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.feedbackform .form-area .text:focus {
    border: 1px solid #DFDFDF;
    outline: unset;
}
.feedbackform .form-area .text::placeholder {
    color: #D9D9D9;
    opacity: 1;
}
.feedbackform .form-area .text:-ms-input-placeholder {
    color: #999;
}
.feedbackform .form-area .text::-ms-input-placeholder {
    color: #999;
}
.feedbackform .form-area .button {
    display: flex;
    height: 50px;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #BB9255;
    border: none;
    max-width: max-content;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    cursor: pointer;
    margin-top: 16px;
    transition: background 0.7s;
}
.feedbackform .form-area .button:hover {
    background: #ffffff;
    color: #000000;
}
@media (max-width: 950px) {
    .feedbackform .wrapper-form {
        padding: 24px;
    }

    .feedbackform .wrapper-form .text-area .title {
        font-size: 32px;
    }

    .feedbackform .wrapper-form .text-area .text {
        font-size: 14px;
    }

    .feedbackform .form-area .button {
        margin-top: 8px;
        width: 100%;
        max-width: unset;
    }

    .feedbackform .wrapper-form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 555px) {
    .feedbackform.page-wrapper {
        padding: 0;
    }
}
.services {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.services .wrapper_title {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.services .wrapper_title .title-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 14px 0 0;
    margin-left: auto;
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    color: #414243;
    gap: 25px;
    padding-right: 50px;
}
.services .wrapper_title .title-area .title-section {
    color: #414243;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 8px;
    position: relative;
    text-shadow:
        6px 0 #F1F0EF,
        -6px 0 #F1F0EF,
        0 6px #F1F0EF,
        0 -6px #F1F0EF,
        6px 6px #F1F0EF,
        -6px -6px #F1F0EF,
        -6px 6px #F1F0EF,
        6px -6px #F1F0EF,
        0px 8px 8px rgba(0, 0, 0, 0.25);
}
.services .wrapper_title .title-area::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #BB9255;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.services .wrapper_title .title-area .button-go {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 196px;
    min-width: 196px;
    height: 40px;
    background-color: #BB9255;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 800;
}
.services .wrapper_title .title-area .button-go:hover {
    background-color: #000000;
}
.services .wrapper_title .text_title {
    font: 300 20px/1.2 'Montserrat', sans-serif;
    color: #414243;
    padding-top: 25px;
}
.services .items_area {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.services .items_area .item {
    display: flex;
    flex-direction: column;
    width: calc(33.3% - 7px);
    min-height: 280px;
    overflow: hidden;
    position: relative;
    padding: 12px;
}
.services .items_area .item .img-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.services .items_area .item .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services .items_area .item .text-area {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
    background: rgba(225, 255, 255, 0.58);
    position: relative;
    width: 85%;
}
.services .items_area .item .text-area .title-item {
    font: 800 20px/1.2 'Montserrat', sans-serif;
    color: #000000;
}
.services .items_area .item .text-area .text-item {
    font: 500 12px/1.2 'Montserrat', sans-serif;
    color: #000000;
}
@media (max-width: 970px) {
    .services .wrapper_title {
        flex-direction: column;
    }

    .services .items_area .item {
        width: calc(50% - 10px);
        padding: 0;
    }

    .services .items_area .item .text-area {
        width: 95%;
    }
}
@media (max-width: 600px) {
    .services .items_area {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .services .items_area::-webkit-scrollbar {
        display: none;
    }

    .services .items_area .item {
        width: 287px;
        min-width: 287px;
    }

    .services .items_area .item .text-area .title-item {
        font: 800 16px/1.2 'Montserrat', sans-serif;
    }

    .services .items_area .item .text-area .text-item {
        font: 500 10px/1.2 'Montserrat', sans-serif;
    }
}
@media (max-width: 600px) {
    .services .wrapper_title {
        gap: 20px;
    }

    .services .wrapper_title .title-area {
        font-size: 25px;
        text-align: center;
        padding-right: 0;
        align-items: center;
    }

    .services .wrapper_title .title-area .title-section {
        line-height: 1.3;
    }

    .services .wrapper_title .text_title {
        text-align: center;
        font-size: 14px;
    }
}
@media (max-width: 350px) {
    .services .wrapper_title .title-area .title-section {
        font-size: 23px;
    }
}