/*--flags--*/
.fib,
.fi {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.fi {
    position: relative;
    display: inline-block;
    width: 1.333333em;
    line-height: 1em
}

.fi:before {
    content: " "
}

.fi.fis {
    width: 1em
}

.fi-cn {
    background-image: url(../libs/flags/4x3/cn.svg)
}

.fi-de {
    background-image: url(../libs/flags/4x3/de.svg)
}

.fi-fr {
    background-image: url(../libs/flags/4x3/fr.svg)
}

.fi-gb {
    background-image: url(../libs/flags/4x3/gb.svg)
}

.fi-it {
    background-image: url(../libs/flags/4x3/it.svg)
}

.fi-kz {
    background-image: url(../libs/flags/4x3/kz.svg)
}

.fi-nl {
    background-image: url(../libs/flags/4x3/nl.svg)
}

.fi-pl {
    background-image: url(../libs/flags/4x3/pl.svg)
}

.fi-ru {
    background-image: url(../libs/flags/4x3/ru.svg)
}

.fi-tr {
    background-image: url(../libs/flags/4x3/tr.svg)
}

.fi-ua {
    background-image: url(../libs/flags/4x3/ua.svg)
}

.fi-eg {
    background-image: url(../libs/flags/4x3/eg.svg)
}

.fi-es {
    background-image: url(../libs/flags/4x3/es.svg)
}

.fi-jp {
    background-image: url(../libs/flags/4x3/jp.svg)
}

/*--main-style--*/
.language-block-list li {
    padding: 4px 10px
}

.mega-menu li {
    padding: 5px 15px
}

.header,
.mega-menu {
    background-image: linear-gradient(to right, #121212, #121212)
}

.main-card .more-btn {
    background-image: linear-gradient(to right, #352c25, #806047)
}

img {
    max-width: 100%;
    height: auto
}

.header,
.mega-menu {
    box-shadow: transparent 0 0 0 0, transparent 0 0 0 0, rgba(0, 0, 0, .1) 0 20px 25px -5px, rgba(0, 0, 0, .1) 0 8px 10px -6px;
    left: 0
}

*,
.swiper-thumbs {
    box-sizing: border-box;
}

.info-list-item a,
.main-card a {
    text-decoration: none;
}

:root {
    --accent-color-red: #e32472;
    --accent-brown-color: #806047;
}

a:focus {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: var(--accent-color-red);
}

body {
    font-family: sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #121212;
    padding: 0;
    margin: 0;
}

.container {
    width: 1280px;
    max-width: 100%;
}

.header {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 80px;
    position: fixed;
    top: 0;
    z-index: 50
}

.header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
    position: relative
}

.header-logo {
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 24px;
    color: var(--accent-color-red);
    padding: 0
}

@media screen and (max-width:640px) {
    .header-logo {
        padding: 0;
        margin-right: 40px;
    }
}

.header-logo:hover {
    color: #fff
}

.header-logo img {
    width: 240px;
    max-width: 100%;
}

.main-menu-link,
.mega-menu li a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    transition: .3s
}

.main-menu-link.active,
.mega-menu li a:hover {
    color: var(--accent-color-red);
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.main-menu {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto
}

.main-menu-item {
    padding: 5px 10px;
}

.main-menu-link {
    cursor: pointer;
}

.mega-menu {
    list-style: none;
    width: 100%;
    border-radius: 0 0 10px 10px;
    flex-wrap: wrap;
    position: absolute;
    top: 85%;
    padding: 20px 15px;
    margin: 0;
    display: none
}

.main-menu-link:hover {
    color: var(--accent-color-red)
}

@media screen and (min-width:992px) {
    .mega-menu {
        max-height: 85vh;
        overflow-y: auto
    }
}

.copyright,
.main-card,
.service-wrap {
    overflow: hidden
}

.main-menu-item:hover>.mega-menu {
    display: flex
}

.mega-menu li {
    width: 33.33%
}

.header-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0
}

.header-inner .social-element {
    margin-left: auto;
}

.social-element {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    padding: 0 10px
}

.social-element-item {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.social-element-item img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.language-block {
    width: 75px;
    min-width: 75px;
    position: relative;
    padding: 10px;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.language-block-head {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative
}

.language-block-head span {
    margin-right: 5px;
    margin-bottom: 0px
}

.language-block-head::after {
    content: "";
    border-left: 1px solid var(--accent-color-red);
    border-bottom: 1px solid var(--accent-color-red);
    height: 8px;
    width: 8px;
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg)
}

.language-block-list {
    list-style: none;
    width: 120px;
    background-color: #555;
    box-shadow: 0 3px 14px -6px rgba(0, 0, 0, .4);
    padding: 10px 0;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1010;
    display: none
}

.info-list,
.service-body {
    box-shadow: 0 0 14px 3px rgba(34, 60, 80, .18);
    list-style: none
}

.language-block-list.active,
.service-body.open {
    display: block
}

.language-block-list li:hover {
    background-color: #333
}

.language-block-list li a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: left
}

.button-burger {
    width: 35px;
    height: auto;
    border: none;
    background-color: transparent;
    padding: 0;
    display: none;
}

.main-card,
.main-card-image {
    position: relative
}

.button-burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color-red);
    margin: 0 0 6px
}

.button-burger span:last-child {
    margin: 0
}

/*------------------------ breadcrumbs -------------------*/

.breadcrumbs {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 25px;
    overflow: hidden;
    padding: 10px 0;
    margin: 0 0 10px;
}

.breadcrumbs li {
    font-size: 12px;
    color: var(--accent-color-red);
    position: relative;
    padding: 0;
}

.breadcrumbs li:first-child {
    padding-left: 0;
}

.breadcrumbs li:not(:last-child)::after {
    content: "/";
    color: var(--accent-color-red);
    position: absolute;
    top: 0;
    right: -15px;
}

.breadcrumbs li a {
    color: #fff;
    transition: color .3s ease;
}

.breadcrumbs li a:hover {
    color: var(--accent-color-red);
}

/*------------------------ breadcrumbs /------------------*/

.main-card a,
.main-grid {
    display: inline-block;
    width: 100%
}

.main-grid {
    padding-left: 0
}

.info-list-item a {
    color: #fff
}

.main-content {
    padding: 90px 0 40px
}

.page-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-grid [class^=col] {
    padding-right: 7px;
    padding-left: 7px
}

.main-grid .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px
}

.main-card {
    border-radius: 8px;
    margin-bottom: 20px
}

.main-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.main-card-info {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    padding: 12px
}

.main-card-info h2 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-top: 15px;
    margin-bottom: 0
}

.main-card .more-btn {
    display: block;
    width: 100%;
    color: #fff;
    text-align: right;
    padding: 10px 12px
}

.swiper {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: center/cover #444;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab
}

.info-list-item,
.service-wrap,
.single-title-wrap {
    background-color: var(--accent-brown-color)
}

.swiper-top {
    height: 80%;
    width: 100%
}

.swiper-thumbs {
    height: 20%;
    padding: 5px 0
}

.swiper-thumbs .swiper-slide {
    width: 25%;
    height: auto;
    cursor: pointer
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.comments-block,
.single-content {
    padding: 20px 0
}

.single-title-wrap {
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 0 20px
}

.single-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: flex;
    column-gap: 8px;
    align-items: center;
    margin: 0
}

.single-title span {
    font-size: 18px;
    font-weight: 400
}

.info-table,
.service-table {
    padding: 10px 0
}

.info-list,
.info-list-item {
    padding: 8px;
    border-radius: 8px
}

.comments-title,
.info-title,
.service-title {
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 0 0 10px
}

.info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0
}

.info-list-item {
    width: calc(25% - 12px)
}

.info-list-item span {
    display: block;
    text-transform: capitalize;
    text-align: center
}

.info-list-top {
    font-size: 14px;
    margin: 0
}

.info-list-bottom {
    font-size: 16px;
    margin: 5px 0 0
}

.service-wrap {
    border-radius: 8px;
    margin: 0 0 10px
}

.service-body {
    padding: 0;
    margin: 0;
    display: none
}

.service-item {
    display: flex;
    border-bottom: 1px solid #6b5441
}

.service-item:last-child {
    border: none
}

.service-item-left {
    text-align: center;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.service-item-left span {
    display: inline-block;
    font-size: 16px;
    color: #fff
}

.service-item-right {
    width: 50%;
    border-left: 1px solid #6b5441;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.comment-form-input,
.comment-form-textarea {
    font-size: 14px;
    color: #121212;
    border: none;
    background-color: #fff;
    padding: 10px;
    margin: 0 0 20px;
    width: 100%
}

.mobile-comments-wrap {
    display: none
}

@media screen and (max-width:992px) {
    .language-block-list {
        right: auto;
        left: 0
    }

    .page-navigation {
        position: sticky;
        top: 85px;
        z-index: 15
    }

    .navigation {
        width: 100%;
        background-image: linear-gradient(to right, #121212, #121212);
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 30px 20px;
        display: none
    }

    .navigation.active {
        display: flex;
        max-height: calc(100vh - 80px);
        overflow-y: auto
    }

    .main-menu {
        width: 100%;
        flex-direction: column;
        order: 2
    }

    .main-menu-item {
        width: 100%;
        padding: 15px 0
    }

    .mega-menu {
        position: static;
        display: flex
    }

    .mega-menu li {
        width: 100%;
        padding: 5px 0
    }

    .header-options {
        order: 1;
        width: 100%
    }

    .button-burger,
    .mobile-comments-wrap {
        display: block
    }

    .info-list-item {
        width: calc(50% - 8px)
    }

    .desktop-comments-wrap {
        display: none
    }
}

.comment-form-input {
    border-radius: 8px
}

.comment-form-textarea {
    border-radius: 8px;
    resize: vertical
}

::placeholder {
    font-size: 12px;
    color: #757575
}

.rating-block {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    padding: 5px 0;
    margin: 0 0 10px
}

.rating-block svg {
    width: 20px;
    fill: var(--accent-color-red)
}

.comment-form-button {
    width: 100%;
    font-size: 14px;
    color: #121212;
    text-align: center;
    border: none;
    border-radius: 8px;
    background-color: var(--accent-color-red);
    padding: 10px;
    margin: 0 0 20px
}

.random-block {
    padding-top: 100px
}

.random-block .row {
    display: flex;
    justify-content: center
}

/*--- intro ---*/
.container::before,
.container::after {
    display: none;
    height: 0;
    width: 0
}

.intro {
    padding-top: 60px;
    text-align: center
}

.intro * {
    margin: 0;
    padding: 0
}

.intro-header {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    font-family: serif;
    color: #fff;
    margin-bottom: 35px
}

.intro-header::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: var(--accent-color-red);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%)
}

.intro-content {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto 40px
}

.intro-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
    .intro-social {
        display: none;
    }
}

.intro-social-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
    color: var(--accent-color-red);
    border: 1px solid var(--accent-color-red);
    border-radius: 4px;
    width: max-content;
    transition: all 0.2s ease-in-out
}

.intro-social-link:first-child {
    margin-left: 10px
}

.intro-social-link:hover {
    color: #fff
}

.intro-social-link-icon {
    height: 16px;
    width: 16px;
    object-fit: cover
}

/*--- model card ---*/
.model-card {
    position: relative;
    height: 550px;
    margin-bottom: 14px;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.model-card-link {
    height: 100%;
    width: 100%;
    text-decoration: none
}

.model-card-link-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out
}

.model-card:hover {
    transform: translateY(-10px)
}

.model-card:hover .model-card-link-image {
    transform: scale(1.05)
}

.model-card-availability {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 8px 4px;
    margin: 0;
    border-radius: 12px;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #16b952
}

.model-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 70%, transparent)
}

.model-card-content * {
    padding: 0;
    margin: 0;
    color: #fff
}

.model-card-content-name-and-age {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px
}

.model-card-content-name {
    font-family: serif;
    font-size: 24px;
    font-weight: 600
}

.model-card-content-age {
    padding: 8px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    background-color: #e3247277
}

.model-card-content-price {
    margin-bottom: 6px;
    font-size: 14px
}

.model-card-content-price span {
    font-size: 16px;
    font-weight: 600;
    color: var(--accent-color-red)
}

.model-card-content-verified-and-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.model-card-content-verified-and-social a {
    width: max-content
}

.model-card-content-verified {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 6px 12px;
    width: max-content;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    background-color: #1da1f2;
    color: #fff
}

.model-card-content-verified-icon {
    height: 16px
}

.model-card-content-social {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    gap: 4px;
    width: max-content
}

.model-card-content-social-link {
    display: block;
    height: 32px;
    width: 32px
}

.model-card-content-social-link-icon {
    height: 100%;
    width: 100%;
    object-fit: cover
}

/*--- pagination ---*/
.pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 30px 0;
    margin: 0;
    width: 100%;
    list-style: none
}

.pagination-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 2px solid rgba(227, 36, 114, 0.3);
    background: transparent;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}

.pagination-list li a.active {
    background-color: var(--accent-color-red);
    color: #000;
    border-color: var(--accent-color-red);
    font-weight: 700
}

.pagination-list li a:hover {
    border-color: var(--accent-color-red);
    background: rgba(212, 175, 55, 0.1);
    transform: translateY(-2px)
}

.pagination-list li a.active:hover {
    background-color: var(--accent-color-red);
    color: #000;
    border-color: var(--accent-color-red);
    font-weight: 700
}

/*---------------------- Seo-articles ----------------------*/

.seo-wrapper {
    padding: 40px 0 20px 0;
}

.section-border {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.seo-articles h1 {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 1rem;
}

.seo-articles h2 {
    font-size: clamp(22px, 3.6vw, 28px);
    font-weight: 700;
    margin-bottom: 1rem;
}

.seo-articles h3 {
    font-size: clamp(18px, 3.2vw, 2px);
    font-weight: 700;
    margin-bottom: 1rem;
}

.seo-articles p {
    color: #c0c0c0;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 16px;
}

/*------------------------ footer ------------------------*/

.footer {
    background-color: #0c0c0c;
    color: rgba(255, 255, 255, 0.7);
    padding: 60px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

@media screen and (max-width:768px) {
    .footer {
        padding: 30px 15px
    }
}

.footer__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.footer__grid-item {
    flex: 1;
}

@media screen and (max-width: 992px) {
    .footer__grid-item {
        flex: 0 0 calc(50% - 20px);
    }
}

@media screen and (max-width: 640px) {
    .footer__grid-item {
        flex: 0 0 100%;
    }
}

.footer__logo {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    color: var(--accent-color-red);
    margin: 0 0 15px 0;
}

.footer__logo img {
    width: 150px;
    max-width: 100%;
}

.footer__description {
    font-size: 14px;
    color: #c0c0c0;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.footer-title {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-list__item {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 0 0 10px 0;
}

.footer-list__item svg {
    width: 16px;
    fill: var(--accent-color-red);
}

.footer-list__link {
    display: block;
    font-size: 14px;
    color: #c0c0c0;
    transition: .3s;
}

.footer__social {
    margin: 0 0 20px 0;
}

.copyright {
    text-align: center;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px
}

/*--------------------------- swiper -----------------------*/
.main-swiper {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.main-swiper img {
    width: 100%;
    height: 700px;
    object-fit: cover
}

@media screen and (max-width:992px) {
    .main-swiper img {
        height: 750px
    }
}

@media screen and (max-width:640px) {
    .main-swiper img {
        height: 500px
    }
}

.counter {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 14px;
    z-index: 10
}

.thumbs-swiper {
    margin-top: 10px
}

.thumbs-swiper .swiper-slide {
    width: 80px;
    height: 100px;
    opacity: .4;
    cursor: pointer
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    display: inline-block;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%
}

.thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1
}

.thumbs-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 10px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1
}

.swiper-button-prev {
    left: 10px
}

.swiper-button-prev::after {
    transform: translate(-20%, -50%) rotate(-45deg)
}

.swiper-button-next {
    right: 10px
}

.swiper-button-next::after {
    transform: translate(-70%, -50%) rotate(135deg)
}

/*--- model page ---*/
.model-page-top-part-wrapper {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 20px
}

.model-page-top-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0
}

.model-page-top-part * {
    margin: 0;
    padding: 0
}

.model-page-top-part a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    background-color: var(--accent-color-red);
    border-radius: 50px;
    transition: .2s ease-in-out
}

.model-page-top-part a:hover {
    color: #fff;
    transform: translateY(-4px)
}

.model-page-back-link img {
    width: 16px
}

.page-navigation {
    justify-content: center;
    gap: 20px
}

.page-nav-button img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%
}

.page-nav-button.button-next {
    flex-direction: row-reverse
}

.model-name-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.model-name {
    font-size: 36px;
    font-weight: 700;
}

.model-characteristics {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px
}

.model-characteristic {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    width: calc(50% - 8px);
    background-color: #1a1a1a;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1)
}

.model-characteristic-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(227, 36, 114, .2)
}

.model-characteristic-image {
    height: 20px;
    width: 20px;
    object-fit: cover
}

.model-characteristic-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    height: 100%;
    line-height: 1
}

.model-characteristic-name {
    font-size: 14px;
    color: #ffffff99
}

.model-characteristic-value {
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.model-description * {
    font-size: 16px;
    color: rgba(255, 255, 255, .8)
}

.model-description {
    margin-bottom: 30px
}

.model-description-with-quote {
    position: relative;
    padding: 20px 30px;
    background-color: #1a1a1a;
    border-radius: 15px;
    font-style: italic;
    color: rgba(255, 255, 255, .7);
    border-left: 3px solid var(--accent-color-red)
}

.model-description-with-quote::before {
    content: '"';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 60px;
    color: rgba(227, 36, 114, .5);
    line-height: 1
}

.model-rates * {
    margin: 0;
    padding: 0
}

.model-rates {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}

.model-rates-title {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background-color: #0c0c0c
}

.model-rates-list {
    list-style: none
}

.model-rates-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 16px;
    transition: .3s ease-in-out
}

.model-rates-item:hover {
    background-color: rgba(227, 36, 114, .05);
    transform: scale(1.01)
}

.model-rates-item:not(:last-child) {
    border-bottom: 1px solid var(--accent-color-red)
}

.model-rates-item-block {
    flex: 1;
    text-align: center;
    color: #ffffffdd;
    font-weight: 700
}

.model-rates-item-value {
    font-size: 20px;
    color: var(--accent-color-red)
}

.model-rates-item-text {
    font-size: 16px
}

.model-rates-item-links {
    display: flex;
    gap: 10px;
    align-items: center
}

.model-rates-item-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 14px;
    border-radius: 10px;
    color: #fff;
    transition: .2s ease-in-out
}

.model-rates-item-link:hover {
    color: #fff;
    transform: translateY(-2px);
    opacity: .95
}

.model-rates-item-link--whatsapp {
    background-color: rgba(37, 211, 102, .8)
}

.model-rates-item-link--telegram {
    background-color: rgba(0, 136, 204, .8)
}

.model-payment * {
    margin: 0;
    padding: 0
}

.model-payment-list {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    gap: 12px;
    justify-content: center;
    margin: 0 auto;
    padding: 9px;
    max-width: fit-content;
    list-style: none;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .1)
}

.model-payment-item {
    border-radius: 20px;
    padding: 35px;
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .15);
    border: 2px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    background: 0 0
}

.model-payment-icon {
    opacity: .7;
    transition: .2s ease-in-out
}

.model-payment-item:hover .model-payment-icon {
    opacity: 1;
    transform: scale(1.05)
}

.model-random-title {
    font-size: 36px;
    font-weight: 700;
    font-family: serif;
    text-align: center;
    margin-bottom: 35px
}

.model-random-subtitle {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
    color: rgba(255, 255, 255, .7)
}

/*--- media ---*/
@media (max-width:1281px) and (max-height:801px) {
    .main-swiper img {
        height: 600px
    }
}

@media (max-width:1025px) {
    .random-block .row {
        flex-wrap: wrap
    }
}

@media (max-width:854px) {

    .intro-header,
    .model-name {
        font-size: 32px
    }

    .intro-content {
        max-width: 100%
    }

    .slider {
        width: 70%;
        margin: 0 auto 20px
    }

    .model-characteristics,
    .model-name {
        margin-bottom: 20px
    }

    .model-name {
        text-align: center
    }

    .model-random-title {
        font-size: 32px;
        margin-bottom: 20px
    }

    .model-random-subtitle {
        max-width: 100%;
        margin-bottom: 40px
    }
}

@media (max-width:821px) {
    .footer {
        padding: 30px 0
    }

    .footer-content {
        flex-direction: column;
        gap: 20px
    }

    .footer-about,
    .footer-contacts-and-working-time {
        width: 100%
    }

    .footer-about-title,
    .footer-contacts-and-working-time-title {
        text-align: center;
        margin-bottom: 16px;
        padding: 0
    }

    .footer-about-text {
        margin: 0
    }

    .footer-contacts-and-working-time-wrapper {
        align-items: center;
        gap: 20px
    }

    .copyright {
        padding-top: 30px;
        margin-top: 20px
    }
}

@media (max-width:769px) {
    .slider {
        width: 80%
    }
}

@media (max-width:753px) {
    .header-logo {
        margin-right: 40px
    }

    .intro {
        padding-top: 40px
    }

    .main-grid .row {
        margin: 0;
        gap: 20px
    }

    .main-grid .row::after,
    .main-grid .row::before,
    .random-block .row::after,
    .random-block .row::before {
        display: none;
        height: 0;
        width: 0
    }

    .main-swiper img {
        height: 700px
    }

    .model-characteristic {
        width: 100%
    }

    .model-rates-item {
        flex-direction: column
    }

    .footer-content,
    .model-rates-item-links,
    .random-block .row {
        gap: 16px
    }

    .model-rates-item-link {
        padding: 12px 22px
    }

    .random-block {
        padding-top: 60px
    }
}

@media (max-width:481px) {
    .intro {
        padding-top: 20px
    }

    .model-card {
        margin-bottom: 0;
        border: 1px solid var(--accent-color-red)
    }

    .model-card-content-social,
    .model-characteristics {
        gap: 12px
    }

    .model-page-top-part a {
        padding: 8px 16px;
        gap: 6px
    }

    .page-navigation {
        gap: 16px
    }

    .page-nav-button img {
        height: 30px;
        width: 30px
    }

    .slider {
        width: 100%
    }

    .main-swiper img {
        height: 600px
    }

    .model-name,
    .model-random-title {
        font-size: 26px;
        margin-bottom: 16px
    }

    .model-rates-title {
        padding: 14px;
        font-size: 16px;
        text-align: center
    }

    .model-rates-item {
        padding: 16px;
        gap: 16px
    }

    .model-rates-item-value {
        font-size: 18px
    }

    .random-block {
        padding-top: 40px
    }

    .model-random-subtitle {
        margin-bottom: 24px
    }
}

@media (max-width:441px) {
    .model-description-with-quote {
        font-size: 16px
    }
}

@media (max-width:431px) {
    .intro-social-link:first-child {
        margin-left: 0
    }
}

@media (max-width:421px) {
    .page-navigation {
        gap: 12px
    }

    .model-page-top-part a {
        padding: 6px 12px;
        gap: 4px
    }

    .model-name,
    .model-random-title {
        font-size: 24px
    }

    .model-payment-list {
        grid-template-columns: repeat(2, 140px)
    }
}

@media (max-width:403px) {
    .intro-header {
        font-size: 28px
    }

    .model-description-with-quote {
        padding: 12px 20px
    }

    .model-description-with-quote::before {
        left: 3px;
        font-size: 40px
    }

    .model-rates-item-value {
        font-size: 16px
    }

    .model-rates-item-text {
        font-size: 14px
    }
}

@media (max-width:394px) {
    .main-content {
        padding: 90px 0 0
    }

    .model-random-title {
        font-size: 20px
    }

    .model-random-subtitle {
        font-size: 14px;
        margin-bottom: 20px
    }
}

@media (max-width:376px) {

    .main-swiper img,
    .model-card {
        height: 500px
    }

    .model-name {
        font-size: 20px
    }

    .model-characteristic-value {
        font-size: 14px
    }
}

@media (min-height:1919px) and (orientation:portrait) {
    .random-block .row {
        flex-wrap: wrap
    }
}

/*-------------------- fixed-social -----------------*/

.fixed-social {
    width: 100%;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    padding: 10px 15px;
    display: none;
}

@media screen and (max-width: 992px) {
    .fixed-social {
        display: flex;
    }
}

.fixed-social__link {
    flex: 1;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    border-radius: 50px;
    transition: all .3s ease;
    padding: 10px 20px;
    box-shadow: 0px 3px 14px -6px rgba(0, 0, 0, 0.4);
}

.fixed-social__link.btn_wa {
    background-color: #25D366;
}

.fixed-social__link.btn_tg {
    background-color: #0088cc;
}

.fixed-social__link svg {
    width: 20px;
    fill: #fff;
}

/*----------------------- add pages ---------------------*/

.page-hero {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 60px 0 0 0;
}

.page-hero-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
}

.page-hero-title::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: var(--accent-color-red);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/*------------------------- about -----------------------*/

.about-intro {
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 40px;
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
    .about-intro {
        grid-template-columns: 1fr;
        padding: 50px 0;
    }
}

.entry-title {
    display: block;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 0 25px 0;
}

.entry-title::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: var(--accent-color-red);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.about-intro__title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.about-intro-image {
    border-radius: 16px;
    overflow: hidden;
}

.about-intro-image img {
    width: 100%;
}

.content-block-text {
    font-size: 16px;
    color: #d0d0d0;
    line-height: 1.6;
}

.stats-grid {
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 24px 24px;
}

@media screen and (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}

.stat-item {
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .15);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    padding: 40px 40px;
    transition: border-color .3s ease;
}

@media screen and (max-width: 640px) {
    .stat-item {
        padding: 30px 30px;
    }
}

.stat-item:hover {
    border: 1px solid #fff;
}

.stat-number {
    display: block;
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
    transition: transform .3s ease, color .3s ease;
}

@media screen and (max-width: 640px) {
    .stat-number {
        font-size: 42px;
        margin-bottom: 0;
    }
}

.stat-item:hover .stat-number {
    transform: scale(1.1);
}

.stat-label {
    font-size: 16px;
    color: var(--accent-color-red);
    letter-spacing: 2px;
    text-align: center;
}

.section.padding-100 {
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
    .section.padding-100 {
        padding: 60px 0;
    }
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media screen and (max-width: 992px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .values-grid {
        grid-template-columns: 1fr;
    }
}

.value-card {
    text-align: center;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #0c0c0c;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 24px;
    transition: all 0.3s ease;
}

.value-card:hover {
    border: 1px solid #fff;
}

.value-card svg {
    width: 36px;
    fill: var(--accent-color-red);
}

.value-card__title {
    color: #fff;
}

.value-card__description {
    font-size: 14px;
    color: #c0c0c0;
}

.cta-section__inner {
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background-color: var(--card-dark-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px 15px;
    margin-bottom: 30px;
}

.cta-text {
    max-width: 600px;
    font-size: 16px;
    color: #c0c0c0;
    text-align: center;
    margin: 0 auto 30px;
}

.cta__btn {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: var(--accent-color-red);
    border-radius: 6px;
    border: 2px solid var(--accent-color-red);
    background-color: transparent;
    column-gap: 7px;
    padding: 10px 32px;
    transition: background-color .3s ease, color .3s ease;
}

.cta__btn:hover {
    color: #fff;
    background-color: var(--accent-color-red);
}

/*-------------------------- faq ------------------------*/

.faq-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
    .faq-content {
        padding: 60px 0;
    }
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 60px 0;
}

.faq-item {
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #1a1a1a;
    margin: 0 0 10px 0;
}

.faq-head {
    font-size: 16px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
    cursor: pointer;
    user-select: none;
    padding: 12px 40px 12px 12px;
}

.faq-head::after {
    content: '';
    display: inline-block;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(225deg);
    transition: all 0.3s ease;
}

.faq-head:hover {
    background-color: #181b21;
}

.faq-number {
    display: inline-block;
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    border-radius: 50%;
    border: 1px solid var(--accent-color-red);
    background-color: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-body {
    font-size: 14px;
    color: #c0c0c0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 12px 0 55px;
    border-top: 1px solid transparent;
}

.faq-item.active .faq-body {
    max-height: 1000px;
    border-top: 1px solid #313131;
    padding: 12px 12px 12px 55px;
}

.faq-item.active .faq-head::after {
    transform: translateY(-50%) rotate(45deg);
}

/*------------------------ contacts ---------------------*/

.contact-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    padding: 100px 0;
}

@media screen and (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1.5fr 1fr;
        gap: 20px;
        padding: 60px 0;
    }
}

@media screen and (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

.contact-form-wrapper {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #1a1a1a;
    padding: 24px 24px;
    margin: 0 0 25px 0;
}

.contact-form__description {
    font-size: 14px;
    color: #c0c0c0;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media screen and (max-width: 640px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.form-group input,
.form-group textarea {
    width: 100%;
    font-size: 14px;
    color: #c0c0c0;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #0c0c0c;
    padding: 8px 12px;
}

.contact-info-card {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #1a1a1a;
    padding: 24px 24px;
    margin: 0 0 25px 0;
}

.form-checkbox input[type="checkbox"] {
    width: auto;
    margin-top: 3px;
}

.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.form-group label {
    display: block;
    font-weight: 400;
    color: #c0c0c0;
    font-size: 12px;
}

.form-group label a {
    color: var(--accent-color-red);
}

.contact-submit {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: var(--accent-color-red);
    border-radius: 6px;
    border: 2px solid var(--accent-color-red);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin: 0 0 15px 0;
    transition: all .3s ease;
}

.contact-submit:hover {
    color: #fff;
    background-color: var(--accent-color-red);
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.contact-info-list li {
    font-size: 14px;
    color: #c0c0c0;
    border-bottom: 1px solid #313131;
    display: flex;
    column-gap: 15px;
    padding: 15px 0;
}

.contact-info-list li a {
    color: #c0c0c0;
}

.contact-info-list strong {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 2px;
    letter-spacing: 1px;
    font-weight: 400;
}

.contact-info-list svg {
    width: 20px;
    fill: var(--accent-color-red);
}

.quick-contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quick-contact strong {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 2px;
    letter-spacing: 1px;
    font-weight: 400;
}

.quick-contact a {
    font-size: 14px;
    font-weight: 400;
    color: #c0c0c0;
}