a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: fico;
    src: url(../them/2/fonts/icons/fico.eot);
    src: url(../them/2/fonts/icons/fico.eot?#iefix) format("eot"), url(../them/2/fonts/icons/fico.woff2) format("woff2"), url(../them/2/fonts/icons/fico.woff) format("woff"), url(../them/2/fonts/icons/fico.ttf) format("truetype"), url(../them/2/fonts/icons/fico.svg#fico) format("svg")
}

@font-face {
    font-family: 'Tenor Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Tenor Sans"), local("TenorSans"), url(../them/2/fonts/tenor-sans-v11-latin-ext_latin_cyrillic-regular.woff2) format("woff2"), url(../them/2/fonts/tenor-sans-v11-latin-ext_latin_cyrillic-regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(../them/2/fonts/ibm-plex-sans-v7-latin_cyrillic-ext_cyrillic-regular.woff2) format("woff2"), url(../them/2/fonts/ibm-plex-sans-v7-latin_cyrillic-ext_cyrillic-regular.woff) format("woff");
    font-display: swap
}

.fico:before {
    font-family: fico;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.fico-arrowBtn:before {
    content: "\E001"
}

body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscal;
    text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    position: relative;
    overflow: hidden
}

html {
    overflow-x: hidden;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

::-ms-clear {
    display: none
}

select::-ms-expand {
    display: none
}

a:-moz-focusring, select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

:active, :focus, :hover, :visited {
    outline: 0 !important
}

a, a:active, a:focus, a:hover, a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

img {
    max-width: 100%
}

.m_b_20{
    margin-bottom: 20px;
}

p{
    margin-bottom: 3px;
}

    /* Widget */
.order__form {
    width: 100%
}

.form {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.widget_header{
    background: #6b5ea1;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 15px;
}
.widget_header img{
   position: relative;
    top: 5px;
}

.form__title {
    text-align: center;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 26px
}

.title {
    font-family: 'Tenor Sans', sans-serif
}

.title--dark {
    color: #2f2949
}

.form__text {
    color: rgba(47, 41, 73, .5);
    font-size: 14px;
    line-height: 130%
}

.form__wrap {
    display: -webkit-box;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.form__wrap_row{
    flex-direction: row;
}

.timeTypeBlock{
    display: flex;
    align-items: baseline;
    -webkit-box-align: baseline;
    padding: 10px 20px;
}

.form_date{
    flex-direction:row;
}

/* Form input */
.form__error {
    margin-top: 7px;
    color: #ee2833;
    font-size: 15px;
    line-height: 130%;
    display: inline-block;
    display: none
}

.form__input.error {
    background: #fff9f9;
    border: 1px solid #f88087
}

.form .select2-container .select2-selection--single, .form__input {
    width: 100%;
    height: 40px;
    background: #f0f2fb;
    border: 1px solid #d8dae3;
    border-radius: 10px;
    color: #2f2949;
    font-size: 16px;
    padding: 0 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box
}

/* Radio */
.form__radio-btns .form__text {
    margin-right: 10px
}

.radio {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2f2949;
    padding-top: 3px;
}

.radio:not(:last-of-type) {
    margin-right: 20px
}

.radio__input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.radio__input:checked ~ .radio__checkmark {
    border: 5px solid #52458a
}

.radio__input:checked:hover ~ .radio__checkmark {
    border: 5px solid #715fbe;
    background: #f0f2fb
}

.radio__input:checked:hover ~ .radio__checkmark::after {
    opacity: 0
}

.radio__input:hover ~ .radio__checkmark {
    background: #fff
}

.radio__input:hover ~ .radio__checkmark::after {
    opacity: 1
}

.radio__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #f0f2fb;
    border: 1px solid #52458a;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.radio__checkmark::after {
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(82, 69, 138, .1)
}

.form__radio-btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
}

/* Select */
.select-css {
    display: inline-block;
    height: 40px;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: normal;
    color: #444;
    padding: 10px 5px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #d8dae3;;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f0f2fb;
    background-image: url(../img/svg/arrow-select.svg);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #998ada;
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: normal;
}

.select-css:not(:last-of-type) {
    margin-right: 5px;
}

.select-css optgroup{
    background: #e8eafb;
    font-family: 'IBM Plex Sans', sans-serif;
}
.select-css option{
    background: #fff;
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
}

/* Select2 */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 12px 6px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2 {
    box-sizing: border-box
}

.select2:not(:last-of-type) {
    margin-right: 10px
}

.select2-dropdown {
    background: #fff;
    box-shadow: 0 35px 60px rgba(54, 44, 98, .2);
    border-radius: 10px;
    border: none;
    overflow: hidden
}

.select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px
}

.select2-container--default .select2-results__message {
    font-style: italic;
    font-size: 14px;
    color: rgba(47, 41, 73, .5)
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 5px;
    height: 30px;
    color: #2f2949;
    font-size: 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    padding-left: 11px;
    border: none
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #d9dcf9
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #52458a
}

.select2-container--default .select2-selection--single {
    background-color: #f0f2fb;
    border: none;
    border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #2f2949;
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 11px;
    height: 6px;
    background: url(../img/svg/arrow-select.svg) no-repeat center;
    top: 19px;
    right: 15px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2.error .select2-selection--single{
    border-color: #f88087 !important;
}

/* Btn */
.btn {
    cursor: pointer;
    outline: 0;
    border: none;
    max-width: 100%;
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.btn--full {
    font-family: 'Tenor Sans', sans-serif;
    background: #52458a;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 15px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btn--full .fico {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn--full:hover {
    box-shadow: 0 10px 15px rgba(82, 69, 138, .3);
    background: linear-gradient(283.92deg, #6b21a6 3.94%, #7000fe 29.53%, #992ee0 48.6%, #7260bf 84.81%, #6b21a6 98.04%), #715fbe;
    -webkit-animation: move 2s linear infinite;
    animation: move 2s linear infinite
}

.btn--full:hover .fico {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}


@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 370px 0
    }
}

@keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 370px 0
    }
}

.data_form{
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.data_form .widget_form{
    width: 100%;
}
.fordate_form, .partner_form{
    display: none;
}

.checkbox_field .form__text{
    float: left;
    margin-right: 20px;
}

.hasTimeType{
    width: 50%;
}

.checkbox {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    color: rgba(47, 41, 73, .5);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0;
    font-style: italic;
    font-size: 14px;
}
.checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox__input:checked ~ .checkbox__checkmark {
    background-color: #52458a
}

.checkbox__input:checked ~ .checkbox__checkmark .fico {
    opacity: 1;
    color: #fff
}

.checkbox__input:checked:hover ~ .checkbox__checkmark {
    background-color: #715fbe
}

.checkbox__input:checked:hover ~ .checkbox__checkmark .fico {
    opacity: 1;
    color: #fff
}

.checkbox__input:hover ~ .checkbox__checkmark {
    background-color: #fff
}

.checkbox__input:hover ~ .checkbox__checkmark .fico {
    color: #52458a;
    opacity: .3
}
.checkbox__checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: #f0f2fb;
    border: 1px solid #52458a;
    border-radius: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s
}
.checkbox__checkmark .fico {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: url('/img/svg/checkbox.svg') center no-repeat;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 420px) {
    .btn--full {
        text-align: center;
    }
    .btn--full .fico{
        display: none;
    }
    .radio:not(:last-of-type) {
        margin-right: 10px
    }
    .checkbox_field .form__text{
        margin-right: 5px;
    }
}

/* STEP FORM */
.step__form{
    background: #fff;
    overflow: hidden;
    padding: 0px;
}
.interview {
    text-align: center;
    min-height: 550px;
    height: 100%;
    padding: 0 0 30px;
    background: url(/them/3/img/interview_bg.png) no-repeat bottom center;
    position: relative;
}

.interview__wrap {
    max-width: 800px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
}
.proggress {
    height: 20px;
    margin: 30px 0px 20px 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
}
.proggress::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: #f2f2f2
}

.proggress::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #b4a3ff;
    -webkit-transition: all .3s;
    transition: all .3s
}
.proggress::after, .proggress::before {
    height: 6px
}

.proggress__dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 1;
    background: #f2f2f2
}

.interview.step1 .proggress__dot:nth-of-type(1) {
    background: #b4a3ff
}
.interview.step2 .proggress .proggress__dot:nth-of-type(1), .interview.step2 .proggress .proggress__dot:nth-of-type(2) {
    background: #b4a3ff
}
.interview.step2-1 .proggress .proggress__dot:nth-of-type(1), .interview.step2-1 .proggress .proggress__dot:nth-of-type(2) {
    background: #b4a3ff
}
.interview.step3 .proggress .proggress__dot:nth-of-type(1), .interview.step3 .proggress .proggress__dot:nth-of-type(2), .interview.step3 .proggress .proggress__dot:nth-of-type(3) {
    background: #b4a3ff
}
.interview.step4 .proggress .proggress__dot:nth-of-type(1), .interview.step4 .proggress .proggress__dot:nth-of-type(2), .interview.step4 .proggress .proggress__dot:nth-of-type(3), .interview.step4 .proggress .proggress__dot:nth-of-type(4) {
    background: #b4a3ff
}
.interview.step4-1 .proggress .proggress__dot{
    background: #b4a3ff
}

.interview.step1 .proggress::after {
    width: calc(100% / 4 - (100% / 4) / 2)
}
.interview.step2 .proggress::after {
    width: calc(100% / 4 + (100% / 4) / 2)
}
.interview.step2-1 .proggress::after {
    width: calc(100% / 4 + (100% / 4) / 2)
}
.interview.step3 .proggress::after {
    width: calc((100% / 4) * 2 + (100% / 4) / 2)
}
.interview.step4 .proggress::after {
    width: calc((100% / 4) * 3 + (100% / 4) / 2)
}
.interview.step4-1 .proggress::after {
    width: calc((100% / 4) * 3 + (100% / 4) / 1.3)
}
.interview.step5 .proggress {
    display: none
}

.interview__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 15px;
}
.interview.step1 .interview__content--2, .interview.step1 .interview__content--3, .interview.step1 .interview__content--4, .interview.step1 .interview__content--5, .interview.step1 .interview__content--5-1, .interview.step1 .interview__content--6 {
    display: none
}
.interview.step2 .interview__content--1, .interview.step2 .interview__content--3, .interview.step2 .interview__content--4, .interview.step2 .interview__content--5, .interview.step2 .interview__content--5-1, .interview.step2 .interview__content--6 {
    display: none
}
.interview.step2-1 .interview__content--1, .interview.step2-1 .interview__content--2, .interview.step2-1 .interview__content--4, .interview.step2-1 .interview__content--5, .interview.step2-1 .interview__content--5-1, .interview.step2-1 .interview__content--6 {
    display: none
}
.interview.step3 .interview__content--1, .interview.step3 .interview__content--2, .interview.step3 .interview__content--3, .interview.step3 .interview__content--5, .interview.step3 .interview__content--5-1, .interview.step3 .interview__content--6 {
    display: none
}
.interview.step4 .interview__content--1, .interview.step4 .interview__content--2, .interview.step4 .interview__content--3, .interview.step4 .interview__content--4, .interview.step4 .interview__content--5-1, .interview.step4 .interview__content--6 {
    display: none
}
.interview.step4-1 .interview__content--1, .interview.step4-1 .interview__content--2, .interview.step4-1 .interview__content--3, .interview.step4-1 .interview__content--4, .interview.step4-1 .interview__content--5, .interview.step4-1 .interview__content--6 {
    display: none
}
.interview.step5 .interview__content--1, .interview.step5 .interview__content--2, .interview.step5 .interview__content--3, .interview.step5 .interview__content--4, .interview.step5 .interview__content--5, .interview.step5 .interview__content--5-1 {
    display: none
}
.interview.step6 .interview__content, .interview.step6 .interview__logo .fico, .interview.step6 .interview__proggress {
    display: none
}

.interview__form{
    width: 100%;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}
.interview__form .field_box{
    width: 100%;
}

.interview__ttl{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
    color: #2f2949;
}
.interview__ttl .color{
    color: #52458a;
}
.interview__text{
    font-size: 14px;
    line-height: 22px;
    color: #2f2949;
    max-width: 800px;
    width: 100%;
    margin-bottom: 33px;
}
.interview .form{
    max-width: 100%;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}
.interview .form__wrap{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.interview .form__select{
    max-width: 100%;
}
.interview .select-css{
    margin-bottom: 10px;
}

.interview .form__btn{
    margin: auto;
    max-width: 355px;
    margin-top: 20px;
}
.interview .prev-link{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    color: #5845a5;
    cursor: pointer;
    z-index: 1;
    margin-top: 15px;
}

.interview .prev-link:hover .prev-link__text {
    text-decoration: underline
}

.interview  .prev-link .fico {
    -webkit-transform: scaleX(-1.1);
    transform: scaleX(-1.1);
    margin-right: 10px;
    font-size: 15px
}

.interview .field_box{
    margin-bottom: 15px;
}
.interview .form__wrap-input{
    width: 100%;
}

.form-block__steps-text{
    font-size: 80%;
    opacity: 0.6;
    margin-bottom: 10px;
}