@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.Page-news-view {
    overflow: hidden;
}

.rtcode .twitter-tweet {
    margin-left: auto;
    margin-right: auto;
}

/* страница материала */
.Page-news-view .Page-news-item .news-block h1,
.Page-news-view .Page-news-item .news-block h2,
.Page-news-view .Page-news-item .news-block h3,
.Page-news-view .Page-news-item .news-block h4 {
    font-weight: 700;
}

.Page-news-view .Page-news-item .news-block blockquote {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 700;
    padding: 20px 0;
    border: 2px solid #333;
    border-width: 2px 0;
    position: relative;
    margin: 25px auto 45px;
    display: inline-block;
    width: 99%
}

.Page-news-view .Page-news-item .news-block blockquote::after,.Page-news-view .Page-news-item .news-block blockquote::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    -webkit-background-size: 35px 27px;
    background-size: 35px 27px;
    background-color: #dee0da;
    width: 50px;
    height: 27px
}

@media all and (max-width: 1024px) {
    .Page-news-view .Page-news-item .news-block blockquote::after,.Page-news-view .Page-news-item .news-block blockquote::before {
        -webkit-background-size:29px 23px;
        background-size: 29px 23px;
        width: 40px;
        height: 29px
    }
}

.Page-news-view .Page-news-item .news-block blockquote::after {
    background-image: url(/static/blocks/article/quotes-left.svg);
    left: 0;
    top: -27px;
    background-position: 0 100%
}

@media all and (max-width: 1024px) {
    .Page-news-view .Page-news-item .news-block blockquote::after {
        top:-29px
    }
}

.Page-news-view .Page-news-item .news-block blockquote::before {
    background-image: url(/static/blocks/article/quotes-right.svg);
    right: 0;
    bottom: -27px;
    background-position: 100% 0
}

@media all and (max-width: 1024px) {
    .Page-news-view .Page-news-item .news-block blockquote::before {
        bottom:-29px
    }
}

@media all and (max-width: 864px) {
    .Page-news-view .Page-news-item .news-block blockquote::after,.Page-news-view .Page-news-item .news-block blockquote::before {
        -webkit-background-size:29px 37px;
        background-size: 29px 37px;
        width: 45px;
        height: 29px
    }

    .Page-news-view .Page-news-item .news-block blockquote::after {
        top: -23px
    }

    .Page-news-view .Page-news-item .news-block blockquote::before {
        bottom: -23px
    }
}

@media all and (max-width: 684px) {
    .Page-news-view .Page-news-item .news-block blockquote::after,.Page-news-view .Page-news-item .news-block blockquote::before {
        -webkit-background-size:15px 20px;
        background-size: 15px 20px;
        width: 32px;
        height: 15px
    }

    .Page-news-view .Page-news-item .news-block blockquote::after {
        top: -12px
    }

    .Page-news-view .Page-news-item .news-block blockquote::before {
        bottom: -11px
    }
}

@media all and (max-width: 479px) {
    .Page-news-view .Page-news-item .news-block blockquote::after,.Page-news-view .Page-news-item .news-block blockquote::before {
        -webkit-background-size:11px 14px;
        background-size: 11px 14px;
        width: 25px;
        height: 11px
    }

    .Page-news-view .Page-news-item .news-block blockquote::after {
        top: -9px
    }

    .Page-news-view .Page-news-item .news-block blockquote::before {
        bottom: -9px
    }
}

.Page-news-view .Page-news-item .news-block .read-more {
    float: left;
    clear: both;
    position: relative;
    width: 35%;
    padding: 14px;
    margin-right: 10px;
    background-color: #333;
    margin-bottom: 15px
}

@media all and (max-width: 684px) {
    .Page-news-view .Page-news-item .news-block .read-more {
        width:50%
    }
}

@media all and (max-width: 479px) {
    .Page-news-view .Page-news-item .news-block .read-more {
        float:none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        width: auto
    }
}

.Page-news-view .Page-news-item .news-block .read-more-big,.read-more__cover,.read-more__link {
    display: block;
    width: 100%
}

.Page-news-view .Page-news-item .news-block .read-more__title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    /* font-family: 'DIN Pro'; */
    color: #fff
}

.Page-news-view .Page-news-item .news-block .read-more__link {
    text-decoration: none !important;
    outline: 0;
    padding-top: 14px;
    color: inherit!important;
    border: 0!important
}

.Page-news-view .Page-news-item .news-block .read-more__cover {
    max-width: 100%
}

.Page-news-view .Page-news-item .news-block .read-more__heading {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-top: -9px;
    margin-bottom: 6px;
    color: #8ec7f1;
    display: block
}

.Page-news-view .Page-news-item .news-block .read-more__heading:hover {
    color: #ffafaf
}

.Page-news-view .Page-news-item .news-block .read-more__summary {
    color: #fff;
    font-size: 13px;
    line-height: 18px
}

.Page-news-view .Page-news-item .news-block .read-more-big,.read-more-big span {
    color: #000!important;
    text-decoration: none!important
}

.Page-news-view .Page-news-item .news-block .read-more-big {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc!important;
    margin: 30px 0;
    -webkit-transition: opacity .2s ease!important;
    -o-transition: opacity .2s ease!important;
    transition: opacity .2s ease!important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #fff
}

.Page-news-view .Page-news-item .news-block .read-more-big__container,.read-more-big__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-direction: normal
}

.Page-news-view .Page-news-item .news-block .read-more-big:focus,.read-more-big:hover {
    opacity: .8
}

.Page-news-view .Page-news-item .news-block .read-more-big__container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

@media (max-width: 767px) {
    .Page-news-view .Page-news-item .news-block .read-more-big__container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.Page-news-view .Page-news-item .news-block .read-more-big__content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 16px 16px 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.Page-news-view .Page-news-item .news-block .read-more-big__subtitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 60px
}

@media (max-width: 1023px) and (min-width:768px) {
    .Page-news-view .Page-news-item .news-block .read-more-big__subtitle {
        margin-bottom:30px
    }
}

@media (max-width: 767px) {
    .Page-news-view .Page-news-item .news-block .read-more-big__content {
        -webkit-box-ordinal-group:3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        padding: 10px
    }

    .Page-news-view .Page-news-item .news-block .read-more-big__subtitle {
        margin-bottom: 5px
    }
}

.Page-news-view .Page-news-item .news-block .read-more-big__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2
}

.Page-news-view .Page-news-item .news-block .read-more-big__cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding-bottom: 32%
}

@media (max-width: 767px) {
    .Page-news-view .Page-news-item .news-block .read-more-big__cover {
        -webkit-box-ordinal-group:2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        padding-bottom: 56%
    }
}

.article-end-media {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.video-iframe {
    clear: both;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

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

/* rt-gallery */

.rt-gallery {
    width: 100%;
    margin: 0;
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.rt-gallery:hover {
    will-change: top,left,width,height
}

.rt-gallery:hover .rt-gallery__overview {
    will-change: bottom
}

.rt-gallery:focus {
    outline: 0
}

.rt-gallery::after,.rt-gallery::before {
    content: '';
    display: block;
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    background: #000
}

.rt-gallery::before {
    right: -150%
}

.rt-gallery::after {
    left: -150%
}

.rt-gallery__overview {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    -webkit-transition: bottom .2s ease;
    -o-transition: bottom .2s ease;
    transition: bottom .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rt-gallery__close-btn {
    position: absolute;
    padding: 20px;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: none
}

@media (max-width: 864px) {
    .rt-gallery__close-btn {
        width:40px;
        height: 40px
    }
}

@media (max-width: 479px) {
    .rt-gallery__close-btn {
        width:30px;
        height: 30px
    }
}

.rt-gallery__close-btn svg {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.rt-gallery__close-btn svg path {
    fill: #FFF;
    opacity: .6;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    stroke: rgba(0,0,0,.53)
}

.rt-gallery__close-btn svg:hover path {
    opacity: 1
}

.rt-gallery .slide-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    cursor: pointer
}

.rt-gallery .slide-container_tape,.rt-gallery .slide-container_tape .rt-gallery .slide-container__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.rt-gallery .slide-container_has-miniatures {
    padding-bottom: 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rt-gallery .slide-container__inner {
    -webkit-transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    white-space: nowrap;
    height: 100%;
    font-size: 0
}

.rt-gallery .slide {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.rt-gallery .slide[data-loading]::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.5);
    border-top-color: #77bc1f;
    border-top-width: 3px;
    -webkit-animation: spin 1.4s infinite;
    animation: spin 1.4s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    z-index: -1
}

.rt-gallery .slide[data-error]::before {
    content: 'Ошибка загрузки изображения';
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 100%;
    text-align: center
}

.rt-gallery .button-control {
    border: 2px solid #FFF;
    position: absolute;
    height: 61px;
    width: 61px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
    transition: opacity .1s ease;
    cursor: pointer;
    opacity: .6;
    z-index: 2
}

.rt-gallery .button-control[data-disable] {
    opacity: .2!important;
    cursor: auto
}

.rt-gallery .button-control:hover {
    opacity: 1
}

.rt-gallery .button-control:before {
    content: '';
    height: 24px;
    border: solid #FFF;
    width: 24px;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 864px) {
    .rt-gallery .button-control {
        display:none
    }
}

.rt-gallery .button-control_prev {
    left: 20px
}

.rt-gallery .button-control_prev:before {
    border-width: 6px 0 0 6px;
    left: 10px
}

.rt-gallery .button-control_next {
    right: 20px
}

.rt-gallery .button-control_next:before {
    border-width: 0 6px 6px 0;
    right: 10px
}

.rt-gallery__optionals {
    padding-top: 110px;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease
}

.rt-gallery__miniatures {
    position: absolute;
    left: 0;
    top: 0;
    height: 110px;
    width: 500%;
    margin-left: -200%;
    background-color: #343434;
    z-index: 3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.twentytwenty-container,.yandex-banner-medium {
    -webkit-user-select: none;
    -moz-user-select: none;
}

.rt-gallery__miniatures::after,.rt-gallery__miniatures::before {
    content: '';
    display: block;
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    background-color: #343434
}

.rt-gallery__miniatures::before {
    right: -150%
}

.rt-gallery__miniatures::after {
    left: -150%
}

.rt-gallery .miniatures {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: calc(100vw - 20px);
    margin: auto
}

.rt-gallery .miniatures__inner {
    display: inline-block;
    height: 110px;
    white-space: nowrap;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.rt-gallery .miniatures__item {
    width: 90px;
    height: 90px;
    display: inline-block;
    margin: 7px 3px;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    border: 3px solid #343434;
    -webkit-box-shadow: 0 0 0 1px #343434;
    box-shadow: 0 0 0 1px #343434
}

.rt-gallery .miniatures__item:first-child {
    margin: 7px 3px 7px 6px
}

.rt-gallery .miniatures__item:last-child {
    margin: 7px 6px 7px 3px
}

.rt-gallery .miniatures__item[data-active] {
    -webkit-box-shadow: 0 0 0 1px #3b99fb;
    box-shadow: 0 0 0 1px #3b99fb
}

.rt-gallery__copyright {
    position: relative;
    background: rgba(0,0,0,.5);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1
}

.rt-gallery__copyright::after {
    content: '';
    background: -webkit-linear-gradient(transparent,rgba(0,0,0,.5));
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
    background: -o-linear-gradient(transparent,rgba(0,0,0,.5));
    background: linear-gradient(transparent,rgba(0,0,0,.5));
    display: block;
    height: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.rt-gallery .photo-copyright {
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.rt-gallery .photo-copyright[data-active] {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    display: block;
}

.rt-gallery .photo-copyright__text {
    color: #b1b1b1;
    font-size: 14px;
    line-height: 1.35em;
    padding: .723em .5em;
    margin: 0;
}

.rt-gallery .photo-copyright__link {
    color: #8ec7f1;
    text-decoration: none
}

.rt-gallery .photo-copyright__link:hover {
    color: #ffafaf
}

.rt-gallery [grabbing] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.rt-gallery__sharing {
    position: absolute;
    z-index: 2;
    height: 50px;
    width: 100%;
    text-align: center;
    background: #000;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rt-gallery__sharing .ya-share2 {
    margin-top: 15px;
    display: inline-block
}

@media (max-width: 864px) {
    .rt-gallery__sharing .ya-share2 {
        margin-top:0;
        width: 100%
    }

    .rt-gallery__sharing .ya-share2__badge,.rt-gallery__sharing .ya-share2__icon,.rt-gallery__sharing .ya-share2__link,.rt-gallery__sharing .ya-share2__list {
        width: 100%;
        height: 50px
    }

    .rt-gallery__sharing .ya-share2__item {
        width: 20%!important;
        margin: 0!important
    }

    .rt-gallery__sharing .ya-share2__badge {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .rt-gallery__sharing .ya-share2__icon {
        background-position: 50%!important;
        width: 100%!important;
        height: 50px!important;
        background-repeat: no-repeat!important;
        -webkit-background-size: 2.5em 2.5em!important;
        background-size: 2.5em!important
    }
}

.rt-gallery_fullscreen_external-positioning {
    height: 100%!important;
    width: 100%!important;
    top: 0!important;
    left: 0!important;
    z-index: 2147483647;
    position: fixed
}

.rt-gallery_fullscreen_external-positioning .rt-gallery__copyright {
    position: absolute;
    width: 100%;
    -webkit-transition: opacity .5s,height .2s ease,-webkit-transform .2s ease;
    -o-transition: opacity .5s,transform .2s ease,height .2s ease;
    transition: opacity .5s,transform .2s ease,height .2s ease;
    transition: opacity .5s,transform .2s ease,height .2s ease,-webkit-transform .2s ease;
    z-index: 1;
    top: initial;
    bottom: 110px;
    text-align: center;
    -webkit-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    transform: translate(0,-50px);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    will-change: height
}

.rt-gallery_fullscreen_external-positioning .rt-gallery__sharing {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.rt-gallery_fullscreen_external-positioning .rt-gallery__close-btn {
    display: block
}

.rt-gallery_fullscreen_external-positioning .photo-copyright {
    max-width: 980px;
    margin: auto
}

.rt-gallery_fullscreen_external-positioning .photo-copyright__text {
    color: #fff
}

.rt-gallery_fullscreen_internal-positioning {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding-bottom: 0
}

.rt-gallery_fullscreen_internal-positioning .rt-gallery__overview {
    position: absolute;
    top: 0;
    bottom: 160px;
    margin: auto;
    padding: 0;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rt-gallery_fullscreen_internal-positioning .rt-gallery__copyright {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    transform: translate(0,-50px);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    max-height: 77px
}

.rt-gallery_fullscreen_internal-positioning .rt-gallery__copyright::after {
    opacity: 1
}

.rt-gallery_fullscreen_internal-positioning .rt-gallery__copyright[data-minimize] {
    height: 90px!important
}

.rt-gallery_fullscreen_internal-positioning .rt-gallery__copyright[data-minimize]::after {
    opacity: 1
}

.rt-gallery_fullscreen_internal-positioning .rt-gallery__optionals {
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.rt-gallery_fullscreen_internal-positioning .rt-gallery__miniatures {
    bottom: 0;
    top: inherit;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    transform: translate(0,-50px);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.rt-gallery[data-minimal-mode] .rt-gallery__overview {
    bottom: 0
}

.rt-gallery[data-minimal-mode] .rt-gallery__close-btn {
    opacity: 0;
    pointer-events: none
}

.rt-gallery[data-minimal-mode] .rt-gallery__optionals {
    -webkit-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    transform: translate(0,100%);
    opacity: 0;
    pointer-events: none
}
/* rt-gallery */

.rt-embed-gallery {
    line-height: 0;
    position: relative;
    overflow: hidden;
    height: 22.3em;
    text-align: right;
    background-color: #343434
}

.rt-embed-gallery:focus {
    outline: 0
}

.rt-embed-gallery [data-loading]>* {
    opacity: 0!important
}

.rt-embed-gallery [data-loading]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    content: '';
    -webkit-animation: spin 2s infinite;
    animation: spin 2s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border: 3px solid rgba(255,255,255,.15);
    border-top-width: 3px;
    border-top-color: #77bc1f;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (max-width: 864px) {
    .rt-embed-gallery {
        width:100vw;
        margin-left: calc(-50vw + 50%)
    }
}

@media (max-width: 684px) {
    .rt-embed-gallery {
        height:18.3em
    }
}

@media (max-width: 479px) {
    .rt-embed-gallery {
        height:15.3em
    }
}

.rt-embed-gallery__next,.rt-embed-gallery__prev {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    cursor: pointer;
    opacity: .5;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000
}

.rt-embed-gallery__next:hover,.rt-embed-gallery__prev:hover {
    opacity: .8
}

.rt-embed-gallery__next[data-disabled],.rt-embed-gallery__prev[data-disabled] {
    visibility: hidden
}

.rt-embed-gallery__next:before,.rt-embed-gallery__prev:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 30%;
    height: 30%;
    margin: auto;
    content: '';
    border: solid #fff;
    border-width: 0 0 3px 3px;
    -webkit-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px
}

.rt-embed-gallery__next,.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px
}

.twentytwenty-after-label:before,.twentytwenty-before-label:before {
    content: " "
}

@media (max-width: 864px) {
    .rt-embed-gallery__next,.rt-embed-gallery__prev {
        display:none
    }
}

.rt-embed-gallery__next:before {
    margin-left: 25%;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.rt-embed-gallery__prev {
    left: 10px
}

.rt-embed-gallery__prev:before {
    margin-right: 25%;
    transform: rotate(45deg)
}

.rt-embed-gallery__link {
    line-height: 2.3em;
    padding: 0 1em;
    color: #8ec7f1!important;
    border: 0!important;
    text-decoration: none !important;
    font-weight: 400 !important;
    font-size: 14px;
}

.rt-embed-gallery__link:hover {
    color: #ffafaf!important;
    text-decoration: none
}

.rt-embed-gallery__slides {
    margin-top: 1em;
    white-space: nowrap
}

.rt-embed-gallery__container {
    -webkit-transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}

.rt-embed-gallery__container[data-grabbing] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.rt-embed-gallery .slide {
    display: inline-block;
    cursor: pointer;
    background-color: #fff
}

.rt-embed-gallery .slide[data-active] {
    cursor: default
}

.rt-embed-gallery .slide[data-active]>* {
    opacity: 1
}

.rt-embed-gallery .slide__img {
    display: inline-block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-color: #585858;
    position: relative;
    height: 19em;
    width: 19em;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: .3
}

/* spitim */
div[data-spotim-default-areas] {
    display: flex !important;
    flex-direction: column-reverse !important;
    width: 100% !important;
}

div[product-header-placeholder] > div {
    margin-top: 0 !important;
}

/* tags */
.Page-news-view .Page-news-item .news-block .tags-trends .link:hover {
    background-color: #c9cbc7;
}

/* виджет игр (самый топ) */
.Game-schedule-wrapper .Game-schedule-desktop {
    padding: 14px 30px 0;
}
.Game-schedule-wrapper .Game-schedule-desktop .Date {
    overflow: initial;
}
.Game-schedule-wrapper .Game-schedule-desktop .Date .Data-block {
    margin: 0 -6px;
}

.Game-schedule-wrapper .Game-schedule-desktop .Date .Data-block .game-data {
   margin-top: 8px;
}

.day-country_play {
    width: 15px;
    margin: 0 0 8px 0;
}

.Game-schedule-wrapper .Game-schedule-desktop .Date .Data-block .number-day{
    font-weight: 600;
    padding: 0 8px;
}

.Game-schedule-wrapper .Game-schedule-desktop .Date .Data-block .day-week {
    max-width: 22px;
    width: 100%;
}

.Game-schedule-wrapper .Game-schedule-desktop .Date .Data-block .no-active {
    position: relative;
    top: 2px;
}

.Game-schedule-wrapper .Game-schedule-desktop .Date .Data-block .block-active .day-week{
    border-bottom: 4px solid #6fa619;
}

.Game-schedule-wrapper .Game-schedule-desktop .Date .Data-block .block{
    padding: 0 0;
    text-align: center;
}

.game-data > article + article{
    margin-left: 2px;
}

.Information-block-team .section1 .group-name {
    font-size: 14px;
    width: 38px;
}

.Information-block-team .section1 .place .time {
    margin-bottom: 4px;
    font-weight: 600;
}

.Information-block-team .section1 .place .city .town {
    font-size: 14px;
    font-weight: 600;
}

.Information-block-team .section1 .place .city .arena {
    font-size: 12px;
}

.Information-block-team .section2 .country {
    font-weight: 600;
}

.Information-block-team .section3 .online {
    font-size: 11px;
}

.Game-Score-block-Big-item .Game-Score-block {
    margin: 0 14px;
}

.Game-Score-block-Wrapper .Game-Score-block {
    font-weight: 600;
}

.Game-schedule-wrapper .Game-schedule-desktop .Date .Data-block .item:last-child .Date-scheme p {
    font-weight: 700;
}

.Game-schedule-Drop-down .content {
    align-items: flex-start;
}

.Game-schedule-Drop-down .content .countries .block .group {
    font-weight: 700;
}

.Game-schedule-Drop-down .content section:first-child {
    margin-right: 40px;
}

.Game-schedule-Drop-down .content section:last-child {
    margin-top: 30px;
}

.Game-schedule-Drop-down .content .countries .block {
    width: 100%;
    flex: 1 1 160px;
}

.Game-schedule-Drop-down .content .stadiums .block {
    margin-top: 0;
    margin-bottom: 12px;
    width: 100%;
    flex: 0 1 160px;
}

.Scoreboard .navigation .item {
    user-select: none;
}

.Game-schedule-information-mobile-root .date {
    font-weight: 600;
}

.Game-schedule-information-mobile .Block .information-section {
    font-size: 13px;
}

.Game-schedule-information-mobile .Block .information-section .time-group .group {
    font-weight: 700;
    font-size: 10px;
}

/* Турнирная таблица */
.Standings-block .Desktop {
    padding-top: 10px;
}

.Standings-block .Desktop .Standings-block-element {
    align-items: flex-start;
}

.Designations .wrapper {
    padding: 6px 0;
    flex: 1;
    padding-right: 32px;
}
.Designations .wrapper .designation-block {
    max-width: 160px;
    width: 100%;
}

.Designations .wrapper .designation-block div {
    width: auto;
    margin: 0 2px;
    flex: 1;
}

.Designations .wrapper .designation-block div:nth-child(5) {
    flex: 1;
}

.Designations .wrapper:first-child {
    padding-right: 32px;
}
.Designations .wrapper:last-child {
    padding-right: 32px;
}
.Common-Standing-Block {
    padding: 13px 0 13px;
    align-items: flex-start;
    width: 33.333333333%;
    padding-right: 32px;
}


.Common-Standing-Block .Block-countries .number {
    max-width: 160px;
    width: 100%;
}

.Common-Standing-Block .Block-countries .number div {
    white-space: nowrap;
    font-weight: 600;
    width: auto;
    margin: 0 2px;
    flex: 1;
}

.Common-Standing-Block .Block-countries .number div:nth-child(5) {
    flex: 1;
}

.Common-Standing-Block .Block-countries .flag {
    padding-right: 4px;
}

.Common-Standing-Block .Block-countries .flag .name {
    font-weight: 600;
}
.Common-Standing-Block .Block-countries .flag:hover .name {
    color: #e00333;
}
/* виджет новости */
.Exclusive {
    margin: 0;
    margin-right: 6px;
    margin-bottom: 6px;
}
.Exclusive p {
    font-weight: 700;
}

.Button-scoreboard .arrow {
    margin-bottom: 2px;
}

.Button-scoreboard .arrow2 {
    margin-top: 2px;
}

.App-listing-news .Button-arrow {
    font-weight: 700;
    margin-top: 0;
}

/* Видет 5 новостей */
.App-News {
    margin: 30px auto;
}

.News-card-block .top-content time {
    line-height: 15px;
}

.App-listing-news-root {
    flex-direction: row;
}

.App-listing-news-root .News-card-root {
    margin-bottom: 16px;
}

.App-listing-news .News-card-block .content {
    margin-top: 11px;
    padding-top: 0;
    font-family: Roboto, sans-serif;
    transition: color .15s linear;
}

.App-listing-news .News-card-block .content:hover {
    color: #6fa619;
}

.App-News .left-block .App-Primary-news .wrapper-content .text {
    line-height: 47px;
}

.App-Cities-and-stadiums .City-map .background-map .content .city {
    text-transform: uppercase;
}

.News-card-block .news-card-image {
    position: relative;
}

.News-card-block .news-card-image:after {
    content: "";
    display: flex;
    padding-bottom: 56.25%;
}

.Game-score-news-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: auto;
}

.Button-load-more .text {
    font-weight: 600;
}

.Footer .social .wrapper {
    cursor: pointer;
}

/* Статистика на главной */
.Player-stats-root .Player-stats-section .main-block .goal {
    font-weight: 600;
}

.Player-stats-root .Player-stats-section .main-block .game {
    font-weight: 600;
}

.Player-stats-root .Player-stats-section .header {
    font-weight: 700;
}

/* Страница новости */
.Page-news-item .tags-time {
    margin-right: 0;
    width: 100%;
    max-width: 190px;
    flex: 1 0 auto;
    padding-right: 16px;
}

.Page-news-root {
    padding: 24px 35px 12px;
}

.Page-news-item .news-block {
    padding-bottom: 20px;
}

.Page-news-item .news-block .summary {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    margin-top: 8px;
}

.Page-news-item .news-block .title {
    font-size: 24px;
}


/* Страница календаря */
.Page-calendar-desktop .block .Tournament-stage .date:after, .Page-calendar-desktop .block .Tournament-stage .date:before {
    height: 1px;
}

.Game-schedule-Drop-down.Page-calendar-popup-match .stadiums .block {
    flex: 0;
    white-space: nowrap;
    margin: 0 20px;
}

.Game-schedule-Drop-down.Page-calendar-popup-match .stadiums .block .country:hover {
   color: #6fa619;
}

/* Страница результатов */
.Page-Result .Group-root {
    padding-top: 8px;
}

.Page-Result .Group-root-Header .nav .item {
    font-weight: 600;
}

.Page-Result .Group-root-Table .country-block {
    max-width: 300px;
    width: 100%;
    text-align: left;
}
.Page-Result .Group-root-Table .country-block .text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;  
}

.Page-Result .Group-root-Table .country-block > a {
    width: 100%;
}

/* страница статистки */
.Page-Statistics+.App-Player-stats {
    margin-top: 20px;
}

/* сТраница матч трансляции */
.Match-info-game-information .Match-info-game-information-desktop .block .Tournament-stage .date:before {
    height: 1px;
}

.Match-info-game-information .Match-info-game-information-desktop .block .Tournament-stage .date:after {
    height: 1px;
}

.articles-block .News-card-block .news-card-image:after {
    display: none;
}

.Page-news-item .tags-time .tags {
    flex-wrap: wrap;
}

.News-card-block .top-content .Tag-exclusive {
    font-size: 8px;
    background: #6fa619;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    font-weight: 700;
    padding: 3px 6px;
}

.Match-info-text-broadcast .Text-broadcast-block .time {
    text-align: center;
}

.Match-info-text-broadcast .Text-broadcast-block .icons {
    width: auto;
    margin-left: 8px;
}

.Match-info-text-broadcast .Text-broadcast-block .text .rtcode .instagram-media {
    margin: 0 auto !important;
}

/* страница стадионов */
.Cities-and-stadiums-root {
    overflow: hidden;
}

.Player-page .main-soccer .info .country-position .country a:hover {
    color: #e00333;
}

.Player-page .main-soccer .info .country-position .position a:hover {
    color: #e00333;
}

.Player-page .mobile .Page-calendar-mobile-root .Game-schedule-information-mobile .Block {
    max-width: 100%;
}

.Russia-team-Players-section .block .player .item .photo {
    background-color: #dee0da;
    background-size: 61px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.name-surname.name-surname-mobile {
    display: none;
}

/* mobile */
@media (max-width: 1280px) {
    .Standings-block .Desktop .Designations .wrapper {
        width:auto;
        padding-right: 32px;
    }
}

@media(max-width: 1279px) {
    .Game-schedule-wrapper .Game-schedule-desktop .Date {
        overflow: auto;
    }
}

@media (max-width: 960px) {
    .Standings-block .Desktop .Standings-block-element .Common-Standing-Block {
        width: 100%;
    }

    .Standings-block .Desktop {
        padding: 10px;
    }
    
    .Standings-block .Desktop .Designations .wrapper:nth-child(2) {
        display: none;
    }
}

@media (max-width: 768px) {
    .Scoreboard-root .test {
        top: -12px;
    }
    
    .Scoreboard .navigation .item {
        white-space: nowrap;
    }

    .Page-news-item .tags-item-mobile {
        max-width: 100%;
    }

    .Page-news-root {
        border-top: none;
        padding: 12px 10px 12px 20px;
    }

    .Page-news-item .news-block .title {
        font-size: 18px;
    }

    .News-card-block .news-card-image {
        height: auto;
    }

    .Exclusive {
        margin: 0;
        margin-right: 6px;
        margin-bottom: 0;
    }

    .name-surname {
        display: none;
    }

    .name-surname.name-surname-mobile {
        display: block;
    }
}
