.notification__root-wrapper {
    width: 100%;
    top: 240px;
    position: absolute;
    display: none;
    z-index: 99999;
}

.notification--root-wrapper__center {
    margin: 0 auto;
    width: 1262px;
}

.notification__root-wrapper.opened {
    display: block;
}

.notification_wrapper {
    width: 550px;
    height: 328px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .6);
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .6);
    padding: 44px 0 0 30px;
    float: right;
    z-index: 99999;
    color: black;
    position: relative;
}

.notification_close {
    position: absolute;
    display: flex;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 8px -3px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px -3px rgba(0, 0, 0, .6);
    cursor: pointer;
    font-size: 24px;
}

.notification_close:hover {
    color: red;
}

.notification_main_content {
    position: relative;
    overflow: hidden;
}

/*восстанавливаем высоту */
.notification_main_content::before {
    content: '';
    margin-top: calc(100% / 1.92);
    display: block;
}

.notification_text, .notification_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.notification_header {
    text-transform: uppercase;
    font-size: 36px;
    margin-top: 26px;
    line-height: 50px;
    font-weight: 600;
}

.notification_description {
    font-size: 14px;
    margin-top: 10px;
}

.notification_text {
    width: 300px;
    z-index: 2;
}
.notification_image__wrapper.fade__left {
    float: right;
    overflow: hidden;
    position: relative;
}

.notification_image__wrapper.fade__left::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    background: url('/local/templates/.default/icons/gradient.svg') repeat-y;
    width: 100px;
    height: 100%;
}

.notification_image {
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: right;
}

.notification_image img {
    text-align: right;
    width: 338px;
    height: 284px;
    display: block;
}

.notification_text .label {
    text-transform: uppercase;

}

.notification_text .label.label__ico span {
    display: inline-block;
    background-image: url("/favicon.ico");
    width: 50px;
    height: 21px;
    background-position: center;
    background-size: 43px;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.animated-target {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    /*margin: 10px;*/
    cursor: pointer;
    display: none;

}

.animated-target .target__one,
.animated-target .target__two {
    content: '';
    position: absolute;
    z-index: 999;
    border: 1px solid rgb(255, 20, 0);
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    animation: pulse 1.3s linear infinite;
    opacity: 0;
}

.animated-target .target__two {
    animation-delay: .3s;
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: .3;
    }
    10% {
        opacity: .5;
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: scale(.8);
        opacity: 0;
    }
}

.notification-item {
    position: absolute;
    z-index: 1977;
}

.notification-item__title {
    font-size: 26px !important;
}

.notification-item__text {
    margin-top: 15px !important;
}

.notification-item .result-message-wrapper {
    position: relative;
    z-index: 99999;
    width: 350px !important;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, .6);
    /*visibility: hidden;*/
}

#result-message-custom.notification-item .result-message-wrapper p{
    -moz-text-align-last: left;
    text-align-last: left;
}

#result-message-custom.notification-item {
    width: auto;
    height: auto;
}

#result-message-custom.notification-item .result-message-wrapper .notification-item__title {
    text-align: left;
    text-align-last: auto;
}

#result-message-custom.notification-item .pointer {
    display: block;
    background: #FFF;
    width: 10px;
    height: 10px;
    transform: translate(5px, 5px) rotate(45deg);
    z-index: 999999;
    position: absolute;
    top: -10px;
    left: 0px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .6);
}

#result-message-custom.notification-item .pointer.top:after,
#result-message-custom.notification-item .pointer.right:after,
#result-message-custom.notification-item .pointer.bottom:after,
#result-message-custom.notification-item .pointer.left:after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    width: 26px;
    height: 15px;
    transform: rotate(-45deg);
}

#result-message-custom.notification-item .pointer.right:after,
#result-message-custom.notification-item .pointer.left:after {
    height: 26px;
    width: 15px;
}

#result-message-custom.notification-item .pointer.top:after {
    left: -3px;
    bottom: -8px;
}

#result-message-custom.notification-item .pointer.right:after {
    left: -7px;
    bottom: -14px;
}

#result-message-custom.notification-item .pointer.bottom:after {
    left: -13px;
    bottom: 4px;
}

#result-message-custom.notification-item .pointer.left:after {
    left: 5px;
    top: -11px;
}

div#result-message-custom.is-mobile {
    top: 0 !important;
    left: 0 !important;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
}

div#result-message-custom.is-mobile .pointer {
    display: none;
}

div#result-message-custom.is-mobile .result-message-wrapper {
    max-width: 90%;
    max-height: 90%;
    overflow-y: scroll;
}

.site_btn_allow {
    text-decoration: none;
    margin-top: 15px;
    background-color: var(--red);
    color: #fff;
    outline: none;
    border: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 60px;
    cursor: pointer;
    display: inline-block;
}

    .site_btn_allow:hover {
        opacity: .8;
    }
.element_hide {
    visibility: hidden;
    opacity: 0;
}
.element_show {
    visibility: visible;
    opacity: 1;
}

.action_mouse {
    text-decoration-line: unset;
    cursor: pointer;
}
.action_mouse:hover {
    color: var(--red);
    border-color: var(--red);
}

[data-plyr=pip] {
    display: none !important;
}

.posters-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.posters-center video, .posters-center img {
    max-height: 243px;
}

.arrival-item__secname {
    font-weight: bold;
    margin-top: 40px;
}

.arrival-item:first-of-type .arrival-item__secname {
    margin-top: 0;
}

.arrival-item__text {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.arrival-item__img {
    width: 30px;
    max-height: 100%;
    margin-right: 10px;
}

.arrival-item__href {
    text-decoration: none;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.arrival-item__href:hover {
    color: var(--red);
}

.new-item__secname {
    font-weight: bold;
    margin-top: 40px;
}

.new-item:first-of-type .new-item__secname {
    margin-top: 0;
}

.new-item__text {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.new-item__img {
    width: 30px;
    max-height: 100%;
    margin-right: 10px;
}

.new-item__href {
    text-decoration: none;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.new-item__href:hover {
    color: var(--red);
}

.muted__overlay svg {
    stroke: #fff;
}

.muted__overlay:hover, .muted__overlay:hover svg {
    border-color: rgb(255,20,0);
    stroke: rgb(255,20,0);
}

.muted--overlay:hover svg, .muted--overlay:hover svg path, .muted--overlay:hover svg line {
    stroke: rgb(255,20,0);
}

.muted__overlay {
    cursor: pointer;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #FFF;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 11px -5px black, inset 0px 0px 11px -5px black;
    margin: 5px;
    z-index: 10;
}

.muted__overlay svg {
    stroke: #FFF;
    width: 80%;
    height: 80%;
    transform: translateX(1px);
}
