/* Slider */

.setion__mainslider {
    background-image: url('/wp-content/themes/another-site/assets/images/new_icons/bg_slider_1920_11.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainslider {
    padding: 70px 0 100px 0;
    display: flex;
    flex-direction: column;
    row-gap: 70px;

}

.mainslider__title-inner {}

.mainslider__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 72px;
    text-align: center;
    color: var(--text-h);
    max-width: 1285px;
    margin: 0 auto;
    line-height: 136%;
}

.mainslider__content {
    display: flex;
    flex-direction: column;
    /* row-gap: 30px; */
    row-gap: 0;
}

.mainslider__girlcards-wrapper {
    overflow: hidden;
}

.mainslider__girlcards {
    display: flex;
    column-gap: 40px;
    justify-content: center;

    transition: transform 0.4s ease-in-out;
    will-change: transform;
    padding-bottom: 30px;
}

.mainslider__arrows-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mainslider__arrows {
    display: flex;
    column-gap: 30px;
}

.mainslider__arrow-wrapper {}

.mainslider__arrow {
    border-radius: 14px;
    width: 60px;
    height: 60px;
    background: #28282a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mainslider__arrow:hover {
    box-shadow: 0 0 10px 2px rgba(229, 169, 56, 0.6);
}

.mainslider__arrow-icon {}

.girlcards__inner.even {
    /* transform: translateY(30px); */
}







.slider {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    max-width: 2230px;
}

.slider_track {
    display: flex;
    align-items: center;
    min-height: 530px;
    transition: transform 1.5s ease, opacity 0.3s ease;
    will-change: transform;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
}

.slider_track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s linear;
}

.girlcards__img {
    transition: opacity 0.3s linear;
    opacity: 1;
}

.slider_track>.girlcards__inner-link {
    flex-shrink: 0;
    transition: width 0.5s linear,
        height 0.5s linear,
        margin 0.5s linear;
    will-change: width, height, margin;
}


/* Картка нижче на 30px */
.slider .girlcards__inner:not(.even) {
    animation: slide-up 0.8s ease forwards;
}

.slider .even {
    animation: slide-down 0.8s ease forwards;
}

/* Ключові кадри для підняття картки */
@keyframes slide-up {
    0% {
        transform: translateY(0);
        /* поточна позиція */
    }

    100% {
        transform: translateY(-30px);
        /* підняти */
    }
}

@keyframes slide-down {
    from {
        transform: translateY(0);
        /* поточна позиція */
    }

    to {
        transform: translateY(30px);
        /* підняти */
    }
}









@media (min-width: 2339px) {
    .card__inner:nth-of-type(2n) {
        transform: translateY(0px) !important;
    }

    .card__inner:nth-of-type(5n - 4),
    .card__inner:nth-of-type(5n + 3),
    .card__inner:nth-of-type(5n) {
        transform: translateY(30px) !important;
    }

}

@media (min-width: 2325px) {
    .catalog__card-list {
        row-gap: 60px !important;
        column-gap: 100px !important;
    }
}

@media (max-width: 1280px) {
    .setion__mainslider {
        background-image: url('/wp-content/themes/another-site/assets/images/new_icons/bg_slider1024-768_11.webp');
    }

    .mainslider {
        padding: 50px 0 70px 0;
        row-gap: 40px;
    }

}

@media (max-width: 1000px) {
    .slider_track {
        min-height: 415px;
    }
}

@media (max-width: 980px) {
    .mainslider {
        row-gap: 50px;
    }

    .mainslider__title {
        font-size: 64px;
    }
}

@media (max-width: 580px) {
    .setion__mainslider {
        background-image: url('/wp-content/themes/another-site/assets/images/new_icons/bg_slider-320_11.webp');
    }

    .mainslider {
        padding: 30px 0 40px 0;
        row-gap: 30px;
    }

    .mainslider__girlcards {
        column-gap: 10px;
        padding-bottom: 0;
        justify-self: start;
    }

    .girlcards__inner.even {
        transform: translateY(0px);
    }

    .mainslider__title {
        font-size: 28px;
    }

    .mainslider__arrows {
        column-gap: 15px;
    }

    .mainslider__content {
        row-gap: 0;
    }

    .mainslider__arrow {
        width: 50px;
        height: 50px;
    }

    .slider_track {
        min-height: 515px;
    }
}

/* Main girl card  */

.girlcards__inner {
    border-radius: 30px 6px;
    max-width: 310px;
    width: 100%;
    height: 455px;
    overflow: hidden;
    flex: 0 0 auto;
}

.girlcards__gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #E5A938 0%, rgba(36, 36, 36, 0) 51%, #E5A938 98%);
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.girlcards {
    border-radius: 30px 6px;
    max-width: 306px;
    padding: 8px;
    width: 100%;
    height: 451px;
    background-color: #28282a;
    position: relative;
}

.girlcards__img-holder {
    border-radius: 20px 4px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.girlcards__img {
    width: 100%;
    height: 100%;
}

.girlcards__icons-inner {
    position: absolute;
    top: 20px;
    left: 20px;
}

.girlcards__icons {}

.girlcards__icons-icon {}

.girlcards__icon-bg {}

.girlcards__icon-image {}

.girlcards__info-inner {}

.girlcards__info {
    padding: 13.5px 20px;
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(30, 31, 35, 0.8);
    border-radius: 20px 6px;
    max-width: 270px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.girlcards__info-icon {}

.girlcards__info-image {}

.girlcards__name-inner {}

.girlcards__name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-h);
}

.girlcards__info-icon {}

.girlcards__info-image {}

@media (max-width: 580px) {
    .girlcards__inner {
        max-width: 270px;
        height: 396px;
    }

    .girlcards__name {
        font-size: 15px;
    }

    .girlcards {
        max-width: 268px;
        height: 393px;
        padding: 10px;
    }

    .girlcards__info {
        max-width: 230px;
    }
}











/* catalog  */

.section__catalog {
    background-image: url('/wp-content/themes/another-site/assets/images/new_icons/catalog__1920-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.catalog {
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.catalog__header {
    display: flex;
    justify-content: center;
    transform: translateX(6%);
    width: max-content;
    margin: 0 auto;
    position: relative;
}

.catalog__content {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    max-width: 1620px;
    margin: 0 auto;
}

.catalog__card-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 30px;
}

.card__inner {}

.card__inner:hover .card__name {
    color: #E5A938;
}

.card__inner:nth-of-type(2n) {
    transform: translateY(30px);
}

.card__link {
    text-decoration: none;
}

.card {
    display: flex;
    column-gap: 15px;
}

.card__main {}

.card__img-inner {
    border-radius: 30px;
    max-width: 15vw;
    width: 100%;
    height: 432px;
    background-color: #000000;
    position: relative;
}

.card__img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(23, 24, 28, 0) 0%, #17181c 100%);
}

.card__actions-holder {}

.card__actions {}

.card__action {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verified__holder {
    top: 10px;
    left: 10px;
    z-index: 3;
}

.favorite__holder {
    top: 10px;
    right: 10px;
    z-index: 3;
}

.top-girl__holder {
    bottom: 10px;
    left: 10px;
    z-index: 3;
}

.card__action-bgaround {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgba(30, 31, 35, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.card__action-bgaround:hover.favourite {
    box-shadow: 0 0 10px 2px rgba(229, 169, 56, 0.6);
}

.card__action-icon {
    /* width: 100%;
    height: 100%; */
}

.favourite .card__action-icon {
    margin-top: 3px;
    margin-left: 3px;
}

.card__info {
    padding-top: 10px;
    z-index: 3;
}

.card__info-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.cadr__name-inner {
    margin-bottom: 10px;
}

.card__name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-h);
    line-height: 135%;
    transition: all 300ms ease-in-out;
}

.card__age-inner {}

.card__age {

    display: flex;
    column-gap: 4px;
}

.card__age-key {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-h);
    line-height: 135%;
}

.card__age-value {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-h);
    line-height: 135%;
}

.card__price-price-inner {}

.card__price {
    display: flex;
    align-items: flex-end;
    min-height: 24px;
}

.card__price-key {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-h);
    line-height: 133%;
}

.card__price-value {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e5a938;
    line-height: 133%;
}

.card__currency {
    color: var(--text-h);
    font-size: 9px;
    letter-spacing: 0;
}

.card__price-value sup {
    letter-spacing: 0;
}

.card__currency {}


.catalog__title-inner {}

.catalog__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    text-align: center;
    color: var(--text-h);
    margin-right: 282px;
    line-height: 135%;
    margin-left: 12vw;
}

.catalog__mark {
    color: #e5a938;
}

.catalog__header-view-btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog__header-view-btn {}

.catalog__header-view-btn-value {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: right;
    cursor: pointer;
    color: #e5a938;
}

.catalog__header-view-btn-value:hover {
    color: #e5a938;
    text-shadow: 0 0 10px 2px rgba(229, 169, 56, 0.6);
    -webkit-text-stroke: 1px #e5a938;
}

.catalog__footer {}

.view__btn-inner {}

.view__btn {
    display: none;
}

.view__btn-link {
    text-decoration: none;
}

.view__btn-value {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    color: #e5a938;
    cursor: pointer;
}

.view__btn-value:hover {
    color: #e5a938;
    text-shadow: 0 0 10px 2px rgba(229, 169, 56, 0.6);
    -webkit-text-stroke: 1px #e5a938;
}
    .catalog__card-list .girlcards__inner{
        flex: 0 0 calc(33.3334% - 10px) !important;
        max-width: 290px!important;
    }
@media (max-width: 1910px) {
    .card__img-inner {
        max-width: 14vw;
        height: auto;
    }

    .catalog__card-list {
        column-gap: 100px;
    }
}

@media (max-width: 1654px) {
    .catalog__card-list {
        max-width: 1390px;
        margin: 0 auto;
        justify-content: space-around;
        row-gap: 20px;
    }

    .card__img-inner {
        max-width: 244px;
    }

    .catalog__title {
        margin-left: 0;
        margin-right: 0;
    }

    .card__inner:nth-of-type(2n) {
        transform: translateY(0px);
    }

    .catalog__header {
        width: 100%;
        max-width: 100%;
        transform: translateX(0%);
        align-items: center;
    }

    .catalog__header-view-btn-inner {
        position: absolute;
        right: 0;
    }
}

@media (max-width:1330px) {
    .description-content {
        padding: 0 20px;
    }

    .description-content .h2__inner {
        padding-left: 0;
    }
}

@media (max-width:1284px) {
    .section__catalog {
        background-image: url('/wp-content/themes/another-site/assets/images/new_icons/catalog__1024-bg.png');
    }

    .catalog {
        padding: 50px 20px;
        row-gap: 35px;
    }

    .catalog__card-list {
        max-width: 1050px;
        justify-content: flex-start;
        column-gap: 6.14vw;
    }

    .card__img-inner {
        border-radius: 30px;
        max-width: 288px;
        height: 432px;
    }

    .card__inner:nth-of-type(2n) {
        transform: translateY(0px);
    }

    .catalog__header {
        display: flex;
        /* justify-content: space-between; */
        transform: translateX(0%);
        /* width: 75.97vw; */
        margin: 0;
        /* align-self: flex-end; */
    }

    .catalog__content {
        row-gap: 25px;
    }

}

@media (max-width: 1100px) {
    .girlcards__inner {
        max-width: 100% !important;
        flex: 0 0 calc(33.3334% - 14px) !important;
    }

    .catalog__card-list {
        column-gap: 20px;
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .catalog__card-list {
        column-gap: 0;
        justify-content: space-between !important;

    }

    .girlcards__inner {
        flex: 0 0 calc(33.3334% - 25px) !important;
    }
}

@media (max-width: 1023px) {
    .section__catalog {
        background-image: url('/wp-content/themes/another-site/assets/images/new_icons/catalog__768-bg.png');
    }

    .catalog__card-list {
        max-width: 100%;
        justify-content: center;
        column-gap: 0;
    }


    .card__img-inner {
        border-radius: 30px;
        max-width: 202px;
        height: 303px;
    }

    .card {
        column-gap: 10px;
    }

    .card__action-bgaround {
        width: 50px;
        height: 50px;
    }

    .catalog__title {
        font-size: 52px;
    }

    .catalog__header {
        width: 100%;
    }

    .catalog {
        row-gap: 53px;
    }

    .catalog__content {
        row-gap: 33px;
    }
}

@media (max-width: 820px) {
    .catalog__header {
        flex-flow: column;
    }

    .catalog__header-view-btn-inner {
        position: relative;
        right: auto;
    }

    .girlcards__inner {
        flex: 0 0 310px !important;
        height: 450px!important;
    }

    .slider_track {
        min-height: 525px;
    }
    .catalog__card-list .girlcards__inner{
        flex: 0 0 calc(50% - 10px) !important;
    }
    .girlcards__info{
        width: 90%!important;
        max-width: 100%!important;
    }
}

@media (max-width: 767px) {
    .section__catalog {
        background-image: url('/wp-content/themes/another-site/assets/images/new_icons/catalog__320-bg.png');

    }

    .catalog {
        padding: 30px 15px;
        row-gap: 40px;
        row-gap: 20px;
    }

    .catalog__header {
        flex-direction: column;
    }

    .catalog__title {
        font-size: 54px;
        margin-left: 0;
        margin-right: 0;
    }

    .catalog__card-list {
        flex-direction: row;
        justify-content: space-around;

        align-items: center;
        column-gap: 10px;
        row-gap: 10px;
    }

    .catalog__content {
        row-gap: 11px;
    }

    .card {
        flex-direction: column;
        column-gap: 0;
        position: relative;
    }

    .card__img-inner {
        max-width: 290px;
        height: 435px;
    }

    .top-girl__holder {
        top: 70px;
        bottom: auto;
    }

    .catalog__header {
        width: 100%;
    }

    .catalog__header-view-btn-inner {
        position: sticky;
    }



    .card__info {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 210px;
        padding: 0;
    }

    .card__info-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cadr__name-inner {
        width: 100%;
    }

    .card__name {
        text-align: center;
    }

    .card__age-inner {
        width: max-content;
    }

    .card__age {
        height: 24px;
        align-items: flex-end;
        justify-content: center;
    }

    .card__age-key {
        font-size: 13px;
        line-height: 100%;
    }

    .card__age-value {
        font-size: 13px;
        line-height: 100%;
    }

    .card__price-price-inner {
        width: max-content;

    }

    .card__price {}

    .card__price-key {
        font-size: 13px;
        line-height: 100%;
    }

    .card__price-value {
        font-size: 13px;
        line-height: 100%;
    }

}

@media (max-width: 620px) {
    .catalog__title {
        font-size: 28px;
    }

    .card__overlay {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(23, 24, 28, 0) 0%, #17181c 100%);
        z-index: 2;
    }

}
@media (max-width: 560px) {
        .girlcards__inner {
        height: 335px !important;
    }
    .catalog__card-list .girlcards__inner{
    flex: 0 0 auto !important;
    max-width: 290px!important;
}
}
@media (max-width: 490px) {
    .mainslider__arrows-wrapper {
        margin-top: -40px;
        z-index: 3;
    }
}




















/* liberties  */


.section__liberties {}

.liberties {
    padding: 63px 0 100px 0;
}

.liberties__list {
    display: flex;
    column-gap: 30px;
}

.liberties__item {
    border-radius: 30px;
    max-width: 410px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    background: #1e1f23;
    padding: 20px 30px;
}

.liberties__item:nth-last-of-type(odd) {
    transform: translateY(30px);
}


.liberties__icon-inner {}

.liberties__icon {}

.liberties__info {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.liberties__title-inner {}

.liberties__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: 135%;
}

.liberties__description-inner {}

.liberties__description {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: var(--txt);
    max-height: 130px;
    height: 100%;
    overflow: auto;
}

@media (max-width: 1310px) {

    .section__liberties {}

    .liberties {
        padding: 42px 20px 80px 20px;
    }

    .liberties__list {
        justify-content: center;
        column-gap: 20px;
    }

    .liberties__item {
        max-width: 315px;
        padding: 20px;
    }

    .liberties__description {
        max-height: 156px;
    }

    .liberties__icon {
        margin-left: 10px;
    }
}


@media (max-width: 980px) {
    .liberties {
        padding: 43px 20px 50px 20px;
    }

    .liberties__list {
        flex-direction: column;
        justify-content: center;
        column-gap: 0px;
        row-gap: 20px;
    }

    .liberties__item:nth-last-of-type(odd) {
        transform: translateY(0px);
    }

    .liberties__item {
        max-width: 100%;
    }

    .liberties__description {
        max-height: 78px;
    }

    .liberties__item {
        min-height: 233px;
    }
}

@media (max-width: 480px) {
    .liberties {
        padding: 20px 0 30px 0;
    }

    .liberties__list {
        row-gap: 10px;
        padding: 0;
    }

    .liberties__item {
        row-gap: 10px;
        padding: 15px;
        border-radius: 0;
    }

    .liberties__description {
        max-height: 144px;
        line-height: 24px;
    }

    .liberties__icon {
        width: 40px;
        width: 40px;
        margin-left: 0;
    }
}



/* Contact  */

.section__contacts {
    padding: 64px 0 63px 0;
}

.cantacts {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    border-radius: 30px;
    padding: 65px 70px;
    background: #e5a938;
}

.contacts__title-inner {}

.contacts__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    color: #17181c;
    line-height: 135%;
}

.contacts__list-inner {}

.contacts__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contacts__item:nth-child(2),
.contacts__item:nth-child(3) {
    margin-right: 20px;
}

.contacts__info {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.contacts__info-title-inner {}

.contacts__info-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1e1f23;
}

.contacts__info-value-inner {}

.contacts__info-value {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    color: #17181c;
    transition: all 300m, s ease-in-out;
}

.contacts__icons {
    display: flex;
    column-gap: 10px;
}

.contacts__icon {
    border-radius: 14px;
    width: 60px;
    height: 60px;
    background: #1e1f23;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.contacts__icon:hover {
    box-shadow: 0 0 10px 3px #17181c;
}

.contacts__icons-link {}

.contacts__icon-image {}

.contacts__info-link {
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.contacts__info-value:hover {
    color: #fff;
    cursor: pointer;
}

@media (max-width: 1310px) {
    .section__contacts {
        padding: 45px 20px 50px 20px;
    }

    .cantacts {
        padding: 50px 40px;
        row-gap: 28px;
    }

    .contacts__info-title {
        font-size: 18px;
    }

    .contacts__info-value {
        font-size: 24px;
    }

}


@media (max-width: 1023px) {
    .cantacts {
        padding: 30px;
        row-gap: 20px;
    }

    .contacts__title {
        font-size: 54px;
    }

    .contacts__info {
        row-gap: 10px;
    }

    .contacts__info-title {
        font-size: 18px;
    }

    .contacts__info-value {
        font-size: 20px;
    }

    .cantacts {
        row-gap: 6px;
    }
}

@media (max-width: 768px) {
    .contacts__list {
        flex-wrap: wrap;
    }

    .contacts__item:nth-last-of-type(4) {
        order: 1;
        margin-right: 7px;
    }

    .contacts__item:nth-last-of-type(3) {
        order: 3;
    }

    .contacts__item:nth-last-of-type(2) {
        order: 2;
    }

    .contacts__item:nth-last-of-type(1) {
        order: 4;
    }
}

@media (max-width: 720px) {
    .section__contacts {
        padding: 40px 15px;
    }

    .cantacts {
        padding: 20px 12px 20px 15px;
        row-gap: 15px;
    }

    .contacts__title {
        font-size: 28px;
    }

    .contacts__info {
        row-gap: 5px;
    }

    .contacts__list {
        flex-wrap: wrap;
        row-gap: 15px;
        column-gap: 14px;
        justify-content: space-between;
    }

    .contacts__info-title {
        font-size: 12px;
    }

    .contacts__info-value {
        font-size: 16px;
    }

    .contacts__icon {
        border-radius: 14px;
        width: 50px;
        height: 50px;
    }

}

@media (max-width:550px) {
    .contacts__list {
        justify-content: flex-start;
    }

    .liberties__icon {
        width: 40px;
        height: 40px;
    }
}






/* reviews  */

/* section  */

.section__reviews {
    background-image: url('/wp-content/themes/another-site/assets/images/new_icons/reviews__1920-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.reviews {
    padding: 70px 0 100px 0;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.reviews__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.reviews__title-inner {
    display: flex;
    column-gap: 10px;
}

.reviews__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    text-align: center;
    color: var(--text-h);
    line-height: 135%;
}

.reviews__counts {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    text-align: center;
    color: #e5a938;
    line-height: 135%;
}

.reviews__action-inner {}

.reviews__action {}

.reviews__action-value {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: right;
    color: #e5a938;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.reviews__action-value:hover {
    color: #e5a938;
    text-shadow: 0 0 10px 2px rgba(229, 169, 56, 0.6);
    -webkit-text-stroke: 1px #e5a938;
}

.reviews__action-link {
    display: none;
    text-decoration: none;
}

.reviews__content {}

.reviews__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}


/* card  */

.reviews__item {
    display: flex;
    max-width: 630px;
    width: 100%;
    column-gap: 10px;

}

.reviews__item:focus-visible,
.reviews__item:focus {
    outline: none;
}

.reviews__item-link {
    text-decoration: none;
    cursor: pointer;
    flex: 0 0 calc(50% - 15px);
}

.reviews__item-link:nth-last-of-type(odd) {
    transform: translateY(30px);
}

.reviews__item-link a {
    text-decoration: none;
}

.reviews__persone-info {}

.reviews__persone-image-inner {
    width: 120px;
    height: 120px;
    background-color: #1E1F23;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews__persone-image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top center;
}

.reviews__persone-name-inner {}

.reviews__persone-name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-h);
}

.review {
    border-radius: 30px;
    padding: 30px;
    max-width: 500px;
    width: 100%;
    background: #17181c;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 30px;
}

.review__header {
    display: flex;
    justify-content: space-between;
}

.review__revier-inner {}

.review__revier {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: var(--text-h);
}

.review__header-left {
    display: flex;
    column-gap: 20px;
}

.review__rating-inner {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: var(--text-h);
}

.review__rating {
    display: flex;
    column-gap: 4px;
}

.review__raiting-star {}

.review__date-inner {}

.review__date {}

.review__date-value {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    text-align: right;
    color: var(--txt);
}

.review__value-inner {}

.review__value {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: var(--txt);
    text-align: start;
}

@media (max-width: 1310px) {
    .section__reviews {
        background-image: url('/wp-content/themes/another-site/assets/images/new_icons/reviews__1024-bg.png');
    }

    .reviews {
        padding: 50px 20px;
        row-gap: 40px;
    }

    .reviews__item {
        max-width: 100%;
    }

    .review {
        border-radius: 30px;
        padding: 30px 20px;
        max-width: 100%;
        flex: 1;
        row-gap: 20px;
    }

    .reviews__list {
        gap: 20px;
    }

    .reviews__item-link:nth-last-of-type(odd) {
        transform: translateY(0px);
    }

    .reviews__list {
        justify-content: center;
    }

    .reviews__header {
        align-items: center;
    }



}


@media (max-width: 1023px) {
    .section__reviews {
        background-image: url('/wp-content/themes/another-site/assets/images/new_icons/reviews__768-bg.png');
    }

    .reviews {
        padding: 40px 20px;
        row-gap: 30px;
    }

    .reviews__title,
    .reviews__counts {
        font-size: 52px;
        line-height: 142%;
    }

    .reviews__list {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
    .reviews__item-link{
        width: 100%;
        flex: 0 0 100%;
    }
    .reviews__item-link a{
        display: flex;
        justify-content: center;
    }
    .reviews__item {
        max-width: 100%;
        justify-content: center;
    }

    .review {
        max-width: 598px;
    }

    .review {
        padding: 17px 20px;
    }
}

@media (max-width: 540px) {
    .section__reviews {
        background-image: none;
        background-color: #1E1F23;
    }
    .catalog__card-list{
        justify-content: center!important;
    }
    .girlcards{
        height: 100%!important;
    }
.girlcards__inner{
     flex: 0 0 100%!important;
    height: 450px!important;
    max-width: 290px!important;
}
    .reviews {
        padding: 30px 0px;
        row-gap: 20px;
        background-image: url('/wp-content/themes/another-site/assets/images/new_icons/reviews__320-bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .reviews__title,
    .reviews__counts {
        font-size: 28px;
        line-height: 142%;
    }

    .reviews__list {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

    .reviews__header {
        padding: 0 15px;
    }

    .reviews__item {
        max-width: 100%;
        flex-direction: column;
        row-gap: 5px;
    }

    .review {
        max-width: 598px;
        padding: 15px 15px;
        border-radius: 0;
        background: #17181c;
        row-gap: 10px;
    }

    .reviews__persone-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 10px;
        padding: 0 15px;
    }

    .reviews__persone-image-inner {
        width: 60px;
        height: 60px;
        background: #1e1f23;
    }

    .reviews__persone-image {
        width: 50px;
        height: 50px;
    }

    .reviews__persone-name {
        font-size: 15px;
        letter-spacing: 0.2em;
    }

    .review__revier {
        font-size: 16px;
        line-height: 162%;
    }

    .review__date-value {
        font-size: 14px;
    }

    .review__value {
        font-size: 15px;
        line-height: 160%;
    }
}





















/* payment */

.section__payment {}

.payment {
    display: flex;
    padding: 100px 0 70px 0;
    justify-content: space-between;
}

.payment__info {
    max-width: 533px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    flex: 1;
}

.payment__title-inner {}

.payment__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    color: var(--text-h);
    line-height: 135.2%;
}

.payment__description-inner {}

.payment__description {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: var(--txt);
}

.payment__content {
    max-width: 630px;
    width: 100%;
}

.payment__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;

}

.payment__item {
    padding: 20px 0;
    border-radius: 30px;
    max-width: 300px;
    width: 100%;
    max-height: 144px;
    min-height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
    background: #1e1f23;
    position: relative;
    transition: all 300ms ease-in-out;
}

/* .payment__item:hover {
    background: #e5a938;
} */

.payment__item:nth-last-of-type(odd) {
    transform: translateY(40px);
}

.payment__icon-inner {}

.payment__icon {}

.payment__icon-subtitle-inner {}

.payment__icon-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--txt);
    line-height: 100%;
}

/* .payment__item:hover .payment__icon-subtitle {
    color: #fff;
} */

.payment__discount-inner {
    position: absolute;
    top: -3px;
    right: -6px;
}

.payment__discount {
    border-radius: 100%;
    background-color: #e5a938;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment__discount-value {
    width: max-content;
}

@media (max-width: 1310px) {
    .payment {
        column-gap: 4vw;
        padding: 70px 20px 70px 30px;
    }

    .payment__info {
        row-gap: 20px;
    }
}


@media (max-width: 1020px) {
    .payment {
        flex-direction: column;
        column-gap: 0;
        row-gap: 30px;
        padding: 59px 20px 50px 20px;
    }

    .payment__info {
        max-width: 100%;
    }

    .payment__title {
        font-size: 54px;
        line-height: 119.2%;
    }

    .payment__content {
        max-width: 100%;
    }

    .payment__list {
        column-gap: 20px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .payment__item {
        border-radius: 20px;
        max-width: 21.74vw;
        width: 100%;
        max-height: 147px;
        min-height: 147px;
        row-gap: 0;
        justify-content: space-around;
        align-items: center;
    }

    .payment__item:nth-last-of-type(odd) {
        transform: translateY(0px);
    }

    .payment__icon-subtitle {
        font-size: 12px;
    }

    .payment__discount {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .payment {
        row-gap: 25px;
        padding: 30px 15px 20px 15px;
    }

    .payment__info {
        row-gap: 10px;
    }

    .payment__title {
        font-size: 28px;
        line-height: 136.2%;
    }

    .payment__description {
        font-size: 15px;
        line-height: 160%;
    }

    .payment__list {
        column-gap: 10px;
        row-gap: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .payment__item {
        border-radius: 14px;
        max-width: 43.75vw;
        width: 100%;
        max-height: 108px;
        min-height: 108px;
        padding: 10px 5px;
    }

    .payment__icon-subtitle {
        letter-spacing: 0.1em;
    }

    .payment__discount {
        width: 30px;
        height: 30px;
    }

    .payment__discount-value {
        font-size: 10px;
    }

    .crypto {
        width: 50px;
        height: 59px;
    }

    .cash {
        width: 50px;
        height: 50px;
    }

    .paypal {
        width: 50px;
        height: 61px;
    }

    .bankcard {
        width: 50px;
        height: 35px;
    }

    .payment__discount-inner {
        top: -5px;
        right: -5px;
    }
}












/* supfooter  */

.section__supfooter {}

.supfooter {
    padding: 107px 0 100px 0;
}

.supfooter__list {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.supfooter__item {
    display: flex;
    align-items: center;
    column-gap: 70px;
}

.supfooter__item-title-inner {}

.supfooter__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    color: var(--text-h);
    line-height: 135.5%;
}

.supfooter__item-description-inner {
    max-width: 520px;
}

.supfooter__item-description {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: var(--txt);
}

@media (max-width: 1440px) {}

@media (max-width: 1310px) {
    .supfooter {
        padding: 108px 20px 70px 20px;
    }

    .supfooter__list {
        flex-direction: column;
    }

    .supfooter__item {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }

    .supfooter__item-title {}

    .supfooter__item-description-inner {
        max-width: 100%;
    }

    .supfooter__item-description {}
}


@media (max-width: 980px) {
    .supfooter {
        padding: 59px 20px;
    }

    .supfooter__list {
        row-gap: 30px;
    }

    .supfooter__item-title {
        font-size: 54px;
        line-height: 137.5%;
    }
}

@media (max-width: 767px) {
    .supfooter {
        padding: 30px 15px;
    }

    .supfooter__list {
        row-gap: 20px;
    }

    .supfooter__item {
        row-gap: 10px;
    }

    .supfooter__item-title {
        font-size: 28px;
        line-height: 137.5%;
    }

    .supfooter__item-description {
        font-size: 15px;
    }
}






/* Slider 768 card width  */


@media (max-width: 1000px) {
    .mainslider__girlcards .girlcards__inner {
        max-width: 300px;
        width: 100%;
        height: 455px;
    }
}

@media (max-width: 768px) {
    .mainslider__girlcards .girlcards__inner {
        max-width: 270px;
        width: 100%;
        height: 396px;
    }
}














/* .faq_text{
    padding: 20px 0 20px  20px;
} */