
.btn-pseudo {
    position: relative;
    padding: 0;
    background: #fff;
    border: none;
    cursor: pointer;
     position: relative;
    display: block;
    padding: 12px 35px;
     color: #0A5BFC;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;

     margin: 0 auto;
    margin-top: 20px;
    border: solid 1px #0A5BFC;
   
}
.btn-pseudo:hover {
    background: #0A5BFC;
    color: #fff;
}



.modal {
    background-color: #fff;
    margin: auto;
    width: 100%;
    padding: 20px;
    position: relative;
    color: #000;
    line-height: 20px;
    word-break: break-word;
    border: solid 1px #0A5BFC;
        box-sizing: border-box;
}

.modal-small {
    max-width: 432px;
    padding: 15px 24px 22px 24px;
}
.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.modal-close svg {
    transition: fill .2s ease-out;
}
.modal-close:hover svg path {
    transition: fill .2s ease-out;
     stroke: #0A5BFC;
}

.modal-form .modal-title:not(:last-child) {
    margin-bottom: 25px;
}
.modal-title {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;

}

.modal-cookies{
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10000;
}
.modal-cookies .modal-title{
     margin-top: 5px;
    color: #0A5BFC;
}
.modal-cookies a{
    text-decoration: underline;
    color: #000;
}
.modal-cookies a:hover{
    color: #0A5BFC;
}
