/*Form_callback*/

.form_callback {
    visibility: hidden;
    opacity: 0;
    z-index:4;
}
.modal-form {
    display:block;
    opacity:1;
    transition:all 0.3s ease;
    border-radius:5px;
    background-color:white;
    padding:50px;
    padding-bottom:20px;
    position:fixed;
    top:25%;
    left:35%;
    z-index:6;
}
.obertka-black {
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.6);
    z-index:5;
}
.close-btn-form {
    display:block;
    position:absolute;
    right:10px;
    top:10px;
    border-radius:25px;
    padding:5px 11px;
    color: white;
    background: #cf0028;
    cursor:pointer;
}
.close-btn-form:hover, .send:hover  {
    background:#ed002e;
}
.checkbox  a:hover {
    color:#ed002e;
}
.title_of_form p {
    text-align:center;
    font-size:32px;
    color:#333;
    line-height:1.2;
}
.field {
    margin:20px 0;
}
.field input {
    font-size:18px;
}
.send {
    width: 30%;
    margin: 20px auto;
    color: white;
    font-size: 20px;
    padding: 15px;
    background: #cf0028;
    cursor:pointer;
}
.description {
    color: #cf0028;
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    opacity:0;
    position: relative;
    transition:all 0.5s ease;
}
.description .fa-spin, .text .more .fa-spin {
    display: block;
    position: relative;
    left: 43%;
    font-size: 20px;
}
.text .more .fa-spin {
    left:40%;
}
input[type="checkbox"] {
    display: none;
}
.checkbox {
    position:relative;
    display:block;
    left:8%;
}
.checkbox label {
    width: 10px;
    border: 1px solid #DADADA;
    background-color: white;
    cursor: pointer;
    width: 16px;
    height: 16px;
    min-height: 0;
    padding: 0;
    position: relative;
    top: 1px;
    left: 0;
    margin-right: 10px;
    transition: all 600ms ease;
    position: absolute;
    left: -25px;
}
input[type="checkbox"]:checked ~ label {
    width: 8px;
    height: 14px;
    border: 1px solid #cf0028;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) translate(4px,-6px);
}
.fa-phone {
    display:none;
}
.text .more {
    position: relative;
}
.subscribe-form {
    display:none;
}
.phone_block {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}
.order_wrap_btn {
    margin:0 !important;
}

