

/* Start:/local/templates/service/components/bitrix/news.detail/component-detail-history/style.css?17402668578749*/
@font-face {
    font-family: 'Arkhip';
    src: url('/local/templates/service/components/bitrix/news.detail/component-detail-history/fonts/Arkhip-Regular-400.otf')  format('truetype');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #F1FFFF;
    background: #000;
    font-weight: 400;
    overflow-x: hidden;
}
    
.container-news {
    max-width: 1120px;
    margin: 0 auto;
}

div, p, a, span {
    box-sizing: border-box;
}

@media screen and (max-width: 1439px) {
    .container-news {
        max-width: 944px;
    }
}

@media screen and (max-width: 1023px) {
    .container-news {
        max-width: 688px;
    }
}

@media screen and (max-width: 767px) {
    .container-news {
        max-width: 335px;
    }
}
.copylink {
    position: absolute;
    left: 117px;
    top: 10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: rgb(255, 255, 255);
    text-align: left;
    padding: 8px 20px;
    box-sizing: border-box;
    z-index: 1000;
}
.shareLink{
	margin-left: 8px;
}
.singlenew {
    padding-top: 40px;
    padding-bottom: 80px;
}

.singlenew-back-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.singlenew-back {
    display: flex;
    color: #FFF;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
}

.singlenew-date_mob {
    display: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.13px;
}

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

.singlenew-title {
    max-width: 861px;
    color: #FFF;
    font-family: 'Arkhip';
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
}

.singlenew-infowrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.singlenew-date {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.singlenew-share {
	position: relative;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.13px;
    padding: 4px 8px;
    border-radius: 20px;
    background: #181818;
    cursor: pointer;
}

.singlenew-tag {
    display: flex;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #DCA24C;
    background: #000;
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    width: fit-content;
    margin-bottom: 20px;
}

.singlenew-body {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 40px;
}

.singlenew-body__text {
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

.singlenew-body__img {
    margin: 0 auto;
    width: 100%;
}

.singlenew-body__img_short {
    width: 796px;
    max-width: 100%;
}

.singlenew-body__video {
    width: 796px;
    max-width: 100%;
    margin: 0 auto;
}

.singlenew-morenews {
    position: relative;
    overflow: hidden;
}

.singlenew-morenews__maintitle {
    color: #FFF;
    font-family: 'Arkhip';
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 20px;
}

.singlenew-morenews__items {
    display: flex;
    justify-content: space-between;
}

.singlenew-morenews__item {
    position: relative;
    max-width: 353px;
    width: 353px;
    height: 320px;
    border-radius: 20px;
    background: #181818;
    text-decoration: none;
    flex-shrink: 0;
}

.singlenew-morenews__tag {
    position: absolute;
    top: 20px;
    left: 12px;
    display: inline-flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 20px;
    border: 2px solid #DCA24C;
    background: #000;
    color: rgba(241, 255, 255, 0.75);
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    z-index: 2;
}

.singlenew-morenews__bg {
    width: 329px;
    height: 235px;
    position: absolute;
    bottom: 18px;
    left: 12px;
    background-size: cover;
    background-position: center;
}

.singlenew-morenews__title {
    position: absolute;
    bottom: 18px;
    left: 12px;
    width: 329px;
    height: 75px;
    color: #F1FFFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    background: rgba(24, 24, 24, 0.90);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.singlenew-morenews__date {
    position: absolute;
    top: 32px;
    right: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.13px;
    color: #F1FFFF;
}

.singlenew-body__boardcontent > img {
    width: 100%;
}

@media screen and (max-width: 1439px) {
    .singlenew {
        padding-top: 20px;
    }

    .singlenew-title {
        max-width: 790px;
    }

    .singlenew-morenews__item {
        max-width: 295px;
        width: 295px;
        height: 250px;
    }

    .singlenew-morenews__bg {
        width: 271px;
        height: 185px;
        bottom: 12px;
    }

    .singlenew-morenews__title {
        bottom: 12px;
        width: 271px;
    }

    .singlenew-morenews__date {
        top: 16px;
    }

    .singlenew-morenews__tag {
        top: 12px;
        display: inline-flex;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -0.13px;
    }
}

@media screen and (max-width: 1023px) {
    .singlenew {
        padding-bottom: 40px;
    }

    .singlenew-title {
        max-width: 538px;
    }

    .singlenew-body {
        row-gap: 12px;
    }

    .singlenew-body__text {
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -0.13px;
    }

    .singlenew-body__img_short {
        width: 628px;
    }

    .singlenew-body__video {
        width: 100%;
    }

    .singlenew-morenews__item {
        max-width: 209px;
        width: 209px;
        height: 273px;
    }

    .singlenew-morenews__bg {
        width: 193px;
        height: 185px;
        left: 8px;
    }

    .singlenew-morenews__title {
        left: 8px;
        width: 193px;
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: -0.13px;
        -webkit-line-clamp: 4;
        padding-top: 8px;
    }

    .singlenew-morenews__date {
        top: 48px;
        right: auto;
        left: 8px;
    }

    .singlenew-morenews__tag {
        top: 12px;
        display: inline-flex;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -0.13px;
    }
}

@media screen and (max-width: 767px) {
    .singlenew {
        padding-bottom: 80px;
    }

    .singlenew-date_mob {
        display: block;
    }

    .singlenew-back {
        margin-bottom: 0;
    }

    .singlenew-info {
        margin-top: 20px;
        margin-bottom: 16px;
    }

    .singlenew-infowrap {
        display: none;
    }

    .singlenew-title {
        max-width: none;
        width: 100%;
        font-size: 28px;
        font-weight: 400;
        line-height: 31px;
        letter-spacing: 0;
    }

    .singlenew-tag {
        margin-bottom: 16px;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -0.13px;
    }

    .singlenew-body {
        row-gap: 16px;
        margin-bottom: 20px;
    }

    .singlenew-body__img_short {
        width: 100%;
    }

    .singlenew-morenews__maintitle {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.2px;
    }

    .singlenew-morenews {
        margin-right: calc(-50vw + 167px);
    }

    .singlenew-morenews__items {
        overflow-x: scroll;
        gap: 30px;
        padding-bottom: 22px;
    }

    .singlenew-morenews__items::-webkit-scrollbar {
        height: 20px;
    }

    .singlenew-morenews__items::-webkit-scrollbar-thumb {
        background: #DCA24C;
        border-radius: 35px;
        border-top: 5px solid #000;
        border-bottom: 5px solid #000;
    }

    .singlenew-morenews__items::-webkit-scrollbar-track {
        background: #F1FFFF;
        border-top: 8px solid #000;
        border-bottom: 8px solid #000;
        border-radius: 35px;
    }

    .singlenew-morenews__items::-webkit-scrollbar-button:end:increment {
		width: calc(50vw - 167px);
		display: block;
		background: transparent;
	}

    .singlenew-morenews__item {
        flex-grow: 0;
    }


}

/* End */
/* /local/templates/service/components/bitrix/news.detail/component-detail-history/style.css?17402668578749 */
