<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.adv-sup {
    font-size: 0.75rem;
    color: black;
    text-align: center;
}

.model-detail .gallery img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: none;
}

.model-detail .model-title {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #424242;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .model-detail .model-title {
        margin-top: .5rem;
        font-size: 1.5em !important;
    }
}
@media (min-width: 0px) and (max-width: 600px) {
    .model-detail .model-title, .related-models h5 {
        margin-top: .5rem;
        font-size: 1.25em !important;
    }
    .right-section {
        padding: 10px !important;
    }
    .right-section-mobile {
        padding: 10px !important;
    }
}

.model-detail .author-name {
    font-size: 1.2rem;
    font-weight: bold;
}

.detail-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-bottom: #d6d6d6 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
}

.detail-label {
    font-weight: 500;
    min-width: 150px; /* Ð¤Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð°Ñ ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð´Ð»Ñ ÐºÐ¾Ð»Ð¾Ð½Ð¾Ðº Ñ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸ÑÐ¼Ð¸ */
    text-align: left;
}

.detail-value {
    flex: 1;
    text-align: left;
}

.model-detail .download-section a {
    width: 100%;
    text-align: center;
}
.model-btn {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    padding-left: 0 !important;
    padding: 0.2em 0.5em;
    font-size: 0.9em;
    font-weight: normal;
    color: #555;
    background: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.model-btn i {
    margin-right: 0.5em;
    font-size: 1em;
}

.model-btn:hover, 
.model-btn:focus {
    color: #78bca1;
    background-color: #f9f9f9;
    outline: none;
}
.model-avatar {
    width: 50px !important;
    border-radius: 50%;
    max-width: 200% !important;
}
@media (max-width: 450px) {
    .model-avatar {
        width: 40px !important;
        border-radius: 50%;
    }
}
.model-author {
    height: 100%;
    font-weight: 500;
    font-size: 1em;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
    color: #454546 !important;
    margin-bottom: 0.2rem;
    text-decoration: none !important;
}
@media (max-width: 450px) {
    .model-author {
        font-size: 1rem !important; 
    }
}

.model-description {
    text-align: left;
}

.related-models {
    font-size: 1.1em;
    color: #424242;
    font-weight: 400;
    text-decoration: none;
}

.related-models-name {
    font-size: 1em !important;
    color: #424242;
    font-weight: 400 !important;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related-models .card {
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    height: auto !important;
}

.card-body {
    padding: 5px !important;
}

.related-models .card:hover {
    transform: translateY(-5px);
}

.related-models .card-title:hover {
    color: #78bca1;
}

.right-section {
    border: #555 1px solid;
    padding: 30px !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between;
    height: 100%; */
}
.right-section-mobile {
    display: none;
}
@media (max-width: 990px) {
    .right-section {
        display: none;
    }
    .right-section-mobile {
        border: #555 1px solid;
        padding: 30px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }
}

.author-section {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.bg-success, .bg-secondary {
    background-color: #3986c6 !important;
    font-weight: 500;
}
.download-btn {
    display: block;
    color: white;
    text-decoration: none;
    padding: .7em .4em;
    width: 100%;
    background-color: #78bca1;
}
.gallery-image {
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 0 !important;
}

.gallery-image:hover {
    transform: scale(1.1);
}

.main-image {
    text-align: center;
    position: relative;
    max-width: 100%;
}

.main-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    cursor: pointer;
}

.gallery {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item.active img {
    border: 2px solid #007bff;
    opacity: 0.7;
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

.image-link {
    display: block;
}
/* Ð¡Ñ‚Ñ€ÐµÐ»ÐºÐ¸ Ð´Ð»Ñ Ð³Ð»Ð°Ð²Ð½Ð¾Ð³Ð¾ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ */
.prev-arrow, .next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5em !important;
    font-weight: 200;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    width: 40px;
    height: 30%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 450px) {
    .prev-arrow, .next-arrow {
        font-size: 3em !important;
    }     
}

.main-image:hover .prev-arrow,
.main-image:hover .next-arrow {
    display: block;
    opacity: 1; /* ÐŸÐ»Ð°Ð²Ð½Ð¾Ðµ Ð¿Ð¾ÑÐ²Ð»ÐµÐ½Ð¸Ðµ */
}

.prev-arrow {
    left: 10px;
}

.next-arrow {
    right: 10px;
}

.prev-arrow:hover, .next-arrow:hover {
    color: rgb(215, 215, 215);
}

.image-link img {
    cursor: pointer;
}

/* Fancybox ÐºÐ°ÑÑ‚Ð¾Ð¼Ð¸Ð·Ð°Ñ†Ð¸Ñ */
.fancybox__close {
    font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    padding: 0.5em;
    cursor: pointer;
}

.fancybox__close:hover {
    background: rgba(0, 0, 0, 0.7);
}
.custom-tags-a {
    width: auto;
    background-color: #e3effb;
    border-radius: 5px;
    border: 1px solid #b8b8b8;
    padding: 6px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #747474;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    font-size: .78rem;
    white-space: nowrap;
}
.custom-tags-a:hover {
    background-color: #d1dde8;
    color: #747474 !important;
}
.color-swatch {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 2px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.color-swatch::after {
    content: "âœ“";
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.color-swatch:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.color-swatch.active {
    transform: scale(1.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.color-swatch.active::after {
    opacity: 1;
}
.custom-button {
    display: flex;
    align-items: center;
    background-color: #78bca1;
    border: none;
    color: white;
    padding: 8px;
    font-size: 17px;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    transition: 0.4s ease;
    position: relative;
    z-index: 0;
}
.custom-button:active {
    transform: scale(0.99);
}
.custom-button:hover{
    background-color: #71b097;
}
  
.custom-button .icon {
    padding: 0 5px;
    font-size: 19px;
}
  
.custom-button .divider {
    border-left: 1px solid white;
    height: 100%;
    position: absolute;
    left: 50px; /* Adjust based on icon and padding size */
}
  
.custom-button .text {
    flex-grow: 1;
    text-align: center;
}  


.custom-button-login {
    display: flex;
    align-items: center;
    padding: 8px;
    font-size: 17px;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    transition: 0.4s ease;
    position: relative;
    z-index: 0;
    background-color: #f6f6f6;
    border: #b8b8b8 1px solid;
    color: #4c4c4c !important;
    text-decoration: none;
}
.custom-button-login:active {
    transform: scale(0.99);
}
.custom-button-login:hover{
    background-color: #d8d8d8;
}
  
.custom-button-login .icon {
    padding: 0 5px;
    font-size: 19px;
}
  
.custom-button-login .divider {
    border-left: 1px solid rgb(99, 99, 99);
    height: 100%;
    position: absolute;
    left: 50px; /* Adjust based on icon and padding size */
}
  
.custom-button-login .text {
    flex-grow: 1;
    text-align: center;
}  

/* ÐžÐ±Ñ‰Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
.like-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    opacity: 0.5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.like-button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.like-icon {
    margin-top: 2.5px;
    width: 32px;
    height: 32px;
    stroke: #383838; /* Ð¦Ð²ÐµÑ‚ Ð¾Ð±Ð²Ð¾Ð´ÐºÐ¸ */
    stroke-width: 1.5px;
    fill: none; /* Ð¡ÐµÑ€Ð´Ñ†Ðµ Ð¿ÑƒÑÑ‚Ð¾Ðµ Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ */
    transition: fill 0.3s ease, transform 0.3s ease;
}

.like-icon.liked {
    fill: #383838; /* Ð—Ð°Ð¿Ð¾Ð»Ð½ÑÐµÐ¼ Ñ†Ð²ÐµÑ‚Ð¾Ð¼ Ð¿Ñ€Ð¸ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð¼ ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ð¸ */
    transform: scale(1.1); /* Ð£Ð²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð¸Ðµ Ð¿Ñ€Ð¸ Ð»Ð°Ð¹ÐºÐµ */
}

/* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÐ¼ Ð³Ð»Ð°Ð·Ð¸Ðº Ð¿Ð¾Ð´ Ñ‚ÐµÐºÑÑ‚Ð¾Ð¼ */
.eye-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    padding: 6px;
    font-size: 1.2em;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* ÐŸÐ¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÐ¼ Ð³Ð»Ð°Ð·Ð¸Ðº Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.image-container:hover .eye-button {
    opacity: 1;
}

.eye-button svg {
    transition: transform 0.2s ease;
  }

.eye-button:hover svg {
    transform: scale(1.15);
}

/* Ð­Ñ„Ñ„ÐµÐºÑ‚ Ð½Ð°Ð¶Ð°Ñ‚Ð¸Ñ */
.eye-button:active {
    transform: scale(0.9);
}

/* Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ð¹ ÑÑ„Ñ„ÐµÐºÑ‚ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.eye-button:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* ÐŸÐ¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÐ¼ Ð³Ð»Ð°Ð·Ð¸Ðº Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.image-container:hover .eye-button {
    opacity: 1;
    transform: scale(1);
}

.image-container:hover img {
    filter: brightness(0.6); /* Ð—Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ðµ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ */
    transform: scale(1.01); /* ÐÐµÐ±Ð¾Ð»ÑŒÑˆÐ¾Ðµ ÑƒÐ²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð¸Ðµ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
}

.comment-section h5 {
    font-size: 1rem;
}
.leave-comment {
    background-color: #78bca1;
    color: white;
    padding: 6px 15px; 
    border-radius: 3px;
    border: none;
    transition: 0.2s ease-in-out;
}
.leave-comment:hover {
    background-color: #67a18a;
    transform: scale(1.02);
}
.reply-form {
    display: none; /* Ð¡ÐºÑ€Ñ‹Ñ‚ÑŒ Ñ„Ð¾Ñ€Ð¼Ñƒ Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ */
    resize: none !important;
}
.reply-form:focus {
    outline: 1px lightgray solid !important;
    resize: vertical !important;
}
form label {
    display: none;
}
p {
    margin-bottom: 0;
}
/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¿Ð»ÐµÐ¹ÑÑ…Ð¾Ð»Ð´ÐµÑ€Ð¾Ð² */
.placeholder {
    background-color: transparent !important;
}

.placeholder-image {
    border-radius: 0 !important;
    background-color: #dfdfdf; /* Ð¡ÐµÑ€Ñ‹Ð¹ Ñ†Ð²ÐµÑ‚ */
    width: 100%;
    height: 100%; /* Ð’Ñ‹ÑÐ¾Ñ‚Ð° ÐºÐ²Ð°Ð´Ñ€Ð°Ñ‚Ð° */
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1400px) {
    .placeholder-image {
        min-height: 125px;
    }
}
@media (min-width: 1400px) {
    .placeholder-image {
        min-height: 125px;
    }
}

.placeholder-image svg {
    opacity: 50%;
}

/* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ ÐºÑƒÑ€ÑÐ¾Ñ€ Ð¸ Ð½Ð°Ð¶Ð°Ñ‚Ð¸Ðµ */
.placeholder-image:hover {
    cursor: default;
    background-color: #e0e0e0;
}

/* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð»Ð¸ÑˆÐ½Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð³Ð°Ð»ÐµÑ€ÐµÐ¸ */
.gallery-item.placeholder {
    pointer-events: none;
}
.comment-avatar {
        width: 50px;
        height: 50px;
        margin: 10px;
        margin-left: 0;
        margin-right: 15px;
        margin-top: 0px;
    }
    .comment-time {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 21px;
    }
    .comment-time p {
        font-size: 0.8em;
        color: #797979;
    }
    .comment-time i {
        color: #717173;
        font-size: 14px;
    }

    .comment-author {
        color: #282828;
        text-decoration: none;
        margin-right: 1rem;
        transition: 0.1s ease-in-out;
    }
    .comment-author:hover {
        color: #78bca1;
    }
    .comment-comment {
        line-height: 1.5;
    }
    .comment p {
        color: #656565 !important;
    }
    form label {
        display: none;
    }
    .custom-textarea {
        resize: none;
    }
    .custom-textarea:focus {
        outline: 1px lightgray solid;
        resize: vertical;
    }
    .leave-comment {
        background-color: #78bca1;
        color: white;
        padding: 6px 15px; 
        border-radius: 3px;
        border: none;
        transition: 0.2s ease-in-out;
    }
    .leave-comment:hover {
        background-color: #67a18a;
        transform: scale(1.02);
    }

    .text-right {
        text-align: right;
    }
    .reply-form {
        display: none; /* Ð¡ÐºÑ€Ñ‹Ñ‚ÑŒ Ñ„Ð¾Ñ€Ð¼Ñƒ Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ */
        resize: none !important;
    }
    .reply-form:focus {
        outline: 1px lightgray solid !important;
        resize: vertical !important;
    }

    .reply-to {
        font-style: italic;
        color: #656565;
        transition: 0.2s ease-in-out;
        font-size: .8rem; 
        border-left: 1px solid rgb(162, 162, 162); 
        padding-left: 5px;
        line-height: 0 !important;
        margin: 5px 0 5px 0px;
    }
    .reply-to:hover {
        color: #282828;
    }
    .replier {
        text-decoration: none;
        font-style: italic;
        color: #0274be;
        transition: 0.2s ease-in-out;
        font-size: .8rem; 
    }
    
    .reply {
        margin-left: 20px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿ Ð´Ð»Ñ Ð²Ð»Ð¾Ð¶ÐµÐ½Ð½Ñ‹Ñ… Ð¾Ñ‚Ð²ÐµÑ‚Ð¾Ð² */
    }
    .reply-button {
        text-decoration: none;
        color: #525252;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        font-size: 0.8rem;
        margin-left: auto;
    }
    .reply-button:hover {
        color: #000000;
    }

    .load-more-replies {
        border: none !important;
        background-color: transparent !important;
        font-size: 0.8rem !important;
        color: #525252 !important;
        cursor: pointer !important;
        transition: 0.2s ease-in-out !important;
    }
    .load-more-replies:hover {
        color: #000000 !important;
    }

    .like-comment-button {
    border: none !important;
    background: none;
    cursor: pointer;
    }

    .like-comment-button i {
        transition:color 0.3s ease;
        color: #929292;
        margin: 5px;
        font-size: 1rem;
    }
    .like-comment-button i:hover {
        color: #5d5d5d;
    }

    .like-comment-button.active i {
        color: #383838;
    }
    
    .sort-comments {
        border: none;
        padding: 0;
        font-size: small; 
        font-weight: 600; 
        text-align: center; 
        padding-top: 5px;
        border-radius: 0;
        color: #747474;
        margin-bottom: 0;
    }
    .sort-comments.selected {
        border: none;
    }
    .reply-submit {
        background-color: #78bca1;
        color: white;
        padding: 6px 15px;
        border-radius: 3px;
        border: none;
        transition: 0.2s ease-in-out;
    }
    .comment-section h5 {
        font-size: 1rem;
    }
    @media (min-width: 992px) {
    .model-detail .order-3 {
        order: 2;
    }

    .model-detail .order-2 {
        order: 3;
    }
}
.avatar-container {
    position: relative;
    display: inline-block; /* ÐžÐ±ÐµÑÐ¿ÐµÑ‡Ð¸Ð²Ð°ÐµÑ‚ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾ÑÑ‚ÑŒ Ð¿Ð¾Ð·Ð¸Ñ†Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑÐ¾Ð´ÐµÑ€Ð¶Ð¸Ð¼Ð¾Ð³Ð¾ */
}

.online-indicator {
    position: absolute;
    bottom: -4px;
    right: -1px;
    width: 17px;
    height: 17px;
    background-color: #28a745; /* Bootstrap-Ð·ÐµÐ»Ñ‘Ð½Ñ‹Ð¹ */
    border: 3px solid white;
    border-radius: 50%;
    z-index: 5;
}
@media (max-width: 450px) {
    .online-indicator {
        bottom: -4px;
        right: -5px;
        width: 14px;
        height: 14px;
    }
}
@media (min-width: 450px) and (max-width: 768px) {
    .online-indicator {
        bottom: -4px;
        right: -2px;
        width: 16px;
        height: 16px;
    }
}

.comment-online-indicator {
    position: absolute;
    bottom: 48px;
    right: 13px;
    width: 16px;
    height: 16px;
    background-color: #28a745; /* Bootstrap-Ð·ÐµÐ»Ñ‘Ð½Ñ‹Ð¹ */
    border: 3px solid white;
    border-radius: 50%;
    z-index: 5;
}
@media (max-width: 450px) {
    .comment-online-indicator {
        bottom: 48px;
        right: 13px;
        width: 16px;
        height: 16px;
    }
}
@media (min-width: 450px) and (max-width: 768px) {
    .comment-online-indicator {
        bottom: 48px;
        right: 13px;
        width: 16px;
        height: 16px;
    }
}

.flag-icon {
    font-size: 1em;
}

.fi {
    font-size: .8em !important;
}
.render-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 5px;
}
.render-item {
    margin-right: 0.5rem;
}

.model-description a {
    color: #007bff; /* Ð¡Ð¸Ð½Ð¸Ð¹ Ñ†Ð²ÐµÑ‚ ÑÑÑ‹Ð»Ð¾Ðº */
    text-decoration: none; /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ðµ */
    word-break: break-word; /* ÐŸÐµÑ€ÐµÐ½Ð¾Ñ Ð´Ð»Ð¸Ð½Ð½Ñ‹Ñ… ÑÑÑ‹Ð»Ð¾Ðº */
}

.model-description a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.top-model-badge {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 50px; /* Ð&nbsp;Ð°Ð·Ð¼ÐµÑ€ Ð¼Ð°Ñ€ÐºÐµÑ€Ð° */
    height: 50px;
    cursor: pointer;
}

.top-model-badge img {
    width: 45px;
    height: auto;
}

.tooltip {
    display: none;
    position: absolute;
    bottom: -30px; /* ÐÐ°Ð´Ð¿Ð¸ÑÑŒ Ð¿Ð¾ÑÐ²Ð¸Ñ‚ÑÑ Ð½Ð¸Ð¶Ðµ Ð¸ÐºÐ¾Ð½ÐºÐ¸ */
    left: 50%;
    transform: translateX(-50%);
    background: rgba(29, 29, 29, 0.8);
    color: white;
    padding: 5px 5px;
    font-size: 14px;
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.top-model-badge:hover .tooltip {
    display: block;
    opacity: 1;
}

#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: auto;
    height: auto;
    pointer-events: none;
}

.toast {
    display: block;
    background: rgba(30, 30, 30, 0.95);
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 14px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    max-width: 280px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.toast-error { background: rgba(31, 31, 31, 1); }   

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast.hide {
    opacity: 0;
    transform: translateY(-10px);
}

.admin-badge {
    position: absolute;
    top: -10px;
    right: -14px;
    width: 20px;
    cursor: help;
    z-index: 10;
}
@media (min-width: 450px) and (max-width: 768px) {
    .admin-badge {
        width: 18px;
    }
}

@media (max-width: 450px) {
    .admin-badge {
        width: 15px;
    }
}
.tooltip-text {
    position: absolute;
    top: -40px;
    right: -60px; /* Ð¡Ð¼ÐµÑ‰ÐµÐ½Ð¸Ðµ Ð¾Ñ‚ Ð·Ð½Ð°Ñ‡ÐºÐ° */
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    display: none; /* Ð¡ÐºÑ€Ñ‹Ñ‚Ð¾ Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ */
    white-space: nowrap;
}

.admin-badge:hover + .tooltip-text {
    display: block;
}

@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.download-btn.loading {
    pointer-events: none; /* Ð—Ð°Ð¿Ñ€ÐµÑ‰Ð°ÐµÐ¼ Ð½Ð°Ð¶Ð°Ñ‚Ð¸Ðµ */
    opacity: 0.8;
    background: linear-gradient(270deg, #86d3b4, #78bca1, #5f9680);
    background-size: 400% 400%;
    animation: gradientAnimation 2s ease infinite;
}
.free-span {
    padding: 5px 5px;
    text-transform: uppercase;
    background-color: #3986c6;
    color: white;
    font-weight: 500;
    font-size: .8em;
}
.om-span {
    padding: 5px 8px;
    text-transform: uppercase;
    background-color: #474747;
    color: white;
    font-weight: 500;
    font-size: .8em;
}
.submit-btn {
    margin-top: 1rem;
    background-color: #78bca1;
    border-radius: 3px;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 99.5%;
    transition: background-color 0.3s;
    transition: transform 0.1s;
}

.submit-btn:hover {
    background-color: #71b097;
}
.submit-btn:active {
    transform: scale(0.99);
}

.submit-btn .icon {
    padding: 0 5px;
    font-size: 19px;
}

.submit-btn .divider {
    border-left: 1px solid white;
    height: 100%;
    position: absolute;
    left: 50px; /* Adjust based on icon and padding size */
}

.submit-btn .text {
    flex-grow: 1;
    text-align: center;
}

.overlay {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
}

.image-container:hover .overlay {
    opacity: 1;
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ñ Ð¼Ð¾Ð´ÐµÐ»Ð¸ */
.overlay-text {
    width: 100%;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
}

.platform-list {
    display: block;
}
.platform-item {
    display: block;
}

.free-span {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    text-transform: uppercase;
    background-color: #3986c6;
    color: white;
    font-weight: 500;
    font-size: .8em;
    z-index: 9;
}
.om-span {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    text-transform: uppercase;
    background-color: #474747;
    color: white;
    font-weight: 500;
    font-size: .8em;
    z-index: 9;
}</pre></body></html>