.slam-easyform .modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .slam-easyform  .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.slam-easyform  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.slam-easyform .modal .modal-header .title {
    margin: 0;
    font-size: 22px;
    display: inline-block;
}
.hide-formvalidation small.help-block{
    display: none!important;
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.slam-easyform .spinner,.slam-easyform .spinner:hover {
    position: relative;
    color: transparent
}

.slam-easyform .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite
}

#FORM_CALLBACK_0 select{
	border: 1px solid #ffffff;
    background-color: #ffffff;
    appearance: none;
    background-image: url(https://stonehouse.top/local/templates/okamen/assets/images/sprite.svg#select-arrow);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 14px;
    padding-right: 32px;
    cursor: pointer;
    height: 40px;
    padding: 0 12px;
}
#FORM_CALLBACK_0 input{
	border: 1px solid #ffffff;
    background-color: #ffffff;
    height: 40px;
    padding: 0 12px;
    border-radius: 3px;
    outline-offset: 4px;
    box-shadow: none;
}
#FORM_CALLBACK_0 textarea{
	border: 1px solid #ffffff;
    background-color: #ffffff;
    height: 84px;
    min-height: 40px;
    max-height: 200px;
    resize: vertical;
    box-shadow: none;
    padding: 0 12px;
    appearance: none;
    border-radius: 3px;
}
#FORM_CALLBACK_0 #mfi-FORM_CALLBACK_0_FIELD_DOCS-button{
    width: 100%;
    height: 44px;
}
#FORM_CALLBACK_0 #mfi-FORM_CALLBACK_0_FIELD_DOCS-button span{
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 3px;
    border: 1px dashed rgba(22, 22, 21, 0.3);
    cursor: pointer;
    color: black;
}
#FORM_CALLBACK_0 #mfi-FORM_CALLBACK_0_FIELD_DOCS-button span:before{
    content: "";
    background: url(https://stonehouse.top/local/templates/okamen/assets/images/sprite.svg#icon-unload) no-repeat center;
    margin-right: 16px;
    width: 23px;
    height: 20px;
}
#FORM_CALLBACK_0 .warning-buy{
	padding-top: 24px;
}
#FORM_CALLBACK_0 button{
	padding: 0 24px;
    min-height: 46px;
    border: 0px;
    border-radius: 3px;
    background-color: #b0894e;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    min-width: 190px;
}
#FORM_CALLBACK_0 > .row{
	display: flex;
    flex-wrap: wrap;
}

#FORM_CALLBACK_0 > .row > .col-xs-12:nth-child(2),
#FORM_CALLBACK_0 > .row > .col-xs-12:nth-child(3),
#FORM_CALLBACK_0 > .row > .col-xs-12:nth-child(6),
#FORM_CALLBACK_0 > .row > .col-xs-12:nth-child(7){
	width: 50%;
}
#FORM_CALLBACK_0 > .row > .col-xs-12:nth-child(6){
	order: 2;
}
#FORM_CALLBACK_0 > .row > .col-xs-12:nth-child(7){
	order: 1;
    display: flex;
}
#FORM_CALLBACK_0 > .row > .col-xs-12:nth-child(8){
	order: 3;
}
#FORM_CALLBACK_0 > .row > .col-xs-12:nth-child(6):before{
	content: 'Выберите способ связи';
}
#FORM_CALLBACK_0 > .row > .col-xs-12:nth-child(6) .form-group{
	display: flex;
    justify-content: flex-start;
}
#FORM_CALLBACK_0 > .row > .col-xs-12:nth-child(6) .checkbox-inline{
    padding-left: 0px;
    padding-right: 20px;
    font-size: 14px;
}
#FORM_CALLBACK_0 .alert-success:not(.hidden){
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
#FORM_CALLBACK_0 .alert-success .wrapper{
    max-width: 600px;
    max-height: 100%;
    background-color: #f2f2f2;
    border-radius: 6px;
    padding: 32px;
    color: #282220;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
}