.searchwp-live-search-result--info a, .searchwp-live-search-result--info p {
    color: #000;
}
.searchwp-live-search-result--desc{display:none;}
nav.rubrik-menu ul {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    background: #000000;
    z-index: 3;
}
nav.rubrik-menu ul a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0px;
    display: block;
}

td, th {
    text-align: left;
    background: #292929;
    padding: 10px;
    border-radius: 5px;
}
i.fa-solid.fa-xmark {
    position: absolute;
    right: 2%;
    top: 4%;
    color: #fff;
    font-size: 42px;
    transition: 0.4s;
	cursor:pointer;
}
i.fa-solid.fa-xmark:hover{transform:rotate(90deg);}
.tovs .opis.visible {
    opacity: 1;
    z-index: 9;
    pointer-events: all;
}
.tovs .opis > div {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    order: 2;
}
.tovs .opis > div ~ div {
    order: 0;
    padding-right: 10%;
}
.tovs .opis > div h2 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    padding: 0;
}
p.text {
    text-align: center;
    font-size: 26px;
    margin-bottom: 70px;
}
span.tovar a {
    margin: 0 auto;
    display: block;
    margin-bottom: 22px;
}
span.tovar h2 {
    font-size: 22px;
    text-align: center;
}
.tovs .opis {
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    z-index: 9;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 7%;
}
span.tovar h2, span.tovar a {
    color: #fff;
}
span.tovar {
    padding: 0px;
    margin: 15px;
    border-radius: 8px;
    background: #202020;
}
span.tovar > img {
    max-height: 300px;
    object-fit: contain;
    background: url(/wp-content/uploads/dark-wood.avif);
    padding: 20px 0px;
}
.tovs .opis table {
    margin-top: 20px;
}
span.tovar img {
    border-radius: 10px 10px 0px 0px;
}



body form.searchwp-form .searchwp-form-input-container .swp-input {
    margin: 0;
    width: 100%;
    border: 1px solid #505050;
    border-radius: 10px;
}

.home-zag.small h1 a {
    color: #fff;
}
.home-zag.small.prosto-page-php {
    position: relative;
}
.home-zag.small.prosto-page-php::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/Alex-Bohemian2.jpg);
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
}


.home-zag.small h1 .im {
    position: absolute;
    width: 220px;
    height: 220px;
    right: calc(50% - 110px);
    top: calc(50% - 110px);
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 36px;
    border-radius: 50%;
}

.category-hero {
    background-size: cover !important;
    background-position: center !important;
}
.home-zag.small h1 nav {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.home-zag.small h1 nav a {color:#fff;}
.home-zag.small h1 {
    padding: 100px 10%;
    background: rgb(0 0 0 / 76%);
    color: #fff;
    margin-bottom: 0px;
    position: relative;
}
.category-posts {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    padding: 0px 10%;
}
img {
    width: 100%;
    height: auto;
}
.category-posts .post a {
    color: #2b2b2b;
    text-align: center;
    display: block;
}
.category-posts .post {
    box-shadow: 0px 0px 25px -15px #000;
    margin: 0px 30px 30px 0px;
    padding: 25px;
    border-radius: 15px;
    transition: 0.2s;
}
.category-posts .post:hover{transform:scale(1.1);}

a.btn-watch {
    color: #000;
    border: 2px solid #ffffff;
    width: fit-content;
    padding: 10px 20px;
    transition: 0.2s;
}
a.btn-watch:hover {
    transform: scale(1.1);
}
.swiper a {
    text-decoration: none;
    display: flex;
}
body .swiper-pagination {
    margin-bottom: 20px;
    max-width: fit-content;
    position: relative;
    margin: 0 auto;
    background: transparent;
    border-radius: 50px;
    padding: 12px 48px;
    display: flex;
    justify-content: center;
}
.pags {
    position: absolute;
    width: 100%;
    bottom: 0;
}
body.scrolled  .swiper {
    box-shadow: 0px 0px 0px 0px #313131;
    transition: 0.4s;
	z-index:-1;
}
body.scrolled section.rybriki {
    box-shadow: 0px 0px 100px -20px #000;
    opacity: 1;
}
section.rybriki {
    padding: 0;
    position: relative;
    z-index: 0;
    transition: 0.4s;
    background: #fff;
}



.child-category .div a.btn-watch {
    border: 2px solid #fff;
    margin-top: 12px;
}
.child-category p,
.child-category a.btn-watch{color:#fff;}
.child-category h3, .child-category h3 a {
    color: #fff;
    font-size: 65px;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 800;
}
.child-category .div {
    width: 100%;
    height: 100%;
    min-height: 60vh;
    background-position: center !important;
    background-size: cover !important;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 15%;
    background: #181818;
}
.child-categories {
    display: flex;
    flex-direction: column;
}

.child-category {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0%;
}

/* Для нечётных (1,3,5...) фото слева, текст справа */
.child-category:nth-child(odd) {
  flex-direction: row;
}

/* Для чётных (2,4,6...) фото справа, текст слева */
.child-category:nth-child(even) > .div ~ .div {
    order: 1;
    padding-left: 15%;
}
.child-category:nth-child(even) > .div {
    order: 2;
	padding-left: 15%;
}



body .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff0d18;
    opacity: 1;
    transform: scale(1.4);
}
body .swiper-pagination-bullet:hover{transform:scale(1.1);}
body .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #2b2b2b;
    transition: 0.4s;
    display: block;
}

body .swiper-button-next, 
body .swiper-button-prev {
    color: #fff;
    background: #2b2b2b;
    padding: 6px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
	transition:0.2s;
}
body .swiper-button-next:hover, 
body .swiper-button-prev:hover{transform:scale(1.1);}
body .swiper-button-next::after, body .swiper-button-prev::after {
    font-size: 20px;
}






a.joie {
    text-transform: uppercase;
    color: #979797;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 20px;
}
.fyter {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    background: #181818;
    color: #fff;
    padding: 50px 10%;
}
.fyter > span {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.fyter ~ center {
    color: #fff;
}
a{transition:0.2s;}

h1 {
    font-size: 40px;
}
h2 {
    font-size: 35px;
    color: #2b2b2b;
}
p, a, li {
    font-size: 18px;
    color: #fff;
}

body {
    margin: 0;
    font-family: 'Montserrat';
    background: #181818;
}
a {
    text-decoration: none;
}
img{width:100%;}
section {
    padding: 50px 10%;
}
* {
    box-sizing: border-box;
}

section.fyter img {
    max-width: 450px;
    margin: 0 auto;
    display: block;
}
section.fyter {
    display: grid;
    grid-template-columns: 100%;
    background: #ffffff;
    border-top: 1px solid #d4d1d1;
    margin-top: 50px;
    text-align: center;
}
nav.footer-nav ul {
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
}
nav.footer-nav ul a {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}



@media(max-width:1400px){
.home-zag.small h1 .im {
    right: 12%;
}
}


@media(max-width:1000px){
i.fa-solid.fa-xmark {
    position: fixed;
}
    .tovs .opis {
        grid-template-columns: 100%;
        overflow-y: scroll;
        max-height: 100vh;
    }
.tovs .opis > div {
    order: 1;
}
    .tovs .opis > div ~ div {
        order: 2;
        padding: 23px 0px;
    }
.g3 {
    grid-template-columns: 100%;
}
    .home-zag.small h1 .im {
        right: 12%;
        top: 0;
        right: 0;
        border-radius: 0px 0px 0px 50%;
        padding: 43px;
        width: 80px;
        height: 80px;
        padding: 12px;
    }
}


@media(max-width:1200px){
.page {
    margin-top: 65px;
}
.child-category {
    display: grid;
    grid-template-columns: 100%;
    gap: 0%;
}
.child-category:nth-child(even) > .div ~ .div {
    order: 2;
    padding-left: 15%;
}
.fyter {
    display: grid;
    grid-template-columns: 100%;
}
}

@media(max-width:650px){
h1 {
    font-size: 35px;
}
p.text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 70px;
}
    nav.rubrik-menu ul {
        display: grid;
        grid-template-columns: 49% 49%;
        padding: 15px 15px;
        text-align: center;
        gap: 5px;
    }
	nav.rubrik-menu ul a {
    background: #1b1b1b;
    padding: 4px 0px;
    border-radius: 10px;
}
body .swiper-button-next, body .swiper-button-prev {
    color: #000000;
    background: transparent;
}
.child-category:nth-child(even) > .div ~ .div,
.child-category .div {
    padding: 55px 25px;
}
.child-category .div {
    min-height: 25vh;
}
    .child-category h3, .child-category h3 a {
        font-size: 26px;
        word-break: break-all;
    }
}