/* Base */

@font-face {
  font-family: Merriweather;
  font-display: swap;
  src: url("../fonts/Merriweather-Bold.woff2") format("woff2"), url("../fonts/Merriweather-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Merriweather;
  font-display: swap;
  src: url("../fonts/Merriweather-Regular.woff2") format("woff2"), url("../fonts/Merriweather-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Merriweather", sans-serif;
  --container-width: 1300px;
  --container-padding: 15px;
  --black: #000;
  --white: #fff;
  --gray: #969696;
  --accent: #e41f24;
  --accent-light: #fff4f4;
  --page-bg: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: var(--page-bg);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

section {
  margin-bottom: 50px;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.none {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.no-scroll {
  overflow-y: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: calc(var(--container-width) + var(--container-padding) * 2);
  width: 100%;
}

/* Components */

.icon {
  fill: transparent;
  stroke: transparent;
  width: 24px;
  height: 24px;
}

.icon--x {
  width: 18px;
  height: 18px;
  fill: var(--accent);
}

.icon--tt {
  width: 18px;
  height: 20px;
  fill: var(--accent);
}

.icon--fb {
  width: 10px;
  height: 19px;
  fill: var(--accent);
}

.icon--inst {
  width: 20px;
  height: 20px;
  fill: var(--accent);
}

.icon--tm {
  width: 17px;
  height: 14px;
  fill: var(--accent);
}

.icon--search {
  width: 24px;
  height: 24px;
  fill: var(--white);
}

.icon--burger {
  width: 25px;
  height: 15px;
  fill: var(--white);
}

.icon--close {
  width: 20px;
  height: 20px;
  fill: var(--white);
}

.icon--angle-r {
  width: 10px;
  height: 16px;
  fill: var(--accent);
}

.icon--view {
  width: 25px;
  height: 14px;
  fill: #969696;
}

.icon--qq {
  width: 35px;
  height: 27px;
  fill: var(--accent);
}

.icon--play {
  width: 24px;
  height: 23px;
  fill: #fff;
}

.title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #000;
}

.title-box {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.color--accent {
  color: var(--accent);
}

/* Modules */

.burger-btn {
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  background: #000;
}

.burger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.burger-overlay:has(.burger-menu--open) {
  opacity: 1;
  pointer-events: all;
}

.burger-menu {
  max-width: 368px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: fixed;
  right: -100%;
  z-index: 99;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.burger-menu--open {
  right: 0;
}

.burger-menu a {
  color: var(--white);
}

.burger-menu__header {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-menu__header-title {
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ac0f0f;
  border-right: 1px solid #e41f24;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
}

.burger-menu__close {
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ac0f0f;
}

.burger-menu__content {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 40px 24px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  background: var(--accent);
}

.burger-menu__list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
  color: #fff;
}

.burger-menu__link {
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
  color: #fff;
}

.burger-menu__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.burger-menu__footer a {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  color: #fff;
}

.burger-menu .socials {
  margin-top: 20px;
  display: none;
}

.swiper-slide {
  height: auto;
}

.swiper-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.swiper-btns .icon--angle-r {
  fill: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-btn-prev,
.swiper-btn-next {
  width: 40px;
  height: 40px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--accent);
}

.swiper-btn-prev .icon--angle-r {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-right: 2px;
}

.swiper-btn-next .icon--angle-r {
  margin-left: 2px;
}

.swiper-pagination {
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-color: #000;
  --swiper-pagination-bullet-inactive-color: #f4f4f4;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: static;
  line-height: 10px;
}

[data-js-tab-item] {
  display: none !important;
}

[data-js-tab-item][data-js-tab-active] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.video-wrapper {
  max-width: 914px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video__item {
  max-width: 822px;
  width: 100%;
  height: auto;
  aspect-ratio: 822/452;
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.video__item.video-run .video__media {
  opacity: 1;
}

.video__item.video-run .video__play {
  opacity: 0;
}

.video__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.video__play {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  background-color: var(--accent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* Blocks */

.banner {
  width: 100%;
  height: auto;
}

.banner img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer {
  --footer-bg: #000;
  padding: 50px 0;
  background-color: var(--footer-bg);
}

.footer__inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr 0.7fr;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.footer__info {
  grid-column: 2/3;
  grid-row: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: var(--gray);
}

.footer__info a {
  color: #fff;
  white-space: nowrap;
}

.footer__links {
  grid-column: 3/4;
  grid-row: 1/2;
  margin-left: auto;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.footer__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: right;
  color: #fff;
  white-space: nowrap;
}

.footer .logo {
  grid-column: 1/2;
  grid-row: 1/3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  margin: 0;
  margin-right: auto;
  margin-bottom: auto;
}

.footer .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer .socials {
  grid-column: 2/3;
  grid-row: 3/4;
  margin-right: auto;
  margin-top: auto;
}

.footer .socials__link {
  background-color: #333;
  border-color: #333;
}

.footer .socials .icon {
  fill: #fff;
}

.footer .stat {
  grid-column: 3/4;
  grid-row: 2/3;
  width: 81px;
  height: 28px;
  margin-left: auto;
}

.footer .stat img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer .studio {
  grid-column: 3/4;
  grid-row: 3/4;
  margin-top: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}

.footer .studio img {
  width: 32px;
  height: 31px;
}

.footer .studio span {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #8ad1b9;
}

.footer .copyright {
  grid-column: 1/2;
  grid-row: 3/4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: var(--gray);
}

.header {
  padding: 20px 0;
  background-color: var(--page-bg);
  color: var(--white);
  z-index: 90;
}

.header__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.header__nav {
  height: 100%;
}

.language {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.language__btn {
  width: 100px;
  height: 40px;
  padding: 13px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #e4e4e4;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--gray);
}

.language__btn span:nth-child(2) {
  color: #e41f24;
}

.language__btn.language-active span:nth-child(2) {
  color: var(--gray);
}

.language__btn.language-active span:nth-child(1) {
  color: #e41f24;
}

.logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.logo img {
  width: auto;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-bar {
  grid-column: 1/-1;
  width: 100%;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: #333;
}

.nav-bar-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 30;
}

.nav-bar-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.nav-bar__left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar__right {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.nav__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__item {
  height: 100%;
}

.nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.nav__link:hover {
  background-color: var(--accent);
}

.nav__link--color {
  background-color: var(--accent);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.pagination__link {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gray);
}

.pagination__link._active {
  color: var(--accent);
}

.pagination__prev,
.pagination__next {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--accent);
}

.pagination__prev {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.pagination .icon {
  fill: var(--white);
  margin-left: 2px;
}

.search {
  max-width: 220px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__input {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}

.search__input::-webkit-input-placeholder {
  color: inherit;
}

.search__input::-moz-placeholder {
  color: inherit;
}

.search__input:-ms-input-placeholder {
  color: inherit;
}

.search__input::-ms-input-placeholder {
  color: inherit;
}

.search__input::placeholder {
  color: inherit;
}

.sidebar-news {
  width: 100%;
}

.sidebar-news__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #000;
}

.sidebar-news__tab-btns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid var(--accent);
}

.sidebar-news__tab-btn {
  padding: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  background-color: transparent;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.sidebar-news__tab-btn[data-js-tab-active] {
  background-color: var(--accent);
  font-weight: 700;
  color: #fff;
}

.sidebar-news__item-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.socials__link {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}

/* Elements */

.news-item {
  width: 100%;
  min-height: 338px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  z-index: 0;
  -webkit-transition: -webkit-box-shadow 0.1s ease;
  transition: -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}

.news-item:hover {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.news-item:hover .news-item__title {
  color: var(--accent);
}

.news-item__image-box {
  width: 100%;
  height: auto;
  aspect-ratio: 310/180;
}

.news-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-item__info {
  width: 100%;
  height: auto;
  padding: 15px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.news-item__info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.news-item__title {
  width: 100%;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item__category-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.news-item__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 6px;
  background-color: var(--accent);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}

.news-item__date {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--gray);
}

.news-item__descr {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #5c5c5c;
}

/* Sections */

.about-site {
  padding-top: 50px;
}

.about-site__title {
  margin-bottom: 50px;
  display: inline-block;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #000;
}

.about-site__content-wrapper {
  display: grid;
  grid-template-columns: auto 310px;
  gap: 20px;
}

.about-site__content {
  max-width: 860px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 78px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-site__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 54px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: justify;
  color: #000;
}

.aymaktar .news-item {
  background: #f4f4f4;
}

.hero {
  padding: 40px 0 50px;
  margin: 0;
  background: #f4f4f4;
}

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 20px;
}

.hero__sidebar {
  max-width: 310px;
  width: 100%;
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.hero__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 20px;
}

.hero__content-more {
  max-width: 310px;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.hero .news-item:first-child {
  grid-column: span 2;
}

.hero .news-item:first-child::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
}

.hero .news-item:first-child .news-item__image-box {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: unset;
}

.hero .news-item:first-child .news-item__info {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.hero .news-item:first-child .news-item__title {
  font-size: 30px;
  color: #fff;
}

.hero .news-item:first-child .news-item__date {
  color: #fff;
}

.hero__sidebar .sidebar-news {
  background: #fff;
}

.hero__sidebar .sidebar-news__header {
  width: 100%;
  padding: 30px 20px 20px 20px;
}

.hero__sidebar .sidebar-news__title {
  width: 100%;
  margin-bottom: 35px;
}

.hero__sidebar .sidebar-news__list {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

.hero__sidebar .sidebar-news__item {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  position: relative;
}

.hero__sidebar .sidebar-news__item:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  background-color: #ebebeb;
}

.hero__sidebar .sidebar-news__item:not(:last-child)::before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background-color: var(--gray);
}

.hero__sidebar .sidebar-news__item-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: var(--gray);
}

.hero__sidebar .sidebar-news__item-category {
  width: 30%;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #e41f24;
}

.hero__sidebar .sidebar-news__item-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px;
  display: inline-block;
  background: #000;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}

.hero__sidebar .sidebar-news__item-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 128%;
  color: #333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hero__sidebar .sidebar-news__item-title:hover {
  color: var(--accent);
}

.hero__sidebar .sidebar-news__more {
  width: 100%;
  height: 40px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: #000;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}

.kogam {
  padding: 50px 0;
  background-color: var(--accent);
}

.kogam .title {
  color: #fff;
}

.kogam .title .accent {
  color: #000;
}

.kogam .swiper-btn-prev,
.kogam .swiper-btn-next {
  background-color: #000;
}

.news-list__inner {
  display: grid;
  grid-template-columns: auto 310px;
  gap: 20px;
}

.news-list__items {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.news-list .news-item {
  min-height: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.news-list .news-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-list .news-item__image-box {
  max-width: 420px;
  aspect-ratio: 420/263;
}

.news-list .news-item__info {
  padding: 0 0 0 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 7px;
}

.news-list .news-item__title {
  padding-bottom: 3px;
  font-size: 24px;
  line-height: 120%;
}

.news-main {
  padding-top: 30px;
}

.news-main__title {
  margin-bottom: 30px;
  display: inline-block;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #000;
}

.news-main__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 20px;
}

.news-main .news-item {
  min-height: unset;
}

.news-main .news-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-main .news-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.news-main .news-item:first-child .news-item__image-box {
  aspect-ratio: 640/452;
}

.news-main .news-item:first-child .news-item__info {
  padding: 20px 0 0;
  gap: 10px;
}

.news-main .news-item:first-child .news-item__date {
  font-size: 14px;
}

.news-main .news-item:first-child .news-item__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #364e9b;
}

.news-main .news-item:first-child .news-item__descr {
  display: block;
}

.news-main .news-item__image-box {
  aspect-ratio: 310/210;
}

.news-main .news-item__info {
  padding: 10px 0 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 7px;
}

.news-main .news-item__date {
  font-weight: 500;
  font-size: 12px;
  color: var(--gray);
}

.news-main .news-item__title {
  line-height: 120%;
}

.news-main .news-item__descr {
  display: none;
}

.news-search {
  padding-top: 50px;
}

.news-search__content {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.news-search__result {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #000;
}

.news-search__form {
  max-width: 644px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-search__form input {
  width: auto;
  height: 100%;
  padding: 13px 17px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid var(--gray);
  border-right: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: var(--black);
}

.news-search__form input::-webkit-input-placeholder {
  color: var(--gray);
}

.news-search__form input::-moz-placeholder {
  color: var(--gray);
}

.news-search__form input:-ms-input-placeholder {
  color: var(--gray);
}

.news-search__form input::-ms-input-placeholder {
  color: var(--gray);
}

.news-search__form input::placeholder {
  color: var(--gray);
}

.news-search__form button {
  width: auto;
  height: 100%;
  padding: 14px;
  background-color: var(--black);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}

.news {
  padding-top: 40px;
}

.news__item {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: calc(100% - 330px) 310px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 20px;
}

.news__content {
  max-width: 970px;
  width: 100%;
  padding: 25px 0 35px;
  position: relative;
}

.news__content::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--gray);
  opacity: 0.3;
}

.news__content::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--gray);
  opacity: 0.3;
}

.news__sidebar {
  max-width: 310px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.news__sidebar-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.news__sidebar-items .news-item {
  min-height: unset;
}

.news__sidebar-items .news-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news__sidebar-items .news-item__image-box {
  aspect-ratio: 310/210;
}

.news__sidebar-items .news-item__info {
  padding: 10px 0 0;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news__sidebar-items .news-item__title {
  max-width: 270px;
}

.news__sidebar-items .news-item__info-items {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  gap: 0;
}

.news__sidebar-items .news-item__category-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 310/210;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
}

.news__sidebar-items .news-item__category {
  height: unset;
  padding: 10px;
}

.news__sidebar-items .news-item__date {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: var(--gray);
}

.news__item-container {
  max-width: 935px;
}

.news__header {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}

.news__header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.news__title {
  max-width: 860px;
  width: 100%;
  display: inline-block;
  margin-right: auto;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #000;
}

.news__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: var(--gray);
}

.news__category {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--accent);
}

.news__views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: var(--gray);
}

.news__item-swiper--wrapper {
  padding: 0 30px;
  margin-bottom: 20px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.news__item-swiper--wrapper .swiper-btn-prev,
.news__item-swiper--wrapper .swiper-btn-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 14px);
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news__item-swiper--wrapper .swiper-btn-prev .icon,
.news__item-swiper--wrapper .swiper-btn-next .icon {
  width: 15px;
  height: 24px;
  fill: #fff;
}

.news__item-swiper--wrapper .swiper-btn-prev {
  left: 0;
}

.news__item-swiper--wrapper .swiper-btn-next {
  right: 0;
}

.news__item-swiper {
  width: 100%;
}

.news__item-swiper-image {
  width: 100%;
}

.news__imagesrc-link {
  width: 100%;
  margin-top: 12px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #5c5c5c;
}

.news__item-descr {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: justify;
  color: #000;
}

.news__item-blockquote {
  padding: clamp(2.875rem, 2.8545918367rem + 0.1020408163vw, 2.9375rem) clamp(0.625rem, 0.012755102rem + 3.0612244898vw, 2.5rem) clamp(1.25rem, 0.943877551rem + 1.5306122449vw, 2.1875rem) clamp(0.625rem, -1.1709183673rem + 8.9795918367vw, 6.125rem);
  margin-bottom: 50px;
  position: relative;
  background: var(--accent-light);
  border-top: 1px solid var(--accent);
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: justify;
  color: #000;
}

.news__item-blockquote .icon--qq {
  position: absolute;
  top: 14px;
  left: 18px;
}

.news__other {
  width: 100%;
  padding: 16px 30px 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: var(--accent-light);
  border-top: 1px solid var(--accent);
}

.news__other-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}

.news__other-items {
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.news__other-items .news-item {
  max-width: 405px;
  min-height: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.news__other-items .news-item__image-box {
  max-width: 132px;
  aspect-ratio: 132/90;
}

.news__other-items .news-item__info {
  padding: 0 0 0 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px;
}

.news__other-items .news-item__info-items {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.news__other-items .news-item__category,
.news__other-items .news-item__date {
  padding: 0;
  background-color: transparent;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #969696;
  text-transform: uppercase;
}

.news__other-items .news-item__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #000;
}

.news__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.news__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.news__author-image-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.news__author-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  font-family: var(--second-family);
}

.news__author-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #000;
}

.news__author-spec {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #969696;
}

.news__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: var(--gray);
}

.news__share-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.news__share-link {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  overflow: hidden;
}

.news .plugin {
  margin-bottom: 65px;
}

.news__sidebar .sidebar-news {
  background: var(--accent-light);
  border-top: 1px solid var(--accent);
}

.news__sidebar .sidebar-news__header {
  width: 100%;
  padding: 25px 20px 20px;
}

.news__sidebar .sidebar-news__title {
  width: 100%;
  margin-bottom: 20px;
}

.news__sidebar .sidebar-news__list {
  max-height: 566px;
  padding: 0 6px 0 20px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
  overflow-y: auto;
}

.news__sidebar .sidebar-news__list::-webkit-scrollbar {
  width: 4px;
}

.news__sidebar .sidebar-news__list::-webkit-scrollbar-thumb {
  background: var(--accent);
}

.news__sidebar .sidebar-news__list::-webkit-scrollbar-track {
  background: #d0d0d0;
}

.news__sidebar .sidebar-news__item {
  width: 100%;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  position: relative;
}

.news__sidebar .sidebar-news__item:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  background-color: var(--gray);
  opacity: 0.3;
}

.news__sidebar .sidebar-news__item-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: var(--gray);
}

.news__sidebar .sidebar-news__item-category {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--gray);
}

.news__sidebar .sidebar-news__item-tag {
  display: none;
}

.news__sidebar .sidebar-news__item-title {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.news__sidebar .sidebar-news__item-title:hover {
  color: var(--accent);
}

.news__sidebar .sidebar-news__more {
  width: 100%;
  height: auto;
  padding: 15px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #050000;
}

.news__sidebar .sidebar-news__more .icon {
  fill: #000;
}

.okiga .news-item {
  min-height: unset;
  height: auto;
  aspect-ratio: 420/270;
}

.okiga .news-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgb(0, 0, 0) 100%);
  opacity: 0.8;
}

.okiga .news-item .news-item__image-box {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: unset;
}

.okiga .news-item .news-item__info {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.okiga .news-item .news-item__title {
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.okiga .news-item .news-item__category-wrapper {
  display: none;
}

.okiga .news-item .news-item__date {
  color: var(--accent);
}

.sayasat + * {
  margin-top: -20px;
}

.sayasat-swiper--wrapper {
  width: calc(100% + 20px);
  padding: 20px 0;
  margin-top: -20px;
  margin-left: -10px;
  overflow: hidden;
}

.sayasat-swiper {
  --swiper-wrapper-transition-timing-function: linear;
  width: calc(100% - 20px);
  overflow: visible;
}

.sayasat-swiper .swiper-wrapper {
  will-change: transform;
}

.sayasat-swiper .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sayasat__item {
  max-width: 200px;
  width: 100%;
  height: 270px;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.sayasat__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 100%);
}

.sayasat__item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sayasat__item-title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sayasat__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.world-news__inner {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

.world-news__content {
  width: calc(66% + 2px);
}

.world-news-swiper {
  width: 100%;
  height: auto;
  aspect-ratio: 860/560;
}

.world-news-swiper .swiper-slide {
  height: calc((100% - 20px) / 2) !important;
}

.world-news-swiper .news-item {
  min-height: unset;
  height: auto;
  aspect-ratio: 420/270;
}

.world-news-swiper .news-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgb(0, 0, 0) 100%);
  opacity: 0.8;
}

.world-news-swiper .news-item .news-item__image-box {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: unset;
}

.world-news-swiper .news-item .news-item__info {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.world-news-swiper .news-item .news-item__title {
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.world-news-swiper .news-item .news-item__date {
  color: var(--white);
}

.department {
  width: calc(32% + 4px);
  padding: 24px 20px 29px;
  background: #f4f4f4;
}

.department__title {
  width: 100%;
  margin-bottom: 26px;
  display: inline-block;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #000;
}

.department-swiper {
  position: relative;
}

.department__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.department__image-box {
  width: 100%;
  height: auto;
  aspect-ratio: 380/270;
}

.department__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.department__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.department__link {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.department__descr {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: var(--gray);
}

.department .swiper-btns {
  width: 100%;
  height: auto;
  aspect-ratio: 380/270;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.department .swiper-pagination {
  --swiper-pagination-bullet-inactive-color: var(--gray);
  --swiper-pagination-color: var(--accent);
  margin-top: 25px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news__item-descr a {
    text-decoration: underline;
    color: #2a64a6;
}

.news__item-descr ul {
    list-style: disc;
    padding-left: 30px;
}
.news__item-descr ul li {
    list-style: disc;
}

.news__item-descr ol {
    padding-left: 30px;
}

.news__item-descr video {
    max-width: 100%;
}

@media (max-width: 1200px) {
  .nav-bar__left {
    display: none;
  }

  .nav-bar__right {
    padding-left: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news-item {
    min-height: unset;
  }

  .news-item__info {
    padding: 10px 10px 15px;
  }

  .hero .news-item:first-child .news-item__info {
    padding: 10px 10px 15px;
  }

  .hero .news-item:first-child .news-item__title {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .news-item__info {
    padding: 15px 20px 20px;
  }

  .about-site__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .hero__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .hero .news-item:nth-child(n+6) {
    display: none;
  }

  .hero .news-item:first-child .news-item__info {
    padding: 15px 20px 20px;
  }

  .news-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .news-main .news-item:first-child .news-item__title {
    font-size: 26px;
  }

  .news-search .news-list__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .news__sidebar {
    max-width: 100%;
  }

  .news__sidebar-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .news__sidebar-items .news-item__title {
    max-width: 100%;
  }

  .sayasat-swiper--wrapper {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .sayasat-swiper {
    --swiper-wrapper-transition-timing-function: ease;
    width: calc(100% - 30px);
  }

  .world-news__content {
    width: calc(50% - 10px);
  }

  .world-news-swiper {
    aspect-ratio: 420/560;
  }

  .department {
    width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  section {
    margin-bottom: 40px;
  }

  .burger-menu {
    height: 100%;
  }

  .burger-menu__footer {
    margin-top: auto;
  }

  .burger-menu .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .video-wrapper {
    margin-bottom: 20px;
  }

  .video__play {
    -webkit-transform: translate(-50%, -50%) scale(66%);
    -ms-transform: translate(-50%, -50%) scale(66%);
    transform: translate(-50%, -50%) scale(66%);
  }

  .footer {
    padding: 40px 0;
  }

  .footer__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__info {
    grid-column: 1/-1;
    grid-row: 2/3;
  }

  .footer__links {
    grid-column: 1/-1;
    grid-row: 3/4;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer .logo {
    grid-column: 1/-1;
    grid-row: 1/2;
    margin: 0;
  }

  .footer .socials {
    grid-column: 1/-1;
    grid-row: 4/5;
    margin: 0;
    margin-right: auto;
  }

  .footer .stat {
    grid-column: 1/-1;
    grid-row: 6/7;
    margin: 0;
  }

  .footer .studio {
    grid-column: 1/-1;
    grid-row: 5/6;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer .copyright {
    grid-column: 1/-1;
    grid-row: 7/8;
  }

  .header {
    padding: 10px 0;
  }

  .header__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .header__inner .logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0;
  }

  .header .socials {
    display: none;
  }

  .language {
    margin-left: auto;
  }

  .nav-bar {
    height: 50px;
  }

  .about-site {
    padding-top: 20px;
  }

  .hero {
    padding: 40px 0;
  }

  .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 50px;
  }

  .hero__sidebar {
    max-width: 100%;
  }

  .hero__sidebar .sidebar-news__item-category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .kogam {
    padding: 40px 0;
  }

  .news-list__inner {
    gap: 20px;
  }

  .news-list__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .news-list .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-list .news-item__info {
    padding: 10px 0 0 0;
  }

  .news-list .news-item__title {
    font-size: 16px;
  }

  .news-main {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .news-main__title {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .news-main__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .news-search {
    padding-top: 20px;
  }

  .news-search__content {
    gap: 20px;
  }

  .news-search__result {
    font-size: 26px;
  }

  .news {
    padding-top: 20px;
  }

  .news__header {
    margin-bottom: 20px;
  }

  .news__title {
    font-size: 26px;
  }

  .news__item-swiper--wrapper {
    padding: 0 20px;
    margin-left: 0;
  }

  .news__item-swiper--wrapper .swiper-btn-prev,
  .news__item-swiper--wrapper .swiper-btn-next {
    width: 40px;
    height: 40px;
  }

  .news__item-swiper--wrapper .swiper-btn-prev .icon,
  .news__item-swiper--wrapper .swiper-btn-next .icon {
    width: 10px;
    height: 16px;
  }

  .news__item-descr {
    margin-bottom: 20px;
  }

  .news__item-blockquote {
    margin-bottom: 20px;
  }

  .news__other-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .news__other-items .news-item {
    max-width: 100%;
  }

  .sayasat__item:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .world-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px;
  }

  .world-news__content {
    width: 100%;
  }

  .department {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .title {
    font-size: 26px;
  }

  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }

  .pagination__list {
    gap: 10px;
  }

  .pagination__link {
    font-size: 16px;
  }

  .about-site__info {
    gap: 40px;
  }

  .hero__items {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }

  .hero .news-item:nth-child(n+4) {
    display: none;
  }

  .hero .news-item:first-child {
    grid-column: span 1;
  }

  .hero .news-item:first-child::before {
    display: none;
  }

  .hero .news-item:first-child .news-item__image-box {
    position: static;
  }

  .hero .news-item:first-child .news-item__info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero .news-item:first-child .news-item__title {
    font-size: 16px;
    color: #000;
  }

  .hero .news-item:first-child .news-item__date {
    color: var(--gray);
  }

  .news-list__items {
    grid-template-columns: 1fr;
  }

  .news-list .news-item__image-box {
    max-width: 100%;
  }

  .news-main__title {
    font-size: 24px;
  }

  .news-main__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .news-main .news-item:first-child {
    grid-column: span 1;
    grid-row: span 1;
  }

  .news-main .news-item:first-child .news-item__info {
    padding-top: 10px;
    gap: 5px;
  }

  .news-main .news-item:first-child .news-item__title {
    font-size: 24px;
  }

  .news-main .news-item__info {
    gap: 5px;
  }

  .news-search__result {
    font-size: 16px;
  }

  .news__content {
    padding: 20px 0 30px;
  }

  .news__sidebar-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news__title {
    font-size: 24px;
  }

  .news__item-swiper--wrapper {
    padding: 0;
  }

  .news__item-blockquote {
    font-size: 16px;
  }

  .news__item-blockquote .icon--qq {
    top: 10px;
  }

  .news__other {
    padding: 20px;
  }

  .news__other-items .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }

  .news__other-items .news-item__image-box {
    max-width: 100%;
  }

  .news__other-items .news-item__info {
    padding: 0;
  }

  .news__item-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 420px) {
  .news-item__info {
    padding: 10px 10px 15px;
  }

  .hero .news-item:first-child .news-item__info {
    padding: 10px 10px 15px;
  }

  .okiga .news-item .news-item__title {
    font-size: 16px;
  }

  .world-news-swiper .news-item .news-item__title {
    font-size: 16px;
  }
}
