@charset "UTF-8";
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

.about__body .about__content ul,
ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

input,
select,
textarea {
  background-color: transparent;
}

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

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

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

button:active,
button:focus,
input:active,
input:focus {
  outline: 0;
}

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

label {
  cursor: pointer;
}

:root {
  --font-robot: 'Roboto Flex', sans-serif;
  --container-width: 1210px;
  --container-padding: 15px;
  --page-bg: #fff;
  --black-color: #1a1a18;
  --text-color: #333;
  --accent: #ae2424;
  --breadcrumb-link-color: #6d787a;
  --link-color: #54cedd;
  --link-hover: #ae2424;
  --border-color: #e4e4e4;
  --gray-color: #595959;
  --highlighted-bg: #f7f7f7;
  --dark-grey: #4f4f4f;
  --tags-title: #757575;
  --header-tags: #c2c2c2;
  --header-link: #1a1a1a;
  --tags-link: #1a1a1a;
  --trend-border-color: #e9e9e9;
  --card-info-color: #575757;
  --gray-bg: #f6f6f6;
  --footer-bg: #484847;
  --footer-text: #e8e8e8;
  --footer-border: #e8e8e8;
  --footer-gray: #e3e3e3;
  --header-tags-title: #6d787a;
  --white: #fff;
  --catpage-title: #54cedd;
  --light-blue: #54cedd;
  --description-card: #6d787a;
  --pagination: #eaeaea;
  --pagination-active: #54cedd;
  --header-bg: #fff;
  --header-extra-text: #494949;
  --dark-blue: #54cedd;
  --info-color: #9a9a9a;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 767px;
}

.dark {
  --page-bg: #252526;
  --text-color: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--page-bg);
  color: var(--text-color);
  font-family: 'Roboto Flex', sans-serif;
  min-width: 320px;
  overflow-x: hidden;
}

main {
  padding: 30px 0;
}

a {
  transition: transform 0.3s ease;
}

.left-banner,
.right-banner {
  position: fixed;
  top: 140px;
  width: 160px;
  height: 600px;
  z-index: 10;
  display: block;
}

.left-banner {
  left: calc((100% - 1210px) / 2 - 160px);
}

.left-banner img,
.right-banner img {
  width: 100%;
  height: 600px;
  object-fit: contain;
}

.right-banner {
  right: calc((100% - 1210px) / 2 - 160px);
}

.main-mob-banner {
  display: none;
}

.main-mob-banner,
.main-mob-banner img {
  width: 100%;
  height: auto;
}

.adv-placeholder,
.adv-placeholder img,
.adv-placeholder::after {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adv-placeholder {
  min-height: 90px;
  position: relative;
}

.adv-placeholder img,
.adv-placeholder::after {
  position: absolute;
}

.adv-placeholder img {
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.adv-placeholder::after {
  content: attr(data-label);
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background: #f6f7f8;
  font-size: 13px;
  color: #bdbdbd;
  border-radius: 2px;
}

.adv-placeholder--in-sidebar-item {
  min-height: 280px;
  max-height: 280px;
  margin-bottom: 20px;
  display: block;
  max-width: 300px;
}

.adv-placeholder--in-sidebar-item-big {
  min-height: 600px;
  margin-bottom: 20px;
  display: block;
}

.adv-placeholder--in-main-page,
.adv-placeholder--in-main-page-small {
  min-height: 90px;
  display: block;
  width: 970px;
  margin: 0 auto;
}

.adv-placeholder--in-main-page-small {
  width: 468px;
}

.adv-placeholder--in-article {
  min-height: 200px;
  display: block;
  width: 468px;
  margin: 0 auto 20px;
}

.adv-placeholder--in-page {
  min-height: 90px;
  display: block;
  width: 970px;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .left-banner,
  .right-banner {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .adv-placeholder--in-sidebar-item,
  .adv-placeholder--in-sidebar-item-big {
    min-height: 200px;
    margin-bottom: 20px;
  }

  .adv-placeholder--in-main-page {
    min-height: 60px;
    display: block;
    width: 468px;
  }

  .adv-placeholder--in-main-page-small {
    min-height: 90px;
    width: 468px;
  }

  .adv-placeholder--in-article {
    min-height: 200px;
    width: 468px;
    margin-bottom: 20px;
  }

  .adv-placeholder--in-page {
    min-height: 60px;
    width: 468px;
  }
}

@media screen and (max-width: 767px) {
  .adv-placeholder--in-sidebar-item,
  .adv-placeholder--in-sidebar-item-big {
    min-height: 200px;
    margin-bottom: 20px;
  }

  .article__aside .adv-placeholder--in-sidebar-item,
  .catpage__aside .adv-placeholder--in-sidebar-item {
    left: 50%;
    transform: translateX(-50%);
  }

  .adv-placeholder--in-main-page {
    min-height: 100px;
    width: 320px;
  }

  .adv-placeholder--in-main-page-small.mb-20,
  .adv-placeholder--in-main-page.mb-20 {
    margin-bottom: 20px;
  }

  .adv-placeholder--in-main-page-small {
    min-height: 280px;
    width: 320px;
  }

  .adv-placeholder--in-article {
    min-height: 280px;
    width: 336px;
  }

  .adv-placeholder--in-page {
    min-height: 100px;
    width: 336px;
  }
}

@media screen and (max-width: 368px) {
  .adv-placeholder--in-sidebar-item,
  .adv-placeholder--in-sidebar-item-big {
    min-height: 200px;
    margin-bottom: 20px;
  }

  .adv-placeholder--in-main-page {
    min-height: 100px;
    width: 290px;
  }

  .adv-placeholder--in-article,
  .adv-placeholder--in-main-page-small {
    min-height: 280px;
    width: 290px;
  }

  .adv-placeholder--in-page {
    min-height: 100px;
    width: 290px;
  }
}

section {
  margin-bottom: 50px !important;
}

.cat__header {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--black-color);
  width: 100%;
  margin-bottom: 24px;
}

.cat__header h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.16px;
  color: var(--black-color);
  position: relative;
}

.arr__block,
.cat__header a,
.dateList__pick {
  display: flex;
  align-items: center;
}

.article__body-content .addedNews a:hover .addedNews__content .addedNews__title,
.cat__header a:hover h2 {
  color: var(--link-hover);
}

.cat__header a:hover .cat__header-icon path,
.footer__bottom-social a:hover svg path {
  fill: var(--link-hover);
}

.cat__header a .cat__header-icon {
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 10px;
}

.cat__header .arrow:after {
  content: url(../img/headArrow.jpg);
  display: block;
  position: absolute;
  top: 0;
}

.cat__header.special {
  border-bottom: 1px solid var(--link-color);
  margin-bottom: 45px;
}

.cat__header.special h2 {
  color: var(--link-color);
}

.dateList__pick li {
  margin-right: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--black-color);
  cursor: pointer;
}

.dateList__pick li:last-child,
.share .share__list a:last-child,
.stub__content .stub__social a:last-child,
ul.pagination li:last-child {
  margin-right: 0;
}

.dateList__pick li.active {
  color: var(--link-color);
  font-weight: 700;
}

.arr__block .special_arr_prev {
  margin-right: 10px;
}

.arr__block .special_arr_next,
.arr__block .special_arr_prev {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.arr__block .special_arr_next.active svg path,
.arr__block .special_arr_prev.active svg path,
.dossier__right .dossier__right-menu button:hover svg path {
  fill: #54cedd;
}

.showMore,
.space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.showMore {
  justify-content: center;
  padding: 13px 0;
  border-radius: 3px;
  background: #54cedd;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  gap: 12px;
}

.showMore:hover {
  opacity: 0.6;
}

.showMore img,
.showMore picture {
  height: 12px;
}

.showMore span {
  color: var(--white, #fff);
  font-size: 14px;
  line-height: 17px;
  display: block;
}

.showMore svg path {
  fill: var(--white, #fff);
}

.article__body-content .similarNews .similarNews__list li::before,
.desctop_hide {
  display: none;
}

.article__wrapper .article__body .article__body-social li a,
.mobile_hide {
  display: flex;
}

@media screen and (max-width: 599px) {
  .desctop_hide {
    display: flex;
  }

  .mobile_hide {
    display: none;
  }

  .mr_mobile {
    margin-bottom: 20px;
  }
}
.btn {
  background: #1399c0;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 8px;
  margin: 0 auto;
}
.article__body-content .btn a {
  color: #fff;
  text-decoration: none;
  border: none;
  margin: 0;
}
.article__body-content .btn a:hover {
  border: none;
  color: #fff;
}

.splide__arrow {
  background: #fff !important;
  opacity: 1 !important;
  border: 1px solid #e9e9e9;
}

.splide__arrow:disabled {
  display: none;
}

.splide__pagination__page.is-active {
  background: #2a2a2a !important;
}

.splide__pagination__page {
  background: #aaa !important;
}

ul.pagination {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

ul.pagination li {
  margin-right: 12px;
}

ul.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: background-color 0.3s;
  border-radius: 5px;
  min-width: 38px;
  height: 38px;
  background-color: var(--pagination);
  border: 1px solid var(--pagination);
  font-size: 16px;
  font-weight: 500;
}

ul.pagination li.active a {
  background-color: var(--pagination-active);
  color: #fff;
  border: 1px solid var(--pagination-active);
}

ul.pagination li a:hover:not(.active) {
  opacity: 0.6;
}

ul.pagination li.disabled a {
  color: #777;
  cursor: not-allowed;
}

@media screen and (max-width: 959px) {
  main {
    padding: 12px 0;
  }
}

@media screen and (max-width: 599px) {
  .main-mob-banner {
    display: block;
    margin-bottom: 20px;
  }

  .cat__header {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--black-color);
    width: 100%;
    margin-bottom: 25px;
  }

  .cat__header h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.16px;
    color: var(--black-color);
    position: relative;
  }

  .cat__header a {
    justify-content: space-between;
  }
}

.error__body h1,
.page__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.169px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--black-color);
  color: var(--black-color);
}

@media screen and (max-width: 960px) {
  .page__title {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 30px;
    line-height: 130%;
  }
}

.share {
  display: flex;
  position: relative;
}

.share .share__icon {
  cursor: pointer;
}

.share .share__list {
  transform: translateX(100%);
  transition: transform 0.3s ease;
  will-change: transform;
  position: absolute;
  right: -126px;
  display: flex;
  z-index: 10;
  opacity: 0;
  width: 0;
}

.share .share__list a {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.share .share__list--open {
  transform: translateX(0);
  left: -135px;
  width: 146px;
  opacity: 1;
  padding-right: 20px;
}

.banner {
  display: flex;
  margin-bottom: 30px;
}

.banner,
.banner picture,
.inform__banner {
  width: 100%;
  height: auto;
}

.banner picture img,
.inform__banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.inform__banner {
  display: flex;
}

.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 {
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  margin: 0 auto;
}

.adv-container,
.adv-container-two {
  max-width: var(--adv-container-width);
  margin: 0 auto 40px;
}

.adv-container.mt-50 {
  margin: 50px auto 40px;
}

.adv-placeholder--in-sidebar-item.adv-container {
  max-width: 300px;
  margin: 0 auto 40px;
}

.adv-container-two {
  padding: 0 var(--container-padding);
}

.container-right {
  padding-left: calc(
    (100% - var(--container-width)) / 2 + var(--container-padding)
  );
}

.container-left {
  padding-right: calc(
    (100% - var(--container-width)) / 2 + var(--container-padding)
  );
}

body,
html {
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

.error__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
}

.error__body,
body,
html {
  display: flex;
  flex-direction: column;
}

.error__body h1 {
  color: var(--link-color);
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}

.error__body .error__block {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.error__body .error__block img {
  width: 332px;
  height: auto;
}

.error__body .error__block span {
  color: var(--grey, #6d787a);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  display: block;
  margin-left: 30px;
}

.error__body .error__tools {
  display: grid;
  grid-template-columns: 1fr 125px;
  gap: 20px;
  margin-bottom: 30px;
}

.error__body .error__tools .error__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  color: var(--white);
  padding: 16px 24px;
  border-radius: 5px;
  background: var(--dark-blue);
  transition: 0.3s;
  display: flex;
  justify-content: center;
}

.error__body .error__tools .error__link:hover {
  opacity: 0.8;
}

.page__search {
  position: relative;
}

.page__search input {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  width: 100%;
}

.page__search button {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.error__news-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: var(--black-color);
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--black-color);
}

.error__news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.error__news-list .categoryCard {
  padding-right: 16px;
  padding-left: 16px;
  border-right: 1px solid var(--border-color);
  width: 33.333%;
  margin-bottom: 20px;
  position: relative;
}

.error__news-list .categoryCard:nth-child(3n) {
  padding-right: 0;
  border-right: none;
}

.error__news-list .categoryCard::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff;
  bottom: 0;
  right: -1px;
  z-index: 10;
}

.error__news-list .categoryCard:last-child {
  padding-right: 0;
  border-right: 0;
}

.error__news-list .categoryCard :nth-child(3n + 1) {
  padding-left: 0;
}

@media screen and (max-width: 959px) {
  .error__body .error__block {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }

  .error__body .error__block img {
    width: 200px;
    height: auto;
  }

  .error__body .error__block span {
    color: var(--grey, #6d787a);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    display: block;
    margin-left: 30px;
  }
}

@media screen and (max-width: 860px) {
  .error__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 600px) {
  .error__wrapper {
    gap: 40px;
  }

  .error__body h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }

  .error__body .error__block {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .error__body .error__block img {
    width: 332px;
    height: 124px;
    margin-bottom: 30px;
  }

  .error__body .error__block span {
    margin-left: 0;
  }

  .error__body .error__tools,
  .error__wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }

  .error__aside {
    display: block;
  }

  .error__news-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .error__news-list .categoryCard {
    padding-right: 0;
    padding-left: 0;
    border-right: none;
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }

  .error__news-list .categoryCard::after {
    display: none;
  }

  .error__news-list .categoryCard a {
    display: grid;
    grid-template-columns: 124px 1fr;
    gap: 12px;
  }

  .error__news-list .categoryCard a picture img {
    display: block;
    width: 124px;
    height: 80px;
    transition: transform 0.3s ease;
  }

  .error__news-list .categoryCard a .categoryCard__content {
    display: flex;
    flex-direction: column;
  }

  .error__news-list
    .categoryCard
    a
    .categoryCard__content
    .categoryCard__title {
    font-size: 16px;
    line-height: 130%;
    order: 1;
    margin-bottom: 12px;
  }

  .error__news-list .categoryCard a .categoryCard__content .categoryCard__time {
    order: 2;
    margin-bottom: 0;
  }
}

.stub {
  background: #54cedd;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  height: 100vh;
}

.stub__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -510px;
}

.stub__content {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
  margin: 150px auto 0;
  justify-content: center;
  text-align: center;
}

.stub__content .stub__logo {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.stub__content .stub__subtitle,
.stub__content .stub__title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.16px;
  margin-bottom: 30px;
}

.stub__content .stub__subtitle {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 40px;
}

.stub__content .stub__social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}

.stub__content .stub__social a {
  display: flex;
  margin-right: 30px;
}

@media screen and (max-width: 959px) {
  .stub__img {
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: -200px;
    top: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .stub__content {
    margin: 100px auto 0;
    padding: 0 15px;
  }

  .stub__content .stub__logo {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }

  .stub__content .stub__logo svg {
    width: 240px;
  }

  .stub__content .stub__subtitle,
  .stub__content .stub__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.16px;
    margin-bottom: 20px;
  }

  .stub__content .stub__subtitle {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
  }

  .stub__content .stub__social a {
    display: flex;
    margin-right: 30px;
  }
}

.about__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 180px;
}

.about__body .about__content {
  margin-left: 110px;
}

.about__body .about__content ol li,
.about__body .about__content p,
.about__body .about__content ul li {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--black-color);
  margin-bottom: 20px;
}

.about__body .about__content ol {
  list-style: none;
  counter-reset: list-counter;
}

.about__body .about__content ol li,
.about__body .about__content ul li {
  position: relative;
  padding-left: 24px;
}

.about__body .about__content ol li::before {
  counter-increment: list-counter;
  content: counter(list-counter) '. ';
  color: var(--link-color);
  position: absolute;
  left: 0;
  top: 0;
}

.about__body .about__content h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.094px;
  margin-bottom: 20px;
}

.about__body .about__content ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #00f;
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1190px) {
  .about__wrapper {
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .about__wrapper {
    grid-template-columns: 1fr;
  }

  .about__body .about__content {
    margin-left: 0;
  }
}

@media screen and (max-width: 599px) {
  .authors__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.allNews__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 90px;
}

.allNews__date,
.allNews__title {
  font-style: normal;
  line-height: 130%;
  margin-bottom: 20px;
}

.allNews__title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--black-color);
  color: var(--black-color);
}

.allNews__date {
  font-size: 22px;
  font-weight: 500;
  color: var(--header-tags-title);
}

.allNews__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.allNews__datepicker {
  max-width: 250px;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .allNews__wrapper {
    gap: 20px;
  }
}

@media screen and (max-width: 800px) {
  .allNews__wrapper {
    grid-template-columns: 1fr;
  }

  .allNews__aside {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .allNews__title {
    font-size: 20px;
    padding-bottom: 12px;
  }

  .allNews__datepicker {
    max-width: 100%;
  }
}

.article__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 130px;
}

.article__wrapper .article__body {
  display: grid;
  grid-template-columns: 49px 1fr;
  gap: 20px;
  position: relative;
}

.article__wrapper .article__body .article__title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.169px;
  font-weight: 700;
  color: #151515;
}

.article__wrapper .article__body .article__description,
.article__wrapper .article__body .article__description * {
  font-size: 18px !important;
  font-family: 'Roboto Flex', sans-serif;
}

.article__wrapper .article__body .article__description {
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.16px;
  color: #383838;
}

.article__wrapper .article__body .article__description a {
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.16px;
  color: #383838;
  position: relative;
  border-bottom: 1px solid #383838;
}

.article__body-content .similarNews .similarNews__list li a:hover,
.article__body-content a:hover,
.article__wrapper .article__body .article__description a:hover {
  color: var(--link-hover);
  border-bottom: 1px dashed var(--link-hover);
}

.article__wrapper .article__body .article__body-social {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 180px;
  margin-left: 25px;
}

.article__wrapper .article__body .article__social-mobile {
  display: none;
  align-items: center;
  gap: 15px;
}

.article__wrapper
  .article__body
  .article__social-mobile
  .article__social-title {
  color: var(--Grey-App, #b9bcbe);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.12px;
}

.article__wrapper .article__body .article__social-mobile ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 16px;
}

.article__wrapper .article__body .article__social-mobile ul li a {
  display: flex;
}

.article__body-content ul,
.feed_item {
  margin-bottom: 20px;
}

.article__body-content blockquote p:last-child,
.article__body-content ol li:last-child,
.article__body-content ul li:last-child,
.author__head .author__head-desc p:last-child,
.feed_item:last-child {
  margin-bottom: 0;
}

.article__body-text {
  overflow-wrap: anywhere;
}

.article__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

.article__head .article__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.article__head .article__info .article__time {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.3px;
  color: #131313;
}

.article__head .article__info .article__time span {
  color: #6d787a;
}

.article__body-content figure {
  margin-bottom: 24px;
}

.article__body-content figure img {
  max-width: 100%;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.article__body-content figure figure,
.dossier__wrapper .dossier__content-item ul li p,
.search_block form.gsc-search-box,
.search_block table.gsc-search-box {
  margin-bottom: 0;
}

.article__body-content figure .image-description,
.article__body-content figure figcaption {
  text-align: left;
  padding: 8px 0 6px;
  font-size: 10px;
  line-height: 14px;
  color: var(--gray-color);
  border-bottom: 1px solid var(--border-color);
}

.article__body-content figure .image-description {
  padding: 10px 0;
  font-size: 13px;
  line-height: 18px;
}

.article__body-content h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
  text-align: left !important;
}

.article__body-content p {
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 15px;
  text-align: left !important;
}

.article__body-content ol li,
.article__body-content ul li {
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 20px;
  position: relative;
  text-align: left !important;
}

.article__body-content ul li {
  padding-left: 15px;
}

.article__body-content ul li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  left: 0;
  top: 10px;
  position: absolute;
}

.article__body-content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

.article__body-content ol li {
  letter-spacing: -0.16px;
}

.article__body-content ol li::marker {
  color: var(--link-color);
}

.article__body-content a {
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 20px;
  letter-spacing: -0.16px;
  color: #383838;
  position: relative;
  border-bottom: 1px solid #383838;
}

.article__body-content iframe {
  width: 100%;
  margin-bottom: 20px;
}

.article__body-content .quote-container,
.article__body-content blockquote {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
}

.article__body-content .quote-container blockquote {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.article__body-content .quote-container .author-info {
  display: flex;
}

.article__body-content .quote-container .author-info .line {
  width: 10px;
  height: 2px;
  background-color: var(--black-color);
  margin-top: 10px;
}

.article__body-content .quote-container .author-info .author-details {
  margin-left: 6px;
}

.article__body-content
  .quote-container
  .author-info
  .author-details
  .author-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.16px;
  color: var(--black-color);
}

.article__body-content
  .quote-container
  .author-info
  .author-details
  .author-position {
  color: var(--gray-color);
  font-size: 12px;
  line-height: 18px;
}

.article__body-content blockquote {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.article__body-content blockquote::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='80' height='53' viewBox='0 0 80 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.6726 0L26.009 23.4872H35.3363V52.1739H0V22.5908L7.53363 0H30.6726ZM75.3363 0L70.6726 23.4872H80V52.1739H44.6637V22.5908L52.1973 0H75.3363Z' fill='%23F4F4F4'/%3e%3c/svg%3e ");
  content: '';
  display: inline-block;
  width: 80px;
  height: 53px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.article__body-content blockquote,
.article__body-content blockquote p {
  font-size: 17px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: -0.16px;
}

.article__body-content table {
  width: 680px !important;
  display: inline-block;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid var(--border-color);
  border-collapse: collapse;
  scroll-behavior: smooth;
}

.article__body-content table tbody {
  overflow: auto;
}

.article__body-content table tbody tr {
  width: 100%;
}

.article__body-content table tbody tr td {
  text-align: left;
  white-space: nowrap;
}

.article__body-content table::-webkit-scrollbar {
  width: 10px;
}

.article__body-content table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.article__body-content table::-webkit-scrollbar-thumb {
  background: #888;
}

.article__body-content table::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.article__body-content table th {
  font-weight: 700;
  padding: 2px;
  background: var(--highlighted-bg);
  border: 1px solid var(--border-color);
}

.article__body-content table td {
  border: 1px solid var(--border-color);
  padding: 5px;
}

.article__body-content .highlighted {
  padding: 24px 28px;
  background: var(--highlighted-bg);
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: -0.16px;
}

.article__body-content .highlighted.yellow {
  background: #fffaea;
}

.article__body-content .highlighted.blue {
  background: rgba(23, 69, 176, 0.06);
}

.article__body-content .highlighted.red {
  background: #fff1f1;
}

.article__body-content .highlighted.green {
  background: #eaffec;
}

.article__body-content .addedNews {
  padding: 20px 50px 20px 20px;
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  background: rgba(242, 242, 242, 0.6);
  margin-bottom: 20px;
}

.article__body-content .addedNews a {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 0;
  margin-right: 0;
}

.article__body-content .addedNews a:hover picture img {
  transform: translateY(-6px);
}

.article__body-content .addedNews a:after {
  content: '';
}

.article__body-content .addedNews a picture {
  margin-right: 20px;
}

.article__body-content .addedNews a picture img {
  width: 148px;
  height: 96px;
  max-width: 148px;
  transition: transform 0.3s ease;
  display: block;
}

.article__body-content .addedNews a .addedNews__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.article__body-content .addedNews a .addedNews__content .addedNews__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.18px;
  color: var(--black-color);
}

.article__body-content .addedNews a .addedNews__content .addedNews__time {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.24px;
  color: var(--gray-color);
  display: none;
}

.article__body-content .similarNews {
  margin-bottom: 20px;
  padding: 24px 28px 24px 11px;
  background: var(--highlighted-bg);
}

.article__body-content .similarNews .similarNews__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 0;
}

.article__body-content .similarNews .similarNews__list li {
  list-style: disc;
  padding-left: 0;
  margin-bottom: 0;
}

.article__body-content .similarNews .similarNews__list li a {
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 20px;
  letter-spacing: -0.16px;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-color);
}

.article__body-info .article__body-date {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 15px;
}

.article__body-info .article__body-date span {
  font-weight: 600;
  font-size: 13px;
  color: var(--dark-grey);
  display: block;
  line-height: 18px;
}

.article__body-info .article__body-date p {
  font-size: 12px;
  color: var(--gray-color);
  display: block;
  line-height: 18px;
}

.article__body-info .article__body-share {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: sticky;
  top: 40px;
}
.article__body-subtitle {
  font-size: 22px;
  font-weight: 700;
}
.article__body-info .article__body-share span {
  color: var(--dark-grey);
  font-size: 15px;
  line-height: 18px;
  display: block;
  margin-right: 10px;
}

.article__tags {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}

.article__tags .article__tags-list a,
.article__tags .article__tags-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.24px;
  color: var(--tags-title);
  margin-right: 8px;
}

.article__tags .article__tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.article__tags .article__tags-list a {
  color: var(--tags-link);
  margin-right: 12px;
  margin-bottom: 8px;
  display: flex;
}

.article__tags .article__tags-list a:last-child,
.author__head .author__head-info .author__links .author__social a:last-child,
.footer__bottom-addit li:last-child {
  margin-right: 0;
}

.article__author
  .article__author-left
  .article__author-info
  .article__author-name:hover,
.article__tags .article__tags-list a:hover {
  color: var(--link-hover);
  border-bottom: 1px dashed var(--link-hover);
}

.article__social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 15px;
}

.article__social .article__social-btn {
  display: grid;
  grid-template-columns: 40px 1fr;
  padding: 15px;
  background: var(--highlighted-bg);
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.article__social .article__social-btn:hover span {
  color: var(--accent);
}

.article__social .article__social-btn span {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.066px;
  color: var(--black-color);
}

.article__author {
  justify-content: space-between;
  padding: 15px 0 0;
  border-top: 1px solid var(--border-color);
}

.article__author,
.article__author .article__author-left,
.breadcrumb li {
  display: flex;
  align-items: center;
}

.article__author .article__author-left .article__author-info {
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.article__author
  .article__author-left
  .article__author-info
  .article__author-position {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.24px;
  color: var(--tags-title);
}

.article__author
  .article__author-left
  .article__author-info
  .article__author-name {
  color: var(--tags-link);
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: -0.24px;
  cursor: pointer;
}

.article__author .article__author-mail {
  color: var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
  font-size: 11px;
  line-height: 12px;
  letter-spacing: -0.22px;
}

.article__author .article__author-mail:hover {
  color: var(--link-hover);
  border-bottom: 1px dashed var(--link-hover);
}

.article__author picture img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.article__aside {
  position: relative;
}

.article__aside .article__sticky {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .article__wrapper {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
  }

  .article__wrapper .article__body {
    grid-template-columns: 24px 1fr;
  }

  .article__wrapper .article__body .article__body-social {
    margin-top: 120px;
    margin-left: 0;
  }

  .article__body-content table {
    width: calc(100vw - 420px) !important;
  }
}

@media screen and (max-width: 959px) {
  .article__wrapper {
    display: grid;
    grid-template-columns: 1fr 225px;
    gap: 40px;
  }

  .article__wrapper .article__body .article__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.16px;
  }

  .article__wrapper .article__body .article__description * {
    font-size: 18px !important;
  }
  .article__wrapper .article__body-text p {
    font-size: 18px;
  }
  .article__wrapper .article__body .article__description {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 142%;
    letter-spacing: -0.16px;
  }

  .article__body-content table {
    width: calc(100vw - 345px) !important;
  }
}

@media screen and (max-width: 767px) {
  .article__wrapper,
  .article__wrapper .article__body {
    grid-template-columns: 1fr;
  }

  .article__wrapper .article__body .article__body-social {
    display: none;
  }

  .article__wrapper .article__body .article__social-mobile {
    display: flex;
  }

  .article__head {
    gap: 14px;
    margin-top: 4px;
  }

  .article__social {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .article__body-content figure {
    margin: 0 -15px 18px;
  }

  .article__body-content figure img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }

  .article__body-content figure .image-description,
  .article__body-content figure figcaption {
    margin: 0 15px;
  }

  .article__body-content .highlighted {
    padding: 18px 15px;
  }

  .article__body-content table {
    width: calc(100vw - 40px) !important;
  }

  .article__body-content .addedNews a picture img {
    max-width: 150px;
    height: auto;
  }

  .article__body-content .addedNews a .article__body-text {
    max-width: calc(100vw - 30px);
  }

  .article__body-content .addedNews a .addedNews__content .addedNews__title {
    font-size: 15px;
    line-height: 19px;
  }
}

.author__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
}

.author__head {
  margin-bottom: 30px;
}

.author__head .author__head-info {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: center;
}

.author__head .author__head-info picture img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.author__head .author__head-info .author__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author__head .author__head-info .author__content .author__name {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.132px;
  margin-bottom: 5px;
  color: var(--dark-blue);
}

.author__head .author__head-info .author__content .author__role {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.132px;
  color: var(--description-card);
}

.author__head .author__head-info .author__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.author__head .author__head-info .author__links .author__social {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.author__head .author__head-info .author__links .author__social a {
  display: block;
  margin-right: 15px;
}

.author__head .author__head-info .author__links .author__mail {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  text-decoration-line: underline;
  color: var(--dark-grey);
}

.author__head .author__head-desc,
.author__news {
  margin-left: 140px;
}

.author__head .author__head-desc .desc-head {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.author__head .author__head-desc p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--black-color);
  margin-bottom: 18px;
}

.author__news .author__news-title,
.birthday__body h1 {
  font-style: normal;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}

.author__news .author__news-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--link-color);
  padding-bottom: 8px;
}

.author__news .author__news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.author__body .pagination {
  margin-left: 140px;
}

@media screen and (max-width: 959px) {
  .author__wrapper {
    grid-template-columns: 1fr 225px;
  }

  .author__head {
    margin-bottom: 30px;
  }

  .author__head .author__head-info {
    grid-template-columns: 80px 1fr;
    margin-bottom: 40px;
    align-items: flex-start;
  }

  .author__head .author__head-info picture img {
    width: 80px;
    height: 80px;
  }

  .author__head .author__head-info .author__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .author__head .author__head-info .author__content {
    margin-bottom: 15px;
  }

  .author__head .author__head-info .author__content .author__name {
    font-size: 24px;
  }

  .author__head .author__head-info .author__content .author__role {
    font-size: 14px;
  }

  .author__head .author__head-info .author__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .author__head .author__head-info .author__links .author__social {
    margin-bottom: 12px;
  }

  .author__head .author__head-info .author__links .author__social a {
    display: block;
    margin-right: 15px;
  }

  .author__head .author__head-info .author__links .author__social a:last-child {
    margin-right: 0;
  }

  .author__head .author__head-info .author__links .author__mail {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    text-decoration-line: underline;
    color: var(--dark-grey);
  }

  .author__head .author__head-desc,
  .author__news {
    margin-left: 0;
  }

  .author__head .author__head-desc .desc-head {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 18px;
  }

  .author__head .author__head-desc p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--black-color);
    margin-bottom: 18px;
  }

  .author__head .author__head-desc p:last-child {
    margin-bottom: 0;
  }

  .author__news .author__news-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--link-color);
    margin-bottom: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-color);
  }

  .author__news .author__news-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .author__body .pagination {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .author__wrapper {
    grid-template-columns: 1fr;
  }
}

.authors__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
}

.authors__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .authors__wrapper {
    grid-template-columns: 1fr 225px;
  }

  .authors__list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    column-gap: 30px;
  }

  .authors__list .authorCard {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
  }

  .authors__list .authorCard:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }

  .authors__list .authorCard:nth-child(even) {
    padding-left: 0;
  }

  .authors__list .authorCard a {
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (max-width: 720px) {
  .authors__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.birthday__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 140px;
}

.birthday__body h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.169px;
  padding-bottom: 20px;
  color: var(--dark-blue);
}

.birthday__head {
  display: grid;
  grid-template-columns: 172px 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.birthday__head picture img {
  width: 172px;
  height: 172px;
  border-radius: 10px;
  object-fit: cover;
}

.birthday__head .birthday__head-content {
  display: flex;
  flex-direction: column;
}

.birthday__head .birthday__head-content .birthday__head-info {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.birthday__head
  .birthday__head-content
  .birthday__head-info
  .birthday__head-status {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.061px;
  color: var(--white);
  padding: 5px 10px;
  border-radius: 2px;
  background-color: var(--link-color);
  margin-right: 15px;
}

.birthday__head
  .birthday__head-content
  .birthday__head-info
  .birthday__head-date {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.061px;
  color: var(--description-card);
}

.birthday__head .birthday__head-content .birthday__head-name {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.132px;
  color: var(--dark-blue);
  margin-bottom: 10px;
}

.birthday__content h2,
.birthday__head .birthday__head-content .birthday__head-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--gray-color);
}

.birthday__content {
  margin-left: 202px;
  margin-bottom: 30px;
}

.birthday__content h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.094px;
  color: var(--black-color);
  margin-bottom: 20px;
}

.birthday__content p,
.birthday__content ul li,
.birthday__extra .birthday__extra-title {
  color: var(--black-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

.birthday__content ul {
  list-style: none;
}

.birthday__content ul li {
  font-size: 17px;
  position: relative;
  padding-left: 24px;
}

.birthday__content ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--link-color);
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}

.birthday__extra .birthday__extra-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--black-color);
}

.birthday__extra .birthday__extra-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1190px) {
  .birthday__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 720px) {
  .birthday__content {
    margin-left: 0;
  }
}

@media screen and (max-width: 599px) {
  .birthday__content {
    margin-left: 0;
  }

  .birthday__body {
    overflow: hidden;
  }

  .birthday__head {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 10px;
    margin-bottom: 25px;
  }

  .birthday__head picture img {
    width: 80px;
    height: 80px;
  }

  .birthday__head .birthday__head-content .birthday__head-info {
    margin-bottom: 10px;
  }

  .birthday__head
    .birthday__head-content
    .birthday__head-info
    .birthday__head-status {
    font-size: 11px;
    margin-right: 10px;
  }

  .birthday__head
    .birthday__head-content
    .birthday__head-info
    .birthday__head-date {
    font-size: 11px;
  }

  .birthday__head .birthday__head-content .birthday__head-name {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .birthday__head .birthday__head-content .birthday__head-desc {
    font-size: 14px;
  }

  .birthday__extra {
    width: 100%;
  }

  .birthday__extra .birthday__extra-title {
    font-size: 20px;
  }

  .birthday__extra .birthday__extra-list {
    display: grid;
    grid-template-columns: repeat(3, 260px);
    gap: 20px;
    overflow: auto;
    width: 100%;
    padding-bottom: 10px;
  }

  .birthday__extra .birthday__extra-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .birthday__head
    .birthday__head-content
    .birthday__head-info
    .birthday__head-status {
    font-size: 9px;
    margin-right: 10px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  overflow: scroll;
  width: 100%;
}

.breadcrumb::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  display: none;
  grid-template-columns: 110px 1fr;
}

.breadcrumb li::after {
  margin: 0 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='4' height='8' viewBox='0 0 4 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.527881 7.5L0 6.96212L2.94424 4L0.0297397 1.03788L0.527881 0.5L4 4L0.527881 7.5Z' fill='%236D787A'/%3e%3c/svg%3e ");
  content: '';
  width: 4px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
}

.breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb li a,
.breadcrumb li span {
  color: var(--breadcrumb-link-color);
  font-size: 12px;
  transition: 0.3s;
}

.breadcrumb li a:hover,
.lastCard a:hover .lastCard__content .lastCard__title,
.mainCard:hover .mainCard_content .mainCard_title,
.mainbigCard:hover .mainbigCard_content .mainbigCard_title,
.trendCard a:hover .trendCard_title {
  color: var(--link-hover);
}

.breadcrumb li span {
  color: var(--description-card);
  pointer-events: none;
}

.trendCard {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.lastCard a,
.trendCard p {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.trendCard p .trendCard_time {
  color: var(--gray-color);
  font-size: 12px;
  line-height: 14px;
}

.trendCard .trendCard_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
  color: var(--black-color);
  transition: 0.3s;
  cursor: pointer;
}

.trendCard .trendCard_title:hover {
  color: var(--link-hover);
}

.mainCard {
  display: flex;
  flex-direction: column;
}

.mainCard:hover picture img,
.mainbigCard:hover picture img {
  transform: scale(1.2);
}

.mainCard iframe,
.mainCard picture img {
  width: 100%;
  height: 210px;
}

.mainCard .mainCard_img {
  display: flex;
  width: 100%;
}

.mainCard picture {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.mainCard picture img {
  display: block;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.mainCard .mainCard_content {
  margin-top: 12px;
}

.mainCard .mainCard_content .mainCard_time {
  color: var(--card-info-color);
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 6px;
}

.mainCard .mainCard_content .mainCard_title {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: var(--text-color);
  transition: transform 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .mainCard iframe,
  .mainCard picture img {
    height: 160px;
  }
}

@media screen and (max-width: 959px) {
  .mainCard iframe,
  .mainCard picture img {
    height: 210px;
  }
}

@media screen and (max-width: 599px) {
  .mainCard {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border-color);
    display: grid;
    grid-template-columns: 124px 1fr;
    gap: 12px;
  }

  .mainCard .mainCard_content {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 0;
  }

  .mainCard .mainCard_content .mainCard_time {
    margin-bottom: 0;
    order: 2;
  }

  .mainCard .mainCard_content .mainCard_title {
    order: 1;
    font-size: 16px;
    line-height: 19px;
  }

  .mainCard iframe {
    height: 80px;
    width: 124px;
  }

  .mainCard picture {
    display: flex;
  }

  .mainCard picture img {
    display: block;
    max-width: 124px;
    height: 80px;
    transition: transform 0.3s ease;
  }
}

.mainbigCard {
  display: flex;
  flex-direction: column;
}

.dossier__wrapper .dossier-sort a:hover::after,
.mainbigCard iframe {
  width: 100%;
}

.mainbigCard picture {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.lastCard a picture img,
.mainbigCard picture img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
}

.mainbigCard .mainbigCard_img {
  display: flex;
}

.mainbigCard .mainbigCard_content {
  margin-top: 12px;
}

.mainbigCard .mainbigCard_content .mainbigCard_time {
  color: var(--card-info-color);
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}

.mainbigCard .mainbigCard_content .mainbigCard_title {
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -0.16px;
  color: var(--text-color);
  transition: transform 0.3s ease;
}

@media screen and (max-width: 959px) {
  .mainbigCard a .mainbigCard_content {
    margin-top: 12px;
  }

  .mainbigCard a .mainbigCard_content .mainbigCard_time {
    color: var(--card-info-color);
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
  }

  .mainbigCard a .mainbigCard_content .mainbigCard_title {
    line-height: 26px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .mainbigCard a .mainbigCard_content {
    margin-top: 14px;
  }

  .mainbigCard a .mainbigCard_content .mainbigCard_time {
    margin-bottom: 12px;
  }
}

.lastCard {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.lastCard a {
  grid-template-columns: 1fr 180px;
  gap: 12px;
}

.lastCard a:hover picture img {
  transform: translateY(-6px);
}

.lastCard a .lastCard__category {
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: var(--link-color);
  margin-bottom: 4px;
}

.lastCard a .lastCard__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.lastCard a .lastCard__content .lastCard__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 130%;
  color: var(--text-color);
  display: inline-block;
}

.lastCard a .lastCard__time {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: var(--card-info-color);
}

.lastCard a picture {
  width: 100%;
  height: 110px;
  display: inline-flex;
}

.lastCard a picture img {
  height: auto;
  border-radius: 2px;
  object-fit: scale-down;
}

.lastCard.advertising a .lastCard__content .lastCard__title,
.lastCard.audio a .lastCard__content .lastCard__title,
.lastCard.hot a .lastCard__content .lastCard__title,
.lastCard.photo a .lastCard__content .lastCard__title,
.lastCard.video a .lastCard__content .lastCard__title {
  position: relative;
  text-indent: 25px;
  font-weight: 600;
}

.lastCard.hot a .lastCard__content .lastCard__title::before {
  content: url(../img/cardIcons/hot.svg);
  display: flex;
  height: 18px;
  width: 18px;
  position: absolute;
  left: -25px;
  top: 0;
}

.lastCard.photo a .lastCard__content .lastCard__title::before,
.lastCard.video a .lastCard__content .lastCard__title::before {
  content: url(../img/cardIcons/photo.svg);
  display: flex;
  height: 18px;
  width: 18px;
  position: absolute;
  left: -25px;
  top: 0;
}

.lastCard.video a .lastCard__content .lastCard__title::before {
  content: url(../img/cardIcons/video.svg);
}

.lastCard.advertising a .lastCard__content .lastCard__title::before,
.lastCard.audio a .lastCard__content .lastCard__title::before {
  content: url(../img/cardIcons/adversting.svg);
  display: flex;
  height: 18px;
  width: 18px;
  position: absolute;
  left: -25px;
  top: 0;
}

.lastCard.audio a .lastCard__content .lastCard__title::before {
  content: url(../img/cardIcons/audio.svg);
}

@media screen and (max-width: 1199px) {
  .lastCard {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
  }

  .lastCard:nth-child(odd) a {
    padding-right: 20px;
    border-right: 1px solid var(--border-color);
  }

  .lastCard:nth-child(even) a {
    padding-left: 20px;
  }

  .lastCard a {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 12px;
  }

  .lastCard a .lastCard__content {
    order: 2;
  }

  .lastCard a .lastCard__content .lastCard__title {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
  }

  .lastCard a picture {
    order: 1;
    width: 100%;
    height: 75px;
  }
}

@media screen and (max-width: 767px) {
  .lastCard {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-color);
  }

  .lastCard:nth-child(odd) a {
    padding-right: 0;
    border-right: none;
  }

  .lastCard:nth-child(even) a {
    padding-left: 0;
  }

  .lastCard a {
    display: grid;
    grid-template-columns: 135px 1fr;
    gap: 12px;
  }

  .lastCard a .lastCard__content {
    order: 2;
  }

  .lastCard a .lastCard__content .lastCard__title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
  }

  .lastCard a picture {
    order: 1;
    width: 100%;
    height: 80px;
  }
}

.popularCard {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
  z-index: 1;
}

.popularCard:nth-child(3n) a {
  border-right: none;
}

.popularCard::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.popularCard::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  bottom: -1px;
  right: 0;
  z-index: 10;
  display: block;
}

.popularCard a {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
  padding-right: 15px;
  border-right: 1px solid var(--border-color);
}

.categoryCard a:hover .categoryCard__title,
.catpageCard a:hover .catpageCard_content .catpageCard_title,
.popularCard a:hover .popularCard__title,
.popularHalfCard a:hover .popularHalfCard_content .popularHalfCard_title,
.selectCard a:hover .selectCard_title,
.simpleCard a:hover .simpleCard_title,
.sliderBirthdayCard:hover .sliderBirthdayCard_content .sliderBirthdayCard_name,
.sliderPopularCard a:hover .sliderPopularCard_content .sliderPopularCard_title,
.tagpageCard a:hover .tagpageCard_content .tagpageCard_title {
  color: var(--link-hover);
}

.popularCard a .popularCard__category {
  color: var(--accent);
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
}

.popularCard a .popularCard__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  letter-spacing: -0.16px;
}

@media screen and (max-width: 599px) {
  .popularCard {
    padding-bottom: 12px;
  }

  .popularCard:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .popularCard a {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    border-right: none;
  }

  .popularCard a .popularCard__title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }
}

.categoryCard a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.categoryCard a:hover picture img,
.sliderPopularCard a:hover picture img {
  transform: scale(1.2);
}

.categoryCard a picture,
.toteList .toteCard a picture {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.categoryCard a picture img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.categoryCard a .categoryCard__time {
  font-size: 11px;
  letter-spacing: -0.3px;
  line-height: 13px;
  color: var(--card-info-color);
  margin-bottom: 6px;
}

.categoryCard a .categoryCard__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: var(--black-color);
}

.selectCard,
.simpleCard,
.sliderPopularCard {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.selectCard a,
.simpleCard a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.simpleCard a .simpleCard_time {
  color: var(--gray-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.selectCard a .selectCard_title,
.simpleCard a .simpleCard_title {
  font-weight: 600;
  letter-spacing: -0.16px;
  color: var(--black-color);
  transition: 0.3s;
}

.simpleCard a .simpleCard_title {
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

.selectCard a {
  gap: 10px;
}

.selectCard a .selectCard_title {
  font-size: 18px;
  line-height: 140%;
}

.selectCard a .selectCard_time {
  color: var(--gray-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

@media screen and (max-width: 959px) {
  .selectCard a .selectCard_title {
    font-size: 17px;
    line-height: 130%;
  }
}

.sliderPopularCard {
  padding-right: 15px;
  border-right: 1px solid var(--border-color);
  padding-bottom: 20px;
}

.sliderPopularCard:last-child {
  border-right: none;
}

.sliderPopularCard a {
  display: flex;
  flex-direction: column;
}

.sliderPopularCard a picture {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.sliderPopularCard a picture img {
  display: block;
  width: 100%;
  height: 155px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sliderPopularCard a .sliderPopularCard_content {
  margin-top: 12px;
}

.sliderPopularCard a .sliderPopularCard_content .sliderPopularCard_time {
  color: var(--card-info-color);
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 6px;
}

.sliderPopularCard a .sliderPopularCard_content .sliderPopularCard_title,
.tagpageCard a .tagpageCard_content .tagpageCard_title {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: var(--text-color);
  transition: transform 0.3s ease;
}

@media screen and (max-width: 599px) {
  .sliderPopularCard {
    padding-right: 0;
    border-right: 0;
  }

  .sliderPopularCard,
  .sliderPopularCard a {
    padding-bottom: 0;
    border-bottom: none;
  }

  .sliderPopularCard a picture img {
    max-height: 200px;
  }

  .popularCard {
    padding-bottom: 12px;
  }

  .popularCard:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .popularCard a {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    border-right: none;
  }
}

.tagpageCard {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.tagpageCard a {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 40px;
}

.allNewsCard a:hover picture img,
.catpageCard a:hover picture img,
.popularHalfCard a:hover picture img,
.searchCard a:hover picture img,
.tagpageCard a:hover picture img {
  transform: translateY(-6px);
}

.tagpageCard a picture img {
  display: block;
  max-width: 140px;
  height: 87px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tagpageCard a .tagpageCard_content .tagpageCard_title {
  font-size: 24px;
  line-height: 30px;
  color: var(--black-color);
  margin-bottom: 10px;
}

.tagpageCard a .tagpageCard_content .tagpageCard_time {
  color: var(--card-info-color);
  font-size: 12px;
  line-height: 14px;
}

@media screen and (max-width: 960px) {
  .tagpageCard {
    padding-bottom: 10px;
  }

  .tagpageCard a {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 10px;
  }

  .tagpageCard a picture {
    order: 1;
  }

  .tagpageCard a picture img {
    max-width: 130px;
    width: 100%;
    height: 80px;
  }

  .tagpageCard a .tagpageCard_content {
    order: 2;
  }

  .tagpageCard a .tagpageCard_content .tagpageCard_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.47px;
    margin-bottom: 8px;
  }

  .tagpageCard a .tagpageCard_content .tagpageCard_time {
    color: var(--card-info-color);
    font-size: 12px;
    line-height: 22px;
  }
}

.catpageCard a {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
}

.catpageCard a picture img {
  display: block;
  max-width: 140px;
  height: 85px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.catpageCard a .catpageCard_content .catpageCard_time {
  color: var(--card-info-color);
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 2px;
}

.catpageCard a .catpageCard_content .catpageCard_title {
  font-size: 17px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.16px;
  color: var(--black-color);
}

@media screen and (max-width: 720px) {
  .catpageCard a {
    display: grid;
    grid-template-columns: 130px 1fr;
  }

  .catpageCard a picture img {
    max-width: 100%;
    width: 100%;
    height: 75px;
  }
}

.sliderBirthdayCard {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  padding-right: 20px;
  position: relative;
}

.BirthdayCard:hover picture img,
.sliderBirthdayCard:hover picture img {
  transform: translateY(6px);
}

.sliderBirthdayCard::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 20px;
  background: #fff;
  bottom: -11px;
  right: 8px;
  z-index: 10;
  transform: rotate(-90deg);
}

.sliderBirthdayCard::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background: #fff;
  bottom: 0;
  right: -1px;
  z-index: 10;
}

.sliderBirthdayCard a {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  height: 100%;
}

.sliderBirthdayCard a picture {
  width: 50px;
  height: 50px;
}

.sliderBirthdayCard a picture img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
  object-fit: cover;
}

.popularHalfCard a,
.sliderBirthdayCard a .sliderBirthdayCard_content {
  display: flex;
  flex-direction: column;
}

.sliderBirthdayCard a .sliderBirthdayCard_content .sliderBirthdayCard_name {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: var(--black-color);
  margin-bottom: 5px;
}

.sliderBirthdayCard a .sliderBirthdayCard_content .sliderBirthdayCard_old {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  color: var(--card-info-color);
}

.popularHalfCard a picture {
  margin-bottom: 20px;
  width: 100%;
}

.popularHalfCard a picture img {
  width: 100%;
  height: 190px;
  transition: all 0.3s ease;
  object-fit: cover;
}

.popularHalfCard a .popularHalfCard_content .popularHalfCard_title {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: var(--black-color);
}

.popularHalfCard a .popularHalfCard_content .popularHalfCard_description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--description-card);
}

@media screen and (max-width: 1199px) {
  .popularHalfCard a picture img {
    height: 280px;
  }

  .popularHalfCard a .popularHalfCard_content .popularHalfCard_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
}

@media screen and (max-width: 959px) {
  .popularHalfCard a picture img {
    height: 240px;
  }

  .popularHalfCard a .popularHalfCard_content .popularHalfCard_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
}

.sliderBirthdayCard,
.specialCard {
  border-right: 1px solid var(--border-color);
}

.specialCard:first-child a .specialCard_title {
  padding: 0 60px 17px 0;
}

.specialCard a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.authorCard a:hover .authorCard_content .authorCard_name,
.searchCard a:hover .searchCard_content .searchCard_title,
.specialCard a:hover .specialCard_title {
  color: var(--link-hover);
}

.specialCard a .specialCard_title {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.17px;
  padding: 0 30px 17px;
  border-right: 1px solid var(--border-color);
  color: var(--black-color);
}

.specialCard a picture img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

@media screen and (max-width: 959px) {
  .specialCard:first-child a .specialCard_title {
    padding: 0 12px 10px 16px;
  }

  .specialCard a:hover .specialCard_title {
    color: var(--link-hover);
  }

  .specialCard a .specialCard_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.17px;
    padding: 0 12px 10px;
    color: var(--black-color);
  }

  .specialCard a picture img {
    height: 240px;
  }
}

@media screen and (max-width: 767px) {
  .specialCard a picture img {
    height: 200px;
  }
}

.authorCard {
  padding-bottom: 30px;
}

.authorCard:nth-last-child(-n + 2) {
  padding-bottom: 0;
}

.authorCard:nth-child(odd) {
  padding-right: 15px;
  border-right: 1px solid var(--border-color);
}

.authorCard:nth-child(even) {
  padding-left: 15px;
}

.authorCard a {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.authorCard a picture img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.authorCard a .authorCard_content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.authorCard a .authorCard_content .authorCard_name {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.094px;
  color: var(--dark-blue);
}

.authorCard a .authorCard_content .authorCard_link span,
.authorCard a .authorCard_content .authorCard_role {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  color: var(--card-info-color);
}

.authorCard a .authorCard_content .authorCard_link {
  display: flex;
  align-items: center;
}

.authorCard a .authorCard_content .authorCard_link span {
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .authorCard {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
  }

  .authorCard:nth-last-child(-n + 2) {
    padding-bottom: 20px;
  }

  .authorCard a {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 15px;
  }

  .authorCard a picture img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
  }

  .authorCard a .authorCard_content {
    gap: 8px;
  }

  .authorCard a .authorCard_content .authorCard_name {
    font-size: 18px;
  }
}

.searchCard {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.searchCard a {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 12px;
}

.searchCard a picture img {
  display: block;
  max-width: 140px;
  width: 100%;
  height: 87px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.opinionCard,
.searchCard,
.searchCard a .searchCard_content {
  position: relative;
}

.searchCard a .searchCard_content .searchCard_title {
  font-size: 17px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.16px;
  color: var(--black-color);
  transition: transform 0.3s ease;
  margin-bottom: 10px;
}

.searchCard a .searchCard_content .searchCard_time {
  color: var(--card-info-color);
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  .searchCard a {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 10px;
  }

  .searchCard a picture img {
    max-width: 120px;
    height: 80px;
  }

  .searchCard a .searchCard_content .searchCard_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
  }

  .searchCard a .searchCard_content .searchCard_time {
    color: var(--card-info-color);
    font-size: 12px;
    line-height: 14px;
  }
}

.opinionCard {
  padding-bottom: 20px;
  padding-right: 15px;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.opinionCard::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 20px;
  background: #fff;
  bottom: -11px;
  right: 8px;
  z-index: 10;
  transform: rotate(-90deg);
}

.opinionCard:last-child {
  padding-right: 0;
  border-right: none;
}

.opinionCard a {
  display: flex;
  flex-direction: column;
}

.allNewsCard a:hover .allNewsCard_content .allNewsCard_title,
.opinionCard a:hover .opinionCard_title {
  color: var(--link-hover);
}

.opinionCard a picture img {
  display: block;
  height: 170px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.opinionCard a .opinionCard_time {
  color: var(--card-info-color);
  font-size: 11px;
  line-height: 14px;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
  margin-top: 12px;
}

.allNewsCard a .allNewsCard_content .allNewsCard_title,
.opinionCard a .opinionCard_title {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: var(--black-color);
}

@media screen and (max-width: 599px) {
  .opinionCard {
    padding-right: 0;
    border-right: none;
  }

  .opinionCard::before {
    display: none;
  }

  .opinionCard a picture img {
    height: 240px;
  }

  .opinionCard a .opinionCard_title {
    font-size: 19px;
  }
}

.allNewsCard {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.allNewsCard a {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
}

.allNewsCard a picture {
  height: 90px;
  width: 100% x;
  display: inline-flex;
}

.allNewsCard a picture img {
  display: block;
  height: auto;
  width: 100% x;
  object-fit: scale-down;
  transition: transform 0.3s ease;
}

.allNewsCard a .allNewsCard_content .allNewsCard_title {
  font-size: 20px;
  font-style: normal;
  line-height: 140%;
}

.allNewsCard a .allNewsCard_content .allNewsCard_time {
  color: var(--card-info-color);
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.allNewsCard.advertising a .allNewsCard_content .allNewsCard_time,
.allNewsCard.audio a .allNewsCard_content .allNewsCard_time,
.allNewsCard.hot a .allNewsCard_content .allNewsCard_time,
.allNewsCard.photo a .allNewsCard_content .allNewsCard_time,
.allNewsCard.video a .allNewsCard_content .allNewsCard_time {
  position: relative;
  text-indent: 25px;
  font-weight: 600;
}

.allNewsCard.hot a .allNewsCard_content .allNewsCard_time::before {
  content: url(../img/cardIcons/hot.svg);
  display: flex;
  height: 18px;
  width: 18px;
  position: absolute;
  left: -25px;
  top: 0;
}

.allNewsCard.photo a .allNewsCard_content .allNewsCard_time::before,
.allNewsCard.video a .allNewsCard_content .allNewsCard_time::before {
  content: url(../img/cardIcons/photo.svg);
  display: flex;
  height: 18px;
  width: 18px;
  position: absolute;
  left: -25px;
  top: 0;
}

.allNewsCard.video a .allNewsCard_content .allNewsCard_time::before {
  content: url(../img/cardIcons/video.svg);
}

.allNewsCard.advertising a .allNewsCard_content .allNewsCard_time::before,
.allNewsCard.audio a .allNewsCard_content .allNewsCard_time::before {
  content: url(../img/cardIcons/adversting.svg);
  display: flex;
  height: 18px;
  width: 18px;
  position: absolute;
  left: -25px;
  top: 0;
}

.allNewsCard.audio a .allNewsCard_content .allNewsCard_time::before {
  content: url(../img/cardIcons/audio.svg);
}

@media screen and (max-width: 599px) {
  .allNewsCard a {
    display: grid;
    grid-template-columns: 126px 1fr;
    gap: 10px;
  }

  .allNewsCard a picture {
    height: 75px;
  }

  .allNewsCard a picture img {
    object-fit: scale-down;
  }

  .allNewsCard a .allNewsCard_content .allNewsCard_title {
    font-size: 17px;
    line-height: 130%;
  }

  .allNewsCard a .allNewsCard_content .allNewsCard_time {
    font-size: 13px;
    margin-bottom: 2px;
  }
}

.biographyCard:nth-child(odd) {
  padding-right: 15px;
  border-right: 1px solid var(--border-color);
}

.biographyCard:nth-child(even) {
  padding-left: 15px;
}

.biographyCard a {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  height: 100%;
}

.biographyCard a picture img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.biographyCard a:hover .biographyCard_content .biographyCard_name {
  color: var(--link-hover);
}

.biographyCard a .biographyCard_content .biographyCard_name {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: var(--black-color);
  margin-bottom: 8px;
}

.biographyCard a .biographyCard_status {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.061px;
  color: var(--white);
  padding: 5px 10px;
  border-radius: 2px;
  background-color: var(--link-color);
  margin-right: 10px;
}

.biographyCard a .biographyCard_info {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.biographyCard a .biographyCard_description,
.biographyCard a .biographyCard_old {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: var(--description-card);
}

.biographyCard a .biographyCard_description {
  font-size: 16px;
  line-height: 140%;
}

@media screen and (max-width: 959px) {
  .biographyCard:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }

  .biographyCard:nth-child(even) {
    padding-left: 0;
  }
}

.category__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.category__list .categoryCard {
  padding-right: 16px;
  padding-left: 16px;
  border-right: 1px solid var(--border-color);
  width: 25%;
}

.category__list .categoryCard:last-child {
  padding-right: 0;
  border-right: 0;
}

.category__list .categoryCard:first-child {
  padding-left: 0;
}

.category__list.three__items .categoryCard {
  width: 33.333333%;
}

.category__list.three__items .categoryCard a picture img {
  height: 240px;
}

@media screen and (max-width: 959px) {
  .category__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    row-gap: 20px;
  }

  .category__list .categoryCard {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    width: 100% !important;
  }

  .category__list .categoryCard:nth-child(odd) a {
    padding-right: 20px;
    border-right: 1px solid var(--border-color);
  }

  .category__list .categoryCard:nth-child(even) a {
    padding-left: 20px;
  }

  .category__list .categoryCard a {
    display: grid;
    grid-template-columns: 124px 1fr;
    gap: 12px;
  }

  .category__list .categoryCard a .categoryCard__title {
    font-size: 16px;
    line-height: 130%;
    font-weight: 600;
  }

  .category__list .categoryCard a picture img {
    display: block;
    width: 124px;
    height: 80px;
    transition: transform 0.3s ease;
  }

  .category__list.three__items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    width: 100%;
    gap: 20px;
  }

  .category__list.three__items .categoryCard {
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: 1px solid var(--border-color);
  }

  .category__list.three__items .categoryCard:nth-child(odd) a {
    padding-right: 0;
    border-right: none;
  }

  .category__list.three__items .categoryCard:nth-child(even) a {
    padding-left: 0;
  }

  .category__list.three__items .categoryCard:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
    border-bottom: none;
    padding-right: 20px;
    border-right: 1px solid var(--border-color);
  }

  .category__list.three__items .categoryCard:first-child a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    border-bottom: 0;
    width: 100%;
    padding-bottom: 0;
  }

  .category__list.three__items
    .categoryCard:first-child
    a
    .categoryCard__title {
    font-size: 19px;
    line-height: 130%;
    font-weight: 600;
  }

  .category__list.three__items .categoryCard:first-child a picture {
    margin-bottom: 0;
  }

  .category__list.three__items .categoryCard:first-child a picture img {
    display: block;
    width: 100%;
    height: 210px;
    transition: transform 0.3s ease;
  }

  .category__list.three__items .categoryCard:last-child {
    border-bottom: none;
  }

  .category__list.three__items .categoryCard:last-child a {
    padding-bottom: 0;
  }

  .category__list.three__items .categoryCard a {
    display: grid;
    grid-template-columns: 124px 1fr;
    gap: 12px;
    border-bottom: 0;
  }

  .category__list.three__items .categoryCard a .categoryCard__title {
    font-size: 16px;
    line-height: 130%;
  }

  .category__list.three__items .categoryCard a picture {
    margin-bottom: 0;
  }

  .category__list.three__items .categoryCard a picture img {
    display: block;
    width: 100%;
    height: 80px;
    transition: transform 0.3s ease;
  }
}

@media screen and (max-width: 700px) {
  .category__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .category__list .categoryCard:nth-child(odd) a {
    padding-right: 0;
    border-right: none;
  }

  .category__list .categoryCard:nth-child(even) a {
    padding-left: 0;
  }

  .category__list.three__items {
    grid-template-columns: 1fr;
  }

  .category__list.three__items .categoryCard a {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .category__list.three__items .categoryCard a picture img {
    display: block;
    width: 100%;
    height: 220px;
    transition: transform 0.3s ease;
  }

  .category__list.three__items .categoryCard a .categoryCard__title {
    font-size: 18px;
    line-height: 130%;
  }

  .category__list.three__items .categoryCard:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .category__list.three__items .categoryCard:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    padding-right: 0;
    border-right: none;
  }

  .category__list.three__items .categoryCard:first-child a picture img {
    height: 240px;
  }

  .category__list.three__items .categoryCard:not(:first-child) {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-color);
  }

  .category__list.three__items .categoryCard:not(:first-child) a {
    display: grid;
    grid-template-columns: 124px 1fr;
    gap: 12px;
  }

  .category__list.three__items
    .categoryCard:not(:first-child)
    a
    .categoryCard__title {
    font-size: 16px;
    line-height: 130%;
  }

  .category__list.three__items .categoryCard:not(:first-child) a picture img {
    display: block;
    width: 124px;
    height: 80px;
    transition: transform 0.3s ease;
  }
}

.catpage__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 50px;
}

.catpage__body h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.169px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--catpage-title);
  margin-bottom: 30px;
  margin-top: 15px;
  color: var(--catpage-title);
}

.catpage__body .catpage__news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 0;
}

.catpage__body .catpage__news .adv-placeholder {
  grid-column-start: 1;
  grid-column-end: 3;
}

.catpage__body
  .catpage__news
  > .catpageCard:not(.catpageMainCard):not(.adv-placeholder) {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.catpage__body .catpage__news > .filtered-card-odd a {
  border: 0;
  padding-left: 25px;
}

.catpage__body .catpage__news > .filtered-card-even a {
  border: 0;
  padding-right: 25px;
  border-right: 1px solid var(--border-color);
}

@media screen and (max-width: 1199px) {
  .catpage__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .catpage__wrapper .catpage__aside {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .catpage__body h1 {
    font-size: 20px;
    letter-spacing: -0.169px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    margin-top: 15px;
  }

  .catpage__body .catpage__news {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .catpage__body .catpage__news .adv-placeholder {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .catpage__body
    .catpage__news
    > .catpageCard:not(.catpageMainCard):not(.adv-placeholder) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
  }

  .catpage__body .catpage__news > .filtered-card-odd a {
    border: 0;
    padding-left: 0;
  }

  .catpage__body .catpage__news > .filtered-card-even a {
    border: 0;
    padding-right: 0;
    border-right: 0;
  }
}

.contacts__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 240px;
}

.contacts__content {
  margin-left: 100px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.contacts__content .contacts__content-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.contacts__content .contacts__content-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contacts__content .contacts__content-blockHalf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.contacts__content .contacts__content-blockHalf .contacts__content-block {
  padding-bottom: 0;
  border-bottom: none;
}

.contacts__content
  .contacts__content-blockHalf
  .contacts__content-block:first-child {
  padding-right: 25px;
  border-right: 1px solid var(--border-color);
}

.contacts__content
  .contacts__content-blockHalf
  .contacts__content-block:last-child {
  padding-left: 25px;
}

.contacts__content .contacts__content-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.094px;
  color: var(--black-color);
}

.contacts__content .contacts__content-desc {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--black-color);
}

.contacts__content .contacts__content-sub {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.066px;
  color: var(--dark-grey);
}

.contacts__content .contacts__content-link {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--link-color);
}

.contacts__content .contacts__content-link:hover {
  text-decoration: underline;
  color: var(--link-hover);
}

@media screen and (max-width: 1190px) {
  .contacts__wrapper {
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .contacts__content {
    margin-left: 0;
  }
}

@media screen and (max-width: 720px) {
  .contacts__content .contacts__content-links,
  .contacts__wrapper {
    grid-template-columns: 1fr;
  }

  .contacts__content
    .contacts__content-blockHalf
    .contacts__content-block:first-child {
    padding-right: 15px;
  }

  .contacts__content
    .contacts__content-blockHalf
    .contacts__content-block:last-child {
    padding-left: 15px;
  }
}

.dossier-search__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
}

.dossier-search__wrapper .birthday__extra {
  margin-bottom: 40px;
}

.dossier-search__wrapper .birthday__extra_theme-today {
  padding-bottom: 40px;
  border-bottom: 2px solid var(--Accent, #54cedd);
}

.dossier-search__wrapper .page__title {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.dossier-search__wrapper .page__title span {
  color: var(--Grey, #6d787a);
  font-size: 14px;
  font-weight: 400;
  line-height: 106.294%;
  height: max-content;
}

.dossier-search__wrapper .page__search {
  margin-bottom: 20px;
}

.birthday__list {
  display: grid;
  row-gap: 15px;
  grid-template-columns: 1fr 1fr;
}

.letter-sort {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.letter-sort a {
  color: var(--Black, #121212);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.letter-sort a:hover {
  color: var(--Accent, #54cedd);
}

.BirthdayCard {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  padding-right: 15px;
  border-right: 1px solid var(--border-color);
  position: relative;
}

.BirthdayCard:hover .BirthdayCard_content .BirthdayCard_name {
  color: var(--link-hover);
}

.BirthdayCard::after,
.BirthdayCard::before {
  content: '';
  position: absolute;
  background: #fff;
  z-index: 10;
}

.BirthdayCard::before {
  width: 3px;
  height: 20px;
  bottom: -11px;
  right: 8px;
  transform: rotate(-90deg);
}

.BirthdayCard::after {
  width: 1px;
  height: 15px;
  bottom: 0;
  right: -1px;
}

.BirthdayCard a {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  height: 100%;
}

.BirthdayCard a picture {
  width: 50px;
  height: 50px;
}

.BirthdayCard a picture img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
  object-fit: cover;
}

.BirthdayCard a .BirthdayCard_content {
  display: flex;
  flex-direction: column;
}

.BirthdayCard a .BirthdayCard_content .BirthdayCard_name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: var(--black-color);
  margin-bottom: 8px;
}

.BirthdayCard a .BirthdayCard_content .BirthdayCard_description {
  color: var(--Grey, #6d787a);
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 8px;
}

.BirthdayCard a .BirthdayCard_content .BirthdayCard_old {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--Grey, #6d787a);
}

.BirthdayCard:nth-child(2n) {
  padding: 0 0 0 15px;
  border-right: 0;
}

.BirthdayCard:nth-child(2n)::after,
.BirthdayCard:nth-child(2n)::before {
  content: '';
  display: none;
}

.birthday__watch-link {
  width: max-content;
  display: flex;
  justify-content: left;
  text-align: center;
  margin-top: 15px;
}

.birthday__watch-link span {
  color: #4f4f4f;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: -0.16px;
  display: block;
  margin-left: 10px;
}

.birthday__watch-link:hover span {
  color: #54cedd;
}

.birthday__watch-link:hover svg path {
  stroke: #54cedd;
}

@media screen and (max-width: 1190px) {
  .dossier-search__wrapper {
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .dossier-search__wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .birthday__list,
  .dossier__wrapper {
    grid-template-columns: 1fr;
  }

  .BirthdayCard {
    padding-right: 0;
    border-right: 0;
  }

  .BirthdayCard:nth-child(2n) {
    padding: 0;
  }
}

@media screen and (max-width: 550px) {
  .dossier-search__body .page__title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
  }

  .dossier-search__body .page__search {
    margin-bottom: 25px;
  }

  .dossier-search__wrapper .birthday__extra_theme-today {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .dossier-search__wrapper .birthday__extra {
    margin-bottom: 30px;
  }

  .BirthdayCard a .BirthdayCard_content .birthday__extra-title {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }

  .BirthdayCard a .BirthdayCard_content .BirthdayCard_description {
    font-size: 12px;
  }

  .BirthdayCard:nth-child(2n) {
    padding-bottom: 15px;
  }
}

.dossier__head picture img {
  width: 350px;
  height: 350px;
  border-radius: 0;
  object-fit: cover;
}

.dossier {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 2px solid #54cedd;
  display: block;
}

.dossier__head-info {
  display: grid;
  grid-template-columns: 350px 1fr;
  column-gap: 30px;
  border-radius: 4px;
  border: 1px solid rgba(231, 232, 232, 0.9);
  background: #f8f9fa;
  padding: 30px;
  margin-bottom: 40px;
}

.dossier__head-info .dossier__link-block {
  margin-top: 20px;
}

.dossier__link-block .dossier__link-title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: center;
}

.dossier__link-block .dossier__links {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.dossier__link-block .dossier__links a {
  display: flex;
  align-items: center;
}

.dossier__link-block .dossier__links .dossier__social {
  border-radius: 2px;
  background: rgba(84, 206, 221, 0.1);
  padding: 3px 20px;
  max-width: 58px;
}

.dossier__link-block .dossier__links .dossier__social img,
.dossier__link-block .dossier__links .dossier__social svg {
  width: 19px;
  height: 19px;
}

.dossier__right .dossier__right-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.dossier__right .dossier__mobile-menu {
  display: none;
}

.dossier__right .dossier__birthday {
  background: #54cedd;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 0.0047em;
}

.dossier__right .dossier__right-menu {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-left: auto;
}

.dossier__right .dossier__link-block {
  display: none;
}

.dossier__right .dossier__error-link {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
  color: #000;
}

.dossier__right .dossier__name {
  font-size: 28px;
  font-weight: 500;
  line-height: 39.2px;
  letter-spacing: -0.0047em;
  text-align: left;
  color: #1a1a18;
  margin-bottom: 10px;
}

.dossier__right .dossier__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #93999a;
  margin-bottom: 20px;
}

.dossier__right .dossier-items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.dossier__right .dossier-item {
  display: flex;
  column-gap: 20px;
}

.dossier__right .dossier-item .dossier-item__title {
  max-width: 150px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #767676;
}

.dossier__right .dossier-item .dossier-item__data {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #1a1a18;
}

.dossier__right .dossier-item .dossier-item__data a {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #3280ee;
}

.dossier__right .dossier-item .dossier-item__data a u {
  color: #3280ee !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline !important;
}

.dossier__right .dossier-item .dossier-item__data .dossier-item__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-wrap: auto;
}

.dossier__right .dossier-item .dossier-item__data div {
  display: flex;
  align-items: start;
}

.dossier__right .dossier-item .dossier-item__data div u {
  color: var(--Black, #1a1a18);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.dossier__right .dossier-item .dossier-item__data div span {
  color: #6d787a;
  font-size: 12px;
  margin: 0 0 0 3px;
}

.dossier__right .dossier-item .dossier-item__data div::after {
  content: ',';
  color: #000;
  font-size: 14px;
  margin: 0 5px 0 0;
  display: inline-block;
}

.dossier__right .dossier-item .dossier-item__data div:last-child::after {
  margin: 0;
  content: '';
}

.dossier__wrapper {
  display: grid;
  grid-template-columns: 1fr 490px;
  margin-bottom: 40px;
}

.dossier__wrapper .dossier__content.active {
  display: block !important;
}

.dossier__wrapper .dossier__body {
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #e0e0e0;
}

.dossier__wrapper .dossier-sort {
  display: flex;
  align-items: center;
  justify-content: left;
  column-gap: 26px;
  background-color: #fff;
  position: sticky;
  z-index: 10;
  top: 0;
  padding: 20px 5px;
}

.dossier__wrapper .dossier-sort a {
  white-space: nowrap;
  background-color: #fff;
  color: var(--Black, #1a1a18);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  padding-bottom: 3px;
  border: 0;
  background: 0 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

.dossier__wrapper .dossier-sort .current::after,
.dossier__wrapper .dossier-sort a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: var(--Accent, #54cedd);
}

.dossier__wrapper .dossier-sort a::after {
  width: 0;
  transition: width 0.3s ease;
}

.dossier__wrapper .dossier-sort a:hover {
  color: var(--Accent, #54cedd);
}

.dossier__wrapper .dossier-sort .current {
  color: var(--Accent, #54cedd);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  position: relative;
  padding-bottom: 3px;
}

.dossier__wrapper .dossier-sort .current::after {
  width: 100%;
}

.dossier__wrapper .dossier__content-item {
  scroll-margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 30px;
}

.dossier__wrapper .dossier__content-item:first-child {
  padding-top: 15px;
}

.dossier__wrapper .dossier__content-item .dossier__title {
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}

.dossier__wrapper .dossier__content-item p,
.dossier__wrapper .dossier__content-item ul li,
.dossier__wrapper .dossier__content-item ul p {
  color: var(--Black, #1a1a18);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 15px;
}

.dossier__wrapper .dossier__content-item p:last-child,
.dossier__wrapper .dossier__content-item ul li:last-child,
.dossier__wrapper .dossier__content-item ul p:last-child {
  margin-bottom: 0;
}

.dossier__wrapper .dossier__content-item ul li {
  position: relative;
  padding-left: 16px;
}

.dossier__wrapper .dossier__content-item ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background: #54cedd;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.dossier__wrapper .dossier__aside .dossier__aside-title {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  border-bottom: 1px solid #1a1a18;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.dossier__wrapper .dossier__aside .aside-cards {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 20px;
}

.dossier__wrapper .dossier__aside .aside__more-btn {
  width: 100%;
  border-radius: 4px;
  background: var(--Accent, #54cedd);
  padding: 10.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  color: var(--White, #fff);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  transition: background 0.3s ease;
}

.dossier__wrapper .dossier__aside .aside__more-btn:hover {
  background: var(--Accent, #4d7cfe);
}

.aside-card a {
  display: grid;
  grid-template-columns: 160px 1fr;
  column-gap: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}

.aside-card a:hover .aside-card__title,
.footer__middle-regions li a:hover {
  color: var(--link-hover);
}

.aside-card a .aside-card__date {
  color: var(--Gray-3, #828282);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
}

.aside-card a .aside-card__title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.aside-card a picture {
  width: 100%;
  height: 100px;
  display: inline-flex;
}

.aside-card a picture img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
  object-fit: scale-down;
  transition: transform 0.3s ease;
}

.dossier__img-block {
  padding-top: 30px;
  padding-bottom: 30px;
  scroll-margin-top: 60px;
  border-bottom: 1px solid #f2f2f2;
}

.dossier__img-block .dossier__img-title {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}

.dossier__img-block .dossier__imgs {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  flex-wrap: wrap;
}

.dossier__img-block .dossier__img-container,
.dossier__img-block .dossier__img-container img {
  width: 200px;
}

.pdf-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.pdf-loader .loader {
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-top: 5px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.hidden {
  display: none;
}

@media (max-width: 768px) {
  .pdf-loader .loader {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .dossier__wrapper {
    display: block;
  }

  .dossier__wrapper .dossier__body {
    display: block;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}

@media screen and (max-width: 959px) {
  .dossier__wrapper {
    display: block;
  }

  .dossier__wrapper .dossier__content-item {
    scroll-margin-top: 85px;
  }

  .dossier__wrapper .dossier__content-item:first-child {
    scroll-margin-top: 160px;
  }

  .dossier__wrapper .dossier-sort {
    overflow-x: auto;
    top: 0;
    transition: top 0.5s;
  }

  .dossier__wrapper .dossier-sort a {
    white-space: nowrap;
  }

  .dossier__img-block .dossier__imgs::-webkit-scrollbar,
  .dossier__wrapper .dossier-sort::-webkit-scrollbar {
    display: none;
  }

  .dossier__head-info {
    display: block;
    padding: 24px 16px;
    margin-top: 200px;
  }

  .dossier__head-info .dossier__link-block {
    display: none;
  }

  .dossier__left {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }

  .dossier__left img {
    margin-top: -190px;
  }

  .dossier__right {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .dossier__right .dossier__link-block {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
  }

  .dossier__right .dossier__mobile-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }

  .dossier__right .dossier__name {
    text-align: center;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 8px;
  }

  .dossier__right .dossier__description {
    font-size: 14px;
    text-align: center;
    max-width: 326px;
    line-height: 140%;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #f2f2f2;
  }

  .dossier__right .dossier__right-wrapper {
    display: none;
  }

  .dossier__right .dossier-items {
    row-gap: 13px;
    padding-bottom: 20px;
    max-width: 326px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
  }

  .dossier__right .dossier-item {
    align-items: start;
    column-gap: 12px;
  }

  .dossier__right .dossier-item .dossier-item__title {
    margin-top: 2px;
    max-width: 90px;
    min-width: 90px;
    width: 100%;
    display: flex;
  }

  .dossier__right .dossier-item .dossier-item__data {
    flex-wrap: wrap;
    white-space: nowrap;
  }

  .dossier__right .dossier-item .dossier-item__data .dossier-item__note,
  .dossier__right .dossier-item .dossier-item__data .dossier-item__text {
    column-gap: 5px;
  }

  .dossier__right .dossier-item .dossier-item__data .dossier-item__text u {
    margin-left: 0 !important;
  }

  .dossier__right .dossier-item .dossier-item__data .dossier-item__text span {
    margin: 0;
  }

  .dossier__right .dossier-item .dossier-item__data div::after {
    content: ',';
    color: #000;
    font-size: 14px;
    margin: 0 5px 0 -4px;
    display: inline-block;
  }

  .dossier__right .dossier-item .dossier-item__data div {
    font-weight: 400;
    line-height: 120%;
  }

  .dossier__right .dossier-item .dossier-item__data div::before {
    margin: 1.5px 5px 0;
  }

  .dossier__right .dossier__right-menu {
    display: none;
  }

  .dossier__right .dossier__birthday {
    text-align: center;
  }

  .dossier__img-block {
    padding-bottom: 22px;
    margin-bottom: 40px;
    display: block;
    width: 100%;
    position: relative;
    scroll-margin-top: 75px;
  }

  .dossier__img-block .dossier__imgs {
    white-space: nowrap;
    display: flex;
    width: 100%;
    overflow: auto;
    flex-wrap: nowrap;
  }

  .dossier__img-block .dossier__imgs .dossier__img-container {
    width: 200px;
    height: 126px;
  }

  .dossier__img-block .dossier__imgs .dossier__img-container img {
    width: 200px;
    height: 126px;
    max-width: none;
  }

  .dossier__wrapper .dossier__aside .dossier__aside-title {
    margin-bottom: 20px;
  }

  .aside-cards {
    row-gap: 15px;
  }

  .aside-card a {
    grid-template-columns: 120px 1fr;
    column-gap: 12px;
  }

  .aside-card a picture {
    width: 100%;
    height: 70px;
  }

  .aside-card a .aside-card__date {
    margin-bottom: 2px;
  }

  .aside-card a .aside-card__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .dossier__wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 550px) {
  .dossier__head-info {
    margin-top: 125px;
  }

  .dossier__left {
    margin-bottom: 10px;
  }

  .dossier__head picture img {
    width: 208px;
    height: 208px;
    margin-top: -130px;
  }

  .dossier__wrapper .dossier__content-item {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .dossier__wrapper .dossier__content-item:first-child {
    padding-top: 10px;
  }

  .dossier__wrapper .dossier__content-item .dossier__title {
    font-size: 18px;
  }
}

.footer {
  background-color: var(--footer-bg);
  z-index: 12;
}

.footer__top {
  padding: 50px 0 40px;
}

.footer__bottom,
.footer__middle,
.footer__top {
  border-bottom: 1px solid var(--footer-border);
}

.footer__bottom {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr 300px;
  row-gap: 25px;
}

.footer__middle {
  padding: 40px 0;
}

.footer__middle-regions {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  row-gap: 20px;
}

.copyright p,
.footer__middle-regions li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--footer-text);
}

.copyright {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 25px 0 40px;
}

.copyright p {
  color: var(--white);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.footer__nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
}

.footer__bottom-addit li a,
.footer__nav .footer__nav-item .footer__nav-link {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: var(--footer-text);
}

.footer__bottom-addit li a:hover,
.footer__bottom-extraNav li a:hover,
.footer__bottom-languages li a:hover,
.footer__nav .footer__nav-item .footer__nav-link:hover,
.header__wrapper-logo a:hover span {
  color: var(--link-hover);
}

.footer__bottom-addit {
  grid-column-start: 1;
  grid-column-end: 3;
}

.footer__bottom-addit li {
  margin-right: 28px;
}

.footer__bottom-addit li a {
  font-weight: 500;
  white-space: nowrap;
}

.footer__bottom-addit,
.footer__bottom-extraNav {
  display: flex;
  align-items: center;
}

.footer__bottom-extraNav li {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid var(--footer-text);
}

.footer__bottom-extraNav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer__bottom-extraNav li a {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: var(--footer-text);
  white-space: nowrap;
}

.footer__bottom-languages {
  display: flex;
  align-items: center;
  justify-content: right;
}

.footer__bottom-languages li {
  margin-right: 18px;
}

.footer__bottom-languages li:last-child,
.footer__bottom-social a:last-child,
.header__nav li:last-child {
  margin-right: 0;
}

.footer__bottom-languages li a {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: var(--footer-gray);
}

.footer__bottom-languages li .active {
  color: var(--footer-text);
}

.footer__bottom-social {
  display: flex;
  align-items: center;
  grid-column-start: 1;
  grid-column-end: 3;
}

.footer__bottom-social a {
  margin-right: 30px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .footer__top {
    padding: 40px 0 30px;
  }

  .footer__bottom {
    padding: 30px 0;
    border-bottom: 1px solid var(--footer-border);
  }

  .footer__nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer__middle-regions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .footer__bottom-addit {
    text-align: left;
    justify-content: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer__bottom-addit li {
    margin-right: 0;
  }
}

@media screen and (max-width: 959px) {
  .footer__bottom {
    padding: 30px 0;
    border-bottom: 1px solid var(--footer-border);
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .footer__bottom-social {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-start: 1;
    grid-column-end: 2;
    order: 2;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .footer__bottom-extraNav {
    order: 2;
    justify-content: center;
    overflow: auto;
    width: 100%;
  }

  .footer__bottom-extraNav::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    display: none;
  }

  .footer__bottom-languages {
    order: 3;
    justify-content: center;
  }

  .footer__bottom-addit {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

@media screen and (max-width: 767px) {
  .footer__bottom-extraNav {
    justify-content: left;
  }

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

  .footer__bottom-addit {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.header {
  background: var(--header-bg);
  position: relative;
}

.search_block {
  display: flex;
  align-items: center;
  transition: top 0.3s ease-out;
  position: absolute;
  top: -160px;
  z-index: 20;
  width: 1180px;
  padding: 12px 0;
  background: #fff;
}

.search_block form {
  display: flex;
  position: relative;
  margin: 0 auto;
}

.search_block form .text_btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 50px;
  background: var(--link-color);
  color: #fff;
}

.search_block form .icon_btn {
  height: 18px;
  width: 18px;
  top: 9px;
  left: 16px;
  position: absolute;
}

.search_block form input {
  border: 1px solid var(--border-color);
  padding: 8px 0 8px 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  border-right: none;
  width: 400px;
}

.search_block .search_close {
  cursor: pointer;
  height: 24px;
}

.search_block #___gcse_0 {
  margin: 0 auto;
  width: 400px;
}

.drop__block .drop__menu li,
.search_block #___gcse_0 .gsc-control-cse {
  padding: 0;
}

.search_block table.gsc-search-box td.gsc-input {
  padding-right: 0;
}

.search_block .gsc-search-button-v2 {
  padding: 7.5px 27px;
}

.search_block .gsc-search-button {
  margin-left: 0;
}

.header__wrapper {
  display: flex;
  flex-direction: column;
}

.header__wrapper-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px solid var(--border-color);
}

.header__wrapper-logo {
  display: flex;
  z-index: 22;
}

.header__wrapper-logo a,
.header__wrapper-navSearch,
.header_language {
  display: flex;
  align-items: center;
}

.header__wrapper-logo span {
  display: block;
  margin-left: 17px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  color: #313131;
  max-width: 150px;
}

.header_language {
  margin-left: 30px;
  margin-right: 10px;
  position: relative;
}

.header_language .header_language-btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: var(--accent);
  text-transform: uppercase;
  padding: 8px 12px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.header_language .header_language-list {
  display: flex;
  align-items: center;
  background: var(--white);
  position: absolute;
  right: calc(100vw + 380px);
  top: -17px;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-out, max-height 0.3s ease-out,
    opacity 0.3s ease-out;
  z-index: -1;
  padding: 22px 0;
}

.header_language .header_language-list li a {
  padding: 0 16px;
  margin: 16px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: var(--black-color);
  border-right: 1px solid var(--border-color);
  white-space: nowrap;
}

.header_language .header_language-list li a:hover {
  color: var(--accent);
}

.header_language .header_language-list li a.active {
  font-weight: 700;
  color: var(--accent);
}

.header_language-btn:hover + .header_language-list,
.header_language-list:hover {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
  overflow: visible;
  right: 0;
}

.drop__block .drop__menu li a,
.header__nav {
  display: flex;
  align-items: center;
}

.header__nav li {
  padding: 0 20px;
  position: relative;
}

.header__nav li .header__nav-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.07px;
  color: var(--header-link);
  height: 60px;
}

.header__nav .drop__btn:hover .header__nav-item,
.header__nav li .header__nav-item:hover {
  color: var(--link-color);
  border-bottom: 2px solid var(--link-color);
}

.header__nav .drop__btn:hover .header__nav-item .drop__icon,
.header__nav li .header__nav-item:hover .drop__icon {
  transform: rotate(180deg);
}

.drop__block .drop__menu li a:hover svg path,
.header__nav .drop__btn:hover .header__nav-item .drop__icon path,
.header__nav li .header__nav-item:hover .drop__icon path {
  fill: var(--link-color);
}

.header__nav li .header__nav-item .drop__icon {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  transition: all 0.5s ease;
}

.header__nav .drop__btn .header__nav-item {
  pointer-events: none;
}

.header__nav .drop__btn:hover .drop__block {
  display: block;
  opacity: 1;
}

.drop__block {
  position: absolute;
  top: 58px;
  left: 0;
  background: var(--white);
  z-index: 12;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 240px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.drop__block .drop__menu {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.drop__block .drop__menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: var(--text-color);
  padding-bottom: 5px;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
}

.drop__block .drop__menu li a:hover {
  color: var(--link-color);
  border-bottom: 1px solid var(--link-color);
}

.header__searchBtn {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.header__lang {
  display: flex;
  align-items: center;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid var(--border-color);
}

.header__lang li {
  margin-right: 16px;
}

.header__lang li:last-child,
.header__tags .header__tags-list li:last-child {
  margin-right: 0;
}

.header__lang li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: var(--text-color);
  text-transform: uppercase;
}

.header__lang li a:hover,
.tote__block .tote__wrapper .tote__list .tote__item:hover span {
  color: var(--link-color);
}

.header__lang li a.active {
  font-weight: 700;
  color: var(--accent);
}

.header__wrapper-bottom {
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
}

.header__extra,
.header__tags,
.header__tags .header__tags-list,
.header__wrapper-bottom {
  display: flex;
  align-items: center;
}

.header__extra .header__extra-dossier a span,
.header__tags .header__tags-list li a,
.header__tags span {
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.061px;
}

.header__tags span {
  font-style: normal;
  margin-right: 11px;
  color: var(--header-tags-title);
}

.header__tags .header__tags-list li {
  margin-right: 22px;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
}

.header__tags .header__tags-list li a {
  font-weight: 600;
  color: var(--text-color);
  white-space: nowrap;
}

.header__tags .header__tags-list li a:hover {
  color: var(--link-hover);
  border-bottom: 1px solid var(--link-hover);
}

.header__extra a {
  display: block;
}

.header__extra a:hover,
.main__news-container
  .main__news-left
  .main__news-left--bottom
  .main__news-left--list
  .main__news-left--item:hover {
  color: var(--link-hover);
}

.header__extra .header__extra-icon {
  height: 24px;
  display: block;
}

.header__extra .header__extra-item {
  color: var(--header-extra-text);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.061px;
  text-transform: uppercase;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid var(--border-color);
}

.header__extra .header__extra-dossier {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid var(--border-color);
}

.header__extra .header__extra-dossier a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  border-radius: 4px;
  background: #f8f8f8;
  transition: 0.3s ease;
}

.header__extra .header__extra-dossier a:hover {
  opacity: 0.8;
}

.header__extra .header__extra-dossier a span {
  color: var(--link-color);
}

.headerMob__wrapper {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header__wrapper,
  .search_block {
    display: none;
  }

  .headerMob__wrapper {
    display: flex;
    flex-direction: column;
  }

  .headerMob__wrapper .headerMob__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01), 0 1px 1px 0 rgba(0, 0, 0, 0.01),
      0 2px 2px 0 rgba(0, 0, 0, 0.01), 0 5px 3px 0 rgba(0, 0, 0, 0.01),
      0 9px 4px 0 transparent, 0 15px 4px 0 transparent;
    height: 60px;
    padding: 5px 15px;
  }

  .headerMob__wrapper .headerMob__top .headerMob__logo {
    display: flex;
  }

  .headerMob__wrapper .headerMob__top .headerMob__logo a {
    display: flex;
    align-items: center;
  }

  .headerMob__wrapper .headerMob__top .headerMob__logo a svg {
    height: 50px;
    width: 50px;
  }

  .headerMob__wrapper .headerMob__top .headerMob__logo span {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: var(--black-color);
    max-width: 150px;
    display: block;
    margin-left: 10px;
  }

  .headerMob__wrapper .headerMob__top .headerMob__menu {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }

  .headerMob__wrapper .headerMob__top .headerMob__menu .menu-btn {
    height: 24px;
    width: 24px;
    display: block;
    cursor: pointer;
  }

  .headerMob__wrapper .headerMob__top .headerMob__menu .menu-close {
    height: 24px;
    width: 24px;
    display: none;
  }

  .headerMob__wrapper .headerMob__top .headerMob__search {
    display: flex;
    align-items: center;
    height: 24px;
    width: 24px;
  }

  .headerMob__wrapper .headerMob__top .headerMob__top-right {
    display: flex;
    align-items: center;
  }

  .headerMob__wrapper .headerMob__bottom {
    padding: 20px 15px 10px;
    width: 100%;
    overflow: hidden;
  }

  .headerMob__wrapper .headerMob__bottom .headerMob__tags {
    display: flex;
    align-items: center;
    overflow: auto;
  }

  .headerMob__wrapper .headerMob__bottom .headerMob__tags::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    display: none;
  }

  .headerMob__wrapper .headerMob__bottom .headerMob__tags li {
    margin-right: 20px;
  }

  .headerMob__wrapper .headerMob__bottom .headerMob__tags li:last-child {
    margin-right: 0;
  }

  .headerMob__wrapper .headerMob__bottom .headerMob__tags li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.061px;
    color: var(--text-color);
    white-space: nowrap;
  }

  .headerMob__wrapper .headerMob__bottom .headerMob__tags li a.active {
    font-weight: 700;
    color: #6d787a;
  }
}

@media screen and (max-width: 599px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
    transition: top 0.5s;
  }
}

.main__news-container {
  display: grid;
  grid-template-columns: 520px 1fr;
  border-bottom: 1px solid var(--border-color);
}

.main__news-container .main__news-left {
  padding-right: 13px;
  border-right: 1px solid var(--border-color);
}

.main__news-container .main__news-left .main__news-left--top {
  margin-bottom: 17px;
}

.main__news-container
  .main__news-left
  .main__news-left--bottom
  .main__news-left--title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.main__news-container
  .main__news-left
  .main__news-left--bottom
  .main__news-left--title
  span {
  font-size: 11px;
  font-weight: 500;
  color: var(--gray-color);
  letter-spacing: -0.16px;
  display: block;
  margin-right: 16px;
}

.main__news-container
  .main__news-left
  .main__news-left--bottom
  .main__news-left--title
  .line {
  width: 100%;
  height: 1px;
  background-color: var(--gray-color);
}

.main__news-container
  .main__news-left
  .main__news-left--bottom
  .main__news-left--list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-bottom: 25px;
}

.main__news-container
  .main__news-left
  .main__news-left--bottom
  .main__news-left--list
  .main__news-left--item {
  padding-left: 30px;
  display: flex;
  color: var(--black-color);
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.16px;
}

.main__news-container
  .main__news-left
  .main__news-left--bottom
  .main__news-left--list
  .main__news-left--item:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--link-color);
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
}

.main__news-container
  .main__news-left
  .main__news-left--bottom
  .main__news-left--list
  .main__news-left--item:hover:before {
  background: var(--link-hover);
}

.live__wrapper .live__head .live__head-right picture,
.main__news-container
  .main__news-left.live
  .main__news-left--top
  .mainbigCard
  picture {
  position: relative;
  z-index: 1;
}

.main__news-container
  .main__news-left.live
  .main__news-left--top
  .mainbigCard
  picture::before {
  content: 'Online ●';
  background: #fff;
  color: #ae2424;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  position: absolute;
  padding: 6px;
  border-radius: 2px;
  top: 8px;
  left: 8px;
  z-index: 10;
}

.main__news-container .main__news-left.live .main__news-left--bottom .liveLink,
.main__news-container
  .main__news-left.live
  .main__news-left--bottom
  .main__news-left--title {
  display: none;
}

.main__news-container
  .main__news-left.live
  .main__news-left--bottom
  .main__news-left--list {
  border-left: 1px solid var(--border-color);
  margin-left: 4px;
}

.main__news-container
  .main__news-left.live
  .main__news-left--bottom
  .main__news-left--list
  .main__news-left--item {
  padding-left: 18px;
  display: flex;
}

.live__wrapper
  .live__head
  .live__head-left
  .live__head-list
  .live__head-item
  span,
.main__news-container
  .main__news-left.live
  .main__news-left--bottom
  .main__news-left--list
  .main__news-left--item
  span {
  color: #828282;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.16px;
  display: block;
  margin-right: 12px;
}

.main__news-container
  .main__news-left.live
  .main__news-left--bottom
  .main__news-left--list
  .main__news-left--item:before {
  width: 8px;
  height: 8px;
  background: var(--accent);
  left: -4px;
  top: 4px;
}

.main__news-container .main__news-right {
  display: grid;
  grid-template-columns: 1fr;
}

.main__news-container .main__news-right .main__news-right--item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 14px;
  border-bottom: 1px solid var(--border-color);
}

.main__news-container .main__news-right .main__news-right--item .mainCard {
  padding-top: 18px;
}

.main__news-container
  .main__news-right
  .main__news-right--item
  .mainCard
  .mainCard_content {
  margin-bottom: 20px;
}

.main__news-container
  .main__news-right
  .main__news-right--item
  .mainCard:first-child {
  padding-right: 14px;
  border-right: 1px solid var(--border-color);
}

.main__news-container
  .main__news-right
  .main__news-right--item
  .mainCard:last-child {
  padding-left: 14px;
}

.main__news-container
  .main__news-right
  .main__news-right--item:first-child
  .mainCard {
  padding-top: 0;
}

.main__news-container .main__news-right .main__news-right--item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 1199px) {
  .main__news-container {
    grid-template-columns: 460px 1fr;
  }
}

@media screen and (max-width: 959px) {
  .main__news-container {
    grid-template-columns: 1fr;
    border-bottom: none;
  }

  .main__news-container .main__news-left {
    padding-right: 0;
    border-right: none;
    display: grid;
    grid-template-columns: 470px 1fr;
    gap: 20px;
  }

  .main__news-container
    .main__news-left
    .main__news-left--bottom
    .main__news-left--title {
    margin-bottom: 15px;
  }

  .main__news-container
    .main__news-left
    .main__news-left--bottom
    .main__news-left--list {
    gap: 15px;
    margin-bottom: 0;
  }

  .main__news-container
    .main__news-left
    .main__news-left--bottom
    .main__news-left--list
    .main__news-left--item {
    padding-left: 16px;
    font-size: 15px;
  }

  .main__news-container .main__news-right {
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
  }

  .main__news-container .main__news-right .main__news-right--item {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .main__news-container .main__news-left {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 25px;
  }

  .main__news-container .main__news-left .main__news-left--top {
    margin-bottom: 0;
  }

  .main__news-container
    .main__news-left
    .main__news-left--bottom
    .main__news-left--title {
    margin-bottom: 20px;
  }

  .main__news-container
    .main__news-left
    .main__news-left--bottom
    .main__news-left--title
    span {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-color);
    letter-spacing: -0.16px;
    display: block;
  }

  .main__news-container
    .main__news-left.live
    .main__news-left--bottom
    .liveLink {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 0 20px;
    margin-top: 10px;
    border-bottom: 1px dashed var(--border-color);
    margin-bottom: 16px;
  }

  .main__news-container
    .main__news-left.live
    .main__news-left--bottom
    .main__news-left--list {
    border-bottom: none;
    margin-bottom: none;
    padding-bottom: 0;
  }

  .main__news-container
    .main__news-left.live
    .main__news-left--bottom
    .main__news-left--list
    .main__news-left--item {
    padding-left: 18px;
    display: flex;
  }

  .main__news-container
    .main__news-left.live
    .main__news-left--bottom
    .main__news-left--list
    .main__news-left--item
    span {
    color: var(--border-color);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.16px;
    display: block;
    margin-right: 12px;
  }

  .main__news-container
    .main__news-left.live
    .main__news-left--bottom
    .main__news-left--list
    .main__news-left--item:before {
    width: 8px;
    height: 8px;
    background: var(--accent);
    left: -4px;
    top: 4px;
  }
}

@media screen and (max-width: 600px) {
  .main__news-container .main__news-right .main__news-right--item {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 0;
    border-bottom: none;
    gap: 18px;
    margin-bottom: 18px;
  }

  .main__news-container .main__news-right .main__news-right--item:last-child {
    margin-bottom: 0;
  }

  .main__news-container
    .main__news-right
    .main__news-right--item:last-child
    .mainCard:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .main__news-container .main__news-right .main__news-right--item .mainCard {
    padding-top: 0;
  }

  .main__news-container
    .main__news-right
    .main__news-right--item
    .mainCard
    .mainCard_content {
    margin-bottom: 0;
  }

  .main__news-container
    .main__news-right
    .main__news-right--item
    .mainCard:first-child {
    padding-right: 0;
    border-right: 0;
  }

  .main__news-container
    .main__news-right
    .main__news-right--item
    .mainCard:last-child {
    padding-left: 0;
  }
}

.latestPopular__container {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}

.latestPopular__container .showMore {
  margin-top: 30px;
}

.last__news {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  border-right: 1px solid var(--border-color);
}

.last__news .last__news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.last__news .last__news-list::-webkit-scrollbar {
  width: 4px;
}

.last__news .last__news-list::-webkit-scrollbar-track {
  background: #fff;
}

.last__news .last__news-list::-webkit-scrollbar-thumb {
  background-color: #e8e8e8;
  width: 4px;
  border-radius: 6px;
}

.latestPopular__list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.opinion__block .splide__arrow--prev {
  left: 0;
}

.opinion__block .splide__arrow--next {
  right: 0;
}

.opinion__news,
.sliderBirthday__news {
  margin-bottom: 50px;
}

.sliderBirthday_wrap {
  position: relative;
  display: block;
}

.sliderBirthday_arr .arr {
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border-color);
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  z-index: 10;
  display: none;
  width: 32px;
  height: 32px;
}

.sliderBirthday_arr .arr svg {
  width: 16px;
  height: 16px;
}

.sliderBirthday_arr .arr.active {
  display: block;
}

.sliderBirthday_arr .prev {
  left: 0;
}

.sliderBirthday_arr .prev svg {
  transform: rotate(180deg);
}

.sliderBirthday_arr .next {
  right: 0;
}

.popular__news {
  margin-bottom: 30px;
  margin-top: 25px;
}

.popular__news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 15px;
}

.catPopular__news {
  margin-bottom: 25px;
}

.catPopular__news .catPopular__news-list,
.popularHalf__news {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.catPopular__news .catPopular__news-list .catPopularCard:first-child {
  padding-right: 14px;
  border-right: 1px solid var(--border-color);
}

.catPopular__news .catPopular__news-list .catPopularCard:last-child {
  padding-left: 14px;
}

.popularHalf__news .popularHalf__row:first-child {
  padding-right: 20px;
  border-right: 1px solid var(--border-color);
}

.popularHalf__news .popularHalf__row:last-child {
  padding-left: 20px;
}

.tote__block {
  display: grid;
  grid-template-columns: 1fr 195px;
  gap: 20px;
  margin-top: 40px;
}

.tote__block .tote__banners {
  display: flex;
  flex-direction: column;
  margin-top: 62px;
}

.tote__block .tote__banners .tote__banner {
  display: flex;
  margin-bottom: 20px;
  width: 195px;
  height: 76px;
}

.tote__block .tote__banners .tote__banner img {
  display: block;
  width: 100%;
  height: 100%;
}

.live__wrapper .live__list .live__list-item .item__content p:last-child,
.map__list .map__block ul li:last-child,
.tote__block .tote__banners .tote__banner:last-child {
  margin-bottom: 0;
}

.tote__block .tote__wrapper .tote__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 25px;
}

.tote__block .tote__wrapper .tote__list .tote__item {
  display: flex;
  align-items: center;
}

.tote__block .tote__wrapper .tote__list .tote__item span {
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-left: 8px;
  transition: 0.3s ease-in-out;
}

.tote__block .tote__wrapper .tote__list .tote__item svg {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1199px) {
  .latestPopular__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .last__news {
    padding-right: 0;
    padding-bottom: 0;
    border-right: none;
    border-bottom: none;
  }

  .last__news .last__news-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 0;
    max-height: 100%;
    padding-right: 0;
  }

  .sliderBirthday_arr {
    display: none;
  }

  .tote__block {
    display: grid;
    grid-template-columns: 1fr 410px;
    gap: 20px;
    margin-top: 40px;
  }

  .tote__block .tote__banners {
    display: flex;
    flex-direction: row;
    margin-top: 62px;
  }

  .tote__block .tote__banners .tote__banner {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .tote__block .tote__banners .tote__banner:last-child {
    margin-right: 0;
  }

  .tote__block .tote__wrapper .tote__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 959px) {
  .tote__block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tote__block .tote__banners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 0;
  }

  .tote__block .tote__banners .tote__banner {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .tote__block .tote__banners .tote__banner:last-child {
    margin-right: 0;
  }

  .tote__block .tote__wrapper .tote__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .latestPopular__container {
    padding-bottom: 0;
    border-bottom: none;
  }

  .popular__news {
    margin-bottom: 30px;
  }

  .last__news .last__news-list {
    grid-template-columns: 1fr;
  }

  .opinion__news,
  .sliderBirthday__news {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .opinion__news .splide__pagination,
  .sliderBirthday__news .splide__pagination {
    bottom: -1.5em;
  }

  .popular__news-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .catPopular__news {
    margin-bottom: 30px;
  }

  .catPopular__news .catPopular__news-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .catPopular__news .catPopular__news-list .catPopularCard:first-child {
    padding-right: 0;
    border-right: none;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border-color);
  }

  .catPopular__news
    .catPopular__news-list
    .catPopularCard:first-child
    a
    picture
    img {
    display: block;
    height: 200px;
  }

  .catPopular__news
    .catPopular__news-list
    .catPopularCard:first-child
    a
    .catPopularCard__title {
    font-size: 18px;
    line-height: 130%;
  }

  .catPopular__news .catPopular__news-list .catPopularCard:last-child {
    padding-left: 0;
  }

  .catPopular__news .catPopular__news-list .catPopularCard:last-child a {
    display: grid;
    grid-template-columns: 124px 1fr;
    gap: 12px;
  }

  .catPopular__news
    .catPopular__news-list
    .catPopularCard:last-child
    a
    picture {
    margin-bottom: 0;
  }

  .catPopular__news
    .catPopular__news-list
    .catPopularCard:last-child
    a
    picture
    img {
    display: block;
    width: 124px;
    height: 80px;
  }

  .catPopular__news
    .catPopular__news-list
    .catPopularCard:last-child
    a
    .catPopularCard__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.16px;
  }

  .sliderPopular__news {
    padding-bottom: 40px;
  }

  .popularHalf__news {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .popularHalf__news .popularHalf__row:first-child {
    padding-right: 0;
    border-right: none;
  }

  .popularHalf__news .popularHalf__row:last-child {
    padding-left: 0;
  }

  .tote__block .tote__banners {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 0;
  }

  .tote__block .tote__banners .tote__banner {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .tote__block .tote__banners .tote__banner:last-child {
    margin-right: 0;
  }

  .tote__block .tote__wrapper .tote__list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.live__wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.live__wrapper .live__head {
  padding: 30px 30px 40px 60px;
  border-radius: 4px;
  background: rgba(23, 69, 176, 0.03);
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 90px;
  margin-bottom: 60px;
}

.live__wrapper .live__head .live__head-left h1 {
  color: #151515;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.16px;
  margin-bottom: 36px;
}

.live__wrapper .live__head .live__head-left .live__head-list {
  border-left: 1px solid var(--border-color);
  margin-left: 4px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.live__wrapper .live__head .live__head-left .live__head-list .live__head-item {
  padding-left: 18px;
  display: flex;
  color: var(--black-color);
  position: relative;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.16px;
}

.live__wrapper
  .live__head
  .live__head-left
  .live__head-list
  .live__head-item:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--accent);
  left: -4px;
  top: 4px;
  border-radius: 50%;
  content: '';
}

.live__wrapper
  .live__head
  .live__head-left
  .live__head-list
  .live__head-item:hover,
.map__list .map__block ul a:hover {
  color: var(--link-hover);
}

.live__wrapper
  .live__head
  .live__head-left
  .live__head-list
  .live__head-item:hover:before {
  background: var(--link-hover);
}

.live__wrapper .live__head .live__head-left .live__head-watch {
  display: flex;
  justify-content: center;
  text-align: center;
}

.live__wrapper .live__head .live__head-left .live__head-watch span {
  color: #4f4f4f;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: -0.16px;
  display: block;
  margin-left: 10px;
}

.live__wrapper .live__head .live__head-right picture img {
  width: 100%;
  max-width: 100%;
  height: 260px;
}

.live__wrapper .live__head .live__head-right picture::before {
  content: 'Online ●';
  background: #fff;
  color: #ae2424;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  position: absolute;
  padding: 6px;
  border-radius: 2px;
  top: 12px;
  left: 12px;
  z-index: 10;
}

.live__wrapper .live__list {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.live__wrapper .live__list .live__list-item {
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(64, 64, 64, 0.08);
  position: relative;
}

.live__wrapper .live__list .live__list-item .item__time {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: -0.16px;
  position: absolute;
  top: -30px;
  left: 60px;
}

.live__wrapper .live__list .live__list-item .item__date {
  color: #141414;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: -0.16px;
  position: absolute;
  top: -30px;
  right: 0;
}

.live__wrapper .live__list .live__list-item .item__content {
  padding-bottom: 20px;
}

.live__wrapper .live__list .live__list-item .item__content h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.103px;
  margin-bottom: 20px;
}

.live__wrapper .live__list .live__list-item .item__content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 20px;
}

.live__wrapper .live__list .live__list-item .item__share {
  height: 24px;
  width: 24px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

.live__wrapper .live__list .live__list-item:first-child::after {
  width: 30px;
  top: -15px;
  left: 30px;
}

.live__wrapper .live__list .live__list-item::after {
  width: 90px;
  height: 1px;
  background: #e9e9e9;
  content: '';
  position: absolute;
  top: -45px;
  left: 0;
  transform: rotate(90deg);
  z-index: 1;
}

.live__wrapper .live__list .live__list-item::before {
  width: 12px;
  height: 12px;
  background: var(--accent);
  content: '';
  position: absolute;
  top: -30px;
  left: 39px;
  border-radius: 50%;
  z-index: 10;
}

@media screen and (max-width: 959px) {
  .live__wrapper .live__head {
    padding: 12px 0 20px;
    border-radius: 4px;
    background: rgba(23, 69, 176, 0.03);
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 -15px 60px;
  }

  .live__wrapper .live__head .live__head-left {
    order: 2;
    margin: 0 15px;
  }

  .live__wrapper .live__head .live__head-right {
    order: 1;
    margin: 0 15px;
  }

  .live__wrapper .live__head .live__head-right picture {
    position: relative;
    z-index: 1;
  }

  .live__wrapper .live__head .live__head-right picture img {
    width: 100%;
    max-width: 100%;
    height: 190px;
    object-fit: cover;
  }

  .live__wrapper .live__list {
    gap: 70px;
  }

  .live__wrapper .live__list .live__list-item {
    padding: 24px 18px;
    border-radius: 4px;
    position: relative;
  }

  .live__wrapper .live__list .live__list-item .item__time {
    top: -30px;
    left: 35px;
  }

  .live__wrapper .live__list .live__list-item .item__date {
    top: -30px;
    right: 0;
  }

  .live__wrapper .live__list .live__list-item .item__content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .live__wrapper .live__list .live__list-item .item__content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 20px;
  }

  .live__wrapper .live__list .live__list-item .item__content p:last-child {
    margin-bottom: 0;
  }

  .live__wrapper .live__list .live__list-item:first-child::after {
    left: 0;
  }

  .live__wrapper .live__list .live__list-item::after {
    width: 70px;
    height: 1px;
    background: #e9e9e9;
    content: '';
    position: absolute;
    top: -35px;
    left: -20px;
    transform: rotate(90deg);
    z-index: 1;
  }

  .live__wrapper .live__list .live__list-item::before {
    width: 12px;
    height: 12px;
    background: var(--accent);
    content: '';
    position: absolute;
    top: -30px;
    left: 10px;
    border-radius: 50%;
    z-index: 10;
  }
}

.logo {
  font-size: 32px;
}

.map__list,
.map__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
}

.map__list {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.map__list .map__block .map__block-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: var(--black-color);
  margin-bottom: 30px;
}

.map__list .map__block ul a {
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: var(--link-color);
  display: block;
}

.map__list .map__block ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 16px;
}

.map__list .map__block ul li ul li::before,
.map__list .map__block ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--highlighted-bg);
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}

.map__list .map__block ul li ul li {
  margin-bottom: 10px;
}

.map__list .map__block ul li ul li a {
  font-size: 16px;
}

.map__list .map__block ul li ul li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

@media screen and (max-width: 959px) {
  .map__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 599px) {
  .map__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.headerMenu {
  width: 100%;
  display: none;
  top: 65px;
  height: calc(100vh - 65px);
  overflow-y: auto;
  margin: 0;
  scroll-margin-top: 65px;
  position: fixed;
  background-color: var(--header-bg);
  z-index: 1000;
}

.headerMenu .container {
  height: 100%;
}

.headerMenu__block {
  padding-top: 30px;
}

.headerMenu__lang {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  list-style: none;
  justify-content: center;
  margin-top: 10px;
}

.headerMenu__lang li {
  margin-right: 20px;
}

.headerMenu__lang li:last-child {
  margin-right: 0;
}

.headerMenu__lang li a {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: var(--text-color);
  text-transform: uppercase;
}

.headerMenu__lang li a.active {
  font-weight: 700;
  color: var(--accent);
}

.headerMenu__search {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
}

.headerMenu__search input {
  padding: 14px 4px;
  color: #9e9e9e;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 100%;
}

.headerMenu__search .headerMenu__search-icon {
  height: 24px;
  position: absolute;
  right: 4px;
  top: 13px;
}

.headerMenu__about,
.headerMenu__nav {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid var(--border-color);
}

.headerMenu__nav {
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.headerMenu__nav .headerMenu_navItem .navItem_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerMenu__nav .headerMenu_navItem .navItem_title a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--black-color);
  width: 100%;
}

.headerMenu__nav .headerMenu_navItem .navItem_title .navItem_icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  display: flex;
  transition: 0.3s ease-in-out;
}

.headerMenu__nav .headerMenu_navItem .navItem_title .navItem_icon.active {
  transform: rotate(180deg);
}

.headerMenu__nav .headerMenu_navItem .navItem_list {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 15px;
}

.headerMenu__nav .headerMenu_navItem .navItem_list li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--dark-grey);
}

.headerMenu__nav .headerMenu_navItem .navItem_list.active {
  display: grid;
  flex-direction: column;
  opacity: 1;
  transform: scaleY(1);
}

.headerMenu__about {
  gap: 12px;
  padding-bottom: 20px;
}

.headerMenu__about .headerMenu__about-title {
  color: var(--info-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.headerMenu__about .headerMenu__about-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.headerMenu__about .headerMenu__about-list a {
  color: #9e9e9e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.headerMenu__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding-bottom: 150px;
  flex-wrap: wrap;
  row-gap: 12px;
}

.headerMenu__social a {
  margin-right: 30px;
}

.headerMenu__social a:last-child {
  margin-right: 0;
}

.partners__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
}

.partners__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

.partners__block:last-child,
.symbol__block .symbol__block-text p:last-child,
.tagpage__desription p:last-child {
  margin-bottom: 0;
}

.partners__block .partners__block-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.094px;
  color: var(--black-color);
}

.partners__block .partners__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.partners__block .partners__list .partners__item {
  padding: 20px;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.partners__block .partners__list .partners__item:hover {
  background-color: var(--highlighted-bg);
}

.partners__block .partners__list .partners__item:hover .partners__item-title,
.tags__block .tags__block-list li a:hover,
.toteList .toteCard a:hover .toteCard__title {
  color: var(--link-hover);
}

.partners__block .partners__list .partners__item img {
  width: 205px;
  height: 100px;
  margin-bottom: 14px;
}

.partners__block .partners__list .partners__item .partners__item-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.066px;
  color: var(--description-card);
}

@media screen and (max-width: 1190px) {
  .partners__wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .partners__block {
    gap: 20px;
    margin-bottom: 30px;
  }

  .partners__block:last-child {
    margin-bottom: 0;
  }

  .partners__block .partners__block-title {
    font-size: 18px;
  }

  .partners__block .partners__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .partners__block .partners__list .partners__item:nth-child(even) {
    border-right: none;
  }

  .partners__aside {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .partners__block .partners__list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .partners__block .partners__list .partners__item {
    border-right: none;
  }
}

.searchPage__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
}

.date-filter {
  grid-template-columns: 1fr;
  gap: 16px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px 3px rgba(77, 124, 254, 0.05);
  padding: 20px 25px;
  width: 290px;
  display: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.date-filter.active {
  display: grid;
  opacity: 1;
  animation: fadeIn 0.3s ease;
}

.date-picker--list,
.date-tools {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.date-tools {
  gap: 10px;
}

.date-tools .date-selectedDate {
  display: flex;
  align-items: center;
}

.date-tools .date-selectedDate input:first-child {
  margin-right: 4px;
}

.date-tools .date-selectedDate input:last-child {
  margin-left: 4px;
}

.month-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.calendar .days,
.calendar .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 30px);
  gap: 5px;
}

.calendar .weekdays {
  text-align: center;
  color: var(--grey, #9a9a9a);
  font-size: 12px;
}

.calendar .days div,
.calendar .weekdays div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.calendar .days div {
  width: 30px;
  border: 1px solid var(--border-color);
  border-radius: 2px;
  background: rgba(154, 154, 154, 0.25);
  cursor: pointer;
}

.calendar .days div.active {
  background: var(--yellow, #e9b500);
  color: #fff;
}

.applyFilter,
.date-filter input,
.searchPage__dataFilterBtn span,
.searchPage__head .searchPage__form input {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.date-filter input {
  padding: 8px 13px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  background: #fff;
  width: 100px;
  font-size: 13px;
}

.applyFilter {
  padding: 8px 24px;
  border-radius: 4px;
  background: var(--link-color);
  color: var(--white, #fff);
  font-size: 12px;
  font-weight: 500;
}

.searchPage__head {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 20px;
  margin-bottom: 20px;
}

.searchPage__head .searchPage__form {
  position: relative;
  width: 100%;
}

.searchPage__head .searchPage__form input {
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid var(--border-color);
}

.searchPage__head .searchPage__form button {
  position: absolute;
  right: 15px;
  top: 15px;
}

.searchPage__dateFilter {
  position: relative;
}

.searchPage__dateFilter .date-filter {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 10;
}

.searchPage__dataFilterBtn {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  cursor: pointer;
}

.searchPage__dataFilterBtn span {
  font-size: 16px;
  margin-left: 5px;
  color: var(--info-color);
}

.searchPage__sortList {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.searchPage__sortList .searchPage__sortList-item {
  display: flex;
  align-items: center;
  margin-right: 12px;
  cursor: pointer;
}

.searchPage__sortList .searchPage__sortList-item svg {
  margin-right: 12px;
}

.searchPage__sortList .searchPage__sortList-item:last-child {
  margin-right: 0;
}

.searchPage__sortList .searchPage__sortList-item span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--description-card);
}

.searchPage__sortList .searchPage__sortList-item.active svg path {
  stroke: var(--link-color);
}

.searchPage__sortList .searchPage__sortList-item.active span {
  color: var(--link-color);
}

.searchPage__news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}

.searchPage__news .searchCard:nth-child(odd) {
  padding-right: 20px;
  border-right: 1px solid var(--border-color);
}

.searchPage__news .searchCard:nth-child(odd)::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 20px;
  background: #fff;
  bottom: -11px;
  right: 8px;
  z-index: 10;
  transform: rotate(-90deg);
}

.searchPage__news .searchCard:nth-child(odd)::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background: #fff;
  bottom: 0;
  right: -1px;
  z-index: 10;
}

.searchPage__news .searchCard:nth-child(even) {
  padding-left: 20px;
}

.searchPage__news .searchCard:nth-child(even)::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 20px;
  background: #fff;
  bottom: -11px;
  left: 8px;
  z-index: 10;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1190px) {
  .searchPage__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 800px) {
  .searchPage__news {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .searchPage__news .searchCard:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }

  .searchPage__news .searchCard:nth-child(even)::before,
  .searchPage__news .searchCard:nth-child(odd)::after,
  .searchPage__news .searchCard:nth-child(odd)::before {
    display: none;
  }

  .searchPage__news .searchCard:nth-child(even) {
    padding-left: 0;
  }
}

@media screen and (max-width: 599px) {
  .searchPage__head {
    grid-template-columns: 1fr;
  }

  .searchPage__sortList {
    margin-bottom: 20px;
  }

  .date-filter {
    padding: 10px 15px;
    width: 280px;
  }

  .date-picker--list {
    display: grid;
  }

  .date-picker--list .calendar {
    width: 250px;
  }

  .date-picker--list,
  .date-tools {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .date-tools .date-selectedDate input {
    width: 100%;
  }
}

.special__section {
  padding: 40px 0 60px;
  background: var(--gray-bg);
  margin-bottom: 70px;
}

@media screen and (max-width: 599px) {
  .special__section {
    padding: 35px 0;
    margin-bottom: 35px;
  }

  .special__block .special__slider {
    margin: 0 -15px;
  }
}

.tagpage__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 180px;
}

.tagpage__body .tagpage__news {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.tagpage__desription {
  padding: 25px 0;
  border-bottom: 1px solid var(--black-color);
  border-top: 1px solid var(--black-color);
  margin-top: 50px;
}

.tagpage__desription p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--black-color);
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .tagpage__wrapper {
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .tagpage__wrapper {
    grid-template-columns: 1fr 225px;
    gap: 40px;
  }

  .tagpage__body .tagpage__news {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tagpage__desription {
    padding: 20px 0;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .tagpage__wrapper {
    grid-template-columns: 1fr;
  }
}

.tags__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 90px;
}

.tags__list {
  column-count: 4;
  column-gap: 20px;
}

.tags__block {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  break-inside: avoid;
  margin-bottom: 20px;
}

.tags__block .tags__block-letter,
.tags__block .tags__block-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.085px;
  color: var(--black-color);
  margin-bottom: 12px;
}

.tags__block .tags__block-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.tags__block .tags__block-list li a {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.085px;
  color: var(--link-color);
}

@media screen and (max-width: 1199px) {
  .tags__wrapper {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 800px) {
  .tags__list {
    column-count: 2;
  }
}

@media screen and (max-width: 480px) {
  .tags__list {
    column-count: 1;
  }
}

.toteList {
  display: flex;
  padding-top: 28px;
  border-top: 1px solid var(--black-color);
  flex-wrap: wrap;
}

.toteList .toteCard {
  width: 33.333%;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-color);
}

.toteList .toteCard:nth-child(3n + 1) {
  padding-right: 12px;
  border-right: 1px solid var(--border-color);
}

.toteList .toteCard:nth-child(3n + 2) {
  padding-right: 12px;
  padding-left: 12px;
}

.toteList .toteCard:nth-child(3n + 3) {
  padding-left: 12px;
  border-left: 1px solid var(--border-color);
}

.toteList .toteCard a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.toteList .toteCard a:hover picture img {
  transform: scale(1.2);
}

.toteList .toteCard a .toteCard__category {
  color: var(--black-color);
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  margin: 28px 0 12px;
}

.toteList .toteCard a picture img {
  display: block;
  width: 100%;
  height: 313px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.toteList .toteCard a .toteCard__time {
  font-size: 12px;
  letter-spacing: -0.3px;
  line-height: 13px;
  color: var(--card-info-color);
  margin-bottom: 6px;
}

.toteList .toteCard a .toteCard__title {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: var(--black-color);
}

@media screen and (max-width: 1199px) {
  .toteList .toteCard {
    width: 50%;
  }

  .toteList .toteCard:nth-child(odd) {
    padding-right: 12px;
    border-right: 1px solid var(--border-color);
    padding-left: 0;
    border-left: none;
  }

  .toteList .toteCard:nth-child(even) {
    padding-left: 12px;
    padding-right: 0;
    border-right: none;
    border-left: none;
  }
}

@media screen and (max-width: 599px) {
  .toteList .toteCard {
    width: 100%;
  }

  .toteList .toteCard:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }

  .toteList .toteCard:nth-child(even) {
    padding-left: 0;
  }
}

.trendNews {
  padding: 22px 20px;
  border-radius: 4px;
  border: 1px solid var(--trend-border-color);
  display: block;
}

.trendNews .trendNews__title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.trendNews .trendNews__title img {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

.trendNews .trendNews__title span {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: var(--black-color);
  display: block;
  margin-left: 15px;
}

.trendNews .trendNews__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

.telegram_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.telegram_link a,
.telegram_link span {
  color: var(--text-color);
  font-size: 12px;
  line-height: 17px;
}

.telegram_link a {
  color: var(--link-color);
  border-bottom: 1px solid var(--link-color);
}

.telegram_link a:hover {
  color: var(--link-hover);
  border-bottom: 1px dashed var(--link-hover);
}

.video__news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  .video__news {
    gap: 10px;
  }
}

@media screen and (max-width: 959px) {
  .video__news {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.biographies__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
}

.biographies__wrapper .page__search {
  margin-bottom: 30px;
}

.biographies__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
  row-gap: 30px;
}

@media screen and (max-width: 959px) {
  .biographies__wrapper {
    grid-template-columns: 1fr 225px;
  }

  .biographies__list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    column-gap: 30px;
  }

  .biographies__list .authorCard {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
  }

  .biographies__list .authorCard:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }

  .biographies__list .authorCard:nth-child(even) {
    padding-left: 0;
  }

  .biographies__list .authorCard a {
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (max-width: 720px) {
  .biographies__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.symbol__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 90px;
}

.symbol__block,
.symbol__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.symbol__block {
  grid-template-columns: 275px 1fr;
  height: auto;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
  grid-auto-rows: minmax(min-content, max-content);
}

.symbol__block .symbol__block-img {
  width: 275px;
  height: 100%;
}

.symbol__block .symbol__block-img img {
  width: 100%;
}

.symbol__block .symbol__block-text {
  display: flex;
  flex-direction: column;
}

.symbol__block .symbol__block-text h2,
.symbol__block .symbol__block-text p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  color: var(--black-color);
  margin-bottom: 20px;
}

.symbol__block .symbol__block-text p {
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
}

@media screen and (max-width: 959px) {
  .symbol__wrapper {
    grid-template-columns: 1fr 225px;
  }
}

@media screen and (max-width: 767px) {
  .symbol__block,
  .symbol__wrapper {
    grid-template-columns: 1fr;
  }

  .symbol__block {
    gap: 20px;
  }

  .symbol__block .symbol__block-img {
    display: flex;
    margin: 0 auto;
  }

  .symbol__block .symbol__block-img img {
    width: 100%;
  }
}
