﻿

/* Start:/local/templates/main/components/bitrix/news.list/news_list/style.css?174237480029571*/
/*color*/
/*font*/
.btn-green {
    font-family: "Titillium_Rus_SemiBold";
    font-size: 20px;
    color: #26242B;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 42px;
    cursor: pointer;
    background: #9DCD5B;
    display: inline-flex;
    border: none;
    transition: all 0.5s ease-out;
}

.btn-green:hover {
    background: #AADB1E;
    color: #26242B;
}

.btn-light {
    font-family: "Titillium_Rus_SemiBold";
    font-size: 20px;
    color: #26242B;
    text-decoration: none;
    padding: 0;
    cursor: pointer;
    background: #fff;
    border: none;
    border: 1px solid #9DCD5B;
    transition: all 0.5s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 60px;
    margin: 0 auto;
}

.btn-light:hover {
    background: #26242B;
    color: #9DCD5B;
    border: 1px solid #26242B;
}

.news-cards__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
    margin: 0 0 70px 0;

}

.news-cards__container .preview-news__item {
    width: 100%;
    margin: 0;
}

.news-cards__container .preview-news__image {
    width: 100%;
    height: 320px;
}

.btn-green.catalog-card__btn-more {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    margin: 0 auto;
    gap: 10px;
    /* margin-top: 69px; */
    padding: 20px 46px;
    margin-bottom: 70px;
}

.now-news__hash-like {
    display: flex;
    justify-content: space-between;
}

.now-news__hashtags {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.hashtags__list {
    display: flex;
    margin-bottom: 50px;
    flex-flow: row wrap;
    gap: 22.5px;
}

.news-hashtags__item {
    font-family: "Titillium_Rus_Regular";
    font-size: 16px;
    text-decoration: none;
    color: #26242B;
    background: #F8F7F7;
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
    padding: 10px 14px;
    cursor: pointer;
    white-space: nowrap;
}

.news-hashtags__item:before {
    content: "";
    transition: all 0.3s linear;
    width: 14px;
    height: 16px;
    margin-right: 8px;
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/hashtags.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.news-hashtags__item.active {
    color: #9DCD5B;
}

.news-hashtags__item.active:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/hashtags-h.svg);
    background-repeat: no-repeat;
}

.news-hashtags__item:hover {
    color: #9DCD5B;
}

.news-hashtags__item:hover:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/hashtags-h.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.news-hashtags__item.news-hashtags__item_add {
    color: #26242B;
}

.news-hashtags__item.news-hashtags__item_add.active {
    color: #26242B;
}

.news-hashtags__item.news-hashtags__item_add.active:before {
    display: none;
}

.news-hashtags__item.news-hashtags__item_add:before {
    display: none;
}

.news-cards .preview-news__anons {
    width: 100%;
    max-height: 52px;
}

.news-date {
    font-family: "Titillium_Rus_Regular";
    color: #A49996;
    font-size: 16px;
    display: flex;
    gap: 5px;
    margin: 28px 0px 22px;
}

.news-date:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/calendar-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.now-latest-news {
    display: flex;
    gap: 60px;
}

.now-news {
    max-width: 900px;
}

.now-news__anons {
    font-size: 22px;
    color: #26242B;
    font-family: "Titillium_Rus_Bold";
    margin-top: 21px;
    line-height: 31px;
}

.now-news__likes {
    display: flex;
    gap: 18px;
    margin-top: 52px;
}

.now-news__likes {
    display: flex;
}

.now-news__item {
    font-size: 16px;
    color: #A49996;
    display: flex;
    gap: 7px;
    cursor: pointer;
}

.now-news__item:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.now-news__item_comments:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/now-news__item_comments.svg);
    transition: all 0.3s linear;
}

.now-news__item_comments:hover:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/now-news__item_comments-h.svg);
}

.now-news__item_like:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/now-news__item_like.svg);
    transition: all 0.3s linear;
}

.now-news__item_like:hover:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/now-news__item_like-h.svg);
}

.now-news__item_dislike:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/now-news__item_dislike.svg);
    transition: all 0.3s linear;
}

.now-news__item_dislike:hover:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/now-news__item_dislike-h.svg);
}

.now-news__item_share:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/now-news__item_share.svg);
    transition: all 0.3s linear;
}

.now-news__item_share:hover:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/now-news__item_share-h.svg);
}

.contant {
    margin-top: 33px;
}

.contant h3 {
    font-family: "Titillium_Rus_Bold";
    font-size: 30px;
    margin: 30px 0px 20px;
}

.contant img {
    max-width: 100%;
    min-width: 100%;
}

.contant p {
    font-family: "Titillium_Rus_Regular";
    font-size: 18px;
    line-height: 27px;
    margin: 20px 0px;
}

.contant ul {
    padding-left: 18px;
}

.contant ul li {
    font-family: "Titillium_Rus_Regular";
    font-size: 18px;
    line-height: 26px;
    list-style-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/comments-ul-bullit.svg);
    padding-bottom: 8px;
}

.contant ul li:last-child {
    padding-bottom: 0;
}

.contant a {
    font-family: "Titillium_Rus_Regular";
    color: #9DCD5B;
    text-decoration: underline;
    font-size: 18px;
}

.contant a:hover {
    color: #AADB1E;
}

.now-news__btns {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.now-news__btn {
    border: 1px solid #9DCD5B;
    padding: 17px 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s linear;
    cursor: pointer;
    box-sizing: border-box;
    flex: 1;
}

.now-news__btn:before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.now-news__btn a,
.now-news__btn span {
    text-decoration: none;
    font-family: "Titillium_Rus_Regular";
    font-size: 18px;
    color: #26242B;
}

.now-news__btn:hover {
    background: #AADB1E;
    border: 1px solid #AADB1E;
}

.now-news__btn_previous:hover,
.now-news__btn_next:hover {
    background: transparent;
    border: 1px solid #AADB1E;
}

.now-news__btn_previous:hover a,
.now-news__btn_next:hover a {
    color: #AADB1E;
}

.now-news__btn_tolist {
    background: #9DCD5B;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.now-news__btn_previous:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/now-news__btn_previous.svg);
    flex-basis: 50px;
}

.now-news__btn_tolist:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/now-news__btn_next.svg);
    flex-basis: 34px;
}

.now-news__btn_next:after {
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/now-news__btn_tolist.svg);
    flex-basis: 50px;
}

.now-news__btn_next:before {
    display: none;
}

.now-news__under-news .now-news__hash-like {
    padding-bottom: 19px;
    border-bottom: 1px solid #EBEBEB;
}

.now-news__comments-block {
    margin-top: 79px;
}

.now-news__capt {
    font-size: 30px;
    font-family: "Titillium_Rus_Bold";
    color: #26242B;
    margin-bottom: 19px;
}

.now-news__capt_green {
    font-size: 50px;
    font-family: "Titillium_Rus_Bold";
    color: #9DCD5B;
    letter-spacing: 0.5px;
}

.now-news__comment-nocoment {
    font-family: "Titillium_Rus_Regular";
    font-size: 18px;
}

.now-news__form-capt {
    font-size: 30px;
    font-family: "Titillium_Rus_Bold";
    color: #26242B;
    margin-top: 79px;
    letter-spacing: 0.5px;
}

.now-news__form {
    margin-top: 25px;
}

.now-news__form-field {
    margin-bottom: 20px;
    position: relative;
}

.now-news__form-field input {
    width: 100%;
    height: 60px;
    border: 1px solid #A49996;
    box-sizing: border-box;
    padding: 0 22px;
}

.now-news__form-field textarea {
    width: 100%;
    height: 174px;
    box-sizing: border-box;
    padding: 22px;
}

.now-news__form-btn {
    margin-top: 24px;
}

.now-news__form-btn button {
    padding: 22px 44px;
}

.now-news__form-label {
    font-family: "Titillium_Rus_Regular";
    font-size: 14px;
    color: #26242B;
    padding-left: 50px;
}

.now-news__form-label a {
    color: #9DCD5B;
}

.now-news__form-checkbox {
    position: absolute;
    opacity: 0;
}

.now-news__form-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.now-news__form-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    background: white;
    border: 1px solid #A49996;
}

.now-news__form-check.error .now-news__form-checkbox+label:before {
    border: 1px solid #F62E2E;
}

.now-news__form-checkbox:hover+label:before {
    border: 1px solid #9DCD5B;
}

.now-news__form-checkbox:checked+label:before {
    border: 1px solid #9DCD5B;
}

.now-news__form-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.now-news__form-checkbox:disabled+label:before {
    box-shadow: none;
}

.now-news__form-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: -4px;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 14px;
    background: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/now-news__form-chec.svg);
}

.read-also__capt {
    margin-top: 108px;
    letter-spacing: 0.5px;
    margin-bottom: 79px;
}

.read-also__news-card {
    display: flex;
    justify-content: space-between;
}

.preview-news__btn-green {
    font-family: "Titillium_Rus_Bold";
    text-decoration: none;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    margin: 70px auto 0;
}

.preview-news__btn-green a {
    font-family: "Titillium_Rus_SemiBold";
    text-decoration: none;
    color: #26242B;
}

.latest-news__capt {
    font-size: 35px;
    font-family: "Titillium_Rus_Bold";
    color: #26242B;
    letter-spacing: 0.5px;
}

.latest-news {
    width: 460px;
    padding-top: 12px;
}

.latest-news .preview-news__item {
    width: 100%;
    display: flex;
}

.latest-news .latest-news__block {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    margin-bottom: 38px;
}

.latest-news .preview-news__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: unset;
    margin-right: 0;
    margin-bottom: 20px;
    text-decoration: none;
    flex-basis: auto;
}

.latest-news .preview-news__image {
    width: 194px;
    height: 160px;
    max-width: 194px;
    max-height: 160px;
    min-width: 194px;
    min-height: 160px;
    overflow: hidden;
}

.latest-news .preview-news__image img {
    min-width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    transition: all 0.5s linear;
}

.latest-news .preview-news__container {
    width: 100%;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 160px;
    box-sizing: border-box;
}

.latest-news .preview-news__capt {
    font-family: "Titillium_Rus_Bold";
    font-size: 18px;
    line-height: 26px;
}

.latest-news .preview-news__read-oll {
    border-bottom: none;
    font-size: 0px;
    color: transparent;
    transition: all 0.5s ease;
    position: relative;
}

.latest-news .preview-news__read-oll:hover {
    text-decoration: none;
    border: none;
}

.latest-news .preview-news__block {
    align-items: flex-start;
}

.latest-news__hashtags {
    display: flex;
    margin-bottom: 50px;
    flex-flow: row wrap;
    gap: 22px;
    margin-top: 40px;
}

.latest-news__hashtags-item {
    font-family: "Titillium_Rus_Regular";
    font-size: 16px;
    text-decoration: none;
    color: #26242B;
    background: #F8F7F7;
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
    padding: 10px 14px;
    cursor: pointer;
    white-space: nowrap;
}

.latest-news__hashtags-item.active {
    color: #9DCD5B;
}

.latest-news__hashtags-item:before {
    content: "";
    transition: all 0.3s linear;
    width: 14px;
    height: 16px;
    margin-right: 8px;
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/hashtags.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.now-news__comment {
    border-bottom: 1px solid #EBEBEB;
    padding: 16px 0px 0px;
}

.now-news__comment-name-date {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.now-news__comment-name {
    font-size: 18px;
    font-family: "Titillium_Rus_Bold";
    color: #26242B;
}

.now-news__comment-date {
    font-size: 14px;
    font-family: "Titillium_Rus_SemiBold";
    color: #A49996;
}

.now-news__comment-text {
    font-size: 16px;
    line-height: 24px;
    color: #26242B;
    font-family: "Titillium_Rus_Regular";
    margin: 16px 0 20px;
}

.now-news__comment-reactions {
    display: flex;
    padding-bottom: 20px;
}

.now-news__comment-answers {
    display: flex;
    align-items: center;
    font-family: "Titillium_Rus_Regular";
    color: #9DCD5B;
    font-size: 14px;
    gap: 4px;
    cursor: pointer;
}

.now-news__comment-answers:hover {
    text-decoration: underline;
}

.now-news__comment-answers span {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-right: 10px;
}

.now-news__comment-answers span:after {
    content: "";
    width: 16px;
    height: 9px;
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/now-news__comment-answers.svg);
    background-size: cover;
    transform: rotate(0deg);
    transition: all 0.3s linear;
}

.now-news__comment-answers.active span:after {
    transform: rotate(180deg);
}

.now-news__comment-toanswer {
    font-family: "Titillium_Rus_Regular";
    font-size: 14px;
    color: #9DCD5B;
    cursor: pointer;
}

.now-news__comment-toanswer:hover {
    text-decoration: underline;
}

.now-news__comments-seemore {
    padding-left: 95px;
    border-top: 1px solid #EBEBEB;
}

.now-news__comments-seemore .now-news__comment:last-child {
    border-bottom: none;
}

.now-news__comment-name {
    font-family: "Titillium_Rus_Bold";
}

.now-news__item_share {
    position: relative;
}

.now-news__item_share:hover .now-news__share {
    visibility: visible;
}

.now-news__item_share:hover .share-item {
    opacity: 1;
}

.now-news__share {
    position: absolute;
    bottom: 40px;
    right: -114px;
    visibility: hidden;
    display: flex;
    gap: 16px;
    background: #fff;
    padding: 20px;
    z-index: 10;
    box-shadow: -7px 5px 23px -1px rgba(34, 60, 80, 0.2);
    transition: all 0.3s linear;
}

.now-news__share:after {
    content: "";
    border: 10px solid transparent;
    border-top: 16px solid #fff;
    position: absolute;
    bottom: -24px;
    margin: auto;
    right: 46%;
}

.share-item {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #A49996;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s linear;
    position: relative;
    opacity: 0;
    cursor: pointer;
}

.share-item:hover {
    border: 1px solid #9DCD5B;
}

.share-item_teleg {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/share-item_teleg.svg);
}

.share-item_teleg:hover {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/share-item_teleg-h.svg);
}

.share-item_what {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/share-item_what.svg);
}

.share-item_what:hover {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/share-item_what-h.svg);
}

.share-item_vk {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/share-item_vk.svg);
}

.share-item_vk:hover {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/share-item_vk-h.svg);
}

.share-item_link {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/share-item_link.svg);
}

.share-item_link:hover {
    background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/share-item_link-h.svg);
}

.share-item_link-copied {
    font-size: 16px;
    color: #9DCD5B;
    padding: 5px 10px;
    background: #fff;
    box-shadow: -7px 5px 23px -1px rgba(34, 60, 80, 0.2);
    position: absolute;
    top: -46px;
    right: -75px;
    text-wrap: nowrap;
    display: none;
    z-index: 30;
}

/*# sourceMappingURL=news.css.map */


/* add style  */
.catalog-card__btn-more {
    margin-bottom: 70px;
}

.preview-news__date {
    font-size: 16px;
}

.preview-news__read-oll {
    font-size: 16px;
}

.catalog-card__btn-more:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../../../../../local/templates/main/components/bitrix/news.list/news_list/images/catalog-card__btn-more.svg);
    transform: rotate(0deg);
}

.catalog-card__btn-more:hover:after {
    animation: a-catalog-card__btn-more 10s linear;
    animation-iteration-count: infinite;
}

@keyframes a-catalog-card__btn-more {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(+1500deg);
    }
}

/* form */
.map__form {
    width: 670px;
    height: 540px;
    background: rgba(38, 36, 43, 0.85);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10%;
    z-index: 100;
}

.map__form .ask-form {
    padding: 50px 85px;
}

.map__form .ask-form__button {
    gap: 20px;
}

.map__form .ask-form__confidentiality {
    width: 220;
    line-height: 21px;
}

.map__form .ask-form__confidentiality a {
    color: #9DCD5B;
    transition: all 0.5s ease;
    text-decoration: underline;
}

.map__form .ask-form__confidentiality a:hover {
    color: #fff;
}

.map__form .ask-question__ask-form {
    width: 100%;
    margin: 0;
}

.map__form .ask-form__btn {
    padding: 20px 29px;
}

.ask-form__confidentiality a {
    transition: all 0.5s ease;
}

.ask-question__ask-form {
    width: 580px;
    margin: auto 0;
    opacity: 1;
    transition: all 0.1s linear;
}

.ask-form__capt {
    font-family: "Titillium_Rus_Bold";
    font-size: 40px;
    color: #fff;
}

.ask-form__anons {
    font-family: "Titillium_Rus_Regular";
    font-size: 20px;
    color: #fff;
}

.ask-form__confidentiality {
    font-family: "Titillium_Rus_Regular";
    font-size: 14px;
    color: #9DCD5B;
    line-height: 24px;
}

.ask-form__input {
    position: relative;
}

.ask-form__input input {
    font-family: "Titillium_Rus_Regular";
    font-size: 16px;
    width: 100%;
    height: 64px;
    background: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
    color: #26242B;
}

.ask-form__error {
    opacity: 0;
}

.ask-form__modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 500;
}

.ask-form__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ask-form__capt {
    margin-bottom: 10px;
}

.ask-form__button,
.ask-form__input {
    margin-top: 30px;
    position: relative;
}

.ask-form__confidentiality {
    font-family: "Titillium_Rus_Regular";
    font-size: 14px;
    color: #fff;
    transition: all 0.5s ease;
    width: 50%;
}

.hashtags__more {
    font-family: "Titillium_Rus_Regular";
    font-size: 16px;
    text-decoration: none;
    color: #26242B;
    background: #F8F7F7;
    align-items: center;
    transition: all 0.3s linear;
    padding: 10px 14px;
    cursor: pointer;
    white-space: nowrap;
}

.hashtags__list,
.hashtags__list-hide {
    display: inline-flex;
    gap: 22.5px;
    flex-wrap: wrap;
    overflow: hidden;
}

.hashtags__list-hide {
    display: none;
}

.hashtags__list-hide.active {
    display: inline-flex !important;
}


.hashtags__list-hide .news-hashtags__item:before {
    content: "";
    transition: all 0.3s linear;
    width: 14px;
    height: 16px;
    margin-right: 8px;
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/icon/hashtags.svg);
    background-size: contain;
    cursor: pointer;
}

.hashtags__list-hide .news-hashtags__item:hover {
    color: #9DCD5B;
}

.hashtags__list-hide .news-hashtags__item:hover:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/icon/hashtags-h.svg);
}

/* hashtags in news */
.news-hashtags {
    margin: 0 0 50px 0px;
}

.news-hashtags__list {
    display: inline-flex;
    gap: 22.5px;
    flex-wrap: wrap;
    overflow: hidden;
}

.news-hashtags__item {
    font-family: "Titillium_Rus_Regular";
    font-size: 16px;
    color: #26242B;
    white-space: nowrap;
    background-color: #F8F7F7;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
    padding: 10px 14px;
    cursor: pointer;
}

.news-hashtags__item {}


.news-hashtags__more {
    color: #26242B;
    display: flex;
    align-items: center;
    background: #F8F7F7;
    transition: color 0.3s linear;
    padding: 0 14px 0 10px;
    cursor: pointer;
    font-size: 16px;
}

.news-hashtags__more:hover {
    color: #9DCD5B;
}

.news-hashtags__item,
.news-hashtags__more,
.news-hashtags__list_hide {
    flex: 0 0 auto;
}

.news-hashtags__more~.news-hashtags__item {
    display: none;
    transform: translateY(20px);
    /* Начальное смещение для анимации */
    transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s linear;
}

.news-hashtags__item.news-hashtags__item_visible {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 1440px) {

    .bread-crumb,
    .title__inner-page,
    .area,
    .order-block {
        padding: 0 20px;
    }

    .preview-news__image img {
        position: relative;
        max-width: 100%;
        min-width: 100%;
    }

    .news-cards__container {
        gap: 20px;
    }

    .preview-news__text {
        padding: 20px;
        padding-bottom: 30px;
    }

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

    .read-also__news-card .preview-news__item {
        width: 100%;
        margin: 0;
    }

    .read-also__news-card .preview-news__image {
        width: 100%;
        height: auto;
    }

    .read-also__news-card .preview-news__image img {
        min-width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 960px) and (max-width: 1240px) {
    .now-news__btn {
        padding: 11px 10px;
    }

    .now-news__btn a span {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .read-also__news-card {
        grid-template-columns: repeat(1, 1fr);
    }

    .read-also__news-card .preview-news__item {
        display: flex;
    }

    .read-also__news-card .preview-news__text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .now-latest-news {
        gap: 20px;
    }

    .latest-news .preview-news__image {
        width: 150px;
        height: 130px;
        max-width: 150px;
        max-height: 130px;
        min-width: 150px;
        min-height: 130px;
    }
}

@media screen and (max-width: 960px) {
    .news-cards__container {
        grid-template-columns: repeat(2, 1fr);
    }

    .latest-news {
        display: none;
    }

    .now-news__share {
        right: 0px;
    }

    .now-news__share:after {
        right: 0;
    }

    .now-news__share.active {
        display: flex;
    }

    .now-news__share.active .share-item_link-copied {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .title__inner-page {
        margin: 0;
    }

    .title__inner-page {
        margin-bottom: 20px;
    }

    .news-hashtags {
        gap: 20px;
        margin-bottom: 40px;
    }

    .preview-news__anons {
        line-height: 24px;
    }

    .read-also__news-card .preview-news__image {
        width: 220px;
        height: 160px;
        min-width: 220px;
        min-height: 160px;
    }

    .read-also__news-card .preview-news__image img {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .read-also__news-card .preview-news__anons {
        display: none;
    }

    .read-also__news-card .preview-news__text {
        width: 100%;
        padding: 20px;
        padding: 20px;
    }

    .now-news__btns {
        gap: 35px;
    }

    .now-news__btn {
        padding: 10px;
    }

    .now-news__btn:before {
        background-position: center center;
    }
}

@media screen and (max-width: 740px) {
    .now-news__btn span {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .news-cards__container {
        grid-template-columns: repeat(1, 1fr);
    }

    .preview-news__date {
        font-family: "Titillium_Rus_Thin";
    }

    .news-hashtags {
        flex-flow: row;
        overflow-x: scroll;
        padding-bottom: 4px;
        gap: 15px;
        margin-bottom: 30px;
    }

    .news-hashtags::-webkit-scrollbar {
        width: 2px;
        height: 4px;
    }

    .news-hashtags::-webkit-scrollbar-track {
        background: #ddd;
    }

    .news-hashtags::-webkit-scrollbar-thumb {
        background: #9DCD5B;
    }

    .title__inner-page {
        font-size: 35px;
    }

    .preview-news__text {
        padding: 15px;
        padding-bottom: 15px;
    }

    .news-date {
        margin-top: 18px;
    }

    .now-latest-news .now-news__capt_green {
        font-size: 35px;
        line-height: 42px;
    }

    .now-latest-news .now-news__anons {
        font-family: "Titillium_Rus_SemiBold";
        font-size: 18px;
        line-height: 27px;
    }

    .now-latest-news .now-news__hash-like {
        flex-direction: column;
    }

    .now-latest-news .now-news__hashtags,
    .now-latest-news .now-news__likes {
        margin-top: 20px;
    }

    .now-latest-news .now-news__contant {
        margin-top: 10px;
    }

    .now-latest-news .now-news__contant p {
        font-size: 18px;
        margin: 10px 0px;
    }

    .now-latest-news .now-news__contant h3 {
        font-size: 26px;
        margin: 10px 0 4px;
    }

    .now-news__btn_previous {
        order: 1;
    }

    .now-news__btn_next {
        order: 2;
    }

    .now-news__btn_tolist {
        order: 3;
        flex: 0 0 100%;
    }

    .now-news__btn_next,
    .now-news__btn_previous {
        flex-basis: calc(50% - 14px);
    }

    .now-news__btns {
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .now-news__btn {
        padding: 14px 10px;
        justify-content: center;
        box-sizing: border-box;
    }

    .now-news__btn a {
        font-size: 16px;
    }

    .now-news__btn a span {
        display: none;
        font-size: 16px;
    }

    .bread-crumb__list {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
        gap: 0 !important;
    }

    .bread-crumb__item a:after {
        position: static;
        margin: 0 10px;
    }

    .bread-crumb__list::-webkit-scrollbar {
        width: 2px;
        height: 4px;
    }

    .bread-crumb__list::-webkit-scrollbar-track {
        background: #ddd;
    }

    .bread-crumb__list::-webkit-scrollbar-thumb {
        background: #9DCD5B;
    }

    .bread-crumb__item {
        display: flex;
        align-items: flex-start;
        text-wrap: nowrap;
    }

    .news-hashtags__item {
        font-size: 14px;
    }

    .news-hashtags__item {
        font-size: 14px;
    }

    .now-news__hashtags {
        gap: 10px;
    }

    .now-latest-news .now-news__contant p {
        font-size: 16px;
    }

    .now-news__share {
        right: auto;
        left: -120px;
    }

    .now-news__share:after {
        right: 43%;
    }

    .bread-crumb,
    .title__inner-page,
    .area .cont-page {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .news-hashtags__list {
        flex-wrap: nowrap;
    }

    .news-hashtags__list::-webkit-scrollbar {
        width: 2px;
        height: 4px;
    }

    .news-hashtags__list::-webkit-scrollbar-track {
        background: #ddd;
    }

    .news-hashtags__list::-webkit-scrollbar-thumb {
        background: #9DCD5B;
    }

    .news-hashtags__more~.news-hashtags__item {
        display: none;
        transform: none;
        /* Начальное смещение для анимации */
        transition: none;
    }

    .news-hashtags__more {
        display: none;
    }

    .news-hashtags__item {
        display: block;
    }

}

@media screen and (max-width: 550px) {
    .read-also__news-card .preview-news__image {
        width: 140px;
        height: 120px;
        min-width: 140px;
        min-height: 120px;
    }

    .read-also__news-card .preview-news__image img {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .read-also__news-card .preview-news__anons {
        display: none;
    }

    .read-also__news-card .preview-news__text {
        width: 100%;
        padding: 20px;
        padding: 20px;
    }

    .read-also__news-card .preview-news__capt {
        font-size: 14px;
    }
}

/*# sourceMappingURL=news-media.css.map */
/* End */
/* /local/templates/main/components/bitrix/news.list/news_list/style.css?174237480029571 */
