/*
Theme Name: MP News: Redaction
Theme URI: 
Author: Dmitry Naumenko
Author URI: https://www.linkedin.com/in/naumenko-dmitry/
Description: -
Requires at least: 6.2.2
Tested up to: 6.7.1
Requires PHP: 8.2
Version: 3.3.5
License: MIT
Tags: news, pristalica.by, zorkanews.by, dzr.by, smolevichi-24.by, narachanka.by
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic

# Base
	- Header
    - Header logo
    - Header menu
	- Main 
    - Ad blocks
      - Common
      - Ad block P0
      - Ad block P1
      - Ad block P3
      - Ad block P5
      - Ad block P7
      - Ad block P8
      - Ad block P9
      - Ad block P10
      - Ad block P11
      - Ad block P12
      - Ad block P13
    - Sidebars
      - Common
      - Left sidebar
      - Right sidebar
		- Breadcrumbs
    - Templates
      - Common
      - Post template
        - Post main category 
        - Post partner
        - Post title
        - Post short info
        - Post thumbnail
        - Post multimedia authors
        - Post authors
        - Post content
        - Post regions and countries
        - Post tags
        - Post partner banner
      - Organization template

      - Term template
	- Footer

# Components
  - Mobile menu
	- OffCanvas
    - Feed line
		- OffCanvasSearch
		- OffCanvasMenu
  	- Errors
	- Control buttons
  - Search form
# plugins
# Utilities
--------------------------------------------------------------*/


/* # Generic */

/* # Base */
body {
  color: var(--bs-body-text) !important;
}
a {
  text-decoration: none !important;
}
select:focus {
  border-color: none !important;
  border: 1px solid #ced4da !important;
  box-shadow: 0 0 5px rgb(32 33 36 / 10%) !important;
}
.svg-icon {
  width: 100%;
  height: 100%;
}
  /* Header */
  header {
    position: relative;
    z-index: 1020;
    background: var(--bs-white);
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    height: 3.25rem;
  }
  .header-sticky-on {
    position: fixed;
    z-index: 1020;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s;
  }
    /* Header logo */
    .header__logo {
      position: relative;
      width: 8.25rem;
      height: 3.25rem;
    }
    /* Header menu */
    .header__menu {
      position: relative;
      display: flex;
      padding-right: 0;
      right: -5px;
    }
    .header__menu .svg-icon {
      width: 40px;
      height: 40px;
      fill: var(--bs-main-color);
    }
    .header__menu .search-icon .svg-icon {
      padding: 0.4rem;
    }
    @media screen and (max-width: 575px) {
      .header__menu {
        padding: 0rem;
      }
      .header__menu .svg-icon {
          width: 48px;
          height: 48px;
      }
      .header__menu .search-icon .svg-icon {
        padding: 0.65rem;
      }
      .header__menu .menu-icon .svg-icon {
        padding: 0.2rem;
      }
    }
  /* Main */
    /* Ad blocks */
      /* Common */
      #adposition-p0,
      #adposition-p0-code,
      #adposition-p7,
      #adposition-p7-code {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
      } 
      #adposition-p0,
      #adposition-p1,
      #adposition-p3,
      #adposition-p5 {
        margin-top: 1rem;
      }
      #adposition-p3,
      #adposition-p3-code,
      #adposition-p5 {
        padding: 0;
      }
      #adposition-p0 img,
      #adposition-p7 img {
        max-width: 100%;
        object-fit: contain;
        max-height: max-content;
        border-radius: 0.25rem;
      }
      #adposition-p1 img,
      #adposition-p3 img,
      #adposition-p5 img {
        max-width: 100%;
        object-fit: contain;
        border-radius: 0.25rem;
      }
      #adposition-p0-code,
      #adposition-p3-code {
        margin-top: 1rem;
        max-height: 6.25rem; 
      }
      #adposition-p8 img,
      #adposition-p9 img,
      #adposition-p10 img,
      #adposition-p11 img,
      #adposition-p12 img,
      #adposition-p13 img {
        max-width: 100%;
        object-fit: contain;
        max-height: 15.625rem;
        border-radius: 0.25rem;
      }
      #adposition-p7-code,
      #adposition-p8-code,
      #adposition-p9-code,
      #adposition-p10-code,
      #adposition-p11-code,
      #adposition-p12-code,
      #adposition-p13-code {
        max-height: 15.625rem;
      }
      @media screen and (max-width: 991px) {
        #adposition-p8 img,
        #adposition-p9 img,
        #adposition-p10 img,
        #adposition-p11 img,
        #adposition-p12 img,
        #adposition-p13 img {
          width: 100%;
        }
      }
      @media screen and (max-width: 575px) {
        #adposition-p0 img,
        #adposition-p1 img,
        #adposition-p3 img,
        #adposition-p5 img,
        #adposition-p7 img {
          max-width: 100%;
          object-fit: contain;
          max-height: max-content;
        }
        #adposition-p8 img,
        #adposition-p9 img,
        #adposition-p10 img,
        #adposition-p11 img,
        #adposition-p12 img,
        #adposition-p13 img {
          max-width: 100%;
          object-fit: contain;
          max-height: max-content;
        }
        #adposition-p0-code,
        #adposition-p3-code,
        #adposition-p7-code {
          max-height: 12.5rem;
        }
        #adposition-p8-code,
        #adposition-p9-code,
        #adposition-p11-code,
        #adposition-p12-code {
          max-height: 18.75rem;
        }
      }
      @media screen and (min-width: 992px) {
        #adposition-p8 picture,
        #adposition-p9 picture,
        #adposition-p10 picture {
          float: right;
        }
        #adposition-p8 img,
        #adposition-p9 img,
        #adposition-p10 img,
        #adposition-p11 img,
        #adposition-p12 img,
        #adposition-p13 img {
          max-height: 13.5rem;
        }
      }
      @media (min-width: 992px) and (max-width: 1199px) {
        #adposition-p11 img,
        #adposition-p12 img,
        #adposition-p13 img {
          max-height: 20rem;
          max-width: 100%;
        }
      }
      @media screen and (min-width: 1200px) {
        #adposition-p8 picture,
        #adposition-p12 picture,
        #adposition-p10 picture {
          float: left;
        }
        #adposition-p11 picture,
        #adposition-p9 picture,
        #adposition-p13 picture {
          float: right;
        }
      }
      @media screen and (min-width: 1600px) {
        #adposition-p8 img,
        #adposition-p9 img,
        #adposition-p10 img,
        #adposition-p11 img,
        #adposition-p12 img,
        #adposition-p13 img {
          max-height: 19rem;
        }
      }
      /* Ad Block P0 */
      /* Ad Block P1 */
      /* Ad Block P3 */
      /* Ad Block P5 */
      /* Ad Block P7 */
      #adposition-p7,
      #adposition-p7-code {
        margin-bottom: 1rem;
      }
      /* Ad Block P8 */
      /* Ad Block P9 */
      /* Ad Block P10 */
      /* Ad Block P11 */
      /* Ad Block P12 */
      /* Ad Block P13 */
    /* Sidebars */
      /* Common */
      #sidebar-left,
      #sidebar-right {
        position: sticky;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        top: 4.25rem;
        bottom: 0;
      }
      /* Left sidebar */
      @media screen and (max-width: 991px) {
        #sidebar-left {
          flex-direction: row;
          gap: 1rem;
          margin-top: 0rem;
          margin-bottom: 1rem;
        }
      }
      @media screen and (max-width: 575px) {
        #sidebar-left {
          margin-top: 1rem;
          flex-direction: column;
        }
      }
      /* Right sidebar */
      @media screen and (max-width: 1199px) {
        #sidebar-right {
          flex-direction: row;
          gap: 1rem;
          margin-top: 1rem;
        }
      }
      @media screen and (max-width: 575px) {
        #sidebar-right {
          flex-direction: column;
        }
      }
    /* Breadcrumbs */
    .breadcrumbs {
      margin-bottom: 2rem;
    }
    .breadcrumbs a {
      color: var(--bs-main-color);
    }
    .breadcrumbs a:hover {
      color: var(--bs-main-color);
      text-decoration: underline !important;
    }
    /* Templates */
      /* Common */
      .term__body,
      .post__body {
        position: relative;
        padding: 1.5rem !important;
        background: #fff;
        box-shadow: rgb(0 0 0 / 15%) 0rem 0rem 0.1rem;
        border-radius: 0.25rem;
      }
      @media screen and (max-width: 991px) {
        .term__body,
        .post__body {
          padding: 1.5rem !important;
          border-radius: 0;
        }
      }
      @media (min-width: 992px) and (max-width: 1199px) {
        .term__body,
        .post__body {
          padding: 1.5rem !important;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
        }
      }
      /* Post template */
        /* Post main category */
        .post__main-category {
          margin-bottom: 1rem;
        }
        .post__main-category ul {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 0.5rem;
          flex-wrap: wrap;
          list-style-type: none;
          margin: 0;
          padding: 0;
          font-size: 1rem;
        }
        .post__main-category .category::after {
          content: ",";
          margin-left: -0.2rem;
        }
        .post__main-category .category:last-child:after {
          content: "";
          margin: 0;
        }
        .post__main-category a {
          display: inline-block;
          color: var(--bs-main-color);
          text-transform: uppercase;
          font-weight: 500;
        }
        .post__main-category a:hover {
          color: var(--bs-main-color);
          text-decoration: underline !important;
        }
        /* Post partner */
        .post__branding {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          gap: 1rem;
          align-items: flex-start;
        }
        .post__partner {
          list-style-type: none;
          display: flex;
          align-items: center;
          gap: 1rem;
          margin: 0;
          padding: 0;
          padding: 0.5rem;
          border-radius: 0.25rem;
          box-shadow: rgb(0 0 0 / 15%) 0rem 0rem 0.1rem;
          background-color: #fafafa;
        }
        .post__partner > li:first-child {
          max-width: 90px;
        } 
        .post__partner > li:first-child > div {
          font-size: 0.65rem;
          text-transform: uppercase;
          font-weight: 500;
        }
        .post__partner > li > a,
        .post__partner > li > div {
          display: flex;
          align-items: center;
          gap: 0.5rem;
        }
        .post__partner > li > a > picture,
        .post__partner > li > div > picture {
          flex: 1 0 auto;
          width: fit-content;
          height: 2rem;
          overflow: hidden;
        }
        .post__partner > li > a > picture > img,
        .post__partner > li > div > picture > img {
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
        /* Post title */
        .post__title {
          font-size: 1.75rem;
          line-height: 1.05;
          font-weight: 700;
          margin-bottom: 1rem;
          color: #222;
        }
        /* Post short info */
        .post__short-info {
          align-items: center;
          justify-content: flex-start;
          gap: 0.5rem;
          color: #222;
          font-size: 0.85rem;
          line-height: 1.5;
          font-weight: 400;
          margin-bottom: 1rem !important;
        }
        .post__short-info > .nav-item > .svg-icon {
          width: 0.9rem;
          height: 0.9rem;
        }
        @media screen and (max-width: 400px) {
          .post__short-info {
            font-size: 0.75rem;
          }
          .post__short-info > .nav-item > .svg-icon {
            width: 0.8rem;
            height: 0.8rem;
          }
        }
        /* Post thumbnail */
        .post__thumbnail > img {
          width: 100%;
          height: auto;
        }
        /* Post multimedia authors */
        .post__multimedia-authors .photo-authors,
        .post__multimedia-authors .video-authors {
          color: var(--bs-secondary);
          font-size: 0.75rem;
        }
        /* Post authors */
        .post__authors {
          display: grid;
          grid-column-gap: 1rem;
          grid-row-gap: 1rem;
          grid-template-columns: repeat(2,minmax(0,1fr));
        }
        .post__authors .author:nth-child(2n) > div {
          justify-content: end;
        }
        .post__authors .author:nth-child(2n) .author__img {
          order: 2;
        }
        .author .author__img > img {
          width: 5rem;
          height: 5rem;
        }
        @media screen and (max-width: 767px) {
          .post__authors {
              grid-template-columns: repeat(1,minmax(0,1fr));
          }
          .post__authors .author:nth-child(2n) > div {
              justify-content: start;
          }
          .post__authors .author:nth-child(2n) .author__img {
              order: inherit;
          }
        }
        @media screen and (max-width: 575px) {
          .post__authors .author .author__name > a {
            font-size: 0.85rem;
          }
        }
        .author .author__posts {
          font-size: 0.75rem;
        }
        .author .author__posts > a {
          color: var(--bs-main-color);
        }
        /* Post content */
        .post__content {
          font-size: 1rem;
        }
        .post__content > p:first-child {
          font-weight: bold;
        }
        .post__content p {
          line-height: 1.5rem;
        }
        .post__content p a,
        .post__content .wp-block-quote a {
          background: var(--bs-main-color-transparent);
          border-radius: 0.25rem;
          padding: 0.25rem;
          white-space: pre-wrap;
          color: var(--bs-main-color);
          font-weight: 400;
        }
        .post__content > div {
          margin-bottom: 1rem;
        }
        .post__content p a:hover,
        .post__content .wp-block-quote a:hover {
          background: var(--bs-main-color-soft);
        }
        .post__content .wp-block-quote {
          padding: 2rem;
          border-radius: 0.25rem;
          padding-left: 4rem;
          margin: 1rem 0rem;
          font-size: 1.25rem;
          display: flex;
          flex-direction: column;
          min-width: 0;
          word-wrap: break-word;
          background-color: var(--bs-white);
          background-clip: border-box;
          box-shadow: rgb(0 0 0 / 15%) 0px 0px 3px;
        } 
        .post__content .wp-block-quote:before {
          content: var(--blockquote-icon);
          position: absolute;
          margin-left: -2.5rem;
          margin-top: -0.25rem;
          line-height: 1.5em;
          width: 4rem;
          height: 4rem;
          fill: var(--bs-main-color);
        }
        .post__content .wp-block-quote > * {
          margin: 0;
          font-size: 1rem;
          padding-left: 2.5rem;
        }
        .post__content .wp-block-quote > cite {
          margin-top: 1rem;
          font-size: 0.8rem;
        }
        .post__content .wp-block-quote > cite:before {
          content: '\2014';
          margin-right: 0.5rem;
        }
        @media screen and (max-width: 767px) {
          .post__content .wp-block-quote {
            padding: 1rem;
            padding-top: 4rem;
          }
          .post__content .wp-block-quote:before {
            margin-left: -32px;
            left: 50%;
            margin-top: -3.5rem;
          }
          .post__content .wp-block-quote > * {
            padding: 0;
          }
        }
        .post__content .wp-block-media-text {
          background: #fff;
          border-radius: 0.25rem;
          box-shadow: rgb(0 0 0 / 15%) 0px 0px 3px;
        }
        .post__content .wp-block-media-text .wp-block-media-text__media,
        .post__content .wp-block-media-text .wp-block-media-text__content {
          padding: 1rem;
        }
        .post__content .wp-block-media-text .wp-block-media-text__media img {
          border-radius: 100%;
        }
        .post__content .wp-block-media-text .wp-block-media-text__content > * {
          margin-bottom: 0;
        }
        @media screen and (max-width: 600px) {
          .post__content .wp-block-media-text .wp-block-media-text__media {
            display: flex;
            justify-content: center;
          }
          .post__content .wp-block-media-text .wp-block-media-text__media img {
            width: 50%;
          }
        }
        .post__content iframe {
          width: 100%;
          height: auto;
          min-height: 350px;
        }
        .post__content figure {
          width: 100%;
          height: auto;
        }
        .post__content figure figcaption,
        .post__content figure figure figcaption {
          color: var(--bs-secondary) !important;
          font-size: 0.75rem !important;
        }
        .post__content figure figure figcaption {
          position: relative !important;
          text-align: left !important;
          bottom: 0 !important;
          padding: 0 !important;
          background: none !important;
        }
        @media screen and (max-width: 575px) {
          .post__content iframe {
            width: 100%;
            height: auto;
            min-height: 250px;
          }
        }
        /* Post regions and countries */
        .post__regions,
        .post__countries {
          margin-bottom: 1rem;
        }
        .post__regions ul,
        .post__countries ul {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 0.5rem;
          flex-wrap: wrap;
          list-style-type: none;
          margin: 0;
          padding: 0;
          font-size: 0.9rem;
        }
        .post__regions .region::after,
        .post__countries .country::after {
          content: ",";
          margin-left: -0.2rem;
        }
        .post__regions .region:last-child:after,
        .post__countries .country:last-child:after {
          content: "";
          margin: 0;
        }
        .post__regions a,
        .post__countries a {
          display: inline-block;
          color: var(--bs-main-color);
        }
        .post__regions a:hover,
        .post__countries a:hover {
          color: var(--bs-main-color);
          text-decoration: underline !important;
        }
        /* Post tags */
        .post__tags ul {
          list-style-type: none;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          gap: 0.5rem;
          align-items: flex-start;
          margin: 0;
          padding: 0;
          font-size: 0.9rem;
        }
        .post__tags .tag::after {
          content: ",";
          margin-left: -0.2rem;
        }
        .post__tags .tag:last-child:after {
          content: none;
        }
        .post__tags .tag a {
          display: inline-block;
          color: var(--bs-main-color);
        }
        .post__tags .tag a:hover {
          text-decoration: underline !important;
        }
        /* Post partner banner */
        .post__partner-banner {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: flex-start;
          gap: 1rem;
          padding: 1rem;
          border-radius: 0.25rem;
          background: #fafafa;
          box-shadow: rgb(0 0 0 / 15%) 0rem 0rem 0.1rem;
        }
        .partner-banner__caption {
          font-weight: 500;
        }
        .post__partner-banner > img {
          width: 100%;
          height: auto;
          object-fit: contain;
        }
      /* Organization template */
        /* Common */
        .organization__short-info a,
        .organization__full-info a,
        .organization__info a {
          background: none;
          border-radius: 0.25rem;
          padding: 0.25rem;
          white-space: pre-wrap;
          color: var(--bs-main-color);
          font-weight: 400; 
          width: fit-content;
        }
        .organization__short-info a:hover,
        .organization__full-info a:hover,
        .organization__info a:hover {
          background: var(--bs-main-color-soft);
          color: var(--bs-main-color);
        }
        /* Organization catergory */
        .organization__category {
          display: inline-block;
          color: var(--bs-main-color);
          text-transform: uppercase;
          font-weight: 500;
          margin-bottom: 1rem;
        }
        .organization__category:hover {
          color: var(--bs-main-color);
          text-decoration: underline !important;
        }
        /* Organization title */
        .organization__title {
          font-size: 1.5rem;
          line-height: 1.05;
          font-weight: 700;
          margin-bottom: 1rem;
          color: #222;
        }
        /* Organization image */
        .organization__image {
          display: flex;
          height: 300px;
          overflow: hidden;
        }
        .organization__image > img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        /* Organization short info */
        .organization__short-info {
          margin-top: 1rem;
        }
        /* Organization details */
        .organization__details {
          display: flex;
          flex-direction: column;
          gap: 0.5rem;
          margin: 0rem;
        }
        /* Organization contacts */
        .organization__contacts {
          display: flex;
          flex-direction: column;
          gap: 0.5rem;
          margin: 0rem;
        }
        /* Organization info */
        .organization__info {
          border: 3px solid #222;
          padding: 0.75rem;
          margin: 0rem;
          position: relative;
          margin: 1rem 0rem;
          display: flex;
          flex-direction: column;
          gap: 0.5rem;
        }
        .organization__info > span {
          position: absolute;
          top: -1rem;
          background: #fff;
          padding: 0rem 1rem;
          color: var(--bs-main-color);
          font-weight: 500;
          z-index: 1;
        }
        /* Company types */
        .company-types {
          border: 3px solid #222;
          padding: 1.5rem 1rem;
          position: relative;
        }
        .company-types > span {
          position: absolute;
          z-index: 2;
          background: #fafafa;
          padding: 0rem 1rem;
          top: -1rem;
          font-weight: 500;
          color: var(--bs-main-color)
        }
        .company-types > ul {
          list-style-type: none;
          padding: 0;
          margin: 0;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          gap: 1.25rem;
        }
        .company-types > ul a {
          color: var(--bs-main-color);
          background: #fff;
          padding: 0.5rem;
          border-radius: 0.25rem;
          box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
        }
        .company-types > ul > .current > a {
          background: var(--bs-main-color);
          color: #fff;
        }
        .company-types > ul a:hover {
          color: #fff;
          background: var(--bs-main-color);
        }
        .post__body.organization {
          background: transparent;
          box-shadow: none;
        }
        .organization-list > ul {
          list-style-type: none;
          padding: 0;
          margin: 0;
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 1rem;
        }
        .organization-list > ul > li > a {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 1rem;
          justify-content: center;
          height: 150px;
          background: #fff;
          box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
          border-radius: 0.25rem;
          overflow: hidden;
          padding: 1rem;
        }
        .organization-list > ul > li:hover > a {
          background: var(--bs-main-color);
        }
        .organization-list > ul > li > a > i {
          font-size: 2rem;
          display: flex;
          align-items: center;
          justify-content: center;
          color: var(--bs-main-color);
        }
        .organization-list > ul > li > a > span {
          color: var(--bs-main-color);
          font-weight: 500;
          text-align: center;
        }
        .organization-list > ul > li:hover > a > *{
          color: #fff;
        }
        @media (max-width: 767px) {
          .organization-list > ul {
            grid-template-columns: repeat(2, 1fr);
          }
          .organization-list > ul > li > a {
            padding: 0.5rem;
          }
        }
      /* Term template */
      .term__body {
        background: transparent;
        box-shadow: none;
      }
      .term .card .row {
        height: 100%;
      }
      .term .card__title {
        color: #222;
        font-weight: 400;
        transition: 300ms;
        margin-bottom: 1.5rem;
      }
      .term .card__info {
        padding: 0rem 1rem;
        padding-bottom: 0.5rem;
        margin-top: -36px;
        z-index: 10;
      }
      .term .card__info .card__date {
        color: #222;
        z-index: 0;
      }
      .term .card .card__img img,
      .term .card .organization__image img {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem
      }
      .term .card__image-shadow {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, transparent 60%, rgba(0,0,0, 1) 90% );
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        z-index: 0;
        transition: 300ms;
      }
      @media screen and (max-width: 575px) {
        .term .card .card__img img,
        .term .card .organization__image img {
          border-bottom-right-radius: 0rem;
          border-top-left-radius: 0.25rem;
        }
        .term .card__image-shadow {
          border-bottom-right-radius: 0rem;
          border-top-left-radius: 0.25rem;
        }
      }
      .term .card .card__title:hover {
        color: var(--bs-main-color);
      }
      .term .card:hover .card__image-shadow {
        background: linear-gradient(180deg, rgba(0,0,0, .3), rgba(0,0,0, 1));
      }
      .term .card .card__body {
        position: relative;
        background: none;
        flex-direction:row
      }
      .term .card .share-full {
        right: 2.5rem;
        bottom: 0.5rem;
      }
      @media screen and (max-width: 575px) {
        .term .card .card__body {
            flex-wrap: wrap;
        }
        .term .card .card__share .share-item .share-more__mobile .svg-icon {
            fill: #222;
            opacity: 0.65;
        }
        .card__body .left-column {
            width: 100%;
            order: 1;
            padding-bottom: 2rem !important;
        }
        .card__body .right-column {
            width: 100%;
        }
      }
/* # Components */
  /* Mobile menu */
  .mobile-menu {
    display: none;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4.75rem;
    background: #fff;
    z-index: 10000;
    box-shadow: rgb(0 0 0 / 10%) 0px -1px 2px;
  }
  .mobile-menu__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.313rem;
    padding: 1.25rem 0.938rem;
  }
  .mobile-menu__icon:focus-visible {
    outline: none;
  }
  .mobile-menu__icon.logo {
    padding: 0rem;
    height: 100%;
    width: 100%;
    max-width: 110px;
    padding: 0.75rem;
  }
  .mobile-menu__icon > svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .mobile-menu__icon.logo > svg {
    width: 100%;
    height: 100%;
  }
  .mobile-menu__icon > span {
    color: #222;
    font-size: 0.625rem;
    font-weight: 400;
  }
  @media screen and (max-width: 767px ) {
    .mobile-menu {
        display: flex;
    }
  }
  /* OffCanvases */
    /* Feed line */
    .feed-line {
      height: 3.75rem !important;
      visibility: visible !important;
      transform: none !important;
      background: #fff;
      overflow: hidden;
      box-shadow: rgb(0 0 0 / 10%) 0px -1px 2px;
      transition: 0.3s !important;
      transition-delay: 0s !important;
      border: none !important;
    }
    .offcanvas.feed-line {
      width: 100% !important;
    }
    .feed-line.show {
      bottom: 0;
      height: 100% !important;
    }
    .feed-line__header {
      position: absolute;
      width: 150px;
      left: 1rem;
      top: 0.5rem;
    }
    .feed-line__header-caption {
      font-size: 1rem;
      font-weight: 600;
      color: #222;
    }
    .feed-line__header-caption:hover {
      color: var(--bs-main-color);
    }
    .feed-line__list {
      padding: 0.5rem 0rem;
      height: 100vh !important;
      overflow: hidden;
      position: relative;
      white-space: nowrap;
      max-width: 100%;
      margin: auto;
    }
    .feed-line.show .feed-line__list {
      white-space: normal;
      overflow-y: scroll;
    }
    .feed-line.show .feed-line__list .feed-line__item {
      width: 100%;
    }
    .feed-line__item {
      display: inline-block;
      width: 100%;
      vertical-align: top;
      line-height: 1;
    }
    .feed-line__item a {
      display: block;
      color: #222;
      font-weight: 400;
      font-size: 1.1rem;
    }
    .feed-line__item a:hover {
      color: var(--bs-main-color);
    }
    .feed-line__item-full-date {
      display: flex;
      flex-direction: row;
      gap: 0.5rem;
      color: rgba(34, 34, 34, 0.75);
      font-size: 0.75rem;
      font-weight: 300;
      float: left;
      padding-top: 0.25rem;
      margin: 0px;
    }
    .feed-line__item-caption {
      padding: 0;
      height: 45px;
      line-height: 1.25;
      overflow: hidden;
      margin: 0px 20px 0px 110px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      transition: 0.4s ease;
      white-space: normal;
    }
    .feed-line.show .feed-line__list .feed-line__item .feed-line__item-caption {
      height: auto;
      margin-top: 0.75rem;
      padding-bottom: 0.25rem;
      border-bottom: 1px solid rgba(34, 34, 34, 0.5);
    }
    .feed-line.show .feed-line__list .feed-line__item:last-child .feed-line__item-caption {
      border-bottom: none;
    } 
    .feed-line .load-more-results{
      display: none;
    }
    .feed-line.show .load-more-results{
      display: block;
    }
    .feed-line__toggle {
      position: absolute;
      top: 0.8rem;
      right: 1rem;
      width: 3.5rem;
      height: 2.5rem;
      transition: 0.3s;
      transition-delay: 0.3s;
    }
    .feed-line.show .feed-line__toggle.arrow {
      transform: scale(1, -1);
    }
    @media screen and (max-width: 767px) {
      .feed-line__header {
        position: relative;
        inset: 0 0 0 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 0.75rem;
        box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
      }
      .feed-line__toggle {
        position: relative;
        inset: 0 0 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1.5rem;
        height: 1.5rem;
      }
      .feed-line.show .feed-line__list {
        white-space: normal;
        overflow-y: scroll;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        height: 100% !important;
        padding-bottom: 7rem;
      }
      .feed-line.show .feed-line__list .feed-line__item .feed-line__item-caption {
        margin: 0px 0px 0px 100px;
        line-height: 1.25;
        padding-bottom: 0.25rem;
      }
    }
    @media screen and (max-width: 575px) {
      .feed-line__item-full-date {
        flex-direction: column;
      }
      .feed-line.show .feed-line__list .feed-line__item .feed-line__item-caption {
        margin: 0px 0px 0px 70px;
        -webkit-line-clamp: 4;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .feed-line .feed-line__list .feed-line__item .feed-line__item-caption {
        margin: 0px 0px 0px 100px;
      }
      .feed-line.show .feed-line__list .feed-line__item .feed-line__item-caption {
        margin: 0px 0px 0px 100px;
      }
      .feed-line__list {
        margin-left: 180px;
        margin-right: 75px;
      }
    }
    @media screen and (min-width: 992px) {
      .feed-line__list {
          max-width: 650px;
      }
    }
    @media screen and (min-width: 1200px) {
      .feed-line__list {
          max-width: 850px;
      }
      .feed-line__item {
        width: 50%;
      }
    }
    @media screen and (min-width: 1400px) {
      .feed-line__list {
          max-width: 1000px;
      }
    }
    /* OffCanvasSearch */
    .offcanvas-search {
      height: auto !important;
      background-color: var(--bs-body-bg) !important;
      z-index: 9999 !important;
    }
    .offcanvas-search.show .offcanvas-header .btn-close {
      inset: 1rem 1rem auto auto;
    }
    .offcanvas-search.show .search-form {
      padding-top: 1.5rem;
    }
    .offcanvas-search .search-results > div:first-child {
      margin-top: 0rem;
    }
    @media screen and (max-width: 575px) {
      .offcanvas-search .search-query-and-results {
        padding: 1rem;
      }
    }
    @media screen and (max-width: 767px) {
      .offcanvas-search.show .offcanvas-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 0rem;
        padding-bottom: 0;
        margin-bottom: 1rem;
        box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
      }
      .offcanvas-search.show .offcanvas-body {
        padding: 0;
        padding-bottom: 6rem;
      }
      .offcanvas-search.show .search-form {
        padding-top: 2rem;
      }
      .offcanvas-search__header-caption {
        position: absolute;
        top: 1rem;
        left: 1rem;
        font-size: 1rem;
        font-weight: 600;
        color: #222;
      }
    }
    /* OffCanvasMenu */
    .offcanvas-menu {
      z-index: 9999 !important;
    }
    .offcanvas-menu .offcanvas-header {
      box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    }
    .offcanvas-menu__header-caption {
      font-size: 1rem;
      font-weight: 600;
      color: #222;
    }
    @media screen and (max-width: 767px) {
      .offcanvas-menu .offcanvas-body {
        padding-bottom: 7rem;
      }
    }
  /* Control buttons */
  .control-buttons {
    position: absolute;
    top: 5rem;
    width: 0 !important;
    right: 3.2rem;
    bottom: 0.5rem;
    z-index: 99;
  }
  .control-buttons__list {
    position: sticky;
    top: calc(50% - 6.125rem);
    bottom: 0;
  }
  .home .control-buttons__list {
    position: fixed;
  }
  .currency .control-buttons {
    right: 4rem;
  }
  @media screen and (min-width: 1500px) {
    .control-buttons {
      right: -1.5rem;
    }
  }
  @media screen and (max-width: 991px) {
    .control-buttons {
      right: 1rem;
    }
    .control-buttons__list {
      position: fixed;
      top: auto;
      bottom: 6rem;
    }
  }
  @media screen and (max-width: 767px) {
    .control-buttons {
      right: 3rem;
    }
  }
  .control-buttons__list .button {
    width: 45px;
    height: 45px;
    background: var(--bs-main-color);
    border-radius: 100%;
    margin-bottom: 0.5rem;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    cursor: pointer;
  }
  .control-buttons__list .button:last-child {
    margin-bottom: 0rem;
  }
  .control-buttons__list .button.back-top {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .control-buttons__list .button.back-top.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  @media screen and (min-width: 1024px) {
    .control-buttons__list .button.back-top.show:hover {
      transform: scale(1.1);
    }
  }
  .control-buttons__list .button.back-top.share-active {
    opacity: 0;
    transition: 0ms;
  }
  @media screen and (max-width: 991px) {
    .control-buttons__list .button.back-top.share-active {
      opacity: 1;
    }
  }
  .control-buttons__list .button .share,
  .control-buttons__list .button .close {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .control-buttons__list .button.show .close {
    background: var(--bs-main-color);
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
  }
  .control-buttons__list .button .share .svg-icon,
  .control-buttons__list .button .close .svg-icon {
    width: 100%;
    height: 100%;
    padding: 0.75rem;
    fill: #fff;
  }
  .control-buttons__list .button.share {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .control-buttons__list .button.share.show {
    overflow: visible;
  }
  @media screen and (min-width: 1024px) {
    .control-buttons__list .button.share:hover {
      transform: scale(1.1);
      transition: all 0.3s ease-in-out;
    }
    .control-buttons__list .button.share.show:hover {
      transform: scale(1);
    }
  }
  .control-buttons__list .button.share .share .svg-icon,
  .control-buttons__list .button.back-top .svg-icon {
    padding: 0.75rem;
    width: 100%;
    height: 100%;
    fill: #fff;
  }
  .control-buttons__list .button.share .share .svg-icon {
    padding: 0.9rem;
  }
  .share__list {
    position: absolute !important;
    z-index: 1;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
  }
  .share__list.show {
    top: -175px;
    left: -80px;
    position: absolute !important;
    width: 65px;
    z-index: -1;
    height: 275px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.75);
    border-radius: 2rem;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
  }
  .share__block {
    width: 40px;
    height: 40px;
    transform-origin: 100% 18.5px;
    transform: rotate(0deg) !important;
    position: relative;
    top: 13.5px;
    left: 13.5px;
    margin-bottom: 0.75rem;
  }
  .share__list .share__button {
    display: none;
    transition: all 0.3s ease-in-out;
  }
  .share__list.show .share__button {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    float: none;
    border-radius: 20px;
    background: #666;
    padding: 5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
  }
  .share__list.show .share__button:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
  }
  @media screen and (max-width: 991px) {
    .share__list.show .share__button:hover {
      transform: scale(1);
    }
  }
  .share__button > .svg-icon {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    fill: #fff;
    opacity: 0.85;
  }
  @media screen and (max-width: 991px) {
    .share__button > .svg-icon {
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
      fill: #fff;
      opacity: 0.85;
      transform: rotate(0deg) !important;
    }
  }
  .share__block.facebook .share__button {
    background: #1877F2;
  }
  .share__block.odnoklassniki .share__button {
    background: #f48420;
  }
  .share__block.vkontakte .share__button {
    background: #2787F5;
  }
  .share__block.telegram .share__button {
    background: #2ca5e0;
  }
  .share__block.twitter .share__button {
    background: #000;
  }
  .share__block.twitter .share__button .svg-icon {
    padding: 0.25rem;
  } 
  /* Search form */
  .search-form {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-form input {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #222;
  }
  .search-form button {
    background: transparent;
    outline: none;
    border: none;
    width: 2rem;
    height: 2rem;
    margin-left: -1.5rem;
    margin-bottom: 0.25rem;
  }
  .search-form button .svg-icon {
    width: 100%;
    height: 100%;
  }
  .search-query-and-results {
    color: #222;
    order: 1;
  }
  /* Pagination */
  /* Pagination */
  .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  .pagination .page-numbers {
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    border-radius: 0.25rem;
    padding: 0.25rem 0.75rem;
    color: var(--bs-main-color);
  }
  .pagination .page-numbers.current {
    background: var(--bs-main-color);
    color: #fff;
  }
  @media screen and (max-width: 575px) {
    .pagination {
      flex-wrap: wrap;
    }
  }






      

















      
.ym-informer {
  position: absolute;
  margin-top: -70px;
}

/* Wordpress */
.so-panel {
  margin-bottom: 0 !important;
}
.wp-block-image img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}
.wp-block-image img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}
.adv-blocks .adv-blocks__block img {
	object-fit: contain;
	border-radius: 0.25rem;
}
.adv-blocks .adv-blocks__block .card__img {
	box-shadow: none;
}
.wp-block-video,
.wp-block-video video {
	max-height:300px;
}
.post__content figure.wp-block-gallery figure figcaption {
	text-align: center !important;
}
/* Main menu */
.main-menu {
  border-bottom: 1px solid #d7dadb;
}
.main-menu .menu {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu__item > a {
  text-align: center;
  padding: 10px 0px;
  background: var(--bs-main-color);
  color: #fff;
  text-decoration: none;
  transition: 100ms;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  border-radius: 0.25rem;
}
.main-menu__item:hover > a {
  background: var(--bs-main-color-soft);
  color: #fff;
  transition: 100ms;
}
/* Header menu */
.header-menu ul {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-column-gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menu__item {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.header-menu__item > a {
  color: #222;
  font-weight: 700;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: 100ms;
}
.header-menu__item > a:hover {
  color: var(--bs-main-color);
  transition: 100ms;
}
.header-menu__item:nth-child(2n) ~ .header-menu__item {
  border-top: 1px solid #d7dadb;
}
/* Sidebars */
#sidebar-top img, #sidebar-left img, 
#sidebar-right img, #sidebar-bottom img {
  border-radius: 0.25rem;
}
#sidebar-top figure, #sidebar-left figure, 
#sidebar-right figure, #sidebar-bottom figure {
  border-radius: 0.25rem;
  margin: 0;
}
#sidebar-left .partner__banner,
#sidebar-right .partner__banner {
  width: 100%;
  height: auto;
}
/* Important post */
.important-post {
  background: var(--bs-main-color);
}
/* Main */
main {
  min-height: 620px;
  background-color: var(--bs-body-bg);
  overflow: visible;
}
@media screen and (max-width: 767px) {
  main {
      min-height: 350px;
  }
}
main.home {
  overflow: hidden;
}

/* transfer */

/* Page */
/* .page__body {
  /* background: var(--bs-white);
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
} */
.page .advertisements {
  position: sticky;
  top: 100px;
  padding-bottom: 100px;
  bottom: 0;
}
.page .advertisements .wp-block-image {
  margin-bottom: 0.75rem;
}
.page .advertisements .wp-block-image figcaption {
  display: none;
}
@media screen and (max-width: 1400px) {
  .page .advertisements{
    padding-bottom: 1rem;
  }
}
.page__content {
  font-size: 1rem;
}
.page__content > p {
  line-height: 1.5rem;
}
.page__content > p > a,
.page__content .wp-block-quote > p > a {
  background: var(--bs-main-color-transparent);
  border-radius: 0.25rem;
  padding: 0.1rem 0.25rem;
  white-space: pre-wrap;
  color: var(--bs-main-color);
  font-weight: 400;
}
.page__content > p > a:hover,
.page__content .wp-block-quote > p > a:hover {
  background: var(--bs-main-color-soft);
}
.page__content .wp-block-quote {
  padding: 2rem;
  padding-left: 4rem;
  margin: 1rem 0rem;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--bs-white);
  background-clip: border-box;
  border: 1px solid rgb(0 0 0 / 15%);
} 
.page__content .wp-block-quote:before {
  content: var(--blockquote-icon);
  position: absolute;
  margin-left: -2.5rem;
  margin-top: -0.25rem;
  line-height: 1.5em;
  width: 4rem;
  height: 4rem;
  fill: var(--bs-main-color);
}
.page__content .wp-block-quote > * {
  margin: 0;
  font-size: 1rem;
  padding-left: 2.5rem;
}
.page__content .wp-block-quote > cite {
  margin-top: 1rem;
  font-size: 0.8rem;
}
.page__content .wp-block-quote > cite:before {
  content: '\2014';
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page__content .wp-block-quote {
    padding: 1rem;
    padding-top: 4rem;
  }
  .page__content .wp-block-quote:before {
    margin-left: -32px;
    left: 50%;
    margin-top: -3.5rem;
  }
  .page__content .wp-block-quote > * {
    padding: 0;
  }
}
.page__content iframe {
  width: 100%;
  height: auto;
  min-height: 350px;
}
.page__content figure {
  width: 100%;
  height: auto;
}
.page__content figure figcaption,
.page__content figure figure figcaption {
  color: var(--bs-secondary) !important;
  font-size: 0.75rem !important;
}
.page__content figure figure figcaption {
  position: relative !important;
  text-align: left !important;
  bottom: 0 !important;
  padding: 0 !important;
  background: none !important;
}
@media screen and (max-width: 575px) {
  .page__content iframe {
    width: 100%;
    height: auto;
    min-height: 250px;
  }
}
/* Blog */
.blog .advertisements {
  position: sticky;
  top: 100px;
  padding-bottom: 100px;
  bottom: 0;
}
.blog .advertisements .wp-block-image {
  margin-bottom: 0.75rem;
}
.blog .advertisements .wp-block-image figcaption {
  display: none;
}
@media screen and (max-width: 1400px) {
  .blog .advertisements{
    padding-bottom: 1rem;
  }
}
/* .blog .selected-categories {

} */
.blog .selected-categories__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 3px solid #fff;
  border-radius: 0.25rem;
  padding: 0 0.75rem;
  padding-top: 0.75rem;
  z-index: 20;
}
.blog .selected-categories__list > li {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  line-height: 1.5rem;
  margin: 0 1rem 0.75rem 0;
  color: #222;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
}
.blog .selected-categories__list > li:first-child {
  background: transparent;
  padding: 0;
  box-shadow: none;
  font-size: 1.25rem;
}
.blog .selected-categories__list > li:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.blog .selected-categories__list > li .delete {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.15rem;
  height: 1.15rem;
  z-index: 10;
  cursor: pointer;
  border-radius: 100%;
  background: var(--bs-main-color);
  transition: 300ms;
}
.blog .selected-categories__list > li .delete:hover {
  transform: scale(1.1);
}
.blog .selected-categories__list > li .delete > .svg-icon {
  width: 100%;
  height: 100%;
  fill: #fff;
  transform: rotate(45deg);
}
.blog .selected-categories__list > li .plus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.25rem;
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 3px;
  background: var(--bs-main-color);
  fill: #fff;
  padding: 0.25rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: 300ms ease-in-out;
  z-index: 20;
}
.blog .selected-categories__list > li .plus:hover {
  transform: scale(1.1);
}
.blog .selected-categories__list > li .plus > .svg-icon {
  width: 100%;
  height: 100%;
  transition: 1s ease-in-out;
}
.blog .selected-categories__list .input-category {
  width: 0px;
  font-size: 1.25rem;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #222;
  transition: 1s ease-in-out;
  outline: none;
  background: transparent;
  opacity: 0;
}
.blog .selected-categories__list .input-category.active {
  width: 230px;
  opacity: 1;
}
.blog .selected-categories__list .categories__list {
  display: none;
  opacity: 0;
  position: absolute;
  top: 35px;
  left: 0;
  background: #fff;
  width: 230px;
  max-height: 300px;
  overflow: auto;
  overflow-y: scroll;
  z-index: -100;
  user-select: none;
  list-style-type: none;
  border-radius: 0.25rem;
  padding: 0;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px, rgb(0 0 0 / 10%) 0px 1px 3px, rgb(0 0 0 / 10%) 0px 0px 5px;
  transition: 300ms ease-in-out;
  transition-delay: 0s;
}
.blog .selected-categories__list .input-category.active ~ .categories__list {
  display: block;
  opacity: 1;
  z-index: 150;
  transition-delay: 1s;
}
.blog .selected-categories__list .categories__list > li {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #222;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
}
.blog .selected-categories__list .categories__list > li:hover {
  background: var(--bs-main-color);
  border-color: var(--bs-main-color);
  color: #fff;
}
.blog .selected-categories__list .categories__list > li:last-child {
  border: none;
}
.blog .selected-categories__list .input-category.active ~ .plus {
  margin-left: 0.5rem;
}
.blog .selected-categories__list .input-category.active ~ .plus .svg-icon {
  transform: rotate(45deg);
}
/* Search */

/* Load more */
.load-more {
  background: #fff;
  color: var(--bs-main-color);
  border-radius: 0.25rem;
  padding: 0.5rem;
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 3px;
  font-size: 1.15rem;
  font-weight: 600;
  text-align: center;
  transition: 200ms;
}
@media screen and (max-width: 991px) {
  .load-more {
    font-size: 0.9rem;
  }
}
/* Card */
.card {
  border-radius: 0.25rem !important;
  height: auto;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
  border: none !important;
}
.blog .card, .term .card, .search .card {
  overflow: hidden;
}
.post__content .card {
  height: 350px;
}
@media screen and (max-width: 1400px) {
  .post__content .card {
    height: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .post__content .card {
    height: 250px;
  }
}
@media screen and (max-width: 992px) {
  .post__content .card {
    height: 300px;
  }
}
@media screen and (max-width: 420px) {
  .post__content .card {
    height: 250px;
  }
}
.card__img,
.card .organization__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
}
.card > img,
.card__img > img,
.card .organization__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__body {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(0,0,0, 1));
  cursor: pointer;
  transition: 400ms;
  border-radius: 0.25rem;
}
.card__body:hover {
  background: linear-gradient(180deg, rgba(0,0,0, .3), rgba(0,0,0, 1));
}
.card__title {
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  color: #fff;
}
.post__content .card__title {
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .post__content .card__title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .post__content .card__title {
    font-size: 0.75rem;
  }
}
.card.card-height-lg__xxl .card__title {
  font-size: 1.75rem;
}
@media screen and (max-width: 575px) {
  .card.card-height-sm__xl .card__title {
    font-size: 1.15rem;
  }
}
.card__author .author__img {
  position: relative;
}
.card__author .author__img img {
  height: 55px;
  width: 55px;
  border-radius: 100%;
  border: 1px solid rgb(255 255 255 / 50%);
}
@media screen and (max-width: 991px) {
  .card__author .author__img img {
    height: 35px;
    width: 35px;
  }
}
.card__author a {
  width: fit-content;
}
.card__author .author__name {
  color: #222;
  background: rgba(255,255,255, 0.7);
  backdrop-filter: blur(10px);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 0.75rem;
  transition: ease 200ms;
}
.home .card__author .author__name.not-author {
  border: none;
}
.card__author .author__name.not-author {
  border: 1px solid #222;
}
.card__author a:hover .author__name {
  background: var(--bs-main-color);
  color: #fff;
}
.card__author a:hover .author__name.not-author {
  border: 1px solid var(--bs-main-color);
}
@media screen and (max-width: 991px) {
  .card__author .author__name {
    font-size: 0.75rem;
    font-weight: 500;
  }
}
.card__categories {
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}
.category__primary-category {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  color: #222;
  font-size: 0.75rem;
  font-weight: 500;
  transition: ease 200ms;
}
.category__primary-category:hover {
  color: #fff;
  background: var(--bs-main-color);
}
.category__exclusive {
  color: #fff;
  background: var(--bs-main-color);
  backdrop-filter: blur(10px);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  transition: ease 200ms;
}
.card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.card__date {
  font-size: 0.75rem;
  opacity: 0.65;
  color: #fff;
  z-index: -1;
}
.post__content .card__date {
  font-size: 0.75rem;
}
@media screen and (max-width: 1200px) {
  .post__content .card__date {
    font-size: 0.75rem;
  }
}
.card__share {
  display: flex;
  align-items: center;
  z-index: 5;
}
.card__share .share-item {
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.card__share .share-item.share-more {
  margin-right: -0.25rem;
}
@media screen and (max-width: 991px) {
  .card__share .share-item.share-more {
    margin-right: -0.5rem;
  }
}
.post__content .card__share .share-item {
  width: 1.75rem;
  height: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .post__content .card__share .share-item {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.card__share .share-item:hover {
  opacity: 1;
}
.card__share .share-item a {
  fill: rgba(255, 255, 255, 0.65);
}
.card__share .share-item a:hover {
  fill: rgba(255, 255, 255, 1);
}
.card__share .share-item .share-more__desktop,
.card__share .share-item .share-more__mobile {
  width: 100%;
  height: 100%;
}
.card__share .share-item .share-more__desktop .svg-icon,
.card__share .share-item .share-more__mobile .svg-icon {
  fill: rgba(255, 255, 255, 0.65);
}
.card__share .share-item:hover .share-more__desktop .svg-icon,
.card__share .share-item:hover .share-more__mobile .svg-icon {
  fill: #fff;
}
.share-more:hover .share-full {
  display: block;
}
.card .share-full {
  right: 2.5rem;
  bottom: 1rem;
}
.blog .card .share-full,
.category .card .share-full,
.tags .card .share-full,
.search .card .share-full {
  right: 2.5rem;
  bottom: 0.5rem;
}
.card-block .share-full {
  right: 1.5rem;
  bottom: 0.5rem;
}
.card-block__list-posts .list-posts__item:last-child .share-full,
.three-categories-6-3-3 .list-posts__item:nth-last-child(2) .share-full,
.three-categories-3-6-3 .list-posts__item:nth-last-child(2) .share-full,
.three-categories-3-3-6 .list-posts__item:nth-last-child(2) .share-full {
  bottom: 0;
}
.share-full {
  position: absolute;
  display: none;
  z-index: 999;
  width: 200px;
  max-height: fit-content;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px, rgb(0 0 0 / 10%) 0px 0px 5px, rgb(0 0 0 / 10%) 0px 1px 2px;
}
.share-full:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: -5px;
  transform: rotate(180deg);
  border-style: solid;
  border-width: 5px 5px 5px 0px;
  border-color: transparent #fff transparent transparent;
}
.share-full li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.75rem;
  padding-left: 1rem;
  line-height: 2rem;
  font-size: 0.85rem;
}
.share-full li a:hover {
  background: #F2F2F2;
}
.share-full__icon {
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
}
.share-full__text {
  color: #222;
}
.share-full__facebook .svg-icon {
  fill: #1877F2;
}
.share-full__vkontakte .svg-icon {
  fill: #2787F5;
}
.share-full__odnoklassniki .svg-icon {
  fill: #f48420;
}
.share-full__twitter .svg-icon {
  fill: #00b5f5;
}
.share-full__telegram .svg-icon {
  fill: #2ca5e0;
}
.card__shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
  transition: 400ms;
  cursor: pointer;
}
/* Card block */
.card-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.25rem !important;
  height: auto;
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
  /* overflow: hidden; */
}
.card-block__title,
.card-block__title a {
  line-height: 1;
  font-weight: 600;
  color: var(--bs-main-color);
}
.card-block__title a:hover {
  color: var(--bs-main-color);
}
.card-block .card__title {
  color: #222;
  height: 61px;
  font-weight: 400;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}
.card-block__list-posts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}
.card-block__list-posts .list-posts__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(34, 34, 34, 0.25);
}
.card-block__list-posts .list-posts__item:first-child {
  padding-top: 0rem;
}
/* @media screen and (min-width: 768px) {
  .card-block__list-posts .list-posts__item:nth-child(2) {
    padding-top: 0rem;
  }
} */
.card-block__list-posts .list-posts__item:last-child {
  padding-bottom: 0rem;
  border-bottom: none;
}
.card-block__list-posts .list-posts__item .card__shadow {
  box-shadow: none;
}
.card-block__list-posts .list-posts__item:hover .card__title {
  color: var(--bs-main-color);
}
.card-block .card__date {
  color: rgba(34, 34, 34, 1);
  z-index: 0;
}
.card-block .card__share .share-item a {
  fill: rgba(34, 34, 34, 0.55);
}
.card-block .card__share .share-item:hover a {
  color: var(--bs-main-color);
  fill: var(--bs-main-color);
}
.card-block .card__share .share-item .share-more__desktop .svg-icon, 
.card-block  .card__share .share-item .share-more__mobile .svg-icon {
  fill: rgba(34, 34, 34, 0.55);
}
.card-block .card__share .share-item:hover .share-more__desktop .svg-icon, 
.card-block  .card__share .share-item:hover .share-more__mobile .svg-icon {
  fill: var(--bs-main-color);
}
/* Card height */
.card.card-height__auto {
  height: auto;
}
.card.card-height__xs {
  height: 134.75px;
}
.card-block.card-height__xs {
  height: 134.75px;
}
.card.card-height__sm {
  height: 185.5px;
}
.card-block.card-height__sm {
  height: 185.5px;
}
.card.card-height__md {
  height: 285.5px;
}
.card-block.card-height__md {
  height: 285.5px;
}
.card.card-height__lg {
  height: 387px;
}
.card-block.card-height__lg {
  height: 387px;
}
.card.card-height__xl {
  height: 487px;
}
.card-block.card-height__xl {
  height: 487px;
}
.card.card-height__xxl {
  height: 587px;
}
.card-block.card-height__xxl {
  height: 587px;
}
@media (min-width:380px) {
  .card.card-height-xs__xs {
    height: 134.75px;
  }
  .card.card-height-xs__sm {
    height: 185.5px;
  }
  .card.card-height-xs__md {
    height: 285.5px;;
  }
  .card.card-height-xs__lg {
    height: 387px;
  }
  .card.card-height-xs__xl {
    height: 487px;
  }
  .card.card-height-xs__xxl {
    height: 587px;
  }
}
@media (min-width:576px) {
  .card.card-height-sm__xs {
    height: 134.75px;
  }
  .card.card-height-sm__sm {
    height: 185.5px;
  }
  .card.card-height-sm__md {
    height: 285.5px;
  }
  .card.card-height-sm__lg {
    height: 387px;
  }
  .card.card-height-sm__xl {
    height: 487px;
  }
  .card.card-height-sm__xxl {
    height: 587px;
  }
}
@media (min-width:768px) {
  .card.card-height-md__xs {
    height: 134.75px;
  }
  .card.card-height-md__sm {
    height: 185.5px;
  }
  .card.card-height-md__md {
    height: 285.5px;
  }
  .card-block.card-height-md__md {
    height: 285.5px;
  }
  .card.card-height-md__lg {
    height: 387px;
  }
  .card.card-height-md__xl {
    height: 487px;
  }
  .card.card-height-md__xxl {
    height: 587px;
  }
}
@media (min-width:992px) {
  .card.card-height-lg__xs {
    height: 134.75px;
  }
  .card.card-height-lg__sm {
    height: 185.5px;
  }
  .card.card-height-lg__md {
    height: 285.5px;
  }
  .card.card-height-lg__lg {
    height: 387px;
  }
  .card.card-height-lg__xl {
    height: 487px;
  }
  .card.card-height-lg__xxl {
    height: 587px;
  }
}
@media (min-width:1200px) {
  .card.card-height-xl__xs {
    height: 134.75px;
  }
  .card.card-height-xl__sm {
    height: 185.5px;
  }
  .card.card-height-xl__md {
    height: 285.5px;
  }
  .card.card-height-xl__lg {
    height: 387px;
  }
  .card.card-height-xl__xl {
    height: 487px;
  }
  .card.card-height-xl__xxl {
    height: 587px;
  }
}
@media (min-width:1400px) {
  .card.card-height-xxl__xs {
    height: 134.75px;
  }
  .card.card-height-xxl__sm {
    height: 185.5px;
  }
  .card.card-height-xxl__md {
    height: 285.5px;
  }
  .card.card-height-xxl__lg {
    height: 387px;
  }
  .card.card-height-xxl__xl {
    height: 487px;
  }
  .card.card-height-xxl__xxl {
    height: 587px;
  }
}
/* Card home page */
.home .card {
  border: none !important;
}
/* Card recommended */
.recommended .card {
  position: relative;
  height: 300px;
  border: none;
  border-top: 5px solid var(--bs-main-color) !important;
  border-bottom: 5px solid var(--bs-main-color) !important;
}
.recommended .card__body {
  border-radius: 0rem;
}
.recommended .card__img {
  border-radius: 0rem;
}
.recommended .category__primary-category,
.recommended .category__exclusive {
  font-size: 0.75rem;
}
/* Blog, search and terms cards */
.category .card .row,
.tag .card .row,
.blog .card .row,
.search .card .row {
  height: 100%;
}
.blog .card__title,
.search .card__title {
  color: #222;
  font-weight: 400;
  transition: 300ms;
}
.tag .card__title,
.category .card__title {
  color: #222;
  font-weight: 400;
  transition: 300ms;
  margin-bottom: 1.5rem;
}
.search .card__author {
  margin-bottom: 0.5rem;
}
.category .card__info,
.tag .card__info,
.blog .card__info,
.search .card__info {
  padding: 0rem 1rem;
  padding-bottom: 0.5rem;
  margin-top: -36px;
  z-index: 10;
}
.category .card__info .card__date,
.tag .card__info .card__date,
.blog .card__info .card__date,
.search .card__info .card__date {
  color: #222;
  z-index: 0;
}
.category .card .card__img img,
.tag .card .card__img img,
.blog .card .card__img img,
.search .card .card__img img {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem
}
.category .card__image-shadow,
.tag .card__image-shadow,
.blog .card__image-shadow,
.search .card__image-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0, 1) 90% );
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  z-index: 0;
  transition: 300ms;
}
@media screen and (max-width: 575px) {
  .category .card .card__img img,
  .tag .card .card__img img,
  .blog .card .card__img img, 
  .search .card .card__img img {
    border-bottom-right-radius: 0rem;
    border-top-left-radius: 0.25rem;
  }
  .category .card__image-shadow,
  .tag .card__image-shadow,
  .blog .card__image-shadow,
  .search .card__image-shadow {
    border-bottom-right-radius: 0rem;
    border-top-left-radius: 0.25rem;
  }
}
.category .card .card__title:hover,
.tag .card .card__title:hover,
.blog .card .card__title:hover,
.search .card .card__title:hover {
  color: var(--bs-main-color);
}
.category .card:hover .card__image-shadow,
.tag .card:hover .card__image-shadow,
.blog .card:hover .card__image-shadow,
.search .card:hover .card__image-shadow {
  background: linear-gradient(180deg, rgba(0,0,0, .3), rgba(0,0,0, 1));
}
.category .card .card__body,
.tag .card .card__body,
.blog .card .card__body,
.search .card .card__body {
  position: relative;
  background: none;
  flex-direction:row
}
.blog .card .card__categories {
  list-style-type: none;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0;
  margin: 0;
}
.blog .card__categories .category {
  position: relative;
  display: flex;
  border: 1px solid rgb(34 34 34 / 65%);
  border-radius: 0.25rem;
  cursor: pointer;
  height: auto;
  margin: 0 0.5rem 0.5rem 0;
}
.blog .card__categories .category:hover,
.blog .card__categories .category.active {
  border: 1px solid var(--bs-main-color);
  background: var(--bs-main-color);
}
.blog .card__categories .category .category__name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  padding-left: 0.5rem;
  color: #222;
  transition: 0ms;
}
.blog .card__categories .category:hover .category__name,
.blog .card__categories .category.active .category__name {
  color: #fff;
}
.blog .card__categories .category .icon > div {
  display: flex;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  padding: 0.2rem;
}
.blog .card__categories .category .icon .dash,
.blog .card__categories .category.active .icon .plus {
  display: none;
}
.blog .card__categories .category .icon .plus,
.blog .card__categories .category.active .icon .dash {
  display: flex;
}
.blog .card__categories .category .icon .svg-icon {
  width: 100%;
  height: 100%;
}
.blog .card__categories .category:hover .icon .svg-icon,
.blog .card__categories .category.active .icon .svg-icon {
  fill: #fff;
}
.card__body .left-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  padding-bottom: 2rem !important;
}
.card__body .right-column .category__exclusive {
  top: 1rem;
  right: 1rem;
  position: absolute;
}
@media screen and (max-width: 575px) {
  .category .card .card__body,
  .tag .card .card__body,
  .blog .card .card__body,
  .search .card .card__body {
      flex-wrap: wrap;
  }
  .category .card .card__share .share-item .share-more__mobile .svg-icon,
  .tag .card .card__share .share-item .share-more__mobile .svg-icon,
  .blog .card .card__share .share-item .share-more__mobile .svg-icon,
  .search .card .card__share .share-item .share-more__mobile .svg-icon {
      fill: #222;
      opacity: 0.65;
  }
  .card__body .left-column {
      width: 100%;
      order: 1;
      padding-bottom: 2rem !important;
  }
  .card__body .right-column {
      width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .card__body .left-column {
      width: 45%;
  }
  .card__body .right-column {
      width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .card__body .left-column {
      width: 50%;
  }
  .card__body .right-column {
      width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .card__body .left-column {
      width: 60%;
  }
  .card__body .right-column {
      width: 40%;
  }
}
/* Widgets */
/* Menu categories */
/* .menu-categories__category {
  /* overflow: hidden; 
} */
.menu-categories__category .category-name {
  background: #fff;
  color: var(--bs-main-color);
  border-radius: 0.25rem;
  padding: 0.5rem;
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 3px;
  font-size: 1.15rem;
  font-weight: 600;
  text-align: center;
  transition: 200ms;
}
.menu-categories__category .category-name:hover {
  background: var(--bs-main-color);
  color: #fff;
}
@media screen and (max-width: 991px) {
  .menu-categories__category .category-name {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 420px) {
  .menu-categories__category .category-name {
    padding: 0.5rem 0.25rem;
    font-size: 0.8rem;
    font-weight: 600;
    width: auto !important;
    flex: auto !important;
  }
}
/* Two categories (3-9, 9-3) */
.two-categories-9-3 .card-block .card__title,
.two-categories-3-9 .card-block .card__title {
  height: 64.335px;
  margin-bottom: 0.3rem;
}
/* Two categories (8-4, 4-8) */
.two-categories-8-4 .card-block .card__title,
.two-categories-4-8 .card-block .card__title {
  height: 64.335px;
}
.two-categories-8-4 .card.card-height__lg,
.two-categories-4-8 .card.card-height__lg {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.two-categories-8-4 .card.card-height__lg .card__img,
.two-categories-4-8 .card.card-height__lg .card__img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.two-categories-8-4 .card.card-height__lg .card__body,
.two-categories-4-8 .card.card-height__lg .card__body {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.two-categories-8-4 .card-block.card-height__lg,
.two-categories-4-8 .card-block.card-height__lg {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.two-categories-4-8 .col-xl-4 .card-block.card-height__lg {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
@media screen and (max-width: 991px) {
  .two-categories-8-4 .card-block .card__title,
  .two-categories-4-8 .card-block .card__title {
    height: 62.335px;
  }
  .two-categories-8-4 .card.card-height__lg,
  .two-categories-4-8 .card.card-height__lg {
    border-top-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0 !important;
  }
  .two-categories-8-4 .card.card-height__lg .card__img,
  .two-categories-4-8 .card.card-height__lg .card__img {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .two-categories-8-4 .card.card-height__lg .card__body,
  .two-categories-4-8 .card.card-height__lg .card__body {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .two-categories-8-4 .card-block.card-height__lg,
  .two-categories-4-8 .card-block.card-height__lg {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
}
/* Three categories 4-4-4 */
.three-categories-4-4-4-v1 .card-block .card__title,
.three-categories-4-4-4-v2 .card-block .card__title,
.three-categories-4-4-4-v3 .card-block .card__title,
.three-categories-4-4-4-v4 .card-block .card__title {
  height: 64.335px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .three-categories-4-4-4-v1 > .col-xl-4:nth-child(2),
  .three-categories-4-4-4-v2 > .col-xl-4:nth-child(2) {
    order: 1;
  }
}
/* Three categories (6-3-3, 3-6-3, 3-3-6) */
.three-categories-6-3-3 .card-block .card-block__list-posts,
.three-categories-3-6-3 .card-block .card-block__list-posts,
.three-categories-3-3-6 .card-block .card-block__list-posts {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 0.65rem;
}
.three-categories-6-3-3 .card-block .card-block__list-posts .list-posts__item:nth-child(2),
.three-categories-3-6-3 .card-block .card-block__list-posts .list-posts__item:nth-child(2),
.three-categories-3-3-6 .card-block .card-block__list-posts .list-posts__item:nth-child(2) {
  padding-top: 0;
}
.three-categories-6-3-3 .card-block .card-block__list-posts .list-posts__item:nth-last-child(2),
.three-categories-3-6-3 .card-block .card-block__list-posts .list-posts__item:nth-last-child(2),
.three-categories-3-3-6 .card-block .card-block__list-posts .list-posts__item:nth-last-child(2) {
  border: none;
  padding-bottom: 0;
}
.three-categories-6-3-3 .card-block .card__title,
.three-categories-3-6-3 .card-block .card__title,
.three-categories-3-3-6 .card-block .card__title {
  height: 60px;
  margin-bottom: calc(0.25rem + 6.4px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .three-categories-6-3-3 > .col-xl-6,
  .three-categories-3-6-3 > .col-xl-6,
  .three-categories-3-3-6 > .col-xl-6 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .three-categories-6-3-3 .card-block.card-height__xl,
  .three-categories-3-6-3 .card-block.card-height__xl,
  .three-categories-3-3-6 .card-block.card-height__xl {
    height: 508px;
  }
  .three-categories-6-3-3 .card-block .card-block__list-posts,
  .three-categories-3-6-3 .card-block .card-block__list-posts,
  .three-categories-3-3-6 .card-block .card-block__list-posts {
    grid-template-columns: repeat(1,minmax(0,1fr));
    grid-row-gap: 0;
  }
  .three-categories-6-3-3 .card-block .card-block__list-posts .list-posts__item:nth-last-child(2),
  .three-categories-3-6-3 .card-block .card-block__list-posts .list-posts__item:nth-last-child(2),
  .three-categories-3-3-6 .card-block .card-block__list-posts .list-posts__item:nth-last-child(2) {
    border-bottom: 1px solid rgba(34, 34, 34, 0.25);
    padding-bottom: 0.5rem;
  }
  .three-categories-6-3-3 .card-block .card-block__list-posts .list-posts__item:nth-child(2), 
  .three-categories-3-6-3 .card-block .card-block__list-posts .list-posts__item:nth-child(2), 
  .three-categories-3-3-6 .card-block .card-block__list-posts .list-posts__item:nth-child(2) {
    padding-top: 0.5rem;
  }
}
/* Ad blocks */
.adv-blocks__block {
  background-color: transparent !important;
  box-shadow: none;
}
.adv-blocks__block .card__shadow {
  box-shadow: none;
}
.adv-blocks .col-12 .adv-blocks__block {
  height: auto;
  max-height: 175px;
}
.adv-blocks .col-12 .adv-blocks__block .card__img img {
  height: auto;
  max-height: 175px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adv-blocks .card.card-height__md {
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .adv-blocks__block .card__img {
    width: 100%;
    height: auto;
  }
  .col-xl-6 .adv-blocks__block .card__img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .col-12 .adv-blocks__block .card__img {
    width: 100%;
    height: auto;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 2px;
  }
  .col-xl-6 .adv-blocks__block .card__img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .col-xl-4 .adv-blocks__block .card__img,
  .col-xl-3 .adv-blocks__block .card__img {
    width: 100%;
    height: auto;
  }
}
/* Social */
.header__social-list {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: auto;
  border-top: 1px solid #d7dadb;
}
.header__social-list .social {
  width: auto;
  margin: 0;
}
.footer__socials {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .footer__socials {
    justify-content: center;
  }
}
.social {
  display:inline-block;
  vertical-align:top;
  width: 100px;
  position:relative;
  cursor: pointer;
}
.footer__social-list {
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  grid-row-gap: 0.5rem;
  grid-column-gap: 0.5rem;
}
@media screen and (max-width: 1400px) {
  .social {
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .social {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header__social-list {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .footer__social-list {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-row-gap: 0.5rem;
    height: auto;
  }
  .social {
    margin: 5px 10px;
    width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .footer__social-list {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    height: auto;
  }
  .social {
    margin: 5px 10px;
    width: 150px;
  }
}
@media screen and (max-width: 400px) {
  .social {
    margin: 5px 10px;
    width: 100px;
  }
}
.social-button {
height:40px;
background:#c2c2c2;
display:block;
margin:0 1px
}
.social-button .svg-icon {
width:30px;
height:30px;
fill:#fff;
position:absolute;
display:block;
top:50%;
left:50%;
margin:-15px 0 0 -15px
}
.social-button.m-tiktok .svg-icon {
padding: 5px;
}
.social-button.m-vkontakte {
background:#2787F5
}
.social-button.m-facebook {
background:#1877F2
}
.social-button.m-odnoklassniki {
background:#f48420
}
.social-button.m-twitter {
background:#00b5f5
}
.social-button.m-instagram {
background:#d23574
}
.social-button.m-telegram {
background:#2ca5e0
}
.social-button.m-viber {
background:#7b519d
}
.social-button.m-youtube {
background:#e52d27
}
.social-button.m-zen {
background:#000
}
.social-button.m-tiktok {
background:#000
}
.social-button.m-rutube {
background:#29333D
}
.social-button.m-rutube .svg-icon {
transform: scale(1.7);
}
/* Feed line */




/* Footer */
footer {
  background: var(--bs-white);
  box-shadow: rgb(0 0 0 / 10%) 0px -1px 2px;
}
.footer__logo .svg-icon {
  max-height: 80px;
  max-width: 165px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
      text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .footer-menu .footer-menu__item {
      padding: 10px 0px;
  }
}
.footer-menu ul.menu {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  grid-row-gap: 0.5rem;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1400px){
  .footer-menu ul.menu {
      grid-template-columns: repeat(4,minmax(0,1fr));
  }
}
@media screen and (max-width: 1200px){
  .footer-menu ul.menu {
      grid-template-columns: repeat(3,minmax(0,1fr));
  }
}
@media screen and (max-width: 991px){
  .footer-menu ul.menu {
      grid-template-columns: repeat(2,minmax(0,1fr));
      grid-row-gap: 1rem;
  }
}
@media screen and (max-width: 375px){
  .footer-menu ul.menu {
      grid-template-columns: repeat(1,minmax(0,1fr));
      grid-row-gap: 0rem;
  }
}
.footer-menu ul.menu > li > a {
  color: #222;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: 100ms;
}
.footer-menu ul.menu > li > a:hover {
  color: var(--bs-main-color);
  transition: 100ms;
}
@media screen and (max-width: 575px) {
  .footer-menu ul.menu > li > a {
      font-size: 0.75rem;
  }
}
.footer__info {
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  .footer__socials {
      justify-content: center;
  }
  .footer__info {
      margin-left: auto;
      margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .footer__info {
      text-align: center;
  }
}
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #222;
  padding: 10px 20px;
}
.copyright > * {
  color: #fff;
  font-size: 0.8rem;
}
.copyright > a:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .copyright {
      flex-wrap: wrap;
      text-align: center;
      justify-content: center;
      padding: 10px;
  }
  .copyright > * {
      margin: 5px;
  }
}
/* Animations */
@-webkit-keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
from {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
}
/* Other */
/* 404 */
.error-404 * {
  z-index: 0;
}
.error-404 figure {
  opacity: 0.7;
  z-index: -9;
}
.error-404 figure .fill-red {
  opacity: 0.1;
  fill: var(--bs-main-color);
}
.error-404 h1, .error-404 h2 {
  font-family: "Nunito Sans", sans-serif;
}
.error-404 h1 {
  color: var(--bs-main-color);
}
.error-404 .btn {
  max-width: 230px;
  background: var(--bs-main-color-soft);
  color: var(--bs-body-bg);
  border: none;
}
.error-404 .btn:hover {
  background: var(--bs-main-color);
  color: var(--bs-white);
  border: none;
}
.error-404 .btn > .svg-icon {
  width: 16px;
  height: 16px;
}
/* Content none */
.content-none {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.content-none__body {
  position: relative;
  z-index: 2;
}
.content-none figure {
  opacity: 0.7;
  z-index: 0;
}
.content-none figure .fill-red {
  opacity: 0.1;
  fill: var(--bs-main-color);
}
.content-none h1, .content-none h2 {
  font-family: "Nunito Sans", sans-serif;
}
.content-none h1 {
  color: var(--bs-main-color);
}
.content-none .btn {
  max-width: 230px;
  background: var(--bs-main-color-soft);
  color: var(--bs-body-bg);
  border: none;
}
.content-none .btn:hover {
  background: var(--bs-main-color) !important;
  color: var(--bs-white) !important;
  border: none;
}
.content-none .btn > .svg-icon {
  width: 16px;
  height: 16px;
}