@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

html {
    height: 100%;
}
 
body {
    background: #502152;
    color: #ffffff;
    height: 100%;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    line-height: 20px;
    min-height: 100%;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
.mf49sq12zs-clicker {
    position: relative;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    margin: 0;
    background: #FF228C;
    border: 1px solid #FF228C;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 5px;
    outline: 0;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.mf49sq12zs-clicker--secondary {
    background: transparent;
}
.mf49sq12zs-clicker--opacity {
    opacity: .5;
    pointer-events: none;
}
.mf49sq12zs-clicker--wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.mf49sq12zs-clicker--wrap-double {
    grid-gap: 16px;
    grid-template-columns: 1fr 1fr;
}


/* header */
.mf49sq12zs-header {
    padding: 35px 30px;
    position: relative;
    z-index: 9;
    background: #891960;
}
.mf49sq12zs-header::before {
    content: '';
    background-image: url(../images/bg-header-mf49sq12zs.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 30px;
}
.mf49sq12zs-header--secondary {
    background: transparent;
}
.mf49sq12zs-header--secondary::before {
    content: none;
}
.mf49sq12zs-topic {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mf49sq12zs-levels--main .mf49sq12zs-topic {
    margin: 0 -30px;
}
.mf49sq12zs-back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    padding: 5px;
}
.mf49sq12zs-account--menu {
    position: absolute;
    z-index: 5;
    right: 28px;
    width: 25px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.mf49sq12zs-account--menu .line {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.2s ease-out;
}
.toggle .line1 {
    background: #3B083F;
    transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}
.toggle .line2 {
    display: none;
}
.toggle .line3 {
    background: #3B083F;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}
.mf49sq12zs-header--menu {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    max-width: 460px;
    width: 100%;
}
.mf49sq12zs-header--list {
    background: #ffffff;
    color: #FF228C;
    border-radius: 0 0 15px 15px;
    padding: 30px 50px 30px 30px;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 0 0 auto;
}
.mf49sq12zs-header--item a {
    font-weight: 700;
    display: inline-block;
    padding: 7px 0;
}

/* content */
.mf49sq12zs-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #502152;
}
.mf49sq12zs-detail {
    margin: 0 auto;
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mf49sq12zs-levels--box {
    padding: 10px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    width: 100%;
}
.mf49sq12zs-levels--main {
    padding: 0 30px 30px;
}
.mf49sq12zs-level {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.mf49sq12zs-animate {
    animation: slide-in-bottom 0.8s ease-out both;
}
@keyframes slide-in-bottom {
    0% {
      transform: translateY(30px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}


.mf49sq12zs-levels--center .mf49sq12zs-level {
    justify-content: center;
}
.mf49sq12zs-level--pattern {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mf49sq12zs-titel {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 18px;
}
.mf49sq12zs-levels--photo .mf49sq12zs-titel {
    margin-bottom: 32px;
}
.mf49sq12zs-levels--looking .mf49sq12zs-titel {
    margin-bottom: 24px;
}
.mf49sq12zs-levels--chat .mf49sq12zs-titel {
    margin-bottom: 36px;
}
.mf49sq12zs-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: center;
    color: #ffffff;
}

/* Form */
.mf49sq12zs-form {
    position: relative;
}
.mf49sq12zs-form--item {
    position: relative;
    margin-bottom: 16px;
}
.mf49sq12zs-form--input {
    font-family: "Mulish", sans-serif;
    color: #ffffff;
    height: 50px;
    padding: 5px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    outline: none;
    background: #49194D;
    border: 1px solid #ffffff;
    border-radius: 10px;
    vertical-align: middle;
}
.mf49sq12zs-form--input.error {
    border-color: #EB5757;
}
.mf49sq12zs-form--input::placeholder {
    color:#E0E0E0;
}
.mf49sq12zs-form--label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    margin: 0 0 8px;
    color: #ffffff;
}
label.error {
    font-size: 14px;
    line-height: 16px;
    display: block;
    color: #EB5757;
    white-space: nowrap;
    margin-top: 4px;
}
.mf49sq12zs-form--item-radio {
    margin-bottom: 10px;
    max-height: 350px;
    overflow-y: auto;
}
textarea.mf49sq12zs-form--input {
    height: 115px;
    color: #333333;
    background: #ffffff;
    border: 1px solid #3B083F;
    padding: 12px 20px;
}
textarea.mf49sq12zs-form--input::placeholder {
    color: #A5A3A3;
}
.mf49sq12zs-form .mf49sq12zs-clicker--wrap {
    margin-top: 42px;
}
.mf49sq12zs-form--account .mf49sq12zs-form--item::after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 17px;
    right: 20px;
    background-image: url(../images/icons/edit-2-mf49sq12zs.svg);
    width: 14px;
    height: 14px;
}


/* Add photo */
.mf49sq12zs-item--account {
    position: relative;
    margin-bottom: 16px;
}
.mf49sq12zs-photo--block {
    background: #3B083F;
    border-radius: 40px;
    padding: 30px;
}
.mf49sq12zs-account {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 134px;
    width: 134px;
    background: #502152;
    border-radius: 50%;
}
.mf49sq12zs-account img {
    border-radius: 50%;
}
.mf49sq12zs-account::after {
    content: '';
    background-image: url(../images/icons/account-mf49sq12zs.svg);
    background-size: auto;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mf49sq12zs-account.off::after {
    content: none;
}
.mf49sq12zs-account::before {
    content: '';
    position: absolute;
    top: 7px;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url(../images/icons/edit-mf49sq12zs.svg);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #FF228C;
}
.mf49sq12zs-input--upload {
    position: absolute;
    z-index: -5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}
.mf49sq12zs-clicker--upload {
    height: 38px;
    max-width: 160px;
    font-size: 16px;
    line-height: 18px;
    margin: 0 auto;
}
.mf49sq12zs-survey--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
}
.mf49sq12zs-survey--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.mf49sq12zs-survey--image {
    background: linear-gradient(180deg, #3B083F 100%, #352740 100%);
    min-width: 120px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 38px;
    margin-bottom: 10px;
    overflow: hidden;
}
.mf49sq12zs-survey--title {
    text-align: center;
}
.mf49sq12zs-survey--type .mf49sq12zs-survey--image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.mf49sq12zs-survey--item.active .mf49sq12zs-survey--image {
    border: 2px solid #FF228C;
    background: #ffffff;
}
.mf49sq12zs-survey--hair:last-child {
    grid-column: 1/3;
}
.mf49sq12zs-survey--relationship:last-child {
    grid-column: 1/3;
}

/* Profile */
.swiper.sliderProfile {
    margin: -80px -30px 0;
}
.mf49sq12zs-profile--img {
    position: relative;
    height: 81vh;
    border-radius: 0 0 47px 47px;
    overflow: hidden;
}
.mf49sq12zs-profile--img::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.82%, rgba(80, 33, 82, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mf49sq12zs-profile--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.mf49sq12zs-profile--arrow.swiper-button-next {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
}
.mf49sq12zs-profile--arrow {
    position: relative;
    min-width: 74px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
}
.mf49sq12zs-profile--arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.mf49sq12zs-profile--dislike::after {
    background-image: url(../images/icons/dislike-mf49sq12zs.svg);
    width: 26px;
    height: 26px;
}
.mf49sq12zs-profile--like::after {
    background-image: url(../images/icons/heart-mf49sq12zs.svg);
    width: 32px;
    height: 27px;
}
.mf49sq12zs-profile--item.on-liked .mf49sq12zs-profile--like {
    background:#FF228C;
}
.mf49sq12zs-profile--item.on-liked .mf49sq12zs-profile--like::after {
    background-image: url(../images/icons/heart-active-mf49sq12zs.svg);
}
.mf49sq12zs-profile--chat::after {
    background-image: url(../images/icons/chat-mf49sq12zs.svg);
    width: 37px;
    height: 32px;
}
.mf49sq12zs-profile--name {
    position: absolute;
    bottom: 126px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 48px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}
.mf49sq12zs-profile--middle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px 28px;
}
.mf49sq12zs-profile--bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 25px 0;
}
.mf49sq12zs-profile--link {
    font-weight: 500;
    color: #FF228C;
    padding: 5px;
}

/* Teste */
.mf49sq12zs-taste--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.mf49sq12zs-taste--item {
    display: none;
}
.mf49sq12zs-taste--item.liked {
    display: block;
}
.mf49sq12zs-taste--item .mf49sq12zs-profile--img {
    height: 280px;
    border-radius: 30px;
}
.mf49sq12zs-taste--item .mf49sq12zs-profile--arrow {
    min-width: 34px;
    width: 34px;
    height: 34px;
}
.mf49sq12zs-taste--item .mf49sq12zs-profile--dislike::after {
    background-image: url(../images/icons/dislike-mf49sq12zs.svg);
    width: 12px;
    height: 12px;
}
.mf49sq12zs-taste--item .mf49sq12zs-profile--like::after {
    background-image: url(../images/icons/heart-mf49sq12zs.svg);
    width: 15px;
    height: 13px;
}
.mf49sq12zs-taste--item .mf49sq12zs-profile--chat::after {
    background-image: url(../images/icons/chat-mf49sq12zs.svg);
    width: 18px;
    height: 16px;
}
.mf49sq12zs-taste--item .mf49sq12zs-profile--name {
    font-size: 16px;
    line-height: 22px;
    padding: 0 12px;
    bottom: 50px;
}
.mf49sq12zs-taste--item .mf49sq12zs-profile--middle {
    padding: 0 12px 12px;
}
.mf49sq12zs-taste--item .mf49sq12zs-profile--img::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.82%, rgba(0, 0, 0, 0.8) 100%);
}
.mf49sq12zs-taste--item.liked .mf49sq12zs-profile--like {
    background: #FF228C;
}
.mf49sq12zs-taste--item.liked .mf49sq12zs-profile--like::after {
    background-image: url(../images/icons/heart-active-mf49sq12zs.svg);
}

/* Chat */
.mf49sq12zs-chat-title {
    font-weight: 700;
    margin-bottom: 13px;
}
.mf49sq12zs-chat--top {
    margin-bottom: 34px;
}
.mf49sq12zs-chat--list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
}
.mf49sq12zs-chat--item {
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3B083F;
    border-radius: 50%;
    cursor: pointer;
}
.mf49sq12zs-chat--item + .mf49sq12zs-chat--item {
    margin-left: 10px;
}
.mf49sq12zs-chat--catalog {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.mf49sq12zs-chat--point {
    cursor: pointer;
    padding: 16px;
    background: #3B083F;
    border-radius: 23px;
    display: flex;
    align-items: center;
}
.mf49sq12zs-chat--point img {
    min-width: 45px;
    width: 45px;
    height: 45px;
}
.mf49sq12zs-chat--info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 14px;
    line-height: 18px;
}
.mf49sq12zs-chat--info-name {
    font-weight: 700;
    margin-bottom: 2px;
}
.mf49sq12zs-chat--info-time {
    color: #BDBDBD;
}


/* Select */
.mf49sq12zs-form--select .select-selected {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #FFFFFF;
    background: #49194D;
    border-radius: 10px;
    height: 50px;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 22px;
}
.mf49sq12zs-form--select .select-selected::after {
    content: '';
    background-image: url(../images/icons/arrow-mf49sq12zs.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}
.mf49sq12zs-form--select .select-items.select-hide {
    display: none;
}
.mf49sq12zs-form--select .select-items {
    background: #FBFBFB;
    color: #828282;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
    box-shadow: 0px 4px 6.3px 0px #00000040;
    border-radius: 10px;
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 0;
    right: 0;
}
.mf49sq12zs-form--select .select-items li {
    cursor: pointer;
    padding: 10px 16px;
    transition: .3s;
}
.mf49sq12zs-form--select .select-items li:hover {
    background: #F2E1EC;
    color: #454545;
}
.mf49sq12zs-form--select .custom-select {
    position: relative;
}


/* Radio */
.mf49sq12zs-radio {
    display: flex;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}
.mf49sq12zs-radio + .mf49sq12zs-radio {
    margin-top: 16px;
}
.mf49sq12zs-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.mf49sq12zs-radio .mf49sq12zs-checkmark {
    position: relative;
    top: 2px;
    display: inline-block;
    min-width: 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 14px;
    background: #E94190;
}
.mf49sq12zs-radio .mf49sq12zs-checkmark::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #ffffff;
    border-radius: 50%;
}
.mf49sq12zs-radio .mf49sq12zs-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.mf49sq12zs-radio .mf49sq12zs-checkmark:after {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #E94190;
}
.mf49sq12zs-radio input:checked ~ .mf49sq12zs-checkmark:after {
    display: block;
}
.mf49sq12zs-radio--label {
    font-size: 16px;
    line-height: 22px;
}


/* Footer */
.mf49sq12zs-footer {
    position: relative;
    z-index: 9;
    padding: 13px 16px;
    background: #270629;
    font-family: "Mulish", sans-serif;
}
.mf49sq12zs-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mf49sq12zs-menu a {
    font-size: 14px;
    line-height: 16px;
    padding: 2px;
    color: #ffffff;
    text-align: center;
}


/* Modal */
.mf49sq12zs-close__modal {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .3;
}
.modal-backdrop {
    background: rgb(64 26 66 / 80%);
}
.modal {
    padding: 14px 20px;
}
.modal h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}
.modal p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 24px;
}
.modal-content {
    color: #333333;
    width: 100%;
    border-radius: 15px;
    border: none;
    box-sizing: border-box;
    padding: 38px 30px 30px;
}
.modal-report .modal-content {
    padding: 38px 20px 30px;
}
.modal-dialog {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.modal .mf49sq12zs-clicker {
    height: 48px;
    font-size: 16px;
    line-height: 20px;
}
.modal-report .mf49sq12zs-form .mf49sq12zs-clicker--wrap {
    margin-top: 24px;
}
.modal .mf49sq12zs-clicker--secondary {
    color: #FF228C;
}
.modal-disagree p {
    margin-bottom: 0;
}
.modal-disagree p a {
    color: #FF228C;
    font-weight: 700;
}


/* Contacts */
.mf49sq12zs-captcha {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 50px;
    max-width: 140px;
    width: 100%;
    text-align: center;
    margin-left: 6px;
}
.mf49sq12zs-captcha text {
    fill: #fff;
    font-size: 240px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    width: 120px;
}
.mf49sq12zs-form--item-captcha {
    display: flex;
    align-items: center;
}
.mf49sq12zs-form--contacts textarea.mf49sq12zs-form--input {
    background: #49194D;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.mf49sq12zs-form--contacts textarea.mf49sq12zs-form--input.error {
    border-color: #EB5757;
}
.mf49sq12zs-form--contacts textarea.mf49sq12zs-form--input::placeholder {
    color:#E0E0E0;
}
#captcha-error.error {
    position: absolute;
    bottom: -20px;
}


/* Info */
.mf49sq12zs-info h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
}
.mf49sq12zs-info p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.mf49sq12zs-info ul {
    list-style-type: disc;
    padding-left: 20px;
}
.mf49sq12zs-info ol {
    list-style-type: decimal;
    padding-left: 20px;
}
.mf49sq12zs-info ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}


@media (max-width: 600px) {
    .mf49sq12zs-taste--item .mf49sq12zs-profile--img {
        height: 204px;
        border-radius: 30px;
    }
}