.mod {
    cursor: pointer!important; 
	
}

body.hide-scroll { 
overflow: hidden!important; 
}

.close-ring-button {
z-index: 999999999;
    text-align: left;
    position: absolute;
    right: -1px;
    top: -25px;
    float: right;
}
.close-ring-button i {
    color: #fb0000!important; 
}
div#div-form {
    max-width: 540px;
    display: block;
    margin: auto;
    background: rgba(253, 253, 253, 0.8);
}


.holder-flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
   min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
}
button#submitButton {
    display: block;
    cursor: pointer;
    margin: 5px auto;
}

label {
    font-size: 20px;
}
 input[type='submit'],  .button {
    position: relative;
    z-index: 1;
display: inline-block;
    justify-content: center;
    padding: 20px 15px;
    font-size: 19px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: none;
    background: #fff;
    font-style: normal;
	cursor: pointer;
}

.button:after {
display: block;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    visibility: hidden;
   background: #b42c2e;
	
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; 
	
-webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.button:hover {
color: #ffffff;
}

.button:hover:after {
    visibility: visible;
    width: 100%;
}


fieldset {
    border-style: none;
}
label {
    margin-bottom: 5px;
    display: block;
    line-height: 1;
}
.wrapper-modal-back-ring {
	display: none;
    position: fixed;
    right: 0;
    left: 0;
    top: 30px;
    max-width: 400px;

    margin: 0 auto;
    background: #fff;
border: 3px solid #00afff;
    border-radius: 6px;

}
input, textarea, input {
    width: 100%;
    max-width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: 1px solid #d8d8d8;
    margin: 0;
    font-size: 0.867em;
    line-height: 1.385em;
    color: inherit;
    box-shadow: none;
}
#form-blok .close-ring-button { cursor: pointer;
    position: absolute;
    right: 3px;
    top: 4px;
}

#form-blok { 
z-index: 999999999!important;
display: none;
 /*  display: block!important; */
   margin: auto;
}
#footer-form .row.form-group {
    width: 100%!important;
}
#messenger {
       font-size: 20px;
    color: #D70000;
	text-align: center;
    padding: 6px;
}

.form-control {
    border: 1px solid #ccc;
     border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0); 
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}

#overlay {
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    width: 100%;
    height: 100% !important;
 z-index: 99999998;
    overflow: auto;

}


.notification_ok p {
    text-align: center;
    display: block;
    margin: auto;
    padding: 20px;
    font-size: 28px;
}