footer {
    margin-top: 45px;
    min-height: 20px;
    padding: 10px;
    background-color: #ffffff66;
    border: 1px solid #000000;
    border-radius: 14px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    margin-bottom: 10px;
}
.center-big-content-block, .text-center.m-t {
    margin-bottom: 15px;
    min-height: 20px;
    padding: 10px;
    background-color: #004aad94;
    border: 1px solid #c8e2ae;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    font-weight: 600;
    color: #ffffff;
}

.center-big-content-block, .text-center.m-t2 {
    margin-bottom: 15px;
    min-height: 20px;
    padding: 5px;
    background-color: #121111a8;
    border: 1px solid #f5783c8a;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 1px 2px 4px 3px rgb(245 120 60 / 37%);
    color: #f5f5f5;
    font-size: 15px;
    line-height: 28px;
}


.btn2 {
    /* display: inline-block; */
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    /* border: 1px solid #180606; */
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 5px 30px 30px 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-left: 3px #cccccc groove;
    border-right: 10px groove;
    border-color: #ffffff !important;
}

.btn-default2 {
    color: #ffffff;
    background-color: #f5783c;
    border-color: #474949;
    inline-size: -webkit-fill-available;

}
.btn2:focus,
.btn2:active:focus,
.btn2.active:focus,
.btn2.focus,
.btn2:active.focus,
.btn2.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn2:hover,
.btn2:focus,
.btn2.focus {
    color: #ffffff;
    text-decoration: none;
}
}
.btn-default2:focus,
.btn-default2.focus {
    color: #ffffff;
    background-color: #2e2f2f;
    border-color: #080808;
}
.btn-default2:hover {
    color: #ffffff;
    background-color: #ce612c;
    border-color: #292a2a;
}
.pull-right-middle2 {
    line-height: 0px;
    padding: 15px;
    font-size: 12px;
    margin-top: 10px;
}