body {
    color: #002060;
    /*background: #f9f7f7;*/
    line-height: normal;
    text-align: left;
}

label {
    display: block;
    color: #002060;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
}

@media (max-width: 1250px) {
    .form-row {
        display: block;
    }

    .col {
        flex-basis: auto;
        padding: 0;
    }

}

@media (min-width: 1250px) {
    .form-content, .preimushestva {
        min-width: 530px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {

    .form-content {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        padding-left: 10px;
    }
}

@media (max-width: 1250px) and (min-width: 979px) {
    .form-content {
        display: block;
        float: none;
        width: 100%;
    }
}

.title {
    margin-top: 50px;
    margin-bottom: 50px;
}

.title, .form_title, .form_sub_title {
    color: #002060;
    text-align: center;
}

.form_title, .form_sub_title {
    text-align: left;
}

.form_sub_title {
    font-weight: normal;
}

a {
    font-weight: bold;
    color: #1d2e63;
    text-decoration: underline;
}

@media (max-width: 979px) and (min-width: 768px) {
    .preimushestva, .form-content {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        padding-left: 10px;
    }
}

@media (max-width: 1200px) and (min-width: 979px) {
    .preimushestva, .form-content {
        display: block;
        float: none;
        width: 100%;
    }
}

.help-block {
    color: red;
}

.preimushestva {
    text-align: center;
}
#submit-button {
    margin-top: 20px;
}
.separator {
    border-color:#002060;
    border-top: none;
    margin:0
}
.btn.btn-success{
    background-color: #00B2A9 !important;
    border-radius: 6px;
    line-height: 66px;
    border: none;
    cursor: pointer;
    padding: 0 20px;
    color: white;
    margin: 0;
}
.btn.btn-success:active{
    background-color: #00B2A9;
}
.btn.btn-slim {
    line-height: 40px;
}
.template-custom-controls h1,
.template-custom-controls h2,
.template-custom-controls h3,
.template-custom-controls label
{
    color: #333333;
}
.template-custom-controls .custom-checkbox {
    color: #9299A2;
}
.template-custom-controls .custom-checkbox input[type="checkbox"]{
    width: 30px;
    height: 30px;
}

.template-custom-controls .custom-control {
    background: #EEF2F7;
    border-radius: 5px;
    height: 66px;
    padding: 0;
}

.template-custom-controls input,
.template-custom-controls select{
    padding: 25px 15px 15px 15px;
}

.template-custom-controls .custom-control:focus-within{
    background: #FFFFFF;
    border: 1px solid #DDDFE0;
    box-sizing: border-box;
}

.template-custom-controls .phone-types{
    height: 64px;
    padding-top: 18px;
}
.template-custom-controls .phone-types .custom-radio{
    margin-left: 44px;
}

.template-custom-controls .phone-types .custom-radio label{
    color: #9299A2;
    padding: 3px 0 0 4px;
}
.floating-label {
    position: relative;
}
.floating-label input,
.floating-label select{
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
}

.floating-label input:focus,
.floating-label select:focus{
    outline: none;
}

.floating-label label{
    color: #9299A2;
    position: relative;
    pointer-events: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    display: block;
    top: -39px;
    left: 15px;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    font-weight: normal;
}

.floating-label input:focus~label,
.floating-label input:not(:placeholder-shown)~label,
.floating-label select:focus~label,
.floating-label select:not([data-value=""]):valid~label{
    font-size: 13px;
    line-height: 18px;
    top: -57px;
}

.checkbox {
     display: inline-block;
 }

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}