#signup-form {
    overflow: hidden;
}

.facebook_comments {
    text-align: center;
}

.select-simple .items .item.empty {
    cursor: default;
}

.select-simple .items .item.empty:hover {
    color: inherit;
}
.search_form_wrapper button.see_more_wrapper {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
input#userinfoform-photo, .field-userinfoform-photo label {
    display: none;

}

.one_news_page.empty .film_main_block .text {
    font-size: 20px;
}

.one_news_page.empty .film_main_block .text a {
    color: #fff;
    opacity: 0.5;
}
@media only screen and (max-width: 1199px) {
    .one_news_page.empty .film_main_block .text {
        padding-top: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .one_news_page.empty .film_main_block .text {
        font-size: 14px;
    }
}

.one_news_page.empty .breadcrumbs_wrapper:after {
    width: 100%;
    background-color: #234489;
}

.one_news_page.empty .film_main_block {
    top: -1px;
}

.one_news_page.empty .film_main_block .bg_left {
    width: 100%;
    background-color: #234489;
}

.shedule_page .shedule_items .time .time_line {
    font-weight: 300;
}

#contact-form .input-simple .form-group.has-success input {
    border-bottom-color: #000;
}

.viewer_choise_block .hover_items {
    opacity: 1;
}

.search_result_block .results .description {
    max-height: 62px;
    overflow: hidden;
}

.film_description .availabel {
    padding-bottom: 10px;
}

button:focus {
    outline: none;
}

.search_result_block button {
    cursor: pointer;
}

.videoplayer.show_navigation .vc-container .ytp-progress-bar-container, .videoplayer .vc-container .ytp-progress-bar-container {
    opacity: 0;
    display: none !important;
}

.field-userinfoform-photo .help-block {
    max-width: 255px;
    color: #f7b9aa
}

#recaptcha > div {
    opacity: 0 !important;
    visibility: hidden !important;
    box-shadow: none !important;
}

#userinfoform-sex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

body .popup_wrapper {
    z-index: 10;
}

.hero_block.with_form .form_wrap {
    position: relative;
}
.partners_block .swiper-slide img {
    max-height: 120px;
}
.hero_block.with_form .success-send {
    position: absolute;
    background-color: #fff;
    text-align: center;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition: all 0.5s;
}

.hero_block.with_form .success-send.show {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.hero_block.with_form .success-send .heading {
    color: #026a49;
    font-size: 32px;
    padding: 0 80px;
    margin: auto;
}

.volonter-page .related_news {
    padding-top: 0;
}

#volonter-form .description {
    max-width: 550px;
}

.contact_page .checkbox_wrapper .checkbox-label, .contact_page .checkbox_wrapper .checkbox-label a {
    color: #000;
}

.contact_page .registration_checbox .help-block {
    font-size: 12px;
    line-height: 135%;
    color: #f7b9aa;
    min-height: 12px;
    padding-top: 5px;
}
@media only screen and (max-width: 1199px) {
    .header .mobile_menu_wrapper > .send_film {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .one_news_page .block_image_with_position img {
        object-fit: inherit;
    }

    .one_news_page .block_image_with_position .lazy-image__picture {
        display: block;
    }
}

.account_pages .base-component.recommended.recommended-disable {
    padding-bottom: 0;
}
