@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); */
:root {
  --typeColorFirst1: #191D38;
  --typeColorFirst2: #f3f7fe;
  --typeColorThird1: #444444;
  --typeColorThird2: #D9D9D9;
  --typeColorThird3: #d7e1e2;
  --typeColorThird4: #d9d9d9;
  --typeColorThird5: #f6f6f6;
  --typeColorSecond2: #232323;
  --typeColorSecond1: #fff;
  --textWhite: #fff;
  --textWhiteSec: #d9d9d9;
  --linkHover: #45D08C;
  --textDark: #0A0D18;
  --textDarkSec: #030203;
  --darkBg: #0F1225;
  --blockBg: #434B75;
  --blockBgDark: #0F1225;
  --brend: #28C073;
  --brendSec: #F4F4F6;
  --brendThird: #f09135;
  --brendFour: #28C073;
  --bgSec: #6d6c6b;
  --label1: #67ac5b;
  --label3: #8d8ed3;
  --label2: #4297b8;
  --label5: #4153af;
  --label6: #eeaa46;
  --blocks-indent: 28px;
  --font-family-m: "Manrope";
  --font-family-mons: "Montserrat";
  --radius-def: 24px;
  --top-banner-height: 0px;
  --height-header: 117px;
  --wp-admin--admin-bar--height: 0;
}

.top-banner-show {
  --top-banner-height: 41px;
}

@media (max-width: 1480px) {
  :root {
    --products-in-col: 5;
    --blocks-indent: 24px;
  }
}
@media (max-width: 1279px) {
  :root {
    --header-height: 64px;
    --container-indent: 30px;
    --products-in-col: 4;
    --height-header: 92px;
  }
}
@media (max-width: 1024px) {
  :root {
    --products-in-col: 3;
  }
}
@media (max-width: 768px) {
  :root {
    --header-height: 50px;
    --products-indent-h: 20px;
    --products-indent-w: 10px;
    --products-in-col: 2;
  }
}
/* :root {
  --typeColorFirst1: #23222f;
  --typeColorFirst2: #f3f7fe;
  --typeColorThird1: #444444;
  --typeColorThird2: #70757a;
  --typeColorThird3: #d7e1e2;
  --typeColorThird4: #d9d9d9;
  --typeColorThird5: #f6f6f6;
  --typeColorSecond2: #232323;
  --typeColorSecond1: #fff;
  --textWhite: #fff;
  --textWhiteSec: #d9d9d9;
  --linkHover: #6660fe;
  --textDark: #0b0b0b;
  --textDarkSec: #030203;
  --darkBg: #1a1a24;
  --blockBg: #2f2e41;
  --blockBgDark: #1a1a24;
  --brend: #3d38ca;
  --brendSec: #c9c7fe;
  --brendThird: #f09135;
  --bgSec: #6d6c6b;
  --label1: #67ac5b;
  --label3: #8d8ed3;
  --label2: #4297b8;
  --label5: #4153af;
  --label6: #eeaa46;
  --blocks-indent: 28px;
  --font-family-m: "Manrope";
  --font-family-mons: "Montserrat";
  --radius-def: 24px;
} */

@media (max-width: 1480px) {
  :root {
    --products-in-col: 5;
    --blocks-indent: 24px;
  }
}
@media (max-width: 1279px) {
  :root {
    --header-height: 64px;
    --container-indent: 30px;
    --products-in-col: 4;
  }
}
@media (max-width: 1024px) {
  :root {
    --products-in-col: 3;
  }
}
@media (max-width: 768px) {
  :root {
    --header-height: 50px;
    --products-indent-h: 20px;
    --products-indent-w: 10px;
    --products-in-col: 2;
  }
}
header {
  position: sticky;
  top: calc(0 - var(--height-header) - var(--top-banner-height));
  left: 0;
  width: 100%;
  background-color: #0A0D18;
  z-index: 99;
  transition: all .6s ease-in-out;
  order: -1;
}
.home header {
  order: 99;
}
@media (max-width: 1279px) {
  header .divider {
    display: none;
  }
}

.top-banner {
  background-color: #a8a5fc;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  color: var(--textDark);
}
.top-banner a {
  color: var(--textDark);
  text-decoration: none;
}

@media (max-width: 1279px) {
  .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blockBgDark);
    height: 100%;
    padding: 56px 16px;
    display: none;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 100%;
  }
}
.header-wrap.active {
  display: flex;
}

.header-top-in {
  height: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .header-top-in {
    height: auto;
  }
}
.header-top .logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .header-top {
    order: 3;
  }
  .header-top .logo {
    display: none;
  }
}

@media (max-width: 1279px) {
  .header-top-right {
    display: none !important;
  }
}

.header-top-right,
.header-top-nav {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1279px) {
  .header-top-right,
  .header-top-nav {
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 1279px) {
  .header-top-right nav,
  .header-top-nav nav {
    width: 100%;
    border-top: 1px solid var(--typeColorThird4);
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--typeColorThird4);
  }
}
.header-top-right nav > ul,
.header-top-nav nav > ul {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1279px) {
  .header-top-right nav > ul,
  .header-top-nav nav > ul {
    flex-wrap: wrap;
  }
}
.header-top-right nav > ul li,
.header-top-nav nav > ul li {
  position: relative;
}
@media (max-width: 1279px) {
  .header-top-right nav > ul li,
  .header-top-nav nav > ul li {
    width: 100%;
    margin-bottom: 4px;
  }
}
.header-top-right nav > ul li > a,
.header-top-right nav > ul li > span,
.header-top-nav nav > ul li > a,
.header-top-nav nav > ul li > span {
  display: block;
  cursor: pointer;
  padding: 8px 12px;
  color: var(--textWhite);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .header-top-right nav > ul li > a,
  .header-top-right nav > ul li > span,
  .header-top-nav nav > ul li > a,
  .header-top-nav nav > ul li > span {
    font-size: 16px;
  }
}
.header-top-right nav > ul li a:hover:hover,
.header-top-nav nav > ul li a:hover:hover {
  color: var(--brend);
}
@media (max-width: 1279px) {
  .header-top-right nav > ul li a span,
  .header-top-nav nav > ul li a span {
    display: inline-block;
    position: relative;
  }
  .header-top-right nav > ul li a span:after,
  .header-top-nav nav > ul li a span:after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/mob-menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    top: 5px;
    transform: translate(0, -50%);
    position: static;
    display: inline-block;
    margin-left: 5px;
    position: relative;
  }
}
.header-top-right nav > ul li.has-child > span,
.header-top-right nav > ul li.has-child > a,
.header-top-nav nav > ul li.has-child > span,
.header-top-nav nav > ul li.has-child > a {
  padding-right: 32px;
  position: relative;
}
@media (max-width: 1279px) {
  .header-top-right nav > ul li.has-child > span,
  .header-top-right nav > ul li.has-child > a,
  .header-top-nav nav > ul li.has-child > span,
  .header-top-nav nav > ul li.has-child > a {
    padding-right: 12px;
  }
}
.header-top-right nav > ul li.has-child > span:after,
.header-top-right nav > ul li.has-child > a:after,
.header-top-nav nav > ul li.has-child > span:after,
.header-top-nav nav > ul li.has-child > a:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: url(../images/menu-arr.svg);
  background-repeat: no-repeat;
  background-position: center center;
  right: 15px;
  top: 50%;
  margin-top: 1px;
  transform: translate(0, -50%) rotate(180deg);
}
@media (max-width: 1279px) {
  .header-top-right nav > ul li.has-child > span:after,
  .header-top-right nav > ul li.has-child > a:after,
  .header-top-nav nav > ul li.has-child > span:after,
  .header-top-nav nav > ul li.has-child > a:after {
    position: static;
    display: inline-block;
    margin-left: 5px;
  }
}
.header-top-right nav > ul li.has-child.active ul,
.header-top-nav nav > ul li.has-child.active ul {
  opacity: 1;
  visibility: visible;
  display: block;
}
.header-top-right nav > ul li ul,
.header-top-nav nav > ul li ul {
  position: absolute;
  list-style: none;
  top: 100%;
  background: var(--typeColorFirst1);
  border-radius: 8px;
  box-shadow: 0px 0px 8px 2px rgba(237, 72, 1, 0.05);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1;
}
@media (max-width: 1279px) {
  .header-top-right nav > ul li ul,
  .header-top-nav nav > ul li ul {
    background-color: transparent;
    box-shadow: none;
    padding-left: calc(50% - 16px);
    text-align: left;
    position: static;
    display: none;
  }
}
.header-top-right nav > ul li ul li a,
.header-top-nav nav > ul li ul li a {
  white-space: nowrap;
  display: block;
  cursor: pointer;
  padding: 8px;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .header-top-right nav > ul li ul li a,
  .header-top-nav nav > ul li ul li a {
    font-size: 14px;
    padding: 8px;
    font-weight: 400;
  }
}
.header-top-right nav > ul li:hover ul,
.header-top-nav nav > ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.header-top-right nav > ul li:hover.has-child > span:after,
.header-top-right nav > ul li:hover.has-child > a:after,
.header-top-nav nav > ul li:hover.has-child > span:after,
.header-top-nav nav > ul li:hover.has-child > a:after {
  transform: translate(0, -50%) rotate(0deg);
}

.search {
  width: 393px;
}
.search.search-mod {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
}
.search.search-mod.active {
  width: 100%;
  opacity: 1;
  visibility: visible;
  left: 0;
}
.search.search-mod.active .bg-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 36, 0.65);
  backdrop-filter: blur(2.5px);
  transition: all 0.3s;
}
.search.search-mod.active .bg-search:hover {
  background-color: rgba(26, 26, 36, 0.85);
}
.search.search-mod.active .search-wrap {
  opacity: 1;
  left: 0;
  visibility: visible;
  top: 25px;
}
.search.search-mod .search-mod-in {
  background-color: var(--darkBg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  padding: 20px;
}
.search.search-mod .search-wrap {
  position: relative;
  z-index: 10;
  left: 100px;
  transition: opacity 0.3s, left 0.3s;
  width: 1000px;
  opacity: 0;
  visibility: hidden;
}
.search.search-mod .search-wrap form {
  position: relative;
  z-index: 9;
}
.search.search-mod .clear {
  position: absolute;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.search.search-mod .search-res {
  position: absolute;
  top: 20px;
  left: 0px;
  background-color: #efeeff;
  width: 100%;
  padding: 45px 32px 12px;
  border-radius: 0 0 24px 24px;
}
.search.search-mod .search-res-tit {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--textDark);
}
.search.search-mod .search-res-list {
  margin-bottom: 30px;
}
.search.search-mod .search-res-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search.search-mod .search-res-list ul li {
  margin-bottom: 12px;
  color: #70757A;
}
.search.search-mod .search-res-list ul li a {
  padding: 6px 6px 6px 0px;
  color: var(--textDark);
  /* background-image: url(./../img/search-list.svg);
  background-repeat: no-repeat;
  background-position: left center; */
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 12px;
}
.search.search-mod .search-res-list ul li a .highlight {
  color: var(--linkHover);
}
.search.search-mod .search-res-list ul li a:hover {
  color: var(--linkHover);
}
.search.search-mod .search-res-all a,
.search.search-mod .search-res-all {
  color: #70757A;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 1279px) {
  /* .search {
    display: none;
  } */
}
.search input {
  height: 40px;
  border-radius: var(--radius-def);
  width: 100%;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: 18px center;
  padding: 0 20px 0 44px;
  border: 1px solid #c9c7fe;
}

.search-show {
  width: 40px;
  height: 40px;
  background-color: var(--brendSec);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.search-show:hover {
  background-color: var(--brend);
}
.search-show path {
  transition: all 0.3s;
}
.search-show:hover path {
  stroke: var(--textWhite);
}

.header-optn {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1279px) {
  .header-optn {
    display: none;
  }
}

.lang {
  position: relative;
  font-weight: 500;
}
.lang:hover .drop-lang {
  opacity: 1;
  visibility: visible;
}

.act-lang {
  height: 38px;
  width: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--typeColorThird4);
  border-radius: var(--radius-def);
  gap: 4px;
  padding: 0 8px;
  cursor: pointer;
}
.act-lang i {
  display: block;
  line-height: 1;
}
.act-lang i img {
  vertical-align: top;
}
.drop-lang {
  position: absolute;
  top: 100%;
  width: 100%;
  padding-top: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 9;
}
.drop-lang ul {
  background: var(--typeColorFirst1);
  box-shadow: 0px 0px 8px 2px rgba(237, 72, 1, 0.05);
  border-radius: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.drop-lang ul li a {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-def);
  gap: 4px;
  text-decoration: none;
  color: var(--typeColorSecond1);
  padding: 8px;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .drop-lang ul li a {
    font-size: 16px;
  }
}
.drop-lang ul li a i {
  display: block;
  line-height: 1;
}
.drop-lang ul li a i img {
  vertical-align: top;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider.mb {
  margin-bottom: 16px;
}
.divider img {
  width: 100%;
}

@media (max-width: 1279px) {
  .header-bot {
    background-color: transparent;
    order: 2;
  }
}
.header-bot-in {
  /* height: 58px; */
  align-items: center;
}
@media (max-width: 1279px) {
  .header-bot-in {
    height: auto;
    display: flex;
  }
}

.header-bot-menu {
  padding: 0 130px;
}
@media (max-width: 1279px) {
  .header-bot-menu {
    width: 100%;
    padding: 0 50px;
  }
}
.header-bot-menu nav {
  /* height: 58px; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1279px) {
  .header-bot-menu nav {
    height: auto;
    width: 100%;
    border-bottom: 1px solid var(--typeColorThird4);
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header-bot-menu nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 16px;
  animation: scroll 50s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1279px) {
  .header-bot-menu nav ul {
    /* flex-wrap: wrap; */
  }
}
@media (max-width: 1279px) {
  .header-bot-menu nav ul li {
    width: 100%;
  }
}
.header-bot-menu nav ul li a {
  text-decoration: none;
  color: var(--textWhiteSec);
  display: block;
  cursor: pointer;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 13px;
}
.header-bot-menu nav ul li a:hover {
  color: var(--brend);
}
@media (max-width: 1279px) {
  .header-bot-menu nav ul li a {
    color: var(--typeColorThird2);
  }
  .header-bot-menu nav ul li a:after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/mob-menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    top: 5px;
    transform: translate(0, -50%);
    position: static;
    display: inline-block;
    margin-left: 5px;
    position: relative;
  }
}

.with-style ul li {
  position: relative;
  padding-left: 3px;
}
.with-style ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--typeColorThird4);
  position: absolute;
  left: 0;
  top: 18px;
  border-radius: 50%;
}

.header-mob {
  display: none;
}
@media (max-width: 1279px) {
  .header-mob {
    display: block;
    padding: 12px 0;
  }
  .header-mob .coop {
    margin-bottom: 12px;
  }
  .header-mob .coop .btn.prim-sec {
    background-color: var(--typeColorFirst1);
  }
  .header-mob .lang .act-lang {
    height: 32px;
    width: 100%;
    background-color: #fff;
    border: none;
  }
  .header-mob .lang .act-lang span {
    position: relative;
    padding-right: 16px;
  }
  .header-mob .lang .act-lang span:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    background: url(../images/menu-arr.svg);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    top: 50%;
    margin-top: 1px;
    transform: translate(0, -50%) rotate(180deg);
  }
}

.header-soc {
  display: none;
}
@media (max-width: 1279px) {
  .header-soc {
    padding-top: 12px;
    display: flex;
    gap: 8px;
    justify-content: center;
    order: 1;
  }
}
.header-soc a {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--typeColorThird4);
  align-items: center;
  justify-content: center;
}

.mobile-header {
  display: none;
}
@media (max-width: 1279px) {
  .mobile-header {
    display: block;
  }
}

.mobile-header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}
.mobile-header-top .logo {
  width: 100px;
}

.mobile-header-bot {
  background-color: var(--darkBg);
  display: flex;
  padding: 14px 16px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279px) {
  .mobile-header-bot {
    padding: 8px 16px;
  }
}
.mobile-header-bot .search {
  display: block;
  max-width: calc(100% - 72px);
  width: 100%;
}
.mobile-header-bot .open-menu {
  width: 40px;
  height: 40px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.close-menu {
  display: none;
}
@media (max-width: 1279px) {
  .close-menu {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}

/* FOOTER */
footer {
  padding: 64px 0;
  background-color: var(--textDark);
  color: var(--textWhite);
}
@media (max-width: 1279px) {
  footer {
    padding: 32px 16px;
  }
}
footer .footer-in .footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
  flex-wrap: wrap;
}
footer .footer-in .footer-top .footer-top-left {
  width: 329px;
}
@media (max-width: 1279px) {
  footer .footer-in .footer-top .footer-top-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer-in .footer-top .footer-logo {
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  footer .footer-in .footer-top .footer-logo {
    text-align: center;
  }
}
footer .footer-in .footer-top .footer-descr {
  margin-bottom: 28px;
}
@media (max-width: 1279px) {
  footer .footer-in .footer-top .footer-descr {
    text-align: center;
  }
}
footer .footer-in .footer-top .footer-descr p {
  font-size: 14px;
  margin-bottom: 20px;
}
footer .footer-in .footer-top .footer-descr a {
  color: var(--brend);
}
footer .footer-in .footer-top .footer-descr a:hover {
  color: var(--brendSec);
}
footer .footer-soc {
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
footer .footer-soc span {
  font-size: 14px;
  font-weight: 600;
  padding-right: 8px;
  width: 100%;
}
@media (max-width: 1279px) {
  footer .footer-soc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-soc a {
  background-color: transparent !important;
}
.soc-link.footer-soc svg path {
  transition: all .3s ease;
}
.soc-link.footer-soc a:hover svg path:not(.stroke) {
  fill: var(--brendFour);
}
.soc-link.footer-soc a:hover svg path.stroke {
  stroke: var(--brendFour);
}
footer .footer-top-right {
  width: 100%;
  width: 1007px;
}
@media (max-width: 1440px) {
  footer .footer-top-right {
    max-width: 807px;
  }
}
footer .footer-top-right .subs-footer {
  width: 100%;
}
footer .footer-top-right .subs-footer .subs-in.email {
  height: 316px;
}
@media (max-width: 1440px) {
  footer .footer-top-right .subs-footer .subs-in.email {
    height: 268px;
    background-position: -10% center, 110% center;
  }
}
@media (max-width: 1279px) {
  footer .footer-top-right {
    width: 100%;
  }
}
footer .footer-midd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 1279px) {
  footer .footer-midd {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }
}
footer .footer-menu {
  width: 180px;
  line-height: 1.3;
}
footer .footer-menu.mf-1 {
  width: 210px;
}
@media (max-width: 1279px) {
  footer .footer-menu.mf-1 {
    width: 50% !important;
  }
}
footer .footer-menu.mf-2 {
  width: 567px;
}
@media (max-width: 1279px) {
  footer .footer-menu.mf-2 {
    width: 100% !important;
  }
}
@media (max-width: 1279px) {
  footer .footer-menu {
    margin-bottom: 24px;
  }
}
footer .footer-menu nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-menu nav ul li a {
  font-size: 14px;
  display: block;
  cursor: pointer;
  padding: 8px 0;
  color: var(--textWhiteSec);
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 1279px) {
  footer .footer-menu nav ul li a {
    font-size: 12px;
    text-decoration: underline;
  }
}
footer .footer-menu nav ul li a:hover {
  color: var(--linkHover);
}
footer .footer-menu nav ul.with-style li {
  position: relative;
  padding-left: 14px;
}
footer .footer-menu nav ul.with-style li:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--brendSec);
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 50%;
}
footer .footer-spec.mf-3 {
  width: 329px;
}
footer .footer-spec .one-footer-cont {
  font-size: 14px;
  margin-bottom: 16px;
  color: var(--textWhiteSec);
}
footer .footer-spec .one-footer-cont a {
  color: var(--brend);
}
footer .footer-spec .one-footer-cont a:hover {
  color: var(--brendSec);
}
footer .footer-menu-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
footer .footer-menu-title i {
  line-height: 1;
}
footer .footer-info {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--typeColorFirst1);
  margin-bottom: 32px;
}
footer .footer-info p {
  font-size: 14px;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  flex-wrap: wrap;
  font-size: 14px;
}
@media (max-width: 1279px) {
  footer .footer-bottom {
    padding-top: 16px;
  }
}
footer .footer-bottom .copy {
  width: 618px;
  color: #ebebf7;
}
@media (max-width: 1279px) {
  footer .footer-bottom .copy {
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
  }
}
footer .footer-bottom .copy a {
  color: #ebebf7;
}
footer .footer-bottom .copy p {
  margin-bottom: 24px;
  font-size: 14px;
}
footer .footer-bottom .copy p:last-child {
  margin-bottom: 0;
}
footer .footer-bottom nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-bottom nav ul li {
  float: left;
}
footer .footer-bottom nav ul li a {
  color: var(--textWhiteSec);
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-bottom nav ul li a:hover {
  color: var(--brend);
}

/* / FOOTER */
/* REPEAT */
input {
  padding: 0 16px;
  height: 38px;
  border-radius: 24px;
  border: none;
  width: 100%;
  background-color: #efeeff;
  border: none;
  outline: none;
  transition: all 0.3s;
}

.cat-label {
  position: absolute;
  padding: 3px 9px;
  color: var(--typeColorFirst1);
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  left: 11px;
  top: 11px;
  z-index: 1;
}
@media (max-width: 1279px) {
  .cat-label {
    left: 8px;
    top: 8px;
  }
}

.type1 {
  background-color: var(--label1);
}

.type2 {
  background-color: var(--label2);
}

.type3 {
  background-color: var(--label3);
}

.type4 {
  background-color: var(--brendSec);
}

.type5 {
  background-color: var(--label5);
}

.type6 {
  background-color: var(--label6);
}

.authors {
  font-size: 14px;
}
.authors .author {
  display: flex;
  align-items: center;
  color: var(--typeColorThird2);
  gap: 8px;
  line-height: 1;
}
.authors .author a {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.authors .author a:hover {
  color: var(--brend);
}
.authors .author .avatar img {
  overflow: hidden;
  border-radius: 50%;
}
.authors .author .avatar img:nth-child(2) {
  margin-left: -12px;
}
.authors .author .name:nth-child(3) {
  padding-left: 7px;
  position: relative;
}
.authors .author .name:nth-child(3):before {
  content: "|";
  position: absolute;
  left: -2px;
  top: 0px;
}
.authors.two .author {
  display: flex;
}
.authors.two .author .avatar {
  flex: 0 0 auto;
}
.authors.two .author a {
  max-width: 50%;
  transition: all 0.3s;
}
.authors.two .author a:hover {
  flex: 0 0 auto;
  max-width: 100%;
}

.title-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .title-top {
    margin-bottom: 24px;
  }
}
.broad-wrap {
  padding: 32px 0 16px;
}
@media (max-width: 1279px) {
  .broad-wrap {
    padding: 32px 16px 16px;
  }
}

.breadcrumbs span img {
  margin: 7px 8px;
}
.breadcrumbs span span {
  font-size: 12px;
  color: var(--textWhite);
}
.breadcrumbs span span a {
  color: var(--textWhiteSec);
  font-size: 12px;
  transition: all 0.3s;
  text-decoration: none;
}
.breadcrumbs span span a:hover {
  color: var(--brend);
}
.breadcrumbs span span:last-child {
  color: var(--textWhite);
  font-weight: 500;
}

@media (max-width: 1279px) {
  .hide-on-mob {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hide-on-desc {
    display: none !important;
  }
}

/* / REPEAT */
/* news block */
.news-bl {
  padding-bottom: 32px;
}
.news-bl:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .news-bl .one-right-post.block-with-cols {
    gap: 12px;
  }
}

/* news block */
/* sidebar */
@media (max-width: 1279px) {
  .sidebar {
    display: none !important;
  }
}

.sidebar .side-posts .block-with-cols {
  flex-direction: column;
}
.sidebar .side-posts .col-25 {
  width: 100%;
}

.one-side-bl {
  margin-bottom: 40px;
}
.one-side-bl:last-child {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .one-side-bl {
    margin-bottom: 24px;
  }
}

.side-title {
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 16px;
}

.side-links.side-cats ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.side-links a {
  display: block;
  cursor: pointer;
  background-color: var(--brendSec);
  color: var(--textDark);
  text-decoration: none;
  padding: 7px 8px;
  text-align: center;
  font-weight: 500;
  border-radius: 8px;
  font-size: 12px;
}
.side-links a:hover {
  color: var(--textWhite);
  background: var(--brend);
}
.side-links.side-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.side-posts .post-info {
  font-size: 12px;
}

.one-side-post {
  margin-bottom: 24px;
}
.one-side-post:last-child {
  margin-bottom: 0;
}
.one-side-post .post-thumb {
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.one-side-post .post-thumb img {
  transition: .3s ease-out;
  height: 100%;
}
.one-side-post:hover .post-thumb img {
  transform: scale(1.03);
}
.one-side-post .descr {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.one-side-post .descr p {
  height: 38px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.label-post {
  margin-bottom: 12px;
}
.label-post .label {
  display: inline-block;
  padding: 3px 9px;
  color: var(--typeColorFirst1);
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
}

.soc-link {
  display: flex;
  gap: 8px;
}
.soc-link a {
  background-color: #e1e0ff;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  transition: all .3s ease;
  padding: 3px;
}
.soc-link a:hover {
  background-color: var(--brend);
}
.soc-link a:hover img {
  filter: brightness(0) invert(1);
}

/* / sidebar */
/* text-part */
.text-part h1 {
  margin-bottom: 16px;
}
.text-part h2 {
  margin-bottom: 16px;
}
.text-part p {
  margin-bottom: 16px;
}
.text-part p + h1,
.text-part p + h2,
.text-part p + h3 {
  padding-top: 8px;
}
.text-part a {
  color: var(--linkHover);
  text-decoration: underline;
}
.text-part a:hover {
  text-decoration: none;
  color: var(--brendSec);
}
.text-part a a:hover {
  text-decoration: none;
}
.text-part > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .text-part > ul {
    font-size: 14px;
  }
}
.text-part > ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 14px;
}
.text-part > ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--brendSec);
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}

.text-part > ol {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  list-style: none;
  counter-reset:  item;
}
.text-part > ol li {
  margin-bottom: 8px;
  position: relative;
}
.text-part > ol li:before {
  content: counter(item) '. ';
  counter-increment: item;
}

/* / text-part */
/* MODAL */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 38, 38, 0.15);
  backdrop-filter: blur(2.5px);
}

.modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 24px;
  width: 407px;
  background: var(--typeColorFirst1);
  border-radius: 16px;
  position: relative;
}

.modal-close {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 24px;
  right: 24px;
}
.modal-close svg path {
  transition: all 0.3s;
}
.modal-close:hover svg path {
  stroke: var(--brend);
}

.modal-title {
  width: 100%;
}

.bt-coop {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 1270px) {
  .bt-coop {
    flex-wrap: wrap;
  }
  .bt-coop .btn {
    width: 100%;
  }
}

/* / MODAL */
/* Page Single */
.single-wrap {
  padding-top: 0;
}
@media (max-width: 1279px) {
  .single-wrap {
    padding-bottom: 0;
  }
}
.single-wrap h1 {
  margin-bottom: 32px;
}

.about-author {
  background-color: var(--blockBg);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .about-author {
    padding: 16px;
    margin-bottom: 24px;
    flex-direction: column;
  }
}

.about-author-top {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 16px; */
  flex-wrap: wrap;
  flex: auto;
}


@media (max-width: 1279px) {
  .about-author-top {
    gap: 12px;
  }
}

.one-author {
  display: flex;
  gap: 8px;
  width: 50%;
}
@media (max-width: 1279px) {
  .one-author {
    width: 100%;
  }
}
.one-author a {
  text-decoration: none;
  color: var(--textWhite);
  display: flex;
  cursor: pointer;
  gap: 8px;
  align-items: center;
}

.one-author-avat {
  width: 48px;
  flex-shrink: 0;
}
.one-author-avat img {
  border-radius: 50%;
}

.one-author-name {
  margin-bottom: 2px;
  font-size: 14px;
  display: block;
}
@media (max-width: 1279px) {
  .one-author-name {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.one-author-who {
  color: var(--textWhiteSec);
  font-size: 12px;
}

.about-author-info {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  position: relative;
  gap: 16px;
}
.about-author-info.two {
  flex-direction: column-reverse;
}
.about-author-info::before {
  content: '';
  display: block;
  width: 1px;
  background: url(../img/vertical_divider.png) no-repeat;
  /* margin-top: 16px; */
  background-size: contain;
  height: 100%;
  position: absolute;
  left: -16px;
  background-position: 50% 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1279px) {
  .about-author-info {
    flex-wrap: wrap;
    gap: 8px;
    flex-direction: column-reverse;
    padding-top: 16px;
    margin-top: 16px;
  }
  .about-author-info::before {
    background-image: url(../img/DividerPng.png);
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
  }
}

.about-author-info-left {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1279px) {
  .about-author-info-left {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.about-author-info-left .time,
.about-author-info-left .watch {
  color: var(--typeColorThird2);
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
/* .about-author-info-left .time {
  border-right: 1px solid var(--typeColorThird2);
  padding-right: 9px;
  margin-right: 8px;
} */

.about-author-info-right {
  display: flex;
}
@media (max-width: 1279px) {
  .about-author-info-right {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.about-author-info-right .post-info {
  gap: inherit;
}
@media (max-width: 1279px) {
  .about-author-info-right .post-info {
    font-size: 14px;
  }
}
/* .about-author-info-right .post-info .date {
  border-right: 1px solid var(--typeColorThird4);
  padding-right: 16px;
  margin-right: 16px;
} */

figcaption {
  color: var(--typeColorThird2);
  margin-bottom: 32px;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 1279px) {
  figcaption {
    margin-bottom: 24px;
    font-size: 12px;
    margin-top: 8px;
  }
}

.single-body [class*="wp-block"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation-duration: 0.2s;
  box-sizing: border-box;
  overflow-wrap: break-word;
  position: relative;
  text-rendering: optimizeLegibility;
  transition: all 80ms ease-out;
  word-break: break-word;
}
.single-body :where(figure) {
  margin: 0 0 32px 0;
}
.single-body :where(figure) img {
  width: 100%;
  border-radius: 16px;
}
.single-body :where(figure) iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.single-body .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.single-body blockquote:not(.wp-block-quote) {
  background: var(--blockBg);
  border-left: 3px solid var(--brendFour);
  color: var(--textWhite);
  font-weight: 600;
  padding: 25px 20px;
  margin: 32px 0;
}
.single-body blockquote:not(.wp-block-quote) p {
  font-weight: 600;
}
.single-body blockquote:not(.wp-block-quote) p:last-child {
  margin-bottom: 0;
}
.single-body iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}

.wp-block-quote {
  border-radius: 16px;
  font-weight: 600;
  font-style: italic;
  padding: 24px 24px 24px 72px;
  margin: 32px 0;
  background: var(--blockBg);
  min-height: 80px;
  display: flex;
  align-items: center;
}
.wp-block-quote p {
  font-weight: 600;
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.wp-block-quote::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icon_quote.svg) no-repeat;
  position: absolute;
  top: 24px;
  left: 24px;
}

.list-posts {
  background-color: var(--blockBg);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 32px;
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .list-posts {
    padding: 12px;
  }
}

.list-posts-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}
.list-posts-title i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
  line-height: 1;
  display: block;
  vertical-align: top;
  height: 6px;
  /* margin-top: -4px; */
  padding: 0 6px;
}
.list-posts-title.close i {
  transform: translate(0, -50%) rotate(-180deg);
}

.list-posts-wrap {
  overflow: hidden;
  transition: all 1s;
  max-height: 650px;
  opacity: 1;
}
.list-posts-wrap.close {
  max-height: 0px;
  transition: all 1s;
  opacity: 0;
}
.list-posts-wrap nav {
  margin-top: 12px;
}
.list-posts-wrap nav::before {
  content: '';
  display: block;
  background: url(../img/DividerPng.png) no-repeat;
  width: 100%;
  height: 1px;
  background-size: contain;
  margin-bottom: 12px;
}
.list-posts-wrap nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-posts-wrap nav > ul > li a {
  color: var(--textWhite);
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.list-posts-wrap nav > ul > li a:hover {
  color: var(--brend);
}
.list-posts-wrap nav > ul > li > a {
  padding: 7px 12px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1279px) {
  .list-posts-wrap nav > ul > li > a {
    font-size: 14px;
    padding: 8px;
  }
}
.list-posts-wrap nav > ul > li > a:hover,
.list-posts-wrap nav > ul > li > a.active {
  background-color: var(--typeColorFirst1);
  color: var(--textWhite);
}
.list-posts-wrap nav > ul > li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 16px;
}
.list-posts-wrap nav > ul > li ul li a {
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1279px) {
  .list-posts-wrap nav > ul > li ul li a {
    font-size: 12px;
  }
}

/* .faq {
  padding-top: 8px;
}

.faq-item {
  background-color: var(--blockBg);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .faq-item {
    padding: 12px;
  }
}
.faq-item.active .faq-question i {
  transform: translate(0, -50%) rotate(0deg);
}

.faq-question {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
}
.faq-question i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(-180deg);
  transition: all 0.3s;
  line-height: 1;
  display: block;
  vertical-align: top;
  height: 8px;
  background: url(../img/acc-arrow.svg) no-repeat;
  width: 14px;
}
.faq-question > * {
  font-weight: 700 !important;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-answer .faq-answer-in {
  padding: 16px 0 0 0;
  margin-top: 16px;
  border-top: 1px solid var(--typeColorThird4);
  font-size: 16px;
}
@media (max-width: 1279px) {
  .faq-answer .faq-answer-in {
    font-size: 12px;
    padding: 12px 0 0 0;
    margin-top: 12px;
  }
}

.faq-item.active .faq-answer {
  max-height: 1000px;
} */

/* FAQ - Start */
.faq, 
.faq-block__list, 
.schema-faq { 
    padding-top: 8px; 
}

.faq-item, 
.schema-faq-section { 
    background-color: var(--blockBg);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 16px;
}

@media (max-width: 1279px) {
    .faq-item, 
    .schema-faq-section { 
        padding: 12px; 
    }
}

.faq-item.active .faq-question i, 
.faq-item.active .faq-question i::before, 
.schema-faq-section.active .schema-faq-question::before { 
    transform: translate(0, -50%) rotate(0deg); 
}

.faq-question, 
.schema-faq-question { 
    position: relative;
    padding-right: 24px;
    cursor: pointer;
    font-weight: 700;
    display: block;
    width: 100%;
}

.faq-question *, 
.schema-faq-question * {
  font-weight: 700 !important;
}

.faq-question i::before, 
.schema-faq-question::before { 
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(-180deg);
    transition: all 0.6s;
    line-height: 1;
    display: block;
    vertical-align: top;
    height: 8px;
    width: 14px;
    background-image: url('../img/acc-arrow.svg');
}

.faq-answer, 
.schema-faq-answer { 
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.6s;
}

.text-part p.schema-faq-answer, 
.schema-faq-section > p { 
    margin-bottom: 0; 
}

.faq-answer .faq-answer-in, 
.faq-answer > p, 
.schema-faq-section.active .schema-faq-answer { 
    padding: 0;
    margin: 16px 0 0 0;
    font-size: 16px;
}

.faq-answer .faq-answer-in::before, 
.faq-answer > p::before, 
.schema-faq-section.active .schema-faq-answer::before {
  content: '';
  display: block;
  width: 100%;
  background: url(../img/DividerPng.png) no-repeat;
  height: 1px;
  background-size: contain;
  margin-bottom: 16px;
}

@media (max-width: 1279px) {
    .faq-answer .faq-answer-in, 
    .faq-answer > p, 
    .schema-faq-section.active .schema-faq-answer { 
        font-size: 12px;
        padding: 0;
        margin-top: 12px;
    }
    .faq-answer .faq-answer-in::before, 
    .faq-answer > p::before, 
    .schema-faq-section.active .schema-faq-answer::before {
      margin-bottom: 12px;
    }
}

.faq-item.active .faq-answer, 
.schema-faq-section.active .schema-faq-answer { 
    max-height: 100px;
  opacity: 1;}
/* / FAQ - End */

.author-body {
  background-color: var(--blockBg);
  border-radius: 16px;
  padding: 24px;
}
@media (max-width: 1279px) {
  .author-body {
    padding: 16px;
  }
}

.author-body-top {
  padding-bottom: 16px;
  display: flex;
  gap: 16px;
}
@media (max-width: 1279px) {
  .author-body-top {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    position: relative;
  }
}

.author-body-thumb {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}
.author-body-thumb.with {
  background: linear-gradient(180deg, #8430f0 0%, #a8a5fc 100%);
}
@media (max-width: 1279px) {
  .author-body-thumb {
    width: 88px;
    height: 88px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.author-body-thumb .logo-avat {
  position: absolute;
  bottom: 4px;
  right: 7px;
}
@media (max-width: 1279px) {
  .author-body-thumb .logo-avat {
    width: 15px;
    height: 15px;
    right: 3px;
    bottom: 2px;
  }
}
.author-body-thumb span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  display: block;
  /* position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; */
}
/* @media (max-width: 1279px) {
  .author-body-thumb span {
    width: 64px;
    height: 64px;
  }
} */
.author-body-thumb span img {
  position: absolute;
  border-radius: 50%;
  position: relative;
  background: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.author-body-descr {
  width: 100%;
  position: relative;
}

.author-body-name {
  margin-bottom: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 1279px) {
  .author-body-name {
    margin-bottom: 16px;
    padding-left: 100px;
    height: 88px;
    align-items: flex-start;
  }
}

.author-body-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author-body-info h3 {
  font-size: 24px;
}
.author-body-info .one-author-who {
  font-weight: 500;
  font-size: 14px;
  color: #E1E0FF;
  position: relative;
  padding-left: 20px;
}

.author-body-info .one-author-who::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C9C7FE;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1279px) {
  .author-body-info {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .author-body-info h3 {
    font-size: 20px;
  }
  .author-body-info .one-author-who {
    padding-left: 0;
  }
  .author-body-info .one-author-who::before {
    display: none;
  }
  .author-body-about {
    text-align: center;
  }
}

.author-body-soc {
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.single .author-body-soc {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
@media (max-width: 1279px) {
  .author-body-soc {
    justify-content: center;
    position: static;
    margin-top: 16px;
    margin-bottom: 0;
  }
  .single .author-body-soc {
    position: static;
    margin-top: 10px;
  }
}
.author-body-soc a {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  background-color: #e1e0ff;
}

.other-auth-post-tit {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other-auth-post-tit .h3 {
  font-size: 20px;
}
.author-body-posts {
  margin-top: 16px;
}
.author-body-posts-in {
  justify-content: flex-start !important;
}
.author-body-posts-in .col-25 {
  width: 100%;
}
@media (max-width: 1279px) {
  .author-body-posts-in {
    gap: 32px;
  }
}
.author-body-posts-in .one-side-post {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .author-body-posts-in .one-side-post {
    position: relative;
  }
}
@media (max-width: 1279px) {
  .author-body-posts-in .one-side-post:after {
    position: absolute;
    content: "";
    height: 1px;
    right: 28px;
    left: 28px;
    bottom: -16px;
    background-color: var(--typeColorThird4);
  }
}
.author-body-posts-in .one-side-post:last-child:after {
  content: normal;
}
@media (max-width: 1279px) and (min-width: 992px) {
  .author-body-posts-in .one-side-post.col-33 {
    width: calc(33.33% - var(--blocks-indent) * 2 / 3);
    height: auto;
  }
}

/* / Page Single */
/* Page Catalog */
.catalog-wrap h1 {
  margin-bottom: 16px;
}
.catalog-wrap .single-body {
  margin-bottom: 8px;
}
.catalog-wrap .title-top {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--typeColorThird4);
}
.catalog-wrap .news-bl {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--typeColorThird4);
  margin-bottom: 16px;
}
@media (max-width: 1279px) and (min-width: 768px) {
  .catalog-wrap .post-thumb.col-33 {
    width: calc(33.33% - var(--blocks-indent) * 2 / 3);
    height: auto;
  }
  .catalog-wrap .detal-right-info.col-66 {
    width: calc(67% - var(--blocks-indent) / 2);
  }
}
@media (max-width: 1279px) {
  .catalog-wrap .post-thumb.col-33 {
    height: auto;
  }
}

.pagi-more {
  width: 100%;
}

.pagi-was-show {
  color: var(--textWhite);
  text-align: right;
  margin-bottom: 8px;
}
@media (max-width: 1279px) {
  .pagi-was-show {
    margin-bottom: 16px;
  }
}

.pagi-show-more-bt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagi-show-more-bt .btn {
  width: 180px;
}
@media (max-width: 1279px) {
  .pagi-show-more-bt .btn {
    width: 100%;
  }
}

/* / Page Catalog */
/* Page TAGS */
@media (max-width: 1279px) {
  .tags-top {
    padding-bottom: 0;
    padding-top: 0;
  }
  .tags-top .left-part {
    position: relative;
    padding-bottom: 8px;
  }
  .tags-top .left-part:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--typeColorThird4);
  }
}

@media (max-width: 1279px) {
  .tags-page .title-top {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
}
@media (max-width: 1279px) {
  .tags-page .search-tag {
    width: 100%;
    margin-top: 16px;
  }
}
@media (max-width: 1279px) {
  .tags-page .search-tag .search {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1480px) {
  .tags-page .tag-content.block-with-cols {
    gap: 24px;
    --blocks-indent: 24px;
  }
}
@media (max-width: 1279px) {
  .tags-page .tag-content.block-with-cols {
    gap: 16px;
  }
}
.tags-page .alphabet {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  align-content: flex-start;
  justify-content: space-between;
}
@media (max-width: 1480px) {
  .tags-page .alphabet {
    gap: 7px;
  }
}
.tags-page .alphabet.start {
  justify-content: start;
}
.tags-page .alphabet a {
  display: flex;
  width: 28px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background-color: var(--brendSec);
  color: var(--textDark);
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
}
.tags-page .alphabet a:hover {
  background-color: var(--brend);
  color: var(--textWhite);
}
.tags-page .alphabet a.active {
  background-color: var(--brend);
  color: var(--textWhite);
}

.tags-list {
  display: flex;
  gap: 10px;
  row-gap: 32px;
  flex-wrap: wrap;
  align-items: start;
}
@media (max-width: 1279px) {
  .tags-list {
    row-gap: 16px;
  }
}
.tags-list .symbol-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: calc(16.666% - 8.3333333333px);
}
@media (max-width: 1279px) {
  .tags-list .symbol-group {
    width: 100%;
  }
}
.tags-list .symbol-group > span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--typeColorThird4);
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 800;
}
.tags-list .tag-item a {
  display: flex;
  padding: 6px 8px;
  align-items: center;
  justify-content: center;
  background-color: var(--brendSec);
  color: var(--textDark);
  font-weight: 500;
  font-size: 12px;
  border-radius: 6px;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .tags-list .tag-item a {
    font-size: 12px;
  }
}
.tags-list .tag-item a:hover {
  background-color: var(--brend);
  color: var(--textWhite);
}
.tags-list .clear-bt {
  justify-content: end;
}

/* / Page TAGS */
/* Page Team */
.page-top {
  background-color: var(--bgSec);
  background-image: url(./../img/subs-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 40px;
}
@media (max-width: 1279px) {
  .page-top {
    padding: 0px 16px 32px;
  }
}
.page-top.mb {
  margin-bottom: 40px;
}

.page-top-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.page-top-wrap h1 {
  width: 620px;
}

.page-top-info-in {
  background-color: var(--typeColorFirst1);
  border-radius: 16px;
  padding: 16px 176px;
  text-align: center;
  margin-top: 32px;
  color: var(--textWhite);
  width: 100%;
}
.page-top-info-in p:empty {
  display: none;
}
@media (max-width: 1279px) {
  .page-top-info-in {
    padding: 12px;
    margin-top: 24px;
  }
}
.page-top-info-in a {
  color: var(--brend);
}
.page-top-info-in a:hover {
  text-decoration: none;
}
.page-top-info-in p {
  margin-bottom: 16px;
}
.page-top-info-in p:last-child {
  margin-bottom: 0;
}

.type-wrap .bl-bg-wrap {
  padding: 32px 0;
}
@media (max-width: 1279px) {
  .type-wrap .bl-bg-wrap {
    padding: 16px 0 32px;
    gap: 16px;
  }
}

.one-bl-bg {
  background-color: var(--blockBg);
  border-radius: 12px;
  padding: 16px;
}
.one-bl-bg h3 {
  margin-bottom: 16px;
}

.command-block {
  margin-top: 80px;
}
@media (max-width: 1279px) {
  .command-block {
    margin-top: 64px;
  }
}

.author-wrap {
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .author-wrap.block-with-cols {
    gap: 24px;
  }
}
.author-wrap:last-child {
  margin-bottom: 0;
}
.author-wrap-in .author-body {
  padding: 16px;
}
.author-wrap-in .author-body-top {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
@media (max-width: 1279px) {
  .author-wrap-in .author-body-top {
    gap: 16px;
  }
}
.author-wrap-in .author-body-name {
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .author-wrap-in .author-body-thumb {
    width: 98px;
    height: 98px;
  }
}
@media (max-width: 1279px) {
  .author-wrap-in .author-body-thumb .logo-avat {
    width: 23px;
    height: 23px;
    right: 3px;
    bottom: 2px;
  }
}
@media (max-width: 1279px) {
  .author-wrap-in .author-body-thumb span {
    width: 92px;
    height: 92px;
    border-width: 2px;
  }
}
.write {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-top: 38px;
}
@media (max-width: 1279px) {
  .write {
    flex-wrap: wrap;
    padding-top: 12px;
  }
}

.write-name {
  flex: 0 0 auto;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .write-name {
    width: 100%;
    font-weight: 600;
  }
}

.write-tag {
  width: 100%;
}
.write-tag a {
  display: flex;
  height: 30px;
  border-radius: 8px;
  background-color: var(--brendSec);
  color: var(--typeColorSecond2);
  text-decoration: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.write-tag a:hover {
  color: var(--textWhite);
  background: var(--brend);
}

.post-info-author {
  color: var(--textWhite);
  display: flex;
  gap: 10px;
  white-space: nowrap;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .post-info-author {
    font-size: 12px;
  }
}
.post-info-author > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-info-author.just-info {
  justify-content: space-between;
}

.author-body-soc-top {
  display: flex;
  gap: 8px;
}
@media (max-width: 1279px) {
  .author-body-soc-top {
    justify-content: center;
  }
}
.author-body-soc-top a {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  background-color: #e1e0ff;
}

.page-single-author .author-body-name {
  margin-bottom: 16px;
}
.page-single-author .author-body-top {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.page-single-author .write {
  padding-top: 0;
}
.page-single-author .write-tag {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.page-single-author .write-tag a {
  width: auto;
  padding-left: 19px;
  padding-right: 19px;
}

.page-inside {
  padding: 0;
}
@media (max-width: 1279px) {
  .page-inside {
    padding: 32px 16px;
  }
}
.page-inside .author-body {
  margin-bottom: 40px;
}
.page-inside .title-top {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--typeColorThird4);
}
.page-inside .title-top.div {
  position: relative;
  border: none;
}
.page-inside .title-top.div:after {
  content: "";
  position: absolute;
  background-image: url(./../img/DividerPng.png);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-size: 100% 1px;
}
.page-inside .pagi-more {
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .page-inside .author-body-top {
    justify-content: space-between;
    gap: 4px;
  }
  .page-inside .author-body-top .author-body-descr.mob {
    width: calc(100% - 16px - 98px);
  }
  .page-inside .author-body-top .author-body-descr.mob .post-info-author {
    flex-wrap: wrap;
    width: 100%;
  }
  .page-inside .author-body-top .author-body-descr.mob .post-info-author > div {
    width: 100%;
  }
  .page-inside .author-body-top .author-body-descr.mob .author-body-name {
    flex-wrap: wrap;
    justify-content: start;
  }
  .page-inside .author-body-top .author-body-descr.mob .author-body-name h3 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1279px) {
  .page-inside .author-body-thumb {
    width: 98px;
    height: 98px;
  }
}
@media (max-width: 1279px) {
  .page-inside .author-body-thumb .logo-avat {
    width: 23px;
    height: 23px;
    right: 3px;
    bottom: 2px;
  }
}
@media (max-width: 1279px) {
  .page-inside .author-body-thumb span {
    width: 92px;
    height: 92px;
    border-width: 2px;
  }
}
.author-catalog {
  margin-bottom: 16px;
}
.author-catalog .one-right-post {
  gap: 24px;
}
.author-catalog .one-right-post .post-thumb {
  width: 400px;
  height: auto;
}
@media (max-width: 1279px) {
  .author-catalog .one-right-post .post-thumb {
    width: 100%;
  }
}
.author-catalog .one-right-post .post-thumb img {
  width: 100%;
}
.author-catalog .one-right-post .detal-right-info {
  width: calc(100% - 400px - 24px);
}
@media (max-width: 1279px) {
  .author-catalog .one-right-post .detal-right-info {
    width: 100%;
  }
}

/* / Page Team */
/* Page about */
.about-top {
  margin-bottom: 40px;
}

.author-wrap-about {
  margin-bottom: 24px;
}

.bl-info-special {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .bl-info-special {
    width: 100% !important;
  }
}
.bl-info-special:nth-child(4) {
  width: calc(50% - var(--blocks-indent) / 2);
  gap: var(--blocks-indent);
}
.bl-info-special:nth-child(4) .one-special-info {
  width: 100%;
}
.bl-info-special .one-special-info {
  width: calc(50% - var(--blocks-indent) / 2);
}

.one-special-info {
  padding: 16px;
  border-radius: 12px;
  background-color: var(--blockBg);
  width: 100%;
  font-size: 16px;
}
.one-special-info a {
  color: var(--brend);
}

.about-command-block {
  margin-top: 40px;
}
@media (max-width: 1279px) {
  .about-command-block {
    margin-top: 12px;
  }
}

/* / Page about */
/* Page contacts */
.cont-us-top {
  margin-bottom: 36px;
  position: relative;
}
@media (max-width: 1279px) {
  .cont-us-top {
    margin-bottom: 32px;
  }
}
@media (max-width: 1279px) {
  .cont-us-top.block-with-cols {
    gap: 24px;
  }
}
.cont-us-top:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: -16px;
  background-color: var(--typeColorThird4);
}

.bg-block {
  padding: 16px;
  border-radius: 12px;
  background-color: var(--blockBg);
  font-size: 16px;
  margin-bottom: 16px;
}
.bg-block.pad-24 {
  padding: 24px;
}
@media (max-width: 1279px) {
  .bg-block.pad-24 {
    padding: 12px;
  }
}
/* .bg-block + .bg-block {
  margin-bottom: 0;
} */
@media (max-width: 1279px) {
  .bg-block {
    font-size: 14px;
  }
}
.bg-block.big {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1279px) {
  .bg-block.big {
    font-size: 16px;
  }
  .bg-block.big + p {
    text-align: center;
    margin-bottom: 0;
  }
}

.cont-type-full {
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .cont-type-full {
    margin-bottom: 16px;
  }
}
.cont-type-full > div {
  gap: 16px;
}
.cont-type-full .one-cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cont-type-full .one-cont .one-cont-name {
  width: 190px;
}
@media (max-width: 1279px) {
  .cont-type-full .one-cont .one-cont-name {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 1279px) {
  .cont-type-full .one-cont .one-cont-bt {
    width: 100%;
  }
}
.cont-type-full .one-cont .one-cont-bt .btn {
  background-color: #e1e0ff;
  font-weight: normal;
}
@media (max-width: 1279px) {
  .cont-type-full .one-cont .one-cont-bt .btn {
    width: 100%;
  }
}

.cont-soc {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1279px) {
  .cont-soc {
    margin-bottom: 4px;
  }
  .cont-soc:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -16px;
    background-color: var(--typeColorThird4);
  }
}
.cont-soc a {
  display: flex;
  padding: 0 12px;
  border-radius: 24px;
  background-color: #e1e0ff;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: var(--typeColorSecond2);
  text-decoration: none;
}
@media (max-width: 1279px) {
  .adress.block-with-cols {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.adress p {
  margin-bottom: 16px;
}

/* / Page contacts */
.first-with-bg {
  background-image: url(./../img/first-block-bg.webp);
  background-size: cover;
}

.first-posts {
  /* align-items: start; */
  flex: 1 1 0;
}
.first-posts .big-post {
  position: relative;
  width: 805px;
  aspect-ratio: 16 / 8;
}
@media (max-width: 1440px) {
  .first-posts .big-post {
    width: 690px;
    aspect-ratio: unset;
  }
}
@media (max-width: 1279px) {
  .first-posts .big-post {
    width: 100%;
  }
}
.first-posts .big-post .descr {
  padding: 16px;
  width: 100%;
}
@media (min-width: 1280px) {
  .first-posts .big-post .descr {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 35, 35, 0.45);
  }
}
.first-posts .big-post .descr h3 {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .first-posts .big-post .descr h3 {
    font-size: 16px;
  }
}
.first-posts .big-post .descr h3 a {
  color: var(--textWhite);
}
.first-posts .big-post .post-thumb {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-posts .big-post .post-thumb img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
/* @media (max-width: 1440px) {
  .first-posts .big-post .post-thumb {
    height: 366px;
  }
}
@media (max-width: 1279px) {
  .first-posts .big-post .post-thumb {
    height: 174px;
  }
} */
.first-posts .right-posts {
  width: 567px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1440px) {
  .first-posts .right-posts {
    width: 482px;
  }
}
@media (max-width: 1279px) {
  .first-posts .right-posts {
    gap: 16px;
  }
}
.first-posts .right-posts .one-right-post {
  gap: 16px;
  background-color: var(--blockBg);
  border-radius: 12px;
}
.first-posts .right-posts .one-right-post .post-thumb {
  width: 210px;
  height: 118px;
}
@media (max-width: 1440px) {
  .first-posts .right-posts .one-right-post .post-thumb {
    width: 180px;
    height: 106px;
  }
}
@media (max-width: 1279px) {
  .first-posts .right-posts .one-right-post .post-thumb {
    width: 156px;
    height: auto;
  }
}
.first-posts .right-posts .one-right-post .detal-right-info {
  width: 341px;
}
@media (max-width: 1440px) {
  .first-posts .right-posts .one-right-post .detal-right-info {
    width: 286px;
  }
}
@media (max-width: 1279px) {
  .first-posts .right-posts .one-right-post .detal-right-info {
    width: calc(100% - 172px);
    padding: 8px;
  }
}
.first-posts .right-posts .one-right-post .detal-right-info .descr h4,
.first-posts .right-posts .one-right-post .detal-right-info .descr h3 {
  max-height: 43px;
}
.first-posts .right-posts .one-right-post .detal-right-info .descr .h4{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .first-posts .right-posts .one-right-post .detal-right-info .descr h4,
  .first-posts .right-posts .one-right-post .detal-right-info .descr h3 {
    margin-bottom: 8px;
  }
}
.first-posts .right-posts .one-right-post .detal-right-info .descr h4 a,
.first-posts .right-posts .one-right-post .detal-right-info .descr h3 a {
  overflow: hidden;
  display: block;
  cursor: pointer;
  max-height: 48px;
}
@media (max-width: 1279px) {
  .first-posts .right-posts .one-right-post .detal-right-info .descr h4 a,
  .first-posts .right-posts .one-right-post .detal-right-info .descr h3 a {
    max-height: 39px;
  }
}
@media (max-width: 1440px) {
  .first-posts
    .right-posts
    .one-right-post
    .detal-right-info
    .descr
    .cat-label {
    margin-bottom: 8px;
  }
}
@media (max-width: 1279px) {
  .first-posts .right-posts .one-right-post .detal-right-info .post-info {
    display: none;
  }
}

@media (max-width: 992px) {
  .first-posts {
    align-items: start;
  }
  .first-posts .big-post .post-thumb img {
    position: static;
  }
  .first-posts .right-posts .one-right-post .detal-right-info .descr .h4 {
    white-space: wrap;
  }
  .first-posts .right-posts .one-right-post {
    gap: 0;
    justify-content: flex-start;
  }
}

.cat-label {
  text-decoration: none;
}

body .one-right-post .descr {
  padding: 0;
}
body .one-right-post .detal-right-info {
  padding: 8px 12px 8px 0;
}
@media (max-width: 1279px) {
  body .one-right-post .detal-right-info {
    padding: 8px 12px;
  }
}

.cat-label {
  position: static;
  display: inline-block;
  margin-bottom: 12px;
  background-color: var(--brendSec);
}

.cat-label:hover {
  background-color: var(--brend);
  color: var(--textWhite);
}

.post-def {
  background-color: var(--blockBg);
  border-radius: 12px;
  width: 100%;
}
.post-def .descr {
  padding: 12px;
}
.post-def .descr.just {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.post-def .descr .cat-label {
  margin: 8px 0;
}
.first-posts .big-post.post-def .descr .cat-label {
  margin-top: 0px;
  margin-bottom: 18px;
}

.author-body-posts-in .descr.just {
  min-height: auto !important;
}

/* .author-body-posts-in .descr .h4 {
  height: 41px;
  overflow: hidden;
} */

.vertical-post .descr.just {
  min-height: 153px;
  height: 100%;
}

.vertical-post .descr h3 a,
.vertical-post .descr .h4 a {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.block-adv {
  background-color: var(--brendSec);
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-self: stretch;
  height: 338px;
  color: var(--textDarkSec);
  border-radius: 12px;
}
@media (max-width: 1440px) {
  .block-adv {
    height: 310px;
  }
}
.block-adv.f-width {
  height: 185px;
  width: 100%;
}
@media (max-width: 1440px) {
  .block-adv.f-width {
    height: 165px;
  }
}
.block-adv.side-part {
  height: 315px;
}

.title-with-ico {
  display: flex;
  align-items: center;
  gap: 8px;
}

.label-post {
  margin-bottom: 0;
}

.side-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-image: url(./../img/DividerPng.png);
  background-size: 100% 1px;
  bottom: 0;
}

.subs-block {
  background-image: url(./../img/subs-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.subs-in {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2f2e41;
  border-radius: 24px;
}
.subs-in.email {
  height: 286px;
  background-image: url(./../img/subs-left.png), url(./../img/subs-right.jpg);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-color: #0f181f;
  background-size: auto 100%;
}
@media (max-width: 1279px) {
  .subs-in.email {
    background-image: url(./../img/subs-top.webp), url(./../img/subs-bot.webp);
    padding: 16px;
    height: 300px !important;
    background-position: top center, bottom center !important;
    background-size: 100% auto;
  }
}
.subs-in.teleg {
  background-image: url(./../img/subs-teleg-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .subs-in.teleg {
    background-position: 657px center;
  }
}
.subs-body {
  display: flex;
  flex-wrap: wrap;
  width: 571px;
  text-align: center;
}
.subs-body .subs-tit {
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .subs-body .subs-tit {
    color: #71DCAA;
  }
}
.subs-body .subs-descr {
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 32px;
}
.subs-body .subs-form,
.subs-body .subs-form form {
  display: flex;
  gap: 12px;
  width: 100%;
  position: relative;
}
.subs-body .subs-form .error-message,
.subs-body .subs-form form .error-message {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: 10px;
}
@media (max-width: 1279px) {
  .subs-body .subs-form,
  .subs-body .subs-form form {
    flex-wrap: wrap;
  }
}
.subs-body .subs-form input {
  width: 100%;
}
.subs-body .subs-form .btn {
  width: 120px;
  flex: 0 0 auto;
}
@media (max-width: 1279px) {
  .subs-body .subs-form .btn {
    width: 100%;
  }
}

.divider-vert {
  position: absolute;
  right: -14px;
  top: 0;
  height: 100%;
}
.divider-vert img {
  max-height: 100%;
}

.rel {
  position: relative;
}

.subs-telegram-body {
  display: flex;
  padding: 43px 0 43px 47px;
  width: 100%;
}

.subs-teleg-tit {
  position: relative;
  padding-left: 64px;
}
.subs-teleg-tit img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.subs-teleg-tit h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.subs-teleg-tit h2 a {
  color: var(--linkHover);
  text-decoration: underline;
}
.subs-teleg-tit h2 a:hover {
  text-decoration: none;
}
.subs-teleg-tit p {
  font-size: 16px;
}

.read-more-about {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.read-more-about span {
  font-size: 24px;
  font-weight: 600;
}
.read-more-about a {
  display: block;
  cursor: pointer;
  background-color: var(--brendSec);
  color: var(--textDark);
  text-decoration: none;
  padding: 7px 8px;
  text-align: center;
  font-weight: 500;
  border-radius: 8px;
}

.hero-cat-top {
  overflow: hidden;
  position: relative;
}

.one-art {
  overflow: hidden;
  width: 400px !important;
  height: 225px !important;
  position: relative;
  border-radius: 8px;
}
@media (max-width: 1279px) {
  .one-art {
    border-radius: 0px;
  }
}
.one-art:after {
  content: "";
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    #191D38 6.9%,
    rgba(111, 108, 149, 0.15) 40.4%
  );
}

.no-style {
  list-style: none;
}

/* / MODAL */
/* Cookies Popup - Start */
.cookie-consent {
  max-width: 450px;
  width: auto;
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: var(--blockBg);
  color: var(--textWhite);
  padding: 24px;
  border-radius: 16px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 999;
}

.cookie-consent .logo {
  display: block;
  text-align: center;
}
.cookie-consent .btns-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.cookie-consent.hidden {
  display: none;
}

.cookie-consent .close {
  position: absolute;
  display: flex;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.cookie-consent .close .line-1 {
  display: flex;
  width: 20px;
  height: 2px;
  position: absolute;
  background: var(--textWhite);
  transform: rotate(-45deg);
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.cookie-consent .close .line-2 {
  display: flex;
  width: 20px;
  height: 2px;
  position: absolute;
  background: var(--textWhite);
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.cookie-consent .close:hover div {
  background: var(--brend);
}

.cookie-consent span {
  line-height: 140%;
  padding-top: 8px;
  text-align: center;
}

.cookie-consent span a {
  color: var(--brend);
  text-decoration: underline;
}

.cookie-consent span a:hover {
  color: var(--linkHover);
  text-decoration: none;
}

.cookie-consent .accept-cookie {
  /* width: fit-content;
  margin: 0 auto; */
  transition: all 0.3s ease-in-out;
}
.cookie-consent .btn {
  height: 38px;
}


/* Cookies Popup - End */
h1 {
  font-family: var(--font-family-mons);
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  font-family: var(--font-family-mons);
  margin: 0;
  padding: 0;
  background-color: var(--typeColorFirst1);
  color: var(--textWhite);
}
@media (max-width: 1279px) {
  body {
    margin: 0;
  }
}

html.opened-menu,
html.opened-menu body {
  overflow: hidden;
  position: relative;
}

a {
  transition: all 0.3s;
}
a:hover {
  color: var(--brend);
}

main {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  /* overflow: hidden; */
  padding: 40px 0;
}
@media (max-width: 1279px) {
  section {
    padding: 32px 16px;
  }
}
section.more-padd {
  padding: 64px 0;
}
@media (max-width: 1279px) {
  section.more-padd {
    padding: 32px 16px;
  }
}

.container {
  max-width: 1400px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1480px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .container {
    max-width: 1200px;
  }
}

.col-100 {
  width: 100%;
}

.col-75 {
  display: flex;
  flex-direction: column;
  width: calc(75% - var(--blocks-indent) / 2);
}
@media (max-width: 1279px) {
  .col-75 {
    width: 100%;
  }
}

.col-66 {
  display: flex;
  flex-direction: column;
  width: calc(67% - var(--blocks-indent) / 2);
}

.col-50 {
  display: flex;
  flex-direction: column;
  width: calc(50% - var(--blocks-indent) / 2);
}

.col-33 {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - var(--blocks-indent) * 2 / 3);
}

.col-33.c2 {
  width: calc(33.33% - var(--blocks-indent) / 2);
}

.col-25 {
  display: flex;
  flex-direction: column;
  width: calc(25% - var(--blocks-indent) * 3 / 4);
}

.col-25.c2 {
  width: calc(25% - var(--blocks-indent) / 2);
}

.col-25.c3 {
  width: calc(25% - var(--blocks-indent) * 2 / 3);
}

.col-20 {
  display: flex;
  flex-direction: column;
  width: calc(20% - var(--blocks-indent) * 4 / 5);
}

.col-20.c2 {
  width: calc(20% - var(--blocks-indent) / 2);
}

.col-20.c3 {
  width: calc(20% - var(--blocks-indent) * 2 / 3);
}

.col-20.c4 {
  width: calc(20% - var(--blocks-indent) * 3 / 4);
}

@media (max-width: 1279px) {
  .col-25 {
    width: calc(50% - var(--blocks-indent) / 2);
  }
  .col-25.c2,
  .col-25.c3 {
    width: 100%;
  }
  .col-66,
  .col-50,
  .col-33,
  .col-33.c2,
  .col-20 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .col-25 {
    width: 100%;
  }
}
.block-with-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: var(--blocks-indent);
}
.block-with-cols.start {
  justify-content: start;
}

/* Р Р°Р·РјРµСЂС‹ С‚РµРєСЃС‚РѕРІ - Start */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h1 > *,
.h1 > *,
h2 > *,
.h2 > *,
h3 > *,
.h3 > *,
h4 > *,
.h4 > *,
h5 > *,
.h5 > * {
  font-family: var(--font-family-mons);
  margin: 0;
  line-height: 1.2;
  font-weight: 700 !important;
  color: var(--textWhite);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a {
  color: var(--textWhite);
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover {
  color: var(--brendFour);
}

h1,
.h1 {
  font-size: 28px;
}
@media (max-width: 1279px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}

h2,
.h2 {
  font-size: 22px;
}
@media (max-width: 1279px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}

h3,
.h3 {
  font-size: 20px;
}
@media (max-width: 1279px) {
  h3,
  .h3 {
    font-size: 16px;
  }
}

h4,
.h4 {
  font-size: 16px;
}
@media (max-width: 1279px) {
  h4,
  .h4 {
    font-size: 14px;
  }
}

h5,
.h5 {
  font-size: 20px;
}
@media (max-width: 1279px) {
  h5,
  .h5 {
    font-size: 24px;
  }
}

p {
  font-family: var(--font-family-mons);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1279px) {
  p {
    font-size: 14px;
  }
}

.btn {
  border-radius: var(--radius-def);
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .3s ease;
}
.btn.prim-def {
  background-color: var(--brend);
  height: 38px;
  color: var(--textWhite);
  padding: 0 24px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  outline: none;
}
.btn.disabled {
  /* background-color: var(--typeColorThird4); */
  opacity: 0.6;
  cursor: not-allowed;
  color: var(--typeColorThird2) !important;
}
.btn.prim-sec {
  background-color: var(--typeColorThird5);
  height: 33px;
  color: var(--textWhite);
  padding: 0 16px;
  font-weight: 600;
  font-size: 14px;
}
.btn.prim-sec img,
.btn.prim-sec svg {
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 2px;
}
.btn.prim-sec svg path {
  transition: all 0.3s;
}
.btn.prim-sec:hover {
  color: var(--brend);
}
.btn.prim-sec:hover .hover-stroke path {
  stroke: var(--brend);
}
.btn.prim-sec:hover {
  color: var(--brend);
}
.btn.prim-sec:hover .hover-fill path {
  fill: var(--brend);
}
.btn.prim-third {
  height: 33px;
  color: var(--textWhite);
  padding: 0 16px;
  font-weight: 600;
  font-size: 14px;
}
.btn.prim-third.brand {
  color: #a8a5fc;
}
.btn.prim-third img,
.btn.prim-third svg {
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 2px;
}
.btn.prim-third svg path {
  transition: all 0.3s;
}
.btn.prim-third:hover {
  color: var(--brend);
}
.btn.prim-third:hover .hover-stroke path {
  stroke: var(--brend);
}
.btn.prim-third:hover {
  color: var(--brend);
}
.btn.prim-third:hover .hover-fill path {
  fill: var(--brend);
}
.btn.prim-four {
  background-color: #e1e0ff;
  height: 33px;
  color: var(--typeColorSecond2);
  padding: 0 12px;
  font-weight: 600;
  font-size: 14px;
}
.btn.prim-four img,
.btn.prim-four svg {
  margin-top: 2px;
  margin-right: 6px;
}
.btn.prim-four svg path {
  transition: all 0.3s;
}
.btn.prim-four:hover {
  color: var(--brend);
}
.btn.prim-four:hover .hover-stroke path {
  stroke: var(--brend);
}
.btn.prim-four:hover {
  color: var(--brend);
}
.btn.prim-four:hover .hover-fill path {
  fill: var(--brend);
}

.btn.prim-def:hover {
  color: var(--typeColorSecond2);
  background-color: var(--typeColorThird5);
}

/* Screen LEFT BIG (one big post in left part && 3 smaller in right part) */
.big-post .post-thumb {
  height: 386px;
  margin-bottom: 24px;
}
@media (max-width: 1480px) {
  .big-post .post-thumb {
    height: 330px;
  }
}
@media (max-width: 1279px) {
  .big-post .post-thumb {
    height: auto;
    margin-bottom: 12px;
  }
}
.big-post .author {
  margin-bottom: 12px;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .big-post .author {
    margin-bottom: 8px;
  }
}
.big-post .descr p {
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
}
.big-post .descr h3 {
  margin-bottom: 16px;
  font-size: 28px;
}
@media (max-width: 1279px) {
  .big-post .descr h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.post-def .post-thumb {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.post-def .post-thumb img {
  border-radius: 12px;
  transition: .3s ease-out;
  /* height: 100%; */
}
.post-def .post-thumb:hover img {
  transform: scale(1.03);
}
.post-def .descr h3 {
  margin-bottom: 12px;
}
.post-def .descr p {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 1279px) {
  .post-def .descr p {
    height: 56px;
  }
}
.post-info {
  color: var(--textWhiteSec);
  display: flex;
  gap: 32px;
  white-space: nowrap;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .post-info {
    font-size: 12px;
  }
}
.post-info > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-info.just-info {
  justify-content: space-between;
}

.right-posts {
  gap: 32px;
}
@media (max-width: 1279px) {
  .right-posts {
    gap: 24px;
  }
}
.right-posts .one-right-post {
  gap: 24px;
}
@media (max-width: 1279px) {
  .right-posts .one-right-post {
    gap: 16px;
  }
}
.right-posts .one-right-post .post-thumb {
  width: 292px;
  height: 165px;
  overflow: hidden;
}
@media (max-width: 1480px) {
  .right-posts .one-right-post .post-thumb {
    width: 282px;
    height: 160px;
  }
}
@media (max-width: 1279px) {
  .right-posts .one-right-post .post-thumb {
    width: calc(50% - 8px);
    height: auto;
  }
}
.right-posts .detal-right-info {
  width: 370px;
}
@media (max-width: 1480px) {
  .right-posts .detal-right-info {
    width: calc(100% - 282px - 24px);
  }
}
@media (max-width: 1279px) {
  .right-posts .detal-right-info {
    width: calc(50% - 8px);
  }
}
.right-posts .descr p {
  font-size: 14px;
}
@media (max-width: 1279px) {
  .right-posts .descr p {
    display: none;
  }
}
@media (max-width: 1279px) {
  .right-posts .upd,
  .right-posts .authors {
    display: none;
  }
}
.right-posts .authors {
  font-size: 12px;
}
.right-posts .post-info {
  font-size: 12px;
}

.one-right-post .post-thumb {
  height: 185px;
}
.one-right-post .post-thumb a {
  display: block;
  height: 100%;
}
@media (max-width: 1480px) {
  .one-right-post .post-thumb {
    height: 165px;
  }
  .one-right-post .post-thumb img {
    min-height: 100%;
  }
}
@media (max-width: 1279px) {
  .one-right-post .post-thumb img {
    width: 100%;
  }
}
.one-right-post .descr p {
  height: 58px;
  -webkit-line-clamp: 3;
}
.one-right-post .descr h4 {
  margin-bottom: 12px;
}
.one-right-post .author {
  margin-bottom: 8px;
}

.detal-right-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* End Screen LEFT BIG */
/* Screen carousel */
.carousel {
  width: 100%;
}

.second-bg {
  background-color: var(--blockBgDark);
}

.vertical-post .post-thumb {
  height: 185px;
  flex-shrink: 0;
}
@media (max-width: 1480px) {
  .vertical-post .post-thumb {
    height: auto;
  }
}
@media (max-width: 1279px) {
  .vertical-post .post-thumb img {
    width: 100%;
  }
}
.vertical-post .author {
  margin-bottom: 8px;
  font-size: 12px;
}
.vertical-post .descr p {
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
  height: 36px;
  margin-bottom: 16px;
  font-size: 14px;
}
.vertical-post .descr h4 {
  margin-bottom: 16px;
}
.vertical-post .post-info {
  font-size: 12px;
  margin-top: auto;
}

.carous-el {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carous-el .swiper-pagination {
  position: static;
}
.carous-el .nav-car {
  width: 56px;
  height: 60px;
  cursor: pointer;
  border-radius: 16px;
  background-color: var(--brendSec);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: all .3s ease;
}
.carous-el .nav-car.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.carous-el .nav-car img {
  transition: all .3s ease;
}
.carous-el .nav-car:hover {
  background-color: var(--brend);
}
.carous-el .nav-car:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(329deg) brightness(102%) contrast(104%);
}
.carous-el .swiper-button-nexts img {
  transform: rotate(180deg);
}
.carous-el .swiper-pagination-bullet {
  opacity: 1;
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
@media (max-width: 1279px) {
  .carous-el .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.carous-el .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--brend);
}

/* / Screen carousel */
body.home main {
  flex-direction: column-reverse;
} /*# sourceMappingURL=style.css.map */


/* pros_cons style START */
figure.wp-block-table.pros_cons table tr td {
  background: rgba(255, 0, 0, 5%);
}

figure.wp-block-table.pros_cons table tr td:first-child {
  background: rgba(15, 206, 0, 5%);
}

figure.wp-block-table.pros_cons table:not(:has(thead)) tr:first-child td,
figure.wp-block-table.pros_cons table tr th {
  background: rgba(255, 0, 0, 25%);
  border-color: var(--brendFour);
  color: #fff;
}

figure.wp-block-table.pros_cons table tr td {
  border-color: var(--brendFour);
}

figure.wp-block-table.pros_cons table:not(:has(thead)) tr:first-child td:first-child,
figure.wp-block-table.pros_cons table tr th:first-child {
  background: rgba(15, 206, 0, 25%);
}

/* pros_cons style END */

.editorial-blocks > div {
  background: #2C3157;
  border-radius: 16px;
  padding: 20px;
}
.editorial-blocks > div p:last-child {
  margin-bottom: 0;
}

.category-block {
  display: flex;
  flex-direction: column;
}
.category-block__top {
  order: 1;
}
.article-block-list {
  order: 2;
}
.category-block__down {
  order: 3;
}

.swiper-slide {
  height: auto;
}

.gallery-wrapper {
  --swiper-pagination-bullet-inactive-color: var(--brendSec);
  --swiper-pagination-color: var(--brendFour);
}
.gallery-wrapper .wp-block-gallery {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.gallery-wrapper .wp-block-gallery .wp-block-image {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}