/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

body {
    font-variant-ligatures: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.link, .toggle, a {
    color: #1a0dab;
    text-decoration: none;
    cursor: pointer
}

.page {
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto
}

.page-wide {
    max-width: 800px
}

.page-narrow {
    max-width: 583px
}

.inner {
    padding-right: 72px;
    padding-left: 72px
}

@media (max-width:800px) {
    .inner {
        padding-right: 72px;
        padding-left: 72px
    }
}

@media (max-width:480px) {
    .inner {
        padding-left: 18px;
        padding-right: 18px
    }
}

.content {
    margin-bottom: 24px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 44px 5px rgba(0, 0, 0, .08)
}

@media (max-width:800px) {
    .content {
        margin-bottom: 16px
    }
}

@media (max-width:480px) {
    .content {
        border-radius: 0
    }
}

.content__async {
    position: relative
}

.content__inner {
    padding-top: 32px;
    padding-bottom: 32px
}

@media (max-width:800px) {
    .content__inner {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media (max-width:480px) {
    .content__inner {
        border-radius: 0
    }
}

.content__bottom-block {
    margin: 24px 0;
    padding: 20px 72px;
    font-weight: 600
}

@media (max-width:480px) {
    .content__bottom-block {
        padding: 20px 18px
    }
}

.tabs__nav+.content {
    border-radius: 0 0 4px 4px
}

@media (max-width:480px) {
    .tabs__nav+.content {
        border-radius: 0
    }
}

.alert {
    margin-top: 10px
}

.help-block {
    display: none;
    padding: 16px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    background-color: #f1f1f1;
    border-radius: 4px
}

.help-block__title {
    margin-bottom: 12px
}

.toggle {
    line-height: 24px;
    cursor: pointer
}

.problem-instruction {
    margin-top: 20px
}

.problem-instruction__text {
    margin-top: 8px
}

.problem-instruction__text p {
    margin-bottom: 8px
}

.problem-instruction__help {
    margin-top: 20px
}

.access-info, .demo-access-info {
    margin-bottom: 12px;
    color: #3a3a3a
}

.header {
    padding-top: 24px;
    padding-bottom: 32px
}

@media (max-width:480px) {
    .header {
        padding: 16px 0
    }
}
.logo {
    margin: 20px 0;
}
.head-dashboard__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo__wrap {
    display: flex;
    align-items: center;
    transition: all 0.1s linear;
    height: 60px;
    margin: 0 2em;
}
.logo__item {
    display: inline-flex;
    position: relative;
    font-size: 0;
    line-height: 0;
    transition: all 0.1s linear;
}
.logo__item:first-of-type {
    padding-right: 10px;
    border-right: 1px solid rgba(2, 0, 0, 0.164);

}
.logo__img {
    width: 100%;
}
.logo__img_logo_first {
    max-width: 234px;
    height: 47px;
    object-fit: contain;
}
.logo__img_logo_second {
    display: block;
    max-width: 234px;
    padding-left: 10px;
}

@media (max-width:400px) {
    .logo__img_logo_first {
        max-width: 100px;
    }
    .logo__img_logo_second {
        max-width: 120px;
    }
}
@media (max-width:300px) {
    .logo__img_logo_first {
        max-width: 75px;
    }
    .logo__img_logo_second {
        max-width: 130px;
    }
}
.header__title {
    margin-top: 12px;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    text-align: center
}

@media (max-width:800px) {
    .header__title {
        font-size: 18px;
        line-height: 26px;
        padding: 0 18px
    }
}

.header__content {
    margin-top: 0;
    margin-bottom: 24px
}

/* .logo {
    display: block;
    width: 258px; 
    height: 60px;
    margin: 0 auto;
    background: url(/logo-consultant.png) 50% no-repeat
}

@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .logo {
        background: url(/logo-consultant-big.png);
        background-size: 100%
    }
} */

.button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 80px;
    padding: 2px 14px 4px;
    color: white;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    line-height: 1.5;
    letter-spacing: -.25px;
    text-align: center;
    border: none;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    max-width: 455px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
}

.button:hover {
    text-decoration: none
}

.button:disabled {
    cursor: not-allowed
}

.button:disabled, .button:disabled:active, .button:disabled:focus, .button:disabled:hover {
    color: rgba(0, 0, 0, .5);
    background: #e5e5e5;
    box-shadow: 0 0 0 1px rgba(21, 22, 24, .1)
}

.button_full-width {
    width: 100%;
    text-align: center
}

.button_big {
    padding: 7px 16px 9px
}

.button__icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain
}

.button__icon_desktop {
    //background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjRkZGIiBzdHJva2U9IiM0MjQyNDIiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTI2LjE1NCA0YzEuMDU0IDAgMS40NS4wNzQgMS44NC4yODMuMzEyLjE2Ni41NTcuNDExLjcyMy43MjMuMjA5LjM5LjI4My43ODYuMjgzIDEuODRoMHYxMi4zMDhjMCAxLjA1NC0uMDc0IDEuNDUtLjI4MyAxLjg0YTEuNzQgMS43NCAwIDAxLS43MjMuNzIzYy0uMzkuMjA5LS43ODYuMjgzLTEuODQuMjgzaDBINS44NDZjLTEuMDU0IDAtMS40NS0uMDc0LTEuODQtLjI4M2ExLjc0IDEuNzQgMCAwMS0uNzIzLS43MjNjLS4yMDktLjM5LS4yODMtLjc4Ni0uMjgzLTEuODRoMFY2Ljg0NmMwLTEuMDU0LjA3NC0xLjQ1LjI4My0xLjg0YTEuNzQgMS43NCAwIDAxLjcyMy0uNzIzYy4zOS0uMjA5Ljc4Ni0uMjgzIDEuODQtLjI4M2gweiIvPjxwYXRoIGZpbGw9IiM0MjQyNDIiIGQ9Ik0zIDE3aDI2djVIM3pNMTUgMjNoMnYzaC0yeiIvPjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIyIiB4PSI5IiB5PSIyNiIgZmlsbD0iIzQyNDI0MiIgcng9IjEiLz48L2c+PC9zdmc+) 50% no-repeat;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjRkZGIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0yNi4xNTQgNGMxLjA1NCAwIDEuNDUuMDc0IDEuODQuMjgzLjMxMi4xNjYuNTU3LjQxMS43MjMuNzIzLjIwOS4zOS4yODMuNzg2LjI4MyAxLjg0aDB2MTIuMzA4YzAgMS4wNTQtLjA3NCAxLjQ1LS4yODMgMS44NGExLjc0IDEuNzQgMCAwMS0uNzIzLjcyM2MtLjM5LjIwOS0uNzg2LjI4My0xLjg0LjI4M2gwSDUuODQ2Yy0xLjA1NCAwLTEuNDUtLjA3NC0xLjg0LS4yODNhMS43NCAxLjc0IDAgMDEtLjcyMy0uNzIzYy0uMjA5LS4zOS0uMjgzLS43ODYtLjI4My0xLjg0aDBWNi44NDZjMC0xLjA1NC4wNzQtMS40NS4yODMtMS44NGExLjc0IDEuNzQgMCAwMS43MjMtLjcyM2MuMzktLjIwOS43ODYtLjI4MyAxLjg0LS4yODNoMHoiLz48cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTMgMTdoMjZ2NUgzek0xNSAyM2gydjNoLTJ6Ii8+PHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiIHg9IjkiIHk9IjI2IiBmaWxsPSJ3aGl0ZSIgcng9IjEiLz48L2c+PC9zdmc+) 50% no-repeat;
//PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjRkZGIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0yNi4xNTQgNGMxLjA1NCAwIDEuNDUuMDc0IDEuODQuMjgzLjMxMi4xNjYuNTU3LjQxMS43MjMuNzIzLjIwOS4zOS4yODMuNzg2LjI4MyAxLjg0aDB2MTIuMzA4YzAgMS4wNTQtLjA3NCAxLjQ1LS4yODMgMS44NGExLjc0IDEuNzQgMCAwMS0uNzIzLjcyM2MtLjM5LjIwOS0uNzg2LjI4My0xLjg0LjI4M2gwSDUuODQ2Yy0xLjA1NCAwLTEuNDUtLjA3NC0xLjg0LS4yODNhMS43NCAxLjc0IDAgMDEtLjcyMy0uNzIzYy0uMjA5LS4zOS0uMjgzLS43ODYtLjI4My0xLjg0aDBWNi44NDZjMC0xLjA1NC4wNzQtMS40NS4yODMtMS44NGExLjc0IDEuNzQgMCAwMS43MjMtLjcyM2MuMzktLjIwOS43ODYtLjI4MyAxLjg0LS4yODNoMHoiLz48cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTMgMTdoMjZ2NUgzek0xNSAyM2gydjNoLTJ6Ii8+PHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiIHg9IjkiIHk9IjI2IiBmaWxsPSJ3aGl0ZSIgcng9IjEiLz48L2c+PC9zdmc+

/* backdrop-filter: drop-shadow(2px 4px 6px black); */
    /* filter: invert(1); */
    //background-color: white;
    //padding: 5px;
    //border-radius: 100%;
}

.button__icon_login-password {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiA2KSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB3aWR0aD0iMjYiIGhlaWdodD0iNyIgeD0iMSIgeT0iMSIgZmlsbD0iI0ZGRiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHJ4PSIxLjU1Ii8+PHJlY3Qgd2lkdGg9IjI2IiBoZWlnaHQ9IjciIHg9IjEiIHk9IjEzIiBmaWxsPSIjRkZGIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgcng9IjEuNTUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNC41IDE3LjI1bC0uODgyLjQ2NC4xNjktLjk4Mi0uNzE0LS42OTYuOTg2LS4xNDNMNC41IDE1bC40NDEuODkzLjk4Ni4xNDMtLjcxNC42OTYuMTY5Ljk4MnpNOC41IDE3LjI1bC0uODgyLjQ2NC4xNjktLjk4Mi0uNzE0LS42OTYuOTg2LS4xNDNMOC41IDE1bC40NDEuODkzLjk4Ni4xNDMtLjcxNC42OTYuMTY5Ljk4MnpNMTIuNSAxNy4yNWwtLjg4Mi40NjQuMTY5LS45ODItLjcxNC0uNjk2Ljk4Ni0uMTQzTDEyLjUgMTVsLjQ0MS44OTMuOTg2LjE0My0uNzE0LjY5Ni4xNjkuOTgyeiIvPjwvZz48L3N2Zz4=) 50% no-repeat
    ;/* backdrop-filter: drop-shadow(2px 4px 6px black); */
    /* filter: invert(1); */
    //background-color: white;
    //padding: 5px;
    //border-radius: 100%;
}

.button__icon_login-ubk {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzcgOC41MTEgMjguNDUpIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIyMSIgeT0iNyIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHJ4PSIyIi8+PHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iOCIgeD0iMyIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNTUiIHJ4PSIyIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTUgMWgxdjNINXpNOCAxaDF2M0g4eiIvPjxyZWN0IHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHg9IjMiIHk9IjE0IiBmaWxsPSIjRkZGIiByeD0iNCIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik03IDE3YTEgMSAwIDExMCAyIDEgMSAwIDAxMC0yeiIvPjwvZz48L3N2Zz4=) 50% no-repeat
    ;/* backdrop-filter: drop-shadow(2px 4px 6px black); */
    /* filter: invert(1); */
    //background-color: white;
    //padding: 5px;
    //border-radius: 100%;
}

.button__icon_login-flash {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzcgOC41MTEgMjguNDUpIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIyMSIgeT0iNyIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHJ4PSIyIi8+PHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iOCIgeD0iMyIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNTUiIHJ4PSIyIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTUgMWgxdjNINXpNOCAxaDF2M0g4eiIvPjxyZWN0IHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHg9IjMiIHk9IjE0IiBmaWxsPSIjRkZGIiByeD0iNCIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik03IDE3YTEgMSAwIDExMCAyIDEgMSAwIDAxMC0yeiIvPjwvZz48L3N2Zz4=) 50% no-repeat;
//PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzcgMTAuMDA2IDMwLjQ0MykiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHJlY3Qgd2lkdGg9IjEzIiBoZWlnaHQ9IjIzIiB5PSI3IiBmaWxsPSIjNDI0MjQyIiBzdHJva2U9IiM0MjQyNDIiIHN0cm9rZS13aWR0aD0iMiIgcng9IjIiLz48cmVjdCB3aWR0aD0iOSIgaGVpZ2h0PSI4IiB4PSIyIiBmaWxsPSIjRkZGIiBzdHJva2U9IiM0MjQyNDIiIHN0cm9rZS13aWR0aD0iMS41NSIgcng9IjIiLz48cGF0aCBmaWxsPSIjNDI0MjQyIiBkPSJNNCAzaDJ2MUg0ek03IDNoMnYxSDd6Ii8+PC9nPjwvc3ZnPg==
    ;
/* backdrop-filter: drop-shadow(2px 4px 6px black); */
    /* filter: invert(1); */
    //background-color: white;
    //padding: 5px;
    //border-radius: 100%;
}


.button__icon_login-promo::before {
    content: "!";
  }
.button_main {
    background: linear-gradient(180deg, #ffedc4, #ffd386 97%);
    box-shadow: 0 1px 0 0 rgba(73, 49, 12, .2), 0 0 0 1px rgba(130, 78, 0, .3)
}

.button_main:hover {
    background: linear-gradient(180deg, #fff3da, #ffdb9d 97%)
}

.button_main:active {
    color: #000;
    box-shadow: 0 0 0 1px rgba(80, 48, 0, .3), inset 0 1px 0 0 #cac0b2
}

.button_secondary {
    background-image: linear-gradient(180deg, #f4efff, #e3d9ff 97%);
    box-shadow: 0 1px 0 0 #aca2c7, 0 0 0 1px #cec6e1
}

.button_secondary:hover {
    background-image: linear-gradient(180deg, #f9f6ff, #ebe4ff 96%)
}

.button_secondary:active {
    box-shadow: 0 0 0 1px #cec6e1, inset 0 1px 0 0 #cbc3e0
}

.button_ghost {
    //background-image: linear-gradient(180deg, #ef7f1a91 1%, #EF7F1A);
    //box-shadow: 0 1px 0 0 rgba(0, 0, 0, .15), 0 0 0 1px rgba(21, 22, 24, .18);


    padding: 13px 11px;
    border-radius: 6px;
    color: #FFFFFF;
    background-color: #EF7F1A;
    text-decoration: none;
    text-align: center;
    transition: all 0.1s linear;
    cursor: pointer;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;


}

.button_ghost:hover {
    //background-image: linear-gradient(180deg, #ff5722 1%, #EF7F1A);
    //box-shadow: 0 0 0 1px rgba(21, 22, 24, .18), 0 1px 0 0 rgba(0, 0, 0, .15);
	background-color: #DB630C;
}

.button_ghost:active {
    box-shadow: 0 0 0 1px rgba(21, 22, 24, .18), inset 0 1px 0 0 #DB630C;
}

html.as-keyboard .button_main:focus {
    box-shadow: 0 0 0 4px rgba(115, 64, 255, .25), 0 1px 0 0 rgba(73, 49, 12, .2), 0 0 0 1px rgba(130, 78, 0, .3)
}

html.as-keyboard .button_secondary:focus {
    box-shadow: 0 0 0 4px rgba(115, 64, 255, .25), 0 1px 0 0 #aca2c7, 0 0 0 1px #cec6e1
}

html.as-keyboard .button_ghost:focus {
    background-image: linear-gradient(180deg, #fcfbfb 1%, #f0f0f0);
    box-shadow: 0 0 0 4px rgba(115, 64, 255, .25), 0 1px 0 0 rgba(0, 0, 0, .15), 0 0 0 1px rgba(21, 22, 24, .15)
}

.modal__error .error__header {
    margin-bottom: 16px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px
}

.modal__error .error__code {
    color: #666;
    font-size: 16px;
    line-height: 24px
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    padding: 0 10px;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

.modal_opened {
    display: block;
    overflow-x: hidden;
    overflow-y: auto
}

.modal__content {
    position: relative;
    max-width: 420px;
    margin: 50px auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 5px;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 16px 48px 0 rgba(0, 0, 0, .16)
}

.modal__content_wide {
    max-width: 620px
}

.modal__content_large {
    width: 620px;
    max-width: 100%
}

.modal__content_medium {
    width: 420px;
    max-width: 100%
}

.modal__body {
    padding: 24px 32px
}

@media (max-width:480px) {
    .modal__body {
        padding: 16px 24px
    }
}

.modal__body .error__header {
    margin-bottom: 16px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px
}

.modal__body .error__code {
    color: #666;
    font-size: 16px;
    line-height: 24px
}

.modal__footer {
    padding: 6px 32px 28px;
    text-align: right;
    border-radius: 0 0 4px 4px
}

@media (max-width:480px) {
    .modal__footer {
        padding: 12px 24px 28px
    }
}

.modal__flex {
    display: flex;
    align-items: center
}

.modal__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #000;
    opacity: .2
}

.modal__cross {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzU4NTg1OCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNLjY0Ni42MDdhLjg2Ljg2IDAgMDAwIDEuMjE1TDYuNzg5IDcuOThsLTYuMTkgNi4yMThhLjg1MS44NTEgMCAwMDAgMS4yMDEuODQ3Ljg0NyAwIDAwMS4xOTkuMDAxTDggOS4xOTRsNi4xODMgNi4xOTlhLjg1NS44NTUgMCAwMDEuMjExIDAgLjg2Ljg2IDAgMDAwLTEuMjE1TDkuMjExIDcuOThsNi4xNDMtNi4xNThhLjg2Ljg2IDAgMDAwLTEuMjE1Ljg1NS44NTUgMCAwMC0xLjIxIDBMOCA2Ljc2NiAxLjg1Ny42MDdhLjg1NS44NTUgMCAwMC0xLjIxMSAweiIvPjwvc3ZnPg==) center 0;
    cursor: pointer;
    content: " "
}

.modal-open {
    overflow: hidden
}

.modal-open .modal__backdrop {
    display: block
}

html {
    color: #000;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    line-height: 24px
}

body {
    background-color: #f5f5f5
}

p {
    margin: 0 0 12px
}

p:last-child {
    margin-bottom: 0
}

p:first-child {
    margin-top: 0
}

.link, a {
    color: #EF7F1A;
    cursor: pointer
}

.link, .link:link, a, a:link {
    text-decoration: none
}

.link:hover, a:hover {
    text-decoration: underline
}

@media (max-width:800px) {
    .link:hover, a:hover {
        text-decoration: none
    }
}


.form__rules {
	padding-top: 1em;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	/* or 133% */
	
	align-items: center;
	
	color: #7C7C7C;
}
.link:active, a:active {
    //color: #1a0dab;
    text-decoration: none
}

.link:focus, a:focus {
    border-radius: 5px;
    outline: none;
    //color: #DB630C;
    //box-shadow: 0 0 0 3px rgba(115, 64, 255, .25)
}

.link_help, a_help {
    font-size: 16px
}

.link_help:before, a_help:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px -2px 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0VGN0YxQSIgZD0iTTggMEMzLjU4IDAgMCAzLjU4IDAgOHMzLjU4IDggOCA4IDgtMy41OCA4LTgtMy41OC04LTgtOHptLjE2NSAxMi4yM2EuNjUuNjUgMCAwMS0uNjUzLS42NS42NS42NSAwIDAxLjY1My0uNjQ1LjY1LjY1IDAgMDEuNjU0LjY0Ni42NS42NSAwIDAxLS42NTQuNjV6bTEuMy00LjQzNGMtLjg3Ny44NjYtLjg1MyAxLjA1NC0uODk2IDIuMDVoLS43M2MuMDQyLTEuMDk2LjI4OC0xLjY4IDEuMTU3LTIuNDguNDIzLS4zOTcuNzQ2LS44NzQuNzQ2LTEuNDY2IDAtLjkwOC0uNzQ2LTEuNTM1LTEuNjM4LTEuNTM1LTEuMjQ2IDAtMS44NjYuNjMxLTEuODQyIDEuNzg1aC0uNzI0Yy4wMTItMS42MTUuOTM5LTIuMzg4IDIuNi0yLjM4OCAxLjI3IDAgMi4zMjQuNzg0IDIuMzI0IDIuMSAwIC44NDItLjQxMiAxLjM5Mi0uOTk3IDEuOTM0eiIvPjwvc3ZnPg==) 50% no-repeat;
    content: " "
}

kbd {
    padding: 3px 4px;
    color: #fff;
    line-height: 1.2;
    background-color: #5b5fd1;
    border-radius: 5px
}

ol {
    padding: 0
}

ul {
    padding: 0 0 0 32px
}

li {
    margin: 1em 0 12px
}

h1 {
    font-size: 22px;
    line-height: 25px
}

h1, h2 {
    margin: 0 0 16px;
    font-weight: 600
}

h2 {
    font-size: 20px;
    line-height: 24px
}

h3 {
    font-size: 19px;
    line-height: 22px
}

h3, h4 {
    margin: 0 0 16px;
    font-weight: 600
}

h4 {
    font-size: 18px;
    line-height: 20px
}

h5 {
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 17px;
    line-height: 19px
}

.accent {
    font-size: 1.15em
}

.accent, .text-marker {
    font-weight: 700
}

.small {
    font-size: 14px;
    line-height: 20px
}

.center {
    text-align: center
}

input[readonly] {
    background: #eee
}

.form__label {
    cursor: pointer
}

.form__label_input {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
    cursor: default
}

.form__input, .form__label_input {
    color: #000;
    font-size: 16px;
    line-height: 22px
}

.form__input {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin: 4px 0;
    padding: 8px 10px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    text-align: left;
    vertical-align: middle;
    border: 0 solid #c6c6c6;
    border-radius: 1px;
    //box-shadow: 0 0 0 1px #c6c6c6;
    font-feature-settings: "liga"0;
    font-variant-ligatures: none;
    -webkit-appearance: none;
    background: #FFFFFF;
    border: 1px solid #BBB9B1;
    border-radius: 6px;
    height: 52px;
    padding: 10px;
}

.form__input::-ms-clear {
    display: none
}

.form__input::-webkit-input-placeholder {
    color: #999
}

.form__input:-moz-placeholder, .form__input::-moz-placeholder {
    color: #999
}

.form__input:-ms-input-placeholder {
    color: #999
}

@media (max-width:800px) {
    .form__input {
        margin: 2px 0
    }
}

.form__input_short {
    width: 228px
}

.form__input_middle {
    width: 280px
}

@media (max-width:800px) {
    .form__input_long-tablet {
        width: 100%
    }
}

.form__input:focus {
    outline: none;
	border: 1px solid #EF7F1A;
	border-radius: 6px;
}

.form__input-error {
    font-size: 14px;
    line-height: 20px;
    color: #de061c
}

.form__input-error p, .form__input-hint p {
    margin: 0
}

.form__label_checkbox {
    align-items: center;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    outline: none
}

.form__label_checkbox:before {
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-bottom: -2px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .35);
    content: ""
}

.form__label_checkbox:hover:before {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .45)
}

.form__checkbox {
    position: absolute;
    left: -9999px
}

.form__checkbox:checked+.form__label_checkbox:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzg5NUVGRiIgZD0iTTcuOTc3IDEyLjA5YTEuNDYzIDEuNDYzIDAgMDEtMi4wMzMgMEwyLjc5NiA5LjAxOGExLjM3OCAxLjM3OCAwIDAxMC0xLjk4MiAxLjQ2MyAxLjQ2MyAwIDAxMi4wMzIgMGwxLjg3NiAxLjgzYS4zNy4zNyAwIDAwLjUxMyAwbDUuMDgtNC45NTZhMS40NjMgMS40NjMgMCAwMTIuMDMyIDBjLjI3LjI2My40MjEuNjIuNDIxLjk5MiAwIC4zNzEtLjE1MS43MjgtLjQyLjk5TDcuOTc2IDEyLjA5eiIvPjwvc3ZnPg==) 50% no-repeat;
    content: " "
}

.form__select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZmlsbD0iIzU4NTg1OCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMy4zMjZMOC41ODIgMiA1IDUuMzQ4IDEuNDE4IDIgMCAzLjMyNiA1IDh6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form__select::-ms-expand {
    display: none
}

@media (max-width:480px) {
    .form__select {
        padding-right: 25px
    }
}

.form__field {
    margin-bottom: 16px
}

@media (max-width:800px) {
    .form__field {
        margin-bottom: 16px
    }
}

.form__field_add-margin-bottom {
    margin-bottom: 32px
}

.form__field_error .form__input {
    background-color: #ffeff0;
    box-shadow: 0 0 0 1px #de061c
}

.form__field_error .form__input:focus {
    box-shadow: 0 0 0 4px rgba(115, 64, 255, .25), 0 0 0 1px #c6c6c6
}

.form__empty-block {
    width: 100%;
    height: 12px
}

.form__error {
    padding: 12px 72px 16px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    background-color: #ffeff0;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .16)
}

@media (max-width:480px) {
    .form__error {
        padding: 12px 18px 16px
    }
}

.form__error p {
    margin-bottom: 12px
}

.form__error p:last-child {
    margin-bottom: 0
}

.form__description {
    margin-bottom: 20px
}

.form__description p:last-child {
    margin-bottom: 0
}

.form__option-item {
    margin-top: 4px;
    margin-bottom: 8px
}

@media (max-width:800px) {
    .form__option-item {
        margin-top: 2px;
        margin-bottom: 4px
    }
}

.form__radio {
    margin-right: 8px
}

@media (max-width:800px) {
    .form__radio {
        margin-right: 4px
    }
}

.form__radio:focus {
    outline: 2px solid #a6c8ff
}

.form__text {
    margin-bottom: 16px
}

.form__input-hint {
    font-size: 14px;
    line-height: 20px;
    color: #444
}

.form__input-hint-link {
    display: inline-block;
    margin-top: 4px;
    line-height: 22px
}

.form__help-block {
    margin-top: -12px;
    margin-bottom: -16px
}

.form__link-remind {
    float: right;
    font-size: 14px;
    line-height: 20px
}

.form__link_right {
    margin-left: 8px
}

@media (max-width:800px) {
    .form__link_right {
        margin-left: 0
    }
}

.form__link_bottom {
    display: block;
    margin-top: 24px
}

.form__link_small {
    font-size: 14px
}

@media (max-width:800px) {
    .form__link_small {
        display: block
    }
}

.form__bottom-info {
    margin-top: 16px;
    color: #444;
    font-size: 14px;
    line-height: 1.4
}

.form__header_no-margin {
    margin: 0
}

html.as-keyboard .form__checkbox:focus+.form__label_checkbox:before, html.as-keyboard .form__label_checkbox:focus:before {
    box-shadow: 0 0 0 4px rgba(115, 64, 255, .25), 0 0 0 1px rgba(0, 0, 0, .35)
}

.form_usb .content__inner {
    background: url(/static/client/dist/bada58e3160f4e9eb88261c2057e9916.png) 100% 0 no-repeat
}

@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .form_usb .content__inner {
        background-image: url(/static/client/dist/65a16f08792240a2d29468c163f2d701.png);
        background-size: 320px
    }
}

.form-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px
}

@media (max-width:800px) {
    .form-control {
        flex-direction: column
    }
}

.form-control_stretched {
    justify-content: space-between
}

@media (max-width:800px) {
    .form-control__help {
        display: flex;
        flex-direction: row
    }

    .form-control__help .link_help {
        flex-shrink: 0
    }

    .form-control__help .form__bottom-info {
        margin-bottom: 0;
        margin-right: 12px
    }
}

.form-control__cancel {
    margin-right: auto;
    margin-left: 16px;
    border: 1px solid rgba(187, 185, 177, 0.502);
    padding: 10px 20px;
    border-radius: 6px;
    text-align: center;
    color: black;
    transition: all .3s;
}

.form-control__cancel:hover {
	text-decoration: none;
	border: 1px solid #EF7F1A;
	color: #DB630C;
}
@media (max-width:800px) {
    .form-control__cancel {
        margin: 24px 0;
		//display: block;
		//width: 100%;
		//text-align: center;
    }
}

@media (max-width:800px) {
    .form-control .button_main {
        width: 100%
    }
}

@media (max-width:800px) {
    .login-form__remember-submit {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: stretch
    }

    .login-form__remember-submit .button-loginform-login {
        order: 1
    }

    .login-form__remember-submit .field-loginform-rememberme {
        order: 2
    }

    .login-form__remember-submit .login-form__confirmTOU-wrapper {
        order: 3
    }
}

.login-form__button_submit {
    width: 140px
}

@media (max-width:800px) {
    .login-form__button_submit {
        width: inherit
    }
}

@media (max-width:800px) {
    .button-loginform-login, .field-loginform-rememberme {
        margin-top: 16px
    }
}

@media (max-width:480px) {
    .button-loginform-login {
        margin-top: 8px
    }
}

.form_usb .form-buttons {
    position: absolute;
    left: -9999px
}

.progress {
    margin-top: 3em
}

.progress__bar {
    width: 100%;
    height: 18px;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 9px
}

.progress__completed {
    width: 0;
    height: 18px;
    background-image: linear-gradient(270deg, #7340ff, #a48de3);
    border-radius: inherit
}

@keyframes loading {
    0% {
        background-color: #aaadfe;
        transform: translate(0)
    }

    50% {
        width: 1%;
        background-color: #2c2f7a;
        transform: translate(740px)
    }

    50.01% {
        display: none
    }

    50.02% {
        width: 50%;
        background: #aaadfe;
        transform: translate(-740px)
    }

    50.03% {
        display: block
    }

    to {
        transform: translate(0)
    }
}

.loader__block-form, .loader__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.loader__block-form {
    z-index: 1000;
    display: flex;
    justify-content: center;
    background: hsla(0, 0%, 100%, .45098039215686275)
}

.loader__form {
    position: absolute;
    top: -4px;
    z-index: 100;
    width: 100%;
    height: 4px;
    overflow: hidden;
    border-bottom: 4px solid #fff
}

.loader__form_no-border {
    border-bottom: none
}

.loader__form-runner {
    width: 50%;
    height: 100%;
    background: #aaadfe;
    animation: loading 1.5s linear infinite
}

.yubi__instructions ol {
    margin: 0 0 1em 1em
}

.yubi__instructions li {
    margin: .2em 0
}

.yubi__problems {
    display: none
}

.yubi__instructions, .yubi__problems {
    max-width: 401px
}

.yubi__try-button {
    margin-top: 8px
}

.city_select__region {
    font-weight: 700;
    font-style: italic
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.invisible {
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    clear: both
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clear {
    clear: both
}

.t-center {
    text-align: center
}

.t-right {
    text-align: right
}

.mobile-and-tablets-only {
    display: none
}

@media (max-width:800px) {
    .mobile-and-tablets-only {
        display: inherit
    }
}

@media (max-width:480px) {
    .mobile-and-tablets-only {
        display: inherit
    }
}

@media (max-width:800px) {
    .desktop-only {
        display: none
    }
}

@media (max-width:480px) {
    .desktop-only {
        display: none
    }
}

.captcha__img, .captcha__refresh {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.captcha__refresh:before {
    display: inline-block;
    width: 16px;
    height: 20px;
    margin: 0 5px -5px 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMSAxaDE0djE0SDF6Ii8+PHBhdGggc3Ryb2tlPSIjNTY1NjU2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0xMi4yIDIuOTZ2Mi41Mkg5LjY4TTEyLjc2IDhhNC43NiA0Ljc2IDAgMTEtLjc1My0yLjU3Ii8+PC9nPjwvc3ZnPg==) 50% no-repeat;
    content: " "
}

.captcha__img {
    margin-right: 12px
}

@media (max-width:800px) {
    .captcha__img {
        margin-right: 8px
    }
}

.captcha_inline {
    display: inline-block;
    margin-left: 12px
}

@media (max-width:800px) {
    .captcha_inline {
        display: block;
        margin-left: 0;
        margin-top: 4px
    }
}
.form__field_error {
    //background-color: #ffeff0;
    box-shadow: 0 0 0 1px #de061c;
}

/**** form saved succesfuly *****/
	@keyframes checkmark {
	  0% {
		stroke-dashoffset: 54px;
	  }
	  100% {
		stroke-dashoffset: 0;
	  }
	}
	
	svg#success_icon {
	  display: block;
	  margin: 0;
	  width: 100px;
	  height: 100px;
	}
	
	path#success_icon_path {
	  stroke: #5cb85c;
	  stroke-width: 5;
	  stroke-linecap: round;
	  stroke-dasharray: 54px;
	  stroke-dashoffset: 54px;
	  fill: none;
	  animation: checkmark 0.3s ease-in-out 0.6s forwards;
	}
.fadeInAnimation {
    opacity: 0;
    animation: fadeIn 2s ease-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#buttonOrder {
    background-image: linear-gradient(180deg, #ef7f1a91 1%, #EF7F1A);
    //box-shadow: 0 1px 0 0 rgb(0 0 0 / 15%), 0 0 0 1px rgb(21 22 24 / 18%);
	box-shadow: none !important;
    padding: 10px 45px;
    border-radius: 6px;
    color: #FFFFFF;
    //background-color: #EF7F1A;
    text-decoration: none;
    text-align: center;
    transition: all 0.1s linear;
    cursor: pointer;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
#buttonOrder:hover {
	background-image: linear-gradient(180deg, #ff5722 1%, #EF7F1A);
}

/************ NEW DODELKI 26.05 *************/
.placeholder-container {
    position: relative;
    width: 100%;
    //margin-bottom: 20px;
}

.placeholder-container label {
    color: grey;
    //font-family: Verdana, sans-serif;
   	//background-color: transparent;
    font-size: 18px;
    line-height: 16px;
    padding: 5px 10px;
    pointer-events: none;
    position: absolute;
    transition: all 200ms;
    top: 15px;
    left: 10px;
    //background-color: #FFF;
}
.placeholder-container input:focus + label,
.placeholder-container input:not(:placeholder-shown) + label{
    top: -10px;
    left: 10px;
    font-size: 11px; 
    background-color: #EF7F1A;
	color: white;
    padding: 2px 10px;
}
.select {
	position: relative;
	display: block;
	//margin: 1em 0;
}

.select__head {
	//box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	//border-radius: 10px;
	//padding: 14px 0px 14px 14px;
	//font-size: 14px;
	//line-height: 18px;
	line-height: 29px;
	//color: rgba(66, 67, 72, 0.8);
	font-size: 18px;
	cursor: pointer;
	//background: white;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.select__head::after {
	width: 10px;
	height: 6px;
	background: #fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23ED266A'/%3E%3C/svg%3E%0A") no-repeat center / cover;
	position: absolute;
	right: 10px;
	bottom: 50%;
	transform: translateY(50%);
	content: "";
	display: block;
	transition: 0.2s ease-in;
}

.select__head.open::after {
	transform: translateY(50%) rotate(180deg);
}

.select__list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	margin-top: 5px;
	max-height: 205px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #424348;
	scrollbar-color: dark;
	scrollbar-width: thin;
	overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
	width: 7px;
	background-color: #f8f9fa;
	padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #565656;
}

.select__list .select__item {
	position: relative;
	color: #242424;
	//border-top: 1px solid rgba(224, 229, 231, 0.5);
	padding: 1.25em 20px;
	cursor: pointer;
	list-style-type: none;
	font-size: 18px;
	margin: 0;
}

.select__list .select__item:hover {
	background-color: rgba(224, 229, 231, 0.5);
}
.select__head.form__input.open {
	border: 1px solid #EF7F1A;
}

* {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}