:root {
    --font-family: "Noto Sans", sans-serif;
    --second-family: "Open Sans", sans-serif;


    --text-h: #d8d8d8;
    --txt: #a4a2aa;
    --bg-3: #1c1429;
    --bg-2: #120b1d;
    --border: #201d27;
    --bg: #040306;
}

.main {
    background-image: url('/wp-content/themes/another-site/assets/images/new_icons/girls_bg_1920.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: start;
}

.section__model {}

.model {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding: 70px 0 50px 0;
}



.model__name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    color: var(--text-h);
    line-height: 84px;
}

.model__content {
    display: grid;
    grid-template-columns: 1fr 320px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "parameters  photo    price"
        "contacts    photo    services";
    gap: 20px;
    position: relative;
}


.model__linear-bg {
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 455px; */
    width: 100%;
    border-radius: 30px 6px;
    overflow: hidden;
}

.model__linear-bg:last-child {
    /* display: none; */
}

.model__contacts {}

.model__contacts-title-inner {}

.model__contacts-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-h);
    line-height: 25px;
}

.model__contacts-list {
    display: flex;
    column-gap: 25px;
    row-gap: 23px;
    flex-wrap: wrap;
}

.model__contacts-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px 6px;
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.06);
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.model__contacts-item-link {
    text-decoration: none;
    display: flex;
    column-gap: 10px;
}

.model__contacts-icon-inner {}

.model__contacts-icon {}

/*
.model__contacts-name-inner {
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .model__contacts-name {
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.model__contacts-name:hover {
    color: #e5a938;
    text-shadow: 0 0 10px 2px rgba(229, 169, 56, 0.6);
    -webkit-text-stroke: 1px #e5a938;
} */


.model__photos {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

.model__photo-inner {
    max-width: 320px;
    width: 100%;
    height: 480px;
    border-radius: 30px 4px;
    overflow: hidden;
    position: relative;
}

.model__photo {
    width: 100%;
    height: 100%;
    border-radius: 30px 4px;
    background-color: #fff;
    object-fit: cover;
}

.model__actions {}

.model__action {
    border-radius: 14px 6px;
    width: 50px;
    height: 50px;
    background: rgba(30, 31, 35, 0.8);
    transition: all 300ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.favorite_action:hover {
    background: #e5a938;
    box-shadow: 0 0 10px 2px rgba(229, 169, 56, 0.6);
}

.favorite_action:hover .model__action-icon {
    background: #000;
    padding: 6px 6px 5px 6px;
    border-radius: 14px 6px;
}

.model__action-icon {
    transition: all 300ms ease-in-out;
}

.model__arrows {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
}

.model__arrow-inner {
    border-radius: 14px 6px;
    width: 60px;
    height: 60px;
    background: #28282a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.model__arrow-inner:hover {
    box-shadow: 0 0 10px 2px rgba(229, 169, 56, 0.6);
}

.model__photo-arrow {}


.top_action {
    position: absolute;
    top: 20px;
    left: 20px;
}

.favorite_action {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.verified_action {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.left-arrow {}

.rigth-arrow {}


.model__price {}

.model__price-title-inner {}

.model__price-title {}

.model__price-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 38px;
    flex: 0 0 145px;
}

.model__price-item {
    min-width: 155px;
    max-width: 158px;
    height: max-content;
}

.model__price-text {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.model__price-value {
    color: #e5a938;
    margin-left: 5px;
}

.model__price-valute {
    color: #e5a938;
}

.model__price-booking-inner {}

.model__price-booking {
    border-radius: 20px 6px;
    max-width: 125px;
    width: 100%;
    background: #e5a938;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.model__price-booking:hover {
    box-shadow: 0 0 10px 2px rgba(229, 169, 56, 0.6);
}

.model__price-booking-link {
    text-decoration: none;
    line-height: 19px;
    padding: 20px;
    display: block;
    width: 100%;
    height: auto;
}

.model__price-booking-value {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #17181c;
}


.model__parametrs {}

.model__parametrs-title-inner {}

.model__parametrs-title {}

.model__parametrs-list {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 229px;
    column-gap: 24px;
    row-gap: 10px;
}

.model__parametrs-list.show {
    max-height: 100%;
    overflow: visible;
}

.model__parametrs-item {
    min-width: 141px;
    max-width: 229px;
    /* width: 100%; */
}

.model__parametrs-item-full_width {
    max-width: 100%;
}

.model__parametrs-item-value {}


.model__showmore-inner {
    display: none;
}

.model__showmore {}

.model__showmore-value {}


.model__services {}

.model__services-title-inner {}

.model__services-title {}

.model__services-list {
    display: flex;
    column-gap: 50px;
    row-gap: 10px;
    flex-wrap: wrap;
    max-height: 91px;
    overflow: hidden;
}

.model__services-list.show {
    max-height: 100%;
    overflow: visible;
}

.services__item-link {
    color: #fff;
}

.model__services-item {
    min-width: 145px;
}

.model__services-item:hover .model__services-value.contact-value {
    color: #E5A938;
}

.model__services-value {}


.model__languages {}

.model__linear-bg:last-child {
    /* position: absolute; */
    bottom: -290px;
    right: 10px;
}

.model__languages-title-inner {}

.model__languages-title {}

.model__languages-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 150px;
    width: 100%;
    column-gap: 30px;
    row-gap: 10px;
}

.model__languages-item {
    min-width: 59px;
}

.model__languages-value {}


.model__contacts,
.model__price,
.model__parametrs,
.model__services,
.model__languages {
    width: 100%;
    height: 100%;

    border-radius: 30px 6px;
    background: rgba(255, 255, 255, 0.06);
    padding: 30px;

    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.model__contacts {
    row-gap: 40px;
}

.content-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-h);
    line-height: 25px;
}

.contact-value {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-h);
    transition: all 300ms ease-in-out;
    line-height: 100%;
}

.contact-value a {
    color: inherit;
    transition: all 300ms ease-in-out;
}


.contact-value a:hover {
    color: #e5a938;
}

.mobile-valute,
.mobile-action {
    display: none;
}

.mobile-valute {
    margin-left: 3px;
}

.profile-grid__contacts {
    grid-area: contacts;
}

.profile-grid__services {
    grid-area: services;
}

.profile-grid__parameters {
    grid-area: parameters;
}

.profile-grid__photo {
    grid-area: photo;
}

.profile-grid__price {
    grid-area: price;
}

.profile-grid__languages {
    max-width: 455px;
}

/*Tabs*/
.custom-tabs {
    display: flex;
    margin-top: 50px !important;
}

.custom-tabs.hide {
    display: none;
}

#commentModal,
#faqModal {
    position: fixed !important;
    left: 0 !important;
    right: auto !important;
}

.faq-tab {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.tab-btn {
    padding: 0 20px;
    height: 60px;
    background: transparent;
    cursor: pointer;
    border: none;
    border-radius: 14px 6px;
    background: #28282a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    border-radius: 20px 6px;
    max-width: max-content;
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    transition: all 300ms ease-in-out;
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(216, 216, 216, 1);
    text-transform: uppercase;
    letter-spacing: 20%;
}

.tab-btn.active {
    background: #e5a938;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: rgba(23, 24, 28, 1);
    border-radius: 20px 6px;

}

.tab-btn.active:hover {
    box-shadow: 0 0 10px 2px rgba(229, 169, 56, 0.6);
}

.tab-btn:hover,
.create-btn:hover {
    box-shadow: 0 0 10px 2px rgba(229, 169, 56, 0.6);
}

.tab-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    position: absolute;
    left: 0;
    right: 0;
}

.tab-content.active {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
}

.create-btn {
    background: rgba(229, 169, 56, 1);
    height: 60px;
    border-radius: 20px 6px;
    width: auto;
    padding: 0 20px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(23, 24, 28, 1);
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: none;
    border: none;
}

.modal-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    text-align: center;
    color: var(--text-h);
    margin-bottom: 30px;
}

.modal-body form {
    display: flex;
    flex-flow: column;
}

#commentModal input,
#commentModal textarea,
#faqModal input,
#faqModal textarea {
    background: rgba(255, 255, 255, 0.07);
    border: none;
    box-shadow: none;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: var(--text-h);
}

#commentModal input::placeholder,
#commentModal textarea::placeholder,
#faqModal input::placeholder,
#faqModal textarea::placeholder {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: rgb(216, 216, 216, 0.3);
}

#commentModal input:focus-visible,
#commentModal textarea:focus-visible,
#faqModal input:focus-visible,
#faqModal textarea:focus-visible {
    outline: none;
}

#commentModal .girl-page__form-row,
#faqModal .girl-page__form-row {
    flex-flow: column;
    gap: 20px;
}

#commentModal textarea,
#faqModal textarea {
    border-radius: 20px 6px;
    max-width: 1290px;
    min-height: 170px;
    width: 100%;
    padding: 20px;
}

#commentModal input[type="text"],
#faqModal input[type="text"],
#commentModal input[type="email"],
#faqModal input[type="email"] {
    background: rgba(255, 255, 255, 0.06);
    width: 100%;
    border-radius: 20px 6px;
    height: 60px;
    padding: 0 20px;
}

#commentModal .create-btn,
#faqModal .create-btn {
    margin-top: 30px;
}

.modal-body .girl-page__form {
    padding: 0;
}

.create-btn:hover {
    color: #FFFFFF;
    border: none;
    overlay: none;
}

.form-success-popup {
    background: #161616;
    padding: 50px;
    border-radius: 50px;
    box-shadow: 0 10px 47px 0 rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
    text-align: center;
    animation: fadeInUp 0.3s ease;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.form-success-popup p {
    color: var(--text-h);
}

/*Faq block*/
.faq-block {
    margin-bottom: 20px;
    padding: 0;
    border-radius: 20px;
    max-width: 100%;
}

.faq-question {
    cursor: pointer;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 30px 6px;
    padding: 30px 24px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 15px;
}

.faq-question footer {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

.faq-question .reply,
.answer .reply {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    leading-trim: both;
    text-edge: cap;
    color: #777777;
    cursor: pointer;
}

.answer .reply {
    margin-top: 15px;
}

.likes-buttons {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-left: 0;
    margin-right: auto;
}

.like-buttons-item {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
    border-radius: 14px 6px;
    background: rgba(255, 255, 255, 0.06);
    height: 50px;
    padding: 0 15px;
}

.like-count,
.dislike-count {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    leading-trim: both;
    text-edge: cap;
    color: rgba(229, 169, 56, 1);
}

.faq-question p,
.faq-question h2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--txt);
}

.question-header,
.answer-header {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.answer-header {
    margin-bottom: 15px;
}

.faq-block .author {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--text-h);
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.faq-block .answer-header .author {
    color: var(--text-h);
}

.faq-block time {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--txt);
    margin-left: auto;
}

.open-answers,
.hide-answers {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    leading-trim: both;
    text-edge: cap;
    color: var(--txt);
    cursor: pointer;
    margin-top: 5px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin: 0 auto;
    height: 50px;
    padding: 0 20px;
    width: max-content;
}

.open-answers {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 14px 6px;
    color: rgba(229, 169, 56, 1);
}

.hide-answers {
    display: none;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin: 15px auto 0 auto;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 14px 6px;

}

.answers-list {
    display: none;
    margin-top: 20px;
    padding-left: 40px;
    flex-flow: column;
    gap: 20px;
}

.answer {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.06);
    border-radius: 30px 6px;
    padding: 30px;
    margin-left: 30px;
}

.answer-content p {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--txt);
}

/*Comments*/
.comments_block {
    width: 100%;
    margin: 0 auto 20px auto;
}

.reviews_h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    color: #d8d8d8;
    line-height: 84px;
    margin-bottom: 20px;
}

.comment_name {
    width: 290px;
    height: 60px;
    border-radius: 20px 6px;
    margin-right: 30px;
}

.comment_name input {
    width: 100%;
    height: 100%;
    padding: 16px 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #d8d8d8;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 20px 6px;
    border: none
}


.star_rating {
    display: flex;
    gap: 5px;
    cursor: pointer;
    color: #2d2d2d;
}

.star_rating span {
    width: 21px;
    height: 21px;
    position: relative;
}

.star_rating span::before,
.star_rating span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.star_rating span::before {
    background-size: 21px 21px;
    background-image: url('./../../images/star-empty.svg');
}

.star_rating span::after {
    background-size: 21px 21px;
    background-image: url('./../../images/star.svg');
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.star_rating span.hover::after,
.star_rating span.selected::after {
    opacity: 1;
}

.comment_name_rating {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.comment_text_value {
    border-radius: 20px 6px;
    padding: 20px;
    width: 100%;
    height: 170px;
    background: rgba(255, 255, 255, 0.06);
    border: none;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #d8d8d8;
    margin-bottom: 20px;
}

.send_comment {
    border-radius: 20px 6px;
    padding: 21px 20px;
    background: #e5a938 !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #17181c;
    cursor: pointer;
    margin: 0 auto;
    border: none;
}


@media (max-width: 1310px) {
    .main {
        background-image: url('/wp-content/themes/another-site/assets/images/new_icons/girls_bg_1024-768.webp');
    }

    .model__linear-bg:last-child {
        position: sticky;
    }

    .model__linear-bg {
        width: auto;
    }

    .desktop-action {
        display: none;
    }

    .mobile-action {
        display: flex;
    }

    .favorite_action {
        bottom: auto;
        top: 20px;
    }

    .verified_action {
        bottom: auto;
        top: 80px;
    }

    .model__arrows {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        display: flex;
        justify-content: space-between;
        z-index: 3;
    }

    .model__linear-bg {
        max-width: 100%;
    }

    .model__content {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .profile-grid__contacts {
        width: 100%;
        max-width: 986px;
        margin: 0 auto;
        order: 1;
    }

    .profile-grid__photo {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 2;
    }

    .profile-grid__price {
        max-width: 46vw;
        width: 100%;
        order: 4;
    }

    .profile-grid__parametrs {
        max-width: 47.07vw;
        width: 100%;
        order: 3;
    }

    .profile-grid__services {
        max-width: 74.36vw;
        width: 100%;
        order: 5;
    }

    .model__linear-bg:last-child {
        display: flex;
        order: 6;
    }

    .model__services-item {
        min-width: 175px;
    }

    .model__name-inner {
        max-width: 986px;
        width: 100%;
        margin: 0 auto;
    }

    .profile-grid__languages {
        max-width: 27.64vw;
    }

    .model {
        padding: 40px 20px 50px 20px;
    }

    .model__content {
        justify-content: space-between;
    }

    .model__contacts-list {
        column-gap: 28px;
    }

    .model__contacts {
        row-gap: 20px;
    }
}

@media (max-width: 1150px) {
    .profile-grid__services {
        max-width: 72.36vw
    }
}

@media (max-width: 992px) {
    .model__price-list {
        column-gap: 5px;
    }

    .profile-grid__price {
        max-width: 46vw;
    }

    .profile-grid__parametrs {
        max-width: 46vw;
    }

    .profile-grid__services {
        max-width: 66.38vw;
    }

    .model__contacts,
    .model__price,
    .model__parametrs,
    .model__services,
    .model__languages {
        padding: 20px;
    }

    .model__name {
        font-size: 54px;
    }
}

@media (max-width: 820px) {
    .model__parametrs-list {
        max-height: 228px;
        overflow: hidden;
    }

    .profile-grid__services {
        max-width: 64.38vw;
    }

    .profile-grid__services {}

    .model__services-list {
        column-gap: 10px;
    }

    .model__services-item {
        min-width: 30%;
    }

    .profile-grid__price {
        max-width: 44vw;
    }

    .profile-grid__parametrs {
        max-width: 46vw;
    }

    .model__price-list {
        column-gap: 15px;
        justify-content: flex-start;
    }

    .model__price-item {
        min-width: auto;
        flex: 0 0 48%;
    }

    .model__content {
        column-gap: 0;
    }
}

@media (max-width: 775px) {
    .model__contacts-list {
        column-gap: 14px;
    }
}

@media (max-width: 767px) {
    .model__contacts-icon-inner {
        border-radius: 14px 6px;
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.06);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 300ms ease-in-out;
    }

    .model__contacts-icon-inner:hover {
        background: #e5a938;
    }

    .model__contacts-icon {
        transition: all 300ms ease-in-out;
    }

    .model__contacts-icon-inner:hover .model__contacts-icon {
        background: #000;
        border-radius: 14px 6px;
        padding: 6px 6px 4px 6px;
    }

    .model__contacts-name-inner {
        display: none;
    }

    .model__contacts-item {
        width: max-content;
        height: max-content;
        background: inherit;
    }
}

@media (max-width: 680px) {
    .content-title {
        font-size: 15px;
    }

    .contact-value {}

    .model {
        row-gap: 15px;
    }

    .model__content {
        row-gap: 10px;
    }

}


@media (max-width: 580px) {
    .main {
        background-image: url('/wp-content/themes/another-site/assets/images/new_icons/girl_bg_320.webp');
    }

    .model__name {
        font-size: 28px;
        margin-left: 10px;
        line-height: 38px;
    }

    .model__photo-inner {
        max-width: 290px;
        height: 436px;
    }

    .favorite_action {
        top: 10px;
        right: 10px;
    }

    .top_action {
        top: 10px;
        left: 10px;
    }

    .verified_action {
        top: 70px;
        left: 10px;
    }

    .model__arrows {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .model__price-value {
        display: flex;
    }

    .model__price-valute {
        line-height: auto;
    }

    .mobile-valute {
        display: block;
        margin-top: -4px;
        font-size: 9px;
    }

    .desktop-valute {
        display: none;
    }
}

@media (max-width: 560px) {

    .model {
        padding: 20px 5px 30px 5px;
    }

    .model__contacts-list {
        column-gap: 7px;
    }

    .profile-grid__parametrs,
    .profile-grid__price,
    .profile-grid__services,
    .profile-grid__languages {
        max-width: 100%;
        width: 100%;
    }

    .model__contacts,
    .model__price,
    .model__parametrs,
    .model__services,
    .model__languages {
        padding: 15px;
        row-gap: 15px;
    }

    .model__price-list {
        column-gap: 10px;
        justify-content: space-between;
        flex: 0 0 0;
    }

    .model__contacts-list {
        flex-wrap: nowrap;
    }

    .profile-grid__price {
        order: 3;
    }

    .profile-grid__parametrs {
        order: 4;
    }

    .model__price-booking {
        max-width: 100%;
        text-align: center;
        padding: 8px 20px;

    }

    .model__parametrs-list,
    .model__services-list {
        column-gap: 0;
        justify-content: space-between;
        max-height: 98px;
        row-gap: 10px;
    }

    .model__parametrs-item,
    .model__services-item {
        min-width: 49%;
        max-width: 49%;
    }

    .model__showmore-inner {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .model__showmore-value {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        text-align: center;
        color: #e5a938;
        line-height: 100%;
    }

    .model__price-list {
        row-gap: 10px;
    }

    .model__price-item {
        min-width: 104px;
    }

    /* .model__parametrs-item-value {
        line-height: 160%;
    } */
    .contact-value {
        line-height: 160%;
    }
}


.section__about-girl {}

.about-girl {}

.about-girl__header {}

.about-girl__tabs {}

.about-girl__tab {
    border-radius: 20px 6px;
    padding: 12.5px 20px;
    max-width: 118px;
    width: 100%;
    background: #e5a938;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.about-girl__tab:hover {
    box-shadow: 0 0 10px 2px rgba(229, 169, 56, 0.6);
}

.about-girl__value {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #17181c;
}

.about-girl__tab-container {}

.about-girl__content-inner {}

.about-girl__content {
    /* max-width: 800px; */
}

.about-girl__content-title-inner {}

.about-girl__content-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    color: var(--text-h);
}

.about-girl__content-subtitle-inner {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.about-girl__content-subtitle {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--txt);
}


.about-girl__related {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 30px 0 70px 0;
}

.about-girl__related-title-inner {}

.about-girl__related-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    color: var(--text-h);
    line-height: 84px;
}

.about-girl__related-girls {
    position: relative;
    max-height: 460px;
    overflow: hidden;
}

.about-girl__related-girls-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.about-girl__related-actions-inner {
    display: none;

}

.about-girl__related-actions {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    left: 5px;
    right: 5px;
    transform: translateY(-50%);
    padding: 0 10px;

}

.about-girl__related-action {}

.girl__related-left-arrow {
    border-radius: 6px 14px 14px 6px;
    width: 60px;
    height: 60px;
    background: rgba(30, 31, 35, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.girl__related-right-arrow {
    border-radius: 14px 6px 6px 14px;
    width: 60px;
    height: 60px;
    background: rgba(30, 31, 35, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-girl__related-girls-wrapper {
    display: flex;
    overflow: hidden;
    width: 100%;
    /* або конкретна ширина */
    position: relative;
    transition: transform 0.5s ease;
    flex-wrap: wrap;
}

.girlcards__inner {
    transition: opacity 0.3s ease;
}


.fade-out-left {
    animation: fadeOutLeft 0.5s forwards;
}


#mediaSlider {
    position: relative;
    overflow: hidden;
}

.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 0;
    pointer-events: none;
    display: block;
}

.slider-item.active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}

.modal_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    z-index: 2;
}

.review_message_modal {
    position: fixed;
    background: var(--bg);
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 500px;
    border-radius: 30px 0 30px 0;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    background: var(--bg);
    transition: transform .3s ease, opacity .3s ease;
}

.modal_title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: var(--text-h);
}

.modal_text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 165%;
    text-align: center;
    color: var(--text-h);
}

.modal_overlay.active,
.review_message_modal.active {
    opacity: 1;
    visibility: visible;
}

.review_message_modal.active {
    transform: translate(-50%, -50%) scale(1);
}

.comments__item-content {
    margin-bottom: 20px;
}

.model__name-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prev_next_girls {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.prev_girls,
.next_girls {
    padding: 16px 20px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-family: var(--font-family);
    line-height: 18px;
    color: #d8d8d8;
    background: #17181c;
    border-radius: 14px 6px;
    text-decoration: none;
}

.prev_girls {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.prev_girls img {
    transform: rotate(180deg);
}

.next_girls {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.prev_girls:hover,
.next_girls:hover {
    background: #E5A938;
}

.prev_girls:hover span,
.next_girls:hover span {
    color: #17181c;
}

.prev_girls:hover img,
.next_girls:hover img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(2%) saturate(3006%) hue-rotate(191deg) brightness(94%) contrast(100%);
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-50px);
    }
}


@media (max-width: 1310px) {
    .about-girl__content {
        max-width: 100%;
    }

    .about-girl {
        padding: 0 20px;
    }

    .about-girl__content-title {
        line-height: 74px;
    }

    .about-girl__tabs {
        display: flex;
        flex-direction: column;
        row-gap: 40px;
    }

    .about-girl__content {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .about-girl__related {
        padding: 30px 0 50px 0;
    }

    .about-girl__related-girls-wrapper {
        column-gap: 20px;
    }

    .about-girl__related-actions {
        left: 22px;
        right: 22px;
    }
}

@media (max-width: 1000px) {
    .about-girl__related-girls {
        max-height: 355px;
    }
}

@media (max-width: 980px) {

    .about-girl__content-title {
        font-size: 54px;
    }

    .about-girl__tabs {
        row-gap: 30px;
    }

    .about-girl__related-title {
        font-size: 54px;
        line-height: 74px;
    }

    .about-girl__related-actions {
        left: 1px;
        right: 1px;
    }
}

@media (max-width: 767px) {
    .about-girl__content-title {
        font-size: 28px;
        line-height: 38px;
    }

    .about-girl__content-subtitle-inner {
        row-gap: 10px;
    }

    .about-girl__tabs {
        row-gap: 15px;
    }

    .about-girl__content {
        row-gap: 10px;
    }

    .about-girl__related {
        padding: 30px 0 40px 0;
    }
}

@media (max-width: 680px) {
    .about-girl__related-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 580px) {
    .about-girl__related-girls {
        max-height: 355px;
    }
}

@media (max-width: 497px) {
    .about-girl__related-girls {
        max-height: 430px;
    }

    .about-girl__related-actions {
        left: 2px;
        right: 2px;
    }
}

@media (min-width: 768px) {
    .model__contacts-item:hover {
        box-shadow: 0 0 10px 2px rgba(229, 169, 56, 0.6);
    }
}

@media (max-width: 768px) {
    .prev_next_girls {
        position: fixed;
        right: 0;
        top: 80px;
        z-index: 999;
        gap: 5px;
    }
}

@media (min-width: 1300px) {
    .comments_block {
        width: 1290px;
        margin: 0 auto 70px auto;
    }
}

/*Comments styles*/
span.count-reviews {
    font-weight: 400;
    font-size: 62px;
    line-height: 84px;
    color: #E5A938;
}

.comments {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    margin-bottom: 70px;
    margin-top: 50px;
}

.comments__item {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 30px 6px;
    padding: 30px;
    width: 100%;
    height: auto;
}

.comments__item:not(:last-child) {
    margin-bottom: 20px;
}

.comments__item p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--txt);
}

.comments__item p:not(:last-child) {
    margin-bottom: 20px;
}

.comments__item-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.comment-author {
    flex: 0 0 auto;
    width: auto;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--text-h);
}

.comment-date {
    margin-right: 0;
    margin-left: auto;
    flex: 0 0 auto;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    color: var(--txt);
}

.comment-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    width: 100%;
    max-width: 91px;
    margin-left: 20px;
}

.comment-rating img {
    width: 21px;
    height: 21px;
}


@media screen and(min-width: 630px) {
    .comments_block {
        margin: 0 auto 50px auto;
    }

    .comments,
    .comments_block,
    .comment_text_value {
        max-width: 630px;
    }
}

@media (max-width: 629px) {
    .comments {
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .comments {
        padding: 0 5px;
        max-width: 97%;

    }

    .comments_block {
        width: calc(100% + 40px);
        margin: 0 -20px;
        padding: 0;
    }

    .comment-rating {
        margin-bottom: 1px;
    }

    .comments_form {
        padding: 0 15px;
    }

    .comments__item-header {
        margin-bottom: 15px;
    }
}

@media (max-width: 450px) {
    .comments__item {
        padding: 15px;
    }

    .comments__item p {
        font-size: 15px;
        line-height: 24px;
    }

    .about-girl__related {
        padding-bottom: 15px;
    }

    .model__price-booking {
        padding: 0;
    }

    .model__price-booking-link {
        padding: 15px 20px;
    }

    .comments {
        margin-top: 40px;
    }

    .comment-rating img,
    .star_rating img,
    .star_rating span {
        width: 21px;
        height: 21px;
    }

    .comment_name_rating {
        flex-flow: column;
        align-items: flex-start;
        row-gap: 15px;
    }

    .send_comment {
        width: 100%;
        margin-bottom: 40px;
        padding: 17px 20px;
    }

    .comment_name {
        width: 100%;
        margin-right: 0;
    }

    .comment_text_value {
        margin-bottom: 15px;
    }

    .reviews_h2 {
        margin-bottom: 20px;
    }

    .reviews_h2,
    .reviews_h2 span {
        font-size: 28px;
        line-height: 100%;
    }
}

@media (max-width: 375px) {
    .comment-rating img {
        width: 15px;
        height: 15px;
    }
}