.block-buttons2 .block-buttons2-buttons-wrap {
    text-align: center;
    font-size: 0;
}
.block-buttons2 .block-buttons2-buttons {
    margin-top: -15px;
    min-height: 15px;
}
.block-buttons2 .block-buttons2-button-wrap {
    margin-top: 15px;
}
.block-buttons2 .block-buttons2-button,
.block-buttons2 .block-buttons2-modal .block-buttons2-modal-button {
    display: inline-block;
    font-size: 16px;
    background: #1870f9;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none !important;
    width: 370px;
}

.block-buttons2 .block-buttons2-modal-wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    font-size: 0;
}
.block-buttons2 .block-buttons2-modal-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
}
.block-buttons2 .block-buttons2-modal-aligner {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    overflow: hidden;
}
.block-buttons2 .block-buttons2-modal {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    width: 100%;
    max-width: 600px;
    background: #fff;
    border: 1px solid #1b1b1b;
}
.block-buttons2 .block-buttons2-modal .block-buttons2-modal-content {
    display: block;
    padding: 60px 30px 30px 30px;
}
.block-buttons2 .block-buttons2-modal .block-buttons2-modal-text {
    font-size: 18px;
    line-height: 1.5;
    color: #4f4f4f;
    text-align: justify;
}
.block-buttons2 .block-buttons2-modal .block-buttons2-modal-button-wrap {
    padding-top: 30px;
    text-align: center;
}
.block-buttons2 .block-buttons2-modal .block-buttons2-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 24px;
    line-height: 1;
    color: #7f7f7f;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -ms-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    cursor: pointer;
}
.block-buttons2 .block-buttons2-modal .block-buttons2-modal-close:hover {
    color: #1d1d1d;
}

@media all and (max-width: 520px) {
    .block-buttons2 .block-buttons2-buttons {
        display: block !important;
    }
    .block-buttons2 .block-buttons2-button {
        display: block;
        width: auto;
        max-width: none;
    }
}