.fos_form {
	max-width: 550px;
	margin: 0px auto;
	color: #000;
	padding: 30px 0;
}
.fos_form * {
    
    outline: none;
    
}

.fos_form_body {
    position: relative;

}

.fos_form_body::after {
    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9) url("../images/1496.gif") center / 150px no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.fos_form_body._sending::after {
    
    opacity: 1;
    visibility: visible;
    
}

.fos_form_title {
    font-size : 40px;
    font-weight: 700;
    margin: 0px 0px 30px 0px;
}
.fos_form_item {
    margin: 0px 0px 20px 0px;
}
.fos_form_label {
    font-size: 18px;
    display: block;
    margin: 0px 0px 10px 0px;
}

.fos_form_input {
    height: 40px;
    padding: 0px 10px;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    
}
.fos_form_input._error {
    box-shadow: 0 0 15px #f2070c;
}
.fos_form_input:focus {
    box-shadow: 0 0 15px #089fb7;
}

textarea.fos_form_input {
    min-height: 120px;
    resize: vertical;
    padding: 10px;
    
}

.form_fos_options {
    padding: 10px 0px 0px 0px;
    
}

.form_fos_options_item {
    margin: 0px 0px 10px 0px;
}

.form_fos_options_input {
    display: none;
    
}

.form_fos_options_input:checked + .form_fos_options_label::after {
    transform: scale(1);
    
}

.form_fos_options_label {
    display: inline-flex;
    font-size: 12px;
    line-height: 100%;
    align-items: center;
    position: relative;
    
}
.form_fos_options_label::before {
    content: "";
    align-self: flex-start;
    flex: 0 0 24px;
    height: 24px;
    background-color: #089fb7;
    border-radius: 50%;
    margin: 0px 10px 0px 0px;
}

.form_fos_options_label::after {
    transition: transform 0.3s ease 0s;
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    transform: scale(0);
}

.form_fos_checkbox {
    
}

.form_fos_checkbox_input {
    display: none;
}

.form_fos_checkbox_input:checked + .form_fos_checkbox_label::after{
    transform: scale(1);
}

.form_fos_checkbox_label {
    font-size: 16px;
    line-height: 120%;
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    
}
.form_fos_checkbox_label::before {
    content: "";
    align-self: flex-start;
    flex: 0 0 24px;
    height: 24px;
    background-color: #089fb7;
    border-radius: 4px;
    margin: 0px 10px 0px 0px;
    
}

.form_fos_checkbox_label::after {
    transition: transform 0.3s ease 0s;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #fff;
    border-radius: 4px;
    transform: scale(0);
}
.fos_form_buttom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    background-color: #089fb7;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 3px 0 #064751;
}

.fos_form_buttom:hover {
    background-color: #26717e;
    
}
.fos_form_buttom:active {
    top: 3px;
    box-shadow: 0 2px 0 #064751;
}

.select {
    
}


.file {
    
    
    
}

.file_item {
    
    
}


