.pseudoLabel{
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
}
.subscribe-checkbox-field{
    display: flex;
    gap: 10px;
    align-items: center;
}
input[type="checkbox"].subscribe-checkInput, .demonstration-form input[type="checkbox"].subscribe-checkInput{
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin: 0;
}
.fancybox-content.modal-subscribe{
    width: 800px;
    padding: 20px;
    background: #ffffff;
    font-size: 12px;
}
.fancybox-content.modal-subscribe h3{
    font-size: 20px;
    line-height: 1.2;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.modal-subscribe-bottom{
    display: flex;
    justify-content: space-between;
    gap: 10px;

}
.subscribe-button{
    flex-grow: 1;
    height: 45px;
    border-radius: 6px;
    border: 1px solid;
    cursor: pointer;
}
.subscribe-button.--accept{
    background: #004A9A;
    color: #ffffff;
    border-color: #004A9A;
}
.subscribe-button.--noaccept{
    background: #ffffff;
    color: #000000;
    border-color: #000000;
}
.subscribe-button:hover{
    opacity: 0.8;
}