.container_half {
    max-width: 600px;
    margin: auto;
}

.container_posts {
    max-width: 700px;
    margin: auto;
}

.container_posts p {
    margin: 1em 0;
}

.container_posts h1 {
    font-size: 24px;
    font-weight: 600;
}

.container_posts h2 {
    font-size: 20px;
    font-weight: 500;
}

.container_posts h3 {
    font-size: 18px;
    font-weight: 400;
}

.articles__topic {
    margin-bottom: 13px;
}

.posts__list_custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
}

.posts__list_custom article {
    margin-bottom: 36px;
}

.post_custom {
    display: inline-block;
    width: 31%;
    margin: 0.5% 0;
}

.blog-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 16px;
}

.blog-title {
    font-size: 20px;
    line-height: normal;
    color: #de4d6c;
    display: block;
    margin-bottom: 12px;
}

.blog-content footer {
    margin-top: 4px;
}

.blog-excerpt {
    /*Limit to 5 lines*/
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    text-align: justify;
}

.blog__comments_link {
    float: right;
    /*color: rgb(222, 77, 108);*/
    color: inherit;
}

.blog__comments_link i {
    vertical-align: middle;
}

@media screen and (max-width: 930px) {
    .post_custom {
        width: 32.5%;
        margin: 0.5% 0;
    }
}

@media screen and (max-width: 625px) {
    .post_custom {
        width: 49.5%;
    }
}

@media screen and (max-width: 430px) {
    .post_custom {
        width: 100%;
        margin: 0 0 10px;
    }
}

.contact-proposal,
.news__single-news-block{
    max-height: 0;
    transition: max-height 0.2s ease-in;
    opacity: 0;
}

.content-block-fade-in {
    animation: content-fade-in;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}

.container-block_expanded {
    max-height: 1000px;
    transition: max-height 0.2s ease-in;
}

#list_posts_news_list_items .description,
.post-content{
    font-size: 16px;
    text-align: justify;
}

#list_posts_news_list_items .description {
    padding: 5px 0;
}

.news__block .news__link,
.articles__block .articles__link {
    font-size: 20px;
    color: #de4d6c;
    padding-right: 20px;
    display: inline-block;
}

.news__block .wrap,
.articles__block .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #303036;
}

.news__block .wrap .icon__container,
.articles__block .wrap .icon__container {
    color: inherit;
    display: flex;
    align-items: center;
    gap: 3px;
}

.block-fade-out {
    animation: block-fade-out;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes block-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }

}

@keyframes content-fade-in {
    from {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

.news__single-news {
    background-color: white;
    padding: 10px 15px;
    border: 1px solid #d0d0d0;
    margin-top: 20px;
    border-radius: 2px;
    position: relative;
}

.news__single-news .description {
    text-align: justify;
}
.modal-subscribe__close,
.single-news__close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 1;
}

.modal-subscribe__close {
    width: 25px;
    height: 25px;
}

.modal-subscribe__close .icon-close,
.single-news__close .icon-close {
    pointer-events: none;
    fill: #de4d6c;
    width: 100%;
    height: 100%;
}

.modal-subscribe .title {
    margin-bottom: 0 !important;
}

.modal-subscribe .btn {
    margin-top: 5px !important;
    border-radius: 10px;
    height: 57px;
    background-color: rgb(158, 208, 62);
    border: none;
    width: 249px;
}

.post_view .title {
    color: #de4d6c;
}

.post_view img {
    width: 100%;
}

.post_view .added {
    width: 100%;
    color: #303036;
}

.post_view .added p {
    color: #de4d6c;
    text-align: end;
}

.articles_content .blog-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 25px;
}

.articles_content .added {
    margin: 10px 0;
}

.articles_content .blog-excerpt {
    margin-bottom: 25px;

    text-align: justify;
}

.articles_content .post_view {
    margin-bottom: 25px;
}

.btn {
    text-decoration: none !important;
}

.title {
    color: #303036 !important;
    font-size: 24px !important;
}
.header__styles-custom {
    background: #000;
    border: none;
}
.header__styles-custom .main-menu__item > a,
.header__styles-custom .search-bar__button {
    color: #fff;
}
.header__styles-custom .search-bar__button:hover {
    opacity: 0.5;
}
.header-promo {
    position: sticky;
    top: -1px;
    width: 100%;
    height: 60px;
    background-color: #7da530;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 999;
    gap: 10px;
}

.header-promo p {
    font-size: 22px;
    color: #fff;
}

.header-promo__text .text-mobile {
    display: none;
}

.header-promo .btn {
    white-space: nowrap;
}
.photo-slider__container {
    position: relative;
    width: 100%;
}
.photo-slider__photo {
    position: relative;
    width: 100%;
    padding-bottom: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-slider__image-desktop {
    display: block;
}
.photo-slider__image-mobile {
    display: none;
}
.photo-slider__photo img {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.5s ease-in-out;
}
.photo-slider__photo--blinder {
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.photo-slider__controls {
    pointer-events: none;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%) scaleX(1.2);
    transition: all 0.2s ease-in-out;
}
.photo-slider__control-button {
    pointer-events: all;
    width: 40px;
    height: 40px;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.photo-slider__control-button:hover {
    color: #7C7C7C;
    opacity: 1;
}
.photo-slider__control-button svg {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.photo-slider__control-button * {
    pointer-events: none;
}
.btn--special {
    font-size: 32px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    border: none;
    white-space: nowrap;
}
.btn--special-rounded {
    border-radius: 5px;
}
.btn--yellow {
    background-color: #f3ae09;
    color: #000;
}
.btn--yellow:hover {
    border: none;
    background-color: #ffc700;
    color: #000;
}
.btn--blue {
    background-color: rgb(64, 155, 248);
    color: #fff;
}
.btn--centered {
    margin: 0 auto;
}
.heading .buttons .btn {
    text-transform: capitalize;
}
.comments__news,
.comments__article {
    padding: 20px 0;
    background: transparent;
    overflow: unset;
}

.comments__news .comments__textarea,
.comments__article .comments__textarea {
    width: 100% !important;
}

#subscribe-window .image-hidden {
    width: 1px;
    height: 1px;
    visibility: hidden;
    position: absolute;
}

.modal-subscribe__wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    opacity: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.75);
    overscroll-behavior: contain;
}

.modal-subscribe {
    position: relative;
    background-color: white;
    width: 90%;
    max-width: 415px;
    border-radius: 40px;
    overflow: clip;
    overscroll-behavior: contain;
}

.modal-subscribe__fade-in {
    animation: modal-subscribe-fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.modal-subscribe__fade-out {
    animation: modal-subscribe-fade-out;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.modal-subscribe-gift__fade-in {
    animation: modal-subscribe-gift-fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes modal-subscribe-gift-fade-in {
    from {
        bottom: -1000px;
    }

    to {
        bottom: -1px;
    }
}

@keyframes modal-subscribe-fade-in {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    1% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes modal-subscribe-fade-out {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    99% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

.modal-subscribe-gift {
    position: fixed;
    bottom: -1000px;
    right: 0;
    background-color: white;
    cursor: pointer;
    z-index: 6000;
    transform: translateX(-50%);
}

.modal-subscribe-gift__close {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 18px;
    height: 18px;
    background-color: white;
    padding: 1px;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-subscribe-gift__close .icon-close {
    pointer-events: none;
    width: 100%;
    height: 100%;
    fill: #de4d6c;
}

.modal-subscribe-gift__container {
    background-color: #de4d6c;
    display: flex;
    padding: 10px;
    gap: 10px;
}

.modal-subscribe-gift__text {
    font-weight: bold;
    color: white;
}

.modal-subscribe__form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.modal-subscribe-gift__icon-container {
    width: 1em;
    height: 1em;
    animation: myWobble 6s ease 0s infinite normal forwards;
}
@keyframes myWobble {
    0%,
    88%,
    100% {
        transform: translateX(0%);
        transform-origin: 50% 50%;
    }

    90% {
        transform: translateX(-5px) rotate(-10deg);
    }

    92% {
        transform: translateX(5px) rotate(10deg);
    }

    94% {
        transform: translateX(-5px) rotate(-7.2deg);
    }

    96% {
        transform: translateX(3px) rotate(4.8deg);
    }

    98% {
        transform: translateX(-2px) rotate(-2.4deg);
    }
}

.modal-subscribe-gift__icon-container .icon-gift {
    fill: white;
    width: 100%;
    height: 100%;
}

.input__container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.input__container input {
    height: 53px;
    border-radius: 10px;
}

.modal-subscribe__content {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 20px 35px;
    align-items: center;
}

.modal-subscribe__content .title {
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    font-size: 30px !important;
    line-height: normal;
    margin-top: 0 !important;
}

.modal-subscribe__text {
    text-align: center;
    width: 247px;
    line-height: normal;
    margin-bottom: 20px;
}

.modal-subscribe__form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.content__left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 50%;
}

.content__right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-subscribe__image-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    aspect-ratio: 415/270;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255,255,255,0) 40%), url("../images/subscribe-window-image-min.jpeg");
    background-position: bottom;
    background-size: cover;
}

.modal-subscribe__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-proposal {
    margin-top: 20px;
}

.contact-proposal__container {
    display: flex;
    width: 100%;
    background-color: #e0f7b7;
    padding: 10px;
    gap: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    color: #303036;
}

.contact-proposal__mark-icon-container {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(1.2em / 2);
}

.mark-icon-container__icon {
    width: 100%;
    height: 100%;
    fill: #7da530;
}

.contact-proposal__main-content {
    display: flex;
    flex-direction: column;
}

.contact-proposal__main-content .title_small {
    margin-bottom: 0 !important;
}

.contact-proposal__buttons-block {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

#get_access_page .modal#modal-signup {
    background: none !important;
}

.text-block h1 {
    font-weight: initial;
}

.custom-join-banner-main,
.custom-join-banner-promo {
    padding: 20px 0 30px;
    height: auto;
    width: 100%;
}

.custom-join-banner-main .container,
.custom-join-banner-promo .container {
    position: relative;
    height: 100%;
    padding: 0;
}

.custom-join-banner-main img,
.custom-join-banner-promo img {
    display: block;
}
.custom-join-banner-main .btn--huge {
    line-height: normal;
    padding: 16px 25px;
    font-size: 44px;
}
.custom-join-banner-promo .btn--huge {
    line-height: normal;
    padding: 12px 25px;
    font-size: 40px;
}

.custom-join-banner-main__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    top: 0;
    left: 0;
    padding: 37px 52px 49px;
    width: 100%;
    height: 100%;
}

.custom-join-banner-promo__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    top: 0;
    left: 0;
    padding: 40px 54px 54px;
    width: 100%;
    height: 100%;
}

.custom-join-banner-main__background {
    width: 100%;
    height: 0;
    padding-top: 27.416%;
    /*background-image: url(../images/girl_with_ruler_desktop.png);*/
    background-image: image-set(
        url(../images/girl_with_ruler_desktop.webp) type("image/webp"),
        url(../images/girl_with_ruler_desktop.png) type("image/png")
    );
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position-y: 80%;
}

.custom-ad-banner {
    padding: 20px 0 30px;
    height: auto;
    width: 100%;
    display: flex;
}

.custom-ad-banner img.desktop {
    display: inline-block;
}

.custom-ad-banner img.mobile {
    display: none;
}

@media screen and (max-width: 920px) {
    .custom-ad-banner img {
        width: 100%;
    }
}

@media screen and (max-width: 620px) {
    .custom-ad-banner img.desktop {
        display: none;
    }

    .custom-ad-banner img.mobile {
        display: inline-block;
    }
}

.footer-menu__item,
.footer-menu__item:first-child {
    margin: 0;
}

.footer-menu__item::after {
    content: "|";
    color: #7d7d83;
    margin: 0 5px;
}
.footer-menu__item:last-of-type::after {
    content: none;
    margin: 0;
}
.footer-menu__item a {
    text-decoration: underline;
}



.custom-join-banner-main__title {
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1b1b1d;
    line-height: 1;
}

.custom-join-banner-promo__title {
    font-size: 51px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    margin-bottom: 19px;
}

.custom-join-banner-main__subtitle {
    font-size: 28px;
    text-transform: uppercase;
    color: #1b1b1d;
    margin: 0 0 15px;
    line-height: 1;
}

.custom-join-banner-promo__subtitle {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 29px;
    line-height: 1;
    font-weight: 500;
}

.custom-join-banner-main__text .br-mobile,
.custom-join-banner-promo .br-mobile {
    display: none;
}

.custom-join-banner-main__subtitle span,
.custom-join-banner-promo span {
    color: #1b1b1d;
}

.custom-join-banner-thin {
    background: #e7e7e8;
    padding: 20px 0;
}

.custom-join-banner-thin__text {
    font-size: 30px;
    color: #7a7a7d;
}

.custom-join-banner-thin__text span {
    color: #1b1b1d;
}

.custom-join-banner-secondary {
    padding: 20px 0 30px;
    height: auto;
    width: 100%;
}

.custom-join-banner-secondary .container {
    position: relative;
    height: 100%;
    padding: 0;
}

.custom-join-banner-secondary img {
    display: block;
}

.custom-join-banner-secondary__text {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
    top: 0;
    left: 0;
    padding: 30px 59px 30px 50px;
    width: 100%;
    height: 100%;
    gap: 20px;
}

.custom-join-banner-secondary__background {
    width: 100%;
    height: 0;
    padding-top: 20.75%;
    background-image: url(../images/bg-banner-01-collage_desktop.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.custom-join-banner-secondary__title {
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2bc0d6;
    line-height: 1;
    text-indent: 30%;
    margin: 20px 0 0 0;
}

.custom-join-banner-secondary__subtitle {
    font-size: 21px;
    text-transform: uppercase;
    color: #82593b;
    margin: 0 0 15px;
    text-indent: 30%;
}

.custom-join-banner-secondary__text p {
    line-height: 1;
    font-size: 25px;
    text-align: end;
    text-transform: uppercase;
    font-weight: 700;
    color: #414141
}
.custom-join-banner-secondary__text p span {
    color: #000;
}

.custom-join-banner-secondary__subtitle span {
    color: #1b1b1d;
}

.custom-join-banner-secondary .btn {
    line-height: normal;
    position: relative;
    transform: unset;
    right: unset;
    top: unset;
}
.custom-join-banner-secondary .btn--huge {
    font-size: 38px;
    padding: 12px 35px;
}

.btn--custom-duble {
    padding: 0;
    border: none;
}

.btn--custom-duble strong {
    font-size: 85px;
    color: #fff;
    background: #7da530;
    display: block;
    padding: 20px 25px;
    line-height: 1;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
}

.btn--custom-duble span {
    font-size: 14px;
    color: #fff;
    background: #de4d6c;
    display: block;
    padding: 10px 5px;
    line-height: 1;
    font-weight: 400;
}

.btn--custom-duble:hover {
    border: none;
}

.btn--custom-duble:hover strong {
    background: #de4d6c;
}

.thumbs__list_custom {
    text-align: left;
    font-size: 1px;
    line-height: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
}

.thumbs__list_custom::after {
    content: "";
    flex: auto;
}

.thumb_custom {
    display: inline-block;
    line-height: normal;
    font-size: 14px;
    margin: 0.5% 0.1%;
    position: relative;
    overflow: hidden;
    width: 24%;
}

.thumb_custom img {
    width: 100%;
    height: auto;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    object-fit: cover;
    object-position: center;
}

.thumb--videos img {
    aspect-ratio: 16/9;
}

.custom-right {
    padding: 30px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.custom-left {
    grid-area: modalLeft;
}

.custom-left .price-list__tab {
    display: none;
}

.custom-left .price-list__tab.active {
    display: block;
}

.custom-right {
    grid-area: modalRight;
}

.custom-right img {
    height: auto;
    width: auto;
    max-width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    transform: rotate(4deg) translateZ(0);
}

.custom-bottom {
    grid-area: modalBottom;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.custom-bottom__title {
    font-size: 24px;
    color: #303036;
    font-weight: 700;
    text-align: center;
}

.custom-bottom__title span {
    color: #DE4D6CFF;
}

.custom-quote {
    grid-area: modalComments;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.custom-quote__title {
    color: #303036;
    font-size: 20px;
    font-weight: 700;
}

.custom-quote__container {
    display: flex;
    gap: 20px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.custom-quote .custom-quote__icon {
    color: #DE4D6CFF;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
}

.custom-quote .custom-quote__icon svg {
    width: 100%;
    height: 100%;
}

.custom-quote .custom-quote__quote {
    color: #303036;
    font-size: 20px;
    font-style: italic;
}
.custom-quote .custom-quote__quote p:last-of-type {
    text-align: end;
}
.custom-quote .custom-quote__quote p:last-of-type::before {
    content: "\2014 \0020";
}
.custom-quote__pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.custom-quote__pager .pager-dot {
    min-width: 10px;
    max-width: 10px;
    min-height: 10px;
    max-height: 10px;
    border-radius: 50%;
    border: 2px solid #d0d0d0;
    cursor: pointer;
}

.pager-dot_selected {
    background-color: #d0d0d0;
}

.profits__list__item-custom {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
}

.title__modal_custom {
    font-size: 30px;
}

.modal__main-content_custom {
    border-bottom: 1px solid #d0d0d0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "modalLeft modalRight"
    "modalBottom modalComments";
}

.modal__text_custom {
    font-size: 20px;
}
.modal__text_container {
    width: 100%;
    padding: 10px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__text_custom_heading,
.modal__text_container .modal__text_custom {
    font-weight: 700;
    text-transform: uppercase;
    color: #de4d6c;
    text-align: center;
}

.thumb__info_custom {
    position: relative;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    background: transparent;
    padding-top: 0.2em;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.thumb--videos .thumb__info_custom {
    /*height: 3em;*/
}

.thumb--models .thumb__info_custom {
    height: 2em;
    padding-bottom: 1.5em;
}

.hover .thumb__info_custom{
    -webkit-transform:translateY(100%);
    -moz-transform:translateY(100%);
    -ms-transform:translateY(100%);
    -o-transform:translateY(100%);
    transform:translateY(100%);
}

.thumb:hover .thumb__info_custom{
    background: rgba(222, 77, 108, 1);
}



.thumb:hover .thumb__info_custom {
    bottom: 0;
}

.thumb-spot_custom {
    position: absolute;
    bottom: 16%;
    left: 0;
    color: rgb(0, 0, 0);
    width: 40%;
    padding: 18px 22px;
}

.thumb-spot__rating_custom {
    float: right;
    color: rgb(222, 77, 108);
    font-size: 1em;
    font-weight: 800;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3em;
}


.thumb-spot__rating_custom .thumb-spot__like {
    width: 1em;
    height: 1em;
}

.thumb-spot__like svg {
    fill: rgb(222, 77, 108)
}

.thumb-spot__text {
    overflow: hidden;
}

.thumb-spot__data {
    color: #8f8f9d;
}

.thumb-spot__data li {
    display:inline-block;
    margin: 0 0 0 30px;
}

.thumb-spot__data li:first-child {
    margin: 0;
}

.thumb-spot__data li [class^="icon-"], .thumb-spot__data li [class*=" icon-"] {
    font-size: 14px;
    margin: 0 3px 0 0;
    vertical-align: top;
}

.thumb:hover .thumb-spot__data{
    color:#fff;
}

.thumb_custom .thumb-spot_custom {
    background: none;
    width: 100%;
    position: static;
    padding: 0;
}

.thumb_custom .thumb-spot__title_custom {
    font-size: 1em;
    overflow:hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    margin-bottom: 0.1em;
    /*white-space:nowrap;//for single line keep this setting, and remove bottom*/
    max-height: 2.5em;
}

.thumb_custom .thumb-spot__data,
.thumb_custom .thumb-spot__data_custom {
    font-size: 0.85em;
}

.thumb_custom .thumb-spot__rating {
    width: 2em;
    height: 2em;
    line-height: 2;
    margin: 9px 5px 0 10px;
}

.info-bar .thumb-spot__rating {
    float: none;
    margin: 0;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    position: relative;
    top: -4px;
}

.info-bar .thumb-spot__rating span {
    line-height: 2.4;
}

.thumb-spot__duration-block {
    position: absolute;
    top: calc(-2em - 5px);
    right: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 3px 5px;
    font-weight: 700;
    font-size: 12px;
    color: rgb(255, 255, 255);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.thumb-spot__hidden {
    opacity: 0;
}

.thumb-spot__name-block {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
    padding: 5px;
    font-weight: 700;
    font-size: 16px;
    color: rgb(255, 255, 255);
}
.thumb--videos a,
.thumb--models a {
    width: 100%;
    height: 100%;
    display: block;
}
.thumb--videos a * {
    pointer-events: none;
}
.thumb--videos a video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    visibility: visible;
    opacity: 0;
    object-position: center;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.thumb--videos a.preview-loading_custom:after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 1.5em));
    width: 76px;
    height: 76px;
    background: url("../images/Rolling-1s-76px.png") no-repeat center/70%;
    z-index: 1;
    opacity: 0;
    animation: showLoader 0.1s ease 0.2s 1 normal forwards;
}
@keyframes showLoader {
    from {
        opacity: 0;
    }
    to {
        opacity: 100%;
    }
}
.logo_custom {
    font-weight: 900;
    font-size: 24px;
}

.logo_custom a {
    color: #1b1b1d;
    background: url('/static/images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.logo_custom .mark {
    color: #da1c4d;
}

.featured-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.featured-block__title {
    color: #6c6c6c !important;
    font-weight: 800;
    font-size: 24px;
    margin:-10px 0 13px;
}

.featured-block__icons {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 10px;
}
.featured-block__icon-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-block__icon-container svg {
    width: 100%;
    height: auto;
    color: #6c6c6c;
    overflow: visible;
}
.footer {
    padding: 20px 0 60px !important;
}
.footer .logo_custom {
    margin: 10px 0 0 0;
}
.footer__partners {
    width: 100%;
}
.footer__partners-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    height: 30px;
    width: fit-content;
    margin-top: 10px;
    margin-left: auto;
}
.footer__partners img {
    height: 100%;
    width: auto;
}

.footer__copy a {
    color: #7d7d83;
    text-decoration: underline;
}

.media-info__row_custom {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    overflow: hidden;
    padding:10px 0;
    overflow-x: scroll;
}

.media-info__row_custom:first-child {
    padding: 0 0 7px;
}

.media-info__row_custom:after {
    display: block;
    clear: both;
    content: "";
}

.media-info__row_custom--unstyled {
    border: none;
    padding-bottom: 0;
}

.preview__list_custom {
    width: fit-content;
    padding: 0 0 10px;
    line-height: 0;
    font-size: 1px;
    margin:-10px 0 0 -10px;
    white-space: nowrap;
}

.preview__list__item_custom {
    width: 250px;
    padding:10px 0 0 10px;
    display: inline-block;
}


.preview__list__item_custom img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.styled-scrollbar {
    /* Foreground, Background */
    scrollbar-color: #de4d6c #ffa6b9;
}
.styled-scrollbar::-webkit-scrollbar {
    height: 10px; /* Mostly for horizontal scrollbars */
}
.styled-scrollbar::-webkit-scrollbar-thumb { /* Foreground */
    background: #de4d6c;
}
.styled-scrollbar::-webkit-scrollbar-track { /* Background */
    background: #ffa6b9;
}

.thumb-spot__data_custom {
    color: #8f8f9d;
}

.thumb-spot__data_custom li {
    display:inline-block;
    margin: 0 0 0 10px;
}

.thumb-spot__data_custom li:first-child {
    margin: 0;
}

.thumb-spot__data_custom li [class^="icon-"], .thumb-spot__data_custom li [class*=" icon-"] {
    font-size: 14px;
    margin: 0 3px 0 0;
    vertical-align: top;
}

div[class*="comments__item"] {
    position: relative;
}

div[class*="comments__item"][data-comment-hidden="1"] {
    background-color: rgba(222, 77, 108, 0.2);
}

div[class*="comments__item"][data-comment-hidden="1"]::after {
    content: "Visible for owner only";
    color: red;
    position: absolute;
    bottom: 0;
    right: 0;
}

.comments__item__heading {
    display: flex;
    align-items: center;
}

.comments__item-options-block {
    margin-left: auto;
    position: relative;
}

.item-options-block__icon-container {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.item-options-block__icon {
    fill: #767676;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.item-options-block__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
}

.item-options-block__options {
    display: none;
    position: fixed;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    padding: 5px 0;
    z-index: 9001;
}

.item-options-block__option {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
}

.item-options-block__option:hover {
    color: white;
    font-weight: bold;
    background-color: #de4d6c;
}

.tour-page__container {
    column-count: 4;
    column-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.tour-page__item {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.tour-page__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.tour-page__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-page__link img,
.tour-page__link video{
    pointer-events: none;
    width: 100%;
}

.tour-page__play-icon-container {
    position: absolute;
    width: 100px;
    height: 100px;
    display: none;
    justify-content: center;
    align-items: center;
}

.tour-page__play-icon {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.tour-page__play-icon-container,
.tour-page__play-icon {
    pointer-events: none;
}

.button__container {
    margin-bottom: 20px;
}
.item-options-block__warning-window-container {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: white;
    border: 1px solid #d0d0d0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9001;
}

.item-options-block__warning-window {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: url(../../images/bg-main-top.jpg) no-repeat;
}

.item-options-block__warning-window__text {
    color: #de4d6c;
    font-size: 16px;
    font-weight: bold;
}

/*ADVERTISING CONTAINER*/
.advertising-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background: url(../../images/bg-main-top.jpg) no-repeat;
}

/*VIEW PROMO PAGE*/
.promo-video__welcome-text {
    padding-top: 10px;
}
.promo-video__welcome-text p {
    text-align: center;
    font-size: 25px;
    color: #de4d6c;
    font-weight: 700;
}
.promo-video__welcome-button-container {
    padding: 20px 0;
}
.custom-join-banner-promo__background {
    width: 100%;
    height: 0;
    padding-top: 23.8239757%;
    background-image: url(../images/bg-banner-promo-new.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.upcoming-video {
    width: 100%;
}

.upcoming-video__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #191919;
    padding: 10px;
    gap: 10px;
}

.upcoming-video__container .title {
    margin: 0;
    color: #fff !important;
}

.upcoming-video__screenshots-container {
    width: 100%;
    display: flex;
    gap: 10px;
}

.upcoming-video__screenshots-mobile {
    display: none;
}

.upcoming-video__screenshots-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
}

.upcoming-video__timer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}
.timer-container__description {
    min-width: 50%;
    flex: 1;
}
.timer-container__description p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.timer-container__timer {
    display: flex;
}
.timer-container__section {
    display: flex;
    width: 100px;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}
.timer-container__section:not(:last-of-type) {
    border-right: 1px solid #fff;
}

.timer-container__figures {
    font-size: 32px;
    font-weight: bold;
}

.timer-container__name {
    font-size: 24px;
    font-weight: bold;
    text-align: end;
}

.timer-container__models {
    text-align: end;
}

.timer-container__models a {
    color: #fff;
    text-decoration: none;
}

.timer-container__models a:hover {
    text-decoration: underline;
}

.timer-container__text--centered {
    text-align: center;
}

.header__options--custom {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 24px;
}

.navbar-user-buttons__container .btn {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
}
.container-nav--custom .search-bar {
    padding: 0;
    margin: 0 24px 0 0;
}
.header__nav--sticky-custom {
    position: sticky;
    top: -1px;
    z-index: 999;
}
.wrapper--custom {
    overflow: clip !important;
}
.container-nav--custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container-nav--custom .main-menu__list {
    white-space: nowrap;
}
.container-nav--custom .main-menu {
    transition: transform 0.2s linear !important;
    overscroll-behavior: contain;
}
.container-nav--custom .mobile-menu-opener {
    margin: 0 !important;
    color: #fff;
}
.container-nav--custom::after {
    content: none;
}
.btn--green-shadow {
    box-shadow: 0 2px 25px rgba(125, 165, 48, 0.5);
}
.btn--green-shadow:hover {
    box-shadow: 0 2px 25px rgba(222, 77, 108, 0.5);
}
.navbar-user-buttons__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.btn--glowing-animated {
    position: relative;
}
.btn--glowing-animated:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 2px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
.btn__icon-container {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
}
.btn__icon-container svg {
    width: 100%;
    height: 100%;
    color: inherit;
}


.logo a,
.logo_custom a {
    background-position: center;
    background-repeat: no-repeat;
}
.main-menu__counter {
    position: absolute;
    top: 13px;
    background-color: #ff3534;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    z-index: 1;
}

.main-menu__item > a {
    border-bottom: 3px solid transparent;
}
.main-menu__item.active > a, .main-menu__item:hover > a {
    background: transparent;
    border-bottom: 3px solid #de4d6c;
    color: #fff;
}
.info-bar_custom .info-bar__header,
.info-bar_custom .media-data .media-data__list li .media-data__list-svg {
    display: none;
}

.js-sticky-container_mobile {
    display: none;
}
.js-sticky-button {
    width: 100%;
    bottom: 10px;
    margin: 0 auto;
    z-index: 100;
    transition: none;
}

.js-sticky-button_desktop {
    width: 30%;
    min-width: fit-content;
    white-space: nowrap;
    position: absolute;
    bottom: 59px;
    left: 50%;
    transform: translateX(-50%);
}

#modal-logon .modal__window__form .buttons-block .link__holder .modal__join-container {
    display: none;
}

.bonus-video {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../images/bonus.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.bonus-video-tooltip {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    bottom: calc(-100% - 5px);
    left: 0;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
}
.bonus-video-tooltip::after {
    content: "";
    position: absolute;
    top: -12px;
    left: 6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

.bonus-video:hover .bonus-video-tooltip {
    visibility: visible;
    opacity: 1;
}
.payment-options-container {
    width: 100%;
    max-width: 474px;
    margin: auto;
}

.payment-options-container .btn--proceed  {
    font-size: 21px;
    font-weight: 700;
    padding: 0;
    width: 100%;
    height: 50px;
}

.payment-options__buttons-block {
    margin-bottom: 8px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.payment-options__buttons-block .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #de4d6c;
    border: 2px solid #de4d6c;
    border-radius: 10px;
}

.payment-options__buttons-block .btn img {
    height: 45px;
    width: auto;
}
.payment-options__buttons-block .btn:hover {
    color: #fff;
}

.payment-options__buttons-block .btn.active {
    background-color: #7DA430;
    color: #fff;
    border: 2px solid #7DA430;
}

.payment-options__buttons-block .payment-options__svg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-options__buttons-block .payment-options__svg svg {
    max-width: 100%;
    max-height: 40px;
}

.payment-options__buttons-block .btn:hover .payment-options__svg svg {
    color: white;
}

.price-list__text p:first-of-type {
    font-size: 23px;
    display: block;
    line-height: 1;
    font-weight: 700;
}

.price-list__item {
    border: 2px solid #DF4D6D;
    color: #000;
    border-radius: 10px;
}

.price-list__item .best-offer {
    top: -7px;
    right: -14px;
    padding: 3px 8px;
    font-weight: 700;
    background-color: #7da530;
    color: #fff;

    font-size: 1.2em;
    line-height: normal;
    position: absolute;
}

.price-list__item:has(.best-offer) {
    overflow: visible;
}

.price-list__item__body {
    padding: 25px 25px 25px 45px;
    justify-content: space-between;
}

.price-list__item__body .price-list__price-initial {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    color: #9c9c9c;
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}

.price-list__item input[type="radio"]:checked + .price-list__item__body .option__price-container {
    color: #fff;
}

.price-list__item input[type="radio"]:checked + .price-list__item__body .price-list__price-initial,
.price-list__item input[type="radio"]:checked + .price-list__item__body .option__price {
    color: inherit;
}

.price-list__item input[type="radio"]:checked + .price-list__item__body .price-list__button {
    border: 4px solid #fff;
}

.price-list__price-decimal {
    margin-left: -4px;
    font-size: 0.75em;
}

.price-list__text .price-list__price-initial {
    font-size: inherit;
}

.price-list__description {
    display: flex;
    gap: 4px;
    align-items: center;
}

.price-list__button {
    border: 2px solid #DF4D6DFF;
    width: 15px;
    height: 15px;
    box-shadow: none;
}

.option__price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.option__price-container .option__price {
    line-height: 1;
    font-size: 26px;
    font-weight: 700;

    color: #7DA430FF;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.option__price-container .option__price-month {
    line-height: 1;
}

.gift-page-message__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1000;
}

.gift-page-message__container_hidden {
    display: none !important;
}

.gift-page-message__content {
    background: #fff;
    border-radius: 32px;
    padding: 40px 48px;
    max-width: 517px;
    width: 90%;
    text-align: center;
    line-height: normal;
}

.gift-page-message__thanks-message {
    font-size: 31px;
    font-weight: 800;
    color: #7DA430;
}

.gift-page-message__sub-message {
    font-size: 17px;
    font-weight: 700;
    color: #303030;
    margin-top: 11px;
    margin-bottom: 23px;
}

.gift-page-message__ok-button {
    width: 340px;
    max-width: 100%;
    height: 52px;
    border-radius: 14px;
    background-color: #7DA430;
    color: #fff;
    border: none;
    font-size: 23px;
    font-weight: 700;
    cursor: pointer;
}

.gift-page-message__ok-button:hover {
    background-color: #6c8f29;
}

.media-models_custom {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: none;
    padding: 0;
}
.media-models_custom .media-model {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
    width: auto;
    border: none;
}
.media-models_custom .media-box__img {
    margin: 0;
    padding: 0;
    width: auto;
}
.media-models_custom .media-model img {
    border-radius: 50%;
    min-width: 80px;
    min-height: 80px;
    width: 80px;
    height: 80px;
    place-content: flex-start;
    object-fit: cover;
    object-position: top;
}
.media-models_custom .media-model img a {
    width: auto;
}
.media-models_custom .no-avatar span {
    font-size: 70%;
    line-height: normal;
    transform: translateY(-50%);
    margin: 0;
}
.media-models_custom .media-box__title {
    color: #333;
}
.media-models_custom .media-box__list {
    display: none;
}
.media-models_custom .media-box__view-model_custom {
    display: none;
}
.media-models_custom .media-info__lists {
    width: 50%;
}

.fancybox-type-html .fancybox-skin,
.fancybox-type-ajax .fancybox-skin {
    padding: 0 !important;
    border-radius: 12px;
    overflow: hidden;
}

#modal-logon {
    max-width: 511px !important;
    background: url(../../images/bg-main-top.jpg) no-repeat;
}

#modal-logon .modal__window,
#modal-signup .modal__window {
    padding: 40px 73px;
}

#modal-logon .modal__window .relative,
#modal-signup .modal__window .relative {
    width: 100%;
}

#modal-logon .modal__window .btn__row--align-right {
    width: 100%;
}

#modal-logon .modal__window .btn--custom-logon,
#modal-forgot .modal__window .btn--custom-reset,
#modal-support .modal__window .btn--custom-send,
#modal-signup .modal__window .btn--proceed {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 53px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 900;
}

#modal-forgot .modal__window .btn--custom-reset,
#modal-support .modal__window .btn--custom-send {
    max-width: 365px;
    margin: auto;
}

#modal-logon .modal__window .btn--color:hover {
    background-color: #7da530;
    color: #fff;
}

.fancybox-type-html .fancybox-skin .fancybox-close,
.fancybox-type-ajax .fancybox-skin .fancybox-close {
    top: 20px;
    right: 20px;
    background-image: url(../images/close.png);
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
}

#modal-logon .generic-error {
    margin-bottom: 11px;
}
#modal-logon .title {
    border: none;
    font-weight: 700;
    font-size: 29px !important;
    line-height: 35px;
    color: rgb(125, 165, 48) !important;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 18px;
}

#modal-forgot .title,
#modal-support .title {
    padding-right: 30px;
}

#modal-forgot .title_tiny-custom,
#modal-support .title_tiny-custom {
    font-size: 18px !important;
    padding: 5px 0 10px;
}

#modal-logon .modal__window .modal__window__form,
#modal-signup .modal__window .modal__window__form {
    padding: 0;
}

#modal-logon .modal__window .modal__window__form .modal__window__row,
#modal-signup .modal__window .modal__window__form .modal__window__row {
    margin-bottom: 11px;
}

#modal-logon .modal__window .modal__window__form .modal__window__row input,
#modal-signup .modal__window .modal__window__form .modal__window__row input {
    height: 53px;
    border-radius: 10px;
}

#modal-logon .modal__window .link__holder,
#modal-signup .modal__window .link__holder {
    display: flex;
    justify-content: space-between;
    padding: 11px 0 35px;
    margin: 0;
}

#modal-logon .modal__window .link__holder .link,
#modal-signup .modal__window .link__holder .link {
    color: rgb(149, 149, 149);
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
}

#modal-signup .modal__window .link__holder .link svg {
    height: 14px;
    width: 8px;
    vertical-align: bottom;
    margin-right: 6px;
}

#modal-logon .modal__join-text {
    font-size: 14px;
    color: rgb(223, 77, 109);
    text-transform: uppercase;
    text-align: center;
    margin-top: 16px;
}

#modal-content_removal .description p {
    padding-bottom: 1em;
}

.related-videos-custom {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.related-videos-custom_visible {
    opacity: 1;
}

.list_style_circle {
    list-style-type: circle;
}

@media screen and (max-width: 1440px) {
    .start-watching-block__text-main {
        font-size: 38px;
    }
    .start-watching-block__text-bottom {
        font-size: 18px;
    }
    .start-watching-block .btn--special {
        height: 50px;
        font-size: 25px;
    }
}

@media screen and (max-width: 1400px) {
    .unlock-scene-block__text-upper {
        font-size: 21px;
    }
    .unlock-scene-block__text-middle {
        font-size: 24px;
    }
    .unlock-scene-block__text-lower {
        font-size: 18px;
    }
}
@media screen and (max-width: 1241px) {
    .modal__text_custom {
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .custom-join-banner-main img {
        width: 100%;
    }
    .custom-join-banner-promo__text {
        padding: 30px 40px 40px;
        justify-content: center;
    }
    .custom-join-banner-promo__title {
        font-size: 40px;
    }
    .custom-join-banner-promo__subtitle {
        font-size: 25px;
    }
    .custom-join-banner-promo .btn--huge {
        font-size: 30px;
    }
    .payments-methods-block__container .logo a {
        font-size: 19px;
    }
    .payments-methods-block__button-container {
        min-width: 200px;
        max-width: 200px;
    }
    .payments-methods-block__button-container .btn--special {
        font-size: 26px;
        margin: 0 auto;
    }
    .start-watching-block__promo-block {
        gap: 15px;
    }
    .start-watching-block__text-block {
        padding: 10px 0 15px;
    }
    .start-watching-block__text-main {
        font-size: 31px;
        margin-bottom: 15px;
    }
    .start-watching-block__text-bottom {
        font-size: 15px;
    }
    .start-watching-block .btn--special {
        height: 40px;
        font-size: 20px;
    }
    .all-benefits-block__container {
        flex-wrap: wrap;
    }
    .all-benefits-block__image-container {
        width: 100%;
        max-width: unset;
    }
    .all-benefits-block__image-container img {
        margin: auto;
        max-width: 250px;
    }
    .all-benefits-block__about,
    .all-benefits-block__benefits {
        width: 50%;
        margin-top: 40px;
    }
    .custom-join-banner-secondary img {
        width: 100%;
    }
    .custom-join-banner-secondary__title {
        text-indent: 0;
    }
    .custom-join-banner-secondary__subtitle {
        text-indent: 0;
    }
    .timer-container__figures {
        font-size: 24px;
    }

    .timer-container__word {
        font-size: 12px;
    }

    .timer-container__section {
        width: 75px;
    }
    .custom-join-banner-secondary .btn--huge {
        font-size: 30px;
    }
    .custom-join-banner-secondary__text p {
        font-size: 20px;
    }
    .media-models_custom .media-info__lists {
        width: auto;
    }
}
@media screen and (max-width: 1170px) {
    .custom-join-banner-thin__text {
        font-size: 25px;
        line-height: 2;
    }
    .container-nav--custom .logo a {
        font-size: 35px;
    }
    .main-menu__counter {
        width: 16px;
        height: 16px;
        line-height: 16px;
        right: -6px;
    }
}
@media screen and (max-width: 1024px) {
    div[data-navigation-page="models_wanted"] .main {
        min-height: unset !important;
        background: url(../../images/bg-main-top.jpg) no-repeat;
    }
    .header-promo {
        height: fit-content;
        padding: 10px;
    }
    .header-promo p {
        font-size: 14px;
    }
    .header-promo .btn--middle {
        font-size: 12px;
        padding: 5px 10px;
    }
    .tour-page__container {
        column-count: 3;
    }
}
@media screen and (max-width: 1023px) {
    .custom-join-banner-main__text {
        padding: 37px 45px 40px;
    }
    .custom-join-banner-main__title {
        font-size: 38px;
    }
    .start-watching-block__text-block {
        padding: 10px 0 15px;
    }
    .start-watching-block__text-main {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .start-watching-block__text-bottom {
        font-size: 13px;
    }
    .start-watching-block .btn--special {
        height: 35px;
        font-size: 16px;
    }
    .custom-join-banner-main__subtitle {
        font-size: 23px;
    }
    .custom-join-banner-main .btn--huge {
        font-size: 35px;
    }
    .custom-join-banner-thin {
        text-align: center;
    }
    .custom-join-banner-thin .btn {
        float: none !important;
    }
    .custom-join-banner-thin__text {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 10px;
        line-height: 1.2;
    }
    .btn--custom-duble strong {
        font-size: 50px;
    }
    .btn--custom-duble span {
        font-size: 12px;
    }
    .custom-right {
        float: none;
        width: 100%;
        padding: 2em;
    }
    .modal__main-content_custom {
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "modalLeft"
    "modalBottom"
    "modalComments"
    "modalRight";
    }
    .thumb-spot__data li {
        margin: 0 0 0 10px;
        font-size: 11px;
    }
    .vote-block .thumb-spot__rating {
        font-size: 13px;
    }
    .footer .logo_custom {
        float: none !important;
        margin: 0 0 15px;
    }
    .footer__partners-icons {
        justify-content: center;
        margin-right: auto;
    }
    .thumb-spot__data_custom li {
        margin: 0 0 0 5px;
        font-size: 11px;
    }
    .timer-container__name {
        font-size: 20px;
    }
}
@media screen and (max-width: 930px) {
    .thumb_custom {
        width: 32.5%;
        margin: 0.5% 0;
    }
    .custom-join-banner-main__text {
        padding: 30px 40px;
    }
    .custom-join-banner-main__title {
        font-size: 35px;
    }
    .custom-join-banner-main__subtitle {
        font-size: 20px;
    }
    .custom-join-banner-main .btn--huge {
        font-size: 30px;
    }
    .custom-join-banner-secondary__text {
        padding: 30px 50px;
        gap: 10px;
    }
    .custom-join-banner-secondary .btn--huge {
        font-size: 25px;
        padding: 10px 30px;
    }
    .custom-join-banner-secondary__text p {
        font-size: 18px;
    }
    .custom-join-banner-promo__title {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .custom-join-banner-promo__subtitle {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .custom-join-banner-promo .btn--huge {
        font-size: 25px;
    }
}
@media screen and (max-width: 900px) {
    .photo-slider__photo--blinder {
        display: none;
        opacity: 0;
    }
    .photo-slider__controls {
        padding: 10px 25px;
        transform: translateY(-50%);
        opacity: 1;
    }
    .photo-slider__control-button {
        color: #7C7C7C;
        opacity: 1;
    }
    .payments-methods-block .logo a {
        font-size: 30px;
    }
    .payments-methods-block__button-container .btn--special {
        font-size: 26px;
        letter-spacing: -0.02rem;
    }
    .upcoming-video__screenshots-container div:last-of-type {
        display: none;
    }
    .one-day-trial__join {
        flex-direction: column;
    }
    .one-day-trial__join p {
        font-size: 15px;
    }
    .one-day-trial__join span {
        width: 100%;
    }
}
@media screen and (max-width: 900px) and (orientation: landscape) {
    .upcoming-video .container {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (max-width: 800px) {
    .custom-join-banner-main__title {
        font-size: 30px;
    }
    .custom-join-banner-main__subtitle {
        font-size: 18px;
    }
    .custom-join-banner-main .btn--huge {
        font-size: 25px;
    }
    .container-nav--custom .btn--big {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }
    .btn__icon-container {
        width: 12px;
        height: 12px;
    }
}
@media screen and (max-width: 790px) {
    .header__options--custom {
        margin-right: 8px;
    }
}
@media screen and (max-width: 768px) {
    .header-promo__text .text-desktop {
        display: none;
    }
    .header-promo__text .text-mobile {
        display: unset;
    }
    .tour-page__container {
        column-count: 2;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .fancybox-prev span, .fancybox-next span {
        display: none;
    }
    .main-menu__counter {
        width: 18px;
        height: 18px;
        line-height: 18px;
        right: unset;
    }
    .mobile-menu-opener {
        position: relative;
    }
    .mobile-menu-opener .main-menu__counter {
        right: -9px;
        top: 8px;
    }
    .menu-opened {
        overflow: hidden;
        height: 100%;
    }
    .menu-opened .mobile-menu-opener .main-menu__counter {
        display: none;
    }
    .main-menu__item > a {
        border-bottom: unset;
        padding: 10px 20px;
    }
    .main-menu__item.active > a, .main-menu__item:hover > a {
        background: #de4d6c;
        color: #fff;
        border-bottom: unset;
    }
    .main-menu__user-menu .main-menu__drop {
        background-color: transparent;
        border: none;
    }
    .main-menu__drop__item {
        border: none;
    }
    .main-menu__drop__item a {
        color: #fff;
    }
    .one-day-trial__container {
        padding: 10px 25px;
    }
    .one-day-trial__join p {
        font-size: 12px !important;
    }
    .one-day-trial__join span {
        padding: 10px 25px;
        font-size: 15px;
    }
    .become-member-block__container {
        max-width: 540px;
        padding: 0px;
    }
    .become-member-block__text--main {
        padding: 0 63px;
    }
    .become-member-block__text--normal {
        max-width: 75%;
    }
    .become-member-block-side__container {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    .become-member-block-side__text-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .become-member-block-side__text--main,
    .become-member-block-side__text--normal {
        text-align: center;
        max-width: 83.333333%;
    }
    .become-member-block-side__text--normal {
        margin: 24px 0 22px;
    }
    .become-member-block-side__container .btn--special {
        margin: 0;
    }
    .become-member-block__container .btn--special {
        font-size: 24px;
        height: 56px;
    }
    .unlock-scene-block__container {
        padding: 10px 30px;
    }
    .unlock-scene-block__awards {
        margin-bottom: 0;
    }
    .unlock-scene-block__text-middle {
        font-size: 27px;
        max-width: 200px;
    }
    .unlock-scene-block__text-lower {
        margin-bottom: 16px;
        line-height: 24px;
    }
    .unlock-scene-block__button--mobile {
        width: 80%;
    }
    .get-access-block__container .btn--special {
        font-size: 20px;
    }
    .custom-join-banner-secondary__text {
        padding: 10px 25px;
    }
    .custom-join-banner-secondary__title {
        margin: 10px 0 0 0;
    }
    .btn--duble strong {
        font-size: 35px;
        padding: 8px 20px;
    }
    .btn--custom-duble strong {
        font-size: 25px;
    }
    .thumb-spot_custom {
        position: static;
        width: 100%;
    }
    .container-nav--custom {
        position: relative;
        justify-content: flex-start;
    }
    .container-nav--custom-guest {
        justify-content: flex-start;
    }
    .container-nav--custom .logo {
        order: 3;
        padding: 0;
        font-size: 24px;
        margin: auto;
    }
    .container-nav--custom-guest .logo {
        margin: 0;
    }
    .header__options--custom {
        order: 1;
        margin: 0 12px 0 0;
    }
    .container-nav--custom .navbar-user-buttons__container {
        margin-left: auto;
        order: 4;
    }
    .container-nav--custom .search-bar {
        order: 2;
        margin: 0 12px 0 0;
    }
    .container-nav--custom .search-bar__form {
        width: auto;
    }
    .container-nav--custom .search-bar__form {
        right: unset;
        left: -30px;
    }
    .info-bar_custom {
        display: flex;
        align-items: center;
        height: 50px;
    }
    .info-bar_custom .vote-block {
        width: auto;
        margin: 0;
        border: none !important;
        height: 100%;
        justify-content: flex-start;
    }
    .info-bar_custom .media-data {
        width: 100%;
        margin: 0;
        padding: 5px 0 15px;
    }
    .info-bar_custom .media-data .media-data__list-title {
        font-size: 12px;
    }
    .info-bar_custom .media-data .media-data__list-value {
        font-size: 10px;
    }
    .info-bar_custom .info-bar__buttons {
        display: flex;
        width: auto;
        padding: 0;
        height: 100%;
        justify-content: flex-end;
    }
    .info-bar_custom .info-bar__buttons .info-bar__button {
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .info-bar_custom .info-bar__cell {
        border-left: 1px solid #424242;
    }
    .info-bar_custom .vote-block .btn__vote {
        font-size: 20px;
        top: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0 10px;
    }
    .info-bar_custom .thumb-spot__rating span {
        line-height: 2.5;
    }
    .info-bar_custom .info-bar__buttons .info-bar__button span {
        width: 12px;
        height: 12px;
        font-size: 10px;
        top: 9px;
    }
    .info-bar_custom .info-bar__buttons .info-bar__button .icon-icons8-Plus {
        bottom: 10px;
        left: 5px;
        font-size: 14px;
    }
    .info-bar_custom .vote-block .thumb-spot__rating {
        font-size: 9px;
        top: unset;
        width: 26px;
        height: 26px;
    }
    .info-bar_custom .info-bar__button.subscribed [class^="icon-"]:after {
        /*NEED TO CHECK WHAT IS IT*/
        content: none;
    }
    .custom-join-banner-main__text {
        padding: 20px 30px;
    }
    .custom-join-banner-main__title {
        font-size: 27px;
    }
    .custom-join-banner-main__subtitle {
        font-size: 18px;
    }
    .custom-join-banner-main .btn--huge {
        font-size: 20px;
    }
    .custom-join-banner-promo__title {
        font-size: 28px;
        margin-bottom: 6px;
    }
    .custom-join-banner-promo__subtitle {
        font-size: 15px;
        margin: 0 0 15px;
    }
    .custom-join-banner-promo .btn--huge {
        font-size: 20px;
    }
}
@media only screen and (max-width: 698px) {
    .promo-video__welcome-text p {
        font-size: 18px;
    }
    .promo-video__welcome-text p span {
        white-space: pre;
    }
}
@media screen and (max-width: 680px) {
    #modal-logon {
        background: unset;
        background-image: url(../../images/bg-main-top.jpg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .custom-join-banner-main__text_mobile .btn--huge {
        margin-top: 0;
    }
}
@media screen and (max-width: 650px) {
    .container-nav--custom-guest {
        flex-wrap: wrap;
    }
    .container-nav--custom-guest .logo {
        order: 1;
        padding: 0;
        width: 100%;
        text-align: center;
        font-size: 24px;
        position: relative;
        left: unset;
        transform: unset;
    }
    .container-nav--custom-guest .header__options--custom {
        order: 2;
        margin: 0;
    }
    .container-nav--custom-guest .navbar-user-buttons__container {
        margin-left: auto;
    }
    .container-nav--custom-guest .search-bar {
        margin: 0 12px;
    }
    .photo-slider__photo {
        padding-bottom: 64.2857143%;
    }
    .photo-slider__image-desktop {
        display: none;
    }
    .photo-slider__image-mobile {
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .custom-join-banner-promo__text {
        padding: 30px 28px 36px;
        justify-content: center;
        width: 50%;
    }
    .custom-join-banner-promo .btn--huge {
        white-space: nowrap;
    }
    .custom-join-banner-promo__title {
        font-size: 35px;
        line-height: normal;
    }
    .custom-join-banner-promo__subtitle {
        font-size: 18px;
        line-height: normal;
        margin: 0 0 12px;
    }
    .custom-join-banner-promo .btn--huge {
        font-size: 20px;
    }
    .custom-join-banner-main {
        padding: 20px 0 0;
    }
    .custom-join-banner-main__text_mobile {
        padding: 32px;
        gap: 30px;
        justify-content: flex-start;
    }
    .custom-join-banner-main__text_mobile .btn--huge {
        margin-top: auto;
    }
    .custom-join-banner-main__background {
        padding-top: 58.1395349%;
        /*background-image: url(../images/girl_with_ruler_mobile.png);*/
        background-image: image-set(
            url(../images/girl_with_ruler_mobile.webp) type("image/webp"),
            url(../images/girl_with_ruler_mobile.png) type("image/png")
        );
    }

    .custom-join-banner-promo__background {
        padding-top: 44.0104167%;
        background-image: url(../images/bg-banner-promo-new-mobile.png);
    }

    .custom-join-banner-secondary__text {
        flex-direction: row;
        align-items: center;
        height: fit-content;
        bottom: 0;
        top: unset;
        justify-content: center;
        gap: 10px;
        padding-bottom: 15px;
    }
    .custom-join-banner-secondary__text p {
        font-size: 16px;
    }
    .custom-join-banner-secondary__background {
        padding-top: 40.6814662%;
        background-image: url(../images/bg-banner-01-collage_mobile.png);
    }

    .custom-join-banner-secondary .btn {
        position: relative;
        transform: unset;
        right: unset;
        top: unset;
    }
    .custom-join-banner-secondary .btn--mobile {
        display: unset;
    }

    .custom-join-banner-main__text .br-mobile {
        display: unset;
    }

    .custom-join-banner-main__text .br-desktop {
        display: none;
    }
    .custom-join-banner-main__title {
        font-size: 28px;
    }
    .custom-join-banner-main__subtitle {
        font-size: 22px;
        margin: 0;
    }
    .custom-join-banner-secondary .btn--huge {
        font-size: 18px;
        padding: 8px 25px;
    }
    .upcoming-video__screenshots-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .upcoming-video__screenshots-container div:last-of-type {
        display: block;
    }
    .upcoming-video__timer-container {
        flex-wrap: wrap;
        gap: 10px;
    }
    .upcoming-video__timer-container > .btn {
        margin: auto;
    }
    .upcoming-video__timer-container {
        flex-direction: column;
    }
    .timer-container__description {
        max-width: 100%;
    }
    .timer-container__description p {
        white-space: normal;
        text-align: center;
    }
    .upcoming-video__screenshots-desktop {
        display: none;
    }
    .upcoming-video__screenshots-mobile {
        display: block;
    }
}
@media screen and (max-width: 625px) {
    .thumb_custom {
        width: 49.5%;
    }
    .featured-block__icons {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    .featured-block__title {
        font-size: 20px;
    }
}
@media screen and (max-width: 580px) {
    .gift-page-message__content {
        padding: 30px 20px;
    }

    .gift-page-message__thanks-message {
        font-size: 20px;
    }

    .gift-page-message__sub-message {
        font-size: 14px;
    }

    .gift-page-message__ok-button {
        font-size: 18px;
    }
    .custom-join-banner-promo__title {
        font-size: 28px;
    }
    .custom-join-banner-promo__subtitle {
        font-size: 16px;
    }
    .custom-join-banner-promo .btn--huge {
        font-size: 18px;
        padding: 10px;
    }
    .custom-join-banner-main__text_mobile .btn--huge {
        margin-top: 0;
    }
}
@media screen and (max-width: 560px) {
    .custom-join-banner-secondary__title {
        font-size: 20px;
    }
    .custom-join-banner-secondary__subtitle {
        font-size: 15px;
    }
}
@media only screen and (max-width: 500px) {
    .modal-subscribe-gift {
        transform: translateX(-15%);
    }
}
@media screen and (max-width: 480px) {
    #modal-logon {
        width: 348px !important;
    }

    #modal-logon .title {
        font-size: 24px !important;
        line-height: normal;
        padding-bottom: 16px;
    }

    #modal-logon .modal__window .modal__window__form .modal__window__row,
    #modal-signup .modal__window .modal__window__form .modal__window__row {
        margin-bottom: 8px;
    }

    #modal-logon .modal__window .modal__window__form .modal__window__row input,
    #modal-signup .modal__window .modal__window__form .modal__window__row input {
        height: 42px;
    }

    #modal-logon .modal__window .btn--custom-logon,
    #modal-forgot .modal__window .btn--custom-reset,
    #modal-support .modal__window .btn--custom-send {/*#modal-signup .modal__window .btn--proceed*/
        height: 42px;
        font-size: 14px;
    }

    #modal-logon .modal__window .link__holder,
    #modal-signup .modal__window .link__holder {
        padding: 11px 0 30px;
    }

    #modal-logon .modal__window {
        padding: 20px 25px 28px;
    }

    #modal-signup .modal__window {
        padding: 20px 14px 28px;
    }

    #modal-logon .modal__window .link__holder .link {
        font-size: 12px;
    }

    #modal-logon .modal__join {
        padding: 26px 0 0 0;
    }

    #modal-logon .modal__join-text {
        font-size: 12px;
    }

    div[data-navigation-page="view_video"] #subscribe-gift,
    div[data-navigation-page="view_video"] #single-news-block,
    div[data-navigation-page="view_video"] #contact-proposal {
        display: none;
    }
    .footer-menu__list {
        text-align: center;
    }
    .footer-menu__item,
    .footer-menu__item:first-child {
        display: inline-block;
    }
    .custom-join-banner-thin {
        padding: 15px 0 20px 0;
    }
    .custom-join-banner-thin__text {
        font-size: 20px;
    }
    .custom-join-banner-thin .btn--big {
        padding: 5px 10px;
        font-size: 16px;
    }
    .modal__text_custom {
        font-size: 14px;
    }
    .featured-block__icons {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
        gap: 0;
    }
    .featured-block__icon-container {
        padding: 10px 50px;
    }
    .featured-block__title {
        font-size: 16px;
    }
    .get-access-block__button {
        width: 100%;
    }
    .get-access-block__container .btn--special {
        font-size: 18px;
        height: 46px;
    }
    .container_video {
        padding: 0;
    }
    .container_video .media-info {
        padding-bottom: 0;
    }
    .container_video .title_desktop {
        display: none;
    }
    .container_video .title_mobile {
        padding-left: 10px;
    }
    .info-bar_custom {
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }
    .info-bar_custom .info-bar__header {
        display: block;
        order: 1;
        width: 100%;
    }
    .info-bar_custom .info-bar__header .title {
        font-size: 18px !important;
        color: #fff !important;
        margin-bottom: 5px !important;
    }
    .info-bar_custom .vote-block {
        order: 3;
        width: 50%;
        height: 45px;
        justify-content: flex-start;
        gap: 10px;
    }
    .info-bar_custom .media-data {
        order: 2;
        padding: 10px 0;
    }
    .info-bar_custom .media-data .media-data__list {
        justify-content: flex-start;
    }
    .info-bar_custom .media-data .media-data__list li {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .info-bar_custom .media-data .media-data__list li .media-data__list-svg {
        width: 12px;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.5);
    }
    .info-bar_custom .media-data .media-data__list li .media-data__list-svg svg {
        width: 100%;
        height: 100%;
    }
    .info-bar_custom .media-data .media-data__list-title {
        font-size: 14px;
    }
    .info-bar_custom .media-data .media-data__list-value {
        font-size: 14px;
    }
    .info-bar_custom .info-bar__buttons {
        order: 4;
        width: 50%;
        height: 45px;
        justify-content: flex-end;
        gap: 10px;
        padding-right: 8px;
    }
    .info-bar_custom .info-bar__cell {
        border-left: none;
    }
    .media-info__row_custom {
        margin: 0 !important;
        padding: 0 !important;
    }
    .media-desc {
        border-bottom: none;
        margin: 0 0 25px;
    }
    .media-info__desc {
        max-height: 54px;
        overflow: clip;
    }

    .media-info__desc-active {
        max-height: unset;
        overflow: unset;
    }

    .media-desc:has(.media-info__desc-active) {
        border-bottom: 1px solid #d0d0d0;
    }

    .media-info__row--unstyled.media-desc {
        border-bottom: unset;
        padding-bottom: 10px;
    }

    .media-info__row--unstyled.media-desc:has(.media-info__desc-active) {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .media-info__label,
    .media-info__desc {
        line-height: normal;
        font-size: 14px;
    }
    .preview__list__item_custom {
        width: 150px;
    }
    .media-models_custom .media-model img {
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;
    }
    .media-models_custom .media-box__title {
        font-size: 14px;
    }
    .js-sticky-container {
        display: block;
        padding: 0 0 10px;
        width: 100%;
        height: 55px;
    }
    .js-sticky-button_desktop {
        display: none;
    }
    .js-sticky-button_fixed {
        position: fixed;
        bottom: 10px;
    }
    .js-sticky-button_relative {
        position: relative;
        bottom: unset;
    }
    .media-info__label_mobile-hidden {
        display: none;
    }
    .media-models_custom .media-info__lists {
        width: 100%;
    }
    .read-more-container {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 25px;
        margin-top: -26px;
    }
    .read-more-line {
        width: 100%;
        height: 1px;
        background-color: #d0d0d0;
    }
    .read-more-button {
        cursor: pointer;
        position: absolute;
        background-color: #e7e7e8;
        padding: 0 5px;
        display: flex;
        align-items: center;
        gap: 3px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1;
    }

    .model-view_custom .img-holder {
        padding: 0;
    }
    .model-view_custom .img-holder img {
        width: 100%;
    }
    .model-view_custom .media-info__wrap {
        display: flex;
        flex-direction: column;
    }
    .model-view_custom .media-info__wrap .media-info {
        order: 2;
        padding: 10px 23px 15px;
    }
    .model-view_custom .media-info__wrap. info-bar_custom {
        order: 1;
    }
    .model-view_custom .media-box__list {
        text-align: left;
    }
    .price-list__text strong {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) and (orientation: landscape) {
    .upcoming-video .container {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media screen and (max-width: 479px) {
    .custom-join-banner-promo__text {
        width: 55%;
    }
    .custom-join-banner-promo__title {
        font-size: 23px;
    }
    .custom-join-banner-promo__subtitle {
        font-size: 12px;
    }
    .custom-join-banner-promo .btn--huge {
        /*white-space: nowrap;*/
        font-size: 14px;
        padding: 6px;
    }
    .custom-join-banner-secondary img {
        width: 150%;
    }
    .btn--duble strong {
        font-size: 15px;
    }
    .btn--custom-duble span {
        font-size: 7px;
    }
    .custom-join-banner-main__text_mobile {
        padding: 22px 0 32px 18px;
        gap: 16px;
        justify-content: space-between;
    }
    .custom-join-banner-main__text_mobile .btn--huge {
        margin: 0;
    }
    .custom-join-banner-main__title {
        font-size: 24px;
    }
    .custom-join-banner-main__subtitle {
        font-size: 20px;
        margin: 0;
    }
    .modal-subscribe__content {
        padding: 0 15px 20px;
        gap: 5px;
    }
    .modal-subscribe__text {
        margin-bottom: 10px;
    }
    .price-list__item {
        margin: 12px 0;
    }
    .price-list__item .best-offer {
        top: -12px;
    }
    .price-list__item__body {
        padding: 10px 10px 10px 35px;
    }
    .price-list__button {
        left: 10px;
    }
    .price-list__text p:first-of-type {
        font-size: 16px;
    }
    .price-list__text p:last-of-type {
        font-size: 12px;
    }
    .option__price-container .option__price {
        font-size: 20px;
    }
    .option__price-container .price-list__price-initial {
        font-size: 14px;
    }
    .option__price-container .option__price-month {
        font-size: 12px;
    }
    .payment-options__buttons-block {
        gap: 8px;
    }
    .payment-options__buttons-block .btn img {
        height: 30px;
    }
}
@media screen and (max-width: 470px) {
    .container-nav--custom .logo a {
        font-size: inherit;
    }
    .start-watching-block__text-block {
        padding: 10px 0 15px;
    }
    .start-watching-block__text-main {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .start-watching-block__text-bottom {
        font-size: 12px;
    }
    .start-watching-block .btn--special {
        height: 35px;
        font-size: 16px;
    }
    .custom-join-banner-secondary__text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 430px) {
    #list_models_models_index .thumbs__list_custom,
    #list_models_common_models_list .thumbs__list_custom {
        width: 100%;
        column-gap: 10px;
        row-gap: unset;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .thumb_custom {
        width: 100%;
        margin: 0 0 10px;
    }
    #list_models_models_index .thumbs__list_custom .thumb_custom,
    #list_models_common_models_list .thumbs__list_custom .thumb_custom {
        width: 100%;
    }
    #list_models_models_index .thumbs__list_custom .thumb--models .thumb__info_custom,
    #list_models_common_models_list .thumbs__list_custom .thumb--models .thumb__info_custom {
        height: auto;
        padding: 3px 0 1px;
    }
    #list_models_models_index .thumbs__list_custom .custom-join-banner-secondary,
    #list_models_common_models_list .thumbs__list_custom .custom-join-banner-secondary {
        grid-column: span 2;
    }
    .title__modal_custom {
        font-size: 25px;
    }
    .profits__list__item-custom {
        font-size: 20px;
    }
    .thumb--videos .thumb-spot__title,
    .thumb--albums .thumb-spot__title{
        height:auto;
    }
    .custom-join-banner-main__text_mobile .btn--huge {
        font-size: 18px;
    }
    .custom-join-banner-secondary__text {
        padding-bottom: 10px;
    }
    .custom-join-banner-secondary__text p {
        font-size: 11px;
    }
    .custom-join-banner-secondary .btn--huge {
        font-size: 16px;
        padding: 8px 25px;
    }
}
@media screen and (max-width: 387px) {
    #modal-logon {
        width: 335px !important;
    }
}
@media screen and (max-width: 380px) {
    .custom-join-banner-main__text_mobile .btn--huge {
        font-size: 16px;
    }
    .custom-join-banner-main__title {
        font-size: 22px;
    }
    .custom-join-banner-main__subtitle {
        font-size: 18px;
    }
    .custom-join-banner-secondary .btn--huge {
        font-size: 14px;
    }
}
@media screen and (min-width: 480px) {
    .logo_custom a {
        font-size: 40px;
    }
}
@media (min-width: 430px) and (max-width: 570px) {
    .thumb__info_custom .btn {
        width: 48%;
        padding: 8px 5px;
        font-size: 11px;
    }
}
@media (min-width: 767px) and (max-width: 1200px) {
    .thumb__info_custom .btn {
        font-size: 12px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
    .container-nav--custom .search-bar {
        margin-left: auto;
    }
    .container-nav--custom .logo {
        padding: 0 !important;
        text-align: start;
    }
}
