.modal-dialog {
    max-width: 524px;
}
.modal-content{
    border-radius: 0;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}
.modal-header{
    background: #0E0C0A;
    padding: 0;
    position: relative;
    display: block;
}
.modal-header:after{
    content: '';
    height: 7px;
    background: url("../img/dashed_right.png") repeat-x -15px 0;
    background-size: auto 7px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.btn_close{
    width: 24px;
    height: 24px;
    background: url("./images/icon_close.svg") no-repeat 0 0;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
    border: none;
}
.modal_header_top{
    border-bottom: 1px solid rgba(255, 255, 242, 0.2);
    padding: 45px 40px 20px;

}
.h4_modal{
    font: 52px/58px 'Compact';
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #FCFCF5;
}
.modal_tarif{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.mt_name{
    font: 24px/32px 'Compact';
    text-transform: uppercase;
    color: #FCFCF5;
    letter-spacing: 0.02em;
}
.mt_prices{
    text-align: right;
}
.mt_price_old{
    font: 18px/24px 'Compact';
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #FCFCF5;
    opacity: 0.5;
    position: relative;
}
.mt_price_old:before {
    background: #85847F;
    position: absolute;
    content: "";
    width: 120%;
    height: 1px;
    top: 13px;
    left: -10%;
    transform: rotate(-13deg);
}
.mt_price_new{
    font: 24px/32px 'Compact';
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #B38B6D;
}
.modal_header_bottom{
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
}
.modal-body{
    padding: 20px 15px;
    background: #FCFCF5;
}
.input_box{
    margin-bottom: 15px;
}
.modal_input{
    width: 100%;
    background: rgba(14, 12, 10, 0.1);
    height: 68px;
    padding: 0 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font: 18px/22px 'Compact';
    color: #0E0C0A;
    border: none;
}
.buttons_box{
    padding-top: 20px;

}
.btn_modal_orange{
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B38B6D;
    padding: 0;
    border: none;
    font: 24px/28px 'Compact';
    color: #FCFCF5;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.3s all;
    border-radius: 0;
    width: 100%;
}
.btn_modal_orange:hover{
    opacity: 0.9;
    color: #FCFCF5;
}
.btn_modal_dark{
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0E0C0A;
    padding: 0;
    border: none;
    font: 24px/28px 'Compact';
    color: #FCFCF5;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.3s all;
    border-radius: 0;
    width: 100%;
}
.btn_modal_dark:hover{
    opacity: 0.9;
    color: #FCFCF5;
}
.without_paypal{
    font: 16px/20px 'Prestige-Regular';
    color: #0E0C0A;
    text-align: center;
}
.modal-footer{
    border-top: 1px solid rgba(14, 12, 10, 0.1);
    background: #FCFCF5;
    padding: 23px 40px;
    display: block;
}
.mf_text{
    font: 12px/16px 'Prestige-Regular';
    color: #0E0C0A;
    text-align: center;
    margin-bottom: 16px;
}
.mf_text a{
    color: #B38B6D;;
}
.modal_header_top{
    padding: 20px 15px;
}
.h4_modal {
    font: 38px/48px 'Compact';
}
.modal_header_bottom {
    padding: 20px 15px;
}
.mt_name {
    font: 18px/24px 'Compact';
}
.mt_price_new {
    font: 18px/24px 'Compact';
}
.mt_price_old {
    font: 16px/22px 'Compact';
}
.mt_price_old:before {
    background: #85847F;
    position: absolute;
    content: "";
    width: 110%;
    height: 1px;
    top: 9px;
    left: -3%;
    transform: rotate(-13deg);
}
.modal-body {
    padding: 20px 15px;
}
.modal_input{
    height: 46px;
    padding: 0 10px;
}
.buttons_box {
    padding-top: 10px;
}
.btn_modal_orange {
    height: 46px;
    font: 18px/28px 'Compact';
}
.btn_modal_dark{
    height: 46px;
    font: 18px/28px 'Compact';
}
.input_box {
    margin-bottom: 12px;
}
.without_paypal {
    font: 14px/18px 'Prestige-Regular';
}
.modal-footer{
    padding: 20px 15px;
}