@charset "UTF-8";
.interesting .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;
}

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

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

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

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

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

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

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

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

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

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

.interesting .slick-slide img {
    display: block;
}

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

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

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

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

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

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

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

/* Icons */
/* Arrows */
.interesting .slick-prev,
.interesting .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.interesting .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    font-size: 0;
    line-height: 26px;
    color: #fff;
    padding: 5px;
    cursor: pointer;
		background: linear-gradient(90deg, #9600FF 0%, #0019FF 100%);
}

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

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

.interesting .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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

#category {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 10px;
    margin-bottom: 20px;
}
@media(max-width: 700px) {
	#category {
		flex-wrap: wrap;
	}
}
#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.hidden {
    display: none;
}

.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__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;
		width: 100%;
    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;
	width: 100%;
}

.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: 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;
}

.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;
}

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

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

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

.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;
    }
}

.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; */
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 20L8 12L16 4' stroke='%239600ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: 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; */
		background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 20L16.5 12L8.5 4' stroke='%239600FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: 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: 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) {
    .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;
		font-family: "Montserrat", sans-serif;
    }
	.interesting__item:nth-child(5) {
        grid-column: span 1;
        grid-row: span 1;
    }
	.interesting__item:nth-child(5) .category {
		font-size: 12px;
		line-height: 16px;
  	}
    .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;
    }
	.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;
	}
}

.youtube-shorts__cover {
    position: relative;
    cursor: pointer;
}
.slide__youtube--played .youtube-shorts__cover {
    display: none;
}
.youtube-shorts__button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
}

path.youtube-shorts__button-icon {
    fill: white;
}
path.youtube-shorts__button-shape {
    fill: red;
}
