/*!
Theme Name: Business & Style Theme
Theme URI: https://weblorem.com
Author: WebLorem
Author URI: https://weblorem.com
Description: Custom WordPress theme for BIZNESiSTYL portal.
Version: 1.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weblorem
*/

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Lato", sans-serif;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
}

body.noscroll {
  overflow: hidden;
}

body.no-scroll {
  overflow: hidden;
}

figure {
  margin: 0;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
}

a {
  display: block;
}

input,
textarea,
select {
  font-family: "Lato", sans-serif;
  -webkit-appearance: none;
}

form {
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: none;
}

.page {
  position: relative;
}

.container {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

/* Header */

.header {
  padding-top: 17px;
}

.header__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.header__logo {
  max-width: 345px;
  width: 100%;
}

.header__logo-img {
  width: 100%;
}

.header__top-items {
  display: flex;
  align-items: center;
}

.header__top-item {
  margin-right: 16px;
}

.search__form {
  max-width: 100%;
  width: 304px;
  height: 30px;
  border: 1px solid #999999;
  border-radius: 66px;
  padding: 3px 19px;
  display: flex;
  align-items: center;
  background: #fff;
  margin-right: 16px;
}

form.search__form input {
  padding: 0;
  font-size: 14px;
  float: left;
  height: 30px;
  border: none;
  color: #666666;
  width: 100%;
  background: transparent;
  padding-right: 10px;
}

form.search__form button {
  float: left;
  height: 30px;
  color: white;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

form.search__form::after {
  content: "";
  clear: both;
  display: table;
}

.header__top-login {
  background: #8e1c56;
  border-radius: 64px;
  max-width: 126px;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #e3e3e3;
  height: 30px;
  margin-right: 16px;
}

.header__top-login img {
  width: 10px;
  height: 12px;
  margin-right: 10px;
}

.header__top-login span {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  background-color: #fff;
}

.header .nav {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: all 0.3s ease;
}

.header--dark {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  top: 0;
  height: 51px;
  box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.15);
  filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease;
}

.header.header--dark {
  padding-top: 10px;
}

.header--dark .nav {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s ease;
}

.header .header__logo {
  max-width: 345px;
  transition: all 0.3s ease;
}

.header--dark .header__logo {
  max-width: 205px;
  transition: all 0.3s ease;
}

.whitespace {
  height: 140px;
}

.nav__menu {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.nav__link {
  font-family: "Playfair Display", serif;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.nav__menu > li.nav__list {
  padding-right: 30px;
}

.nav__menu > li#menu-item-44 {
  padding-right: 15px;
}

.nav__list:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.nav__list--dropdown {
  position: static;
}

.nav__list--dropdown > a {
  position: relative;
}

.nav__list--dropdown > a::after {
  position: absolute;
  content: "";
  background-image: url(../img/dropdownarr.png);
  width: 9px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  top: 7px;
  right: -15px;
  transition: all 0.3s ease;
}

.nav__list--dropdown:hover > a:after {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.dropdown {
  position: absolute;
  visibility: hidden;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 140px;
  opacity: 0;
  background: #fdfdfd;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25),
    0px 2px 12px 2px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #575757;
  transition: all 0.3s ease;
  z-index: 100;
}

.dropdown__top {
  background: #575757;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.dropdown__top-lists {
  display: flex;
}

.dropdown__top-list {
  padding: 2px 10px 3px;
  border: 1px solid #fdfdfd;
  border-radius: 53px;
  margin-right: 10px;
}

.dropdown__top-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #fdfdfd;
  text-decoration: none;
}

.dropdown__content-wrapper {
  display: flex;
  padding: 16px 10px 24px;
}

.dropdown__content-left__item {
  max-width: 468px;
  width: 100%;
  max-height: 295px;
  height: 100%;
  position: relative;
}

.dropdown__content-left__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #9c9699;
  z-index: 9;
}

.dropdown__content-left__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 4px;
  background: #575757;
  z-index: 10;
  transition: all 0.5s ease;
}

.dropdown__content-left__item:hover:before {
  width: 100%;
  transition: all 0.5s ease;
}

.dropdown__content-left__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown__content-left__item .dropdown__content-left__link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.dropdown__content-left__item .dropdown__content-left__info {
  position: relative;
  pointer-events: none;
  z-index: 4;
  top: 100%;
  transform: translateY(-100%);
  padding: 0 30px 25px 25px;
}

.dropdown__content-left__item
  .dropdown__content-left__info
  .dropdown__content-left__category-link {
  pointer-events: all;
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 64px;
  display: inline-block;
  padding: 6px 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #e3e3e3;
  margin-bottom: 15px;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
      360deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.212973) 42.24%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(
      360deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.4125) 37.57%,
      rgba(0, 0, 0, 0) 100%
    );
  z-index: 2;
}

.dropdown__content-left__title {
  font-weight: 700;
  font-size: 23px;
  line-height: 120%;
  color: #e3e3e3;
}

.dropdown__content-right__lists {
  display: flex;
  flex-wrap: wrap;
}

.dropdown__content-right {
  max-width: 700px;
  width: 100%;
}

.dropdown .dropdown__content-right__list {
  height: 60px;
}

.dropdown__content-right__list {
  max-width: 320px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.dropdown__content-right__list:nth-child(odd) {
  margin-right: 20px;
}

.dropdown__content-right__list:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../img/subtract.png);
  height: 100%;
  width: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.dropdown__content-right__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #1d1d1d;
  text-decoration: none;
  padding-left: 15px;
}

.dropdown__content-left {
  margin-right: 18px;
}

/* Mainnews */

.mainnews__top-item {
  position: relative;
}

.mainnews__top-items {
  display: flex;
}

.mainnews__top {
  padding: 0 30px;
  margin: 0 auto;
}

.mainnews__top-item {
  width: 50%;
}

.mainnews__top-item:nth-child(1) {
  margin-right: 17px;
}

.mainnews__top-item__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainnews__top-item__link {
  text-decoration: none;
}

.mainnews {
  margin-top: 10px;
}

.mainnews__top-item__info {
  position: absolute;
  bottom: 70px;
  left: 60px;
  right: 80px;
  z-index: 10;
}

.mainnews__top-item__info-link {
  border: 1px solid #e4e4e4;
  border-radius: 64px;
  display: inline-block;
  padding: 7px 30px;
  color: #e4e4e4;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 20px;
}

.mainnews__top-item__info-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 58px;
  color: #e4e4e4;
}

.mainnews__top-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #9c9699;
  z-index: 9;
}

.mainnews__top-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 6px;
  background: #901d58;
  z-index: 10;
  transition: all 0.5s ease;
}

.mainnews__top-item:hover:before {
  width: 100%;
  transition: all 0.5s ease;
}

.mainnews__top {
  margin-bottom: 20px;
}

.mainnews__bottom .mainnews__top-item .mainnews__top-item__info-title {
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

.mainnews__bottom .mainnews__top-item .mainnews__top-item__info {
  position: absolute;
  bottom: 36px;
  left: 30px;
  right: 44px;
  z-index: 10;
}

/* Categorymain */

.categorymain {
  margin-top: 24px;
}

.categorymain__title {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  color: #1d1d1d;
}

.categorymain__link {
  border-radius: 64px;
  display: inline-block;
  padding: 6px 20px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.categorymain__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.category__item-top__left-item {
  position: relative;
  max-width: 470px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      360deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.212973) 42.24%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(
      360deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.4125) 37.57%,
      rgba(0, 0, 0, 0) 100%
    );
}

.category__item-top__left-item a {
  height: 100%;
}

.category__item-top__left-item .mainnews__top-item__info-title {
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

.category__item-top__left-item .mainnews__top-item__info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 44px;
  z-index: 10;
}

.categorymain__items {
  margin-top: 32px;
}

.category__item-top__left-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #9c9699;
  z-index: 9;
}

.category__item-top__left-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 6px;
  background: inherit;
  z-index: 10;
  transition: all 0.5s ease;
}

.category__item-top__left {
  max-width: 470px;
  width: 100%;
  max-height: 300px;
  height: 100%;
}

.category__item-top__left-item,
.mainnews__top-item__link img {
  max-height: 300px;
  height: 100%;
}

.category__item-top__left-item:hover:before {
  width: 100%;
  transition: all 0.5s ease;
}

.category__item-top__right-list {
  max-width: 221px;
  height: 100%;
  width: 100%;
  margin-right: 22px;
  background: #fdfdfd;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25),
    0px 2px 12px 2px rgba(0, 0, 0, 0.15);
}

.category__item-top__right-list:last-child {
  margin-right: 0;
}

.category__item-top__right-list a {
  height: 100%;
}

.category__item-top__right-list img {
  width: 100%;
}

.category__item-top__right-list figure img {
  height: 100%;
  max-height: 150px;
  object-fit: cover;
}

.category__item-top__right-list figure {
  position: relative;
  margin: 0;
  max-height: 150px;
  height: 100%;
}

.category__item-top__right-list figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #9c9699;
  z-index: 9;
}

.category__item-top__right-list figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: inherit;
  z-index: 10;
  transition: all 0.5s ease;
}

.category__item-top__right-list:hover figure:before {
  width: 100%;
  transition: all 0.5s ease;
}

.category__item-top__right-lists {
  display: flex;
  height: 100%;
}

.categorymain__items-top {
  display: flex;
  justify-content: space-between;
}

.category__item-top__right-list__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #1d1d1d;
  padding: 14px;
}

.category__item-top__right-list a {
  text-decoration: none;
}

.categorymain__botitems {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 20px;
}

.categorymain__botitem-left figure {
  margin: 0;
}

.categorymain__botitem-left {
  max-height: 150px;
  height: 100%;
}

.categorymain__botitem-left figure img {
  width: 100%;
}

.categorymain__botitem-right__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #1d1d1d;
}

.categorymain__botitem a {
  text-decoration: none;
  height: 100%;
}

.categorymain__botitem {
  max-width: 387px;
  width: 100%;
  background: #fdfdfd;

  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25),
    0px 2px 12px 2px rgba(0, 0, 0, 0.15);
}

.categorymain__botitem-wrapper {
  display: flex;
  align-items: flex-start;
  height: 100%;
}

.categorymain__botitem-right {
  padding: 8px 16px;
  max-width: 170px;
}

.categorymain__botitem-left {
  max-width: 200px;
  width: 100%;
}

.categorymain__botitem-left figure {
  margin: 0;
  height: 100%;
  position: relative;
}

.categorymain__botitem-left figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #9c9699;
  z-index: 9;
}

.categorymain__botitem-left figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: inherit;
  z-index: 10;
  transition: all 0.5s ease;
}

.categorymain__botitem-left:hover figure:before {
  width: 100%;
  transition: all 0.5s ease;
}

.single__right .addvertisingblock__sec {
  max-width: 350px;
}

.categorymain__tags {
  background-color: #901d58;
  margin-bottom: 22px;
}

.categorymain__lists {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 0 10px;
}

.categorymain__tags-link,
.categorymain__tags-list a {
  border: 1px solid #fdfdfd;
  border-radius: 64px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 6px 10px;
  color: #fdfdfd;
}

/* Category Sec */

.categorysec__left {
  max-width: 750px;
  margin-right: 16px;
}

.categorysec__left-mainitem {
  margin-top: 32px;
  background: #fdfdfd;

  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25),
    0px 2px 12px 2px rgba(0, 0, 0, 0.15);
}

.categorysec__left-mainitem__inner {
  display: flex;
  align-items: flex-end;
}

.categorysec__left-mainitem__inner > a {
  max-width: 408px;
  width: 100%;
}

.categorysec__left-mainitem__left {
  max-width: 408px;
  width: 100%;
  margin-right: 23px;
  max-height: 290px;
  height: 100%;
}

.categorysec__left-mainitem__left img {
  width: 100%;
  max-height: 290px;
  height: 100%;
  object-fit: cover;
}

.categorysec__left-mainitem__left figure {
  max-height: 290px;
  height: 100%;
}

.categorysec__left-mainitem__right {
  max-width: 342px;
  width: 100%;
  padding: 0 40px 25px 23px;
}

.categorysec__left-mainitem__right-link {
  border: 1px solid #575757;
  border-radius: 64px;
  display: inline-block;
  padding: 6px 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
  color: #575757;
}

.categorysec__left-mainitem__right-title {
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
  color: #1d1d1d;
}

.categorysec__left-mainitem a {
  text-decoration: none;
}

.categorysec__left-mainlists {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.categorysec__left-mainlist figure {
  max-height: 100px;
  height: 100%;
}

.categorysec__left-mainlist figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100px;
}

.categorysec__left-mainlist {
  margin-right: 17px;
  background: #fdfdfd;

  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25),
    0px 2px 12px 2px rgba(0, 0, 0, 0.15);
  max-width: 200px;
  width: 100%;
}

.categorysec__left-mainlist:last-child {
  margin-right: 0;
}

.categorysec__left-mainlist__title {
  padding: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  color: #1d1d1d;
}

.categorysec__left-mainlist a {
  text-decoration: none;
  height: 100%;
}

.categorysec__left-mainitem figure,
.categorysec__left-mainlist figure {
  position: relative;
}

.categorysec__left-mainitem figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #9c9699;
  z-index: 9;
}

.categorysec__left-mainitem figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 4px;
  background: inherit;
  z-index: 10;
  transition: all 0.5s ease;
}

.categorysec__left-mainitem:hover figure:before {
  width: 100%;
  transition: all 0.5s ease;
}

.categorysec__left-mainlist figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #9c9699;
  z-index: 9;
}

.categorysec__left-mainlist figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: inherit;
  z-index: 10;
  transition: all 0.5s ease;
}

.categorysec__left-mainlist:hover figure:before {
  width: 100%;
  transition: all 0.5s ease;
}

.categorysec__left-twoitems {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.categorysec__left-twoitem {
  background: #fdfdfd;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25),
    0px 2px 12px 2px rgba(0, 0, 0, 0.15);
  max-width: 370px;
  width: 100%;
  margin-right: 10px;
}

.categorysec__left-twoitem:last-child {
  margin-right: 0;
}

.categorysec__left-twoitem figure {
  position: relative;
  max-height: 200px;
  height: 100%;
}

.categorysec__left-twoitem figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #9c9699;
  z-index: 9;
}

.categorysec__left-twoitem figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: inherit;
  z-index: 10;
  transition: all 0.5s ease;
}

.categorysec__left-twoitem:hover figure:before {
  width: 100%;
  transition: all 0.5s ease;
}

.categorysec__left-twoitem figure img {
  width: 100%;
  max-height: 200px;
  height: 100%;
  object-fit: cover;
}

.categorysec__left-twoitem a {
  text-decoration: none;
  height: 100%;
}

.categorysec__left-twoitem__title {
  padding: 13px 13px 43px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #1d1d1d;
}

.categorysec__left-botitems__left {
  margin-right: 40px;
}

.categorysec__left-botitems__left-item {
  max-width: 290px;
  width: 100%;
  background: #fdfdfd;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25),
    0px 2px 12px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 17px;
}

.categorysec__left-botitems__left-item:last-child {
  margin-bottom: 0;
}

.categorysec__left-botitems__left-item img {
  width: 100%;
}

.categorysec__left-botitems__left-item a {
  text-decoration: none;
}

.categorysec__left-botitems__left-title {
  padding: 12px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;

  color: #1d1d1d;
}

.categorysec__left-botitems__left-item figure img {
  max-height: 150px;
  height: 100%;
  object-fit: cover;
}

.categorysec__left-botitems__left-item figure {
  position: relative;
  max-height: 150px;
  height: 100%;
}

.categorysec__left-botitems__left-item figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #9c9699;
  z-index: 9;
}

.categorysec__left-botitems__left-item figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: inherit;
  z-index: 10;
  transition: all 0.5s ease;
}

.categorysec__left-botitems__left-item:hover figure:before {
  width: 100%;
  transition: all 0.5s ease;
}

/* Advertising */

.addvertisingblock__sec {
  max-width: 950px;
  margin: 20px auto;
}

.addvertisingblock__sec img {
  width: 100% !important;
  height: auto !important;
}

.addvertisingblock__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  border-bottom: 1px solid #9c9699;
  color: #9c9699;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-bottom: 11px;
}

.categorysec__left-botitems__right-list {
  position: relative;
  max-width: 400px;
  margin-bottom: 20px;
  padding-left: 20px;
  height: 45px;
}

.categorysec__left-botitems__right-list:last-child {
  margin-bottom: 0;
}

.categorysec__left-botitems__right-list:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../img/subtract.png);
  height: 100%;
  width: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.categorysec__left-botitems__right-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  color: #1d1d1d;
}

.categorysec__left-botitems__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}

.categorysec__left-botitems__tags {
  background: #575757;
}

.categorysec__right-title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  color: #1d1d1d;
  border-bottom: 3px solid #575757;
  padding-bottom: 10px;
}

.categorysec__wrapper {
  display: flex;
}

.categorysec__right {
  max-width: 430px;
  width: 100%;
  position: sticky;
  top: 80px;
  align-self: start;
}

.categorymain__tags-list {
  margin-right: 10px;
  margin-bottom: 10px;
}

.categorysec__right-item {
  margin-top: 32px;
}

.categorysec__right-item a img {
  width: 100%;
  height: 100%;
}

.categorysec__right-item a {
  text-decoration: none;
  max-height: 266px;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}

.categorysec__right-item {
  position: relative;
  max-height: 266px;
}

.categorysec__right-item__content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 44px;
  z-index: 10;
}

.categorysec__right-item__content-link {
  border: 1px solid #e4e4e4;
  border-radius: 64px;
  padding: 6px 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
  color: #e4e4e4;
}

.categorysec__right-item__content-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;

  color: #e4e4e4;
}

.categorysec__right-item {
  margin-bottom: 10px;
}

.categorysec__right-itemlist {
  margin-bottom: 8px;
}

.categorysec__right-itemlist a {
  text-decoration: none;
}

.categorysec__right-itemlist__inner {
  display: flex;
  align-items: center;
}

.categorysec__right-itemlist__left {
  max-width: 178px;
}

.categorysec__right-itemlist__left img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.categorysec__right-itemlist {
  background-color: #f2f2f2;
}

.categorysec__right-itemlist__right {
  background-color: #f2f2f2;
  height: 100%;
  padding: 0px 8px 0px 20px;
}

.categorysec__right-itemlist__right-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;

  color: #1d1d1d;
}

.categorysec__right-itemlist {
  position: relative;
}

.categorysec__right-itemlist:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #9c9699;
  z-index: 9;
}

.categorysec__right-itemlist:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 1px;
  background: #575757;
  z-index: 10;
  transition: all 0.5s ease;
}

.categorysec__right-itemlist:hover:before {
  width: 100%;
  transition: all 0.5s ease;
}

/* Partners */

.partners__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 78.99%;
  border-bottom: 1px solid #1d1d1d;
  color: #1d1d1d;
  padding-bottom: 8px;
}

.partners__items {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

/* Footer */

.footer__menu {
  display: flex;
  justify-content: space-between;
}

.footer__menu-link {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  color: #1d1d1d;
}

.footer__top {
  border-top: 1px solid #1d1d1d;
  border-bottom: 1px solid #1d1d1d;
}

.footer__center {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer__center-left {
  max-width: 123px;
}

.footer__center-left img {
  width: 100%;
}

.footer__center-right {
  max-width: 70px;
}

.footer__center-right img {
  width: 100%;
}

.footer__bottom-left {
  display: flex;
  align-items: center;
}

.footer__bottom-copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  margin-right: 10px;
  color: #1d1d1d;
}

.footer__bottom-lists {
  display: flex;
  align-items: center;
}

.footer__bottom-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  text-decoration: none;
  color: #9c9699;
}

.footer__bottom-list {
  margin-right: 10px;
  position: relative;
}

.vl {
  width: 1px;
  height: 15px;
  background: #808080;
  margin-right: 10px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__bottom-right {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  color: #1d1d1d;
}

.footer__bottom-right span {
  margin-right: 5px;
}

.footer__bottom-right a {
  text-decoration: none;
  color: #1d1d1d;
}

.advblocks__header-title {
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;

  color: #1d1d1d;
}

.advblocks__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 5px;
  border-bottom: 2px solid #cbaa5c;
  margin-bottom: 25px;
}

.advblocks__header-lists {
  display: flex;
}

.advblocks__header-lists li {
  margin-right: 10px;
}

.advblocks__header-lists li:last-child {
  margin-right: 0;
}

.advblocks__content-wrapper {
  display: flex;
}

.advblocks__content-left {
  max-width: 311px;
  width: 100%;
  margin-right: 20px;
}

.advblocks__content-left img {
  width: 100%;
  max-height: 270px;
  object-fit: contain;
}

.advblocks__content-items {
  display: flex;
  justify-content: space-between;
}

.advblocks__content-item {
  max-width: 275px;
  width: 100%;
  margin-right: 20px;
  background: #fdfdfd;

  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25),
    0px 2px 12px 2px rgba(0, 0, 0, 0.15);
}

.advblocks__content-item:last-child {
  margin-right: 0;
}

.advblocks__content-item figure {
  position: relative;
}

.advblocks__content-item figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #9c9699;
  z-index: 9;
}

.advblocks__content-item figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: #cbaa5c;
  z-index: 10;
  transition: all 0.5s ease;
}

.advblocks__content-item:hover figure:before {
  width: 100%;
  transition: all 0.5s ease;
}

.advblocks__content-item a {
  text-decoration: none;
}

.advblocks__content-item .advblocks__content-item__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  padding: 12px 9px 23px 8px;
  color: #1d1d1d;
}

.advblocks__content-item figure img {
  width: 100%;
}

.advblocks {
  margin-bottom: 20px;
}

/* Breadcrumbs */

.breadcrumbs {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 37px;
  margin-top: 30px;
}

.breadcrumbs a {
  color: #8e1c56;
  text-decoration: none;
}

.breadcrumbs span {
  margin: 0 5px;
}

/* Single post */

.single__left-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #901d58;
  margin-bottom: 24px;
}

.single__left-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;

  color: #1d1d1d;
}

.single__left {
  max-width: 748px;
  width: 100%;
  margin-right: 16px;
}

.single__left-date {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 19px;
  color: #1d1d1d;
}

.single__left-maintitle {
  font-weight: 800;
  font-size: 44px;
  line-height: 53px;
  margin-bottom: 15px;
  color: #1d1d1d;
}

.single__left-author {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 38px;
  color: #1d1d1d;
}

.single__left-image {
  width: 100%;
  margin-bottom: 8px;
}

.single__left-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.single__left-info__left-name {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1d1d1d;
}

.single__left-info__right {
  display: flex;
}

.single__left-info__right-block {
  margin-right: 10px;
}

.single__left-interest {
  margin-top: 25px;
  max-width: 294px;
  width: 100%;
  float: left;
  margin-right: 30px;
}

.single__left-interest .categorysec__right-itemlist__left {
  max-width: 139px;
  width: 100%;
  max-height: 100px;
}

.single__left-interest .categorysec__right-itemlist__left figure {
  height: 100%;
  max-height: 100px;
  overflow: hidden;
}

.single__left-interest .categorysec__right-itemlist__right-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #0b3190;
}

.single__left-interest__title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.single__left-content {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 11px;
  color: #1d1d1d;
}

.single__left-content iframe {
  width: 100% !important;
}

.single__left-share {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 35px;
}

.single__left-popular__title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  color: #1d1d1d;
  border-bottom: 2px solid #575757;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.single__left-newest__items {
  display: flex;
  flex-wrap: wrap;
}

.single__left-newest__items .category__item-top__right-list {
  max-width: 207px;
}

.single__left-newest__items .category__item-top__right-list:nth-child(3n) {
  margin-right: 0;
}

.single__left-newest__items .category__item-top__right-list:nth-child(-n + 3) {
  margin-bottom: 20px;
}

.single__wrapper {
  display: flex;
}

.single__right .categorysec__right-title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  color: #1d1d1d;
  border-bottom: 2px solid #575757;
  padding-bottom: 11px;
}

.notfound {
  margin-top: 84px;
  margin-bottom: 140px;
}

.notfound__title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  color: #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
  padding-bottom: 5px;
  margin-bottom: 26px;
}

.notfound__text {
  max-width: 750px;
  margin: 0 auto 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #1d1d1d;
}

.notfound__link {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 8px 37px 9px;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
  color: #e4e4e4;
  background: #8e1c56;
  border-radius: 64px;
  max-width: 170px;
  text-align: center;
}

@media (max-width: 1400px) {
  .mainnews__top-item__info-title {
    font-size: 40px;
    line-height: 44px;
  }
}

.nav:not(.--jsfied) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.nav .--hidden {
  display: none;
}
.nav button {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  color: #faf3dd;
  background-color: transparent;
}
.nav .-primary {
  display: flex;
}
.nav .-primary > li {
  flex-grow: 1;
  background-color: #fff;
}
.nav .-primary > li + li {
  border-left: 1px solid #fff;
}
.nav .-primary > li > a,
.nav .-primary > li > button {
  white-space: nowrap;
  padding: 1em 0.6em;
  box-shadow: inset 0 -0.2em 0 #fff;
}
.nav .-primary > li > a:hover,
.nav .-primary > li > button:hover {
  background-color: #fff;
}
.nav .-primary > li > a:active,
.nav .-primary > li > button:active {
  background-color: #fff;
}
.nav .-primary .-more {
  background-color: #fff;
}
.nav .-primary .-more > button span {
  display: inline-block;
  transition: transform 0.2s;
}
.nav.--show-secondary .-primary .-more > button span {
  transform: rotate(180deg);
}
.nav .-secondary {
  max-width: 100%;
  min-width: 10em;
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
  -webkit-animation: nav-secondary 0.2s;
  animation: nav-secondary 0.2s;
}
.nav .-secondary li {
  border-top: 1px solid #fff;
  background-color: #fff;
}
.nav .-secondary a,
.nav .-secondary button {
  padding: 0.6em;
}
.nav .-secondary a:hover,
.nav .-secondary button:hover {
  background-color: #fff;
}
.nav .-secondary a:active,
.nav .-secondary button:active {
  background-color: #fff;
}
.nav.--show-secondary .-secondary {
  display: block;
}

.btn__menu-expand {
  border: none;
  background-image: url(../img/toggle-menu.png);
  background-repeat: no-repeat;
}

@-webkit-keyframes nav-secondary {
  0% {
    opacity: 0;
    transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nav-secondary {
  0% {
    opacity: 0;
    transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.search__form-mobile {
  display: none;
}

.categorymain__botitem-left figure img {
  object-fit: cover;
  height: 100%;
}
.categorymain__botitem-wrapper {
  align-items: initial;
}

@media (max-width: 1300px) {
  .category__item-top__left {
    margin-right: 20px;
  }
  .categorymain__botitem {
    margin-right: 20px;
  }
  .categorymain__botitem:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .mainnews__top-item__info-title {
    font-size: 30px;
    line-height: 36px;
  }
  .mainnews__top-item__info {
    bottom: 40px;
    left: 30px;
  }
  .categorysec__left {
    max-width: 600px;
  }
  .categorysec__left-mainitem__right {
    max-width: 290px;
    padding: 25px 40px 25px 23px;
  }
  .categorysec__left-mainitem__inner,
  .categorysec__right-itemlist__inner {
    align-items: initial;
  }
  .categorysec__left-mainitem__left {
    height: 100%;
  }

  .categorysec__left-mainitem__left figure,
  .categorysec__left-mainitem__left figure img,
  .categorysec__right-itemlist__left figure,
  .categorysec__right-itemlist__left figure img {
    height: 100%;
  }
  .categorysec__left-mainitem__left figure img,
  .categorysec__right-itemlist__left figure img {
    object-fit: cover;
  }
  .categorysec__right-itemlist__right {
    padding: 10px;
  }
  .single__left {
    max-width: 600px;
  }
  .single__left-newest__items .category__item-top__right-list {
    max-width: 185px;
  }
  .category__item-top__right-list figure {
    max-height: 100px;
  }
}

@media (max-width: 1050px) {
  .category__item-top__left {
    max-width: 410px;
  }
}

@media (max-width: 1010px) {
  .dropdown__content-right__list {
    max-width: 300px;
  }
  .nav__link {
    white-space: nowrap;
  }
}

@media (max-width: 992px) {
  .search__form {
    width: 230px;
  }
  .mainnews__top-item__info-title {
    font-size: 23px;
    line-height: 28px;
  }
  .categorymain__items-top {
    flex-wrap: wrap;
    justify-content: center;
  }
  .category__item-top__left {
    margin-bottom: 20px;
  }
  .categorysec__left {
    max-width: 500px;
  }
  .categorysec__left-mainlists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .categorysec__left-mainlist {
    margin-right: 0;
  }
  .advblocks__content-left {
    max-width: 274px;
  }
  .partners__items {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
  }
  .partners__item {
    margin-right: 50px;
    margin-bottom: 30px;
  }
  .footer__menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer__menu-item {
    margin-right: 15px;
  }
  .footer__bottom-left {
    flex-wrap: wrap;
  }
  .breadcrumbs {
    flex-wrap: wrap;
  }
}

@media (max-width: 965px) {
  .dropdown__content-right__list {
    max-width: 250px;
  }
  .dropdown__content-right__lists {
    justify-content: space-between;
  }
}

@media (max-width: 950px) {
  .single__left {
    max-width: 500px;
  }
  .single__left-newest__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .single__left-newest__items .category__item-top__right-list {
    max-width: 260px;
    margin-bottom: 0;
  }
  .single__left-newest__items
    .category__item-top__right-list:nth-child(-n + 3) {
    margin-bottom: 0;
  }
  .single__left-interest {
    max-width: 250px;
  }
}

@media (max-width: 900px) {
  .categorymain__botitem-right {
    max-width: 140px;
  }
}

@media (max-width: 875px) {
  .header__logo {
    margin-right: 30px;
  }
  .categorysec__right-item a {
    margin-bottom: 8px;
  }
  .categorysec__right-item__content {
    bottom: 20px;
    left: 25px;
  }
  .categorysec__right-item__content-title {
    font-size: 16px;
  }
  .categorysec__left {
    max-width: 450px;
  }
}

@media (max-width: 850px) {
  .nav__list .dropdown {
    display: none;
  }
  .nav__list--dropdown > a::after {
    display: none;
  }
  .nav__list {
    padding-right: 30px;
  }

  .nav__list:last-child {
    padding-right: 0;
  }
  .advblocks__content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .advblocks__content-left {
    margin-bottom: 20px;
  }
  .single__left {
    max-width: 450px;
  }
  ul.-secondary .nav__list {
    border-bottom: 1px solid #9c9699;
  }
  ul.-secondary {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .search__form {
    display: none;
  }
  .header--dark .search__form-mobile {
    display: none;
  }
  .search__form-mobile {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .search__form--mob {
    max-width: 100%;
    width: 100%;
    height: 30px;
    border: 1px solid #999999;
    border-radius: 66px;
    padding: 3px 19px;
    display: flex;
    align-items: center;
    background: #fff;
    margin-right: 16px;
  }

  form.search__form--mob input {
    padding: 0;
    font-size: 14px;
    float: left;
    height: 30px;
    border: none;
    color: #666666;
    width: 100%;
    background: transparent;
    padding-right: 10px;
  }

  form.search__form--mob button {
    float: left;
    height: 30px;
    color: white;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
  }

  form.search__form--mob::after {
    content: "";
    clear: both;
    display: table;
  }
  .mainnews__top-items {
    flex-wrap: wrap;
  }
  .mainnews__top-item {
    width: 100%;
  }
  .mainnews__top-item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mainnews__top {
    margin-bottom: 10px;
  }
  .whitespace {
    height: 200px;
  }
  .categorymain__botitems {
    flex-wrap: wrap;
    justify-content: center;
  }
  .categorymain__botitem {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 550px;
  }
  .categorymain__botitem:last-child {
    margin-bottom: 0;
  }
  .categorymain__botitem-right {
    max-width: 350px;
    width: 100%;
  }
  .categorymain__botitem-wrapper {
    align-items: center;
  }
  .category__item-top__right-list__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
  }
  .categorysec__wrapper {
    flex-wrap: wrap;
  }
  .categorysec__left {
    max-width: 800px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .categorysec__right {
    max-width: 800px;
  }

  .partners__item {
    margin-right: 50px;
  }
  .single__wrapper {
    flex-wrap: wrap;
  }
  .single__left {
    max-width: 800px;
    width: 100%;
    margin-right: 0;
  }
  .single__left-newest__items .category__item-top__right-list {
    max-width: 370px;
  }
}

@media (max-width: 650px) {
  .header__top-login span {
    display: none;
  }
  .header__top-login img {
    margin-right: 0;
  }
  .header .header__logo {
    max-width: 140px;
  }
  .header__top {
    align-items: center;
  }
  .addvertisingblock__sec {
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .mainnews__top-item__info-title,
  .mainnews__bottom .mainnews__top-item .mainnews__top-item__info-title {
    font-size: 20px;
    line-height: 23px;
  }
  .mainnews__top-item__info-link {
    margin-bottom: 8px;
  }
  .mainnews__top-item__info,
  .mainnews__bottom .mainnews__top-item .mainnews__top-item__info {
    bottom: 30px;
    left: 20px;
  }
  .mainnews__top-item__info-link {
    padding: 6px;
  }
  .mainnews__top-item:before {
    height: 2px;
  }
  .mainnews__top-item:after {
    height: 2px;
  }
  .container,
  .mainnews__top {
    padding: 0 20px;
  }
  .category__item-top__right-lists,
  .categorysec__left-botitems__left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .categorysec__left-botitems__left-item {
    margin-bottom: 0;
  }

  .categorysec__left-botitems__left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .category__item-top__right-list:last-child {
    margin-bottom: 0;
  }
  .category__item-top__left {
    margin-right: 0;
  }
  .category__item-top__right-list:nth-child(even) {
    margin-right: 0;
  }
  .category__item-top__left-item .mainnews__top-item__info-title {
    font-size: 18px;
  }
  .category__item-top__left-item {
    max-width: 600px;
  }
  .category__item-top__right-list {
    margin-right: 0;
  }
  .category__item-top__left-item:before,
  .category__item-top__left-item:after {
    height: 3px;
  }
  .category__item-top__left-item .mainnews__top-item__info {
    bottom: 25px;
    left: 20px;
  }
  .categorymain__botitem-left {
    height: 100%;
  }
  .categorymain__title {
    font-size: 30px;
  }
  .categorysec__left-twoitems {
    flex-wrap: wrap;
  }
  .categorysec__left-twoitem {
    max-width: 600px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .categorysec__left-twoitem__title {
    padding: 13px 13px 30px;
  }
  .categorysec__left-mainlist__title {
    padding: 10px 10px 20px 10px;
  }
  .categorysec__left-botitems__wrapper {
    flex-wrap: wrap;
  }
  .categorysec__left-mainlist__title {
    font-size: 16px;
    font-weight: 500;
  }
  .categorysec__left-mainitem__right-title {
    font-size: 20px;
    line-height: 23px;
  }
  .categorysec__left-mainitem__inner {
    flex-wrap: wrap;
  }
  .categorysec__left-mainitem__left,
  .categorysec__left-mainitem__right {
    max-width: 600px;
    margin-right: 0;
  }
  .categorysec__left-mainitem__right {
    padding: 20px 14px 20px 14px;
  }
  .categorysec__left-botitems__right-list {
    max-width: 600px;
  }
  .categorymain__link {
    font-size: 12px;
    padding: 6px 12px;
  }
  .advblocks__content-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .advblocks__content-item {
    margin-right: 0;
    max-width: 450px;
    margin-bottom: 20px;
  }
  .advblocks__content-left {
    max-width: 450px;
    margin-right: 0;
  }
  .advblocks__header-title {
    font-size: 20px;
    line-height: 25px;
  }
  .footer__bottom {
    flex-wrap: wrap;
  }
  .footer__bottom-left {
    width: 100%;
  }
  .footer__bottom-copy,
  .footer__bottom-link {
    line-height: 20px;
  }
  .footer__bottom-copy,
  .footer__bottom-menu {
    margin-bottom: 15px;
  }
  .footer {
    padding-bottom: 20px;
  }
  .partners__item {
    width: 100%;
    margin-right: 0;
  }
  .partners__items {
    justify-content: center;
  }
  .partners__item img {
    margin: 0 auto;
  }
  .single__left-maintitle {
    font-size: 35px;
    line-height: 44px;
  }
  .single__left-interest {
    float: unset;
    max-width: 600px;
  }
  ul.-secondary {
    padding: 0 20px;
  }
  .single__left-popular__title {
    font-size: 25px;
    line-height: 32px;
  }
}

@media (max-width: 500px) {
  .category__item-top__right-list figure {
    max-height: 75px;
  }
}

@media (max-width: 425px) {
  .mainnews__top-item__info-title,
  .mainnews__bottom .mainnews__top-item .mainnews__top-item__info-title {
    font-size: 16px;
    line-height: 21px;
  }
  .mainnews__top-item__info,
  .mainnews__bottom .mainnews__top-item .mainnews__top-item__info {
    bottom: 20px;
    left: 20px;
  }
}

.single__left-interest a {
  overflow: hidden;
}

.searchres__title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  color: #1d1d1d;
  border-bottom: 1px solid #000;
}

.searchres__title:nth-child(1) {
  border-top: 1px solid #000;
}

.searchres__title:last-child {
  margin-bottom: 80px;
}

.searchres__title a {
  text-decoration: none;
  color: #1d1d1d;
}

.searchpage__title {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin-top: 50px;
}

.searchpage__title span {
  color: #8e1c56;
  font-weight: 700;
}

/* New styles */

input[type="checkbox"].toggle {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
input[type="checkbox"].toggle + label {
  height: 30px;
  line-height: 30px;
  background-color: #8e1c56;
  padding: 0px 16px;
  border-radius: 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
}
input[type="checkbox"].toggle + label:before,
input[type="checkbox"].toggle + label:hover:before {
  content: " ";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  background: #fff;
  z-index: 2;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
input[type="checkbox"].toggle + label .off,
input[type="checkbox"].toggle + label .on {
  color: #fff;
  font-size: 14px;
}
input[type="checkbox"].toggle + label .off {
  margin-left: 24px;
  display: inline-block;
}
input[type="checkbox"].toggle + label .on {
  display: none;
}
input[type="checkbox"].toggle:checked + label .off {
  display: none;
}
input[type="checkbox"].toggle:checked + label .on {
  margin-right: 24px;
  display: inline-block;
}
input[type="checkbox"].toggle:checked + label,
input[type="checkbox"].toggle:focus:checked + label {
  background-color: #8e1c56;
}
input[type="checkbox"].toggle:checked + label:before,
input[type="checkbox"].toggle:checked + label:hover:before,
input[type="checkbox"].toggle:focus:checked + label:before,
input[type="checkbox"].toggle:focus:checked + label:hover:before {
  background-position: 0 0;
  top: 2px;
  left: 100%;
  margin-left: -29px;
}

.theme-dark body {
  background: #1c1b1f;
  color: #fff;
  transition: all 0.3s ease;
}

.theme-dark header {
  background-color: #1c1b1f;
}

.theme-dark .nav__link {
  color: #e3e3e3;
}

.theme-dark .search__form {
  background: #1c1b1f;
}

.theme-dark .nav__menu {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.theme-dark .nav__list--dropdown > a::after,
.theme-dark .advblocks__header-list img {
  filter: brightness(0) invert(1);
}

.theme-dark .dropdown {
  background: #353438;
}

.theme-dark .dropdown__content-right__link {
  color: #e3e3e3;
}

.theme-dark .categorymain__title,
.theme-dark .category__item-top__right-list__title,
.theme-dark .categorymain__botitem-right__title,
.theme-dark .categorysec__left-mainitem__right-title,
.theme-dark .categorysec__left-mainlist__title,
.theme-dark .categorysec__left-twoitem__title,
.theme-dark .categorysec__left-botitems__left-title,
.theme-dark .categorysec__left-botitems__right-link,
.theme-dark .categorysec__right-itemlist__right-title,
.theme-dark .advblocks__header-title,
.theme-dark .advblocks__content-item__title,
.theme-dark .partners__title,
.theme-dark .footer__menu-link,
.theme-dark .footer__bottom-copy {
  color: #e3e3e3;
}

.theme-dark .category__item-top__right-list,
.theme-dark .categorymain__botitem,
.theme-dark .categorysec__left-mainitem,
.theme-dark .categorysec__left-mainlist,
.theme-dark .categorysec__left-twoitem,
.theme-dark .categorysec__left-botitems__left-item,
.theme-dark .categorysec__right-itemlist,
.theme-dark .categorysec__right-itemlist__right,
.theme-dark .advblocks__content-item {
  background: #27262a;
}

.theme-dark .partners__items {
  background-color: #fdfdfd;
}

.theme-dark .footer__bottom-right,
.theme-dark .footer__bottom-right a {
  color: #e3e3e3;
}

.theme-dark .footer__top {
  border-bottom: 1px solid #e3e3e3;
}

.theme-dark .single__left-title,
.theme-dark .single__left-date,
.theme-dark .single__left-maintitle,
.theme-dark .single__left-author,
.theme-dark .single__left-content,
.theme-dark .single__left-interest__title {
  color: #e3e3e3;
}

.single__left-content a {
  display: contents;
}

.theme-dark .single__left-interest__title {
  border-bottom: 2px solid #e3e3e3;
}

.theme-dark .categorysec__right-title {
  color: #e3e3e3;
}

.theme-dark .notfound__title {
  color: #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}

.theme-dark .notfound__text {
  color: #e3e3e3;
}

.theme-dark .searchres__title {
  color: #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.theme-dark .searchres__title a {
  color: #e3e3e3;
}

.theme-dark .single__left-wcag button {
  color: #fff;
}

.theme-dark .single__left-info__right-block__wrapper,
.theme-dark .single__left-popular__title {
  color: #fff;
}

.theme-dark .single__left-info__right-block__wrapper img {
  filter: brightness(0) invert(1);
}

.color__switcher {
  display: flex;
  align-items: center;
}

.color__switcher-text {
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.single__left-info__right-block__wrapper {
  display: flex;
  align-items: center;
}

.single__left-info__right-block__wrapper img {
  margin-right: 4px;
}

.single__left-info__right-block__wrapper {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #1d1d1d;
}

.single__left-content .heateor_sss_sharing_container {
  display: none !important;
}

/* Modal */

.modal {
  display: none;
  width: 100%;
  height: 100%;
  padding: 30px 15px;

  background-color: rgba(0, 0, 0, 0.1);

  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.modal.show {
  display: block;
}

.modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

.modal__content {
  width: 100%;
  max-width: 400px;
  padding: 25px;
  position: relative;

  background-color: #fff;
  opacity: 0;

  transform: scale(0.5);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.modal__header {
  margin-bottom: 25px;

  text-align: center;
}

.modal__icon {
  margin-bottom: 10px;
}

.modal__close {
  width: 12px;
  height: 12px;
  padding: 0;

  background: none;
  border: none;
  cursor: pointer;
  filter: brightness(0%);
  transition: transform 0.2s linear;
}

.modal__close:focus {
  outline: none;
}

.modal__close:hover {
  transform: rotate(90deg);
}

.modal__close img {
  display: block;
  width: 100%;
}

.social__sharer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.single__left-info__right-block__wrapper {
  cursor: pointer;
}

.single__left-wcag button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.single__left-wcag__btn1 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.single__left-wcag__btn2 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.single__left-wcag__btn3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.tagpage {
  margin-top: 80px;
  margin-bottom: 80px;
}

.tagpage .single__left-popular__title {
  margin-bottom: 40px;
}

.tagpage .single__left-popular__title span {
  color: #8e1c56;
  font-weight: 700;
}

.tagpage .categorysec__left-mainitem__right {
  padding: 25px 40px 25px 23px;
}

.tagpage .categorysec__left-mainitem__left {
  height: 100%;
}

.tagpage .categorysec__left-mainitem__inner {
  align-items: start;
}

.tagpage .categorysec__left-mainitem figure,
.tagpage .categorysec__left-mainitem__left img,
.tagpage .categorysec__left-mainitem__inner > a {
  height: 100%;
}

.tagpage .categorysec__left-mainitem__left img {
  object-fit: cover;
}

.tagpage .categorysec__left-mainitem__right {
  max-width: 600px;
}

.mainadd__wrapper img {
  width: 100%;
}

.mainadd {
  position: relative;
  z-index: 10000;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 1000000;
}

.popup__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000000;
}

.popup__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #1d1d1d;
  padding: 20px 0;
}

.btn__close-popup {
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  padding: 5px 20px;
  color: #e4e4e4;
  background: #8e1c56;
  border-radius: 64px;
  text-decoration: none;
}

.popup__header-right {
  display: flex;
  align-items: center;
}

#menu-item-37 .dropdown .dropdown__top {
  background: #575757;
}

#menu-item-39 .dropdown .dropdown__top {
  background: rgb(0, 170, 173);
}

body.category-lifestyle .categorymain__header {
  border-bottom: 3px solid rgb(0, 170, 173) !important;
}

body.category-lifestyle .categorymain__link {
  border: 1px solid rgb(0, 170, 173) !important;
  color: rgb(0, 170, 173) !important;
}

body.category-lifestyle .categorysec__left-mainitem figure:before,
body.category-lifestyle .categorysec__left-mainlist figure:before,
body.category-lifestyle .categorysec__left-twoitem figure:before,
body.category-lifestyle .categorysec__left-botitems__left-item figure:before,
body.category-lifestyle .category__item-top__left-item:before,
body.category-lifestyle .category__item-top__right-list figure:before,
body.category-lifestyle .categorymain__botitem-left figure:before,
body.category-lifestyle .categorysec__left-botitems__tags,
body.category-lifestyle .categorymain__tags {
  background: rgb(0, 170, 173);
}

body.category-kultura .categorymain__header {
  border-bottom: 3px solid #81b539 !important;
}

body.category-kultura .categorymain__link {
  border: 1px solid #81b539 !important;
  color: #81b539 !important;
}

body.category-kultura .categorysec__left-mainitem figure:before,
body.category-kultura .categorysec__left-mainlist figure:before,
body.category-kultura .categorysec__left-twoitem figure:before,
body.category-kultura .categorysec__left-botitems__left-item figure:before,
body.category-kultura .category__item-top__left-item:before,
body.category-kultura .category__item-top__right-list figure:before,
body.category-kultura .categorymain__botitem-left figure:before,
body.category-kultura .categorysec__left-botitems__tags,
body.category-kultura .categorymain__tags {
  background: #81b539;
}

body.category-ludzie .categorymain__header {
  border-bottom: 3px solid #f38401 !important;
}

body.category-ludzie .categorymain__link {
  border: 1px solid #f38401 !important;
  color: #f38401 !important;
}

body.category-ludzie .categorysec__left-mainitem figure:before,
body.category-ludzie .categorysec__left-mainlist figure:before,
body.category-ludzie .categorysec__left-twoitem figure:before,
body.category-ludzie .categorysec__left-botitems__left-item figure:before,
body.category-ludzie .category__item-top__left-item:before,
body.category-ludzie .category__item-top__right-list figure:before,
body.category-ludzie .categorymain__botitem-left figure:before,
body.category-ludzie .categorysec__left-botitems__tags,
body.category-ludzie .categorymain__tags {
  background: #f38401;
}

body.category-dom .categorymain__header {
  border-bottom: 3px solid #88307f !important;
}

body.category-dom .categorymain__link {
  border: 1px solid #88307f !important;
  color: #88307f !important;
}

body.category-dom .categorysec__left-mainitem figure:before,
body.category-dom .categorysec__left-mainlist figure:before,
body.category-dom .categorysec__left-twoitem figure:before,
body.category-dom .categorysec__left-botitems__left-item figure:before,
body.category-dom .category__item-top__left-item:before,
body.category-dom .category__item-top__right-list figure:before,
body.category-dom .categorymain__botitem-left figure:before,
body.category-dom .categorysec__left-botitems__tags,
body.category-dom .categorymain__tags {
  background: #88307f;
}

body.category-automoto .categorymain__header {
  border-bottom: 3px solid #cb023f !important;
}

body.category-automoto .categorymain__link {
  border: 1px solid #cb023f !important;
  color: #cb023f !important;
}

body.category-automoto .categorysec__left-mainitem figure:before,
body.category-automoto .categorysec__left-mainlist figure:before,
body.category-automoto .categorysec__left-twoitem figure:before,
body.category-automoto .categorysec__left-botitems__left-item figure:before,
body.category-automoto .category__item-top__left-item:before,
body.category-automoto .category__item-top__right-list figure:before,
body.category-automoto .categorymain__botitem-left figure:before,
body.category-automoto .categorysec__left-botitems__tags,
body.category-automoto .categorymain__tags {
  background: #cb023f;
}

body.category-kraj .categorymain__header {
  border-bottom: 3px solid rgb(144, 29, 88) !important;
}

body.category-kraj .categorymain__link {
  border: 1px solid rgb(144, 29, 88) !important;
  color: rgb(144, 29, 88) !important;
}

body.category-kraj .categorysec__left-mainitem figure:before,
body.category-kraj .categorysec__left-mainlist figure:before,
body.category-kraj .categorysec__left-twoitem figure:before,
body.category-kraj .categorysec__left-botitems__left-item figure:before,
body.category-kraj .category__item-top__left-item:before,
body.category-kraj .category__item-top__right-list figure:before,
body.category-kraj .categorymain__botitem-left figure:before,
body.category-kraj .categorysec__left-botitems__tags,
body.category-kraj .categorymain__tags {
  background: rgb(144, 29, 88);
}

body.category-swiat .categorymain__header {
  border-bottom: 3px solid rgb(128, 128, 128) !important;
}

body.category-swiat .categorymain__link {
  border: 1px solid rgb(128, 128, 128) !important;
  color: rgb(128, 128, 128) !important;
}

body.category-swiat .categorysec__left-mainitem figure:before,
body.category-swiat .categorysec__left-mainlist figure:before,
body.category-swiat .categorysec__left-twoitem figure:before,
body.category-swiat .categorysec__left-botitems__left-item figure:before,
body.category-swiat .category__item-top__left-item:before,
body.category-swiat .category__item-top__right-list figure:before,
body.category-swiat .categorymain__botitem-left figure:before,
body.category-swiat .categorysec__left-botitems__tags,
body.category-swiat .categorymain__tags {
  background: rgb(128, 128, 128);
}

#menu-item-40 .dropdown .dropdown__top {
  background: rgb(129, 181, 57);
}

#menu-item-42 .dropdown .dropdown__top {
  background: #f38401;
}

#menu-item-43 .dropdown .dropdown__top {
  background: #88307f;
}

#menu-item-44 .dropdown .dropdown__top {
  background: #cb023f;
}

#countdown {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #1d1d1d;
  margin-right: 30px;
}

.page-template-home .mainnews__top-item__link img {
  max-height: 500px;
  height: 100%;
}

.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.posts-navigation {
  margin: 30px 0;
}

.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next {
  background: #8e1c56;
  border-radius: 64px;
  max-width: 150px;
  width: 100%;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #e3e3e3;
  margin-right: 16px;
  display: flex;
  justify-content: center;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  text-decoration: none;
  color: #e3e3e3;
  text-align: center;
}

.posts-navigation .nav-links .nav-next {
  margin-right: 0;
}

.partners__item img {
  filter: brightness(0%);
  transition: all 0.3s ease;
}

.partners__item:hover img {
  filter: none;
  transition: all 0.3s ease;
}

.categorysec__right .addvertisingblock__sec {
  max-width: 350px;
}

.page-id-19 .single__left,
.page-id-15 .single__left,
.page-id-17 .single__left,
.page-id-2 .single__left,
.page-id-94 .single__left,
.page-id-23 .single__left {
  position: sticky;
  top: 80px;
  align-self: start;
}

.page-id-21 .single__right,
.single.post .single__right,
.single.post .single__left {
  position: sticky;
  bottom: 0;
  align-self: flex-end;
}

.single__right {
  max-width: 400px;
  width: 100%;
}

@media (max-width: 767px) {
  .page-id-19 .single__left,
  .page-id-15 .single__left,
  .page-id-17 .single__left,
  .page-id-2 .single__left,
  .page-id-94 .single__left,
  .page-id-23 .single__left,
  .page-id-21 .single__right,
  .single.post .single__right,
  .single.post .single__left {
    position: unset;
  }
}

.popup__wrapper img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 850px) {
  .popup__header {
    flex-wrap: wrap;
  }
  .popup__header-right {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .popup__header-right {
    flex-wrap: wrap;
    justify-content: center;
  }
  #countdown {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
}

.footer__social {
  display: flex;
  align-items: center;
}

.footer__social a {
  margin-right: 10px;
}

.single__left-content a {
  color: #000;
}

@media (max-width: 576px) {
  .footer__social {
    margin-bottom: 15px;
  }
}

.form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.form__group-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  color: #161616;
  margin-bottom: 5px;
}

.form__group-label span {
  color: #d80e3d;
}

.form__group-input,
.form__group-textarea {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  width: 100%;
  padding: 10px 15px;
}

.form__group-textarea {
  min-height: 100px;
  max-height: 120px;
  resize: vertical;
}

.form__group-title__sm {
  margin-bottom: 20px;
}

input[type="checkbox"] {
  width: 100%;
  appearance: none;
  max-width: 18px;
  height: 18px;
  border: 1px solid #8e1c56;
  background-clip: content-box;
  padding: 1px;
  margin-right: 11px;
}

input[type="checkbox"]:checked {
  background-color: #8e1c56;
}

.check-label {
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.form-check {
  margin-bottom: 15px;
}

.form-check:last-child {
  margin-bottom: 16px;
}

.form-check__span {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 11px;
}

.form-check__span a {
  display: inline;
  text-decoration: none;
  color: #757cc5;
}

.form-check label {
  display: flex;
}

.form-check span {
  margin: 0;
}

.form-send {
  width: 100%;
  background-color: #8e1c56;
  text-decoration: none;
  border: 1px solid #8e1c56;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 16px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-send:hover {
  background-color: #fff;
  color: #8e1c56;
  transition: all 0.3s ease;
}

.load-more-button {
  background-color: #901d58;
  border: 1px solid #901d58;
  width: 100%;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
}

.footer__newcopy {
  background-color: #000;
}

.footer__newcopy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.footer__newcopy-left span {
  margin-right: 4px;
  color: #fff;
}

.footer__newcopy-left a {
  color: #fff;
}

.footer__newcopy-right {
  display: flex;
  align-items: center;
}

.footer__newcopy-wrapper {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .footer__newcopy-right {
    flex-wrap: wrap;
  }
}

.splide {
  visibility: visible !important;
}

#main-slider .splide__slide a,
#main-slider .splide__slide a img {
  height: 100%;
}

#main-slider .splide__slide a img {
  object-fit: cover;
  width: 100%;
}

#main-slider .splide__slide {
  height: 400px !important;
}

#main-slider {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #main-slider .splide__slide {
    height: unset !important;
  }
}

.mainnews__bottom--last {
  margin-top: 20px;
}

/* Styles for cities */

.cities__item {
  max-width: 600px;
  width: 50%;
}

.cities__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cities__item-title {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  color: #1d1d1d;
}

.cities__item-link {
  border-radius: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2px 10px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  transition: all 0.3s ease;
}

.cities__item-content {
  margin-top: 20px;
}

.cities__item-content__item {
  position: relative;
  margin-bottom: 10px;
  height: 190px;
  max-height: 100%;
  margin-right: 17px;
}

.cities__item-content__item:last-child {
  margin-right: 0;
}

.citiesoverlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
      360deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.212973) 42.24%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(
      360deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.4125) 37.57%,
      rgba(0, 0, 0, 0) 100%
    );
  z-index: 2;
}

.cities__item-content__link {
  text-decoration: none;
  height: 100%;
}

.cities__item-content__link img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.cities__item-content__info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 44px;
  z-index: 10;
}

.cities__item-content__info-link {
  border: 1px solid #e4e4e4;
  border-radius: 64px;
  display: inline-block;
  padding: 7px 30px;
  color: #e4e4e4;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 10px;
  display: none;
}

.cities__item-content__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #e4e4e4;
}

.cities__item-content__left {
  display: flex;
}

.cities__item-content__next {
  display: flex;
}

.cities__item-content__nextlist img {
  width: 100%;
}

.cities__item-content__nextlist {
  margin-right: 10px;
  background: #fdfdfd;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25),
    0px 2px 12px 2px rgba(0, 0, 0, 0.15);
  max-width: 220px;
  width: 100%;
}

.cities__item-content__nextlist:last-child {
  margin-right: 0;
}

.cities__item-content__wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.cities__item-content__right .categorysec__right-itemlist__left {
  width: 85px;
  max-width: 100%;
  height: 85px;
}

.cities__item-content__right .categorysec__right-itemlist__left figure {
  height: 100%;
  width: 85px;
  max-width: 100%;
}

.cities__item-content__right .categorysec__right-itemlist__right-title {
  font-size: 12px;
  line-height: 110%;
}

.cities__item-content__right .categorysec__right-itemlist__right {
  padding: 0 8px;
}

.cities__item-content__nextlist a {
  text-decoration: none;
}

.cities__item-content__nextlist .categorysec__left-mainlist__title {
  background-color: #f2f2f2;
}

.cities__items {
  display: flex;
  justify-content: space-between;
}

.cities__item {
  margin-right: 20px;
}

.cities__item:last-child {
  margin-right: 0;
}

.cities__item-content__nextlist figure {
  height: 105px;
}

.cities__item-content__nextlist figure img {
  height: 100%;
  object-fit: cover;
}

.cities__item-content__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 4px;
  background: inherit;
  z-index: 10;
  transition: all 0.5s ease;
}

.cities__item-content__item:hover:before {
  width: 100%;
}

.cities__item-content__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #9c9699;
  z-index: 9;
}

.cities__item-content__nextlist figure {
  position: relative;
}

.cities__item-content__nextlist figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: inherit;
  z-index: 10;
  transition: all 0.5s ease;
}

.cities__item-content__nextlist figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #9c9699;
  z-index: 9;
}

.cities__item-content__nextlist:hover figure:before {
  width: 100%;
}

.cities__item-bottom__items {
  display: flex;
  justify-content: space-between;
}

.cities__item-bottom__item {
  margin-right: 5px;
  width: 33%;
  max-width: 195px;
}

.cities__item-bottom__item:last-child {
  margin-right: 0;
}

.cities__item-bottom__item-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: #1d1d1d;
  padding: 10px 10px;
}

.cities__item-bottom__item-inner {
  background-color: rgba(156, 150, 153, 0.25);
}

.cities__item-bottom__item-list figure img {
  margin-bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 105px;
}

.cities__item-bottom__item-list a {
  text-decoration: none;
}

.cities__item-bottom__item-list figure {
  height: 105px;
  max-height: 100%;
  position: relative;
}

.cities__item-bottom__item-list figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: inherit;
  z-index: 10;
  transition: all 0.5s ease;
}

.cities__item-bottom__item-list figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #9c9699;
  z-index: 9;
}

.cities__item-bottom__item-list:hover figure:before {
  width: 100%;
}

.cities__item-content__item {
  width: 50%;
}

@media (max-width: 767px) {
  .cities__items {
    flex-wrap: wrap;
  }
  .cities__item {
    max-width: 800px;
    width: 100%;
    margin-right: 0;
  }
  .cities__item-bottom__item {
    max-width: 300px;
  }
  .cities__item-title {
    font-size: 30px;
  }
  .cities__item-link {
    font-size: 12px;
    padding: 0px 12px;
  }
}

@media (max-width: 576px) {
  .cities__item-content__left {
    flex-direction: column;
  }
  .cities__item-content__item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .cities__item-bottom__item {
    background: #fdfdfd;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25),
      0px 2px 12px 2px rgba(0, 0, 0, 0.15);
  }
  .cities__item-bottom__item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #1d1d1d;
    padding: 13px 13px 30px;
  }
  .cities__item-bottom__item-inner {
    background: #fdfdfd;
  }
  .cities__item-content__title {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .cities__item-bottom__items {
    flex-direction: column;
  }
  .cities__item-bottom__item {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cities__item-bottom__item:last-child {
    margin-bottom: 0;
  }
  .cities__item-bottom__item-list figure {
    height: 170px;
  }
  .cities__item-bottom__item-list figure img {
    max-height: 170px;
  }
}

#krakow-menu .dropdown__top {
  display: none;
}

.header__top-inner__logos {
  display: flex;
  width: 100%;
}

.city__logo {
  max-width: 120px;
  width: 100%;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.city__logo img {
  width: 100%;
  margin-top: 7px;
}

.header.header--dark .city__logo {
  max-width: 70px;
  transition: all 0.3s ease;
}

.header.header--dark .city__logo img {
  margin-top: 5px;
}

@media (max-width: 875px) {
  .header__logo {
    margin-right: 0;
  }
}

@media (max-width: 650px) {
  .header.header--dark .city__logo,
  .city__logo {
    max-width: 50px;
  }
  .city__logo img {
    margin-top: 2px;
  }
  .header.header--dark .city__logo img {
    margin-top: 3px;
  }
}

/* Author styles */

.author__wrapper {
  border-top: 2px solid #88307f;
  border-bottom: 2px solid #88307f;
  padding: 20px 0;
  margin-bottom: 30px;
}

.author__section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #88307f;
  padding-bottom: 20px;
}

.author__section-left {
  max-width: 200px;
  width: 100%;
  margin-right: 30px;
}

.author__section-left img {
  width: 100%;
}

.author__section-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  color: #1d1d1d;
}

.author__section-position {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #1d1d1d;
  margin-top: 5px;
}

.author__section-motto {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #1d1d1d;
  margin-top: 5px;
}

.authormain__title {
  margin-bottom: 20px;
}

.authormain__inner {
  display: flex;
  align-items: flex-end;
}

.authormain__left {
  margin-right: 30px;
  width: 410px;
  max-width: 100%;
}

.authormain__left figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.authormain__left img {
  width: 100%;
  max-height: 290px;
  height: 100%;
  object-fit: cover;
}

.authormain__right-title {
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
  color: #1d1d1d;
  margin-bottom: 10px;
}

.authormain__item {
  background: #fdfdfd;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25),
    0px 2px 12px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.authormain__right {
  padding: 10px 30px 15px 0;
}

.authormain__item a {
  text-decoration: none;
  color: #1d1d1d;
}

.authormain__item .post-categories {
  display: flex;
  flex-wrap: wrap;
}

.authormain__item .post-categories li {
  border: 1px solid #575757;
  border-radius: 64px;
  display: inline-block;
  padding: 6px 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
  color: #575757;
  margin-right: 10px;
}

.authormain__item .post-categories li:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .authormain__right .content {
    display: none;
  }
}

@media (max-width: 800px) {
  .authormain__item .post-categories li {
    margin-bottom: 5px;
  }
  .authormain__right-title {
    font-size: 18px;
    line-height: 21px;
    margin-top: 10px;
  }
  .authormain__left {
    width: 320px;
  }
}

@media (max-width: 650px) {
  .authormain__inner {
    flex-direction: column;
    align-items: unset;
  }
  .authormain__left {
    width: 100%;
  }
  .authormain__right {
    padding: 15px;
  }
}

marquee {
  width: 100%;
  overflow: hidden;
}

.qmn_quiz_radio {
  -webkit-appearance: auto !important;
}

/* .mainnews__top-item img,
.cities__item-content__item img,
.cities__item-bottom__item-list img,
.category__item-top__left-item img,
.category__item-top__right-list img,
.categorymain__botitem-left img,
.categorysec__left-mainitem__left img,
.categorysec__left-mainlist img,
.categorysec__left-twoitem img,
.categorysec__left-botitems__left-item img,
.categorysec__right-item img,
.categorysec__right-itemlist__left img,
.advblocks__content-item img {
  transition: all 0.6s ease;
}

.mainnews__top-item:hover img,
.cities__item-content__item:hover img,
.cities__item-bottom__item-list:hover img,
.category__item-top__left-item:hover img,
.category__item-top__right-list:hover img,
.categorymain__botitem-left:hover img,
.categorysec__left-mainitem__left:hover img,
.categorysec__left-mainlist:hover img,
.categorysec__left-twoitem:hover img,
.categorysec__left-botitems__left-item:hover img,
.categorysec__right-item:hover img,
.categorysec__right-itemlist__left:hover img,
.advblocks__content-item:hover img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}

.mainnews__top-item,
.cities__item-content__item,
.cities__item-bottom__item-list,
.cities__item-bottom__item-list figure,
.category__item-top__left-item,
.category__item-top__right-list figure,
.categorymain__botitem-left figure,
.categorysec__left-mainitem__left figure,
.categorysec__left-mainlist figure,
.categorysec__left-twoitem figure,
.categorysec__left-botitems__left-item figure,
.categorysec__right-item,
.categorysec__right-itemlist__left figure,
.advblocks__content-item figure {
  overflow: hidden;
} */

.ticker-news .tickercontainer ul.newsticker li {
	position: relative;
}

.ticker-news .tickercontainer ul.newsticker li:before {
	position: absolute;
	content: '';
	width: 8px;
    	height: 8px;
    	border-radius: 100%;
    	margin-right: 0.5rem;
    	display: inline-block;
	background: #1d1d1d;
	top: 15px;
	left: -15px;
}
