.form-wrap {
    color: #fff;
}

.form-wrap--contact {
    background-image: none;
    position: relative;
}
.form-wrap--contact {
    padding: 80px 0;
    background-image: url(img/form-ratings/bg-contact-form.jpg);
    width: 100%;
}
.form-wrap {
    background-image: url(img/bg-ebook.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 42px 0 39px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.form-wrap--contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(img/form-ratings/bg-contact-form.jpg);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 468px;
}



.form-wrap--contact .container {
    width: 1148px;
}
.form-wrap--contact .container {
    width: 860px;
}
.container {
    width: 1200px;
    padding: 0;
}
.container {
    margin: 0 auto;
    padding: 0 40px;
    height: 100%;
    width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.colorwh{
    color: white;
}


.contact-section {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.contact-section .form-wrap__flexbox {
    position: relative;
    width: 55%;
    max-width: 499px;
    padding: 36px 28px 21px;
    background-color: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 15px 0 40px rgba(0,0,0,.1);
    box-shadow: 15px 0 40px rgba(0,0,0,.1);
    border-radius: 8px;
}
.form-wrap__flexbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-wrap {
    color: #fff;
}

.contact-section h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 34px;
    text-transform: capitalize;
    color: #323232;
    margin-bottom: 36px;
}

.form--contact--rating {
    max-width: 455px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    display: none;
}
.form {
    margin-top: 20px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form-group.form-group-radio {
    margin-bottom: 20px;
}
.contact-section .form-wrap__flexbox .form-group {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 443px;
    margin-bottom: 15px;
    padding: 0;
    color: rgba(50,50,50,.6);
    border: none;
}
.form-group {
    color: #000;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    padding: 7.5px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form-group .form__radio {
    padding-right: 10px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form-group input[type="radio"] {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
        line-height: inherit;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form-group .form__radio label {
    background: #f0f6ff;
    border-radius: 80px;
    font-size: 16px;
    line-height: 18px;
    color: #1476f2;
    cursor: pointer;
    padding: 9px 12px;
    display: inline-block;
    margin-bottom: 14px;
    margin-right: 6px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form-group input[type="radio"] {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
        line-height: inherit;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-section .form-wrap__flexbox .form-group {
    color: rgba(50,50,50,.6);
}
.form-group {
    color: #000;
}

.contact-section .form-wrap__flexbox .form__box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form__box .form-group {
    max-width: 215px;
}
.contact-section .form-wrap__flexbox .form-group {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 443px;
    margin-bottom: 15px;
    padding: 0;
    color: rgba(50,50,50,.6);
    border: none;
}
.form__box .form-group {
    width: 50%;
}
.form-group {
    color: #000;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    padding: 7.5px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form-group label.label {
    position: absolute;
    top: 6px;
    z-index: 10;
    left: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #757575;
    font-size: 16px;
    line-height: 24px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form-group input[type="text"] {
    padding: 0 35px 0 19px;
    height: 36px;
    width: 100%;
    vertical-align: middle;
    color: #323232;
    border: 1px solid #eaeaea;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
}
.form-group input[type="text"] {
    border: none;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    padding: 0 35px 0 20px;
    width: 100%;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
        line-height: inherit;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

iti {
    width: 100%;
}
.iti {
    position: relative;
    display: inline-block;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}
.iti__flag-container {
    padding-left: 0;
}
.iti__flag-container {
    padding-left: 7px;
    z-index: 100;
}
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
        padding-left: 1px;
}
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}
.iti__flag-container {
    padding-left: 0;
}
.iti__flag-container {
    padding-left: 7px;
    z-index: 100;
}
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
        padding-left: 1px;
}
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.iti__selected-flag {
    padding: 0 6px 0 15px !important;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti__hide {
    display: none;
}
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form-group {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 443px;
    margin-bottom: 15px;
    padding: 0;
    color: rgba(50,50,50,.6);
    border: none;
}
.form-group {
    color: #000;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    padding: 7.5px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form-group--description {
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}
.contact-section .form-wrap__flexbox .form-group {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 443px;
    margin-bottom: 15px;
    padding: 0;
    color: rgba(50,50,50,.6);
    border: none;
}
.form-group {
    color: #000;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    padding: 7.5px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form-group--description .form__textarea {
    color: #323232;
    padding: 10px 35px 0 19px;
    height: 100px;
    min-height: auto;
    border: 1px solid rgba(50,50,50,.1);
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
}
.form__textarea {
    border: none;
    border-radius: 0;
    min-height: 120px;
    padding: 17px 35px 0 17px;
    width: 100%;
    resize: none;
}
textarea {
    overflow: auto;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form-group--description .form__footer {
    position: absolute;
    right: -9px;
    bottom: 3px;
    max-width: 120px;
    margin-bottom: 0;
}
.contact-section .form-wrap__flexbox .form__footer {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
    height: auto;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form__footer .upload-wrapper {
    height: 30px;
    margin: 0;
    border: none;
    overflow: visible;
}
.contact-section .form-wrap__flexbox .form-group {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 443px;
    margin-bottom: 15px;
    padding: 0;
    color: rgba(50,50,50,.6);
    border: none;
}
.form-group {
    color: #000;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    padding: 7.5px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form-group input[type="file"] {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(50,50,50,.1);
}
.form-group input[type="file"] {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
        line-height: inherit;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group .clear-attach {
    display: none;
    position: absolute;
    top: 5px;
    left: -15px;
    padding: 0;
    border: none;
    color: #1476f2;
    width: 20px;
    background-color: transparent;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form__footer .upload-wrapper .upload__label {
    padding: 0;
    height: 25px;
    color: #1476f2;
    border: none;
    font-size: 12px;
    line-height: 22px;
}
.upload__label--white {
    border-color: hsla(0,0%,82%,.5);
    color: #fff;
}
.upload__label {
    background-color: transparent;
    border: 2px dashed #d0d0d0;
    cursor: pointer;
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    line-height: 45px;
    padding: 0 35px 0 50px;
    width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .upload__label span {
    color: #757575;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.upload__label span {
    position: relative;
    pointer-events: none;
    line-height: 1;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form__footer .upload-wrapper .upload__label i {
    padding-right: 5px;
    font-size: 17px;
}
[class^="isoi-"], [class*=" isoi-"] {
    font-display: swap;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form-group {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 443px;
    margin-bottom: 15px;
    padding: 0;
    color: rgba(50,50,50,.6);
    border: none;
}
.contact-section .privacy__text {
    margin-top: 0;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .02em;
}
.privacy__text {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #323232 !important;
    opacity: .6;
    margin-top: 20px;
}
.form-group {
    color: #000;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    padding: 7.5px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .privacy__text a {
    color: #1476f2 !important;
}
.privacy__text a {
    color: #323232 !important;
    text-decoration: underline;
}
a {
    color: #171717;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
a {
    background-color: transparent;
    text-decoration: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form__footer {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-group::after {
    content: "";
    position: absolute;
    -webkit-transform: translate(150%,-50%);
    -ms-transform: translate(150%,-50%);
    transform: translate(150%,-50%);
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease,-webkit-transform .1s ease;
    right: 15px;
    top: 50%;
}

.form__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
    height: auto;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-section .form-wrap__flexbox .form__footer .no-validation-icon {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 110px;
    margin: 0;
    width: auto;
    border: none;
}
.contact-section .form-wrap__flexbox .form-group {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 443px;
    margin-bottom: 15px;
    padding: 0;
    color: rgba(50,50,50,.6);
    border: none;
}
.form--contact .no-validation-icon {
    margin-bottom: 0;
    width: 100%;
}
.form-group {
    color: #000;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    padding: 7.5px;
}






/* ___________________________________________________ */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.form__checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
  width: 17px;
  height: 17px;
}
input {
  line-height: normal;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
      line-height: inherit;
  margin: 0;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.form__checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
  width: 17px;
  height: 17px;
}
input {
  line-height: normal;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
      line-height: inherit;
  margin: 0;
}

.contact-section .form-wrap__flexbox .form__footer .form__checkbox-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  color: rgba(50,50,50,.6);
}
.form__checkbox-label {
  padding-left: 30px;
  color: #fff;
  cursor: pointer;
}
.form__checkbox-label, .form__inform-data {
  display: inline-block;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ___________________________ */

.form__submit--contact {
  border-radius: 4px;
  max-width: 164px;
  margin: 0 0 0 auto;
  height: 42px;
  min-width: auto;
}
.form__submit--contact {
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  min-width: 140px;
  font-size: 13px;
  padding: 0 20px;
  text-transform: uppercase;
  background: #1476f2;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  white-space: nowrap;
  background: 0 0;
  border: 2px solid #fff;
  height: 50px;
  min-width: 220px;
  color: #fff;
  background: #17ca8e;
  border: 2px solid #17ca8e;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: .81;
  text-align: center;
  display: inline-block;
  z-index: 10;
}
.form__submit {
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  min-width: 140px;
  font-size: 13px;
  padding: 0 20px;
  font-weight: 600;
  text-transform: uppercase;
  background: #1476f2;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  white-space: nowrap;
  display: block;
  width: 100%;
}

.contact-section.contact-section-new .form-wrap__flexbox {
  position: absolute;
  right: 0;
  top: -273px;
  z-index: 100;
  width: 50%;
}

.button--white-green {
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  min-width: 140px;
  font-size: 13px;
  padding: 0 20px;
  text-transform: uppercase;
  background: #1476f2;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  white-space: nowrap;
  background: 0 0;
  border: 2px solid #fff;
  height: 50px;
  min-width: 220px;
  font-weight: 600;
  color: #fff;
  background: #121212;
  border: 2px solid #121212;
  font-size: 15px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button, select {
  text-transform: none;
}
button {
  overflow: visible;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
      font-weight: inherit;
      font-size: inherit;
      line-height: inherit;
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  line-height: normal;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
      line-height: inherit;
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact__error {
  display: none;
  color: #cd5c5c;
  text-align: center;
  padding: 5px;
}
p {
  font-size: 18px;
  line-height: 1.67;
}
p {
  font-size: 15px;
}
h2, h3, h4, h5, p {
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-section .form-spinner {
  position: absolute;
  bottom: 40px;
}
.form-spinner {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-spinner > div {
  background-color: #0072f6;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: form-spinner 1.2s infinite ease-in-out;
  animation: form-spinner 1.2s infinite ease-in-out;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.form-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.form-spinner .rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}

.form-spinner .rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s;
}

.contact-section .contact-information {
  background: #1865c7;
  border-radius: 4px;
  padding: 123px 40px;
  margin: 50px 0;
  width: 45%;
  max-width: 360px;
  max-height: 540px;
  z-index: 10;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-section .contact-information h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 13px;
  text-align: center;
  margin-bottom: 41px;
  text-transform: capitalize;
}
h2, h3, h4, h5, p {
  margin: 0;
      margin-bottom: 0px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-section .contact-information ul {
  list-style: none;
  counter-reset: my-awesome-counter;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contact-section .contact-information ul li {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 28px;
  counter-increment: my-awesome-counter;
  padding-left: 47px;
  position: relative;
}

.contact-section .contact-information ul li::before {
  content: counter(my-awesome-counter) "";
  width: 28px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  background-color: hsla(0,0%,100%,.2);
  border-radius: 50%;
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
}

.text-white {
  color: #fff !important;
}
.thank--border-none {
  border: none;
}
.thank {
  border: 1px solid #dfdfdf;
  padding: 35px;
  margin: 0 auto;
  max-width: 580px;
  width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thank__content--blue {
  color: #1476f2;
}
.thank__content {
  color: #000;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.contact-section h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
  text-transform: capitalize;
  color: #323232;
  margin-bottom: 36px;
}
.thank__title--big {
  font-size: 28px;
  text-transform: uppercase;
}
.thank__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h3, h3 {
  font-size: 15px;
}
.h2, .h3, h2, h3 {
  line-height: 1.33;
}
h2, h3, h4, h5, p {
  margin: 0;
      margin-bottom: 0px;
}
h3 {
  font-size: 15px;
}

.thank__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
  max-width: 360px;
}
.h3 ~ p, h3 ~ p {
  margin-top: 5px;
}
p {
  font-size: 18px;
  line-height: 1.67;
}
p {
  font-size: 15px;
}
h2, h3, h4, h5, p {
  margin: 0;
      margin-top: 0px;
      margin-bottom: 0px;
}

.button--primary {
  background-color: #0072f6;
  color: #fff;
  font-weight: 400;
  padding: 15px 35px;
  max-width: 200px;
  min-height: 45px;
}
.button {
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  min-width: 140px;
  font-size: 13px;
  padding: 0 20px;
  font-weight: 600;
  text-transform: uppercase;
  background: #1476f2;
      background-color: rgb(20, 118, 242);
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  white-space: nowrap;
}
a {
  color: #171717;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
a {
  background-color: transparent;
  text-decoration: none;
}

.contact-section .form-wrap__flexbox .form__footer .form__checkbox-label::before {
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: rgba(50,50,50,.03);
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.form__checkbox-label::after, .form__checkbox-label::before {
  background-color: rgba(50,50,50,.03);
  border: 1px solid #eaeaea;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 17px;
  width: 17px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

contact-section .form-wrap__flexbox .form__footer .form__checkbox-label::after {
  top: 8px;
  left: 6px;
  border-left: 2px solid #1476f2;
  border-bottom: 2px solid #1476f2;
}
.form__checkbox-label::after {
  content: "";
  color: rgba(0,0,0,.87);
  opacity: 0;
  width: 9px;
  height: 5px;
  background: 0 0;
  top: 4px;
  left: 4px;
  border: 2px solid #1476f2;
      border-top-color: rgb(20, 118, 242);
      border-top-style: solid;
      border-top-width: 2px;
      border-right-color: rgb(20, 118, 242);
      border-right-style: solid;
      border-right-width: 2px;
      border-bottom-color: rgb(20, 118, 242);
      border-bottom-style: solid;
      border-bottom-width: 2px;
      border-left-color: rgb(20, 118, 242);
      border-left-style: solid;
      border-left-width: 2px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form__checkbox-label::after, .form__checkbox-label::before {
  background-color: rgba(50,50,50,.03);
  border: 1px solid #eaeaea;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 17px;
  width: 17px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.contact-section .form-wrap__flexbox .form__box .form-group {
  max-width: 215px;
}
.contact-section .form-wrap__flexbox .form-group {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 100%;
  max-width: 443px;
  margin-bottom: 15px;
  padding: 0;
  color: rgba(50,50,50,.6);
  border: none;
}

.form__box .form-group {
  width: 50%;
}
.form-group {
  color: #000;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
  padding: 7.5px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-group.has-success:not(.js-emptyFiles)::after {
  background-image: url(../img/icons/check.svg);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 16px;
}
.form-group::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(150%,-50%);
  -ms-transform: translate(150%,-50%);
  transform: translate(150%,-50%);
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease,-webkit-transform .1s ease;
  right: 15px;
  top: 50%;
}

.contact-form .form-row input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
  width: 17px;
  height: 17px;
}

.contact-form .form-row input:not([type="checkbox"]),
.contact-form .form-row select {
width: 100%;
}

.form__checkbox-label,
.form__inform-data {
display: inline-block;
position: relative;
outline: 0;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
font-size: 14px;
font-weight: 400;
font-style: normal;
font-stretch: normal;
line-height: 1.29;
letter-spacing: normal;
}
.form__checkbox-label {
padding-left: 30px;
color: #fff;
cursor: pointer;
}
.form__checkbox-label:after,
.form__checkbox-label:before {
background-color: rgba(50, 50, 50, 0.03);
border: 1px solid #eaeaea;
content: "";
position: absolute;
left: 0;
top: 0;
height: 17px;
width: 17px;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.form__checkbox-label:after {
content: "";
color: rgba(0, 0, 0, 0.87);
opacity: 0;
width: 9px;
height: 5px;
background: 0 0;
top: 4px;
left: 4px;
border: 2px solid #1476f2;
border-top: none;
border-right: none;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.form__checkbox-label--gray {
color: rgba(50, 50, 50, 0.6);
}
.form__checkbox {
cursor: pointer;
position: absolute;
top: 0;
left: 0;
opacity: 0;
outline: 0;
z-index: -1;
width: 17px;
height: 17px;
}
.form__checkbox:checked ~ label:after {
opacity: 1;
}
.form__select {
-webkit-appearance: none;
appearance: none;
background-color: #fff;
color: rgba(50, 50, 50, 0.6);
border-radius: 0;
border: none;
cursor: pointer;
height: 40px;
width: 100%;
padding-left: 17px;
line-height: 1.5;
}
.form__appearance:before {
content: "";
background-image: url(img/arrow-1-1.svg);
background-repeat: no-repeat;
background-size: contain;
pointer-events: none;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 10px;
height: 7px;
}
.form__select-container {
width: 100%;
}
.form__select-container:before {
content: "";
background-image: url(img/select-arrow-new.svg);
background-size: contain;
pointer-events: none;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 10px;
height: 10px;
background-repeat: no-repeat;
}
.form__select-container .form__select {
height: 40px;
border: 1px solid hsla(0, 0%, 59%, 0.25);
font-size: 15px;
line-height: 1.67;
text-align: left;
color: #323232;
}
.form__textarea {
border: none;
border-radius: 0;
min-height: 120px;
padding: 17px 35px 0 17px;
width: 100%;
resize: none;
}
.form__footer {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-js-display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-bottom: 10px;
height: auto;
}
.form__footer_consent {
margin: 15px 0 25px;
}
.form__footer_consent-link {
  text-decoration: underline;
  }
  .form__footer_consent-link:hover {
  text-decoration: none;
  }
  .form__box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  @media screen and (max-width: 767px) {
  .form__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  }
  .form__box .form-group {
  width: 50%;
  }
  @media screen and (max-width: 767px) {
  .form__box .form-group {
    width: 100%;
  }
  }
  .form__box--contact-page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  }
  .form__box--contact-page .form-group {
  width: 100%;
  margin-right: 0;
  }
  .form-group {
  color: #000;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  padding: 7.5px;
  }
  .form-group:after {
  content: "";
  position: absolute;
  -webkit-transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  right: 15px;
  top: 50%;
  }
  .form-group .clear-attach {
  display: none;
  position: absolute;
  top: 5px;
  left: -15px;
  padding: 0;
  border: none;
  color: #1476f2;
  width: 20px;
  background-color: transparent;
  }
  .form-group input[type="text"] {
  border: none;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  padding: 0 35px 0 20px;
  width: 100%;
  }
  .form-group input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  }
  .form-group.has-error {
  color: #e74c3c;
  }
  .form-group.has-error:before {
  display: none;
  }
  .form-group.has-error:after {
  background-image: url(img/icons/has-error.svg);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 17px;
  width: 20px;
  }
  .form-group.has-error .upload__label--white {
  color: #e74c3c;
  }
  .form-group.has-success:not(.js-emptyFiles):before {
  display: none;
  }
  .form-group.has-success:not(.js-emptyFiles):after {
  background-image: url(img/icons/has-success.svg);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 16px;
  }
  .form-group.has-success:not(.js-emptyFiles) .upload__label--white {
  color: #26ad5f;
  }
  .form-group label.has-error {
  display: none !important;
  }
  .contact__error {
  display: none;
  color: #cd5c5c;
  text-align: center;
  padding: 5px;
  }
  .upload__label {
  background-color: transparent;
  border: 2px dashed #d0d0d0;
  cursor: pointer;
  text-align: center;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  line-height: 45px;
  padding: 0 35px 0 50px;
  width: 100%;
  }
  .upload__label i.isoi-upload {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 17px;
  font-size: 17px;
  left: -30px;
  }
  .upload__label span {
  position: relative;
  pointer-events: none;
  line-height: 1;
  }
  .upload__label--white {
  border-color: hsla(0, 0%, 82%, 0.5);
  color: #fff;
  }
  .flex-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  }
  .flex-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  }
  .flex-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  }
  @media screen and (max-width: 1023px) {
  .flex-3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  }
  @media screen and (max-width: 767px) {
  .flex-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
  }
  }
  .flex-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  @media screen and (max-width: 1023px) {
  .flex-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
  }
  .flex-4 br {
    display: none;
  }
  }
  @media screen and (max-width: 767px) {
  .flex-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }
  }
  .js-thx:not(.thank) {
  color: #000;
  display: none;
  font-size: 18px;
  padding: 15px 0;
  width: 100%;
  }
  .js-delay {
  display: block;
  }
  .thx--contact-page {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  }
  @media screen and (max-width: 1023px) {
  .form--home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  }
  .form--home .form-group {
  margin: 15px 0 0;
  }
  @media screen and (max-width: 1023px) {
  .form--home .form-group {
    margin: 15px 0 0;
  }
  }
  .form--contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  display: none;
  }
  .form--contact--rating {
  max-width: 455px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
  .form--contact .no-validation-icon {
  margin-bottom: 0;
  width: 100%;
  }
  .form--contact .no-validation-icon:after {
  display: none;
  }
  .form--contact-page {
  max-width: 580px;
  margin: 7px 0 0 53px;
  }
  @media screen and (max-width: 575px) {
  .form--contact-page {
    padding: 10px 0;
    margin: 0;
  }
  }
  .form--contact-page .form__box .form__box {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
  @media screen and (max-width: 575px) {
  .form--contact-page .form__box .form__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  }
  .form--contact-page .form__box .form__box .form-group {
  max-width: 285px;
  }
  @media screen and (max-width: 575px) {
  .form--contact-page .form__box .form__box .form-group {
    max-width: 100%;
  }
  }
  .form--contact-page .form__checkbox-label:after {
  top: 6px;
  left: 6px;
  }
  .form--contact-page .form__submit--contact {
  height: 55px;
  }
  .form--contact-page .form__footer_consent {
  margin: -8px 0 7px;
  }
  .form--contact-page .form__checkbox-label:before {
  height: 21px;
  width: 21px;
  top: -2px;
  }
  .form--contact-page .form__checkbox-label {
  margin-top: 8px;
  font-size: 15px;
  }
  .form--contact-page .form__textarea {
  padding: 6px 35px 0 17px;
  min-height: 94px;
  }
  .form--contact-page .form__select {
  height: 27px;
  color: internal-light-dark(#000, #fff) !important;
  }
  .form--contact-page .form__footer {
  margin-bottom: 11px;
  }
  .form--contact-page .form-group {
  margin-bottom: 10px;
  padding: 5px 0;
  }
  .form--contact-page .form-group.upload-wrapper.has-error {
  overflow: visible;
  padding-right: 40px;
  }
  @media screen and (max-width: 575px) {
  .form--contact-page .form-group {
    padding: 7.5px 0;
  }
  }
  .form--contact-page .form-group input[type="text"] {
  height: 28px;
  padding: 0 35px 0 16px;
  line-height: 30px;
  }
  .form--contact-page .form-group.border {
  border: 1px solid rgba(50, 50, 50, 0.1);
  background-color: #fff;
  }
  .form-spinner {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  }
  .form-spinner > div {
  background-color: #0072f6;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: form-spinner 1.2s infinite ease-in-out;
  animation: form-spinner 1.2s infinite ease-in-out;
  }
  .form-spinner.js-show {
  opacity: 1;
  }
  .form-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  }
  .form-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  }
  .form-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  }
  .form-spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  }
  select::-ms-expand {
  display: none;
  }
  body.pages-contacts .form-wrap--contact-page {
  padding: 103px 0 70px;
  }
  @media screen and (max-width: 575px) {
  body.pages-contacts .form-wrap--contact-page {
    padding: 30px 0 0;
  }
  }
  body.pages-contacts .static {
  padding-top: 193px;
  }
  @-webkit-keyframes form-spinner {
  0%,
  40%,
  to {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  }
  @keyframes form-spinner {
  0%,
  40%,
  to {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  }
  .form-newsletter {
  background-color: #008b8b;
  height: 300px;
  margin: 70px 0 0;
  }
  .form-small {
  padding: 20px;
  }
  @media screen and (max-width: 767px) {
  .form-small {
    margin: 0 -20px;
  }
  }
  .form-small__content {
  background-position: 50% 80%;
  background-size: cover;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 40px 40px 30px;
  z-index: 1;
  }
  @media screen and (max-width: 1023px) {
  .form-small__content {
    padding: 30px;
  }
  }
  .form-small__title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  }
  .form-small__lead {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  color: #fff;
  }
  .form-small__lead,
  .form-small__submit {
  margin-bottom: 25px;
  }
  .form-small__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  }
  .form-small__tag--ebook,
  .form-small__tag--newsletter {
  display: block;
  margin-bottom: 15px;
  }
  .form-small__body {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -7.5px;
  }
  @import "~intl-tel-input/build/css/intlTelInput.css";
  @import "https://fonts.googleapis.com/css2?family=PT+Sans&display=swap";
  body.pages-contacts-new {
  background-color: #fff;
  }
  .contact-section {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
  .contact-section.contact-section-new {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 40px 0 65px;
  }
  @media screen and (max-width: 767px) {
  .contact-section.contact-section-new {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  }
  .contact-section.contact-section-new .contact-info {
  width: 41%;
  }
  @media screen and (max-width: 991px) {
  .contact-section.contact-section-new .contact-info {
    width: 50%;
  }
  }
  @media screen and (max-width: 767px) {
  .contact-section.contact-section-new .contact-info {
    width: 100%;
  }
  }
  .contact-section.contact-section-new .contact-info img {
  margin-bottom: 21px;
  width: 100%;
  }
  .contact-section.contact-section-new .contact-info h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  text-transform: capitalize;
  margin-bottom: 9px;
  }
  .contact-section.contact-section-new .contact-info p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 35px;
  color: #323232;
  }
  .contact-section.contact-section-new .contact-info .title-link {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 34px;
  }
  .contact-section.contact-section-new .contact-info .title-link h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 36px;
  line-height: 34px;
  }
  @media screen and (max-width: 991px) {
  .contact-section.contact-section-new .contact-info .title-link h2 {
    font-size: 32px;
  }
  }
  .contact-section.contact-section-new .contact-info .title-link a {
  background: #f0f6ff;
  border-radius: 4px;
  padding: 6px 12px;
  text-transform: capitalize;
  color: #1476f2;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  }
  .contact-section.contact-section-new .contact-info ul {
  margin-top: 15px;
  }
  .contact-section.contact-section-new .contact-info ul li {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 33px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  }
  .contact-section.contact-section-new .contact-info ul li p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  }
  .contact-section.contact-section-new .contact-info ul li span {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #323232;
  }
  .contact-section.contact-section-new .contact-info ul li img {
  width: 100%;
  height: 100%;
  margin-right: 27px;
  max-width: 76px;
  }
  .contact-section.contact-section-new .form-wrap__flexbox {
  position: absolute;
  right: 0;
  top: -195px;
  z-index: 100;
  width: 50%;
  }
  @media screen and (max-width: 991px) {
  .contact-section.contact-section-new .form-wrap__flexbox {
    position: unset;
    width: 45%;
  }
  }
  @media screen and (max-width: 767px) {
  .contact-section.contact-section-new .form-wrap__flexbox {
    width: 100%;
  }
  }
  .contact-section .privacy__text a {
  color: #bf0b00 !important;
  }
  .contact-section .contact-information {
  background: #bf0b00;
  border-radius: 4px;
  padding: 123px 40px;
  margin: 50px 0;
  width: 45%;
  max-width: 360px;
  max-height: 540px;
  z-index: 10;
  }
  @media screen and (max-width: 767px) {
  .contact-section .contact-information {
    margin: 0;
    width: 100%;
    max-width: 499px;
    border-radius: 0;
    padding: 40px 20px 20px;
  }
  }
  .contact-section .contact-information ul {
  list-style: none;
  counter-reset: my-awesome-counter;
  }
  .contact-section .contact-information ul li {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 28px;
  counter-increment: my-awesome-counter;
  padding-left: 47px;
  position: relative;
  }
  .contact-section .contact-information ul li:before {
  content: counter(my-awesome-counter) "";
  width: 28px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 50%;
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
  }
  .contact-section .contact-information h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 13px;
  text-align: center;
  margin-bottom: 41px;
  text-transform: capitalize;
  }
  .contact-section .privacy__text {
  margin-top: 0;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  }
  .contact-section .upload__label span {
  color: #757575;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  .contact-section h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
  text-transform: capitalize;
  color: #323232;
  margin-bottom: 36px;
  }
  @media screen and (max-width: 991px) {
  .contact-section h3 {
    font-size: 32px;
  }
  }
  @media screen and (max-width: 991px) {
  .contact-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  }
  @media screen and (max-width: 767px) {
  .contact-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  }
  .contact-section .contact-about-wrap {
  width: 55%;
  padding: 38px 0 58px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
  @media screen and (max-width: 1400px) {
  .contact-section .contact-about-wrap {
    padding: 20px 20px 30px 0;
  }
  }
  @media screen and (max-width: 991px) {
  .contact-section .contact-about-wrap {
    width: 49%;
  }
  }
  @media screen and (max-width: 767px) {
  .contact-section .contact-about-wrap {
    width: 100%;
    padding: 0;
  }
  }
  .contact-section .contact-about-wrap .contact-about-header {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.13;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 54px;
  }
  @media screen and (max-width: 991px) {
  .contact-section .contact-about-wrap .contact-about-header {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  }
  @media screen and (max-width: 767px) {
  .contact-section .contact-about-wrap .contact-about-header {
    max-width: 350px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  }
  .contact-section .contact-about-wrap .contact-about-stats {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 570px;
  height: 150px;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 14px;
  margin-bottom: 94px;
  }
  @media screen and (max-width: 1400px) {
  .contact-section .contact-about-wrap .contact-about-stats {
    margin: 0 auto 70px;
  }
  }
  @media screen and (max-width: 991px) {
  .contact-section .contact-about-wrap .contact-about-stats {
    height: 111px;
    border-radius: 7px;
  }
  }
  @media screen and (max-width: 767px) {
  .contact-section .contact-about-wrap .contact-about-stats {
    margin: 21px auto 41px;
    height: 95px;
  }
  }
  @media screen and (max-width: 480px) {
  .contact-section .contact-about-wrap .contact-about-stats {
    width: 100%;
  }
  }
  .contact-section .contact-about-wrap .contact-about-stats .stat-item {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  color: #fff;
  }
  .contact-section
  .contact-about-wrap
  .contact-about-stats
  .stat-item:not(:last-child) {
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  }
  .contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-num {
  display: block;
  margin: 0 auto;
  font-size: 60px;
  }
  @media screen and (max-width: 1023px) {
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-num {
    font-size: 40px;
  }
  }
  @media screen and (max-width: 991px) {
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-num {
    font-size: 30px;
    line-height: 30px;
  }
  }
  @media screen and (max-width: 767px) {
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-num {
    margin-bottom: 4px;
  }
  }
  @media screen and (max-width: 480px) {
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-num {
    font-size: 35px;
    line-height: 1.29;
  }
  }
  .contact-section
  .contact-about-wrap
  .contact-about-stats
  .stat-item
  .stat-desc {
  display: block;
  margin: 0 auto;
  width: 96px;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  }
  @media screen and (max-width: 1023px) {
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-desc {
    font-size: 14px;
  }
  }
  @media screen and (max-width: 991px) {
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-desc {
    font-size: 10px;
    line-height: 13px;
  }
  }
  @media screen and (max-width: 480px) {
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-desc {
    font-size: 10px;
    width: 78px;
  }
  }
  .contact-section .form-wrap__flexbox {
  position: relative;
  width: 55%;
  max-width: 499px;
  padding: 36px 28px 21px;
  background-color: #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 15px 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  }
  @media screen and (max-width: 1400px) {
  .contact-section .form-wrap__flexbox {
    padding: 33px 50px;
  }
  }
  @media screen and (max-width: 1023px) {
  .contact-section .form-wrap__flexbox {
    padding: 15px;
  }
  }
  @media screen and (max-width: 991px) {
  .contact-section .form-wrap__flexbox {
    margin-right: 0;
    width: 51%;
    padding: 30px 15px;
  }
  }
  @media screen and (max-width: 767px) {
  .contact-section .form-wrap__flexbox {
    padding: 20px;
    width: 100%;
    border-radius: 0;
  }
  }
  .contact-section .form-wrap__flexbox .form__box {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
  @media screen and (max-width: 1023px) {
  .contact-section .form-wrap__flexbox .form__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  }
  @media screen and (max-width: 767px) {
  .contact-section .form-wrap__flexbox .form__box {
    max-width: 100%;
  }
  }
  .contact-section .form-wrap__flexbox .form__box .form-group {
  max-width: 215px;
  }
  @media screen and (max-width: 1023px) {
  .contact-section .form-wrap__flexbox .form__box .form-group {
    max-width: 355px;
  }
  }
  @media screen and (max-width: 767px) {
  .contact-section .form-wrap__flexbox .form__box .form-group {
    max-width: 100%;
  }
  }
  .contact-section .form-wrap__flexbox .form-group {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 100%;
  max-width: 443px;
  margin-bottom: 15px;
  padding: 0;
  color: rgba(50, 50, 50, 0.6);
  border: none;
  }
  .contact-section .form-wrap__flexbox .form-group.form-group-radio {
  margin-bottom: 20px;
  }
  .contact-section .form-wrap__flexbox .form-group.has-error label.label {
  top: -11px;
  color: #c64a4a;
  background-color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 5px;
  }
  .contact-section .form-wrap__flexbox .form-group.has-success label.label {
  top: -11px;
  color: #1476f2;
  background-color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 5px;
  }
  .contact-section .form-wrap__flexbox .form-group #phone-number {
  padding-left: 55px;
  }
  @media screen and (max-width: 1400px) {
  .contact-section .form-wrap__flexbox .form-group {
    margin-bottom: 14px;
    font-size: 14px;
  }
  }
  @media screen and (max-width: 991px) {
  .contact-section .form-wrap__flexbox .form-group {
    margin-bottom: 12px;
  }
  }
  @media screen and (max-width: 767px) {
  .contact-section .form-wrap__flexbox .form-group {
    margin-bottom: 18px;
    max-width: 100%;
  }
  }
  .contact-section .form-wrap__flexbox .form-group .form__select {
  height: 40px;
  border: 1px solid rgba(50, 50, 50, 0.1);
  }
  @media screen and (max-width: 1400px) {
  .contact-section .form-wrap__flexbox .form-group .form__select {
    line-height: 34px;
    font-size: 15px;
  }
  }
  .contact-section .form-wrap__flexbox .form-group .form__radio {
  padding-right: 10px;
  }
  .contact-section .form-wrap__flexbox .form-group .form__radio:after {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  right: 15px;
  top: 50%;
  }
  .contact-section
  .form-wrap__flexbox
  .form-group
  .form__radio.has-success:after {
  background-image: url(img/icons/has-success.svg);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 16px;
  }
  .contact-section .form-wrap__flexbox .form-group .form__radio.has-error:after {
  background-image: url(img/icons/has-error.svg);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 17px;
  width: 20px;
  }
  .contact-section
  .form-wrap__flexbox
  .form-group
  .form__radio.has-error
  .radio-error {
  display: block;
  }
  .contact-section .form-wrap__flexbox .form-group .form__radio .radio-error {
  display: none;
  }
  .contact-section .form-wrap__flexbox .form-group .form__radio label {
  background: #f0f6ff;
  border-radius: 80px;
  font-size: 16px;
  line-height: 18px;
  color: #cb3b33;
  cursor: pointer;
  padding: 9px 12px;
  display: inline-block;
  margin-bottom: 14px;
  margin-right: 6px;
  }
  .contact-section .form-wrap__flexbox .form-group .form__radio label:hover {
  background: #bf0b00;
  color: #fff;
  }
  .contact-section .form-wrap__flexbox .form-group input[type="text"] {
  padding: 0 35px 0 19px;
  height: 36px;
  width: 100%;
  vertical-align: middle;
  color: #323232;
  border: 1px solid #eaeaea;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  }
  @media screen and (max-width: 1400px) {
  .contact-section .form-wrap__flexbox .form-group input[type="text"] {
    line-height: 34px;
    font-size: 15px;
  }
  }
  @media screen and (max-width: 767px) {
  .contact-section .form-wrap__flexbox .form-group input[type="text"] {
    max-width: 100%;
  }
  }
  .contact-section .form-wrap__flexbox .form-group input[type="radio"] {
  position: absolute;
  left: -9999px;
  }
  .contact-section
  .form-wrap__flexbox
  .form-group
  input[type="radio"]:checked
  + label {
  background: #1476f2;
  color: #fff;
  }
  .contact-section .form-wrap__flexbox .form-group label.phone-label {
  padding-left: 40px;
  z-index: 100;
  }
  .contact-section .form-wrap__flexbox .form-group label.phone-label.selected {
  left: 50px;
  }
  .contact-section .form-wrap__flexbox .form-group label.label {
  position: absolute;
  top: 6px;
  z-index: 10;
  left: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #757575;
  font-size: 16px;
  line-height: 24px;
  }
  .contact-section .form-wrap__flexbox .form-group label.label.selected + input {
  border-color: #1476f2;
  }
  .contact-section .form-wrap__flexbox .form-group label.label.selected {
  top: -11px;
  color: #1476f2;
  background-color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 5px;
  }
  .contact-section .form-wrap__flexbox .form-group input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(50, 50, 50, 0.1);
  }
  .contact-section .form-wrap__flexbox .form-group--description {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  }
  .contact-section .form-wrap__flexbox .form-group--description .form__footer {
  position: absolute;
  right: -9px;
  bottom: 3px;
  max-width: 120px;
  margin-bottom: 0;
  }
  .contact-section .form-wrap__flexbox .form-group--description .form__textarea {
  color: #323232;
  padding: 10px 35px 0 19px;
  height: 100px;
  min-height: auto;
  border: 1px solid rgba(50, 50, 50, 0.1);
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  }
  @media screen and (max-width: 1400px) {
  .contact-section
    .form-wrap__flexbox
    .form-group--description
    .form__textarea {
    height: 85px;
  }
  }
  .contact-section .form-wrap__flexbox .form__footer {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
  @media screen and (max-width: 1400px) {
  .contact-section .form-wrap__flexbox .form__footer {
    margin: 0 auto 27px;
  }
  }
  @media screen and (max-width: 767px) {
  .contact-section .form-wrap__flexbox .form__footer {
    max-width: 100%;
  }
  }
  .contact-section .form-wrap__flexbox .form__footer .no-validation-icon {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 110px;
  margin: 0;
  width: auto;
  border: none;
  }
  .contact-section .form-wrap__flexbox .form__footer .form__checkbox-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  color: rgba(50, 50, 50, 0.6);
  }
  @media screen and (max-width: 420px) {
  .contact-section .form-wrap__flexbox .form__footer .form__checkbox-label {
    font-size: 12px;
    line-height: 2.2;
  }
  }
  .contact-section
  .form-wrap__flexbox
  .form__footer
  .form__checkbox-label:before {
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: rgba(50, 50, 50, 0.03);
  border: 1px solid #eaeaea;
  border-radius: 4px;
  }
  .contact-section .form-wrap__flexbox .form__footer .form__checkbox-label:after {
  top: 8px;
  left: 6px;
  border-left: 2px solid #1476f2;
  border-bottom: 2px solid #1476f2;
  }
