@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
* {
    box-sizing: border-box;
}
html,
body {
    min-height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    background: linear-gradient(to top, #3f3f49 8%, #212330 60%, #110449 100%) no-repeat;
    background-attachment: fixed;
    -webkit-text-size-adjust: none;
    color: #fec104;
    height: 100%;
    min-height: 100%;
}
a {
    text-decoration: none;
    outline: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
strong {
    font-weight: bold;
}
.jfeel84l-btn {
    display: block;
    font: 500 20px/1 'Montserrat', sans-serif;
    text-decoration: none;
    margin: 0;
    border: 0;
    text-align: center;
    -webkit-appearance: none;
    color: #393a44;
    background-color: #7756d7;
    background: linear-gradient(275deg, #ff9900 4%, #fffb00 120%);
    width: 100%;
    padding: 15px 10px;
    outline: none;
    cursor: pointer;
}
.jfeel84l-btn-next {
    margin-top: 60vh;
}
.jfeel84l-btn-submit {
    border: 0;
    height: auto;
    padding: 13px 25px;
    width: 100%;
    display: block;
    background-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0;
    color: #3c0907;
}
.jfeel84l-btn svg {
    display: block;
    width: 24px;
    margin: 0 auto;
    height: 100%;
    color: #3c0907;
}
.jfeel84l-btn-no {
    border-color: #3c0907;
}
.jfeel84l-btn-yes {
    border-color: #3c0907;
}
.jfeel84l-btn-yes svg {
    width: 34px;
    color: #3c0907;
}
.jfeel84l-btn-report {
    font-size: 18px;
    padding: 14px 28px;
    width: auto;
    margin: 0 auto;
    line-height: 1;
}
.jfeel84l-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}
.jfeel84l-bg-image {
    background: url(../images/bg-img-jfeel84l.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
}
.jfeel84l-main {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}
.jfeel84l-main-title {
    font-size: 22px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.jfeel84l-required {
    font-size: 14px;
    margin-bottom: 24px;
}

/* header */

.jfeel84l-header {
    padding: 22px 0 18px;
}
.jfeel84l-logo-holder img {
    margin: 0 auto;
}
.jfeel84l-btn-back {
    display: none;
    border: solid #ffffff;
    border-width: 2px 0 0 2px;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 20px;
    top: 37px;
    transform: rotateZ(-45deg);
}
.jfeel84l-btn-back::after {
    content: '';
    display: block;
    position: absolute;
    left: -3px;
    top: 4px;
    height: 2px;
    border-top: 2px solid #ffffff;
    width: 15px;
    transform: rotateZ(45deg);
}
.jfeel84l-history-back {
    display: block;
}

/* steps */

.jfeel84l-steps-wrap {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    max-width: 400px;
    margin: auto;
    width: 100%;
}
.jfeel84l-step {
    display: none;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 30px;
}
.jfeel84l-step.jfeel84l-is-active {
    display: flex;
}
.jfeel84l-step-content {
    -webkit-animation: slide-in-top-5 0.4s ease-in-out both;
    animation: slide-in-top-5 0.4s ease-in-out both;
}
.jfeel84l-step-splash {
    background: linear-gradient(to top, #700202 8%, #ff9696 60%, #feb8b8 100%) no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}
.jfeel84l-step-splash img {
    margin: 0 auto;
}
.jfeel84l-progress-bar {
    position: relative;
    max-width: 224px;
    margin: 33px auto 0;
    width: 100%;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.7);
}
.jfeel84l-progress-bar .jfeel84l-line {
    background-color: #ff0000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    -webkit-animation: progress-bar-width 1.8s linear 0.2s;
    animation: progress-bar-width 1.8s linear 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
}
.jfeel84l-step .jfeel84l-logo {
    margin: 15px auto 50px;
}
.jfeel84l-step-1 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.jfeel84l-step-1 .jfeel84l-btn {
    margin-top: 22px;
}
.jfeel84l-step-matches {
    justify-content: flex-start;
    padding-top: 5px;
    padding-bottom: 30px;
}
.jfeel84l-step-matches img {
    margin: 21px auto 31px;
}
.jfeel84l-step-matches p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 14px;
}
.jfeel84l-btn-wrap {
    margin: 35px 0 15px;
}
.jfeel84l-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.jfeel84l-form {
    max-width: 300px;
    margin: 0 auto 25px;
    width: 100%;
}
.jfeel84l-form .jfeel84l-main-title {
    padding-bottom: 32px;
}
.jfeel84l-form-signup .jfeel84l-form-row_btn {
    margin-top: 25px;
    min-height: auto;
}
.jfeel84l-main-contacts .jfeel84l-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 auto;
}
.jfeel84l-main-contacts .jfeel84l-form .jfeel84l-form-row_btn {
    margin-top: 25px;
}
.jfeel84l-form-row {
    min-height: 125px;
}
.jfeel84l-form-row_agree {
    margin-top: 10px;
    min-height: 50px;
}
.jfeel84l-form-row .label {
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 6px;
    text-align: left;
    color: #fec104;
    padding-left: 15px;
}
.jfeel84l-checkbox-custom {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.jfeel84l-checkbox-custom+label {
    position: relative;
    padding-left: 25px;
    display: flex;
    text-align: left;
}
.jfeel84l-checkbox-custom+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}
.jfeel84l-checkbox-custom:checked+label:after {
    content: '';
    display: block;
    width: 8px;
    height: 4px;
    border: 1px solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotateZ(-45deg);
    position: absolute;
    left: 5px;
    top: 5px;
}
.jfeel84l-form-search .label {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    align-items: center;
}
.jfeel84l-form-search .label span {
    font-size: 14px;
    font-weight: 500;
}
.jfeel84l-form-range {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    padding: 15px 0;
}
.jfeel84l-form-range:focus {
    outline: none;
}
.jfeel84l-form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
}
.jfeel84l-form-range::-webkit-slider-thumb {
    height: 21px;
    width: 21px;
    border-radius: 25px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
}
.jfeel84l-form-range::-moz-range-track {
    width: 100%;
    height: 9px;
    cursor: pointer;
    background: linear-gradient(180deg, #fff3ef 0%, #ffcfce 100%);
    border-radius: 10px;
}
.jfeel84l-form-range::-moz-range-thumb {
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background: #ffcfce;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
    border: navajowhite;
}
.jfeel84l-form-search {
    margin-bottom: 0;
}
.jfeel84l-tab-pane .jfeel84l-form-search .jfeel84l-form-row {
    margin-bottom: 15px;
    min-height: auto;
}
.jfeel84l-wrap-gender {
    margin: 13px 0 25px;
}
.jfeel84l-row-gender {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #3c0907;
}
.jfeel84l-row-gender:first-child {
    margin-bottom: 30px;
}
@media screen and (max-width: 350px) {
    .jfeel84l-step {
        padding: 0 20px;
    }
}

/* switch */

.jfeel84l-radio input {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
}
.jfeel84l-radio label {
    display: block;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    padding: 10px 10px 10px 40px;
    transition: border 0.2s ease-in-out;
    position: relative;
}
.jfeel84l-radio label::before {
    display: block;
    content: '';
    height: 21px;
    width: 21px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.jfeel84l-radio input:checked+label::after {
    display: block;
    content: '';
    height: 16px;
    width: 6px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotateZ(45deg);
    position: absolute;
    left: 10px;
    top: 5px;
}

/* range slider */

.wrap-range-slider {
    padding: 15px 0;
}
.noUi-horizontal .noUi-handle {
    display: block;
    height: 21px;
    width: 21px;
    border-radius: 25px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: none;
    top: -10px;
    z-index: 11;
    border: 1px solid #fff;
}
.noUi-target {
    background: rgba(255, 255, 255, 0.6);
    border: 0;
    box-shadow: none;
    height: 1px;
}
.noUi-connect {
    background: rgba(255, 255, 255, 0.6);
}
.noUi-handle:after,
.noUi-handle:before {
    display: none;
}
.jfeel84l-form-control {
    display: block;
    width: 100%;
    padding: 16px 15px 15px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif !important;
    color: #000000;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    font-weight: 500;
}
textarea.jfeel84l-form-control {
    resize: vertical;
}
.jfeel84l-form-control_select {
    background: url(../images/icons/chevron-down-jfeel84l.svg) no-repeat calc(100% - 15px) center;
    background-color: #ffffff;
    color: #000000;
    background-size: 15px;
    padding-right: 40px;
}
.jfeel84l-form-control.error,
.field-error .jfeel84l-form-control {
    outline: 1px solid #e70010;
}
label.error {
    -webkit-animation: fade-in 0.3s both;
    animation: fade-in 0.3s both;
    display: block;
    font-size: 12px;
    text-align: left;
    color: #e70010;
    line-height: 1;
    padding-top: 2px;
    padding-left: 2px;
}
.jfeel84l-form-signup .jfeel84l-form-row_agreement {
    margin-top: 2px;
    min-height: auto;
    text-align: left;
    font-size: 15px;
}
.agreement-note {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}
.agreement-note input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #000000;
}
.agreement-note:hover input~.checkmark {
    background-color: rgba(255, 255, 255, 0.2);
}
.agreement-note.field-error input~.checkmark {
    border-color: #e70010;
}
.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}
.agreement-note input:checked~.checkmark:after {
    display: block;
}
.agreement-note .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.agreement-note a {
    color: #000000;
    text-decoration: underline;
}
.agreement-note label.error {
    display: none!important;
}
.jfeel84l-tabs {
    display: none;
    max-width: 340px;
    margin: 0 auto;
    padding: 14px 20px 0;
    width: 100%;
}
.jfeel84l-nav-tabs-outher {
    margin-bottom: 30px;
}
.jfeel84l-nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.6);
}
.jfeel84l-nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style-type: none;
    padding: 15px 12px 14px;
    cursor: pointer;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.jfeel84l-nav-item:nth-child(2):not(.active) {
    position: relative;
    z-index: 1;
}
.jfeel84l-nav-item:nth-child(2):not(.active)::before,
.jfeel84l-nav-item:nth-child(2):not(.active)::after {
    display: block;
    content: '';
    background-color: #fff;
    width: 2px;
    position: absolute;
    left: -2px;
    top: 5px;
    bottom: 5px;
}
.jfeel84l-nav-item:nth-child(2):not(.active)::after {
    left: auto;
    right: -2px;
}
.jfeel84l-nav-item img {
    display: block;
    margin-right: 6px;
}
.jfeel84l-nav-item.active {
    background-color: #fff;
}
.jfeel84l-tab-content {
    padding-bottom: 25px;
}
.jfeel84l-tab-pane {
    -webkit-animation: slide-in-top-5 0.4s ease-in-out both;
    animation: slide-in-top-5 0.4s ease-in-out both;
    display: none;
}
.jfeel84l-tab-pane.active {
    display: block;
}
.jfeel84l-form-row_label {
    min-height: 94px;
}
.jfeel84l-tab-pane .jfeel84l-form-row_btn {
    min-height: auto;
    margin-top: 15px;
}
.jfeel84l-tab-pane .jfeel84l-form-search .jfeel84l-form-row_btn {
    margin-top: 20px;
    margin-bottom: 0;
}
.jfeel84l-search-page {
    display: none;
    max-width: 300px;
    margin: auto;
    width: 100%;
}
.jfeel84l-search-page .jfeel84l-btn-report {
    margin-top: 15px;
    width: 100%;
}
.jfeel84l-search-wrap h3 {
    text-align: center;
}
.jfeel84l-wrap-preloader {
    position: relative;
}
.jfeel84l-wrap-preloader:before {
    content: '';
    background: url(../images/icons/search-jfeel84l.svg) no-repeat center center;
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.jfeel84l-preloader {
    margin: 10px auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* footer */

.jfeel84l-footer {
    flex-shrink: 0;
    padding: 20px 10px;
}
.jfeel84l-footer-menu {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}
.jfeel84l-footer-menu .item {
    margin: 0 5px;
}
.jfeel84l-footer-menu .item a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}
@media screen and (max-width: 350px) {
    .jfeel84l-footer-menu .item a {
        font-size: 13px;
    }
}

/* chat */

.jfeel84l-wrap-chat {
    margin-bottom: 26px;
}
.jfeel84l-wrap-chat.active {
    margin-top: 0;
}
.jfeel84l-wrap-chat.active .jfeel84l-chat-person {
    margin-bottom: 19px;
}
.time {
    font-size: 8px;
    padding: 0 10px;
    opacity: 0.7;
}
.jfeel84l-wrap-chat.jfeel84l-blocked .jfeel84l-chat-outher .jfeel84l-chat,
.jfeel84l-wrap-chat.jfeel84l-blocked .jfeel84l-chat-outher .jfeel84l-chat-bottom {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.jfeel84l-wrap-chat.jfeel84l-blocked .jfeel84l-chat-outher::after {
    content: 'For your safety, the user is temporarily blocked while we are processing your complaint';
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    background-color: rgba(40, 40, 40, 0.55);
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 10px;
    z-index: 2;
    color: #fff;
}
.jfeel84l-wrap-chat.active .jfeel84l-chat-list {
    display: none;
}
.jfeel84l-wrap-chat.active .jfeel84l-chat-outher {
    display: block;
}
.jfeel84l-chat-list {
    position: relative;
    cursor: pointer;
}
.jfeel84l-chat-person {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.jfeel84l-chat-name {
    font-weight: 500;
    font-size: 20px;
}
.jfeel84l-chat-status {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #43C107;
    margin-left: 10px;
}
.jfeel84l-chat-count {
    margin-left: auto;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    font-weight: 500;
    display: flex;
    justify-content: center;
    background-color: #ff0000;
    font-size: 13px;
    color: #fff;
    align-items: center;
}
.jfeel84l-chat-person .jfeel84l-btn {
    font-size: 15px;
    width: auto;
    margin-left: auto;
    padding: 12px 15px;
}
.jfeel84l-chat-outher {
    background: transparent;
    border-radius: 10px;
    height: calc(100vh - 165px);
    position: relative;
    display: none;
}
.jfeel84l-chat {
    height: calc(100vh - 300px);
    overflow: auto;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 19px;
    padding: 20px 0;
}
.jfeel84l-chat-message {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
}
.jfeel84l-chat-message+.jfeel84l-chat-answer {
    margin-top: 25px;
}
.jfeel84l-chat-answer+.jfeel84l-chat-message {
    margin-top: 25px;
}
.jfeel84l-chat-text {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    background-color: rgba(188, 188, 239, 0.5);
    padding: 4px 12px 5px;
}
.jfeel84l-chat-img {
    width: 45px;
    height: 45px;
    margin-right: 14px;
    border-radius: 50%;
    overflow: hidden;
}
.jfeel84l-chat-outher .jfeel84l-chat-img {
    height: 65px;
    width: 65px;
}
.jfeel84l-chat-outher .jfeel84l-chat-name {
    font-size: 17px;
}
.jfeel84l-chat-answer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
    margin-bottom: 5px;
}
.jfeel84l-chat-answer+.time {
    text-align: right;
}
.jfeel84l-chat-answer .jfeel84l-chat-img {
    background-color: #fff;
    background-image: url(../images/icons/icon-user-jfeel84l.svg);
    margin-right: 0;
    margin-left: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px;
}
.jfeel84l-chat-answer .jfeel84l-chat-text {
    background-color: #fff;
}
.jfeel84l-chat-bottom {
    display: flex;
}
.jfeel84l-chat-bottom .jfeel84l-btn-send {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 48px;
    padding: 12px 10px;
}
.jfeel84l-chat-outher .btn-hidden {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}
.jfeel84l-chat-dots {
    padding-top: 10px;
}
.jfeel84l-chat-dots div {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
    margin-right: 5px;
    -webkit-animation: animDots 1s ease infinite;
    animation: animDots 1s ease infinite;
}
.jfeel84l-chat-dots div:nth-child(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.jfeel84l-chat-dots div:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.jfeel84l-chat-dots div:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

/* slider */

.jfeel84l-gallery-page {
    flex: 1 0 auto;
    padding: 20px;
    max-width: 340px;
    margin: auto;
    width: 100%;
}
.jfeel84l-gallery-page .jfeel84l-btn-report {
    width: 100%;
}
.jfeel84l-slide-wrapper {
    display: none;
    padding-bottom: 40px;
}
.jfeel84l-slide {
    position: relative;
    display: none;
    margin: 0 auto;
}
.jfeel84l-slide.jfeel84l-active {
    display: block;
}
.jfeel84l-slide .jfeel84l-slide-body {
    -webkit-animation: slide-in-top-5 0.4s ease-in-out both;
    animation: slide-in-top-5 0.4s ease-in-out both;
}
.jfeel84l-slide.jfeel84l-blocked .jfeel84l-slide-body {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.jfeel84l-slide.jfeel84l-blocked::after {
    content: 'For your safety, the user is temporarily blocked while we are processing your complaint';
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    background-color: rgba(40, 40, 40, 0.55);
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    pointer-events: none;
    z-index: 2;
    color: #fff;
}
.jfeel84l-slide .jfeel84l-photo {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.jfeel84l-slide .jfeel84l-photo img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height: 480px;
    height: 60vh;
    width: auto;
}
.jfeel84l-slide .jfeel84l-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    z-index: 1;
}
.jfeel84l-slide .jfeel84l-name {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 2px rgba(0, 0, 0, 0.35);
    position: relative;
}
.jfeel84l-slide .jfeel84l-name.jfeel84l-online::after {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #43C107;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: 9px;
}
.jfeel84l-slide .jfeel84l-distance {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 2px rgba(0, 0, 0, 0.35);
}
.jfeel84l-slide .jfeel84l-btn-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 3;
}
.jfeel84l-slide .jfeel84l-btn-action {
    display: flex;
    align-items: center;
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: content-box;
    margin: 0 8px;
}
.jfeel84l-slide .jfeel84l-btn-dislike {
    background-image: url(../images/icons/btn-icon-times-jfeel84l.png);
    background-size: 33px auto;
}
.jfeel84l-slide .jfeel84l-btn-like {
    background-image: url(../images/icons/btn-icon-heart-jfeel84l.png);
    background-size: 45px auto;
}
.jfeel84l-slide .jfeel84l-btn-chat {
    background-image: url(../images/icons/bar-icon-chat-jfeel84l.png);
    background-size: 32px auto;
    width: 64px;
    height: 64px;
}

/* page legal */

.jfeel84l-main-legal {
    padding: 15px 25px 35px;
}
.jfeel84l-main-legal a {
    word-break: break-word;
    color: #fffd64;
}
.jfeel84l-main-legal h1 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.jfeel84l-main-legal h2,
.jfeel84l-main-legal h3,
.jfeel84l-main-legal h4 {
    margin-bottom: 10px;
    font-weight: 700;
}
.jfeel84l-main-legal h2 {
    font-size: 22px;
    margin-top: 20px;
}
.jfeel84l-main-legal h3 {
    font-size: 20px;
}
.jfeel84l-main-legal h4 {
    font-size: 18px;
}
.jfeel84l-main-legal p {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}
.jfeel84l-main-legal ol,
.jfeel84l-main-legal ul {
    padding-left: 20px;
}
.jfeel84l-main-legal ul li {
    list-style: disc;
}
.jfeel84l-main-legal ol li {
    list-style: decimal;
}
.jfeel84l-main-legal li {
    margin-bottom: 10px;
}

/* popup */

.jfeel84l-popup-overlay {
    display: none;
    -webkit-animation: fade-in 0.25s both;
    animation: fade-in 0.25s both;
    background: linear-gradient(to top, #3f3f49 8%, #212330 60%, #110449 100%) no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.jfeel84l-popup {
    display: none;
    -webkit-animation: fade-in 0.75s both;
    animation: fade-in 0.75s both;
    align-items: center;
    text-align: center;
    background: #fff;
    position: fixed;
    width: auto;
    z-index: 5;
    max-width: 400px;
    top: 50%;
    padding: 35px 20px;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 20px;
    right: 20px;
}
.jfeel84l-popup.jfeel84l-active {
    display: flex;
}
.jfeel84l-popup-close {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 12px;
    right: 18px;
}
.jfeel84l-popup-close:before,
.jfeel84l-popup-close:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000000;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
}
.jfeel84l-popup-close:before {
    transform: rotateZ(45deg);
}
.jfeel84l-popup-close:after {
    transform: rotateZ(-45deg);
}
.jfeel84l-popup-content {
    width: 100%;
}
.jfeel84l-popup-message {
    padding: 20px 0;
    text-align: center;
}
.jfeel84l-popup .jfeel84l-popup-title {
    font-size: 20px;
    font-weight: 600;
}
.jfeel84l-popup p {
    font-size: 16px;
    margin-top: 10px;
}
.jfeel84l-popup .jfeel84l-form-control {
    border: 1px solid #000000;
    padding: 11px 15px;
    margin-bottom: 25px;
}
.jfeel84l-popup .jfeel84l-form-control::-webkit-input-placeholder {
    color: #555;
}
.jfeel84l-popup .jfeel84l-form-control::-moz-placeholder {
    color: #555;
}
.jfeel84l-popup .jfeel84l-form-control:-moz-placeholder {
    color: #555;
}
.jfeel84l-popup .jfeel84l-form-control:-ms-input-placeholder {
    color: #555;
}
.jfeel84l-popup .jfeel84l-btn {
    font-size: 20px;
    padding: 10px 15px;
}
.jfeel84l-popup-radio-container {
    margin: 15px 0;
}
.jfeel84l-popup-radio {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}
.jfeel84l-popup-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.jfeel84l-popup-radio .jfeel84l-checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #4a3b77;
    border-radius: 50%;
}
.jfeel84l-popup-radio.radio-error .jfeel84l-checkmark {
    box-shadow: 0 1px 5px 1px #e45555;
}
.jfeel84l-popup-radio:hover input~.jfeel84l-checkmark {
    background-color: #ccc;
}
.jfeel84l-popup-radio input:checked~.jfeel84l-checkmark {
    background-color: #ffffff;
}
.jfeel84l-popup-radio .jfeel84l-checkmark:after {
    content: '';
    position: absolute;
    display: none;
}
.jfeel84l-popup-radio input:checked~.jfeel84l-checkmark:after {
    display: block;
}
.jfeel84l-popup-radio .jfeel84l-checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4a3b77;
}

/* animations */

@-webkit-keyframes progress-bar-width {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes progress-bar-width {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes spin {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
@-webkit-keyframes animDots {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes animDots {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes slide-in-top-5 {
    0% {
        transform: translateY(-5px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-top-5 {
    0% {
        transform: translateY(-5px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}