:root {
  --color1: #2995c0;
  --color2: #000;
  --color3: #fff;
}

.zamov {
    background: linear-gradient(45deg, #2995c0, #0d4c66);
    padding: 15px;
    border-radius: 10px;
    color: #fff;
}

.home-s {
    margin-top: 65px;
}
.blocks0123 strong {
    color: var(--color1);
    font-size: 22px;
    margin-right: 6px;
}
.imgs_asdf::after {
    background: linear-gradient(45deg, #286e88, transparent);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.imgs_asdf {
    position: relative;
    background: url(/wp-content/uploads/1-3.webp);
    background-size: cover;
    background-position: center;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}
.imgs_asdf svg {
    position: absolute;
    z-index: 3;
    font-size: 25px;
    left: 0;
    top: 0;
    font-size: 26px;
    background: var(--color2);
    color: #2c7d9c;
    padding: 18px;
    border-radius: 0px 0px 31px 0px;
}
u {
    text-decoration: none;
}

.banner_asdf {
    background: linear-gradient(45deg, var(--color1), #224e5f);
    padding: 25px 65px;
    border-radius: 10px;
    margin: 50px 0px;
    color: var(--color2);
    display: grid;
    grid-template-columns: 54% 46%;
}
.banner_asdf > div span {
    margin: 20px 0px;
    display: block;
}
.banner_asdf a {
    color: var(--color2);
    margin: 0;
    padding: 0;
    font-size: 30px;
}
.banner_asdf h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #d5d5d5;
    font-weight: 300;
}
.banner_asdf h2 {
    color: var(--color2);
    margin-top: 19px;
}
.banner_asdf p {
    margin: -50px 0px;
    font-size: 24px;
    margin-bottom: 55px;
}



.blocks0123 > div{
    display: grid;
    grid-template-columns: 50% 50%;
}
.blocks0123 > :nth-child(2n) > h2 {
    order: 2;
}
.blocks0123 h2 {
    font-size: 8vw;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #ebebeb;
}
.blocks0123 > div h2, .blocks0123 > div div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

body .product-image .swiper-wrapper,
body .product-image .swiper-slide, 
body .product-image .swiper-slide {
    height: fit-content;
}
.woocommerce-product-details__short-description h2 {
    font-size: 22px;
}
body .product-image .thumbs-slider {
    margin-top: 20px;
}

body .product-image .swiper-button-next, body .product-image .swiper-button-prev {
    color: #ffffff;
    border: 0px solid var(--color2);
    width: 50px;
    height: 50px;
    padding: 13px;
    box-sizing: border-box;
    transition: 0.4s;
    background: var(--color1);
}

body .product-image .thumbs-slider .swiper-slide{cursor:pointer;}

.posts > div h3 {
    font-size: 16px;
}
.images > .img {
    float: left;
    width: 25%;
    margin: 4%;
}
.images {
    display: table;
    grid-template-columns: 25% 25% 25% 25%;
}
.images .img::before,
.images .img::after {width:75px;height:75px;}


.fut-back .menu ul ul {
    display: none;
}
.home-s .swiper-wrapper, .home-s .swiper-slide, .home-s .swiper-slide-text {
    min-height: auto;
}


section.recent.filter > div::before,
section.recent.filter > div::after,
section.recent.filter > div > :nth-child(1)::before, 
section.recent.filter > div > :nth-child(2)::before,
section.recent.filter > div > :nth-child(1)::after, 
section.recent.filter > div > :nth-child(2)::after{display:none;}
section.recent.filter .left-widget {
    background: #ffffff;
    box-shadow: 0px 0px 50px -31px #000;
    border-radius: 14px;
    height: fit-content;
}
section.recent.filter {
    position: relative;
    overflow: hidden;
    padding-bottom: 55px;
}
section.recent ul.subcategories {
    display: grid;
    grid-template-columns: 50% 50%;
}
section.recent > div .span ul.subcategories > li {
    box-shadow: none;
}
section.recent.filter > div.posters > ul {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding: 0;
    margin-left: 3%;
    grid-column-gap: 0;
}
section.recent.filter > div {
    margin: 0;
    padding: 0;
}
section.recent.filter .left-widget ul li {
    font-weight: 600;
    position: relative;
    margin: 8px 0px;
    display: flex;
    background: #f7f4f4;
    padding: 6px;
    border-radius: 7px;
}
section.recent.filter .left-widget h3 {
    font-size: 20px;
    text-align: center;
}
section.contacts {
    position: relative;
}
section.contacts::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/ukraine.png);
    background-position: center;
    filter: brightness(0);
    background-repeat: no-repeat;
    background-size: 70%;
    z-index: -1;
}
section.contacts > div {
    display: grid;
    grid-template-columns: 47% 47%;
    grid-column-gap: 5%;
}
iframe{min-height:500px;}


.home-zag.small ~ section.comanda {
    margin-top: 0;
    margin-bottom: 125px;
}

a.gora {
    scroll-behavior: smooth;
    position: fixed;
    right: 10%;
    bottom: 8%;
    transition: 0.4s;
    margin-bottom: -150px;
    background: var(--color1);
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 9;
}
a.gora:hover {
    color: #000000;
}
a.gora.lip {
    margin-bottom: 0;
}
html {
  scroll-behavior: smooth;
}

section.galyzi > div {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
section.galyzi > div ul {
    display: none;
}
section.galyzi > div > div h3 {
    font-size: 22px;
}
section.galyzi > div ul.visible {
    display: block;
}
section.galyzi .content b.active {
    transform: rotate(45deg);
    background: transparent;
    color: #F44336;
}
section.galyzi > div svg {
    color: var(--color1);
    font-size: 27px;
}
section.galyzi .content {
    position: relative;
    padding-right: 50px;
    border: 1px solid #e1e1e1;
    margin: 4px;
    padding: 25px 50px;
    padding-left: 100px;
}
section.galyzi .content b {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 50px;
    font-weight: 300;
    width: 35px;
    height: 35px;
    background: var(--color1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: var(--color2);
    cursor: pointer;
    transition: 0.4s;
}

.zamov input, .zamov select, .zamov textarea {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 16px;
    padding: 10px 13px;
    border-radius: 4px;
    margin: 3px 0px;
    display: block;
}
.fut-back  li.aa21 {}
.fut-back .menu {
    display: grid;
    grid-template-columns: 50% 50%;
}
.fut-back .logo {
    position: relative;
    width: 230px;
    margin: 17px 0px;
    margin-left: 0;
    margin-bottom: 0;
    filter: invert(1);
}
.footer-widget .mob-search {display:none;}
.fut-back a {
    color: #a3a3a3;
    font-size: 18px;
}
.menu-item-has > a,
.fut-back li.menu-item-has-children > a {
    color: var(--color2);
}
.fut-back {
    display: flex;
    justify-content: center;
    background: #0c0c0c;
    position: relative;
    padding: 50px 10%;
    margin-top: 100px;
    color: #fff;
}
section.recent .left-widget ul {
    grid-template-columns: 100%;
}


section.back-lines {
    background: url(/wp-content/uploads/15.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.darck-sect .category-posts .category-post::before,
.darck-sect .category-posts .category-post::after {background: #353535;}

.darck-sect h2, .darck-sect h3, .darck-sect a {
    color: var(--color2);
}
.darck-sect {
    background: #0c0c0c;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 50px;
    z-index: 2;
    color: var(--color2);
    overflow: hidden;
}
.darck-sect:before {
    content: "";
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(177deg, rgb(255 255 255 / 0%) 50%, #0c0c0c 51%);
}
.darck-sect:after {
    content: "";
    position: absolute;
    bottom: -99px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(177deg, rgb(12 12 12) 50%, rgb(255 255 255 / 0%) 51%);
}


.category-posts {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin: 50px 0px;
    margin-left: -25px;
    min-width: calc(100% + 50px);
}
.category-post {
    position: relative;
    padding: 25px;
}
.category-posts .category-post::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 150px;
    background: #f1f1f1;
    right: -1px;
    bottom: -75px;
    z-index: 2;
}
.category-posts .category-post::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 150px;
    background: #f1f1f1;
    bottom: -1px;
    right: -75px;
    z-index: 2;
}



img {
    width: 100%;
}

h2.post-title {
    font-size: 18px;
}


section.comanda {
    margin-top: 150px;
}
section.comanda > div {
    display: grid;
    grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    grid-column-gap: 0%;
    /* background: var(--color1); */
    padding: 0px;
    border-radius: 50px;
    min-width: calc(100% + 26px);
    margin-left: -16px;
}
section.comanda > div > div {
    background: var(--color1);
    overflow: hidden;
    border-radius: 50px 0px;
    margin: 16px;
}
section.comanda > div img {
    border-radius: 25px 0px 25px 0px;
    width: 100%;
}
section.comanda > div p {
    color: var(--color2);
    position: relative;
    padding-left: 28px;
    margin: 23px 14px;
}
section.comanda > div p svg {
    position: absolute;
    left: 5px;
    top: calc(50% - 9px);
}
section.comanda .img::before, section.comanda .img::after {
    width: 50px;
    height: 50px;
}


h2.center {
    text-align: center;
}
header ul.menu.dark > li a {color:var(--color2);}
header ul.menu.dark {
    background: #111;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
}
header ul.menu.lip.dark ul a {color:#000;}
header ul.menu.lip.dark > li.cat > a {
    color: var(--color2);
}
header ul.menu.lip.dark > li.cat > a::before,
header ul.menu.lip.dark > li.cat > a::after {
    background: var(--color2);
}
.zags a {
    position: relative;
    z-index: 2;
}

.img img {
    z-index: 2;
    position: relative;
    width: 100%;
}
.img {
    position: relative;
}
.img::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 250px;
    height: 250px;
    border: 0px solid #d9888d;
    z-index: 1;
	background: var(--color1);
    
}
ul {
    margin: 0;
    padding: 10px 19px;
    list-style: circle;
}
.img::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 250px;
    height: 250px;
    background: #353535;
    z-index: 1;
}
.us-x2 > div .img {
    width: 70%;
    margin: 8% 0%;
}
.us-x2 > div {
    display: grid;
    grid-template-columns: 50% 50%;
}
.us-x2 > div > div p {
    padding-right: 10%;
}
.us-x2 > :nth-child(2n) > div ~ div {
    order: 0;
    padding: 0;
}
.us-x2 > :nth-child(2n) > div {
    order: 2;
    padding-left: 6%;
}
.us-x2 > div > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.us h3 strong {
    color: #1c1c1c;
    position: absolute;
    font-size: 12vw;
    z-index: -1;
    font-weight: 900;
    left: -6%;
}

section.us h2, section.us h3 {
    color: var(--color2);
	position:relative;
}

section.us:before {
    content: "";
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(177deg, rgb(255 255 255 / 0%) 50%, #0c0c0c 51%);
}
section.us:after {
    content: "";
    position: absolute;
    bottom: -99px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(177deg, rgb(12 12 12) 50%, rgb(255 255 255 / 0%) 51%);
}
section.us {
    background: #0c0c0c;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    z-index: 2;
    color: var(--color2);
}


section.recent {
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
}




.logo:hover .s{animation: rotate 0.5s linear infinite;}
.logo .s {
    position: absolute;
    left: -17%;
    top: -28%;
    width: 26%;
    height: 169%;
    z-index: 2;
    transition: 0.4s;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.home-s .swiper-horizontal {
    background: #111;
    height: 480px;
    position: relative;
}
.swiper-horizontal {
    overflow: hidden;
    position: relative;
}
.background-move {
    background-size: 100% !important;
    animation: moveBackground 50s linear infinite!important;
    width: 100%!important;
    position: relative;
}

@keyframes moveBackground {
    0% {
        background-position: 0 0;  /* Начальная позиция фона */
    }
    50% {
        background-position: 0 100% ; /* Перемещение на 100% ширины элемента */
    }
    100% {
        background-position: 0 0;  /* Возвращение к исходной точке */
    }
}

body .xoo-wsc-items-count {
    background-color: #000000;
    color: var(--color2)fff;
}

@keyframes slide {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0px);
    }
}

.animate {
    animation: slide 1s ease-in-out 1 forwards;
}

.a1 {
    animation-delay: 0s;
}

.a2 {
    animation-delay: 0.1s;
}

.a3 {
    animation-delay: 0.2s;
}

.a4 {
    animation-delay: 0.3s;
}

.a5 {
    animation-delay: 0.4s;
}

.a6 {
    animation-delay: 0.5s;
}

.a7 {
    animation-delay: 0.6s;
}


        @keyframes aa {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        @keyframes bb {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

.logo .klim img~img~img~img~img~img~img {
    left: 63%;
}
.logo .klim img~img~img~img~img~img {
    left: 55%;
}
.logo .klim img~img~img~img~img {
    left: 46%;
}
.logo .klim img~img~img~img {
    left: 37%;
}
.logo .klim img~img~img {
    left: 31%;
}
.logo .klim img~img {
    left: 21%;
}
.logo .klim img {
    position: absolute;
    width: auto;
    left: 11%;
    height: 30%;
}
.logo .klim > :nth-child(1) {

}

.logo .klim {
    position: absolute;
    left: 0.5%;
    bottom: -82%;
    width: 100%;
    height: 100%;
}


.logo .a, .logo .b{
            position: absolute;
    left: 0;
    top: 0;
   width: 100%;
}
.logo .a {
    animation: aa 160s infinite;
    animation-timing-function: linear;
    background-repeat: no-repeat;
    z-index: 2;
}

.logo .b {
            animation: bb 30s infinite;
            animation-timing-function: linear;
            background-repeat: no-repeat;
}

.logo {
    position: relative;
    width: 230px;
    margin: 26px 0px;
    margin-left: 0;
}



.subcategories.in-in {
    margin-bottom: -60px;
}

body .woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    width: 100%;
}
input[type="radio"] {
    /* opacity: 0; */
    position: relative;
    display: block;
    margin: -2px 0px;
    margin-right: 13px;
    cursor: pointer;
}
input[type="radio"]::after {
    content: '✔';
    position: relative;
    width: 20px;
    height: 20px;
    background: #e7e7e7;
    left: 0;
    z-index: 2;
    display: block;
    border: 2px solid var(--color2);
    border-radius: 6px;
    transition: 0.4s;
    text-align: center;
    font-weight: 900;
    line-height: 19px;
    padding-left: 0px;
    color: transparent;
    top: calc(50% - 13px);
}
input[type="radio"]:checked::after {
    content: '✔';
    background: #f1f1f1;
    color: var(--color1);
}
input[type="radio"] {
    position: relative;
}


span.woocommerce-input-wrapper {
    display: flex;
}
span.woocommerce-input-wrapper input {
    margin-right: 13px;
}
body .woocommerce form .form-row.woocommerce-invalid .select2-container, 
body .woocommerce form .form-row.woocommerce-invalid input.input-text, 
body .woocommerce form .form-row.woocommerce-invalid select {
    border-color: var(--wc-red);
    border: 1px solid #F44336;
}


section.recent.filter>div.filter-but{display:none;}
header ul.menu li.mob-search {
    display: none;
}
section.recent.filter .cats-shop-page ~ .posters {
    display: none;
}
a.dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-more,
a.dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-selected {
    display: none;
}
body .xoo-wsc-footer a  {
    font-size: 16px;
    margin: 0 auto;
}

body .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, 
body .xoo-wsc-container .xoo-wsc-btn {
    background-color: #4CAF50;
    color: var(--color2)fff;
    border: 0px solid var(--color2)fff;
    padding: 10px 20px;
    border-radius: 8px;
}
body .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, 
body .xoo-wsc-container .xoo-wsc-btn:hover {
    background-color: var(--color2)fff;
    color: #000000;
    border: 0px solid #000000;
}
section.recent.filter .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products {
    display: none;
}

.woocommerce input, .woocommerce textarea {
    border-bottom: 0px solid #c7c7c7;
    border-radius: 0;
    background: #f1f1f1;
    border-radius: 10px;
}


body .woocommerce nav.woocommerce-pagination ul li a, 
body .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
    border-radius: 50px;
    height: 25px;
    line-height: 10px;
    text-align: center;
}

body .woocommerce .woocommerce-pagination ul.page-numbers li, 
body .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.recent.filter div.posters ul.page-numbers span.current {
    color: var(--color2);
    background: var(--color1);
    border-radius: 50px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 11px;
    text-align: center;
}
section.recent.filter div.posters ul.page-numbers span {
    border: none;
    background: transparent;
	    border-radius: 50px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 11px;
    text-align: center;
}

body .woocommerce nav.woocommerce-pagination ul li,
section.recent.filter div.posters ul.page-numbers span li {
    border: none;
    background: transparent;
}
section.recent.filter div.posters ul.page-numbers {
    display: flex;
    justify-content: center;
    border: none;
    border: 1px solid #efe7e7;
    border-radius: 6px;
    padding: 10px 0px;
}

.pri-es, div#price-slider {
    padding: 0px 6px;
}
.filteras h3 {
    text-align: center;
    background: var(--color1);
    color: var(--color2);
    padding: 7px 0px;
    margin: 0;
    margin-bottom: 25px;
}
.filteras input {
    background: #f5f5f5;
    display: block;
    width: 100%;
}
.pri-es > span {
    width: 100%;
    display: grid;
    grid-template-columns: 16% 67% 16%;
}
.pri-es p {
    font-size: 14px;
    padding: 0px 5px;
}
.pri-es {
    display: grid;
    justify-content: center;
    margin-bottom: 20px;
}
.filteras .ui-state-default, 
.filteras .ui-widget-content .ui-state-default {
    background: red;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    background: var(--color2);
    box-shadow: 0px 0px 13px -2px #000;
    top: -7px;

}
.filteras .ui-state-default:hover, 
.filteras .ui-widget-content .ui-state-default:hover {
    transform:scale(1.1);
}
.filteras .ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
    background: #e7e7e7;
    height: 7px;
    border-radius: 10px;
    width: 75%;
    margin: 0 auto;
}
.filteras .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background: linear-gradient(45deg, #ffbbbd, #e21a21);
    height: 100%;
}


.filteras .a21 {
    margin: 25px auto;
}


.about  span {
    border-left: 10px solid var(--color1);
    padding: 47px 0px;
    padding-left: 37px;
}

.f-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.f-right > span {
    display: flex;
}
.f-right a {
    display: flex;
    padding: 8px 0px;
	color:var(--color2);
}

.f-right p {
    margin: 0;
    padding: 0px;
    padding-left: 10px;
    margin-right: 25px;
    color: var(--color2)fff;
    font-weight: 500;
}
.f-right  svg {
    font-size: 21px;
}
body .xoo-wsc-basket {
    bottom: 5%;
    right: 3%;
    background-color: var(--color2)fff;
    color: #000000;
    box-shadow: 0px 0px 15px 2px #0000001a;
    border-radius: 50%;
    display: flex;
    width: 60px;
    height: 60px;
}
.fut-back li.aa21 {
    list-style: none;
    margin-left: -15px;
}
.fut-back a.a21 {
    color: var(--color2);
    font-size: 14px;
    font-weight: 500;
}
section.recent b {
    font-size: 12px;
}
section.recent > div span h2 a {
    display: block;
    color: var(--color1);
    font-weight: 400;
    text-transform: none;
    font-size: 24px;
    margin-top: 13px;
}

h1, h2, h3, h4 {
    color: #000000;
}
.about-s center p {
    border: 0px solid;
    padding: 31px 0px;
    font-size: 18px;
    border-left: 10px solid var(--color1);
    margin: 0 auto;
    width: 50%;
    display: block;
    text-align: left;
    padding-left: 17px;
    font-weight: 600;
    margin: 50px 0px;
}
.about-s center::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/ar.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.about-s center {
    display: block;
    position: relative;
    padding: 30px 0px;
    margin-top: 50px;
    border-radius: 14px;
    margin-bottom: -35px;
    position: relative;
    background: var(--color2)fffcf;
    overflow: hidden;
}
.about h2 {
    margin-top: 0;
}
.about-s strong em u {
    color: var(--color1);
    text-decoration: none;
}
.about-s > div h3 {
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    color: #535353;
}
.about-s > div h3 bold {
    position: absolute;
    color: #d8ffe8;
    font-size: 200px;
    font-weight: 900;
    z-index: -1;
    left: -34px;
    top: -105px;
}
.about-s {
    padding: 50px 10%;
    padding-bottom: 0;
}
.about-s > div {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 5%;
    width: 100%;
}
.about-s > div span {
    transition: 0.4s;
    background: transparent;
    padding-bottom: 10px;
    border: 0px solid #dfdfdf;
    /* padding: 15px; */
    border-radius: 10px;
    /* box-shadow: 0px 0px 29px -24px #000; */
    position: relative;
    /* border: 1px solid #ededed; */
    padding: 0px 18px;
    border: 2px solid #d8ffe8;
    margin-bottom: 16%;
}
.about-s > div span::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: #d8ffe8;
    z-index: -1;
    border-radius: 100px 0px 9px 0px;
}
.about-s > div ul {
    margin: 0;
    padding: 0;
}
.about-s > div ul li {
    list-style: circle;
    padding: 0px 0px;
    margin: 16px 20px;
    font-size: 14px;
}

.about {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 50px 10%;
}
.about > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.about .div {
    position: relative;
    overflow: hidden;
}
.about.b .div::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 29%;
    height: 100%;
    background: linear-gradient(295deg, rgb(255 255 255 / 0%) 50%, var(--color2)fff 50%);
}
.about.b > .div::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 29%;
    height: 100%;
    background: linear-gradient(-245deg, rgb(255 255 255 / 0%) 50%, var(--color2)fff 50%);
}

.about .div::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 29%;
    height: 100%;
    background: linear-gradient(295deg, rgb(255 255 255 / 0%) 50%, var(--color2)fff 50%);
}
.about > .div::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 29%;
    height: 100%;
    background: linear-gradient(-245deg, rgb(255 255 255 / 0%) 50%, var(--color2)fff 50%);
}

.header-right svg {
    /* background: var(--color1); */
    color: var(--color1);
    /* padding: 4px; */
    width: 18px;
    height: 18px;
    margin: 4px 4px;
    margin-left: 9px;
    transition: 0.3s;
    margin-right: 0;
    position: absolute;
    left: -6px;
    top: calc(50% - 13px);
}
.header-right a:hover svg{
    transform: scale(1.1);
}
.header-right {
    padding: 28px 28px;
    text-align: right;
    padding-right: 0;
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    gap: 30px;
    margin-left: auto;
    margin-right: 0;
}
.header-right > :nth-child(3) {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.header-right a p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    font-weight: 500;
    padding-left: 7px;
}
.header-right a {
    color: var(--color2)fff;
    display: block;
    display: flex;
}
.header-right p {
    color: var(--color2);
    font-size: 16px;
    margin: 0;
    margin-bottom: 6px;
    position: relative;
    padding-left: 25px;
    min-height: 20px;
}
.header-right p strong {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

header > :nth-child(1) {
    margin-left: 10%;
    width: 33.33%;
}
header > :nth-child(2) {
   width: 33.33%;
}
header > :nth-child(3) {
    margin-right: 10%;
    width: 33.33%;
}

html .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
  opacity: 1;
  font-style: normal;
  font-weight: 300;
  color: var(--color2);
  font-family: 'montserrat';
}

header .dgwt-wcas-widget, header .widget_custom_html {
    float: left;
}

a.main-logo {
    width: 225px;
    display: block;
    margin: 15px 0px;
}




section.recent > div span span{margin:0;}
section.recent .woocommerce-billing-fields  span{margin:0;} 
section.recent div#payment ul{display:flex;}


html .woocommerce .products ul::before,
html .woocommerce .products ul::after{display:none;}
section.recent > div > span h3 b {
    font-weight: 300;
    font-size: 14px;
    margin-left: 5px;
    color: #1bd3ff;
}
.dgwt-wcas-suggestions-wrapp {
    color: #000;
}
body .wc-block-components-sidebar {
    box-sizing: border-box;
    margin-top: 8px;
    padding-left: 0;
    width: 100%;
    max-width: 350px;
    margin-top: 50px;
}
html .is-large.wc-block-cart .wc-block-components-sidebar, body .wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 4.5283018868%;
    width: 100%;
    margin-top: 14px;
}


body .wc-block-cart table.wc-block-cart-items, 
body .wc-block-cart table.wc-block-cart-items td, 
body .wc-block-cart table.wc-block-cart-items th {
    margin: 0;
}
ul.wc-item-meta li {
    display: flex;
    justify-content: space-between;
}
ul.wc-item-meta {
    margin: 0;
    padding: 0px 0px;
    font-size: 12px;
}
ul.wc-item-meta li p {
    margin: 0;
}
body .woocommerce table.shop_table tbody th,
body .woocommerce table.shop_table tfoot td, 
body .woocommerce table.shop_table tfoot th{
    font-weight: 700;
    border-top: 0px solid rgba(0, 0, 0, .1);
}
body .woocommerce table.shop_table tbody th, 
body .woocommerce table.shop_table tfoot td, 
body .woocommerce table.shop_table tfoot th
body .woocommerce table.shop_table td {
    border-top: 0px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
tr {
    border: 1px solid #efefef;
    /* display: flex; */
    margin: 3px 0px;
    border-radius: 8px;
}
body.woocommerce-checkout  section {padding:0;}


body #add_payment_method #payment div.form-row, 
body .woocommerce-cart #payment div.form-row, 
body .woocommerce-checkout #payment div.form-row {
    padding: 0;
}

.choice {
    display: flex;
    margin: 15px 0px;
}
ul.wc_payment_methods.payment_methods.methods {
    display: none;
}
body .woocommerce #payment #place_order, 
body .woocommerce-page #payment #place_order {
    float: left;
}
body #add_payment_method #payment, 
body .woocommerce-cart #payment, 
body .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 5px;
}
body .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: flex;
    padding: 15px 0px;
    padding-left: 0px;
    line-height: 21px;
}
body .woocommerce form .form-row .input-checkbox {
    /* opacity: 0; */
    position: relative;
    display: block;
    margin: -2px 0px;
    margin-right: 21px;
    cursor: pointer;
}


input[type="checkbox"] {
    /* opacity: 0; */
    position: relative;
    display: block;
    margin: -2px 0px;
    margin-right: 13px;
    cursor: pointer;
}
input[type="checkbox"]::after {
    content: '✔';
    position: relative;
    width: 20px;
    height: 20px;
    background: #02040e;
    left: 0;
    z-index: 2;
    display: block;
    border: 2px solid var(--color2);
    border-radius: 6px;
    transition: 0.4s;
    text-align: center;
    font-weight: 900;
    line-height: 19px;
    padding-left: 0px;
    color: transparent;
    top: calc(50% - 13px);
}
input[type="checkbox"]:checked::after {
    content: '✔';
    background: var(--color2);
    color: #1b81ff;
}



li.logo.current-menu-item::after {
    opacity: 0;
}
.prod img {
    border-radius: 50px 0px 50px 0px;
    width: 90%;
}
.woocommerce-notices-wrapper {
    padding: 0px 10%;
    display: none;
}
a.reset_variations {
    margin-left: 10px;
}
.woocommerce-variation.single_variation {
    padding: 15px 0px;
    font-size: 32px;
}
.woocommerce-variation.single_variation ins {
    color: var(--color2)fff;
    text-decoration: none;
}
.woocommerce-variation.single_variation del {
    color: #4d4d4d;
}

.prod {
    position: relative;
    display: grid;
    grid-template-columns: 40% 55%;
    gap: 4%;
}
p.price {
    font-size: 32px;
}
table.variations tr {
    display: grid;
    text-align: left;
}
input, select, textarea {
    background: transparent;
    color: #000000;
    border: 1px solid var(--color2);
    font-size: 16px;
    padding: 10px 13px;
    border-radius: 4px;
    margin: 3px 0px;
}
section.recent.filter div.posters ul span.span .a > div.but {
    display: block;
    position: absolute;
    bottom: 14px;
    left: 14px;
}
option {
    color: #000;
    padding: 5px 0px;
}
.quantity {
    /* display: none; */
}
.quantity input {
    background: #efefef;
    min-width: 90%;
}
.prod .quantity input {
    background: #efefef;
    min-width: auto;
}

body.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #1b81ff;
    color: var(--color2);
    font-size: .857em;
    z-index: 9;
}

body .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "\e013";
    text-decoration: none;
    color: #F44336;
    margin-top: 2px;
    position: absolute;
    left: 8px;
    color: #F44336;
}
body li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term.woocommerce-widget-layered-nav-list__item--chosen.chosen a {
    position: relative;
    padding-left: 30px;
}


.left-widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav {
    padding: 15px 35px;
    padding-bottom: 32px;
}
.left-widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav li a {
    display: block;
    width: 100%;
}
section.recent.filter {
    display: flex;
    grid-template-columns: 20% 75%;
    grid-column-gap: 0%;
}
section.recent.filter > div {
    display: block;
    width: 100%;
    min-width: 265px;
}
section.recent.filter   div.postersul::after,
section.recent.filter    div.posters ul::before{display:none;}
section.recent.filter div.posters ul span.span {
    display: block;
    width: 100%;
}

section.recent.filter div.posters ul span.span .a > div {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.recent.filter .pri {
    text-align: right;
    padding-right: 15px;
}
section.recent.filter div.posters ul span.span .a~.a {
    grid-template-columns: calc(100% - 335px) 327px;
}
section.recent.filter div.posters ul span.span .a > div.but > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.recent.filter div.posters ul span.span > div {
    display: block;
    width: 100%;
}
section.recent.filter div.posters ul span.span {
    border: 0px solid #efe7e7;
    padding: 1px 0px;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.4s;
    position: relative;
    padding-bottom: 55px;
    background: #ffffff;
    margin-right: 5%;
    margin-bottom: 5%;
    width: 95%;
    box-shadow: 0px 0px 30px -20px #000;
}
section.recent.filter div.posters ul span.span:hover {
    transform: translateY(-10px);
}
.filteras {
    border: 1px solid #efe7e7;
    padding: 0;
    margin: 2px 0px;
    border-radius: 8px;
    margin-right: 3px;
    max-width: 290px;
    overflow: hidden;
    margin-bottom: 0;
}
body .woocommerce .woocommerce-ordering {
    border: 1px solid #efe7e7;
    padding: 5px 11px;
    margin: 2px 0px;
    border-radius: 8px;
    width: 100%;
}
body .woocommerce .woocommerce-ordering select {
    vertical-align: top;
    max-width: max-content;
    padding: 0px 0px;
    cursor: pointer;
}

h3.product-title {
    font-weight: 500;
    font-size: 16px;
    padding: 0px 14px;
}
section.recent.filter div.posters ul span.span > div.but, section.recent.filter div.posters ul span.span > div.pri {

}


a.woocommerce-product-gallery__trigger,body span.sku_wrapper{display: none;}
body .woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 5.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #4185e1;
    color: var(--color2);
    font-size: .857em;
    z-index: 9;
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    display: none;
}
.bx2 {
    display: grid;
    grid-template-columns: 50% 50%;
}
.bx3 > div svg {
    display: block;
    margin-bottom: 18px;
    font-size: 27px;
    color: #4185e1;
}
.bx3 {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.bx3 > div {
    margin: 42px 0px;
    padding-right: 10%;
}
.bx2 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10%;
}
.bx2 h2 {
    margin-top: 0;
}
.bx2 > div ~ div{
    padding-right: 0%;
}
body .wc-block-components-button,
body a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #4185e1;
    color: var(--color2);
    border-radius: 6px;
}
.bx2 > div img{
    border-radius: 60px 0px 50px 0px;
    box-shadow: 0px 0px 66px -30px #4185e1;
	}
	
	


.left-widget {
    max-width: 320px;
}
section.recent ul {
    margin: 0;
    padding: 10px 0px;
    list-style: none;
    position: relative;
    border-left: 0px solid #000;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.a21 span.wpcf7-spinner {
    position: absolute;
    left: -21px;
    top: 8px;
    background: #000;
    height: 24px;
    opacity: 1;
}
.a21 input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 2;
}
section.recent ul li {
    font-weight: 600;
    position: relative;
    border: 1px solid #e3e3e3;
    text-align: center;
    transition: 0.4s;
}
section.recent ul li a {
    color: #000;
    display: block;
    width: 100%;
    padding: 12px 18px;
}
section.recent ul li a:hover{
    color:var(--color1);
}



body.woocommerce-checkout  .home-zag.small ~ .woocommerce,
.wp-block-woocommerce-checkout,
.wc-block-cart,
section{
    padding: 50px 10%;
}
section.recent > div::after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 250px;
    height: 250px;
    z-index: 1;
}
section.recent > div::before {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 250px;
    height: 250px;
    z-index: 1;
}
section.recent > div {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-column-gap: 0%;
    padding: 3% 0%;
    position: relative;
    /* background: var(--color2); */
    padding: 50px;
    margin: 75px 1px;
}
section.recent.filter > div span img {
    margin: 0;
    width: 100%;
    padding: 38px;
    background: #ffffff;
}
section.recent.filter > div.posters {
    width: 100%;
}
.zags {
    position: initial;
}
section.recent > div > :nth-child(1)::after, 
section.recent > div > :nth-child(2)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 150px;
    background: #f1f1f1;
    right: -1px;
    bottom: -75px;
    z-index: 2;
}
section.recent > div > :nth-child(1)::before, 
section.recent > div > :nth-child(2)::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 150px;
    background: #f1f1f1;
    bottom: -1px;
    right: -75px;
    z-index: 2;
}


section.recent > div > span:hover h2 a {
    color: #ffffff;
}
section.recent > div > span:hover .zags::after{
    width: 100%;
}
section.recent > div > span .zags::after {
    position: absolute;
    content: '';
    left: 0;
    width: 0%;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, var(--color1), #006085);
    transition: 0.4s;
}
section.recent > div > span {
    position: relative;
    padding-left: 30px;
    padding-bottom: 9%;
    padding-right: 14%;
    padding-top: 30px;
    margin-right: 0%;
    width: 100%;
    transition: 0.4s;
    z-index: 2;
}
section.recent > div h2 {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 30px;
}
section.recent > div span img {
    position: relative;
    left: auto;
    width: 200px;
    border: 0px solid #000;
    border-radius: 0px;
    padding: 0px;
    margin: 0;
    display: block;
    z-index: 5;
}
body section.recent > div span .zags > a {
    position: relative;
    padding-left: 55px;
    display: block;
    grid-template-columns: 65px calc(100% - 65px);
    padding: 0;
    margin: 0;
}
section.recent > div .span ul li {
    transition: 0.4s;
    background: var(--color2);
    padding-bottom: 10px;
    border: 0px solid #dfdfdf;
    padding: 8px 0px;
    border-radius: 14px;
    box-shadow: 0px 0px 29px -18px #000;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.recent > div .span ul li:hover {
    background: var(--color1);
}
section.recent > div .span ul li:hover img{filter:invert(1);}
section.recent > div .span ul li:hover a{
    color: var(--color2);
}

body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 13px 24px 13px 48px;
    line-height: 24px;
    font-size: 17px;
    border: 2px solid transparent;
    border-radius: 30px;
    height: auto;
    font-family: Roboto, sans-serif;
    background-color: transparent;
    color: var(--color2)fff;
    border-radius: 0;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
    width: 18px;
    height: 18px;
    filter: invert(1);
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    width: 100%;
    float: left;
    margin: 29px 0px;
    border: 1px solid #e6e6e6;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background: 0 0;
    border-radius: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    min-height: 33px;
    min-width: 33px;
    height: 33px;
    width: 33px;
    left: 12px;
    top: 12px;
    pointer-events: none;
    transition: none;
}

.header-right {
    padding: 27px 15%;
    text-align: left;
    padding-right: 0px;
}


header ul.menu > li.cat~li.cat~li.cat > a {
    float: right;
}
header ul.menu > li.cat > a svg {
    color: var(--color1);
}
header ul.menu > li.cat > a {
    text-align: left;
    width: fit-content;
    float: left;
    padding: 15px 20px;
    border-radius: 8px;
    color: var(--color2);
    margin: 12px 0px;
    font-weight: 600;
    margin-left: 0;
}

body .dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover, .dgwt-wcas-tpd-image {
    background-color: transparent;
}
body .dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-color: transparent;
    border-radius: 100px;
}
.videos iframe {
    padding-right: 10%;
    padding-bottom: 10%;
}
.videos {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding-bottom: 100px;
}

.simple-page input[type="submit" i] {
    background: transparent;
    border: none;
    color: var(--color2);
    font-size: 21px;
    font-family: 'montserrat';
    font-weight: 600;
	cursor:pointer;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparrent !important;
    color: fieldtext !important;
}
span.wpcf7-not-valid-tip {
    position: relative;
    display: block;
    color: #F44336;
    font-size: 10px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.simple-page input, .simple-page textarea {
    background: transparent;
    border: none;
    color: var(--color2);
    font-size: 20px;
    border-bottom: 1px solid var(--color2);
    padding: 15px 0px;
}
header .menu.lip.open,
header .menu.open {
    left: 0;
}
.mobile-header{display:none;}
a.b-menu {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid var(--color2)fff;
    background: var(--color2);
    right: 14%;
    top: 27px;
    border-radius: 50%;
    box-shadow: 0 0 43px -10px #979797;
    cursor: pointer;
    display: none
}

a.b-menu s {
    position: absolute;
    text-decoration: none;
    top: 22px;
    left: -55px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 12px
}

a.b-menu.active {
    animation-duration: 6s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    transition: 2.5s
}

a.b-menu>b {
    position: absolute;
    width: 40px;
    height: 4px;
    background: #ff2323;
    left: calc(50% - 20px);
    top: calc(50% - 2px);
    transition: .3s;
    border-radius: 10px
}

a.b-menu>b~b {
    position: absolute;
    width: 28px;
    height: 4px;
    background: #ff2323;
    left: calc(50% - 20px);
    top: calc(36% - 2px);
    transition: .3s
}

header .menu.lip a.call-top {
    top: 7px
}

a.call-top,a.b-menu {
    top: 7px;
    z-index: 9999;
    position: fixed
}

a.b-menu>b~b~b {
    position: absolute;
    width: 28px;
    height: 4px;
    background: #ff2323;
    left: calc(50% - 8px);
    top: calc(64% - 2px);
    transition: .3s
}

a.b-menu.active>b {
    transform: rotate(45deg)
}

a.b-menu.active>b~b {
    transform: rotate(-45deg);
    left: calc(50% - 18px);
    top: calc(36% + 10px)
}

a.b-menu.active>b~b~b {
    transform: rotate(-45deg);
    left: calc(50% - 10px);
    top: calc(36% + 2px)
}


.the_post_thumbnail {
    max-width: 450px;
}


.bold {
    position: absolute;
    font-family: 'allages';
    font-size: 7vw;
    font-weight: 900;
    color: #05081a;
    left: 0;
    top: 0;
    transition: .5s;
    writing-mode: vertical-rl;
    padding: 100px 5px;
    height: 100vh;
    text-align: center;
    z-index: 1;
    font-weight: 100;
}
.posts, .simple-page{position: relative;}
.footer {
    display: flex;
    justify-content: space-between;
    background: #0c0c0c;
    color: var(--color2);
    position: relative;
    padding: 50px 10%;
    margin-top: 100px;
}
.footer img, .woocommerce .footer img {
    max-width: 350px!important;
}
a#joie {
    text-align: center;
    width: 100%;
    display: block;
    padding: 16px 0px;
    background: #060606;
    color: #3f3f3f;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 10px;
}
.footer span {
    position: relative;
    z-index: 2;
}
.footer bold {
    position: absolute;
    font-family: 'allages';
    font-size: 7vw;
    left: 24vw;
    bottom: 24px;
    color: #02040e;
    z-index: 1;
}

.footer > .span {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    padding: 25px 0px;
    text-align: center;
}
.footer > .span ~ span > a {
    margin: 27px auto;
    float: right;
}
.footer > .span ~ span {
    display: flex;
    justify-content: center;
    flex-direction: column;
}




.x2 {
    display: grid;
    grid-template-columns: 50% 50%;
}
.x2 > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.wp-audio-shortcode {
    height: revert;
    filter: invert(1);
}
.simple-page {
    padding: 50px 10%;
}


span.track {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    padding-bottom: 15px;
    padding-top: 15px;
    display: block;
}
.home-zag.small h1 {
    padding-bottom: 15px;
    color: var(--color2)fff;
    letter-spacing: normal;
    font-size: 46px;
}

.posts {
    padding: 50px 10%;
}
.posts > div{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.posts .post {
    border: 1px solid rgb(255 255 255 / 5%);
    padding: 22px;
    border-radius: 9px;
}
h2 {
    font-size: 50px;
    /* text-transform: uppercase; */
}
h3 {
    font-size: 30px;
}
p {
    font-size: 16px;
}

div#popup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 80%;
}
div#popup iframe {
    min-height: 66vh;
    width: 100%;
}
div#popup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 0px 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
	opacity:0;
	z-index:-2;
	transition:0.4s;
}
div#popup.hidden{	opacity:1;
	z-index:5;}
	div#popup b a{color:var(--color2);}
div#popup b {
    position: absolute;
    font-size: 112px;
    font-weight: 100;
    right: 32px;
    color: var(--color2);
    top: 0;
    transform: rotate(45deg);
    transition: 0.4s;
	cursor:pointer;
}
div#popup b:hover{transform: rotate(-45deg);}
table.variations {
    margin-bottom: 17px;
}

.a21 {
    cursor: pointer;
    color: var(--color2)fff;
    width: max-content;
    display: block;
    text-align: center;
    padding: 10px 11px;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 800;
    overflow: hidden;
    min-width: 130px;
    padding-right: 20px;
    padding-left: 35px;
    border: none;
    border-bottom: 2px solid #000;
    margin: 0;
    background: #fff;
}
.home-zag .a21 {
    width: max-content;
    display: block;
    text-align: center;
    padding: 15px 19px;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}
.a21::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 82px;
    background: transparent;
    border-radius: 6px 50px 50px 6px;
    z-index: 1;
    transition: 0.4s;
}
.a21:hover svg {
    transform: rotate(360deg);

}
.a21:hover::after {
    width: 100%;
    background: var(--color1);
    border-radius: 0px;
}
.home-s .a21 {
    margin-right: 10px;
    border-bottom: 2px solid #ffffff;
}
.a21 svg {
    color: #000;
    padding: 4px;
    border-radius: 50px;
    margin: -4px 2px;
    transition: 0.5s;
    margin-left: 0;
    z-index: 3;
    position: absolute;
    left: 5px;
    top: calc(50% - 7px);
}
.home-zag a.a21 svg {
    /* background: var(--color2); */
    color: var(--color2)fff;
    padding: 4px;
    border-radius: 50px;
    margin: -5px 0px;
    transition: 0.5s;
}
.a21 span {
    z-index: 2;
    position: relative;
    font-weight: 600;
    color: #000;
    height: fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.home-zag h1 bold {
    color: var(--color1);
}
.home-zag h2 bold {
    color: var(--color1);
}
.home-zag h2 bold~bold {
    color: #002361;
}
.home-zag h1 {
    color: rgb(0 0 0);
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 400;
    margin: -11px 0px;
}
.home-zag h2 {
    color: #cdcdcd;
    font-size: 55px;
    margin: 17px 0px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 800;
}
a {
    cursor: pointer;
    transition: 0.4s;
}

body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
    background-color: transparent;
    border-radius: 61px;
}
.home-zag {
    position: relative;
    overflow: hidden;
    min-height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgb(0 0 0 / 81%);
    padding: 55px 10%;
    width: 100%;
    color: var(--color2);
    margin-top: 65px;
}

header ul.menu li {
    display: block;
    width: fit-content;
    /* margin: 0 auto; */
    text-align: left;
    margin-right: 0px;
    text-align: center;
    float: left;
    position: relative;
}

header .menu .logo a {
    margin: 0;
}

header {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    padding: 0px 0%;
    display: flex;
}


body {
    margin: 0;
    font-family: 'Montserrat';
    background: var(--color2)fff;
    color: #000000;
    position: relative;
}
header .menu .logo a {
    float: left;
}
header .menu a {
    color: var(--color2)fff;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 2px;
    display: flex;
    justify-content: right;
    flex-direction: column;
    height: auto;
    text-align: right;
    position: relative;
    margin: 27px 12px;
    width: 100%;
    float: right;
}
header .menu .logo {
    /* filter: invert(1); */
    padding: 16px 0px;
    /* margin: 0 auto; */
    position: relative;
    /* left: calc(50% - 145px); */
}
.home-zag.small {
    color: #fff;
}
.home-zag::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/gidromolot.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position-x: center;
    background-position-y: 35%;
    top: 0;
    left: 0;
    z-index: -1;
}
* {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
}
li.menu-item-has-children {
    position: relative;
}
header .menu ul a {
    padding: 0px 0px;
    margin: 0;
    width: 100%;
    text-align: left;
    color: #000;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
    padding: 8px 0px;
    font-size: 16px;
}
header .menu ul a:hover{color:#3f51b5;}
header .menu > li > ul {
    padding: 0px 0px;
}

header .menu ul {
    position: absolute;
    left: 0px;
    top: 72px;
    padding: 0;
    display: grid;
    transition: 0.4s;
    z-index: -1;
    opacity: 0;
    background: var(--color2)fff;
    padding: 0;
    border: 1px solid #e7e7e7;
    border-radius: 0px;
    width: max-content;
    max-width: 285px;
    display: none;
}

.a21.loading svg~svg{
    animation: radial-pulse 2s infinite;
}
@keyframes radial-pulse {
0% {
    transform:rotate(0deg);
}
 
  100% {
  transform:rotate(3600deg);
  }
}
.a21.loading svg{opacity:0;}
.a21.loading svg~svg{opacity:1;}
.a21 svg ~ svg {
    margin-left: -23px;
    opacity: 0;
}


a:hover {
    color: var(--color1);
}
.a21:hover {
    color: #fff;
    border-bottom: 2px solid transparent;
}
.a21:hover span,
.a21:hover svg {
    color: #fff;
    border-bottom: 0px solid transparent;
}
.home-s .a21, .home-s .a21 span, .home-s .a21 svg {
    color: #fff;
    background: transparent;
}


@media(min-width:1024px){
header .menu ul a {
    padding: 0px 0px;
    margin: 0;
    width: 100%;
    text-align: left;
    color: #000;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
    padding: 8px 0px;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 223px;
    gap: 15px;
}
header  ul li > ul.sub-menu {
    opacity: 0;
    transform: translateY(-20px);
    max-height: 0;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    height: fit-content;
    max-width: 200vw;
    width: 80vw;
    border: none;
}
header li.menu-item-has-children:hover > ul.sub-menu {
    z-index: 1!important;
    opacity: 1!important;
    max-height: 700px!important;
    transform: translateY(-2px)!important;
    overflow: visible!important;
}
}



header ul.menu li ul li {
    position: initial;
    width: 100%;
    padding: 10px 20px;
}
header .menu li.menu-item-has-children:hover ul ul, header .menu li.menu-item-has-children:hover ul li:hover ul, header .menu li.menu-item-has-children:hover ul li:hover ul li:hover ul {
    right: -284px;
    left: auto;
    top: -1px;
    width: 320px;
    opacity: 0;
    z-index: -1;
    height: 100%;
    box-shadow: none;
    display: block;
    padding-left: 20px !important;
}
header .menu li.menu-item-has-children:hover ul > li:hover > ul{opacity:1;z-index:1;}
header .menu li.menu-item-has-children:hover ul > li:hover > ul > li:hover > ul{opacity:1;z-index:1;}
header .menu li.menu-item-has-children:hover ul > li:hover > ul > li:hover > ul > li:hover > ul{opacity:1;z-index:1;}


header .menu > li > ul > :nth-child(2n) {
    background: #f5f5f5;
}

.home-s .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(172deg, rgb(0 0 0 / 97%), rgb(0 0 0 / 67%), rgb(0 0 0 / 61%));
}
.home-s .swiper-slide-text p {
    color: var(--color3);
    font-size: 20px;
    opacity: 0.6;
}
.home-s .swiper-slide-text h2 {
    color: var(--color3);
    font-size: 50px;
    width: 100%;
    margin-bottom: 0;
    margin: 0;
}
body .swiper-pagination-horizontal > span.swiper-pagination-bullet-active {
    background: var(--color1);
}
body .swiper-pagination-horizontal {
    display: flex;
    padding: 50px 10%;
}
body .swiper-pagination-horizontal > span {
    background: var(--color2);
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin-right: 8px !important;
}
body .swiper-button-next:hover, body .swiper-button-prev:hover {
    color: #ffffff;
    background: var(--color2);
}
body .swiper-button-next, body .swiper-button-prev {
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 50px;
    height: 50px;
    padding: 13px;
    box-sizing: border-box;
    transition: 0.4s;
}
body .swiper-button-next::after, body .swiper-button-prev::after {
    font-size:16px;
}
.home-s .swiper-slide-text {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 0px 10%;
    color: var(--color2);
}
.home-s .swiper-slide-text > div {
    display: flex;
}

header .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    padding: 0px 10%;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 114px;
    z-index: 99;
    border-top: 1px solid #f0f0f0;
    background: transparent;
    transition: 0.4s;
}
header ul.menu li.aa21 {
    margin-left: auto;
}
header ul.menu li.aa21 a {
    margin: 16px 0px;
    width: auto;
    display: flex;
    min-width: fit-content;
    justify-content: space-between;
    flex-direction: row;
    color: #fff;
}
header ul.menu.lip a,
header ul.menu.lip > li.cat > a{color:#000;}
header ul.menu.lip > li.cat > a::before,
header ul.menu.lip > li.cat > a::after{background:#000;}
header .menu.lip {
    position: fixed;
    top: -114px;
    background: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
header ul.menu a:hover img {
    transform: scale(1.1);
}
header ul.menu img {
    width: 355px;
    height: auto;
    transition: 0.4s;
}
a {
    text-decoration: none;
    color: var(--color1);
}



@media(max-width:1800px){
.banner_asdf h2 {
    color: var(--color2);
    line-height: 1;
    margin-bottom: 56px;
}
header .menu ul {
    max-width: 230px;
}
header .menu ul a {
    padding: 2px 0px;
    font-size: 14px;
}
header .menu li.menu-item-has-children:hover ul ul, 
header .menu li.menu-item-has-children:hover ul li:hover ul,
header .menu li.menu-item-has-children:hover ul li:hover ul li:hover ul {
    right: -202px;
    width: 202px;
}

}



@media(max-width:1600px){
section.recent.filter > div.posters > ul {
    grid-template-columns: 33% 33% 33%;
}
header > :nth-child(1) {
    margin-left: 10%;
    width: 29.33%;
}
header > :nth-child(2) {
    width: 13.33%;
}
}




@media(max-width:1400px){
.fut-back {
    grid-template-columns: 24% 46% 31%;
}
section.recent > div span h2 a {
    font-size: 18px;
}
.fut-back .logo {
    width: 185px;
}

.fut-back li.aa21 {
    list-style: none;
    margin-left: -15px;
    margin-top: 15px;
}
.img::after {
    bottom: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
}
.img::before {
    top: -10px;
    right: -10px;
    width: 100px;
    height: 100px;
}
section.galyzi > div {
    display: grid;
    grid-template-columns: 50% 50%;
}
section.galyzi .content {
    padding-right: 50px;
    padding: 21px 50px;
    padding-left: 27px;
}
section.comanda > div {
    grid-template-columns: 33.33% 33.33% 33.33%;
}
.category-posts {
    grid-template-columns: 33.33% 33.33% 33.33%;
}

.logo {
    position: relative;
    width: 200px;
    margin: 41px 0px;
    margin-left: 40px;
}
.about-s > div span {
    margin-bottom: 9%;
}
    .about-s > div {
        display: grid;
        grid-template-columns: 50% 50%;
        width: 100%;
        gap: 0% 4%;
    }
    .about-s > div h3 bold {
        font-size: 126px;
        top: -75px;
    }
.left-widget {
    max-width: 260px;
}

.home-zag h2 {
    font-size: 39px;
}
header ul.menu img {
    width: 260px;
    margin: 11px 0px;
}
}



@media(max-width:1200px){
.banner_asdf p {
    margin: -50px 0px;
    font-size: 18px;
    margin-bottom: 55px;
}
.banner_asdf a {
    margin: 0;
    padding: 0;
    font-size: 22px;
}
section.recent.filter > div.posters > ul {
        grid-template-columns: 50% 50%;
    }
.category-posts .category-post::before {
    width: 50px;
    bottom: -1px;
    right: -25px;
}
.category-posts .category-post::after {
    height: 50px;
    right: -1px;
    bottom: -25px;
}
.f-rights {
    width: fit-content;
    margin: 0 auto;
}
.fut-back .menu {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 6%;
    width: fit-content;
    margin: 0 auto;
}
.f-left {
    width: fit-content;
    margin: 0 auto;
}
.fut-back {
    grid-template-columns: 100%;
}
    header > :nth-child(1) {
        margin-left: 1%;
        width: 260px;
    }
	    header > :nth-child(3) {
        margin-right: 1%;
        width: calc(100% - 444px);
    }
    .menu li.menu-item-has-children:hover ul ul, .menu li.menu-item-has-children:hover ul li:hover ul .menu li.menu-item-has-children:hover ul li:hover ul li:hover ul {
        right: -160px;
        width: 202px;
    }
    .menu ul {
        max-width: 160px;
    }
header ul.menu li ul li {
    position: initial;
    width: 100%;
    padding: 2px 5px;
    padding-right: 13px;
}
header .menu ul a {
        padding: 2px 0px;
        font-size: 12px;
        word-break: break-all;
    }
section.recent ul li {
    font-weight: 600;
    position: relative;
    margin: 5px 0px;
}
section.recent ul {
    grid-template-columns: 33.33% 33.33% 33.33%;
}
h2 {
    font-size: 28px;
}
p {
    font-size: 16px;
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    display: grid;
    grid-template-columns: 32% 33% 33%;
    grid-column-gap: 1%;
}
h3.product-title {
    font-weight: 500;
    font-size: 14px;
}
}




@media(min-width:2430px){

html {
    /* max-width: 1920px; */
    margin: 0 auto;
}
    .home-zag > div {
        max-width: 1920px;
        width: 100%;
        margin: 0 auto;
        padding: 0px 0%;
    }
    body.woocommerce-checkout .home-zag.small ~ .woocommerce, .wp-block-woocommerce-checkout, .wc-block-cart, section {
        padding: 50px 3%;
        max-width: 1920px;
        margin: 0 auto;
    }
    header .menu {
        padding: 0px 195px;
        position: fixed;
        width: 100%;
        left: auto;
        max-width: 1920px;
        left: calc(50% - 960px);
    }
}
@media(max-width:1200px){
.videos {
    display: grid;
    grid-template-columns: 50% 50%;
    padding-bottom: 100px;
}

a.b-menu b, a.b-menu>b~b, a.b-menu>b~b~b {
    background: #000000;
}
a.b-menu {
    display: block;
    right: 10px;
    top: 10px;
    background: transparent;
    border: 0px solid #4085e1;
    border-radius: 10px;
    background: #ffffff;
}

div#body-back-fon {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 89%);
    z-index: 4;
    transition: 0.4s;
    opacity: 0;
    z-index: -2;
}
div#body-back-fon.act {
    opacity: 1;
    z-index: 6;
}
.posts > div {
    display: grid;
    grid-template-columns: 50% 50%;
}
.footer img, .woocommerce .footer img {
    max-width: 230px !important;
}

header .menu {
    padding: 0px 2%;
}
.home-s .swiper-slide-text h2 {
    font-size: 36px;
}
}


@media(max-width:1024px){
header ul.menu img {
    width: 85px;
    margin: 11px 0px;
}
.home-s {
    margin-top: 82px;
}
header ul.menu.lip.dark > li.cat > a::before, header ul.menu.lip.dark > li.cat > a::after {
    background: #000000;
}
header ul.menu.lip.dark > li.cat > a {
    color: #000000;
}
header ul.menu.dark {
    background: var(--color2)fff;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
}
.imgs_asdf {
    height: 250px;
}
.banner_asdf p {
    margin: -50px 0px;
    font-size: 18px;
    margin-bottom: 13px;
}
.banner_asdf {
    grid-template-columns: 100%;
    text-align: center;
}
header ul.menu li.aa21 a {
        margin: 6px 0px;
        width: auto;
        display: flex;
        min-width: 198px;
        justify-content: space-between;
        flex-direction: row;
        color: var(--color2);
        width: 100%;
        max-width: 120px;
        font-size: 12px;
        padding-left: 30px;
    }
header ul.menu > li~li, header ul.menu > li ~ li~ li~li {
    width: 100%;
    margin-bottom: 0px;
    padding: 4px 15px;
}
section.recent.filter div.posters ul span.span {
    width: 90%;
    margin: 5%;
}
section.recent.filter .filter-but.active ~ .left-widget{display:block;}
section.recent.filter .left-widget {
    display: none;
}
section.recent.filter > div.posters > ul {
        grid-template-columns: 50% 50%;
        margin: 25px 0px;
    }
body .dgwt-wcas-search-wrapp, header > :nth-child(2) {
        width: 100%;
        min-width: 150px;
    }
html .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
  color: #000;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
    width: 18px;
    height: 18px;
    filter: invert(0);
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    color: #000000;
}
header ul.menu > li.cat~li.cat~li.cat > a {
    float: left;
}
header ul.menu > li.cat > a::before,
header ul.menu > li.cat > a::after{background:#000;}
header ul.menu > li.cat > a {
    color: #000000;
}
.mobile-header.lip {
    background: rgb(255 255 255);
}
    .category-posts {
        grid-template-columns: 50% 50%;
    }
    section.comanda > div {
        grid-template-columns: 50% 50%;
    }
.us-x2 > div {
    display: grid;
    grid-template-columns: 100%;
}
.us-x2 > :nth-child(2n) > div {
    order: 1;
    padding-left: 6%;
}
.us-x2 > :nth-child(2n) > div ~ div {
    order: 2;
    padding: 0;
}
.logo {
    position: relative;
    width: 200px;
    margin: 13px 0px;
    margin-left: 40px;
}
header .menu li.menu-item-has-children .menu-item-has-children > a {
        /* pointer-events: none; */
        z-index: 1;
    }
	header ul.menu li ul li {
        position: relative;
    }
    header ul.menu ul span.toggle-arrow {
        position: absolute;
        background: var(--color1);
        width: 25px;
        height: 25px;
        right: 5px;
        top: 5px;
        z-index: 3;
        border-radius: 50%;
        transition: 0.4s;
    }
		li.active > .toggle-arrow {
    transform: rotate(90deg);
}
header ul.menu ul span.toggle-arrow::after {
        content: '';
        position: absolute;
        right: 7px;
        top: calc(50% - 4px);
        width: 10px;
        height: 4px;
        background: var(--color2)fff;
        transform: rotate(45deg);
    }
    header ul.menu ul span.toggle-arrow::before {
        content: '';
        position: absolute;
        right: 7px;
        top: calc(50% - 0px);
        width: 10px;
        height: 4px;
        background: var(--color2)fff;
        transform: rotate(-45deg);
    }
header li.menu-item-has-children > a::after,
header li.menu-item-has-children > a::before {
    background: var(--color2)fff;
	z-index: 4;
}
header .menu > li > ul > :nth-child(2n) {
    background: transparent;
}
    .category-posts {
        grid-template-columns: 50% 50%;
        min-width: calc(100% - 78px);
        width: calc(100% - 0px);
    }
header li.menu-item-has-children.active > a::after {
    transform: rotate(-45deg);
    top: calc(50% - 2px);
    right: -5px;
}
header li.menu-item-has-children.active > a::before {
    transform: rotate(45deg);
    top: calc(50% - 2px);
    right: -2px;
}

   header  .menu li.menu-item-has-children .menu-item-has-children > a {
        /* pointer-events: none; */
    }
    header ul.menu li ul li {
        position: initial;
        width: 100%;
        padding: 2px 0px;
        padding-right: 0px;
        position: relative;
    }


    header .menu ul ul, header .menu ul li.menu-item-has-children:hover ul, header .menu li.menu-item-has-children:hover li.menu-item-has-children:hover ul, header .menu li.menu-item-has-children:hover ul ul, header .menu li.menu-item-has-children:hover ul ul, header .menu li.menu-item-has-children:hover ul li:hover ul, header .menu li.menu-item-has-children:hover ul li:hover ul li:hover ul {
        border: none;
        border-left: 0px solid #dfdfdf;
        border-radius: 0;
        padding: 0px 0px;
        opacity: 0;
        transform: translateY(-20px);
        max-height: 0;
        overflow: hidden;
        display: block;
        transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
        position: relative;
        right: auto;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
    }


    header .menu ul li.menu-item-has-children.active > ul {
        opacity: 1 !important;
        transform: translateY(0) !important;
        max-height: 500px !important;
        background: var(--color2);
    }

    header ul.menu > :nth-child(4) {
        margin-top: 0px;
    }
.home-zag.small h1 {
    font-size: 30px;
}
.home-zag.small {
    padding-top: 62px;
    padding-bottom: 55px;
    margin-top: 83px;
}
.filteras.active {
    opacity: 1;
    height: auto;
}
section.recent.filter>div.filter-but.active svg {
    opacity: 0;
}
section.recent.filter>div.filter-but.active svg ~ svg{
    opacity: 1;
}
section.recent.filter>div.filter-but > svg {
    margin-right: 10px;
    transition: 0.4s;
}
    section.recent.filter>div.filter-but > svg ~ svg {
        opacity: 0;
        margin-left: -26px;
    }
section.recent.filter>div.filter-but {
    display: block;
    background: #ececec;
    padding: 15px 22px;
    border-radius: 6px;
    color: var(--color2);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
.filteras {
    transition: 0.4s;
    height: 0px;
    opacity: 0;
}
section.recent.filter > div {
    display: block;
    width: fit-content;
    min-width: 100%;
    width: 100%;
}
.home-zag {
    padding: 55px 10%;
    padding-top: 100px;
}
header ul.menu li.mob-search {
    display: block;
}
.dgwt-wcas-search-wrapp {
    min-width: 136px;
    max-width: 100%;
}
    header > :nth-child(2) {
        width: 160px;
        padding: 12px 0px;
        margin: 0 auto;
        float: none;
        display: none;
    }
header > :nth-child(3),
    header > :nth-child(1) {
        display: none;
    }
.f-right::after {
    content: '';
    position: absolute;
    left: 0;
    top: -17px;
    width: 100%;
    height: 1px;
    background: #cbcbcb;
}
    .footer > div {
        margin: 15px auto;
        width: 100%;
    }
.footer {
    display: grid;
    justify-content: space-between;
    background: #f7f7f7;
    position: relative;
    padding: 50px 10%;
    margin-top: 100px;
    justify-content: center;
}
section.recent.filter {
    display: block;
    grid-template-columns: 20% 75%;
    grid-column-gap: 0%;
}
header .menu > li > ul > :nth-child(2n) {
    background: #f5f5f5;
}
header .menu ul a {
    padding: 0px 0px;
    margin: 0;
    width: 100%;
    text-align: left;
    color: #000000;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
    padding: 12px 8px;
    font-size: 16px;
    word-break: auto-phrase;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 12px;
}
header	.menu ul {
    max-width: 100%;
}
 header   .menu ul {
        position: relative;
        left: 0;
        top: 0px;
        padding: 0;
        display: grid;
        z-index: 1;
        opacity: 1;
        background: transparent;
        box-shadow: none;
        padding: 11px 20px;
        border: 1px solid #dfdfdf;
        margin: 24px 0px;
        margin-bottom: 0;
        width: 100%;
    }
    header ul.menu li.logo {
        order: 1;
        width: 56px;
    }
header ul.menu li.ser {
    order: 2;
}
    header ul.menu li {
        display: block;
        width: 100%;
        /* margin: 0 auto; */
        text-align: left;
        /* margin-right: 50px; */
        text-align: left;
        float: left;
        position: relative;
		order:3;
    }
	.ser {        order: 2;}
  header  .menu a {
        float: none;
        text-align: left;
    }
    li.current-menu-item::after {
        top: calc(50% - 3px);
    }
header .menu a {
        margin: 10px 0px;
        color: #000;
    }
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        width: 100%;
        float: left;
        margin: 0;
        margin-left: 0;
        order: 1;
    }
header .menu .logo {

    opacity: 0;
}
.mobile-header {
        display: block;
        position: fixed;
        top: 0;
        z-index: 9;
        transition: 0.4s;
        /* background: var(--color2); */
        width: 100%;
        margin: 0;
    }
header .menu.lip, header .menu {
    display: block;
    width: 320px;
    background: #ffffff;
    min-height: 100vh;
    left: -320px;
    padding: 13px 13px;
    overflow-y: scroll;
    max-height: 100vh;
    grid-template-columns: 100%;
    grid-auto-rows: min-content;
    transition: 0.4s;
    top: 0;
    position: fixed;
    padding-bottom: 100px;
    margin-top: 0;
    max-width: calc(100% - 82px);
}


}
@media(max-width:650px){
.banner_asdf {
    padding: 25px 5px;
}
.blocks0123 > :nth-child(2n) > h2 {
    order: 0;
}
.blocks0123 > div {
    display: grid;
    grid-template-columns: 100%;
}
.images > .img {
    float: left;
    width: 42%;
    margin: 4%;
}
.category-posts ~ .a21 {
    margin-top: 45px;
}
section.recent h2 {
    text-align: center;
}
body .swiper-button-next, body .swiper-button-prev {
    width: 25px;
}
section.recent > div {
    padding: 0;
    margin: 0;
}
section.recent > div::before,
section.recent > div::after{display:none;}
    .home-s .swiper-slide-text h2 {
        font-size: 30px;
    }
.home-s .swiper-slide-text {
    padding: 0px 75px;
}
section.recent.filter div.posters ul span.span .a~.a {
    grid-template-columns: calc(100% - 278px) 277px;
}
}
@media(max-width:850px){
    .prod {
        position: relative;
        display: block;
        grid-template-columns: 100%;
    }
.home-zag::after {
    background-position: left;
}
section.contacts > div {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 5%;
}
    section.galyzi > div {
        display: grid;
        grid-template-columns: 100%;
    }
.us-x2 > div .img {
    width: 70%;
    margin: 43px auto;
    max-width: 460px;
}

.home-zag.small h1 {
    font-size: 25px;
}
section.recent.filter div.posters ul span.span > :nth-child(2){}
section.recent.filter div.posters ul span.span > :nth-child(3){}
section.recent.filter div.posters ul span.span > :nth-child(4){}

section.recent.filter .pri {
    text-align: left;
    padding-right: 10px;
    padding-left: 20px;
}
section.recent.filter div.posters ul span.span > div {
        grid-template-columns: 9% 91%;
    }

    section.recent ul {
        grid-template-columns: 50% 50%;
    }
.about .div {
    position: relative;
    overflow: hidden;
    margin-bottom: 33px;
}
    .about-s > div {
        display: grid;
        grid-template-columns: 100%;
        width: 100%;
        gap: 0% 0%;
    }
.about {
    display: grid;
    grid-template-columns: 100%;
    padding: 50px 10%;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received ~ ul {
    margin: 0;
    padding: 10px 0px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received ~ ul li {
    width: 100%;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received ~ ul  {
    width: 100%;
}
body .is-medium table.wc-block-cart-items .wc-block-cart-items__row, 
body .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, 
body .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 80px 132px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 16px 12px;
}
body.woocommerce-checkout .home-zag.small ~ .woocommerce, .wp-block-woocommerce-checkout, .wc-block-cart, section {
        padding: 50px 30px;
    }
.prod {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
}
    .woocommerce .woocommerce-widget-layered-nav-list {
        grid-template-columns: 100%;
    }
    section.recent.filter > div ~ div {
        display: grid;
        grid-template-columns: 100%;
    }
.bx3 > div {
    margin: 0px 0px;
    padding-right: 10%;
}
button#adfy__woofc-trigger {
    right: 11px;
    bottom: 17px;
}
h3 {
    font-size: 20px;
}
.bx3 {
    display: grid;
    grid-template-columns: 100%;
}
    h2 {
        font-size: 32px;
    }
.bx2 {
    display: grid;
    grid-template-columns: 100%;
}
section.recent > div ~ div ul, section.recent > div {
        display: grid;
        grid-template-columns: 50% 50%;
    }
.videos iframe {
    padding-right: 0%;
    padding-bottom: 10%;
}
.videos {
    display: grid;
    grid-template-columns: 100%;
    padding-bottom: 100px;
}
a.a21 {
    font-size: 16px;
}
a#joie {
    font-size: 12px;
}
.x2 {
    display: grid;
    grid-template-columns: 100%;
}
.home-zag h2 {
        font-size: 29px;
    }
.posts > div {
    display: grid;
    grid-template-columns: 100%;
}
    section.recent.filter div.posters ul span.span > div {
        grid-template-columns: 50px calc(100% - 50px);
    }
	.category-posts {
        grid-template-columns: 100%;
        min-width: calc(100% - 78px);
        width: calc(100% - 0px);
        margin: 0 auto;
    }
	.f-rights > span {
    margin: 54px 0px;
    display: block;
}
.swiper-pagination{display:none!important;}
.home-s .swiper-wrapper, .home-s .swiper-slide, .home-s .swiper-slide-text {
    min-height: auto;
    background-size: 200%!important;
}
.background-move {
    background-size: 100% !important;
    animation: moveBackground 5s linear infinite!important;
    width: 100%!important;
    position: relative;
}
.home-s .swiper-slide-text > div {
    display: grid;
    grid-row-gap: 10px;
}
.home-zag.small h1 {
        text-transform: none;
    }
	p {
        word-break: break-word;
    }
}


@media(max-width:500px){
.images > .img {
    float: left;
    width: 94%;
    margin: 4%;
}
    section.recent.filter > div.posters > ul {
        grid-template-columns: 100%;
        margin: 25px 0px;
    }
    .home-s .swiper-slide-text h2 {
        font-size: 22px;
    }
.fut-back .menu {
        grid-template-columns: 100%;
    }
.category-posts {
        grid-template-columns: 100%;
        min-width: calc(100% - 78px);
        width: calc(100% - 0px);
    }
section.comanda > div > div {
    width: 250px;
    margin: 15px auto;
}
    section.comanda > div {
        grid-template-columns: 100%;
    }
section.recent > div h2 {
    position: relative;
    text-align: center;
}
.zags {
    position: initial;
    margin: 0 auto;
    width: fit-content;
}
    section.recent > div ~ div ul, section.recent > div {
        display: grid;
        grid-template-columns: 100%;
        width: fit-content;
        margin: 0 auto;
    }
section.recent.filter div.posters ul span.span .a~.a {
    grid-template-columns: 100%;
}
}

@media(max-width:400px){
.about-s > div h3 {
    font-size: 16px;
}
    section.recent.filter > div.posters ul, section.recent > div {
        display: grid;
        grid-template-columns: 100%;
    }
	section.recent ul {
        grid-template-columns: 100%;
    }
}


































































































































