
/*
Theme Name: Caravan.kz custom WordPress Theme
Author: Open Door
Description: Caravan.kz news site custom theme
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500&display=swap');

/* CSS Reset */
html,legend{color:#030712}html{background:#FFF}blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,select,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:''}abbr,acronym{border:0;font-variant:normal}sub,sup{vertical-align:baseline}

* {
  outline: none;
}

img, iframe {
  vertical-align: middle;
}

svg {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  font-size: var(--fz-main);
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-gray-text2);
}
@media (max-width: 475px) {
  body {
    font-size: 1.4rem;
  }
}

body.sport-brand-page {
  overflow-x: hidden;
}

.sport-brand {
  display: block;
  position: fixed;
  top: 50%;
  width: 300px;
  height: 700px;
  /* transform: translateY(calc(-50% - -21px)); */
}
.sport-brand > img {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sport-brand > img.active {
  display: block;
}
.sport-brand.left {
  left: 50%;
  margin-left: 678px;
}
.sport-brand.right {
  right: 50%;
  margin-right: 678px;
}
@media (max-width: 1920px) {
  .sport-brand.left {
    margin-left: 658px;
  }
  .sport-brand.right {
    margin-right: 658px;
  }
}
@media (max-width: 1460px) {
  .sport-brand {
    display: none;
  }
}
.sport-brand-ball {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -884px;
  width: 100px;
  height: 100px;
  z-index: 50;
}
.sport-brand-ball > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1920px) {
  .sport-brand-ball {
    margin-left: -860px;
  }
}
@media (max-width: 1780px) {
  .sport-brand-ball {
    margin-left: 0;
    left: 20px;
  }
}
@media (max-width: 1610px) {
  .sport-brand-ball {
    bottom: 20px;
    left: 10px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .sport-brand-ball {
    bottom: 60px;
    left: 10px;
    width: 60px;
    height: 60px;
  }
  .sport-brand-ball.only-desktop{
    display: none;
  }
}
img.pix {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}


:root {
  --color-black-100: #1C1C1C;
  --color-white: #FFFFFF;
  --color-black-70: #949494;
  --color-gray: #404040;
  --color-gray-2: #D4D1D1;
  --color-gray-3: #DDDDDD;
  --color-primary-1: #AB1B1B;
  --color-banner-back: #F1F1F1;
  --fz-main: 10px;
}

html.theme-fz-medium {
  --fz-main: 12px;
}
html.theme-fz-large {
  --fz-main: 14px;
}
html.theme-color-white {
  --color-black-100: #1C1C1C;
  --color-white: #FFFFFF;
  --color-black-70: #1C1C1C;
  --color-gray: #1C1C1C;
  --color-gray-2: #1C1C1C;
  --color-gray-3: #1C1C1C;
  --color-primary-1: #1C1C1C;
  --color-banner-back: #F1F1F1;
}
html.theme-color-black {
  --color-primary-1: #ffffff;
  --color-black-70: #ffffff;
  color: var(--color-white);
  background-color: var(--color-black-100);
}
html.theme-color-blue {
  --color-primary-1: #15335F;
  --color-black-100: #15335F;
  --color-black-70: #5E7597;
  --color-primary-2: #A8D0FB;
  --color-gray: #5E7597;
  --color-gray-2: #5E7597;
  --color-gray-3: #5E7597;
  background-color: #A8D0FB;
  color: var(--color-black-100);
}
.SvgIcon {
  fill: var(--color-black-70);
}

.global-style--article-content p {
  line-height: 1.4;
  margin-bottom: 1rem;
}
.global-style--article-content p:last-child {
  margin-bottom: 0;
}
.global-style--article-content a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: color 0.2s ease;
}
.global-style--article-content a:hover {
  color: var(--color-primary-1);
}
.global-style--article-content .wp-block-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.4;
  padding-left: 2rem;
}
.global-style--article-content .wp-block-list li{
  margin-bottom: 1rem;
  line-height: 1.2;
  list-style: disc;
}
.global-style--article-content ol.wp-block-list li{
  list-style: decimal;
}
.global-style--article-content .wp-block-heading {
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.global-style--article-content h2.wp-block-heading {
  font-size: 2.5rem;
}
.global-style--article-content h3.wp-block-heading {
  font-size: 2rem;
}
.global-style--article-content .wp-block-image {
  margin: 2rem 0;
}
.global-style--article-content .wp-block-embed {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0 2rem 0;
}
.global-style--article-content .wp-block-embed figcaption {
  margin: 0;
  color: var(--color-black-70);
}
.global-style--article-content strong {
  font-weight: 500;
}
.global-style--article-content em {
  font-style: italic;
}
.global-style--article-content img {
  max-width: 100%;
}
.global-style--article-content iframe {
  max-width: 100%;
}
.global-style--article-content [data-oembed-url] {
  max-width: 100%;
  margin: 4rem 0;
}
.global-style--article-content iframe.instagram-media {
  margin: 3rem auto 4rem auto !important;
}
.global-style--article-content iframe[id^=telegram-post] {
  margin: 3rem auto 4rem auto;
}
.global-style--article-content blockquote {
  border-left: 4px solid var(--color-gray);
  margin: 2rem 0 2rem 0.5rem;
  padding: 0.25rem 0 0.25rem 1em;
}
.global-style--article-content blockquote p:last-of-type {
  margin-bottom: 0;
}

.global-styles--mt4rem {
  margin-top: 4rem;
}
.global-styles--mb4rem {
  margin-bottom: 4rem;
}
.global-styles--main-page-separator {
  position: relative;
  margin: 0 auto;
  height: 4rem;
}
.global-styles--main-page-separator-100 {
  position: relative;
  margin: 0 auto;
  height: 4rem;
}
.global-styles--main-page-separator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 1px;
  width: calc(100% - 26.8rem);
  background-color: var(--color-gray-2);
}
.global-styles--main-page-separator-100::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--color-gray-2);
}
.global-style--article-section {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 4rem;
  margin-top: 4rem;
}
.global-style--article-section > .section-inner {
  max-width: 976px;
}
.global-style--article-section > .PatternCategory {
  max-width: 976px;
}
.global-style--article-section__bottom {
  margin-top: 2rem;
}
.global-style--article-section__nav {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.global-style--article-section__nav-news-list {
  max-height: 706px;
}
@media (max-width: 1200px) {
  .global-style--article-section {
    grid-template-columns: 1fr;
  }
  .global-style--article-section__nav {
    display: grid;
    grid-template-columns: 300px 1fr 300px;
    gap: 4rem;
  }
  .global-style--article-section__nav-news-list {
    max-height: 400px;
  }
}
@media (max-width: 1024px) {
  .global-style--article-section__nav {
    grid-template-columns: 300px 1fr;
  }
  .global-style--article-section__nav > *:last-child {
    display: none;
  }
}
@media (max-width: 650px) {
  .global-style--article-section__nav {
    grid-template-columns: 1fr;
  }
  .global-style--article-section__nav > *:first-child {
    display: none;
  }
}

.global-style--content-container {
  width: 100%;
  max-width: 1356px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
}
.global-style--content-container_mt_4rem {
  margin: 4rem auto 0 auto;
}
@media (max-width: 768px) {
  .global-style--content-container {
    padding: 0 15px 0 15px;
  }
}
@media (max-width: 325px) {
  .global-style--content-container {
    padding: 0 10px 0 10px;
  }
}

.global-style--opacity-link {
  transition: opacity 0.2s ease;
}
.global-style--opacity-link:hover {
  opacity: 0.8;
}

.global-style--loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  margin:15px auto;
  position: relative;
  background: var(--color-gray-3);
  box-shadow: -24px 0 var(--color-gray-3), 24px 0 var(--color-gray-3);
  box-sizing: border-box;
  animation: shadowPulse 2s linear infinite;
}
@keyframes shadowPulse {
  33% {
    background: var(--color-gray-3);
    box-shadow: -24px 0 var(--color-primary-1), 24px 0 var(--color-gray-3);
  }
  66% {
    background: var(--color-primary-1);
    box-shadow: -24px 0 var(--color-gray-3), 24px 0 var(--color-gray-3);
  }
  100% {
    background: var(--color-gray-3);
    box-shadow: -24px 0 var(--color-gray-3), 24px 0 var(--color-primary-1);
  }
}

/* Header */

.PatternHeader {
  position: relative;
  z-index: 1;
}

.PatternHeader__top-part {
  background-color: var(--color-black-100);
  padding: 1.2rem 0 1.2rem 0;
  color: var(--color-white);
}
html.theme-color-white .PatternHeader__top-part {
  background-color: var(--color-white);
  color: var(--color-black-100);
}
html.theme-color-blue .PatternHeader__top-part {
  background-color: var(--color-primary-2);
  color: var(--color-black-100);
}
.PatternHeader__top-part-columns {
  display: flex;
  justify-content: space-between;
}
.PatternHeader__currencies {
  display: flex;
  gap: 2.4rem;
}
.PatternHeader__currencies span{
  color: var(--color-black-70);
}
.PatternHeader__langs {
  text-align: right;
  width: 10.2rem;
}
.PatternHeader__langs-item {
  display: none;
}
.PatternHeader__langs-item_active {
  display: inline-block;
  cursor: pointer;
}
.PatternHeader__top-part-right-col {
  display: flex;
}
.PatternHeader__weather {
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .PatternHeader__weather {
    position: initial;
  }
}
.PatternHeader__weather_hidden {
  opacity: 0;
}
.PatternHeader__weather-city {
  position: relative;
  padding-left: 1.8rem;
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 768px) {
  .PatternHeader__weather-city {
    position: initial;
  }
}
.PatternHeader__weather-city::after {
  content: "";
  top: 50%;
  right: 100%;
  transform: translate(1.1rem, -50%);
  display: block;
  position: absolute;
  height: 1.9rem;
  width: 1px;
  background: var(--color-white);
}
html.theme-color-white .PatternHeader__weather-city::after {
  background: var(--color-black-100);
}
html.theme-color-blue .PatternHeader__weather-city::after {
  background: var(--color-black-100);
}
.PatternHeader__weather-city-list {
  position: absolute;
  top: -200vh;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -0.5rem;
  box-sizing: border-box;
  padding-top: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, top 0s ease 0.4s;
  z-index: 11;
}
@media (max-width: 1440px) {
  .PatternHeader__weather-city-list {
    left: initial;
    right: 0;
    transform: translateX(2rem);
  }
}
@media (max-width: 768px) {
  .PatternHeader__weather-city-list {
    right: 50%;
    transform: translateX(50%);
  }
}
.PatternHeader__weather-city.PatternHeader__weather-city_open {
  pointer-events: all;
}
.PatternHeader__weather-city.PatternHeader__weather-city_open > .PatternHeader__weather-city-list {
  top: 0;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.2s ease;
}
.PatternHeader__weather-city-current {
  pointer-events: all;
}
.PatternHeader__weather-city-list-wrap {
  position: relative;
  background-color: var(--color-white);
  padding: 1rem;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(4rem);
  transition: transform 0.4s ease;
}
.PatternHeader__weather-city-list-wrap select {
  width: calc(100% - 4rem);
  box-sizing: border-box;
  border: 1px solid var(--color-gray-2);
  padding: 0.5rem 1rem;
}
.PatternHeader__weather-city-close {
  position: absolute;
  top: 1.4rem;
  right: 1.5rem;
}
.PatternHeader__weather-city.PatternHeader__weather-city_open .PatternHeader__weather-city-list-wrap {
  transform: translateY(0);
}
.PatternHeader__weather-city-list-banner {
  margin-top: 1rem;
  position: relative;
  width: 300px;
  height: 300px;
  background-color: var(--color-black-100);
}
.PatternHeader__weather-temperature {
  position: relative;
}
.PatternHeader__weather-icon {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-0.6rem, -50%);
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('./assets/img/icons/weather-cloudy.svg');
}
.PatternHeader__middle {
  background-color: var(--color-black-100);
}
html.theme-color-white .PatternHeader__middle{
  background-color: var(--color-white);
}
html.theme-color-blue .PatternHeader__middle{
  background-color: var(--color-primary-2);
}
.PatternHeader__bottom {
  background-color: var(--color-black-100);
  color: var(--color-white);
}
html.theme-color-white .PatternHeader__bottom{
  background-color: var(--color-white);
  color: var(--color-black-100);
}
html.theme-color-blue .PatternHeader__bottom{
  background-color: var(--color-primary-2);
  color: var(--color-black-100);
}

.PatternHeader__bottom-top-row {
  padding-top: 1.5rem;
}
.PatternHeader__bottom-top-row::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray);
  margin-top: 1.4rem;
}
html.theme-color-black .PatternHeader__bottom-top-row::after {
  background-color: var(--color-white);
}
.PatternHeader__bottom-top-row-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.PatternHeader__logo {
  position: relative;
  width: 17.8rem;
  transform: translateX(-3.1rem);
}
.PatternHeader__logo img {
  display: none;
}
.PatternHeader__logo img.PatternHeader__logo-std {
  display: initial;
}
.PatternHeader__mob-logo {
  position: absolute;
  top: 50%;
  left: 6rem;
  transform: translateY(-50%);
  margin-top: 0.3rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
  .PatternHeader__mob-logo.active {
    opacity: 1;
    pointer-events: all;
    z-index: 2;
  }
}
.PatternHeader__mob-logo img {
  display: none;
  height: 3.5rem;
}
.PatternHeader__mob-logo img.PatternHeader__logo-std {
  display: initial;
}
html.theme-color-white .PatternHeader__logo img.PatternHeader__logo-std, html.theme-color-white .PatternHeader__mob-logo img.PatternHeader__logo-std {
  display: none;
}
html.theme-color-white .PatternHeader__logo img.PatternHeader__logo-white, html.theme-color-white .PatternHeader__mob-logo img.PatternHeader__logo-white {
  display: initial;
}
html.theme-color-blue .PatternHeader__logo img.PatternHeader__logo-std, html.theme-color-blue .PatternHeader__mob-logo img.PatternHeader__logo-std {
  display: none;
}
html.theme-color-blue .PatternHeader__logo img.PatternHeader__logo-blue, html.theme-color-blue .PatternHeader__mob-logo img.PatternHeader__logo-blue {
  display: initial;
}
.PatternHeader__eye-button {
  cursor: pointer;
  transform: translateY(0.2rem);
}
.PatternHeader__eye-button svg.eye {
  display: initial;
}
.PatternHeader__eye-button svg.close {
  display: none;
}
.PatternHeader__eye-button.close svg.eye {
  display: none;
}
.PatternHeader__eye-button.close svg.close {
  display: initial;
}
.PatternHeader__eye-button svg.eye {
  fill: var(--color-white);
}
html.theme-color-white .PatternHeader__eye-button svg.eye {
  fill: var(--color-black-100);
}
html.theme-color-blue .PatternHeader__eye-button svg.eye {
  fill: var(--color-black-100);
}
.PatternHeader__eye-button svg.close {
  stroke: var(--color-white);
}
html.theme-color-white .PatternHeader__eye-button svg.close {
  stroke: var(--color-black-100);
}
html.theme-color-blue .PatternHeader__eye-button svg.close {
  stroke: var(--color-black-100);
}
.PatternHeader__date-year {
  margin-bottom: 0.4rem;
}
.PatternHeader__bottom-bottom-row {
  position: sticky;
  top: 0;
  padding-top: 1.3rem;
  padding-bottom: 1.2rem;
  background-color: var(--color-black-100);
  z-index: 5;
}
html.theme-color-white .PatternHeader__bottom-bottom-row {
  background-color: var(--color-white);
  color: var(--color-black-100);
}
html.theme-color-blue .PatternHeader__bottom-bottom-row {
  background-color: var(--color-primary-2);
  color: var(--color-black-100);
}
.PatternHeader__bottom-bottom-row-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.PatternHeader__mob {
  display: none;
  padding: 0 1.5rem;
}
@media (max-width: 480px) {
  .PatternHeader__mob {
    display: block;
    height: 100px;
  }
}
.PatternHeader__menu {
  display: flex;
  flex-shrink: 1;
  align-items: center;
  gap: 4rem;
}
.PatternHeader__menu svg {
  position: relative;
  top: 0.1rem;
  fill: var(--color-white);
}
html.theme-color-white .PatternHeader__menu svg {
  fill: var(--color-black-100);
}
html.theme-color-blue .PatternHeader__menu svg {
  fill: var(--color-black-100);
}
.PatternHeader__menu a {
  color: var(--color-white);
  text-decoration: none;
  white-space: nowrap;
}
html.theme-color-white .PatternHeader__menu a {
  color: var(--color-black-100);
}
html.theme-color-blue .PatternHeader__menu a {
  color: var(--color-black-100);
}
.PatternHeader__search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
  padding-left: 8rem;
  z-index: 1;
}
.PatternHeader__search svg {
  position: relative;
  top: 0.1rem;
  fill: var(--color-white);
}
html.theme-color-white .PatternHeader__search svg {
  fill: var(--color-black-100);
}
html.theme-color-blue .PatternHeader__search svg {
  fill: var(--color-black-100);
}
.PatternHeader__search-container {
  width: 100%;
  padding-right: 1rem;
  text-align: right;
}
.PatternHeader__search-container input[type="search"] {
  width: 0%;
  max-width: 50rem;
  min-width: 0;
  padding: 0.5rem 0 0.5rem 0;
  border: none;
  transition: width 0.4s ease, padding 0.4s ease;
  box-sizing: border-box;
}
.PatternHeader__search-container input[type="search"].active {
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.PatternHeader__ai-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 53px;
  width: 32px;
  height: 32px;
  z-index: 1;
  cursor: pointer;
  transition: opacity 0.2s;
}
.PatternHeader__ai-button svg {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.PatternHeader__ai-button:hover {
  opacity: 0.8;
}
.PatternHeader__ai-button.disabled {
  opacity: 0;
  pointer-events: none;
}
.PatternHeader__ai-menu {
  position: absolute;
  top: 100%;
  width: 180px;
  right: 54px;
  margin-top: 1.2rem;
  background-color: var(--color-white);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
html.theme-color-white .PatternHeader__ai-menu {
  border-top: 1px solid var(--color-black-100);
}
html.theme-color-black .PatternHeader__ai-menu {
  border-top: 1px solid var(--color-white);
  background-color: var(--color-black-100);
}
html.theme-color-blue .PatternHeader__ai-menu {
  border-top: 1px solid var(--color-black-100);
  background-color: var(--color-primary-2);
}
.PatternHeader__ai-menu.active {
  opacity: 1;
  pointer-events: all;
}
.PatternHeader__ai-menu-head {
  position: relative;
  left: -1px;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-black-100);
  border: 1px solid #DDDDDD;
  border-top: none;
  padding: 0.7rem 2.8rem 0.7rem 1.2rem;
  width: calc(100% + 2px);
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
html.theme-color-white .PatternHeader__ai-menu-head {
  border-color: var(--color-black-100);
}
html.theme-color-black .PatternHeader__ai-menu-head {
  color: var(--color-white);
}
html.theme-color-blue .PatternHeader__ai-menu-head {
  border-color: var(--color-black-100);
}
.PatternHeader__ai-menu-head:hover {
  background-color: #f9f9f9;
  color: var(--color-primary-1);
}
html.theme-color-black .PatternHeader__ai-menu-head:hover {
  background-color: #000;
}
html.theme-color-blue .PatternHeader__ai-menu-head:hover {
  background-color: #97c6f8;
}
.PatternHeader__ai-menu-head span {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.2s ease;
}
.PatternHeader__ai-menu-head.open span {
  transform: translateY(-50%) rotate(0deg);
}
.PatternHeader__ai-menu-item {
  padding: 0.7rem 2.8rem 0.7rem 1.2rem;
  font-weight: 400;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}
.PatternHeader__ai-menu-item:hover {
  background-color: #eaeaea;
}
html.theme-color-black .PatternHeader__ai-menu-item:hover {
  background-color: #000;
}
html.theme-color-blue .PatternHeader__ai-menu-item:hover {
  background-color: #97c6f8;
}
.PatternHeader__ai-menu-item.active {
  background-color: #F4F4F4;
  cursor: default;
}
html.theme-color-black .PatternHeader__ai-menu-item.active {
  background-color: #000;
}
html.theme-color-blue .PatternHeader__ai-menu-item.active {
  background-color: #97c6f8;
}
.PatternHeader__ai-menu-button {
  display: block;
  position: relative;
  background-color: var(--color-primary-1);
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  text-align: center;
  cursor: pointer;
}
html.theme-color-black .PatternHeader__ai-menu-button {
  color: var(--color-black-100);
}
.PatternHeader__ai-menu-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
  overflow: hidden;
}
.PatternHeader__ai-menu-content-inner {
  min-height: 0;
  transition: visibility 0.4s ease;
  visibility: hidden;
  border-bottom: 1px solid #DDDDDD;
}
html.theme-color-white .PatternHeader__ai-menu-content-inner {
  border-color: var(--color-black-100);
}
html.theme-color-black .PatternHeader__ai-menu-content-inner {
  border-color: var(--color-white);
}
html.theme-color-blue .PatternHeader__ai-menu-content-inner {
  border-color: var(--color-black-100);
}
.PatternHeader__ai-menu-content-inner_last {
  border-bottom: none;
}
.PatternHeader__ai-menu-head.open + .PatternHeader__ai-menu-content {
  grid-template-rows: 1fr;
}
.PatternHeader__ai-menu-head.open + .PatternHeader__ai-menu-content .PatternHeader__ai-menu-content-inner {
  visibility: visible;
}

.PatternHeader__loupe-button {
  cursor: pointer;
}
.PatternHeader__menu-button {
  display: none;
  position: absolute;
  top: -0.3rem; left: 1.5rem;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  z-index: 2;
}
.PatternHeader__menu-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke: var(--color-white);
}
html.theme-color-white .PatternHeader__menu-button svg {
  stroke: var(--color-black-100);
}
html.theme-color-blue .PatternHeader__menu-button svg {
  stroke: var(--color-black-100);
}
/* @media (max-width: 968px) {
  .PatternHeader__middle {
    display: none;
  }
} */
@media (max-width: 1200px) {
  .PatternHeader__menu {
    gap: 2rem;
  }
  .PatternHeader__search {
    padding-left: 4rem;
  }
}
@media (max-width: 1024px) {
  .PatternHeader__top-part-columns {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .PatternHeader__top-part-left-col, .PatternHeader__top-part-right-col {
    justify-content: space-between;
    width: 100%;
  }
  .PatternHeader__weather {
    /* transform: translateX(2.3rem); */
  }
  .PatternHeader__menu {
    display: none;
  }
  .PatternHeader__menu-button {
    display: block;
  }
}
@media (max-width: 575px) {
  .PatternHeader__logo {
    transform: none;
    text-align: center;
    width: auto;
  }
  .PatternHeader__logo img {
    width: 14rem;
  }
}
@media (max-width: 375px) {
  .PatternHeader__currencies {
    font-size: 1.2rem;
    justify-content: space-between;
    gap: initial;
  }
}
.PatternHeader__a11ly-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 40px;
  height: 100%;
  background-color: var(--color-black-100);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
html.theme-color-white .PatternHeader__a11ly-menu {
  background-color: var(--color-white);
}
html.theme-color-blue .PatternHeader__a11ly-menu {
  background-color: var(--color-primary-2);
}
.PatternHeader__a11ly-menu.open {
  opacity: 0.9;
  pointer-events: all;
}
.PatternHeader__font-size {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.PatternHeader__font-size li {
  position: relative;
  line-height: 1;
  width: 26px;
  height: 32px;
  cursor: pointer;
}
.PatternHeader__font-size li.active {
  border: 1px solid;
}
.PatternHeader__font-size span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.PatternHeader__font-size li:nth-child(1) {
  font-size: 12px;
}
.PatternHeader__font-size li:nth-child(2) {
  font-size: 16px;
}
.PatternHeader__font-size li:nth-child(3) {
  font-size: 18px;
}

.PatternHeader__themes {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.PatternHeader__themes li {
  position: relative;
  line-height: 1;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  width: 26px;
  height: 32px;
  cursor: pointer;
  border: 1px solid;
  box-sizing: border-box;
}
.PatternHeader__themes span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  font-size: 16px;
}
.PatternHeader__themes li.active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}
.PatternHeader__themes .white {
  color: #1C1C1C;
  background-color: #fff;
}
.PatternHeader__themes li.white.active::after {
  border-color: #1C1C1C transparent transparent transparent;
}
.PatternHeader__themes .black {
  color: #fff;
  background-color: #1C1C1C;
}
.PatternHeader__themes li.black.active::after {
  border-color: #fff transparent transparent transparent;
}
.PatternHeader__themes .blue {
  color: #15335F;
  background-color: #A8D0FB;
}
.PatternHeader__themes li.blue.active::after {
  border-color: #15335F transparent transparent transparent;
}


/* Pinned News Block */

.PatternPinnedNews__grid {
  display: grid;
  grid-template-columns: 1fr 412px;
  grid-template-rows: repeat(2, 1fr);
  gap: 4rem;
}
.PatternPinnedNews__cell_1 { grid-area: 1 / 1 / 3 / 2; }
.PatternPinnedNews__cell_2 { grid-area: 1 / 2 / 2 / 3; }
.PatternPinnedNews__cell_3 { grid-area: 2 / 2 / 3 / 3; }
.PatternPinnedNews__news-block {
  width: 100%;
}
.PatternPinnedNews__news-block_big {
  height: 410px;
}
.PatternPinnedNews__news-block_small {
  height: 100%;
}
@media (max-width: 968px) {
  .PatternPinnedNews__grid {
    grid-template-columns: 1fr 340px;
  }
}
@media (max-width: 768px) {
  .PatternPinnedNews__grid {
    display: flex;
    flex-direction: column;
  }
  .PatternPinnedNews__news-block_big {
    height: 185px;
  }
  .PatternPinnedNews__news-block_small {
    height: 185px;
  }
}
@media (max-width: 575px) {
  .PatternPinnedNews__grid {
    gap: 2rem;
  }
}

/* Text and Image News Card */

.BlockNewsCardImage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.BlockNewsCardImage a {
  color: var(--color-black-100);
  text-decoration: none;
}
html.theme-color-black .BlockNewsCardImage a{
  color: var(--color-white);
}
.BlockNewsCardImage__img {
  position: relative;
  height: 212px;
  margin-bottom: 1.6rem;
}
.BlockNewsCardImage__img img{
  position: absolute;
  width: 100%; height: 100%;
  object-fit: cover;
}
.BlockNewsCardImage__title {
  font-weight: 500;
  margin-bottom: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}
.BlockNewsCardImage a:hover .BlockNewsCardImage__title {
  color: var(--color-primary-1);
}
.BlockNewsCardImage__data {
  display: flex;
  gap: 1.6rem;
  color: var(--color-black-70);
}
html.theme-color-black .BlockNewsCardImage__data {
  color: var(--color-white);
}
.BlockNewsCardImage__data li {
  display: flex;
  align-items: center;
  line-height: 1;
}
.BlockNewsCardImage__data li img {
  margin-right: 0.8rem;
}
.BlockNewsCardImage__data li svg {
  margin-right: 0.8rem;
}

/* Full Image News Card */

.BlockNewsCardFullImage {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.BlockNewsCardFullImage:hover .BlockNewsCardFullImage__title {
  transform: translateY(-0.5rem);
}
.BlockNewsCardFullImage:hover .BlockNewsCardFullImage__date {
  opacity: 0.5;
}
.BlockNewsCardFullImage a {
  position: relative;
  height: 100%;
  color: var(--color-black-100);
  text-decoration: none;
}
.BlockNewsCardFullImage a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,transparent,rgba(0,0,0,.7));
}
.BlockNewsCardFullImage__img {
  position: relative;
  height: 100%;
}
.BlockNewsCardFullImage__img img{
  position: absolute;
  width: 100%; height: 100%;
  object-fit: cover;
}
.BlockNewsCardFullImage__text {
  position: absolute;
  left: 2.5rem; right: 2.5rem; bottom: 2.5rem;
  z-index: 1;
  color: var(--color-white);
}
.BlockNewsCardFullImage__title {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: transform 0.3s ease;
}
html.theme-color-blue .BlockNewsCardFullImage__title span {
  background-color: var(--color-black-100);
}
html.theme-color-black .BlockNewsCardFullImage__title span {
  background-color: var(--color-black-100);
}
html.theme-color-white .BlockNewsCardFullImage__title span {
  background-color: var(--color-black-100);
}
.BlockNewsCardFullImage__date {
  margin-top: 0.8rem;
  transition: opacity 0.3s ease;
}
html.theme-color-blue .BlockNewsCardFullImage__date span {
  background-color: var(--color-black-100);
}
html.theme-color-black .BlockNewsCardFullImage__date span {
  background-color: var(--color-black-100);
}
html.theme-color-white .BlockNewsCardFullImage__date span {
  background-color: var(--color-black-100);
}

/* Last News and Banners Block (Main Page) */

.PatternNewsAndBaners__grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 4rem;
}
.PatternNewsAndBaners__news {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.PatternNewsAndBaners__news-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.PatternNewsAndBaners__banners {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
}
.PatternNewsAndBaners__bottom-banner-container {
  position: relative;
  width: 100%;
  /* height: 124px; */
  margin-top: 4rem;
  margin-bottom: 4rem;
  overflow: hidden;
}
.PatternNewsAndBaners__bottom-banner {
  position: absolute;
  top: 0; left: 0;
}
@media (max-width: 1366px) {
  .PatternNewsAndBaners__grid {
    display: block;
    /* grid-template-columns: 1fr; */
  }
  .PatternNewsAndBaners__banners {
    display: none;
  }
  .PatternNewsAndBaners__news-container {
    gap: 4rem;
  }
  .PatternNewsAndBaners__bottom-banner-container {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .PatternNewsAndBaners__news {
    grid-template-columns: 1fr 1fr;
  }
  .PatternNewsAndBaners__news-container {
    gap: 3rem;
  }
  .PatternNewsAndBaners__bottom-banner-container {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .PatternNewsAndBaners__news {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Trends block */

.PatternTrends {
  position: relative;
  margin-top: 4rem;
}
.PatternTrends__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.PatternTrends__title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.4;
  color: var(--color-black-100);
}
html.theme-color-black .PatternTrends__title {
  color: var(--color-white);
}
.PatternTrends__buttons {
  display: flex;
}
.PatternTrends__button {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #F5F5F5;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.2s ease;
}
html.theme-color-white .PatternTrends__button {
  border: 1px solid var(--color-black-100);
}
html.theme-color-black .PatternTrends__button {
  border: 1px solid var(--color-white);
  background-color: var(--color-black-100);
}
html.theme-color-blue .PatternTrends__button {
  border: 1px solid var(--color-black-100);
  background-color: var(--color-primary-2);
}
.PatternTrends__button:hover {
  background-color: #F4F4F4;
}
.PatternTrends__button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.PatternTrends__button_prev {
  border-right: none !important;
}
.PatternTrends__line {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 978px;
}
.PatternTrends__line-inner {
  position: relative;
  display: flex;
  gap: 1.2rem;
  width: 9999px;
  transition: transform 0.3s ease;
}
.PatternTrends__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background-color: #F4F4F4;
  width: 186px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.PatternTrends__swiper.swiper {
  width: 100%;
  max-width: calc(1316px - 340px);
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1366px) {
  .PatternTrends__swiper.swiper {
    max-width: calc(100vw - 40px);
  }
}

.PatternTrends__card.swiper-slide {
  width: 186px;
  height: auto;
}
html.theme-color-white .PatternTrends__card {
  background-color: var(--color-white);
  border: 1px solid var(--color-black-100);
  width: 184px;
}
html.theme-color-black .PatternTrends__card {
  background-color: var(--color-black-100);
  border: 1px solid var(--color-white);
  width: 184px;
}
html.theme-color-blue .PatternTrends__card {
  background-color: var(--color-primary-2);
  border: 1px solid var(--color-black-100);
  width: 184px;
}
.PatternTrends__card:hover {
  background-color: #e7e7e7;
}
html.theme-color-white .PatternTrends__card:hover {
  background-color: var(--color-white);
}
.PatternTrends__card h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-black-100);
  margin-bottom: 1rem;
}
html.theme-color-black .PatternTrends__card h2 {
  color: var(--color-white);
}
.PatternTrends__card p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-black-70);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
}
@media (max-width: 1366px) {
  .PatternTrends__line {
    max-width: calc(100vw - 55px);
  }
}
@media (max-width: 1210px) {
  .PatternTrends__line {
    max-width: calc(100vw - 40px);
  }
}

/* Newspaper List block */

.PatternNewsPaperList__block-title {
  font-weight: 500;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 3rem;
}

.PatternNewsPaperList__grid-main {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 412px;
}
@media (max-width: 1024px) {
  .PatternNewsPaperList__grid-main {
    grid-template-columns: 1fr
  }
}

.PatternNewsPaperList__img {
  position: relative;
  min-height: 410px;
}
@media (max-width: 768px) {
  .PatternNewsPaperList__img {
    min-height: 24rem;
  }
}
.PatternNewsPaperList__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PatternNewsPaperList__title {
  display: -webkit-box;
  font-weight: 500;
  font-size: 3rem;
  margin-top: 2rem;
  margin-bottom: 1.6rem;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}
.PatternNewsPaperList__link:hover .PatternNewsPaperList__title {
  color: var(--color-primary-1);
}
.PatternNewsPaperList__annotation {
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.PatternNewsPaperList__date {
  margin-top: 1.6rem;
  display: flex;
  gap: 1.6rem;
  color: var(--color-black-70);
}
html.theme-color-black .PatternNewsPaperList__date {
  color: var(--color-white);
}
.PatternNewsPaperList__date li {
  display: flex;
  align-items: center;
  line-height: 1;
}
.PatternNewsPaperList__date li img {
  margin-right: 0.8rem;
}
.PatternNewsPaperList__date li svg {
  margin-right: 0.8rem;
}
.PatternNewsPaperList__more .BlockNewsLists__item:first-child {
  padding-top: 0;
}
/* .PatternNewsPaperList__main {
  background-color: hotpink;
}
.PatternNewsPaperList__more {
  background-color: yellowgreen;
} */

/* News Lists Block (Main Page) */

.PatternNewsLists__grid-main {
  display: grid;
  gap: 4rem;
  grid-template-columns: 300px 1fr;
}
.PatternNewsLists__grid-second {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 300px;
}
.PatternNewsLists__right-block {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: space-between;
}
.PatternNewsLists__last-news-list {
  max-height: 706px;
}
@media (max-width: 768px) {
  .PatternNewsLists__last-news-list {
    max-height: 70vh;
  }
}
@media (max-width: 768px) {
  .PatternNewsLists__last-news-list {
    max-height: 45vh;
    min-height: 31rem;
  }
}
.PatternNewsLists__reactions-list {
  display: grid;
  gap: 2rem;
  height: min-content;
}
.PatternNewsLists__reactions-list-item {
  display: flex;
  height: max-content;
}
.PatternNewsLists__reactions-list-item-img {
  position: relative;
  height: 12rem;
  margin-right: 2rem;
  flex: 0 0 18.6rem;
}
.PatternNewsLists__reactions-list-item-img img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PatternNewsLists__reactions-list-item-right-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  width: auto;
}
.PatternNewsLists__reactions-list-item-right-col a {
  text-decoration: none;
  color: var(--color-black-100);
}
html.theme-color-black .PatternNewsLists__reactions-list-item-right-col a {
  color: var(--color-white);
}
.PatternNewsLists__reactions-list-item-title {
  transition: color 0.2s ease;
}
.PatternNewsLists__reactions-list-item-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.PatternNewsLists__reactions-list-item-right-col a:hover .PatternNewsLists__reactions-list-item-title {
  color: var(--color-primary-1);
}
.PatternNewsLists__reactions-list-item-right-col h6 {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.6rem;
}
.PatternNewsLists__reactions-list-item-right-col p {
  color: var(--color-black-70);
}
html.theme-color-black .PatternNewsLists__reactions-list-item-right-col p {
  color: var(--color-white);
}
.PatternNewsLists__reactions-list-item-reactions {
  display: flex;
  gap: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 0.3rem;
}
.PatternNewsLists__reactions-list-item-reaction {
  display: flex;
  align-items: center;
  color: var(--color-black-70);
  gap: 0.4rem;
  cursor: pointer;
}
html.theme-color-black .PatternNewsLists__reactions-list-item-reaction {
  color: var(--color-white);
}
.PatternNewsLists__bottom-banner-laptop.ElementBannerFWx200 {
  margin-top: 4rem;
  display: none;
}
@media (max-width: 1366px) {
  .PatternNewsLists__grid-second {
    grid-template-columns: 1fr;
  }
  .BlockNewsLists__item-img {
    display: none;
  }
  .PatternNewsLists__bottom-banner.ElementBannerFWx200 {
    display: none;
  }
  .PatternNewsLists__bottom-banner-laptop.ElementBannerFWx200 {
    display: block;
  }
}
@media (max-width: 968px) {
  .PatternNewsLists__grid-main {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .PatternNewsLists__bottom-banner-laptop.ElementBannerFWx200 {
    display: none;
  }
}
@media (max-width: 575px) {
  .PatternNewsLists__reactions-list-item {
    flex-direction: column;
  }
  .PatternNewsLists__reactions-list-item-img {
    margin-bottom: 1.6rem;
  }
}

/* News List Block */

.BlockNewsLists {
  display: flex;
  flex-direction: column;
}
.BlockNewsLists__head {
  color: var(--color-white);
  background-color: var(--color-primary-1);
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  padding: 1.6rem 2rem 1.6rem 2rem;
  line-height: 1.2;
}
html.theme-color-black .BlockNewsLists__head {
  color: var(--color-black-100);
}
.BlockNewsLists__content {
  overflow-y: auto;
}
.BlockNewsLists__loader {
  display: block;
  padding: 1rem 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.BlockNewsLists_noloader .BlockNewsLists__loader {
  display: none;
}
.BlockNewsLists__loader_show {
  opacity: 1;
}
.BlockNewsLists__loader_hide {
  display: none;
}
.BlockNewsLists__content::-webkit-scrollbar {
  width: 3px;
  border-radius: 0px;
}
.BlockNewsLists__content::-webkit-scrollbar-thumb {
  border: 3px solid #484848;
  border-radius: 0px;
  height: 3px;
}
.BlockNewsLists__content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0px;
}
html.theme-color-black .BlockNewsLists__content::-webkit-scrollbar-thumb {
  border: 3px solid #fff;
}
html.theme-color-black .BlockNewsLists__content::-webkit-scrollbar-track {
  background: var(--color-black-100);
}
html.theme-color-blue .BlockNewsLists__content::-webkit-scrollbar-thumb {
  border: 3px solid var(--color-white);
}
html.theme-color-blue .BlockNewsLists__content::-webkit-scrollbar-track {
  background: var(--color-black-70);
}
.BlockNewsLists__item {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--color-gray-3);
}
.BlockNewsLists__item:last-of-type {
  border-bottom: none;
}
.BlockNewsLists__item-title {
  margin-bottom: 0.8rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}
html.theme-color-blue .BlockNewsLists__item-title {
  color: var(--color-black-100);
}
.BlockNewsLists__link:hover .BlockNewsLists__item-title {
  color: var(--color-primary-1);
}
.BlockNewsLists__item-category-and-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--color-black-70);
}
html.theme-color-black .BlockNewsLists__item-category-and-date {
  color: var(--color-white);
}
html.theme-color-blue .BlockNewsLists__item-category-and-date {
  color: var(--color-black-70);
}
.BlockNewsLists__item-sep {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--color-black-70);
  margin: 0 1rem;
}
.BlockNewsLists__item-img {
  position: relative;
  padding-bottom: 40%;
  margin-bottom: 1.6rem;
}
.BlockNewsLists__item-img img {
  position: absolute;
  width: 100%; height: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) {
  .BlockNewsLists__item-img {
    display: none;
  }
}
.BlockNewsLists__date {
  display: flex;
  gap: 1.6rem;
  color: var(--color-black-70);
}
html.theme-color-black .BlockNewsLists__date {
  color: var(--color-white);
}
.BlockNewsLists__date li {
  display: flex;
  align-items: center;
  line-height: 1;
}
.BlockNewsLists__date li img {
  margin-right: 0.8rem;
}
.BlockNewsLists__date li svg {
  margin-right: 0.8rem;
}

/* Footer */

.PatternFooter {
  padding-top: 4rem;
  background-color: var(--color-black-100);
}
html.theme-color-white .PatternFooter{
  background-color: var(--color-white);
  border-top: 1px solid var(--color-black-100);
}
html.theme-color-blue .PatternFooter{
  background-color: var(--color-primary-2);
  border-top: 1px solid var(--color-black-100);
}
html.theme-color-black .PatternFooter{
  border-top: 1px solid var(--color-white);
}
.PatternFooter__logo {
  text-align: center;
}
.PatternFooter__logo img {
  position: relative;
  left: 0.5rem;
  display: none;
}
.PatternFooter__logo img.PatternFooter__logo-std {
  display: initial;
}
html.theme-color-white .PatternFooter__logo img.PatternFooter__logo-std {
  display: none;
}
html.theme-color-white .PatternFooter__logo img.PatternFooter__logo-white {
  display: initial;
}
html.theme-color-blue .PatternFooter__logo img.PatternFooter__logo-std {
  display: none;
}
html.theme-color-blue .PatternFooter__logo img.PatternFooter__logo-blue {
  display: initial;
}
.PatternFooter__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.8rem;
}
.PatternFooter__menu, .PatternFooter__menu-right {
  display: flex;
  flex-shrink: 1;
  align-items: center;
  gap: 4rem;
}
.PatternFooter__menu svg {
  position: relative;
  top: 0.1rem;
  fill: var(--color-white);
}
html.theme-color-white .PatternFooter__menu svg {
  fill: var(--color-black-100);
}
html.theme-color-blue .PatternFooter__menu svg {
  fill: var(--color-black-100);
}
.PatternFooter__menu a, .PatternFooter__menu-right a {
  color: var(--color-white);
  text-decoration: none;
}
html.theme-color-white .PatternFooter__menu a, html.theme-color-white .PatternFooter__menu-right a {
  color: var(--color-black-100);
}
html.theme-color-blue .PatternFooter__menu a, html.theme-color-blue .PatternFooter__menu-right a {
  color: var(--color-black-100);
}
.PatternFooter__copyrights {
  padding-top: 3.7rem;
  padding-bottom: 4rem;
}
.PatternFooter__copyrights ul {
  display: flex;
  flex-shrink: 1;
  align-items: center;
  gap: 3.3rem;
  color: var(--color-white);
  text-decoration: none;
}
html.theme-color-white .PatternFooter__copyrights ul {
  color: var(--color-black-100);
}
html.theme-color-blue .PatternFooter__copyrights ul {
  color: var(--color-black-100);
}
@media (max-width: 1350px) {
  .PatternFooter__links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .PatternFooter__menu, .PatternFooter__menu-right {
    justify-content: center;
  }
  .PatternFooter__copyrights ul {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .PatternFooter__menu {
    flex-direction: column;
    gap: 2rem;
  }
  .PatternFooter__menu-right {
    flex-direction: column;
    gap: 2rem;
  }
  .PatternFooter__copyrights ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.PatternFooter__top {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
}
.PatternFooter__top a {
  color: var(--color-white);
  text-decoration: none;
}
html.theme-color-white .PatternFooter__top a {
  color: var(--color-black-100);
}
html.theme-color-blue .PatternFooter__top a {
  color: var(--color-black-100);
}

.PatternFooter__cities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 4.2rem;
}
.PatternFooter__cities-list a {
  display: inline-block;
  padding: 1rem;
  line-height: 1;
  color: var(--color-white);
  border: 1px solid #404040;
}
html.theme-color-white .PatternFooter__cities-list a {
  color: var(--color-black-100);
}
html.theme-color-blue .PatternFooter__cities-list a {
  color: var(--color-black-100);
}

.PatternFooter__bottom-links {
  display: flex;
  gap: 3.2rem;
  margin-top: 4rem;
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: 1px solid #404040;
  color: #949494;
}
.PatternFooter__bottom-links a {
  color: #949494;
}
html.theme-color-white .PatternFooter__bottom-links {
  color: var(--color-black-100);
}
html.theme-color-blue .PatternFooter__bottom-links {
  color: var(--color-black-100);
}
html.theme-color-black .PatternFooter__bottom-links {
  color: var(--color-white);
  border-top: 1px solid var(--color-white);
}
html.theme-color-white .PatternFooter__bottom-links a {
  color: var(--color-black-100);
}
html.theme-color-blue .PatternFooter__bottom-links a {
  color: var(--color-black-100);
}
html.theme-color-black .PatternFooter__bottom-links a {
  color: var(--color-white);
}

@media (max-width: 980px) {
  .PatternFooter__bottom-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 3.2rem;
  }
}

@media (max-width: 768px) {
  .PatternFooter__top {
    justify-content: center;
    flex-wrap: wrap;
  }
  .PatternFooter__top li {
    white-space: nowrap;
  }
  .PatternFooter__cities-list {
    justify-content: center;
  }
  .PatternFooter__bottom-links li {
    white-space: nowrap;
  }
}

/* Current News Head Block */

.PatternCurrentNewsHead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0 4rem;
}
.PatternCurrentNewsHead_ai {
  display: block;
  margin-top: 4rem;
}
.PatternCurrentNewsHead_mt_4rem {
  margin-top: 4rem;
}
.PatternCurrentNewsHead_p_0 {
  padding: 0;
}
.PatternCurrentNewsHead__img {
  position: relative;
  min-height: 304px;
}
.PatternCurrentNewsHead__img img {
  position: absolute;
  width: 100%; height: 100%;
  object-fit: cover;
}
.PatternCurrentNewsHead__photo-title {
  padding-top: 1rem;
  text-align: center;
  color: var(--color-black-70);
}
.PatternCurrentNewsHead__desc {
  display: flex;
  flex-direction: column;
}
.PatternCurrentNewsHead__texts {
  flex-grow: 1;
  padding: 2rem 0;
}
.PatternCurrentNewsHead__title {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.PatternCurrentNewsHead__annotation {
  line-height: 1.4;
}
.PatternCurrentNewsHead__date-and-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0 2rem 0;
  border-top: 1px solid var(--color-gray-3);
}
.PatternCurrentNewsHead__date {
  display: flex;
  gap: 1.6rem;
  color: var(--color-black-70);
}
html.theme-color-black .PatternCurrentNewsHead__date {
  color: var(--color-white);
}
.PatternCurrentNewsHead__date li {
  display: flex;
  align-items: center;
  line-height: 1;
}
.PatternCurrentNewsHead__date li img {
  margin-right: 0.8rem;
}
.PatternCurrentNewsHead__date li svg {
  margin-right: 0.8rem;
}
.PatternCurrentNewsHead__share {
  display: flex;
  gap: 1rem;
}
.PatternCurrentNewsHead__share li {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.PatternCurrentNewsHead__share li:hover {
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .PatternCurrentNewsHead {
    grid-template-columns: 1fr;
  }
  .PatternCurrentNewsHead__desc {
    order: 2;
  }
  .PatternCurrentNewsHead__photo-title {
    order: 1;
    text-align-last: left;
  }
}
@media (max-width: 575px) {
  .PatternCurrentNewsHead__date-and-share {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 2.2rem;
  }
}
@media (max-width: 475px) {
  .PatternCurrentNewsHead__img {
    min-height: 180px;
  }
}

/* Current News Bottom Block */

.PatternCurrentNewsBottom__banner-container {
  position: relative;
  width: 100%;
  /* height: 124px; */
  overflow: hidden;
}
.PatternCurrentNewsBottom__banner {
  position: absolute;
  top: 0; left: 0;
}
.PatternCurrentNewsBottom__sep {
  height: 1px;
  background-color: var(--color-gray-3);
  margin: 2rem 0;
}
.PatternCurrentNewsBottom__related-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
.PatternCurrentNewsBottom__bottom-banner {
  margin-top: 4rem;
}
.PatternCurrentNewsBottom__bottom-banner-mobile.ElementBanner290x76 {
  display: none;
}
.PatternCurrentNewsBottom .PatternTrends {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .PatternCurrentNewsBottom__related-news {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .PatternCurrentNewsBottom__related-news {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .PatternCurrentNewsBottom__related-news {
    gap: 2rem;
  }
  .PatternCurrentNewsBottom__bottom-banner-desktop.ElementBannerFWx200 {
    display: none;
  }
  .PatternCurrentNewsBottom__bottom-banner-mobile.ElementBanner290x76 {
    display: block;
  }
  /* .PatternCurrentNewsBottom__banner-container {
    height: 76px;
  } */
  .PatternCurrentNewsBottom__banner {
    display: none;
  }
}

/* Current News Main Content */

@media (max-width: 1024px) {
  .ArticleContent.global-style--content-container_mt_4rem {
    margin: 1rem auto 0 auto;
  }
}

.PatternCurrentNewsContent__banner-container {
  position: relative;
  width: 100%; height: 200px;
  overflow: hidden;
}
.PatternCurrentNewsContent__banner {
  position: absolute;
  top: 0; left: 0;
}
.PatternCurrentNewsContent__banner-container_inner {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.PatternCurrentNewsContent__share {
  display: flex;
  gap: 1rem;
}
.PatternCurrentNewsContent__share li {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.PatternCurrentNewsContent__share li:hover {
  opacity: 0.6;
}
.PatternCurrentNewsContent__about {
  display: flex;
  gap: 4rem;
  padding-top: 1.8rem;
}
.PatternCurrentNewsContent__location, .PatternCurrentNewsContent__author {
  color: var(--color-black-70);
  transition: color 0.2s ease;
}
html.theme-color-black .PatternCurrentNewsContent__location, html.theme-color-black .PatternCurrentNewsContent__author {
  color: var(--color-white);
}
.PatternCurrentNewsContent__location a, .PatternCurrentNewsContent__author a {
  display: flex;
  align-items: center;
}
.PatternCurrentNewsContent__location:hover, .PatternCurrentNewsContent__author:hover {
  color: var(--color-primary-1);
}
.PatternCurrentNewsContent__location img, .PatternCurrentNewsContent__author img {
  margin-right: 0.8rem;
}
.PatternCurrentNewsContent__location img, .PatternCurrentNewsContent__author svg {
  margin-right: 0.8rem;
}
.PatternCurrentNewsContent__author span > span {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  color: var(--color-black-100);
  transition: color 0.2s ease;
}
html.theme-color-black .PatternCurrentNewsContent__author span > span {
  color: var(--color-white);
}
.PatternCurrentNewsContent__author:hover span > span {
  color: var(--color-black-70);
}
.PatternCurrentNewsContent__author_hidden {
  display: none;
}
.PatternCurrentNewsContent__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem 1.5rem;
  margin-top: 2.2rem;
  color: var(--color-black-70);
}
html.theme-color-black .PatternCurrentNewsContent__tags {
  color: var(--color-white);
}
.PatternCurrentNewsContent__tags a {
  white-space: nowrap;
  transition: color 0.2s ease;
}
.PatternCurrentNewsContent__tags a:hover {
  color: var(--color-primary-1);
}
.PatternCurrentNewsContent__banner-mobile {
  display: none;
}
.PatternCurrentNewsContent_feed-content {
  margin-top: 2rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--color-gray-3);
}
@media (max-width: 1024px) {
  .PatternCurrentNewsContent_feed-content {
    margin-top: 1rem;
  }
}
.PatternCurrentNewsContent_feed-content:last-of-type {
  border: none;
}
@media (max-width: 768px) {
  .PatternCurrentNewsContent__about {
    flex-direction: column;
    gap: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 575px) {
  .PatternCurrentNewsContent__banner-container {
    height: 76px;
  }
  .PatternCurrentNewsContent__banner {
    display: none;
  }
  .PatternCurrentNewsContent__banner-mobile {
    display: block;
  }
}

/* Votes page */

.BlockVoteCard {
  background-color: var(--color-banner-back);
  padding: 2rem;
  margin-bottom: 4rem;
}
.BlockVoteCard__title {
  transition: color 0.2s ease;
}
.BlockVoteCard__title:hover a {
  color: var(--color-primary-1);
}
.BlockVoteCard__title {
  font-weight: 500;
  margin-bottom: 2rem;
}
.BlockVoteCard__question {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--color-gray);
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
}
.BlockVoteCard__question input {
  display: none;
  margin-right: 0.8rem;
}
.BlockVoteCard__vote-button {
  padding: 0.8rem 1.6rem;
  background-color: var(--color-primary-1);
  color: var(--color-white);
  border: 1px solid var(--color-primary-1);
  cursor: pointer;
  transition: all 0.2s ease;
}
.BlockVoteCard__vote-button:hover {
  background-color: var(--color-white);
  color: var(--color-gray);
}
.BlockVoteCard__question label {
  cursor: default;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.BlockVoteCard__progress {
  position: relative;
  background-color: #fff;
  height: 2rem;
  margin-bottom: 2.4rem;
  font-size: 1.3rem;
  font-weight: 400;
}
.BlockVoteCard__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 36px;
  height: 100%;
  background-color: var(--color-primary-1);
  color: var(--color-white);
}
.BlockVoteCard__progress-bar span {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.BlockVoteCard__zero-result span {
  position: absolute;
  top: 50%;
  left: 0.6rem;
  color: var(--color-gray);
  transform: translateY(-50%);
}
.BlockVoteCard__buttons {
  display: none;
  margin-bottom: 2rem;
}
.BlockVoteCard__totals {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.BlockVoteCard__totals a {
  display: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: color 0.2s ease;
}
.BlockVoteCard__totals a:hover{
  color: var(--color-primary-1);
}
.BlockVoteCard__total {
  font-size: 1.4rem;
  color: var(--color-gray);
}

.BlockVoteCard_sidebar .BlockVoteCard__totals a {
  display: initial;
}
.BlockVoteCard_sidebar .BlockVoteCard__progress {
  margin-bottom: 1.5rem;
}
.BlockVoteCard_sidebar .BlockVoteCard__totals a {
  font-size: 1.4rem;
}
.BlockVoteCard_sidebar .BlockVoteCard {
  margin-bottom: 0;
}

.BlockVoteCard_active .BlockVoteCard__question input {
  display: initial;
}
.BlockVoteCard_active .BlockVoteCard__progress {
  display: none;
}
.BlockVoteCard_active .BlockVoteCard__question {
  margin-bottom: 2.4rem;
}
.BlockVoteCard_active.BlockVoteCard_sidebar .BlockVoteCard__question {
  margin-bottom: 1.5rem;
}
.BlockVoteCard_active .BlockVoteCard__buttons {
  display: block;
}
.BlockVoteCard_active .BlockVoteCard__question label:hover{
  opacity: 0.8;
  color: var(--color-primary-1);
  cursor: pointer;
}

/* Category page */

.PatternCategory__title {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 4rem;
}
.PatternCategory__news {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, calc((100% - 8rem)/ 3));
}
.PatternCategory__pagination {
  display: flex;
  justify-content: center;
  margin: 4rem 0;
}
.PatternCategory__pagination .page-numbers {
  border: 1px solid var(--color-black-100);
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  transition: all 0.5s ease;
  margin: 1rem 0.8rem;
}
.PatternCategory__pagination .page-numbers.current {
  background-color: var(--color-primary-1);
  color: var(--color-white) !important;
  border: 1px solid var(--color-primary-1);
  transition: all 0.5s ease;
}
.PatternCategory__pagination .page-numbers.next {
  display: none;
}
@media (max-width: 1200px) {
  .PatternCategory__pagination .page-numbers {
    font-size: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .PatternCategory__news {
    grid-template-columns: 1fr 1fr;
    grid-template-columns: repeat(2, calc((100% - 4rem)/ 2));
  }
  .PatternCategory__pagination .page-numbers {
    display: none;
    font-size: 1.6rem;
  }
  .PatternCategory__pagination .page-numbers.prev {
    display: initial;
  }
  .PatternCategory__pagination .page-numbers.next {
    display: initial;
  }
}
@media (max-width: 690px) {
  .PatternCategory__news {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .PatternCategory__pagination .page-numbers {
    font-size: 1.4rem;
  }
}

/* Current page */

.PatternPage__title {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 4rem;
}
.PatternPage__content {
  padding-bottom: 2rem;
}

/* Other */

.BlockCurrentNewsLoader {
  display: block;
  padding: 4rem 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.BlockCurrentNewsLoader_show {
  opacity: 1;
}
.BlockCurrentNewsLoader_hide {
  display: none;
}

/* Test Banners */

.ElementBanner300x400 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 400px;
  overflow: hidden;
}
.ElementBanner300x400_sticky_8rem {
  position: sticky;
  top: 8rem;
}
.ElementBanner290x76 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 290px;
  height: 76px;
  margin: 0 auto;
  overflow: hidden;
}
.ElementBanner412x185 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 412px;
  height: 185px;
  overflow: hidden;
}
.ElementBanner864x410 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 864px;
  height: 410px;
  overflow: hidden;
}
.ElementBanner1920x160 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1920px;
  height: 160px;
  overflow: hidden;
  margin: 0 auto;
}
.ElementBannerFWx124 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 124px;
  overflow: hidden;
}
.ElementBannerFWx124 img {
  position: absolute;
  width: 100%; height: 100%;
  object-fit: cover;
}
.ElementBannerFWx200 {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ElementBannerFWx200 img {
  position: absolute;
  width: 100%; height: 100%;
  object-fit: cover;
}

/* Real Banners */

.BannerDesktopHeader {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
  max-width: min(calc(100vw - 4rem), 1920px);
  background-color: var(--color-black-100);
}
html.theme-color-white .BannerDesktopHeader {
  background-color: var(--color-white);
}
html.theme-color-blue .BannerDesktopHeader {
  background-color: var(--color-primary-2);
}
@media (max-width: 480px) {
  .BannerDesktopHeader {
    display: none;
  }
}
.BannerDesktopMainPageMiddle {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: calc(1316px - 340px);
  max-height: calc(125px + 4rem);
  overflow: hidden;
  background-color: var(--color-banner-back);
  padding: 2rem;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .BannerDesktopMainPageMiddle {
    max-height: calc(250px + 4rem);
  }
}
.BannerDesktopMainPageBottom {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 976px;
  /* height: 200px; */
  max-height: calc(200px + 4rem);
  overflow: hidden;
  background-color: var(--color-banner-back);
  padding: 2rem;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .BannerDesktopMainPageBottom {
    max-height: calc(250px + 4rem);
  }
}
.BannerDesktopWeather {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  max-height: 300px;
  overflow: hidden;
  background-color: var(--color-banner-back);
  padding: 2rem;
  box-sizing: border-box;
}
.BannerDesktopMainPageSidebar, .BannerDesktopCurrentPageSidebar {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  max-height: 400px;
  overflow: hidden;
  background-color: var(--color-banner-back);
  padding: 2rem;
  box-sizing: border-box;
}
.BannerDesktopCurrentPageSidebar_n2 {
  position: sticky;
  top: 8rem;
}
.BannerDesktopCurrentPageBottom_n1 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: calc(100vw - 4rem);
  max-height: calc(125px + 4rem);
  overflow: hidden;
  background-color: var(--color-banner-back);
  /* padding: 2rem; */
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .BannerDesktopCurrentPageBottom_n1 {
    /* max-height: calc(250px + 4rem); */
    max-height: initial;
  }
}
.BannerDesktopCurrentPageBottom_n2 {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-height: calc(200px + 4rem);
  overflow: hidden;
  max-width: calc(100vw - 4rem);
  background-color: var(--color-banner-back);
  padding: 2rem;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .BannerDesktopCurrentPageBottom_n2 {
    max-height: calc(250px + 4rem);
  }
}
.BannerDesktopCurrentPageInner {
  position: relative;
  opacity: 0;
  pointer-events: none;
  display: flex;
  /* display: none; */
  justify-content: center;
  width: 100%;
  overflow: hidden;
  max-height: calc(200px + 4rem);
  padding: 0 2rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .BannerDesktopCurrentPageInner {
    max-width: calc(100vw - 3rem);
  }
}
.BannerDesktopCurrentPageInner_active {
  opacity: 1;
  pointer-events: all;
}
.BannerDesktopCurrentPageInner_loaded {
  background-color: var(--color-banner-back);
  padding: 2rem;
  margin: 4rem 0;
}
.BannerDesktopCurrentPageInner_loaded::after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.ArticleContentContainer {
  position: relative;
}
.ArticleContentContainer__loader {
  margin-bottom: 4rem;
  text-align: center;
  padding: 3rem 2rem 2rem 2rem;
  border: 1px solid var(--color-black-100);
}
@media (max-width: 768px) {
  .ArticleContentContainer {
    word-wrap: break-word;
    max-width: calc(100vw - 3rem);
  }
}

/* Mobile Menu */

.MobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #03071276;
  z-index: 9999;
  display: flex;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.MobileMenu.MobileMenu_open {
  opacity: 1;
  pointer-events: all;
}
.MobileMenu__container {
  position: relative;
  height: 100%;
  width: calc(100% - 4rem);
  background-color: var(--color-black-100);
  color: var(--color-white);
  box-sizing: border-box;
  padding: 2rem;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  overflow-y: auto;
}
.MobileMenu.MobileMenu_open .MobileMenu__container {
  transform: translateX(0);
}
.MobileMenu__container ul:nth-child(1) {
  border-bottom: 1px solid var(--color-black-70);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.MobileMenu__container ul:nth-child(1) li a {
  display: inline-block;
  font-size: 1.8rem;
  padding: 1rem 0;
}
.MobileMenu__container ul:nth-child(2) li a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.8rem 0;
}
.MobileMenu__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  background-color: var(--color-black-100);
}
.MobileMenu__close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke: var(--color-white);
}

/* Error Page */

.ErrorPage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.ErrorPage__container {
  text-align: center;
  padding: 2rem;
}
.ErrorPage__container h1 {
  font-size: 10rem;
}
.ErrorPage__container h2 {
  margin: 0 0 2rem 0;
  font-size: 1.8rem;
}
.ErrorPage__container p a {
  color: var(--color-primary-1);
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

/* Search Page */

.SearchPage__title {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.SearchPage__form {
  display: flex;
  width: 100%;
}
.SearchPage__form > div:nth-child(1) {
  flex-wrap: 1;
  width: 100%
}
.SearchPage__form input {
  width: 100%;
  box-sizing: border-box;
  padding: 1.6rem 2rem;
  line-height: 1;
  border: 1px solid var(--color-black-100);
}
.SearchPage__form button {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 3.2rem;
  line-height: 1;
  background-color: var(--color-primary-1);
  color: var(--color-white);
  border: none;
  height: 100%;
}
.SearchPage__results {
  /* margin-top: 4rem; */
}
.SearchPage__result {
  padding-bottom: 4rem;
  margin-top: 4rem;
  border-bottom: 1px solid var(--color-black-100);
}
.SearchPage__result:last-of-type {
  border-bottom: none;
}
.SearchPage__result-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  transition: color 0.2s ease;
}
.SearchPage__result-title em {
  color: var(--color-primary-1);
  text-decoration: underline;
}
.SearchPage__result-title:hover {
  color: var(--color-primary-1);
}
.SearchPage__result-date {
  margin-top: 2rem;
  color: var(--color-black-70);
}
.SearchPage__result-text {
  margin-top: 1rem;
}
.SearchPage__result-text em {
  color: var(--color-primary-1);
  text-decoration: underline;
}
.SearchPage__result-link {
  margin-top: 1rem;
}
.SearchPage__result-link a {
  color: var(--color-primary-1);
}

.CorrectionModal {
  padding: 2rem;
}
.CorrectionModal h2 {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #1C1C1C;
}
.CorrectionModal__text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: red;
}
.CorrectionModal button {
  padding: 1.2rem 3.2rem;
  background-color: #AB1B1B;
  color: #ffffff;
  line-height: 1;
  border: none;
  cursor: pointer;
}

.Place_dcpib {
  max-width: calc(100vw - 3rem);
}

.AISummaryPage__content {
  margin-bottom: 8rem;
}
.AISummaryPage__content > h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.AISummaryPage__content > h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.AISummaryPage__content > h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.AISummaryPage__content > h5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.AISummaryPage__content > h6 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.AISummaryPage__content > p {
  margin-bottom: 1.5rem;
}
.AISummaryPage__content > ul {
  margin-bottom: 2rem;
}
.AISummaryPage__content > ul li {
  margin-bottom: 1.5rem;
}