
.girl-card {
    /* width: 100%; */
    width: 630px;
    border-radius: 16px;
    overflow: hidden;
    /* background: #111; */
    position: relative;
    z-index: 1;
}

.girl-card__gallery-track {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 8px;
    scroll-behavior: smooth;
    -ms-overflow-style: none; 
    scrollbar-width: none;    
}
.girl-card__gallery-track::-webkit-scrollbar {
    display: none;           
}

.girl-card__image-wrapper {
    position: relative;
    overflow: hidden;
}

.girl-card__image-wrapper figure{
    width: 100%;
    height: 100%;
}
.girl-card__image-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.girl-card__main-image {
    display: block;
    width: 100%;
    border-radius: 30px;
    background: white;
    object-fit: cover;
    height: auto; 
    max-height: 840px;
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}


.girl-card__gallery {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: -165px;
    padding: 0 10px;
}

.girl-card__gallery figure {
    z-index: 999;
    position: relative;
}

.girl-card__thumb {
    width: 110px;
    height: 140px;
    object-fit: cover;
    border-radius: 20px;
    opacity: 0.6;
    transition: 0.3s ease;
    cursor: pointer;
    z-index: 1;
}
.girl-card__thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--black);
    opacity: 0.84;
    border-radius: 20px;
    pointer-events: none;
}
.video_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.girl-card__thumb--active {
    border: 2px solid var(--white);
    opacity: 1;
}

.girls-card {
    flex: 0 0 auto;
    margin-right: 0; 
    
}




.modal-template__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.girl-main {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    padding: 50px 0 26px 0;
    width: 100%;
}
.girl-page__header {

}

.girl-page__header-inner {
    padding: 30px 0 0 0;
    max-width: 1520px;
    width: 79.16%;
    margin: 30px auto;
    background-color: #000;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(/wp-content/themes/girllondon/assets/img/new/girl_page_title-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.girl-page__name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 64px;
    line-height: 145%;
    text-align: center;
    color: var(--white);
    margin-bottom: 20px;
}

.girl-page__breadcrumb {
    max-width: max-content;
}

.girl-page__breadcrumb-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: var(--red);
    text-decoration: none;
}

.girl-page__breadcrumb-separator {
    color: var(--grey);
}

.girl-page__breadcrumb-current {
    color: var(--grey);
}






.girl-page__comment {}

.girl-page__comment-inner {
    max-width: 1520px;
    width: 79.16%;
    /* min-height: 533px; */
    background: url('/wp-content/themes/girllondon/assets/img/new/commment_bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    border-radius: 50px;
    padding: 50px 0 50px 0;
            margin-bottom: 70px;
}

.girl-page__comment-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 54px;
    line-height: 154%;
    text-align: center;
    color: var(--white);
    margin-bottom: 30px;
}

.girl-page__form {
    max-width: 100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.girl-page__form-row {
    width: 100%;
    display: flex;
    justify-content:center;
    column-gap: 30px;
    margin-bottom: 20px;
}

.girl-page__input-inner {
    width: 100%;
    max-width: 410px;
    min-height: 60px;
}

.girl-page__input {
    border-radius: 14px;
    width:100%;
    height:100%;
    background: var(--white);
}

.girl-page__form-group {
    max-width: 1290px;
    width: 100%;
    
}

.girl-page__textarea {
    border-radius: 14px;
    max-width: 1290px;
    min-height: 150px;
    width: 100%;
    background: var(--white);
    
}

.girl-page__form-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.girl-page__input, .girl-page__textarea {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--grey);
    padding: 20px 5px 20px 24px;
}


.girl-page__submit-btn {
    border-radius: 14px;
    padding: 19px 10px;
    width: 212px;
    height: 60px;
    background: var(--white);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: var(--black);
    margin-top: 30px;
}

.girl-page__submit-btn:hover { 
    color:#cdcdcd;
}

.card__contacts {
    border-radius: 30px;
    max-width: 630px;
    width: 100%;
    background: var(--black);
    display:flex;
    column-gap:20px;
    padding: 15px 23px;
}

.card__contact {
    display:flex;
    align-items: center;
    column-gap:15px;
}

.contact_img {}

.contact_img a {
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 14px;
    width: 50px;
    height: 50px;
    background: var(--white);
}

.contact_img img {}

.contact_data {}

.contact_a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--white);
    text-decoration:none;
}





.profile-info__pricing {
    border-radius: 30px;
    max-width: 630px;
    /* height: 183px; */
    background: var(--black);
    padding: 30px 22px;
}

.profile-info__title {
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: var(--white);
    margin-bottom: 20px;
}

.girl-prices__inner {
}

.girl-prices {
    display: flex;
    column-gap: 10px;
}

.girl-price {
    max-width: max-content;
}

.girl-price__hour-holder {
    margin-bottom: 10px;
}

.girl-price__hour {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 87%;
    text-align: center;
    color: var(--grey);
}


.girl-price__price-holder {
    border-radius: 14px;
    min-width: 89px;
    height: 50px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.girl-price__price {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--black);
}

.profile-info__decription {
    border-radius: 30px;
    max-width: 630px;
    min-height: 331px;
    background: var(--black);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profile-info__description-info-inner {
}

.profile-info__description-info {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    color: var(--white);
    max-height: 150px;
    overflow-y: auto;
}

.profile-info__description-languages {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}

.profile-info__description-languages-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--white);
}

.profile-info__description-languages-values {
    display: flex;
    column-gap: 30px;
}

.profile-info__description-languages-value {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--grey);
}



.profile-info__data-item {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--grey);
    display: flex;
    flex-direction: column;
    min-width: 59px;
    line-height: 97%;
}

.profile-info__data-item span {
    margin-bottom: 15px;
}


.profile-info__data-item strong {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--white);
}


.profile-info__details {
    border-radius: 30px;
    max-width: 630px;
    /* height: 156px; */
    background: var(--black);
    padding: 30px 38px;
}

.profile-info__data-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-info {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}


.comments {
    padding: 0 20px 70px;
}

.comments__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 54px;
    line-height: 154%;
    text-align: center;
    color: var(--black);
    margin-bottom: 30px;
}

.comments__list {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.comments__item {
    max-width: 630px;
    width: 100%;
    min-height: 245px;
    background: var(--black);
    border-radius: 30px;
    padding: 30px;
}

.comments__author {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--white);
}

.comments__date {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 14px;
    color: var(--grey);
}

.comments__text {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    color: var(--white);
}

.comments__author {
    margin-bottom: 10px;
}
.comments__date {
    margin-bottom: 15px;
}


.profile-info__description-info::-webkit-scrollbar {
  width: 2px;    
  height: 2px;   
}

.profile-info__description-info::-webkit-scrollbar-button {
  display: none;
}

.profile-info__description-info::-webkit-scrollbar-track {
  background: transparent; 
}

.profile-info__description-info::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 1px;       
}


@media (max-width: 1720px) {
    .girl-page__form {
        padding: 0 30px;
    }
}

@media (max-width: 1310px) {
    
    .girl-page__header-inner {
        padding: 24px 0 30px 0;
    }

    .girl-page__header-inner {
        width: 100%;
        border-radius: 0;
    }
    .girl-page__name {
        font-size: 54px;
        line-height: 154%;
        margin-bottom: 6px;
    }


    .girl-main {
        flex-direction: column;
        align-items: center;
        padding: 20px 0 70px 0;
    }
    .girl-card {
        margin-bottom: 20px;
    }
    .profile-info {
        padding: 0 20px;
        width: 100%;
        row-gap: 20px;
    }
    .profile-info__decription {
        max-width: 100%;
        row-gap: 20px;
        min-height: 263px;
    }

    .card__contacts, .profile-info__pricing, .profile-info__details {
        max-width: 100%;
    }

    .card__contacts {
        column-gap: 9.765625vw;
        justify-content: center;
    }

    .girl-prices {
        justify-content: center;
        column-gap: 4.1015625vw;
    }

    .profile-info__data-list {
        column-gap: 7.617875vw;
        justify-content:center;
    }

    .profile-info__description-info-inner {
        display: flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }

    .profile-info__description-info {
        max-width: 744px;
    }



    .girl-card__gallery  {
        padding: 0 10px 20px 10px;
    }
    .girl-page__form {
        padding: 0 20px;
    }

    .girl-page__comment-inner {
        width:100%;
        border-radius: 0;
        padding: 40px 0;
    }

    .girl-page__input {

    }
    

    
    .comments__list {
        column-gap:20px;
    }
    .girl-page__form-row {
        column-gap: 20px;
    }

}

@media (max-width: 768px) {

    .girl-page__name {
        margin-bottom: 0;
    } 

    .girl-page__name {
        font-size: 44px;
        line-height: 166%;
    }
    .girl-main {
        padding: 20px 0 50px 0;
    }
    .card__contacts {
        column-gap: 9.11458333vw;
    }
    .girl-prices {
        flex-wrap: wrap;
        column-gap: 3.90625vw;
    }
    .profile-info__data-list {
        column-gap: 8.72395833vw;
    }
    .girl-page__comment-title, .comments__title  {
        font-size: 44px;
        line-height: 166%;
    }
    .comments__list {
        flex-direction: column;
        row-gap: 20px;
    }
    .comments__item {
        max-width: 100%;
    }
    .girl-page__comment-inner {
        padding: 30px;
    }
    .comments {
        padding: 50px 20px;
    }

}

@media (max-width: 767px) {
    .girl-prices__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .girl-prices {
        max-width: 330px;
        row-gap: 15px;
    }
    .profile-info__data-list {
        max-width: 329px;
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .profile-info__details {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 750px) {
    .contact_data {
        display: none;
    }
}

@media (max-width: 568px) {
    .girl-page__breadcrumb {
        word-wrap: normal;
        max-width: 288px;
        max-height: 16px;
        overflow: hidden;
    }
    
    .girl-page__input-inner {
        max-width: 100%;
    }

    .girl-page__header-inner {
        padding: 15px 0 20px 0;
    }

    .girl-page__name {
        font-size: 34px;
        line-height: 112%;
        margin-bottom: 10px;
    }

    .girl-card__gallery {
        padding: 0 5px;
    }
    .card__contacts {
        column-gap: 10px;
    }
    .profile-info {
        padding: 0 5px;
    }
    .girl-main {
        padding:20px 0 40px 0;
    }
    .girl-card {
        width: 290px;
        margin-bottom: 10px;
    }
    .girl-card__main-image {
        height: 492px;
    }
    .girl-card__gallery {
        margin-top: 5px;
    }

    .profile-info__pricing {
        padding: 15px 11px 10px 11px;
        border-radius: 20px;
    }
    .profile-info__title {
        margin-bottom: 15px;
    }
    .girl-prices {
        row-gap: 15px;
        column-gap: 10px;
    }


    .profile-info__details {
        padding: 20px 5px;
        border-radius: 20px;
    }
    .profile-info__data-list {
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 15px;
    }
    .profile-info__data-item {
        min-height: 46.03px;
        line-height: 100%;
    }


    .profile-info__decription {
        padding: 20px 15px;
        row-gap: 15px;
    }
    .profile-info__description-info {
        max-height: 240px;
    }
    .profile-info__description-languages {
        row-gap: 15px;
    }

    .girl-page__comment-inner {
        padding: 20px 15px;
    }
    .girl-page__comment-title {
        font-size: 24px;
        line-height: 158%;
        margin-bottom: 15px;
    }


    .comments {
        padding: 40px 5px;
    }
    .comments__title {
        font-size: 24px;
        line-height: 158%;
    }
    .comments__item {
        /* min-height: 345px; */
    }

    .comments__author {
        margin-bottom: 10px;
    }
    .comments__date {
        margin-bottom: 18px;
    }

    .girl-page__form-row {
        flex-direction: column;
        row-gap: 10px;
    }
}
@media (max-width: 568px) {
    .girl-card__thumb{
        width: 93px;
        height: 100px;
    }
    .girl-card__gallery-track{
        gap: 5px;
    }
    .girl-card__gallery {
        padding: 0;
    }
}

