.btn-zakaz-Re {
    background-color: #30cbf2;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    padding: 15px 30px;
    border-radius: 50px;
    color: #c8f4ff !important;
    cursor: pointer;  
}


.btn-predzakaz{
    display: block;
    height: 35px;
    width: 100%;
    max-width: 185px;
    margin-bottom: 20px;
    padding-top: 4px;
    background: #9c3;
    border: 1px solid #9c3;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #fff !important;
    transition: 0.2s linear;
}
.page-filters-4S.btn-predzakaz {
    margin-bottom: 50px;
}
#predzakaz .btn-predzakaz {
    padding-top: 0;
}
#predzakaz .btn-predzakaz, #predzakaz_success .btn-predzakaz{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#predzakaz .btn-predzakaz:hover{
    border: none;
    background: #A1E716;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#predzakaz h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 16px;
    text-align: center;
 }
#predzakaz input, #predzakaz select{
    display: block;
    height: 50px;
    margin-top: 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px 30px;
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    color: #7F7F7F;
    background-color: #fff !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #E8EBEF;
    border-radius: 6px;
}
#predzakaz input:focus, .form-group input[type="text"]:focus {
    box-shadow: 0px 0px 20px #D3FF64;
    outline: 0;
    border-color: #D3FF64;
}
#predzakaz input::-webkit-input-placeholder { /* подсказывающий текст */
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
    color: #7F7F7F;
}
#predzakaz input:-webkit-autofill,
#predzakaz input:-webkit-autofill:hover, 
#predzakaz input:-webkit-autofill:focus,
#predzakaz textarea:-webkit-autofill,
#predzakaz textarea:-webkit-autofill:hover,
#predzakaz textarea:-webkit-autofill:focus,
#predzakaz select:-webkit-autofill,
#predzakaz select:-webkit-autofill:hover,
#predzakaz select:-webkit-autofill:focus {
  -webkit-text-fill-color: #7F7F7F;
  transition: background-color 5000s ease-in-out 0s;
}
#predzakaz label {
  display: none;
}
#predzakaz .note, #predzakaz_success p{
  font-family: 'Roboto Condensed', san-serif;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

@media (min-width: 576px){
    .modal-dialog {
        margin: 5.75rem auto;
    }
}