#colibri .style-392 {
    background-color: #f6f8fa;
    box-shadow: 0px 19px 38px 0 rgba(0, 0, 0, 0.16);
    max-width: 960px;
    margin: 0 auto;
}

/* Application form */
#colibri .style-672,
#colibri .style-679 {
    background-color: #f6f8fa;
    max-width: 960px;
    margin: 0 auto;
}

.field__required {
    color: #dc3232;
    margin-left: 5px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.75em;
}

.h-contact-form-shortcode .wpcf7 label > span.field__required {
    display: inline-block;
}

.h-contact-form-shortcode label,
.h-contact-form-shortcode p label {
    color: #202a54;
}

#colibri .h-element .h-contact-form-shortcode textarea,
#colibri .h-element .h-contact-form-shortcode select,
#colibri .h-element .h-contact-form-shortcode input:not([type="file"]):not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(#file__upload) {
    margin-top: 4px;
    margin-bottom: 16px;
    background-color: #ffffff;
    background-image: none;
    border-top-width: 0;
    border-top-color: #202a54;
    border-top-style: solid;
    border-right-width: 0;
    border-right-color: #202a54;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #202a54;
    border-bottom-style: solid;
    border-left-width: 0;
    border-left-color: #202a54;
    border-left-style: solid;
    border-radius: 0;
    color: #202a54;
    padding: 10px;
}

#colibri .h-element .h-contact-form-shortcode input#file__upload {
    border: none;
    padding: 0;
    margin: 0;
}

.field-file {
    margin-bottom: 16px;
}

#colibri .h-element .h-contact-form-shortcode textarea.wpcf7-not-valid,
#colibri .h-element .h-contact-form-shortcode select.wpcf7-not-valid,
#colibri .h-element .h-contact-form-shortcode input:not([type="file"]):not([type="radio"]):not([type="checkbox"]):not([type="submit"]).wpcf7-not-valid {
    border-color: #dc3232;
}

.h-contact-form-shortcode .wpcf7-not-valid-tip {

}

.h-contact-form-shortcode .wpcf7 .wpcf7-checkbox,
.h-contact-form-shortcode .wpcf7 .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    align-items: flex-start;
    margin: 0 -5px;
}

.h-contact-form-shortcode .wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.h-contact-form-shortcode .wpcf7 .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    padding: 5px;
}

.h-contact-form-shortcode .wpcf7 .wpcf7-checkbox .wpcf7-list-item label > input,
.h-contact-form-shortcode .wpcf7 .wpcf7-radio .wpcf7-list-item label > input {
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
}

.h-contact-form-shortcode .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.h-contact-form-shortcode .wpcf7 .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    cursor: pointer;
    opacity: 0.75;
    margin: 0;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #202a54;
}

.h-contact-form-shortcode .wpcf7 .wpcf7-checkbox .wpcf7-list-item :checked + .wpcf7-list-item-label,
.h-contact-form-shortcode .wpcf7 .wpcf7-radio .wpcf7-list-item :checked + .wpcf7-list-item-label {
    opacity: 1;
    background-color: #202a54;
    color: #fff;
}

.process-my-data-field {
    text-align: left;
    margin-bottom: 10px;
}

.process-my-data-field input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
}

.process-my-data-field .wpcf7-list-item-label {
    padding-left: 45px;
    position: relative;
    color: rgba(32, 42, 84, 0.5);
}

.process-my-data-field input:checked + .wpcf7-list-item-label {
    color: rgba(32, 42, 84, 1);
}

.process-my-data-field .wpcf7-list-item-label::before {
    margin: 0;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 40px;
    height: 20px;
    border: 1px solid #dcdfe6;
    outline: 0;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #dcdfe6;
    -webkit-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s;
}

.process-my-data-field .wpcf7-list-item-label::after {
    position: absolute;
    top: 8px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 16px;
    height: 16px;
    background-color: #fff;
}

.process-my-data-field input:checked + .wpcf7-list-item-label::before {
    background-color: #202a54;
    border-color: #202a54;
}

.process-my-data-field input:checked + .wpcf7-list-item-label::after {
    left: 22px;
}

.process-my-data-field .wpcf7-list-item {
    margin: 0;
}

.h-contact-form-shortcode .wpcf7 label > input[type="radio"] + span,
.h-contact-form-shortcode .wpcf7 label > input[type="checkbox"] + span {
    display: inline-block;
}

.wpcf7 .select2 {
    width: 100%;
}

.wpcf7 .form-select {
    margin-bottom: 16px;
}

.wpcf7 .select2-container--default .select2-selection--single {
    margin-top: 4px;
    background-color: #ffffff;
    background-image: none;
    border-top-width: 0;
    border-top-color: #202a54;
    border-top-style: solid;
    border-right-width: 0;
    border-right-color: #202a54;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #202a54;
    border-bottom-style: solid;
    border-left-width: 0;
    border-left-color: #202a54;
    border-left-style: solid;
    border-radius: 0;
    color: #202a54;
    padding: 5px 10px;
    height: auto;
    text-align: left;
    margin-bottom: 0;
}

.wpcf7 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
    top: 4px;
}

.wpcf7 form.submitting .contact__button::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 10px;
    border: 4px solid #303e7a;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 1s spinning linear infinite;
    position: relative
}

.file {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.file__notice {
    color: #394958;
    padding-top: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.wpcf7 .icon__attach {
    margin-right: 11px;
    width: 14px;
    height: 15px;
    background: transparent url("/wp-content/themes/magnuswp/resources/images/ico-attach-black.svg") no-repeat 0 0/contain;
}

.wpcf7 input[type=file] {
    opacity: 0;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9;
}

.wpcf7 .wpcf7-not-valid-tip {
    white-space: nowrap;
    bottom: -23px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-wrapper .custom_file {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 30px;
    margin-right: 11px;
}

.form-wrapper .custom_file > input {
    border: none;
    margin: 0;
    width: auto;
    max-width: 80px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 44px;
    color: #262B33;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-wrapper .custom_file #file__upload::-webkit-input-placeholder {
     color: rgba(38,43,51, 1) !important;
 }

.form-wrapper .custom_file #file__upload::-moz-placeholder {
     color: rgba(38,43,51, 1) !important;
 }

/*	Firefox	19+	*/
.form-wrapper .custom_file #file__upload:-moz-placeholder {
     color: rgba(38,43,51, 1) !important;
 }

/*	Firefox	18-	*/
.form-wrapper .custom_file #file__upload:-ms-input-placeholder {
     color: rgba(38,43,51, 1) !important;
 }

.form-wrapper .custom_file #file__upload:-ms-input-placeholder {
     color: rgba(38,43,51, 1) !important;
 }

.form-wrapper .custom_file #file__upload::-ms-input-placeholder {
     color: rgba(38,43,51, 1) !important;
 }

.form-wrapper .custom_file img {
    /*
    position: absolute;
    right: 0px;
    bottom: 6px;
    */
    margin-right: 11px;
}

.form-wrapper .custom_file .icon__attach {
    margin-right: 11px;
    width: 14px;
    height: 15px;
    background: transparent url("/wp-content/themes/magnuswp/resources/images/ico-attach-black.svg") no-repeat 0 0/contain;
}

.form-wrapper .custom_file input[type=file] {
    opacity: 0;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9;
}

.form-wrapper .custom_file .wpcf7-not-valid-tip {
    white-space: nowrap;
    bottom: -23px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-wrapper .file__delete {
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000;
    display: none;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.form-wrapper .your-file {
    position: static;
}

@keyframes spinning {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .file {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1280px) {
}

@media all and (min-width: 1400px) {
}
