.step-form .select2-container {
    width: 100%!important
}

.step-form .select2-container .select2-selection--single {
    height: 56px;
    border: 1px solid var(--stepFormColorSecondary);
    border-radius: var(--stepFormRadis);
    transition: .2s box-shadow
}

@media (max-width: 767px) {
    .step-form .select2-container .select2-selection--single {
        height:40px
    }
}

.step-form .select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px
}

@media (max-width: 767px) {
    .step-form .select2-container .select2-selection--single .select2-selection__rendered {
        font-size:16px;
        padding: 0 8px
    }
}

.step-form .select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 44px
}

.step-form .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: var(--stepFormColorSecondary) transparent transparent transparent
}

.step-form .select2-container .select2-selection--single .select2-selection__placeholder {
    color: rgba(0,0,0,.3);
    font-weight: 500;
    font-size: 18px
}

@media (max-width: 767px) {
    .step-form .select2-container .select2-selection--single .select2-selection__placeholder {
        font-size:16px;
        font-weight: 400
    }
}

.step-form .select2-container .select2-results__option {
    padding: 12px 16px
}

.step-form .select2-container .select2-results__option--selected {
    background-color: var(--stepFormColorSecondaryLight)
}

.step-form .select2-container .select2-results__option--highlighted {
    background-color: var(--stepFormColorSecondary);
    color: var(--stepFormColorText)
}

.step-form .select2-container .select2-dropdown {
    border-color: var(--stepFormColorSecondary)
}

.step-form .select2-container .select2-search--dropdown .select2-search__field {
    border-radius: var(--stepFormRadis);
    border-color: var(--stepFormColorSecondary);
    outline: 0
}

.step-form .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--stepFormColorSecondary) transparent
}

.step-form .select2-container--open .select2-selection--single {
    box-shadow: 0 0 0 1px var(--stepFormColorSecondary)
}

.step-form {
    font-family: Roboto,sans-serif;
    --stepFormColorMain: #0078B4;
    --stepFormColorAccent: #DB383C;
    --stepFormColorAccentDark: #b32e31;
    --stepFormColorSecondary: #FACD68;
    --stepFormColorSecondaryLight: #F9EFD9;
    --stepFormColorDone: #69AD21;
    --stepFormColorEror: #e01a1e;
    --stepFormColorText: #666666;
    --stepFormColorTextMuted: #B4B4B4;
    --stepFormBg: #FFFBF3;
    --stepFormRadis: 3px;
    line-height: 1;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: rgba(0,0,0,.3);
    color: var(--stepFormColorText)
}

.step-form * {
    box-sizing: border-box
}

.step-form :before {
    box-sizing: border-box
}

.step-form input::-webkit-inner-spin-button,.step-form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.step-form__close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: 0 0;
    outline: 0;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
    opacity: .5;
    transition: .2s opacity
}

.step-form__close:hover {
    cursor: pointer;
    opacity: .75
}

.step-form__form {
    max-width: 960px;
    width: 100%
}

.step-form__form-inner {
    position: relative;
    min-height: 544px;
    background-color: var(--stepFormBg);
    background-image: url(../images/stepform_bg_pattern.png);
    border-radius: var(--stepFormRadis);
    box-shadow: 0 4px 10px rgba(0,0,0,.12);
    overflow: hidden
}

.step-form__form-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px
}

.step-form__form-content--step-5 .step-form__main-title {
    margin-top: 0
}

.step-form__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--stepFormColorAccent);
    margin-bottom: 4px;
    min-height: 39px;
    position: relative;
    z-index: 2;
    text-align: center
}

.step-form__main-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    color: var(--stepFormColorMain);
    position: relative;
    z-index: 2;
    margin-top: 43px;
    text-align: center
}

.step-form__title+.step-form__main-title {
    margin-top: 0
}

.step-form a {
    text-decoration: none;
    color: var(--stepFormColorAccent);
    transition: .2s color
}

.step-form a:hover {
    color: var(--stepFormColorAccentDark)
}

@media (max-width: 1024px) {
    .step-form {
        /*padding:16px;*/
    }
}

@media (max-width: 767px) {
    .step-form {
        /*padding:8px;*/
        align-items: flex-start
    }

    .step-form__close {
        right: 0;
        top: 0
    }

    .step-form__form-inner {
        min-height: 1px
    }

    .step-form__form-content {
        padding: 46px 16px 94px 16px
    }

    .step-form__title {
        font-size: 14px;
        line-height: 16px
    }

    .step-form__main-title {
        font-size: 22px;
        line-height: 26px
    }
}

.step-form--gradient-border .step-form__form {
    max-width: 1008px;
    padding: 24px;
    background: conic-gradient(from 45deg at 50% 50%,#0b79ae 0deg,#294c70 63.75deg,#824d53 123.75deg,#e05338 180.63deg,#f1c368 219.37deg,#0b79ae 360deg);
    box-shadow: 0 4px 10px rgba(0,0,0,.12)
}

@media (max-width: 1024px) {
    .step-form--gradient-border .step-form__form {
        padding:12px
    }
}

@media (max-width: 767px) {
    .step-form--gradient-border .step-form__form {
        padding:8px
    }
}

.step-form--gradient-border .step-form__form-inner {
    box-shadow: none
}

.date-picker-wrapper.step-form-picker {
    z-index: 4001!important;
    position: fixed!important;
    margin-top: 6px!important;
    margin-left: 0!important
}

.date-picker-wrapper.step-form-picker .drp_top-bar {
    top: 185px!important
}

@media (max-width: 767px) {
    .date-picker-wrapper.step-form-picker .drp_top-bar {
        padding-right:0
    }
}

.step-form-button {
    height: 56px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 38px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-color: var(--stepFormColorAccent);
    border-radius: var(--stepFormRadis);
    border: none;
    transition: .2s background-color;
    cursor: pointer
}

.step-form-button:hover {
    background-color: var(--stepFormColorAccentDark)
}

@media (max-width: 767px) {
    .step-form-button {
        height:40px;
        font-size: 16px
    }
}

.step-form-steps {
    display: flex;
    align-items: center;
    margin: 0 auto 32px auto
}

.step-form-steps__item-value {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    color: var(--stepFormColorTextMuted);
    background-color: var(--stepFormColorSecondaryLight)
}

.step-form-steps__item {
    display: flex;
    align-items: center
}

.step-form-steps__item:not(:first-child):before {
    content: "";
    width: 28px;
    height: 1px;
    margin: 0 10px;
    background: var(--stepFormColorSecondary)
}

.step-form-steps__item.is-active .step-form-steps__item-value {
    background-color: var(--stepFormColorSecondary);
    color: var(--stepFormColorAccent)
}

.step-form-steps__item.is-active+.step-form-steps__item .step-form-steps__item-value,.step-form-steps__item.is-active+.step-form-steps__item+.step-form-steps__item .step-form-steps__item-value,.step-form-steps__item.is-active+.step-form-steps__item+.step-form-steps__item+.step-form-steps__item .step-form-steps__item-value,.step-form-steps__item.is-active+.step-form-steps__item+.step-form-steps__item+.step-form-steps__item+.step-form-steps__item .step-form-steps__item-value {
    color: var(--stepFormColorTextMuted);
    border: 1px solid var(--stepFormColorSecondary);
    background-color: transparent
}

@media (max-width: 767px) {
    .step-form-steps {
        margin-bottom:16px
    }

    .step-form-steps__item:not(:first-child):before {
        width: 10px;
        margin: 0 8px
    }

    .step-form-steps__item-value {
        width: 32px;
        min-width: 32px;
        height: 32px;
        font-size: 18px
    }
}

.step-form-group {
    margin-top: 48px;
    width: 100%;
    max-width: 683px
}

.step-form-group__label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 14px
}

@media (max-width: 767px) {
    .step-form-group {
        margin-top:24px
    }

    .step-form-group__label {
        font-size: 14px;
        font-weight: 400
    }
}

.step-form-group__label+.step-form-fields .step-form-button {
    margin-top: 0
}

.step-form-fields {
    display: flex;
    margin: 0 -12px
}

.step-form-fields__label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 14px
}

.step-form-fields__input {
    width: 100%;
    height: 56px;
    border: 1px solid var(--stepFormColorSecondary);
    border-radius: var(--stepFormRadis);
    background: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 0 16px;
    outline: 0;
    transition: .2s box-shadow
}

.step-form-fields__input:focus {
    box-shadow: 0 0 0 1px var(--stepFormColorSecondary)
}

.step-form-fields__input::placeholder {
    color: rgba(0,0,0,.3)
}

.step-form-fields__input.is-invalid {
    border-color: var(--stepFormColorEror)
}

.step-form-fields__input.is-invalid:focus {
    box-shadow: 0 0 0 1px var(--stepFormColorEror)
}

.step-form-fields__col {
    margin: 0 12px
}

.step-form-fields__col--text {
    text-align: center;
    font-size: 14px;
    line-height: 140%
}

.step-form-fields__error {
    color: var(--stepFormColorEror);
    margin-top: 8px;
    font-size: 14px
}

.step-form-fields .step-form-button {
    width: 100%;
    min-width: 128px;
    margin-top: 30px
}

@media (max-width: 767px) {
    .step-form-fields {
        display:block;
        margin: 0
    }

    .step-form-fields__col {
        margin: 0
    }

    .step-form-fields__col+.step-form-fields__col {
        margin-top: 14px
    }

    .step-form-fields__label {
        font-size: 14px;
        font-weight: 400
    }

    .step-form-fields__input {
        height: 40px;
        font-size: 16px;
        padding: 0 8px
    }
}

.step-form-fields--1-field .step-form-fields__col {
    flex-grow: 1
}

.step-form-fields--1-field .step-form-fields__col+.step-form-fields__col {
    flex-grow: 0
}

.step-form-fields--contacts {
    flex-wrap: wrap
}

.step-form-fields--contacts .step-form-fields__col {
    width: calc(33.33% - 24px);
    margin-bottom: 24px
}

.step-form-fields--contacts .step-form-fields__col+.step-form-fields__col+.step-form-fields__col+.step-form-fields__col {
    width: calc(100% - 24px)
}

.step-form-fields--contacts .step-form-fields__col:last-child {
    display: flex;
    justify-content: center;
    margin-bottom: 0
}

.step-form-fields--contacts .step-form-button {
    width: auto;
    margin: 0
}

@media (max-width: 767px) {
    .step-form-fields--contacts .step-form-fields__col {
        width:100%!important;
        margin-bottom: 0!important
    }
}

@media (max-width: 767px) {
    .step-form-fields--mob-1-row {
        display:flex;
        flex-wrap: wrap;
        margin: 0 -8px
    }

    .step-form-fields--mob-1-row .step-form-fields__col {
        margin: 0 8px;
        width: calc(50% - 16px)
    }

    .step-form-fields--mob-1-row .step-form-fields__col+.step-form-fields__col {
        margin-top: 0
    }

    .step-form-fields--mob-1-row .step-form-fields__col:last-child {
        width: 100%;
        margin-top: 14px
    }

    .step-form-fields--mob-1-row .step-form-button {
        margin-top: 0
    }
}

.step-form-tip {
    padding-left: 18px;
    border-left: 2px solid var(--stepFormColorAccent);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-top: 28px
}

.step-form-tip a.step-form-tip__watsapp-link {
    text-decoration: none;
    color: #67c15e;
    display: inline-flex;
    align-items: center;
    transform: translateY(4px);
    transition: .2s opacity
}

.step-form-tip a.step-form-tip__watsapp-link svg {
    fill: var(--stepFormColorDone);
    margin-right: 4px
}

.step-form-tip a.step-form-tip__watsapp-link:hover {
    opacity: .75
}

@media (max-width: 767px) {
    .step-form-tip {
        padding:0;
        border: none
    }
}

.step-form-bottom-left,.step-form-bottom-right,.step-form-top-left,.step-form-top-right {
    position: absolute;
    z-index: 1
}

.step-form-top-left {
    top: 0;
    left: 0
}

@media (max-width: 767px) {
    .step-form-top-left {
        width:56px;
        height: auto
    }
}

.step-form-top-right {
    top: 0;
    right: 0
}

@media (max-width: 767px) {
    .step-form-top-right {
        display:none
    }
}

.step-form-bottom-right {
    bottom: 0;
    right: 0
}

@media (max-width: 767px) {
    .step-form-bottom-right {
        width:92px;
        height: auto
    }
}

.step-form-bottom-left {
    bottom: 0;
    left: 0
}

@media (max-width: 767px) {
    .step-form-bottom-left {
        width:76px;
        height: auto
    }
}

.step-form-success {
    padding-top: 68px;
    text-align: center;
    max-width: 760px
}

.step-form-success__icon {
    margin-bottom: 18px;
    fill: var(--stepFormColorDone)
}

.step-form-success__title {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    color: var(--stepFormColorDone);
    margin-bottom: 32px
}

.step-form-success__text {
    font-size: 16px;
    line-height: 160%
}

.step-form-success__buttons {
    margin-top: 40px
}
