.top-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 70px;
    flex: 0 0 100%;
    max-width: 100% !important;
}

.left-wrap {
    /* width: calc(50% + 100px);
    max-width: 780px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    z-index: 2; */
    height: auto;
    min-height: 307px;
    /* txt */
    /* white 10% */
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 50px;
    padding: 40px 50px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.left-wrap * {
    position: relative;
    z-index: 2;
}

.left-wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(234, 223, 130, 0.34) inset;
    backdrop-filter: blur(20px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50px;
}

.left-wrap p {
    margin: 0;
}

.left-wrap a {
    margin-top: 10px;
}

.right-wrap {
    width: 50%;
    max-width: 640px;
    position: relative;
    z-index: 1;
    height: 500px;
    margin: 0 0 0 auto;
    overflow: hidden;
    border-radius: 100p;
    overflow: hidden;
}

.right-wrap::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    /* blur */
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
}
/* 
.girl-card {
    animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
} */

.right-wrap img {
    width: 100%;
    max-width: 640px;
    height: auto;
    border-radius: 100px;
}

.page-title.main-title {
    font-size: 55px;
    line-height: 79px;
    margin: 0;
}

.carousel-slides {
    position: relative;
    height: 500px;
    overflow: hidden;
    border-radius: 100px;
    width: 100%;

}

.slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all 1s ease;
    border-radius: 100px;
}

.slide.active {
    left: 0;
    opacity: 1;
}

.slide.prev {
    left: -100%;
}

.carousel-lines {
    display: flex;
    gap: 10px;
    position: absolute;
    left: auto;
    bottom: 0;
    right: 685px;
}


.line {


    width: 35px;
    height: 5px;


    background: rgba(0, 0, 0, 0.24);

    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.line::before {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(234, 223, 130, 0.34) inset;
    backdrop-filter: blur(20px);
    z-index: 0;
}

.line.active-line {
    width: 70px;
}

.line.active-line .line-progress {
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
}

.line-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.24);
    transition: width linear;
}

.new-girls {
    margin-bottom: 70px;
    flex: 0 0 100%;
    display: flex;
    flex-flow: column;
    max-width: 100% !important;
}

.section-intro {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.section-intro h2 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 450px;
    margin: 0;
}

.intro-desciption {
    flex: 1;
    width: 100%;
    max-width: 710px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 30px;
    gap: 30px;
    /* white 10% */
    background: rgba(255, 255, 255, 0.1);
    /* blur */
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    border-radius: 24px;
}

.intro-desciption p {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.74);
}

.see-more {
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.see-more:hover img {
    transform: rotate(90deg);
}

.see-more.link span {
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.see-more.link:hover span {
    background: linear-gradient(90deg, #0A0A0A 0%, #171502 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.popular-girls {
    margin-bottom: 70px;
    display: flex;
    flex-flow: column;
    max-width: 100% !important;
}
.search-section{
    display: none;
}
/*Garantied list*/
section.garantied {
    display: flex;
    flex-flow: column;
    margin-bottom: 70px;
    max-width: 100%;

}

section.garantied h2 {
    margin: 0 0 40px 0;
}

.garantied-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    gap: 20px;
}

.garantied-list::before {
    display: block;
    display: block;
    content: '';
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    opacity: 14%;
    width: 250px;
    height: 250px;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
    border-radius: 50%;
    position: absolute;
}

.garantied-list__item {
    flex: 0 0 calc((100% - 40px) / 3);
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    gap: 10px;
    background: rgba(0, 0, 0, 0.24);
    border-radius: 24px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.garantied-list__item::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 24px;
}

.garantied-list__item-icon {
    position: relative;
    z-index: 1;
    margin: 0 auto 10px auto;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.garantied-list__item-icon img {
    position: relative;
    z-index: 2;
}

.garantied-list__item-icon::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
}

.garantied-list__item-title {
    position: relative;
    z-index: 1;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0;
}

.garantied-list__item-desciption {
    position: relative;
    z-index: 1;

}

.garantied-list__item-desciption p {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.74);
    margin: 0;
}

/*Help section*/
.help-section {
    background: rgba(255, 255, 255, 0.1);
    padding: 50px 50px;
    border-radius: 24px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 70px;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 100%;

}

.help-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(234, 223, 130, 0.34) inset;
    backdrop-filter: blur(20px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 24px;
}

.help-section-text {
    flex: 1;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.help-section__title {
    font-family: var(--font-title);
    max-width: 1000px;
    height: 132px;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 66px;
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0;
    max-width: 555px;
}

.help-section__description {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.contact-us-link {
    height: 60px;
    width: max-content;
    background: var(--light-bg);
    border-radius: 100px;
    padding: 0 40px;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: max-content;
    position: relative;
    overflow: hidden;
}

.contact-us-link span {
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    z-index: 1;
}

.contact-us-link::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(234, 223, 130, 0.34) inset;
    backdrop-filter: blur(20px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 100px;
}

.contact-us-link:hover span,
.contact-us-link:focus span,
.contact-us-link:visited span {
    background: linear-gradient(90deg, #0A0A0A 0%, #171502 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.help-section__description p {
    margin: 0;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.74);
}

.help-contacts {
    flex: 0 0 170px;
    width: 100%;
    max-width: 170px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.msg-link {
    flex: 0 0 calc(50% - 10px);
    height: 70px;
    width: 100%;
    background: var(--main);
    border-radius: 100px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.msg-link:hover,
.contact-us-link:hover {
    background: var(--accent);
}

.help-contacts-logo {
    width: 70px;
    height: 70px;
}

.messanger-links {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto;
}

.messanger-links .contacts-list__item-icon {
    height: 70px;
    width: 70px;
    border-radius: 100px;
}

.messanger-links .contacts-list__item-icon:hover {
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
}

/*Services list*/
section.services {
    display: flex;
    flex-flow: column;
    margin-bottom: 70px;
    max-width: 100%;
}

section.services h2 {
    margin: 0;
    width: 100%;
}

.services-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    gap: 20px;
}

.services-list::before {
    display: block;
    content: '';
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    opacity: 14%;
    width: 500px;
    height: 500px;
    left: 50%;
    top: 23%;
    transform: translateX(-50%);
    border-radius: 50%;
    position: absolute;
}

.services-list__item {
    flex: 0 0 calc((100% - 20px) / 2);
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px;
    gap: 10px;
    /* black 24% */
    background: rgba(0, 0, 0, 0.24);
    border-radius: 24px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.services-list__item::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 24px;
}

.services-list__item-title {
    position: relative;
    z-index: 1;
    font-family: var(--font-title);
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0;
    text-align: left;
}

.services-list__item-description {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.services-list__item-description * {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.74);
    margin: 0;
}

.services-list__item-description ul {
    list-style-type: none;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.services-list__item-description ul>li {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    flex: 0 0 auto;
    width: auto;
    position: relative;
    padding-left: 20px;
}

.services-list__item-description ul>li::before {
    display: block;
    position: absolute;
    content: '';
    background: var(--accent);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.services-list__item-description a {
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/*Faq section*/
.faq-section {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: 100% !important;
    gap: 20px;
    margin-bottom: 70px;
}

.faq-title {
    width: 100%;
    flex: 0 0 100%;
    margin: 0 0 20px 0;
}

.faq-item {
    flex: 0 0 calc(50% - 10px);
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 0;
    border-radius: 24px;
    padding: 30px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 10px;
}

.faq-item::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
}

.faq-question {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0;
    position: relative;
    z-index: 2;
}

.faq-answer {
    position: relative;
    z-index: 2;
}

.faq-answer p {
    margin: 0;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.74);
}

/*Reviews*/
.reviews-section {
    width: 100%;
    max-width: 100% !important;
    display: flex;
    flex-flow: column;
    gap: 40px;
    margin-bottom: 70px;
}

.reviews-section h2 {
    margin: 0;
}

.reviews {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    position: relative;
}

.reviews::before {
    display: block;
    display: block;
    content: '';
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    opacity: 14%;
    width: 250px;
    height: 250px;
    left: 50%;
    top: 27%;
    border-radius: 50%;
    transform: translate(-50%, 0);
    position: absolute;
}

.reviews-item {
    flex: 0 0 calc((100% - 20px) / 2);
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    padding: 30px 30px;
    gap: 10px;
    /* black 24% */
    background: rgba(0, 0, 0, 0.24);
    border-radius: 24px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    gap: 20px;
}

.reviews-model__image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.reviews-model__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
}

.reviews-item::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 24px;
}

.reviews-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.reviews-item:hover .reviews-model__name {
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.reviews-item:hover::before {
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
}

.reviews-model,
.reviews-item__content {
    position: relative;
    z-index: 1;
    flex: 1;
}

.reviews-model {
    flex: 0 0 120px;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
    margin: auto 0;
}

.reviews-model__name {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.reviews-item__content-wrapper p {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
}

.review-header {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
}

.reviews-item__date {
    margin: 0 0 0 auto;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    color: rgba(255, 255, 255, 0.74);
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-header__author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 auto;
    max-width: max-content;
    gap: 20px;
}

.review-header__author-name {
    display: flex;
    flex-flow: row;
    max-width: max-content;
    margin: 0;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.74);
}

.review-item__rating {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    height: 38px;
    padding: 0 10px;
    border-radius: 24px;
}

span.review-item_stars {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-item__info {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
}

/*Subscribe*/
.subscribe {
    display: flex;
    flex-flow: row;
    gap: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 70px;
    width: 100%;
}

.subscribe::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
}

.subscribe-content {
    display: flex;
    flex-flow: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    flex: 0 0 480px;
    position: relative;
    z-index: 1;
    margin-left: auto;
}

.subscribe-form {
    margin-top: 10px;
    flex: 0 0 auto;
    height: 60px;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
}

.subscribe-form::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(234, 223, 130, 0.34) inset;
    backdrop-filter: blur(20px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 100px;
    overflow: hidden;
}

.subscribe-form .subscribe-email {
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    box-shadow: none;
    border: none;
    outline: none;
    padding-left: 24px;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.74);
}

.subscribe-email::placeholder {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.74);
}

.subscribe-form .subscribe-send {
    position: absolute;
    right: 5px;
    top: 5px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 30px;
    border-radius: 100px;
    height: 50px;
    border: none;
    cursor: pointer;
}

.subscribe-form .subscribe-send span {
    position: relative;
    z-index: 1;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;

    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.subscribe-form .subscribe-send::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(234, 223, 130, 0.34) inset;
    backdrop-filter: blur(20px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
}

.subscribe-form .subscribe-send:hover {
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);

}

.subscribe-form .subscribe-send:hover span {
    background: linear-gradient(90deg, #0A0A0A 0%, #171502 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.subscribe-title {
    margin: 0;
}

.subscribe-description {
    margin: 0;
}

.subscribe-image {
    border-radius: 20px;
    width: 100%;
    max-width: 710px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.subscribe-image img {
    object-fit: cover;
    object-position: center;
}



.subcategory-nav {
    width: 100%;
}

.subcategory-nav-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.subcategory-nav-list-item {
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
    background: var(--black-240);
    border-radius: 24px;
    transition: all 0.3s ease;
    display: flex;
}

.subcategory-nav-list-item_link {
    border-radius: 24px;
    padding: 20px;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 15px;
}

.subcategory-mobile-wrapper {
    display: none;
}


.category-icon-nationality{
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.subcategory-nav-list-item:hover .category-icon,
.subcategory-nav-list-item:active .category-icon {
    filter: invert(75%) sepia(72%) saturate(727%) hue-rotate(333deg) brightness(101%) contrast(92%);

}

.subcategory-nav-list-item:hover a .category-icon {
    filter: invert(107%) sepia(62%) saturate(727%) hue-rotate(333deg) brightness(101%) contrast(92%);
}

.subcategory-nav-list-item:hover,
.subcategory-nav-list-item:active {
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
    background: var(--white-100);
}

.subcategory-nav-list-item:hover .subcategory-nav-list-item_link,
.subcategory-nav-list-item:active .subcategory-nav-list-item_link {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    background: linear-gradient(90deg, #eadf82 0%, #efa75e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* filtration */

.filter-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    width: 100%;
    margin-top: 50px;
    justify-content: space-between;

}

.filter-list {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 22;
}

.filter-list.active {
    display: flex;
}

.filter-reset-btn {
    opacity: 0;
    visibility: hidden;
    border-radius: 50px;
    padding: 20px;
    cursor: pointer;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
    background: var(--black-240);
    transition: opacity 0.3s ease-in;
    display: none;
    height: 60px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.filter-reset-btn_label {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    background: linear-gradient(90deg, #eadf82 0%, #efa75e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.filter-reset-btn.active {
    opacity: 1;
    display: flex;
    visibility: visible;
}

.filter-list-btns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-item {
    border-radius: 50px;
    padding: 20px;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
    background: var(--white-100);
    position: relative;
    min-width: 110px;
    display: flex;
    height: 60px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.filter-item.open {
    backdrop-filter: none;
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
    background: rgb(0 0 0 / 10%);
}

.filter-single__btn {
    border-radius: 50px;
    padding: 20px 30px;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
    background: var(--white-100);
    position: relative;
    width: fit-content;
    cursor: pointer;
    display: flex;
    height: 60px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.filter-item__header,
.filter-single__btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;

}

.filter-single__btn.active {
    box-shadow: inset 0 0 10px 0 rgb(255 228 0 / 90%);
}

.filter-single__btn.active .filter-single-btn_label {
    background: linear-gradient(90deg, #eadf82 0%, #efa75e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.filter-item__label,
.filter-single-btn_label {
    max-width: 86px;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 17px;
    color: var(--white);
}


.filter-item__dropdown {
    position: absolute;
    left: 50%;
    top: 110%;
    width: 100%;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    min-width: max-content;

    border-radius: 24px;

    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;

    transform: translateX(-50%);

    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);

    pointer-events: none;
    transition:
        max-height 0.35s ease,
        opacity 0.25s ease,
        padding 0.25s ease;

    z-index: 22;
}


.filter-item__dropdown.active {
    opacity: 1;
    max-height: 500px;
    pointer-events: all;
}


.filter-item__btn {
    transition: background 0.25 ease-in-out;
}

.filter-item__header.active .filter-item__label {
    background: linear-gradient(90deg, #eadf82 0%, #efa75e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.filter-item__header.active .filter-item__btn {
    rotate: 180deg;
}

.filter-switcher {
    display: flex;
    gap: 10px;
    align-items: center;
}



.filter-option {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.selected-filter-value_wrapper.error {
    box-shadow: inset 0 0 10px 0 rgb(255 0 0);
    transition: box-shadow 1s ease;
}

.selected-filter-value.error {
    box-shadow: inset 0 0 10px 0 rgb(255 0 0);
    transition: box-shadow 1s ease;
    border-radius: 10px;
    padding: 0 5px;
}

.no_models_pop_up_wrapper {
    position: fixed;
    opacity: 0;
    top: 10px;
    right: 30px;
    width: 300px;
    padding: 15px 30px;
    border-radius: 24px;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
    background: var(--white-100);
    color: white;
    transition: opacity 0.3s ease-in;
    z-index: 22;
    text-align: center;
}

.no_models_text {
    margin: 0;
}

.no_models_pop_up_wrapper.active {
    opacity: 1;
}


.filter-option input {
    opacity: 0;
    width: 0;
    height: 0;
}

.filter-option__label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    fill: var(--black-240);
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);


    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.filter-option__label:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 4px;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 100%;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 17px 0 rgb(255 255 255 / 40%);
}

.filter-option__input:checked+.filter-option__label {
    border-radius: 100px;
    background: linear-gradient(90deg, #eadf82 0%, #efa75e 100%);
}


.filter-option__input:checked+.filter-option__label:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    background: linear-gradient(90deg, #0a0a0a 0%, #171502 100%);
    box-shadow: inset 0 0 17px 0 rgb(0 0 0 / 40%);
}

.filter-switcher:has(.filter-option__input:checked) .checked_value {
    background: linear-gradient(90deg, #eadf82 0%, #efa75e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.checked_value {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 17px;
    color: var(--white);
    padding: 0;
    margin: 0;
}

.selected-filters-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
    min-height: 50px;
    width: 100%;
    margin-bottom: 10px;
}

.selected-filter-value_wrapper {
    border-radius: 24px;
    padding: 0px 8px 0px 14px;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
    background: var(--black-240);
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 8px 8px 8px 15px;
    align-items: center;
}

.selected-filter-value_label {
    margin: 0;
    padding: 0;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: var(--txt-740);
}

.selected-filter-value {

    display: flex;
    gap: 5px;
    align-items: center;
}

.selected-filter-value_text {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: var(--white);
}

.selected-filter-value_close,
.selected-filter_close {
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 20px 0 rgba(234, 223, 130, 0.34);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.selected-filter-value_close {
    width: 14px;
    height: 14px;
}

.selected-filter_close {
    width: 20px;
    height: 20px;
}

.selected-filter_close span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transform-origin: center;
}

.selected-filter-value_close span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transform-origin: center;
}

.selected-filter-value_close span:first-child,
.selected-filter_close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.selected-filter-value_close span:last-child,
.selected-filter_close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-holder {
    display: none;
}



.filters-modal {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
    background: rgba(0, 0, 0, 0.74);
    display: none;
    align-items: flex-start;
    justify-content: center;
    z-index: 21;
    width: 80%;
}

.filters-modal.active {
    display: flex;
}

.filters-modal-content {
    width: 100%;
    padding: 0px 15px;
    animation: slideDown 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;

}

@keyframes slideDown {
    from {
        transform: translateY(-40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.filters-modal-close {
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
    background: var(--white-100);
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.filters-modal-close:hover {
    background-color: rgb(18 118 23 / 47%);
}

.filters-modal-inner .filter-item,
.filters-modal-inner .filter-reset-btn {
    width: 100%;
}

.filters-modal-inner .filter-item__header {
    width: 100%;
}

.filter-modal-selected_values,
.filter-modal-reset-values {
    width: 100%;
}






@media screen and (max-width: 1340px) {
    .container>* {
        max-width: 100%;
    }

}

@media screen and (max-width: 1200px) {
    .left-wrap {
        max-width: calc(50% + 100px);
    }
}

@media screen and (max-width: 1100px) {
    .section-intro h2 {
        flex: 0 0 30%;
        max-width: 334px;
        padding-right: 20px;
    }

    .page-title.main-title {
        font-size: 52px;
        line-height: 66px;
    }

    h2.page-title {
        font-size: 44px;
        line-height: 52px;
    }

    .reviews-section {
        gap: 30px;
    }

    .services-list__item-title.page-title {
        font-size: 38px;
        line-height: 48px;
    }

    .garantied-list__item {
        flex: 0 0 calc(50% - 10px);
        padding: 20px;
    }

    .faq-title {
        margin-bottom: 10px;
    }

    .faq-item {
        flex: 0 0 100%;
        padding: 30px;
    }

    .review-header {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .reviews-item__date {
        flex: 0 0 100%;
        margin: 0;
        text-align: left;
    }

    .subscribe-content,
    .subscribe-image {
        flex: 0 0 calc(50% - 20px);
    }
}

@media screen and (max-width: 1024px) {

    .top-block,
    .new-girls,
    .popular-girls,
    section.garantied,
    .help-section,
    section.services,
    .faq-section,
    .reviews-section,
    .subscribe {
        margin-bottom: 50px;
    }

    .services-list__item {
        flex: 0 0 100%;
    }

    .services-list::before {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .filter-container {
        margin-top: 30px;
    }
}

@media screen and (max-width: 990px) {
    .carousel-lines {
        display: none;
    }

    .reviews-item {
        flex: 0 0 100%;
    }

    .reviews-item__date {
        flex: 0 0 auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 900px) {
    .left-wrap {
        max-width: 50%;
        padding: 20px;
        gap: 10px;
    }

    .section-intro {
        flex-flow: column;
        align-items: flex-start;
        gap: 20px;
    }

    .section-intro h2 {
        flex: 1;
        max-width: 100%;
        padding: 0;
    }

    .carousel-lines{
        display: none;
    }
    .intro-desciption {
        width: auto;
    }

    .help-section {
        flex-flow: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        padding: 20px 30px;
    }

    .help-contacts-logo {
        display: none;
    }

    .help-contacts {
        flex-flow: row;
        gap: 20px;
        justify-content: center;
        flex: 1;
        width: 100%;
        max-width: 100%;
    }

    .messanger-links {
        margin: 0;
        flex: 0 0 170px;
    }

    .help-contacts {
        width: max-content;
    }

    .contact-us-link {
        flex: 0 0 auto;
        width: max-content;
        height: 50px;
    }

    .msg-link {
        width: 100%;
        max-width: 73px;
        height: 50px;
    }

    .messanger-links .contacts-list__item-icon {
        height: 50px;
    }


}

@media screen and (max-width: 820px) {
    .right-wrap {
        max-width: 70%;
        height: 410px;
    }

    .right-wrap img {
        max-width: 518px;
        height: 100%;
    }

    /* .left-wrap {
        gap: 10px;
        z-index: 0;
    } */
}

@media screen and (max-width: 800px) {
    .top-block {
        flex-flow: column;
        margin-bottom: 40px;
        gap: 10px;
    }

    /* .left-wrap {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        margin: 0 auto;
        width: 100%;
        max-width: calc(100% - 30px);
    } */

    .top-container {
        padding-inline: 0;
    }

    /* .carousel-lines {
        display: flex;
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
        margin-top: 20px;
    } */

    .carousel-slides {
        border-radius: 24px;
    }


}

@media screen and (max-width: 768px) {

    h2.page-title,
    h2.help-section__title {
        font-size: 44px;
        line-height: 56px;
    }

    .top-container {
        padding-inline: 15px;
    }

    .subcategory-nav-list-item_link{
        padding: 10px 20px;
    }
    .filter-item{
        padding: 10px 20px;
        height: 50px;
    }
    .filter-single__btn{
        padding: 10px 20px;
        height: 50px;

    }

    .top-block {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    section.services-list {
        column-count: 1;
        gap: 40px;
        display: flex;
    }

    section.services-list .services-list__item {
        gap: 0;
        flex: 1 1 100%;
    }



    .top-block,
    .new-girls,
    .popular-girls,
    section.garantied,
    .help-section,
    section.services,
    .faq-section,
    .reviews-section,
    .subscribe {
        margin-bottom: 40px;
    }

    .subscribe {
        flex-flow: column;
        gap: 20px;
    }

    .subscribe-content,
    .subscribe-image {
        flex: 0 0 auto;
    }

    .service-container {
        position: relative;
        overflow: hidden;
        max-height: 350px;
        transition: max-height 1s ease;
    }

    .services-list::before {
        width: 250px;
        height: 250px;
    }

    .services-list__item {
        padding: 15px 15px 55px 15px;
    }

    .services-list__item.open .container {
        max-height: 5000px;
    }

    .services-list__item .toggle-info-btn {
        background: transparent;
        border: none;
        box-shadow: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: max-content;
        margin: 0 auto;
        cursor: pointer;
        position: absolute;
        bottom: 15px;
        z-index: 3;
    }

    .services-list__item .toggle:hover,
    .services-list__item .toggle-info-btn:focus,
    .services-list__item .toggle-info-btn:active,
    .services-list__item .toggle-info-btn:visited {
        box-shadow: none;
        overlay: none;
    }

    .services-list__item .toggle-info-btn span {
        font-family: var(--font-main);
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px;
        background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .services-list__item .overlay {
        width: 100%;
        max-width: calc(100% - 10px);
        height: 60%;
        position: absolute;
        z-index: 99;
        display: block;
        left: 5px;
        top: auto;
        bottom: 5px;
        z-index: 1;
        border-radius: 0 0 24px 24px
    }
    .services-list__item .overlay::after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;

        background: linear-gradient(
            to top,
            rgba(0, 0, 0, 71%) 0%,      
            rgba(0, 0, 0, 0.39) 100%  
        );
        border-radius: 0 0 24px 24px;
        pointer-events: none;
    }
    
    section.garantied h2{
        margin-bottom: 15px;
    }
    .help-section-text{
        gap: 10px;
    }
    .faq-header{
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        cursor: pointer;
    }
    .faq-item.active, .faq-item.active::before{
        background: rgba(0, 0, 0, 0.24);
    }
    .faq-item{
        padding: 20px;
    }
    .toggle-icon{
        position: relative;
        z-index: 3;
    }
    .toggle-icon.transform{
        transform: rotate(180deg);
    }
    .services-list__item.collapsed .service-container {
        max-height: 350px;
        overflow: hidden;
    }

    .services-list__item.open .overlay {
        display: none;
    }

    .services-list__item.open .service-container {
        max-height: 2000px;
    }
}

@media screen and (max-width: 767px) {
    .page-title.main-title{
        font-size: 44px;
        line-height: 52px;
    }
    h2.help-section__title,
    h2.subscribe-title {
        width: 100%;
        height: auto;
        font-size: 32px !important;
        line-height: 48px !important;
    }
    .left-wrap {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        min-height: auto;
        max-width: 100%;
        padding: 15px;
    }
}

@media screen and (max-width: 650px) {
    .subscribe-image {
        display: none;
    }
    .right-wrap {
        max-width: 100%;
        height: auto;
        aspect-ratio: 320 / 251;
    }

    .right-wrap img {
        object-fit: cover;
        height: 100%;
        border-radius: 24px;
        max-width: 100%;
    }
    .reviews-item__date {
        flex: 0 0 100%;
        margin: 0;
        width: 100%;
        text-align: left;
        justify-content: flex-start;
    }
    .garantied-list__item {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .reviews-item {
        padding: 15px;
        flex-flow: column-reverse;
        gap: 10px;
    }

    .reviews-model {
        flex-direction: row;
        gap: 10px;
        flex: 1;
    }

    .reviews-model__image {
        width: 60px;
        height: 60px;
    }

    .reviews-model__image img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .reviews-item__content-wrapper p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (max-width: 560px) {
    .subcategory-nav-list-item a .category-icon {
        filter: invert(41%) sepia(10%) saturate(927%) hue-rotate(333deg) brightness(101%) contrast(92%);
    }
    .top-block,
    .new-girls,
    .popular-girls,
    section.garantied,
    .help-section,
    section.services,
    .faq-section,
    .reviews-section,
    .subscribe {
        margin-bottom: 40px;
    }
    .section-intro {
        margin-bottom: 15px;
    }
    .girls-list {
        gap: 5px !important;
    }

    .girl-card {
        flex: 0 0 calc(50% - 2.5px) !important;
        max-width: calc(50% - 2.5px) !important;
        width: calc(50% - 2.5px) !important;
    }

    .girl-card-name {
        padding: 4px 10px;
        height: 30px;
    }

    .girl-card-name span {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .girl-info {
        bottom: 11px !important;
        left: 0 !important;
    }

    .favorite {
        height: 30px !important;
        width: 30px !important;
    }

    .favorite img {
        width: 13px;
        height: 13px;
    }

    .girl-thumb {
        max-height: 305px;
        overflow: hidden;
        border-radius: 20px;
    }

    .girl-thumb img {
        max-height: 100% !important;
    }

    .girl-card-wrapper {
        height: auto !important;
    }

    .reviews-section {
        gap: 15px;
    }
    .search-section{
        display: flex;
        flex-flow: column;
        margin-bottom: 40px;
        width: 100%;
    }
    .search-section h2{
        margin: 0 0 10px 0;
    }
    .home-search{
        display: flex;
        position: relative;
        height: 50px;
    }
    .home-search>* {
        position: relative;
        z-index: 2;
    }
     .home-search input[type="search"]:focus,
    .home-search .search-btn:focus,
    .home-search input[type="search"]:active,
    .home-search .search-btn:active {
        outline: none;
    }

    .home-search::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 10px 0px rgba(234, 223, 130, 0.34) inset;
        backdrop-filter: blur(20px);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        border-radius: 50px;
    }
    .home-search input[type="search"] {
        width: 100%;
        height: 50px;
        border-radius: 50px;
        box-shadow: none;
        background: transparent;
        box-shadow: none;
        border: none;
        padding-left: 24px;
        font-family: var(--font-main);
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        color: rgba(255, 255, 255, 0.74);
        box-shadow: 0px 0px 10px 0px rgba(234, 223, 130, 0.34) inset;
        backdrop-filter: blur(20px);
        background: rgba(255, 255, 255, 0.1);
    }
    .home-search .search-btn {
        position: absolute;
        right: 5px;
        top: 7px;
        width: 35px;
        height: 35px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        padding: 0;
        z-index: 2;
        cursor: pointer;
        border: none;
        box-shadow: none;
        outline: none;
    }
    .home-search .search-btn img{
        width: 18px;
        height: auto;
    }
     .home-search input[type="search"]::placeholder {
        font-family: var(--font-main);
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        color: rgba(255, 255, 255, 0.74);
    }
    .search-wrapper{
        margin-left: 10px;
    }
    .home-search-wrapper{
        width: 100%;
        background: rgba(0, 0, 0, 0.74);
        border-radius: 50px;
    }
    .garantied-list__item-title{
        font-size: 20px;
        line-height: 31px;
    }
    .garantied-list__item-desciption p{
        font-size: 15px;
        line-height: 24px;
    }
    .faq-item {
        padding: 15px 15px;
        position: relative;
    }

    .faq-question {
        font-size: 20px;
        line-height: 31px;
        position: relative;
    }
    .faq-item.active .faq-question{
        background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    .faq-answer {
        display: none;
    }
    .help-section{
        padding: 15px;
    }
    .contact-us-link{
        display: none;
    }
    .help-contacts{
        width: 100%;    
    }
    .messanger-links{
        flex: 0 0 100%;
        width: 100%;
    }
    .messanger-links .social-link{
        flex: 0 0 calc(50% - 10px);
    }
    .messanger-links .contacts-list__item-icon{
        width: 100%;
        background: rgba(0, 0, 0, 0.24);
    }
    h1.page-title.main-title,
    h2.page-title,
    .reviews-section h2,
    h2.help-section__title, 
    h2.subscribe-title {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .faq-title {
        margin-bottom: 0;
    }

    .subscribe-content {
        gap: 10px;
    }
}

@media screen and (max-width: 525px) {
    .subcategory-nav-list {
        flex-direction: column;

    }

    .subcategory-nav-list-item {
        border-radius: 14px;
    }

    .subcategory-nav-list-item_link {
        padding: 10px 15px;
    }

    .category-icon-nationality,
    .category-icon {
        width: 30px;
        height: 30px;
    }

    .selected-filter-value_wrapper {
        flex-wrap: wrap;
    }

    .filter-list {
        display: none;
    }

    .mobile-holder {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: column;
        width: 100%;
    }

    .open_modal_filter {
        border-radius: 50px;
        padding: 20px;
        backdrop-filter: blur(20px);
        box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
        background: var(--white-100);
        display: flex;
        gap: 10px;
        height: 50px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        flex: 1 1 auto;
    }

    .modal_filter_title {
        font-family: var(--font-main);
        font-weight: 500;
        font-size: 17px;
        color: var(--white);
        padding: 0;
        margin: 0;
    }

    .filter-reset-btn {
        height: 50px;
    }

    .filter-single__btn {
        height: 40px;
    }

    .filter-list-btns {
        gap: 15px 30px;
        margin-bottom: 30px;
    }

    .checked_value {
        font-size: 16px;
    }

    .filter-option {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 24px;
    }

    .filter-option__label:before {
        width: 20px;
        height: 20px;
    }

    .filter-option__input:checked+.filter-option__label:before {
        -webkit-transform: translateX(14px);
        -ms-transform: translateX(14px);
        transform: translateX(14px);
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 100%;
        background: linear-gradient(90deg, #0a0a0a 0%, #171502 100%);
        box-shadow: inset 0 0 17px 0 rgb(0 0 0 / 40%);
    }

    .selected-filters-wrapper {
        min-height: 40px;
    }

    .filter-container {
        margin-top: 20px;
    }
     .no_models_pop_up_wrapper {
        bottom: 10px;
        right: 10px;
        top: auto;
        width: fit-content;
        padding: 10px 15px;
        border-radius: 14px;
    }
}
@media screen and (max-width: 475px) {
    .girl-thumb {
        max-height: 265px;
    }
}
.thumbs-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.thumbs-track {
    display: flex;
    width: max-content;
    /* animation: scroll-left 25s linear infinite; */
}

.thumb {
    flex: 0 0 auto;
    width: 82px;
    height: 82px;
    overflow: hidden;
    padding: 5px;
    border-radius: 50%;
    position: relative;
}
.thumb-link{
    width: 82px;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 5px;
    margin: 0 5px;
}
.thumb-link .girl-name{
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}
.thumb::before{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(234, 223, 130, 0.34) inset;
    z-index: 0;
    border-radius: 50%;
}
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 3;
    border-radius: 50%;
}
.thumbs-wrapper{
    overflow: hidden;
    display: flex;
    flex-flow: row;
}
/* .thumbs-marquee:hover .thumbs-track {
    animation-play-state: paused;
} */

@keyframes scroll-left {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@media screen and (max-width: 450px) {
    .subcategory-mobile-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
        cursor: pointer;
        padding: 10px 0px;
    }

    .subcategory-mobile-header {
        display: flex;
        gap: 10px;
    }

    .dropdown-btn-wrapper {
        display: flex;
        transition: transform 0.3s linear;
    }

    .subcategory-mobile-title {
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 17px;
        margin: 0;
        text-align: center;
        color: var(--white);
    }

    .subcategory-nav {
        border-radius: 14px;
        padding: 10px 15px;
        gap: 12px;
        backdrop-filter: blur(20px);
        box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
        background: var(--white-100);
        transition: all 0.3s linear;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
     .subcategory-nav.mobile .subcategory-nav-list {
        max-height: 0px;
        overflow: hidden;
    }
    .subcategory-nav.mobile.open .subcategory-nav-list {
        max-height: 1500px;
        overflow: visible;
    }

    .subcategory-nav.open .subcategory-nav-list-item {
        backdrop-filter: blur(20px);
        box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
        background: var(--white-100);
    }
    
    .subcategory-nav.open {
        display: flex;
        flex-direction: column;
        backdrop-filter: blur(20px);
        box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
        background: var(--black-240);
    }

    .subcategory-nav.open .dropdown-btn-wrapper {
        transform: rotate(180deg);
    }
    .selected-filters-wrapper {
        display: none;
    }

    .filter-modal-selected_values .selected-filters-wrapper {
        display: flex;
    }
}