* {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}
html,
body {
    height: 100%;
}
html {
    background-color: #0b0e11;
}
body {
    font-family: "Inter", "Open Sans", sans-serif;
    color: #eaecef;
    background-color: #0b0e11;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active,
a:hover,
a:focus {
    outline: none;
    border: none;
}
a img,
img {
    border: none !important;
    outline: none !important;
}

h3 {
    font-size: 1em;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
    background: #0b0e11;
}
.footer {
    flex: 0 0 auto;
}
.container {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
}
/* center */
.center {
    width: 1440px;
    position: relative;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* border-right: 1px dashed red; border-left: 1px dashed red; */
}

@media (max-width: 1440px) {
    .center {
        width: 100%;
    }
}
header .center {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
footer .center {
    padding: 10px;
    text-align: center;
}
#mainblock .center {
    padding: 15px;
}

#about_mainblock .center,
#pay_mainblock,
#how_mainblock .center,
#tactics_mainblock .center,
#profile_mainblock .center,
#agreement_mainblock .center,
#oferta_mainblock .center,
#deliver_mainblock .center,
#partners_mainblock .center,
#paystatus_mainblock {
    margin-top: 84px;
    padding: 0 15px 20px;
}
/* end of center */

.comment,
.label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 800;
}

#notification {
    display: none;
    position: fixed;
    top: 50px;
    z-index: 900;
    background: #1e2329;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    min-width: 260px;
    rder-radius: 10px;
}
.notif_items {
    max-height: 400px;
    overflow-y: scroll;
}
.notif_items > div:not(:first-child) {
    border-top: 1px solid #f1f1f1;
}
.notif_items > div {
    padding: 8px 15px;
}

.notif_headline {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 7px 10px 3px;
    background: #1e2329;
    border-radius: 10px 10px 0 0;
}
.notif_headline > h3 {
    flex-grow: 1;
    text-align: center;
}
.notif_headline > a {
    width: 14px;
    margin: 0 5px;
}
.notif_headline > a img {
    width: 100%;
    margin-top: 4px;
    opacity: 1;
}
.notif_headline > a:hover img {
    opacity: 0.6;
}

.notif_item {
    padding: 20px;
    display: flex;
    align-items: center;
}
.notif_icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #dadada;
    border-radius: 50%;
}
.notif_info {
    flex-grow: 1;
    padding-right: 10px;
}
.notif_cap {
    font-size: 0.9em;
    line-height: 1.1em;
}
.notif_comment,
.notif_time {
    font-family: "rotondal";
}
.notif_comment {
    font-size: 0.8em;
}
.notif_time {
    font-size: 0.7em;
    color: #8b949e;
}

.notif_bnts img {
    width: 16px;
}

#main_menu {
    width: 270px;
    position: fixed;
    right: 16px;
    top: 16px;
    bottom: 16px !important;
    overflow-y: none;
    background: #0b0e11;
    border-radius: 16px;
    padding: 16px;
    text-align: right;
    box-shadow: -10px 0 15px rgba(0, 0, 0, 0.2);
    display: none;
}

/*.menu_content { height: 100%; overflow-y: scroll; }*/
#main_menu li {
    list-style-type: none;
    text-align: left;
    cursor: pointer;
    font-size: 0.9em;
}
#main_menu li:hover {
    color: #f0b90b;
}
#main_menu a {
    color: #eaecef;
}
#main_menu a:hover {
    color: #f0b90b;
    text-decoration: none;
}
#main_menu .btn_makebid {
    color: #fff;
}
#main_menu .btn_makebid:hover {
    color: #fff;
    text-decoration: none;
}
#main_menu hr {
    margin: 1.2em 0;
}

#main_menu li:after {
    width: 18px;
    display: block;
    float: right;
    position: relative;
    left: 10px;
}
.menu_home:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23EAECEF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E");
}
.menu_profile:after {
    content: url(../img/menu_icon_profile.svg);
}
.menu_favorite:after {
    content: url(../img/menu_icon_mybid.svg);
}
.menu_mybid:after {
    content: url(../img/menu_icon_favorite.svg);
}
.menu_logout:after {
    content: url(../img/menu_icon_logout.svg);
}
.menu_how:after {
    content: url(../img/menu_icon_how.svg);
}
.menu_partners:after {
    content: url(../img/menu_icon_partners.svg);
}
.menu_tactics:after {
    content: url(../img/menu_icon_tactic.svg);
}
.menu_support:after {
    content: url(../img/menu_icon_support.svg);
}
.menu_deliver:after {
    content: url(../img/menu_icon_deliver.svg);
}
.menu_about:after {
    content: url(../img/menu_icon_about.svg);
}
.menu_winners:after {
    content: url(../img/menu_icon_winners.svg);
}
.menu_qa:after {
    content: url(../img/menu_icon_qa.svg);
}

#popup_filter,
#popup_autobid,
#popup_user {
    display: none;
    width: 360px;
    background: #1e2329;
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -180px;
    z-index: 810;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#popup_filter,
#popup_autobid {
    line-height: 2.6em;
}

.popup_cap {
    text-align: center;
}

#popup_user {
    text-align: center;
}
#popup_user .user_photo {
    display: inline-block;
    margin: 10px auto 20px;
    width: 90px;
    height: 90px;
}

.user_infoblock td {
    padding: 3px 10px;
}
.user_infoblock td:first-child {
    text-align: right;
    width: 200px;
}
.user_infoblock td:nth-child(2) {
    text-align: left;
    color: #f0b90b;
}
#popup_user a {
    color: #f0b90b;
}
.user_instaprofile:before {
    content: url(../img/instalogo_pink.svg);
    width: 20px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 4px;
}

.btn_close {
    width: 17px;
    height: 17px;
    background: url(../img/icon_close.svg) top center no-repeat;
    cursor: pointer;
    float: right;
    position: relative;
    top: -10px;
    left: 10px;
}

.btn_close:hover {
    background-position: bottom center;
}

.disabled {
    font-family: "rotondac";
    color: #ccc;
}

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

.bidaval_popup {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bidaval_text,
.bid_quant {
    text-align: center;
}
.bid_quant {
    margin-bottom: 10px;
    font-family: "Montserrat", monospace;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.btn_itemmoreinfo {
    margin-top: 10px;
    font-size: 0.9em;
}

.icon_info {
    display: inline-block;
    position: relative;
    top: 3px;
    left: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    background: url(../img/icon_info.svg) top center no-repeat;
    background-size: cover;
}
.icon_info:hover {
    background-position: bottom center;
}
#hint {
    display: none;
    position: absolute;
    z-index: 990;
    font-family: "Open Sans", sans-serif;
    font-size: 0.7em;
    padding: 12px;
    border-radius: 7px;
    background: #1e2329;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    max-width: 200px;
}
.hint_item {
    display: flex;
}
.hint_value:after {
    content: "-";
    margin: 0 3px;
}

/* end of buttons */

/* form elements */

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
    font-family: "rotonda";
    font-size: 1.2em;
    color: white !important;
    padding: 8px 10px;
    border-radius: 8px;
    border: 0px !important;
    max-width: 320px;
    min-width: 320px;
    width: 100%;
}

input {
    box-shadow: none;
    outline: none !important;
    transition: all 0.2s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input:focus {
    border-color: #f0b90b;
}
input:required:valid {
    border-color: #77b677;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}

.bidaval_popup input[type="number"] {
    min-width: 200px;
    max-width: 250px;
    width: 150px;
}

input[type="submit"] {
    font-family: "rotonda";
    border: 0;
    display: inline-block;
    margin: 0 auto 20px;
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox + label {
    position: relative;
    padding: 0 0 0 50px;
    cursor: pointer;
}
.checkbox + label:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 40px;
    height: 24px;
    border-radius: 12px;
    background: #cdd1da;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}
.checkbox + label:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: 0.2s;
}
.checkbox:checked + label:before {
    background: #47c4ea;
}
.checkbox:checked + label:after {
    left: 18px;
}
/* .checkbox:focus + label:before { box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7); } */

.radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.radio + label {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
}
.radio + label:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #cdd1da;
    border-radius: 50%;
    background: #fff;
}
.radio + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #47c4ea;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.2s;
}
.radio:checked + label:after {
    opacity: 1;
}
/* .radio:focus + label:before { box-shadow: 0 0 0 3px rgba(255,255,0,.7); } */

/* deliver form */
.deliver_address p,
.deliver_address input:not([type="submit"]) {
    font-family: "rotondal";
    /* padding-right: 40px; border-color: #fff; */
}
input::placeholder {
    color: #ccc;
    font-size: 0.9em;
}
input:-ms-input-placeholder {
    color: #ccc;
    font-size: 0.9em;
}
input::-ms-input-placeholder {
    color: #ccc;
    font-size: 0.9em;
}

.deliver_address input:hover {
    border-color: #ccc;
}
.deliver_address input:focus {
    border-color: #f0b90b;
}

.logo {
    color: #fff;
    font-size: 1.4em;
    line-height: 0.7em;
    flex-grow: 1;
}
.logo span {
    font-size: 0.6em;
    line-height: 0.6em;
}
.small_menu {
    width: 120px;
}

.btn_head {
    margin-left: 15px;
    cursor: pointer;
    height: 20px;
    text-decoration: none !important;
    color: white;

    &:hover {
        text-decoration: none !important;
        color: rgba(255, 255, 255, 0.651);
        transition: color 0.2s ease-in-out;
    }
}
#btn_enter {
    line-height: 0.5em;
    position: relative;
    top: -6px;
}
#btn_enter:after {
    display: inline-block;
    width: 20px;
    content: url(../img/icon_enter.svg);
    margin-left: 6px;
    position: relative;
    top: 6px;
}
#btn_filter,
.btn_menu,
.btn_notif,
.btn_present {
    width: 20px;
    display: inline-block;
}
#btn_filter img,
.btn_menu img,
.btn_notif img {
    width: 100%;
    display: block;
}
.btn_present {
    content: url(../img/icon_gift.svg);
    margin-left: 10px;
}
.notif_value {
    display: inline-block;
    text-align: center;
    background: #ff8d4d;
    font-family: "Open Sans", sans-serif;
    font-size: 0.5em;
    line-height: 0.9em;
    padding: 2px 3px;
    border-radius: 8px;
    min-width: 12px;
    height: 12px;
    position: absolute;
    margin-top: -19px;
    margin-left: -3px;
}

/* mainpage */
#mainblock {
    padding-top: 55px;
}
.item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 5px;
}
.item_list li {
    list-style-type: none;
    background: #1e2329;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(240, 185, 11, 0.1);
    padding: 10px;
    width: 180px;
    margin: 0 7px 7px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    transition: all 0.3s ease;
    position: relative;
}
.item_list li::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 17px;
    background: linear-gradient(
        135deg,
        rgba(240, 185, 11, 0),
        rgba(0, 240, 181, 0)
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.item_list li:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3), 0 0 20px rgba(240, 185, 11, 0.6),
        0 0 30px rgba(0, 240, 181, 0.4);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}
.item_list li:hover::before {
    opacity: 1;
    background: linear-gradient(
        135deg,
        rgba(240, 185, 11, 0.3),
        rgba(0, 240, 181, 0.3)
    );
}
.item_list li::after {
    content: "";
    flex: auto;
}
.item_list a {
    color: #eaecef;
}
.item_cap {
    min-height: 38px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.item_pic {
    width: 160px;
    height: 140px;
    border-radius: 10px;
    margin: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_pic img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: inset 0 15px 40px rgba(0, 0, 0, 0.6),
        inset 0 -5px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
}
.item_info {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}
.timer_block {
    display: flex;
    padding-right: 7px;
    margin-right: 5px;
    background: #1e2329;
    border-radius: 20px;
    max-height: 35px;
    background-color: #8c8d8f22;
}

.timer_block span {
    color: #1e2329 !important;
    font-family: "rotonda" !important;
}

.interval {
    width: 34px;
    height: 34px;
    margin-right: 5px;
    padding: 4px;
    border-radius: 50%;
    background: #ff3358;
}
.interval span {
    background: #fff;
    width: 26px;
    height: 26px;
    padding: 7px 2px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    color: #eaecef;
    font-size: 0.7em;
    font-family: "Montserrat", monospace;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.time_left {
    padding-top: 7px;
    font-family: "Montserrat", monospace;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.curprice {
    padding-top: 7px;
    color: #ff3358;
    font-family: "Montserrat", monospace;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.curprice:after {
    content: url(../img/rub.svg);
    margin-left: 3px;
    width: 9px;
    display: inline-block;
}
.cur_winner {
    margin: 8px 0;
    font-size: 0.9em;
    background: linear-gradient(135deg, #f0b90b, #ff3358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cur_winner:before {
    content: url(../img/owner.svg);
    margin-right: 5px;
}

/* buttons */
/* Mobile touch optimizations for all clickable buttons */
.btn_makebid,
.btn_pay,
.bid {
    cursor: pointer;
    touch-action: manipulation; /* Fix mobile touch events */
    -webkit-tap-highlight-color: rgba(240, 137, 11, 0.3); /* Better mobile tap feedback */
    -webkit-user-select: none; /* Prevent text selection on tap */
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: auto !important;
    transition: all 0.2s ease;
    position: relative;
}

/* Disabled button (showing "Скоро начнется") */
.btn_makebid.disabled-btn,
.notstarted.disabled-btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}

/* Coming Soon button (Скоро начнется) */
.btn_commingsoon,
.btn_makebid.btn_commingsoon,
.notstarted.btn_commingsoon {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}

.bid:hover {
    background-image: -moz-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
}

/* Hover effect for "Ставка" (Bid) button - same simple effect as pay button */
.bid:hover:not(.finished) {
    /* Simple opacity change like pay button, but keep scale for consistency */
    opacity: 0.9;
}

/* Click/Active effect for "Ставка" (Bid) button - same simple effect as pay button */
.bid:active:not(.finished) {
    opacity: 0.8;
}

.btn_back {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../img/arrow_back.svg) top center no-repeat;
    cursor: pointer;
}
.btn_back:hover {
    background-position: bottom center;
}

@keyframes pulsate {
    0%,
    100% {
        box-shadow: 0 0 20px rgba(0, 240, 181, 1),
            0 0 35px rgba(0, 240, 181, 0.7), 0 0 50px rgba(0, 240, 181, 0.4);
    }
    50% {
        box-shadow: 0 0 30px rgba(0, 240, 181, 1),
            0 0 45px rgba(0, 240, 181, 0.8), 0 0 60px rgba(0, 240, 181, 0.5);
    }
}
.btn_pay {
    background-image: -moz-linear-gradient(
        90deg,
        rgb(46, 153, 61) 0%,
        rgb(98, 192, 80) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(46, 153, 61) 0%,
        rgb(98, 192, 80) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(46, 153, 61) 0%,
        rgb(98, 192, 80) 100%
    );
}
.btn_pay:hover {
    background-image: -moz-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
}

.finished {
    background: #cccccc11;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    cursor: not-allowed;
    font-size: 16px;
    text-align: center;
}
.finished:hover {
    background: #cccccc11;
}

.notstarted {
    cursor: pointer;
    touch-action: manipulation; /* Fix mobile touch events */
    -webkit-tap-highlight-color: rgba(105, 194, 243, 0.3); /* Better mobile tap feedback */
    -webkit-user-select: none; /* Prevent text selection on tap */
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: auto !important;
    transition: all 0.2s ease;
    background-image: -moz-linear-gradient(
        110deg,
        rgb(105, 194, 243) 0%,
        rgb(66, 239, 231) 100%
    );
    background-image: -webkit-linear-gradient(
        110deg,
        rgb(105, 194, 243) 0%,
        rgb(66, 239, 231) 100%
    );
    background-image: -ms-linear-gradient(
        110deg,
        rgb(105, 194, 243) 0%,
        rgb(66, 239, 231) 100%
    );
}

.notstarted:hover:not(.finished):not(.btn_commingsoon) {

    transform: scale(1.02);
    box-shadow: 0 2px 8px rgba(105, 194, 243, 0.3);
    background-image: -moz-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
}

.notstarted:active:not(.finished):not(.btn_commingsoon) {
    transform: scale(0.98);
    box-shadow: 0 1px 4px rgba(105, 194, 243, 0.2);
    background-image: -moz-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
}

.item_makebidmain {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(30, 35, 41, 0.95);
    backdrop-filter: blur(10px);
    padding: 20px;
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}
.item_makebidmain .btn_makebid {
    font-size: 1.5em;
    padding: 18px 50px;
    width: auto;
    min-width: 200px;
    animation: heartbeat 2s ease-in-out infinite;
}
@keyframes heartbeat {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 20px #0bbbf0, 0 0 30px rgba(240, 185, 11, 0.6),
            inset 0 0 15px rgba(240, 185, 11, 0.2);
    }
    25% {
        transform: scale(1.02);
        box-shadow: 0 0 25px #0bbbf0, 0 0 35px rgba(240, 185, 11, 0.7),
            inset 0 0 18px rgba(240, 185, 11, 0.25);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 20px #0bbbf0, 0 0 30px rgba(240, 185, 11, 0.6),
            inset 0 0 15px rgba(240, 185, 11, 0.2);
    }
    75% {
        transform: scale(1.01);
        box-shadow: 0 0 22px #0bbbf0, 0 0 32px rgba(240, 185, 11, 0.65),
            inset 0 0 16px rgba(240, 185, 11, 0.22);
    }
}
.menu_content .btn_makebid {
    font-size: 1.1em;
}

/* item */

.go_tomain {
    cursor: pointer;
    margin-right: 6px;
    width: 9px;
    height: 9px;
    border-color: #ccc;
    border-left: 2px solid #808080;
    border-bottom: 2px solid #808080;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.go_tomain:hover {
    border-color: #46c2e9 !important;
}

#about_mainblock hr {
    margin: 10px 0;
}

.paycount_block,
.payment_var,
.authorize_block,
.register_block,
.profile_moreinfo,
.agreement_moreinfo,
.oferta_moreinfo,
.deliver_moreinfo,
.qa_moreinfo,
.partners_moreinfo,
.paystatus_moreinfo {
    background: #1e2329;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.paycount_block,
.payment_var,
.authorize_block,
.register_block,
.about_moreinfo,
.how_moreinfo,
.tactics_moreinfo,
.agreement_moreinfo,
.oferta_moreinfo,
.partners_moreinfo,
.paystatus_moreinfo {
    padding: 40px;
}
.item_buyblock {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 1.4em;
    line-height: 0.4em;
}

.item_buyblock > div:not(:last-child) {
    width: 30%;
}

.item_bid_aval,
.item_current_price,
.item_time_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item_buydata {
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_bid_aval {
    color: #0bbbf0;
    font-family: "Montserrat", monospace;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

#form_autobid {
    line-height: 2em;
}
.autobid_radio {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.item_buyblock .btn_add,
.bidaval_popup .btn_add,
.bid_block .btn_add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    line-height: 1;
    color: #0bbbf0;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    background: transparent;
    border: 2px solid #0bbbf0;
    /* box-shadow: 0 0 15px rgba(0, 240, 181, 0.8), 0 0 25px rgba(0, 240, 181, 0.5), 0 0 35px rgba(0, 240, 181, 0.3); */
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    transition: all 0.3s ease;
    vertical-align: middle;
}
/* .item_buyblock .btn_add:hover, .bidaval_popup .btn_add:hover, .bid_block .btn_add:hover {
	color: #EAECEF;
	background: rgba(11, 14, 17, 0.9);
	box-shadow: 0 0 20px rgba(0, 240, 181, 1), 0 0 35px rgba(0, 240, 181, 0.7), 0 0 50px rgba(0, 240, 181, 0.4);
	animation: pulsate 1.5s ease-in-out infinite;
	transform: scale(1.1);
	border-color: #00F0B5;
} */

.bid_quant_group {
    margin-top: 10px;
    padding-top: 10px;
    background: #1e2329;
    border-radius: 10px;
}
.bidaval_popup {
    margin: 10px 0;
}
.bidaval_popup .btn_add {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    line-height: 1;
    font-size: 1.6em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #eaecef;
    background: rgba(11, 14, 17, 0.8);
    border: 2px solid #00f0b5;
    box-shadow: 0 0 15px rgba(0, 240, 181, 0.8), 0 0 25px rgba(0, 240, 181, 0.5),
        0 0 35px rgba(0, 240, 181, 0.3);
}

.item_current_price .item_buydata:after {
    content: url(../img/rub.svg);
    margin-left: 5px;
    width: 14px;
}
.item_current_price {
    color: #ff3358;
    font-family: "Montserrat", monospace;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.mybids {
    width: 24px;
    height: 24px;
    margin: 5px;
    display: inline-block;
    background: url(../img/star_gray.svg) no-repeat;
    cursor: pointer;
}
.item_buyblock .label {
    color: #8b949e;
    font-size: 0.5em;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.curwinner_block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.curwinner_block a {
    text-decoration: none;
    color: #eaecef;
}
.curwinner_block a:hover {
    text-decoration: underline;
}

.curwinner_photo {
    width: 80px;
    height: 80px;
    margin-right: 5px;
}

.curwinner_photo img {
    width: 100%;
    border-radius: 50%;
}

.curwinner_name {
    margin-top: 10px;
}

.curwinner_name:before {
    content: url(../img/owner.svg);
    position: relative;
    top: -20px;
    left: 50%;
}

.bidlist {
    margin: 0 auto 20px;
    width: 500px;
    color: #8b949e;
    font-family: "rotondal";
    font-size: 1em;
}

.bidlist td:nth-child(2) {
    text-align: center;
}

.bidlist td:nth-child(3) {
    text-align: right;
    min-width: 65px;
}
.bidlist td:nth-child(3):after {
    content: url(../img/rub-thin.svg);
    display: inline-block;
    width: 10px;
    margin-left: 5px;
}

.automanualbid {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e2329;
    padding: 15px;
    margin: 15px 0;
}

.automanualbid label {
    line-height: 1.1em;
}

.autobid_settings {
    width: 23px;
    height: 23px;
    background: url(../img/icon_settings.svg) top center no-repeat;
    cursor: pointer;
    margin-left: 10px;
}

.autobid_settings:hover {
    background-position: bottom center;
}

.item_moreinfo h4,
.about_moreinfo h4,
.qa_moreinfo h4 {
    text-transform: uppercase;
    font-family: "rotonda";
}

.item_moreinfo li,
.about_moreinfo li,
.qa_moreinfo li {
    position: relative;
    list-style-type: none;
}

.item_moreinfo li:not(:first-child),
.qa_moreinfo li:not(:first-child) {
    border-top: 1px solid #ccc;
}
.item_moreinfo p {
    padding-bottom: 20px;
}

.accord {
    font-size: 1em;
    padding: 10px 0;
    cursor: pointer;
}

.accord:after {
    content: "";
    float: right;
    display: block;
    margin-top: 17px;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
    border-color: #ccc;
    border-left: 2px solid #808080;
    border-bottom: 2px solid #808080;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.acc_active:after {
    border-left: 2px solid #46c2e9;
    border-bottom: 2px solid #46c2e9;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.accdata {
    display: none;
    font-family: "Open Sans", sans-serif;
    font-size: 0.82em;
}

/* about */
.about_mainindex {
    text-align: center;
    padding-top: 10px;
}
.main_indexdigit {
    color: #f0b90b;
    font-size: 1.8em;
    line-height: 1em;
    font-family: "Montserrat", monospace;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.about_moreinfo,
.how_moreinfo,
.tactics_moreinfo {
    border-radius: 10px;
    background: #1e2329;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.about_mainblock .center {
    padding: 30px;
}

.about_info p {
    font-family: "Open Sans", sans-serif;
    font-size: 0.82em;
    padding: 10px 0;
}

.about_indexlist {
    margin: 15px 0 20px;
}
.about_indexlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.about_indexlist li {
    max-width: 140px;
    width: 30%;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 0;
}
.index_icon img {
    width: 90%;
}
.index_label {
    font-size: 0.9em;
}
.index_label span {
    font-size: 1.8em;
    display: block;
}

.partner_list ul li {
    display: flex;
    margin: 10px 5px;
    align-items: center;
    justify-content: start;
}
.partner_list ul li img {
    max-width: 100%;
    max-height: 50px;
}

.jurinfo table {
    font-family: "rotondal";
}

/* pay page */
.paycount_block {
    color: #6f6f6f;
}

.paycount_block {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 20px;
    justify-content: space-between;
}
.paycount_item {
    width: 24%;
}
.paycount_item,
.payment_var li {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #dadada;
    margin: 7px 0;
    border-radius: 10px;
    position: relative;
    background: #1e2329;
}
.paycount_item,
.pay_active .payment_var li {
    cursor: pointer;
}
.paycount_item:hover,
.pay_active .payment_var li:hover {
    border-color: #b4b4b4;
}
.payment_var li {
    width: 190px;
    padding: 10px;
}
.paycount_item {
    padding: 10px 10px 20px;
}
.paycount_block .paycount_active {
    border-color: #f0b90b;
}
.paycount_block .paycount_active img {
    filter: grayscale(0.9);
    -webkit-filter: grayscale(0.9);
}
.paycount_icon {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 10px;
    background: #dadada;
    border-radius: 50%;
}
.paycount_icon img {
    width: 100%;
}

.discount_value {
    background: #f0b90b;
    color: #0b0e11;
    padding: 1px 3px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    z-index: 400;
    border-radius: 3px;
}

.paycount_price {
    font-size: 1.4em;
    line-height: 0.9em;
    color: #f0b90b;
    font-family: "Montserrat", monospace;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.paycount_price span {
    font-family: "rotondal";
    font-size: 0.8em;
    display: block;
    text-decoration: line-through;
    color: #8b949e;
    margin-left: 15px;
}
.paycount_price span:after {
    content: url(../img/rub-thin-l.svg);
    margin-left: 5px;
    width: 9px;
    display: inline-block;
}
.paycount_price:after {
    content: url(../img/rub.svg);
    margin-left: 10px;
    width: 14px;
    display: inline-block;
}

.payment_var_h2 {
    text-align: center;
    margin: 15px 0;
    font-size: 1.4em;
}
.payment_var {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}
.payvar_logo {
    position: relative;
    width: 160px;
    height: 52px;
    overflow: hidden;
}
.payvar_logo img {
    width: 100%;
    position: relative;
}
.pay_active .payvar_logo img {
    top: -52px;
}
/* .payment_var img { width: 90%; } */
.payment_var_cap {
    font-family: "rotondal";
    font-size: 0.7em;
    margin-top: 10px;
}

/* authorize page */
.authorize_data {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.authorize_data input {
    display: block;
    margin-bottom: 10px;
}
.authorize_data label,
.user_agreements {
    font-family: "rotondal";
    font-size: 0.9em;
    margin: 15px 0 20px;
}
.user_agreements {
    line-height: 2em;
}
.user_agreements a {
    color: #eaecef;
    text-decoration: underline;
}
.comments {
    margin-top: 10px;
    max-width: 320px;
}
.regforget_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    font-family: "rotondal";
}
.regforget_block a {
    color: #eaecef;
    margin: 5px 0;
}
.data_error {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    text-align: center;
    margin: 0 0 15px;
    color: red;
    max-width: 320px;
}

/* how page */
.list {
    padding: 10px 0 40px 18px;
}
.how_itworks {
    text-align: center;
}
.how_itworks li {
    list-style-type: none;
}
.how_itworks img {
    max-width: 100%;
}
.how_itworks h4:not:first-child {
    margin: 30px 0 10px;
}
.how_itworks p {
    font-family: "rotondal";
    text-align: left;
    margin: 10px 0 30px;
}

.register_now {
    display: flex;
    background: #09090f69;
    padding: 20px;
    align-items: center;
    border-radius: 10px;
}
.register_now div {
    flex-grow: 1;
}
.register_now h2 {
    font-size: 2.2em;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.register_now img {
    width: 300px;
    margin-left: 50px;
}

/* tactics page */
.tactics_moreinfo h3 {
    margin-top: 20px;
}
.tactics_moreinfo p {
    font-family: "rotondal";
    margin: 5px 0;
}

.tactics_list {
    padding: 0;
    list-style-type: none;
}
.tactics_list p {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9em;
    padding: 5px 0;
}

.tactics_intro p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    margin: 7px 0;
    color: #707070;
}

/* profile page */
.change_pass,
.my_bids table,
.profile_moreinfo label,
.bid_block,
.pic_comments,
.ref_condition li,
.ref_condition div {
    font-family: "rotondal";
}
.profile_moreinfo h3 {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 15px;
}
.profile_moreinfo label {
    font-size: 0.9em;
}
.profile_moreinfo .user_photo {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.profile_moreinfo > div {
    padding: 30px 300px 40px;
}
.profile_moreinfo > div:not(:nth-child(1)):not(:nth-child(2)) {
    border-top: 1px solid #dadada;
}
.user_block {
    display: flex;
    justify-content: center;
    align-items: center;
}
#change_pass_block {
    display: none;
}
#change_pass_form,
.deliver_address form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
#change_pass_form input {
    display: block;
    margin-bottom: 15px;
}

.user_name {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.user_block .user_info > div:before {
    display: inline-block;
    width: 10px;
    position: absolute;
}
.user_block .user_info > div:before {
    width: 12px;
    display: block;
    margin-left: -16px;
    margin-top: 1px;
}
.user_block .user_info > div:nth-child(1):before {
    content: url(../img/profile_icon1.svg);
}
.user_block .user_info > div:nth-child(2):before {
    content: url(../img/profile_icon2.svg);
}
.user_block .user_info > div:nth-child(3):before {
    content: url(../img/profile_icon3.svg);
}
.user_block .user_info a {
    color: #46c2e9;
    margin-top: 10px;
}
.my_bids table img,
.pic_comments img {
    width: 20px;
}
.my_bids table td {
    width: 35%;
}
.my_bids table td:nth-child(2) {
    color: #808080;
}
.bid_block {
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
    font-size: 2em;
    text-align: center;
    font-family: "Montserrat", monospace;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.bid_bonus .info {
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 5px;
    font-family: "Times New Roman";
    font-weight: bold;
    font-style: italic;
    width: 18px;
    height: 18px;
    font-size: 0.5em;
    line-height: 0.5em;
    background: #dadada;
    padding: 5px 6px;
    border-radius: 50%;
    cursor: pointer;
}
.bid_block span {
    font-size: 0.4em;
    display: block;
}
.bid_left {
    text-align: right;
}
.bid_block .btn_makebid {
    font-size: 0.7em;
    line-height: 0.6em;
    font-weight: 700;
    position: relative;
    top: -5px;
    margin-left: 5px;
    width: 26px;
    height: 26px;
    padding: 5px 5px;
    color: #0bbbf0;
}
.bid_left .label {
    text-align: center;
}
.bid_block .label {
    font-size: 0.4em;
    color: #8b949e;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.bid_bonus .info:hover {
    background: #00f0b5;
    color: #0b0e11;
    text-decoration: none;
}

.pic_comments {
    font-size: 0.8em;
    margin-top: 15px;
    text-align: center;
}
.notif_settings div {
    margin: 7px 0;
}

/*
innerpage links
*/
.deliver_table a,
.ref_link a,
.get_ref a,
.agreement_moreinfo a,
.oferta_moreinfo a,
.paystatus_moreinfo a,
.jurinfo a {
    color: #46c2e9;
}
.jurinfo a {
    font-family: "rotondal";
    display: block;
    margin: 10px 0;
}

/* deliver page */
.deliver_moreinfo {
    padding: 40px;
}
.deliver_table {
    font-family: "rotondal";
}
.deliver_table tr > td:nth-child(1) {
    width: 80px;
    vertical-align: top;
}
.deliver_table tr > td:nth-child(2) {
    padding: 0 10px 25px;
}
.deliver_table tr:not(:last-child) td:first-child {
    background: url(../img/blue_stroke.png) center 0 repeat-y;
}
.deliver_table img {
    max-width: 100%;
}
.deliver_companies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 10px 0;
}
.deliver_companies li {
    width: 20%;
    list-style-type: none;
    height: 30px;
    padding: 0;
    margin: 10px;
}
.deliver_companies li img {
    max-height: 100%;
    width: 100%;
}

/* qa */
.qa_moreinfo {
    padding: 40px;
}
.qa_moreinfo h3 {
    padding-right: 10px;
}
.qa_moreinfo p {
    padding-bottom: 15px;
}

/* partners page */
.partners_moreinfo {
    padding: 40px;
}
.ref_condition * {
    margin-bottom: 15px;
}
.ref_condition ol {
    padding-left: 15px;
}
.referal h4,
.ref_link {
    text-align: center;
    margin-bottom: 10px;
}
.ref_link a:after {
    content: url(../img/copy.svg);
    width: 24px;
    display: inline-block;
    position: relative;
    top: 7px;
    margin-left: 6px;
}

/* agreement */
.agreement_moreinfo h3,
.oferta_moreinfo h3 {
    margin-bottom: 10px;
}
.agreement_moreinfo ul,
.oferta_moreinfo ul {
    padding-left: 15px;
}
.agreement_moreinfo p,
.oferta_moreinfo p,
.agreement_moreinfo li,
.oferta_moreinfo li {
    font-family: "rotondal";
    margin: 15px 0;
    font-size: 0.95em;
}
.agreement_moreinfo button {
    position: fixed;
    top: 10px;
    right: 10px;
    margin: 25px;
}

#oferta_mainblock .cap_line h2,
#oferta_mainblock .cap_line h1 {
    line-height: 1.1em;
    margin: 15px 0;
}

/* paystatus */
.paystatus_moreinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.status_pic {
    width: 70%;
    max-width: 250px;
    margin-top: 40px;
}
.status_pic img {
    width: 100%;
}
.status_cap {
    text-transform: uppercase;
    color: #51c55e;
    font-size: 1.4em;
}
.status_fail {
    color: #ff3358;
}
.status_info,
.status_back {
    font-family: "rotondal";
}
.status_info {
    font-size: 1.3em;
    line-height: 1.1em;
    margin: 5px 0 15px;
}
.status_back {
    font-size: 0.9em;
}

@media only screen and (max-width: 1024px) {
    .center {
        width: 100%;
        padding: 0;
        margin: 0;
        left: 0;
        top: 0;
    }

    .item_list li {
        width: 180px;
    }
    .profile_moreinfo > div {
        padding: 30px 50px 40px;
    }
}

@media only screen and (max-width: 940px) {
    .register_now h2 {
        font-size: 1.8em;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .register_now img {
        width: 280px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 801px) {
    .bidlist {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .item_list li {
        width: 175px;
    }

    @media only screen and (max-width: 720px) {
        .item_block,
        .paycount_block,
        .payment_var,
        .authorize_block,
        .register_block,
        .about_moreinfo,
        .how_moreinfo,
        .tactics_moreinfo,
        .qa_moreinfo {
            padding: 25px;
        }

        .register_now h2 {
            font-size: 1.2em;
        }
        .register_now img {
            width: 180px;
            margin-left: 0;
        }
    }

    @media only screen and (max-width: 530px) {
        input[type="text"],
        input[type="password"],
        input[type="number"],
        input[type="email"] {
            min-width: 250px;
        }
        .item_block,
        .paycount_block,
        .payment_var,
        .authorize_block,
        .register_block,
        .about_moreinfo,
        .how_moreinfo,
        .deliver_moreinfo,
        .qa_moreinfo,
        .partners_moreinfo {
            padding: 20px 15px;
        }
        .item_list li {
            width: 32%;
            margin: 0 6px 4px 0;
        }
        .item_cap {
            font-size: 0.9em;
        }
        .item_pic {
            width: 100%;
        }
        .timer_block {
            margin-right: 0;
        }
        .time_left,
        .curprice {
            font-size: 0.9em;
        }
        .paycount_block {
            padding: 10px 13px;
        }
        .paycount_item {
            width: 49%;
        }
        .paycount_icon {
            width: 90px;
            height: 90px;
        }
        .paycount_count {
            flex-grow: 1;
        }

        input[type="text"],
        input[type="password"] {
            width: 100%;
        }

        #profile_data > div {
            flex-wrap: wrap;
        }
        #profile_data > div * {
            width: 100%;
            margin: 0;
            font-size: 0.9em;
        }
        #profile_data p {
            text-align: left;
            padding-left: 0;
        }

        .main_indexdigit {
            font-size: 1.4em;
        }
        .label {
            font-size: 0.8em;
        }

        .register_now {
            flex-direction: column;
            padding: 15px;
        }
        .register_now img {
            width: 60%;
            margin-bottom: 15px;
        }

        .profile_moreinfo > div {
            padding: 20px;
        }
        .profile_moreinfo .user_photo {
            width: 70px;
            height: 70px;
            margin-right: 15px;
        }
        .user_info,
        .deliver_table {
            font-size: 0.9em;
        }
        .my_bids table td {
            width: 20%;
        }
        .my_bids table td:nth-child(2) {
            padding-left: 10px;
        }
        .my_bids table td:nth-child(3) {
            width: 60%;
            padding-left: 10px;
        }

        .deliver_companies li {
            width: 25%;
        }

        .qa_moreinfo {
            font-size: 0.9em;
        }

        .fancybox_content button {
            margin: 15px;
        }
        .agreement_moreinfo,
        .oferta_moreinfo,
        .paystatus_moreinfo {
            padding: 20px;
        }

        .status_pic {
            margin-top: 0;
        }
        .status_cap {
            font-size: 1.2em;
        }
        .status_info {
            font-size: 1.1em;
        }
        .status_back {
            font-size: 0.8em;
            padding: 10px 5% 30px;
        }
        #oferta_mainblock .go_tomain {
            width: 13px;
        }
    }

    @media only screen and (max-width: 480px) {
        .item_list {
            justify-content: space-between;
        }

        .item_list li {
            width: 49%;
            margin: 4px 0;
        }

        .payment_var li {
            width: 170px;
        }
        .payvar_logo {
            width: 150px;
            height: 49px;
        }
        .pay_active .payvar_logo img {
            top: -49px;
        }

        .my_bids table {
            font-size: 0.8em;
        }
        .deliver_companies li {
            width: 40%;
        }
        .ref_condition {
            font-size: 0.9em;
        }
        .agreement_moreinfo p,
        .agreement_moreinfo li,
        .oferta_moreinfo p,
        .oferta_moreinfo li {
            font-size: 0.9em;
        }
    }

    @media only screen and (max-width: 375px) {
        .paycount_item {
            flex-direction: row;
            width: 100%;
            padding: 0 10px 0 0;
        }
        .paycount_icon {
            width: 70px;
            height: 70px;
        }

        .payment_var li {
            width: 140px;
        }
        .payvar_logo {
            width: 120px;
            height: 39px;
        }
        .pay_active .payvar_logo img {
            top: -39px;
        }

        #popup_autobid {
            width: 90%;
        }
        .discount_value {
            font-size: 0.85em;
            top: -10px;
        }

        .btn_makebid {
            font-size: 1em;
        }
        .item_cap {
            font-size: 0.9em;
        }

        .main_indexdigit {
            font-size: 1.2em;
        }
        .label {
            font-size: 0.8em;
        }

        .register_now img {
            width: 80%;
        }

        .my_bids table td img,
        .pic_comments img {
            width: 18px;
        }
        #notification {
            min-width: 200px;
            max-width: 90%;
        }
        #oferta_mainblock .go_tomain {
            width: 18px;
        }
    }

    @media only screen and (max-width: 320px) {
        input[type="text"],
        input[type="password"],
        input[type="number"],
        input[type="email"] {
            min-width: 200px;
            width: 100%;
        }
        header .center {
            padding: 10px 15px;
        }
        #mainblock .center {
            padding: 7px;
        }
        .item_pic {
            height: 85px;
        }
        .cur_winner {
            font-size: 0.8em;
        }

        .logo {
            font-size: 1.2em;
            line-height: 0.6em;
        }
        .logo img {
            width: 93px;
        }
        .btn_head {
            margin: 3px 6px;
        }

        .item_buyblock {
            font-size: 1.1em;
        }
        .item_buyblock .btn_add {
            width: 28px;
            height: 28px;
            min-width: 28px;
            min-height: 28px;
            font-size: 1em;
            padding: 0;
        }
        .bidlist {
            font-size: 0.8em;
        }
        .mybids {
            margin: 5px 0 0 0;
            width: 20px;
            height: 20px;
        }

        .item_maininfo,
        .cap_line h2,
        .cap_line h1 {
            font-size: 1em;
        }

        input[type="number"] {
            max-width: 120px;
        }
        #popup_filter,
        #popup_autobid,
        #popup_user {
            width: 90%;
            margin-left: -145px;
        }
        .user_infoblock td:first-child {
            width: 160px;
        }
        .user_block .user_photo {
            width: 50px;
            height: 50px;
        }

        .paycount_icon {
            width: 55px;
            height: 55px;
        }
        .paycount_count {
            font-size: 1em;
        }
        .paycount_price {
            font-size: 1.2em;
            text-align: right;
        }
        .paycount_price:after {
            margin-left: 4px;
            width: 11px;
        }

        .payment_var li {
            width: 120px;
        }
        .payvar_logo {
            width: 102px;
            height: 33px;
        }
        .pay_active .payvar_logo img {
            top: -33px;
        }

        .about_indexlist li {
            width: 46%;
        }
        .partner_list ul li {
            width: 46%;
        }

        .user_block .user_info {
            font-size: 0.8em;
        }

        .profile_moreinfo > div {
            padding: 20px;
        }
        .notif_settings label {
            font-size: 0.8em;
        }
        .bid_block {
            font-size: 1.4em;
        }
        .bid_block .btn_add {
            width: 24px;
            height: 24px;
            min-width: 24px;
            min-height: 24px;
            line-height: 1;
            font-size: 1em;
        }

        .deliver_table tr > td:nth-child(1) {
            width: 55px;
        }
        .ref_condition,
        .deliver_table,
        .agreement_moreinfo p,
        .agreement_moreinfo li,
        .oferta_moreinfo p,
        .oferta_moreinfo li {
            font-size: 0.8em;
        }
    }
}
.menu_payvar:after {
    content: url(../img/menu_icon_payvar.svg);
}
.menu_doclist a {
    font-family: "rotondal";
    font-size: 0.8em;
}
.menu_doclist:after {
    content: url(../img/menu_icon_doclist.svg);
}

.info {
    display: inline-block;
    color: #eaecef;
    font-size: 1.2em;
    position: relative;
    top: -2px;
    margin-left: 5px;
    font-family: "Times New Roman";
    font-weight: bold;
    font-style: italic;
    width: 18px;
    height: 18px;
    line-height: 0.5em;
    background: #dadada;
    padding: 5px 6px;
    border-radius: 50%;
    cursor: pointer;
}
.info:hover {
    background: #00f0b5;
    color: #0b0e11;
    text-decoration: none;
}
#hint {
    display: none;
    position: absolute;
    z-index: 990;
    font-family: "Open Sans", sans-serif;
    font-size: 0.7em;
    padding: 12px;
    border-radius: 7px;
    background: #1e2329;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    max-width: 200px;
}

.techChar th {
    text-align: left;
    padding-top: 15px;
}
.techChar td {
    width: 50%;
    padding: 5px;
}
.techChar tr:nth-child(odd) > td {
    background: #fafafa;
}
.techChar {
    font-size: 1em;
}
.accdata img {
    max-width: 80%;
    margin: 10px auto;
}
.mobileFlex {
    margin: 15px 0;
}

.itemTwoCols {
    display: flex;
}
.itemTwoCols > div {
    width: 50%;
}
.reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 720px) {
    .mobileFlex {
        flex-direction: column;
    }
}
@media only screen and (max-width: 530px) {
    .itemTwoCols {
        flex-direction: column;
    }
    .itemTwoCols > div {
        width: 100%;
    }
    .reverse {
        flex-direction: column;
    }
}
@media only screen and (max-width: 375px) {
    .techChar {
        font-size: 1em;
    }
}

.accdata {
    display: none;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9em;
}

@media only screen and (max-width: 375px) {
    .accdata {
        font-size: 0.84em;
    }
}

/*.paycount_block li:last-child { border: 0; height: 0; padding: 0; }*/

.bidlist td:nth-child(2) a,
.bidlist td:nth-child(2) a:visited,
.my_bids td:nth-child(3) a,
.my_bids td:nth-child(3) a:visited {
    color: #00f0b5;
}

#mainblock .cur_winner {
    margin: 8px 0;
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
    white-space: nowrap;
    /* background: linear-gradient(135deg, #F0B90B, #FF3358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
}
#mainblock .cur_winner:before {
    content: url(../img/owner.svg);
    margin-right: 5px;
    display: block;
}
.menu_insta:after {
    content: url(../img/instalogo_pink.svg);
}
.lotNum {
    font-family: "rotondal";
    font-size: 0.75em;
    color: #bbb;
}
.discount_value1 {
    background: #5ad64a;
    color: #fff;
    padding: 1px 3px;
    position: absolute;
    top: -11px;
    left: 52px;
    display: block;
    z-index: 400;
    border-radius: 50%;
}

.beige {
    background: #fffbed;
}

.directRequest {
    font-size: 0.7em;
    line-height: 1.2em;
    font-family: "rotondal";
    color: #f0b90b;
    text-align: center;
}

@media only screen and (max-width: 375px) {
    .directRequest {
        text-align: left;
    }
}

#popup_action {
    position: fixed;
    max-height: 70%;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 9999;
}
#popup_action img {
    width: 100%;
    height: 100%;
}

.btn_large {
    position: absolute;
    font-size: 1.6em;
    border-radius: 30px;
    border: 2px solid #fff;
    left: 50%;
    margin-left: -120px;
    top: 70%;
}

@media only screen and (max-width: 530px) {
    .btn_large {
        top: 63%;
    }
}
@media only screen and (max-width: 480px) {
    .btn_large {
        top: 66%;
    }
}
@media only screen and (max-width: 375px) {
    .btn_large {
        margin-left: -80px;
        font-size: 1em;
    }
}
@media only screen and (max-width: 375px) and (max-width: 812px) {
    .btn_large {
        top: 70%;
    }
}

.btn_close {
    width: 13px;
    height: 13px;
    background: url(../img/icon_close4.svg) top center no-repeat;
    cursor: pointer;
    float: right;
    position: relative;
    top: -10px;
    left: 10px;
    background-size: cover;
}

.btn_close:hover {
    background-position: bottom center;
}
.overlay2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 800;
}

@media only screen and (max-width: 320px) {
    .btn_large {
        top: 67%;
    }
}

.discount_value1,
.discount_value2 {
    background: #5ad64a;
    color: #fff;
    padding: 1px 3px;
    position: absolute;
    top: 10px;
    display: block;
    z-index: 400;
    border-radius: 50%;
}

.discount_value1 {
    left: 10px;
}
.discount_value2 {
    left: 55px;
}

@media only screen and (max-width: 375px) {
    .discount_value1 {
        top: -11px;
        left: 10px;
    }
    .discount_value2 {
        top: -11px;
        left: 50px;
    }
}

.banner_link:active,
.banner_link:hover,
.banner_link:focus,
.banner_link:visited,
.banner_link {
    outline: none;
    border: none;
    text-decoration: none;
    color: #fff;
}

#archiveLinkBlock {
    text-align: center;
}
.btn_archive {
    display: inline;
    padding: 13px 20px 11px 0;
    border-radius: 25px;
}
.btn_archive:before {
    content: " ";
    background: url(../img/btn_archive.png);
    background-size: contain;
    position: relative;
    top: 10px;
    height: 65px;
    width: 60px;
    display: inline-block;
}
.arcBtnComment {
    font-size: 0.8em;
    color: #949494;
    margin-top: 25px;
    padding: 0 25px;
}

.menu_telegram:after {
    content: url(../img/menu_icon_telegram.svg);
}

.btn_pay {
    background-image: -moz-linear-gradient(
        90deg,
        rgb(46, 153, 61) 0%,
        rgb(98, 192, 80) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(46, 153, 61) 0%,
        rgb(98, 192, 80) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(46, 153, 61) 0%,
        rgb(98, 192, 80) 100%
    );
}
.btn_pay:hover {
    background-image: -moz-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(72, 193, 89) 0%,
        rgb(123, 224, 103) 100%
    );
}

.payment_var a {
    max-width: 495px;
}

.payment_var a img {
    width: 100%;
    object-fit: cover;
}

#main_menu .pay_method_image,
#main_menu .pay_method_image img {
    width: 100%;
}

/* popup urempty */
#popup_urempty {
    position: fixed;
    width: 320px;
    margin-top: -200px;
    margin-left: -160px;
    top: 45%;
    left: 50%;
    background: #1e2329;
    padding: 35px;
    z-index: 999;
    display: none;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#popup_urempty .btn_close {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
}
.buy_bid_img {
    max-width: 200px;
}
.buy_bid_img img {
    width: 100%;
}
.urempty_text {
    margin: 20px 0 30px;
    text-align: center;
}

footer {
    z-index: -1;
}

/* стили ниже нужно добавить в style.css */
.techChar {
    font-size: 1.2em;
}
.item_moreinfo th {
    text-align: left;
    padding-top: 15px;
}
.item_moreinfo td {
    width: 50%;
    padding: 5px;
}
.item_moreinfo tr:nth-child(odd) > td {
    background: #fafafa11;
}
.itemAbout .accdata img {
    max-width: 80%;
    margin: 10px auto;
}
.mobileFlex {
    margin: 15px 0;
}

/* popup urempty */
#popup_urempty {
    position: fixed;
    width: 320px;
    margin-top: -200px;
    margin-left: -160px;
    top: 45%;
    left: 50%;
    background: #fff;
    padding: 35px;
    z-index: 999;
    display: none; /*display: flex;*/
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#popup_urempty .btn_close {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
}
.buy_bid_img {
    max-width: 200px;
}
.buy_bid_img img {
    width: 100%;
}
.urempty_text {
    margin: 20px 0 30px;
    text-align: center;
}

/* info panel */
#info_panel {
    background: #363636;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    padding: 80px 15px 10px;
    font-family: "Open Sans", sans-serif;
    z-index: 485;
}
.slide_block {
    display: flex;
    max-width: 100%;
    padding: 10px 50px 0;
    align-items: center;
}
.info_slider {
    max-width: 100%;
    font-size: 0.8em;
}
.slide_block .slick-prev:before,
.slide_block .slick-next:before {
    color: black;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 18px;
    padding: 7px 14px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    position: relative;
    top: -10px;
}
.slide_block .slick-prev:before {
    content: "<";
    margin-left: -30px;
}
.slide_block .slick-next:before {
    content: ">";
    margin-left: 10px;
}
.slide_block .slick-track {
    margin-bottom: 10px;
}
.slide_block .slick-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide_block .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slide_block .slick-dots {
    position: relative;
}
.slide_block .slick-dots li button::before {
    color: #ccc;
}
.slide_block .slick-dots li button {
    color: #ccc;
    background: none;
}
.slide_block .has_icon {
    display: flex;
    align-items: center;
}
.slide_block .has_icon img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.btn_hidebar {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    border: 3px solid #3dc4e8;
    padding: 12px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    bottom: -25px;
    z-index: 490;
    right: 40px;
}
.btn_hidebar:before {
    content: "^";
    position: relative;
    top: -9px;
    left: -4px;
    font-weight: 700;
    color: #3dc4e8;
}
.btn_hidebar:hover {
    background: #3dc4e8;
    transition: background 0.2s ease-out;
}
.btn_hidebar:hover:before {
    color: #fff;
    transition: color 0.2s ease-out;
}

@media only screen and (max-width: 720px) {
    .mobileFlex {
        flex-direction: column;
    }
    .slide_block .has_icon img {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 375px) {
    .techChar {
        font-size: 1em;
    }
    .slide_block .slick-slide {
        flex-direction: column;
    }
}
.ref_link {
    cursor: pointer;
}

#_hiddenCopyText_ {
    position: absolute;
    opacity: 0;
    width: 1px;
    top: -9999px;
}
