.LF_KIT_Text {
    font-family: "Montserrat"
}

.LF_KIT_Text.letter_spacing {
    letter-spacing: .15em
}

.LF_KIT_Text.bold {
    font-weight: 700
}

.LF_KIT_Text.uppercase {
    text-transform: uppercase
}

.LF_KIT_Text.pointer {
    cursor: pointer
}

.LF_KIT_Admin_text {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.LF_KIT_Admin_text .input {
    top: 0;
    position: absolute;
    border: none;
    background: none;
    padding: 0;
    outline: 0;
    caret-color: #4cc724;
    color: inherit;
    width: 100%;
    resize: none;
    display: block;
    overflow: hidden;
    letter-spacing: inherit
}

.LF_KIT_Admin_text .tooltip {
    position: absolute;
    top: 0;
    right: -20px
}

.LF_KIT_Admin_text .icon {
    cursor: pointer;
    fill: #4cc724;
    width: 12px;
    margin-left: 5px
}

.LF_KIT_Admin_text .icon.white {
    fill: #fff
}

.LF_KIT_Divider {
    width: 100%;
    border-bottom: 1px solid #6b809f;
    height: 0;
}

.LF_KIT_Checkbox-container {
    display: flex;
    cursor: pointer;
    align-items: center
}

.LF_KIT_Checkbox {
    border-color: #9fafbd;
    border-style: solid;
    box-sizing: border-box;
    display: flex;
    flex: none
}

.LF_KIT_Checkbox.mobile {
    width: 16px !important;
    height: 16px !important;
    border-width: 2px !important;
    border-radius: 3px !important
}

.LF_KIT_Checkbox.checked {
    border: none
}

.LF_KIT_Checkbox.checked>svg {
    margin: auto
}

.LF_KIT_Checkbox-checked>div {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.LF_KIT_Checkbox-label.mobile {
    margin-left: 16px !important
}

.LF_KIT_Checkbox-label.mobile,
.LF_KIT_Checkbox-label.mobile span {
    line-height: 16px !important;
    font-size: 14px !important
}

.LF_KIT_Radio-container {
    display: flex;
    cursor: pointer;
    align-items: center
}

.LF_KIT_Radio {
    border-style: solid;
    box-sizing: border-box;
    display: flex;
    border-radius: 50%;
    flex: none
}

.LF_KIT_Radio.mobile {
    width: 16px !important;
    height: 16px !important;
    border-width: 2px !important
}

.LF_KIT_Radio .inner-circle {
    border-radius: 50%;
    margin: auto
}

.LF_KIT_Radio .inner-circle.mobile {
    width: 8px !important;
    height: 8px !important
}

.LF_KIT_Radio-label.mobile {
    margin-left: 16px !important
}

.LF_KIT_Radio-label.mobile,
.LF_KIT_Radio-label.mobile span {
    line-height: 16px !important;
    font-size: 14px !important
}

.LF_KIT_Button {
    border-radius: 0 0 6px 0;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.LF_KIT_Button.mobile {
    height: 56px !important;
    border-radius: 4px
}

.LF_KIT_Button.mobile>span {
    font-size: 12px !important;
    font-weight: 700 !important
}

.LF_KIT_Button.disabled {
    cursor: not-allowed
}

.LF_KIT_Button.full_width {
    width: 100%
}

.LF_KIT_Button.space_between {
    justify-content: space-between
}

.LF_KIT_Button.with_caption {
    padding: 0 54px 0 40px
}

.LF_KIT_Button.with_caption>.LF_KIT_Button-right_icon {
    margin-left: 22px
}

.LF_KIT_Button.with_caption>.LF_KIT_Button-left_icon {
    margin-right: 17px
}

.LF_KIT_Select-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    border-radius: 4px;
    max-height: 100%;
    display: flex;
    position: absolute;
    flex-direction: column
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .LF_KIT_Select-container {
        height: 100%
    }
}

.LF_KIT_Select-container.mobile {
    position: unset
}

.LF_KIT_Select-container .LF_KIT_Select-value {
    border: 1px solid #dae4ee;
    box-sizing: border-box;
    border-radius: 4px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.LF_KIT_Select-container .LF_KIT_Select-value.mobile {
    padding-left: 16px !important;
    padding-right: 24px !important;
    min-height: 48px !important;
    height: 48px !important
}

.LF_KIT_Select-container .LF_KIT_Select-value.mobile .LF_KIT_Select-iconOpen {
    margin-left: 20px !important
}

.LF_KIT_Select-container.open {
    box-shadow: 0 10px 36px rgba(0, 0, 0, .1)
}

.LF_KIT_Select-container.open .LF_KIT_Select-value {
    border: none;
    border-bottom: 1px solid #dae4ee;
    border-radius: unset
}

.LF_KIT_Select-container.full_width {
    width: 100%
}

.LF_KIT_Select-container .LF_KIT_Select-list {
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fff;
    overflow: auto;
    max-height: 100%
}

.LF_KIT_Select-container .LF_KIT_Select-list.mobile {
    padding-bottom: 8px !important;
    top: 0
}

.LF_KIT_Select-container .LF_KIT_Select-list .LF_KIT_Select-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.LF_KIT_Select-container .LF_KIT_Select-list .LF_KIT_Select-item.mobile {
    height: 40px !important;
    padding-left: 16px !important;
    padding-right: 24px !important
}

.LF_KIT_Select-container .LF_KIT_Select-list .LF_KIT_Select-item.active,
.LF_KIT_Select-container .LF_KIT_Select-list .LF_KIT_Select-item:hover {
    background: #ebf0f4
}

.react-tel-input {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    position: relative;
    width: 100%
}

.react-tel-input :disabled {
    cursor: not-allowed
}

.react-tel-input .flag {
    width: 16px;
    height: 11px;
    background-image: url(data:image/png;base64,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)
}

.react-tel-input .ad {
    background-position: -16px 0
}

.react-tel-input .ae {
    background-position: -32px 0
}

.react-tel-input .af {
    background-position: -48px 0
}

.react-tel-input .ag {
    background-position: -64px 0
}

.react-tel-input .ai {
    background-position: -80px 0
}

.react-tel-input .al {
    background-position: -96px 0
}

.react-tel-input .am {
    background-position: -112px 0
}

.react-tel-input .ao {
    background-position: -128px 0
}

.react-tel-input .ar {
    background-position: -144px 0
}

.react-tel-input .as {
    background-position: -160px 0
}

.react-tel-input .at {
    background-position: -176px 0
}

.react-tel-input .au {
    background-position: -192px 0
}

.react-tel-input .aw {
    background-position: -208px 0
}

.react-tel-input .az {
    background-position: -224px 0
}

.react-tel-input .ba {
    background-position: -240px 0
}

.react-tel-input .bb {
    background-position: 0 -11px
}

.react-tel-input .bd {
    background-position: -16px -11px
}

.react-tel-input .be {
    background-position: -32px -11px
}

.react-tel-input .bf {
    background-position: -48px -11px
}

.react-tel-input .bg {
    background-position: -64px -11px
}

.react-tel-input .bh {
    background-position: -80px -11px
}

.react-tel-input .bi {
    background-position: -96px -11px
}

.react-tel-input .bj {
    background-position: -112px -11px
}

.react-tel-input .bm {
    background-position: -128px -11px
}

.react-tel-input .bn {
    background-position: -144px -11px
}

.react-tel-input .bo {
    background-position: -160px -11px
}

.react-tel-input .br {
    background-position: -176px -11px
}

.react-tel-input .bs {
    background-position: -192px -11px
}

.react-tel-input .bt {
    background-position: -208px -11px
}

.react-tel-input .bw {
    background-position: -224px -11px
}

.react-tel-input .by {
    background-position: -240px -11px
}

.react-tel-input .bz {
    background-position: 0 -22px
}

.react-tel-input .ca {
    background-position: -16px -22px
}

.react-tel-input .cd {
    background-position: -32px -22px
}

.react-tel-input .cf {
    background-position: -48px -22px
}

.react-tel-input .cg {
    background-position: -64px -22px
}

.react-tel-input .ch {
    background-position: -80px -22px
}

.react-tel-input .ci {
    background-position: -96px -22px
}

.react-tel-input .ck {
    background-position: -112px -22px
}

.react-tel-input .cl {
    background-position: -128px -22px
}

.react-tel-input .cm {
    background-position: -144px -22px
}

.react-tel-input .cn {
    background-position: -160px -22px
}

.react-tel-input .co {
    background-position: -176px -22px
}

.react-tel-input .cr {
    background-position: -192px -22px
}

.react-tel-input .cu {
    background-position: -208px -22px
}

.react-tel-input .cv {
    background-position: -224px -22px
}

.react-tel-input .cw {
    background-position: -240px -22px
}

.react-tel-input .cy {
    background-position: 0 -33px
}

.react-tel-input .cz {
    background-position: -16px -33px
}

.react-tel-input .de {
    background-position: -32px -33px
}

.react-tel-input .dj {
    background-position: -48px -33px
}

.react-tel-input .dk {
    background-position: -64px -33px
}

.react-tel-input .dm {
    background-position: -80px -33px
}

.react-tel-input .do {
    background-position: -96px -33px
}

.react-tel-input .dz {
    background-position: -112px -33px
}

.react-tel-input .ec {
    background-position: -128px -33px
}

.react-tel-input .ee {
    background-position: -144px -33px
}

.react-tel-input .eg {
    background-position: -160px -33px
}

.react-tel-input .er {
    background-position: -176px -33px
}

.react-tel-input .es {
    background-position: -192px -33px
}

.react-tel-input .et {
    background-position: -208px -33px
}

.react-tel-input .fi {
    background-position: -224px -33px
}

.react-tel-input .fj {
    background-position: -240px -33px
}

.react-tel-input .fk {
    background-position: 0 -44px
}

.react-tel-input .fm {
    background-position: -16px -44px
}

.react-tel-input .fo {
    background-position: -32px -44px
}

.react-tel-input .bl,
.react-tel-input .fr,
.react-tel-input .mf {
    background-position: -48px -44px
}

.react-tel-input .ga {
    background-position: -64px -44px
}

.react-tel-input .gb {
    background-position: -80px -44px
}

.react-tel-input .gd {
    background-position: -96px -44px
}

.react-tel-input .ge {
    background-position: -112px -44px
}

.react-tel-input .gf {
    background-position: -128px -44px
}

.react-tel-input .gh {
    background-position: -144px -44px
}

.react-tel-input .gi {
    background-position: -160px -44px
}

.react-tel-input .gl {
    background-position: -176px -44px
}

.react-tel-input .gm {
    background-position: -192px -44px
}

.react-tel-input .gn {
    background-position: -208px -44px
}

.react-tel-input .gp {
    background-position: -224px -44px
}

.react-tel-input .gq {
    background-position: -240px -44px
}

.react-tel-input .gr {
    background-position: 0 -55px
}

.react-tel-input .gt {
    background-position: -16px -55px
}

.react-tel-input .gu {
    background-position: -32px -55px
}

.react-tel-input .gw {
    background-position: -48px -55px
}

.react-tel-input .gy {
    background-position: -64px -55px
}

.react-tel-input .hk {
    background-position: -80px -55px
}

.react-tel-input .hn {
    background-position: -96px -55px
}

.react-tel-input .hr {
    background-position: -112px -55px
}

.react-tel-input .ht {
    background-position: -128px -55px
}

.react-tel-input .hu {
    background-position: -144px -55px
}

.react-tel-input .id {
    background-position: -160px -55px
}

.react-tel-input .ie {
    background-position: -176px -55px
}

.react-tel-input .il {
    background-position: -192px -55px
}

.react-tel-input .in {
    background-position: -208px -55px
}

.react-tel-input .io {
    background-position: -224px -55px
}

.react-tel-input .iq {
    background-position: -240px -55px
}

.react-tel-input .ir {
    background-position: 0 -66px
}

.react-tel-input .is {
    background-position: -16px -66px
}

.react-tel-input .it {
    background-position: -32px -66px
}

.react-tel-input .je {
    background-position: -144px -154px
}

.react-tel-input .jm {
    background-position: -48px -66px
}

.react-tel-input .jo {
    background-position: -64px -66px
}

.react-tel-input .jp {
    background-position: -80px -66px
}

.react-tel-input .ke {
    background-position: -96px -66px
}

.react-tel-input .kg {
    background-position: -112px -66px
}

.react-tel-input .kh {
    background-position: -128px -66px
}

.react-tel-input .ki {
    background-position: -144px -66px
}

.react-tel-input .xk {
    background-position: -128px -154px
}

.react-tel-input .km {
    background-position: -160px -66px
}

.react-tel-input .kn {
    background-position: -176px -66px
}

.react-tel-input .kp {
    background-position: -192px -66px
}

.react-tel-input .kr {
    background-position: -208px -66px
}

.react-tel-input .kw {
    background-position: -224px -66px
}

.react-tel-input .ky {
    background-position: -240px -66px
}

.react-tel-input .kz {
    background-position: 0 -77px
}

.react-tel-input .la {
    background-position: -16px -77px
}

.react-tel-input .lb {
    background-position: -32px -77px
}

.react-tel-input .lc {
    background-position: -48px -77px
}

.react-tel-input .li {
    background-position: -64px -77px
}

.react-tel-input .lk {
    background-position: -80px -77px
}

.react-tel-input .lr {
    background-position: -96px -77px
}

.react-tel-input .ls {
    background-position: -112px -77px
}

.react-tel-input .lt {
    background-position: -128px -77px
}

.react-tel-input .lu {
    background-position: -144px -77px
}

.react-tel-input .lv {
    background-position: -160px -77px
}

.react-tel-input .ly {
    background-position: -176px -77px
}

.react-tel-input .ma {
    background-position: -192px -77px
}

.react-tel-input .mc {
    background-position: -208px -77px
}

.react-tel-input .md {
    background-position: -224px -77px
}

.react-tel-input .me {
    background-position: -112px -154px;
    height: 12px
}

.react-tel-input .mg {
    background-position: 0 -88px
}

.react-tel-input .mh {
    background-position: -16px -88px
}

.react-tel-input .mk {
    background-position: -32px -88px
}

.react-tel-input .ml {
    background-position: -48px -88px
}

.react-tel-input .mm {
    background-position: -64px -88px
}

.react-tel-input .mn {
    background-position: -80px -88px
}

.react-tel-input .mo {
    background-position: -96px -88px
}

.react-tel-input .mp {
    background-position: -112px -88px
}

.react-tel-input .mq {
    background-position: -128px -88px
}

.react-tel-input .mr {
    background-position: -144px -88px
}

.react-tel-input .ms {
    background-position: -160px -88px
}

.react-tel-input .mt {
    background-position: -176px -88px
}

.react-tel-input .mu {
    background-position: -192px -88px
}

.react-tel-input .mv {
    background-position: -208px -88px
}

.react-tel-input .mw {
    background-position: -224px -88px
}

.react-tel-input .mx {
    background-position: -240px -88px
}

.react-tel-input .my {
    background-position: 0 -99px
}

.react-tel-input .mz {
    background-position: -16px -99px
}

.react-tel-input .na {
    background-position: -32px -99px
}

.react-tel-input .nc {
    background-position: -48px -99px
}

.react-tel-input .ne {
    background-position: -64px -99px
}

.react-tel-input .nf {
    background-position: -80px -99px
}

.react-tel-input .ng {
    background-position: -96px -99px
}

.react-tel-input .ni {
    background-position: -112px -99px
}

.react-tel-input .bq,
.react-tel-input .nl {
    background-position: -128px -99px
}

.react-tel-input .no {
    background-position: -144px -99px
}

.react-tel-input .np {
    background-position: -160px -99px
}

.react-tel-input .nr {
    background-position: -176px -99px
}

.react-tel-input .nu {
    background-position: -192px -99px
}

.react-tel-input .nz {
    background-position: -208px -99px
}

.react-tel-input .om {
    background-position: -224px -99px
}

.react-tel-input .pa {
    background-position: -240px -99px
}

.react-tel-input .pe {
    background-position: 0 -110px
}

.react-tel-input .pf {
    background-position: -16px -110px
}

.react-tel-input .pg {
    background-position: -32px -110px
}

.react-tel-input .ph {
    background-position: -48px -110px
}

.react-tel-input .pk {
    background-position: -64px -110px
}

.react-tel-input .pl {
    background-position: -80px -110px
}

.react-tel-input .pm {
    background-position: -96px -110px
}

.react-tel-input .pr {
    background-position: -112px -110px
}

.react-tel-input .ps {
    background-position: -128px -110px
}

.react-tel-input .pt {
    background-position: -144px -110px
}

.react-tel-input .pw {
    background-position: -160px -110px
}

.react-tel-input .py {
    background-position: -176px -110px
}

.react-tel-input .qa {
    background-position: -192px -110px
}

.react-tel-input .re {
    background-position: -208px -110px
}

.react-tel-input .ro {
    background-position: -224px -110px
}

.react-tel-input .rs {
    background-position: -240px -110px
}

.react-tel-input .ru {
    background-position: 0 -121px
}

.react-tel-input .rw {
    background-position: -16px -121px
}

.react-tel-input .sa {
    background-position: -32px -121px
}

.react-tel-input .sb {
    background-position: -48px -121px
}

.react-tel-input .sc {
    background-position: -64px -121px
}

.react-tel-input .sd {
    background-position: -80px -121px
}

.react-tel-input .se {
    background-position: -96px -121px
}

.react-tel-input .sg {
    background-position: -112px -121px
}

.react-tel-input .sh {
    background-position: -128px -121px
}

.react-tel-input .si {
    background-position: -144px -121px
}

.react-tel-input .sk {
    background-position: -160px -121px
}

.react-tel-input .sl {
    background-position: -176px -121px
}

.react-tel-input .sm {
    background-position: -192px -121px
}

.react-tel-input .sn {
    background-position: -208px -121px
}

.react-tel-input .so {
    background-position: -224px -121px
}

.react-tel-input .sr {
    background-position: -240px -121px
}

.react-tel-input .ss {
    background-position: 0 -132px
}

.react-tel-input .st {
    background-position: -16px -132px
}

.react-tel-input .sv {
    background-position: -32px -132px
}

.react-tel-input .sx {
    background-position: -48px -132px
}

.react-tel-input .sy {
    background-position: -64px -132px
}

.react-tel-input .sz {
    background-position: -80px -132px
}

.react-tel-input .tc {
    background-position: -96px -132px
}

.react-tel-input .td {
    background-position: -112px -132px
}

.react-tel-input .tg {
    background-position: -128px -132px
}

.react-tel-input .th {
    background-position: -144px -132px
}

.react-tel-input .tj {
    background-position: -160px -132px
}

.react-tel-input .tk {
    background-position: -176px -132px
}

.react-tel-input .tl {
    background-position: -192px -132px
}

.react-tel-input .tm {
    background-position: -208px -132px
}

.react-tel-input .tn {
    background-position: -224px -132px
}

.react-tel-input .to {
    background-position: -240px -132px
}

.react-tel-input .tr {
    background-position: 0 -143px
}

.react-tel-input .tt {
    background-position: -16px -143px
}

.react-tel-input .tv {
    background-position: -32px -143px
}

.react-tel-input .tw {
    background-position: -48px -143px
}

.react-tel-input .tz {
    background-position: -64px -143px
}

.react-tel-input .ua {
    background-position: -80px -143px
}

.react-tel-input .ug {
    background-position: -96px -143px
}

.react-tel-input .us {
    background-position: -112px -143px
}

.react-tel-input .uy {
    background-position: -128px -143px
}

.react-tel-input .uz {
    background-position: -144px -143px
}

.react-tel-input .va {
    background-position: -160px -143px
}

.react-tel-input .vc {
    background-position: -176px -143px
}

.react-tel-input .ve {
    background-position: -192px -143px
}

.react-tel-input .vg {
    background-position: -208px -143px
}

.react-tel-input .vi {
    background-position: -224px -143px
}

.react-tel-input .vn {
    background-position: -240px -143px
}

.react-tel-input .vu {
    background-position: 0 -154px
}

.react-tel-input .wf {
    background-position: -16px -154px
}

.react-tel-input .ws {
    background-position: -32px -154px
}

.react-tel-input .ye {
    background-position: -48px -154px
}

.react-tel-input .za {
    background-position: -64px -154px
}

.react-tel-input .zm {
    background-position: -80px -154px
}

.react-tel-input .zw {
    background-position: -96px -154px
}

.react-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.react-tel-input .hide {
    display: none
}

.react-tel-input .v-hide {
    visibility: hidden
}

.react-tel-input .form-control {
    position: relative;
    font-size: 14px;
    letter-spacing: .01rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 48px;
    margin-left: 0;
    background: #fff;
    border: 1px solid #cacaca;
    line-height: 25px;
    height: 35px;
    width: 300px;
    outline: none
}

.react-tel-input .form-control.invalid-number,
.react-tel-input .form-control.invalid-number:focus {
    background-color: #faf0f0;
    border: 1px solid #d79f9f;
    border-left-color: #cacaca
}

.react-tel-input .flag-dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    border: 1px solid #cacaca
}

.react-tel-input .flag-dropdown.open,
.react-tel-input .flag-dropdown:focus,
.react-tel-input .flag-dropdown:hover {
    cursor: pointer
}

.react-tel-input .flag-dropdown.open {
    z-index: 2;
    background: #fff
}

.react-tel-input .flag-dropdown.open .selected-flag {
    background: #fff
}

.react-tel-input input[disabled]+.flag-dropdown:hover {
    cursor: default
}

.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag {
    background-color: transparent
}

.react-tel-input .selected-flag {
    outline: none;
    position: relative;
    width: 38px;
    height: 100%;
    padding: 0 0 0 8px;
    border-radius: 3px 0 0 3px
}

.react-tel-input .selected-flag.open,
.react-tel-input .selected-flag:focus,
.react-tel-input .selected-flag:hover {
    background-color: #f5f5f5
}

.react-tel-input .selected-flag .flag {
    position: absolute;
    top: 50%;
    margin-top: -5px
}

.react-tel-input .selected-flag .arrow {
    position: relative;
    top: 50%;
    margin-top: -2px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.react-tel-input .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.react-tel-input .country-list {
    outline: none;
    z-index: 1;
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0 0 10px -1px;
    background-color: #fff;
    border: 1px solid #cacaca;
    width: 300px;
    max-height: 282px;
    overflow-y: scroll
}

.react-tel-input .country-list .flag {
    display: inline-block
}

.react-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.react-tel-input .country-list .country {
    padding: 5px 9px
}

.react-tel-input .country-list .country .dial-code {
    color: #6b6b6b
}

.react-tel-input .country-list .country.highlight,
.react-tel-input .country-list .country:hover {
    background-color: #f1f1f1
}

.react-tel-input .country-list .flag {
    margin-right: 7px;
    margin-top: 2px
}

.react-tel-input .country-list .country-name {
    margin-right: 6px
}

.react-tel-input .country-list .search {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff
}

.react-tel-input .country-list .search-emoji {
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 9px
}

.react-tel-input .country-list .search-box {
    border: none;
    border-bottom: 1px solid #cacaca;
    width: 100%;
    font-size: 15px;
    line-height: 15px;
    padding: 5px 8px 5px 32px;
    outline: none
}

.react-tel-input .country-list .no-entries-message {
    padding: 7px 10px 11px;
    opacity: .7
}

.react-tel-input .invalid-number-message {
    color: #de0000
}

.react-tel-input .invalid-number-message,
.react-tel-input .special-label {
    position: absolute;
    z-index: 1;
    font-size: 13px;
    left: 46px;
    top: -8px;
    background: #fff;
    padding: 0 2px
}

.react-tel-input .special-label {
    display: none;
    white-space: nowrap
}

.LF_KIT_Input {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.LF_KIT_Input.mobile {
    padding-top: 7px !important
}

.LF_KIT_Input.mobile input {
    font-size: 18px !important;
    line-height: 38px !important;
    min-height: 40px !important
}

.LF_KIT_Input input {
    border: none !important;
    outline: 0;
    border-width: 0;
    background: none;
    font-family: "Montserrat";
    color: #6b809f;
    font-weight: 500;
    width: 100%;
    caret-color: #000
}

.LF_KIT_Input input::-webkit-input-placeholder {
    color: #9fafbd
}

.LF_KIT_Input input:-ms-input-placeholder {
    color: #9fafbd
}

.LF_KIT_Input input::-ms-input-placeholder {
    color: #9fafbd
}

.LF_KIT_Input input::placeholder {
    color: #9fafbd
}

.LF_KIT_Input input::-webkit-inner-spin-button,
.LF_KIT_Input input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.LF_KIT_Input input[type=number] {
    -moz-appearance: textfield
}

.LF_KIT_Input.outlined.mobile input {
    font-size: 16px !important;
    line-height: 44px !important;
    border-radius: 4px !important;
    min-height: 48px !important
}

.LF_KIT_Input.outlined input {
    font-weight: 700;
    border: 1px solid #dae4ee !important;
    text-align: center
}

.LF_KIT_Input.fullWidth {
    width: 100%
}

.LF_KIT_Input .react-tel-input .flag-dropdown {
    border: none !important
}

.LF_KIT_Tag {
    background: #6b809f;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center
}

.LF_KIT_Tag.mobile {
    border-radius: 3px !important;
    padding: 4px 8px !important
}

.LF_KIT_Tag.mobile>span {
    font-size: 13px !important
}

.LF_KIT_Tag>.circle {
    background: #fff
}

.LF_KIT_Tag>.circle.mobile {
    margin-left: 8px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 4px !important
}

.LF_KIT_Date_time_picker {
    width: 100%;
    position: relative
}

.LF_KIT_Date_time_picker .input_block {
    position: relative
}

.LF_KIT_Date_time_picker .input_block .icon {
    position: absolute;
    right: 3px;
    bottom: 12px;
    cursor: pointer
}

.LF_KIT_Date_time_picker .picker {
    position: absolute;
    left: calc(100% + 33px);
    top: -150px
}

.LF_KIT_Date_time_picker .picker.mobile {
    position: unset;
    left: unset;
    top: unset
}

.LF_KIT_Date_time_picker .picker.unset_select_date .react-datepicker__day--keyboard-selected {
    background-color: unset;
    color: unset;
    outline: none !important
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
    margin-left: -8px;
    position: absolute
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow:before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,
.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__month-year-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow:before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
    top: 0;
    margin-top: -8px
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
    border-top: none;
    border-bottom-color: #f0f0f0
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
    top: -1px;
    border-bottom-color: #aeaeae
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
    bottom: 0;
    margin-bottom: -8px
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow:before {
    border-bottom: none;
    border-top-color: #fff
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,
.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__month-year-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow:before {
    bottom: -1px;
    border-top-color: #aeaeae
}

.react-datepicker-wrapper {
    display: inline-block;
    padding: 0;
    border: 0
}

.react-datepicker {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    display: inline-block;
    position: relative
}

.react-datepicker--time-only .react-datepicker__triangle {
    left: 35px
}

.react-datepicker--time-only .react-datepicker__time-container {
    border-left: 0
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.react-datepicker__triangle {
    position: absolute;
    left: 50px
}

.react-datepicker-popper {
    z-index: 1
}

.react-datepicker-popper[data-placement^=bottom] {
    margin-top: 10px
}

.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,
.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
    left: auto;
    right: 50px
}

.react-datepicker-popper[data-placement^=top] {
    margin-bottom: 10px
}

.react-datepicker-popper[data-placement^=right] {
    margin-left: 8px
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
    left: auto;
    right: 42px
}

.react-datepicker-popper[data-placement^=left] {
    margin-right: 8px
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
    left: 42px;
    right: auto
}

.react-datepicker__header {
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
    border-top-left-radius: .3rem;
    padding-top: 8px;
    position: relative
}

.react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
    border-top-left-radius: 0
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
    border-top-right-radius: .3rem
}

.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__year-dropdown-container--select {
    display: inline-block;
    margin: 0 2px
}

.react-datepicker-time__header,
.react-datepicker-year-header,
.react-datepicker__current-month {
    margin-top: 0;
    color: #000;
    font-weight: 700;
    font-size: .944rem
}

.react-datepicker-time__header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.react-datepicker__navigation {
    background: none;
    line-height: 1.7rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    width: 0;
    padding: 0;
    border: .45rem solid transparent;
    z-index: 1;
    height: 10px;
    width: 10px;
    text-indent: -999em;
    overflow: hidden
}

.react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc
}

.react-datepicker__navigation--previous:hover {
    border-right-color: #b3b3b3
}

.react-datepicker__navigation--previous--disabled,
.react-datepicker__navigation--previous--disabled:hover {
    border-right-color: #e6e6e6;
    cursor: default
}

.react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
    right: 95px
}

.react-datepicker__navigation--next:hover {
    border-left-color: #b3b3b3
}

.react-datepicker__navigation--next--disabled,
.react-datepicker__navigation--next--disabled:hover {
    border-left-color: #e6e6e6;
    cursor: default
}

.react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.react-datepicker__navigation--years-previous {
    top: 4px;
    border-top-color: #ccc
}

.react-datepicker__navigation--years-previous:hover {
    border-top-color: #b3b3b3
}

.react-datepicker__navigation--years-upcoming {
    top: -4px;
    border-bottom-color: #ccc
}

.react-datepicker__navigation--years-upcoming:hover {
    border-bottom-color: #b3b3b3
}

.react-datepicker__month-container {
    float: left
}

.react-datepicker__year {
    margin: .4rem;
    text-align: center
}

.react-datepicker__year-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 180px
}

.react-datepicker__year .react-datepicker__year-text {
    display: inline-block;
    width: 4rem;
    margin: 2px
}

.react-datepicker__month {
    margin: .4rem;
    text-align: center
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
    display: inline-block;
    width: 4rem;
    margin: 2px
}

.react-datepicker__input-time-container {
    clear: both;
    width: 100%;
    float: left;
    margin: 5px 0 10px 15px;
    text-align: left
}

.react-datepicker__input-time-container .react-datepicker-time__caption,
.react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
    display: inline-block;
    margin-left: 10px
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
    width: auto
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
    -moz-appearance: textfield
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
    margin-left: 5px;
    display: inline-block
}

.react-datepicker__time-container {
    float: right;
    border-left: 1px solid #aeaeae;
    width: 85px
}

.react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    position: absolute;
    right: -72px;
    top: 0
}

.react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: #fff;
    border-bottom-right-radius: .3rem
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
    width: 85px;
    overflow-x: hidden;
    margin: 0 auto;
    text-align: center;
    border-bottom-right-radius: .3rem
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
    list-style: none;
    margin: 0;
    height: calc(195px + .85rem);
    overflow-y: scroll;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    box-sizing: content-box
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
    height: 30px;
    padding: 5px 10px;
    white-space: nowrap
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
    cursor: pointer;
    background-color: #f0f0f0
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
    background-color: #216ba5;
    color: #fff;
    font-weight: 700
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
    background-color: #216ba5
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
    color: #ccc
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
    cursor: default;
    background-color: transparent
}

.react-datepicker__week-number {
    color: #ccc;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: .166rem
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
    border-radius: .3rem;
    background-color: #f0f0f0
}

.react-datepicker__day-names,
.react-datepicker__week {
    white-space: nowrap
}

.react-datepicker__day,
.react-datepicker__day-name,
.react-datepicker__time-name {
    color: #000;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: .166rem
}

.react-datepicker__month--in-range,
.react-datepicker__month--in-selecting-range,
.react-datepicker__month--selected,
.react-datepicker__quarter--in-range,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--selected {
    border-radius: .3rem;
    background-color: #216ba5;
    color: #fff
}

.react-datepicker__month--in-range:hover,
.react-datepicker__month--in-selecting-range:hover,
.react-datepicker__month--selected:hover,
.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--selected:hover {
    background-color: #1d5d90
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
    color: #ccc;
    pointer-events: none
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
    cursor: default;
    background-color: transparent
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
    cursor: pointer
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
    border-radius: .3rem;
    background-color: #f0f0f0
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
    font-weight: 700
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
    border-radius: .3rem;
    background-color: #3dcc4a;
    color: #fff
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
    background-color: #32be3f
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
    color: #f0f
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
    color: green
}

.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--selected,
.react-datepicker__month-text--in-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--selected,
.react-datepicker__quarter-text--in-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__year-text--in-range,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--selected {
    border-radius: .3rem;
    background-color: #216ba5;
    color: #fff
}

.react-datepicker__day--in-range:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--selected:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__year-text--in-range:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--selected:hover {
    background-color: #1d5d90
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
    border-radius: .3rem;
    background-color: #2a87d0;
    color: #fff
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
    background-color: #1d5d90
}

.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range {
    background-color: rgba(33, 107, 165, .5)
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range,
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range,
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range,
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range {
    background-color: #f0f0f0;
    color: #000
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
    cursor: default;
    color: #ccc
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
    background-color: transparent
}

.react-datepicker__month-text.react-datepicker__month--in-range:hover,
.react-datepicker__month-text.react-datepicker__month--selected:hover,
.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__month-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover {
    background-color: #216ba5
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
    background-color: #f0f0f0
}

.react-datepicker__input-container {
    position: relative;
    display: inline-block;
    width: 100%
}

.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view,
.react-datepicker__year-read-view {
    border: 1px solid transparent;
    border-radius: .3rem
}

.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover,
.react-datepicker__year-read-view:hover {
    cursor: pointer
}

.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
    border-top-color: #b3b3b3
}

.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: .45rem
}

.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown,
.react-datepicker__year-dropdown {
    background-color: #f0f0f0;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30px;
    z-index: 1;
    text-align: center;
    border-radius: .3rem;
    border: 1px solid #aeaeae
}

.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover,
.react-datepicker__year-dropdown:hover {
    cursor: pointer
}

.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable,
.react-datepicker__year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll
}

.react-datepicker__month-option,
.react-datepicker__month-year-option,
.react-datepicker__year-option {
    line-height: 20px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type,
.react-datepicker__year-option:first-of-type {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type,
.react-datepicker__year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover,
.react-datepicker__year-option:hover {
    background-color: #ccc
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
    border-bottom-color: #b3b3b3
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
    border-top-color: #b3b3b3
}

.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected,
.react-datepicker__year-option--selected {
    position: absolute;
    left: 15px
}

.react-datepicker__close-icon {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0 6px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.react-datepicker__close-icon:after {
    cursor: pointer;
    background-color: #216ba5;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    content: "\00d7"
}

.react-datepicker__today-button {
    background: #f0f0f0;
    border-top: 1px solid #aeaeae;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    padding: 5px 0;
    clear: left
}

.react-datepicker__portal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2147483647
}

.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem
}

@media (max-height:550px),
(max-width:400px) {

    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__time-name {
        width: 2rem;
        line-height: 2rem
    }
}

.react-datepicker__portal .react-datepicker-time__header,
.react-datepicker__portal .react-datepicker__current-month {
    font-size: 1.44rem
}

.react-datepicker__portal .react-datepicker__navigation {
    border: .81rem solid transparent
}

.react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
    border-right-color: #b3b3b3
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled,
.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
    border-right-color: #e6e6e6;
    cursor: default
}

.react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
    border-left-color: #b3b3b3
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled,
.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
    border-left-color: #e6e6e6;
    cursor: default
}

.LF_KIT_Slider {
    width: 100%
}

.LF_KIT_Slider.mobile {
    padding: 13px 0 45px !important
}

.LF_KIT_Slider>.content {
    position: relative;
    width: 100%
}

.LF_KIT_Slider>.content.mobile>.stop_line,
.LF_KIT_Slider>.content.mobile>.stop_text {
    display: none
}

.LF_KIT_Slider>.content>.stop_line {
    width: 1px;
    height: 40px;
    background: #e8eff4;
    position: absolute;
    top: 3px;
    z-index: 1
}

.LF_KIT_Slider>.content>.stop_line.max {
    right: 0
}

.LF_KIT_Slider>.content>.stop_line.min {
    left: 0
}

.LF_KIT_Slider>.content>.stop_text {
    position: absolute
}

.LF_KIT_header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.LF_KIT_header.mobile {
    min-height: 64px !important;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: unset !important;
    padding-right: unset !important
}

.LF_KIT_header>.content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.LF_KIT_header>.content>.text {
    flex-grow: 1
}

.LF_KIT_header>.content.mobile {
    padding-right: 0 !important
}

.LF_KIT_header>.content.mobile>.text>span {
    font-size: 13px !important
}

.LF_KIT_header>.content>.right {
    align-items: center;
    display: flex
}

.LF_KIT_header_close_button {
    cursor: pointer;
    z-index: 1
}

.LF_KIT_made_in {
    display: flex;
    width: auto;
    white-space: nowrap;
    text-decoration: none
}

.LF_KIT_made_in.mobile {
    display: none
}

.LF_KIT_navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.LF_KIT_navigation.mobile {
    height: 70px !important;
    width: 100%
}

.LF_KIT_navigation.mobile.mobile_big_height {
    height: 112px !important
}

.LF_KIT_navigation>.progress_container {
    position: absolute;
    top: 0;
    width: 100%
}

.LF_KIT_navigation>.progress_container>.progress {
    min-width: 10%;
    position: absolute;
    top: 0;
    transition: all .5s ease-in-out;
    height: 2px;
}

.LF_KIT_navigation>.question {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex
}

.LF_KIT_navigation>.question>span {
    position: relative
}

.LF_KIT_navigation>.question .questionNumber {
    position: absolute
}

.LF_KIT_navigation>.question.mobile {
    display: none
}

.LF_KIT_navigation>.question.mobile_big_height {
    display: flex !important;
    position: absolute;
    justify-content: center;
    width: 100%;
    top: 8px
}

.LF_KIT_navigation>.question.mobile_big_height>span {
    font-size: 13px !important;
    line-height: 24px !important
}

.LF_KIT_navigation>.left_button.mobile {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important
}

.LF_KIT_navigation>.left_button.mobile.mobile_big_height {
    margin-top: 31px
}

.LF_KIT_navigation>.left_button.mobile>div {
    padding: 0 16px 0 17px
}

.LF_KIT_navigation>.left_button.mobile span {
    display: none
}

.LF_KIT_navigation>.right_button {
    z-index: 1;
    width: auto
}

.LF_KIT_navigation>.right_button.mobile {
    min-width: 240px !important;
    margin-right: 16px
}

.LF_KIT_navigation>.right_button.mobile.mobile_big_height {
    margin-top: 31px
}

.LF_KIT_navigation>.right_button.mobile>div {
    justify-content: center !important
}

.LF_KIT_answers_container {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    height: 100%;
    position: relative;
    overflow: hidden
}

.LF_KIT_answers_container.mobile {
    padding-left: 16px !important;
    padding-right: 16px;
    padding-top: 15px;
    height: unset
}

.LF_KIT_answers_container>.tag {
    z-index: 1
}

.LF_KIT_answers_container>.tag.mobile {
    margin-top: 10px !important
}

.LF_KIT_answers_container>.question {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 3;
    flex-shrink: 0
}

.LF_KIT_answers_container>.question.mobile {
    margin-top: 0 !important;
    min-height: 45px !important;
    align-items: unset;
    padding-bottom: 20px
}

.LF_KIT_answers_container>.question.mobile_big_height {
    min-height: 50px !important
}

.LF_KIT_answers_container>.question>.content {
    display: flex;
    z-index: 1;
    width: 100%;
    flex-direction: row
}

.LF_KIT_answers_container>.question>.content>.text {
    transition: all .7s ease-in-out;
    opacity: 0;
    width: 100%;
    justify-content: space-between;
    display: flex
}

.LF_KIT_answers_container>.question>.content>.text>span {
    width: 100%
}

.LF_KIT_answers_container>.question>.content>.text.in {
    opacity: 1
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container {
    display: flex
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container.mobile {
    flex-direction: column !important;
    align-items: flex-start !important
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon {
    display: inline-block;
    cursor: pointer;
    position: relative
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon>svg {
    margin: auto;
    display: inline-block !important
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon.mobile {
    margin-left: 0 !important;
    margin-top: 22px;
    display: block;
    position: relative
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon>.tip {
    display: none;
    pointer-events: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0 6px 36px rgba(0, 0, 0, .1);
    background: #fff
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon>.tip.show {
    display: block
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon>.tip.mobile {
    border-radius: 4px !important;
    top: 135% !important;
    -webkit-transform: none;
    transform: none;
    left: -14px;
    margin-left: 5px
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon>.tip .polygon {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    width: 32px;
    left: 0;
    right: 0
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon>.tip .polygon.mobile {
    bottom: unset;
    top: 0;
    left: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: unset !important
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon>.tip .polygon:after {
    position: absolute;
    content: "";
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 11px solid #fff
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon>.tip .content {
    position: relative;
    z-index: 1
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon>.tip .content.mobile {
    padding: 32px 28px 37px 30px !important
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon>.tip .content .item {
    display: flex;
    align-items: center
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon>.tip .content .item span {
    padding-left: 10px
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon>.tip .content .item.mobile span {
    font-size: 13px !important;
    line-height: 16px !important
}

.LF_KIT_answers_container>.question>.content>.text .title_icon_container .title_icon:hover>.tip {
    display: block
}

.LF_KIT_answers_container>.question>.content.mobile {
    max-width: unset !important;
    position: relative;
    flex-direction: column
}

.LF_KIT_answers_container>.question>.content.mobile .text span {
    font-size: 18px !important;
    line-height: 24px !important
}

.LF_KIT_answers_container>.question>.control_arrows.mobile {
    display: none
}

.LF_KIT_answers_container>.answer_container {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    z-index: 2
}

.LF_KIT_answers_container>.answer_container.not_overflow_hidden {
    overflow: visible
}

.LF_KIT_answers_container>.answer_container.mobile_big_height {
    padding-top: 25px !important
}

.LF_KIT_answers_container>.answer_container.mobile {
    flex-grow: unset;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    margin-top: -10px
}

.LF_KIT_answers_container>.answer_container.mobile>.answer_content {
    padding: 0 !important;
    margin: 0 !important
}

.LF_KIT_answers_container>.answer_container.mobile>.transparent_background_right {
    display: none
}

.LF_KIT_answers_container>.answer_container>.transparent_background_right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: linear-gradient(270deg, #fff 7.36%, hsla(0, 0%, 100%, 0))
}

.LF_KIT_answers_container>.answer_container>.answer_content {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    scrollbar-color: rgba(0, 0, 0, .57) #fff;
    scrollbar-width: thin
}

.LF_KIT_answers_container>.answer_container>.answer_content.grid {
    display: grid
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .LF_KIT_answers_container>.answer_container>.answer_content.grid {
        display: -ms-grid;
        scrollbar-face-color: #6f6f6f;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #6f6f6f
    }

    .LF_KIT_answers_container>.answer_container>.answer_content.grid:after {
        content: "";
        height: 20px;
        display: block
    }
}

@supports(-ms-ime-align:auto) {
    .LF_KIT_answers_container>.answer_container>.answer_content.grid {
        display: -ms-grid;
        scrollbar-face-color: #6f6f6f;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #6f6f6f
    }

    .LF_KIT_answers_container>.answer_container>.answer_content.grid:after {
        content: "";
        height: 10px;
        display: block
    }
}

.LF_KIT_answers_container>.answer_container>.answer_content::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.LF_KIT_answers_container>.answer_container>.answer_content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .57);
    -webkit-border-radius: 5px
}

.LF_KIT_answers_container>.answer_container>.answer_content::-webkit-scrollbar-button:end:increment,
.LF_KIT_answers_container>.answer_container>.answer_content::-webkit-scrollbar-button:start:decrement {
    height: 5px;
    display: block
}

.LF_KIT_answers_container .control_arrows_mobile {
    z-index: 1;
    position: absolute
}

.LF_KIT_answers_container .control_arrows_mobile>div {
    justify-content: space-between;
    width: 100%
}

.LF_KIT_answers_checkbox_container {
    display: flex;
    flex-direction: column
}

.LF_KIT_answers_checkbox_container .other.mobile {
    margin-top: 20px !important
}

.LF_KIT_answers_checkbox_container .wrapper {
    width: 100%;
    flex-flow: column wrap;
    display: flex;
    align-content: flex-start;
    position: relative
}

.LF_KIT_answers_checkbox_container .wrapper.mobile {
    height: auto
}

.LF_KIT_answers_checkbox_item {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.LF_KIT_answers_radio_container {
    display: flex;
    flex-direction: column
}

.LF_KIT_answers_radio_container .other.mobile {
    margin-top: 20px !important
}

.LF_KIT_answers_radio_container .wrapper {
    width: 100%;
    flex-flow: column wrap;
    display: flex;
    align-content: flex-start;
    position: relative
}

.LF_KIT_answers_radio_container .wrapper.mobile {
    height: auto
}

.LF_KIT_answers_checkbox_item {
    margin-right: 193px
}

.LF_KIT_answers_checkbox_item.mobile {
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px !important
}

.LF_KIT_answers_checkbox_item .admin_container {
    margin-left: 35px
}

.LF_KIT_answers_checkbox_item .admin_container .delete_icon {
    cursor: pointer;
    margin-left: 35px;
    margin-top: -5px;
    position: absolute
}

.LF_KIT_answers_checkbox_item .admin_container .launch_icon {
    cursor: pointer;
    margin-top: -5px;
    position: absolute
}

.LF_KIT_answers_select_container {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%
}

.LF_KIT_answers_select_container.mobile {
    margin-top: 0 !important;
    height: 100% !important;
    position: unset
}

.LF_KIT_answers_select_container.mobile .select {
    margin-top: 16px !important;
    margin-bottom: 0 !important
}

.LF_KIT_answers_select_container .select {
    height: 100%;
    flex-grow: 1
}

.LF_KIT_answers_input_container.mobile {
    margin-top: 0
}

.LF_KIT_answers_input_container.mobile>span {
    font-size: 14px !important
}

.LF_KIT_answers_input_container.mobile .input {
    margin-top: 16px !important
}

.LF_KIT_answers_image {
    flex-flow: row wrap;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: flex-start;
    min-width: 100%;
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.LF_KIT_answers_image_item {
    justify-content: space-between;
    display: flex;
    flex-direction: column
}

.LF_KIT_answers_image_item:last-of-type {
    margin-right: 0 !important
}

.LF_KIT_answers_image_item.mobile {
    width: 100%;
    margin-right: 13px !important;
    margin-bottom: 24px
}

.LF_KIT_answers_image_item.mobile:last-of-type {
    margin-right: 0 !important
}

.LF_KIT_answers_image_item>.image_container {
    position: relative
}

.LF_KIT_answers_image_item>.image_container .image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.LF_KIT_answers_image_item>.image_container .image.empty_image {
    background: silver
}

.LF_KIT_answers_image_item>.image_container .image.mobile {
    border-radius: 6px !important
}

.LF_KIT_answers_image_item>.image_container .delete_icon {
    top: 10px;
    color: #4a4a4a;
    right: 9px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 6px
}

.LF_KIT_answers_image_item>.image_container .launch_icon {
    top: 10px;
    right: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 6px
}

.LF_KIT_answers_image_item>.image_container.mobile {
    margin-top: 16px !important;
    border-radius: 10px !important
}

.LF_KIT_answers_image_item>.image_container.checked {
    border-style: solid;
    border-width: 2px
}

.LF_KIT_answers_image_item>.image_container.checked.mobile {
    padding: 4px !important
}

.LF_KIT_answers_image_item>.image_container>img {
    display: block
}

.LF_KIT_label_upload_image {
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.LF_KIT_label_upload_image img {
    display: none
}

.LF_KIT_label_upload_image:hover {
    background: hsla(0, 0%, 96.9%, .54)
}

.LF_KIT_label_upload_image:hover img {
    width: auto;
    display: block;
    height: 50%
}

.LF_KIT_answers_date_container.mobile {
    margin-top: 0;
    width: 100% !important
}

.LF_KIT_answers_date_container.mobile>span {
    font-size: 14px !important
}

.LF_KIT_answers_date_container .picker.mobile {
    margin-top: 16px !important
}

.LF_KIT_answers_slider_container.mobile {
    margin: 0;
    max-width: 100% !important
}

.LF_KIT_answers_slider_container .inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.LF_KIT_answers_image_control_arrows_container {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.LF_KIT_answers_image_control_arrows_container .arrow {
    cursor: pointer
}

.LF_KIT_answers_image_control_arrows_container .arrow.second.mobile {
    margin-left: 16px !important
}

.LF_KIT_manager {
    display: flex;
    width: 100%;
    align-items: center
}

.LF_KIT_manager .desc {
    margin-left: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.LF_KIT_manager .desc.mobile .job span {
    font-size: 12px !important
}

.LF_KIT_manager .desc.mobile .name span {
    font-size: 14px !important
}

.LF_KIT_manager_avatar {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.LF_KIT_manager_avatar.mobile {
    border-radius: 48px !important;
    width: 48px !important;
    height: 48px !important
}

.LF_KIT_tip_text {
    position: relative
}

.LF_KIT_tip_text>.text {
    z-index: 1;
    position: relative
}

.LF_KIT_tip_text>svg {
    position: absolute;
    right: 2px;
    top: -7px
}

.LF_KIT_tip_text_second {
    position: relative;
    border-radius: 4px;
    background: #f0f4f8
}

.LF_KIT_tip_text_second.mobile {
    margin-bottom: 8px !important;
    padding: 16px 28px 16px 16px !important
}

.LF_KIT_tip_text_second>.text {
    z-index: 1;
    position: relative
}

.LF_KIT_tip_text_second>.text.mobile>span {
    font-size: 13px !important;
    line-height: 16px !important
}

.LF_KIT_tip_text_second:after {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    border-radius: 2px;
    border-left: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-color: transparent transparent #f0f4f8 #f0f4f8;
    border-style: solid;
    border-width: 24px
}

.LF_KIT_sale_first .saleForStep {
    display: flex;
    align-items: flex-end;
    position: absolute
}

.LF_KIT_sale_first>.sale_amount {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.LF_KIT_sale_first>.sale_amount>.text {
    display: flex;
    align-items: flex-end
}

.LF_KIT_sale_second {
    border: 1px solid #dae4ee;
    border-radius: 5px;
    display: flex;
    justify-content: space-between
}

.LF_KIT_sale_second.with_background {
    border: none
}

.LF_KIT_sale_second.mobile {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 27px 16px 24px !important
}

.LF_KIT_sale_second .saleForStep {
    display: flex;
    align-items: flex-end
}

.LF_KIT_sale_second .saleForStep.mobile {
    margin-top: 4px
}

.LF_KIT_sale_second .saleForStep.mobile span {
    line-height: 24px !important
}

.LF_KIT_sale_second .saleForStep.mobile .min span {
    font-size: 12px !important
}

.LF_KIT_sale_second .saleForStep.mobile .middle span {
    font-size: 13px !important
}

.LF_KIT_sale_second .saleForStep.mobile .big span {
    font-size: 16px !important
}

.LF_KIT_sale_second>.sale_amount {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.LF_KIT_sale_second>.sale_amount>.text {
    display: flex;
    align-items: flex-end
}

.LF_KIT_sale_second>.sale_amount>.text.mobile span {
    line-height: 32px !important
}

.LF_KIT_sale_second>.sale_amount>.text.mobile .big span {
    font-size: 30px !important
}

.LF_KIT_sale_second>.sale_amount>.text.mobile .middle span {
    font-size: 24px !important
}

.LF_KIT_Additional_container {
    position: relative
}

.LF_KIT_Additional_container.mobile {
    width: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
    position: unset;
    z-index: 3
}

.LF_KIT_Additional_container .additional_block_open {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all .7s ease-in-out;
    position: relative;
    overflow: hidden;
    background: #f1f4f8;
    border-style: solid;
    border-color: #dae4ee;
    border-radius: 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.LF_KIT_Additional_container .additional_block_open.hide {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.LF_KIT_Additional_container .additional_block_open.second {
    padding: unset;
    border: none;
    background: none;
    border-radius: unset;
    overflow: unset
}

.LF_KIT_Additional_container .additional_block_open.second .top_row {
    padding-right: 0 !important
}

.LF_KIT_Additional_container .additional_block_open.second .top_row .hide_icon {
    position: unset
}

.LF_KIT_Additional_container .additional_block_open .top_row {
    display: flex;
    justify-content: space-between
}

.LF_KIT_Additional_container .additional_block_open .top_row .hide_icon {
    position: absolute;
    cursor: pointer
}

.LF_KIT_Additional_container .additional_block_open.mobile {
    display: none
}

.LF_KIT_Additional_container .additional_block_close {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.LF_KIT_Additional_container .additional_block_close:not(.mobile) {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .5s ease-in-out
}

.LF_KIT_Additional_container .additional_block_close.mobile {
    width: 100% !important;
    bottom: 70px;
    left: 0;
    right: 0;
    position: absolute;
    flex-direction: row;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 18px;
    padding-left: 16px;
    padding-bottom: 15px;
    z-index: 1;
    background: #fff;
    margin: 0;
    top: auto
}

.LF_KIT_Additional_container .additional_block_close.mobile.mobile_big_height {
    bottom: 112px
}

@media(max-width:767px) {
    .LF_KIT_Additional_container .additional_block_close.mobile {
        position: fixed
    }
}

.LF_KIT_Additional_container .additional_block_close.mobile_big_height {
    padding-bottom: 25px
}

.LF_KIT_Additional_container .additional_block_close .manager {
    flex-direction: column;
    align-items: center
}

.LF_KIT_Additional_container .additional_block_close .manager.mobile {
    flex-direction: row;
    padding-top: 0 !important;
    display: flex
}

.LF_KIT_Additional_container .additional_block_close .manager .avatar {
    cursor: pointer
}

.LF_KIT_Additional_container .additional_block_close .manager .avatar .mobile {
    margin-bottom: 0 !important;
    margin-right: 20px
}

.LF_KIT_Additional_container .additional_block_close .manager .text {
    margin-left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    cursor: pointer
}

.LF_KIT_Additional_container .additional_block_close .manager .text.mobile {
    margin-top: unset !important;
    margin-left: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important
}

.LF_KIT_Additional_container .additional_block_close .manager .text.mobile>span {
    font-size: 14px !important
}

.LF_KIT_Additional_container .additional_block_close .icons {
    display: flex;
    flex-direction: column;
    align-items: center
}

.LF_KIT_Additional_container .additional_block_close .icons.mobile {
    flex-direction: row;
    margin-bottom: 0 !important
}

.LF_KIT_Additional_container .additional_block_close .icons .percent {
    position: relative;
    cursor: pointer
}

.LF_KIT_Additional_container .additional_block_close .icons .percent .circle {
    background: #4cc724;
    position: absolute;
    width: 8px;
    height: 8px;
    top: -2px;
    border-radius: 4px;
    right: -2px;
    border: 2px solid #fff
}

.LF_KIT_Additional_container .additional_block_close .icons .bonus {
    margin-top: 24px;
    cursor: pointer
}

.LF_KIT_Additional_container .additional_block_close .icons .bonus.mobile {
    margin-top: 0;
    margin-left: 21px
}

.LF_KIT_Additional_container .additional_block_open_mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100)
}

@media(max-width:767px) {
    .LF_KIT_Additional_container .additional_block_open_mobile {
        position: fixed
    }
}

.LF_KIT_Additional_container .additional_block_open_mobile.hide {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.LF_KIT_Additional_container .additional_block_open_mobile.hide .content {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.LF_KIT_Additional_container .additional_block_open_mobile .content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    transform: translateY(0);
    transition: all .7s ease-in-out;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: 19px 16px 29px
}

@media(max-width:767px) {
    .LF_KIT_Additional_container .additional_block_open_mobile .content {
        position: fixed
    }
}

.LF_KIT_Additional_container .additional_block_open_mobile .content .top_row {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between
}

.LF_KIT_Additional_container .additional_block_open_mobile .content .top_row .icon {
    margin-top: 10px;
    z-index: 4
}

.LF_KIT_Additional_container .additional_block_open_mobile .overlay {
    background: rgba(0, 0, 0, .64);
    width: 100%;
    height: 100%
}

.LF_KIT_Bonus.mobile {
    max-width: unset !important
}

.LF_KIT_Bonus .top_row {
    display: flex;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.LF_KIT_Bonus .top_row .big.mobile span {
    font-size: 30px !important;
    line-height: 40px !important
}

.LF_KIT_Bonus .top_row .little.mobile {
    margin-left: 8px !important
}

.LF_KIT_Bonus .top_row .little.mobile span {
    font-size: 14px !important;
    line-height: 30px !important
}

.LF_KIT_Bonus .top_row .circle {
    border-radius: 50%;
    position: absolute
}

.LF_KIT_Bonus .top_row .circle.first {
    background: #ef9e00
}

.LF_KIT_Bonus .top_row .circle.second {
    background: #4cc724
}

.LF_KIT_Bonus .top_row .circle.mobile {
    width: 6px !important;
    height: 6px !important;
    right: -7px !important;
    top: 7px !important
}

.LF_KIT_Bonus .text {
    margin-top: 10px !important
}

.LF_KIT_Bonus .text.mobile span {
    font-size: 13px !important;
    line-height: 16px !important
}

.LF_KIT_Question_container {
    box-shadow: 0 10px 42px rgba(0, 0, 0, .12);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.LF_KIT_Question_container.mobile {
    height: 100% !important;
    justify-content: unset !important
}

.LF_KIT_Question_container>.content {
    display: flex;
    position: relative
}

.LF_KIT_Question_container>.content.mobile {
    position: unset;
    flex-direction: column;
    height: auto !important;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1
}

.LF_KIT_Question_container>.navigation_container.mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    background: #fff
}

@media(max-width:767px) {
    .LF_KIT_Question_container>.navigation_container.mobile {
        position: fixed
    }
}

.LF_KIT_start_page {
    box-shadow: 0 10px 42px rgba(0, 0, 0, .12);
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    position: relative
}

.LF_KIT_start_page.mobile {
    height: 100% !important;
    justify-content: flex-start;
    overflow: hidden
}

.LF_KIT_start_page>.content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

.LF_KIT_start_page>.content.mobile {
    flex-direction: column-reverse;
    width: 100%
}

.LF_KIT_start_page>.content>.left {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    z-index: 1
}

.LF_KIT_start_page>.content>.left.mobile {
    width: 100% !important;
    margin: 0 !important;
    padding: 16px !important;
    flex-grow: 1;
    overflow: unset !important
}

.LF_KIT_start_page>.content>.left .left_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1
}

.LF_KIT_start_page>.content>.left .left_content>.title span {
    word-wrap: break-word
}

.LF_KIT_start_page>.content>.left .left_content>.title>.LF_KIT_Admin_text {
    max-width: 100% !important
}

.LF_KIT_start_page>.content>.left .left_content>.subtitle span {
    word-wrap: break-word
}

.LF_KIT_start_page>.content>.left .left_content.mobile {
    justify-content: space-around
}

.LF_KIT_start_page>.content>.left .left_content.mobile>.title {
    margin-bottom: 16px !important
}

.LF_KIT_start_page>.content>.left .left_content.mobile>.title span {
    font-size: 18px !important;
    line-height: 24px !important
}

.LF_KIT_start_page>.content>.left .left_content.mobile .subtitle {
    marginBottom: 16px !important
}

.LF_KIT_start_page>.content>.left .left_content.mobile .subtitle span {
    font-size: 14px !important;
    line-height: 16px !important
}

.LF_KIT_start_page>.content>.left .left_content>.button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.LF_KIT_start_page>.content>.left .left_content>.button.mobile {
    width: 100% !important
}

.LF_KIT_start_page>.content>.right {
    align-items: flex-end;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0
}

.LF_KIT_start_page>.content>.right.mobile {
    flex-grow: unset;
    margin-top: 0 !important;
    flex-basis: unset
}

.LF_KIT_header_start_page {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.LF_KIT_header_start_page>.content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.LF_KIT_header_start_page>.content>.right {
    align-items: center;
    display: flex
}

.LF_KIT_header_start_page>.content>.right>.phone {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none
}

.LF_KIT_header_start_page>.content>.right>.close_button {
    cursor: pointer
}

.LF_KIT_header_start_page>.content>.left {
    display: flex;
    align-items: center
}

.LF_KIT_header_start_page>.content>.left .logo {
    position: relative
}

.LF_KIT_header_start_page>.content>.left .logo img {
    max-height: 100%;
    max-width: 100%
}

.LF_KIT_header_start_page>.content.mobile {
    flex-direction: column;
    align-items: flex-start
}

.LF_KIT_header_start_page>.content.mobile .left {
    min-height: 88px
}

.LF_KIT_header_start_page>.content.mobile .logo {
    margin-right: 16px !important
}

.LF_KIT_header_start_page>.content.mobile .logo>img {
    max-width: 150px !important;
    max-height: 56px !important
}

.LF_KIT_header_start_page>.content.mobile .text>span {
    font-size: 14px !important
}

.LF_KIT_header_start_page>.content.mobile .legal>span {
    font-size: 13px !important
}

.LF_KIT_header_start_page>.content.mobile .right {
    width: 100%;
    justify-content: center;
    min-height: 72px
}

.LF_KIT_header_start_page>.content.mobile .right .close_button {
    display: none
}

.LF_KIT_header_start_page>.content.mobile .phone>div>span {
    font-size: 16px !important
}

.LF_KIT_Button_start_page {
    cursor: pointer
}

.LF_KIT_Button_start_page .content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px
}

.LF_KIT_Button_start_page .content>.LF_KIT_Button-right_icon {
    margin-left: 22px
}

.LF_KIT_Button_start_page .content.mobile {
    height: 56px !important;
    border-radius: 4px
}

.LF_KIT_Button_start_page .content.mobile>span {
    font-size: 12px !important;
    font-weight: 700 !important
}

.LF_KIT_finish_page {
    box-shadow: 0 10px 42px rgba(0, 0, 0, .12);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center
}

.LF_KIT_finish_page.mobile {
    height: 100% !important;
    justify-content: unset !important
}

.LF_KIT_finish_page>.header {
    width: 100%;
    z-index: 1
}

.LF_KIT_finish_page>.content {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    width: 100%
}

.LF_KIT_finish_page>.content.mobile {
    flex-grow: 1;
    justify-content: center
}

.LF_KIT_finish_page>.content.mobile .finish_title {
    margin-top: 0 !important
}

.LF_KIT_finish_page>.content.mobile .finish_title span {
    font-size: 30px !important;
    line-height: 40px !important
}

.LF_KIT_finish_page>.content .finish_subtitle {
    text-align: center;
    width: 100%
}

.LF_KIT_finish_page>.content .finish_subtitle>.LF_KIT_Admin_text {
    margin: auto
}

.LF_KIT_finish_page>.content .finish_subtitle.mobile {
    padding-top: 32px !important;
    padding-left: unset !important;
    padding-right: unset !important
}

.LF_KIT_finish_page>.content .finish_subtitle.mobile span {
    font-size: 16px !important;
    line-height: 24px !important
}

.LF_KIT_finish_page>.background {
    position: absolute;
    bottom: 0
}

.LF_KIT_finish_page>.background.mobile {
    width: 100%
}

.LF_KIT_contact_content_container {
    flex: 1 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    scrollbar-color: rgba(0, 0, 0, .57) #fff;
    scrollbar-width: thin
}

.LF_KIT_contact_content_container.mobile {
    padding-left: 16px !important;
    padding-right: 16px;
    padding-top: 15px;
    flex-direction: column;
    width: 100% !important;
    overflow: auto
}

.LF_KIT_contact_content_container .left_block {
    display: flex;
    flex-direction: column
}

.LF_KIT_contact_content_container .left_block.mobile {
    width: 100% !important
}

.LF_KIT_contact_content_container .left_block>.question {
    display: flex;
    align-items: flex-end;
    z-index: 2
}

.LF_KIT_contact_content_container .left_block>.question.mobile {
    min-height: 45px !important;
    align-items: unset;
    margin-top: 0 !important
}

.LF_KIT_contact_content_container .left_block>.question.mobile_big_height {
    min-height: 50px !important
}

.LF_KIT_contact_content_container .left_block>.question>.content {
    display: flex;
    z-index: 1;
    width: 100%;
    flex-direction: row;
    justify-content: space-between
}

.LF_KIT_contact_content_container .left_block>.question>.content>.text {
    transition: all .7s ease-in-out;
    opacity: 0
}

.LF_KIT_contact_content_container .left_block>.question>.content>.text.in {
    opacity: 1
}

.LF_KIT_contact_content_container .left_block>.question>.content>.tip_container {
    margin-left: 20px;
    position: relative;
    flex-grow: 1
}

.LF_KIT_contact_content_container .left_block>.question>.content>.tip_container.mobile {
    max-width: unset !important;
    margin-left: 0;
    margin-top: 20px
}

.LF_KIT_contact_content_container .left_block>.question>.content>.tip_container>.tip {
    right: 0;
    background: rgba(107, 128, 159, .1);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.LF_KIT_contact_content_container .left_block>.question>.content>.tip_container>.tip.mobile {
    position: unset;
    border-radius: 4px !important;
    padding: 16px 24px !important;
    max-width: unset !important
}

.LF_KIT_contact_content_container .left_block>.question>.content>.tip_container>.tip.mobile span {
    line-height: 16px !important;
    font-size: 12px !important
}

.LF_KIT_contact_content_container .left_block>.question>.content>.tip_container>.tip .icon {
    margin-left: 20px
}

.LF_KIT_contact_content_container .left_block>.question>.content.mobile {
    max-width: unset !important;
    position: relative;
    flex-direction: column
}

.LF_KIT_contact_content_container .left_block>.question>.content.mobile .text span {
    font-size: 18px !important;
    line-height: 24px !important
}

.LF_KIT_contact_content_container .left_block>.answer_container {
    z-index: 1;
    display: grid;
    position: relative
}

.LF_KIT_contact_content_container .left_block>.answer_container.mobile {
    margin-bottom: 0 !important;
    padding-top: 20px !important
}

@media(min-height:667px) {
    .LF_KIT_contact_content_container .left_block>.answer_container.mobile {
        padding-top: 35px !important
    }
}

.LF_KIT_contact_content_container .left_block>.answer_container.mobile .contact_item {
    margin-left: 0 !important;
    width: 100% !important
}

.LF_KIT_contact_content_container .left_block>.answer_container.mobile .contact_item>span {
    font-size: 14px !important
}

.LF_KIT_contact_content_container .left_block>.answer_container.mobile .contact_item .input {
    margin-top: 16px !important
}

.LF_KIT_contact_content_container .left_block>.answer_container.mobile .contact_item .error_message {
    min-height: 32px !important;
    margin-top: 8px !important
}

.LF_KIT_contact_content_container .left_block>.answer_container.mobile .contact_item .error_message>span {
    font-size: 12px !important;
    line-height: 16px !important
}

.LF_KIT_contact_content_container .left_block>.answer_container .contact_row {
    display: flex;
    flex-direction: column
}

.LF_KIT_contact_content_container .left_block>.answer_container .contact_row.allContacts {
    flex-direction: row
}

.LF_KIT_contact_content_container .left_block>.answer_container .contact_row.allContacts.mobile {
    flex-direction: column
}

.LF_KIT_contact_content_container .right_block {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.LF_KIT_contact_content_container .right_block.mobile {
    flex-direction: column-reverse;
    margin-left: 0 !important;
    margin-top: 48px !important;
    margin-bottom: 32px
}

.LF_KIT_contact_content_container .right_block.mobile .sale {
    margin-bottom: 32px;
    margin-top: 0 !important
}

.LF_KIT_contact_content_container::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.LF_KIT_contact_content_container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .57);
    -webkit-border-radius: 5px
}

.LF_KIT_contact_content_container::-webkit-scrollbar-button:end:increment,
.LF_KIT_contact_content_container::-webkit-scrollbar-button:start:decrement {
    height: 5px;
    display: block
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .LF_KIT_contact_content_container {
        margin-right: -10px !important;
        margin-bottom: -10px !important;
        display: -ms-grid;
        scrollbar-face-color: #6f6f6f;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #6f6f6f
    }

    .LF_KIT_contact_content_container:after {
        content: "";
        height: 20px;
        display: block
    }
}

@supports(-ms-ime-align:auto) {
    .LF_KIT_contact_content_container {
        margin-right: -10px !important;
        margin-bottom: -10px !important;
        display: -ms-grid;
        scrollbar-face-color: #6f6f6f;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #6f6f6f
    }

    .LF_KIT_contact_content_container:after {
        content: "";
        height: 10px;
        display: block
    }
}

.LF_KIT_Contact_container {
    box-shadow: 0 10px 42px rgba(0, 0, 0, .12);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.LF_KIT_Contact_container.mobile {
    height: 100% !important;
    justify-content: unset !important
}

.LF_KIT_Contact_container>.content {
    display: flex;
    position: relative;
    padding-right: 72px
}

.LF_KIT_Contact_container>.content.mobile {
    padding-right: unset;
    flex-direction: column;
    height: auto !important;
    overflow: hidden
}

.LF_KIT_Contact_container>.navigation_container.mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #fff
}

@media(max-width:767px) {
    .LF_KIT_Contact_container>.navigation_container.mobile {
        position: fixed
    }
}

.LF_KIT_result_content_container {
    flex: 1 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%
}

.LF_KIT_result_content_container.mobile {
    padding-left: 16px !important;
    padding-right: 16px;
    padding-top: 15px;
    flex-direction: column;
    width: 100% !important;
    overflow: auto
}

.LF_KIT_result_content_container>.question {
    display: flex;
    align-items: flex-end;
    z-index: 2
}

.LF_KIT_result_content_container>.question.mobile {
    min-height: 45px !important;
    align-items: unset;
    margin-top: 0 !important;
    flex-direction: column
}

.LF_KIT_result_content_container>.question.mobile>.control_arrows {
    margin-left: 0 !important;
    margin-top: 20px
}

.LF_KIT_result_content_container>.question.mobile_big_height {
    min-height: 50px !important
}

.LF_KIT_result_content_container>.question>.content {
    display: flex;
    z-index: 1;
    width: 100%;
    flex-direction: row;
    justify-content: space-between
}

.LF_KIT_result_content_container>.question>.content>.text {
    transition: all .7s ease-in-out;
    opacity: 0
}

.LF_KIT_result_content_container>.question>.content>.text.in {
    opacity: 1
}

.LF_KIT_result_content_container>.question>.content.mobile {
    max-width: unset !important;
    position: relative;
    flex-direction: column
}

.LF_KIT_result_content_container>.question>.content.mobile .text span {
    font-size: 18px !important;
    line-height: 24px !important
}

.LF_KIT_result_content_container>.answer_container {
    z-index: 1;
    display: grid;
    overflow: hidden;
    position: relative
}

.LF_KIT_result_content_container>.answer_container>.answer_content {
    overflow: auto;
    position: relative;
    scrollbar-color: rgba(0, 0, 0, .57) #fff;
    scrollbar-width: thin
}

.LF_KIT_result_content_container>.answer_container>.answer_content.mobile {
    margin-bottom: 0 !important;
    padding-top: 20px !important
}

@media(min-height:667px) {
    .LF_KIT_result_content_container>.answer_container>.answer_content.mobile {
        padding-top: 35px !important
    }
}

.LF_KIT_result_content_container>.answer_container>.answer_content::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.LF_KIT_result_content_container>.answer_container>.answer_content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .57);
    -webkit-border-radius: 5px
}

.LF_KIT_result_content_container>.answer_container>.answer_content::-webkit-scrollbar-button:end:increment,
.LF_KIT_result_content_container>.answer_container>.answer_content::-webkit-scrollbar-button:start:decrement {
    height: 5px;
    display: block
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .LF_KIT_result_content_container>.answer_container>.answer_content {
        margin-right: -10px !important;
        margin-bottom: -10px !important;
        display: -ms-grid;
        scrollbar-face-color: #6f6f6f;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #6f6f6f
    }

    .LF_KIT_result_content_container>.answer_container>.answer_content:after {
        content: "";
        height: 20px;
        display: block
    }
}

@supports(-ms-ime-align:auto) {
    .LF_KIT_result_content_container>.answer_container>.answer_content {
        margin-right: -10px !important;
        margin-bottom: -10px !important;
        display: -ms-grid;
        scrollbar-face-color: #6f6f6f;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #6f6f6f
    }

    .LF_KIT_result_content_container>.answer_container>.answer_content:after {
        content: "";
        height: 10px;
        display: block
    }
}

.LF_KIT_result {
    flex-flow: row wrap;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: flex-start;
    min-width: 100%;
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.LF_KIT_result_item {
    text-decoration: none;
    display: flex;
    flex-direction: column
}

.LF_KIT_result_item:last-of-type {
    margin-right: 0 !important
}

.LF_KIT_result_item.mobile {
    width: 100%;
    margin-right: 13px !important;
    margin-bottom: 24px
}

.LF_KIT_result_item.mobile:last-of-type {
    margin-right: 0 !important
}

.LF_KIT_result_item.mobile>.title {
    margin-top: 24px !important
}

.LF_KIT_result_item.mobile>.title span {
    font-size: 18px !important;
    line-height: 24px !important
}

.LF_KIT_result_item.mobile>.description {
    margin-top: 8px !important
}

.LF_KIT_result_item.mobile>.description span {
    font-size: 13px !important;
    line-height: 16px !important
}

.LF_KIT_result_item>.image_container {
    position: relative
}

.LF_KIT_result_item>.image_container .image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.LF_KIT_result_item>.image_container .image.empty_image {
    background: silver
}

.LF_KIT_result_item>.image_container .image.mobile {
    border-radius: 6px !important
}

.LF_KIT_result_item>.image_container .image.mobile>.sale_amount {
    width: 70px !important;
    height: 70px !important;
    top: -26px !important;
    right: -18px !important;
    border-radius: 70px !important;
    padding-top: 33px !important;
    padding-left: 15px !important
}

.LF_KIT_result_item>.image_container .image.mobile>.sale_amount>.text_sale {
    margin-top: -10px !important
}

.LF_KIT_result_item>.image_container .image.mobile>.sale_amount>.text_sale span {
    font-size: 8px !important;
    line-height: 8px !important
}

.LF_KIT_result_item>.image_container .image.mobile>.sale_amount>.text .value span {
    font-size: 15px !important
}

.LF_KIT_result_item>.image_container .image.mobile>.sale_amount>.text .percent span {
    font-size: 10px !important;
    line-height: 15px !important
}

.LF_KIT_result_item>.image_container .image>.sale_amount {
    z-index: 9;
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: self-start
}

.LF_KIT_result_item>.image_container .image>.sale_amount>.text {
    display: flex;
    align-items: flex-end
}

.LF_KIT_result_item>.image_container .image>.sale_amount>.text .value .LF_KIT_Admin_text .tooltip {
    right: -25px
}

.LF_KIT_result_item>.image_container .image>.sale_amount>.text .value .LF_KIT_Admin_text .tooltip svg {
    fill: #fff
}

.LF_KIT_result_item>.image_container .delete_icon {
    top: 10px;
    color: #4a4a4a;
    left: 70px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 6px
}

.LF_KIT_result_item>.image_container .launch_icon {
    top: 10px;
    left: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 6px
}

.LF_KIT_result_item>.image_container .settings_icon {
    top: 10px;
    left: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 6px
}

.LF_KIT_result_item>.image_container .settings_icon .branchesCount {
    border-radius: 11px;
    width: 11px;
    padding: 2px;
    position: absolute;
    height: 11px;
    right: 0;
    bottom: 0;
    font-size: 8px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #4cc724
}

.LF_KIT_result_item>.image_container.mobile {
    margin-top: 16px !important;
    border-radius: 10px !important
}

.LF_KIT_result_item>.image_container.checked {
    border-style: solid;
    border-width: 2px
}

.LF_KIT_result_item>.image_container.checked.mobile {
    padding: 4px !important
}

.LF_KIT_result_item>.image_container>img {
    display: block
}

.LF_KIT_result_item .add_admin {
    cursor: pointer;
    margin-top: 5px
}

.LF_KIT_result_item .add_admin span {
    color: #4cc724 !important
}

.LF_KIT_Result_list_container {
    box-shadow: 0 10px 42px rgba(0, 0, 0, .12);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.LF_KIT_Result_list_container.mobile {
    height: 100% !important;
    justify-content: unset !important
}

.LF_KIT_Result_list_container>.content {
    display: flex;
    position: relative;
    padding-right: 72px;
    width: 100%
}

.LF_KIT_Result_list_container>.content.mobile {
    padding-right: unset;
    flex-direction: column;
    height: auto !important;
    overflow: hidden
}

.LF_KIT_Result_list_container>.navigation_container.mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #fff
}

@media(max-width:767px) {
    .LF_KIT_Result_list_container>.navigation_container.mobile {
        position: fixed
    }
}

.LF_KIT_Result_one_container {
    box-shadow: 0 10px 42px rgba(0, 0, 0, .12);
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    overflow: hidden
}

.LF_KIT_Result_one_container.mobile {
    flex-direction: column;
    height: 100% !important
}

.LF_KIT_Result_one_container.mobile>.left {
    width: 100% !important
}

.LF_KIT_Result_one_container.mobile>.right {
    padding: 16px;
    width: 100% !important
}

.LF_KIT_Result_one_container.mobile>.right .content {
    padding: 0 !important
}

.LF_KIT_Result_one_container>.left {
    position: relative;
    background: silver
}

.LF_KIT_Result_one_container>.right {
    justify-content: space-between;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.LF_KIT_Result_one_container>.right .content {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.LF_KIT_Result_one_container>.right .content>.sale_amount_container {
    border-radius: 5px;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: space-between
}

.LF_KIT_Result_one_container>.right .content>.sale_amount_container>.sale_amount {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.LF_KIT_Result_one_container>.right .content>.sale_amount_container>.sale_amount>.text {
    display: flex;
    align-items: flex-end
}

.LF_KIT_Result_one_container>.right .content>.sale_amount_container>.sale_amount>.text.mobile span {
    line-height: 32px !important
}

.LF_KIT_Result_one_container>.right .content>.sale_amount_container>.sale_amount>.text.mobile .big span {
    font-size: 30px !important
}

.LF_KIT_Result_one_container>.right .content>.sale_amount_container>.sale_amount>.text.mobile .middle span {
    font-size: 24px !important
}

.LF_KIT_Result_one_container>.right .content>.sale_amount_container .LF_KIT_Admin_text .tooltip {
    right: -113px
}

.LF_KIT_Result_one_container>.right .content>.sale_amount_container .LF_KIT_Admin_text .tooltip svg {
    fill: #6b7f9f
}

.LF_KIT_Result_one_container>.right .content>.sale_amount_container.mobile {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 27px 16px 24px !important
}

.LF_KIT_Result_one_container>.right .content .add_admin {
    cursor: pointer;
    margin-top: 5px
}

.LF_KIT_Result_one_container>.right .content .add_admin span {
    color: #4cc724 !important
}

.LF_KIT_Layout_container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .LF_KIT_Layout_container {
        height: 100vh
    }
}

@media(max-width:767px) {
    .LF_KIT_Layout_container {
        align-items: stretch
    }
}

.LF_KIT_Layout_container>.content {
    width: 1248px;
    background-color: #fff;
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .LF_KIT_Layout_container>.content {
        height: 100%
    }
}

@media(max-width:1295px) {
    .LF_KIT_Layout_container>.content {
        width: 100%
    }
}

@media(max-width:767px) {
    .LF_KIT_Layout_container>.content {
        width: 100%;
        padding: 0 !important
    }
}

@font-face {
    font-family: "Montserrat";
    src: url(../fnt/Montserrat-Medium.c8b6e083.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Montserrat";
    src: url(../fnt/Montserrat-Bold.ade91f47.ttf);
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "Tahoma";
    src: url(../fnt/tahoma.af804b13.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Roboto";
    src: url(../fnt/Roboto-Regular.8a36205b.ttf);
    font-style: normal;
    font-weight: 400
}

.bottom-center {
    animation: bottom-center .5s ease-in-out;
    -webkit-animation: bottom-center .5s ease-in-out
}

.center-top {
    animation: center-top .5s ease-in-out;
    -webkit-animation: center-top .5s ease-in-out;
    opacity: 0
}

.center-bottom {
    animation: center-bottom .5s ease-in-out;
    -webkit-animation: center-bottom .5s ease-in-out;
    opacity: 0
}

.top-center {
    animation: top-center .5s ease-in-out;
    -webkit-animation: top-center .5s ease-in-out
}

@keyframes bottom-center {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes center-top {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: hidden
    }
}

@keyframes center-bottom {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden
    }
}

@keyframes top-center {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bottom-center {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes center-top {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        visibility: hidden
    }
}

@-webkit-keyframes center-bottom {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        visibility: hidden
    }
}

@-webkit-keyframes top-center {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.LF_DEV_KIT_Text {
    font-family: "Tahoma"
}

.LF_DEV_KIT_Text.letter_spacing {
    letter-spacing: .15em
}

.LF_DEV_KIT_Text.bold {
    font-weight: 700
}

.LF_DEV_KIT_Text.uppercase {
    text-transform: uppercase
}

.LF_DEV_KIT_Text.pointer {
    cursor: pointer
}

.LF_DEV_KIT_Admin_text {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.LF_DEV_KIT_Admin_text .input {
    top: 0;
    position: absolute;
    border: none;
    background: none;
    padding: 0;
    outline: 0;
    caret-color: #4cc724;
    color: inherit;
    width: 100%;
    resize: none;
    display: block;
    overflow: hidden;
    letter-spacing: inherit
}

.LF_DEV_KIT_Admin_text .tooltip {
    position: absolute;
    top: 0;
    right: -20px
}

.LF_DEV_KIT_Admin_text .icon {
    cursor: pointer;
    fill: #4cc724;
    width: 12px;
    margin-left: 5px
}

.LF_DEV_KIT_Admin_text .icon.white {
    fill: #fff
}

.LF_DEV_KIT_Divider {
    width: 100%;
    border-bottom: 1px solid #6b809f
}

.LF_DEV_KIT_Checkbox-container {
    display: flex;
    cursor: pointer;
    align-items: center
}

.LF_DEV_KIT_Checkbox {
    border-color: #9fafbd;
    border-style: solid;
    box-sizing: border-box;
    display: flex;
    flex: none
}

.LF_DEV_KIT_Checkbox.mobile {
    width: 16px !important;
    height: 16px !important;
    border-width: 2px !important;
    border-radius: 3px !important
}

.LF_DEV_KIT_Checkbox.checked {
    border: none
}

.LF_DEV_KIT_Checkbox.checked>svg {
    margin: auto
}

.LF_DEV_KIT_Checkbox-checked>div {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.LF_DEV_KIT_Checkbox-label.mobile {
    margin-left: 16px !important
}

.LF_DEV_KIT_Checkbox-label.mobile,
.LF_DEV_KIT_Checkbox-label.mobile span {
    line-height: 16px !important;
    font-size: 14px !important
}

.LF_DEV_KIT_Radio-container {
    display: flex;
    cursor: pointer;
    align-items: center
}

.LF_DEV_KIT_Radio {
    border-style: solid;
    box-sizing: border-box;
    display: flex;
    border-radius: 50%;
    flex: none
}

.LF_DEV_KIT_Radio.mobile {
    width: 16px !important;
    height: 16px !important;
    border-width: 2px !important
}

.LF_DEV_KIT_Radio .inner-circle {
    border-radius: 50%;
    margin: auto
}

.LF_DEV_KIT_Radio .inner-circle.mobile {
    width: 8px !important;
    height: 8px !important
}

.LF_DEV_KIT_Radio-label.mobile {
    margin-left: 16px !important
}

.LF_DEV_KIT_Radio-label.mobile,
.LF_DEV_KIT_Radio-label.mobile span {
    line-height: 16px !important;
    font-size: 14px !important
}

.LF_DEV_KIT_Button {
    border-radius: 0 0 6px 0;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.LF_DEV_KIT_Button.withBorder {
    border: solid;
    border-width: 1px
}

.LF_DEV_KIT_Button.mobile {
    height: 56px !important;
    border-radius: 10px !important
}

.LF_DEV_KIT_Button.mobile>span {
    font-size: 16px !important
}

.LF_DEV_KIT_Button.disabled {
    cursor: not-allowed
}

.LF_DEV_KIT_Button.full_width {
    width: 100%
}

.LF_DEV_KIT_Button.space_between {
    justify-content: space-between
}

.LF_DEV_KIT_Button.with_caption {
    padding: 0 18px
}

.LF_DEV_KIT_Button.with_caption>.LF_DEV_KIT_Button-right_icon {
    margin-left: 22px
}

.LF_DEV_KIT_Button.with_caption>.LF_DEV_KIT_Button-left_icon {
    margin-right: 17px
}

.LF_DEV_KIT_Select-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    border-radius: 4px;
    max-height: 100%;
    display: flex;
    position: absolute;
    flex-direction: column
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .LF_DEV_KIT_Select-container {
        height: 100%
    }
}

.LF_DEV_KIT_Select-container.mobile {
    position: unset
}

.LF_DEV_KIT_Select-container .LF_DEV_KIT_Select-value {
    border: 1px solid #dae4ee;
    box-sizing: border-box;
    border-radius: 4px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.LF_DEV_KIT_Select-container .LF_DEV_KIT_Select-value.mobile {
    padding-left: 16px !important;
    padding-right: 24px !important;
    min-height: 48px !important;
    height: 48px !important
}

.LF_DEV_KIT_Select-container .LF_DEV_KIT_Select-value.mobile .LF_DEV_KIT_Select-iconOpen {
    margin-left: 20px !important
}

.LF_DEV_KIT_Select-container.open {
    box-shadow: 0 10px 36px rgba(0, 0, 0, .1)
}

.LF_DEV_KIT_Select-container.open .LF_DEV_KIT_Select-value {
    border: none;
    border-bottom: 1px solid #dae4ee;
    border-radius: unset
}

.LF_DEV_KIT_Select-container.full_width {
    width: 100%
}

.LF_DEV_KIT_Select-container .LF_DEV_KIT_Select-list {
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fff;
    overflow: auto;
    max-height: 100%
}

.LF_DEV_KIT_Select-container .LF_DEV_KIT_Select-list.mobile {
    padding-bottom: 8px !important;
    top: 0
}

.LF_DEV_KIT_Select-container .LF_DEV_KIT_Select-list .LF_DEV_KIT_Select-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.LF_DEV_KIT_Select-container .LF_DEV_KIT_Select-list .LF_DEV_KIT_Select-item.mobile {
    height: 40px !important;
    padding-left: 16px !important;
    padding-right: 24px !important
}

.LF_DEV_KIT_Select-container .LF_DEV_KIT_Select-list .LF_DEV_KIT_Select-item.active,
.LF_DEV_KIT_Select-container .LF_DEV_KIT_Select-list .LF_DEV_KIT_Select-item:hover {
    background: #ebf0f4
}

.LF_DEV_KIT_Input {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.LF_DEV_KIT_Input.mobile {
    padding-top: 7px !important
}

.LF_DEV_KIT_Input.mobile input {
    font-size: 18px !important;
    line-height: 38px !important;
    min-height: 40px !important
}

.LF_DEV_KIT_Input input {
    border: none !important;
    outline: 0;
    border-width: 0;
    background: none;
    font-family: "Montserrat";
    color: #6b809f;
    font-weight: 500;
    width: 100%;
    caret-color: #000
}

.LF_DEV_KIT_Input input::-webkit-input-placeholder {
    color: #9fafbd
}

.LF_DEV_KIT_Input input:-ms-input-placeholder {
    color: #9fafbd
}

.LF_DEV_KIT_Input input::-ms-input-placeholder {
    color: #9fafbd
}

.LF_DEV_KIT_Input input::placeholder {
    color: #9fafbd
}

.LF_DEV_KIT_Input input::-webkit-inner-spin-button,
.LF_DEV_KIT_Input input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.LF_DEV_KIT_Input input[type=number] {
    -moz-appearance: textfield
}

.LF_DEV_KIT_Input.outlined.mobile input {
    font-size: 16px !important;
    line-height: 44px !important;
    border-radius: 4px !important;
    min-height: 48px !important
}

.LF_DEV_KIT_Input.outlined input {
    font-weight: 700;
    border: 1px solid #dae4ee !important;
    text-align: center
}

.LF_DEV_KIT_Input.fullWidth {
    width: 100%
}

.LF_DEV_KIT_Input .react-tel-input .flag-dropdown {
    border: none !important
}

.LF_DEV_KIT_Tag {
    background: #6b809f;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center
}

.LF_DEV_KIT_Tag.mobile {
    border-radius: 3px !important;
    padding: 4px 8px !important
}

.LF_DEV_KIT_Tag.mobile>span {
    font-size: 13px !important
}

.LF_DEV_KIT_Tag>.circle {
    background: #fff
}

.LF_DEV_KIT_Tag>.circle.mobile {
    margin-left: 8px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 4px !important
}

.LF_DEV_KIT_Date_time_picker {
    width: 100%;
    position: relative
}

.LF_DEV_KIT_Date_time_picker .input_block {
    position: relative
}

.LF_DEV_KIT_Date_time_picker .input_block .icon {
    position: absolute;
    right: 3px;
    bottom: 12px;
    cursor: pointer
}

.LF_DEV_KIT_Date_time_picker .picker {
    position: absolute;
    left: calc(100% + 33px);
    top: -150px
}

.LF_DEV_KIT_Date_time_picker .picker.mobile {
    position: unset;
    left: unset;
    top: unset
}

.LF_DEV_KIT_Date_time_picker .picker.unset_select_date .react-datepicker__day--keyboard-selected {
    background-color: unset;
    color: unset;
    outline: none !important
}

.slider_rail .line {
    background: #e8eff4;
    position: absolute;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    z-index: 2
}

.slider_rail .line.second {
    z-index: 3;
    opacity: 1%
}

.slider_handle>.control_container {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3px;
    z-index: 3
}

.slider_handle>.control_container.mobile.left {
    align-items: flex-start
}

.slider_handle>.control_container.mobile.right {
    align-items: flex-end
}

.slider_handle>.control_container>.circle {
    cursor: pointer;
    border-style: solid;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center
}

.slider_handle>.control_container>.circle.mobile {
    width: 32px !important;
    height: 32px !important;
    border-width: 6px !important;
    border-radius: 32px !important
}

.slider_handle>.control_container>.circle .vertical_line.mobile {
    height: 6px !important;
    width: 1px !important;
    margin: 1.5px !important
}

.LF_DEV_KIT_Slider {
    width: 100%
}

.LF_DEV_KIT_Slider.mobile {
    padding: 13px 0 45px !important
}

.LF_DEV_KIT_Slider>.content {
    position: relative;
    width: 100%
}

.LF_DEV_KIT_Slider>.content.mobile>.stop_line,
.LF_DEV_KIT_Slider>.content.mobile>.stop_text {
    display: none
}

.LF_DEV_KIT_Slider>.content>.stop_line {
    width: 1px;
    height: 40px;
    background: #e8eff4;
    position: absolute;
    top: 3px;
    z-index: 1
}

.LF_DEV_KIT_Slider>.content>.stop_line.max {
    right: 0
}

.LF_DEV_KIT_Slider>.content>.stop_line.min {
    left: 0
}

.LF_DEV_KIT_Slider>.content>.stop_text {
    position: absolute
}

.LF_DEV_KIT_header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.LF_DEV_KIT_header.mobile {
    min-height: 64px !important;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: unset !important;
    padding-right: unset !important
}

.LF_DEV_KIT_header>.content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.LF_DEV_KIT_header>.content>.text {
    flex-grow: 1
}

.LF_DEV_KIT_header>.content.mobile {
    padding-right: 0 !important
}

.LF_DEV_KIT_header>.content.mobile>.text>span {
    font-size: 13px !important
}

.LF_DEV_KIT_header>.content>.right {
    align-items: center;
    display: flex
}

.LF_DEV_KIT_header>.progress_container {
    top: 0;
    width: 100%
}

.LF_DEV_KIT_header>.progress_container>.progress {
    display: flex;
    flex-flow: row;
    min-width: 10%;
    top: 0;
    transition: all .5s ease-in-out
}

.LF_DEV_KIT_header>.progress_container>.progress>div {
    margin-left: 7px;
    height: 3px;
    flex: 1 1;
    border-radius: 4px
}

.LF_DEV_KIT_header>.progress_container>.progress>div:first-child {
    margin-left: 0
}

.LF_DEV_KIT_header_close_button {
    cursor: pointer;
    z-index: 1
}

.LF_DEV_KIT_made_in {
    display: flex;
    width: auto;
    white-space: nowrap;
    text-decoration: none
}

.LF_DEV_KIT_made_in.mobile {
    display: none
}

@-webkit-keyframes skewing {
    0% {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes skewing {
    0% {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes translating {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(240px);
        transform: translate(240px)
    }

    50% {
        -webkit-transform: translate(240px, 140px);
        transform: translate(240px, 140px)
    }

    75% {
        -webkit-transform: translateY(140px);
        transform: translateY(140px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes translating {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(240px);
        transform: translate(240px)
    }

    50% {
        -webkit-transform: translate(240px, 140px);
        transform: translate(240px, 140px)
    }

    75% {
        -webkit-transform: translateY(140px);
        transform: translateY(140px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.LF_DEV_KIT_navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #f2f3f5
}

.LF_DEV_KIT_navigation.mobile {
    height: 70px !important;
    width: 100%
}

.LF_DEV_KIT_navigation.mobile.mobile_big_height {
    height: 140px !important;
    align-items: flex-end
}

.LF_DEV_KIT_navigation>.question {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex
}

.LF_DEV_KIT_navigation>.question>span {
    position: relative
}

.LF_DEV_KIT_navigation>.question .questionNumber {
    position: absolute
}

.LF_DEV_KIT_navigation>.question.mobile {
    display: none
}

.LF_DEV_KIT_navigation>.question.mobile_big_height {
    background: #fff;
    display: flex !important;
    position: absolute;
    justify-content: center;
    width: 100%;
    top: 0
}

.LF_DEV_KIT_navigation>.question.mobile_big_height>span {
    font-size: 18px !important;
    line-height: 24px !important;
    padding-bottom: 21px
}

.LF_DEV_KIT_navigation>.left_button span {
    font-family: "Roboto" !important
}

.LF_DEV_KIT_navigation>.left_button.mobile {
    min-width: 124px !important;
    margin-bottom: 21px;
    margin-left: 16px !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important
}

.LF_DEV_KIT_navigation>.left_button.mobile.mobile_big_height {
    margin-top: 31px
}

.LF_DEV_KIT_navigation>.left_button.mobile>div {
    padding: 0 16px 0 17px
}

.LF_DEV_KIT_navigation>.right_button {
    z-index: 1;
    width: auto
}

.LF_DEV_KIT_navigation>.right_button span {
    font-family: "Roboto" !important
}

.LF_DEV_KIT_navigation>.right_button.mobile {
    margin-right: 16px !important;
    min-width: 124px !important
}

.LF_DEV_KIT_navigation>.right_button.mobile.mobile_big_height {
    margin-top: 31px
}

.LF_DEV_KIT_navigation>.right_button.mobile>div {
    justify-content: center !important;
    margin-bottom: 21px
}

.LF_DEV_KIT_answers_container {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    height: 100%;
    position: relative;
    overflow: hidden
}

.LF_DEV_KIT_answers_container.mobile {
    padding-left: 16px !important;
    padding-right: 21px;
    padding-top: 45px;
    height: unset
}

.LF_DEV_KIT_answers_container>.tag {
    z-index: 1
}

.LF_DEV_KIT_answers_container>.tag.mobile {
    margin-top: 10px !important
}

.LF_DEV_KIT_answers_container>.question {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 3;
    flex-shrink: 0
}

.LF_DEV_KIT_answers_container>.question.mobile {
    margin-top: 0 !important;
    min-height: 45px !important;
    align-items: unset;
    padding-bottom: 20px
}

.LF_DEV_KIT_answers_container>.question.mobile_big_height {
    min-height: 50px !important
}

.LF_DEV_KIT_answers_container>.question>.content {
    display: flex;
    z-index: 1;
    width: 100%;
    flex-direction: row
}

.LF_DEV_KIT_answers_container>.question>.content>.text {
    transition: all .7s ease-in-out;
    opacity: 0;
    width: 100%;
    justify-content: space-between;
    display: flex
}

.LF_DEV_KIT_answers_container>.question>.content>.text>span {
    width: 100%
}

.LF_DEV_KIT_answers_container>.question>.content>.text.in {
    opacity: 1
}

.LF_DEV_KIT_answers_container>.question>.content>.text .title_icon_container {
    display: flex;
    flex-direction: column
}

.LF_DEV_KIT_answers_container>.question>.content>.text .title_icon_container>.tip {
    margin-top: 10px
}

.LF_DEV_KIT_answers_container>.question>.content>.text .title_icon_container>.tip span {
    display: block
}

.LF_DEV_KIT_answers_container>.question>.content>.text .title_icon_container>.tip.mobile {
    margin-top: 15px
}

.LF_DEV_KIT_answers_container>.question>.content>.text .title_icon_container>.tip.mobile span {
    font-size: 14px !important
}

.LF_DEV_KIT_answers_container>.question>.content.mobile {
    max-width: unset !important;
    position: relative;
    flex-direction: column
}

.LF_DEV_KIT_answers_container>.question>.content.mobile .text span {
    font-size: 20px !important;
    line-height: 24px !important
}

.LF_DEV_KIT_answers_container>.question>.control_arrows.mobile {
    display: none
}

.LF_DEV_KIT_answers_container>.answer_container {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    z-index: 2
}

.LF_DEV_KIT_answers_container>.answer_container.not_overflow_hidden {
    overflow: visible
}

.LF_DEV_KIT_answers_container>.answer_container.mobile_big_height {
    padding-top: 25px !important
}

.LF_DEV_KIT_answers_container>.answer_container.mobile {
    flex-grow: unset;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    margin-top: -10px
}

.LF_DEV_KIT_answers_container>.answer_container.mobile>.answer_content {
    padding: 0 !important;
    margin: 0 !important
}

.LF_DEV_KIT_answers_container>.answer_container.mobile>.transparent_background_right {
    display: none
}

.LF_DEV_KIT_answers_container>.answer_container>.transparent_background_right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: linear-gradient(270deg, #fff 7.36%, hsla(0, 0%, 100%, 0))
}

.LF_DEV_KIT_answers_container>.answer_container>.answer_content {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    scrollbar-color: rgba(0, 0, 0, .57) #fff;
    scrollbar-width: thin
}

.LF_DEV_KIT_answers_container>.answer_container>.answer_content.grid {
    display: grid
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .LF_DEV_KIT_answers_container>.answer_container>.answer_content.grid {
        display: -ms-grid;
        scrollbar-face-color: #6f6f6f;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #6f6f6f
    }

    .LF_DEV_KIT_answers_container>.answer_container>.answer_content.grid:after {
        content: "";
        height: 20px;
        display: block
    }
}

@supports(-ms-ime-align:auto) {
    .LF_DEV_KIT_answers_container>.answer_container>.answer_content.grid {
        display: -ms-grid;
        scrollbar-face-color: #6f6f6f;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #6f6f6f
    }

    .LF_DEV_KIT_answers_container>.answer_container>.answer_content.grid:after {
        content: "";
        height: 10px;
        display: block
    }
}

.LF_DEV_KIT_answers_container>.answer_container>.answer_content::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.LF_DEV_KIT_answers_container>.answer_container>.answer_content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .57);
    -webkit-border-radius: 5px
}

.LF_DEV_KIT_answers_container>.answer_container>.answer_content::-webkit-scrollbar-button:end:increment,
.LF_DEV_KIT_answers_container>.answer_container>.answer_content::-webkit-scrollbar-button:start:decrement {
    height: 5px;
    display: block
}

.LF_DEV_KIT_answers_container .control_arrows_mobile {
    z-index: 1;
    position: absolute
}

.LF_DEV_KIT_answers_container .control_arrows_mobile>div {
    justify-content: space-between;
    width: 100%
}

.LF_DEV_KIT_answers_checkbox_container {
    display: flex;
    flex-direction: column
}

.LF_DEV_KIT_answers_checkbox_container .other.mobile {
    margin-top: 20px !important
}

.LF_DEV_KIT_answers_checkbox_container .wrapper {
    width: 100%;
    flex-flow: column wrap;
    display: flex;
    align-content: flex-start;
    position: relative
}

.LF_DEV_KIT_answers_checkbox_container .wrapper.mobile {
    height: auto
}

.LF_DEV_KIT_answers_checkbox_item {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.LF_DEV_KIT_answers_checkbox_item.mobile span {
    font-size: 16px !important
}

.LF_DEV_KIT_answers_radio_container {
    display: flex;
    flex-direction: column
}

.LF_DEV_KIT_answers_radio_container .other.mobile {
    margin-top: 20px !important
}

.LF_DEV_KIT_answers_radio_container .wrapper {
    width: 100%;
    flex-flow: column wrap;
    display: flex;
    align-content: flex-start;
    position: relative
}

.LF_DEV_KIT_answers_radio_container .wrapper.mobile {
    height: auto
}

.LF_DEV_KIT_answers_checkbox_item {
    margin-right: 193px
}

.LF_DEV_KIT_answers_checkbox_item.mobile {
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px !important
}

.LF_DEV_KIT_answers_checkbox_item .admin_container {
    margin-left: 35px
}

.LF_DEV_KIT_answers_checkbox_item .admin_container .delete_icon {
    cursor: pointer;
    margin-left: 35px;
    margin-top: -5px;
    position: absolute
}

.LF_DEV_KIT_answers_checkbox_item .admin_container .launch_icon {
    cursor: pointer;
    margin-top: -5px;
    position: absolute
}

.LF_DEV_KIT_answers_select_container {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%
}

.LF_DEV_KIT_answers_select_container.mobile {
    margin-top: 0 !important;
    height: 100% !important;
    position: unset
}

.LF_DEV_KIT_answers_select_container.mobile .select {
    margin-top: 16px !important;
    margin-bottom: 0 !important
}

.LF_DEV_KIT_answers_select_container .select {
    height: 100%;
    flex-grow: 1
}

.LF_DEV_KIT_answers_input_container.mobile {
    margin-top: 0
}

.LF_DEV_KIT_answers_input_container.mobile>span {
    font-size: 14px !important
}

.LF_DEV_KIT_answers_input_container.mobile .input {
    margin-top: 16px !important
}

.LF_DEV_KIT_answers_image {
    flex-flow: row wrap;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: flex-start;
    min-width: 100%;
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.LF_DEV_KIT_answers_image_item {
    justify-content: space-between;
    display: flex;
    flex-direction: column
}

.LF_DEV_KIT_answers_image_item:last-of-type {
    margin-right: 0 !important
}

.LF_DEV_KIT_answers_image_item.mobile {
    width: 100%;
    margin-right: 13px !important;
    margin-bottom: 24px
}

.LF_DEV_KIT_answers_image_item.mobile:last-of-type {
    margin-right: 0 !important
}

.LF_DEV_KIT_answers_image_item>.image_container {
    position: relative
}

.LF_DEV_KIT_answers_image_item>.image_container .image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.LF_DEV_KIT_answers_image_item>.image_container .image.empty_image {
    background: silver
}

.LF_DEV_KIT_answers_image_item>.image_container .image.mobile {
    border-radius: 6px !important
}

.LF_DEV_KIT_answers_image_item>.image_container .delete_icon {
    top: 10px;
    color: #4a4a4a;
    right: 9px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 6px
}

.LF_DEV_KIT_answers_image_item>.image_container .launch_icon {
    top: 10px;
    right: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 6px
}

.LF_DEV_KIT_answers_image_item>.image_container.mobile {
    margin-top: 16px !important;
    border-radius: 10px !important
}

.LF_DEV_KIT_answers_image_item>.image_container.checked {
    border-style: solid;
    border-width: 2px
}

.LF_DEV_KIT_answers_image_item>.image_container.checked.mobile {
    padding: 4px !important
}

.LF_DEV_KIT_answers_image_item>.image_container>img {
    display: block
}

.LF_DEV_KIT_label_upload_image {
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.LF_DEV_KIT_label_upload_image img {
    display: none
}

.LF_DEV_KIT_label_upload_image:hover {
    background: hsla(0, 0%, 96.9%, .54)
}

.LF_DEV_KIT_label_upload_image:hover img {
    width: auto;
    display: block;
    height: 50%
}

.LF_DEV_KIT_answers_date_container.mobile {
    margin-top: 0;
    width: 100% !important
}

.LF_DEV_KIT_answers_date_container.mobile>span {
    font-size: 14px !important
}

.LF_DEV_KIT_answers_date_container .picker.mobile {
    margin-top: 16px !important
}

.LF_DEV_KIT_answers_slider_container.mobile {
    margin: 0;
    max-width: 100% !important
}

.LF_DEV_KIT_answers_slider_container .inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.LK-KIT-question_number_background {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #f0f4f8;
    display: flex
}

.LK-KIT-question_number_background>span {
    color: #f0f4f8 !important;
    position: relative
}

.LK-KIT-question_number_background>span .questionNumber {
    position: absolute;
    font-family: Montserrat
}

.LK-KIT-question_number_background.mobile {
    top: unset !important;
    margin-top: -15px;
    left: -20px !important
}

.LK-KIT-question_number_background.mobile.first_digit_is_one {
    left: -10px !important
}

.LK-KIT-question_number_background.mobile>span {
    font-size: 80px !important;
    line-height: 80px !important
}

.LF_DEV_KIT_answers_image_control_arrows_container {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.LF_DEV_KIT_answers_image_control_arrows_container .arrow {
    cursor: pointer
}

.LF_DEV_KIT_answers_image_control_arrows_container .arrow.second.mobile {
    margin-left: 16px !important
}

.LF_DEV_KIT_manager {
    display: flex;
    width: 100%;
    align-items: center
}

.LF_DEV_KIT_manager .desc {
    margin-left: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.LF_DEV_KIT_manager .desc.mobile .job span {
    font-size: 12px !important
}

.LF_DEV_KIT_manager .desc.mobile .name span {
    font-size: 14px !important
}

.LF_DEV_KIT_manager_avatar {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.LF_DEV_KIT_manager_avatar.mobile {
    border-radius: 48px !important;
    width: 48px !important;
    height: 48px !important
}

.LF_DEV_KIT_tip_text {
    position: relative
}

.LF_DEV_KIT_tip_text>.text {
    z-index: 1;
    position: relative
}

.LF_DEV_KIT_tip_text>svg {
    position: absolute;
    right: 2px;
    top: -7px
}

.LF_DEV_KIT_tip_text_second {
    position: relative;
    border-radius: 4px;
    background: #f0f4f8
}

.LF_DEV_KIT_tip_text_second.mobile {
    margin-bottom: 8px !important;
    padding: 16px 28px 16px 16px !important
}

.LF_DEV_KIT_tip_text_second>.text {
    z-index: 1;
    position: relative
}

.LF_DEV_KIT_tip_text_second>.text.mobile>span {
    font-size: 13px !important;
    line-height: 16px !important
}

.LF_DEV_KIT_tip_text_second:after {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    border-radius: 2px;
    border-left: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-color: transparent transparent #f0f4f8 #f0f4f8;
    border-style: solid;
    border-width: 24px
}

.LF_DEV_KIT_sale_first .saleForStep {
    display: flex;
    align-items: flex-end;
    position: absolute
}

.LF_DEV_KIT_sale_first>.sale_amount {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.LF_DEV_KIT_sale_first>.sale_amount>.text {
    display: flex;
    align-items: flex-end
}

.LF_DEV_KIT_sale_second {
    border: 1px solid #dae4ee;
    border-radius: 5px;
    display: flex;
    justify-content: space-between
}

.LF_DEV_KIT_sale_second.with_background {
    border: none
}

.LF_DEV_KIT_sale_second.mobile {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 27px 16px 24px !important
}

.LF_DEV_KIT_sale_second .saleForStep {
    display: flex;
    align-items: flex-end
}

.LF_DEV_KIT_sale_second .saleForStep.mobile {
    margin-top: 4px
}

.LF_DEV_KIT_sale_second .saleForStep.mobile span {
    line-height: 24px !important
}

.LF_DEV_KIT_sale_second .saleForStep.mobile .min span {
    font-size: 12px !important
}

.LF_DEV_KIT_sale_second .saleForStep.mobile .middle span {
    font-size: 13px !important
}

.LF_DEV_KIT_sale_second .saleForStep.mobile .big span {
    font-size: 16px !important
}

.LF_DEV_KIT_sale_second>.sale_amount {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.LF_DEV_KIT_sale_second>.sale_amount>.text {
    display: flex;
    align-items: flex-end
}

.LF_DEV_KIT_sale_second>.sale_amount>.text.mobile span {
    line-height: 32px !important
}

.LF_DEV_KIT_sale_second>.sale_amount>.text.mobile .big span {
    font-size: 30px !important
}

.LF_DEV_KIT_sale_second>.sale_amount>.text.mobile .middle span {
    font-size: 24px !important
}

.LF_DEV_KIT_Additional_container {
    position: relative
}

.LF_DEV_KIT_Additional_container.mobile {
    width: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
    position: unset;
    z-index: 3
}

.LF_DEV_KIT_Additional_container .additional_block_open {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all .7s ease-in-out;
    position: relative;
    overflow: hidden;
    background: #f1f4f8;
    border-style: solid;
    border-color: #dae4ee;
    border-radius: 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.LF_DEV_KIT_Additional_container .additional_block_open.hide {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.LF_DEV_KIT_Additional_container .additional_block_open.second {
    padding: unset;
    border: none;
    background: none;
    border-radius: unset;
    overflow: unset
}

.LF_DEV_KIT_Additional_container .additional_block_open.second .top_row {
    padding-right: 0 !important
}

.LF_DEV_KIT_Additional_container .additional_block_open.second .top_row .hide_icon {
    position: unset
}

.LF_DEV_KIT_Additional_container .additional_block_open .top_row {
    display: flex;
    justify-content: space-between
}

.LF_DEV_KIT_Additional_container .additional_block_open .top_row .hide_icon {
    position: absolute;
    cursor: pointer
}

.LF_DEV_KIT_Additional_container .additional_block_open.mobile {
    display: none
}

.LF_DEV_KIT_Additional_container .additional_block_close {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.LF_DEV_KIT_Additional_container .additional_block_close:not(.mobile) {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .5s ease-in-out
}

.LF_DEV_KIT_Additional_container .additional_block_close.mobile {
    width: 100% !important;
    bottom: 70px;
    left: 0;
    right: 0;
    position: absolute;
    flex-direction: row;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 18px;
    padding-left: 16px;
    padding-bottom: 15px;
    z-index: 1;
    background: #fff;
    margin: 0;
    top: auto
}

.LF_DEV_KIT_Additional_container .additional_block_close.mobile.mobile_big_height {
    bottom: 112px
}

@media(max-width:767px) {
    .LF_DEV_KIT_Additional_container .additional_block_close.mobile {
        position: fixed
    }
}

.LF_DEV_KIT_Additional_container .additional_block_close.mobile_big_height {
    padding-bottom: 25px
}

.LF_DEV_KIT_Additional_container .additional_block_close .manager {
    flex-direction: column;
    align-items: center
}

.LF_DEV_KIT_Additional_container .additional_block_close .manager.mobile {
    flex-direction: row;
    padding-top: 0 !important;
    display: flex
}

.LF_DEV_KIT_Additional_container .additional_block_close .manager .avatar {
    cursor: pointer
}

.LF_DEV_KIT_Additional_container .additional_block_close .manager .avatar .mobile {
    margin-bottom: 0 !important;
    margin-right: 20px
}

.LF_DEV_KIT_Additional_container .additional_block_close .manager .text {
    margin-left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    cursor: pointer
}

.LF_DEV_KIT_Additional_container .additional_block_close .manager .text.mobile {
    margin-top: unset !important;
    margin-left: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important
}

.LF_DEV_KIT_Additional_container .additional_block_close .manager .text.mobile>span {
    font-size: 14px !important
}

.LF_DEV_KIT_Additional_container .additional_block_close .icons {
    display: flex;
    flex-direction: column;
    align-items: center
}

.LF_DEV_KIT_Additional_container .additional_block_close .icons.mobile {
    flex-direction: row;
    margin-bottom: 0 !important
}

.LF_DEV_KIT_Additional_container .additional_block_close .icons .percent {
    position: relative;
    cursor: pointer
}

.LF_DEV_KIT_Additional_container .additional_block_close .icons .percent .circle {
    background: #4cc724;
    position: absolute;
    width: 8px;
    height: 8px;
    top: -2px;
    border-radius: 4px;
    right: -2px;
    border: 2px solid #fff
}

.LF_DEV_KIT_Additional_container .additional_block_close .icons .bonus {
    margin-top: 24px;
    cursor: pointer
}

.LF_DEV_KIT_Additional_container .additional_block_close .icons .bonus.mobile {
    margin-top: 0;
    margin-left: 21px
}

.LF_DEV_KIT_Additional_container .additional_block_open_mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100)
}

@media(max-width:767px) {
    .LF_DEV_KIT_Additional_container .additional_block_open_mobile {
        position: fixed
    }
}

.LF_DEV_KIT_Additional_container .additional_block_open_mobile.hide {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.LF_DEV_KIT_Additional_container .additional_block_open_mobile.hide .content {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.LF_DEV_KIT_Additional_container .additional_block_open_mobile .content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    transform: translateY(0);
    transition: all .7s ease-in-out;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: 19px 16px 29px
}

@media(max-width:767px) {
    .LF_DEV_KIT_Additional_container .additional_block_open_mobile .content {
        position: fixed
    }
}

.LF_DEV_KIT_Additional_container .additional_block_open_mobile .content .top_row {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between
}

.LF_DEV_KIT_Additional_container .additional_block_open_mobile .content .top_row .icon {
    margin-top: 10px;
    z-index: 4
}

.LF_DEV_KIT_Additional_container .additional_block_open_mobile .overlay {
    background: rgba(0, 0, 0, .64);
    width: 100%;
    height: 100%
}

.LF_DEV_KIT_Bonus.mobile {
    max-width: unset !important
}

.LF_DEV_KIT_Bonus .top_row {
    display: flex;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.LF_DEV_KIT_Bonus .top_row .big.mobile span {
    font-size: 30px !important;
    line-height: 40px !important
}

.LF_DEV_KIT_Bonus .top_row .little.mobile {
    margin-left: 8px !important
}

.LF_DEV_KIT_Bonus .top_row .little.mobile span {
    font-size: 14px !important;
    line-height: 30px !important
}

.LF_DEV_KIT_Bonus .top_row .circle {
    border-radius: 50%;
    position: absolute
}

.LF_DEV_KIT_Bonus .top_row .circle.first {
    background: #ef9e00
}

.LF_DEV_KIT_Bonus .top_row .circle.second {
    background: #4cc724
}

.LF_DEV_KIT_Bonus .top_row .circle.mobile {
    width: 6px !important;
    height: 6px !important;
    right: -7px !important;
    top: 7px !important
}

.LF_DEV_KIT_Bonus .text {
    margin-top: 10px !important
}

.LF_DEV_KIT_Bonus .text.mobile span {
    font-size: 13px !important;
    line-height: 16px !important
}

.LF_DEV_KIT_Question_container {
    box-shadow: 0 10px 42px rgba(0, 0, 0, .12);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.LF_DEV_KIT_Question_container.mobile {
    height: 100% !important;
    justify-content: unset !important
}

.LF_DEV_KIT_Question_container>.content {
    display: flex;
    position: relative
}

.LF_DEV_KIT_Question_container>.content.mobile {
    position: unset;
    flex-direction: column;
    height: auto !important;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1
}

.LF_DEV_KIT_Question_container>.navigation_container.mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    background: #fff
}

@media(max-width:767px) {
    .LF_DEV_KIT_Question_container>.navigation_container.mobile {
        position: fixed
    }
}

.LF_DEV_KIT_start_page {
    box-shadow: 0 10px 42px rgba(0, 0, 0, .12);
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    position: relative
}

.LF_DEV_KIT_start_page.mobile {
    height: 100% !important;
    justify-content: flex-start;
    overflow: hidden
}

.LF_DEV_KIT_start_page>.content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

.LF_DEV_KIT_start_page>.content.mobile {
    flex-direction: column-reverse;
    width: 100%
}

.LF_DEV_KIT_start_page>.content>.left {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    z-index: 1
}

.LF_DEV_KIT_start_page>.content>.left.mobile {
    width: 100% !important;
    margin: 0 !important;
    padding: 16px !important;
    flex-grow: 1;
    overflow: unset !important
}

.LF_DEV_KIT_start_page>.content>.left .left_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1
}

.LF_DEV_KIT_start_page>.content>.left .left_content>.title span {
    word-wrap: break-word
}

.LF_DEV_KIT_start_page>.content>.left .left_content>.title>.LF_DEV_KIT_Admin_text {
    max-width: 100% !important
}

.LF_DEV_KIT_start_page>.content>.left .left_content>.subtitle span {
    word-wrap: break-word
}

.LF_DEV_KIT_start_page>.content>.left .left_content.mobile {
    justify-content: space-around
}

.LF_DEV_KIT_start_page>.content>.left .left_content.mobile>.title {
    margin-bottom: 16px !important
}

.LF_DEV_KIT_start_page>.content>.left .left_content.mobile>.title span {
    font-size: 18px !important;
    line-height: 24px !important
}

.LF_DEV_KIT_start_page>.content>.left .left_content.mobile .subtitle {
    marginBottom: 16px !important
}

.LF_DEV_KIT_start_page>.content>.left .left_content.mobile .subtitle span {
    font-size: 14px !important;
    line-height: 16px !important
}

.LF_DEV_KIT_start_page>.content>.left .left_content>.button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.LF_DEV_KIT_start_page>.content>.left .left_content>.button.mobile {
    width: 100% !important
}

.LF_DEV_KIT_start_page>.content>.right {
    align-items: flex-end;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0
}

.LF_DEV_KIT_start_page>.content>.right.mobile {
    flex-grow: unset;
    margin-top: 0 !important;
    flex-basis: unset
}

.LF_DEV_KIT_header_start_page {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.LF_DEV_KIT_header_start_page>.content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.LF_DEV_KIT_header_start_page>.content>.right {
    align-items: center;
    display: flex
}

.LF_DEV_KIT_header_start_page>.content>.right>.phone {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none
}

.LF_DEV_KIT_header_start_page>.content>.right>.close_button {
    cursor: pointer
}

.LF_DEV_KIT_header_start_page>.content>.left {
    display: flex;
    align-items: center
}

.LF_DEV_KIT_header_start_page>.content>.left .logo {
    position: relative
}

.LF_DEV_KIT_header_start_page>.content>.left .logo img {
    max-height: 100%;
    max-width: 100%
}

.LF_DEV_KIT_header_start_page>.content.mobile {
    flex-direction: column;
    align-items: flex-start
}

.LF_DEV_KIT_header_start_page>.content.mobile .left {
    min-height: 88px
}

.LF_DEV_KIT_header_start_page>.content.mobile .logo {
    margin-right: 16px !important
}

.LF_DEV_KIT_header_start_page>.content.mobile .logo>img {
    max-width: 150px !important;
    max-height: 56px !important
}

.LF_DEV_KIT_header_start_page>.content.mobile .text>span {
    font-size: 14px !important
}

.LF_DEV_KIT_header_start_page>.content.mobile .legal>span {
    font-size: 13px !important
}

.LF_DEV_KIT_header_start_page>.content.mobile .right {
    width: 100%;
    justify-content: center;
    min-height: 72px
}

.LF_DEV_KIT_header_start_page>.content.mobile .right .close_button {
    display: none
}

.LF_DEV_KIT_header_start_page>.content.mobile .phone>div>span {
    font-size: 16px !important
}

.LK-KIT-backgroundimage-container {
    width: 100%
}

.LK-KIT-backgroundimage-container .LK-KIT-backgroundimage.mobile {
    display: none !important
}

.LK-KIT-backgroundimage-container .LK-KIT-backgroundimage #image1 {
    display: none
}

.LK-KIT-backgroundimage-container .LK-KIT-backgroundimage.isAdmin:hover {
    cursor: pointer
}

.LK-KIT-backgroundimage-container .LK-KIT-backgroundimage.isAdmin:hover #image1 {
    display: unset
}

.LK-KIT-backgroundimage-container .LK-KIT-render_mobile {
    display: none
}

.LK-KIT-backgroundimage-container .LK-KIT-render_mobile.mobile {
    width: 100%;
    display: block !important
}

.LK-KIT-backgroundimage-container .close_button {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none
}

.LK-KIT-backgroundimage-container .close_button.mobile {
    display: block
}

.LF_DEV_KIT_Button_start_page {
    cursor: pointer
}

.LF_DEV_KIT_Button_start_page .content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px
}

.LF_DEV_KIT_Button_start_page .content>.LF_DEV_KIT_Button-right_icon {
    margin-left: 22px
}

.LF_DEV_KIT_Button_start_page .content.mobile {
    height: 56px !important;
    border-radius: 4px
}

.LF_DEV_KIT_Button_start_page .content.mobile>span {
    font-size: 12px !important;
    font-weight: 700 !important
}

.LF_DEV_KIT_finish_page {
    box-shadow: 0 10px 42px rgba(0, 0, 0, .12);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center
}

.LF_DEV_KIT_finish_page.mobile {
    height: 100% !important;
    justify-content: unset !important
}

.LF_DEV_KIT_finish_page>.header {
    width: 100%;
    z-index: 1
}

.LF_DEV_KIT_finish_page>.content {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    width: 100%
}

.LF_DEV_KIT_finish_page>.content.mobile {
    flex-grow: 1;
    justify-content: center
}

.LF_DEV_KIT_finish_page>.content.mobile .finish_title {
    margin-top: 0 !important
}

.LF_DEV_KIT_finish_page>.content.mobile .finish_title span {
    font-size: 30px !important;
    line-height: 40px !important
}

.LF_DEV_KIT_finish_page>.content .finish_subtitle {
    text-align: center;
    width: 100%
}

.LF_DEV_KIT_finish_page>.content .finish_subtitle>.LF_DEV_KIT_Admin_text {
    margin: auto
}

.LF_DEV_KIT_finish_page>.content .finish_subtitle.mobile {
    padding-top: 32px !important;
    padding-left: unset !important;
    padding-right: unset !important
}

.LF_DEV_KIT_finish_page>.content .finish_subtitle.mobile span {
    font-size: 16px !important;
    line-height: 24px !important
}

.LF_DEV_KIT_finish_page>.background {
    position: absolute;
    bottom: 0
}

.LF_DEV_KIT_finish_page>.background.mobile {
    width: 100%
}

.LF_DEV_KIT_contact_content_container {
    flex: 1 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    scrollbar-color: rgba(0, 0, 0, .57) #fff;
    scrollbar-width: thin
}

.LF_DEV_KIT_contact_content_container.mobile {
    padding-left: 16px !important;
    padding-right: 16px;
    padding-top: 59px;
    flex-direction: column;
    width: 100% !important;
    overflow: auto
}

.LF_DEV_KIT_contact_content_container .left_block {
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.LF_DEV_KIT_contact_content_container .left_block.mobile {
    width: 100% !important
}

.LF_DEV_KIT_contact_content_container .left_block>.question {
    display: flex;
    align-items: flex-end;
    z-index: 2
}

.LF_DEV_KIT_contact_content_container .left_block>.question.mobile {
    min-height: 45px !important;
    align-items: unset;
    margin-top: 0 !important
}

.LF_DEV_KIT_contact_content_container .left_block>.question.mobile_big_height {
    min-height: 50px !important
}

.LF_DEV_KIT_contact_content_container .left_block>.question>.content {
    display: flex;
    z-index: 1;
    width: 100%;
    flex-direction: row;
    justify-content: space-between
}

.LF_DEV_KIT_contact_content_container .left_block>.question>.content>.text {
    transition: all .7s ease-in-out;
    opacity: 0
}

.LF_DEV_KIT_contact_content_container .left_block>.question>.content>.text.in {
    opacity: 1
}

.LF_DEV_KIT_contact_content_container .left_block>.question>.content>.tip_container {
    margin-left: 20px;
    position: relative;
    flex-grow: 1
}

.LF_DEV_KIT_contact_content_container .left_block>.question>.content>.tip_container.mobile {
    max-width: unset !important;
    margin-left: 0;
    margin-top: 20px
}

.LF_DEV_KIT_contact_content_container .left_block>.question>.content>.tip_container>.tip {
    right: 0;
    background: rgba(107, 128, 159, .1);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.LF_DEV_KIT_contact_content_container .left_block>.question>.content>.tip_container>.tip.mobile {
    position: unset;
    border-radius: 4px !important;
    padding: 16px 24px !important;
    max-width: unset !important
}

.LF_DEV_KIT_contact_content_container .left_block>.question>.content>.tip_container>.tip.mobile span {
    line-height: 16px !important;
    font-size: 12px !important
}

.LF_DEV_KIT_contact_content_container .left_block>.question>.content>.tip_container>.tip .icon {
    margin-left: 20px
}

.LF_DEV_KIT_contact_content_container .left_block>.question>.content.mobile {
    max-width: unset !important;
    position: relative;
    flex-direction: column
}

.LF_DEV_KIT_contact_content_container .left_block>.question>.content.mobile .text span {
    font-size: 20px !important;
    line-height: 24px !important
}

.LF_DEV_KIT_contact_content_container .left_block>.answer_container {
    z-index: 1;
    display: grid;
    position: relative
}

.LF_DEV_KIT_contact_content_container .left_block>.answer_container.mobile {
    margin-bottom: 0 !important;
    padding-top: 20px !important
}

@media(min-height:667px) {
    .LF_DEV_KIT_contact_content_container .left_block>.answer_container.mobile {
        padding-top: 35px !important
    }
}

.LF_DEV_KIT_contact_content_container .left_block>.answer_container.mobile .contact_item {
    margin-left: 0 !important;
    width: 100% !important
}

.LF_DEV_KIT_contact_content_container .left_block>.answer_container.mobile .contact_item>span {
    font-size: 14px !important
}

.LF_DEV_KIT_contact_content_container .left_block>.answer_container.mobile .contact_item .input {
    margin-top: 16px !important
}

.LF_DEV_KIT_contact_content_container .left_block>.answer_container.mobile .contact_item .error_message {
    min-height: 32px !important;
    margin-top: 8px !important
}

.LF_DEV_KIT_contact_content_container .left_block>.answer_container.mobile .contact_item .error_message>span {
    font-size: 12px !important;
    line-height: 16px !important
}

.LF_DEV_KIT_contact_content_container .left_block>.answer_container .contact_row {
    display: flex;
    flex-direction: row
}

.LF_DEV_KIT_contact_content_container .left_block>.answer_container .contact_row.mobile {
    flex-direction: column
}

.LF_DEV_KIT_contact_content_container .left_block>.answer_container .contact_row.allContacts {
    flex-direction: row
}

.LF_DEV_KIT_contact_content_container .left_block>.answer_container .contact_row.allContacts.mobile {
    flex-direction: column
}

.LF_DEV_KIT_contact_content_container .right_block {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.LF_DEV_KIT_contact_content_container .right_block.mobile {
    flex-direction: column-reverse;
    margin-left: 0 !important;
    margin-top: 48px !important;
    margin-bottom: 32px
}

.LF_DEV_KIT_contact_content_container .right_block.mobile .sale {
    margin-bottom: 32px;
    margin-top: 0 !important
}

.LF_DEV_KIT_contact_content_container::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.LF_DEV_KIT_contact_content_container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .57);
    -webkit-border-radius: 5px
}

.LF_DEV_KIT_contact_content_container::-webkit-scrollbar-button:end:increment,
.LF_DEV_KIT_contact_content_container::-webkit-scrollbar-button:start:decrement {
    height: 5px;
    display: block
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .LF_DEV_KIT_contact_content_container {
        margin-right: -10px !important;
        margin-bottom: -10px !important;
        display: -ms-grid;
        scrollbar-face-color: #6f6f6f;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #6f6f6f
    }

    .LF_DEV_KIT_contact_content_container:after {
        content: "";
        height: 20px;
        display: block
    }
}

@supports(-ms-ime-align:auto) {
    .LF_DEV_KIT_contact_content_container {
        margin-right: -10px !important;
        margin-bottom: -10px !important;
        display: -ms-grid;
        scrollbar-face-color: #6f6f6f;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #6f6f6f
    }

    .LF_DEV_KIT_contact_content_container:after {
        content: "";
        height: 10px;
        display: block
    }
}

.LF_DEV_KIT_Contact_container {
    box-shadow: 0 10px 42px rgba(0, 0, 0, .12);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.LF_DEV_KIT_Contact_container.mobile {
    height: 100% !important;
    justify-content: unset !important
}

.LF_DEV_KIT_Contact_container>.content {
    display: flex;
    position: relative;
    padding-right: 72px
}

.LF_DEV_KIT_Contact_container>.content.mobile {
    padding-right: unset;
    flex-direction: column;
    height: auto !important;
    overflow: hidden
}

.LF_DEV_KIT_Contact_container>.navigation_container.mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #fff
}

@media(max-width:767px) {
    .LF_DEV_KIT_Contact_container>.navigation_container.mobile {
        position: fixed
    }
}

.LF_DEV_KIT_result_content_container>.question>.right {
    display: flex;
    align-items: center
}

.LF_DEV_KIT_result_content_container>.question>.right .text.mobile {
    display: none
}

.LF_DEV_KIT_result_item {
    cursor: pointer;
    padding: 14px 18px;
    border: 1px solid #c4cad9;
    border-radius: 6px;
    display: flex;
    flex-direction: column
}

.LF_DEV_KIT_result_item.checked {
    border: 1px solid #c9333a
}

.LF_DEV_KIT_result_item.mobile {
    width: 294px !important;
    padding: 20px !important;
    margin-right: 16px !important
}

.LF_DEV_KIT_result_item>.header {
    font-weight: 700;
    margin-bottom: 3px
}

.LF_DEV_KIT_result_item>.header.mobile {
    margin-bottom: 12px
}

.LF_DEV_KIT_result_item>.header.mobile span {
    font-size: 18px !important
}

.LF_DEV_KIT_result_item>.description.mobile span {
    font-size: 12px !important
}

.LF_DEV_KIT_result_item>.content {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.LF_DEV_KIT_result_item>.content>.image_container {
    display: flex
}

.LF_DEV_KIT_result_item>.content>.image_container .image {
    position: relative;
    margin: auto;
    width: 100%;
    overflow: hidden
}

.LF_DEV_KIT_result_item>.content>.image_container .image.empty_image {
    background: silver
}

.LF_DEV_KIT_result_item>.content>.image_container .image.mobile>.sale_amount {
    width: 70px !important;
    height: 70px !important;
    top: -26px !important;
    right: -18px !important;
    border-radius: 70px !important;
    padding-top: 33px !important;
    padding-left: 15px !important
}

.LF_DEV_KIT_result_item>.content>.image_container .image.mobile>.sale_amount>.text_sale {
    margin-top: -10px !important
}

.LF_DEV_KIT_result_item>.content>.image_container .image.mobile>.sale_amount>.text_sale span {
    font-size: 8px !important;
    line-height: 8px !important
}

.LF_DEV_KIT_result_item>.content>.image_container .image.mobile>.sale_amount>.text .value span {
    font-size: 15px !important
}

.LF_DEV_KIT_result_item>.content>.image_container .image.mobile>.sale_amount>.text .percent span {
    font-size: 10px !important;
    line-height: 15px !important
}

.LF_DEV_KIT_result_item>.content>.image_container .image>.sale_amount {
    z-index: 9;
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: self-start
}

.LF_DEV_KIT_result_item>.content>.image_container .image>.sale_amount>.text {
    display: flex;
    align-items: flex-end
}

.LF_DEV_KIT_result_item>.content>.image_container .image>.sale_amount>.text .value .LF_DEV_KIT_Admin_text .tooltip {
    right: -25px
}

.LF_DEV_KIT_result_item>.content>.image_container .image>.sale_amount>.text .value .LF_DEV_KIT_Admin_text .tooltip svg {
    fill: #fff
}

.LF_DEV_KIT_result_item>.content>.image_container .delete_icon {
    top: 10px;
    color: #4a4a4a;
    left: 70px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 6px
}

.LF_DEV_KIT_result_item>.content>.image_container .launch_icon {
    top: 10px;
    left: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 6px
}

.LF_DEV_KIT_result_item>.content>.image_container .settings_icon {
    top: 10px;
    left: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 6px
}

.LF_DEV_KIT_result_item>.content>.image_container .settings_icon .branchesCount {
    border-radius: 11px;
    width: 11px;
    padding: 2px;
    position: absolute;
    height: 11px;
    right: 0;
    bottom: 0;
    font-size: 8px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #4cc724
}

.LF_DEV_KIT_result_item>.content>.image_container.mobile {
    margin-top: 16px !important;
    border-radius: 10px !important;
    width: 100% !important;
    height: auto !important
}

.LF_DEV_KIT_result_item>.content>.image_container.checked {
    border-style: solid;
    border-width: 2px
}

.LF_DEV_KIT_result_item>.content>.image_container.checked.mobile {
    padding: 4px !important
}

.LF_DEV_KIT_result_item>.content>.image_container>img {
    display: block
}

.LF_DEV_KIT_result_item>.content>.info {
    width: 180px
}

.LF_DEV_KIT_result_item>.content>.info .title {
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 5px
}

.LF_DEV_KIT_result_item>.content>.info .row {
    padding: 9px 4px;
    display: flex;
    justify-content: space-between
}

.LF_DEV_KIT_result_item>.content>.info .row:nth-child(2n) {
    background: #f2f3f5
}

.LF_DEV_KIT_result_item>.content>.info.mobile {
    width: auto
}

.LF_DEV_KIT_result_item>.content>.info.mobile .row {
    padding: 4px 9px 7px 8px
}

.LF_DEV_KIT_result_item>.content>.info.mobile .row span {
    font-size: 14px !important;
    line-height: 17px !important
}

.LF_DEV_KIT_result_item>.content.mobile {
    width: 100%;
    margin-right: 13px !important;
    flex-direction: column
}

.LF_DEV_KIT_result_item>.content.mobile:last-of-type {
    margin-right: 0 !important
}

.LF_DEV_KIT_result_item>.content.mobile .title {
    margin-top: 24px !important
}

.LF_DEV_KIT_result_item>.content.mobile .title span {
    font-size: 16px !important;
    line-height: 19px !important
}

.LF_DEV_KIT_result_item>.content.mobile .description {
    margin-top: 8px !important
}

.LF_DEV_KIT_result_item>.content.mobile .description span {
    font-size: 13px !important;
    line-height: 16px !important
}

.LF_DEV_KIT_result_item:last-of-type {
    margin-right: 0 !important
}

.LF_DEV_KIT_result_item .add_admin {
    cursor: pointer;
    margin-top: 5px
}

.LF_DEV_KIT_result_item .add_admin span {
    color: #4cc724 !important
}

.LF_DEV_KIT_Result_list_container {
    box-shadow: 0 10px 42px rgba(0, 0, 0, .12);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.LF_DEV_KIT_Result_list_container.mobile {
    height: 100% !important;
    justify-content: unset !important
}

.LF_DEV_KIT_Result_list_container>.content {
    display: flex;
    position: relative;
    width: 100%
}

.LF_DEV_KIT_Result_list_container>.content.mobile {
    padding-right: unset;
    flex-direction: column;
    height: auto !important;
    overflow: hidden
}

.LF_DEV_KIT_Result_list_container>.navigation_container.mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #fff
}

@media(max-width:767px) {
    .LF_DEV_KIT_Result_list_container>.navigation_container.mobile {
        position: fixed
    }
}

.LF_DEV_KIT_result_content_container {
    flex: 1 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%
}

.LF_DEV_KIT_result_content_container.mobile {
    padding-left: 16px !important;
    padding-right: 16px;
    padding-top: 52px;
    flex-direction: column;
    width: 100% !important;
    overflow: auto
}

.LF_DEV_KIT_result_content_container>.question {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 2
}

.LF_DEV_KIT_result_content_container>.question.mobile {
    min-height: 45px !important;
    align-items: unset;
    margin-top: 0 !important;
    flex-direction: row
}

.LF_DEV_KIT_result_content_container>.question.mobile>.control_arrows {
    margin-left: 0 !important
}

.LF_DEV_KIT_result_content_container>.question.mobile_big_height {
    min-height: 50px !important
}

.LF_DEV_KIT_result_content_container>.question>.content {
    display: flex;
    z-index: 1;
    width: 100%;
    flex-direction: row;
    justify-content: space-between
}

.LF_DEV_KIT_result_content_container>.question>.content>.text {
    transition: all .7s ease-in-out;
    opacity: 0
}

.LF_DEV_KIT_result_content_container>.question>.content>.text.in {
    opacity: 1
}

.LF_DEV_KIT_result_content_container>.question>.content.mobile {
    max-width: unset !important;
    position: relative;
    flex-direction: column
}

.LF_DEV_KIT_result_content_container>.question>.content.mobile .text span {
    font-size: 20px !important;
    line-height: 24px !important
}

.LF_DEV_KIT_result_content_container>.answer_container {
    z-index: 1;
    display: grid;
    overflow: hidden;
    position: relative;
    flex: 1 1
}

.LF_DEV_KIT_result_content_container>.answer_container>.answer_content {
    overflow: auto;
    position: relative;
    scrollbar-color: rgba(0, 0, 0, .57) #fff;
    scrollbar-width: thin
}

.LF_DEV_KIT_result_content_container>.answer_container>.answer_content.mobile {
    margin-bottom: 0 !important;
    padding-top: 20px !important
}

@media(min-height:667px) {
    .LF_DEV_KIT_result_content_container>.answer_container>.answer_content.mobile {
        padding-top: 35px !important
    }
}

.LF_DEV_KIT_result_content_container>.answer_container>.answer_content::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.LF_DEV_KIT_result_content_container>.answer_container>.answer_content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .57);
    -webkit-border-radius: 5px
}

.LF_DEV_KIT_result_content_container>.answer_container>.answer_content::-webkit-scrollbar-button:end:increment,
.LF_DEV_KIT_result_content_container>.answer_container>.answer_content::-webkit-scrollbar-button:start:decrement {
    height: 5px;
    display: block
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .LF_DEV_KIT_result_content_container>.answer_container>.answer_content {
        margin-right: -10px !important;
        margin-bottom: -10px !important;
        display: -ms-grid;
        scrollbar-face-color: #6f6f6f;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #6f6f6f
    }

    .LF_DEV_KIT_result_content_container>.answer_container>.answer_content:after {
        content: "";
        height: 20px;
        display: block
    }
}

@supports(-ms-ime-align:auto) {
    .LF_DEV_KIT_result_content_container>.answer_container>.answer_content {
        margin-right: -10px !important;
        margin-bottom: -10px !important;
        display: -ms-grid;
        scrollbar-face-color: #6f6f6f;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #6f6f6f
    }

    .LF_DEV_KIT_result_content_container>.answer_container>.answer_content:after {
        content: "";
        height: 10px;
        display: block
    }
}

.LF_DEV_KIT_result {
    flex-flow: row wrap;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: flex-start;
    min-width: 100%;
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.LF_DEV_KIT_result_one_item {
    height: 100%;
    display: flex;
    flex-direction: column
}

.LF_DEV_KIT_result_one_item.checked {
    border: 1px solid #c9333a
}

.LF_DEV_KIT_result_one_item.mobile {
    padding: 20px !important;
    margin-right: 16px !important
}

.LF_DEV_KIT_result_one_item>.header {
    font-weight: 700;
    margin-bottom: 13px
}

.LF_DEV_KIT_result_one_item>.header.mobile {
    margin-bottom: 12px
}

.LF_DEV_KIT_result_one_item>.header.mobile span {
    font-size: 29px !important
}

.LF_DEV_KIT_result_one_item>.description.mobile span {
    font-size: 16px !important
}

.LF_DEV_KIT_result_one_item>.content {
    flex: 1 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.LF_DEV_KIT_result_one_item>.content>.image_container {
    display: flex;
    align-items: center;
    position: relative
}

.LF_DEV_KIT_result_one_item>.content>.image_container .arrow {
    cursor: pointer
}

.LF_DEV_KIT_result_one_item>.content>.image_container .control_arrows {
    position: absolute;
    left: -32px;
    right: -32px
}

.LF_DEV_KIT_result_one_item>.content>.image_container .control_arrows>div {
    width: 100%;
    justify-content: space-between
}

.LF_DEV_KIT_result_one_item>.content>.image_container .container {
    display: flex;
    flex-direction: row;
    overflow: hidden
}

.LF_DEV_KIT_result_one_item>.content>.image_container .container.mobile {
    width: 100% !important;
    overflow: auto
}

.LF_DEV_KIT_result_one_item>.content>.image_container .container .overlay {
    display: flex
}

.LF_DEV_KIT_result_one_item>.content>.image_container .container .overlay .image {
    position: relative;
    margin: 0 18px;
    overflow: hidden
}

.LF_DEV_KIT_result_one_item>.content>.image_container .container .overlay .image.empty_image {
    background: silver
}

.LF_DEV_KIT_result_one_item>.content>.image_container.mobile {
    margin-top: 16px !important;
    margin-left: 0 !important;
    width: 100% !important;
    height: auto !important
}

.LF_DEV_KIT_result_one_item>.content>.image_container.mobile .arrow {
    display: none
}

.LF_DEV_KIT_result_one_item>.content>.image_container.checked {
    border-style: solid;
    border-width: 2px
}

.LF_DEV_KIT_result_one_item>.content>.image_container.checked.mobile {
    padding: 4px !important
}

.LF_DEV_KIT_result_one_item>.content>.image_container>img {
    display: block
}

.LF_DEV_KIT_result_one_item>.content>.info {
    width: 296px;
    background: #f2f3f5;
    border-radius: 10px;
    padding: 29px 40px
}

.LF_DEV_KIT_result_one_item>.content>.info .title {
    margin-bottom: 18px
}

.LF_DEV_KIT_result_one_item>.content>.info .row {
    padding: 6px 0;
    border-top: .5px solid #c4cad9;
    display: flex;
    justify-content: space-between
}

.LF_DEV_KIT_result_one_item>.content>.info .row.child {
    border-top: none
}

.LF_DEV_KIT_result_one_item>.content>.info .row.color {
    padding: 13px 0
}

.LF_DEV_KIT_result_one_item>.content>.info .row.color .LF_DEV_KIT_Text {
    color: #c9333a !important
}

.LF_DEV_KIT_result_one_item>.content>.info.mobile {
    padding: 15px;
    width: 100%
}

.LF_DEV_KIT_result_one_item>.content>.info.mobile .row {
    padding: 9px 4px
}

.LF_DEV_KIT_result_one_item>.content>.info.mobile .row span {
    font-size: 16px !important;
    line-height: 17px !important
}

.LF_DEV_KIT_result_one_item>.content.mobile {
    width: 100%;
    margin-right: 13px !important;
    flex-direction: column
}

.LF_DEV_KIT_result_one_item>.content.mobile:last-of-type {
    margin-right: 0 !important
}

.LF_DEV_KIT_result_one_item>.content.mobile .title {
    margin-bottom: 15px !important
}

.LF_DEV_KIT_result_one_item>.content.mobile .title span {
    font-weight: 700;
    font-size: 18px !important;
    line-height: 19px !important
}

.LF_DEV_KIT_result_one_item>.content.mobile .description {
    margin-top: 8px !important
}

.LF_DEV_KIT_result_one_item>.content.mobile .description span {
    font-size: 13px !important;
    line-height: 16px !important
}

.LF_DEV_KIT_result_one_item:last-of-type {
    margin-right: 0 !important
}

.LF_DEV_KIT_result_one_item .add_admin {
    cursor: pointer;
    margin-top: 5px
}

.LF_DEV_KIT_result_one_item .add_admin span {
    color: #4cc724 !important
}

.LF_DEV_KIT_Result_one_container {
    box-shadow: 0 10px 42px rgba(0, 0, 0, .12);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.LF_DEV_KIT_Result_one_container .close_button {
    position: absolute
}

.LF_DEV_KIT_Result_one_container.mobile {
    height: 100% !important;
    justify-content: unset !important
}

.LF_DEV_KIT_Result_one_container>.content {
    display: flex;
    position: relative;
    width: 100%
}

.LF_DEV_KIT_Result_one_container>.content.mobile {
    padding-right: unset;
    flex-direction: column;
    height: auto !important;
    overflow: hidden
}

.LF_DEV_KIT_Result_one_container>.navigation_container.mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #fff
}

.LF_DEV_KIT_Result_one_container>.navigation_container.mobile>div {
    height: 97px !important
}

@media(max-width:767px) {
    .LF_DEV_KIT_Result_one_container>.navigation_container.mobile {
        position: fixed
    }
}

.LF_DEV_KIT_Layout_container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .LF_DEV_KIT_Layout_container {
        height: 100vh
    }
}

@media(max-width:767px) {
    .LF_DEV_KIT_Layout_container {
        align-items: stretch
    }
}

.LF_DEV_KIT_Layout_container>.content {
    width: 1248px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .LF_DEV_KIT_Layout_container>.content {
        height: 100%
    }
}

@media(max-width:1295px) {
    .LF_DEV_KIT_Layout_container>.content {
        width: 100%
    }
}

@media(max-width:767px) {
    .LF_DEV_KIT_Layout_container>.content {
        width: 100%;
        padding: 0 !important
    }
}

.Leadforms__bg {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: auto;
    /*float: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(25, 25, 25, .89);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: -10000;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;*/
}

#Leadforms__close {
    /*position: absolute;
    right: -40px;
    top: -40px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABDklEQVRIS+1VSw6DIBAFNG3i1gu5dU24j/chcxov0/RDG4y0gMwMtnFXdxrmvTcz76EUBz/yYHzxJ2AnvBmR1voZqgBACSHe7xhaVpNgkgQeEADIPWmtnRCfXebnWQKKJFYedS2NMY219uG/FdVhhQHEAzjn7vnISt1i7cu19QQj7IQTEBdR8y2RhIUndUqpNowk74oNWkltDMKZgCXwYBgJB44uOWvTj8o7YiOmJidsBxUjIsO4K0RIkh0ANFjKUQLEiovan2w6TZOa53lJIeaWcRzPXdddvgoapTwGrBFSdFFOQFmx1Mmuy67G58MwtH3f3+LLjr0qjDEna+119T77P6DOsTlgf1nMgcMJXhBrhBl0VE+iAAAAAElFTkSuQmCC) no-repeat 100% 0;
    background-size: 70%;
    background-position: center;
    opacity: .5;
    border: none;
    z-index: 100020;
    box-sizing: border-box*/
}

#Leadforms__close:hover {
    opacity: .9
}

@media (max-width:1023px) {
    #Leadforms__close {
        right: 0;
        top: 0
    }
}

.Leadforms__body-modal_open {
   /* overflow: hidden !important;
    position: fixed !important;
    width: 100%*/
}

.Leadforms__button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-out;
    color: var(--Leadforms-button-text-color, #fff) !important;
    border: 1px solid var(--Leadforms-button-color, #d34085);
    background-color: var(--Leadforms-button-color, #d34085);
    padding: 18px 21px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none !important;
    overflow: hidden;
    position: relative
}

.Leadforms__button:focus,
.Leadforms__button:hover {
    color: var(--Leadforms-button-text-color, #fff) !important;
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
    text-decoration: none !important
}

.Leadforms__button_shadow {
    box-shadow: 1.7px 5.8px 21px 0 var(--Leadforms-button-alpha-color, var(--Leadforms-button-color))
}

.Leadforms__button_blicked:after {
    content: "";
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .6) 100%);
    width: 45px;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    left: -65%;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes blick {
    60% {
        left: 100%
    }

    to {
        left: 130%
    }
}

@keyframes blick {
    60% {
        left: 100%
    }

    to {
        left: 130%
    }
}

.Leadforms__button_rounded {
    border-radius: 50px
}

.Leadforms__button_fixed {
    display: inline-flex;
    transition: none;
    padding: 7px 20px 7px 7px;
    line-height: 1.5;
    box-sizing: content-box;
    white-space: nowrap
}

@media (max-width:768px) {
    .Leadforms__button_fixed {
        display: block;
        -webkit-transform: none !important;
        transform: none !important;
        width: 50px;
        padding: 7px 7px 7px 8px !important;
        height: 50px;
        border-radius: 50px !important;
        bottom: 20px;
        top: auto !important
    }

    .Leadforms__button_fixed-left {
        left: 15px !important
    }

    .Leadforms__button_fixed-right {
        right: 15px !important;
        left: auto !important
    }

    .Leadforms__button_fixed .Leadforms__text,
    .Leadforms__button_fixed .script__buttonText {
        display: none
    }
}

.Leadforms__button_fixed.Leadforms__button_rounded {
    border-radius: 0 0 10px 10px
}

.Leadforms__button_fixed.Leadforms__button_shadow {
    box-shadow: 1.7px 5.8px 21px 0 var(--Leadforms-button-alpha-color, var(--Leadforms-button-color))
}

.Leadforms__button_fixed-left {
    position: fixed;
    left: 0;
    -webkit-transform: rotate(-90deg) translate(-40%, 0);
    transform: rotate(-90deg) translate(-40%, 0);
    -webkit-transform-origin: calc(0% - 1px) 0;
    transform-origin: calc(0% - 1px) 0;
    top: 50%;
    z-index: 99999
}

.Leadforms__button_fixed-left.Leadforms__button_rounded {
    border-radius: 0 0 10px 10px
}

.Leadforms__button_fixed-right {
    position: fixed;
    left: 100%;
    -webkit-transform: rotate(-270deg) translate(-40%, 0);
    transform: rotate(-270deg) translate(-40%, 0);
    -webkit-transform-origin: calc(0% - 1px) 0;
    transform-origin: calc(0% - 1px) 0;
    padding: 1px 31px 3px 21px;
    top: 50%;
    z-index: 99999
}

.Leadforms__button_fixed-right.Leadforms__button_rounded {
    border-radius: 0 0 10px 10px
}

.Leadforms__button_fixed .icon-quiz {
    height: 19px;
    padding: 7px;
    border-radius: 5px;
    background: var(--color-text, #fff);
    box-sizing: content-box
}

.Leadforms__button_fixed .icon-quiz path {
    fill: var(--color-text, var(--Leadforms-button-text-color, #d34085))
}

.Leadforms__button_fixed svg.icon-quiz {
    background-color: var(--Leadforms-button-color)
}

.Leadforms__button_fixed .icon-quiz.is-left {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 2px 10px -9px -27px
}

.Leadforms__button_fixed .icon-quiz.is-right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 2px -27px -9px 9px
}

@media (max-width:768px) {
    .Leadforms__button_fixed .icon-quiz {
        height: 25px;
        width: 25px;
        -webkit-transform: rotate(0) !important;
        transform: rotate(0) !important;
        margin: 8px 9px 5px 8px !important
    }

    .Leadforms__button_fixed .icon-quiz.is-left {
        padding: 8px 7px 8px 10px !important
    }
}

.Leadforms__button_red {
    background-color: #f86c6b;
    border-color: #f86c6b
}

.Leadforms__button_yellow {
    background-color: #f8cb00;
    border-color: #f8cb00;
    color: #000
}

.Leadforms__button_yellow:focus,
.Leadforms__button_yellow:hover {
    color: #000
}

.Leadforms__button_blue {
    background-color: #20a8d8;
    border-color: #20a8d8
}

.Leadforms__button_green {
    background-color: #4dbd74;
    border-color: #4dbd74
}

.Leadforms__container {
    width: 100%;
    text-align: center
}

.Leadforms__frame {
    /*display: block;
    visibility: visible;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    background: #fff;
    transition: height .2s ease-in*/
}

.Leadforms__modal {
    /*float: none;
    visibility: hidden;
    z-index: 100010;
    position: relative;
    max-width: 1200px;
    width: 80%;
    transition: margin .2s ease-in*/
}

@media (max-width:1023px) {

    .Leadforms__modal.is_old,
    .Leadforms__modal.is_new {
        /*top: 0;
        max-width: 100vw;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        position: absolute;
        width: 100%*/
    }
}

@media (min-width:1200px) and (max-width:1439px) {
    .Leadforms__frame {
        height: 590px
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .Leadforms__frame {
        height: 560px
    }
}

@media (min-width:1200px) and (max-width:1439px) {
    .Leadforms__modal {
        width: 75%
    }
}

@media (min-width:1440px) {
    .Leadforms__frame {
        height: 650px
    }
}

.Leadforms__bg_open {
    visibility: visible;
    z-index: 9147483647;
    opacity: 1
}

.Leadforms__bg_open .Leadforms__modal {
    visibility: visible;
}

.Leadforms__modal #Leadforms__close {
    display: none;
}

.Leadforms__modal.is_old #Leadforms__close {
    display: block;
}

.Leadforms__modal.is_new {
    max-width: unset !important;
    width: unset !important;
}

.Leadforms__modal.is_new .Leadforms__frame {
    border-radius: 6px;
    height: 640px;
    width: 1248px;
}

@media (max-width: 1260px) {
    .Leadforms__modal.is_new .Leadforms__frame {
        height: 560px;
        width: 1092px;
    }
}

@media (max-width: 1100px) {
    .Leadforms__modal.is_new .Leadforms__frame {
        height: 400px;
        width: 780px;
    }
}

@media (min-width: 768px) {
    .Leadforms__modal.is_new {
        position: relative !important;
    }
}

@media (max-width: 767px) {
    .Leadforms__modal.is_new .Leadforms__frame {
        border-radius: unset;
        height: 100%;
        width: 100%;
    }
}

.Leadforms__modal .Leadforms__frame {
    /*display: none;*/
}

.Leadforms__modal.is_new .Leadforms__frame,
.Leadforms__modal.is_old .Leadforms__frame {
    display: block;
    animation-name: delayShowEffect;
    animation-duration: 1s;
}

.Leadforms__modal.is_new .loading-icon,
.Leadforms__modal.is_old .loading-icon {
    display: none
}

.loading-icon:after {
    -webkit-animation: spinAround 0.5s infinite linear;
    animation: spinAround 0.5s infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    position: absolute;
    top: 0;
    left: calc(50% - 2.5em);
    width: 5em;
    height: 5em;
    border-width: 0.25em;
}

@-webkit-keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.Leadforms__block,
.Leadforms__block iframe {
    border: none;
    margin: auto;
    max-width: 1200px;
    height: 427px;
    width: 100%;
}

@media (min-width: 1440px) {

    .Leadforms__block,
    .Leadforms__block iframe {
        height: 650px;
    }
}

@media (max-width: 1439px) and (min-width: 1200px) {

    .Leadforms__block,
    .Leadforms__block iframe {
        height: 590px;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {

    .Leadforms__block,
    .Leadforms__block iframe {
        height: 560px;
    }
}

@media (max-width: 818px) {

    .Leadforms__block,
    .Leadforms__block iframe {
        height: 563px;
    }
}

.Leadforms__block.is_old iframe {
    border: 1px solid #e7e7e7;
}

.Leadforms__block.is_new,
.Leadforms__block.is_new iframe {
    height: 640px !important;
    max-width: 1248px !important;
    width: 1248px !important;
    border: none !important;
    border-radius: 6px;
}

@media (max-width: 1260px) {

    .Leadforms__block.is_new,
    .Leadforms__block.is_new iframe {
        height: 560px !important;
        width: 1092px !important;
    }
}

@media (max-width: 1100px) {

    .Leadforms__block.is_new,
    .Leadforms__block.is_new iframe {
        height: 400px !important;
        width: 780px !important;
    }
}

@media (max-width: 779px) {

    .Leadforms__block.is_new,
    .Leadforms__block.is_new iframe {
        height: 563px !important;
        width: 100% !important;
    }
}

@keyframes delayShowEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes delayShowEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.Leadforms__bot {
    position: fixed;
    bottom: 5px;
    right: 5px;
}

.Leadforms__bot.open {
    z-index: 999999;
    height: 550px;
    width: 375px;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 10px 42px rgba(0, 0, 0, 0.12);
}

.Leadforms__bot.open iframe {
    border: none;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    display: block;
}

.Leadforms__bot .icon {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    box-shadow: 0 19px 38px 0 rgba(34, 36, 43, .3);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #56c1e6;
}

.Leadforms__bot .icon svg {
    height: 25px;
    width: 25px;
    fill: white;
}

.Leadforms__bot.open .icon {
    display: none;
}

.Leadforms__bot iframe {
    display: none;
}

@media (max-width: 767px) {
    .Leadforms__bot.open {
        height: 100%;
        width: 100%;
    }

    .Leadforms__bot.open iframe {
        border-radius: none;
    }
}

