/* FOOTER */
footer {
  padding: 64px 0;
  background-color: #161922;
  color: var(--textColor);
  /* border-radius: 16px 16px 0 0; */
  position: relative;
  z-index: 1;
}
@media (max-width: 1279px) {
  footer {
    padding: 32px 16px;
  }
}
footer .footer-in .footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--brend);
  align-items: center;
}
@media (max-width: 1279px) {
  footer .footer-in .footer-top .footer-logo {
    text-align: center;
  }
}
footer .footer-in .footer-top .footer-descr {
  max-width: 686px;
  text-align: center;
  font-family: var(--font-family-mons);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}
footer .footer-in .footer-top .footer-descr p {
  font-size: 14px;
  margin-bottom: 20px;
}
footer .footer-in .footer-top .footer-descr a {
  color: #6660fe;
}
footer .footer-in .footer-top .footer-descr a:hover {
  color: var(--brendSec);
}
footer .footer-soc {
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  max-width: 216px;
}
footer .footer-soc span {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  color: var(--white);
  margin-bottom: 8px;
}
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: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--brend);
  gap: 28px;
}
footer .footer-menu {
  width: 180px;
  line-height: 1.3;
}
footer .footer-menu.mf-1 {
  width: 265px;
}
footer .footer-menu.cat {
  flex: auto;
}
footer .footer-menu.mf-2 {
  width: 567px;
}
@media (max-width: 1279px) {
  footer .footer-menu.mf-2 {
    width: 100% !important;
  }
}
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(--white);
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 500;
}
@media (max-width: 1279px) {
  footer .footer-menu nav ul li a {
    font-size: 12px;
  }
}
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(--textColorSec);
}
footer .footer-spec .one-footer-cont a {
  color: #6660fe;
}
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 .h3 {
  color: var(--white);
  font-weight: 600;
}
footer .footer-menu-title i {
  line-height: 1;
}
footer .footer-info {
  display: flex;
  gap: 28px;
  flex-direction: row-reverse;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--brend);
  align-items: center;
}
footer .footer-info .contact-block {
  max-width: 448px;
  width: 100%;
}
footer .footer-info .contact-block .h3 {
  text-align: center;
  margin-bottom: 16px;
  color: var(--white);
}
footer .footer-info .contact-block .mail {
  font-family: var(--font-family-m);
  color: var(--brend);
  font-size: 14px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brend);
  border-radius: var(--radius-def);
  height: 41px;
  transition: all .4s ease-in-out;
}
footer .footer-info .contact-block .mail:hover {
  background: #C6D7E9;
}
footer .footer-info .text-info {
  flex: auto;
  font-size: 14px;
  color: var(--white);
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}
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 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(--textColorSec);
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-bottom nav ul li a:hover {
  color: var(--brend);
}

footer .category_menu > ul {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}
footer .category_menu > ul > li > a,
footer .footer_menu > ul > li > a {
  font-size: 20px !important;
  padding: 0 !important;
  margin-bottom: 8px;
  font-family: var(--font-family-m);
}
footer .category_menu > ul > li:nth-child(1) {
  grid-column: 1;
}
footer .category_menu > ul > li:nth-child(2) {
  grid-column: 2;
}
footer .category_menu > ul > li:nth-child(3) {
  grid-column: 1;
}
footer .category_menu > ul > li:nth-child(4) {
  grid-column: 2;
}
footer .category_menu > ul > li:nth-child(5) {
  grid-column: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
footer .category_menu > ul > li:nth-child(5) > ul {
  display: flex;
  flex-wrap: wrap;
}
footer .category_menu > ul > li:nth-child(5) > ul > li {
  width: 50%;
}

@media (max-width: 1279px) {
  footer {
    border-radius: 8px 8px 0 0;
    padding: 24px 16px;
  }
  footer .category_menu > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  footer .category_menu > ul > li:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 3;
  }
  footer .footer-in .footer-top {
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  footer .footer-in .footer-top .footer-logo img {
    max-width: 180px;
  }
  footer .footer-in .footer-top .footer-descr {
    font-size: 14px;
  }
  footer .footer-soc {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
  footer .footer-soc span {
    text-align: center;
  }
  footer .footer-midd {
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  footer .footer-menu.mf-1 {
    width: calc(50% - 8px);
  }
  footer .category_menu > ul > li:nth-child(5) > ul {
    column-gap: 16px;
  }
  footer .category_menu > ul > li:nth-child(5) > ul > li {
    width: calc(50% - 8px);
  }
  footer .footer-menu-title .h3 {
    font-size: 16px ;
  }
  footer .category_menu > ul > li > a, 
  footer .footer_menu > ul > li > a {
    font-size: 16px !important;
  }
  footer .footer-info {
    flex-direction: column;
    gap: 24px;
    text-align: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  footer .footer-info .contact-block .h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  footer .footer-info .text-info {
    font-size: 12px;
  }
  footer .footer-bottom .copy p,
  footer .footer-bottom nav ul li a {
    font-size: 12px;
  }
}

/* / FOOTER */


/* 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;
  gap: 16px;
}
.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;
  border-bottom: 1px solid var(--brend);
}

.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(--textColor);
  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 .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 {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: all .3s ease;
}
.soc-link a svg rect {
  transition: all .4s ease-in-out;
}
.soc-link a:not(.tg):hover svg rect {
  fill: var(--brend);
}

.soc-link a.tg {
  width: 100%;
  background: #00B0F2 !important;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 4px;
  padding: 4px;
  text-decoration: none;
  height: auto;
  transition: all .4s ease-in-out;
  margin-top: 8px;
}
.soc-link a.tg span {
  margin-bottom: 0;
  width: auto;
  line-height: normal;
}
.soc-link a.tg:hover {
  background: var(--brend) !important;
}
/* / sidebar */

/* 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: 8px;
  right: 8px;
  border-radius: 4px;
  transition: all .4s ease-in-out;
}
.modal-close svg path {
  transition: all 0.3s;
}

.modal-close:hover {
  background: var(--typeColorFirst1);
}

.modal-warn {
  text-align: center;
  font-weight: 600;
  color: #EEAA46;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  font-size: 20px;
}
.modal-title {
  width: 100%;
}
#age .modal-body {
  width: 690px;
}
#age .modal-bg {
  background: rgba(112, 117, 122, 0.15);
  backdrop-filter: blur(10px);
}
#age .modal-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

#age .modal-descr p {
  font-size: 18px;
  text-align: center;
}
.modal-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.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-btns {
    flex-direction: column;
    width: 100%;
  }
  .modal-btns .btn {
    width: 100%;
  }
  .modal-body {
    padding: 12px;
  }
}

/* / MODAL */
/* Page Single */


.about-author {
  display: flex;
  justify-content: space-between;
}

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


@media (max-width: 1279px) {
  .about-author {
    flex-direction: column;
  }
  .about-author-top {
    gap: 12px;
  }
  .single-wrap > .container > .block-with-cols {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.one-author {
  display: flex;
  gap: 8px;
  width: 50%;
}
@media (max-width: 1279px) {
  .one-author {
    width: 100%;
  }
}
.one-author a {
  text-decoration: none;
  color: var(--textColor);
  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(--gray);
  font-size: 12px;
}

.about-author-info {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  position: relative;
  gap: 12px;
  align-items: center;
}
.about-author-info.two {
  flex-direction: column-reverse;
}
@media (max-width: 1279px) {
  .about-author-info {
    flex-wrap: wrap;
    gap: 8px;
    flex-direction: column-reverse;
    margin-top: 16px;
  }
}

.about-author-info-left {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 1279px) {
  .about-author-info-left {
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}
.about-author-info-left > * {
  border-left: 1px solid var(--brend);
  padding-left: 12px;
  color: var(--gray);
  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-left > * {
    padding-left: 8px;
  }
  .about-author-info-left > *:first-child {
    padding-left: 0;
    border-left: 0;
  }
}
.about-author-info-right .post-info {
  gap: inherit;
  color: var(--gray);
}
@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(--gray);
  margin-bottom: 32px;
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
}
@media (max-width: 1279px) {
  figcaption {
    margin-bottom: 24px;
  }
}

.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(--brend);
  color: var(--textColor);
  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;
  /* margin-bottom: 16px; */
}

.single-body iframe[height="166"] {
  height: 166px;
}

.wp-block-quote {
  border-radius: 8px;
  font-style: italic;
  padding: 12px 16px 12px 80px;
  margin: 32px 0;
  background: var(--blockBgDark);
  min-height: 80px;
  display: flex;
  align-items: center;
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.wp-block-quote::before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background: url(../img/icon_quote.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

* + h3 {
  margin-top: 45px;
}

.list-posts {
  background-color: var(--blockBgDark);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
  box-shadow: 0 2px 4px 0 rgba(112, 117, 122, 0.15);
}
@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;
  border-top: 1px solid var(--brend);
  padding-top: 12px;
  overflow-y: auto;
  scrollbar-width: none;
  max-height: calc(100vh - 133px - 110px);
  transition: all .3s linear;
}
.list-posts-wrap nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-posts-wrap nav > ul > li a {
  color: var(--textColor);
  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: 14px;
  font-weight: 400;
  transition: all .4s ease-in-out;
}
@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,
.list-posts-wrap nav > ul > li ul li a:hover,
.list-posts-wrap nav > ul > li ul li a.active {
  background-color: var(--typeColorFirst1);
  color: var(--textColor);
}
.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: 400;
}
@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 { 
    padding: 17px 8px;
}

@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 { 
    background-image: url(../img/icon__minus.svg);
}

.faq-question, 
.schema-faq-question { 
    position: relative;
    padding-right: 24px;
    cursor: pointer;
    font-weight: 700;
    display: block;
    font-size: 18px;
    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: translateY(-50%);
    transition: all 0.6s;
    line-height: 1;
    display: block;
    vertical-align: top;
    height: 24px;
    width: 24px;
    background: url(../img/icon__plus.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: 8px 0 0 0;
    font-size: 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;}

.schema-faq + h2 {
  margin-top: 32px;
}
.info-block {
  background: var(--brend);
  border-radius: var(--radius-def);
  padding: 24px;
  color: var(--white);
}
.info-block p {
  font-size: 18px !important;
}
@media (max-width: 1279px) {
  .info-block {
    padding: 12px;
  }
  .info-block p {
    font-size: 16px !important;
  }
}
/* / FAQ - End */

.author-body {
  background-color: var(--blockBg);
  border-radius: var(--radius-def);
  padding: 24px 16px;
  min-height: 205px;
  box-shadow: 0 2px 4px 0 rgba(112, 117, 122, 0.15);
}
@media (max-width: 1279px) {
  .author-body {
    padding: 16px;
  }
}

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

.author-body-thumb {
  width: 106px;
  height: 106px;
  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: 72px;
    height: 72px;
    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 {
  background: var(--typeColorFirst1);
  padding: 3px;
  border-radius: var(--radius-def);
  display: block;
  width: max-content;
}

.author-body-thumb span img {
  border-radius: var(--radius-def);
}
.author-body-descr {
  width: 100%;
}

.author-body-name {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.author-body-name a {
  color: var(--textColor);
  text-decoration: none;
}
@media (max-width: 1279px) {
  .author-body-name {
    margin-bottom: 16px;
    padding-left: 88px;
    height: 88px;
    align-items: flex-start;
  }
  .author-body-thumb span {
    padding: 2px;
  }
  .author-body-thumb span img {
    max-width: 68px;
    max-height: 68px;
  }
}

.author-body-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.author-body-info .one-author-who {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray);
  position: relative;
}
.author-body-about p {
  font-size: 14px;
}

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

.author-body .info-all {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 14px;
}
.author-body .info-all .wr-start {
  display: flex;
  align-items: center;
  gap: 6px;
}
.author-body .info-all .wr-start span {
  line-height: normal;
}
.author-body .wr-tags {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 5px;
  right: 0;
}

.author-body-soc {
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.single .author-body-soc,
.author .author-body-soc {
  position: absolute;
  top: 114px;
  left: 9px;
  margin-top: 0;
  max-width: 88px;
}
.single .single-body.text-part {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--brend);
}
@media (max-width: 1279px) {
  .author-body-soc {
    justify-content: center;
    position: static;
    margin-top: 16px;
    margin-bottom: 0;
  }
  .single .author-body-soc,
  .author .author-body-soc {
    position: static;
    max-width: 100%;
  }
  .author-body .wr-tags {
    position: static;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .author-body .info-all {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    column-gap: 16px;
  }
  .single .single-body.text-part {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.author-body-soc a {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 6px;
  transition: all .4s ease-in-out;
}
.author-body-soc a:not(:hover) svg path[fill] {
  fill: var(--gray);
}
.author-body-soc a:not(:hover) svg path[stroke] {
  stroke: var(--gray);
}
.author-body-soc a:hover {
  background: var(--typeColorFirst1);
}

.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;
}
@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(--brend);
}
.catalog-wrap .news-bl {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--brend);
  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(--textColor);
  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 Team */
.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 {
  margin-top: 24px;
}
.author-wrap-in .author-body {
  padding: 16px;
}
.author-wrap-in .author-body-top,
.adv-page .author-body-top {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.author-wrap-in .author-body-thumb,
.adv-page .author-body-thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.author-wrap-in .author-body-descr,
.adv-page .author-body-descr {
  padding-left: 114px;
  min-height: 118px;
}
.author-wrap-in .author-body-about,
.adv-page .author-body-about {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.author-wrap-in .one-author-who,
.adv-page .one-author-who {
  font-size: 16px;
  font-weight: 700;
}
.author-wrap-in .author-body-soc,
.adv-page .author-body-soc {
  position: absolute;
  top: 6px;
  right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .author-wrap-in .author-body-top,
  .adv-page .author-body-top {
    gap: 16px;
  }
  .author-wrap-in .author-body-descr,
  .adv-page .author-body-descr {
    padding-left: 80px;
    min-height: 76px;
  }
  .author-wrap-in .author-body-soc,
  .adv-page .author-body-soc {
    position: static;
    justify-content: flex-start;
    margin-top: 8px;
  }
}
.author-wrap-in .author-body-name {
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .author-wrap-in .author-body-thumb,
  .adv-page .author-body-thumb {
    width: 72px;
    height: 72px;
  }
  .author-wrap-in .author-body-name,
  .adv-page .author-body-name {
    padding-left: 0;
    height: auto;
  }
  .author-wrap-in .author-body-name h2,
  .adv-page .author-body-name h2 {
    font-size: 18px;
  }
}
@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,
  .adv-page .author-body-thumb span {
    width: 72px;
    height: 72px;
  }
}
.write {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-top: 30px;
}
@media (max-width: 1279px) {
  .write {
    flex-wrap: wrap;
    padding-top: 12px;
  }
}

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

.write-tag {
  width: 100%;
  display: flex;
  gap: 16px;
}

.info-team-block {
}

.info-team-block .inner {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: var(--textColor);
  font-weight: 700;
}
.info-team-block .inner a {
  color: var(--brend);
}
.info-team-block .inner .link {
  width: max-content;
  border: 1px solid var(--brend);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  font-size: 24px;
  font-family: var(--font-family-m);
  font-weight: 700;
  text-decoration: none;
  margin: 16px auto 0;
  color: var(--textColor);
  box-shadow: 0 2px 4px 0 rgba(112, 117, 122, 0.15);
}
.info-team-block .inner .link span {
  font-size: 0;
}
.info-team-block .inner .link .more {
  margin-left: 8px;
}
.info-team-block .inner .link:hover {
  color: var(--brend);
}

.pratners-info {
}
.partners-block ul {
  padding: 0;
  margin: 24px 0 0;
  list-style-type: none;
  display: flex;
  gap: 16px;
}
.partners-block ul li {
  box-shadow: 0 2px 4px 0 rgba(112, 117, 122, 0.15);
  border: 1px solid var(--brend);
  border-radius: 8px;
  font-size: 24px;
  font-family: var(--font-family-m);
  font-weight: 700;
  text-align: center;
  text-align: center;
  padding: 24px;
  flex-grow: 1;
  flex-basis: 0;
}
.partners-block ul li a {
  color: var(--brend);
}

.categories-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.categories-list li {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.categories-list li:after {
  display: none;
}
.categories-list a {
  background: var(--blockBgDark);
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  color: var(--textColor);
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: block;
}
.categories-list a:hover {
  background: var(--brend);
  color: var(--white);
}

.contact-block {
  margin-top: 24px;
}

.wpcf7 {
  background: var(--blockBgDark);
  padding: 16px;
  border-radius: 8px;
}
.wpcf7 .wpcf7-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.wpcf7 input {
  background: var(--typeColorFirst1);
  margin-top: 8px;
}
.wpcf7 textarea {
  background: var(--typeColorFirst1);
  margin-top: 8px;
  border-radius: 6px;
  height: 116px;
  padding: 10px;
  width: 100%;
  border: 0;
  resize: none;
}
.wpcf7 p {
  margin-bottom: 0;
}
.wpcf7 p:nth-of-type(1),
.wpcf7 p:nth-of-type(2),
.wpcf7 p:nth-of-type(3) {
  width: calc(33% - 14px);
}
.wpcf7 p:nth-of-type(4) {
  width: 100%;
}
.wpcf7 p:nth-of-type(5) {
  margin-left: auto;
  position: relative;
}
.wpcf7 input.wpcf7-submit {
  background: var(--brend);
  border-radius: 4px;
  padding: 10px 24px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}
.wpcf7 input.wpcf7-submit:hover {
  background: var(--typeColorFirst1);
  color: var(--brend);
}
.wpcf7-spinner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  pointer-events: none;
}
.wpcf7-response-output {
  width: 100%;
  margin: 0 !important;
  border-radius: 4px;
}

.team-bottom {
  border-radius: 8px;
  background: var(--brend);
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  padding: 16px;
  box-shadow: 0 2px 4px 0 rgba(112, 117, 122, 0.15);
  margin-top: 16px;
  color: var(--white);
}


.post-info-author {
  color: var(--textColor);
  display: flex;
  gap: 10px;
  white-space: nowrap;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .post-info-author {
    font-size: 12px;
  }
  .write-tag {
    justify-content: center;
  }
  .info-team-block .inner .link {
    font-size: 20px;
  }
  .info-team-block .inner .link svg {
    width: 100%;
    height: 100%;
  }
  .info-team-block .inner .link span {
    width: 24px;
    height: 24px;
  }
  .partners-block ul {
    flex-direction: column;
  }
  .partners-block ul li {
    padding: 16px 2px;
    font-size: 15px;
  }
  .categories-list a {
    font-size: 14px;
    padding: 8px;
  }
  .wpcf7 p:nth-of-type(1), 
  .wpcf7 p:nth-of-type(2), 
  .wpcf7 p:nth-of-type(3) {
    width: 100%;
  }
  .wpcf7 p:nth-of-type(5) {
    width: 100%;
  }
  .team-bottom {
    font-size: 16px;
    padding: 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: 24px 16px;
  }
}
.page-inside .author-body {
  margin-bottom: 40px;
}
.page-inside .title-top {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--brend);
}
.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: 72px;
    height: 72px;
  }
}
.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%;
  }
}

.advantages-list {
  display: flex;
  gap: 28px;
  padding: 0;
  margin: 24px 0 28px;
}
.advantages-list li {
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 4px 0 rgba(112, 117, 122, 0.15);
  background: var(--blockBgDark);
  list-style-type: none;
  flex-grow: 1;
  flex-basis: 0;
}

.team-quote {
  margin-bottom: 80px;
  background: var(--brend);
  border-radius: 8px;
  padding: 32px 20%;
  text-align: center;
  color: var(--white);
  box-shadow: 0 2px 4px 0 rgba(112, 117, 122, 0.15);
}

@media (max-width: 1279px) {
  .advantages-list {
    flex-direction: column;
    gap: 16px;
    margin: 16px 0;
  }
  .advantages-list li {
    padding: 12px;
  }
  .team-quote {
    padding: 12px;
    margin-bottom: 48px;
  }
}

/* / Page Team */
/* Page about */
.about-top p:not(.has-background) {
  text-align: center;
  font-size: 28px !important;
  font-weight: 600;
  margin-bottom: 24px;
}
.about-top p.has-background {
  text-align: center;
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 24px;
  padding: 32px 13%;
  border-radius: 8px;
}
.about-top h2 {
  margin-bottom: 24px;
}
.about-top ul {
  padding: 0;
  margin: 0 0 28px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.about-top ul li {
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 4px 0 rgba(112, 117, 122, 0.15);
  background: var(--blockBgDark);
  list-style-type: none;
  width: calc(33% - 15px);
  font-size: 16px !important;
}
.about-top.two-columns ul li {
  width: calc(50% - 14px);
}
.about-top ul li strong {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
}
.about-top figure {
  margin-bottom: 0;
  width: 100%;
}
.about-top figure img {
  width: 100%;
}
.text-about .wp-block-categories-list {
  padding: 0;
  margin: 0 0 24px 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.text-about .wp-block-categories-list li {
  padding-left: 0;
  margin: 0;
}
.text-about .wp-block-categories-list li:after {
  display: none;
}
.text-about .wp-block-categories-list a {
  background: var(--blockBgDark);
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  color: var(--textColor);
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: block;
}
.text-about .category-columns > div {
  padding: 0;
  margin: 0 0 28px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.text-about .category-columns > div > p {
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 4px 0 rgba(112, 117, 122, 0.15);
  background: var(--blockBgDark);
  list-style-type: none;
  width: calc(50% - 14px);
  font-size: 16px !important;
  margin: 0;
}
.text-about .category-columns > div > p strong {
  display: block;
  font-size: 20px;
  margin-bottom: 12px;
}

.info-contact {
  gap: 24px;
  align-items: flex-start;
}

.info-contact > div {
  flex-grow: 1;
  flex-basis: 0;
}
.info-contact p.has-background {
  border-radius: 8px;
  padding: 0;
}
.info-contact p.has-background a {
  display: flex;
  padding: 16px;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.info-contact p.has-background a:before {
  content: '';
  display: inline-block;
  background: url(../img/icon-contact.svg) no-repeat;
  width: 32px;
  height: 32px;
}
.info-contact p.has-background a:hover {
  color: var(--typeColorFirst1);
}

.user-one .author-body {
  width: 100%;
  margin: 32px 0;
}

.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;
}
.policy-column .inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 28px;
  align-items: center;
}
.policy-column .inner > * {
  flex-grow: 1;
  flex-basis: 0;
}
.policy-column .inner p.has-background {
  border-radius: 8px;
  padding: 32px 16px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.policy-column .inner p:not(.has-background) {
  font-size: 16px;
}
@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;
  }
  .about-top p:not(.has-background) {
    font-size: 24px !important;
  }
  .about-top ul {
    gap: 16px;
    flex-direction: column;
  }
  .about-top ul li {
    width: 100%;
    padding: 12px;
  }
  .about-top ul li strong {
    font-size: 18px;
  }
  .about-top p.has-background {
    font-size: 16px;
    padding: 12px;
  }
  .text-about .info-team-block {
    padding-right: 0;
    padding-left: 0;
  }
  .text-about .wp-block-categories-list a {
    font-size: 14px;
    padding: 8px;
  }
  .text-about .category-columns > div {
    gap: 16px;
  }
  .text-about .category-columns > div > p {
    width: 100%;
    padding: 12px;
  }
  .text-about .category-columns > div > p strong {
    font-size: 18px;
  }
  .policy-column .inner {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .policy-column .inner p:not(.has-background) {
    font-size: 14px;
  }
  .policy-column .inner p.has-background {
    font-size: 16px;
    padding: 12px;
  }
  .about-top.two-columns ul li {
    width: 100%;
  }
  .info-contact {
    flex-direction: column;
  }
  .info-contact p.has-background a {
    font-size: 18px;
    padding: 9px;
  }
  .info-contact p.has-background a:before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}

/* / Page about */
/* Page contacts */
.contact-page .broad-wrap {
  margin-top: 0;
}
.contact-page h1 {
  margin: 32px 0 24px;
}
.contact-page .content-block {
  display: grid;
  grid-template-columns: auto 60%;
  gap: 16px;
  row-gap: 28px;
  grid-template-rows: min-content 1fr;
}
.contact-page .content-block > div > div {
  background: var(--blockBgDark);
  border-radius: 8px;
  padding: 16px;
}
.contact-page .content-block > div:nth-child(2) {
  grid-column: 1;
}
.contact-page .content-block > div:nth-child(3) {
  grid-column: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
.contact-page .content-block > div > div h2 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 12px;
}
.contact-page .content-block > div > div p {
  font-size: 18px !important;
}
.contact-page .content-block > div > div p a {
  color: var(--brend);
}
.contact-page .social-list .social {
  width: calc(25% - 10px);
}
.contact-page .wpcf7 {
  padding: 0;
}
.contact-page .wpcf7 p:nth-of-type(5) {
  margin-right: auto;
}
.cont-us-top {
  margin-bottom: 36px;
  position: relative;
}
@media (max-width: 1480px) {
  .contact-page .content-block {
    grid-template-columns: 1fr 1fr;
  }
  .contact-page .content-block > div:nth-child(2) {
    grid-column: 2;
  }
  .contact-page .content-block > div:nth-child(3) {
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .contact-page .content-block > div > div {
    height: 100%;
  }
}
@media (max-width: 1279px) {
  .contact-page .content-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .contact-page .content-block > div > div h2 {
    font-size: 20px;
  }
  .contact-page .content-block > div > div p {
    font-size: 16px !important;
  }
  .contact-page .social-list .social {
    width: calc(50% - 6px);
  }
  .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;
}



.post-def .descr .cat-label {
  /* margin: 8px 0; */
}
.other-posts .post-def .h4 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

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

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

.subs-block {
  padding-bottom: 56px;
  margin-bottom: -16px;
}

.subs-in {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2f2e41;
  border-radius: 24px;
}
.subs-in.email {
  background: var(--brend);
  border-radius: var(--radius-def);
  padding: 32px 24px;
}
@media (max-width: 1279px) {
  .subs-in.email {
  }
}
.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;
}
.subs-body .subs-logo {
  margin: 0 auto 12px auto;
}
@media (max-width: 1279px) {
  .subs-body .subs-tit {
    color: #a8a5fc;
  }
}
.subs-body .subs-descr {
  padding: 0 30px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
  color: var(--white);
}
.subs-body .subs-form,
.subs-body .subs-form form {
  display: flex;
  gap: 12px;
  width: 100%;
  position: relative;
  color: var(--white);
}
.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-in.email {
    padding: 16px;
  }
  .subs-body .subs-form .btn {
    width: 100%;
  }
  .subs-body .subs-descr {
    margin-bottom: 24px;
    padding: 0;
    font-size: 16px;
  }
  .subs-block {
    padding-bottom: 32px;
    margin-bottom: -8px;
  }
}

.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: 8px;
  margin-bottom: 32px;
}
.read-more-about span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 4px;
}
.read-more-about a {
  display: block;
  cursor: pointer;
  color: var(--textColor);
  text-decoration: none;
  padding: 6px 8px;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid var(--brend);
}
.read-more-about a:before {
  content: "#";
  display: inline-block;
}
.share-post-now {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.share-post-now span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 4px;
}
.share-post-now a span {
  display: none;
}
.share-post-now a svg rect {
  transition: all .4s ease-in-out;
}
.share-post-now a:hover svg rect {
  fill: var(--brend);
}
.hero-cat-top {
  overflow: hidden;
  position: relative;
}

.one-art {
  overflow: hidden;
  width: 400px;
  height: 225px;
  position: relative;
  border-radius: 8px;
}
@media (max-width: 1279px) {
  .one-art {
    border-radius: 0px;
  }
  .read-more-about span,
  .share-post-now span {
    width: 100%;
    font-size: 18px;
  }
}
.one-art:after {
  content: "";
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    #23222f 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: #d1e9ff;
  color: var(--textColor);
  padding: 24px;
  border-radius: 12px;
  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;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 8px;
  right: 8px;
  border-radius: 4px;
  transition: all .4s ease-in-out;
}
.cookie-consent .close:hover {
  background: var(--typeColorFirst1);
}
.cookie-consent span {
  line-height: 140%;
  padding-top: 8px;
  text-align: center;
}

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

.cookie-consent span a:hover {
  color: var(--brend);
  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;
}

@media (max-width: 1279px) {
  .cookie-consent {
    padding: 12px;
    gap: 12px;
    font-size: 14px;
  }
  .cookie-consent .btns-block {
    flex-direction: column-reverse;
  }
  .cookie-consent .btns-block > * {
    width: 100%;
  }
}


/* Cookies Popup - End */
/* Screen carousel */
.carousel {
  width: 100%;
}

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

.carousel .h4 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.vertical-post .post-thumb {
  height: 185px;
}
.carousel .post-thumb {
  max-height: 185px;
}
@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;
}

.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: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--blockBgDark);
  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 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: var(--blockBgDark);
}
.second-bg .carous-el .nav-car {
  background-color: #EFF8FF;
}
.second-bg .carous-el .swiper-pagination-bullet {
  background-color: #fff;
}
.carous-el .nav-car:hover {
  background-color: var(--brend);
  color: var(--white);
}
@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 */
 /*# sourceMappingURL=style.css.map */

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--white);
  opacity: 1;
  transition: all .4s ease-in-out;
}
.swiper-pagination-bullet:hover {
  background: var(--brendHover) !important;
}
.swiper-pagination-bullet-active {
  background: var(--brend) !important;
}

/* War block Start */
.war-block__links {
  display: flex;
  gap: 16px;
}
.war-block__links .item {
  border-radius: var(--radius-def);
  background: var(--typeColorFirst1);
  padding: 16px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--textColor);
  gap: 12px;
  padding-right: 45px;
  text-decoration: none;
  position: relative;
  flex-grow: 1;
}
.war-block__links .item:hover {
  color: var(--brend);
}
.war-block__links .item .more {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 0;
}
.war-block__links .item .icon {
  font-size: 0;
}
.war-block__inner {
  position: relative;
  border-radius: var(--radius-def);
  overflow: hidden;
  margin-bottom: 16px;
}
.war-block__inner .img {
  background: #1c2541;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.war-block__inner .img img {
  opacity: .2;
  max-width: unset;
}
.war-block__inner .info {
  position: relative;
  z-index: 2;
  padding: 24px;
  color: var(--white);
}
.war-block .day-data ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 28px;
}
.war-block .day-data ul li {
  list-style: none;
  min-width: 93px;
  width: min-content;
}
.war-block .title-war {
  color: var(--white);
}
.war-block .info {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
}
.war-block .info div:empty {
  display: none;
}
.war-block .info .icon {
  height: 50px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.war-block .info .number {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 4px;
}
.war-block .info .number span {
  font-size: 12px;
  color: #83CF5C;
}
.war-block .info .text {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  word-wrap: break-word;
}
.war-block .info-from {
  font-weight: 400;
  font-size: 12px;
}
.war-block .info-from a {
  color: var(--brend);
  transition: all .4s ease-in-out;
}
.war-block .info-from a:hover {
  color: var(--typeColorFirst1);
}
.war-block .war-slider__wrapper {
  margin-right: -24px;
  margin-left: -24px;
}
.war-block .war-slider .item {
  min-width: 100px;
  max-width: min-content;
}
.war-block .swiper-wrapper {
  padding: 0 24px;
  --swiper-wrapper-transition-timing-function: linear;
}
@media (max-width: 1680px) {
  .war-block__links .item {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .war-block .info {
    padding: 12px;
    gap: 24px;
  }
  .war-block .war-slider__wrapper {
    margin-right: -12px;
    margin-left: -12px;
  }
  .war-block .swiper-wrapper {
    padding: 0 12px;
  }
  .war-block__links {
    flex-direction: column;
  }
  .war-block .title-war {
    font-size: 16px;
  }
}
/* War block End */

.big-post-one {
  flex-direction: row !important;
}
.big-post-one .post-thumb {
  flex-shrink: 0;
  margin-bottom: 0;
  height: auto;
}
.big-post-one.post-def .descr {
  padding: 0;
  margin-bottom: 12px;
}
.big-post-one.post-def .h2 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.big-post-wrapper {
  margin-bottom: 28px;
}

@media (max-width: 1680px) {
  .big-post-one.post-def p {
    line-clamp: 5;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 1279px) {
  .big-post-one.post-def .h2 {
    font-size: 20px;
  }
  .post-def .h4 {
    font-size: 20px;
  }
  .post-def .descr p,
  .post-def .post-top-descr p {
    font-size: 16px;
  }
}

.top-side {
  margin-bottom: 28px;
}

.top-side .post-def {
  width: 100%;
}

.vertical-block {
  display: flex;
  gap: 28px;
  flex-direction: column;
}
.vertical-block .post-def {
  width: 100%;
}

.sidebar .col-33,
.full-width .col-33 {
  width: 100%;
}

.vertical-big .post-def {
  flex-direction: column !important;
  gap: 12px;
  height: 100%;
}
.vertical-big .post-def .post-thumb,
.vertical-big .post-def .detal-right-info {
  width: 100%;
}
.vertical-big .post-def .detal-right-info {
  flex: auto;
}
.vertical-big .big-post-one.post-def p {
  font-size: 18px;
}

@media (max-width: 1279px) {
  .vertical-big .big-post-one.post-def p {
    font-size: 16px;
  }
}
#soundcloud-feed-index {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
#soundcloud-feed {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--brend);
  margin-bottom: 16px;
}
#soundcloud-feed > div {
  width: calc(50% - 15px);
}
#soundcloud-feed .podcast iframe {
  height: 125px;
  margin-bottom: 0;
}
.podcast {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.podcast .post-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-bottom: 0;
}
.podcast .post-thumb:after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.podcast .post-thumb img {
  height: auto;
}
.podcast .descr {
  position: relative;
  z-index: 2;
  padding: 28px 16px 16px 16px;
  margin-bottom: 0;
}
.podcast p {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: var(--white);
  margin-bottom: 16px;
  height: auto !important;
}
.podcast .h3 {
  margin-bottom: 12px;
}
.podcast .h3 a {
  color: var(--white);
}
.podcast iframe {
  border-radius: var(--radius-def);
}

.podcast .frame-wrapper {
  position: relative;
}
.podcast .frame-wrapper iframe {
  position: relative;
  z-index: 2;
}
.podcast .frame-wrapper .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.podcast-news p,
.podcast-news .h3 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: auto !important;
}
@media (max-width: 1279px) {
  .podcast .descr {
    padding: 12px;
  }
  .podcast .h3,
  .podcast-news .h3 {
    font-size: 20px;
  }
  #soundcloud-feed {
    gap: 16px;
  }
  #soundcloud-feed > div {
    width: 100%;
  }
}
/* Social sidebar Start */
.social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.social-list .social {
  width: calc(50% - 6px);
  padding: 4px;
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  background: #1877F2;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.social-list .social.instagram {
  background: #E1306C;
}
.social-list .social.pinterest {
  background: #CB1F27;
}
.social-list .social.soundcloud {
  background: #FF7700;
}
.social-list .social.twitter {
  background: #232323;
}
.social-list .social.youtube {
  background: #FF0000;
}
.social-list .social.blogger {
  background: #B08653;
}
.social-list .social.telegram {
  background: #00B0F2;
}
.social-list .social:hover {
  background: var(--brend);
}
/* Social sidebar End */

/* Read also Start */
.single-body blockquote:not(.wp-block-quote).read-also {
  border: 0;
  background: transparent;
  padding: 16px;
  font-weight: 400;
  background: #d1e9ff;
  border-radius: 12px;
}
.single-body blockquote:not(.wp-block-quote).read-also > .h3 {
  text-align: left;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--brend);
  padding-bottom: 12px;
}
.single-body blockquote:not(.wp-block-quote).read-also .read-also__list {
  display: flex;
  gap: 24px;
}
.single-body blockquote:not(.wp-block-quote).read-also .read-also__list > p {
  display: none;
}
.single-body blockquote:not(.wp-block-quote).read-also .read-also__list > .post-def {
  width: calc(50% - 12px);
}

@media (max-width: 1279px) {
  .single-body blockquote:not(.wp-block-quote).read-also h3,
  .single-body blockquote:not(.wp-block-quote).read-also .h3 {
    font-size: 16px;
  }
  .single-body blockquote:not(.wp-block-quote).read-also .read-also__list > .post-def {
    width: 100%;
  }
  .single-body blockquote:not(.wp-block-quote).read-also .read-also__list {
    flex-direction: column;
  }
}
/* Read also End */

.author .sidebar {
  padding-top: 9px;
}

.author h1 {
  margin: 24px 0;
}
.sidebar-info {
  font-size: 0;
  border-radius: 8px;
  margin-bottom: 24px;
  overflow: hidden;
}
.sidebar-info img {
  width: 100%;
}
/* warning play start */
.warning-play {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 20px;
}
.warning-play .icon {
    width: 50px;
    flex-shrink: 0;
}
.warning-play a {
  text-decoration: underline;
  color: #fff;
}
.warning-play .icon svg path,
.warning-play .icon svg polygon {
    fill: red;
}
.footer-warn {
  margin-top: 20px;
}
/* warning play end */

.play-tooltip {
    display: none;
    position: absolute;
    z-index: 5;
    background: #fff;
    border: 1px solid var(--blockBgDark);
    border-radius: 8px;
    padding: 10px;
    max-width: 250px;
}

#play-modal .modal-btns {
    flex-direction: column-reverse;
}

/* play-warning */
.category-gambling .post-content,
.category-gambling-en .post-content {
    padding-bottom: 0;
}
.play-warning {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid var(--brend);
    padding-bottom: 28px;
    margin-bottom: 28px;
}
.play-warning a {
    font-weight: bold;
    text-decoration: underline;
    color: var(--linkHover);
}

.play-warning .info {
    border: 2px solid var(--linkHover);
    border-radius: 20px;
    padding: 20px;
    color: var(--dark-blue);
}

.play-warning strong {
    font-weight: bold;
}


/* 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(--blockBgDark);
  color: #242632;
}

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

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

.support-category {
    padding: 20px;
    border-left: 5px solid var(--brend);
    background: var(--blockBgDark);
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 20px;
    border-radius: 0 8px 8px 0;
}
