body.hide-scroll {
    overflow: hidden;
}

img {
    max-width: 100%;
}
i {
    font-style: normal!important;
}

#form-blok {
   max-width: 99%;
    display: block;
    margin: auto;
}

.modal-block {
    display: none;
}

.close-ring-button {
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 12px;
}

a.a-forform {
    margin: 0px;
	display: inline-block;
   color: #5e5185;
}
@media (min-width: 994px){
a.a-forform {
    margin: 2px;
}
}

a.a-forform:hover {
    color: #c7296d;
}

a.a-forform:hover i {
    color: #4e5151;
}
i.forform {
font-size: 35px;
margin: 4px;
color: #5e5185;
}


.feature-backring {
    display: block;
    padding: 5px;
    color: #fffffe;
    border-top: 1px solid #eee;
    background: #613c6d;
    cursor: pointer;
    width: 300px;
  margin: 10px auto;
    max-width: 100%;
    text-align: center;
	transition: all 0.15s ease-in-out;
}


span.error {
    display: block;
    width: 100%;
    color: #FFFFFF;
    background: #f00;
    margin: 10px;
}
div#form-inf {
    text-align: center;
}

div#form-inf img {
    max-width: 90%;
}

button#submitButton { 
cursor: pointer;
  color: #000000;
    margin: auto;
background:#ecbfbf;
    border: none;
    border-radius: 0px;
    display: block;
    width: 196px;
	text-transform: uppercase;
}

button#submitButton:hover {
background: #503a87;
  color: #ffffff;
}

.label-mes {
    text-align: center;
}
.actions {
    margin: 29px 0 10px 0;
}

.btns.btns-info.back-ring-button.fixo {
    top: 0;
    right: 0;
}
form fieldset .row + .row {
    margin-top: 21px!important;
}

form label {
    color: #6d7b71;
    padding: 6px 0px!important;
    vertical-align: middle;
    height: 29px;
}

form#order  {
    width: 99%;
    text-align: center;
    color: #ffffff;
}

form#order  input[type="radio"] {
	display: block;
    width: 100%;
    height: 26px!important;
    padding: 6px 6px!important;
    margin-bottom: 10px!important;
    font-size: 15px!important;
    line-height: 20px!important;
}
form#order  label { color: #5d999c;
    text-align: left;
 /*    text-transform: uppercase; */
}
form#order  button#sp_qc_submit {
   color: #fff;
    background: #73b96f;
    cursor: pointer;
    border-radius: 16%;
}
.btns.btns-info.back-ring-button {
cursor: pointer;
background: #253e76;
    padding: 8px 6px;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    margin: auto;
    display: block;
    max-width: 150px;
    text-align: center;
    z-index: 888;
	    border: 1px solid #fff;
}
.btns.btns-info.back-ring-button:hover {
    color: #ffffff;
  background: #87c3ff;
}

.fixo {
    position: fixed!important;

}

   
video {
    display: block;
    max-width: 100%;
	margin: auto;
}


div#messenger {
    font-size: 14px;
    color: #D70000;
	text-align: center;
    padding: 6px;
}
.center {
    text-align: center;
    margin: auto;
    display: block;
}

#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: 99999;
    overflow: auto;
}

.wrapper-modal {
 position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 400px;
height: 490px;
    z-index: 99999999;
    max-width: 95%;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #6facdc;
    padding: 23px;
    max-height: 95%;
    overflow-y: auto;
}

