.hall_scheme_section {
    position: relative;
    height: 920px;
    z-index: -1;
}

.hall_scheme_section_div {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: .48;
}

.hall_scheme_fg {
    z-index: -1;
    background: rgba(11, 16, 36, 0.69) 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    margin-left: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    width: 50.83%;
    height: 920px;
}

.hall_scheme_top {
    margin-left: 63px;
    margin-right: 58px;
    margin-top: 70px;
    display: flex;
    align-content: center;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

.hall_scheme_header_top {
    margin-right: 118px;
    text-align: center;
}

.hall_scheme_header_top {
    font: normal normal bold 28px/36px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

.hall_scheme_header_top > span:after {
    content: '';
    display: block;
    width: 88px;
    height: 1px;
    background: #FFC647 0 0 no-repeat padding-box;
    margin: 8px auto 8px;
}

.hall_scheme_buttons {
    display: flex;
}

.booking_button:hover, .booking_button:focus {
    background-color: #FFFFFF;
    color: #0B1024;
    border: 2px solid #FFFFFF;
    outline: none;
}


.booking_button {
    opacity: 1;
    margin-right: 16px;
    display: flex;
    text-decoration: none;
    width: 278px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    font: normal normal 600 18px/23px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    cursor: pointer;

}

.call_button:hover , .call_button:focus{
    color: #0B1024;
    background: #FFD354 0 0 no-repeat padding-box;
    outline: none;
}

.call_button {
    opacity: 1;
    margin-right: 16px;
    display: flex;
    text-decoration: none;
    width: 180px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFD354;
    border-radius: 2px;
    font: normal normal 600 18px/23px Source Sans Pro;
    letter-spacing: 0;
    color: #FFD354;
    cursor: pointer;
}

.hall_scheme_middle {
    display: flex;
    align-content: center;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

.hall_scheme_header_middle {

    margin-top: 44px;
    text-align: center;
    font: normal normal normal 22px/28px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

.hall_scheme_phone > a {
    color: #FFC647;
}

.hall_scheme_phone > a:hover {
    color: #FFFFFF;
}

.hall_scheme_phone {
    text-align: left;
    text-decoration: underline;
    font: normal normal bold 33px/41px Source Sans Pro;
    letter-spacing: 0;
    opacity: 1;
    margin-left: 190px;
    margin-top: 52px;
}

.hall_scheme_bottom {
    background: url("../../resources/img/group403@2x.png") center 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 5%;
    margin-top: 71.27px;
    margin-bottom: 19.31px;
    width: 90%;
    height: 60%;
}

@media screen and (max-width: 768px) {
    .hall_scheme_section {
        height: 100%;
    }

    .hall_scheme_fg {
        position: relative;
        width: 100%;
        height: 1082px;
        margin-left: 0;
    }

    .hall_scheme_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hall_scheme_buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hall_scheme_buttons > a {
        margin-top: 10px;
        height: 54px;
    }

    .call_button {
        margin-top: 25px;
    }

    .hall_scheme_header_top {
        margin-right: 0;
    }

    .booking_button {
        margin-top: 40px;
    }

    .hall_scheme_middle {
        margin-left: 0;
        flex-direction: column;
    }

    .hall_scheme_header_middle {
        /*margin-top: 109px;*/
    }

    .hall_scheme_phone {
        margin: 0 auto;
    }

    .hall_scheme_phone > a {
        font: normal normal bold 24px/31px Source Sans Pro;
    }
    .hall_scheme_bottom {
        background: url("../../resources/img/group403.png") center 0 no-repeat;
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 1700px) and (min-width: 769px) {
    .hall_scheme_buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hall_scheme_buttons > a {
        margin-top: 10px;
    }

    .hall_scheme_phone {
        margin-left: 10px;
        margin-right: 10px;
    }

    .hall_scheme_phone > a {
        font: normal normal bold 22px/28px Source Sans Pro;
    }

    .hall_scheme_header_top {
        /*width: 166px;*/
        margin-right: 0;
        font: normal normal bold 24px/31px Source Sans Pro;
    }

    .hall_scheme_top {
        margin: 70px 20px 0 20px;
    }
}