.modal{
    font-family: 'ProximaNova';
}

.lock-position {
    min-height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

.background_layout{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1046;
    opacity: 0.95;
    background-color: rgba(0,0,0,0.3);
}
.term_modal .close{
    font-size: 30px;
}
.term_modal .model_close{
    height: 50px;
    width: 250px;
    border-radius: 2px;
    background-color: rgba(0,158,224,1);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.term_modal .model_close span{
    margin-left: 5px;
}
.modal-dialog{
    max-width: 1000px;
}
.modal-content{
    background: rgba(255,255,255,1);
    border: none;
    padding: 0 10px;
}
.term_modal .modal-header{
    border-bottom: none;
    height: 83px;
}
.term_modal .close_block{
    position: absolute;
    top: 30px;
    right: 30px;
    height: 40px;
    width: 41px;
    background-image: url("../../assets/images/Button_Close_border.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
/*.close_block:hover{*/
/*    background-color: rgba(0,0,0,0.8);*/
/*    color: #FFFFFF;*/
/*}*/

.term_modal .modal-body{
    border: none;
    padding: 0;
}
.term_modal .modal-body .top-title{
    max-width: 800px;
    text-align: center;
    color: rgba(51,51,51,1);

}
.term_modal .modal-body .top-title h3{
    font-size: 30px;
    line-height: 34px;
    font-family: 'Tele2SlabBold';
}
.term_modal .center_body {
    margin-top: 30px;
    font-size: 20px;
    text-align: justify;
}
.term_modal .modal-footer{
    padding: 40px 0 80px 0;
}
.modal-footer{
    border-top: none;
}

.alert_modal {
	position: absolute !important;
}

.alert_modal .modal-dialog{
    max-width: 650px;
}
.alert_modal .modal-content{
    background-color: #FFFFFF;
    border: none;
}
.alert_modal .modal-header{
    border-bottom: none;
    /*padding-bottom: ;*/
}
.alert_modal .modal-header .close_block{
    position: absolute;
    z-index: 1001;
    top: 20px;
    right: 20px;
    font-size: 26px;
    cursor: pointer;
}

.alert_modal .body_block{
    max-width: 490px;
    margin: 0 auto;
}
.alert_modal .body_block .alert_icon{
    color: rgba(228,0,43,1);
    font-size: 45px;
    letter-spacing: 0;
    line-height: 45px;
    text-align: center;
}

.alert_modal .body_block .alert_text{
    margin: 20px auto;
    color: rgba(0,0,0,1);
    font-size: 28px;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
}
.alert_modal .modal-footer{
    margin: auto;
}
.alert_modal .modal-body .top-title{
    text-align: center;
}
.alert_modal .modal-body .top-title i{
    color: #495460;
    font-size: 45px;
    margin-bottom: 20px;
}
.alert_modal .modal-footer .send_form{
    width: 200px;
    color: #495460;
    background-color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 10px;
}
.alert_modal .model_close{
    height: 50px;
    width: 200px;
    border-radius: 2px;
    background-color: rgba(0,158,224,1);
    color: rgba(255,255,255,1);
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.alert_modal .model_close:hover{
    background-color: rgba(0,0,0,0.8);
    color: rgba(255,255,255,1);
}
.alert_modal .model_close span{
    padding-left: 5px;
}
/*.alert_modal .model_close:hover{*/

/*}*/
.black{
    color: rgba(51,51,51,1);
}