@media screen and (min-width: 767px) and (max-width: 1000px) {
    .main-post .right {
        -webkit-box-ordinal-group: 0;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        display: unset !important;
        margin-bottom: 0;
        order: -1;
        max-width: unset !important;
    }
}
@media screen and (max-width: 1000px) {
    .tech-info {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .main-post .right {
        -webkit-box-ordinal-group: 0;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        display: unset !important;
        order: -1;
        margin-bottom: 0;
        max-width: unset !important;
    }
    .summs h1 {
        font-size: 26px;
        line-height: 32px;
    }
}
@media screen and (max-width: 440px) {
    .auth-popup-form {
        width: 90% !important;
    }
}

a.body-1, div.body-1, h1.body-1, h2.body-1, p.body-1, span.body-1 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
}
.content-goods-block table {
    border-collapse:collapse;
    width:100%;
    height:168px;
    border-width:1px;
    border-color:rgb(78,78,78);
    margin-left:0px;
    margin-right:auto;
    margin-bottom: 14px;
}
.content-goods-block tr {
    height:21px;
}

.content-goods-block td {
    height:21px;
    border-width:1px;
    padding:8px;
    border-color:rgb(78,78,78);
    text-align:left;
    color: #ccc;
}

.content-goods-block p {
    padding: 6px 0;
}

.content-goods-block h2 {
    margin: 10 auto;
}

.faq-block {
    background: #262626;
    border: 1px solid #2e2e2e;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 24px 24px 0;
    margin-top: 24px;
}

.faq-block h2 {
    margin-bottom: 24px;
}

.faq-block .body-1 .title_spoiler, .faq-block .body-2 .title_spoiler, .faq-block .page .title_spoiler {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    border-top: 1px solid #2e2e2e;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.faq-block .body-1 .title_spoiler a:first-child, .faq-block .body-2 .title_spoiler a:first-child, .faq-block .page .title_spoiler a:first-child {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    float: right;
    order: 2;
}

.faq-block .body-1 .title_spoiler a:last-child, .faq-block .body-2 .title_spoiler a:last-child, .faq-block .page .title_spoiler a:last-child {
    width: 100%;
}

.faq-block .body-1 .text_spoiler, .faq-block .body-2 .text_spoiler, .faq-block .page .text_spoiler {
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

.faq-block .title_spoiler {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s;
}


.faq-block .text_spoiler {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
}

.faq-block .text_spoiler.open {
    max-height: 500px; /* bu qiymat dinamik JS orqali o‘rnatiladi */
}

.main-post .mob-block-info .right-container .priem li, .main-post .right .right-container .priem li {
    grid-gap: 12px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.main-post .mob-block-info .right-container .priem ul, .main-post .right .right-container .priem ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
}

.main-post .mob-block-info .right-container .priem li:before, .main-post .right .right-container .priem li:before {
    background: #fff;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 3px;
    border-radius: 10px;
    content: "";
    display: block;
    height: 4px;
    margin-left: 8px;
    margin-right: 8px;
    width: 4px;
}

.auth-popup-block-twofactor.show-block, .auth-popup-block.show-block {
    visibility: visible !important;
}

.auth-popup-block, .auth-popup-block-twofactor {
    overflow-y: auto;
    visibility: hidden;
}

.auth-popup-block *, .auth-popup-block-twofactor * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.auth-popup-block-twofactor .auth-popup-overlay, .auth-popup-block .auth-popup-overlay {
    -webkit-backdrop-filter: blur(.2rem);
    backdrop-filter: blur(.2rem);
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.auth-popup-block-twofactor .auth-popup-form, .auth-popup-block .auth-popup-form {
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    margin: 120px auto;
    opacity: 0;
    width: 440px;
}

.auth-popup-block-twofactor.show-block .auth-popup-form, .auth-popup-block.show-block .auth-popup-form {
    opacity: 1;
}

.auth-popup-block-twofactor .auth-popup-form-wrapper, .auth-popup-block .auth-popup-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: #2e2e2e;
    border-radius: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 32px 24px;
    position: relative;
    z-index: 99999999;
}

.auth-popup-block-twofactor .auth-popup-form-wrapper:before, .auth-popup-block .auth-popup-form-wrapper:before {
    background: -o-linear-gradient(292.13deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.02));
    background: linear-gradient(157.87deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .02));
    border-radius: 8px;
    content: "";
    inset: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    position: absolute;
    z-index: -1;
}

.auth-popup-block-twofactor .auth-popup-close, .auth-popup-block-twofactor .auth-popup-twofactor-close, .auth-popup-block .auth-popup-close, .auth-popup-block .auth-popup-twofactor-close {
    cursor: pointer;
    height: 16px;
    height: 24px;
    opacity: .5;
    position: fixed;
    right: 32px;
    top: 32px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 24px;
    z-index: 150;
}

div.icon-close:before, div.icons-close:before, i.icon-close:before, i.icons-close:before {
    background-image: url('/img/close-button.svg');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 24px;
    width: 24px;
}

.auth-popup-block-twofactor .auth-form-option, .auth-popup-block .auth-form-option {
    border-bottom: 1px solid #4e4e4e;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}

.auth-popup-block-twofactor .auth-form-option .auth-form-option-item, .auth-popup-block .auth-form-option .auth-form-option-item {
    cursor: pointer;
    padding-bottom: 24px;
    position: relative;
}

.auth-popup-block-twofactor .auth-form-option .auth-form-option-item h2, .auth-popup-block .auth-form-option .auth-form-option-item h2 {
    color: #8e8e8e;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.auth-popup-block-twofactor .auth-form-option .auth-form-option-item.active h2, .auth-popup-block .auth-form-option .auth-form-option-item.active h2 {
    color: #fff;
}

.auth-popup-block-twofactor .auth-form-option .auth-form-option-item.active:after, .auth-popup-block .auth-form-option .auth-form-option-item.active:after {
    background: #0080ff;
    bottom: -1px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

.auth-popup-block-twofactor .auth-form-block, .auth-popup-block .auth-form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form, .auth-popup-block .auth-form-block .auth-form-block-form {
    display: none;
    margin-top: 24px;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form.show, .auth-popup-block .auth-form-block .auth-form-block-form.show {
    display: block;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form .auth-form-block-form-input, .auth-popup-block .auth-form-block .auth-form-block-form .auth-form-block-form-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-mail, .auth-popup-block .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-mail {
    position: relative;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-mail:before, .auth-popup-block .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-mail:before {
    background-image: url(/img/email.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
    height: 20px;
    left: 15px;
    position: absolute;
    top: 15px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 20px;
    z-index: 1;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-mail input, .auth-popup-block .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-mail input {
    padding-left: 44px;
    width: 100%;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form .auth-form-block-form-input-ps, .auth-popup-block .auth-form-block .auth-form-block-form .auth-form-block-form-input-ps {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-pass, .auth-popup-block .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-pass {
    position: relative;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-pass:before, .auth-popup-block .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-pass:before {
    background-image: url(/img/password.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
    height: 20px;
    left: 15px;
    position: absolute;
    top: 15px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 20px;
    z-index: 1;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-pass input, .auth-popup-block .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-pass input {
    padding-left: 44px;
    width: 100%;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form .auth-form-block-form-input-ps .password-control-btn, .auth-popup-block .auth-form-block .auth-form-block-form .auth-form-block-form-input-ps .password-control-btn {
    background-color: #2e2e2e;
    background-image: url(/img/eye.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    border-left: 1px solid #4e4e4e;
    border-radius: 0 6px 6px 0;
    display: inline-block;
    height: 48px;
    opacity: .5;
    padding: 12px;
    position: absolute;
    right: 1px;
    top: 1px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 48px;
}

/*a.body-2, div.body-2, h1.body-2, h2.body-2, p.body-2, span.body-2 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
}*/

.auth-popup-block-twofactor .auth-popup-form .lost-pass-form span, .auth-popup-block .auth-popup-form .lost-pass-form span {
    color: #409fff;
}

.auth-popup-block-twofactor .auth-form-btn, .auth-popup-block .auth-form-btn {
    margin-top: 16px;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-name, .auth-popup-block .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-name {
    position: relative;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-name input, .auth-popup-block .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-name input {
    padding-left: 44px;
    width: 100%;
}

.input-phone {
    position: relative;
}

.input-phone input {
    padding-left: 44px;
    width: 100%;
}

.input-phone:before {
    background-image: url(/img/mobile-phone.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
    height: 20px;
    left: 15px;
    position: absolute;
    top: 15px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 20px;
    z-index: 1;
}

.auth-popup-block-twofactor .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-name:before, .auth-popup-block .auth-form-block .auth-form-block-form .auth-form-block-form-input .input-name:before {
    background-image: url(/img/profile.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
    height: 20px;
    left: 15px;
    position: absolute;
    top: 15px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 20px;
    z-index: 1;
}

.auth-popup-block *, .auth-popup-block-twofactor * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.auth-popup-block-twofactor .auth-form-wait, .auth-popup-block .auth-form-wait {
    background: rgba(0, 0, 0, .2);
    border-radius: 6px;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.auth-popup-block-twofactor .auth-popup-form-politic, .auth-popup-block .auth-popup-form-politic {
    opacity: 1;
    padding: 0;
    text-align: center;
}

.auth-popup-block-twofactor .auth-popup-form-politic .form-politic, .auth-popup-block .auth-popup-form-politic .form-politic {
    color: #8e8e8e;
    /*display: none;*/
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-top: 30px;
}

.auth-popup-block-twofactor .auth-popup-form-politic a, .auth-popup-block .auth-popup-form-politic a {
    color: #8e8e8e;
    font-weight: 600;
    text-decoration: underline;
}

.auth-popup-block-twofactor .auth-form-red-alert, .auth-popup-block .auth-form-red-alert {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: rgba(255, 80, 80, .1);
    border: 1px solid #ff5050;
    border-radius: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    line-height: 22px !important;
    margin-top: 16px;
    padding: 12px 16px;
}

.auth-form-green-success {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: rgb(77 200 134 / 10%);
    border: 1px solid #50ff5d;
    border-radius: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    line-height: 22px !important;
    margin-top: 16px;
    padding: 12px 16px;
}

i.icon-info:before {
    width: 20px;
    height: 20px;
}

/* 🚨 Xato bo‘lganda titrash animatsiyasi */
@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
  100% { transform: translateX(0); }
}

.shake {
  animation: shake 0.4s ease;
}