/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 45px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  min-width: 320px;
  background: url("../img/projects/bg/bgrigh-bot.png") no-repeat right bottom, url("../img/projects/bg/bgright-top.png") no-repeat right top, url("../img/projects/bg/bgleft-bottom.png") no-repeat left bottom, url("../img/projects/bg/bgleft-top.png") no-repeat left top, #0a0019;
}

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

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

.container {
  max-width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .container {
    padding: 0 5px;
  }
}

#category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 10px;
  margin-bottom: 20px;
}

#category li {
  float: left;
  display: inline;
  margin: 0;
  padding: 8px 16px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#category li:hover {
  border: 1px solid #0019ff;
  border-radius: 100px;
}

#category .tab_active {
  position: relative;
  border: 1px solid #0019ff;
  border-radius: 100px;
}

#container {
  clear: both;
}

#container .tab_content {
  display: none;
  padding: 5px;
}

.visible {
    display: block !important;
}

.interesting {
  padding: 80px 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.interesting__title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interesting__title h2 {
  font-size: 48px;
  line-height: 48px;
  font-family: Furore, sans-serif;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  letter-spacing: 0.05em;
  color: #fff;
}

.interesting__title h2 span {
  color: #f000fa;
}

.interesting__row {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(420px, 1fr);
  grid-auto-flow: dense;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 60px;
}

.interesting__video {
  width: 100%;
}

.interesting__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
  height: 420px;
}

.interesting__images img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
  height: 420px;
  position: absolute;
  left: 0;
  top: 0;
}

.interesting__images img:first-child {
  position: static;
  display: block;
}

.interesting__images .interesting__no-image {
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -40px auto 0;
}

.interesting__no-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 240px;
  margin: 0 auto;
  text-align: center;
}

.interesting__no-images p {
  font-family: "Play", sans-serif;
  font-size: 20px;
}

.interesting__no-images p span {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 16px;
  line-height: 22px;
}

.interesting__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-radius: 20px;
}

.interesting__item.main_news {
    grid-column: span 2;
    grid-row: span 2;
}

.interesting__item.main_news .interesting__subtitle {
    font-size: 32px;
    line-height: 40px;
    font-family: Play, sans-serif;
}

.main_news .category,
.interesting__item:first-child.main_news .category {
    font-size: 18px;
    line-height: 24px;
}

.interesting__item.main_news .interesting__info {
    padding: 20px;
}

.interesting__item.main_news .interesting__image {
    height: 860px;
}

.interesting__item.main_news .interesting__share {
    width: 44px;
    height: 44px;
}

.interesting__item.main_news .interesting__subtitle {
    margin-left: 20px;
    margin-right: 20px;
    bottom: 20px;
}

.interesting__item:hover {
  cursor: pointer;
}

.interesting__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
}

.interesting__share {
  background: url("../img/interesting/share.svg") rgba(70, 20, 110, 0.8) no-repeat center center;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  width: 36px;
  height: 36px;
}

.interesting__subtitle {
  background: rgba(70, 20, 110, 0.8);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  bottom: 10px;
  margin: 0 10px;
}

.interesting__description {
  display: none;
}

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

.interesting__link, .interesting__link-hide, .interesting__link-outside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 8px;
  width: 280px;
  height: 60px;
  -webkit-filter: drop-shadow(0px 0px 4px #f000fa) drop-shadow(0px 0px 2px #0019f0);
          filter: drop-shadow(0px 0px 4px #f000fa) drop-shadow(0px 0px 2px #0019f0);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 10px;
  font-size: 22px;
  line-height: 28px;
  font-family: Play, sans-serif;
  position: relative;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.interesting__show_all {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    display: none;
}

.interesting__link.visible, .interesting__link-hide.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.interesting__link::after, .interesting__link-hide::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/interesting/icon-add.png") no-repeat center center;
}

.interesting__link:hover, .interesting__link-hide:hover, .interesting__link-outside:hover {
  background: -webkit-gradient(linear, right top, left top, color-stop(12.5%, #8501f1), color-stop(76%, #b009c0));
  background: linear-gradient(270deg, #8501f1 12.5%, #b009c0 76%);
}

.interesting__link-hide::after {
  background: url("../img/interesting/icon-hide.png") no-repeat center center;
}

.category {
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.category_events {
  background: #ff6482;
}

.category_blog {
  background: #3cc850;
}

.category_contest {
  background: #0078ff;
}

.some_categories {
  background: #813cc8;
}

.invisible {
  display: none;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  overflow-x: hidden;
  overflow-y: auto;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.modal__block {
  position: relative;
  width: 1180px;
  padding: 20px;
  margin: auto;
  border-radius: 20px;
  cursor: default;
  background: rgba(150, 0, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.modal__container {
  height: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.modal__images {
  min-width: 560px;
  max-width: 560px;
}

.modal.visible {
  top: 0;
  z-index: 9999;
  display: block;
}

.modal__title {
  font-size: 32px;
  line-height: 40px;
  font-family: Play, sans-serif;
  margin-bottom: 40px;
}

.modal__description p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}

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

.modal__description h3 {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.modal__description a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.modal__description a:hover {
  text-decoration: none;
}

.modal__image {
  height: 730px;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.modal__text {
  height: 720px;
  margin-top: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(180, 200, 255, 0.6) #280046;
  padding-right: 20px;
}

.modal__text::-webkit-scrollbar {
  width: 8px;
}

.modal__text::-webkit-scrollbar-track {
  background: none;
}

.modal__text::-webkit-scrollbar-thumb {
  background-color: rgba(180, 200, 255, 0.6);
  border-radius: 20px;
  border: 3px solid transparent;
}

.modal .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  background: rgba(255, 255, 255, 0.4);
}

.modal .slick-dots .slick-active button {
  background: #ff00ff;
}

.modal .slick-text {
  text-align: center;
  font-family: "Play", sans-serif;
  font-size: 32px;
}

.modal .slick-text span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

.modal__no-image {
  height: 730px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__no-image .modal__image {
  height: auto;
  margin: 0 auto 40px;
  max-width: 80%;
}

.modal-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  inset: 0;
  z-index: 119999;
  background-color: black;
  cursor: pointer;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-images__block {
  position: relative;
  width: 90%;
  padding: 20px;
  margin: auto;
  border-radius: 20px;
  cursor: default;
  background: black;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.modal-images__container {
  height: calc(100vh - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-images__close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: none;
}

.modal-images__image {
  height: 96vh;
}

.interesting__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  inset: 0;
  z-index: -999;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  overflow-x: hidden;
  overflow-y: auto;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  top: -100%;
  opacity: 0;
}

.interesting__modal.visible {
  top: 0;
  z-index: 9999;
  opacity: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interesting__modal-container {
  position: relative;
  width: 1180px;
  padding: 20px;
  margin: auto;
  border-radius: 20px;
  cursor: default;
    background: url('/next/bg-news-modal.jpg') no-repeat center center/cover;
}

.interesting__slider .slick-prev {
  left: -105px;
  width: 80px;
  height: 80px;
}

.interesting__slider .slick-next {
  right: -105px;
  width: 80px;
  height: 80px;
}

.interesting__slider .slick-prev::before,
.interesting__slider .slick-next::before {
  width: 80px;
  height: 80px;
  font-size: 0;
  display: block;
}

.interesting__slider .slick-prev::before {
  background: url("../img/interesting/prev.png") no-repeat center center;
}

.interesting__slider .slick-next::before {
  background: url("../img/interesting/next.png") no-repeat center center;
}

.interesting__slider .slick-prev.slick-disabled::before,
.interesting__slider .slick-next.slick-disabled::before {
  opacity: 0;
}

.interesting__modal-actions {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 20px;
    z-index: 2;
	top: 10px;
}

.interesting__modal-actions_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 10px;
    border-radius: 10px;
    height: 44px;
    color: rgb(30, 30, 40);
    font-size: 22px;
    line-height: 28px;
    gap: 10px;
    cursor: pointer;
	border: 2px solid rgb(180, 200, 255);
	font-family: Play, sans-serif;
    position: relative;
}

.slide {
  height: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.slide__images {
  min-width: 560px;
  max-width: 560px;
}

.slide__image,
.slide__video,
.slide__youtube {
  padding: 10px;
  height: 730px;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.youtube-shorts__iframe,
.youtube-shorts__cover,
.youtube-shorts__cover img {
  width: 100%;
  height: 100%;
}

.youtube-shorts__cover img {
  object-fit: cover;
  object-position: 50% 50%;
}

.slide__youtube--played .youtube-shorts__cover {
  display: none;
}

.youtube-shorts__button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  border: none;
  background: transparent;
  transform: translate(-50%, -50%);
}

.youtube-shorts__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}

.youtube-shorts__cover:hover .youtube-shorts__button-shape,
.youtube-shorts__button:focus {
  fill: #ff0000;
  fill-opacity: 1;
}

.youtube-shorts__button-icon {
  fill: #ffffff;
}

.slide__information {
  height: 720px;
  margin-top: 30px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(180, 200, 255, 0.6) #280046;
  padding-right: 20px;
}

.slide__information::-webkit-scrollbar {
  width: 8px;
}

.slide__information::-webkit-scrollbar-track {
  background: none;
}

.slide__information::-webkit-scrollbar-thumb {
  background-color: rgba(180, 200, 255, 0.6);
  border-radius: 20px;
  border: 3px solid transparent;
}

.slide__title {
  font-size: 32px;
  line-height: 40px;
  font-family: Play, sans-serif;
  margin-bottom: 40px;
  color: #9600FF;
}

.slide__description {
  font-family: 'Montserrat', 'Noto Color Emoji';
  color: #1E1E28;
}

.slide__description p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}

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

.slide__description h3 {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.slide__description a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.slide__description a:hover {
  text-decoration: none;
}

.slide .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  background: rgba(255, 255, 255, 0.4);
}

.slide .slick-dots .slick-active button {
  background: #ff00ff;
}

.slide .slick-prev {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background: url("../img/interesting/prev.svg") no-repeat center center;
  font-size: 0;
  height: 100%;
  width: 50px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.slide .slick-prev:hover {
  opacity: 1;
}

.slide .slick-next {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: url("../img/interesting/next.svg") no-repeat center center;
  font-size: 0;
  height: 100%;
  width: 50px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.slide .slick-next:hover {
  opacity: 1;
}

.slide .slick-text {
  text-align: center;
  font-family: "Play", sans-serif;
  font-size: 32px;
}

.slide .slick-text span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

.slide__no-image {
  height: 730px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide__no-image .modal__image {
  height: auto;
  margin: 0 auto 40px;
  max-width: 80%;
}

@media (max-width: 1200px) {
  .interesting__modal-container {
    max-width: 90%;
  }
  .interesting .slick-prev {
    left: -65px;
    width: 60px;
    height: 20px;
    z-index: 9;
    opacity: 0;
  }
  .interesting .slick-prev:hover {
    opacity: 1;
  }
  .interesting .slick-next {
    right: -65px;
    width: 60px;
    height: 20px;
    z-index: 9;
    opacity: 0;
  }
  .interesting .slick-next:hover {
    opacity: 1;
  }
  .slide {
    height: 420px;
    gap: 10px;
  }
  .slide__image {
    height: 400px;
  }
  .slide__images {
    min-width: 350px;
    max-width: 350px;
  }
  .slide__images .slick-dots {
    bottom: -55px;
  }
  .slide__information {
    height: 420px;
    padding-right: 10px;
  }
  .slide__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .slide__description p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .interesting__modal-actions {
    gap: 5px;
  }
  .interesting__modal-actions_btn {
    gap: 5px;
    padding: 3px 5px;
    height: 28px;
    font-size: 14px;
    line-height: 20px;
  }
  .interesting__modal-actions_btn svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 700px) {
  .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slide__images {
    min-width: 100%;
  }
  .slide__image {
	margin-top: 10px;
  }
  .slide__information {
	margin-top: 10px;
  }
  .interesting__modal-actions {
      top: 5px;
      left: 15px;
      right: 15px;
      justify-content: flex-end;
  }
  .modal__close span {
      display: none;
  }
}

.slide__image:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.slide__images .slick-prev {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 99;
  background: url("../img/interesting/prev.svg") no-repeat center center;
  font-size: 0;
  height: 100%;
  width: 50px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.slide__images .slick-prev::before {
  background: none;
}

.slide__images .slick-prev:hover {
  opacity: 1;
}

.slide__images .slick-next {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 99;
  background: url("../img/interesting/next.svg") no-repeat center center;
  font-size: 0;
  height: 100%;
  width: 50px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.slide__images .slick-next::before {
  background: none;
}

.slide__images .slick-next:hover {
  opacity: 1;
}

@media (max-width: 1200px) {
  .modal__block {
    max-width: 98%;
  }
}

@media (max-width: 1100px) {
    .interesting__row {
        grid-auto-rows: minmax(310px, 1fr);
    }
    .interesting__item.main_news {
        grid-column: span 2;
        grid-row: span 2;
    }
    .interesting__item.main_news .interesting__image {
        height: 640px;
    }
    .interesting__images img {
        height: 310px;
		width: 100%;
    }
    .modal__images {
        max-width: 460px;
        min-width: 460px;
    }
}

@media (max-width: 900px) {
  .interesting__row {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .interesting__item:first-child, .interesting__item:nth-child(5), .interesting__item:nth-child(7), .interesting__item:nth-child(11), .interesting__item:nth-child(13), .interesting__item:nth-child(17), .interesting__item:nth-child(19) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .interesting__images img {
	width: 100%;
  }
  .interesting__item:first-child .interesting__image, .interesting__item:nth-child(5) .interesting__image, .interesting__item:nth-child(7) .interesting__image, .interesting__item:nth-child(11) .interesting__image, .interesting__item:nth-child(13) .interesting__image, .interesting__item:nth-child(17) .interesting__image, .interesting__item:nth-child(19) .interesting__image {
    height: 640px;
  }
  .interesting__item:first-child .interesting__subtitle, .interesting__item:nth-child(5) .interesting__subtitle, .interesting__item:nth-child(7) .interesting__subtitle, .interesting__item:nth-child(11) .interesting__subtitle, .interesting__item:nth-child(13) .interesting__subtitle, .interesting__item:nth-child(17) .interesting__subtitle, .interesting__item:nth-child(19) .interesting__subtitle {
    word-wrap: break-word;
  }
  .interesting__item:first-child .interesting__subtitle h3, .interesting__item:nth-child(5) .interesting__subtitle h3, .interesting__item:nth-child(7) .interesting__subtitle h3, .interesting__item:nth-child(11) .interesting__subtitle h3, .interesting__item:nth-child(13) .interesting__subtitle h3, .interesting__item:nth-child(17) .interesting__subtitle h3, .interesting__item:nth-child(19) .interesting__subtitle h3 {
    font-size: 32px;
    line-height: 40px;
    font-family: Play, sans-serif;
  }
  .interesting__item:first-child .interesting__share, .interesting__item:nth-child(5) .interesting__share, .interesting__item:nth-child(7) .interesting__share, .interesting__item:nth-child(11) .interesting__share, .interesting__item:nth-child(13) .interesting__share, .interesting__item:nth-child(17) .interesting__share, .interesting__item:nth-child(19) .interesting__share {
    width: 44px;
    height: 44px;
  }
  .interesting__item:first-child .category, .interesting__item:nth-child(5) .category, .interesting__item:nth-child(7) .category, .interesting__item:nth-child(11) .category, .interesting__item:nth-child(13) .category, .interesting__item:nth-child(17) .category, .interesting__item:nth-child(19) .category {
    font-size: 18px;
    line-height: 24px;
  }
  .interesting__item:nth-child(8), .interesting__item:nth-child(18), .interesting__item:nth-child(21) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .interesting__item:nth-child(8) .interesting__image, .interesting__item:nth-child(18) .interesting__image, .interesting__item:nth-child(21) .interesting__image {
    height: 310px;
  }
  .interesting__item:nth-child(8) .interesting__subtitle, .interesting__item:nth-child(18) .interesting__subtitle, .interesting__item:nth-child(21) .interesting__subtitle {
    word-break: break-word;
    bottom: 10px;
    margin: 0 10px;
  }
  .interesting__item:nth-child(8) .interesting__subtitle h3, .interesting__item:nth-child(18) .interesting__subtitle h3, .interesting__item:nth-child(21) .interesting__subtitle h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    word-wrap: break-word;
  }
  .interesting__item:nth-child(8) .category, .interesting__item:nth-child(18) .category, .interesting__item:nth-child(21) .category {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px;
  }
  .interesting__item:nth-child(8) .interesting__share, .interesting__item:nth-child(18) .interesting__share, .interesting__item:nth-child(21) .interesting__share {
    width: 36px;
    height: 36px;
  }
  .interesting__item:nth-child(8) .interesting__info, .interesting__item:nth-child(18) .interesting__info, .interesting__item:nth-child(21) .interesting__info {
    padding: 10px;
  }
  .interesting__item .interesting__subtitle h3 {
    word-break: break-word;
  }
}

@media (max-width: 700px) {
  .modal__block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal__container {
    padding-right: 0px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal__text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: auto;
  }
  .modal__images {
    max-width: 350px;
    margin: 0 auto;
  }
  .modal__image {
    height: auto;
  }
  .modal__text {
    margin-bottom: 40px;
  }
  .modal__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .modal__description p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .slide__images .slick-dots {
    gap: 0;
  }
  .interesting__row {
    grid-auto-rows: minmax(260px, 1fr);
  }
  .interesting__images img {
    height: 260px;
	width: 100%;
  }
  .interesting__item:first-child .interesting__image,
  .interesting__item:nth-child(7) .interesting__image,
  .interesting__item:nth-child(11) .interesting__image,
  .interesting__item:nth-child(13) .interesting__image,
  .interesting__item:nth-child(17) .interesting__image,
  .interesting__item:nth-child(19) .interesting__image {
    height: 540px;
  }
  .interesting__item:first-child .interesting__subtitle h3,
  .interesting__item:nth-child(7) .interesting__subtitle h3,
  .interesting__item:nth-child(11) .interesting__subtitle h3,
  .interesting__item:nth-child(13) .interesting__subtitle h3,
  .interesting__item:nth-child(17) .interesting__subtitle h3,
  .interesting__item:nth-child(19) .interesting__subtitle h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .interesting__item:nth-child(5) .interesting__image,
  .interesting__item:nth-child(8) .interesting__image,
  .interesting__item:nth-child(18) .interesting__image,
  .interesting__item:nth-child(21) .interesting__image {
    height: 260px;
  }
  .interesting__item:nth-child(5) .interesting__subtitle h3,
  .interesting__item:nth-child(8) .interesting__subtitle h3,
  .interesting__item:nth-child(18) .interesting__subtitle h3,
  .interesting__item:nth-child(21) .interesting__subtitle h3 {
    font-size: 16px;
	line-height: 20px;
  }
  .interesting__item:nth-child(5) .category {
	font-size: 12px;
	line-height: 16px;
  }
  .interesting__item:nth-child(5) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .interesting__subtitle {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    word-break: break-word;
  }
  .interesting .category {
    padding: 10px;
  }
}

@media(max-width: 600px) {
	.interesting {
		font-size: 16px;
		line-height: 20px;
	}
	#category li {
		padding: 6px 10px;
	}
}

@media (max-width: 500px) {
  .interesting__row {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .interesting:first-child, .interesting:nth-child(6), .interesting:nth-child(11), .interesting:nth-child(16), .interesting:nth-child(21) {
    grid-row: span 1;
  }
  .interesting__subtitle {
    word-break: break-word;
  }
  .interesting__title h2 {
    font-size: 38px;
    line-height: 38px;
  }
  #category {
	gap: 5px;
  }
  #category li {
    padding: 3px 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .modal__image {
    max-width: 100%;
  }
  .interesting__link, .interesting__link-hide, .interesting__link-outside {
	height: 50px;
	font-size: 16px;
	line-height: 22px;
  }
}
@media(max-width: 370px) {
	#category li {
		font-size: 12px;
	}
}
.slick-slider {
    -webkit-user-select: auto;
    user-select: auto;
}
.copy-notify {
    font-family: Montserrat, sans-serif;
    position: fixed;
    bottom: 20px;
    left: calc(50% - 90px);
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(150, 0, 255, 0.6);
    color: #FFFFFF;
    z-index: 100;
}
.interesting__share {
    display: none;
}
.hidden {
    display: none !important;
}
#overlay{
    display: none;
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.interesting__all {
    position: absolute;
    right: 0;
    font-size: 22px;
    line-height: 28px;
    font-family: Play, sans-serif;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.interesting__all:hover {
    color: #ff00ff;
    cursor: pointer;
}
.interesting__modal h1:not([class]) {
    font-size: 6rem;
    font-weight: 300;
    line-height: 6rem;
    letter-spacing: -0.01562em;
    margin: 0.5rem 0;
}
.interesting__modal h2:not([class]) {
    font-size: 2rem;
    font-weight: 300;
    line-height: 3.75rem;
    letter-spacing: -0.00833em;
    margin: 0.5rem 0;
}
.interesting__modal h3:not([class]) {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 3.125rem;
    letter-spacing: normal;
    margin: 0.5rem 0;
}
.interesting__modal h4:not([class]) {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0.00735em;
    margin: 0.5rem 0;
}
.interesting__modal h5:not([class]) {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: normal;
    margin: 0.5rem 0;
}
.interesting__modal h6:not([class]) {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.0125em;
    margin: 0.5rem 0;
}
blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
blockquote::before {
    content: open-quote;
}
blockquote::after {
    content: close-quote;
}
@media (max-width: 700px) {
	.interesting__title {
		flex-direction: column;
	}
	.interesting__all {
		position: static;
		margin-top: 20px;
	}
}
.interesting__modal-share {
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 2px solid rgb(180, 200, 255);
    border-radius: 10px;
}
.interesting__modal-share .ya-share2__item {
    padding: 4px 10px;
    transition: all .2s ease;
}
.interesting__modal-share .ya-share2__item:hover {
    background: #dcedff;
}
.interesting__modal-share .ya-share2__input_copy {
    display: none;
}
