.visuallyhidden {
    color: #000;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
/* DISTANCE */
.pb-xxxs {
    padding-bottom: 6px;
}
.pb-xxs {
    padding-bottom: 11px;
}
.pb-sm2 {
    padding-bottom: 14px;
}
.pb-sm {
    padding-bottom: 20px;
}
.pb-s {
    padding-bottom: 25px;
}
.pb-m {
    padding-bottom: 30px;
}
.pb-xs {
    padding-bottom: 32px;
}
.pb-xxl {
    padding-bottom: 40px;
}
.pb-l {
    padding-bottom: 60px;
}
.pb-xl {
    padding-bottom: 80px;
}
.title--xs {
    font-family: "Manrope", Tahoma, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.title--m {
    font-family: "Manrope", Tahoma, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.title--s {
    font-family: "Manrope", Tahoma, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.title--l {
    font-family: "Manrope", Tahoma, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
}
.title--thin {
    font-family: "Manrope", Tahoma, Arial, sans-serif;
    font-weight: 400;
}
.title--color-1,
.color-2 {
    color: #2d2d2d;
}
.title-color-2 {
    color: #0033ff;
}

.section-form {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}
.section-form a.button--green:hover,
.section-form a.button--green:focus {
    color: #fff;
    background-color: #bedf1e;
}
.section-form a.link--color-1:hover,
.section-form a.link--color-1:focus {
    color: #aed202;
    background-color: #fff;
}
.section-form a.link--color-1:hover:after,
.section-form a.link--color-1:focus:after {
    border-color: #aed202;
}
.section-form--background-1 {
    background: #fff;
}
.section-form__content {
    margin-bottom: 60px;
}
.section-form__content--less-mb {
    margin-bottom: 40px;
}
.section-form__content--padded-t {
    padding-top: 50px;
}
.section-form__label {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    margin-bottom: 7px;
    color: #000;
    text-align: left;
}
.section-form__label--s {
    font-size: 14px;
}
.section-form__select,
.section-form__input,
.section-form__textarea {
    font-weight: 400;
    font-size: 20px;
    border: 1px solid #d7d7d7;
    background: #fff;
    text-align: left;
    color: #000;
    width: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 100%;
    line-height: normal;
    padding: 8px 15px 10px;
    font-family: "Manrope";
}
.section-form__select {
    background-image: url(../images/layout/select-arrow.png);
    background-size: 32px 45px;
    background-repeat: no-repeat;
    background-position: center right 15px;
    padding-right: 60px;
}
select.section-form__select::-ms-expand {
    display: none;
}
.section-form__select:disabled,
.section-form__input:disabled,
.section-form__textarea:disabled,
.section-form__check-btn:disabled ~ span {
    background-color: #fff !important;
    color: #8a8a8a;
}

.section-form .has-error .section-form__select,
.section-form .has-error .section-form__input,
.section-form .has-error .section-form__textarea {
    border-color: #e31010 !important;
}
.section-form .form-error {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 2px;
    color: #e31010 !important;
    text-align: left;
}
.custom-error-container .form-error {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
}
.section-form__fieldset {
    margin-bottom: 60px;
}
.section-form__fieldset:last-child {
    margin-bottom: 0;
}
.section-form__legend {
    color: #000000;
    font-size: 22px;
    padding-bottom: 30px;
    line-height: 1.3;
    display: block;
    width: 100%;
    max-width: 100%;
}
.section-form .section-form__button {
    font-size: 20px;
    line-height: 1.3;
    border: 1px solid #0033ff;
    background: #0033ff;
    min-width: 300px;
    color: #fff;
    padding: 10px 15px 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: none;
    font-weight: 400;
    width: auto;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-shadow: none;
    font-family: "Manrope";
}
.section-form .section-form__button--outline {
    background: #fff;
    color: #5a5a5a;
    border-color: #5a5a5a;
}
.section-form .section-form__button--outline:hover {
    color: #fff;
    background: #5a5a5a;
}
.section-form .section-form__button--icon {
    min-width: 0;
    border-color: transparent;
    background-color: transparent;
    color: #0033ff;
    text-decoration: underline;
    padding: 0;
}
.section-form .section-form__button--icon:hover {
    text-decoration: none;
}
.section-form .section-form__button--icon img {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
.section-form .section-form__button--no-decoration {
    text-decoration: none;
}
.section-form .section-form__button--color-1 {
    color: #4a4a4a;
}
.section-form__fake-label {
    color: #383838;
    font-size: 16px;
    display: block;
    line-height: 1.3;
    margin-bottom: 2px;
    font-weight: 400;
}
.section-form__steps-holder {
    overflow: hidden;
}
.section-form__steps {
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    counter-reset: steps;
    font-size: 16px;
    margin: 0 -70px;
}
.section-form__steps-item {
    padding: 0 70px;
    position: relative;
}
.section-form__steps-item:before,
.section-form__steps-item:after {
    content: "";
    top: 23px;
    height: 2px;
    background-color: #0033ff;
    width: calc(50% - 26px);
    position: absolute;
}
.section-form__steps-item:before {
    left: 0;
}
.section-form__steps-item:after {
    right: 0;
}
.section-form__steps-item:first-child:before,
.section-form__steps-item:last-child:after {
    display: none;
}
.section-form__steps-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5a5a5a;
    font-size: 20px;
    line-height: 1.3;
}
.section-form__steps-text:before {
    counter-increment: steps;
    content: counter(steps) "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #0033ff;
    color: #0033ff;
    font-size: 23px;
    line-height: 1;
    margin-bottom: 8px;
}
.section-form__steps-item.is-active .section-form__steps-text:before {
    background-color: #0033ff;
    color: #fff;
}
.section-form__steps-item.is-active:after,
.section-form__steps-item.is-active ~ .section-form__steps-item:before,
.section-form__steps-item.is-active ~ .section-form__steps-item:after {
    background-color: #f6f6f6;
}
.section-form__steps-item.is-active
    ~ .section-form__steps-item
    .section-form__steps-text:before {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #5a5a5a;
}
.section-form__info {
    border: 1px solid #0033ff;
    padding: 40px;
    text-align: center;
    margin-bottom: 60px;
}
.section-form__info--no-border {
    padding: 0 !important;
    border: 0;
}
.section-form__info--narrow {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.section-form__info--center {
    text-align: center;
}
.section-form__info-img {
    max-width: 84px;
    height: auto;
    margin-bottom: 20px;
}
.section-form__info:last-child {
    margin-bottom: 0;
}
.section-form__info-wrapper {
    max-width: 890px;
    margin: auto;
}
.section-form__heading {
    color: #000000;
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 22px;
    padding: 0;
}
.section-form__summary {
    color: #000000;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.section-form__summary:last-child {
    margin-bottom: 0;
}
.section-form__list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.section-form__list-item {
    margin: 0 0 7px;
}
.section-form__list-item:last-child {
    margin: 0;
}
.section-form__list-text {
    display: inline-block;
    text-align: left;
    color: #000000;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}
.section-form__list-text--light {
    color: #6f6f6f;
}
.section-form__offer .section-form__table {
    width: 100%;
    margin-bottom: 0;
}
.section-form__offer .section-form__table tr td {
    background-color: transparent !important;
    border-color: #dfdfdf;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 24px 15px;
    border-left: 0;
    border-right: 0;
    text-align: center;
}
.section-form__offer .section-form__table tr td:last-child {
    border-right: 1px solid #dfdfdf;
}
.section-form__offer .section-form__table tr td:first-child {
    width: 190px;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}
.section-form__table-logo {
    text-align: center;
}
.section-form__table-logo img {
    max-width: 134px;
    height: auto;
}
.section-form__table-logo figcaption {
    color: #6f6f6f;
    font-size: 16px;
    line-height: 1.3;
    padding-top: 16px;
}
.row-separator {
    border: 0 !important;
    height: 32px;
}
.section-form__offer th {
    padding: 0 10px 15px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}
.section-form__progress {
    border: 1px solid #dbdbdb;
    height: 30px;
    width: 100%;
    position: relative;
}
.section-form__progress-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #0033ff;
    -webkit-animation-name: progress;
    animation-name: progress;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

/* custom checkbox */
.section-form__checkbox {
    display: inline-block;
    cursor: pointer;
}
.section-form__checkbox-text {
    display: inline-block;
    position: relative;
    padding-top: 3px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.3;
}
.section-form__checkbox-text:before,
.section-form__checkbox-text:after {
    content: "";
    position: absolute;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
}
.section-form__checkbox-text:before {
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #6f6f6f;
    background-color: #fff;
}
.section-form__checkbox-text:after {
    width: 8px;
    height: 4px;
    border-bottom: 2px solid #0033ff;
    border-left: 2px solid #0033ff;
    top: 8px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}

.section-form__checkbox-text a {
    color: #0033ff;
    text-decoration: underline;
}
.section-form__checkbox-text a:hover {
    text-decoration: none;
}
.section-form__checkbox-text--inline a,
.section-form__fake-label--inline {
    display: inline;
    font-size: inherit;
}
.section-form__fake-label--alt,
.section-form__fake-label--alt a {
    font-size: 16px;
}
.section-form__checkbox-text--before:before {
    width: 20px;
    height: 20px;
}
.section-form__checkbox-text--before:after {
    width: 11px;
    height: 7px;
    border-bottom: 2px solid #0033ff;
    border-left: 2px solid #0033ff;
    top: 10px;
    left: 5px;
}
.section-form__checkbox-text--limited {
    max-width: 525px;
    padding-left: 30px;
}
.section-form__checkbox-input {
    position: absolute;
    overflow: hidden;
    opacity: 0;
    display: block;
}
.section-form__checkbox-input:checked ~ .section-form__checkbox-text:after {
    opacity: 1;
}
/* end of custom checkbox */

/* custom radio */
.section-form__radio {
    display: inline-block;
    cursor: pointer;
}

.section-form__radio--whole-parent:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.section-form__radio--flex {
    display: flex;
    align-items: center;
}
.section-form__radio--inline {
    position: relative;
}
.section-form__radio--inline .section-form__radio-text {
    padding-bottom: 0;
    padding-left: 24px;
}
.section-form__radio--inline .section-form__radio-text--left:before,
.section-form__radio--inline .section-form__radio-text--left:after {
    left: 0;
    width: 17px;
    height: 17px;
}
.section-form__radio--inline .section-form__radio-text--left:after {
    height: 9px;
    width: 9px;
    left: -1px;
}
.section-form__radio .section-form__radio-input[disabled] {
}
.section-form__radio--inline
    .section-form__radio-input[disabled]
    ~ .section-form__radio-text--left:before,
.section-form__radio--inline
    .section-form__radio-input[disabled]
    ~ .section-form__radio-text--left:after {
    background-color: lightgrey;
}
.section-form__grid-item--inline {
    display: flex;
}
.section-form__grid-item--inline .section-form__label {
    width: auto;
    margin-right: 18px;
    margin-bottom: 0;
}
.section-form__item--inline {
    display: flex;
    align-items: center;
    margin: 0 -9px;
}
.section-form__item--inline > * {
    margin: 0 9px;
}
.section-form__radio--error .form-error {
    position: absolute;
    bottom: -60%;
    left: 62px;
}
.section-form__item--w-25 {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 12px;
    max-width: 25%;
    min-width: 280px;
}

.section-form__radio-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 1.3;
}
.section-form__radio-text:before,
.section-form__radio-text:after {
    content: "";
    position: absolute;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-form__radio-text:before {
    bottom: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    border-radius: 50%;
}
.section-form__radio-text:after {
    width: 12px;
    height: 7px;
    border-bottom: 3px solid #0033ff;
    border-left: 3px solid #0033ff;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    opacity: 0;
    bottom: 9px;
}
.section-form__radio-text--left {
    position: static;
    text-align: left;
}
.section-form__radio-text--left:before,
.section-form__radio-text--left:after {
    left: 15px;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-color: #909090;
}
.section-form__radio-text--left:after {
    -webkit-transform: translate(5px, -50%) rotate(0);
    -ms-transform: translate(5px, -50%) rotate(0);
    transform: translate(5px, -50%) rotate(0);
    border: none;
    background: #0033ff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}

.section-form__radio-text--top:before,
.section-form__radio-text--top:after {
    top: 2px;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.section-form__radio--inline .section-form__radio-text--top:after,
.section-form__radio-text--top:after {
    top: 6px;
    left: 4px;
}

.section-form__radio-text--checkbox {
    padding-bottom: 0;
}
.section-form__radio-text--checkbox:before {
    border-radius: inherit;
    border-color: #909090;
}
.section-form__radio-text--checkbox:after {
    width: 12px;
    height: 7px;
    border-bottom: 3px solid #0033ff;
    border-left: 3px solid #0033ff;
    -webkit-transform: translate(6px, -5px) rotate(-45deg);
    -ms-transform: translate(6px, -5px) rotate(-45deg);
    transform: translate(6px, -5px) rotate(-45deg);
    background: transparent;
    border-radius: inherit;
    opacity: 0;
}
.section-form__radio-title {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 3px;
}
.section-form__radio-title small {
    font-size: 16px;
    color: #5a5a5a;
}
.section-form__radio-summary-item {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 3px;
    display: block;
}
.section-form__radio-summary-item:last-child {
    margin-bottom: 0;
}

.section-form__radio-input {
    position: absolute;
    overflow: hidden;
    opacity: 0;
    display: block;
}
.section-form__radio-input:checked ~ .section-form__radio-text:after,
.section-form__radio-input:checked
    ~ .overflow-hidden
    .section-form__radio-text--checkbox:after,
.section-form__radio-input:checked
    ~ .flex-item
    .section-form__radio-text--checkbox:after {
    opacity: 1;
}
.section-form__radio-input.is-checked ~ .section-form__radio-text:after,
.section-form__radio-input.is-checked
    ~ .overflow-hidden
    .section-form__radio-text--checkbox:after,
.section-form__radio-input.is-checked
    ~ .flex-item
    .section-form__radio-text--checkbox:after {
    opacity: 1;
}
/* end of custom radio */

/* grid */
.section-form__grid-holder {
    overflow: hidden;
}
.section-form__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-form__grid--nested {
    margin: 0 -20px;
    align-items: flex-start;
}
.section-form__grid--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-form__grid-item {
    /* -ms-flex-preferred-size: 100%; */
    /* flex-basis: 100%; */
    /* max-width: 100%; */
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 20px 21px;
    min-width: 280px;
}
.section-form__grid-item--hidden {
    display: none;
}
.section-form__grid--gap-40 {
    margin: -20px;
}
.section-form__grid--gap-40 > .section-form__grid-item {
    padding: 20px;
}
.section-form__grid--gap-24 {
    margin: -12px;
}
.section-form__grid--gap-24 > .section-form__grid-item {
    padding: 12px;
}
.section-form__grid--gap-15 {
    margin: 0 -7.5px;
}
.section-form__grid--gap-15 > .section-form__grid-item {
    padding: 0 7.5px;
}
.section-form__grid-item--w-50 {
    /* -ms-flex-preferred-size: 50%; */
    /* flex-basis: 50%; */
    width: 50%;
}
.section-form__grid-item--w-25 {
    width: 25%;
}
.section-form__grid-item--mw-50 {
    max-width: 50%;
}
.section-form__grid-item--w-33 {
    width: 33.33%;
}
.section-form__grid-item--w-auto {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-width: 0;
}
.section-form__upload-title-holder {
    position: relative;
    padding-right: 80px;
}
.section-form__grid-item .file-wrapper .button {
    padding: 5px 14px 10px;
    height: 20px;
    width: auto;
}
.section-form__upload-title-holder .remove-file {
    color: red;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.section-form__grid-item--nested {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -12px;
    padding: 12px 0;
}
.section-form__grid-item--pt {
    padding-top: 24px !important;
}
.section-form__grid-item--nested > .section-form__label {
    flex: 1 1 100%;
    padding: 0 12px;
    margin-bottom: 0;
}
/* end of grid */

/* autosuggest */
.section-form__select ~ .chosen-container .chosen-single {
    font-weight: 400;
    font-size: 20px;
    border: 1px solid #d7d7d7 !important;
    background-color: #fff !important;
    text-align: left;
    color: #000;
    width: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0 !important;
    height: 100%;
    line-height: normal;
    padding: 8px 15px 10px !important;
    font-family: "Manrope";
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-image: url(../images/layout/select-arrow.png) !important;
    background-size: 32px 45px !important;
    background-repeat: no-repeat !important;
    background-position: center right 15px !important;
    padding-right: 60px !important;
}
.section-form__select ~ .chosen-container .chosen-single div {
    display: none;
}
.section-form__select ~ .chosen-container .chosen-drop {
    padding: 17px 8px 8px;
    border-radius: 0;
    border-top: 1px solid #d7d7d7;
}

.section-form__select ~ .chosen-container .chosen-drop .chosen-search input {
    font-weight: 400;
    font-size: 20px;
    border: 0;
    background-color: #fff;
    text-align: left;
    color: #000;
    width: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 100%;
    line-height: normal;
    padding: 7px 40px 8px 14px;
    font-family: "Manrope";
}
.section-form__select
    ~ .chosen-container
    .chosen-drop
    .chosen-results
    .active-result {
    color: #000000;
    font-size: 20px;
    padding: 7px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.section-form__select
    ~ .chosen-container
    .chosen-drop
    .chosen-results
    .active-result.result-selected,
.section-form__select
    ~ .chosen-container
    .chosen-drop
    .chosen-results
    .active-result.highlighted {
    color: #0033ff;
}
.section-form__date {
    background-image: url("../images/layout/calendar.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 96% center;
    padding-right: 35px;
}
.section-form__remove {
    color: red;
}
/* end of autosuggest */
@media only screen and (max-width: 1024px) {
    .section-form__grid-item--w-33 {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .section-form__grid--gap-40 {
        margin: -10px;
    }
    .section-form__grid--gap-40 > .section-form__grid-item {
        padding: 10px;
    }
    .section-form__grid--gap-24 {
        margin: -7.5px;
    }
    .section-form__grid--gap-24 > .section-form__grid-item {
        padding: 7.5px;
    }
    .section-form__grid--gap-15 {
        margin: 0 -5px;
    }
    .section-form__grid--gap-15 > .section-form__grid-item {
        padding: 0 5px;
    }
    .section-form__select,
    .section-form__input,
    .section-form__textarea,
    .section-form__select ~ .chosen-container .chosen-single,
    .section-form__select ~ .chosen-container .chosen-drop .chosen-search input,
    .section-form__select
        ~ .chosen-container
        .chosen-drop
        .chosen-results
        .active-result {
        font-size: 16px;
    }
    .section-form__fieldset,
    .section-form__content,
    .section-form__info {
        margin-bottom: 40px;
    }
    .section-form__content--less-mb {
        margin-bottom: 30px;
    }
    .section-form__steps {
        margin: 0 -20px;
    }
    .section-form__steps-item {
        padding: 0 20px;
    }
    .section-form__steps-text {
        font-size: 18px;
    }
    .section-form__offer .section-form__table {
        width: 767px;
    }
    .scrollable-content {
        max-width: 100%;
        overflow: auto;
    }
    .section-form__list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        text-align: center;
    }
    .section-form__list-text {
        font-size: 16px;
    }
    .section-form__heading {
        font-size: 20px;
    }
    .section-form__summary {
        margin-bottom: 30px;
    }
    .section-form .section-form__button {
        font-size: 18px;
    }
    .section-form .section-form__button--icon img {
        width: 18px;
        height: 18px;
    }
    .section-form__content--padded-t {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 640px) {
    .section-form__grid-item--center-mobile {
        text-align: center;
    }
    .section-form__grid-item--mw-50 {
        max-width: 100%;
    }
    .section-form__item--w-25 {
        max-width: 100%;
    }
}
@media only screen and (max-width: 440px) {
    .section-form__grid-item--inline {
        flex-direction: column;
    }
    .section-form__grid-item--inline .section-form__label {
        margin-right: 0;
    }
    .section-form__radio--flex {
        flex-direction: column;
    }
    .section-form__grid-item--w-auto {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .section-form__grid-item--w-33 {
        width: 100%;
    }
    .section-form .section-form__button {
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }
    .section-form__info {
        padding: 30px;
    }
    .section-form__heading {
        font-size: 18px;
    }
    .section-form__summary {
        margin-bottom: 25px;
    }
    .section-form__list-text {
        text-align: center;
    }
    .row-separator {
        height: 24px;
    }
    .section-form__content--padded-t {
        padding-top: 20px;
    }
}
