.popup-window-buttons {
    display: flex;
    flex-wrap: wrap;
}
.popup-window-buttons .btn {
    width: 198px;
    display: block;
    margin-bottom: 10px;
}

.btn2-wr {
    background: url(/local/templates/shary/image/bg_menu_red.png) repeat-x;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    border-radius: 6px;
    width: 230px;
}

.btn2.btn-lg.btn-default {
    outline: none;
    color: #fff;
    border-color: transparent;
    background: url(/local/templates/shary/image/bg_menu_red.png) repeat-x;
    justify-content: center;
    height: auto;
    font-size: 16px;
    padding: 13px;
    text-transform: initial;
    width: 227px;
    border-radius: 6px;
    font-weight: lighter;
    border: none;
    text-align: center;
    line-height: 11px;
}
.btn2:hover {
    -webkit-box-shadow:0 5px 8px 0 rgba(243,12,19,0.70);
    -moz-box-shadow:0 5px 8px 0 rgba(243,12,19,0.70);
    box-shadow:0 5px 8px 0 rgba(243,12,19,0.70);
    -webkit-transition:0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
}
body .btn3 {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 2px solid #3E3E3E;
    transition: 300ms all ease;
    -webkit-user-select: none;
    border-radius: 5px;
    width: 200px;
    line-height: 2.4;
    font-size: 14px;
    color: #3E3E3E;
    height: 34px;
}
body .btn3 * {
    color: #3E3E3E;
    font-size: 14px;
}
@media (min-width: 1285px) {
    .ui-datepicker {
        margin-left: -114px;
    }
}
@media (max-width: 767px) {
    .btn2 {
        font-size: 14px;
        padding: 6px;
    }
}