.loading:after {
    content: '';
    display: block;
    background: #fff 50% 50% no-repeat url(../images/loading.gif);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
}
.loading {
    position: relative;
}
.breadcrumb__item > .breadcrumb__text {
    font-size: 12px;
    font-family: "Montserrat";
    color: #919293;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline;
}
.breadcrumb__item_active > .breadcrumb__text {
    color: #232331;
}
.section__item_donat a {
    font-size: 12px;
    font-family: "Montserrat";
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background: #232331;
    padding: 15px 22px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    background: red;
}
.section__item_donat a:hover {
    background: #e4e1e1;
    color: #222331;
}
.errortext {
    color:red;
}
.mw_id_video .mw__close,
.mw_id_films .mw__close {
    top: -32px;
}
.form-reg__block_error .form-reg__block-captcha {
    margin-top: 10px;
}
.media__list-item-main-el_film-play {
    position: relative;
}
.media__list-item-main-el_film-play:after {
    position: absolute;
    content: "";
    background: url(../icons/icon_25.png) center center / contain no-repeat;
    padding: 25px;
    left: 0;
    right: 0;
    top: 40%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.message-box__stub,
.imgmodalcontent__item-stub {
    display: inline-block;
    line-height: 2;
    background-color: red;
    font-size: 14px;
    color: white;
    padding: 0 10px;
}
.message-box__stub a,
.message-box__stub a:visited,
.message-box__stub a:focus,
.message-box__stub a:active,
.imgmodalcontent__item-stub a,
.imgmodalcontent__item-stub a:visited,
.imgmodalcontent__item-stub a:focus,
.imgmodalcontent__item-stub a:active {
    color: white;
    text-decoration: underline;
}
.message-box__stub a:hover,
.imgmodalcontent__item-stub a:hover {
    color: white;
    text-decoration: none;
}
.message-box__caption.message-box__caption_gray.message-box__caption_bottom.error {
    color: red;
}
.imgmodalcontent__item-text {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
}
.imgmodalcontent__item-text.error {
    color: red;
}