.new_dialog_fo_bubl{
    /*border: 5px;*/
    border-radius:20px;
    border-color:#fff;

}
.cancel_dialog_fo_bubl
{

    border:none;
    color:#fff;
    border-radius:25px;
    background-color: #5bceff;
    border-color: #fff;
    width: 115px;
    height: 50px;
    margin: auto;
}

.btn.disabled, .disabled.main-user-consent-request-popup-button, .btn:disabled, .main-user-consent-request-popup-button:disabled,
input.btn[disabled='disabled'] {
    opacity: 0.65;
}

.btn.btn-transparent,
.btn.btn-transparent:disabled:hover {
    color: #009DE0;
    background-color: #fff;
    border: 2px solid #009DE0;
}
.btn.btn-transparent.btn-lg {
    padding: calc(1.25rem - 2px) calc(2rem - 2px);
}
.btn.btn-transparent:hover {
    color: #fff;
    background-color: #5BCEFF;
    border-color: #5BCEFF;
}
.btn.btn-medium {
    padding: 0.9375rem 3.125rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2.375rem;
}

.btn.btn-xs {
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.2;
    border-radius: 1.25rem;
    border-width: 1px;
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl,
    .modal .modal-dialog.modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl,
    .modal .modal-dialog.modal-xl {
        max-width: 1140px;
    }
}

.register-modal .main-tabs .tabs li {
    flex-grow: 1;
}

.btn.btn-full {
    flex-grow: 1;
}

/*добавления классов в уже существующие*/
.main-user-consent-request input + span,
.custom-input input + span,
.main-user-consent-request input + label,
.custom-input input + label {
    display: inline-block;
    padding-left: 25px;
    cursor: pointer;
    font-size: 0.75rem;
    margin-bottom: 0;
    color: #888;
    line-height: 1.25rem;
}

.main-user-consent-request input + span:before,
.custom-input input + span:before,
.main-user-consent-request input + label:before,
.custom-input input + label:before {
    transition: all 0.2s;
    position: absolute;
    content: '';
    margin-left: -25px;
    margin-top: 2px;
    width: 16px;
    height: 16px;
    border: 2px solid #CCC;
    background: #FFF;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.main-user-consent-request input[type=checkbox] + span:before,
.custom-input input[type=checkbox] + span:before,
.main-user-consent-request input[type=checkbox] + label:before {
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAQAAACFMc0DAAAATUlEQVR42mPABP8D/nNgCmb///c/Cl0wCyhYD2I4/j/13wsqmA4UbISpWP7/z383IJ36/+//dmStK4ESk4GCXehmrv3/838PNmfZIvMAOVYuIetkRHkAAAAASUVORK5CYII=) 50% 50%/0 0 no-repeat;
}

.main-user-consent-request input[type=checkbox]:checked + span:before,
.custom-input input[type=checkbox]:checked + span:before,
.main-user-consent-request input[type=checkbox]:checked + label:before {
    background-size: 11px 8px;
    background-color: #009de0;
    border-color: #009de0;
}
/*конец*/
.form .controlls_center {
    justify-content: center;
}

.form .controlls .btn, .form .controlls .main-user-consent-request-popup-button, .controlls_double .btn {
    margin-left: 20px;
}

.form .controlls .btn:first-child, .form .controlls .main-user-consent-request-popup-button:first-child, .controlls_double .btn:first-child {
    margin-left: 0;
}

.form .controlls .form-options-single-center {
    margin-left: 0;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.form .controlls .form-options-single-center li {
    margin-left: 0;
    font-weight: 500;
}

.modal .form .controlls-center {
    justify-content: center;
}

.modal.sign-up-modal.register-modal .modal-dialog {
    max-width: 540px;
}

.main-checkout-form .delivery-section .radios {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 105px;
}

@-webkit-keyframes bgScroll {
    0% {
        background-position: 0 0; }
    100% {
        background-position: 0 154px; } }

@keyframes bgScroll {
    0% {
        background-position: 0 0; }
    100% {
        background-position: 0 154px; } }

#foreign-tare-modal{
    z-index: 1060;
}

.modal{
    padding-right: 0 !important;
}

.profile-success-txt {
    margin-top: 20px;
    width:540px;
}
