.content-page {
    background: #f5f5f5;
}
.main-slider {
    background: url(/resource/themes/youknow/assets/images/bg-slider.webp) center;
    background-color: #201f24;
    position: relative;
}
.main-slider .wrapper {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.main-slider .wrapper:before {
    width: 240px;
    height: 100%;
    content: '';
    background: url(/resource/themes/youknow/assets/images/blur.webp) no-repeat;
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    z-index: 1;
}
.main-slider .wrapper:after {
    width: 240px;
    height: 100%;
    content: '';
    background: url(/resource/themes/youknow/assets/images/blur.webp) no-repeat;
    transform: rotate(180deg);
    display: block;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 1;
}
.main-slider .wrapper .items {
    display: flex;
    position: relative;
    transition: 0.6s;
}
.main-slider .slides {
    display: flex;
    position: relative;
    left: 0px;
    transition: unset;
}
.main-slider .slide {
    width: 100%;
    min-width: 100%;
    max-height: 440px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
}
.main-slider .slide img {
    width: 100%;
}
.main-slider .slide .info {
    background: linear-gradient(rgba(24, 23, 28, 0), rgba(24, 23, 28, 1));
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 180px;
    padding-top: 50px;
    z-index: 1;
}
.main-slider .slide .meta {
    width: calc(100% - 530px);
    padding-left: 130px;
}
.main-slider .slide .meta .icons,
.news-block .popular .info .back .meta {
    height: 25px;
    display: flex;
    align-items: center;
}
.main-slider .slide .meta .icons div,
.news-block .popular .info .back .meta div {
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}
.main-slider .slide .meta .icons .views,
.news-block .popular .info .back .meta .views {
    background: url(/resource/themes/youknow/assets/images/icons/eye-white.svg) no-repeat left center;
    background-size: 18px;
    padding-left: 25px;
}
.main-slider .slide .meta .icons .comment,
.news-block .popular .info .back .meta .comment {
    background: url(/resource/themes/youknow/assets/images/icons/comment-white.svg) no-repeat left center;
    background-size: 16px;
    padding-left: 23px;
}
.main-slider .slide .meta h1,
.main-slider .slide .meta h1 a,
.main-slider .slide .meta h2,
.main-slider .slide .meta h2 a {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main-slider .slide .meta .category {
    display: flex;
}
.main-slider .slide .category a {
    padding: 4px 10px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.main-slider .slide .category .news {
    border: 1px solid #2df88c;
    color: #2df88c;
    background: none;
}
.main-slider .slide .icon img {
    width: 25px;
    height: 25px;
    display: block;
    margin-right: 5px;
}
.main-slider .controls {
    display: flex;
    align-items: center;
    position: absolute;
    top: 260px;
    right: 250px;
    z-index: 2;
}
.main-slider .controls * {
    color: #fff;
}
.main-slider .controls span {
    background: #fff;
    width: 45px;
    height: 1px;
    margin: 0 5px;
}
.main-slider .controls .prev,
.main-slider .controls .next {
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.main-slider .controls .prev:after,
.main-slider .controls .prev:before,
.main-slider .controls .next:after,
.main-slider .controls .next:before {
    width: 10px;
    height: 10px;
    content: '';
    display: block;
    position: absolute;
    transition: 0.3s;
}
.main-slider .controls .prev:after {
    top: -1px;
    left: -10px;
    border-left: 2px solid #fff;
}
.main-slider .controls .prev:before {
    top: 9px;
    left: -10px;
    border-left: 2px solid #fff;
}
.main-slider .controls .next:after {
    top: -1px;
    right: -10px;
    border-right: 2px solid #fff;
}
.main-slider .controls .next:before {
    top: 9px;
    right: -10px;
    border-right: 2px solid #fff;
}
.main-slider .controls .now {
    font-size: 22px;
}
.news-block .category {
    position: absolute;
    bottom: calc(100% + 157px);
    right: -40px;
    width: 100%;
    max-width: 530px;
    background: #201f24;
    z-index: 1;
    display: flex;
    align-items: center;
}
.news-block .category .you-block,
.radio .category .you-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 20px 0 35px;
    position: relative;
}
.news-block .category .you-block div,
.radio .category .you-block div {
    width: 10px;
    height: 10px;
    margin: 4px 0;
    background: #2df88c;
}
.news-block .category .you-block a,
.radio .category .you-block a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.news-block .category .links {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
}
.news-block .category .links a {
    border: 1px solid #2df88c;
    color: #fff;
    background: none;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 4px 5px;
    transition: .3s linear;
}
.news-block .run-line,
.radio .run-line {
    overflow: hidden;
    height: 117px;
    position: relative;
}
.news-block {
    padding: 40px 0 80px;
    background: #201f24;
    .run-line {
        .slides {
            div {
                position: absolute;
                top: 0;
                white-space: nowrap;
                span {
                    color: #29282e;
                    font-size: 96px;
                    font-weight: 900;
                }
            }
        }
    }
    .wrapper {
        position: relative;
    }
}
.radio {
    .run-line {
        .slides {
            div {
                position: absolute;
                top: 0;
                white-space: nowrap;
                span {
                    color: #e6e6e6;
                    font-size: 96px;
                    font-weight: 900;
                }
            }
        }
    }
}
.news-block .list {
    width: 38%;
    margin-right: 60px;
}
.news-block .list h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
}
.news-block .list .items .item .date {
    color: #999;
    font-size: 12px;
}
.news-block .list .items .item h3 a {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
}
.news-block .popular {
    display: flex;
    flex: 1;
    position: relative;
    top: -40px;
}
.news-block .first-block {
    display: flex;
}
.news-block .list {
    width: 42.8%;
    margin-right: 27px;
}
.news-block .list h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
}
.news-block .list .items {
    background: #201f24;
    position: relative;
    top: -22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 26px;
    min-width: 522px;
    padding-top: 28px;
}
.news-block .list .items .item {
    position: relative;
    display: flex;
    align-items: center;
}
.news-block .list .items .item > a {
    width: 52px;
    min-width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 16px;
}
.news-block .list .items .item img {
    height: 100%;
}
.news-block .list .items .item .date {
    color: #999;
    font-size: 12px;
    margin-bottom: 1px;
}
.news-block .list .items .item h3 {
    font-size: 12px;
    line-height: 18px;
}
.news-block .list .items .item h3 a {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    display: block;
}
.news-block .popular .popular-slider {
    overflow: hidden;
    width: 365px;
}
.news-block .popular .popular-slider .slides {
    display: flex;
    position: relative;
    left: 0px;
    transition: unset;
}
.news-block .popular .popular-slider .img {
    width: 365px;
    min-width: 365px;
    height: 340px;
    position: relative;
    z-index: 2;
}
.news-block .popular .popular-slider .img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.news-block .popular .popular-slider .img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.news-block .popular .popular-slider .controls {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 365px;
}
.news-block .popular .popular-slider .controls div:before {
    content: '\e906';
}
.news-block .popular .popular-slider .controls div:last-child:before {
    content: '\e909';
}
.news-block .popular .info {
    flex: 1;
}
.news-block .popular .info .back {
    background: #18171c;
    padding: 30px 40px;
}
.news-block .popular .info .back p {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
}
.news-block .popular .info .back .meta {
    background: #18171c;
    padding-top: 50px;
    position: relative;
    top: -15px;
}
.news-block .popular .info .back h2 a {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    margin-bottom: 35px;
    display: block;
}
.news-block .popular .info .back .cat {
    display: flex;
    margin-bottom: 16px;
}
.news-block .popular .info .back .cat a {
    border: 1px solid #2df88c;
    color: #fff;
    background: none;
    padding: 7px 10px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 5px 5px 0;
    transition: .3s linear;
}
.news-block .popular .controls div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #18171c;
    cursor: pointer;
    transition: 0.5s;
    font-family: "YKIcon";
    font-size: 16px;
    color: #fff;
    transition: .3s linear;
}
.news-block .popular .meta-data {
    display: none;
}
.news-block .news-snippet {
    width: 100%;
    padding-top: 85px;
    margin-bottom: 80px;
}
.news-block .news-snippet .head-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}
.news-block .news-snippet .head-title h2 a {
    font-size: 46px;
    font-weight: 900;
    color: #fff;
    position: relative;
}
.news-block .news-snippet .head-title h2 a:after {
    background: #201f24;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 20px;
}
.news-block .news-snippet .head-title a:nth-child(2) {
    border: 1px solid #2df88c;
    color: #fff;
    font-size: 12px;
    padding: 15px 20px;
    transition: .3s linear;
}
.news-block .news-snippet .grid {
    display: grid;
    grid-template-columns: 0.7fr repeat(3, 1fr);
    grid-auto-rows: 280px;
    grid-gap: 20px;
}
.news-block .news-snippet .grid .item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.news-block .news-snippet .grid .item:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
}
.news-block .news-snippet .grid .item .img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: calc(100% - 80px);
    position: relative;
}
.news-block .news-snippet .grid .item .img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.news-block .news-snippet .grid .item .img img {
    width: unset;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
}
.news-block .news-snippet .grid .item:first-child .img img {
    width: unset;
    height: 100%;
}
.news-block .news-snippet .grid .item .info {
    height: 80px;
    background: #f5f5f5;
    padding: 10px 25px;
}
.news-block .news-snippet .grid .item .info .meta {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.news-block .news-snippet .grid .item .info .meta img {
    width: 20px;
    margin-right: 5px;
}
.news-block .news-snippet .grid .item .info .meta img + .date {
    margin-left: 15px;
}
.news-block .news-snippet .grid .item .info .meta div {
    color: #18171c;
    font-size: 12px;
    margin-right: 14px;
}
.news-block .news-snippet .grid .item .info .meta .views {
    background: url(/resource/themes/youknow/assets/images/icons/eye.svg) no-repeat left center;
    background-size: 18px;
    padding-left: 25px;
}
.news-block .news-snippet .grid .item .info .meta .comment {
    background: url(/resource/themes/youknow/assets/images/icons/comment.svg) no-repeat left center;
    background-size: 16px;
    padding-left: 23px;
}
.news-block .news-snippet .grid .item .info h3 a {
    color: #18171c;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    display: block;
}
.news-block ~ .radio {
    padding: 30px 0;
}
.radio .wrapper {
    position: relative;
    top: -35px;
}
.radio .back-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    background: url(/resource/themes/youknow/assets/images/radio.webp) center;
    background-size: cover;
}
.radio .back-img .play {
    width: 136px;
    height: 136px;
    border: 7px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100%;
}
.radio .back-img .play .icon {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 3px 15px #0453bc;
}
.radio .back-img .play .icon::before {
    font-family: 'YKIcon';
    content: '\e913';
    color: #016eff;
    font-size: 20px;
    margin-left: 4px;
}
.radio .back-img .played .icon::before {
    content: '\e912';
    margin-left: 2px;
}
.radio .list {
    padding: 70px;
    background: #efefef;
    position: relative;
}
.radio .list .category {
    padding: 18px 25px 16px 0;
    background: #efefef;
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 100%;
    max-width: 490px;
    display: flex;
    align-items: center;
}
.radio .category .you-block div {
    background: #016eff;
}
.radio .list .category span {
    color: #81b8ff;
    font-size: 14px;
    margin-right: 50px;
    cursor: pointer;
}
.radio .list .category span:last-child {
    margin-right: 0;
}
.radio .list .category .selected {
    color: #016eff;
}
.radio .list .items {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 20px;
}
.radio .list .show {
    display: grid;
}
.radio .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.radio .list .item .left {
    display: flex;
    align-items: center;
}
.radio .list .item .left img {
    width: 70px;
    margin-right: 15px;
}
.radio .list .item .left .title h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
}
.radio .list .item .left .title p {
    font-size: 12px;
    line-height: 17px;
}
.radio .list .item a {
    color: #999;
    font-size: 16px;
    font-family: YKIcon;
}
.radio .list .item a:before {
    content: '\e909';
}
.radio .list .item .meta {
    display: none;
}
.radio .list .items > a {
    border: 1px solid #016eff;
    color: #81b8ff;
    font-size: 12px;
    padding: 15px 20px;
    height: 46px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    margin-right: auto;
    transition: .3s linear;
}
.radio .list .items > a:hover {
    color: #016eff;
}
.radio .list .items > a::after {
    font-family: 'YKIcon';
    content: '\e909';
    font-size: 16px;
    color: #016eff;
    margin-left: 14px;
}
.description {
    background: #201f24;
    padding: 0;
}
.description .wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    color: #999;
    font-size: 12px;
    line-height: 18px;
    font-weight: 100;
    text-align: justify;
}
@media screen and (max-width: 1280px) {
    .main-slider .slide .info {
        padding-top: 0;
    }
    .main-slider .slide .meta {
        padding-left: 20px;
    }
    .main-slider .controls {
        top: 210px;
    }
    .news-block .category {
        right: 0;
    }
    .main-slider .wrapper {
        padding: 0;
    }
}
@media screen and (max-width: 1240px) {
    .news-block .first-block {
        flex-direction: column;
    }
    .news-block .category {
        bottom: calc(100% + 118px);
        right: 0;
    }
    .news-block .list {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .news-block .popular {
        order: -1;
        width: 100%;
    }
    .news-block .popular .img {
        width: 50%;
        min-width: 50%;
    }
    .news-block .popular .info {
        width: calc(100% - 365px);
        flex: none;
    }
    .news-block .news-snippet {
        padding-top: 70px;
        margin-bottom: 10px;
    }
    .news-block .news-snippet .grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .news-block .news-snippet .grid .item:first-child {
        grid-column: 1/3;
        grid-row: 1/1;
    }
    .news-block .news-snippet .grid .item .img img {
        width: unset;
        height: 100%;
    }
    .news-block .news-snippet .grid .item:first-child .img img {
        width: 100%;
        height: unset;
        min-height: unset;
    }
    .news-block .news-snippet .grid .item .info {
        padding: 10px;
    }
    .index .last-banner {
        margin-top: 70px;
    }
    .description .wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1120px) {
    .news-block .category {
        bottom: calc(100% + 120px);
    }
    .main-slider .slide .meta {
        padding-left: 20px;
        width: calc(100% - 360px);
    }
    .main-slider .controls {
        right: 30px;
    }
    .main-slider .slide .meta h1,
    .main-slider .slide .meta h1 a,
    .main-slider .slide .meta h2,
    .main-slider .slide .meta h2 a {
        font-size: 22px;
        line-height: 34px;
    }
    .radio .list .category {
        bottom: unset;
        top: -20px;
    }
}
@media screen and (max-width: 1000px) {
    .main-slider .controls {
        right: 0;
        bottom: unset;
        width: 100%;
        padding: 0 15px;
        top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .main-slider .controls span,
    .main-slider .controls .now {
        display: none;
    }
    .main-slider .slide .info {
        top: 110px;
    }
    .main-slider .slide .meta {
        width: 100%;
        padding: 0 20px;
    }
}
@media screen and (max-width: 768px) {
    .main-slider .wrapper {
        padding: 0;
    }
    .main-slider .slide .info {
        top: 80px;
    }
    .main-slider .slide .meta {
        width: 100%;
        padding: 15px;
    }
    .main-slider .slide .meta h1,
    .main-slider .slide .meta h1 a,
    .main-slider .slide .meta h2,
    .main-slider .slide .meta h2 a {
        font-size: 18px;
        line-height: 28px;
    }
    .news-block .category {
        bottom: unset;
        top: -145px;
        max-width: unset;
    }
    .news-block .category .you-block {
        margin: 0 20px 0 15px;
    }
    .news-block .category .links {
        flex-wrap: nowrap;
        padding-top: 0;
        overflow-x: auto;
        margin-right: 15px;
    }
    .news-block .popular {
        display: flex;
        flex: unset;
        position: relative;
        top: -40px;
        flex-direction: column;
        width: 100%;
        margin-bottom: 60px;
    }
    .news-block .popular .img {
        width: 100%;
        height: unset;
    }
    .news-block .popular .img img {
        width: 100%;
        height: unset;
    }
    .news-block .popular .info {
        width: 100%;
    }
    .news-block .popular .info .back {
        padding: 20px 10px;
    }
    .news-block .popular .info .back p {
        font-size: 32px;
    }
    .news-block .popular .info .back .meta {
        padding-top: 30px;
    }
    .news-block .popular .info .back h2 a {
        margin-bottom: 10px;
    }
    .news-block .popular .info .back .cat {
        margin-bottom: 10px;
    }
    .news-block .news-snippet .head-title h2 a {
        font-size: 36px;
    }
    .news-block .news-snippet .head-title h2 a:after {
        height: 16px;
    }
    .news-block .news-snippet .head-title a:nth-child(2) {
        display: none;
    }
    .news-block .news-snippet .grid {
        grid-template-columns: 1fr;
        grid-auto-rows: unset;
    }
    .news-block .news-snippet .grid .item:first-child {
        grid-column: unset;
        grid-row: unset;
    }
    .news-block .news-snippet .grid .item .img {
        height: unset;
    }
    .news-block .news-snippet .grid .item .img img {
        width: 100%;
        height: unset;
    }
}
@media screen and (max-width: 667px) {
    .main-slider .slide img {
        width: unset;
        height: 220px;
    }
    .news-block {
        padding-top: 60px;
    }
    .news-block .category {
        top: -157px;
    }
    .news-block .news-snippet {
        padding-top: 60px;
    }
    .news-block .popular .popular-slider .controls {
        top: 100%;
        left: 0;
    }
    .radio .list {
        padding: 10px;
    }
    .radio .list .category {
        position: static;
    }
    .radio .category .you-block {
        margin: 0 20px 0 10px;
    }
    .radio .list .category span {
        margin-right: 20px;
    }
    .radio .list .items > a {
        display: none;
    }
    .news-block .list .items {
        grid-template-columns: 1fr;
        min-width: unset;
    }
    .news-block .popular .popular-slider {
        width: 100%;
    }
    .news-block .popular .popular-slider .img {
        min-width: 100%;
        width: 100%;
    }
}
@media screen and (min-width: 700px) {
    .main-slider .controls .prev:hover:after {
        top: 4px;
        transform: rotate(45deg);
    }
    .main-slider .controls .prev:hover:before {
        top: 4px;
        transform: rotate(-45deg);
    }
    .main-slider .controls .next:hover:after {
        top: 4px;
        transform: rotate(-45deg);
    }
    .main-slider .controls .next:hover:before {
        top: 4px;
        transform: rotate(45deg);
    }
    .news-block .popular .popular-slider .controls div:hover {
        background: #fff;
        color: #18171c;
        font-size: 18px;
    }
}
@media screen and (hover: hover) {
    .news-block .news-snippet .head-title a:nth-child(2):hover,
    .news-block .popular .info .back .cat a:hover,
    .news-block .category .links a:hover  {
        color: #2df88c;
    }
}