section.abouts bold img.emoji {
    margin: 0 auto !important;
    display: block;
    filter: brightness(0) invert(1);
}
body.wp-singular.post-template-default.single.single-post .school-meta {
    margin: 1% 0%;
    padding: 0;
    gap: 1%;
    grid-template-columns: 50% 49%;
}
section.abouts strong {
    font-size: 18px;
    color: #d41022;
    margin: 0;
    padding-bottom: 5px;
}
.banner-home::before {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #ffffff, transparent, transparent);
    background-size: cover;
    background-position: 0% 7%;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: grayscale(47%);
    opacity: 1;
}


.post-thumb, .post-thumb img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.all-posts-section article.post-item > a {
    display: grid;
    grid-template-columns: 35% 65%;
    height: 100%;
}

.school-meta {
    padding: 0px 17px;
    display: grid;
    grid-template-columns: 50% 46%;
    grid-column-gap: 4%;
    color: #1b3054;
    padding-bottom: 23px;
}
.school-meta p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #f3f2f2;
    padding: 0;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 9px;
}
.school-meta strong {
    font-size: 16px;
    color: #fff;
    background: #d41022;
    font-weight: 500;
    border-radius: 6px;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 6px;
    margin: -9px;
    margin-bottom: 5px;
    display: block;
}
section.vib li {
    font-size: 18px;
}
section.vib {
    display: grid;
    grid-template-columns: 54% 45%;
    grid-column-gap: 1%;
}
section.vib > div ~ div {
    background: url(/wp-content/uploads/2025/07/pexels-vectors-icon-355704-968299.jpg);
    background-size: cover;
    border-radius: 12px;
}
section.vib > div > div{
    border: 1px solid #e4e4e4;
    margin: 5px;
    padding: 25px 39px;
    border-radius: 10px;
}
section.vib > div > div h2 {
    color: #fff;
    background: #d41022;
    font-weight: 500;
    font-size: 22px;
    width: fit-content;
    padding: 13px;
    border-radius: 6px;
    text-transform: none;
}
section.vib > div h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #d41022;
}
.all-posts-section article.post-item {
    margin: 5px;
}
.all-posts-section article.post-item {
    margin: 5px;
    box-shadow: 0px 0px 21px -12px #787878;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.4s;
}
article.post-item:hover {
    background: #fff;
    box-shadow: 0px 0px 56px -15px #8c8c8c;
}


.all-posts-section h2 {
    font-size: 22px;
    color: #1b3054;
    text-transform: none;
    font-weight: 500;
    padding: 0px 16px;
    text-align: left;
}
form#filterForm {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}
form#filterForm > div {
    width: 33%;
    display: block;
}
section.catalog {
    display: table;
    grid-template-columns: 20% 78%;
    grid-column-gap: 2%;
    position: relative;
}
.all-posts-section {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    float: right;
}


.zaglyshka {
    display: none;
    text-align: center;
    font-size: 30px;
    padding: 20px;
    justify-content: center;
    flex-direction: column;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(255 255 255 / 77%);
    z-index: 4;
}

.zaglyshka.active {
  display: block;
}

.all-posts-section.loading {
  opacity: 0.5;
  pointer-events: none; /* чтобы нельзя было кликать во время загрузки */
  transition: opacity 0.3s ease;
}

.custom-dropdown .options {
    display: none;
    position: absolute;
    top: 92%;
    left: 0px;
    right: 0;
    background-color: #fcfcfc;
    border: 0px solid #ccc;
    border-radius: 15px;
    margin-top: 0px;
    z-index: 10;
    max-height: 471px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 10px 8px;
    cursor: pointer;
    box-shadow: 0px 0px 25px -11px #9f9f9f;

    /* Скрыть скроллбар для Firefox */
    scrollbar-width: none;

    /* Скрыть скроллбар для IE и Edge */
    -ms-overflow-style: none;
}

/* Скрыть скроллбар для Webkit-браузеров (Chrome, Safari, Opera) */
.custom-dropdown .options::-webkit-scrollbar {
    display: none;
}

input#id_file {
    font-size: 12px;
}

.custom-dropdown.active .options {
    display: block;
}

.custom-dropdown .options li {
    padding: 10px 14px;
    transition: 0.4s;
    border-radius: 12px;
}

.custom-dropdown .selected i {
    font-size: 13px;
    color: #818181;
}

.custom-dropdown .options li:hover {
    background-color: #d41022;
    color: fff;
}

body :focus-visible {
    outline: none;
}

.custom-dropdown .selected {
    cursor: pointer;
}
.custom-dropdown {
    position: relative;
}
.custom-dropdown .selected, .pole input, .pole textarea, .pole select {
    border: none;
    font-family: 'Montserrat';
    font-size: 18px;
    padding: 10px 10px;
    width: 100%;
    background: #f3f3f3;
    color: #1b3054;
    margin-top: 6px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    max-height: 150px;
    border-radius: 6px;
}

section.ban1 > div {
    background: #1b3054;
    padding: 25px;
    border-radius: 10px;
    color: #fff;
    display: grid;
    grid-template-columns: 50% 46%;
    grid-column-gap: 4%;
}
section.ban1 > div > div strong {
    color: #ffffff;
    margin-bottom: 20px;
}
section.ban1 p {
    font-size: 22px;
}
section.ban1 p bold {
    display: block;
    color: #d41022;
    margin: 15px 0px;
}
section.ban1 > div > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.ban1 {
    padding-top: 0;
    padding-bottom: 0;
}
section.comp {
    background: #f9f9f9;
    margin: 50px 0px;
    text-align: center;
}
section.comp a {
    margin: 0 auto;
}
.fyter {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

section.servs div {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

section.servs a.a {
    background: #d41022;
}
section.servs a:hover {
    background: #09172f;
}
section.servs a.a:hover {
        background: #a10816;
}
section.servs a {
    background: #1b3054;
    width: 100%;
    text-align: center;
    padding: 24px;
    font-size: 22px;
    color: #fff;
}
section.abouts2 {
    background: #f7f7f7;
}
.srav > span {
    display: flex;
    justify-content: space-between;
}
.srav > span p ~ p svg {
    padding: 6px;
    color: #1b3054;
}
section.abouts2 h2 ~ p {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0px 32px;
    font-weight: 900;
    font-size: 31px;
    line-height: 34px;
    text-transform: uppercase;
    color: #1b3054;
    text-align: center;
}
.srav > span p svg {
    background: #ffffff;
    color: #4CAF50;
    width: 25px;
    height: 25px;
    padding: 3px;
    box-sizing: border-box !important;
    border-radius: 18px;
    position: absolute;
    left: 15px;
    top: calc(50% - 13px);
}
.srav > span p {
    background: #1b3054;
    color: #fff;
    width: 100%;
    padding: 20px;
    margin: 0;
    border-radius: 7px;
    margin: 3px;
    position: relative;
    padding-left: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.srav > span p ~ p {
    background: #d41022;
}
.popup-overlay {
    perspective: 800px;
}
.popup-overlay.active .popup-content {
    transform: rotateX(0deg) translateY(0px);
    opacity: 1;
}
.popup-content {
    transform: rotateX(-50deg) translateY(100px);
    transition: 1s;
    opacity: 0;
}

.popup-form h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}
form .a21 {
    margin: 0 auto;
}
.popup-overlay.active {
    opacity: 1;
    display: flex;
    z-index: 999999;
}
form .a21 span.wpcf7-spinner {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 19px;
    top: 12px;
    background-color: #1b3054;
    opacity: 1;
    background: #d41022;
    display: block;
}
.close-btn:hover {
    transform: rotate(135deg);
}
.popup-overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 89%);
    justify-content: center;
    align-items: center;
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
}

.popup-content {
  background: #fff;
  padding: 20px;
  max-width: 500px;
  width: 90%;
  position: relative;
  border-radius: 8px;
}

.close-btn {
    position: absolute;
    right: -54px;
    top: -67px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    transform: rotate(45deg);
    font-size: 65px;
    font-weight: 300;
    font-family: 'Montserrat';
    color: #fff;
    transition: 0.4s;
}


.banner-home h1 {
    border-left: 10px solid #d41022;
    padding-left: 14px;
    font-size: 38px;
    padding-bottom: 14px;
}
.menu svg {
    margin: 1px 4px;
    color: #d41022;
}
.banner-home h1, .banner-home h2, .banner-home a, .banner-home p, .banner-home ul {
    position: relative;
    z-index: 2;
    color: #1b3054;
}
body .banner-home a {
    color: #fff;
    margin-top: 27px;
}
.banner-home h2 {
    margin: 0;
    margin-bottom: 36px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    width: 46%;
    border-left: 10px solid #1b3054;
    padding-left: 16px;
}
.banner-home img {
    position: absolute;
    right: 0%;
    width: 41%;
    bottom: 0;
    opacity: 1;
    z-index: 1;
    transform: rotateY(180deg);
}

.banner-home h1, .banner-home h2 {
    text-shadow: 0px 0px 9px #fff;
    width: 100%;
    margin: 0;
    text-align: left;
}
.banner-home h2 ~ p {
    margin-top: 28px;
    background: rgb(255 255 255 / 30%);
    width: fit-content;
    padding: 10px;
}
.banner-home::after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/07/site-bg-3-city-min.png);
    background-size: cover;
    background-position: 0% 7%;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: grayscale(60%);
    opacity: 1;
}
.banner-home {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 0;
}

.home-zag.small.prosto-page-php ~ div .chleny .img {
    display: none;
}
.home-zag.small.prosto-page-php ~ div .chleny {grid-template-columns:100%;}

.home-zag.small.prosto-page-php ~ section.hh.x2.team ~ .container .chleny {grid-template-columns:33% 33% 33%;}

.home-zag.small.prosto-page-php ~ section.hh.x2.team ~ .container .chleny .img {
    display: block;
}

body .uk-scope svg {
    height: 16px;
    max-width: fit-content;
}
body .uk-scope .uk-margin-remove-top img {
    height: 160px;
    object-fit: contain;
}
p.border {
    border: 1px solid #dad8d8;
    padding: 25px;
    border-radius: 14px;
}
section.hh.x2.team > div > div h2 {
    background: #008fe8;
    width: fit-content;
    padding: 10px 24px;
    border-radius: 22px;
    color: #fff;
    font-size: 20px;
}
section.hh.x2.team > div > div ~ div h2 {
    background: #ffe300;
    color: #000;
}
section.hh.x2.team > div > div ~ div h2 *{
    color: #000;
}
section.hh.x2.team > div > div h2 *{
    color: #fff;
}
nav.footer-nav .logo {
    display: none;
}
.avf a:hover svg {
    transform: scale(1.2);
}
.fut-back a.a21 svg {
    color: #fff;
}
.avf a svg {
   transition:0.2s;
}
a#joie {
    background: #1b3054;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 25px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}
.fyter li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fyter ul {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    height: 64px;
    margin: 0;
    padding: 0;
    padding-left: 11%;
    padding-right: 8%;
}

.fyter img {
    width: 75%;
    display: block;
    z-index: 2;
    position: relative;
}
.fyter > :nth-child(1) > a{position:relative;}
.fyter > :nth-child(1) > a::after {
    content: '';
    position: absolute;
    left: -13%;
    top: -8px;
    width: 100%;
    height: 77px;
    background: #fff;
    opacity: 1;
    z-index: 1;
    transform: skew(35deg, 0deg);
}
.fyter li.menu-item-has-children {display:none;}
.fyter {
    display: grid;
    grid-template-columns: 400px calc(100% - 600px) 200px;
    background: #1b3054;
    padding: 50px 16%;
    color: #fff;
}
.fyter a {
    padding: 0px 0px;
    display: block;
    text-align: left;
}


section.hh.x2.shome h1 {
    color: #ffe300;
}

section.chekl .x2 {
    grid-template-columns: 50% 50%;
    display: grid;
}
.posts p {
    font-size: 12px;
}


body section.hh.x2.shome .posts .a21 svg {
    left: 2px;
}
body section.hh.x2.shome .posts p {
    max-height: 0;
    overflow: hidden;
    display: none;
}
body section.hh.x2.shome .posts .a21 {
    padding: 5px 7px;
    padding-left: 27px;
}

.footer-menu .asdfa,.footer-menu li~svg {
    display: none;
}
a.a21:hover {
    transform:scale(1.1);
}
.avf > div ~ div a~a {
    margin-top: 10px;
}
.a21 {
    cursor: pointer;
    border: 2px solid #d41022;
    color: #ffffff;
    width: max-content;
    display: block;
    text-align: center;
    padding: 8px 21px;
    border-radius: 9px;
    position: relative;
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
    overflow: hidden;
    min-width: 130px;
    padding-right: 20px;
    padding-left: 55px;
    background: #d41022;
    height: fit-content;
}
.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);
}
.a21::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 82px;
    background: transparent;
    border-radius: 6px 50px 50px 6px;
    z-index: 1;
    transition: 0.4s;
}
.a21:hover svg {
    transform: rotate(360deg);
}

.a21 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);
}
svg{display:none;}
section.chleny {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
section.chleny .img::before {
    content: '';
    position: absolute;
    top: -7px;
    right: -7px;
    width: 50px;
    height: 50px;
    background: #ffe300;
    z-index: 1;
}
section.chleny .img::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -7px;
    width: 50px;
    height: 50px;
    border: 0px solid #d9888d;
    z-index: 1;
    background: #4caf50;
}
li strong {
    font-size: 16px;
    display: inline;
    color: #4caf50;
}
section.chleny h4 {
    min-height: 109px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.chleny h3 {
    font-size: 22px;
    font-weight: 600;
    min-height: 59px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.chleny h4 {
    font-weight: 500;
}
.more-text {
    padding: 18px 0px;
    text-align: justify;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #4caf50;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
    display: block;
    width: 100%;
}
section.chleny h3, section.chleny h4, section.chleny p {
    position: relative;
    padding: 0px 0px;
    margin: 0px 25px;
}
section.chleny .x2.b .img {
    order: 2;
    text-align: right;
    margin-left: 5%;
}
section.chleny h3 svg,
section.chleny h4 svg,
section.chleny p svg {
    display: block;
    font-size: 16px;
    color: #4caf50;
    float: left;
    margin: 0px 0px;
    position: absolute;
    left: -22px;
    top: calc(50% - 9px);
}
section.chleny .img {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: fit-content;
    margin-bottom: 29px;
}

body .uk-panel {
    border: 1px solid #dedbdb;
    padding: 13px;
    border-radius: 10px;
}
.a245 > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.a245 {
    text-align: left;
    padding: 50px 16%;
    display: grid;
    grid-template-columns: 50% 50%;
}
.a245 a {
    color: #000;
    margin: 0px 11px;
}
.avf .a21 svg {
    background: transparent;
    color: #ffffff;
    padding: 7px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    font-size: 11px;
    box-sizing: border-box !important;
    margin: -8px 0px;
}
.a245 a svg {
    background: #4caf50;
    color: #fff;
    margin: -6px 3px;
    width: 15px;
    height: 15px;
    padding: 7px;
    box-sizing: border-box;
    border-radius: 50px;
}
.avf > div ~ div a svg {
    margin: -10px 0px;
}
a.number svg {
    margin: -10px 0px;
}
.avf a svg {
    background: transparent;
    color: #d41022;
    padding: 7px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    font-size: 11px;
    box-sizing: border-box !important;
    margin: -7px 0px;
}
.avf > div {
    display: flex;
    justify-content: start;
}
.avf > div a {
    margin-right: 5px;
}
.avf > div ~ div {
    justify-content: end;
}
.avf > div ~ div a {
    margin-right: 0;
    margin-left: 23px;
    font-weight: 400;
}
.avf {
    position: absolute;
    right: 0%;
    top: 45px;
    background: transparent;
    display: grid;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    z-index: 99999;
    grid-template-columns: 25% 75%;
    text-align: end;
    width: 100%;
    padding: 0% 16%;
}
.x2.dopomoga h3 {
    margin-bottom: -2px;
}
.x2.dopomoga li {
    padding: 8px 0px;
}
strong {
    color: #ffe400;
    display: block;
    font-size: 33px;
    margin-top: 19px;
}
section.ben div span ~ span {
    position: relative;
}
section.ben div span ~ span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 19%;
    width: 1px;
    height: 62%;
    background: rgb(11 11 11 / 26%);
}
section.ben div p {
    text-align: center;
    color: #ffffff;
    padding: 0px 12px;
    display: flex;
    height: 76px;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    /* text-shadow: 0px 0px 25px #000; */
}
section.hh.x2 b {
    color: #fff;
    font-size: 26px;
    text-transform: none;
    font-weight: 400;
    
}
section.ben div svg {
    color: #ffffff;
    margin: 0 auto;
    display: block;
    font-size: 10px;
    background: #2c5a2e;
    width: 50px;
    height: 50px;
    padding: 14px;
    border-radius: 50px;
    box-sizing: border-box !important;
}

section.j2 {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 45px;
}
section.j2 > :nth-child(1) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 15%;
    text-align: justify;
}
section.ben {
    padding-top: 0;
    margin-top: -24px;
}
section.ben h2{
    text-align:center;
}
section.ben div {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    background: #4caf50;
    margin-top: 50px;
    border-radius: 23px;
    padding: 35px;
}
section.hh.x2 b p ~ p {
    max-width: 100%;
}
section.hh.x2.team > div > div {
    display: block;
    border: 1px solid #e0dddd;
    padding: 25px;
    border-radius: 10px;
    margin: 0%;
    margin-bottom: 2%;
}




body header .menu li.a.current_page_item a {
    border-left: 0px solid #008ee9;
    color: #4caf50;
    /* text-shadow: 0px 0px 16px #001; */
}
header .menu li.a a svg {
    display: block;
    margin: -2px 0px;
    left: 0;
}

body header .menu li~li.current_page_item a {
    border-bottom: 1px solid #000;
}
body header .menu > li > a {
    border-left: 0px solid #ffe300;
    padding: 9px;
    padding-left: 0;
    background: transparent;
    color: #000000;
    width: fit-content;
    text-transform: none;
    font-size: 16px;
    padding: 6px 0px;
    font-weight: 600;
    margin-left: 24px;
}
body header .menu .logo {
    margin: 20px 0px;
    width: 320px;
    height: auto;
    background: transparent;
    padding: 0px;
    display: flex;
    border-radius: 50%;
    margin-bottom: 0px;
    position: absolute;
    top: 2px;
    left: 16%;
    box-shadow: none;
    background: transparent;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
body .menu .a21 {
    RIGHT: 4%;
}
body section.hh.x2 h1, body section.hh.x2 h2 {
    color: #fff;
    font-weight: 400;
    width: 100%;
}
body .x2 > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.img~.text {
    padding-left: 10%;
}
.prosto-page-php ~ div .chleny {
    grid-template-columns: 33% 33% 33%;
}
body .x2 {
    padding: 3%;
    padding-left: 0;
    display: grid;
    grid-template-columns: 50% 50%;
}
body header .menu {
    background: transparent;
    box-shadow: none;
    padding: 45px 16%;
    position: absolute;
    width: 100%;
    overflow: visible;
    display: flex;
    left: 0;
    justify-content: end;
    margin-top: 100px;
    list-style: none;
}

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; }


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 .menu a.a21:hover {
    color: #fff;
}
header ul.menu li.s-bar-m {
    width: 2px;
}

body .dgwt-wcas-search-wrapp {
    min-width: 200px;
    position: absolute;
    right: -5px;
    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: 17px;
    height: auto;
     font-family: "Montserrat", sans-serif;
    background-color: transparent;
    color: #000;
    box-shadow: none;
    transition: 0.4s !important;
}

.home-s {
    padding: 50px 10%;
    min-height: 95vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: url(/wp-content/uploads/ezgif.com-gif-maker-4.png);
    border-radius: 0% 0% 20% 20%;
}
.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: 750px;
}


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:500px;}


.home-zag.small ~ section.comanda {
    margin-top: 0;
    margin-bottom: 125px;
}

a.gora {
    scroll-behavior: smooth;
    position: fixed;
    right: 10%;
    bottom: 8%;
    transition: 0.4s;
    margin-bottom: -150px;
    background: #1b3054;
    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 a svg {
    margin-right: 5px;
    color: #d41022;
}

.footer-widget .mob-search {display:none;}
.fut-back a {
    text-align: left;
    justify-content: end;
    color: #fff;
}

.menu-item-has > a,
.fut-back li.menu-item-has-children > a {
    color: #fff;
}



.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;
    margin-left: -25px;
    min-width: calc(100% + 50px);
}
.category-post {
    position: relative;
    padding: 25px;
}
.category-posts .category-post::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 150px;
    background: #f1f1f1;
    right: -1px;
    bottom: -75px;
    z-index: 2;
}
.category-posts .category-post::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 150px;
    background: #f1f1f1;
    bottom: -1px;
    right: -75px;
    z-index: 2;
}



img {
    width: 100%;
}

h2.post-title {
    font-size: 18px;
}


section.comanda {
    margin-top: 150px;
}
section.comanda > div {
    display: grid;
    grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    grid-column-gap: 0%;
    /* background: #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%;
}


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);
    }
}
.home-s .swiper-horizontal {
    background: #111;
}
.swiper-horizontal {
    overflow: hidden;
    position: relative;
}
.background-move {
    background-size: cover !important;
    animation: moveBackground 130s linear infinite!important; /* Анимация длится 130 секунд */
    width: 100%!important;
    position: relative; /* Добавляем для правильного позиционирования */
}

@keyframes moveBackground {
    0% {
        background-position: 0 0;  /* Начальная позиция фона */
    }
    50% {
        background-position: 100% 0; /* Перемещение на 100% ширины элемента */
    }
    100% {
        background-position: 0 0;  /* Возвращение к исходной точке */
    }
}

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;
}

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;
}

h1, h2, h3, h4 {
    color: #000000;
}
.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%;
}
section.abouts p {
    position: relative;
    padding-left: 45px;
}
section.abouts bold {
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    background: #d41022;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 7px;
}
body .x2 .img {
    position: relative;
}
body .x2 .img > div {
    position: relative;
}
body .x2 .img > div::after {
    content: '';
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 150px;
    height: 150px;
    background: #1b3054;
    display: block;
}
.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%);
}

.header-right svg {
    /* background: #2e88aa; */
    color: #2e88aa;
    /* padding: 4px; */
    width: 18px;
    height: 18px;
    margin: 4px 4px;
    margin-left: 9px;
    transition: 0.3s;
    margin-right: 0;
    position: absolute;
    left: -6px;
    top: calc(50% - 13px);
}
.header-right a:hover svg{
    transform: scale(1.1);
}

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: #000;
   font-family: "Montserrat", sans-serif;
}

header .dgwt-wcas-widget, header .widget_custom_html {
    float: left;
}

a.main-logo {
    width: 225px;
    display: block;
    margin: 15px 0px;
}




section.recent > div span span{margin:0;}
section.recent .woocommerce-billing-fields  span{margin:0;} 
section.recent div#payment ul{display:flex;}


html .woocommerce .products ul::before,
html .woocommerce .products ul::after{display:none;}
section.recent > div > span h3 b {
    font-weight: 300;
    font-size: 14px;
    margin-left: 5px;
    color: #1bd3ff;
}
.dgwt-wcas-suggestions-wrapp {
    color: #000;
}
body .wc-block-components-sidebar {
    box-sizing: border-box;
    margin-top: 8px;
    padding-left: 0;
    width: 100%;
    max-width: 350px;
    margin-top: 50px;
}
html .is-large.wc-block-cart .wc-block-components-sidebar, body .wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 4.5283018868%;
    width: 100%;
    margin-top: 14px;
}


body .wc-block-cart table.wc-block-cart-items, 
body .wc-block-cart table.wc-block-cart-items td, 
body .wc-block-cart table.wc-block-cart-items th {
    margin: 0;
}
ul.wc-item-meta li {
    display: flex;
    justify-content: space-between;
}
ul.wc-item-meta {
    margin: 0;
    padding: 0px 0px;
    font-size: 12px;
}
ul.wc-item-meta li p {
    margin: 0;
}
body .woocommerce table.shop_table tbody th,
body .woocommerce table.shop_table tfoot td, 
body .woocommerce table.shop_table tfoot th{
    font-weight: 700;
    border-top: 0px solid rgba(0, 0, 0, .1);
}
body .woocommerce table.shop_table tbody th, 
body .woocommerce table.shop_table tfoot td, 
body .woocommerce table.shop_table tfoot th
body .woocommerce table.shop_table td {
    border-top: 0px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
tr {
    border: 1px solid #efefef;
    /* display: flex; */
    margin: 3px 0px;
    border-radius: 8px;
}
body.woocommerce-checkout  section {padding:0;}


body #add_payment_method #payment div.form-row, 
body .woocommerce-cart #payment div.form-row, 
body .woocommerce-checkout #payment div.form-row {
    padding: 0;
}

.choice {
    display: flex;
    margin: 15px 0px;
}
ul.wc_payment_methods.payment_methods.methods {
    display: none;
}
body .woocommerce #payment #place_order, 
body .woocommerce-page #payment #place_order {
    float: left;
}
body #add_payment_method #payment, 
body .woocommerce-cart #payment, 
body .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 5px;
}
body .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: flex;
    padding: 15px 0px;
    padding-left: 0px;
    line-height: 21px;
}
body .woocommerce form .form-row .input-checkbox {
    /* opacity: 0; */
    position: relative;
    display: block;
    margin: -2px 0px;
    margin-right: 21px;
    cursor: pointer;
}


input[type="checkbox"] {
    /* opacity: 0; */
    position: relative;
    display: block;
    margin: -2px 0px;
    margin-right: 13px;
    cursor: pointer;
}
input[type="checkbox"]::after {
    content: '✔';
    position: relative;
    width: 20px;
    height: 20px;
    background: #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-submit.has-spinner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    margin: 0;
    padding: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
form .a21 span {
    z-index: 3;
    position: initial;
    font-weight: 600;
    margin: -7px 0px;
}
table.variations tr {
    display: grid;
    text-align: left;
}
input, select, textarea {
    background: #fff;
    color: #000000;
    border-bottom: 1px solid #c5c5c5;
    font-size: 16px;
    padding: 10px 13px;
    border-radius: 0px;
    margin: 3px 0px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 19px;
    max-height: 122px;
}
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: 50%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    float: right;
}
section.recent ul li a {
    color: #000;
    display: block;
    width: 100%;
    padding: 12px 18px;
}
section.recent ul li a:hover{
    color:#2e88aa;
}


.home-zag.small, section {
    position: relative;
    width: 100%;
    padding: 50px 16%;
}
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;
}
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;
    filter: brightness(0);
}

.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-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
}
body .dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover, .dgwt-wcas-tpd-image {
    background-color: #fff;
}
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: 0px;
    border-bottom: 1px solid #bdbaba;
}
.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", sans-serif;
    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%;
    box-shadow: 0 0 43px -10px #979797;
    cursor: pointer;
    display: none
}

a.b-menu s {
    position: absolute;
    text-decoration: none;
    top: 22px;
    left: -55px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 12px
}

a.b-menu.active {
    animation-duration: 6s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    transition: 2.5s
}

a.b-menu>b {
    position: absolute;
    width: 40px;
    height: 4px;
    background: #ff2323;
    left: calc(50% - 20px);
    top: calc(50% - 2px);
    transition: .3s;
    border-radius: 10px
}

a.b-menu>b~b {
    position: absolute;
    width: 28px;
    height: 4px;
    background: #ff2323;
    left: calc(50% - 20px);
    top: calc(36% - 2px);
    transition: .3s
}

header .menu.lip a.call-top {
    top: 7px
}

a.call-top,a.b-menu {
    top: 7px;
    z-index: 9999;
    position: fixed
}

a.b-menu>b~b~b {
    position: absolute;
    width: 28px;
    height: 4px;
    background: #ff2323;
    left: calc(50% - 8px);
    top: calc(64% - 2px);
    transition: .3s
}

a.b-menu.active>b {
    transform: rotate(45deg)
}

a.b-menu.active>b~b {
    transform: rotate(-45deg);
    left: calc(50% - 18px);
    top: calc(36% + 10px)
}

a.b-menu.active>b~b~b {
    transform: rotate(-45deg);
    left: calc(50% - 10px);
    top: calc(36% + 2px)
}


.the_post_thumbnail {
    max-width: 450px;
}


.home-zag.small {
    height: auto;
    min-height: auto;
    padding-top: 65px;
    padding-bottom: 45px;
    margin-top: 223px;
}
nav.breadcrumb {
    color: #000000;
    font-weight: 500;
}
span.track {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    padding-bottom: 15px;
    padding-top: 15px;
    display: block;
}
h1{    font-size: 46px;}
.home-zag.small h1 {
    padding-bottom: 15px;
    color: #1b3054;
    letter-spacing: normal;
}

.posts > div{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.posts .post {
    border: 1px solid rgb(0 0 0 / 12%);
    padding: 22px;
    border-radius: 9px;
    margin: 5% 2%;
    background: #fff;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: -1%;
}
.posts .post .a21 {
    position: absolute;
    bottom: 17px;
}
section.hh.x2 .posts > div {
    grid-template-columns: 50% 50%;
}
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: 32px;
    font-weight: 400;
    color: #1b3054;
    text-transform: uppercase;
}
h3 {
    font-size: 30px;
    font-weight: 400;
}
p {
    font-size: 16px;
}


a.number {
    color: #000000;
    font-size: 20px;
    margin: 17px 12px;
}


.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;
    font-weight: 600;
    width: 100%;
}
.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);
    letter-spacing: 7px;
    margin: -11px 0px;
    line-height: 1;
    margin-bottom: 15px;
}
.home-zag h2 {
    color: #cdcdcd;
    font-size: 55px;
    margin: 17px 0px;
    padding: 0;
    text-transform: uppercase;
}
a {
    cursor: pointer;
    transition: 0.4s;
}

.home-zag {
    position: relative;
    overflow: visible;
    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.b {
    position: absolute;
    right: 10%;
}
header ul.menu li.c {
    position: absolute;
    right: 10%;
}
header ul.menu li.has-svg > a {
    padding-left: 40px;
}

header ul.menu > li >{
    display: block;
    text-align: left;
    text-align: center;
    position: relative;
}
header .menu .logo a {
    margin: 0;
}

header {
    position: relative;
    width: 100%;
    padding: 0px 0%;
    display: flex;
    z-index: 3;
}

body h1, body h2, body h3, body h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}
body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    background: #ffffff;
    color: #000000;
    position: relative;
}
header .menu li.a a svg {
    /* margin: calc(50% - 101px) 0px; */
    margin-right: 5px;
    position: absolute;
    left: 2px;
    top: calc(50% - 6px);
    /* display: none; */
    font-size: 14px;
}
header .menu .logo a {
    float: left;
}
.menu .a21 svg{color: #fff;}
.menu .a21 {
    width: 200px;
    position: absolute;
    top: 26px;
    color: #fff;
    padding: 8px 0px;
}
header .menu a {
    color: #000000;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    position: relative;
    width: 100%;
    display: flex;
    /* justify-content: center; */
    /* flex-direction: column; */
    margin: 0px 0px;
}


.fut-back .a img {
    width: 250px;
}
header .menu .logo {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    padding: 20px;
    display: flex;
    border-radius: 50%;
    margin-bottom: 0px;
    position: absolute;
    top: 12px;
    left: 83px;
    box-shadow: inset 0px 0 17px -15px #000;
}
.home-zag::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/07/site-bg-3-city-min.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.1;
}

* {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
}
li.menu-item-has-children {
    position: relative;
    padding-right: 17px;
}
header .menu ul a {
    padding: 0px 0px;
    margin: 0;
    width: 100%;
    text-align: left;
    color: #000;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
    padding: 8px 0px;
    font-size: 16px;
}
section.abouts2 h3 {
    font-weight: 400;
    font-size: 18px;
    max-width: 650px;
}
body header .menu.lip li a:hover,
header .menu a:hover,
header .menu ul a:hover {
    color: #d41022;
}
header .menu > li > ul {
    padding: 8px 0px;
}

header .menu ul {
    position: absolute;
    left: 0px;
    top: 40px;
    padding: 0;
    display: grid;
    transition: 0.4s;
    z-index: -1;
    opacity: 0;
    background: #ffffff;
    padding: 0;
    border: 0px solid #e7e7e7;
    border-radius: 0px;
    width: max-content;
    max-width: 285px;
    display: none;
    border-radius: 9px;
}

.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 {
    color: #fff;
}
li.menu-item-has-children > a::before {
    content: '';
    position: absolute;
    right: -14px;
    top: calc(50% - 0px);
    width: 5px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}
li.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: -11px;
    top: calc(50% - 0px);
    width: 5px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}

@media(min-width:1200px){

body header .menu.scroll-200 .logo {
    margin: 0;
    background: transparent;
    border-radius: 0;
    width: 222px;
}
body header .menu.menu.scroll-200 li~li.current_page_item a {
    border-bottom: 1px solid #fff;
}
body header .menu.scroll-200 .logo::after {
    content: '';
    position: absolute;
    left: -40px;
    top: -42px;
    width: 266px;
    height: 100px;
    background: #f4f4f4;
    opacity: 1;
    z-index: -1;
    transform: skew(35deg, 0deg);
}

body header .menu.lip li a {
    color: #fff;
}
body header .menu.lip ul li a {
    color: #000;
}
.menu.lip li.menu-item-has-children > a::before,
.menu.lip li.menu-item-has-children > a::after {background:#fff;}
body header .menu{transition:0s;}

body header .menu.scroll-200 {
        position: fixed;
        top: -300px;
		        padding-top: 14px;
        padding-bottom: 14px;
        transition: 0.4s;
}
body header .menu.lip {
        position: fixed;
        top: 0;
        background: #1b3054;
        margin-top: 0;
    }


    header ul li > ul.sub-menu {
        opacity: 0;
        transform: translateY(-20px);
        max-height: 0;
        display: block;
        overflow: hidden;
        list-style: none;
        left: 4px;
    }
    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: 0px 20px;
    position: relative;
}
header .menu li.menu-item-has-children:hover ul ul, 
header .menu li.menu-item-has-children:hover ul li:hover ul,
header .menu li.menu-item-has-children:hover ul li:hover ul li:hover ul {
    right: -284px;
    left: auto;
    top: -1px;
    width: 320px;
    opacity: 0;
    z-index: -1;
    height: 100%;
    box-shadow: 10px 0px 43px -31px #000000;
    display: block;
}
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: 26px;
    top: 0px;
    width: 13px;
    height: 1px;
    background: #e0e0e0;
}
.home-s .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(172deg, rgb(0 0 0 / 97%), rgb(0 0 0 / 67%), rgb(0 0 0 / 61%));
}
.home-s .swiper-slide-text h2 {
    color: #fff;
    font-size: 50px;
    width: 100%;
}
body .swiper-pagination-horizontal > span.swiper-pagination-bullet-active {
    background: #2e88aa;
}
body .swiper-pagination-horizontal {
    display: flex;
    padding: 50px 10%;
}
body .swiper-pagination-horizontal > span {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin-right: 8px !important;
}
body .swiper-button-next:hover, body .swiper-button-prev:hover {
    color: #000;
    background:#fff;
}
body .swiper-button-next, body .swiper-button-prev {
    color: #fff;
    border: 1px solid #fff;
    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-slide-text > div {
    display: flex;
}
.home-s .swiper-slide-text > div .a21 {
    margin-right: 8px;
    font-weight: 400;
    background: transparent;
}




header ul.menu img {
    width: 100%;
}
a {
    text-decoration: none;
    color: #d41022;
}



@media(max-width:1800px){
.banner-home {
    min-height: 850px;
}
section.services {
    padding: 0% 10%;
}
.home-s h1 {
     font-size: 35px;
}
.home-s ul li {
    font-size: 16px;
}
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:1650px){
.avf {
    padding: 0% 7%;
}
body header .menu {
    padding: 45px 7%;
}
body header .menu .logo {
    left: 7%;
}
.home-zag.small, section {
    position: relative;
    width: 100%;
    padding: 50px 7%;
}
.fyter {
    padding: 50px 7%;
}
}




@media(max-width:1400px){
.fyter ul {
    padding-left: 3%;
    padding-right: 0%;
}
.fyter {
        grid-template-columns: 261px calc(100% - 462px) 200px;
    }
.fyter > :nth-child(1) > a::after {
    content: '';
    position: absolute;
    left: -19px;
    top: -5px;
    width: 236px;
    height: 52px;
    background: #fff;
    opacity: 1;
    z-index: 1;
    transform: skew(35deg, 0deg);
}
.fyter img {
    width: 200px;
}
header ul.menu img {
    width: 355px;
}
body .container {
    padding: 0;
}
body header .menu {
    padding: 25px 3%;
}
.avf {
    padding: 0px 3%;
}
strong {
    font-size: 22px;
}
    body section.hh.x2.shome {
        grid-template-columns: 41% 51%;
        grid-column-gap: 8%;
        padding: 50px 3%;
        padding-top: 285px;
        min-height: auto;
        padding-bottom: 105px;
    }

    body header .menu .logo {
        top: -16px;
        left: 50px;
    }
	body header .menu.scroll-200 .logo {
        margin: 0;
        background: transparent;
        border-radius: 0;
        width: 222px;
        top: 2px;
    }
.home-zag.small, section {
    padding-left: 5%;
	 padding-right: 5%;
}
    body section.hh.x2 {
        padding: 34px 5%;
        /* min-height: 100vh; */
        display: flex;
    }

    body .menu .lang-item~.lang-item {
        left: auto;
        bottom: calc(50% - -5px);
        right: 10px;
    }

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;
}

.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;
}
.home-s {
    min-height: 800px;
}
h2 {
    font-size: 35px;
}
.home-zag {
    padding: 55px 3%;
}
    body.woocommerce-checkout .home-zag.small ~ .woocommerce, .wp-block-woocommerce-checkout, .wc-block-cart, .container, section {
        padding: 50px 3%;
    }
.footer-menu {
    padding: 0px 3%;
    padding-top: 50px;
}
.footer_vlock {
    padding: 30px 3%;
    padding-bottom: 75px;
}
}



@media(max-width:1200px){
section.abouts2 h2 ~ p span ~ span {color:#d41022;}
.all-posts-section {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    float: right;
}

    .home-zag.small {
        height: auto;
        min-height: auto;
        padding-top: 65px;
        padding-bottom: 45px;
        margin-top: 0;
        padding-top: 130px;
    }
.avf > div ~ div a {
    margin-right: 0;
    margin-left: 15px;
    font-weight: 400;
}
    .avf {
        padding: 0px 0%;
        top: 0px;
        right: 76px;
        width: 343px;
        display: block;
        position: fixed;
    }
	.avf > div {
    display: flex;
    justify-content: start;
    display: none;
}
.avf > div ~ div{
    display: flex;
}
	.avf > div a svg {
    max-width: 35px;
}
    a.number {
        color: #000000;
        font-size: 20px;
        margin: 34px 0px;
        font-size: 0;
    }
    .img~.text {
        padding-left: 0%;
        margin-top: 25px;
    }
.srav > span {
    display: grid;
    justify-content: space-between;
}
    section.abouts2 h2 ~ p {
        font-size: 21px;
        display: grid;
    }
.home-zag.small ~ .container > section.ech {
    padding-top: 3%;
}
.home-zag.small ~ .container > section {
    padding-top: 0;
    margin-top: 0px;
}


    body section.hh.x2.shome {
        /* padding: 50px 16%; */
        min-height: calc(100vh - 255px);
        display: grid;
        margin-top: 0;
        grid-template-columns: 100%;
        grid-column-gap: 8%;
        padding-top: 159px;
    }

section.chleny .img {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: fit-content;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.a245 {
        text-align: center;
        padding: 50px 10px;
        display: grid;
    }

    .img {
        position: relative;
        padding-left: 0;
        height: fit-content;
        width: fit-content;
        margin-top: 0px;
    }
body .x2 {
    display: grid;
    grid-template-columns: 100%;
    padding: 3%;
    padding-left: 0;
}
header > :nth-child(3) {
    margin-right: 10%;
    width: 200px;
}
section#products ul {
    grid-template-columns: 50% 50%;
}
nav.woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}
#customer_login > div {
    width: 100%;
    float: right;
}
#customer_login > div ~ div {
    width: 100%;
    float: left;
}
    body .woocommerce ul.products {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .avf > div ~ div a~a {
        margin-top: 10px;
        width: 202px;
        height: 62px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
body .woocommerce ul.products {
        display: grid;
        grid-template-columns: 50% 50%;
    }
header ul.menu li.c a {
        font-size: 16px;
        padding-left: 38px;
        margin-left: -16px;
    }
    .mobile-header img {
        width: 249px;
        margin: 11px;
        background: #ffffff;
        padding: 5px;
        border-radius: 12px;
    }
header .menu > li > ul > :nth-child(2n) {
    background: #f5f5f5;
}
header    .menu ul a {
        padding: 0px 0px;
        margin: 0;
        width: 100%;
        text-align: left;
        color: #000000;
        text-transform: none;
        letter-spacing: normal;
        font-weight: 600;
        padding: 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 #dfdfdf;
        margin: 0px 0px;
        margin-bottom: 0;
    }
    header .menu .logo {
        padding: 0px 0px;
        margin: 15px 0px;
        position: relative;
        width: 150px;
        left: auto;
        margin: 0 auto;
        width: 100%;
        padding: 10px 56px;
        margin-top: 14px;
    }
header ul.menu li.ser {
    order: 2;
}
    header ul.menu li {
        display: block;
        width: 100%;
        /* margin: 0 auto; */
        text-align: left;
        /* margin-right: 50px; */
        text-align: left;
        float: left;
        position: relative;
		order:3;
    }
	.ser {        order: 2;}
  header  .menu a {
        float: none;
        text-align: left;
    }
    li.current-menu-item::after {
        top: calc(50% - 3px);
    }
header .menu a {
        margin: 10px 0px;
        color: #000;
    }
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        width: 100%;
        float: left;
        margin: 0;
        margin-left: 0;
        order: 1;
    }

.mobile-header {
        display: block;
        position: fixed;
        top: 0;
        z-index: 9;
        transition: 0.4s;
        /* background: #fff; */
        width: 100%;
        margin: 0;
    }
    header .menu {
        display: grid;
        width: 320px;
        background: #fff;
        min-height: 100vh;
        left: -320px;
        padding: 13px 13px;
        overflow-y: scroll;
        max-height: 100vh;
        grid-template-columns: 100%;
        grid-auto-rows: min-content;
        transition: 0.4s;
        top: 0;
        position: fixed;
        padding-bottom: 100px;
        margin-top: 0;
        max-width: calc(100% - 82px);
    }

body .woocommerce ul.products {
    display: grid;
    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 ul.menu li.has-svg > a {
    padding-left: 40px;
    margin-left: -16px;
    margin-top: 25px;
}
    header .menu ul a {
        padding: 11px 0px;
        font-size: 15px;
    }
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;
        text-align: justify;
    }


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-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 13px 24px 13px 48px;
    line-height: 24px;
    font-size: 17px;
    border: 1px solid #dfdfdf;
    height: auto;
    font-family: Roboto, sans-serif;
    background-color: #fff;
    color: #000;
    box-shadow: none;
    transition: 0.4s !important;
}
header ul.menu li.s-bar-m {
    width: 100%;
    margin: 5px 0px;
}
    body .dgwt-wcas-search-wrapp {
        min-width: 100%;
        position: relative;
        right: auto;
        top: auto;
        width: 280px;
        z-index: 1;
        opacity: 1;
        transition: 0.4s;
    }
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    box-shadow: none!important;
}
body header .menu.scroll-200 .logo,
body header .menu .logo {
        margin: 0 auto;
        width: auto;
        height: auto;
        background: transparent;
        padding: 7px;
        display: flex;
        border-radius: 50%;
        margin-bottom: 0px;
        position: absolute;
        top: -32px;
        left: 83px;
        box-shadow: none;
        position: relative;
        left: 0;
    }

    body .menu .a21 {
        RIGHT: auto;
        left: 0;
        top: -3px;
        position: relative;
        text-align: center;
    }
    body section.hh.x2 {
        padding: 143px 5%;
        min-height: 100vh;
        display: flex;
        margin-top: 0;
    }
    body header .menu a {
        color: #000000;
    }
    body header .menu {
        background: #ffffff;
        box-shadow: none;
        padding: 12px 1%;
        top: 0;
        position: fixed;
        width: 320px;
        overflow: hidden;
        padding-right: 0;
        min-height: 573px;
        overflow-y: scroll;
        padding-bottom: 150px;
        height: 100vh;
        padding-top: 69px;
        z-index: 999999;
        display: grid;
        margin-top: 0;
        left: -400px;
    }
	section.chleny {
    display: grid;
    grid-template-columns: 50% 50%;
}
header ul.menu li.c {
    position: relative;
    right: auto;
}
header .menu ul {
    border-radius: 0;
}
header .menu > li > ul {
    padding: 8px 3px;
}
    header ul.menu img {
        width: 231px;
        margin: -23px 0px;
        margin-bottom: 10px;
    }
body .menu .lang-item, body .menu .lang-item~.lang-item {
        left: auto;
        bottom: auto;
        right: auto;
        padding: 0;
        margin: 0;
        padding: 0px 21px;
    }
    body header .menu li.a a {
        border-left: 0px solid #ffe300;
        padding: 9px;
        padding-left: 33px;
        background: transparent;
        color: #fff;
        margin: 6px 0px;
        width: 100%;
        border-radius: 0px 50px 50px 0px;
        /* text-transform: uppercase; */
        font-size: 14px;
    }
    header ul.menu > li {
        display: block;
        text-align: left;
        text-align: center;
        position: relative;
        margin: -2px 0px;
        padding: 0px 11px;
    }
    body .menu .lang-item {
        bottom: 0;
        left: 0;
        position: relative;
    }


.videos {
    display: grid;
    grid-template-columns: 50% 50%;
    padding-bottom: 100px;
}

    a.b-menu b, a.b-menu>b~b, a.b-menu>b~b~b {
        background: #000000;
    }
    a.b-menu {
        display: block;
        right: 10px;
        top: 10px;
        background: transparent;
        border: 0px solid #4085e1;
        border-radius: 10px;
        background: #fff;
    }

	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: 33% 33% 33%;
    }
.footer img, .woocommerce .footer img {
    max-width: 230px !important;
}

.home-s .swiper-slide-text h2 {
    font-size: 36px;
}
}


@media(max-width:1024px){

section.j2 > :nth-child(1) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 0;
    text-align: justify;
    margin: 0 auto;
    width: fit-content;
    max-width: 450px;
}
section.j2 .img {
    max-width: 450px;
    margin: 30px auto;
}
section.j2 {
    display: grid;
    grid-template-columns: 100%;
    margin-bottom: 45px;
}
section.ben div > :nth-child(3)::after {
    opacity: 0;
}
section.ben div {
    grid-template-columns: 50% 50%;
}
nav.footer-nav .logo {
    position: relative;
    width: 230px;
    margin: 0px 0px;
    margin-left: 0px;
    margin: 19px auto;
}
.footer-menu li.a a {
    color: #fff;
    padding: 6px 0px;
    width: 100%;
    display: flex;
}
section.chekl ul.ul21 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    width: 90%;
    margin: 0 auto;
}
section.chekl h2 {
    text-align: center;
}
section.chekl .x2 > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 25px auto;
}
.fyter p {
    text-align: center;
}
.banner-home {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 65px;
}
    .fyter > :nth-child(1) > a::after {
        content: '';
        position: absolute;
        left: -19px;
        top: -7px;
        width: 279px;
        height: 73px;
        background: #fff;
        opacity: 1;
        z-index: 1;
        transform: skew(16deg, 0deg);
    }
section.chekl .x2 {
    grid-template-columns: 100%;
    display: grid;
}
.fyter > :nth-child(1) > a {
    position: relative;
    margin: 0 auto;
    width: fit-content;
}
    .fyter img {
        width: 240px;
    }
section.servs div {
    display: grid;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: fit-content;
    margin: 0 auto;
}
    .fyter {
        grid-template-columns: 100%;
    }
    .fyter ul {
        grid-template-columns: 100%;
        height: auto;
        margin: 17px auto;
        padding: 0;
    }
.footer_vlock,
.footer-menu {
    max-width: 320px;
    margin: 0 auto;
}

    .footer_vlock, .footer-menu {
        padding: 19px 1%;
        display: block;
        grid-template-columns: 100%;
        text-align: center;
    }
	body .footer_vlock {
    display: table;
}
body .footer_vlock a {
    float: left;
    margin-right: 9px;
}

a.gora {
    left: 3%;
}
    .fut-back a {
        padding: 5px 0px;
        text-align: center;
        justify-content: left;
    }
.fats > div {
    display: grid;
    grid-template-columns: 100%;
    margin: 40px 0px;
    text-align: center;
}
.fats {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 5%;
}
section.reviews > div {
    display: grid;
    grid-template-columns: 50% 50%;
}
    body .woocommerce ul.products {
        display: grid;
        grid-template-columns: 50% 50%;
    }
section.services article {
    text-align: center;
    background: #fff;
    padding: 25px;
    border-radius: 80px;
    box-shadow: 0px 0px 60px -15px #ada6a6;
    margin: 2%;
    padding-bottom: 10px;
}
section.services > div {
    display: grid;
    grid-template-columns: 100%;
}
.home-s .a21 {
    margin: 0 auto;
}
.home-s img {
    position: relative;
    width: 100%;
    right: auto;
    margin: 36px auto;
    max-width: 500px;
}
    .home-s {
        min-height: 600px;
        padding: 89px 5%;
        text-align: center;
    }
.home-s .bar {
    width: 100%;
}
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;
    }

section.recent.filter div.posters ul span.span {
    width: 90%;
    margin: 5%;
}
section.recent.filter .filter-but.active ~ .left-widget{display:block;}
section.recent.filter .left-widget {
    display: none;
}
section.recent.filter > div.posters > ul {
        grid-template-columns: 50% 50%;
        margin: 25px 0px;
    }
body .dgwt-wcas-search-wrapp, header > :nth-child(2) {
        width: 100%;
        min-width: 150px;
    }
html .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
  color: #000;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
    width: 18px;
    height: 18px;
    filter: invert(0);
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    color: #000000;
}
header ul.menu > li.cat~li.cat~li.cat > a {
    float: left;
}
header ul.menu > li.cat > a::before,
header ul.menu > li.cat > a::after{background:#000;}
header ul.menu > li.cat > a {
    color: #000000;
}

    .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: #2e88aa;
        width: 25px;
        height: 25px;
        right: 5px;
        top: 5px;
        z-index: 3;
        border-radius: 50%;
        transition: 0.4s;
    }
		li.active > .toggle-arrow {
    transform: rotate(90deg);
}
header ul.menu ul span.toggle-arrow::after {
        content: '';
        position: absolute;
        right: 7px;
        top: calc(50% - 4px);
        width: 10px;
        height: 4px;
        background: #ffffff;
        transform: rotate(45deg);
    }
    header ul.menu ul span.toggle-arrow::before {
        content: '';
        position: absolute;
        right: 7px;
        top: calc(50% - 0px);
        width: 10px;
        height: 4px;
        background: #ffffff;
        transform: rotate(-45deg);
    }
header li.menu-item-has-children > a::after,
header li.menu-item-has-children > a::before {
    background: #ffffff;
	z-index: 4;
}
header .menu > li > ul > :nth-child(2n) {
    background: transparent;
}
    .category-posts {
        grid-template-columns: 50% 50%;
        min-width: calc(100% - 78px);
        width: calc(100% - 0px);
    }
header li.menu-item-has-children.active > a::after {
    transform: rotate(-45deg);
    top: calc(50% - 2px);
    right: -5px;
}
header li.menu-item-has-children.active > a::before {
    transform: rotate(45deg);
    top: calc(50% - 2px);
    right: -2px;
}

   header  .menu li.menu-item-has-children .menu-item-has-children > a {
        /* pointer-events: none; */
    }
    header ul.menu li ul li {
        position: initial;
        width: 100%;
        padding: 2px 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 #dfdfdf;
        border-radius: 0;
        padding: 0px 0px;
        opacity: 0;
        transform: translateY(-20px);
        max-height: 0;
        overflow: hidden;
        display: block;
        transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
        position: relative;
        right: auto;
        width: 100%;
        margin: 0;
        padding: 0;

}

header .menu ul li.menu-item-has-children.active > ul {
  opacity: 1!important;
  transform: translateY(0)!important; /* Поднимаем подменю */
  max-height: 500px!important; /* Устанавливаем максимальную высоту для отображения (или настраиваем по необходимости) */
}

    header ul.menu > :nth-child(4) {
        margin-top: 0px;
    }
.home-zag.small h1 {
    font-size: 30px;
}
    .home-zag.small {
        padding-top: 149px;
        padding-bottom: 55px;
        overflow: visible;
    }
.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%;
}


.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%;
}
}




@media(max-width:850px){
section.vib > div ~ div {
   
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    height: 36vh;
    margin: 7px;
}
section.vib {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 1%;
}
.all-posts-section {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    float: right;
}
.home-zag.small.prosto-page-php ~ section.hh.x2.team ~ .container .chleny {
    grid-template-columns: 100%;
}
section.hh.x2 b {
    color: #fff;
    font-size: 25px;
}
    body section.hh.x2 h1, body section.hh.x2 h2 {
        color: #fff;
        font-weight: 400;
        font-size: 32px;
        width: 100%;
    }
    .fil-t {
        display: block;
        box-shadow: 0px 0px 35px -5px #c3c3c3;
        margin: 2%;
        padding: 19px;
        font-size: 20px;
        border-radius: 23px;
        position: relative;
    }
.fil-t.active svg ~ svg {
        opacity: 1;
    }
.fil-t.active svg {
    opacity: 0;
}
    .fil-t svg ~ svg {
        position: absolute;
        left: 22px;
        top: 20px;
        opacity: 0;
    }
.fil-t svg {
    margin-right: 7px;
	transition:0.4s;
}
section.catalog-j aside.catalog-left-sidebar.active {
    display: block;
    z-index: 1;
    position: relative;
}
    section.catalog-j aside.catalog-left-sidebar {
        width: 270px;
        border: 1px solid #ebebeb;
        margin: 0 auto;
        padding: 25px 0px;
        transition: 0.4s;
        display: block;
        float: none;
        display: none;
        z-index: -1;
    }
    section.catalog-j {
        display: block;
    }
	
	
body.woocommerce ul.products li.product a img {
    max-width: 155px;
}
.x2 > div h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 25px;
}
    .prod {
        position: relative;
        display: block;
        grid-template-columns: 100%;
    }

section.contacts > div {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 5%;
}
    section.galyzi > div {
        display: grid;
        grid-template-columns: 100%;
    }
.us-x2 > div .img {
    width: 70%;
    margin: 43px auto;
    max-width: 460px;
}

.home-zag.small h1 {
    font-size: 25px;
}
section.recent.filter div.posters ul span.span > :nth-child(2){}
section.recent.filter div.posters ul span.span > :nth-child(3){}
section.recent.filter div.posters ul span.span > :nth-child(4){}

section.recent.filter .pri {
    text-align: left;
    padding-right: 10px;
    padding-left: 20px;
}
section.recent.filter div.posters ul span.span > div {
        grid-template-columns: 9% 91%;
    }

    section.recent ul {
        grid-template-columns: 50% 50%;
    }
.about .div {
    position: relative;
    overflow: hidden;
    margin-bottom: 33px;
}
    .about-s > div {
        display: grid;
        grid-template-columns: 100%;
        width: 100%;
        gap: 0% 0%;
    }
.about {
    display: grid;
    grid-template-columns: 100%;
    padding: 50px 10%;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received ~ ul {
    margin: 0;
    padding: 10px 0px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received ~ ul li {
    width: 100%;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received ~ ul  {
    width: 100%;
}
body .is-medium table.wc-block-cart-items .wc-block-cart-items__row, 
body .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, 
body .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 80px 132px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 16px 12px;
}
body.woocommerce-checkout .home-zag.small ~ .woocommerce, .wp-block-woocommerce-checkout, .wc-block-cart, section {
        padding: 50px 30px;
    }
.prod {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
}
    .woocommerce .woocommerce-widget-layered-nav-list {
        grid-template-columns: 100%;
    }
    section.recent.filter > div ~ div {
        display: grid;
        grid-template-columns: 100%;
    }
.bx3 > div {
    margin: 0px 0px;
    padding-right: 10%;
}
button#adfy__woofc-trigger {
    right: 11px;
    bottom: 17px;
}
h3 {
    font-size: 20px;
}
.bx3 {
    display: grid;
    grid-template-columns: 100%;
}
    h2 {
        font-size: 32px;
    }
.bx2 {
    display: grid;
    grid-template-columns: 100%;
}
section.recent > div ~ div ul, section.recent > div {
        display: grid;
        grid-template-columns: 50% 50%;
    }
.videos iframe {
    padding-right: 0%;
    padding-bottom: 10%;
}
.videos {
    display: grid;
    grid-template-columns: 100%;
    padding-bottom: 100px;
}
a.a21 {
    font-size: 16px;
}
a#joie {
    font-size: 12px;
}
.x2 {
    display: grid;
    grid-template-columns: 100%;
}
.home-zag h2 {
        font-size: 29px;
    }
    .posts > div {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    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;
    }
	p {
        word-break: break-word;
    }
}




@media(max-width:650px){
form#filterForm {
    width: 100%;
    float: left;
    display: block;
    justify-content: space-between;
}
form#filterForm > div {
    width: 100%;
    display: block;
}
.all-posts-section article.post-item > a {
    display: grid;
    grid-template-columns: 100%;
    height: 100%;
}
section.ban1 > div {
    grid-template-columns: 100%;
}
body .uk-scope .uk-margin-remove-top {
    min-height: fit-content;
}
    .home-zag.small ~ .container > section {
        padding-top: 25px;
        margin-top: 0px;
    }
section.ben div span ~ span::after {
    content: '';
    position: absolute;
    left: calc(50% - 10px);
    top: 0px;
    width: 20px;
    height: 1px;
    background: rgb(11 11 11 / 26%);
}
section.ben div span ~ span {
    position: relative;
    padding: 20px 0px;
}
section.ben div p {
    height: fit-content;
}
    section.ben div > :nth-child(3)::after {
        opacity: 1;
    }
    section.ben div {
        padding: 31px 0px;
        grid-template-columns: 100%;
    }
section.ben div {

    padding: 31px 0px;
}
    section.ben {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 50px;
    }
section.hh.x2.shome .a21 {
    margin: 0% auto;
    margin-top: 1%;
}
body section.hh.x2.shome b p {
    text-align: center;
}
body section.hh.x2.shome b p ~ h1 ~ p{
    text-align: justify;
}
section.hh.x2.shome h1 {
    color: #ffe300;
    text-align: center;
    font-size: 22px;
}
section.hh.x2 b p ~ p {
    max-width: 90%;
    margin: 20px auto;
}
section.home_news h2 a {
    margin-top: 25px;
}

section.home_news h2 {
    display: block;
    justify-content: space-between;
    width: 98%;
    margin: 32px auto;
    margin-bottom: 30px;
    text-align: center;
}
    .avf {
        right: 65px;
        top: 32px;
        position: fixed;
        left: auto;
        width: fit-content;
        grid-template-columns: 35px 35px 35px 35px;
        display: grid;
    }
.avf a {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 0px;
    font-size: 0;
	margin:0px 1px;
}
    strong {
        font-size: 22px;
        text-align: left;
    }
body section.hh.x2.shome .posts > div {
    grid-template-columns: 100%;
}
    .a245 {
        text-align: left;
        padding: 0px 1%;
        display: grid;
        grid-template-columns: 100%;
    }
    .a245 > div {
        margin-bottom: 50px;
        text-align: center;
    }

section.chleny {
    display: grid;
    grid-template-columns: 100%;
}
    section.chleny {
        padding: 0px 4px;
    }
body .uk-scope .uk-grid>* {
    padding-left: 0;
}
body .uk-scope .uk-grid {
    margin-left: 0;
}
    .posts > div {
        display: grid;
        grid-template-columns: 100%;
    }
    .posts .post {
        border: 1px solid rgb(0 0 0 / 12%);
        padding: 22px;
        border-radius: 9px;
        margin: 5% 2%;
        margin-top: 0;
        padding-bottom: 84px;
    }
    ul.ul21 {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 100%;
        width: 100%;
    }
.x2.dopomoga span {
    border: 1px solid #d0d0d0;
    margin: 1%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 25px;
    border-radius: 16px;
    position: relative;
}
.banner-home h1 {
    font-size: 24px;
}
.banner-home::after {
    opacity: 0.2;
}
body.woocommerce-checkout .home-zag.small ~ .woocommerce, .wp-block-woocommerce-checkout, .wc-block-cart, section {
        padding: 25px 30px;
    }
section.abouts {
        margin-top: -21px;
    }

body .x2 {
        display: grid;
        grid-template-columns: 100%;
        padding: 0%;
        padding-left: 0;
        width: 100%;
        margin: 0;
    }
form     a.a21 {
        font-size: 16px;
        margin: 0 auto;
    }
    h3 {
        font-size: 20px;

    }
.bloks {
    max-width: 650px;
    margin: 50px auto;
    padding: 0px 25px;
}
section#about a.as {
    font-size: 17px;
}
section#contact {
    display: grid;
    grid-template-columns: 100%;
}
section#products ul {
    grid-template-columns: 100%;
}
    nav.woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: 50% 50%;
        margin-top: 30px;
    }
    .fil-t {
        display: block;
        box-shadow: 0px 0px 35px -5px #c3c3c3;
        margin: 0%;
        padding: 19px;
        font-size: 20px;
        border-radius: 23px;
        position: relative;
        margin-bottom: 15px;
        margin-top: 15px;
    }
.x2.big {
    margin: 35px 0px;
}
.icons3x span {
    margin: 6px 0px;
}
.icons3x {
    display: grid;
    justify-content: center;
}
body .woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 9px auto;
    box-shadow: none;
    max-width: 210px;
}
    section.reviews > div {
        display: grid;
        grid-template-columns: 100%;
    }
    h2 {
        font-size: 20px;
        text-align: center;
    }
section.services svg {
    font-size: 27px;
}
section.services h3 {
    font-size: 16px;
}
body .woocommerce ul.products li.product {
    min-width: 100%;
}
    body .woocommerce ul.products {
        display: grid;
        grid-template-columns: 100%;
    }
.images > .img {
    float: left;
    width: 42%;
    margin: 4%;
}
.category-posts ~ .a21 {
        margin: 0 auto;
        margin-top: 45px;
    }
section.recent h2 {
    text-align: center;
}
body .swiper-button-next, body .swiper-button-prev {
    width: 25px;
}
section.recent > div {
    padding: 0;
    margin: 0;
}
section.recent > div::before,
section.recent > div::after{display:none;}
    .home-s .swiper-slide-text h2 {
        font-size: 30px;
    }
.home-s .swiper-slide-text {
    padding: 0px 75px;
}
section.recent.filter div.posters ul span.span .a~.a {
    grid-template-columns: calc(100% - 278px) 277px;
}
}


@media(max-width:500px){
.images > .img {
    float: left;
    width: 94%;
    margin: 4%;
}
    section.recent.filter > div.posters > ul {
        grid-template-columns: 100%;
        margin: 25px 0px;
    }
    .home-s .swiper-slide-text h2 {
        font-size: 22px;
    }
.fut-back .menu {
        grid-template-columns: 100%;
    }
.category-posts {
        grid-template-columns: 100%;
        min-width: calc(100% - 78px);
        width: calc(100% - 0px);
    }
section.comanda > div > div {
    width: 250px;
    margin: 15px auto;
}
    section.comanda > div {
        grid-template-columns: 100%;
    }
section.recent > div h2 {
    position: relative;
    text-align: center;
}
.zags {
    position: initial;
    margin: 0 auto;
    width: fit-content;
}
    section.recent > div ~ div ul, section.recent > div {
        display: grid;
        grid-template-columns: 100%;
        width: fit-content;
        margin: 0 auto;
    }
section.recent.filter div.posters ul span.span .a~.a {
    grid-template-columns: 100%;
}

}
@media(max-width:500px){
    .home-zag.small {
        padding-top: 172px;
        padding-bottom: 55px;
        overflow: visible;
    }
    .mobile-header img {
        border-radius: 8px;
    }

}
@media(max-width:400px){
    .mobile-header img {
        width: 234px;
        margin: 12px;
        background: #ffffff;
        padding: 5px;
        border-radius: 12px;
    }
.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%;
    }
}


































































































































