/* первый экран */
.block_header {
    position: relative;
    width: 100%;
    height: 650px;
    background-image: url(/static/images/casting/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 1.5rem;
}

.block_header_name {
    position: absolute;
    left: 2rem;
    top: 2rem;
    font-weight: 600;
    font-size: 46px;
    color: #ffffff;
}

.block_header_name_mob {
    display: none;
    position: absolute;
    left: 2rem;
    top: 2rem;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
}

.block_header_arrow {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    width: 65px;
    height: 60px;
    background-image: url(/static/images/casting/ico_arrow.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 58px;
}

.block_header_slogan {
    position: absolute;
    left: 2rem;
    bottom: 8rem;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    text-align: left;
    max-width: calc(100% - 4rem);
}

.block_header_slogan_mob {
    position: absolute;
    right: 2rem;
    bottom: 10rem;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    text-align: right;
    display: none;
}

.block_header_buttons {
    position: absolute;
    left: 8rem;
    bottom: 2rem;
    text-align: right;
}

.block_header_buttons a {
    color: #ffffff;
}

.block_header_button_zayav {
    width: 320px;
    height: 68px;
    line-height: 68px;
    font-weight: 600;
    display: inline-block;
    border-radius: 34px;
    background-color: #B32D36;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
}

.block_header_button_zayav_director {
    width: 320px;
    height: 68px;
    line-height: 68px;
    font-weight: 600;
    display: inline-block;
    border-radius: 34px;
    background-color: #B32D36;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.block_header_button_napomnit {
    width: 320px;
    height: 68px;
    line-height: 68px;
    font-weight: 600;
    display: inline-block;
    border-radius: 34px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    cursor: pointer;
}


/* информация */
.block_info {
    width: 100%;
    padding: 2rem;
    background-color: #B32D36;
    margin-top: 2rem;
    border-radius: 1.5rem;
}

.block_info_table {
    display: table;
    width: 100%;
}

.block_info_table_row {
    display: table-row;
}

.block_info_table_cell {
    display: table-cell;
    padding: 1rem 2rem 1rem 0rem;
}

.info_table_cell_header {
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    vertical-align: bottom;
    border-bottom: 1px solid #000000;
}

.info_table_cell_value {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}


.block_info_mob {
    width: 100%;
    padding: 2rem;
    background-color: #B32D36;
    margin-top: 2rem;
    border-radius: 1.5rem;
    display: none;
}

.block_info_table_mob {
    display: block;
    width: 100%;
}

.block_info_table_cell_mob {
    display: block;
    padding: 1rem 1rem 1rem 1rem;
    text-align: center;
}


/* информация 2 */
.block_info2 {
    width: 100%;
    margin-top: 2rem;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.block_info2_left {
    width: 50% !important;
    background-color: #F6F6F6;
    padding: 2rem;
    font-size: 24px;
    line-height: 34px;
    border-radius: 1.5rem;

    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.block_info2_left p {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
}

.block_info2_delim {
    width: 1.6rem;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex_padding_left {
    padding-left: 0.8rem;
}

.flex_padding_right {
    padding-right: 0.8rem;
}

.flex_margin_bottom {
    margin-bottom: 1.6rem;
}

.block_info2_right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.block_info2_right_pad {
    width: 50%;

    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.block_info2_right_content {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 1.5rem;
    padding: 2rem;
    font-size: 22px;

    background-position: 2rem 2rem;
    background-repeat: no-repeat;
    background-size: 2rem auto;
}

.block_info2_right_text {
    position: relative;
    margin-top: 10rem;
}

.block_info2_right_pad_header {
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    color: #B32D36;
}


/* о базе */
.block_base {
    width: 100%;
    margin-top: 2rem;
}

.block_base a {
    color: #B32D36;
    font-weight: 700;
}

.block_base_header {
    font-size: 30px;
    font-weight: 700;
    color: #B32D36;
    width: 100%;
    margin-bottom: 1rem;
}

.block_base_grid {
    width: 100%;
    padding: 2rem;
    border-radius: 1.5rem;
    background-color: #ffffff;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block_base_left {
    width: 48%;
    font-size: 18px;
}

.block_base_right {
    width: 48%;
    font-size: 19px;
}

.block_base_readmore {
    color: #B32D36;
    font-weight: bold;
    border-bottom: 1px dotted #B32D36;
    cursor: pointer;
}



/* информация 3 */
.block_manager {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    background-image: url(/static/images/casting/bg4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 1.5rem;
    padding: 2rem;
}

.block_manager_info {
    color: #ffffff;
    font-size: 18px;
    margin-top: 2rem;
}

.block_manager_info a {
    color: #ffffff;
    font-weight: 700;
}

.block_manager_video_block {
    width: 100%;
    background-color: #B32D36;
    padding: 2rem;
    border-radius: 1rem;
}

#block_manager_player {
    width: 100%;
    border-radius: 0.5rem;
}

.block_manager_text_header {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.block_manager_buttons {
    width: 100%;
    text-align: right;
    padding-top: 2rem;
}



/* спецучёт */
.block_special {
    width: 100%;
    margin-top: 2rem;
}

.block_special a {
    color: #ffffff;
    font-weight: 700;
}

.block_special_header {
    width: 100%;
    font-size: 40px;
    font-weight: 600;
}

.block_special_direction_block {
    width: 100%;
    padding: 2rem;
    border-radius: 1.5rem;
    background-color: #ffffff;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block_special_direction_text_block {
    width: 53%;
    padding-right: 4rem;
}

.block_special_direction_image_block {
    width: 47%;
}

.block_special_direction_image {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
}

.block_special_direction_text_header {
    width: 100%;
    font-size: 30px;
    font-weight: 800;
    color: #B32D36;
    margin-bottom: 1rem;
}

.block_special_direction_text {
    font-size: 18px;
}

.block_special_direction_contact {
    width: 100%;
    font-size: 22px;
    margin-top: 1rem;
}

.block_special_direction_contact a {
    color: #B32D36;
    font-weight: 700;
}

.block_special_detail {
    width: 320px;
    height: 68px;
    line-height: 68px;
    font-weight: 600;
    display: inline-block;
    border-radius: 34px;
    background-color: #B32D36;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    margin-top: 1rem;
}

.block_special_photo {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
}

.block_special_info {
    width: 100%;
    font-size: 20px;
}




/* финал экран */
.block_final {
    position: relative;
    width: 100%;
    height: 650px;
    background-image: url(/static/images/casting/bg5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 1.5rem;
    margin-top: 2rem;
}

.block_final_name {
    position: absolute;
    right: 2rem;
    top: 1rem;
    font-weight: 600;
    font-size: 40px;
    color: #ffffff;
    text-align: right;
}

.block_final_name_mob {
    display: none;
    position: absolute;
    left: 40px;
    top: 40px;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
}

.block_final_arrow {
    position: absolute;
    left: 2rem;
    top: 2rem;
    width: 65px;
    height: 60px;
    background-image: url(/static/images/casting/ico_arrow.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 58px;
}

.block_final_slogan {
    position: absolute;
    left: 2rem;
    bottom: 8rem;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
}

.block_final_slogan_mob {
    position: absolute;
    left: 40px;
    padding-right: 40px;
    bottom: 11rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    display: none;
}

.block_final_buttons {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    font-weight: 600;
    text-align: right;
}

.block_final_buttons a {
    color: #ffffff;
}




@media all and (min-width: 1px)and (max-width: 960px) {

    .center_1200_to_320 { padding-left: 1rem; padding-right: 1rem; }

    .menu_line { display: none; }
    .mob_header_gap { display: block; }
    .mob_header_line { display: block; }
    #block_mobile_button { display: block; }


    .block_header { background-position: center top; height: 88vh; }
    .block_header_arrow { left: auto; bottom: auto; right: 2rem; top: 2.5rem; background-position: top right; background-size: auto 28px; }
    .block_header_slogan { display: none; }
    .block_header_slogan_mob { display: block; font-size: 16px; padding-left: 1rem; }
    .block_header_buttons { margin-bottom: 1rem; bottom: 1rem; width: 100%; right: auto; left: 10%; width: calc(100% - 4rem); }
    .block_header_button_zayav { margin-bottom: 1rem; width: 100%; height: 48px; line-height: 48px; }
    .block_header_button_napomnit { width: 100%; margin-left: auto; height: 48px; line-height: 48px; }
    .block_header_name { display: none; }
    .block_header_name_mob { display: block; font-size: 20px; }

    .block_info_table_row  { display: block; }
    .block_info_table_row  { display: block; }
    .block_info_table_cell  { display: block; font-size: 18px; padding: 16px 0px 16px 0px; border-bottom: 1px dotted #ffffff; }
    .block_info_table_cell:last-child  { padding: 16px 0px 0px 0px; border-bottom: none; }

    .block_base_grid  { padding: 20px; }
    .block_base_left  { width: 100%; font-size: 14px; font-weight: 600; margin-bottom: 1rem; }
    .block_base_right  { width: 100%; font-size: 14px; }

    .block_manager  { padding: 20px; }
    .block_manager_text_header  { font-size: 22px; }
    .block_manager_left  { width: 100%; padding: 40px; font-size: 14px; font-weight: 600; margin-bottom: 1rem; }
    .block_manager_right  { width: 100%; font-size: 16px; }
    .block_manager_video_block  { padding: 8px; line-height: 0; }
    .block_manager_buttons { width: 100%; padding: 40px; }
    .block_header_button_zayav_director { margin-bottom: 1rem; width: 100%; height: 48px; line-height: 48px; }
    .block_manager_info { font-size: 16px; }

    .block_special_direction_block  { padding: 20px; }
    .block_special_direction_text_block  { width: 100%; margin-bottom: 1rem; padding: 0; }
    .block_special_direction_text  { width: 100%; font-size: 15px; }
    .block_special_direction_image_block  { width: 100%; padding: 0; }
    .block_special_detail  { width: 100%; height: 48px; line-height: 48px; margin-top: 1rem; }
    .block_special_direction_contact  { width: 100%;  padding: 0; margin-top: 20px; font-size: 16px; }
    .block_special_info  { font-size: 16px; }

    .block_faq { padding: 20px; }
    .block_faq_header { font-size: 26px; }
    .block_faq_ques { font-size: 16px; padding-bottom: 0rem; background-size: 0.7rem auto; background-position: right 0.5rem; }
    .block_faq_ans { font-size: 14px; padding-bottom: 0rem; padding-top: 1rem; }
    .block_faq_item { padding: 1rem 1rem 1rem 1rem; }
    .block_faq_grid { width: 100%; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 0; }
    .block_faq_slogan { width: 100%; font-size: 24px; padding-bottom: 1rem; }
    .block_faq_buttons { width: 100%; }
    .block_faq_from_header { font-size: 18px; }
    #block_faq_send { width: 100%; height: 48px; line-height: 48px; }

    .block_final { background-position: center top; height: 88vh; }
    .block_final_name { display: none; }
    .block_final_name_mob { display: block; }
    .block_final_arrow { left: auto; bottom: auto; right: 40px; top: 44px; background-position: top right; background-size: auto 28px; }
    .block_final_slogan { display: none; }
    .block_final_slogan_mob { display: block; }
    .block_final_buttons { margin-bottom: 1rem; bottom: 1rem; width: 100%; right: auto; left: 10%; width: calc(100% - 4rem); }

    .footer_grid { width: 100%; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 1rem; }
    .footer_block_logo { width: 100%; height: 3rem; }
    .footer_block_menu1 { width: 100%; }
    .footer_block_menu2 { width: 100%; }
    .footer_block_social { width: 100%; text-align: left; }

    .casting_mob_padding { padding: 1rem; }
}

@media all and (min-width: 960px)and (max-width: 1232px) {
    .center_1200_to_320 { padding-left: 1rem; padding-right: 1rem; }
}
