body.no-scroll {
  overflow: hidden;
}
body {
  overflow-X: hidden;
}
.popup {
    position: fixed;
    z-index: 99;
    width: 100%;
    padding: 10%;
    top: 0;
    left: 0;
    transition: 0.4s;
    z-index: -1;
    opacity: 0;
    overflow-y: scroll;
    height: 100vh;
    padding-top: 140px;
}
.popup.active {
    opacity: 1;
    z-index: 999999;
    background: #000;
}
.popup div {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.popup div img {
    margin: 10%;
    width: 90%;
}
.popup .x:hover{    transform: rotate(135deg);}
.popup .x {
    position: fixed;
    right: 5%;
    top: 5%;
    font-size: 150px;
    font-weight: 100;
    cursor: pointer;
    transition: 0.4s;
    transform: rotate(45deg);
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
}
#words-wrapper {
    position: relative;
    overflow: visible;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 90vh;
}

.words-scroll {
    display: flex;
    padding-left: 36%;
    padding-right: 16%;
}

.word {
    font-size: 200px;
    margin-right: 30%;
    width: max-content;
    display: flex;
    min-width: max-content;
}
.word~.word~.word {
    margin-right: 50%;
}

div#particles-js {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -119%;
    background: transparent;
    z-index: 1;
}

section#d4, section#d5 {
    max-width: 600px;
    padding: 0;
    margin: 0% auto;
    position: relative;
    text-align: justify;
}
section#d5 h2{ text-align: center;}
section#d5 a {
    font-size: 22px;
    margin: 6px 0px;
    display: block;
    text-align: center;
}
section#d5 img {
    margin: 40px 0px;
    width: 345px;
}
section#d5 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;
    margin-top: 50px;
}
.benef ul li h3 {
    margin-top: 0;
}
.benef ul li svg {
    font-size: 29px;
    padding: 0px 17px;
    margin-top: 10px;
    margin-bottom: 13px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 23px;
}
.benef ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.benef ul li {
    padding: 30px;
    background: #0070ff;
    border-radius: 29px;
    height: fit-content;
    margin: 2%;
    text-align: center;
}
.benef ul li~li {
    background: #ff002f;
}
.benef ul li~li~li {
    background: #ff9200;
}

.blockes ul {
    margin: 0;
    padding: 0;
}
.blockes li {
    padding: 5px 0px;
    list-style: none;
    margin: 10px 0px;
    padding: 16px;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #1e1e1e;
}
.blockes .img {
    overflow: hidden;
    height: 0;
    background-size: 116% !important;
    background-position: center !important;
}
.blockes .text h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #279ac8;
    text-transform: uppercase;
    font-weight: 400;
}
.blockes .img img {
  width: 100%;
  height: auto;
  display: block;
}

.blockes > div {
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 636px;
    position: relative;
}

.blockes > :nth-child(1n) .img {
    order: 2;
}
.blockes > :nth-child(2n) .img {
    order: 0;
}
.blockes > :nth-child(2n) .text {
    padding-left: 5%;
    padding-right: 0;
}
.blockes .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0% 0%;
    padding-right: 5%;
}
.home-s .after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -300px;
    width: 100%;
    height: 0%;
    background: #000;
    z-index: 2;
}


hr {
    margin: 0px 0px;
    width: 50px;
    border: 1px solid #279ac8;
    border-bottom: 0px;
}
section#d1 h3 {
    margin-bottom: 15px;
}
section.wabout {
    position: relative;
    z-index: 2;
    margin: 0;
    width: 100%;
    margin-left: 0;
    padding: 0;
    background: #000;
    z-index: 9;
    margin-top: -1px;
    padding-top: 10px;
    width: 655px;
    margin: -0 auto;
}
.wabout img {
    width: 100%;
    padding-left: 0;
    padding: 55px 0px;
}

.home-s::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%), rgb(0 0 0 / 47%));
}
section.wabout h2 span {
    position: absolute;
    left: 0;
    color: #279ac8;
    bottom: 0px;
    height: 0%;
    text-shadow: none;
    width: 100%;
}
section.wabout p, section.wabout img {
    max-width: 700px;
}
section.wabout h2 {
    color: #fff;
    font-size: 115px;
    margin: 0;
    margin-left: 0;
    font-weight: 900;
    margin-top: 0;
    line-height: 99px;
    height: 93px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
ul.tags-list li img {
    width: 30px;
    max-height: 85px;
    object-fit: contain;
}
.cattas ul.tags-list li a span {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cattas ul.tags-list li:hover {
    background: #fff;
	transform:scale(1.05);
}
.cattas ul.tags-list li:hover a{
    color:#007c42;
}
.cattas ul.tags-list li a {
    display: grid;
    grid-template-columns: 20% 80%;
}

.filts ul.tags-list li a {
    font-size: 14px;
    color: #000;
}
.filts ul.tags-list li {
       padding: 10px;

}

.nof {
    text-align: center;
    min-height: 38vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ul.tags-list {
    padding: 60px 10%;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding-bottom: 0;
    margin-bottom: -5px;
}
ul.tags-list li {
    background: #fff;
    margin: 0% 2% 2% 0%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #e3dbdb;
	transition:0.4s;
}
ul.tags-list li:hover {
    background: #007c42;
}
ul.tags-list li:hover a{    color: #fff;}

ul.tags-list li a {
    font-weight: 600;
	    padding: 25px;
}
.filts ul.tags-list li a {
	    padding: 5px;
}


body .woocommerce div.product div.summary {
    margin-bottom: 5em;
    min-height: 40vh;
}

body .woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    min-height: 40vh;
    padding: 3%;
}

body .woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 36px;
    padding: 0;
}

.product_meta {
    border: 1px solid #dddddd;
    padding: 10px;
}

.catists ul {
    list-style: none;
    margin: 0;
    padding: 50px 10%;
    padding-bottom: 0;
    margin-bottom: -30px;
    display: grid;
    position: relative;
    z-index: 2;
}


body.woocommerce ul.products li.product strong {
    display: block;
    color: #007c42;
    width: 100%;
    text-align: center;
	font-size: 10px;
}
header .menu > li.pll-parent-menu-item > ul > li~li::after {
    left: -5px;
}
.fats .a21 {
    background: transparent;
    width: fit-content;
    padding: 0px 10px;
    margin: 15px 0px;
    text-align: left;
    min-width: 0;
}
.background-move.last {
    background-repeat: no-repeat !important;
    background-size: 75% !important;
}
.products-list.catas {
    display: grid;
    grid-template-columns: 50% 50%;
}
.products-list.catas .background-move {
    transform: scale(1);
}
.products-list.catas > a:hover .background-move {
    transform: scale(1.1);
}
.products-list.catas h2 {
    color: #fff;
    position: relative;
    position: absolute;
    bottom: 25px;
    left: 25px;
    margin: 0;
}
.products-list.catas > a {
position:relative;
overflow:hidden;
    height: 32vh;
    width: calc(100% - 10px);
    margin: 5px;
}


.a21 .wpcf7-submit, form.wpcf7-form.init .a21 {
    background: transparent;
    color: #fff;
    font-family: 'Montserrat';
    border: none;
    font-size: 16px;
	cursor:pointer;
}
form.wpcf7-form.init .a21 svg{color:#fff;}
.x2.padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.x2 {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0px 0%;
    color: #fff;
}
.x2  h2{color:#fff;}
sctrong.big {
    font-size: 28px;
    font-weight: 800;
    color: #007c42;
}
.ics {
    display: flex;
    justify-content: center;
    padding: 50px 10%;
    background: #1d1e23;
}
.ics svg {
    display: block;
    margin: 0 auto;
    font-size: 35px;
}
.ics p {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ics strong {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 23px;
    font-size: 35px;
    color: #007c42;
}
.ics span {
    background: #121215;
    padding: 25px;
    color: #fff;
    width: 200px;
    margin: 0px 10px;
}



section.order {
    background: url(/wp-content/uploads/bg-3.jpg);
    background-position: center;
    padding: 21vh 0px;
    text-align: left;
    padding-left: 54%;
    color: #fff;
}
section.order p {
    width: 50%;
    font-size: 22px;
}
section.order h2 {
    color: #007c42;
    font-size: 65px;
    margin: 0;
    padding: 0;
}
section.back-lines {
    background: #1d1e23;
    padding-bottom: 100px;
}
section.back-lines h2 {color:#fff;}

body .woocommerce ul.products li.product a img,
.woocommerce-page a img{transition:0.4s;}

body .woocommerce ul.products li.product:hover a img,
.woocommerce-page a img:hover{transform:scale(1.06);}

.catts-catalog > span .a21, .catts-catalog > span .a21 p {
    margin: 0 auto;
    font-size: 16px;
}
.catts-catalog {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    margin: 35px 0px;
}
.a21 span p {
    margin: 0;
    padding: 0;
}
.catts-catalog > span {
    background: #fff;
    border: 1px solid #d9d9d9;
    margin: 6px;
    padding: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.post-thumbnail {
    height: 250px;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}

table {
    display: table;
    width: 100%;
}
table tr th {
    border: 1px solid #dfdfdf;
    padding: 14px;
    background: #007c42;
    color: #fff;
}
table td {
    border: 1px solid #dfdfdf;
    padding: 14px;
}
table tr th {
    border: 1px solid #dfdfdf;
    padding: 14px;
}
.x3 {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}
.x3 img {
    width: 100%;
    max-height: 145px;
    object-fit: contain;
}
.x3 > span {
    background: #fff;
    margin: 1%;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
	border: 1px solid #e3dbdb;
}

ul.perekl {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background: #fff;
    margin: 25px 0px;
    justify-content: space-between;
    box-shadow: 0px 0px 52px -23px #000;
    z-index: 2;
    position: relative;
}
ul.perekl li {
    padding: 20px;
    transition: 0.4s;
    width: 100%;
    border-bottom: 6px solid #ebebeb;
    text-align: center;
}
ul.perekl li:hover {
    background: #007c42;
    color: #fff;
}
ul.perekl li.act {
    /* background: #007c42; */
    /* color: #fff; */
    border-bottom: 6px solid #007c42;
}

body .woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
}

.perekl-tables table {
    display: none;
}

.perekl-tables table.act {
    display: table;
}

ul li {
    cursor: pointer;
}

.catts > span a {
    background: #1d1e23;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: block;
    border-top: 1px solid #34353b;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.catts b {
    font-size: 10px;
    color: #474747;
}
.catts {
    display: grid;
}
.catts h3 {
    background: #007c42;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 15px 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.catts h2{margin:0;}
.catts h2 a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}


.toptop {
    display: grid;
    grid-template-columns: calc(100% - 560px) 300px 260px;
    width: 100%;
    padding: 30px 10%;
    background: transparent;
    border-bottom: 1px solid #232323;
    border-top: 0px solid #000;
}
.toptop img {
    width: 185px;
    margin: 0px 0px;
}
.toptop span svg {
    position: absolute;
    left: 9px;
    top: calc(50% - 10px);
    font-size: 21px;
}
.toptop span {
    position: relative;
    padding-left: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.toptop h5 {
    margin: 0;
    padding: 0;
    color: #B4B4B4;
    text-transform: uppercase;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit.woocommerce.dgwt-wcas-style-pirx.js-dgwt-wcas-layout-classic.dgwt-wcas-layout-classic.js-dgwt-wcas-mobile-overlay-enabled.dgwt-wcas-active.dgwt-wcas-search-focused {
    min-width: 250px;
    width: 350px;
    background: #040404;
}

body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {border-radius:0;}
body .woocommerce .cart .button, 
body .woocommerce .cart input.button {
    float: left;
}
body .woocommerce .cart-collaterals .cart_totals, 
body .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 48%;
}
td.product-thumbnail img {
    max-width: 85px;
}
.x2.big {
    margin: 95px 0px;
}
.x2.revert > div ~ div.img {
    padding: 0;
    margin-right: 6%;
}
.icons3x {
    display: flex;
    justify-content: center;
    margin: 50px 0px;
}

.x2.revert > div {
    order: 2;
}
.x2.revert > div ~ div{
    order: 1;
}
.x2.revert > div ~ div {
    padding-right: 6%;
}
.icons3x {
    display: flex;
    justify-content: center;
}
.icons3x span p {
    text-align: center;
    font-size: 22px;
    margin: 0px 25px;
}
.icons3x svg {
    margin: 9px auto;
    display: block;
    font-size: 25px;
    box-sizing: border-box;
    color: #007c42;
}
.icons3x span {
    background: #f9f5f5;
    padding: 32px 0px;
    margin: 0px 6px;
    width: 265px;
    border-radius: 50px 0px;
}


.button:hover,
input.button:hover {
    background-color: #6dcd2d!important;
    text-decoration: none!important;
    background-image: none!important;
    color: #ffffff!important;
}

.woocommerce .cart-collaterals .cart_totals a.button, 
.woocommerce-page .cart-collaterals .cart_totals a.button,
body button.woocommerce-button, html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, body .button.woocommerce-form-login__submit, body button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background: #4ea117;
    color: #fff;
    font-family: 'Montserrat';
    letter-spacing: 1;
    font-weight: 500;
    transition: 0.4s;
    margin-top: 10px;
}

body .woocommerce-error, 
body .woocommerce-info, 
body .woocommerce-message {
    margin: 0 auto;
    width: 80%;
}

c .woocommerce form .form-row label {
    line-height: 2;
    display: flex;
    line-height: 1;
}
fieldset {
    border: 1px solid #cfc8d8;
    margin: 15px 0px;
}
body .woocommerce form .form-row label, 
body .woocommerce-page form .form-row label {
    display: flex;
}
fieldset label {
    margin: 10px 0px;
}

input, textarea, body .woocommerce form .form-row .input-text, body .woocommerce form .form-row select {
    background: #ededed;
    border: none;
    padding: 10px 15px;
}
body .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
}


body ::-webkit-datetime-edit-text { color:#555555}
body ::-webkit-datetime-edit-month-field { color:#555555 }
body ::-webkit-datetime-edit-day-field { color: #555555; }
body ::-webkit-datetime-edit-year-field { color:#555555; }
.correct-answer {
    background-color: #d4edda;
    color: #155724;
    padding: 10px 8px;
    border-radius: 4px;
    width: fit-content;
    margin-left: -8px;
}



body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
p.price, p.price bdi, p.price span {
    color: #000;
}
.x2 > div h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
ul.tabs.wc-tabs {
    display: none;
}
body .woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    max-height: 300px;
    object-fit: contain;
}
body .woocommerce p {
    font-size: 16px;
}
body .woocommerce #content div.product div.images, 
body .woocommerce div.product div.images, 
body .woocommerce-page #content div.product div.images, 
body .woocommerce-page div.product div.images {
    float: left;
    width: 35%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 71%;
    clear: none;
}
body .woocommerce #content div.product div.images, body .woocommerce div.product div.images, body .woocommerce-page #content div.product div.images, body .woocommerce-page div.product div.images {
    float: left;
    width: 25%;
    margin: 0;
    background: #fff;
    margin-right: 4%;
}
.summary.entry-summary .atribs {
    margin: 15px 0px;
}


section.reviews h2 {
    text-align: center;
}
section.reviews > div {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
article.review svg {
    color: #007c42;
    font-size: 13px;
    margin: 1px 5px;
}
article.review {
    border: 1px solid #ede7e7;
    margin: 5px;
    border-radius: 10px;
    padding: 10px 22px;
}
p.stars {
    color: #FF9800;
    margin: -14px 0px;
    padding: 0px 0px;
    margin-bottom: 12px;
}



section.catalog-j aside.catalog-left-sidebar {
    width: 310px;
    border: 1px solid #ebebeb;
    margin-right: 1%;
    margin-top: 1%;
    padding: 25px 0px;
}
section.catalog-j > main {
    width: 100%;
}
section.catalog-j .left-widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav {
    padding: 0px 35px;
    padding-bottom: 0px;
}
section.catalog-j .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item ~ li{
 border-top: 1px solid #edecec;
}
section.catalog-j .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    display: flex;
    padding: 11px 0px;
}
section.catalog-j aside.catalog-left-sidebar h3 {
    font-size: 16px;
    margin: 9px 0px;
    background: #f1f1f1;
    padding: 5px 13px;
    border-radius: 10px;
}
section.catalog-j {
    display: flex;
    padding-bottom: 150px;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product span.price {
    text-align: center;
}

.atribs {
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    margin: 10px auto;
}
.category-post .a21, .woocommerce ul.products li.product .a21 {
    margin: 15px auto;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 90px);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product span.price, span.price, span.price bdi {
    font-size: 25px;
    color: #000;
}
.atribs > p {
    position: relative;
    padding-left: 24px;
    color: #a9a5a5;
    margin: 10px 10px;
    font-size: 16px;
}
.atribs > p svg {
    position: absolute;
    left: 0;
    top: 10px;
    color: #007c42;
}
body .woocommerce ul.products::after,
body .woocommerce ul.products::before{display:none;}
body .woocommerce ul.products {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}
.category-posts .a21 svg,
.category-posts .a21 {
    background: transparent;
    color: #fff;
}
.category-post {
    border: 1px solid #333333;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    padding: 10px 25px;
    padding-bottom: 25px;
    width: 98%;
    margin: 0%;
    background: transparent;
    color: #fff;
    padding-bottom: 85px;
}

body .woocommerce ul.products[class*=columns-] li.product, 
body .woocommerce ul.products li.product {
    border: 1px solid #e3dbdb;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    padding: 10px 25px;
    padding-bottom: 25px;
    width: 90%;
    margin: 0%;
    background: #fff;
    padding-bottom: 85px;
    margin-bottom: 10%;
}


section.services > div {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
section.services svg {
    color: #007c42;
    font-size: 40px;
}
section.services article {
    text-align: center;
    background: #fff;
    padding: 35px;
    border-radius: 80px;
    box-shadow: 0px 0px 60px -15px #ada6a6;
    margin: 6%;
}
section.services {
    padding: 0% 16%;
    margin-top: -105px;
}
section.services > h2 {
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    left: 0;
    color: #e3e3e3;
    font-size: 70px;
    z-index: -1;
}
section.services h3 {
    font-size: 20px;
}

section.services p {
    text-align: justify;
    color: #adadad;
}
section.services {
    padding: 0% 20%;
    margin-top: -105px;
}
.blockes .text .a21 {
    margin-top: 15px;
}
section {
    position: relative;
}
section.simple {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
	}
body .woocommerce-info::before{display:none;}

#customer_login > div {
  width: 23%;
  float: right;
}
#customer_login > div ~ div {
  width: 75%;
  float: left;
}
        .quiz-option[data-correct="yes"] {
            color: green;
        }
        .quiz-option[data-correct="no"] {
            color: red;
        }

.home-s ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 46px;
}
.home-s ul li {
    font-size: 20px;
    padding: 12px 3px;
    position: relative;
}
.home-s ul li ~ li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 38px;
    width: 100px;
    height: 1px;
    background: #d9d9d9;
}
section.catalog-j section.related.products {
    padding: 0;
}
.home-s ul li svg {
    color: #007c42;
    margin-right: 8px;
}
header .menu .current_page_item > a {
    color: #2799c7;
}
.fut-back a:hover, header .menu a:hover, a:hover {
    color: #279ac8;
}


.home-s .bar {
    width: 50%;
}
.home-s h1 {
    font-weight: 800;
    font-size: 55px;
    color: #ffffff;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 0px 0px 45px #000000;
}


body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
    background-color: #000;
    border-radius: 0px;
}
header .opens-s {
    z-index: 9;
}
header .menu.s-open .opens-s .x-close svg {
    z-index: 1;
    opacity: 1;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
    width: 18px;
    height: 18px;
    filter: invert(1) brightness(0.6);
    color: #007c42;
    background: transparent;
    font-size: 16px;
    padding: 0;
    border-radius: 0;
    top: 0px;
}

header .menu.s-open .dgwt-wcas-search-wrapp {
    z-index: 2;
    opacity: 1;
}

body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    opacity: 0;
}
.fats {
    display: grid;
    grid-template-columns: 20% 75%;
	grid-column-gap:5%;
}
.fats > div {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding: 12px 0px;
    margin: -16px 0px;
    /* border-top: 1px solid #333333; */
    /* border-bottom: 1px solid #333333; */
}
.fats .a {
    text-align: center;
}
.toptop > a {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
header .menu.s-open .search-open{opacity:0;}
header .menu .search-open{transition:0.4s;}

header .opens-s .x-close svg {
    opacity: 0;
    z-index: -1;
}
header ul.menu > li.ser {
    position: absolute;
    right: 10%;
    margin-right: 0;
}

header ul.menu li.s-bar-m {
    width: 2px;
}

body .dgwt-wcas-search-wrapp {
    min-width: 210px;
    position: absolute;
    right: 0px;
    top: -15px;
    width: 280px;
    /* z-index: -1; */
    /* opacity: 0; */
    transition: 0.4s;
}



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: 16px;
    border: 0px solid #fff;
    height: auto;
    font-family: Roboto, sans-serif;
    background-color: transparent;
    color: #B4B4B4;
    box-shadow: 0px 0px 35px -13px #000 !important;
    transition: 0.4s !important;
    font-weight: 600;
}
.home-s video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    max-width: 200%;
    object-fit: cover;
    max-height: 100vh;
}
.home-s {
    padding: 0;
    min-height: 9vh;
    display: grid;
    background: #121215;
    grid-template-columns: 100%;
    padding-bottom: 2px;
    position: relative;
    /* overflow: hidden; */
    /* border-bottom: 10px solid #000; */
    /* padding-bottom: 2px; */
}
.home-s .swiper::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26%;
    height: 20%;
    /* background: #000; */
    border-radius: 0px 200px 0px 0px;
}
.home-s img {
    position: absolute;
    width: 42%;
    right: 10%;
}


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: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    padding: 13px;
    box-sizing: border-box;
    transition: 0.4s;
    background: #2e88aa;
}

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: 100vh;
    height: 400px;
}


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: #fff;
    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: 650px;
    filter: grayscale(1) invert(1);
}
form .a21 {
    background: transparent;
}

.home-zag.small ~ section.comanda {
    margin-top: 0;
    margin-bottom: 125px;
}

section.back-lines  .a21 svg,
section.back-lines  .a21,
form .a21 svg{color:#fff;background:transparent;}
.a21 .wpcf7-spinner {
    position: absolute;
    left: auto;
    top: 0px;
    right: -100px;
}
body .wpcf7 form.invalid .wpcf7-response-output, 
body .wpcf7 form.unaccepted .wpcf7-response-output, 
body .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    color: #ffb900;
    margin: 0;
    padding: 0;
}
a.gora {
    scroll-behavior: smooth;
    position: fixed;
    right: 10%;
    bottom: 8%;
    transition: 0.4s;
    margin-bottom: -150px;
    background: #007c42;
    color: #fff;
    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: #2e88aa;
    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: #2e88aa;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: 0.4s;
}

header ul.menu.lip li.aa21 a span{color:#fff;}
.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: 25px;
    margin-bottom: 38px;
}
.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: #fff;
}
.fut-back {
    display: grid;
    grid-template-columns: 100%;
    background: #0c0c0c;
    position: relative;
    padding: 50px 10%;
    margin-top: 0px;
    color: #fff;
}
section.recent .left-widget ul {
    grid-template-columns: 100%;
}
.fut-back: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 .category-posts .category-post::before,
.darck-sect .category-posts .category-post::after {background: #353535;}

.darck-sect h2, .darck-sect h3, .darck-sect a {
    color: #fff;
}
.darck-sect {
    background: #0c0c0c;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 50px;
    z-index: 2;
    color: #fff;
}
.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;
}

.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: #2e88aa; */
    padding: 0px;
    border-radius: 50px;
    min-width: calc(100% + 26px);
    margin-left: -16px;
}
section.comanda > div > div {
    background: #2e88aa;
    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: #fff;
    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:#fff;}
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: #fff;
}
header ul.menu.lip.dark > li.cat > a::before,
header ul.menu.lip.dark > li.cat > a::after {
    background: #fff;
}
.zags a {
    position: relative;
    z-index: 2;
}

.img img {
    z-index: 2;
    position: relative;
    width: 100%;
}
.img {
    position: relative;
    padding-left: 0%;
}

ul {
    margin: 0;
    padding: 10px 19px;
    list-style: circle;
}
.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: #fff;
	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: #fff;
}


section.recent {
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
}

section.recent::after {
    content: '';
    background: url(/wp-content/uploads/15.webp) no-repeat center / cover;
    background-attachment: fixed;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position-y: var(--bg-offset);
    transition: 0s;
}


.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);
    }
}

.swiper-horizontal {
    overflow: hidden;
    position: relative;
}
.swiper-slide-active .background-move {animation: moveBackground 50s linear infinite !important;}
.background-move {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: 0.4s;
    transform: scale(0.99);
}

@keyframes moveBackground {
    0% {
        transform:scale(1);
    }
    50% {
        transform:scale(1.3);
    }
    100% {
       transform:scale(1);
    }
}

body .xoo-wsc-items-count {
    background-color: #000000;
    color: #ffffff;
}

@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: 39px 0px;
    margin-left: 40px;
}



.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 #fff;
    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: #2e88aa;
}
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: #ffffff;
    border: 0px solid #ffffff;
    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: #ffffff;
    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: #fff;
    background: #2e88aa;
    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: #2e88aa;
    color: #fff;
    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: #fff;
    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 #2e88aa;
    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:#fff;
}

.f-right p {
    margin: 0;
    padding: 0px;
    padding-left: 10px;
    margin-right: 25px;
    color: #ffffff;
    font-weight: 500;
}
.f-right  svg {
    font-size: 21px;
}
body .xoo-wsc-basket {
    bottom: 5%;
    right: 3%;
    background-color: #ffffff;
    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: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
section.recent b {
    font-size: 12px;
}
section.recent > div span h2 a {
    display: block;
    color: #2e88aa;
    font-weight: 400;
    text-transform: none;
    font-size: 24px;
    margin-top: 13px;
}


.about-s center p {
    border: 0px solid;
    padding: 31px 0px;
    font-size: 18px;
    border-left: 10px solid #2e88aa;
    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: #ffffffcf;
    overflow: hidden;
}
.about h2 {
    margin-top: 0;
}
.about-s strong em u {
    color: #2e88aa;
    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%, #ffffff 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%, #ffffff 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%, #ffffff 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%, #ffffff 50%);
}

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: #B4B4B4;
  font-family: 'montserrat';
  background:transparent!important;
}



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: #ededed;
    left: 0;
    z-index: 2;
    display: block;
    border: 2px solid #fff;
    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: #fff;
    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: #ffffff;
    text-decoration: none;
}
.woocommerce-variation.single_variation del {
    color: #4d4d4d;
}

.prod {
    position: relative;
    display: grid;
    grid-template-columns: 45% 55%;
}
p.price {
    font-size: 32px;
}
.a21 .wpcf7-spinner {
    position: absolute;
}
table.variations tr {
    display: grid;
    text-align: left;
}
input, select, textarea {
    background: transparent;
    color: #ffffff;
    border: 0px solid #fff;
    font-size: 16px;
    padding: 10px 13px;
    border-radius: 0px;
    margin: 3px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
    max-width: 630px;
}
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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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: 33.33% 33.33% 33.33%;
    grid-column-gap: 1%;
}
section.recent ul li {
    font-weight: 600;
    position: relative;
    margin: 8px 0px;
}
body.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 15px;
    max-height: 200px;
    min-height: 200px;
}
section.recent ul li a {
    color: #000;
    display: block;
    width: 100%;
    padding: 12px 18px;
}
section.recent ul li a:hover{
    color:#2e88aa;
}



body.woocommerce-checkout  .home-zag.small ~ .woocommerce,
.wp-block-woocommerce-checkout,
.wc-block-cart,
.container,
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: #fff; */
    padding: 50px;
    margin: 75px 1px;
}
section.recent.filter > div span img {
    margin: 0;
    width: 100%;
    padding: 38px;
    background: #fff;
}
section.recent.filter > div.posters {
    width: 100%;
}
.zags {
    position: initial;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 230px;
}
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 img{filter:brightness(0)invert(1);}
section.recent > div > span:hover h2 a {color:#fff;}
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, #2e88aa, #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: 92px;
    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: #fff;
    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: #2e88aa;
}
section.recent > div .span ul li:hover img{filter:invert(1);}
section.recent > div .span ul li:hover a{
    color: #000;
}



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: 9px;
    pointer-events: none;
    transition: none;
}

.header-right {
    padding: 27px 15%;
    text-align: left;
    padding-right: 0px;
}
header ul.menu > li.cat > a::after {
    content: '';
    position: absolute;
    right: 19px;
    top: calc(50% - 1px);
    width: 5px;
    height: 2px;
    background: #ffffff;
    transform: rotate(45deg);
}
header ul.menu > li.cat > a::before {
    content: '';
    position: absolute;
    right: 16px;
    top: calc(50% - 1px);
    width: 5px;
    height: 2px;
    background: #ffffff;
    transform: rotate(-45deg);
}
header ul.menu > li.cat~li.cat~li.cat > a {
    float: right;
}
header ul.menu > li.cat > a svg {
    color: #2e88aa;
}
header ul.menu > li.cat > a {
    text-align: left;
    width: fit-content;
    float: left;
    /* background: #2e88aa; */
    padding: 15px 20px;
    padding-right: 35px;
    border-radius: 8px;
    color: #fff;
    margin: 12px 0px;
    font-weight: 600;
    margin-left: -20px;
}

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: 0;
}
.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: #fff;
    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: #fff;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    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 #ffffff;
    background: #fff;
    right: 14%;
    top: 27px;
    border-radius: 50%;

    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: #fff;
    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;
}
h1.product-title {
    font-size: 40px;
}
.wp-audio-shortcode {
    height: revert;
    filter: invert(1);
}
.simple-page {
    padding: 50px 10%;
}
.home-zag.small.tovar-page {
    height: auto;
    min-height: auto;
    padding-top: 262px;
    padding-bottom: 45px;
    margin-bottom: -5px;
}
.home-zag.small {
    height: auto;
    min-height: auto;
    padding-top: 265px;
    padding-bottom: 35px;
    margin-bottom: 0;
    background: #121215;
    color: #fff;
}
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: #ffffff;
    letter-spacing: normal;
    font-size: 30px;
}

.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;
}
section.how-it-works.x2 {
    background: url(/wp-content/uploads/Growefup-554x1024-1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 13%;
}
h2 {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 65px;
}
h3 {
    font-size: 30px;
}
p {
    font-size: 18px;
}

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:#fff;}
div#popup b {
    position: absolute;
    font-size: 112px;
    font-weight: 100;
    right: 32px;
    color: #fff;
    top: 0;
    transform: rotate(45deg);
    transition: 0.4s;
	cursor:pointer;
}
div#popup b:hover{transform: rotate(-45deg);}
table.variations {
    margin-bottom: 17px;
}




header .menu li.as a::after {
    color:#fff;
    content: ']';
    position: absolute;
    right: -5px;
    top: -6px;
    font-size: 23px;
    transition: 0.4s;
    opacity: 0;
}

header .menu li.as a.active:after,
header .menu li.as a:hover:after{
    right: -12px;
    color:#ffffff;
    opacity:1;
}
header .menu li.as a.active:before,
header .menu li.as a:hover:before{
    left: -12px;
    color:#ffffff;
    opacity:1;
}


header .menu li.as a::before {
    color:#fff;
    content: '[';
    position: absolute;
    left: -5px;
    top: -6px;
    font-size: 23px;
    transition: 0.4s;
    opacity: 0;
}


.a21 {
    cursor: pointer;
    color: #fff;
    display: block;
    text-align: center;
    padding: 16px 39px;
    position: relative;
    font-size: 16px;
    font-weight: 900;
    background: #279ac8;
    max-width: 100%;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
}

.a21 svg {
    color: #ffffff;
    padding: 4px;
    border-radius: 50px;
    margin: -5px 2px;
    transition: 0.5s;
    margin-left: 0;
    z-index: 3;
    position: absolute;
    left: 20px;
    top: calc(50% - 7px);
}
body .a21:before, body .a21:after {
    top: calc(50% - 30px);
    font-size: 42px;
    font-weight: 400;
}
.a21:hover svg {
    transform: rotate(360deg);
}


.home-zag a.a21 svg {
    /* background: #fff; */
    color: #ffffff;
    padding: 4px;
    border-radius: 50px;
    margin: -5px 0px;
    transition: 0.5s;
}
.a21 span {
    z-index: 2;
    position: relative;
	margin-left:20px;
}
.home-zag h1 bold {
    color: #2e88aa;
}
.home-zag h2 bold {
    color: #2e88aa;
}
.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;
}


.home-zag {
    position: relative;
    overflow: hidden;
    min-height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: transparent;
    padding: 55px 10%;
    padding-top: 160px;
    width: 100%;
    /* color: #fff; */
}
header ul.menu li.a {
    position: absolute;
    right: 12%;
}
header ul.menu li.b {
    position: absolute;
    right: 10%;
}
header ul.menu li.c {
    position: absolute;
    right: 10%;
}

header ul.menu > li {
    display: block;
    text-align: left;
    text-align: center;
    position: relative;
    margin: 30px 0px;
    margin-right: 22px;
}
header ul.menu > li >{
    display: block;
    text-align: left;
    text-align: center;
    position: relative;
}
header .menu .logo a {
    margin: 0;
}
header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    transition: 0.4s;
    left: 0;
    top: 0;
}
header.lip {
    margin-top: -116px;
    background: #000;
    display: block;
    width: 100%;
    height: fit-content;
}
header .menu a svg {
    margin: 2px 5px;
}
body {
    margin: 0;
    font-family: 'Montserrat';
    color: #ffffff;
    background: #000;
    position: relative;
    transition: 1s;
}
section#d3 ul {
    color: #fff;
}
body.light {
    background: #fff;
    color: #000;
}
body.light header .menu {
    background: #fff;
}
body.light header .menu li.as a.active:after, 
body.light header .menu li.as a:hover:after,
body.light header .menu li.as a.active:before, 
body.light header .menu li.as a:hover:before {
    color: #000000;
}
body.light header .menu a {
    color: #000000;
}
header .menu .logo a {
    float: left;
}
header .menu a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    width: 100%;
    display: flex;
    text-transform: uppercase;
}
.fut-back .a img {
    width: 250px;
}
header .menu .logo {
    padding: 0px 0px;
    margin: 8px 0px;
    position: absolute;
    width: 150px;
    left: 10%;
}
.home-zag::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 334px;
    background: url(/wp-content/uploads/toptop.png);
    background-size: cover;
    background-position: top;
    background-position-y: 119%;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: -1;
}
* {
    box-sizing: border-box;
    height: auto;
}
li.menu-item-has-children {
    position: relative;
}
header .menu li li.as a::before, header .menu li li.as a::after {
    top: 6px;
}
header .menu ul a {
    margin: 0;
    width: fit-content;
    text-align: left;
    color: #b2b2b2;
    text-transform: none;
    letter-spacing: normal;
    padding: 12px 9px;
    font-size: 14px;
    font-weight: 400;
}
header .menu ul a:hover {
    color: #007c42;
}
header .menu > li > ul {
    padding: 15px 15px;
}

header .menu ul {
    position: absolute;
    left: 0px;
    top: 40px;
    padding: 0;
    display: grid;
    transition: 0.4s;
    z-index: -1;
    opacity: 0;
    background: #1d1e23;
    padding: 0;
    border: 1px solid #393939;
    border-radius: 0px;
    width: max-content;
    max-width: 285px;
    display: none;
    border-radius: 0;
}

.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 {
    opacity: 0;
}
.a21:hover {
    transform: skew(4deg, -6deg) translateY(-7px);
    color: #fff;
}


@media(min-width:1024px){

    header ul li > ul.sub-menu {
        opacity: 0;
        transform: translateY(-20px);
        max-height: 0;
        display: block;
        overflow: hidden;
        list-style: none;
        left: 0px;
    }
	    header ul li.pll-parent-menu-item > ul.sub-menu {
        left: -24px;
    }
    header li.menu-item-has-children:hover > ul.sub-menu {
        z-index: 1 !important;
        opacity: 1 !important;
        max-height: 700px !important;
        transform: translateY(0px) !important;
        overflow: visible !important;
        box-shadow: 0px 0px 49px -21px #000;
    }
}



header ul.menu li ul li {
    width: 100%;
    padding: 0;
    position: initial;
}
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 {
    left: auto;
    right: -320px;
    top: -1px;
    width: 320px;
    max-width: 320px;
    opacity: 0;
    z-index: -1;
    height: auto;
    box-shadow: 10px 0px 43px -31px #000000;
    display: block;
    padding: 12px;
}
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 > li~li::after {
    content: '';
    position: absolute;
    left: 21px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #353535;
}

.home-s .swiper-slide-text h2 {
    color: #ffffff;
    font-size: 30px;
    width: 100%;
    font-weight: 300;
    margin: 0;
    padding: 0;
    margin-bottom: -15px;
    margin-left: 4px;
}
body .swiper-pagination-horizontal > span.swiper-pagination-bullet-active {
    background: #279ac8;
}
body .swiper-pagination-horizontal {
    display: flex;
    padding: 50px 10%;
}
body .swiper-pagination-horizontal > span {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 0;
    margin-right: 8px !important;
}
body .swiper-button-next:hover, body .swiper-button-prev:hover {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}
body .swiper-button-prev {
    left: 33px;
}
body .swiper-button-next {
    right: 33px;
}
body .swiper-button-next, body .swiper-button-prev {
    color: #3d3d3d;
    border: 1px solid #1e1e1e;
    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: #fff;
}
.home-s .swiper, .home-s swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    width: 100%;
}
.home-s .swiper-slide-text > div {
    display: flex;
}


header .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    padding: 0px 10%;
    position: relative;
    width: 100%;
    left: 0;
    margin-top: 0;
    z-index: 99;
    background: transparent;
    /* transition: 0.4s; */
    justify-content: left;
}


header ul.menu li.aa21 a {
    margin: 6px 0px;
    width: auto;
    display: flex;
    min-width: 248px;
    justify-content: space-between;
    flex-direction: row;
}

header ul.menu.lip > li.cat > a::before,
header ul.menu.lip > li.cat > a::after{background:#000;}
header .menu.lip {
    position: fixed;
    box-shadow: 0px 0px 54px -40px #000;
    top: -100px;
    transition: 0.4s;
	    border-bottom: 1px solid #3d3d3d;
}
header .menu.lip.lip2 {
    margin-top: 0px;
    top: 0;
    background: #000;
}
header ul.menu img {
    width: 355px;
}
a {
    text-decoration: none;
    color: #2a9ec9;
}



@media(max-width:1800px){
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){
.catts-catalog {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin: 35px 0px;
}
body .woocommerce ul.products {
    grid-template-columns: 25% 25% 25% 25%;
}
}




@media(max-width:1400px){
.home-s h1 {
    font-size: 34px;
}
.blockes > div {
    min-height: 450px;
}
.home-s .swiper-slide-text {
    padding: 0px 115px;
}
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%;
}


	.dgwt-wcas-search-wrapp {
    min-width: 167px;
}
.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){
.catts-catalog {
    grid-template-columns: 33% 33% 33%;
}
section.order p {
    width: 96%;
    font-size: 22px;
}
body .woocommerce ul.products {
    grid-template-columns: 33% 33% 33%;
}
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%;
}

    .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:1930px){

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){
body .dgwt-wcas-search-wrapp {
    min-width: 200px;
    width: 200px;
}
.toptop {
    padding: 30px 2%;
}
.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: #279ac8;
    }
    a.b-menu {
        display: block;
        right: 10px;
        top: 10px;
        background: transparent;
        border: 0px solid #4085e1;
        border-radius: 10px;
       
    }

	div#body-back-fon {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 65%);
    z-index: 4;
    transition: 0.4s;
    opacity: 0;
    z-index: -2;
}
div#body-back-fon.act {
    opacity: 1;
    z-index: 2;
}
.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){
.benef ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 100%;
}
.blockes .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 44px 0%;
}
.blockes > :nth-child(1n) .img {
    order: 0;
}
.blockes > div {
    display: grid;
    grid-template-columns: 100%;
    min-height: 636px;
    position: relative;
}
div#particles-js {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    z-index: -1;
}
.x2 {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #121215;
    padding: 50px 10%;
    color: #fff;
}
.x3 {
    display: grid;
    grid-template-columns: 50% 50%;
}
.home-zag.small.tovar-page {
    height: auto;
    padding: 0px 25px;
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 45px;
    margin-bottom: -5px;
}
header .menu li li.as a::before, header .menu li li.as a::after {
    top: 0px;
}
html .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
  color: #fff;
}
header .menu .menu-item-has-children > a {
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
    }
body .swiper-pagination-horizontal {
    display: flex;
    padding: 50px 10%;
}
.home-s .swiper ~ h2 {
    font-size: 81px;
    margin-left: 30%;
    margin-top: -94px;
    line-height: 127px;
    height: 93px;
}
.catts {
    order: 2;
}

.fats > div a {
    padding: 5px 0px;
}
.fats {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 5%;
}
.fats > div {
    display: grid;
    grid-template-columns: 100%;
    margin: 40px auto;
    width: fit-content;
}
section.order::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 85%);
    z-index: 1;
}
section.order {
    text-align: center;
    padding: 100px 0px;
}

section.order h2, section.order p {
        position: relative;
        z-index: 2;
    }
header ul.menu li.aa21 a {
        margin: 6px 0px;
        width: auto;
        display: flex;
        min-width: 198px;
        justify-content: space-between;
        flex-direction: row;
        color: #fff;
        width: 100%;
        max-width: 120px;
        font-size: 12px;
        padding-left: 30px;
    }
    header ul.menu > li ~ li~ li~li {
        width: 100%;
        margin-bottom: 0;
    }
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;
    }
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    filter: invert(1);
}
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(12 12 12);
    }
    .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: 25px 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: transparent;
        border: 2px solid #007c42;
        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: 6px;
        top: calc(50% - 4px);
        width: 8px;
        height: 2px;
        background: #ffffff;
        transform: rotate(45deg);
    }
    header ul.menu ul span.toggle-arrow::before {
        content: '';
        position: absolute;
        right: 6px;
        top: calc(50% - 0px);
        width: 8px;
        height: 2px;
        background: #ffffff;
        transform: rotate(-45deg);
    }

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 .menu ul ul a {
    font-size: 14px;
    padding: 6px 0px;
}

   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 5px;
        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: 1px solid #404040;
        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: 0px 6px;
    }
	

header .menu ul li.menu-item-has-children.active > ul{	
	padding: 12px 6px!important;
}

header .menu ul li.menu-item-has-children.active > ul {
  opacity: 1!important;
  transform: translateY(0)!important; /* Поднимаем подменю */
  max-height: 500px!important; /* Устанавливаем максимальную высоту для отображения (или настраиваем по необходимости) */
}


.home-zag.small h1 {
    font-size: 30px;
}
.home-zag.small {
        padding-top: 112px;
        padding-bottom: 55px;
    }
.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: #002361;
    padding: 15px 22px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    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: 100%;
        padding: 12px 0px;
        margin: 0 auto;
        float: none;
        display: block;
    }
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 ul a {
        padding: 0px 0px;
        margin: 0;
        width: fit-content;
        text-align: left;
        color: #ffffff;
        text-transform: none;
        letter-spacing: normal;
        font-weight: 400;
        padding: 6px 8px;
        font-size: 16px;
        word-break: break-word;
    }
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 #353535;
        margin: 24px 0px;
        margin-bottom: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    li.menu-item-has-children > a::before {
        right: -19px;
    }
li.menu-item-has-children > a::after {
        right: -16px;
    }
	.catts {
    display: grid;
    height: fit-content;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        color: #ffffff;
        border-bottom: 1px solid #3d3d3d;
    }
    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;
        margin: 0;
    }
	.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: #ffffff;
        width: fit-content;
    }
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 img {
        width: 164px;
        margin: 18px;
    }
    .mobile-header {
        display: block;
        position: fixed;
        top: 0;
        z-index: 9;
        transition: 0.4s;
        background: transparent;
        width: 100%;
        margin: 0;
    }
	header.lip .mobile-header {
    background: #000;
}
    header .menu.lip, header .menu {
        display: block;
        width: 320px;
        background: #101010;
        min-height: 100vh;
        left: -320px;
        padding: 13px 25px;
        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);
        padding-top: 113px;
    }
    header ul.menu > li.ser {
        position: absolute;
        right: 0;
        margin-right: 0;
        top: 11px;
        width: calc(100% - 32px);
        margin: 0px 16px;
    }
	header ul.menu > li.ser {
    position: absolute;
    right: 6%;
    margin-right: 0;
    top: 0;
    width: 90%;
}
.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit.woocommerce.dgwt-wcas-style-pirx.js-dgwt-wcas-layout-classic.dgwt-wcas-layout-classic.js-dgwt-wcas-mobile-overlay-enabled.dgwt-wcas-active.dgwt-wcas-search-focused {
    min-width: 1;
    width: 100%;
    background: transparent;
}
}


@media(max-width:850px){
section.wabout h2 {
    font-size: 40px;
}
section.simple {
    min-height: 500px;
}
#words-wrapper {
    min-height: 500px;
}
.words-scroll {
    display: flex;
    padding-left: 0;
    padding-right: 0;
}
    .word {
        font-size: 40px;
        margin-right: 0;
        width: 100%;
        display: flex;
        min-width: 100%;
        text-align: center;
    }
.home-s video {
    min-height: 540px;
    max-height: 540px;
}
section#d4, section#d5,
section,
section.wabout {
    padding: 0;
    max-width: 450px;
    margin: 35px auto;
}
.swiper a.a21 {
    margin: 17px auto;
}
    body .swiper-pagination-horizontal {
        display: flex;
        padding: 50px 10%;
        justify-content: center;
    }
    .home-s .swiper, .home-s {
        min-height: 540px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .home-s .swiper ~ h2 {
        font-size: 70px;
        margin-left: 0;
        margin-top: -60px;
        line-height: 1;
        height: auto;
        text-align: center;
        background: transparent;
        text-shadow: none;
    }
.home-s .swiper::after {
    opacity: 0;
}
.home-s .swiper,
.home-s {
    min-height: 540px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ul.tags-list {
    padding: 50px calc(4% + -1px);
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 50% 50%;
    padding-bottom: 0;
    margin-bottom: -5px;
}
ul.tags-list {
    grid-template-columns: 50% 50%;
}
.products-list.catas {
    display: grid;
    grid-template-columns: 100%;
}
.category-post {
    margin-bottom: 15px;
}
.post-thumbnail {
    height: auto;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}
.x2 > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin-top: 32px;
}
.perekl-tables {
    overflow: scroll;
    display: block;
    width: 100%;
}
ul.perekl {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        background: #fff;
        margin: 25px 0px;
    }
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 70%;
    clear: none;
}
.catts-catalog {
        grid-template-columns: 50% 50%;
    }
    body .woocommerce ul.products {
        grid-template-columns: 50% 50%;
    }
.ics span {
    margin: 2%;
    width: 96%;
}
.ics {
    display: grid;
    grid-template-columns: 50% 50%;
}
    .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 4%;
    }
.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;
}
.home-s .swiper-wrapper, .home-s .swiper-slide, .home-s .swiper-slide-text {
    min-height: auto;
}
.home-s .swiper-slide-text > div {
    display: grid;
    grid-row-gap: 10px;
}
.home-zag.small h1 {
        text-transform: none;
    }

}


@media(max-width:650px){
.popup div img {
    margin: 0%;
    width: 100%;
    margin-top: 25px;
}
    .blockes > div {
        display: grid;
        grid-template-columns: 100%;
        min-height: fit-content;
        position: relative;
    }
.popup .x {
    background: #000;
    border-radius: 50%;
}
    h2 {
        font-size: 24px;
    }
section#d5 img {
    margin: 40px 0px;
    width: 240px;
}
.popup div {
    display: grid;
    grid-template-columns: 100%;
}
section#d5 a {
    font-size: 14px;
    margin: 10px 0px;
}
    .home-s .swiper-slide-text h2 {
        font-size: 19px;
        margin-bottom: 1px;
    }
    .home-s h1 {
        font-size: 15px;
    }
    .home-s .swiper ~ h2 {
        font-size: 39px;
        margin-top: -36px;
    }
section#d4, section#d5, section, section.wabout {
        padding: 5px 25px;
        max-width: 450px;
        margin: 35px auto;
        max-width: 100%;
    }
body .woocommerce div.product div.summary {
    min-height: 0vh;
}
body .woocommerce ul.products[class*=columns-] li.product, body .woocommerce ul.products li.product {
    width: 100%;
}
    ul.tags-list {
        grid-template-columns: 100%;
    }
.products-list.catas h2 {
    color: #fff;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}
h1.product-title {
    font-size: 30px;
    text-align: center;
}
section.products h2 {
    text-align: center;
}
body .woocommerce #content div.product div.images, body .woocommerce div.product div.images, body .woocommerce-page #content div.product div.images, body .woocommerce-page div.product div.images {
        float: none;
        width: 320px;
        margin: 0 auto;
        background: #fff;
        display: block;
    }
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 100%;
    clear: none;
}
.x3 {
    display: grid;
    grid-template-columns: 100%;
}
.catts-catalog {
        grid-template-columns: 100%;
    }
    body .woocommerce ul.products {
        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: 19px;
    }
    .home-s .swiper-slide-text {
        padding: 0px 5px;
    }
section.recent.filter div.posters ul span.span .a~.a {
    grid-template-columns: calc(100% - 278px) 277px;
}
}



@media(max-width:500px){
body .swiper-button-next {
    right: 1px;
}
body .swiper-button-prev {
    left: 1px;
}

.images > .img {
    float: left;
    width: 94%;
    margin: 4%;
}
    section.recent.filter > div.posters > ul {
        grid-template-columns: 100%;
        margin: 25px 0px;
    }

.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%;
    }
}


































































































































