/*
Theme Name: MP News
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.2.2
Requires PHP: 8.0
Version: 2.2.2
License: MIT
Tags: news, mlyn.by, pristalica.by
*/
/*
Wordpress
Preloader
Offcanvas
  Offcanvas search
Main menu
Header menu
Sidebars
Header
Important post
Main
Breadcrumb
Control buttons
Post
Page
Blog
Search
Card
  Card block
  Card height
  Card home page
  Card recommended
  Blog and terms cards
Widgets
  Menu categories
  Two categories 9-3
  Two categories (8-4, 4-8)
  Three categories 4-4-4
  Three categories (6-3-3, 3-6-3, 3-3-6)
  Ad blocks
Social
Feed line
Footer
Animations
Other
    404
    Exchange rates
*/
.ym-informer {
  position: absolute;
  margin-top: -70px;
}
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%;
}
/* 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;
}
/* Preloader */
.preloader {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow-y: scroll;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.preloader__logo {
  width: 200px;
  height: auto;
  animation: blinking 1.75s infinite linear;
}
.preloader__logo .svg-icon {
  width: 100%;
}
@media screen and (max-width: 450px) {
  .preloader__logo {
    width: 150px;
    height: auto;
  }
}
header.preloader-active {
  position: fixed;
  width: 100%;
}
/* Offcanvas */
@media screen and (min-width: 768px) {
  .offcanvas {
    width: 500px !important;
  }
  .offcanvas.offcanvas-top {
    width: auto !important;
  }
}
.offcanvas-header__logo .svg-icon {
  max-height: 50px;
  max-width: 120px;
}
/* Offcanvas menu */
#offcanvasMenu {
  z-index: 9999 !important;
}
/* Offcanvas search */
.offcanvas-search {
  height: auto !important;
  background-color: var(--bs-body-bg) !important;
  z-index: 9999 !important;
}
.offcanvas-search .search-result {
  list-style-type: none;
  padding: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
  max-height: 400px;
  overflow-y: scroll;
}
.offcanvas-search .search-result > div:first-child {
  margin-top: 0rem;
}
@media screen and (max-width: 575px) {
  .offcanvas-search .search-query-and-results {
    padding: 1rem;
  }
  .offcanvas-search .search-result {
    padding: 0rem 0.5rem !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;
}
/* Header */
header {
  position: relative;
  z-index: 1020;
  background: var(--bs-white);
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
  height: 60px;
}
@media screen and (max-width: 575px) {
  header {
      height: 50px;
  }
}
.header-sticky-on {
  position: fixed;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: fadeInDown .5s;
  animation: fadeInDown .5s;
}
.header__logo {
  position: relative;
  max-width: 165px;
}
.header__logo .svg-icon {
  height: 65px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .header__logo .svg-icon {
      height: 55px;
      margin-left: -12px;
  }
}
.header__menu {
  position: relative;
  padding: 0.5rem;
  padding-right: 0;
  right: -5px;
}
@media screen and (max-width: 575px) {
  .header__menu {
    padding: 0rem;
  }
}
.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 .svg-icon {
      width: 48px;
      height: 48px;
  }
  .header__menu .search-icon .svg-icon {
    padding: 0.65rem;
  }
  .header__menu .menu-icon .svg-icon {
    padding: 0.2rem;
  }
}
/* 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;
}
/* Breadcrumbs */
.breadcrumbs > ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #222;
}
.breadcrumbs > ol > .breadcrumbs__item:first-child > a::before {
  content: var(--breadcrumb-first-icon);
  margin-right: 0.25rem;
  width: 0.85rem;
  margin-top: 0.1rem;
}
.breadcrumbs > ol > .breadcrumbs__item:first-child:hover > a::before {
  content: var(--breadcrumb-first-icon-hover);
}
.breadcrumbs__item > a {
  text-decoration: none;
  align-items: center;
  display: flex;
  color: #222;
}
.breadcrumbs__item > a:hover,
.breadcrumbs__item > a:hover .svg-icon {
  color: var(--bs-main-color);
  fill: var(--bs-main-color);
}
.breadcrumbs__item,
.breadcrumbs__sep {
  display: inline-block;
}
.breadcrumbs__sep {
  margin: 0rem 0.5rem;
}
.breadcrumbs__sep > .svg-icon {
  width: 0.35rem;
  height: 0.35rem;
  fill: var(--bs-secondary);
}
.breadcrumbs__title {
  display: inline;
  color: var(--bs-secondary) !important;
}
/* Control buttons */
.control-buttons {
  position: absolute;
  top: 85px;
  width: 0 !important;
  bottom: 50px;
  z-index: 999;
}

@media screen and (max-width: 991px) {
  .control-buttons {
    right: 1rem;
  }
}
@media screen and (max-width: 650px) {
  .control-buttons {
    right: 2.75rem;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .control-buttons {
    right: -1rem;
  }
}
@media screen and (min-width: 992px) {
  .control-buttons {
    right: 8.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .control-buttons {
    right: 8rem;
  }
}
@media screen and (min-width: 1400px) {
  .control-buttons {
    right: 6rem;
  }
}
.control-buttons__list {
  position: sticky;
  top: 73%;
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .control-buttons__list {
    top: 70%;
  }
}
.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: -90px;
  left: -90px;
  position: absolute !important;
  width: 225px;
  z-index: -1;
  height: 225px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  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%);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .share__list {
    top: -175px;
    left: -80px;
    width: 65px;
    z-index: 1;
    transform: scale(0);
    transition: all 0.1s 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: 100px;
  height: 40px;
  transform-origin: 100% 18.5px;
  transform: rotate(0deg);
  position: absolute;
  top: 93px;
  left: 13.5px;
}
@media screen and (max-width: 991px) {
  .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__block.facebook {
  transform: rotate(135deg);
}
.share__block.odnoklassniki {
  transform: rotate(90deg);
}
.share__block.vkontakte {
  transform: rotate(45deg);
}
.share__block.telegram {
  transform: rotate(0deg);
}
.share__block.twitter {
  transform: rotate(-45deg);
}
.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: #00b5f5;
}
.share__block.facebook .share__button .svg-icon {
  transform: rotate(225deg);
}
.share__block.odnoklassniki .share__button .svg-icon {
  transform: rotate(270deg);
}
.share__block.vkontakte .share__button .svg-icon {
  transform: rotate(315deg);
}
.share__block.telegram .share__button .svg-icon {
  transform: rotate(0deg);
}
.share__block.twitter .share__button .svg-icon {
  transform: rotate(60deg);
}
/* Post */
.post__body {
  /* background: var(--bs-white);
  box-shadow: 0 0 5px rgb(0 0 0 / 15%); */
}
@media screen and (max-width: 991px) {
  .post__body {
    order: -1;
  }
}
.post .advertisements {
  position: sticky;
  top: 100px;
  padding-bottom: 100px;
  bottom: 0;
}
.post .advertisements .wp-block-image {
  margin-bottom: 0.75rem;
}
.post .advertisements .wp-block-image figcaption {
  display: none;
}
@media screen and (max-width: 1400px) {
  .post .advertisements{
    padding-bottom: 1rem;
  }
}
.post__short-info {
  color: #222;
  font-size: 0.75rem;
  line-height: 20px;
  font-weight: 400;
}
.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 > img {
  width: 100%;
  height: auto;
}
.post__thumbnail > div,
.post__thumbnail iframe {
  width: 100%;
  height: 350px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post__thumbnail > div,
  .post__thumbnail iframe {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .post__thumbnail > div,
  .post__thumbnail iframe {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .post__thumbnail > div,
  .post__thumbnail iframe {
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .post__thumbnail > div,
  .post__thumbnail iframe {
    height: 200px;
  }
}
.post__multimedia-authors .photo-authors,
.post__multimedia-authors .video-authors {
  color: var(--bs-secondary);
  font-size: 0.75rem;
}
.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 {
  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% !important;
  height: auto;
  min-height: 350px !important;
}
.post__content figure {
  width: 100% !important;
  height: auto;
}
.post__content img {
  width: 100% !important;
  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% !important;
    height: auto;
    min-height: 250px !important;
  }
}
.post__categories > ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0;
  padding: 0;
}
.post__categories > ul .category {
  line-height: 1.5rem;
  margin: 0 0.5rem 0.5rem 0;
}
.post__categories > ul .category:last-child {
  margin-right: 0;
}
.post__categories > ul .category a {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  color: var(--bs-main-color);
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 3px;
  transition: 200ms;
}
.post__categories > ul .category a:hover {
  color: #fff;
  background: var(--bs-main-color);
}
/* 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 */
.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;
}
/* 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;
}
.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 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
}
.card > img,
.card__img > 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 {
  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: 59px;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.card-block__list-posts {

}
.card-block__list-posts .list-posts__item {
  position: relative;
  padding: 0.5rem 0rem;
  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, 0.5);
  z-index: 0;
}
.card-block .card__share .share-item a {
  fill: rgba(34, 34, 34, 0.3);
}
.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.3);
}
.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
}
.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 */
.feed-line {
  height: 85px !important;
  visibility: visible !important;
  transform: none !important;
  background: #fff;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 10%) 0px -1px 2px;
  width: 100% !important;
  transition: 0.3s !important;
  transition-delay: 0s !important;
  border: none !important;
}
.feed-line.show {
  bottom: 0;
  height: 100% !important;
}
@media screen and (max-width: 450px) {
  .feed-line {
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    height: 60px !important;
  }
  .feed-line.show {
    flex-direction: column;
  }
}
.feed-line__header {
  position: absolute;
  width: 150px;
  left: 1rem;
  top: 0.5rem;
}
@media screen and (max-width: 450px) {
  .feed-line__header {
    display: block;
    position: relative;
    top: auto;
  }
  .feed-line.show .feed-line__header {
    position: absolute;
    top: 1.5rem;
  }
}
@media (min-width: 451px) and (max-width: 767px) {
  .feed-line__header {
    display: none;
  }
}
.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;
  transition: 0.3s;
  transition-delay: 0.5s !important;
}
.feed-line__list.active {
  white-space: normal;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .feed-line__list {
    max-width: 80%;
    margin: 0rem 0.5rem;
  }
  .feed-line__list.active {
    max-width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 450px) {
  .feed-line__list {
    display: none;
  }
  .feed-line__list.active {
    display: block;
    margin-top: 4rem;
    padding: 0.5rem;
    padding-bottom: 8rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .feed-line__list {
      max-width: 450px;
  }
}
@media screen and (min-width: 992px) {
  .feed-line__list {
      max-width: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .feed-line__list {
      max-width: 850px;
  }
}
@media screen and (min-width: 1400px) {
  .feed-line__list {
      max-width: 1000px;
  }
}
.feed-line__list.active .feed-line__item {
  width: 100%;
}
.feed-line__item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .feed-line__item {
      width: 50%;
  }
}
.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-date {
  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: 65px;
  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__list.active .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__list.active .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: 1.25rem;
  right: 1rem;
  width: 3.5rem;
  height: 2.5rem;
  transition: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 450px) {
  .feed-line__toggle {
    display: block;
    position: relative;
    top: auto;
    right: auto;
  }
  .feed-line__toggle.active {
    position: absolute;
    top: 1.25rem;
    right: 0rem;
  }
}
.feed-line__toggle.active {
  transform: scale(1, -1);
}
/* 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;
}
/* Exchange rates */
.exchange-rates__rates {
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-top: 1rem;
}
.exchange-rates__rates:first-child {
  margin: 0;
}
.rates__bank-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .rates__bank-info {
      flex-wrap: wrap;
  }
}
.rates__bank-name {
  font-size: 1rem;
  font-weight: 500;
}
.rates__date-update {
  font-size: 0.75rem;
  font-weight: 300;
}
.rates {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
}
@media screen and (max-width: 575px) {
  .rates {
      flex-wrap: wrap;
  }
}
.rates .col {
  padding: 0rem 2rem;
}
@media screen and (max-width: 767px) {
  .rates .col {
      padding: 0rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  .rates .col {
      flex: auto;
      width: 100%;
      border-bottom: 1px solid rgba(34,34,34, 0.5);
      padding: 1rem;
  }
  .rates .col:last-child {
      border-bottom: none;
      padding-bottom: 0rem;
  }
}
.rates__block {
  text-align: center;
  font-size: 0.85rem;
}
.rates__block:nth-child(2) {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 0.5rem;
}
.rates__block-icon {
  width: 3rem;
  height: 3rem;
  margin: auto;
  margin-bottom: 0.5rem;
}
.rates__scale {
  display: inline-block;
}
.rates__name {
  display: inline-block;
}