/* Vib */
section.vib li {
  font-size: 18px;
}
section.vib {
  display: grid;
  grid-template-columns: 54% 45%;
  grid-column-gap: 1%;
}

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;
}

/* End Vib */

.custom-dropdown.active .options {
  display: block;
}

.custom-dropdown .selected i {
  font-size: 13px;
  color: #818181;
}

body :focus-visible {
  outline: none;
}

.custom-dropdown .selected {
  cursor: pointer;
}
.custom-dropdown {
  position: relative;
}

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%;
}

/* Servs */
.servs {
  padding: 50px 0;
}

.servs .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.servs a {
  background: #1b3054;
  width: 100%;
  text-align: center;
  padding: 24px;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.servs a.a {
  background: #d41022;
}

.servs a:hover {
  background: #09172f;
}
.servs a.a:hover {
  background: #a10816;
}

/* End Servs */

.abouts2 {
  background: #f7f7f7;
  padding: 50px 0;
}
.srav > span {
  display: flex;
  justify-content: space-between;
}
.srav > span p ~ p svg {
  padding: 6px;
  color: #1b3054;
}
.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;
}

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;
}

.fut-back a.a21 svg {
  color: #fff;
}

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;
}

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;
}

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;
}

.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%;
}
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;
}
header .menu li.a a svg {
  display: block;
  margin: -2px 0px;
  left: 0;
}

body .menu .a21 {
  right: 4%;
}
body section.hh.x2 h1,
body section.hh.x2 h2 {
  color: #fff;
  font-weight: 400;
  width: 100%;
}

.prosto-page-php ~ div .chleny {
  grid-template-columns: 33% 33% 33%;
}

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 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;
}

.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;
}

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;
}


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 .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);
  }
}

.subcategories.in-in {
  margin-bottom: -60px;
}

body .woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
  width: 100%;
}

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;
}



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;
}

.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: 0.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;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.about-s > div span {
  transition: 0.4s;
  background: transparent;
  padding-bottom: 10px;
  border: 0px solid #dfdfdf;
  border-radius: 10px;
  position: relative;
  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);
}

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;
}

tr {
  border: 1px solid #efefef;
  /* display: flex; */
  margin: 3px 0px;
  border-radius: 8px;
}

.choice {
  display: flex;
  margin: 15px 0px;
}

.prod img {
  border-radius: 50px 0px 50px 0px;
  width: 90%;
}
.woocommerce-notices-wrapper {
  padding: 0px 10%;
  display: none;
}
a.reset_variations {
  margin-left: 10px;
}

.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;
}

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; */
}

body.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #1b81ff;
  color: #fff;
  font-size: 0.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: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #4185e1;
  color: #fff;
  font-size: 0.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;
}

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;
}

.videos iframe {
  padding-right: 10%;
  padding-bottom: 10%;
}
.videos {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  padding-bottom: 100px;
}

span.wpcf7-not-valid-tip {
  position: relative;
  display: block;
  color: #f44336;
  font-size: 10px;
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
header .menu.lip.open,
header .menu.open {
  left: 0;
}
.mobile-header {
  display: none;
}

.the_post_thumbnail {
  max-width: 450px;
}

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;
}

.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;
  line-height: 1.56;
}

a {
  cursor: pointer;
  transition: 0.4s;
}

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;
}

body h1,
body h2,
body h3,
body h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
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;
}

.menu .a21 svg {
  color: #fff;
}
.menu .a21 {
  width: 200px;
  position: absolute;
  top: 26px;
  color: #fff;
  padding: 8px 0px;
}

.fut-back .a img {
  width: 250px;
}

* {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
li.menu-item-has-children {
  position: relative;
}
header .menu ul a {
  padding: 0px 0px;
  margin: 0;
  width: 100%;
  text-align: left;
  color: #000;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  padding: 8px 0px;
  font-size: 16px;
}
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.menu.scroll-200 li ~ li.current_page_item a {
    border-bottom: 1px solid #fff;
  }

  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-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) {
  .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;
  } */

  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 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-s {
    min-height: 800px;
  }
  h2 {
    font-size: 35px;
  }

  .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;
  }

  .srav > span {
    display: grid;
    justify-content: space-between;
  }
  section.abouts2 h2 ~ p {
    font-size: 21px;
    display: grid;
  }

  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%;
  }
  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 ul.menu li.ser {
    order: 2;
  }
  header ul.menu li {
    display: block;
  }
  .ser {
    order: 2;
  }

  li.current-menu-item::after {
    top: calc(50% - 3px);
  }

  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;
  }

  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;
  }

  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) {
  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 .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 {
    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;
  }
  body .menu .lang-item {
    bottom: 0;
    left: 0;
    position: relative;
  }

  .videos {
    display: grid;
    grid-template-columns: 50% 50%;
    padding-bottom: 100px;
  }

  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: 12;
  }
  .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;
    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;
  }

  .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;
  }
  .servs .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .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;
  }
  body
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    button.dgwt-wcas-search-submit
    svg {
    width: 18px;
    height: 18px;
    filter: invert(0);
  }

  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;
  }

  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;
  }

  .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%;
  }

  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;
  }

  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;
  }

  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;
  }

  .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%;
  }

  .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;
  }
  p {
    word-break: break-word;
  }
}

@media (max-width: 650px) {

  .servs a{
    font-size: 18px;
  }

  body .uk-scope .uk-margin-remove-top {
    min-height: fit-content;
  }

  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;
  }

  body section.hh.x2.shome b p {
    text-align: center;
  }

  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;
  }

  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;
  }

  body .x2 {
    display: grid;
    grid-template-columns: 100%;
    padding: 0%;
    padding-left: 0;
    width: 100%;
    margin: 0;
  }

  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;
  }
  /* 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%;
  }

  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;
  }
  .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) {
  .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%;
  }
}
