body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
header, main, footer {
    margin: 0 auto;
    width: 1100px;
}
header {
    border-bottom: 1px solid silver;
    padding: 30px 0 20px 0;
}
main {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid silver;
}
h1 {
    color: #555555;
    font-size: 28px;
}
.sumBlock {
    margin: 55px 0px;
    cursor: pointer;
    float: left;
    margin: 15px;
    padding: 15px;
    border-radius: 5px;
}

.sumBlock:hover {
    box-shadow: 15px 15px 10px -8px silver;
}
.purpose {
    font-size: 22px;
    width: 50%;
    margin: 0 15px 0 0;
}
.summ {
    font-size: 30px;
}
.commission {

}
.confirmation {
    font-size: 12px;
    margin: 30px 0 0 0;
}
.confirmation input.form-control {
    height: auto;
    margin: 2px 7px 0 0;
    padding: 0;
    width: auto;
}
.clear {
    clear: both;
}
button.goback {
    border: none;
    display: inline;
    background: none;
    color: inherit;
    text-decoration: underline;
    margin: 0px;
    padding: 0px;
}
button.goback:hover {
    text-decoration: none;
}

.gw-select {
    position: relative;
}

.muted {
    opacity: .5;
}
.gw-container {
    margin: 0 auto;
    position: relative;
    width: 700px;
}
.oferta-msg {
    background-color: white;
    border: 1px solid black;
    left: 50%;
    margin-left: -150px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 300px;
}
#gw-select {
    margin: 20px;
}
a.goback {
    cursor: pointer;
}
dt {
    float: left;
    min-width: 140px;
    font-weight: normal;
    padding-bottom: 5px;
}
dd {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 110%;
    border-bottom: 1px dotted silver;
    padding-left: 140px;
}

.has-error .form-control {
    border-color: #d38e99;
    box-shadow: none;
}
.has-error .help-block {
    color: #e14430;
}

.web-form #bx_form_iframe_4{
    height: 505px !important;
}
div[data-bx-form-popup-cont] {
    height: 505px !important;
    overflow-y: auto !important;
    background-color: rgba(50,188,173,1);
}
.web-form .b24-web-form-popup-btn-4{
    width: 50px;
    height: 30px;
    background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
    background-repeat: repeat-x;
    border-color: #9acfea;
    border-radius: 4px;
}
.web-form{
    position: fixed;
    bottom: 5%;
    right: 5%;
}
.web-form #chat {
    display: none;
    position: absolute;
    border: 2px solid;
    width: 150px;
    right: 60px;
    bottom: 0;
    padding: 0 5px;
    background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
    background-repeat: repeat-x;
    border-color: #9acfea;
    border-radius: 4px;
}
.web-form .b24-widget-button-popup-triangle {
    display: none;
    position: absolute;
    display: none;
    width: 8px;
    height: 8px;
    border-right: 2px solid #9acfea;
    border-bottom: 2px solid #9acfea;
    transform: rotate(-45deg);
    right: 56px;
    background-color: #bee0f1;
    bottom: 12px;
}
.active{
    box-shadow: 0 0 20px rgba(11, 118, 239, 0.8) !important;
    transition: box-shadow 0.3s ease-in-out;
}
.shadow {
    box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Параметры тени */
    padding: 0 10px 5px 10px;
}
.pay_block{
    margin: 10px 0;
    min-height: 220px;
}
.col-md-12{
    margin: 10px 0;
}
.cursor_p {
    cursor: pointer;
}
.pay_type_title{
    color: #555555;
    font-size: 28px;
    text-align: center;
}
.pay_checkbox{

    font-size: 22px;
    z-index: -1;
    opacity: 0;
}
.pay_checkbox+label {
    position: absolute;
    cursor: pointer;
    top:20px;
    left: 25px;
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.pay_checkbox+label::before {
    content: '';
    display: inline-block;
    width: 2em;
    height: 2em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.pay_checkbox:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.loader_div {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: black;
    opacity: 0.4;
    display: none;
}
.loader {
    margin: 0 auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}