
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-size: 16px;
    line-height: 1.25em;
    color: #4E5154;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
a {
    text-decoration: none;
}
h2 {
    font-size: 3.231rem;
    line-height: 1.3em;
    font-weight: 600;
    color: #222529;
}
h3 {
    font-size: 1.75rem;
    line-height: 1.3em;
    font-weight: 700;
    color: #222529;
}
h4 {
    font-size: 1.5rem;
    color: #222529;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
    line-height: 1.2em;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.container {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.site-header {
    background: rgba(0, 0, 0, 0);
    transition: .4s ease-in;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.site-header.scrolling {
    background: #1e2226;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mob-m-button {
    display: none;
}
.time-banner {
    background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url(../img/hero.webp);
    min-height: 100vh;
    padding: 142px 0 70px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__logo {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.header-link_list {
    list-style-type: none;
    display: flex;
    gap: 30px;
    font-weight: 500;
    margin: 1rem 0;
}
.header-link-item {
    color: #fff;
    transition: .3s ease-in-out;
    padding: 10px 0;
    position: relative;
    display: block;
    width: fit-content;
}
.header-link-item:hover {
    color: #ffbb00;
}
.header-link-item:before {
    content: "";
    position: absolute;
    height: 1px;
    transition: .3s ease-in-out;
    background: #ffbb00;
    left: 0;
    bottom: 0;
    width: 0;
}
.header-link-item:hover:before {
    width: 100%;
}
.support {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 999;
}
.support__icon {
    height: 75px;
    width: 75px;
    cursor: pointer;
}
.support__list-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s ease-in;
    z-index: -1;
}
.support__list-item-icon {
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.support.active .support__list-item {
    z-index: 1;
    opacity: 1;
}
.support.active .support__list-item--telegram {
    transform: translate(-170%, -120%);
}
.support.active .support__list-item--whatsapp {
    transform: translate(-170%, 30%);
}
.time-banner_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}
.time-banner_title-text {
    font-size: 70px;
    line-height: 1.05;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.min-txt-tbtt {
    font-size: 2.5rem;
    display: block;
    color: #D2D2D2;
}
.home-b-bg {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    letter-spacing: 20px;
    opacity: .1;
}
.home-banner__subtitle {
    color: #D2D2D1;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 50px 0 60px;
}
.home-banner__timer-wrapper {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 60px;
}
.home-banner__timer-block {
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .3);
    padding-right: 45px;
    margin-right: 45px;
    min-width: 70px;
    max-width: 100%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.home-banner__timer-wrapper>.home-banner__timer-block:last-of-type {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.home-banner__timer-block-title {
    text-align: center;
    font-size: 3.846rem;
    line-height: 3.846rem;
    font-weight: 600;
    margin-bottom: 27px;
    display: block;
}
.home-banner__timer-block-subtitle {
    text-transform: uppercase;
    font-weight: 500;
}
.time-banner_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}
.btn-border {
    background: transparent;
    border: 2px solid;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .9231rem;
    padding: 11px 40px;
    display: flex;
    align-items: center;
    border-radius: .375rem;
    transition: .3s;
}
.btn-border:hover {
    background: #ffbb00;
}
.prev-fin {
    padding: 100px 0;
}
.previous_fin-title {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.previous_fin-content {
    font-size: 1.25rem;
    line-height: 1.5em;
    text-align: center;
    color: #4E5154;
    font-weight: 500;
}
.previous_fin_wrapper {
    margin-bottom: 70px;
}
.row_cards_prv-fin {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}
.rcp-card {
    width: calc(33.333% - 16px);
}
.previous__card-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    margin-bottom: 30px;
    display: flex;
}
.previous__card-img {
    width: 100%;
    transition: .3s ease-in-out;
}
.previous__card-img-wrapper:hover .previous__card-img {
    transform: scale(1.2);
}
.previous__card-content {
    text-align: center;
}
.previous__card-above-title {
    font-weight: 600;
    letter-spacing: .5px;
    font-size: .8462rem;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
    color: #222529;
}
.previous__card-title {
    margin-bottom: 18px;
    font-size: 1.462rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffbb00;
}
.previous__card-info {
    line-height: 1.5em;
}
.participiants {
    padding: 100px 0;
}
.contest_participants {
    text-align: center;
    margin-bottom: 70px;
}
.participiants__subtitle {
    font-size: 1.25rem;
    line-height: 1.5em;
    margin-top: 8px;
}
.masonry-col {
    width: calc(25% - 18px);
    margin-bottom: 24px;
}
.model-card__content {
    background: rgba(0, 0, 0, .75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in;
    opacity: 0;
    padding: 20px;
    overflow: hidden;
}
.model-card__content-text {
    transition: .3s ease-in;
    transform: translateY(-100%);
}
.model-card_lk {
    transform: translateY(200%);
    transition: .3s ease-in;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}
.model-card__link:hover .model-card__content-text, .model-card__link:hover .model-card_lk {
    transform: translateY(0);
}
.model-card__link:hover .model-card__content {
    opacity: 1;
}
.model-card__title {
    font-size: 1.462rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: #ffbb00;
}
.model-card__height {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8462rem;
    letter-spacing: 1px;
    color: #D2D0CF;
    line-height: 1.5em;
}
.model-card__description {
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}
.model-wrap .model-card__content-text {
    padding-bottom: 20px;
}
.min_desc_paym {
    font-size: 15px;
    color: #757575;
    font-weight: 400;
    margin: 15px 0 8px;
}
.foot_desc {
    font-size: 13px;
    line-height: 1.3em;
    color: #757575;
    margin-top: 20px;
}
.button_code {
    background: #ffbb00;
    border: 2px solid #ffbb00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .9231rem;
    padding: 11px 40px;
    display: flex;
    align-items: center;
    border-radius: .375rem;
    justify-content: center;
    transition: .3s;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    cursor: pointer;
}
.button_code:hover {
    background: transparent;
    border: 2px solid #ffbb00;
    color: #ffbb00;
}
.form_refund.hidn {
    display: none;
}
.cls_code {
    display: none;
}
.cls_code.active {
    display: block;
}
.model-card__likes {
    font-size: 22px;
    transition: .3s ease-in;
    margin-bottom: 0;
    color: #fff;
}
.model-card__action {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.model-card__image-wrapper {
    display: flex;
}
.model-card_lk path {
    fill: #FFFFFF;
    transition: .3s;
}
.model-card_lk:hover path, .model-card_lk:hover .model-card__likes {
    fill: #ffbb00;
    color: #ffbb00;
}
.btn-bg {
    background: #ffbb00;
    border: 2px solid #ffbb00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .9231rem;
    padding: 11px 40px;
    display: flex;
    align-items: center;
    border-radius: .375rem;
    justify-content: center;
    transition: .3s;
    width: fit-content;
    margin: 0 auto;
}
.btn-bg:hover {
    background: transparent;
    color: #ffbb00;
}
.v-all {
    margin-top: 24px;
}
.newslatter {
    padding: 100px 0;
    background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url(../img/newslatter.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.newslatter-title {
    text-align: center;
    margin-bottom: 48px;
}
.newslatter-title {
    color: #D3D2D1;
    text-align: center;
    margin-bottom: 48px;
}
.nwsl-title {
    color: #fff;
    margin-bottom: 18px;
}
.form-newslatter {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.nwsl_col {
    width: calc(33.333% - 16px);
}
.form-field {
    width: 100%;
    height: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: .375rem;
    height: 48px;
}
span.error {
    color: #ff2d2d;
    font-size: 14px;
    margin-top: 4px;
    display: block;
}
.newsl_form_succ {
    color: #05c205;
    display: none;
    margin-top: 4px;
}
.refund_text {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    color: #ff2d2d;
    display: none;
}
.newsl_form_succ.active {
    display: block;
}
.form-field:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40;
}
.form-wr {
    height: 100%;
}
.newslatter__action {
    background: #ffbb00;
    border: 2px solid #ffbb00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .9231rem;
    padding: 11px 40px;
    display: flex;
    align-items: center;
    border-radius: .375rem;
    justify-content: center;
    transition: .3s;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    cursor: pointer;
}
.newslatter__action.active {
    pointer-events: none;
    opacity: 0.9;
}
.newslatter__action:hover {
    background: transparent;
    color: #ffbb00;
}
.footer {
    padding-top: 1.5rem;
    background: #1e2226;
    color: #fff;
}
.rw-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}
.cl-4 {
    width: calc(33.333% - 16px);
    text-align: center;
}
.rw-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.title-m_ft {
    margin-bottom: 8px;
}
.text-center {
    opacity: 0.8;
}
.link-list-item a {
    color: #fff;
    padding: 2px 0;
    display: inline-block;
    transition: .3s;
    position: relative;
}
.link-list-item a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #ffbb00;
    transition: .3s;
}
.link-list-item a:hover {
    color: #ffbb00;
}
.link-list-item a:hover:before {
    width: 100%;
}
.footer_soc_i {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.ft_soc_i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sc1 {
    width: 35px;
    height: auto;
}
.sc2 {
    width: 40px;
    height: auto;
}
.sc3 {
    width: 37px;
    height: auto;
    position: relative;
}
.wht_bg {
    background: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 100px;
}
.footer__bottom {
    display: flex;
    padding: 1.5rem 0;
    justify-content: space-between;
    align-items: center;
}
.footer__logo {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.copyright {
    font-size: 12px;
    opacity: .8;
    line-height: 1.5em;
}
.cont-for_co {
    padding: 30px 0;
}
.title-pc {
    margin-bottom: 8px;
    font-weight: 700;
}
.center {
    text-align: center;
}
.txt_event {
    font-weight: 400;
}
.txt_event a {
    color: #000;
    transition: .3s;
}
.txt_event a:hover {
    color: #ffbb00;
}
.fw_500_h .title-pc {
    font-weight: 500;
}
.cont-for_co b {
    color: #212529;
}
.cont-for_co hr {
    border: none;
    border-top: 1px solid #C7C8C9;
    margin: 1rem 0;
}
.refund_sec {
    background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url(../img/hero.webp);
    min-height: calc(100vh - 242.2px);
    padding: 100px 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-body {
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 6px;
    border: 1px solid #D2D2D2;
    padding: 1rem;
    color: #222529;
}
.row_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.col_50 {
    width: calc(50% - 12px);
}
.col_100 {
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DFE2E6;
    -webkit-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-label {
    margin-bottom: .5rem;
    display: block;
    font-weight: 400;
}
.form-label.fw_700 {
    font-weight: 700;
}
.line_s {
    margin: 1.5rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}
.vote-credit-card {
    background: #ffbb00;
    box-shadow: 0 0 30px #0000004d;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 540px;
    margin: auto;
    padding: 1.5rem;
}
.vote-credit-card__title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}
.vote-credit-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-unstyled {
    display: flex;
    gap: .5rem;
    align-items: center;
}
.mn-yer {
    display: flex;
    gap: .5rem;
}
.vote-credit-card__bottom {
    display: flex;
    justify-content: space-between;
}
.cvv {
    width: 100px;
}
.form_refund .btn-bg, .cls_code .btn-bg {
    margin-right: 0;
    cursor: pointer;
    line-height: 1.5em;
}
.btn-bg.dis-btn {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: .65;
}
.card-girl {
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 6px;
    border: 1px solid #D2D2D2;
    padding: 1rem;
    color: #222529;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.form-control.error {
    border: 1px solid #ff2d2d;
}
.profile-card__image-wrapper {
    width: 50%;
}
.profile-card__title-info {
    width: 50%;
}
.slide-img {
    border-radius: 10px;
    width: 100%;
}
.slide_col {
    display: flex !important;
    height: 100%;
    align-items: center;
    padding: 0 1px;
}
.girl_slider .slick-track {
    display: flex;
    align-items: center;
}
.girl_slider .slick-prev.slick-arrow {
    width: 30px;
    height: 30px;
    left: 10px;
    z-index: 1;
}
.girl_slider .slick-next.slick-arrow {
    width: 30px;
    height: 30px;
    right: 10px;
    z-index: 1;
}
.girl_slider .slick-prev:before, .girl_slider .slick-next:before {
    font-size: 30px;
}
.girl_slider .slick-dots li button:before {
    font-size: 13px;
}
.df_flex_centr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    font-size: 14px;
    margin-bottom: 2rem;
}
.profile-card__part {
    display: flex;
    gap: 7px;
    font-weight: 500;
    font-size: 14px;
    background-color: #ffbb00;
    color: #fff;
    padding: .15em .65em;
    border-radius: .375rem;
}
.profile-card__title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 5px;
}
.df_flex_centr {
    display: flex;
    justify-content: center;
    gap: .5rem;
    font-size: 14px;
    margin-bottom: 2rem;
}
.title_mik {
    margin-bottom: 8px;
    font-weight: 500;
}
.profile-card__description {
    opacity: 0.8;
    margin-bottom: 1.5rem;
}
.profile-card__vote-btn {
    background: #fff;
    border: 2px solid #ffbb00;
    color: #ffbb00;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .9231rem;
    padding: 11px 40px;
    display: flex;
    align-items: center;
    border-radius: .375rem;
    justify-content: center;
    transition: .3s;
    width: 100%;
    gap: .5rem;
    cursor: pointer;
}
.profile-card__vote-btn:hover {
    background: #ffbb00;
    color: #fff;
}
.dsp_cls.dnone {
    display: none !important;
}
.card-body.min_wid, .card-girl.min_wid {
    max-width: 500px;
}
.cont_modal {
    display: none;
}
.hide {
    display: none;
}
.open_m {
    display: block !important;
}
.form_refund.cont_modal {
    width: 100%;
}
.logo_payment {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
}
.paym_title {
    margin: 20px 0 10px;
}
.form-control.hide_inp {
    background: #EAECEF;
    pointer-events: none;
}
.dfs_l {
    width: 130px;
    min-width: 90px;
}
.girl_logo_modal {
    border-radius: 10px;
    cursor: pointer;
}
.title_flex_modl {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
.dfs_r .profile-card_title {
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 8px;
}
.dfs_r .df_flex_centr {
    justify-content: flex-start;
}
.header-wrapper.active .ln_m2 {
    opacity: 0;
}
.header-wrapper.active .ln_m1 {
    transform: rotate(45deg);
    position: absolute;
    width: calc(100% - 10px);
    top: calc(50% - 1px);
}
.header-wrapper.active .ln_m3 {
    transform: rotate(-45deg);
    position: absolute;
    width: calc(100% - 10px);
    bottom: calc(50% - 1px);
}
.sucsf {
    display: none;
    color: #05c205;
    margin-top: 5px;
}

@media(max-width: 1250px) {
    .masonry-col {
        width: calc(33.333% - 16px);
    }
    .model-card__content-text {
        padding-bottom: 35px;
    }
}

@media(max-width: 767px) {
    .cl-4 {
        width: 100%;
    }
    .rw-footer>.cl-4:nth-child(2) {
        display: none;
    }
    .header-link-box {
        position: absolute;
        top: 100%;
        left: 0;
        background: #1B1919;
        width: 100%;
        margin-top: -1px;
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: .4s ease-in;
    }
    .site-header.scrolling .header-link-box {
        background: #1e2226;
    }
    .header-wrapper.active .header-link-box {
        height: auto;
        opacity: 1;
    }
    .header-link_list {
        flex-wrap: wrap;
        margin: 0;
        padding: 5px 12px 12px;
        gap: 3px;
    }
    .header-li-item {
        width: 100%;
    }
    .mob-m-button {
        display: flex;
        flex-wrap: wrap;
        border: none;
        background: transparent;
        padding: 10px 5px;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        position: relative;
    }
    .mob-menu-line {
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 10px;
        transition: .3s;
    }
    .refund_sec {
        padding: 70px 0 50px;
    }
    .profile-card__title {
        font-size: 26px;
    }
    .profile-card__part {
        gap: 6px;
        font-size: 13px;
    }
    .df_flex_centr {
        margin-bottom: 1.5rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.3rem;
    }
    h5 {
        font-size: 1.1rem;
    }
    h6 {
        font-size: 0.9rem;
    }
    body {
        font-size: 15px;
    }
    .profile-card__vote-btn {
        font-size: .85rem;
    }
    .home-b-bg {
        display: none;
    }
    .min-txt-tbtt {
        font-size: 30px;
    }
    .time-banner_title-text {
        font-size: 50px;
    }
    .home-banner__subtitle {
        font-size: 16px;
        margin: 20px 0 30px;
    }
    .home-banner__timer-wrapper {
        gap: 5px;
        margin-bottom: 30px;
    }
    .home-banner__timer-block {
        padding-right: 10px;
        margin-right: 10px;
    }
    .home-banner__timer-block-title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 10px;
    }
    .masonry-col {
        width: calc(50% - 12px);
    }
    .model-card__title {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
    .model-card__height {
        font-size: .72rem;
    }
    .model-card__description {
        margin-top: 6px;
    }
    .participiants {
        padding: 50px 0;
    }
    .v-all {
        margin-top: 5px;
    }
    .participiants__subtitle {
        font-size: 1.1rem;
        line-height: 1.25em;
    }
    .contest_participants {
        margin-bottom: 40px;
    }
    .cont-for_co {
        padding: 30px 0 0;
    }
    .newslatter {
        padding: 50px 0;
    }
    .newslatter-title {
        margin-bottom: 30px;
    }
    .nwsl-title {
        margin-bottom: 8px;
    }
    .form-newslatter {
        gap: 15px;
        flex-wrap: wrap;
    }
    .nwsl_col {
        width: 100%;
        height: 48px;
    }
    .previous_fin-title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .previous_fin-content {
        font-size: 1.1rem;
        line-height: 1.3em;
    }
    .prev-fin {
        padding: 50px 0;
    }
    .previous_fin_wrapper {
        margin-bottom: 40px;
    }
    .rcp-card {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
    }
}

@media(max-width: 550px) {
    .profile-card__image-wrapper, .profile-card__title-info {
        width: 100%;
    }
    .card-girl {
        flex-wrap: wrap;
    }
    .footer__bottom-title {
        width: 100%;
        text-align: center;
    }
    .footer__bottom {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
    }
    .support {
        bottom: 30px;
        right: 12px;
    }
    .girl_slider {
        max-width: 380px;
        margin: 0 auto;
        width: 100%;
    }
    .copyright {
        text-align: center;
    }
    .masonry-col {
        width: 100%;
    }
    .model-card__title {
        font-size: 1.5rem;
        margin-bottom: 6px;
    }
    .model-card__height {
        font-size: .95rem;
    }
}

@media(max-width: 475px) {
    .col_50 {
        width: 100%;
    }
    .row_flex {
        gap: 20px;
    }
    .vote-credit-card {
        padding: 1rem;
    }
    .title_flex_modl {
        margin-bottom: 0.5rem;
    }
    .time-banner_title-text {
        font-size: 40px;
    }
    .min-txt-tbtt {
        font-size: 24px;
    }
}

@media(max-width: 360px) {
    .dfs_l {
        width: 100%;
    }
    .title_flex_modl {
        flex-wrap: wrap;
    }
    .dfs_l .girl_logo_modal {
        max-height: 200px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .home-banner__timer-wrapper {
        gap: 0px;
    }
    .home-banner__timer-block {
        padding-right: 7px;
        margin-right: 7px;
        min-width: 65px;
    }
    .home-banner__timer-block-title {
        font-size: 1.75rem;
        line-height: 2.1rem;
    }
    .home-banner__timer-block-subtitle {
        font-size: 13px;
    }
    .btn-border {
        padding: 10px 30px;
    }
    .time-banner_title-text {
        font-size: 36px;
    }
}


