/*Модальное окно*/
#attention.modal {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
}

#attention.modal .solid-logo{
    display:inline-block;
    background: url('/img/logo.svg') center/contain no-repeat ;
    width:93px;
    height:60px;
    margin-bottom:20px;
    }

#attention.modal p{margin:0 0 1em}
#attention.modal p:last-of-type{margin-bottom: 2em;}

#attention.modal h2{text-align:center;font-weight:600;font-size: 18px; line-height: 22px; margin-bottom: 20px}
#attention.modal a.close-btn{
    background-color: #63002F; border-radius: 5px;color:white;padding:10px;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

#attention.modal a.close-btn:hover
{
    background-color: #880041;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.jquery-modal.blocker {background-color:rgba(0,0,0,0.30);}
.jquery-modal.blocker #attention.modal{max-width:700px;padding:42px 37px;}