@charset "UTF-8";

/* @font-face {
  font-family: 'Mariupol';
  src: url('../fonts/Mariupol/Mariupol-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mariupol';
  src: url('../fonts/Mariupol/Mariupol-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mariupol';
  src: url('../fonts/Mariupol/Mariupol-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */
:root {
  --typeColorFirst1: #EFF8FF;
  --typeColorFirst2: #f3f7fe;
  --typeColorThird1: #444444;
  --typeColorThird2: #D9D9D9;
  --typeColorThird3: #d7e1e2;
  --typeColorThird4: #d9d9d9;
  --typeColorThird5: #f6f6f6;
  --typeColorSecond2: #232323;
  --typeColorSecond1: #fff;
  --textColor: #1f1f23;
  --textColorSec: #d9d9d9;
  --linkHover: #1058D3;
  --bgHeader: #0D1F3E;
  --textDark: #0b0b0b;
  --textDarkSec: #030203;
  --darkBg: #1a1a24;
  --blockBg: #DBEBF9;
  --blockBgDark: #DBEBF9;
  --white: #ffffff;
  --brend: #1058D3;
  --brendSec: #0D3B66;
  --brendThird: #f09135;
  --brendFour: #A8A5FC;
  --bgSec: #6d6c6b;
  --label1: #67ac5b;
  --label3: #8d8ed3;
  --label2: #4297b8;
  --label5: #4153af;
  --label6: #eeaa46;
  --blocks-indent: 28px;
  --font-family-m: "Rubik";
  --font-family-mons: "Rubik";
  --radius-def: 8px;
  --gray: #6B6B6B;
  --brendHover: #338AF3;
}


@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: 0;
  left: 0;
  width: 100%;
  background-color: var(--bgHeader);
  z-index: 99;
  /* border-radius: 0 0 16px 16px; */
  order: -1;
}
.home header {
  order: 99;
}
@media (max-width: 1279px) {
  header .divider {
    display: none;
  }
}

@media (max-width: 1279px) {
  .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161922;
    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: flex-start;
  gap: 40px;
}
@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;
}
.header-top-right {
  margin-left: auto;
}
@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(--brend);
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--brend);
  }
}
.header-top-right nav > ul,
.header-top-nav nav > ul {
  display: flex;
  gap: 4px;
  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-nav nav > ul > li > a {
  text-transform: uppercase;
}
.header-top-right nav > ul li,
.header-top-nav nav > ul li {
  position: relative;
}
.header-top-nav nav > ul li.menu-item-has-children > a {
  display: flex;
  gap: 4px;
}
.header-top-nav nav > ul li.menu-item-has-children > a:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icons_arrow-down-01.svg);
  margin-top: -2px;
}
@media (max-width: 1279px) {
  .header-top-right nav > ul li,
  .header-top-nav nav > ul li {
    width: 100%;
    margin-bottom: 4px;
  }
  .header-top-nav nav > ul li.menu-item-has-children > a:after {
    display: none;
  }
  .header-top-nav nav > ul li.menu-item-has-children > a {
    justify-content: center;
    text-align: center;
  }
}
.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: 9px 8px 6px 8px;
  color: var(--textColor);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 14px;
  font-family: var(--font-family-m);
}
.header-top-nav nav > ul li > a {
  color: var(--white);
}
@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;
}
.header-top-nav nav > ul > li > ul {
  pointer-events: none;
}
.header-top-nav nav > ul > li:hover > ul {
  pointer-events: auto;
}
@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;
  color: var(--textColor);
}
@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);
}

body.home main {
  flex-direction: column-reverse;
}

/* text-part */
.text-part h1 {
  margin-bottom: 12px;
}
.text-part h2 {
  margin-bottom: 12px;
}
.text-part h3 {
  margin-bottom: 12px;
}
.text-part p {
  margin-bottom: 12px;
  font-size: 16px !important;
}
.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;
  font-size: 16px !important;
}
.text-part ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--textColor);
  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;
  font-size: 16px !important;
}
.text-part ol > li:before {
  content: counter(item) '. ';
  counter-increment: item;
}

.text-part ol > li ul {
  padding-left: 24px;
}

.has-background {
  border-radius: 8px;
}
/* / text-part */

.search.search-mod {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 9;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
  width: max-content;
  top: 91%;
  box-shadow: 0 2px 4px 0 rgba(112, 117, 122, 0.15);
  border-radius: 12px;
}
.search.search-mod.active {
  opacity: 1;
  visibility: visible;
  left: auto;
  overflow: hidden;
}
.search.search-mod.active .search-wrap {
  opacity: 1;
  left: 0;
  visibility: visible;
  top: 25px;
}
.search.search-mod .search-wrap {
  z-index: 10;
  transition: opacity 0.3s, left 0.3s;
  width: 460px;
}
.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 {
  background-color: var(--blockBgDark);
  width: 100%;
  padding: 16px;
}
.search.search-mod .search-res-tit {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000000;
  font-family: var(--font-family-m);
}
.search.search-mod .search-res-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 230px;
  overflow: auto;
}
.search.search-mod .search-res-list ul#live-search-results {
  margin-bottom: 30px;
}
.search.search-mod .search-res-list ul li {
  margin-bottom: 12px;
  color: #70757A;
}
.search.search-mod .search-res-list ul li a {
  color: #000000;
  /* background-image: url(./../img/search-list.svg);
  background-repeat: no-repeat;
  background-position: left center; */
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 8px;
}
.search.search-mod .search-res-list ul li a svg {
  flex-shrink: 0;
}
.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.search-mod {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    top: 100% !important;
  }
  .search.search-mod .search-wrap {
    width: 100%;
  }
}
.search input {
  height: 40px;
  border-radius: 12px 12px 0 0;
  width: 100%;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: 18px center;
  padding: 0 20px 0 44px;
}

.search-show {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  color: var(--white);
  padding: 8px;
}
.header-optn {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1279px) {
  .header-optn {
    display: none;
  }
  .search-show {
    padding: 2px;
  }
}

/* Top line start */
.top-line {
  background: var(--blockBgDark);
  padding: 14px 0;
}
.top-line__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.top-menu ul li {
  list-style-type: none;
}
.top-menu ul li a {
  font-weight: 500;
  color: var(--textColor);
  font-size: 14px;
  text-decoration: none;
  transition: all .3s ease;
}
.top-menu ul li a:hover {
  color: var(--brend);
}
.social-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-link a {
  text-decoration: none;
  font-size: 0;
}
.social-link .tg {
  background: var(--typeColorFirst1);
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  color: var(--textColor);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  transition: all .3s ease;
}
.social-link .tg:hover {
  background: var(--brend);
  color: var(--white);
}
.social-link a svg rect {
  transition: all .4s ease-in-out;
}
.social-link a:hover svg rect {
  fill: var(--brend);
}
@media (max-width: 1279px) {
  .top-line {
    display: none;
  }
}
/* Top line End */

.lang {
  position: relative;
  font-weight: 500;
}
.lang:hover .drop-lang {
  opacity: 1;
  visibility: visible;
}
.lang:hover .act-lang {
  background: #878F95;
}

.act-lang {
  border-radius: var(--radius-def);
  padding: 8px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.act-lang i {
  display: block;
  line-height: 1;
}
.act-lang .abr {
  display: none;
}
.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;
  display: flex;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
.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: 8px;
  margin: 0;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  max-width: 176px;
}
.drop-lang ul li {
  flex-shrink: 0;
  min-width: 40px;
}
.drop-lang ul li a {
  cursor: pointer;
  border-radius: var(--radius-def);
  padding: 8px;
  transition: all .4s ease-in-out;
  display: block;
}
.drop-lang ul li a:hover {
  background: var(--brend);
}
.drop-lang ul li a .abr {
  display: none;
}
@media (max-width: 1279px) {
  .drop-lang ul li a {
    font-size: 16px;
  }
  .act-lang {
    padding: 6px;
  }
  .lang:hover .drop-lang {
    opacity: 0;
    visibility: hidden;
  }
  .lang:hover .act-lang {
    background: transparent;
  }
  .lang.active .drop-lang {
    opacity: 1;
    visibility: visible;
  }
  .lang.active .act-lang {
    background: #878F95;
  }
}
.drop-lang ul li a i {
  display: block;
  line-height: 1;
}
.drop-lang ul li a i img {
  vertical-align: top;
}

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

.header-soc 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;
  color: var(--white);
}

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

.mobile-header-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-header-right {
  display: flex;
  gap: 12px;
}
.mobile-header-bot {
  background-color: var(--bgHeader);
  display: flex;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 16px 16px;
}
.mobile-header-bot .search {
  display: block;
  max-width: calc(100% - 72px);
  width: 100%;
}
.mobile-header-bot .open-menu {
  width: 28px;
  height: 28px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: var(--brend);
  border-radius: 6px;
}

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

/* REPEAT */
input {
  padding: 0 16px;
  height: 38px;
  border-radius: 6px;
  border: none;
  width: 100%;
  background-color: var(--blockBgDark);
  border: none;
  outline: none;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-family-mons);
}
input::placeholder {
  color: var(--gray);
}

.cat-label {
  color: var(--textColor);
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none !important;
}
.cat-label:not(span):before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.cat-label:hover {
  color: var(--brend) !important;
}

.label9263 {
  color: #8ED31F;
}

.authors {
  font-size: 14px;
}
.authors .author {
  display: flex;
  align-items: center;
  color: var(--textColor);
  gap: 8px;
  line-height: 1;
}
.authors .author a {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  color: var(--textColor);
  text-decoration: none;
}
.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 {
  width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--brend);
}
.title-top.no-line {
  border-bottom: 0;
  text-align: center;
}
.title-top-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-top-count .count {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--gray);
  font-weight: 700;
  font-size: 16px;
}
.category-link {
  display: inline-flex;
  gap: 32px;
  text-decoration: none;
  padding-top: 4px;
  padding-left: 4px;
  padding-bottom: 6px;
  padding-right: 10px;
  transition: all .4s ease-in-out;
}
.category-link .btn {
  font-size: 0;
}
.category-link:hover {
  background: var(--brend);
  color: var(--white);
}
.category-link:hover .h2 {
  color: var(--white);
}
@media (max-width: 1279px) {
  .title-top {
    margin-bottom: 24px;
  }
  .title-top-count .count {
    font-size: 14px;
  }
  .title-top-count .count svg {
    width: 20px;
    height: 20px;
  }
}
.breadcrumbs span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs span img {
  margin: 0px 4px;
}
.breadcrumbs span span {
  font-size: 12px;
  color: var(--textColor);
}
.breadcrumbs span span a {
  color: var(--gray);
  font-size: 12px;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 400;
}
.breadcrumbs span span a:hover {
  color: var(--brend);
}
.breadcrumbs span span:last-child {
  color: var(--textColor);
  font-weight: 500;
}

@media (max-width: 1279px) {
  .hide-on-mob {
    display: none !important;
  }
  .breadcrumbs > span {
    flex-wrap: nowrap;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

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

/* / REPEAT */

@media (pointer: fine) {
  ::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-track {
    background-color: var(--blockBgDark);
  }
  ::-webkit-scrollbar-thumb {
    background: var(--brend);
    border-radius: 20px;
    border: 0px;
    transition: scrollbar-color 0.5s ease-out;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--brend);
  }
  body *::-webkit-scrollbar {
    height: 3px;
    width: 3px;
  }
}

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: calc(138px + var(--top-banner-height)) 0 0 0;
  padding: 0;
  background-color: var(--typeColorFirst1);
  color: var(--textColor);
  line-height: 1.2;
}
@media (max-width: 1279px) {
  body {
    margin: calc(92px + var(--top-banner-height)) 0 0 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;
}

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: 1680px) {
  section {
    padding: 32px 0;
  }
}
@media (max-width: 1279px) {
  section {
    padding: 24px 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%;
}
.container-wide {
  max-width: 1904px;
  padding: 0 24px;
}
.container-inner {
  margin: 0 36px;
}
@media (max-width: 1480px) {
  .container {
    max-width: 1200px;
  }
  .container-wide {
    max-width: 100%;
  }
  .container-inner {
    margin: 0 18px;
  }
}
@media (max-width: 1279px) {
  .container {
    max-width: 1200px;
  }
  .container-inner {
    margin: 0 4px;
  }
}

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

.block-with-cols .swiper-slide {
  height: auto;
}

/* Р Р°Р·РјРµСЂС‹ С‚РµРєСЃС‚РѕРІ - 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-m);
  margin: 0;
  line-height: 1.3;
  font-weight: 700 !important;
  color: var(--textColor);
}

h3,
.h3,
h3 > *,
.h3 > *,
h4,
.h4,
h4 > *,
.h4 > * {
  font-weight: 600 !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a {
  color: var(--textColor);
  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(--brend);
}

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

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

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

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

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: 4px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .3s ease;
}
.btn.prim-def {
  background-color: var(--brend);
  color: var(--white);
  padding: 8px 24px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  outline: none;
  font-family: var(--font-family-m);
}
.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(--textColor);
  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 {
  font-size: 0;
}
.btn.prim-third.brand {
  color: #a8a5fc;
}
.btn.prim-third img,
.btn.prim-third svg {
}
.btn.prim-third svg path {
}
.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 {
  height: 33px;
  padding: 0 12px;
  font-weight: 600;
  font-size: 14px;
  color: var(--typeColorSecond2);
  background: var(--typeColorThird5);
}
.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);
}

.btn.dark {
  background: var(--bgHeader);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 4px;
  border: 0;
  color: var(--white);
  cursor: pointer;
  font-family: var(--font-family-mons);
}

.btn.dark:hover {
  background: var(--white);
  color: var(--brend)
}

.btn.clear-filter {
  background-color: var(--brend);
  padding: 8px 24px;
  font-weight: 600;
  font-size: 14px;
  color: var(--white);
}
.btn.clear-filter:hover {
  background-color: var(--blockBgDark);
  color: var(--textColor)
}
.btn.white {
  background: var(--white);
  color: #000;
  padding: 8px 24px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  outline: none;
  font-family: var(--font-family-m);
}
.btn.white:hover {
  background: var(--brend);
  color: var(--white);
}

/* Start to top */
.to-top {
  background: var(--brend);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 20px;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.to-top.active {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1480px) {
  .to-top {
    right: 24px;
  }
}
@media (max-width: 1279px) {
  .to-top {
    width: 40px;
    height: 40px;
    right: 16px;
    bottom: 16px;
  }
  .to-top img {
    max-width: 24px;
    aspect-ratio: 1;
  }
}

/* End to top */

/* / Page contacts */

/* Screen LEFT BIG (one big post in left part && 3 smaller in right part) */
.post-def .post-thumb {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  margin-bottom: 12px;
}
.post-def .post-thumb img {
  border-radius: 4px;
  transition: .3s ease-out;
  height: 100%;
  width: 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;
  }
}
.swiper-slide .h4 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 46px;
}
.post-info {
  color: var(--textColorSec);
  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: 195px;
}
.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%;
  }
  .post-def .authors .author a {
    font-size: 12px;
  }
}
.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 */
.first-with-bg {
  background-image: url(./../img/first-block-bg.webp);
  background-size: cover;
}

.first-posts {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.first-posts .swiper-pagination {
  bottom: 24px;
}
.first-posts .big-post {
  position: relative;
  height: 386px;
  overflow: hidden;
  border-radius: var(--radius-def);
}
.first-posts .arrows {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: flex;
  gap: 16px;
}
.first-posts .arrows .arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray);
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.first-posts .arrows .arrow:hover {
  background: var(--brend);
  color: var(--white);
}
.first-posts .authors .author a {
  color: var(--white);
}
.first-posts .authors .author a:hover {
  color: var(--brend);
}
@media (max-width: 1440px) {
  .first-posts .big-post {
  }
}
.first-posts .big-post .descr {
  padding: 0 24px;
  width: 100%;
  top: auto;
  position: absolute;
  left: 0;
  max-width: 840px;
  margin-bottom: 0;
  bottom: 24px;
}
.first-posts .big-post .descr h2 {
  font-size: 32px;
  margin-bottom: 12px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.first-posts .big-post .descr h2 a {
  color: var(--white);
  font-weight: 700;
  font-family: var(--font-family-m);
  display: block;
}
.first-posts .big-post .descr h2 a:hover {
  color: var(--brend);
}
.first-posts .big-post .descr h3 {
  margin-bottom: 0;
}
.first-posts .big-post .descr p {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 1279px) {
  .first-posts .big-post .descr h3 {
    font-size: 16px;
  }
}
.first-posts .big-post .descr h3 a {
  color: var(--textColor);
}
.first-posts .big-post .post-thumb {
  margin-bottom: 0;
  height: 100%;
}
.first-posts .big-post .post-thumb a {
  display: block;
  height: 100%;
  width: 100%;
}
.first-posts .big-post .post-thumb a:after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.first-posts .big-post .post-thumb img {
  width: 100%;
  border-radius: 0;
  object-fit: cover;
}
/* @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;
}
.first-posts .big-post.post-def .descr .cat-label {
  margin-top: 0px;
  margin-bottom: 18px;
  color: var(--white);
}

.first-posts .big-post.post-def .descr .post-info__right {
  display: flex;
  gap: 16px;
  color: var(--white)
}
.first-posts .big-post.post-def .descr .post-info__right > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 1440px) {
  .first-posts .right-posts {
    width: 482px;
  }
}
@media (max-width: 1279px) {
  .first-posts .big-post {
    height: auto;
  }
  .first-posts .swiper-pagination {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    pointer-events: none;
  }
  .first-posts .swiper-pagination-bullet {
    background-color: var(--blockBgDark);
    pointer-events: auto;
  }
  .first-posts .arrows {
    position: static;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    width: 100%;
  }
  .first-posts .arrows .arrow {
    pointer-events: auto;
    width: 36px;
    height: 36px;
    background-color: var(--blockBgDark);
  }
  .first-posts .navs {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 12px;
  }
  .first-posts .right-posts {
    gap: 16px;
  }
  .first-posts .big-post .descr h2 {
    font-size: 24px;
  }
  .first-posts .big-post .descr {
    transform: unset;
    padding: 14px 12px;
    position: static;
  }
  .first-posts .big-post.post-def .descr .cat-label {
    margin-bottom: 0;
  }
  .first-posts .big-post.post-def .post-top-info {
    margin-bottom: 12px;
    height: 20px;
  }
  .first-posts .big-post .post-thumb {
    position: absolute;
    z-index: -1;
    width: 100%;
  }
  .first-posts .big-post .post-thumb a {
    height: 100%;
  }
  .first-posts .big-post .authors {
    position: absolute;
    top: 14px;
    right: 12px;
  }
  .first-posts .big-post.post-def .descr .post-info__right {
    width: 100%;
    justify-content: space-between;
  }
}
.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: 119px;
}
@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;
    display: flex;
    flex-direction: column;
  }
  .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;
  }
}

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

.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 {
  font-size: 14px;
}
.big-post .descr p {
  height: auto !important;
  font-size: 18px;
  color: var(--white);
}
.big-post .descr h3 {
  margin-bottom: 16px;
  font-size: 28px;
}
@media (max-width: 1279px) {
  .big-post .descr h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .big-post .descr p {
    display: none;
  }
}

.broad-wrap {
  margin-top: 32px;
}
@media (max-width: 1279px) {
  .broad-wrap {
    padding: 0 16px;
  }
}

/* Single page Start */
.single-post-photo {
  position: relative;
  margin-top: 32px;
  margin-bottom: 64px;
}
.single-post-photo figure {
  margin-bottom: 0;
  text-align: center;
  height: 500px;
  overflow: hidden;
}
.single-post-photo figure img {
  border-radius: 8px;
  /* width: 100%; */
  height: auto;
}
.single-post-photo .top-block {
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 4px 0 rgba(112, 117, 122, 0.15);
  background: rgba(219, 235, 249, 0.65);
  padding: 12px 48px 24px;
  border-radius: 8px;
  margin-top: -86px;
}
.single-post-photo .top-block .categories {
  position: absolute;
  top: 12px;
  right: 48px;
}
.single-post-photo .broad-wrap {
  padding-top: 0;
  margin-bottom: 16px;
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.single-wrap .single-post-photo h1 {
  margin-bottom: 16px;
}
.gp-label {
	background-color: var(--typeColorFirst1);
    width: fit-content;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    color: #60607C;
    margin-bottom: 16px;
    display: block;
}
.video-item {
  margin-bottom: 16px;
}
.divider {
  height: 1px;
  background: var(--brend);
  margin: 28px 0;
  border: 0;
}

@media (max-width: 1279px) {
  .single-post-photo figure {
    height: auto;
  }
  .single-post-photo {
    margin-bottom: 40px;
    margin-top: 16px;
  }
  .single-post-photo .top-block {
    margin-top: -42px;
    padding: 12px;
  }
  .single-post-photo .broad-wrap {
    margin-bottom: 8px;
  }
  .single-post-photo .top-block .categories {
    position: static;
    margin-bottom: 12px;
  }
  .divider {
    margin: 24px 0;
  }
}
/* Single page End */

/* Page top Start */
.page-top {
  background: var(--blockBgDark);
  padding-bottom: 40px;
  padding-top: 48px;
  margin-top: -16px;
}
.page-top .broad-wrap {
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .page-top {
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 24px;
  }
  .page-inside .broad-wrap {
    margin-top: 0;
  }
}
.page-top.mb {
  margin-bottom: 40px;
}

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

.page-top-info-in {
  text-align: center;
  margin: 24px auto 0;
  color: var(--textColor);
  width: 100%;
  max-width: 1045px;
}
.page-top-info-in.date-info {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.page-top-info-in.date-info {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .page-top-info-in {
    padding: 12px;
    margin-top: 24px;
  }
  .page-top-info-in p {
    font-size: 16px;
  }
  .page-top-info-in.date-info {
    flex-direction: column;
    gap: 8px;
  }
}
.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;
}
/* Page top End */

.wp-block-embed {
  border: 0;
}

@media (max-width: 1279px) {
  .tech-page .block-with-cols {
    flex-direction: column-reverse;
  }
}

/* Loader Start */
/* HTML: <div class="loader"></div> */
.loader {
  width: 45px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(var(--brend) 0 0);
  background: 
    var(--c) 0%   50%,
    var(--c) 50%  50%,
    var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: l1 1s infinite linear;
}
@keyframes l1 {
  0%  {background-size: 20% 100%,20% 100%,20% 100%}
  33% {background-size: 20% 10% ,20% 100%,20% 100%}
  50% {background-size: 20% 100%,20% 10% ,20% 100%}
  66% {background-size: 20% 100%,20% 100%,20% 10% }
  100%{background-size: 20% 100%,20% 100%,20% 100%}
}
/* Loader End */

.post-def {
  /* background-color: var(--blockBg); */
  /* border-radius: 12px; */
  /* width: 100%; */
}
.post-def .descr {
  margin-bottom: 8px;
}
.post-def .post-top-descr p {
  margin-bottom: 8px;
}
.post-def:not(.big-post-one) .post-top-descr p {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.post-def .descr.just {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.horizontal-post {
  gap: 12px;
  flex-direction: row !important;
  display: flex;
}
.horizontal-post .post-thumb {
  flex-shrink: 0;
  margin-bottom: 0 !important;
}
.horizontal-post h2 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.sidebar .horizontal-post h2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.horizontal-post .post-thumb img {
  border-radius: 4px;
}

.horizontal-post.post-def .descr {
  padding: 0;
  margin-bottom: 0 !important;
}
.side-posts .horizontal-post .authors {
  display: none;
}

@media (max-width: 1279px) {
  .podcast-news .horizontal-post {
    flex-direction: column !important;
  }
  .horizontal-post .authors {
    display: none;
  }
  .podcast-news .horizontal-post .authors {
    display: block;
  }
}
.post-def .post-info {
  color: var(--gray);
  line-height: normal;
}

.single-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.single-wrap > .container {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--brend);
}
.single-wrap.no-line > .container {
  border-bottom: 0;
}

.wp-block-image.aligncenter {
  margin-right: auto;
  margin-left: auto;
}