/* Оптимизация загрузки шрифтов FontAwesome - font-display: swap */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
         url(../webfonts/fa-brands-400.woff2) format("woff2"),
         url(../webfonts/fa-brands-400.woff) format("woff"),
         url(../webfonts/fa-brands-400.ttf) format("truetype"),
         url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
         url(../webfonts/fa-regular-400.woff2) format("woff2"),
         url(../webfonts/fa-regular-400.woff) format("woff"),
         url(../webfonts/fa-regular-400.ttf) format("truetype"),
         url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
         url(../webfonts/fa-solid-900.woff2) format("woff2"),
         url(../webfonts/fa-solid-900.woff) format("woff"),
         url(../webfonts/fa-solid-900.ttf) format("truetype"),
         url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

/* @font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeue-Regular.woff2') format('woff2'),
         url('/fonts/HelveticaNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
         url('/fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeue-Light.woff2') format('woff2'),
         url('/fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeue-Italic.woff2') format('woff2'),
         url('/fonts/HelveticaNeue-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeue-BoldItalic.woff2') format('woff2'),
         url('/fonts/HelveticaNeue-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
} */

body {
    font-family: 'Arial';
}

.js-link {
    cursor: pointer;
}

.form-control {
    height: 50px;
    font-size:18px;
    border-radius:10px;
    border-color:#BFBFBF;
}

.main-pad {
    padding:16px 40px;
}

.crumb-list .crumb-item.active {
    color:#7D7D7D;
    

}
.crumb-list span {
    margin-right: 12px;
    margin-left: 12px;
}
.crumb-list a {
    color:#1E1E1E;
}
.crumb-list {
    display: flex;
    list-style: none;
    color:#1E1E1E;
    font-size:16px;
    align-items: center;
}
.lot-cat {
    background:#EFEFEF;
    border-radius:200px;
    color:#7D7D7D;
    margin-right:4px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size:13px;
    padding:6px 14px;
    display: inline-block;
    margin-bottom: 6px;
}
.buy-btn:hover {
    text-decoration:none;
    color:initial;
    transform: scale(0.98);
    box-shadow: 0px 0px 24px rgb(0 0 0 / 20%);
}
.buy-btn {
    transition: all 0.2s;
    background:#FECF40;
    color:#333;
    border-radius:10px;
    display:block;
    width:100%;
    text-align:center;
    font-size:20px;
    font-weight:500;
    padding:12px;
    border:unset;
}

.buy-btn.big {
    padding:16px;
}
footer {
    margin-top:20px;
    margin-bottom:10px;
}
.news-item {
    margin-bottom:40px;
}
.sdf {
    display:flex;
    align-items: center;
    justify-content: flex-end;
}
.big-price {
    color:#1E1E1E;
    font-size:34px;
    line-height:60px;
    font-weight:bold;
    display: inline-block;
    text-align: left;
}
.hight-box b{
    margin-left:4px;
    margin-right:2px;
}
.hight-box .icon {
    line-height:0;
}

.hight-box .icon svg {
    vertical-align: baseline;
}
.hight-box {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px 20px;
    border-radius:10px;
    border:1px solid rgba(0, 0, 0, 0.2);
    font-size:22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.username-wrapper {
    max-width: 88%;
}
.username-wrapper .custom-tooltip img {
    margin-top:-14px;
    margin-left:8px;
    width:20px;
    height: 20px;
}
.username-wrapper a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width:72%;
    color:#1E1E1E;
    text-decoration:underline;
    font-size:20px;
    font-weight:bold;
    line-height:normal;
}
.since-muted {
    color:#7D7D7D;
    font-size:11px;
    margin:0px;
    line-height:normal;
}
.user-box {
    display:flex;
    align-items:center;
    background:#F0F5FF;
    border-radius:10px;
    padding:10px 24px;
}
.link-icon.left-icon {
    order: 1;
    margin-right: 18px;
}
.linker a {
    text-decoration:underline;
    color:#1E1E1E;
}
.linker {
    display:inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    order:2;
    margin-right:10px;
}
.link-icon.right-icon {
    order: 3;
    margin-left: auto;
}
.link-block {
    background-color: rgba(254, 207, 64, 0.2);
    border-radius:10px;
    padding:16px 30px;
    font-size:20px;
    color:#1E1E1E;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.lot-h1 {
    font-size:52px;
    line-height:46px;
    margin-bottom: 30px;
}
.lot-card-label {
    position: absolute;
    top: 40px;
    left: 0px;
    background-color: #00aaff;
    color: white;
    padding: 6px 42px;
    font-size: 16px;
    font-weight: bold;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.lot-image-container {
    position: relative;
    width: 100%;
}

.lot-main-image {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    border-radius:10px;
    margin-bottom: 20px;
}


.lot-card-price {
    font-size:24px;
    font-weight:bold;
}
.lot-card-subs {
    font-size:16px;
    display:flex;
    align-items:center;

}

.lot-card-title:hover{
    text-decoration:none;
    color:#1e1e1e;
}
.lot-card-title {
    font-size:28px;
    text-decoration:none;
    color:#1e1e1e;
    font-family: 'Helvetica Neue', sans-serif;
    line-height:normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lot-card-label {
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: #00aaff;
    color: white;
    padding: 6px 22px;
    font-size: 16px;
    font-weight: bold;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.lot-card-image {
    display:block;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.lot-card.no-hover{
    box-shadow: 0px 0px 24px rgb(0 0 0 / 10%);
}
.lot-card:not(.no-hover):hover {
    transform: scale(1.06);
    cursor:pointer;
}
.lot-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding:10px;
    transition: all 0.2s;
    font-family: 'Helvetica Neue', sans-serif;
}

.status-label.mini{
    font-weight: 600;
}
.status-label {
    font-style: normal;
}

.mute {
    opacity: 0.4;
}

.reviews-wrapper {
    background: #F0F5FF;
    padding: 20px 0;
    padding-top:60px;
}
.subhed {
    text-align: center;
    font-size:34px;
}
.trust-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 120px;
}
.review-card {
    border-radius: 10px;
    background:white;
    padding:34px;
    padding-bottom: 20px;
    margin:14px;
    font-size:20px;
}
.stars {
    white-space: nowrap;
}
.ofik .ws {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ofik .user-img {
    min-width:32px;
    min-height:32px;
}
.ofik {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rtr.active {
    color: #FFD700;
}
.rtr {
    font-size:14px;
    color:rgba(21, 20, 57, 0.4);
}

@media (max-width: 768px) {
    .rtr {
        font-size:10px;
    }

    .review-card {
        padding: 26px;
        padding-bottom: 16px;
    }
}
.review-post {
    padding-bottom: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    word-break: break-word;
}
.comment-user {
    font-size:16px;
    font-weight:bold;
    display:flex;
    align-items:center;
}
.reviews-link {
    text-align:center;
    color:#1e1e1e;
    text-decoration:underline;
}

.actions-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.action-btn .icon {
    margin-right:6px;
}
.action-btn:hover {
    text-decoration: none;
}
.action-btn.red {
    color: #FF004D;
    background-color: #FFE5E4;
}
.action-btn:hover {
    background: #FECF40;
}
.action-btn:last-child {
    margin-right: 0;
}
.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 16px;
    border-radius: 10px;
    background-color: #F0F5FF;
    color: #1e1e1e;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    transition: all 0.3s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right:6px;
}
.main-link {
    font-size:24px;
}
.list-card.disabled {
    opacity:0.7;
}
.list-card {
    background-color:#f7f7f7;
    border-radius: 12px;
    border-radius: 0.25rem;
    display: flex;
    margin-bottom:20px;
}

.chat-room-item {
    display:flex;
    padding:12px 20px;
    border-bottom:1px solid #eee;
    text-decoration:none;
    color:#333;
    align-items:center;
    overflow:hidden;
}
.chat-room-item .ava {
    margin-right:16px;
}

.chat-room-item .main {
    flex:1;
}

.chat-room-item .name {
    display:flex;
    justify-content:space-between;
}

.chat-room-item .name span {
    font-size:18px;
    font-weight:bold;
}

.chat-room-item span.date {
    color:#999;
    font-size:12px;
    font-weight:normal;
}

.chat-room-item .last-msg {
    color:#999;
    font-size:16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    max-width:190px;
}

.chat-wrapper {
    display:flex;
    background:#FAFCFF;
    border-radius:10px;
    border:1px solid #eee;
    max-width:600px;
    flex-direction:column;
    padding-top:16px;
    padding-bottom:16px;
}

.chat-room-item.active,
.chat-room-item:hover {
    background:#F0F5FF;
    font-size:16px;
    text-decoration:none;
    color:#1e1e1e;
}

.chat-room-item.unread {
    background:#E8F5E9;
    font-weight:600;
}

.chat-room-item.unread .name span:first-child {
    font-weight:700;
}

.chat-room-item.unread.active,
.chat-room-item.unread:hover {
    background:#C8E6C9;
}

.chat-room-item .new-badge {
    display: inline-block;
    background: #4CAF50;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 6px;
    text-transform: uppercase;
}

.pagik .pagination {
    justify-content: center;
    margin-top:40px;
}

.mb-heading span {
    font-weight:bold;
    color: #FECF40;
}
.mb-heading {
    font-size:30px;
    font-weight:200;
}
.mb-subhed {
    font-size:24px;
    font-weight:200;
}
.image-section {
    background-image: url('../images/modal_bg.png');
    background-size: cover;
    background-position: center;
    flex: 1;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color:white;
    padding: 50px;
    padding-top:130px;
}
.form-section {
    background: #ffffff;
    flex: 1.6;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px;
}
.modal-wrapper {
    display: flex;
}

#signup-modal .modal-content,
#login-modal .modal-content {
    border-radius: 14px;
}

#signup-modal .modal-body,
#login-modal .modal-body {
    padding: 0;
    border-radius:14px;
}
.close {
    font-size:40px;
}
.form-pad {
    padding:60px;
}
.modal-subhed span {
    font-weight:bold;
    text-decoration:underline;
    color:#1e1e1e;
    cursor:pointer;
}
.modal-subhed {
    font-size:20px;
    color:#1e1e1e;
}
.modal-list .check-icon {
    margin-right: 12px;
}
.modal-list {
    list-style-type: none;
    padding: 0;
    font-size:20px;
    font-weight:200;
}

.seo-header {
    font-size:34px;
    font-weight:500;
}
.they-wrapper img {
    max-width:100%;
    max-height:60px;
    width:auto;
    height:auto;
    filter: grayscale(1);
}
.they-wrapper a {
    max-width: 100px;
    max-height: 60px;
    display:inline-flex;
    width:auto;
    height:auto;
}
.they-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px;
    background: #F7F7F7;
    border-radius: 10px;
}
.reviews__logos {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.reviews__logos img {
    max-width: 150px;
    margin:10px;
}
.reviews__logos a {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.social-link.active i {
    color:white;
}
.social-link.active {
    color:white;
}
.hero-bg img {
    width:585px;
}
.subline {
    font-size: 40px;
    line-height: 46px;
    font-weight: 300;
}
.font-light {
    font-weight: 100;
}
.hero-h1 {
    font-size:52px;
    font-weight: 500;
    margin-top:60px;
    margin-bottom:20px;
}
.yellow {
    color: #FECF40;
}
.headline {
    font-size:22px;
    font-weight: bold;
    text-transform: uppercase;
}
.hero-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: space-around;
    align-items: center;
    display: flex;
    color: #fff;
    border-radius: 10px;
    padding: 100px 100px;

}
.trust-pilot {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 23px;
    width:324px
}

.mad-btn:hover {
    transform: scale(1.06);
}
.mad-btn {
    transition: all 0.2s;
    background: #FECF40;
    color: #333;
    padding: 10px 28px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin-top:32px;
}
.mad-btn:hover {
    text-decoration: none;
    background:#FECF40;
    color:#333;
}

.social-links {
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top:60px;
}
.form-group label {
    color:#1e1e1e!important;
    font-size:15px;
    font-weight:400;
}
.fjsi {
    font-size:16px;
    font-weight:400;
}
.form-control:focus {
    border-color:rgba(0, 0, 0, 0.25);
}
select,
input,
::placeholder {
    font-size: 18px!important;
    font-weight:500!important;
    color:#1e1e1e!important;
}
.form-group .label {
    font-size:15px;
    font-weight:400;
    color:#1e1e1e;
}
.social-link:hover {
    text-decoration: none;
    transform: scale(1.06);
}
.social-link .count {
    font-size:16px;
    font-weight:400;
    margin-left: 5px;
    color:#0000006b;
}
.social-link {
    padding: 24px 18px;
    background-color: #EFEFEF;
    text-decoration: none;
    color: #333;
    border-radius: 10px;
    font-size:22px;
    font-weight:500;
    transition: all 0.2s;
}

@media (max-width: 768px) {
    .social-links {
        flex-wrap: nowrap;
    }
}
.tg-banner-wrapper {
    background-color: #1E1E1E;
    background-image:url('../images/tg_banner.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position: calc(100% - 12%) center;
    padding: 80px 160px;
    color:white;
    font-size:52px;
    line-height:52px;
    font-weight:200;
    border-radius:10px;
}

.tg-btn:hover {
    text-decoration:none;
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.8);
    color:white;
}
.tg-btn {
    transition:all 0.3s;
    background:#34B1EF;
    color:white;
    border-radius:10px;
    padding:18px 32px;
    font-size:20px;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}
.footer-link:hover {
    color:#7D7D7D;
    text-decoration:none;
}
.footer-link {
    display:block;
    color:white;
}
.socials-he {
    color:#7D7D7D;
    font-size: 16px;
    margin-bottom: 2px;
}
.layboard-icon {
    background:url('../images/lb-icon.svg');
    width: 16px;
    height: 16px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    margin-top: 2px;
}
.mobix {
    display: none;
}
footer .icons a{
    color:#7D7D7D;
}
footer .icons {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.lang:active .others,
.lang:hover .others{
    display:block;
}
.main-footer {
    border-radius:10px;
    background:#1E1E1E;
    padding: 42px;
    color:white;
}

.trust-footer {
    max-width:100%;
    margin-top:8px;
}
.btn-outline-yellow:hover {
    background-color: #FFCC00;
    color: #1e1e1e;
    text-decoration: none;
}

.btn-gray:hover {
    background-color: #FFCC00;
    color: #1e1e1e;
    text-decoration: none;
}

.btn-gray {
    color: #7D7D7D;
    background:#EFEFEF;
    display: inline-block;
    border-radius: 10px;
    padding:16px 30px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    transition:all 0.3s;
}
.btn-outline-yellow {
    color: #1e1e1e;
    border:1px solid #FFCC00;
    display: inline-block;
    border-radius: 10px;
    padding:16px 30px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    transition:all 0.3s;
}
.profile-h1 {
    font-size:52px;
    font-weight: 400;
    line-height:52px;
}
.card {
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 10px;
    margin-bottom: 20px;
    border:unset;
    background-color: #f8f8f8;
}
.menu-hr {
    border: 1px solid #7D7D7D;
    margin: 0px 30px;
}
 .custom-menu {
    background-color: #1E1E1E;
    padding: 40px 16px;
    border-radius: 10px;
    font-size:22px;
    line-height: 22px;
    font-weight: bold;
}

.custom-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-menu .menu-item.active .badge {
    background-color: transparent;
    color: white;
}
.custom-menu .menu-item.active {
    background-color: #373737;
}
.custom-menu .menu-item:hover {
    text-decoration: none;
    background-color: #373737;
}
.custom-menu .menu-item {
    transition:all 0.4s;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    padding:20px 40px;
    border-radius: 10px;
}

.custom-menu .menu-item .icon {
    margin-right: 20px;
}

.custom-menu .menu-item .badge {
    background-color: transparent;
    color: white;
    width:22px;
    height:22px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:auto;
}

.custom-menu .menu-item .badge.badge-chat {
    background-color: #1877F2;
}

.custom-menu .menu-item.active .badge.badge-chat {
    background-color: #1877F2;
    color: white;
}

.deal-h1 {
    max-width:80%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:48px;
    line-height:58px;
    font-weight:400;
}
.deal-price span {
    font-weight:400;
}
.deal-price {
    font-size:28px;
    line-height:66px;
    font-weight:bold;
}
.deal-img {
    border-radius:10px;
    max-width:100%;
    max-height:100%;
    background-size:cover;
    background-position:center;
    min-height:180px;
}
.timeline {
    position: relative;
    max-width: 600px;
    margin: 20px auto;
    padding: 0 10px;
    max-width:400px;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #D9D9D9;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:15px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    width: 1px;
    height: 100%;
    background-color: #D9D9D9;
    z-index: 0;
}

.timeline-item:first-child::before {
    top: 15px;
}

.timeline-item:last-child::before {
    height: 50%;
}

.timeline-content {
    background: white;
    padding:18px 24px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-time {
    display: block;
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
}
.nav-link .icon {
    display:none;
}
.timeline-text {
    font-size: 18px;
    font-weight: 500;
    color:#D9D9D9;
}

.timeline-item.active .timeline-icon {
    background-color: #ffcc00;
    border: 2px solid #ffcc00;
}

.timeline-item.active::before {
    background-color: #ffcc00;
}

.timeline-item.active .timeline-text {
    color: #000;
}

@media (max-width: 600px) {
    .timeline {
        padding: 0 5px;
    }

    .timeline-content {
        padding: 10px;
    }

    .timeline-text {
        font-size: 13px;
    }
}
.simtext {
    font-size: 16px;
    margin-bottom: 2px;
}
#myTabContent {
    padding:20px;
    background:#F7F7F7;
}
.wetabs .nav-link.active {
    background:#F7F7F7;
}
.wetabs .nav-link {
    border:unset;
    font-size:22px;
    font-weight: bold;
    padding-top:24px;
    padding-bottom:32px;
    padding-left:56px;
    padding-right:56px;
    color:#e1e1e1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.wetabs {
    border:unset;
}
#modalImage {
    height: 100%;
    margin:auto;

}
.bibadge {
    background:#eee;
    border-radius:10px;
    font-size: 17px;
    font-weight: bold;
    padding: 18px;
    display: block;
    width:100%;
    text-align:center;
}
.hight-box.mini {
    font-size: 16px;
}
#userreview-rating {display:none;}
.msg-deal-stat span {
    font-size:11px;
    color:#3d3d3d;
}
.msg-deal-stat {
    margin: 20px 0px;
    text-align: center;
    background: #ECB22E;
    color: white;
    border-radius: 4px;
    padding: 2px 12px;
    font-size:13px;
}

#buy-modal .modal-footer {
    padding:3rem;
    padding-top:10px;
}
@media (min-width: 768px) {
    .modal {
        top: 280px;
    }
}

.msg-imaage {
    max-width:100%;
    border-radius: 10px;
    margin-bottom:10px;
    cursor:pointer;
}
.modal-backdrop {
    width: 150vw!important;
    height: 300vh!important;
}
#buy-modal .modal-body {
    padding:3rem;
    padding-bottom: 10px;
    padding-top:0px;
}

#buy-modal .modal-title {
    text-align:center;
    font-size:32px;
    margin:auto;
    margin-top:34px;
}
#buy-modal .modal-header,
#buy-modal .modal-footer {
    border:unset;
}

#buy-modal button.close {
    font-size:22px;
    padding:initial;
    margin:initial;
}

#input-msg-private::placeholder,
#input-msg::placeholder {
    font-weight:normal!important;
    color:#989898!important;
}
#chat-modal textarea::placeholder {
    font-weight:normal!important;
    color:#989898!important;
}

























.bg-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(161, 161, 176, 0.2) 100%);
}

.blog-footer {
    padding: 2.5rem 0;
    color: #999;
    background-color: #f9f9f9;
    border-top: 0.05rem solid #e5e5e5;
}

.my-font {
    font-family: 'Helvetica Neue';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.gold-button:hover{
    text-decoration: none;
    
    background:#58564c;
}
a.gold-button{
    padding:13px;
    background:#302D22;
    text-transform:uppercase;
    font-size:18px;
    color:#ECB22E;
    display:block;
    border-radius:6px;
    text-align:center;

    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}




.lot-sub-subtitle {
    margin:0px;
    font-size:12px;
    color:#bebebe;
    text-transform:lowercase;
}
.lot-sub-title i {
    margin-right:4px;
}
.lot-sub {
    font-size:12px;
    text-align:center;
}
.lot-item-title {
    font-weight:500;
    font-size:18px;

}
.lot-image {
    width: 100%;
    height: 200px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-position: center;
    background-size: cover;
}
.lot-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 20%);
    border-radius: 5px;
    transition: all 0.2s;
    cursor:pointer;
    display: block;
}

.lot-item:hover {
    box-shadow: 0 0 36px rgb(0 0 0 / 20%);
    transform: scale(1.05);
    text-decoration: none;
}


.pagination li.active  {
    background:white;
    border:1px solid #ECB22E;
}

.pagination li a,
.pagination li span {
    color:#1e1e1e;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.pagination {
    display:inline-flex;
}


.text-small {
    font-size: 0.9rem;
  }
  
.type-area {
    background:white;
    border-radius:10px;
    -webkit-box-shadow: 0px 6px 7.2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 7.2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 7.2px 0px rgba(0,0,0,0.2);
}
.type-area .input-group {
    border-radius:10px;
}
#input-msg {
    border-radius:10px!important;
}
.chat-container .header{
    border-bottom: 1px solid rgba(161, 161, 176, 0.2);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.chat-container {
}
.chat-box {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding:6px;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none; /* для Chrome, Safari и Opera */
}
  
  .rounded-lg {
    border-radius: 0.5rem;
  }
  
  input::placeholder {
    font-size: 0.9rem;
    color: #999;
  }
  
  ul.timeline {
      list-style-type: none;
      position: relative;
  }
  ul.timeline:before {
      content: ' ';
      background: rgba(236, 178, 46, 0.5);;
      display: inline-block;
      position: absolute;
      left: 29px;
      width: 2px;
      height: 100%;
      z-index: 400;
  }
  ul.timeline > li {
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
    flex-direction:column;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(174, 174, 179, 0.25);
    border-radius: 5px;
    margin-left:20px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    color: #000000;
  }
  ul.timeline > li:before {
      content: '';
      background: #FBBC05;
      display: inline-block;
      position: absolute;
      border-radius: 50%;
      border: 2px solid #FFFFFF;
      left: 20px;
      width: 20px;
      height: 20px;
      z-index: 400;
  }

  .media
  {

      margin: 20px 0;
      padding:30px;
  }
  .dp
  {
      border:4px solid #eee;
      transition: all 0.2s ease-in-out;
      border-radius:100%;
  }
  .rating-input {
      display:none;
  }

  .dot{
    display:flex;
    width:6px;
    height:6px;
    background-color:#FBBC05;
    border-radius:100%;
    margin: 1rem;
  }
  footer a.nav-link,
  header a.nav-link{
    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    padding: 3px 1rem;
    line-height: 32px;
    color:white!important;
  }
  .img-container {
    background-image:url('../images/hero_image.png');
    background-size: cover;
  }
  .logo {
    width: 170px;
    height: 41px;
    background-image:url('../images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  
 .mad-btn-outline:hover {
    box-shadow: 0px 4px 4px rgba(236, 178, 46, 0.6);
    background:rgba(236, 178, 46, 0.2);
 }
 .mad-btn-outline {
    font-size:16px;
    text-transform:uppercase;
    color:white!important;
    border: 2px solid #FBBC05;
    box-shadow: 0px 4px 4px rgba(236, 178, 46, 0.3);
    border-radius: 6px;
    padding:10px;
    
    font-style: normal;
    font-weight: 700;
  }

  .mad-btn-fill:hover{
    color:white;
    text-decoration:none;
    box-shadow: 0px 4px 4px rgba(236, 178, 46, 0.6);
}
.mad-btn-fill{
    
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    background: #FBBC05;
    border: 1px solid #ECB22E;
    /* Shadow_2 */
    box-shadow: 0px 4px 4px rgba(236, 178, 46, 0.3);
    border-radius: 6px;
    color:white;
    padding:13px;
    text-transform:uppercase;
}
.hero .lead{
    
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.8);
}
.hero h1{
    
    font-style: normal;
    font-weight: 800;
    font-size: 55px;
}
.hero {
    background: unset;
    color:white;
    padding:20px;
}

.cover {
    left:0;
    top:0;
    position:absolute;
    width:100%;
    height:100%;
    background:black;
    opacity: 0.2;
    z-index: 0;
}

.cstm-btn { 
    display:none;
}

a.white-outline:hover {
    background:rgba(255,255,255,0.2);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
a.white-outline {
    border: 2px solid white;
    border-radius: 5px;
    color: #ffc107;
    padding: 8px 22px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
a.social-item {
    text-decoration:none;
}

.social-item:hover i, .social-item.active i {
    transform:scale(1.1);
}
.social-item i {
    transition:all 0.1s;
    margin-bottom:10px;
    font-size:20px;
    color:white;
    width:40px;
    height:40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius:4px;
}
.social-item.active {
    border-bottom:3px solid #ffc107;
}
.social-item {
    transition:all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:#333;
    font-weight:bold;
}
.lot-sub-title{
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
.lot-sub-subtitle{
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.sub-cat {
    font-size:12px;
    
    height: 20px;
    overflow: hidden;
}
.lot-item-title{
    
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #272621;
    word-break: break-word;
    height: 88px;
    overflow: hidden;
}

.breadcrumb {
    background:unset;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '';
    float: left;
    padding: 0px;
    display: flex;
    width: 6px;
    height: 6px;
    background-color: #FBBC05;
    border-radius: 100%;
    margin: 10px;
    margin-right: 14px;
}

.breadcrumb-item,
.breadcrumb-item a {
    color:#b6b6b6;
}

.list-group.blog .list-group-item.active{
    background:unset;
    font-weight:bold;
    border-left:4px solid #706750;
    color:#333;
}
.list-group.blog .list-group-item{
    border:unset;
    border-radius: 0px;
    font-size:18px;
    border-left:4px solid #ddd;
} 
.news-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 20%);
    border-radius: 5px;
    transition: all 0.2s;
    cursor:pointer;
    display: block;
}

.news-item .card-img-top {
    background:#eee;
}
.news-item .card-title{
    font-weight:bold;
    font-size:26px;
}
.news-item {
    
}
.news-item .date {
    font-size:12px;
    color:rgb(169, 169, 169);
    padding:0px;
    margin:0px;
}
.news-item:hover {
    box-shadow: 0 0 36px rgb(0 0 0 / 20%);
    transform: scale(1.05);
    text-decoration: none;
}

.news-link {
    
    text-transform:uppercase;
    color:#333;
    font-size:20px;
    border-left:2px solid #706750;
    padding-left:12px;
}

.image-blog {
    width:100%;
    height:400px;
    background-size:cover;
    background-position:center;
}
.image-blog-wrapper {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.image-blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.comment-list .row {
  margin-bottom: 0px;
}
.comment-date{
    font-size: 16px;
    line-height: 34px;
}
.comment-list .panel .panel-heading {
  padding: 4px 15px;
  position: absolute;
  border:none;
  /*Panel-heading border radius*/
  border-top-right-radius:0px;
  top: 1px;
}
.comment-list .panel .panel-heading.right {
  border-right-width: 0px;
  /*Panel-heading border radius*/
  border-top-left-radius:0px;
  right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
  padding-top: 6px;
}
.comment-list figcaption {
  /*For wrapping text in thumbnail*/
  word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
  .comment-list .arrow:after, .comment-list .arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
  }
  .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
    border-left: 0;
  }
  /*****Left Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.left:before {
    left: 0px;
    top: 30px;
    /*Use boarder color of panel*/
    border-right-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.left:after {
    left: 1px;
    top: 31px;
    /*Change for different outline color*/
    border-right-color: #FFFFFF;
    border-width: 15px;
  }
  /*****Right Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.right:before {
    right: -16px;
    top: 30px;
    /*Use boarder color of panel*/
    border-left-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.right:after {
    right: -14px;
    top: 31px;
    /*Change for different outline color*/
    border-left-color: #FFFFFF;
    border-width: 15px;
  }
}
.comment-list .comment-post {
  margin-top: 6px;
}
.main-h1:first-letter {
    color:#FBBC05;
}
.sub-h1 {
    display: block;
    
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 0.02em;

    color: rgba(255, 255, 255, 0.8);
}

.lot-container img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.lot-container {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(174, 174, 179, 0.25);
    border-radius: 5px;
}

.model-link {
    
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    /* or 24px */


    color: #272621;
}
.green {
    color:#00DC32;
}
.lot-container a.gold-button{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.lot-container .ic{
    font-size:14px;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    width:20px;
}
.lot-container .bd{
    margin:0;
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
}
.madbid-container .line {
    position:absolute;
    background: #ECB22E;
    border-radius: 5px;
    width:6px;
    height:100%;
    left:0;
    top:0;
}
.madbid-container h1{
    
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    letter-spacing: 0.02em;
    color: #272621;
    margin:0;
}
.madbid-container .date-wrapper{
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;

    color: #000000;
}
.madbid-container {
    position: relative;
    background: rgba(161, 161, 176, 0.2);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.lot-content {
    
}
.extra-line .mute {
    color:rgba(21, 20, 57, 0.4);
}
.extra-line p{
    display:inline-block;
    margin:0;
}
.extra-line {
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    display: flex;
}

.user-wrapper a{
    font-weight: bold;
}

.social-wrap {
    display:flex;
    align-items: center;
    font-size:14px;
    font-weight:bold;
}
.social-wrap i {
    transition:all 0.1s;
    font-size:12px;
    color:white;
    width:22px;
    height:22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius:4px;
}
.rew-s {
    
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.02em;
    color: #272621;
}

.comment-card {
    background: #FFFFFF;
    border: 1px solid rgba(161, 161, 176, 0.2);
    border-radius: 4px;
}

.user-img {
    content:" ";
    display:inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0.8em;
    
    font-size: 0.8em;
    color: white;
    background-size: cover;
    background-position: center;
    border-radius:100%;
    background-color:rgba(21, 20, 57, 0.4);
}
.user-wrapper {
    display: flex;
    align-items: center;
}

.comment-card .comment-date {
    
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(21, 20, 57, 0.4);
}
.comment-card .comment-user {
    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;

    color: #272621;
    display: flex;
    align-items: center;
}
.comment-card header {
    border-bottom:1px solid rgba(161, 161, 176, 0.2);
}
.model-link {
    word-break: break-word;
}

.mad-btn-outline.regular.sm{
    font-size:14px;
    padding:6px;
}
.mad-btn-outline.regular {
    font-weight: 600;
    background: unset;
    color: #FBBC05!important;
    border: 1px solid #ECB22E;
    
}

.dropdown.mad {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #A1A1B0;
    border-radius: 4px;
}

.span-dot {
    width: 6px;
    height: 6px;
    background-color: #FBBC05;
    border-radius: 100%;
    display:inline-flex;
    margin: 4px;
    margin-right: 12px;
}
.reply-btn {
    
}

.price-block a:hover{
    text-decoration:none;
}
.price-block {
    box-shadow: 0px 0px 24px rgb(0 0 0 / 20%);
    border-radius: 5px;
    transition: all 0.2s;
    display: block;   
}

.card-link.sm {
    font-size:12px;
}
.main-link{
    
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 22px;
    color: #000000;
}
.white-mad-card .prc{
    
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.white-mad-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(174, 174, 179, 0.25);
    border-radius: 5px;
    padding:26px;
}

.white-mad-card .leading-image {
    width:100%;
    height:100%;
    background-size: cover;
    background-position: center;
    min-height:130px;
}

.user-wrapper.deal .mute{
    color:rgba(21, 20, 57, 0.4);
}
.user-wrapper.deal {
    font-size:16px;
}


.nav-tabs.mad {
    border-bottom:unset;
    margin-bottom:12px;
}

.nav-tabs.mad .nav-link.active, 
.nav-tabs.mad .nav-item.show .nav-link {
    background: #ECB22E;
    border-radius: 6px;
    color: white;
}

.nav-tabs.mad .nav-link {
    background:unset;
    border:unset;
    color:#ECB22E;
    
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.mad-badge.info {
    background: #706750;
}

.mad-badge.success {
    background: #00DC32;
}
.mad-badge.warning {
    background: #FFD200;
}
.mad-badge {
    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding:20px;
    display: block;
    text-align:center;
    background:#878787;
    border-radius: 5px;
    margin-bottom:28px;
}

.dropdown.deal .btn{
    color: rgba(21, 20, 57, 0.4);
    
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}

.btn.outline-mad.success{
    border: 1px solid #00DC32;
    color:#00DC32;
}
.btn.outline-mad{
    border: 1px solid rgba(21, 20, 57, 0.4);
    
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: rgba(21, 20, 57, 0.4);
    box-shadow: 0px 4px 4px rgba(174, 174, 179, 0.25);
    border-radius: 6px;
}

.hgt {
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.deal-history-label{
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(21, 20, 57, 0.4);
}
.msg {
    display: flex;
    flex-direction: column;
    max-width: 380px;
    font-size:18px;
    font-weight:400;
    margin-bottom:40px;
}

.msg .date {
    font-size:12px;
    color:rgba(0, 0, 0, 0.3);
    margin:0;
}

.msg.admin .content {
    background: #FECF40;
}

.msg.reciver .content {
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
}

.msg .content {
    padding:16px;
    background:white;
    border-radius:6px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: 0px 6px 7.2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 7.2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 7.2px 0px rgba(0,0,0,0.2);
    margin-top:8px;
    overflow-wrap: break-word;
}

.msg.moderated {
    opacity: 0.8;
}

.msg.moderated .content {
    background: #ffe1e1;
    border-left: 3px solid #f5a3a3;
}

.msg.unread .content {
    background: #E8F5E9; /* Light green background for unread messages */
    border-left: 3px solid #4CAF50; /* Green border on the left */
}

.msg .user .user-img,
.msg .user .icon {
    margin-right:6px;
}
.msg .user.revers {
    flex-direction: row-reverse;
}
.msg .user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:15px;
    font-weight:bold;
}


.seo-link {
    
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 172.4%;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    display: inline-block;
    margin-right:8px;
    color: #272621;
}
.pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagination li {
    margin-left: 10px;
    background: #EFEFEF;
    border-radius: 5px;
    color:#1e1e1e;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    width:40px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.pagination li a,
.pagination li span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}
.partners {
    background: rgba(161, 161, 176, 0.2);
}
.part-item img{
    max-width:100%;
}
.part-item {
    display:flex;
    justify-content:center;
    align-items:center;
}

.white-mad-card.disabled {
    opacity: 0.4;
}

.error-summary ul,
.has-error .help-block {
    color:red;
}

.inst ol{
    margin:0px;
}
.inst{
    background: white;
    color: #333;
    text-align: left;
    font-size: 14px;
    border-radius: 4px;
}
.dropdown-item {
    white-space: break-spaces;
    padding: 0.15rem 0.5rem;
}
.sets {
	position:relative;
}
.disabled {

	width:100%;
	height:100%;
	background:rgba(125,125,125,0.5);
	z-index: 10;
}
.set-item label{
	margin-right:20px;
}
.set-item p{
	margin-right:12px;
	min-width:100px;
	font-weight:bold;
}
.set-item {
	display:flex;
	margin-top:10px;
	margin-bottom:10px;
}
.ntf-bdg.active {
	color:#1fe02e;
}
.ntf-bdg {
	font-size:12px;
	color:#8e8e8e;
	padding:10px;
}
.rate-wrapper {
    transform: scale(1.2);
    margin-left: 40px;
}
.notify-source .heading i{
	margin-right:12px;
	color:#0088cc;
}
.notify-source .heading{
	font-size:24px;
	display:flex;
	align-items: center;
	margin-bottom:12px;
}

.limit-link {
    max-width: 194px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.alert {
    font-size: 24px!important;
    padding: 16px!important;
}
.lot-h1 .custom-tooltip img {
    width:30px;
    height:30px;
    margin-top:-8px;
}
.user-image .custom-tooltip {
    position:absolute;
    top: -10px;
    left: -4px;
}
.user-image  {
    position:relative;
}
.user-image img{
    width:14px;
    height: 14px;
}

.chat-box .custom-tooltip img{
    width:14px;
    height: 14px;
    margin-top:-2px;
}

.per-pow {
    display:flex;
    align-items:center;
    justify-content: space-between;
}

.revscnt i {
    font-size: 20px!important;
}
.revscnt{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}


.lot-card-label.website {
    background-color:#FECF40;
}
.lot-card-label.ok {
    background-color:#ed812b;
}
.lot-card-label.twitter {
    background-color:#4BBEFE;
}
.lot-card-label.youtube {
    background-color:#F61C0D;
}
.lot-card-label.facebook {
    background-color:#1877F2;
}
.lot-card-label.instagram {
    background: linear-gradient(
    to right,
    #ffcd52 0%,
    #f34e55 50%,
    #c033b2 100%
    );
}
.lot-card-label.vk {
    background-color:#4C75A3;
}
.lot-card-label.tik-tok {
    background: linear-gradient(
    to right,
    #26f4ee 0%,
    #2d2d2d 25%,
    #2d2d2d 65%,
    #fc2c53 100%
    );
}
.lot-card-label.telegram {
    background-color:#00aaff;
}

.favorite-btn.filled {
    color:#DB547F;
}
.favorite-btn:hover {
    color:#DB547F;
    transform: scale(1.1);
}
.lot-card:hover .favorite-btn {
    display: block;
}
.favorite-btn.full {
    display:block;
    right:20px;
}
.favorite-btn {
    position: absolute;
    display: none;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 26px;
    color:#FECF40;
    transition: all 0.3s;
    background: white;
    border-radius: 4px;
    padding: 4px 14px;
}

.favorite-btn:hover .bb-tooltip {
    visibility: visible;
    opacity: 1;
}
.bb-tooltip {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%; 
    left: 50%; 
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size:12px;
    width:120px;
    text-align:center;
}

.reply-wrapper a {
    color: #0079fbbd;
}

.reply-wrapper {
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
}

.reply-msg p {
    margin: 0;
    font-size: 14px;
    color: #333;
}
.reply-msg {
    margin: -20px -16px;
    margin-right: -16px;
    padding: 10px;
    background: linear-gradient(to right, #eee, #ffffff);
    margin-bottom: 8px;
}

.icon-number-row {
    margin-right: 6px;
}

.user-reviews-widget {
    background-color: #F0F5FF;
    padding: 40px;
}


/* ===== Custom Styles =====*/
.mb__section {
    margin-bottom: 80px;
}

.mb__section__head {
    margin-bottom: 60px;
}

.mb__section__title {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    display: block;
    color: #1e1e1e;
}

.mb__additions {
    padding: 70px 0;
}

.mb__grid {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: repeat(3, 1fr);
}

.mb__card {
    background: #F0F5FF;
    border-radius: 10px;
    padding: 45px 40px;
    display: flex;
    align-items: flex-start;
}

.mb__card__icon {
    width: 85px;
    margin-right: 25px;
    flex: none;
}

.mb__card__icon img {
    width: 100%;
    object-fit: contain;
}

.mb__card__title {
    font-weight: 500;
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    color: #1e1e1e;
    line-height: 1.3;
}

.mb__card__content p {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: normal;
}

.mb__num__grid {
    display: grid;
    gap: 0 20px;
    grid-template-columns: repeat(4, 1fr);
}

.mb__num__card {
    background: linear-gradient(to right, #121315, #0d2c65);
    border-radius: 10px;
    padding: 40px;
}

.mb__num__index {
    display: block;
    color: #FECF40;
    font-size: 69px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}

.mb__num__card p {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.mb__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mb__section__head.mobile {
    display: none;
}

.mb__img__area {
    width: 37%;
}

.mb__item--60 {
    width: 60%;
}

.mb__img__area img {
    aspect-ratio: 1;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.mb__user__wrapper .mb__section__head {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 25px;
}

.mb__page__title {
    display: block;
    font-size: 52px;
    font-weight: normal;
    line-height: 1.2;
}

.mb__tags__row {
    display: flex;
    gap: 0 10px;
    align-self: center;
    width: 30%;
    justify-content: flex-end;
}

.mb__tag {
    font-size: 14px;
    padding: 7px 20px;
    background: #efefef;
    border-radius: 20px;
    color: #7d7d7d;
    border: 1px solid #efefef;
    transition: all 0.25s;

    &:hover {
        background: transparent;
        transition: all 0.25s;
    }
}

.mb__user__info {
    display: grid;
    gap: 20px 30px;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 35px;
}

.mb__user__item:first-child,
.mb__user__item:last-child {
    grid-column: span 3;
}

.mb__user__item:nth-child(2) {
    grid-column: span 2;
    grid-row: span 2;
}

.mb__user__item:first-child {
    background: rgba(254, 207, 64, 0.2);
    display: flex;
    justify-content: space-between;
}

.mb__user__item:nth-child(2) {
    background: #F0F5FF;
}

.mb__user__item:last-child {
    padding: 0;
}

.mb__user__item {
    padding: 25px;
    border-radius: 10px;
}

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

.mb__link__text {
    display: block;
    align-items: center;
    color: #1e1e1e;
    font-size: 18px;
    transition: all 0.25s;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 270px;

    &:hover {
        color: #FECF40;
        transition: all 0.25s;
    }
}

.mb__icon__chain {
    width: 21px;
    height: 17px;
    color: #000;
    opacity: 0.5;
    margin-right: 10px;
    flex: none;
    display: block;
}

.mb__icon__arrow {
    width: 16px;
    height: 8px;
    color: #1e1e1e;
    display: block;
    flex: none;
}

.mb__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: auto;
}

.mb__user__title {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #1e1e1e;
    margin-bottom: 7px;
}

.mb__user__avatar {
    margin-right: 10px;
    width: 40px;
    flex: none;
}

.mb__user__avatar img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
}

.mb__user__name {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: #1e1e1e;
    line-height: 1.3;
}

.mb__name__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: block;
    color: #1e1e1e;
}

.mb__verified__icon {
    margin-left: 10px;
    width: 17px;
    display: block;
    flex: none;
}

.mb__verified__icon img {
    width: 100%;
}

.mb__reg__info {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #7d7d7d;
}

.mb__user__head {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.mb__total__row {
    display: flex;
}

.mb__total__item {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 0 15px 7px 0;
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    line-height: 1;
}

.mb__total__item:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.mb__total__num {
    margin-right: 5px;
}

.mb__total__num span {
    font-weight: bold;
}

.mb__total__icon {
    display: block;
    width: 18px;
    height: 24px;
    color: #000;
    opacity: 0.5;
    margin-right: 10px;
}

.mb__user__adv {
    display: grid;
    gap: 0 20px;
    grid-template-columns: repeat(3, 1fr);
}

.mb__adv__item {
    display: flex;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 15px 20px;
}

.mb__adv__icon {
    display: block;
    width: 18px;
    height: 20px;
    color: #000;
    opacity: 0.5;
    margin-right: 15px;
    flex: none;
    margin-top: 3px;
}

.mb__adv__index {
    display: block;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: bold;
    line-height: 1.3;
}

.mb__adv__descript {
    display: block;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: normal;
    line-height: 1.2;
}

.mb__user__descript {
    width: 85%;
    margin-bottom: 25px;
}

.mb__user__descript p {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    color: rgba(30, 30, 30, 0.84);
}

.mb__user__text {
    max-height: 240px;
    overflow: hidden;
    transition: all 0.5s;
}

.mb__user__descript.active .mb__user__text {
    max-height: 1000px;
    transition: all 0.5s;
}

.mb__more__link {
    font-size: 20px;
    font-weight: normal;
    color: #1e1e1e;
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
    cursor: pointer;

    &:hover {
        text-decoration: none;
    }
}

.mb__more__link::after {
    content: '';
    width: 15px;
    height: 10px;
    margin-left: 10px;
    background: url(../images/angle_down_black.svg) no-repeat center center / contain;
}

.mb__more__link span:last-child {
    display: none;
}

.mb__more__link.active span:last-child {
    display: block;
}

.mb__more__link.active span:first-child {
    display: none;
}

.mb__more__link.active::after {
    transform: rotate(180deg);
}

.mb__btn {
    font-family: var(--main-font);
    font-size: 22px;
    font-weight: 500;
    display: inline-flex;
    padding: 15px 40px;
    background: #FECF40;
    text-align: center;
    transition: all 0.25s;
    justify-content: center;
    align-items: center;
    border: 1px solid #FECF40;
    cursor: pointer;
    color: #1e1e1e;
    border-radius: 10px;
}

.mb__btn__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mb__user__wrapper .mb__btn {
    min-width: 420px;
    margin-right: 40px;
}

.mb__total__price {
    display: block;
    font-size: 34px;
    font-weight: bold;
    color: #1e1e1e;
    line-height: 1;
}

.mb__process__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}

.mb__process__card {
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mb__process__num {
    display: block;
    font-size: 52px;
    font-weight: bold;
    color: #FECF40;
    line-height: 1;
}

.mb__process__title {
    font-size: 24px;
    font-weight: 500;
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
}

.mb__process__card p {
    font-size: 16px;
    font-weight: normal;
}

.mb__process__bottom {
    display: flex;
    justify-content: flex-end;
}

.mb__icon__wideArrow {
    display: block;
    width: 57px;
    height: 12px;
    color: #FECF40;
}

.mb__icon__check {
    width: 28px;
}

.mb__icon__check img {
    width: 100%;
}

.mb__icon__check.mobile {
    display: none;
}

.mb__process__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.garanty__grid .mb__card {
    align-items: center;
}

.garanty__grid .mb__card__title {
    margin-bottom: 0;
}


/* ===== RESPONSIVE STYLE ===== */
@media (max-width:1440px) {
    .container {
        max-width: 1280px;
    }

    .mb__section__head {
        margin-bottom: 50px;
    }

    .mb__card__icon {
        width: 70px;
        margin-right: 20px;
    }

    .mb__card,
    .mb__num__card {
        padding: 35px 30px;
    }

    .mb__grid {
        gap: 30px 35px;
    }

    .mb__card__content p,
    .mb__num__card p,
    .mb__link__text,
    .mb__user__descript p,
    .mb__more__link,
    .mb__process__card p {
        font-size: 18px;
    }

    .mb__section__title {
        font-size: 34px;
        font-weight: 500;
    }

    .mb__num__index {
        font-size: 40px;
    }

    .mb__page__title {
        font-size: 36px;
    }

    .mb__user__item,
    .mb__adv__item {
        padding: 15px;
    }

    .mb__user__title,
    .mb__adv__index {
        font-size: 18px;
    }

    .mb__user__name,
    .mb__process__title,
    .mb__card__title {
        font-size: 22px;
    }

    .mb__user__info {
        gap: 20px;
        margin-bottom: 20px;
    }

    .mb__adv__icon {
        width: 20px;
        margin-right: 10px;
        margin-bottom: 4px;
    }

    .mb__user__text {
        max-height: 90px;
    }

    .mb__btn {
        font-size: 18px;
        padding: 10px 30px;
    }

    .mb__total__price {
        font-size: 25px;
    }

    .mb__adv__descript {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 130px;
     
    }

    .mb__total__item {
        margin: 0 10px 7px 0;
        padding-right: 10px;
    }

    .mb__total__icon {
        margin-right: 5px;
        width: 14px;
        height: 14px;
    }

    .mb__total__num {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100px;
        display: block;
        font-size: 16px;
    }

    .mb__img__area {
        width: 33%;
    }

    .mb__item--60 {
        width: 65%;
    }

    .mb__name__text {
        max-width: 180px;
    }

}

@media (max-width:1280px) {
    .mb__card__title {
        font-size: 18px;
    }

    .mb__card__icon {
        width: 60px;
    }

    .mb__section__title {
        font-size: 34px;
        font-weight: 500;
    }

    .mb__section__head {
        margin-bottom: 40px;
    }

    .mb__card,
    .mb__num__card {
        padding: 25px 20px;
    }

    .mb__user__wrapper .mb__btn {
        min-width: 350px;
    }

    .mb__item--60 {
        width: 52%;
    }

    .mb__img__area {
        width: 45%;
    }

    .mb__user__info {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 30px;
    }

    .mb__user__item:first-child,
    .mb__user__item:last-child {
        grid-column: auto;
    }

    .mb__user__item:nth-child(2) {
        grid-column: auto;
        grid-row: auto;
    }

    .mb__user__descript {
        width: 100%;
    }

    .mb__user__text {
        max-height: 70px;
    }

    .mb__section__head.mobile {
        display: flex;
        justify-content: space-between;
    }

    .mb__user__wrapper .mb__section__head {
        display: none;
    }

    .mb__process__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mb__total__num {
        max-width: 90px;
        font-size: 14px;
    }

}

@media (max-width:1024px) {
    .mb__user__wrapper .mb__btn {
        min-width: 250px;
    }

    .mb__adv__descript {
        max-width: 95px;
    }
}

@media (max-width:768px) {
    .mb__name__text { 
        font-size: 20px;
    }
    .mb__grid,
    .mb__num__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .mb__section__head {
        margin-bottom: 30px;
    }

    .mb__tags__row {
        align-self: start;
        width: auto;
        margin-top: 10px;
    }

    .mb__section__head.mobile {
        flex-direction: column;
    }

    .mb__btn__container {
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .mb__user__main {
        display: flex;
        flex-direction: column-reverse;
    }

    .mb__page__title {
        font-size: 24px;
    }

    .mb__img__area {
        margin: 0 0 30px;
    }

    .mb__user__text {
        max-height: 275px;
    }

    .mb__item--60 {
        width: 100%;
    }

    .mb__img__area {
        width: 100%;
    }

    .mb__user__descript {
        margin: 0;
    }

    .mb__process__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .mb__process__card {
        padding: 25px 20px;
    }

    .mb__process__num {
        font-size: 40px;
    }

    .mb__process__bottom {
        display: none;
    }

    .mb__icon__check.mobile {
        display: block;
    }

    .mb__adv__descript {
        max-width: 110px;
    }

    .mb__user__info {
        display: flex;
        flex-direction: column;
    }

    .mb__order-1 {
        order: 1;
    }

    .mb__order-2 {
        order: 2;
    }

    .mb__order-3 {
        order: 3;
    }

}

@media (max-width:767px) {
    .container {
        padding: 0 15px;
    }

    .mb__grid,
    .mb__num__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .mb__adv__item {
        flex-direction: column;
    }

    .mb__user__adv {
        gap: 0 10px;
    }

    .mb__adv__index {
        font-size: 14px;
    }

    .mb__total__item {
        margin: 0 10px 7px 0;
        padding-right: 10px;
    }

    .mb__btn__container {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .mb__total__price {
        margin-bottom: 20px;
    }

    .mb__user__info {
        gap: 15px;
    }

    .mb__user__wrapper .mb__btn {
        min-width: 100%;
    }

    .mb__adv__descript {
        max-width: 75px;
        font-size: 10px;
    }

    .mb__link__text {
        max-width: 250px;
        font-size: 18px;
    }
    .mb__icon__chain{
        width: 16px;    
    }

}

/* ===== Custom Styles END =====*/