.page__wrapper {
    max-width: 100%;
}

.categoryChoice {
    position: relative;
    position: -webkit-sticky;
}

.blockNewsSlider__bottomline a {
    color: #4E4DC2;
    font-weight: 600;
    font-size: 14px;
}

.blockNewsSlider__bottomline a:hover {
    color: #7c7cd5;
}

.blockNewsSlider__comments {
    color: #0b0b0b;
}

.red {
    white-space: nowrap;
}

.blue {
    white-space: nowrap;
}

.singleNews__date {
    white-space: nowrap;
}

@media screen and (max-width: 1023px) {
    body.section.page__wrapper._container{
        margin-top: auto !important;
    }

    @media (max-width: 1023px) {
        body.section.page__wrapper._container{
            margin-top: auto !important;
        }

    }
}

@media (min-width: 768px) {
    .singleNews__body {
    margin-top: auto;
    }
}

@media (max-width: 767.98px) {
    ._container {
        max-width: 100% !important;
    }
}

/* Лента новостей */
.lentaNews {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
}

.lentaNews__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    -moz-text-align-last: left;
    text-align-last: left;
    background: #FFFFFF;
    -webkit-box-shadow: inset 0px -1px 0px #DBDBDB;
    box-shadow: inset 0px -1px 0px #DBDBDB;
    height: 56px;
    padding: 15px;
}

.lentaNews__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
}

.lentaNews__item {
    width: 100%;
    min-height: 84px;
    -webkit-box-shadow: inset 0px -1px 0px #DBDBDB;
    box-shadow: inset 0px -1px 0px #DBDBDB;
    padding: 10px 15px;
    gap: 5px;
}

.lentaNews__item:nth-child(odd) {
    background: #F7F7F7;
}

.lentaNews__item:nth-child(even) {
    background: #fff;
}

.lentaNews__time {
    background: #4E4DC2;
    border-radius: 2px;
    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;
    padding: 0 5px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    margin-right: 5px;
    height: 18px;
}

.lentaNews__time.grey {
    background: #B1B1B1;
}

.lentaNews__descr {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.news-single__content img {
    width: 100%;
    /*padding-right: 1.875rem;*/
    /*padding-left: 1.875rem;*/
}
.news-single__content h3 {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

.news-single__content p b {
    font-weight: 600;
    color: #000;
}

.news-single__comments {
    margin-left: 4px;
}

.disqus-comment-count {
    margin-left: 4px;
}

.adv_code_wrapper:last-child {
    padding-bottom: 0;
}

.inop_adv_wrapper {
    margin: 0 auto;
    width: 97%;
}

.news.fullnews {
    margin-bottom: 10px;
}

.main-news *:first-child{
    margin-top: 0 !important;
}

/*#showmore {*/
/*    margin-top: 0.625rem;*/
/*}*/

.singleNews__comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.singleNews__comments {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}

.singleNews__comments span,
.singleNews__comments a,
.singleNews__likes-quantity span {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #8C8B8B;
}

.singleNews__comments a,
.singleNews__comments span a {
    color: #4E4DC2;
}

@media (min-width: 768px) {
    .lentaNews {
        margin-top: 0;
    }

    .lentaNews__title {
        font-size: 30px;
        line-height: 36px;
        height: 86px;
        padding: 25px 30px;
    }

    .lentaNews__item {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 1fr;
        -ms-grid-columns: 100px 30px 1fr;
        grid-template: 1fr/100px 1fr;
        gap: 30px;
        padding: 20px 30px;
    }

    .lentaNews__time {
        display: block;
    }

    .lentaNews__descr {
        font-size: 14px;
        line-height: 22px;
    }
}

.lenta__item {
    margin-top: 0.625rem;
}

.news-single__content {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

.news-single__content blockquote {
    margin-bottom: 1.25rem;
    /*padding-right: 1.875rem;*/
    padding-left: 0.9375rem;
    line-height: 1.375rem;
    font-size: .875rem;
    margin-top: 1.5625rem;
    font-weight: 500;
    position: relative;
}

.news-single__content blockquote::before {
    /*left: 1.875rem;*/
    left: 0;
    content: "";
    position: absolute;
    background: #4e4dc2;
    top: 0;
    height: 100%;
    width: 1px;
}

@media (min-width: 84.75em){
    .news-single__content p {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .news-single__content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .news-single__content > p {
        padding-left: 0;
        padding-right: 0;
    }
    .news-single__content blockquote {
        padding-left: 15px;
        padding-right: 15px;
    }
    .news-single__content blockquote::before {
        left: 0;
    }
    .news-single__content blockquote p {
        padding-left: 0;
    }
    .header__menu-btn_wrap.active .header__menu-btn_container {
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    .open-menu {
        margin-right: 6px;
        margin-left: 5px;
    }
}

.header__menu-btn_wrap {
    display: block;
}

.header__menu-btn_wrap:before {
    content: "";
    width: 9px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s, background-color 0.3s;
    -o-transition: opacity 0.3s, background-color 0.3s;
    transition: opacity 0.3s, background-color 0.3s;
}

.header__menu-btn_wrap:after {
    content: "";
    width: 2px;
    height: 9px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s, background-color 0.3s;
    -o-transition: opacity 0.3s, background-color 0.3s;
    transition: opacity 0.3s, background-color 0.3s;
}

.static-page_title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: inherit;
}

.static-page_title .icon {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.static-page_title h2 {
    margin-top: 10px;
    font-size: larger;
}

.static-page_content {
    padding-bottom: 20px;
}

.static-page_content .btn {
    display: table-cell;;
    width: 200px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    border: 0;
    outline: none;
    background-color: #4e4dc2;
    -webkit-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
}

.icon-pointer, .icon-phone, .icon-mail-2 {
    width: 20px;
    height: 30px;
    fill: #4e4dc2;
}
.contacts__block-row {
    padding-top: 30px;
}
.contacts__info {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.adv_code_wrapper {
    padding-bottom: 10px;
}

.news-single__content iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
