#s_profile .disabled {
    background: #eee!important;
    cursor: auto;
    pointer-events: none;
}
#s_profile .disabled:after {
    content: none;
}
#s_profile input[disabled] {
    background: #eee!important;
}

.s_profile_listing_promo_options option:disabled{
    background-color: #cc336670 !important;
    cursor: no-drop;
}

.s_profile_listing_promo_options input[disabled]{
    background: rgba(204, 51, 102, 0.363) !important;
}

.s_profile_listing_promo_options input:active{
    background: #c36 !important;
}


#s_profile .loading {
    position: relative;
}
#s_profile .loading:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #ccc;
    opacity: .3;
    cursor: wait;
    top: 0;
    left: 0;
}

.hn_section_rates__wrapField {
    position: relative;
}

.required_label {
    color: #EF0A6A;
}

.hn_section_rates__wrapField span,
.hn_section_rates__wrapField span {
    color: #2d2d2d;
    right: 10px;
    content: '*';
    font-size: 16px;
    position: absolute;
    top: 12px;
    z-index: 1;
}

.um-page-user main,
.um-page-account main,
.um-own-profile main {
    max-width: 100% !important;
}
.um-page-user .hn_container,
.um-page-account .hn_container,
.um-own-profile .hn_container {
    max-width: 1920px;
}

.s_profile {
    color: #2d2d2d;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 50px;
}
.s_profile__title {
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 48px;
    text-transform: uppercase;
    color: #fff;
}
.s_profile__items {
    display: flex;
    flex-wrap: wrap;
}
.s_profile__item {
    box-sizing: border-box;
}
.s_profile__item:nth-child(1) {
    width: 24%;
}
.s_profile__item:nth-child(2) {
    padding-left: 20px;
    width: 76%;
}
.s_profile__sidebar {
    background-color: #ffffff;
    border: 1px solid #E1E1E1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    height: auto;
    padding: 35px 25px;
}
.s_profile__sidebar .if-not-a-valid-field {
    align-items: flex-end;
    border-bottom: 1px solid #ECECEC;
    display: flex;
    height: 50px;
}
.s_profile__sidebar .if-not-a-valid-field p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}
#gravatar-only-allowed-in-format.show,
#gravatar-is-larger-than-allowed.show,
#gravatar-error-loading-file.show {
    display: block;
}
.s_profile__sidebarContent {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
}
.s_profile__blockGravatar {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 50%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 150px;
}
.s_profile__blockGravatar.image-set .select-gravatar-person-button {
    opacity: 0;
}
.s_profile__blockGravatar.image-set:hover .select-gravatar-person-button {
    opacity: 1;
}
.s_profile__blockGravatar img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1.03);
    object-fit: cover;
    width: 100%;
}
.field-gravatar-person {
    left: 0;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
}
.select-gravatar-person-button,
.select-gravatar-person-button svg {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
}
.select-gravatar-person-button {
    border-radius: 50%;
    cursor: pointer;
    height: 26px;
    outline: none !important;
    overflow: hidden;
    padding: 1px;
    transition: opacity 0.4s ease 0s;
    width: 26px;
}
.s_profile__selectGravatar svg {
    max-height: 100%;
    max-width: 100%;
}
.s_profile__links {
    display: block;
    list-style: none;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}
.s_profile__linksItem {
    align-items: start;
    display: flex;
    margin: 30px 0;
}

.s_profile__linksItem.settings svg{
    width: 20px;
    height: 20px;
} 

.s_profile__linksItem .wrap-icon {
    align-items: center;
    bottom: 4px;
    display: flex;
    justify-content: center;
    height: 25px;
    flex: 0 0 25px;
    margin-right: 18px;
    position: relative;
}
.s_profile__linksItem a {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    transition: color 0.3s ease 0s;
    text-decoration: none;
}
.s_profile__linksItem.active a,
.s_profile__linksItem.active svg,
.s_profile__linksItem.active svg path {
    color: #EA3362;
    fill: #EA3362;
    stroke: #EA3362;
}

#s_profile > div > div > div:nth-child(1) > div > div > div.s_profile__wrap-links > ul > li:nth-child(2) > span > svg

@media (any-hover: hover) {
    .s_profile__logout:hover,
    .s_profile__linksItem:hover a {
        color: #EA3362;
    }
}
.s_profile__logout {
    color: #2d2d2d;
    display: table;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: auto auto 0;
    transition: color 0.3s ease 0s;
    text-decoration: none !important;
    text-align: center;
}
.s_profile__logout svg {
    margin-right: 10px;
    position: relative;
    top: 6px;
}
.s_profile__itemContent {
    background-color: #ffffff;
    width: 100%;
}

#hn_client_services_form > ul{
    background: #1B2127;
}

/* #hn_client_services_form #s_profile_fields_about_me{
    margin-top: 20px;
} */

.s_profile__itemContent {
    height: 100%;
    padding: 35px 25px 30px;
}
.s_profile__content {
    display: none;
    pointer-events: none;
    visibility: hidden;
}
.s_profile__content.show-content {
    display: block;
    pointer-events: all;
    visibility: visible;
}

.s_profile__text-above-filling-steps {
    display: none;
}
.s_profile__filling-steps {
    align-items: center;
    background-color: #fff;
    display: flex;
    list-style: none;
    margin: -35px -25px 0;
    padding: 0 0 20px;
}
.s_profile__filling-step {
    align-items: center;
    background-color: #F6F6F6;
    border: 1px solid #E1E1E1;
    color: #2d2d2d;
    display: flex;
    height: 62px;
    padding: 0 12px;
    width: -webkit-fill-available;
}
.s_profile__filling-steps.gallery-video .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.rates .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.services .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.services .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.services .s_profile__filling-step:nth-child(5),
.s_profile__filling-steps.working-time .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.working-time .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.working-time .s_profile__filling-step:nth-child(5),
.s_profile__filling-steps.working-time .s_profile__filling-step:nth-child(7),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(5),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(7),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(9) {
    padding-right: 28px;
}
.s_profile__filling-step span {
    color: inherit;
    display: table;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}
.s_profile__filling-step span::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M16.9722 7.251C16.7426 7.12325 16.4901 7.04201 16.2291 7.01193C15.9681 6.98184 15.7037 7.0035 15.4511 7.07567C15.1985 7.14783 14.9626 7.26908 14.7568 7.43249C14.5511 7.5959 14.3796 7.79826 14.2522 8.028L10.5392 14.71L8.41416 12.585C8.22967 12.394 8.00898 12.2416 7.76497 12.1368C7.52096 12.032 7.25852 11.9768 6.99296 11.9745C6.72741 11.9722 6.46405 12.0228 6.21825 12.1234C5.97246 12.2239 5.74916 12.3724 5.56137 12.5602C5.37359 12.748 5.22508 12.9713 5.12452 13.2171C5.02396 13.4629 4.97335 13.7262 4.97566 13.9918C4.97797 14.2574 5.03314 14.5198 5.13796 14.7638C5.24278 15.0078 5.39514 15.2285 5.58616 15.413L9.58616 19.413C9.96416 19.792 10.4742 20 11.0002 20L11.2772 19.98C11.5837 19.9371 11.8761 19.8237 12.1314 19.6486C12.3866 19.4735 12.5978 19.2415 12.7482 18.971L17.7482 9.971C17.8758 9.74145 17.957 9.48901 17.9871 9.22808C18.0172 8.96715 17.9956 8.70286 17.9235 8.45028C17.8515 8.1977 17.7304 7.96179 17.5671 7.75602C17.4039 7.55024 17.2017 7.37864 16.9722 7.251Z' fill='%23EA3362'/%3e%3c/svg%3e");
    display: none;
    position: absolute;
    right: -24px;
    transform: translateY(-50%);
    top: 50%;
}
.s_profile__filling-step-line {
    font-size: 0;
    position: relative;
    width: 25%;
}
.s_profile__filling-step-line::before,
.s_profile__filling-step-line::after {
    background-color: #ffffff;
    content: '';
    display: block;
    position: absolute;
}
.s_profile__filling-step-line::before {
    height: 2px;
    left: 50%;
    max-width: 70%;
    transform: translateX(-50%);
    width: 50px;
}
.s_profile__filling-step-line::after {
    height: 9px;
    right: 16%;
    transform: rotate(45deg) translateY(-50%);
    top: calc(-50% - 0.5px);
    width: 9px;
}
.s_profile__filling-steps.start .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.services .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.services .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.rates .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.rates .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.rates .s_profile__filling-step:nth-child(5),
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(5),
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(7),
.s_profile__filling-steps.gallery-video .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.gallery-video .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.gallery-video .s_profile__filling-step:nth-child(5),
.s_profile__filling-steps.gallery-video .s_profile__filling-step:nth-child(7),
.s_profile__filling-steps.gallery-video .s_profile__filling-step:nth-child(9),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(5),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(7),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(9),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(5),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(7),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(11) {
    border-color: #EA3362;
    color: #EA3362;
}
.s_profile__filling-steps.services .s_profile__filling-step-line.one::before,
.s_profile__filling-steps.services .s_profile__filling-step-line.one::after,
.s_profile__filling-steps.rates .s_profile__filling-step-line.one::before,
.s_profile__filling-steps.rates .s_profile__filling-step-line.one::after,
.s_profile__filling-steps.rates .s_profile__filling-step-line.second::before,
.s_profile__filling-steps.rates .s_profile__filling-step-line.second::after,
.s_profile__filling-steps.membership .s_profile__filling-step-line.one::before,
.s_profile__filling-steps.membership .s_profile__filling-step-line.one::after,
.s_profile__filling-steps.membership .s_profile__filling-step-line.second::before,
.s_profile__filling-steps.membership .s_profile__filling-step-line.second::after,
.s_profile__filling-steps.membership .s_profile__filling-step-line.three::before,
.s_profile__filling-steps.membership .s_profile__filling-step-line.three::after,
.s_profile__filling-steps.gallery-video .s_profile__filling-step-line.one::before,
.s_profile__filling-steps.gallery-video .s_profile__filling-step-line.one::after,
.s_profile__filling-steps.gallery-video .s_profile__filling-step-line.second::before,
.s_profile__filling-steps.gallery-video .s_profile__filling-step-line.second::after,
.s_profile__filling-steps.gallery-video .s_profile__filling-step-line.three::before,
.s_profile__filling-steps.gallery-video .s_profile__filling-step-line.three::after,
.s_profile__filling-steps.gallery-video .s_profile__filling-step-line.four::before,
.s_profile__filling-steps.gallery-video .s_profile__filling-step-line.four::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.one::before,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.one::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.second::before,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.second::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.three::before,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.three::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.four::before,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.four::after {
    background-color: #EA3362;
}
.s_profile__filling-steps.services .s_profile__filling-step:nth-child(1) span::after,
.s_profile__filling-steps.rates .s_profile__filling-step:nth-child(1) span::after,
.s_profile__filling-steps.rates .s_profile__filling-step:nth-child(3) span::after,
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(1) span::after,
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(3) span::after,
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(5) span::after,
.s_profile__filling-steps.gallery-video .s_profile__filling-step:nth-child(1) span::after,
.s_profile__filling-steps.gallery-video .s_profile__filling-step:nth-child(3) span::after,
.s_profile__filling-steps.gallery-video .s_profile__filling-step:nth-child(5) span::after,
.s_profile__filling-steps.gallery-video .s_profile__filling-step:nth-child(7) span::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(1) span::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(3) span::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(5) span::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(7) span::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(9) span::after {
    display: table;
}
/*.s_profile__filling-steps.start .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.services .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.services .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.rates .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.rates .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.rates .s_profile__filling-step:nth-child(5),
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(5),
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(7),
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(9),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(5),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(7),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(9),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(1),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(3),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(5),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(7),
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(11) {
    border-color: #EA3362;
    color: #EA3362;
}*/
/*.s_profile__filling-steps.services .s_profile__filling-step-line.one::before,
.s_profile__filling-steps.services .s_profile__filling-step-line.one::after,
.s_profile__filling-steps.rates .s_profile__filling-step-line.one::before,
.s_profile__filling-steps.rates .s_profile__filling-step-line.one::after,
.s_profile__filling-steps.rates .s_profile__filling-step-line.second::before,
.s_profile__filling-steps.rates .s_profile__filling-step-line.second::after,
.s_profile__filling-steps.membership .s_profile__filling-step-line.one::before,
.s_profile__filling-steps.membership .s_profile__filling-step-line.one::after,
.s_profile__filling-steps.membership .s_profile__filling-step-line.second::before,
.s_profile__filling-steps.membership .s_profile__filling-step-line.second::after,
.s_profile__filling-steps.membership .s_profile__filling-step-line.three::before,
.s_profile__filling-steps.membership .s_profile__filling-step-line.three::after,
.s_profile__filling-steps.gallery-video .s_profile__filling-step-line.one::before,
.s_profile__filling-steps.gallery-video .s_profile__filling-step-line.one::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.one::before,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.one::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.second::before,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.second::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.three::before,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.three::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.four::before,
.s_profile__filling-steps.filling-completed .s_profile__filling-step-line.four::after {
    background-color: #EA3362;
}*/
/*.s_profile__filling-steps.services .s_profile__filling-step:nth-child(1) span::after,
.s_profile__filling-steps.rates .s_profile__filling-step:nth-child(1) span::after,
.s_profile__filling-steps.rates .s_profile__filling-step:nth-child(3) span::after,
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(2) span::after,
.s_profile__filling-steps.membership .s_profile__filling-step:nth-child(3) span::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(1) span::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(3) span::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(5) span::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(7) span::after,
.s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(9) span::after {
    display: table;
}*/

.s_profile__tab_fields {
    display: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0s;
}
.s_profile__tab_fields.show-tab {
    display: block;
    opacity: 1;
    pointer-events: all;
}
.s_profile__contentWrapButtons {
    align-items: center;
    display: flex;
    margin-top: 76px;
    gap: 20px;
}
.s_profile__contentButton {
    background-color: #2d2d2d;
    border-radius: 21px;
    border: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    height: 52px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_profile__contentButton_white {
    background-color: #ffffff;
    border-radius: 21px;
    border: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #000000;
    height: 52px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    width: 145px;
}

.s_profile__contentButton:focus, .s_profile__contentButton_white:focus {
    outline: none;
}


/* overwrites buttons in advertisements */
/* .s_profile__contentButton:not(:last-child) {
    margin-right: 25px;
} */

#s_profile_settings_content {
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}
#s_profile_settings_content.show-content {
    display: flex;
}
.s_profile__content-title {
    color: #2d2d2d;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}
.wrap-fields-password {
    display: flex;
    max-width: 100%;
    margin: 21px -25px 35px;
    /*width: 600px;*/
}
.wrap-fields-password .wrap-field {
    margin-left: 25px;
    margin-right: 25px;
    width: calc(33.3333% - 50px);
}
.wrap-field.no-valid .description-for-field {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}
.s_profile__contentButton.save {
    margin-bottom: 50px;
}
.s_profile__delete-account {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-top: auto;
    transition: 0.3s;
    text-decoration: none !important;
}
.s_profile__delete-account:hover {
    color: #EA3362;
}
.s_profile__delete-account svg {
    height: 22px;
    position: relative;
    top: 3px;
}
.images-are-not-loaded,
.s_profile__notification-of-blank-fields {
    color: red;
    display: none;
    margin: 25px 0 0;
}
.images-are-not-loaded.show,
.s_profile__notification-of-blank-fields.show {
    display: block;
}

.images-are-not-loaded {
    margin: 0 0 25px;
}

.no-valid,
.no-valid .selected-languages,
.no-valid .select__head,
.no-valid .hn_input {
    border-color: red !important;
}

#hn_client_delete_account #hn_remove_account{
    font-size: 12px;
    display: flex;
    align-items: center;
}

#hn_client_delete_account #hn_remove_account svg{
    width: 20px;
}

#hn_client_change_email .wrap-fields-email, #hn_client_delete_account .wrap-fields-email{
    display: flex;
    max-width: 100%;
    margin: 21px 0px;
}

#hn_client_change_email .wrap-fields-email .wrap-field, #hn_client_delete_account .wrap-fields-email .wrap-field{
    margin-right: 35px;
}

.wrap-fields-password .wrap-field {
    margin-left: 25px;
    margin-right: 25px;
    width: calc(33.3333% - 50px);
}


/* Profile Client */

.hn_um_account__title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 49px;
}

.um-account {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 51px 20px 69px;
    max-width: 100%;
    width: 1140px;
}
body.elementor-default.um-own-profile .um-account-heading,
body.page-template-default.um-own-profile .um-account-heading {
    padding-bottom: 35px;
    width: 100%;
}
body.elementor-default.um-own-profile .um-field-label label,
body.page-template-default.um-own-profile .um-field-label label {
    color: #2d2d2d !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: normal !important;
}
body.elementor-default.um-own-profile .um-field,
body.page-template-default.um-own-profile .um-field {
    width: 100%;
}
body.elementor-default.um-own-profile .um-field:nth-child(even),
body.page-template-default.um-own-profile .um-field:nth-child(even) {
    padding-left: 0;
}
body.elementor-default.um-own-profile .um-field:nth-child(odd),
body.page-template-default.um-own-profile .um-field:nth-child(odd) {
    padding-right: 0;
}
body.elementor-default.um-own-profile .um-field-user_email,
body.elementor-default.um-own-profile .um-field-password,
body.page-template-default.um-own-profile .um-field-user_email,
body.page-template-default.um-own-profile .um-field-password {
    margin-top: 15px;
}
body.elementor-default.um-own-profile .um-col-alt.um-col-alt-b,
body.page-template-default.um-own-profile .um-col-alt.um-col-alt-b {
    width: 100%;
}
body.elementor-default.um-own-profile .entry-title,
body.elementor-default.um-own-profile .um-account-profile-link,
body.page-template-default.um-own-profile .entry-title,
body.page-template-default.um-own-profile .um-account-profile-link {
    display: none;
}
body.elementor-default.um-own-profile .um-account-side,
body.page-template-default.um-own-profile .um-account-side {
    background-color: #F6F6F6;
    border: 1px solid #E1E1E1;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
    padding-bottom: 25px;
    padding-top: 35px;
    width: 37%;
}
body.elementor-default.um-own-profile .um-account-side ul,
body.page-template-default.um-own-profile .um-account-side ul {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 200px;
}
body.elementor-default.um-own-profile .um-account-side li,
body.page-template-default.um-own-profile .um-account-side li {
    background: none !important;
    margin-bottom: 12px !important;
}
body.elementor-default.um-own-profile .um-account-side li a,
body.page-template-default.um-own-profile .um-account-side li a {
    display: table !important;
    color: #2d2d2d !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: normal !important;
}
body.elementor-default.um-own-profile .um-account-side li a.current span.um-account-title,
body.elementor-default.um-own-profile .um-account-side li a.current span.um-account-icon,
body.page-template-default.um-own-profile .um-account-side li a.current span.um-account-title,
body.page-template-default.um-own-profile .um-account-side li a.current span.um-account-icon {
    color: #EA3362;
}
body.elementor-default.um-own-profile .um-account-side li a:hover,
body.page-template-default.um-own-profile .um-account-side li a:hover {
    background: none !important;
}
body.elementor-default.um-own-profile .um-account-side li a span.um-account-icon,
body.elementor-default.um-own-profile .um-account-side li a.current span.um-account-icon,
body.elementor-default.um-own-profile .um-account-side li a.current:hover span.um-account-icon,
body.page-template-default.um-own-profile .um-account-side li a span.um-account-icon,
body.page-template-default.um-own-profile .um-account-side li a.current span.um-account-icon,
body.page-template-default.um-own-profile .um-account-side li a.current:hover span.um-account-icon {
    border-right: 0;
    padding: 0;
}
body.elementor-default.um-own-profile #um_field_0_single_user_password,
body.page-template-default.um-own-profile #um_field_0_single_user_password {
    padding-left: 0;
}
body.elementor-default.um-own-profile .um-account-side li .um-account-arrow,
body.page-template-default.um-own-profile .um-account-side li .um-account-arrow {
    display: none;
}
body.elementor-default.um-own-profile .um-account-main,
body.page-template-default.um-own-profile .um-account-main {
    padding-left: 30px;
    width: 63%;
}
body.elementor-default.um-own-profile .um-account-meta::after,
body.page-template-default.um-own-profile .um-account-meta::after {
    background-color: #ECECEC;
    content: '';
    display: block;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 250px;
}
body.elementor-default.um-own-profile .um-button,
body.page-template-default.um-own-profile .um-button {
    align-items: center;
    background-color: #2d2d2d !important;
    border-radius: 21px !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
    height: 52px !important;
    display: flex;
    justify-content: center;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: normal !important;
    min-width: 200px;
}

.disabledBtn {
    background-color: #2d2d2d69 !important;
    cursor: not-allowed !important;
    opacity: 0.6;
}

@media (max-width: 1366.98px) {
    .s_profile__filling-step span {
        font-size: 14px;
    }
    .s_profile__filling-step-line {
        width: 45px;
    }
    .s_profile__filling-step-line::before {
        max-width: 50%;
    }
    .s_profile__filling-step-line::after {
        height: 7px;
        right: 26%;
        width: 7px;
    }
}
@media (max-width: 1024.98px) {

    .s_profile__item:nth-child(1) {
        width: 35%;
    }
    .s_profile__item:nth-child(2) {
        width: 65%;
    }


    .wrap-fields-password {
        margin: 21px -15px 35px;
    }
    .wrap-fields-password .wrap-field {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(33.3333% - 30px);
    }

    .hn_section_rates__wrapField span, .hn_section_rates__wrapField span {
        right: 17px;
    }
}
@media (max-width: 960.98px) {
    .s_profile__filling-steps {
        margin: 50px 0 10px;
        padding: 0;
    }
    .s_profile__title {
        font-size: 36px;
        margin-bottom: 30px;
        text-align: center;
    }
    .s_profile__itemContent {
        background-color: #fff;
        padding: 0;
    }
    .s_profile__item:nth-child(1),
    .s_profile__item:nth-child(2) {
        padding: 0;
        width: 100%;
    }

    #s_profile_settings_content {
        padding-top: 50px;
    }
}
@media (max-width: 840.98px) {

    body.elementor-default.um-own-profile .um-account-meta .um-account-meta-img-b a,
    body.page-template-default.um-own-profile .um-account-meta .um-account-meta-img-b a {
        border-radius: 50% !important;
        height: 120px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 120px !important;
    }
    div.uimob340 .uimob340-hide,
    div.uimob500 .uimob500-hide,
    div.uimob800 .uimob800-hide,
    div.uimob960 .uimob960-hide {
        display: none;
    }
    body.elementor-default.um-own-profile .um-account-name,
    body.elementor-default.um-own-profile .um-account-title,
    body.page-template-default.um-own-profile .um-account-name,
    body.page-template-default.um-own-profile .um-account-title {
        display: block !important;
    }
    body.elementor-default.um-own-profile .um-account-name a,
    body.page-template-default.um-own-profile .um-account-name a {
        border: none !important;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    body.elementor-default.um-own-profile .um-account-side li a,
    body.page-template-default.um-own-profile .um-account-side li a {
        align-items: center;
        display: flex !important;
    }
    body.elementor-default.um-own-profile .um-account-side ul,
    body.page-template-default.um-own-profile .um-account-side ul {
        border: none;
    }
    body.elementor-default.um-own-profile .um-account-side ul li,
    body.page-template-default.um-own-profile .um-account-side ul li {
        padding-left: 8px !important;
        padding-right: 12px !important;
        text-align: left;
    }
    body.elementor-default.um-own-profile .um-account-side li a span.um-account-icontip,
    body.page-template-default.um-own-profile .um-account-side li a span.um-account-icontip {
        min-width: 30px;
        max-width: 30px;
    }
    body.elementor-default.um-own-profile .um-account-side li a span.um-account-title,
    body.page-template-default.um-own-profile .um-account-side li a span.um-account-title {
        line-height: 22px;
        padding-left: 10px;
        padding-top: 7px;
        text-align: left;
    }
    body.elementor-default.um-own-profile .um-account-side li a.current,
    body.elementor-default.um-own-profile .um-account-side li a.current:hover,
    body.page-template-default.um-own-profile .um-account-side li a.current,
    body.page-template-default.um-own-profile .um-account-side li a.current:hover {
        background: none !important;
    }
    body.elementor-default.um-own-profile .um-account-side li a.current .um-faicon-user,
    body.elementor-default.um-own-profile .um-account-side li a.current,
    body.elementor-default.um-own-profile .um-account-side li a.current:hover,
    body.page-template-default.um-own-profile .um-account-side li a.current .um-faicon-user,
    body.page-template-default.um-own-profile .um-account-side li a.current,
    body.page-template-default.um-own-profile .um-account-side li a.current:hover {
        color: #EA3362 !important;
    }
}
@media (min-width: 801px) {
    .s_profile__filling-step-line:last-child {
        display: none;
    }
}
@media (max-width: 800.98px) {
    .s_profile__text-above-filling-steps {
        color: #2d2d2d;
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        margin: 30px 0 -36px;
        text-align: center;
    }
    .s_profile__filling-steps {
        background: #F6F6F6;
        height: 45px;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_profile__filling-steps li {
        display: none;
    }
    .s_profile__filling-steps.gallery-video .s_profile__filling-step:nth-child(1),
    .s_profile__filling-steps.rates .s_profile__filling-step:nth-child(3),
    .s_profile__filling-steps.services .s_profile__filling-step:nth-child(1),
    .s_profile__filling-steps.services .s_profile__filling-step:nth-child(3),
    .s_profile__filling-steps.services .s_profile__filling-step:nth-child(5),
    .s_profile__filling-steps.working-time .s_profile__filling-step:nth-child(1),
    .s_profile__filling-steps.working-time .s_profile__filling-step:nth-child(3),
    .s_profile__filling-steps.working-time .s_profile__filling-step:nth-child(5),
    .s_profile__filling-steps.working-time .s_profile__filling-step:nth-child(7),
    .s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(1),
    .s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(3),
    .s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(5),
    .s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(7),
    .s_profile__filling-steps.filling-completed .s_profile__filling-step:nth-child(9) {
        padding-right: 0;
    }
    .s_profile__filling-steps.start li:nth-child(1),
    .s_profile__filling-steps.start li:nth-child(2),
    .s_profile__filling-steps.services li:nth-child(3),
    .s_profile__filling-steps.services li:nth-child(4),
    .s_profile__filling-steps.rates li:nth-child(5),
    .s_profile__filling-steps.rates li:nth-child(6),
    .s_profile__filling-steps.membership li:nth-child(7),
    .s_profile__filling-steps.membership li:nth-child(8),
    .s_profile__filling-steps.gallery-video li:nth-child(9),
    .s_profile__filling-steps.gallery-video li:nth-child(10),
    .s_profile__filling-steps.filling-completed li:nth-child(9),
    .s_profile__filling-steps.filling-completed li:nth-child(10) {
        display: flex;
    }
    .s_profile__filling-step-line::after {
        height: 9px;
        left: 44px;
        right: auto;
        top: 9px;
        width: 9px;
    }
    .s_profile__filling-step-line::before {
        left: 11px;
        max-width: 100%;
        transform: translateX(0);
        width: 41px;
    }
    .s_profile__filling-step-line {
        align-items: center;
        display: flex;
        font-size: 14px;
        font-weight: 600;
        padding-left: 68px;
        width: auto;
    }
    .s_profile__filling-step {
        background: none;
        border: none;
        height: auto;
        padding: 0;
        width: auto;
    }
    .s_profile__filling-step:nth-last-child(2) {
        padding-right: 0 !important;
    }
    .s_profile__filling-step:nth-last-child(2) span::after {
        display: none !important;
    }
}
@media (max-width: 640.98px) {

    .wrap-fields-password {
        flex-wrap: wrap;
        margin: 21px 0 10px;
    }
    .wrap-fields-password .wrap-field {
        margin: 0 0 25px;
        width: 100%;
    }

    .s_profile__delete-account {
        font-size: 18px;
    }
    .s_profile__delete-account svg {
        height: 21px;
    }

    .hn_um_account__title {
        font-size: 32px;
        margin: 0 0 30px;
    }
}
@media (max-width: 575.98px) {
    .s_profile__title {
        font-size: 26px;
        margin-bottom: 32px;
    }
    .s_profile .hn_container {
        padding: 0 10px;
    }

    .s_profile__sidebar {
        height: auto;
        padding: 30px 20px;
    }
    .s_profile__sidebarContent {
        max-width: 100%;
    }
    .s_profile__blockGravatar {
        height: 100px;
        width: 100px;
    }
    .s_profile__blockGravatar img {
        transform: scale(1.15);
    }
    .s_profile__sidebar .if-not-a-valid-field {
        height: 32px;
        padding-bottom: 3px;
    }
    .s_profile__sidebar .if-not-a-valid-field p {
        font-size: 11px;
        line-height: 12px;
    }
    .s_profile__links {
        max-width: 100%;
    }
    .s_profile__logout {
        font-size: 15px;
        margin: -9px 0 0;
        text-align: left;
    }
    .s_profile__logout svg {
        margin-right: 19px;
        top: 7px;
    }

    .s_profile__linksItem {
        margin: 25px 0;
    }
    .wrap-whatsap-telagram-viber .filter__label,
    .hn_label_above_field {
        font-size: 14px !important;
        font-weight: 600 !important;
    }
    .hn_label_above_field {
        margin-bottom: 5px !important;
    }

    #s_profile_about_me_btn {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .s_profile__contentWrapButtons {
        justify-content: space-between;
    }
}
@media (max-width: 540.98px) {

    body.elementor-default.um-own-profile .um-account-main,
    body.page-template-default.um-own-profile .um-account-main {
        padding-left: 0;
        width: 100%;
    }
    body.elementor-default.um-own-profile .um-account-meta::after,
    body.page-template-default.um-own-profile .um-account-meta::after {
        max-width: 100%;
    }
    body.elementor-default.um-own-profile .um-button,
    body.page-template-default.um-own-profile .um-button {
        height: 50px !important;
        font-size: 15px !important;
        min-height: 50px !important;
        min-width: 170px;
        padding: 0 20px !important;
    }
    body.elementor-default.um-own-profile .um-col-alt-b,
    body.page-template-default.um-own-profile .um-col-alt-b {
        padding-top: 10px;
    }
    body.elementor-default.um-own-profile #um_field_0_user_login,
    body.page-template-default.um-own-profile #um_field_0_user_login {
        padding-top: 5px;
    }
}
@media (max-width: 400.98px) {
    .wrap-whatsap-telagram-viber .filter__label {
        font-size: 12px !important;
        margin: 0 6px 0 0 !important;
    }
    .hn_section_about_me__item:nth-last-child(2) {
        padding-right: 0 !important;
        width: 100%;
    }
    .wrap-whatsap, .wrap-telagram {
        margin-right: 10px !important;
    }

    .wrap-whatsap-telagram-viber .filter__label,
    .hn_label_above_field {
        font-size: 12px !important;
        font-weight: 600 !important;
    }

    .hn_section_about_me__item:last-child{
        padding-left: 10px !important;
    }
}

/* Step - Membership */
.s_profile__membershipTitle {
    color: #2d2d2d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-top: -32px;
}
.s_profile__membershipTitle::after {
    background-color: #E4E4E4;
    content: '';
    display: block;
    height: 1px;
    margin-top: 9px;
    width: 100%;
}
.s_profile__membershipItems {
    display: flex;
    flex-wrap: wrap;
    margin: 28px -32.5px -12px;
}
.s_profile__membershipItem {
    background-color: #fff;
    border: 2px solid #EAEAEA;
    display: flex;
    flex-direction: column;
    padding: 20px 15px 27px;
    margin-left: 32.5px;
    margin-right: 32.5px;
}
.s_profile__membershipItem:nth-child(1) {
    width: calc(37% - 66px);
}
.s_profile__membershipItem:nth-child(2) {
    width: calc(37% - 66px);
}
.s_profile__membershipItem:nth-child(3) {
    background-color: transparent;
    border-color: transparent;
    padding: 21px 0 0 0;
    width: calc(27% - 77px);
}
.s_profile__membershipItem.active {
    border-color: #EA3362;
}
.s_profile__membershipItem.active .s_profile__membershipItemButton {
    background-color: #EA3362;
}
.s_profile__membershipItemTitle {
    color: #EA3362;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
.s_profile__membershipItemList {
    margin-bottom: 35px;
    margin-left: 33px;
    margin-top: 19px;
    padding-left: 0;
}
.s_profile__membershipItemList li {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
}
.s_profile__membershipItemList li:not(:last-child) {
    margin-bottom: 17px;
}
.s_profile__membershipItemName {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 27px;
    text-align: center;
}
.s_profile__membershipItem .wrap-checkboxs {
    margin-bottom: 94px;
}
.s_profile__membershipItem label {
    align-items: center;
    cursor: pointer;
    display: flex;
    user-select: none;
}
.s_profile__membershipItem label:not(:last-child) {
    margin-bottom: 15px;
}
.s_profile__membershipItem .hn_custom_checkbox,
.s_profile__membershipItem .hn_custom_checkbox__checkbox {
    height: 28px;
    width: 28px;
}
.s_profile__membershipItem .filter__label {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    margin-left: 15px;
}
.s_profile__membershipItem .wrap-button {
    display: flex;
    justify-content: center;
    margin-top: auto;
}
.s_profile__membershipItemButton {
    align-items: center;
    background-color: #2d2d2d;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    height: 45px;
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    width: 200px;
}
.s_profile__membershipItem:nth-child(3) .s_profile__membershipItemTitle {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 133.333%;
    margin-bottom: 35px;
    text-align: center;
}
.s_profile__membershipItemText {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.s_profile__membershipItemWrapPromoField {
    margin-top: 20px;
}
.s_profile__membershipItemWrapPromoField label {
    color: #EA3362;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px !important;
    text-align: center;
}
.s_profile__membershipItemWrapPromoField input {
    align-items: center;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    height: 45px;
    display: block;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
}
@media (max-width: 1600.98px) {

    .s_profile__membershipItems {
        margin-left: -20px;
        margin-right: -20px;
    }
    .s_profile__membershipItem {
        margin-left: 20px;
        margin-right: 20px;
    }
    .s_profile__membershipItem:nth-child(1),
    .s_profile__membershipItem:nth-child(2),
    .s_profile__membershipItem:nth-child(3) {
        width: calc(33.3333% - 40px);
    }
    .s_profile__membershipItemTitle {
        font-size: 24px;
    }
    .s_profile__membershipItemList li {
        font-size: 20px;
    }
    .s_profile__membershipItem .filter__label {
        font-size: 18px;
    }
    .s_profile__membershipItemText {
        font-size: 15px;
    }
    .s_profile__membershipItemWrapPromoField label {
        font-size: 24px;
        margin-bottom: 18px !important;
    }
}
@media (max-width: 1366.98px) {

    .s_profile__membershipItems {
        margin-left: -12px;
        margin-right: -12px;
    }
    .s_profile__membershipItem {
        margin-left: 12px;
        margin-right: 12px;
    }
    .s_profile__membershipItem:nth-child(1),
    .s_profile__membershipItem:nth-child(2),
    .s_profile__membershipItem:nth-child(3) {
        width: calc(33.3333% - 24px);
    }
    .s_profile__membershipItemTitle {
        font-size: 21px;
    }
    .s_profile__membershipItemList li {
        font-size: 18px;
    }
    .s_profile__membershipItem .wrap-checkboxs {
        margin-bottom: 60px;
    }
    .s_profile__membershipItem .filter__label {
        font-size: 17px;
    }
    .s_profile__membershipItem:nth-child(3) .s_profile__membershipItemTitle {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .s_profile__membershipItemWrapPromoField label {
        font-size: 21px;
        margin-bottom: 15px !important;
    }
}
@media (max-width: 1280.98px) {

    .s_profile__membershipItemTitle {
        font-size: 18px;
    }
    .s_profile__membershipItemList {
        margin-left: 20px;
    }
    .s_profile__membershipItemList li {
        font-size: 16px;
    }
    .s_profile__membershipItemList li:not(:last-child) {
        margin-bottom: 12px;
    }
    .s_profile__membershipItemName {
        font-size: 20px;
    }
    .s_profile__membershipItem .wrap-checkboxs {
        margin-bottom: 40px;
    }
    .s_profile__membershipItem .filter__label {
        font-size: 16px;
    }
}
@media (max-width: 1099.98px) {
    .s_profile__membershipItems {
        margin-left: 0;
        margin-right: 0;
    }
    .s_profile__membershipItem {
        margin: 0 0 25px;
    }
    .s_profile__membershipItem:nth-child(1),
    .s_profile__membershipItem:nth-child(2),
    .s_profile__membershipItem:nth-child(3) {
        width: 100%;
    }
}
@media (max-width: 1024.98px) {

    .s_profile__membershipTitle {
        margin-top: 0;
    }
}
@media (max-width: 640.98px) {

    .s_profile__membershipItems {
        margin-top: 20px;
    }
}

.s_profile__contentButton, .s_profile__contentButton_white {
    white-space: wrap;
}

.s_profile__contentButton_white:hover svg path{
    fill: white;
    stroke: none;
}

.hn_section_rates::after {
    background-color: #E1E1E1;
    content: '';
    display: block;
    height: 1px;
    margin-bottom: 50px;
    margin-top: 50px;
    width: 100%;
}

/* Extras/Additional services */
.s_profile__sidebar {
    height: auto;
}

.s_profile__extras_content-title {
    color: #2d2d2d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-top: -9px;
}
.s_profile__extras_content-title::after {
    background-color: #E4E4E4;
    content: '';
    display: block;
    height: 1px;
    margin-top: 9px;
    width: 100%;
}
.hn_profile__prices {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    float: inline-end !important;
    margin-bottom: 50px;
    width: 100%;
}

.hn_profile__subscription{
    float: inline-end;
    width: 100%;
}

.hn_profile_veryfication_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 33, 39, 0.7);
    z-index: 2;
}

.hn_profile_veryfication_form{
    position: absolute;
    background-color: #000000;
    color: #fff;
    padding: 25px;
    z-index: 2;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 40%;
    font-size: 14px;
    padding-bottom: 0px;
}

.hn_profile_veryfication_form .forminator-error ul {
    padding: 0px;
}

.hn_profile_veryfication_form .forminator-error ul li{
    list-style: none;
    color: #EA3362;
}

.hn_profile_veryfication_form  .form-user-email{
    display: none;
}

.hn_profile_veryfication_form input{
    background: transparent;
    padding: 10px;
    font-size: 14px;
    color: white;
}

.hn_profile_veryfication_form span{
    font-size: 12px;
}

.hn_profile_veryfication_form .forminator-button{
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: #DD247A;
    border-radius: 12px 12px 12px 12px;
    padding: 10px 35px 10px 35px;
    color: white;
    float: right;
}

.hn_profile__price {
    background-color: #D9D9D9;
    border: none;
    display: flex;
    flex-direction: column;
    padding: 50px 45px;
    height: auto;
    width: 24%;
    margin-top: 28px;
    margin-bottom: 28px;
    /* padding: 20px 15px 40px; */
}

#s_profile_veryfication .hn_profile__price{
    margin-top: 0px;
    margin-bottom: 0px;
}

#s_profile_veryfication .hn_profile__price{
    width: 32%;
    padding: 50px 25px;
}

.hn_profile_subscription_violet{
    background-color: #AA3F97;
    color: #fff;
}

.hn_profile_subscription_pink{
    background-color: #EF0A6A;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 83px;
    border-radius: 20px;
}

.hn_profile__price label {
    align-items: center;
    display: flex;
    margin-top: 25px;
}
.hn_profile__price .filter__label {
    margin-left: 16px;
}
.hn_profile_subscription__price {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 18px;
}

.hn_profile__price_standard{
    display: flex;
    gap: 5px;
}

.hn_profile__price_standard .hn_profile_subscription__price{
    text-decoration: line-through;
    opacity: 0.5;
}

.hn_profile__price_standard .hn_profile_subscription__priceNew{
    color: #EF0A6A;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: normal;
    position: absolute;
    margin-top: 54px;
    transform: skew(-11deg, -6deg);
    text-shadow: #ffffff 6px 0 10px;
}

.hn_profile__priceTitle{
    font-size: 32px;
    /* font-family: 'Hey November'; */
    font-family: 'Kalam';
    margin: 0px;
    margin-bottom: 25px;
}

.hn_profile__priceList {
    list-style: none;
    padding-left: 0;
    height: 100%;
}

#s_profile_veryfication .hn_profile__priceList p{
    font-size: 10px;
}

.hn_profile__priceList_extra{
    list-style: none;
    padding-left: 0px;
}

.hn_profile__priceList_extra{
    height: 100%;
}

.hn_profile__priceList li, .hn_profile__priceList_extra li {
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    position: relative;
}

.hn_profile__priceList_extra li {
    padding-left: 0px;
}

.hn_profile__priceList_extra strong{
    font-weight: 800;
}

.hn_profile__priceList li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("https://misstyworld.com/wp-content/uploads/2024/05/icon_subscription.png");
}

.hn_profile__priceList_violet li:before {
    background-image: url("https://misstyworld.com/wp-content/uploads/2024/05/icon_subscription_2.png");
}

.hn_profile_subscription_violet_text, .hn_profile_subscription_pink_text{
    color: #fff;
}


.wrap-btn-buy{
    margin: 0 auto;
}

.wrap-btn-buy-pink{
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
}

#s_profile_veryfication .wrap-btn-buy-pink{
    margin-bottom: 0px;
}

.um-field-area {
    max-width:350px;
}

body.um-page-user .hn_wrap-article--favorite .hn_prewPerson__blockPhoto {
    padding-bottom: calc(123% + 1px) !important;
}
body.um-page-user .hn_wrap-article--favorite .hn_prewPerson__age {
    margin-top: 0 !important;
}
body.um-page-user .hn_wrap-article--favorite {
    margin-bottom: 0;
    margin-top: 0;
}
body.um-page-user .hn_wrap-article--favorite .hn_prewPerson__hashtags {
    padding-top: 10px !important;
}
body.um-page-user .hn_wrap-article--favorite .hn_prewPerson__hashtags p {
    margin-top: 0 !important;
}
body.um-page-user .hn_wrap-article--favorite .hn_prewPerson__bottom {
    padding: 9px !important;
}
body.um-page-user .hn_wrap-article--favorite .hn_prewPerson__blockLogo {
    flex: 0 0 40px !important;
}
body.um-page-user .hn_wrap-article--favorite .hn_prewPerson__wrap-name-age-city {
    padding-left: 8px !important;
}

#miniature-listing{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#s_profile_hot_offert_content #miniature-listing{
    height: auto;
    object-fit: cover;
}

#s_profile_hot_offert_content .listing-container{
    margin-bottom: 10px;
}

.s_profile_acount_type{
    text-align: center;
    margin-top: 5px;
}

.s_profile_acount_type strong{
    color: #EA3362;
    font-weight: 900;
}

@media (max-width: 1400px) {

    .hn_profile__price{
        width: 48%;
    }

    #s_profile_veryfication .hn_profile__price{
        width: 32%;
    }

}

@media (max-width: 1100px) {

    #s_profile_veryfication .hn_profile__price {
        width: 48%;
    }

}

@media (max-width: 800px) {
    body.um-page-user .hn_wrap-article--favorite .hn_prewPerson__city {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    .hn_profile__price {
        width: 48%;
    }

    .wrap-btn-buy{
        margin: 0 -20px;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 540px) {
    body.um-page-user .hn_wrap-article--favorite {
        margin-top: 15px;
    }

    .hn_profile__price{
        width: 100% !important;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    .hn_profile__prices{
        margin-bottom: 15px;
    }

    .um-field-area{
        max-width: 100%;
    }

}
@media (max-width: 430px) {
    body.um-page-user .hn_wrap-article--favorite {
        width: calc(100% + 15px) !important;
    }
}