@import '_reset.css';
@import '_variables.css';
@import '_header.css';
@import '_footer.css';
@import '_index.css';
@import '_breadcrumbs.css';
@import '_banner-1.css';
@import '_banner-2.css';
@import '_hero-section-1.css';
@import '_hero-section-2.css';
@import '_ticker-banner.css';
@import '_suggestions-form.css';
@import '_rules.css';
@import '_how-to-earn-block.css';
@import '_blog-block.css';
@import '_customizator.css';
@import '_leaderbords.css';
@import '_badges.css';
@import '_wheel.css';
@import '_onboarding.css';
@import '_marketplace.css';
@import '_playgroundchallenges.css';
@import '_pomodoro.css';
@import '_auction.css';
@import '_suggest-moderate-activities.css';
@import '_crowdfund.css';


/* Inter Variable */
@font-face {
  font-family: 'Inter';
  src: url('/static/fonts/Inter/Inter-VariableFont_opsz,wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/static/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Satoshi - Variable */
@font-face {
    font-family: 'Satoshi';
    src: url('/static/fonts/Satoshi/Satoshi-Variable.woff2') format('woff2'),
         url('/static/fonts/Satoshi/Satoshi-Variable.woff') format('woff');
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
}

/* Satoshi - Variable Italic */
@font-face {
    font-family: 'Satoshi';
    src: url('/static/fonts/Satoshi/Satoshi-VariableItalic.woff2') format('woff2'),
         url('/static/fonts/Satoshi/Satoshi-VariableItalic.woff') format('woff');
    font-weight: 300 900;
    font-style: italic;
    font-display: swap;
}

/* Unbounded - Variable */
@font-face {
    font-family: 'Unbounded Variable';
    src: url('/static/fonts/Unbounded/Unbounded-Variable.woff2') format('woff2'),
         url('/static/fonts/Unbounded/Unbounded-Variable.woff') format('woff');
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
}

::selection {
    color: var(--color-white);
    background-color: color-mix(in srgb, var(--color-primary) 60%, transparent 40%);
}

@keyframes runningText {
    0% {
        transform:translateX(0)
    }
    to {
        transform:translateX(-100%)
    }
}
@keyframes iconScale {
    0% {
        transform:scale(0);
        opacity:0
    }
    80% {
        transform:scale(1.1)
    }
    to {
        transform:scale(1);
        opacity:1
    }
}
@keyframes modalFadeIn {
    0% {
        opacity:0;
        transform:translateY(-20px)
    }
    to {
        opacity:1;
        transform:translateY(0)
    }
}

.search-result-row1 > h2 {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 700;
    position: relative;
    min-height: 60px;
    margin: 40px 0;
}

.search-result-value {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 32px;
}

.search-result-row1 > h2:before {
    position: absolute;
    content: "";
    display: block;
    width: 108px;
    height: 52px;
    background: var(--color-secondary);
    transform: rotate(-8.97deg);
    left: 32%;
    top: -10px;
    z-index: -1;
}

.account-avatar-preview {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.cart-price>p,.price-item>p, price-item2>p{
    margin-left:22px
}
.price-item>p:before {
    width:18px;
    height:18px;
    background-image:url(/static/img/stiltcoin.png);
    background-size:100%;
    top:15px;
    left:-22px;
    overflow:display
}

.price-item2>p:before {
    position:absolute;
    content: '';
    width:18px;
    height:18px;
    background-image:url(/static/img/stiltcoin.png);
    background-size:100%;
    left:-22px;
    overflow:display
}

.cart-price {
    display:flex;
    flex-direction:row;
    justify-content:left;
    align-items:center
}

.catalog-item1 > p{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -.04em;
    max-width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 7px;
}

.cart-price>p {
    font-family: var(--font-main);
    font-weight:400;
    font-size:24px;
    line-height:50px;
    letter-spacing: -.04em;
    color:#7d7d7d;
    position:relative;
    text-align:left
}
.cart-price>p:before,.price-item>p:before {
    position:absolute;
    content:"";
    display:block
}
.cart-price>p:before {
    width:18px;
    height:18px;
    background-image:url(/static/img/stiltcoin.png);
    background-size:100%;
    top:16px;
    overflow:display;
    left:-22px
}
@media (max-width:1280px) {
    .catalog-container,.catalog-row2 {
        padding-left:5%;
        padding-right:5%
    }
}

@media (max-width:1280px) {
    .catalog-container-2,.catalog-row1-2 {
        padding-left:5%;
        padding-right:5%
    }
}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance:none;
    margin:0
}
@media (max-width:1230px) {
    .product-card {
        flex-direction:column;
        padding:5%
    }
}

.cart-item-for-order .item-name>a {
    font-family: var(--font-main);
    font-weight:400;
    font-size:20px;
    line-height:100%;
    letter-spacing:0;
    vertical-align:middle;
    width:100%;
    min-width:387px;
    white-space:nowrap;
    margin-bottom:2px;
    color:#000
}
.cart-item-for-order>a {
    text-decoration:none;
    color:#000;
    margin-bottom:16px
}
.cart-item-for-order .price-item>p:after {
    top:3px
}
@media (max-width:1250px) {
    .cart-row2 {
        flex-wrap:wrap
    }
    .cart-row1,.cart-row2 {
        padding:0 5%
    }
}
@media (max-width:800px) {
    .cart-item-for-order .item-name {
        white-space:wrap!important;
        overflow:hidden;
        height:auto;
        min-width:150px
    }
    .price-item {
        width:100%;
        max-width:150px
    }
    .cart-item-for-order {
        min-width:150px
    }
    .cart-col2 {
        max-height:600px
    }
    .cart-item-for-order,.cart-list-row {
        width:auto;
        flex-wrap:wrap
    }
    .cart-list-row img {
        width:auto;
        height:auto
    }
    .remove-from-cart-and-quantity-button-col {
        display:flex;
        align-items:center;
        justify-content:space-between;
        flex-direction:row-reverse;
        gap:20px;
        width:100%;
        min-width:150px
    }
    .make-order {
        width:auto;
        min-width:100px
    }
}
@media (max-width:570px) {
    .make-order>p:after {
        display:none
    }
}

#balance.active,#purchases.active,#settings.active {
    display:flex;
    flex-direction:column;
    gap:14px;
    margin:0;
    border:1px solid var(--color-border);
    box-shadow:0 1px 2px 0#0000000d;
    padding:24px;
    border-radius:12px
}
.username {
    text-align:center
}
.account-col1>button,label {
    color:#000;
    font-weight:400;
    font-size:16px;
    letter-spacing:0
}
.account-col1>button {
    width:100%;
    padding:10px 0 11px 54px;
    font-family: var(--font-main);
    line-height:100%;
    text-decoration:none;
    text-align:left;
    margin-bottom:12px;
    border:0;
    background:0 0
}

label {
    display:block;
    margin-bottom:5px;
    font-family: var(--font-main);
    line-height:16px
}
#birthdate::after,#email::after {
    content:"";
    color:red;
    display:none
}
@media (max-width:1300px) {
    .account-container {
        padding:0 5%;
        flex-wrap:wrap
    }
    .account-col1,.account-col1-outer,.account-col2 {
        width:100%;
        max-width:1300px
    }
    .account-col2-row1-2 {
        flex-wrap:wrap
    }
    .account-row1-col1,.account-row1-col2,.account-row1-col3 {
        align-items:center
    }
}
.transactions {
    margin:0
}
.transactions th {
    width:33%
}
@media (max-width:850px) {
    td.price-item-amount:after {
        top:35%;
        right:15%
    }
    .account-col2,.account-col2-row1,.account-col2-row1-2,.account-row1-col1,.account-row1-col2,.account-row1-col3 {
        min-width:150px;
        width:95%;
        margin:auto
    }
    .purchases-history {
        flex-wrap:wrap;
        gap:16px
    }
    #settings>h2 {
        font-size:24px
    }
}
@media (max-width:1300px) {
    .post-container {
        padding:0 5%
    }
}
@media (max-width:850px) {
    .post-head-image {
        border-radius:32px;
        margin-bottom:24px
    }
}
@media (max-width:450px) {
    .post-head-info>h2 {
        font-size:36px
    }
    .post-head-info>p {
        font-size:18px
    }
    .post-head-image {
        border-radius:18px
    }
    .desktop-arrow {
        display: none;
    }
    .mobile-arrow {
        display: block;
    }
}

.desktop-arrow {
    display: block;
}
.mobile-arrow {
    display: none;
}

.form-group label {
    font-weight:600;
    color:#555;
    font-size:14px
}
@media (max-width:576px) {
    .auth-container {
        padding:25px 20px;
        margin:0 15px
    }
    .auth-container h2 {
        font-size:22px;
        margin-bottom:20px
    }
    .btn-primary,.form-control {
        padding:10px 12px;
        font-size:15px
    }
    .btn-primary {
        padding:12px
    }
}

input[type=password]::placeholder,input[type=text]::placeholder {
    color:#aaa
}
.form-group.error label {
    color:#dc3545
}

.content {
    height:70vh
}

.btn-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.7;
}

.btn-close:hover {
    opacity: 1;
}

.alert {
    position: fixed;
    top: 25vh;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #000;
    width: 80%;
    max-width: 500px;
    z-index: 1000;
}

.catalog-block {
    display:flex;
    width:100%;
    height:auto;
    min-height:955px;
    margin-bottom:100px;
    padding:0
}
.catalog-container {
    display:flex;
    flex-direction:column;
    width:100%;
    max-width:1281px;
    padding:0;
    gap:0;
    margin:0 auto
}
.catalog-row1 {
    display:flex;
    justify-content:left;
    margin-bottom:83px
}
.catalog-row1>h3 {
    font-family: var(--font-heading);
    font-size:48px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height:120%;
    padding:0;
    position:relative
}
.catalog-row1>h3:after {
    position:absolute;
    content:"";
    display:block;
    width:108px;
    height:52px;
    background:var(--color-primary);
    transform:rotate(-8.97deg);
    right:0;
    bottom:8px;
    z-index:-1
}
.catalog-row2 {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    max-width:1281px;
    padding: 0 0 38px 0;
    gap:70px;
    margin-bottom:26px
}
.catalog-item-common,.catalog-item2,.catalog-item3, .catalog-item-common.search-class {
    display:flex;
    flex-direction:column;
    min-height:690px;
    max-width:381px
}
.catalog-item-image {
    max-width: 100%;
    height:485px;
    background:#e6e7e8;
    border-radius:32px;
    border:0;
    margin-bottom:29px;
    object-fit:cover
}
.catalog-item-common a p {
    color:#000
}
.catalog-item-common a p,.catalog-item2>p,.catalog-item3>p,.color-choose>p {
    font-family: var(--font-main);
    letter-spacing: -.04em;
    line-height:50px
}
.catalog-item-common a p,.catalog-item2>p,.catalog-item3>p {
    font-size:32px;
    font-weight:500;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    max-width:379px;
    margin-bottom:7px
}
.color-choose {
    height:auto;
    gap:10px;
    padding:0;
    margin-bottom:7px
}
.color-choose>p {
    color:#7f7f7f;
    font-size:24px;
    font-weight:400;
    margin:0
}
.color,.color-choose,.price-item {
    display:flex;
    flex-direction:row;
    align-items:baseline
}
.color {
    width:18px;
    height:18px;
    border-radius:4px;
    cursor:pointer;
    border:solid .5px;
    border-color:#000
}
.price-item {
    justify-content:space-between
}
.catalog-row3>a,.price-item>p {
    font-family: var(--font-main);
    font-weight:400;
    font-size:24px
}
.price-item>p {
    line-height:50px;
    letter-spacing: -.04em;
    color:#7d7d7d;
    position:relative;
    text-align:right
}

.price-item2>p{
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: right;
    color: black;
    position:relative;
}

.catalog-row3 {
    display:flex;
    justify-content:center
}
.catalog-row3>a {
    display:block;
    width:358px;
    height:95px;
    color:#fff;
    text-decoration:none;
    background:#000;
    border-radius:24px;
    text-align:center;
    align-content:center;
    line-height:100%;
    letter-spacing: .02em;
}
@media (max-width:1280px) {
    .catalog-container {
        padding: 0 20px;
    }
    .catalog-item1 {
        max-width: calc(50% - 40px);
    }
}

.catalog-container-2 {
    width: 100%;
    max-width: var(--container-width);
    flex-direction:column;
    padding:0;
    gap:0;
    margin:0 auto;
}
.catalog-row1-2 {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    justify-content:space-between
}
.cart-row1>h3,.catalog-row1-2>h3 {
    font-family: var(--font-heading);
    font-size:48px;
    font-weight:700;
    letter-spacing: .06em;
    line-height:120%;
    padding:0;
    position:relative
}
.catalog-row1-2>h3:after {
    position:absolute;
    content:"";
    display:block;
    width:75px;
    height:52px;
    border-radius:8px;
    background:var(--color-primary);
    transform:rotate(-8.97deg);
    right:-5px;
    top: 9px;
    z-index:-1
}
.catalog-row3-2 {
    display:flex;
    justify-content:center;
    margin-bottom:100px
}
.catalog-row3-2>a {
    position:relative;
    color:#000;
    text-decoration:none;
    border-radius:24px;
    text-align:center;
    align-content:center;
    font-weight:400;
    line-height:100%;
    letter-spacing: .02em;
}
.catalog-row3-2>a:after {
    display:inline-block;
    content:"";
    position:absolute;
    background-image:url(/static/img/arrow-down.png);
    background-size:100%;
    background-repeat:no-repeat;
    width:15px;
    height:7px;
    bottom:3px;
    margin-left:9px
}
.catalog-row1-2>p {
    font-family: var(--font-main);
    font-weight:700;
    font-size:32px;
    line-height:50px;
    letter-spacing:0;
    margin-bottom:0
}
.catalog-row1-2 {
    margin-bottom:40px
}
.catalog-row2-2 {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    max-width:1281px;
    padding:0;
    gap:68px;
    margin-bottom:26px
}
.dropdown {
    position:relative;
    display:inline-block
}
.dropdown-button {
    background-color:#fff;
    color:#000;
    font-family: var(--font-main);
    font-weight:500;
    font-size:24px;
    line-height:50px;
    letter-spacing:0;
    padding:16px;
    border:0;
    cursor:pointer;
    width:200px;
    text-align:left;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.dropdown-button:focus {
    border:0;
    outline:0
}
.dropdown-content {
    position:absolute;
    background:#fff;
    margin-top:-20px;
    min-width:200px;
    font-family: var(--font-main);
    font-weight:500;
    font-size:16px;
    line-height:20px;
    letter-spacing:0;
    text-align:right;
    display:none;
    box-shadow:0 8px 16px 0 rgba(0,0,0,.2);
    z-index:1;
    border-radius:0 0 12px 12px
}
.dropdown-content a {
    color:#000;
    padding:12px 16px;
    text-decoration:none;
    display:block;
    border:0;
    font-size:16px
}
.dropdown-content a:hover {
    background-color:#fff;
    border-radius:0 0 12px 12px
}
.arrow,.dropdown-content.show {
    display:block
}
.arrow {
    width:15px;
    height:7px;
    transition:transform .3s ease-in-out
}
.arrow.rotated {
    transform:rotate(180deg)
}
@media (max-width:1280px) {
    .catalog-container-2,.catalog-row1-2 {
        padding-left:5%;
        padding-right:5%
    }
}
.catalog-container-product {
    flex-wrap:wrap;
    flex-direction:row;
    max-width:1280px;
    gap:0;
    margin:0 auto 100px
}
.catalog-block-2,.catalog-container-product {
    display:flex;
    width:100%;
    height:auto;
    min-height:576px;
    padding:0
}
.product-card,.product-images {
    display:flex;
    width:100%;
    flex-direction:row;
    gap:33px
}
.product-images {
    padding:0;
    gap:22px;
    align-items:center
}
.product-images-col1 {
    display:flex;
    max-width:463px;
    padding:0;
    width:100%;
    height:auto;
    min-height:576px;
    overflow:hidden;
    border-radius:32px
}
.product-main-image {
    width:100%;
    object-fit:cover;
    transition:transform .3s ease-in-out;
    cursor:pointer;
    background:#fff;
}
.product-images-col1:hover .product-main-image {
    transform:scale(1.1)
}
.product-thumbnails {
    display:flex;
    flex-direction:column;
    gap:18px;
    max-width:180px;
    width:100%;
    height:auto
}
.thumbnail {
    width:100%;
    border-radius:32px;
    object-fit:cover;
    height:279px;
    cursor:pointer
}
.product-details {
    width:100%;
    padding:0;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:0
}
.product-title {
    font-family: var(--font-heading);
    font-weight:550;
    font-size:40px;
    line-height:130%;
    letter-spacing: -.04em;
    margin-bottom:13px
}
.product-description {
    font-family: var(--font-main);
    font-weight:400;
    font-size:20px;
    line-height:120%;
    letter-spacing: .02em;
    margin-bottom:35px;
    width:100%
}
.color-choose-2 {
    height:auto;
    display:flex;
    flex-direction:row;
    gap:10px;
    padding:0;
    margin-bottom:40px;
    justify-content:flex-start;
    align-items:center
}
.color-choose-2>p {
    color:#7f7f7f;
    font-family: var(--font-main);
    font-size:18px;
    font-weight:400;
    letter-spacing: -.04em;
    line-height:20px;
    margin:0 15px 0 0
}
.size-selection {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:43px
}
.size-string {
    font-family: var(--font-main);
    font-weight:400;
    font-size:18px;
    leading-trim:Cap height;
    line-height:100%;
    letter-spacing:0;
    color:#00000099;
    margin:0 0 14px
}
.quantity-selector,.size-button {
    background:#f0f0f0;
    border-radius:16px
}
.size-button {
    padding:12px 24px;
    border:0;
    font-family: var(--font-main);
    font-weight:400;
    font-size:18px;
    line-height:100%;
    letter-spacing:0;
    color:#00000099;
    cursor:pointer
}
.size-button:active {
    outline:0;
    background:#000;
    color:#fff
}
.size-button:hover {
    transition:background-color .2s ease-in-out
}
.quantity-selector {
    display:flex;
    width:167px;
    height:52px;
    align-items:center;
    margin:0;
    justify-content:space-around;
    padding:14px 20px
}
.quantity-button {
    border:0;
    cursor:pointer
}
.add-to-cart:focus,.quantity-button:focus {
    outline:0
}
.quantity-and-add-to-cart-row {
    display:flex;
    flex-direction:row;
    padding:0;
    gap:19px;
    width:100%;
    justify-content:flex-start
}
.quantity-input {
    width:40px;
    height:52px;
    text-align:center;
    border:0;
    color:#000;
    font-family: var(--font-alt);
    font-weight:500;
    font-size:16px;
    line-height:100%;
    letter-spacing:0;
    margin:0 10px;
    background:0 0
}
input[type=number] {
    -moz-appearance:textfield
}
.add-to-cart,.cart-item-for-order .item-name {
    font-family: var(--font-main);
    font-weight:400;
    line-height:100%;
    letter-spacing:0;
    width:100%
}
.add-to-cart {
    background-color:#000;
    color:#fff;
    border:0;
    border-radius:16px;
    cursor:pointer;
    height:52px;
    font-size:16px;
    max-width:392px
}
.no-images-message {
    text-align: center;
    background: #f8f9fa;
    flex-direction: column;
    justify-content: center;
}

.no-images-message .message-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    max-width: 100%;
    object-fit: cover;
}

.no-images-message p {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.no-images-message small {
    color: #868e96;
    font-size: 0.9rem;
}

.product-thumbnails:empty {
    display: none;
}
@media (max-width:1230px) {
    .product-card {
        flex-direction:column;
        padding:5%
    }
}

.blog-block-2 {
    height:auto;
    min-height:702px;
    margin-bottom:100px
}
.blog-block-2,.cart-block-2,.cart-container-2 {
    display:flex;
    width:100%;
    padding:0
}
.cart-block-2 {
    height:auto;
    min-height:508px
}
.cart-container-2 {
    flex-direction:column;
    max-width:1281px;
    gap:0;
    margin:0 auto
}
.cart-row1,.cart-row2 {
    display:flex;
    justify-content:left;
    margin-bottom:42px
}
.cart-row1>h3:after {
    position:absolute;
    content:"";
    display:block;
    width:108px;
    height:52px;
    background:var(--color-primary);
    transform:rotate(-8.97deg);
    right:-24px;
    bottom:8px;
    z-index:-1
}
.cart-row2 {
    flex-direction:row;
    padding:0;
    gap:20px;
    margin-bottom:101px;
    justify-content:flex-start
}
.cart-col1,.cart-col2 {
    display:flex;
    flex-direction:column;
    padding:20px 24px;
    gap:24px;
    width:100%;
    max-width:715px;
    height:auto;
    min-height:508px;
    border:1px solid #0000001a;
    border-radius:20px
}
.cart-col2 {
    max-width: 505px;
    height: auto;
}
.comment-cart-field {
    min-height: 48px;
}
.order-comment-section {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-top: 24px;
    gap: 24px;
}
.order-comment-body {
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 5px 15px;
}
.tg-link-gen {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.link-tg-heading {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
}

.telegram-bind {
    width: 100%;
}

.current-photo {
    max-width: 200px;
    height: auto;
}

.tg-link-gen > p {
    max-width: 75%;
    font-size: 14px;
    color: var(--color-black);
    opacity: 0.5;
}
.cart-list-row {
    display:flex;
    flex-direction:row;
    gap:16px;
    margin:0;
    justify-content:space-between;
    min-height:124px;
    max-width:667px;
    padding:0 0 24px;
    border-bottom:solid 1px #0000001a
}
.cart-list-row>img {
    display:flex;
    flex-shrink:0;
    max-width:124px;
    max-height:124px;
    height:auto;
    aspect-ratio:1/1;
    overflow:hidden;
    border-radius:24px;
    object-fit:cover
}
.cart-item-for-order,.remove-from-cart-and-quantity-button-col {
    width:100%;
    display:flex;
    padding:0;
    flex-direction:column;
    justify-content:space-between
}
.cart-item-for-order {
    max-width:387px;
    gap:0;
    margin:0;
    align-items:left
}
.cart-item-for-order .item-name {
    font-size:20px;
    vertical-align:middle;
    min-width:387px;
    white-space:nowrap;
    margin-bottom:2px
}
.cart-item-for-order .item-size {
    font-size:14px;
    margin-bottom:4px
}
.cart-item-for-order .item-color,.cart-item-for-order .item-size,.cart-item-for-order .price-item>p {
    font-family: var(--font-main);
    font-weight:400;
    line-height:100%;
    letter-spacing:0;
    vertical-align:middle;
    width:100%
}
.cart-item-for-order .item-color {
    font-size:14px;
    margin-bottom:25px
}
.cart-item-for-order .price-item>p {
    margin:0;
    color:#000
}
.remove-from-cart-and-quantity-button-col {
    align-items:flex-end;
    max-width:126px
}
.remove-from-cart {
    display:block;
    width:24px;
    height:24px;
    background-image:url(/static/img/14.png);
    background-size:contain;
    background-repeat:no-repeat;
    padding:1,5px 3px 3px 3px;
    align-self:right;
    border:0;
    background-color:transparent;
    cursor:pointer;
    overflow:display
}
.remove-from-cart:focus {
    outline:0
}
.remove-from-cart-and-quantity-button-col .quantity-selector {
    width:126px;
    height:44px;
    justify-content:space-around;
    border-radius:62px;
    padding:5px
}
.remove-from-cart-and-quantity-button-col .quantity-selector .quantity-input {
    margin:0
}
.cart-list-row:last-child {
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0
}
.cc2 {
    font-family: var(--font-main);
    font-weight:400;
    font-size:24px;
    line-height:100%;
    letter-spacing:0;
    vertical-align:middle
}
.cc2-2 {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    border-bottom:solid 1px #0000001a;
    align-items:center;
    margin:0;
    padding-bottom:20px
}
.itogo,.summ-number>p {
    font-family: var(--font-main);
    font-weight:400;
    font-size:20px;
    line-height:100%;
    letter-spacing:0;
    vertical-align:middle;
    color:#00000099;
    margin:0
}
.summ-number>p {
    text-align:left;
    vertical-align:left;
    color:#000;
    position:relative;
    margin:0 0 0 20px
}
.summ-number>p:before {
    content:"";
    display:block;
    width:18px;
    height:18px;
    position:absolute;
    background-image:url(/static/img/stiltcoin.png);
    background-size:100%;
    top:1px;
    overflow:display;
    margin:0;
    left:-20px
}
.make-order {
    width:457px;
    height:60px;
    gap:12px;
    border:0;
    background:#000;
    border-radius:62px;
    padding:16px 54px;
    cursor:pointer
}
.make-order:focus {
    outline:0
}
.make-order span {
    font-family: var(--font-main);
    font-weight:400;
    font-size:16px;
    line-height:100%;
    letter-spacing:0;
    color:#fff;
    margin:0 36px 0 0;
    position:relative
}
.balance-amount-number:before,.expenses-number:before,.income-number:before,.make-order span:after {
    content:"";
    display:block;
    position:absolute;
    background-size:100%;
}
.make-order span:after {
    width:24px;
    height:24px;
    background-image:url(/static/img/arrow3.png);
    background-repeat:no-repeat;
    top:0;
    left: calc(100% + 12px);
    margin:0;
    padding:4px 2px
}
.onb-q-title {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
}
.onb-q-title p {
    font-size: 12px;
    opacity: 0.7;
}
.public-link-container {
    display: flex;
    gap: 8px;
    align-items: center;
}

.public-link-input {
    padding: 6px 10px;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    font-size: 12px;
}

.copy-link-btn {
    padding: 6px 12px;
    font-size: 12px;
    white-space: nowrap;
}
@media (max-width:1250px) {
    .cart-row2 {
        flex-wrap:wrap
    }
    .cart-row1,.cart-row2 {
        padding:0 5%
    }
}
@media (max-width:800px) {
    .cart-item-for-order .item-name {
        white-space:wrap!important;
        overflow:hidden;
        height:auto;
        min-width:150px
    }
    .price-item {
        width:100%;
    }
    .cart-item-for-order {
        min-width:150px
    }
    .cart-col2 {
        max-height:600px
    }
    .cart-item-for-order,.cart-list-row {
        width:auto;
        flex-wrap:wrap
    }
    .cart-list-row img {
        width:auto;
        height:auto
    }
    .remove-from-cart-and-quantity-button-col {
        display:flex;
        align-items:center;
        justify-content:space-between;
        flex-direction:row-reverse;
        gap:20px;
        width:100%;
        min-width:150px
    }
    .make-order {
        width:auto;
        min-width:100px
    }
}

.account-block,.account-container {
    width:100%;
    display:flex;
    padding:0;
    height:auto;
    margin:0 0 166px
}
.account-container {
    max-width:1248px;
    flex-direction:row;
    margin:auto;
    min-height:536px;
    gap:32px
}
.account-col1-outer {
    width:100%;
    max-width:288px;
    display:flex;
    padding:0 24px;
    margin:0
}
.account-col1,.account-col2 {
    width:100%;
    display:flex;
    flex-direction:column;
    margin:0;
    height:auto
}
.account-col1 {
    width: 244px;
    padding:0;
    min-height:400px;
    gap:0;
    border:1px solid var(--color-border);
    box-shadow:0 1px 2px 0#0000000d;
    border-radius:12px;
    flex-shrink: 0;
}
.account-col2 {
    max-width:928px;
    min-height:585px;
    gap:32px
}
.account-col2-row1,.account-row1-col1 {
    display:flex;
    flex-direction:column;
    width:100%;
    border-radius:12px
}
.account-col2-row1 {
    margin:0;
    gap:24px;
    border:1px solid var(--color-border);
    box-shadow:0 1px 2px 0#0000000d;
    padding:24px
}
.account-col2-row1>h2 {
    font-family: var(--font-heading);
    font-weight:900;
    font-size:32px;
    line-height:20px;
    letter-spacing:0
}
.account-row1-col1 {
    min-width:277px;
    padding:26px 0 24px 24px;
    background:var(--color-primary)
}
.balance-info, .income, .expenses{
        margin-bottom: 11px;
    }
.balance-amount-number,.balance-info {
    font-family: var(--font-main);
    font-weight:500;
    font-size:16px;
    line-height:100%;
    letter-spacing:0;
    color:#fff
}
.balance-amount-number {
    font-weight:600;
    font-size:30px;
    position:relative;
    margin-left: 30px;
}
.balance-amount-number:before,.expenses-number:before,.income-number:before {
    width:22px;
    height:22px;
    background-image:url(/static/img/stiltcoin.png);
    top:4px;
    left: -30px;
}
.account-row1-col2 {
    display:flex;
    flex-direction:column;
    width:100%;
    min-width:277px;
    padding:26px 0 24px 24px;
    background:var(--color-border);
    border-radius:12px
}
.income,.income-number {
    font-family: var(--font-main);
    font-weight:500;
    font-size:16px;
    line-height:100%;
    letter-spacing:0;
    color:#4b5563
}
.income-number {
    font-weight:600;
    font-size:30px;
    color:#7d7d7d;
    position:relative;
    margin-left: 30px;
}
.account-row1-col3 {
    display:flex;
    flex-direction:column;
    width:100%;
    min-width:277px;
    padding:26px 0 24px 24px;
    background:#000;
    border-radius:12px
}
.expenses,.expenses-number {
    font-family: var(--font-main);
    font-weight:500;
    font-size:16px;
    line-height:100%;
    letter-spacing:0;
    color:#fff
}
.expenses-number {
    font-weight:600;
    font-size:30px;
    position:relative;
    margin-left: 30px;
}

.account-col2-row1-2 {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    width:100%;
    padding:0;
    margin:0;
    gap:24px
}
.avatar {
    align-self:center;
    max-width:89px;
    width:100%;
    border-radius:16px;
    height:77px;
    margin-top:24px;
    margin-bottom:13px;
    object-fit: cover;
}

.username {
    align-self:center;
    font-family: var(--font-main);
    font-weight:600;
    font-size:20px;
    line-height:20px;
    letter-spacing:0;
    max-width: 80%;
    margin-bottom: 4px;
}
.account-col1>a,.phone-number {
    font-family: var(--font-main);
    font-weight:400;
    font-size:16px;
    letter-spacing:0
}
.phone-number {
    align-self:center;
    line-height:16px;
    color:#6b7280;
    margin-bottom:24px
}
.account-col1 > a {
    width:100%;
    padding:10px 0 11px 54px;
    line-height:100%;
    text-decoration:none;
    text-align:left;
    color: var(--color-black);
    margin-bottom:12px;
    border:0;
    background-color: var(--color-white);
    border-radius: 8px;
}
.auth-links {
    margin-top: 10px;
}
.account-col1 .content-button {
    width:100%;
    padding:10px 0 11px 54px;
    line-height:100%;
    text-decoration:none;
    text-align:left;
    color: var(--color-black);
    margin-bottom:12px;
    border:0;
    background-color: var(--color-white);
    border-radius: 8px;
}

.account-col1 .content-button:hover {
    transition: all 0.2s ease;
    background-color: var(--color-light-bg);
}

.account-col1 .content-button.active {
    background-color: var(--color-light-bg);
    border: 1px solid var(--color-border);
}

.account-col1>button:focus {
    background: var(--color-light-bg);
    border:1px solid var(--color-border);
    border-radius:8px;
    outline: none !important;;
    transition:.2s ease-in-out
}
.account-col1>button:active,.account-col1>button:hover {
    outline:none !important;
}
.content-item {
    display:none
}
.content-item.active {
    display:block
}

.activity-list{
    flex-grow: 1;
    padding: 24px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px #0000000D;
}

.activity-list>h2{
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

.content-item-head-row h2{
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
}

.content-item-head-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 58px;
}

.show-hide-archive {
    display: block;
    border-radius: 8px;
    padding: 8px 15px;
    margin-bottom: 20px;
    max-width: 200px;
    text-align: center;
    border: 2px solid var(--color-border);
    background-color: transparent;
    color: black;
    opacity: 0.8;
}

.show-hide-archive:hover {
    color: black;
    opacity: 1;
}

.admin-account-container{
    display: flex;
    max-width: 1226px;
    gap: 54px;
}

.admin-content-item{
    flex-grow: 1;
    padding: 29px 18px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px #0000000D;
}

@media (max-width: 1226px) {
  .admin-account-container {
    width: 100%;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .admin-account-container {
    flex-direction: column;
    gap: 20px;
  }
  .account-col1 {
    max-width: 100%;
  }
}
.proof {
    width: 70%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.btn-accept.content-button.user-create-link--clients.proof-btn {
    min-height: 40px;
}

.thead-names th {
    font-weight:700;
    text-align:left
}
th,tr {
    height:43px;
    padding-left:16px;
    text-align:left;
    border-bottom:1px solid var(--color-border)
}
.thead-names th,tr {
    font-family: var(--font-main);
    font-size:16px;
    line-height:100%;
    letter-spacing:0
}
tr {
    font-weight:400;
    align-items:center
}
td.date {
    min-width:190px
}
td.date,td.operation,td.price-item-amount {
    padding-left:16px
}
td.price-item-amount {
    position:relative;
    color:#7d7d7d;
    margin-right:28px;
    font-family: var(--font-main);
    font-weight:400;
    font-size:16px;
    line-height:100%;
    letter-spacing:0;
    align-items:right!important
}
.item-price>p:after,td.price-item-amount:after {
    content:"";
    display:block;
    width:18px;
    height:18px;
    position:absolute;
    background-image:url(/static/img/stiltcoin.png);
    background-size:100%;
    overflow:display
}
td.price-item-amount:after {
    top:27%;
    right:50%
}
#balance>h2,#purchases>h2,#settings>h2 {
    font-family: var(--font-heading);
    font-weight:900;
    font-size:32px;
    line-height:100%;
    letter-spacing:0
}
.purchases-history,.purchases-history-left {
    width:100%;
    display:flex;
    flex-direction:row;
    height:auto
}
.purchases-history {
    justify-content:space-between;
    padding:17px;
    min-height:98px;
    border:1px solid var(--color-border);
    border-radius:8px
}

.activity-history {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 17px;
    border:1px solid var(--color-border);
    margin-bottom: 10px;
    border-radius:8px;
}

.activity-history-left {
    flex: 1;
    margin-right: 15px;
}

.activity-history-center {
    margin-right: 15px;
    font-weight: bold;
}

.activity-history-right {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 7px;
    min-width: 100%;
}

.activity-history h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
}


.activity-form {
    display: inline-block;
    margin-left: 5px;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .activity-history {
        flex-direction: column;
        align-items: flex-start;
    }

    .activity-history-left,
    .activity-history-center,
    .activity-history-right {
        margin-bottom: 10px;
        text-align: left;
    }

    .activity-history-right {
        justify-content: flex-start;
    }
}

.activity-history-left>p{
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #6B7280;
    margin-bottom: 10px;
}

.purchases-history-left {
    justify-content:flex-start;
    gap:16px;
    align-items:center
}
.purchases-history-left>img {
    width:64px;
    height:64px;
    border-radius:8px;
    border:.5px solid var(--color-border)
}
.good-name,.purchases-history-order-info {
    font-family: var(--font-main);
    font-weight:600;
    font-size:16px;
    line-height:16px;
    letter-spacing:0;
    color:#000
}
.purchases-history-order-info {
    font-weight:400;
    color:#6b7280;
    margin:0
}
.purchases-history-center {
    align-self:center;
    margin:0
}
.item-price,.purchases-history-center,.purchases-history-right {
    display:flex;
    flex-direction:column;
    padding:0
}
.purchases-history-right {
    gap:0;
    align-items:right;
    margin:0;
    justify-content:flex-end
}
.item-price {
    justify-content:center
}
.item-price>p,.order-status {
    font-family: var(--font-main);
    font-weight:400;
    letter-spacing:0;
    text-align:right
}
.item-price>p {
    align-self:right;
    font-size:16px;
    line-height:16px;
    color:#000;
    position:relative;
    margin:0 28px 2px 0
}
.item-price>p:after {
    top:-2px;
    margin-left:54px
}
.order-status-wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.order-status {
    color:#7d7d7d;
    margin:0;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 0 8px;
    background:var(--color-border);
    min-width:74px;
    height:auto;
    font-size:14px;
    line-height:100%;
    text-align: center;
}
.form-container {
    max-width:880px;
    margin:0;
    padding:0
}
.form-group {
    margin-bottom:20px
}
label::after {
    content:"*";
    color:red
}

.save-button {
    margin-top:40px;
    font-family: var(--font-main);
    font-weight:400;
    line-height:16px;
    letter-spacing:0;
    background-color:var(--color-primary);
    color:#fff;
    padding:12px 20px;
    border:0;
    border-radius:8px;
    cursor:pointer;
    font-size:1em;
    transition:background-color .2s ease-in-out
}
.save-button:hover {
    background-color:#bb1b00
}
.save-button:focus {
    outline:0;
    box-shadow:0 0 5px rgba(220,53,69,.5)
}
@media (max-width:1300px) {
    .brcr-cont {
        padding:0 5%
    }
    .account-container {
        padding:0 5%;
        flex-wrap:wrap
    }
    .account-col1,.account-col1-outer,.account-col2 {
        width:100%;
        max-width:1300px
    }
    .account-col2-row1-2 {
        flex-wrap:wrap
    }
    .account-row1-col1,.account-row1-col2,.account-row1-col3 {
        align-items:center
    }
}
.table-responsive {
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
}
.transactions {
    width:100%;
    border-collapse:collapse
}
.transactions td {
    width:33%;
    padding:8px
}
.date,.operation,.price-item-amount {
    width:auto
}
@media (max-width:850px) {
    td.price-item-amount:after {
        top:35%;
        right:15%
    }
    .account-col2,.account-col2-row1,.account-col2-row1-2,.account-row1-col1,.account-row1-col2,.account-row1-col3 {
        min-width:150px;
        width:95%;
        margin:auto
    }
    .purchases-history {
        flex-wrap:wrap;
        gap:16px
    }
    #settings>h2 {
        font-size:24px
    }
}
.post-block,.post-container {
    display:flex;
    padding:0;
    width:100%
}
.post-block {
    margin-bottom:100px
}
.post-container {
    margin:auto;
    max-width:1282px;
    flex-direction:column
}
.post-head-image {
    max-width:1282px;
    height:auto;
    max-height: 575px;
    object-fit: cover;
    width:100%;
    margin:0 0 67px;
    border-radius:64px;
    overflow:hidden
}
.post-head-info {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%;
    max-width:1282px;
    flex-wrap:wrap
}
.post-head-info>h2 {
    font-family: var(--font-heading);
    font-weight:900;
    font-size:48px;
    line-height:50px;
    letter-spacing: .06em;
}
.post-head-info>p {
    font-family: var(--font-main);
    font-weight:500;
    font-size:24px;
    line-height:50px;
    letter-spacing: -.04em;
    color:#7f7f7f
}
.post-body {
    font-family: var(--font-main);
    font-weight:400;
    font-size:18px;
    line-height:100%;
    letter-spacing:0
}
@media (max-width:1300px) {
    .post-container {
        padding:0 5%
    }
}
@media (max-width:850px) {
    .post-head-image {
        border-radius:32px;
        margin-bottom:24px
    }
}
@media (max-width:450px) {
    .post-head-info>h2 {
        font-size:36px
    }
    .post-head-info>p {
        font-size:18px
    }
    .post-head-image {
        border-radius:18px
    }
}
.search-result-block {
    width:100%;
    display:flex;
    padding:0;
    margin:0
}
.search-result,.search-result-container {
    width:100%;
    flex-direction:column;
    display:flex;
    padding:0;
    margin:auto
}
.search-result {
    max-width:1280px
}
.search-result-row2 {
    width:100%;
    flex-direction:row;
    display:flex;
    flex-wrap:wrap
}
.catalog-item-common.search-class {
    display:flex;
    flex-direction:column;
    min-height:690px;
    max-width:381px;
    margin:30px 30px 30px 0
}
.catalog-item-common.search-class>p {
    height:100px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical
}
.auth-block {
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:50vh;
    padding:20px;
    background-color: var(--color-light-bg);
}
.auth-container {
    width:100%;
    max-width:450px;
    background:#fff;
    padding:30px;
    border-radius:10px;
    box-shadow:0 4px 20px rgba(0,0,0,.1)
}
.auth-container h2 {
    text-align:center;
    margin-bottom:25px;
    color:#333;
    font-size:24px
}

.checkbox-publish{

}

.row-checkbox{
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 15px;
    align-items: center !important;
}

.uploaded-preview-blog-img{
    height: 33px;
    width: auto;
    margin-left: 10px;
    border-radius: 8px;
}

/* Основной контейнер для сообщений */
.messages {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 80%;
  max-width: 500px;
  text-align: center;
}


.auth-form,.form-group {
    display:flex;
    flex-direction:column;
    gap:20px
}
.form-group {
    gap:8px
}
.form-control {
    padding:12px 15px;
    border:1px solid #ddd;
    border-radius:5px;
    font-size:16px;
    transition:border-color .3s
}
.form-control:focus {
    border-color:#ddd;
    outline:0;
    box-shadow: 0 0 0 2px var(--color-border);
}
.btn-primary {
    background:var(--color-primary);
    color:#fff;
    padding:14px;
    border:0;
    border-radius:5px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:background-color .3s
}
.btn-primary:hover {
    background-color:var(--color-secondary)
}
@media (max-width:576px) {
    .auth-container {
        padding:25px 20px;
        margin:0 15px
    }
    .auth-container h2 {
        font-size:22px;
        margin-bottom:20px
    }
    .btn-primary,.form-control {
        padding:10px 12px;
        font-size:15px
    }
    .btn-primary {
        padding:12px
    }
}
.form-group.error .form-control {
    border-color:#dc3545
}
.color-radio-hidden,.size-radio-hidden {
    position:absolute;
    opacity:0;
    width:0;
    height:0
}
.color-radio-hidden:checked+.color-option {
    border:2px solid #000!important;
    box-shadow:0 0 5px rgba(0,0,0,.1)
}
.size-radio-hidden:checked+.size-option {
    background:#000!important;
    color:#fff!important
}
label:after {
    content:none!important
}
.cart-row2:has(.cart-col1:empty),.cart-row2:has(.cart-col1:only-child:not(:has(*))) {
    display:flex;
    width:100%;
    justify-content:center;
    align-items:center;
    min-height:300px;
    background-color:#f9f9f9;
    border-radius:8px;
    margin-top:50px;
    box-shadow:0 2px 10px rgba(0,0,0,.05)
}
.cart-col1:empty,.cart-col1:only-child:not(:has(*)) {
    text-align:center;
    color:#f0000;
    font-family: var(--font-main);
    font-size:38px;
    padding:40px;
    width:100%
}
.cart-col1:only-child:not(:has(*)):before {
    content:"";
    display:block;
    width:200px;
    height:200px;
    margin:0 auto 20px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 24 24'%3E%3Cpath d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-9.83-3.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.86-7.01L19.42 4h-.01l-1.1 2-2.76 5H8.53l-.13-.27L6.16 6l-.95-2-.94-2H1v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.13 0-.25-.11-.25-.25z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:center;
    opacity:.6
}
.cart-empty-col:before {
    transition:opacity .3s ease
}
.cart-empty-col:hover:before {
    opacity:.8
}
.modern-notification,.notification-content {
    display:flex;
    align-items:center;
    justify-content:center
}
.modern-notification {
    position:fixed;
    height:200px;
    top:-250px;
    left:0;
    right:0;
    text-align:center;
    background:rgba(30,30,30,.85);
    backdrop-filter:blur(8px);
    color:#fff;
    padding:15px 0;
    z-index:10000;
    box-shadow:0 2px 20px rgba(0,0,0,.3);
    transition:top .4s cubic-bezier(.22,1,.36,1);
    opacity:0,2
}
.modern-notification.show {
    top:0
}
.notification-content {
    gap:12px;
    max-width:100%;
    padding:0 20px
}
.notification-icon {
    width:50px;
    height:50px;
    color:#fff;
    flex-shrink:0
}
.notification-text {
    font-size:16px;
    font-weight:500;
    letter-spacing:.2px
}
.notification-icon {
    animation:iconScale .6s cubic-bezier(.68,-.55,.27,1.55)
}
.modal-overlay {
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    min-height:803px;
    background:#00000040;
    z-index:1000
}
.modal-container {
    display:flex;
    flex-direction:column;
    width:100%;
    max-width:515px;
    height:auto;
    min-height:448px;
    background:#fff;
    border-radius:46px;
    margin:auto;
    margin-top: 25vh;
    align-items:center;
    padding:15px 57px 23px 67px;
    animation:modalFadeIn .3s ease-out
}
.modal-icon {
    max-width:151px;
    height:auto;
    margin-bottom:31px
}

.color-selector, .size-selector {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 5px;
}

.color-option2 {
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.color-images-input {
    margin-top: 8px;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 4px;
}

.edit-field[type="file"] {
    padding: 5px;
}

textarea.edit-field {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    resize: none;
}

input[type="color"] {
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.modal-container>h3 {
    font-family: var(--font-heading);
    font-weight:900;
    font-size:32px;
    line-height:20px;
    letter-spacing:0;
    margin-bottom:23px;
    text-align:center
}
.modal-container>a,.modal-container>p {
    text-align:center;
    font-family: var(--font-main);
    font-weight:400;
    line-height:100%
}
.modal-container>p {
    font-size: 16px;
    letter-spacing: 0;
    color: #4a4a4a;
    max-width: 301px;
    margin-bottom: 20px;
    min-height: 76px;
    overflow-wrap: break-word;
}
.modal-container>a {
    width:100%;
    max-width:391px;
    Height:82px;
    background:#000;
    color:#fff;
    vertical-align:center;
    font-size:24px;

    justify-content:center;
    align-items:center;
    display:flex;
    border-radius:24px
}

.modal-delete-2{
    align-items: stretch !important;
    margin-top: 25vh;
    padding: 23px 57px;
    height: auto;
    min-height: 0;
}

.modal-delete-2 > p{
    align-self: center;
    margin-top: 15px;
    width: 100%;
    line-height: 1.5;
}

.modal-delete-2 > h3{
    line-height: 1.5;
}

@media (max-width:760px) {
    .modal-container>h3 {
        font-size:24px
    }
    .modal-container>p {
        font-size:12px
    }
}

.modal-buttons2{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}

.modal-button2.danger{
    background: var(--color-primary);
    color: white;
    border: none;
}

.modal-button2{
    border: none;
	width:100%;
    max-width:391px;
    Height:82px;
    background:#000;
    color:#fff;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    cursor: pointer;
    justify-content:center;
    align-items:center;
    display:flex;
    border-radius:24px
}

#modern-notification .notification-text a.cart-link {
    color:#fff;
    font-weight:700;
    text-decoration:underline!important
}
.purchases-history-thumbnail {
    object-fit:cover
}
#resultMessage {
    margin-top:15px;
    padding:12px 20px;
    border-radius:8px;
    font-family: var(--font-main);
    font-size:16px
}
#resultMessage.success {
    background-color:#e8f5e9;
    color:#2e7d32
}
#resultMessage.error {
    background-color:#ffebee;
    color:#c62828
}

.auth-required{
    color:red;
    text-decoration: none;
}
.auth-required:hover{
    color:red;
    text-decoration: underline !important;
}
.auth-cart{
    display:flex;
    justify-content: center;
    align-items:center;
}

/* Опросник и всё о нём */
.questionnaires-container {
    max-width: 1281px;
    margin: 20px auto;
    padding: 0;
}

.questionnaires-h1,
.questionnaires-h2 {
    color: #000;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: .02em;
    margin-bottom: 50px;
}

/* Стили для списка опросников */
.questionnaires-list {
    list-style: none;
    padding: 0;
    margin-bottom: 100px;
}

.questionnaires-item {
    border-radius: 18px;
    margin: 0;
    margin-bottom: 24px;
    padding: 20px;
    background-color: #F4F6F5;
}

.questionnaires-item p{
    color: #00000099;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    margin-top: 20px;
}

.questionnaires-item a {
    text-decoration: none;
    color: black;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
}

.questionnaires-completed {
    color: #a0ed8c;
    font-weight: bold;
}


/* Стили для пройденных опросников */
.questionnaires-done-badge {
    background-color: #a0ed8c;
    color: black;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: .02em;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
}

/* Адаптивный дизайн */
@media (max-width: 768px) {
    .questionnaires-container {
        width: 95%;
        padding: 10px;
    }
    .questionnaires-h1,
    .questionnaires-h2 {
        font-size: 1.5em;
    }
}
.reward-questionnaries{
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: .02em;
    color: black;
    position: relative;
}

.reward-questionnaries:after{
    content:"";
    display:inline-block;
    width:16px;
    height:16px;
    left: 130px;
    top: 2px;
    position:absolute;
    background-image:url(/static/img/stiltcoin.png);
    background-size:100%;
    overflow:display
}

.questionnaires-item > p{
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: .02em;

}

.question-page-question {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 16px;
    background-color: var(--color-light-bg);
}

.question-page-question h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-family: var(--font-main);
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -.04em;
}

.question-page-text-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 1em;
    margin-top: 5px;
}

/* Style for radio and checkbox options */
.question-page-answer-option {
    display: flex; /* Use flex to align items in a row */
    align-items: center; /* Align items vertically */
    margin-bottom: 5px;
}

.question-page-answer-option input[type="radio"],
.question-page-answer-option input[type="checkbox"] {
    margin-right: 5px; /* Space between input and label */
}

.question-page-submit-button {
    background-color: var(--color-primary);
    color: white;
    padding: 12px 32px;
    border: none;
    cursor: pointer;
    border-radius: 16px;
    font-size: 1.1em;
    transition: transform 0.2s ease-in-out;
}

.question-page-submit-button:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.help-text{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 0.9em;
    line-height: 50px;
    letter-spacing: -.04em;
    color:#7F7F7F;
}

/* Адаптивный дизайн */
@media (max-width: 768px) {
    .questionnaires-container {
        width: 95%;
        padding: 10px;
    }

    .questionnaires-h1 {
        font-size: 1.5em;
    }

    .question-page-text-input {
        font-size: 0.9em;
    }
    .tg-link-gen {
        width: 100%;
    }
    .tg-link-gen > p {
        max-width: 100%;
    }
    .tg-link {
        width: 100%;
    }
}

/* раздел админ-интерфейса */

.admin-bonus-container {
      max-width: 600px;
      margin: 20px auto;
      padding: 20px;
      background-color: #f9f9f9;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    /* Заголовок */
    .admin-bonus-heading {
      font-size: 24px;
      margin-bottom: 20px;
      text-align: center;
      color: #333;
    }

    /* Форма */
    .admin-bonus-form {
      display: flex;
      flex-direction: column;
    }

    /* Группа элементов формы */
    .admin-bonus-form-group {
      margin-bottom: 15px;
    }

    /* Label */
    .admin-bonus-label {
      font-size: 16px;
      margin-bottom: 5px;
      color: #555;
      display: block;
    }

    /* Input */
    .admin-bonus-input,
    .admin-bonus-textarea {
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 16px;
      color: #333;
      width: 100%;
      box-sizing: border-box; /* Важно для правильной ширины с учетом padding */
    }

    /* Textarea */
    .admin-bonus-textarea {
      height: 100px;
      resize: vertical; /* Разрешаем изменение высоты */
    }

    /* Кнопка */
    .admin-bonus-button {
      background-color: #5cb85c;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 4px;
      font-size: 18px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .admin-bonus-button:hover {
      background-color: #4cae4c;
    }

    /* Ссылка "Назад" */
    .admin-bonus-back-link {
      display: inline-block;
      margin-top: 20px;
      color: #428bca;
      text-decoration: none;
      font-size: 16px;
    }

    .admin-bonus-back-link:hover {
      text-decoration: underline;
    }

    /* Адаптивность (медиа-запросы) */
    @media (max-width: 768px) {
      .admin-bonus-container {
        padding: 15px;
      }

      .admin-bonus-heading {
        font-size: 22px;
      }

      .admin-bonus-label,
      .admin-bonus-input,
      .admin-bonus-textarea,
      .admin-bonus-button,
      .admin-bonus-back-link {
        font-size: 14px;
      }
    }


    /* Messages */
    .messages--clients {
        max-width: 1200px;
        margin: 20px auto;
        padding: 0 15px;
        list-style: none;
    }

    .message-item--clients {
        padding: 10px 15px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .message-item--clients.success {
        background-color: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }

    .message-item--clients.error {
        background-color: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }

    .message-item--clients.warning {
        background-color: #fff3cd;
        color: #856404;
        border: 1px solid #ffeeba;
    }

    /* User List Container */
    .user-list-container--clients {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 15px;
    }

    .user-list-header-container--clients {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .user-list-title--clients {
        font-size: 24px;
        margin: 0;
        color: #333;
    }

.userlist-buttons-admin{
    margin: 7px 0px;
    display: flex;
    flex-direction: 0;
    padding: 0;
    gap: 29px;
    justify-content: end;
}

.user-create-link--clients {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0 15px;
    background-color: var(--color-light-bg);
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    text-decoration: none;
    border-radius: 8px;
    height: auto;
    min-height: 29px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.user-create-link--clients:hover {
    background-color: var(--color-primary);
    color: white;
    outline: none;
    transition: all 0.2s ease;
}

.user-create-link--clients.reject-special:hover {
    background-color: #000000;
    color: white;
    outline: none;
    transition: all 0.2s ease;
}

.user-create-link--clients:focus {
    background-color: var(--color-primary);
    color: white;
    outline: none;
}

    /* Table Styles */
    .user-list-table-wrapper--clients {
        overflow-x: auto;
    }

    .user-list-table--clients {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
    }

    .user-list-header--clients {
        padding: 12px 15px;
        text-align: left;
        background-color: #343a40;
        color: white;
        font-weight: 500;
    }

    .user-list-row--clients:nth-child(even) {
        background-color: #f8f9fa;
    }

    .user-list-row--clients:hover {
        background-color: #e9ecef;
    }

    .user-list-data--clients {
        padding: 12px 15px;
        border-bottom: 1px solid #dee2e6;
        color: #495057;
    }

    .user-list-actions--clients {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .user-list-link--clients {
        color: #007bff;
        text-decoration: none;
        transition: color 0.3s;
        white-space: nowrap;
    }

    .user-list-link--clients:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .user-list-header-container--clients {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }

        .user-list-title--clients {
            font-size: 20px;
        }

        .user-create-link--clients {
            width: 100%;
            text-align: center;
        }

        .user-list-header--clients,
        .user-list-data--clients {
            padding: 8px 10px;
            font-size: 14px;
        }

        .user-list-actions--clients {
            flex-direction: column;
            gap: 5px;
        }
    }

    @media (max-width: 480px) {

        .user-list-title--clients {
            font-size: 18px;
        }
    }

.client-detail-container--client-detail {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 15px;
    }

.client-detail-title--client-detail {
    font-size: 28px;
    color: #343a40;
    margin-bottom: 25px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

/* Info Sections */
.client-info-section--client-detail {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    padding: 20px;
}

.client-info-subtitle--client-detail {
    font-size: 20px;
    color: #495057;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.client-info-grid--client-detail {
    display: grid;
    gap: 0;
}

.content-item-head-row-detail{
    margin-bottom: 12px;
}

.client-info-item--client-detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}

.client-info-grid--client-detail {
    display: grid;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 8px;

}

.client-info-label--client-detail {
    color: #000;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
}

.client-info-value--client-detail.edit-field:focus{
    outline: none;
}


input[name="new_password"]::placeholder {
  color: #8E8E8E;
  font-style: normal;
}

textarea[name="reason"]::placeholder {
  color: #bbb;
  font-size: 0.85em;
}

.form-section > h3 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 16px 0px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    position: relative;
}

.close-modal {
    color: #aaa;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover {
    color: black;
}

.notification {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.3s;
}


.fade-out {
    opacity: 0;
}

.conditions-badges {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin: 26px 0 10px;
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.client-info-value--client-detail {
    padding: 0 15px !important;
    background: white;
    width: 100%;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 33px;
    letter-spacing: 0%;
    box-sizing: border-box;
    height: 33px;
    color: #000;
    vertical-align: center;
}

.client-info-value--client-detail:focus{
    outline: none;
    border: 1px solid var(--color-border);
}

.client-info-value--client-textfield {
    padding: 8px 15px;
    background: white;
    width: 100%;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    box-sizing: border-box;
    height: auto;
    min-height: 33px;
    color: #000;
}

.client-info-value--client-textfield:focus{
    outline: none;
}


.color-selector {
    padding: 8px 15px;
    background: white;
    width: 100%;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    box-sizing: border-box;
    color: #000;
}

.option-custom{
    border: none;
    outline: none;
    background: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.option-custom2{
    border: 1px solid var(--color-border);
    height: 33px;
    border-radius: 8px;
    padding: 0px 10px;
    outline: none;
    background: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.option-custom2:active {
    border: 1px solid var(--color-border);
}

.delegated-to-field {
    padding: 8px 15px !important;
}


.item-photo-upload-div{
    border: none;
    margin-bottom: 20px;
    gap: 5px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.custom-file-upload{
    margin-top: 5px;
    background-color: var(--color-light-bg);
    color: black;
    border: none;
    width: 272px;
    height: 29px;
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.custom-file-upload:hover {
  background-color: var(--color-primary);
}

.color-checkbox-preview{
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.item-photo-upload{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 0;
}

.edit-field-custom{
    border: 1px solid var(--color-border);
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    height: 33px;
}

.edit-field-custom:focus{
    outline: none;
}

.edit-field-color{
    border: 1px solid var(--color-border);
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 16px;
    width: 250px;
    height: 33px;
}

.color-picker{
    border: 1px solid var(--color-border);
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 16px;
    width: 33px;
    height: 33px;
    outline: none;
}

.remove-field-btn{
    border: none;
    color: black;
    font-size: 24px;
    background: white;
    cursor: pointer;
}

.custom-content-buttons{
    width: 272px;
    height: 29px;
    top: 313px;
    left: 24px;
    border-radius: 8px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background: var(--color-light-bg);
    color: black;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border: none;
    margin-top: 5px;
    cursor: pointer;
}

.custom-content-buttons:focus{
    outline: none;
}

.custom-content-buttons:active{
    outline: none;
}

.remove-field-btn:focus{
    outline: none;
}

.color-picker:focus{
    outline: none;
}

.edit-field-color:focus{
    outline: none;
}

.new-color-add{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.file-upload {
    position: relative;
    display: inline-block;
}

.file-upload-button {
    background-color: var(--color-light-bg);
    color: black;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.custom-file-upload-input{
    background: white;
}

.file-upload-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-upload-filename {
    margin-left: 10px;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #8E8E8E;
}

.create-card-color-option-row{
    border-bottom: 1px solid var(--color-border);
    padding: 10px 0px;
}

/* Дополнительные стили (необязательно) */
.file-upload-button:hover {
    background-color: #3e8e41;
}

.client-info-value--client-detail.password {
    letter-spacing: 3px;
    font-family: monospace;
}

.status-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 8px;
}

.status-true {
    color: #28a745;
}

.userlist-buttons-admin-detail{
    display: flex;
    flex-direction: row;
    gap: 29px;
    padding: 0;
    margin: 60px 0pc 98px 0px;
}

.status-false {
    color: var(--color-primary);
}

.status-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.status-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: white;
    border: 1px solid var(--color-border);
    border-radius: 8px;
}

/* Стили для формы редактирования */


.edit-checkbox {
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.edit-checkbox input {
    margin-right: 5px;
}

.save-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.save-button:hover {
    background-color: #45a049;
}

/* Actions */
.client-actions--client-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
}

.client-action-btn--client-detail {
    display: inline-block;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.client-action-btn--client-detail:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

/* Orders */
.client-orders-list--client-detail {
    list-style: none;
    padding: 0;
    margin: 0;
}

.client-order-item--client-detail {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.client-order-item--client-detail:hover {
    background-color: #f8f9fa;
}

.client-order-id--client-detail {
    font-weight: 600;
    color: #007bff;
}

.client-order-date--client-detail,
.client-order-status--client-detail {
    color: #6c757d;
}

.client-no-orders--client-detail {
    color: #6c757d;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .client-info-grid--client-detail {
        grid-template-columns: 1fr;
    }

    .client-actions--client-detail {
        flex-direction: column;
    }

    .client-action-btn--client-detail {
        width: 100%;
        text-align: center;
    }

    .client-order-item--client-detail {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .client-detail-title--client-detail {
        font-size: 24px;
    }

    .client-info-subtitle--client-detail {
        font-size: 18px;
    }

}
/* Messages */
.messages--client-detail {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px;
    list-style: none;
}

.message-item--client-detail {
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.message-item--client-detail.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.message-item--client-detail.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.message-item--client-detail.warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

/* Admin Panel Block */
.admin-panel-block--clients {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    margin-bottom: 30px;
}

.admin-panel-container--clients {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.admin-panel-title--clients {
    font-size: 22px;
    color: #343a40;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

.admin-panel-links--clients {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.admin-panel-link--clients {
    display: inline-block;
    padding: 8px 15px;
    background-color: #e9ecef;
    color: #495057;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
    border: 1px solid #dee2e6;
}

.admin-panel-link--clients:hover {
    background-color: #d1d7dc;
    color: #212529;
    transform: translateY(-1px);
}

.admin-panel-link-important--clients {
    background-color: #007bff;
    color: white;
    border-color: #006fe6;
}

.admin-panel-link-important--clients:hover {
    background-color: #0069d9;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .admin-panel-title--clients {
        font-size: 20px;
    }

    .admin-panel-links--clients {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .admin-panel-link--clients {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .admin-panel-title--clients {
        font-size: 18px;
    }

    .admin-panel-link--clients {
        padding: 8px 10px;
        font-size: 13px;
    }
}


    /* Messages */
    .messages--user-create {
        max-width: 1200px;
        margin: 20px auto;
        padding: 0 15px;
        list-style: none;
    }

    .message-item--user-create {
        padding: 10px 15px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .message-item--user-create.success {
        background-color: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }

    .message-item--user-create.error {
        background-color: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }

    .message-item--user-create.warning {
        background-color: #fff3cd;
        color: #856404;
        border: 1px solid #ffeeba;
    }

    /* Main Container */
    .user-create-container--user-create {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 15px;
    }

    .user-create-title--user-create {
        font-size: 28px;
        color: #343a40;
        margin-bottom: 25px;
        border-bottom: 2px solid #eee;
        padding-bottom: 10px;
    }

    /* Form Styles */
    .user-create-form--user-create {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        padding: 25px;
    }

    .form-section--user-create {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .form-section--user-create:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .form-section-title--user-create {
        font-size: 20px;
        color: #495057;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .form-grid--user-create {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
    }

    .form-group--user-create {
        margin-bottom: 15px;
    }

    .form-label--user-create {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: #495057;
    }

    .form-input--user-create {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        font-size: 16px;
        transition: border-color 0.3s;
    }

    .form-input--user-create:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    }

    .form-checkbox-group--user-create {
        display: flex;
        align-items: center;
    }

    .form-checkbox--user-create {
        margin-right: 10px;
        width: 18px;
        height: 18px;
    }

    /* Form Actions */
    .form-actions--user-create {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 30px;
    }

    .form-submit-btn--user-create {
        padding: 12px 25px;
        background-color: #28a745;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s;
    }

    .form-submit-btn--user-create:hover {
        background-color: #218838;
        transform: translateY(-2px);
    }

    .form-back-link--user-create {
        color: #007bff;
        text-decoration: none;
        transition: color 0.3s;
    }

    .form-back-link--user-create:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .form-grid--user-create {
            grid-template-columns: 1fr;
        }

        .form-actions--user-create {
            flex-direction: column;
            align-items: flex-start;
        }

        .form-submit-btn--user-create {
            width: 100%;
        }
    }

    @media (max-width: 480px) {
        .user-create-title--user-create {
            font-size: 24px;
        }

        .form-section-title--user-create {
            font-size: 18px;
        }

        .user-create-form--user-create {
            padding: 15px;
        }
    }


    /* Messages */
    .messages--user-edit {
        max-width: 1200px;
        margin: 20px auto;
        padding: 0 15px;
        list-style: none;
    }

    .message-item--user-edit {
        padding: 10px 15px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .message-item--user-edit.success {
        background-color: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }

    .message-item--user-edit.error {
        background-color: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }

    .message-item--user-edit.warning {
        background-color: #fff3cd;
        color: #856404;
        border: 1px solid #ffeeba;
    }

    /* Main Container */
    .user-edit-container--user-edit {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 15px;
    }

    .user-edit-title--user-edit {
        font-size: 28px;
        color: #343a40;
        margin-bottom: 25px;
        border-bottom: 2px solid #eee;
        padding-bottom: 10px;
    }

    /* Form Styles */
    .user-edit-form--user-edit {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        padding: 25px;
    }

    .form-section--user-edit {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .form-section--user-edit:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .form-section-title--user-edit {
        font-size: 20px;
        color: #495057;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .form-grid--user-edit {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
    }

    .form-group--user-edit {
        margin-bottom: 15px;
    }

    .form-label--user-edit {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: #495057;
    }

    .form-input--user-edit {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        font-size: 16px;
        transition: border-color 0.3s;
    }

    .form-input--user-edit:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    }

    .form-checkbox-group--user-edit {
        display: flex;
        align-items: center;
    }

    .form-checkbox--user-edit {
        margin-right: 10px;
        width: 18px;
        height: 18px;
    }

    /* Form Actions */
    .form-actions--user-edit {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 30px;
    }

    .form-submit-btn--user-edit {
        padding: 12px 25px;
        background-color: #28a745;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s;
    }

    .form-submit-btn--user-edit:hover {
        background-color: #218838;
        transform: translateY(-2px);
    }

    .form-back-link--user-edit {
        color: #007bff;
        text-decoration: none;
        transition: color 0.3s;
    }

    .form-back-link--user-edit:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .form-grid--user-edit {
            grid-template-columns: 1fr;
        }

        .form-actions--user-edit {
            flex-direction: column;
            align-items: flex-start;
        }

        .form-submit-btn--user-edit {
            width: 100%;
        }
    }

    @media (max-width: 480px) {
        .user-edit-title--user-edit {
            font-size: 24px;
        }

        .form-section-title--user-edit {
            font-size: 18px;
        }

        .user-edit-form--user-edit {
            padding: 15px;
        }
    }

.user-list-link-delete--clients {
    color: #dc3545;
}

.user-list-link-delete--clients:hover {
    color: #c82333;
    text-decoration: underline;
}

.delete-confirm-container--clients {
        max-width: 600px;
        margin: 30px auto;
        padding: 20px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .delete-confirm-title--clients {
        color: #dc3545;
        margin-bottom: 20px;
    }

    .delete-confirm-actions--clients {
        margin-top: 30px;
        display: flex;
        gap: 15px;
    }

    .delete-confirm-btn--clients {
        padding: 10px 20px;
        background-color: #dc3545;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .delete-confirm-btn--clients:hover {
        background-color: #c82333;
    }

    .delete-cancel-link--clients {
        padding: 10px 20px;
        color: #6c757d;
        text-decoration: none;
        border: 1px solid #6c757d;
        border-radius: 4px;
        transition: all 0.3s;
    }

    .delete-cancel-link--clients:hover {
        background-color: #f8f9fa;
    }

.question-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16px;
}

.question-header > p{
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-decoration: underline;
}

.question-type-select{
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 0px 15px;
}

.answer-option-group{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
}

.add-buttons-group{
    margin-top: 0px !important;
}

.add-buttons-group:focus{
    outline: none;
}

.add-buttons-group:active{
    outline: none;
}

.type-answer-field{
    margin-bottom: 15px;
}

.deleter{
    color: red;
    outline: none;
    border: none;
    border-radius: 8px;
    width: 33px;
    height: 33px;
    cursor: pointer;
}

.deleter:focus{
    outline: none;
}

.deleter:active{
    outline: none;
}

.textfield{
    padding: 8px 15px;
}

.badge-danger {
    background-color: var(--color-primary);
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 0.75rem;
    margin-left: 5px;
    vertical-align: top;
}

.confirmed-activity {
    background-color:  var(--color-primary);
    color: white;
    padding: 2px 6px;
    border-radius: 8px;
}

.rejected-activity {
    background-color: #000000;
    color: white;
    padding: 2px 6px;
    border-radius: 8px;
}

.client-info-value--client-detail.delegated-to-field {
    border: 1px solid #e0e0e0;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 1.5;
    height: auto;
    min-height: 46px;
}

.activities-challenge-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: auto;
    margin: 8px 15px;
}

.activities-challenge-list-point {
    font-size: 14px;
    color: var(--color-black);
}

.point-bonuses {
    opacity: 0.5;
}

.lot-item {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f9f9f9;
    border-radius: 6px;
}

.remove-lot {
    margin-top: 1rem;
    background: white;
    border: 1px solid var(--color-border);
}

/*  */
.marketplace__suggest-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.marketplace__suggest-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    color: white;
}

.marketplace__suggest-icon {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .marketplace__suggest-btn {
        width: 100%;
        justify-content: center;
        margin-top: 1.5rem;
    }
    .marketplace__filter-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .marketplace__suggest-btn {
        font-size: 0.85rem;
    }
}

.delegated-to-field option:checked {
    background-color: #3f51b5;
    color: white;
}
a.for-margin {
    text-decoration: underline !important;
}


.account-col1-mobile{
    display: none;
}
.mobile-acc-menu-row{
    display: none;
}
.mobile-acc-menu-row-bottom{
    display: none;
}
.outer-admin-content-wrapper{
    width: 100%;
    padding: 0;
    margin: 0;
}

.username.admin-user{
    font-weight: 400;
    margin-bottom: 3px;
}
.block-politics>h1{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 24px;
}
.block-politics>p{
    font-family: var(--font-main);
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 16px;
}
.block-politics{
    margin-bottom: 100px;
}
.block-politics a{
    color: var(--color-primary);
    text-decoration: underline !important;
}
#delegatedField[style*="display: none"] label span {
    display: none;
}
.quest-tasks-admin {
    margin: 2.5rem 0;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
}
.task-item {
    margin-bottom: 3.5rem;
}
.btn-marketplace {
    height: 40px;
}
@media (max-width: 600px){
    .block-politics>h1{
        font-size: 16px;
    }
    .block-politics>p{
        font-size: 12px;
    }
    .mobile-hide {
        display: none;
    }
    .catalog-row1{
        margin-bottom: 35px !important;
    }
    .catalog-row1 >h3{
        font-size: 20px !important;
    }
    .catalog-row1 >h3:after{
        width: 52px !important;
        Height: 24px !important;
        bottom: 2px !important;
        right: -7px !important;
    }
    .catalog-row2{
        padding: 0;
        gap: 15px;
        margin-bottom: 0;
        width: 100%;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .catalog-item1 {
        max-width: calc(50% - 7.5px);
        margin-bottom: 67px;
    }
    .catalog-item-image{
        width: 100%;
        height: 198px;
        border-radius: 16px;
        margin-bottom: 20px;
    }
    .catalog-item1 > p{
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 110%;
        width: 100%;
    }
    .price-item{
        height: 15px;
        align-items: center;
        width: 100%;
    }
    .price-item > p{
        margin-top: 15px;
        font-size: 14px ;
        line-height: 110% ;
    }
    .price-item>p:before {
        width: 14px;
        height: 14px;
        top: 0px;
    }
    .desktop-arrow{
        display: none !important;
    }
    .mobile-arrow{
        display: block !important;
    }
    .catalog-row3>a{
        width: 100%;
        font-size: 14px;
        height: 37px;
        border-radius: 8px;
    }
    .catalog-container{
        padding: 0 19px;
        height: auto;
        min-height: 0;
    }
    .catalog-block{
        min-height: 0;
        margin-bottom: 60px;
    }
    .catalog-block-2{
        padding: 0 15px;
        width: 100%;
    }
    .catalog-container-2, .catalog-row1-2, .catalog-row2-2, .dropdown-button{
        padding: 0;
        margin: 0;
    }
    .catalog-row1-2>h3{
        font-size: 20px;
        margin-top: 40px;
    }
    .catalog-row1-2>h3:after{
        width: 52.5px;
        height: 22px;
        border-radius: 0;
        right: -8px;
        top: -5px;
    }
    .catalog-row1-2{
        align-items: baseline;
    }
    .dropdown-button, .dropdown-content a{
        font-size: 14px;
        font-weight: 400;
    }
    .dropdown{
        width: 106px;
        display: flex;
        justify-content: flex-end;
        gap: 5px;
    }
    .arrow{
        width: 10px;
        height: 5px;
    }
    .dropdown-content.show{
        margin-top: 44px;
    }
    .catalog-row1-2>p {
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        margin-bottom: 30px;
    }
    .catalog-row2-2{
        width: 100%;
        gap: 15px;
    }
    .catalog-item-common{
        max-width: 50%;
        height: auto;
        width: 154px;
        min-height: 0;
        margin-bottom: 0;
    }
    .catalog-item-image{
        height: 200px;
        border-radius: 32px;
        margin-bottom: 18px;
    }
    .catalog-item-common a p{
        font-size: 16px;
        font-weight: 500;
        line-height: 110%;
        margin-bottom: 10px;
    }
    .catalog-row3-2{
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .show-more{
        font-size: 14px !important;
        font-weight: 400;
        line-height: 100%;
    }
    .catalog-row3-2>a:after {
        width: 10px;
        height: 5px;
    }
    .price-item img{
        height: 10px;
    }
    .catalog-container-product{
        margin: 0;
        margin-top: 40px;
    }
    .product-card{
        padding: 0 15px;
    }
    .product-images {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        gap: 16px;
        padding: 0 16px 16px;
        margin: 0;
        width: calc(100% + 32px);
        scrollbar-width: none;
    }
    .product-images::-webkit-scrollbar {
        display: none;
    }
    .product-images-col1 {
        flex: 0 0 329px;
        scroll-snap-align: start;
        margin-right: 0 !important;
    }
    .product-thumbnails {
        display: flex !important;
        flex-direction: row !important;
        gap: 16px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .product-main-image,
    .thumbnail {
        width: 329px !important;
        height: 299px !important;
        object-fit: cover;
        border-radius: 16px;
        flex-shrink: 0;
    }
    .product-images-col1:hover .product-main-image {
        transform: none !important;
    }
    .product-images-col1{
        min-height: 0;
    }
    .product-title{
        font-family: var(--font-main);
        font-weight: 500;
        font-size: 16px;
        line-height:  1.1;
        letter-spacing: -.04em;
    }
    .price-item{
        margin-bottom: 15px;
    }
    .product-description{
        font-size: 14px;
        margin-bottom: 32px;
    }
    .color-choose-2{
        margin-bottom: 15px;
    }
    .size-selection {
        gap: 7px;
        margin-bottom: 54px;
    }
    .size-button {
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 10px;
    }
    .quantity-and-add-to-cart-row{
        margin-bottom: 83px;
    }
    .add-to-cart, .quantity-selector input {
        font-size: 14px;
    }
    .quantity-button img{
        width: 14px;
        height: 14px;
        object-fit: contain;
    }
    .search-result-block{
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .search-result-row1{
        width: 100%;
    }
    .catalog-item-common.search-class{
        margin: 0;
        min-height: 0;
    }
    .search-result-row2{
        gap: 16px;
    }
    .search-result-row1 > h2{
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        margin: 10px 0 30px 0;
    }
    .catalog-item-common.search-class a p{
        font-size: 14px;
    }
    .catalog-item-common.search-class>p {
        font-size: 14px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .cart-col1{
        min-height: 0;
        padding: 0 10px 20px 10px;
        gap: 0;
    }
    .cart-list-row, .purchases-history{
        gap: 0;
        padding: 20px 0;
        max-height: 160px;
    }
    .cart-item-for-order{
        max-width: 150px;
        overflow: visible;
        min-width: 0;
    }
    .remove-from-cart-and-quantity-button-col{
        align-items: end;
        flex-direction: column;
        min-width: 10px;
        max-width: 10px;
        overflow: visible;
    }
    .item-name{
        font-size: 16px !important;
        margin-bottom: 7px !important;
        line-height: 16px;
    }
    .cart-item-for-order>a{
        margin-bottom: 0;
    }
    .cart-item-for-order>p{
        font-size: 14px;
    }
    .cart-price p{
        font-size: 16px;
    }
    .cart-price>p:before, .remove-from-cart{
        width: 16px;
        height: 16px;
    }
    .cart-q-selector{
        width: 100px !important;
        height: 40px !important;
        border-radius: 10px !important;
    }
    .cart-list-image{
        min-width: 124px;
        min-height: 124px;
    }
    .item-color{
        margin-bottom: 7px !important;
    }
    .remove-from-cart-and-quantity-button-col{
        max-height: 124px;
    }
    .cart-row1>h3{
        font-size: 20px;
        margin: 0;
    }
    .cart-row1{
        margin: 40px 0 28px 0;
    }
    .cart-row1>h3:after {
        width: 34px;
        height: 22px;
        right: -1px;
        bottom: 2px;
    }
    .cc2{
        visibility: hidden;
    }
    .cart-col2 {
        max-height: 214px;
    }
    .cc2-2{
        margin-top: -40px;
    }
    .itogo, .summ-number>p{
        font-size: 14px;
    }
    .summ-number>p:before {
        width: 14px;
        height: 14px;
        top: -1px;
    }
    .make-order{
        border-radius: 16px;
    }
    .make-order>p{
        position: relative;
    }
    .make-order>p:after{
        position: absolute;
        content: '';
        background-image: url('/static/img/small-cart-arrow.png');
        background-size: contain;
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        right: 8px;
        top: 4px;
    }
    .account-col1{
        display: none;
        box-shadow: none;
        min-height: 0;
    }
    .account-col1-mobile{
        display: flex;
    }
    .account-col1{
        border: none;
        width: 100%;
        margin-bottom: 35px;
    }
    .account-container{
        padding: 0 15px;
        gap: 0;
    }
    .account-col1-outer{
        padding: 0;
    }
    .phone-number{
        margin: 0;
    }
    .account-col2, .account-col2-row1, .account-col2-row1-2{
        width: 100%;
        margin: 0;
        min-height: 0;
        gap: 0;
        padding: 0;
    }
    .account-col2-row1{
        border: none;
        box-shadow: 0px 1px 2px 0px #0000000D;
        min-height: 128px;
        margin-bottom: 35px;
    }
    .account-col2-row1>h2 {
        font-size: 20px;
        margin-bottom: 27px;
    }
    .account-col2-row1-2{
        gap: 9px;
        justify-content: flex-start;
    }
    .account-row1-col1, .account-row1-col2, .account-row1-col3{
        height: 63px;
        min-width: 0;
        margin: 0;
        padding: 6px;
        justify-content: space-between;
        align-items: start;
    }
    .account-row1-col1{
        width: 117px;
    }
    .account-row1-col2{
        width: 98px;
    }
    .account-row1-col3{
        width: 95px;
    }
    .balance-info, .income, .expenses{
        margin: 0;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .balance-amount-number, .income-number, .expenses-number{
        margin: 0;
        font-size: 16px;
        margin-left: 16px;
    }
    .balance-amount-number:before, .expenses-number:before, .income-number:before{
        width: 12px;
        height: 12px;
        top: 1px;
        left: -16px;
    }
    .mobile-acc-menu-row{
        display: flex;
        padding: 13px 0;
        justify-content: flex-start;
        gap: 10px;
        scrollbar-width: none;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .mobile-acc-menu-row::-webkit-scrollbar {
        display: none;
    }
    .content-button{
        border: none;
        outline: none;
        height: 28px;
        border-radius: 12px;
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        padding: 6px 16px;
        background: white;
    }
    .content-button.active{
        background: var(--color-light-bg);
        border: 1px solid var(--color-border);
        outline: none;
    }
    #balance.active, #purchases.active, #settings.active, #my-activities.active, .admin-content-item.active{
        border: none;
        padding: 12px 12px 23px 12px;
        gap: 0;
        width: 100%;
        margin-bottom: 6px;
    }
    #balance>h2, #purchases>h2, #settings>h2, #my-activities>h2, .content-item-head-row>h2{
        font-size: 20px;
        margin-bottom: 25px;
    }
    td.date {
        min-width: 0;
    }
    th, td.date, td.operation, td.price-item-amount{
        padding: 0;
        font-size: 14px;
    }
    td.operation{
        min-width: 149px;
    }
    td.price-item-amount{
        text-align: end;
    }
    td.price-item-amount:after {
        width: 14px;
        height: 14px;
        top: 14px;
        right: 48px;
    }
    .mobile-acc-menu-row-bottom{
        display: flex;
        justify-content: flex-end;
    }
    .bottom-acc-exit{
        margin-top: 10px;
        color: black;
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
    }
    .account-block{
        margin-bottom: 63px;
    }
    .user-create-link--clients{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        background-color: #F5F5F5;
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #000000;
        text-decoration: none;
        border-radius: 8px;
        height: auto;
        min-height: 29px;
        border: none;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    #my-activities{
        padding: 0 !important;
        box-shadow: none !important;
    }
    .save-acc-changes{
        border-radius: 12px;
        width: 100%;
        margin-top: 20px;
    }
    .badge-danger {
        padding: 2px 4px;
        font-size: 8px;
    }
    .activity-form{
        margin: 0;
    }
    .activity-history-right{
        gap: 10px;
    }
    .activity-history h3, .activity-history p, .activity-history-center, .confirmed-activity, .rejected-activity, .user-create-link--clients{
        font-size: 14px;
    }
    .modal-container{
        margin: auto;
        width: 90%;
        padding: 25px 34px;
        min-height: 0;
    }
    .modal-icon{
        width: 70px;
        height: auto;
        margin-bottom: 14px;
    }
    .modal-container>h3{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .modal-container>p{
        min-height: 0;
        margin-bottom: 14px;
        font-size: 14px;
    }
    .modal-button2 {
        font-size: 14px;
        height: 46px;
        width: 219px;
        border-radius: 16px;
    }
    .content-item-head-row{
        width: 100%;
        margin-bottom: 0;
        margin-top: 16px;
    }
    .content-item-head-row>h2{
        margin-bottom: 22px;
    }
    .must-be-hidden{
        display: none;
    }
    .name-userlist{
        width: 100% !important;
    }
    #userlist{
        padding: 0;
    }
    .admin-section tbody tr {
        display: block;
        padding: 12px 0;
    }

    .admin-section td {
        display: block;
        width: 100% !important;
        padding: 0;
        max-width: 100%;
    }

    .admin-section.name-userlist {
        font-weight: bold;
        margin-bottom: 8px;
    }

    .admin-section.buttons-userlist {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .admin-section tr {
        height: auto;
    }
    .admin-section tr{
        border-top: 1px solid var(--color-border);
        border-bottom: none;
    }
    .content-button:focus{
        outline: none;
    }
    .name-userlist{
        margin-bottom: 20px;
        font-size: 14px;
    }
    .userlist-buttons-admin{
        margin: 0;
        display: flex;
        justify-content: space-between;
    }
    .user-create-link--clients{
        font-size: 14px;
        padding: 6px;
    }
    .table-responsive {
        width: 100%;
        overflow-x: visible;
        padding: 0 0 22px 0;
    }
    .account-container {
        max-width: 100%;
        min-height: 0;
    }
    .client-info-value--client-detail{
        max-width: 100%;
    }
    #userlist-browse-1{
        padding: 0;
    }
    .userlist-buttons-admin-detail{
        flex-direction: column;
        gap: 20px;
        margin: 40px 0pc 40px 0px;
    }
    textarea.edit-field{
        border-radius: 8px;
        border: 1px solid var(--color-border);
    }
    .form-section > h3{
        font-size: 20px;
    }
    .content-item-head-row, .question-header{
        flex-direction: column;
    }
    .new-item-mobile{
        margin-bottom: 40px;
    }
    .order-status {
        margin-bottom: 20px;
    }
    .price-item2>p {
        margin-bottom: 0;
    }
    .price-item2>p:before {
        left: -16px;
        top: 2px;
        width: 12px;
        height: 12px;
    }
    .date-userlist{
        margin-bottom: 20px;
        font-size: 14px;
        color: #6B7280;
    }
    thead{
        display: none;
    }
    .act-price{
        margin-bottom: 20px;
        position: relative;
        font-size: 14px;
        margin-left: 16px;
    }
    .act-price:before {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        background-image: url(/static/img/stiltcoin.png);
        background-size: 100%;
        left: -16px;
        top: 2px;
    }
    .blog-block-2{
        min-height: 0;
        margin-bottom: 38px;
        padding-bottom: 22px;
        margin-top: 20px;
    }
    .post-head-info>h2{
        font-family: var(--font-main);
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
        letter-spacing: 0%;
        margin: 0;
    }
    .post-head-info>p{
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 12px;
        line-height: 110%;
        letter-spacing: 0%;
        text-align: right;
        margin: 0;
    }
    .post-head-info{
        margin-bottom: 20px;
    }
    .post-body{
        margin: 0;
    }
    .post-block{
        margin-bottom: 60px;
        margin-top: 30px;
    }
    .modal-container>a {
        font-size: 14px;
        width: 220px;
        height: 46px;
        border-radius: 16px;
    }
    .purchases-history-center{
        max-width: 55%;
        justify-content: space-between;
        height: 100%;
    }
    .purchases-history {
        flex-wrap: nowrap;
        padding: 20px 12px;
        max-height: 98px;
        margin-bottom: 10px;
    }
    .good-name, .purchases-history-order-info, .item-price>p {
        font-size: 14px;
        line-height: 110%;
    }
    .good-name{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .purchases-history-right{
        justify-content: space-between;
        height: 100%;
    }
    .purchases-history-thumbnail{
        width: 64px;
        height: 64px;
    }
    #purchases.active{
        padding: 0 0 25px 0;
    }
    .item-price>p {
        margin-right: 16px;
    }
    .item-price>p:after {
        width: 12px;
        height: 12px;
        top: 0px;
        margin-left: 61px;
    }
    .order-status {
        margin-bottom: 0;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .search-result-block {
        padding: 0 20px;
    }

    .search-result-container {
        max-width: 90%;
        margin: 0 auto;
    }

    .search-result-row2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .catalog-item-common.search-class {
        width: 100%;
        max-width: none;
        padding: 15px;
    }

    .catalog-item-image {
        object-fit: cover;
    }

    .search-result-row1 > h2:before {
        left: 58%;
        top: -10px;
    }

    .price-item {
        margin-top: 15px;
    }

    .catalog-item-common.search-class {
        max-width: calc(50% - 16px);
        margin: 0;
        min-height: 0;
    }
}

@media (max-width: 600px) {
    .search-result-row1 > h2:before {
        width: 56px;
        height: 31px;
        left: 46%;
        top: -3px;
    }
    .search-result-value {
        font-size: 18px;
    }
}
