* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Jost", sans-serif;
  background: #fff;
}
.pt-50 {
  padding-top: 50px;
}
h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
}

h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 0;
}

h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

a {
  width: fit-content;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

a:hover {
  color: var(--blue) !important;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

ul {
  padding-left: 0;
}
ul,
li {
  list-style: none;
  margin-bottom: 0;
}

.container {
  max-width: 1480px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  border-bottom: 1px solid #ced2d9;
  padding: 24px 0;
}

.header-content,
.header-left,
.header-nav ul,
.header-right {
  display: flex;
  align-items: center;
}

.header-content {
  justify-content: space-between;
}

.header-logo {
  margin-right: 85px;
}

.header-nav ul li {
  margin-right: 50px;
}

.header-nav ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #091e42;
  
}

.header-nav ul li a:hover {
  opacity: .7;
}

.header-nav ul li a.active {
  color: #11457b;
}

.header-langs .dropdown-toggle::after {
  display: none;
}

.header-langs button {
  padding: 10px 20px;
  border-radius: 50px;
  border: 2px solid #11457b;
  color: #091e42;
}

.header-langs button:hover {
  background: #11457b;
  color: #fff;
}

.header-profile {
  margin-left: 15px;
}
.header-profile a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #11457b;
}
.header-profile__user {
  display: flex;
  align-items: center;
  background: #2872be;
  border-radius: 50px;
  padding-right: 30px;
}
.header-profile__user span {
  margin-left: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.breadcrumb-bg {
  background: #11457b;
  padding: 30px 0;
}
.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item.active {
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
}
.breadcrumb-item.active {
  text-transform: uppercase;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.categories-item {
  width: 260px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 10px 0 #00000040;
  margin-bottom: 20px;
  border-radius: 12px;
}

.categories-item__text {
  padding: 10px;
}

.categories-item__text h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #11457b;
}

.categories-item__text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #091e42;
}

.auction {
  padding-top: 80px;
}

.auction h2 {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}

.auction-item {
  box-shadow: 0 4px 30px 0 #00000014;
  padding: 25px;
  border-radius: 12px;
}

.auction-item__img {
  width: 100%;
  height: 338px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}

.auction-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.auction-item__text h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #091e42;
  margin-bottom: 25px;
}

.auction-item__aqua {
  background: #eff7f5;
  padding: 8px 0;
}

.auction-item__orange {
  background: #fff9ed;
  padding: 8px 0;
}

.auction-item__detail {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #11457b;
  border-radius: 8px;
  padding: 20px;
  margin-top: 25px;
  color: #11457b;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.auction-item__detail:hover {
  background: #11457b;
  color: #fff !important;
}

.auction-links {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auction-links a {
  width: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #11457b;
  border-radius: 8px;
  padding: 20px;
  margin-top: 25px;
  color: #11457b;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.auction-links a:hover {
  background: #11457b;
  color: #fff !important;
}
.stats {
  margin: 80px 0;
}
.stats h2 {
  margin-bottom: 65px;
}

.stats-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  box-shadow: 0 4px 30px 0 #00000014;
  border-radius: 12px;
}

.stats-item__text h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #091e42;
  margin-bottom: 10px;
}

.stats-item__text h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #11457b;
}

.banner-content {
  overflow: hidden;
}

.banner-content .col-md-6 {
  padding: 0;
}

.banner-left {
  background: #9cc;
  height: 595px;
  padding: 100px;
  position: relative;
}

.banner-left:after {
  width: 300px;
  height: 100%;
  content: "";
  left: 0;
  top: 60px;
  position: absolute;
  background: url("/assets/img/banner-line.png") no-repeat;
}

.banner-left h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  color: #091e42;
  margin-bottom: 25px;
}

.banner-left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #091e42;
}

.banner-left a {
  position: relative;
  border-radius: 8px;
  padding: 20px 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background: #11457b;
  z-index: 1;
}

.banner-left a:hover {
  border: 1px solid #11457b;
  background: transparent;
  color: #11457b !important;
}
.banner-right {
  width: 100%;
  height: 595px;
}

.banner-right img {
  width: 100%;
}

.banner-right {
  position: relative;
}

.banner-right__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #11457b;
  border: none;
}

#banner .modal-content {
  width: 100%;
  height: 600px;
}

#banner .modal-content iframe {
  width: 100%;
  height: 100%;
}
.news {
  margin-top: 60px;
  margin-bottom: 130px;
}

.view-all {
  font-weight: 400;
  font-size: 24px;
  line-height: 22px;
  color: #091e42;
  margin-bottom: 50px;
  margin-top: 30px;
}

.news-big__img {
  width: 100%;
  height: 422px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 18px;
}

.news-big__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-big h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #091e42;
  margin-bottom: 10px;
}

.news-big p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #091e42;
}

.news-big__link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #11457b;
  border-radius: 8px;
  padding: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-top: 10px;
}

.news-big__link:hover {
  background: #fff;
  border: 1px solid #11457b;
  color: #11457b;
}
.news-item {
  margin-bottom: 20px;
}

.news-item__img {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 16px;
}

.news-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-item__text {
  width: calc(100% - 90px);
}

.news-item__text h3, .news-item__text h3 a {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #091e42;
}

.news-item__text a:hover {
  opacity: .7;
}

.footer {
  background: #11457b;
}

.footer-top {
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
}

.footer-bottom {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #6b788e;
}

.footer-top__left p {
  max-width: 385px;
  margin-top: 15px;
  margin-bottom: 35px;
  color: #fff;
}

.footer-top__left ul {
  display: flex;
  align-items: center;
}

.footer-top__left ul li {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #002f2f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.footer-top__center h3,
.footer-top__right h3 {
  width: fit-content;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.footer-top__center ul li {
  margin-bottom: 15px;
}

.footer-top__center ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.footer-top__center ul li a:hover,
.footer-top__right ul li a:hover {
  opacity: .7;
  color: #fff !important;
}

.footer-top__right ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.footer-top__right ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.footer-top__right .footer-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002f2f;
  margin-right: 16px;
}

.footer-bottom p {
  margin-bottom: 0;
  color: #fff;
  opacity: .7;
}

.faqs {
  margin-top: 40px;
  margin-bottom: 20px;
}

.faqs .accordion-item {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
}

.faqs .accordion-button {
  box-shadow: 0 4px 30px 0 #00000014;
  background: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #091e42;
  border-radius: 12px;
}

.accordion-collapse.show {
  box-shadow: 0 4px 30px 0 #00000014;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.faqs .accordion-body {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #3a4b68;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.contacts {
  margin: 40px 0;
}

.contacts-item {
  min-height: 150px;
  box-shadow: 0 4px 30px 0 #00000014;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.contacts-icon {
  margin-right: 18px;
}

.contacts-text h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.contacts-text a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #3a4b68;
  margin-bottom: 5px;
}

.contacts-map {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  box-shadow: 0 4px 30px 0 #00000014;
  overflow: hidden;
}

.contacts-map iframe {
  width: 100%;
  height: 100%;
}

.instructions {
  margin: 30px 0;
}
.instructions-content {
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 30px 0 #00000014;
  color: #11457b;
}

.instructions-content h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}

.instructions-content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 20px;
}

.instructions-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.lots {
  margin-top: 20px;
  margin-bottom: 100px;
}

.lots-title {
  box-shadow: 0 0 30px 0 #00000014;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 10px;
}

.lots-title a {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #11457b;
  margin-bottom: 0;
}

.lots-btns {
  margin-bottom: 10px;
}

.lots-btns a {
  box-shadow: 0 0 30px 0 #00000014;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #11457b;
  border-radius: 12px;
  margin-right: 10px;
  
}

.lots-categories {
  box-shadow: 0 4px 30px 0 #00000014;
  border-radius: 12px;
  padding: 30px;
}
.lots-categories li {
  cursor: pointer;
}

.lots-categories h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  color: #11457b;
}
.lots-categories li {
  margin-bottom: 20px;
}
.lots-categories__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #11457b;
  margin-left: 10px;
}

.lots label {
  cursor: pointer;
}

.lots input[type=checkbox] {
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  appearance: none; /* Standart checkboxni yo'q qilish */
  width: 20px;
  height: 20px;
  border: 2px solid #11457b;
  background-color: #11457b;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 4px;
}

.lots input[type=checkbox]:checked {
  background-color: white;
}

.lots input[type=checkbox]:checked::before {
  content: "✓";
  font-size: 16px;
  font-weight: bold;
  color: #11457b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lots-item {
  box-shadow: 0 4px 30px 0 #00000014;
  height: 200px;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.lots-status {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}

.lots-status span {
  margin-right: 10px;
}

.logs-status__open {
  background: #fac03c;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.logs-status__closed {
  background: #fa3c3c;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.lots-img {
  width: 260px;
  height: 200px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.lots-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lots-info h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #091e42;
  margin-bottom: 10px;
  padding-left: .5rem;
}

.lots-info .table > :not(caption) > * > * {
  color: #11457b;
}

.lots-link a {
  padding: 10px;
  background: #11457b;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  border-radius: 5px;
}

.lots-link a:hover {
  color: #11457b !important;
  background: transparent;
  border: 1px solid #11457b;
}

.lots-details {
  margin-top: 30px;
  margin-bottom: 40px;
}

.gallery .main-image {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
}
.gallery .thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  margin: 5px;
  transition: transform 0.2s ease-in-out;
}
.gallery .thumbnail:hover {
  transform: scale(1.1);
}

.lots-details__info h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #091e42;
  margin-bottom: 10px;
}

.lots-details__info h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #091e42;
  margin-bottom: 10px;
}

.lots-details__info ul li {
  display: flex;
  flex-direction: column;
}

.lots-details__info ul li strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #091e42;
  margin-bottom: 10px;
}

.lots-details__info ul li span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 20px;
}

.lots-details .timer {
  margin-top: 20px;
  margin-bottom: 30px;
}

.lots-details__link a {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #2872be;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
}

.lots-details__link a:hover {
  background: transparent;
  color: #2872be !important;
  border: 1px solid #2872be;
}

.lots-details .countdown-container {
  display: flex;
  /*justify-content: center;*/
  gap: 20px;
  /*margin-top: 50px;*/
}
.lots-details .countdown-item {
  text-align: center;
}
.lots-details .timer .circle {
  width: 80px;
  height: 80px;
  background-color: #11457b;
  color: white;
  font-size: 44px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.lots-details .timer .label {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #091e42;
}

.profile-content {
  box-shadow: 0 9px 30px 0 #00000017;
  border-radius: 12px;
  padding: 30px;
  margin: 20px 0;
}

.profile-sidebar {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #d9d9d9;
}

.profile-sidebar__card {
  box-shadow: 0 1px 5px 0 #00000040;
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.profile-card__img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}

.profile-card__info h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #091e42;
  margin-bottom: 5px;
}

.profile-card__info .text-muted {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #909090;
  margin-bottom: 5px;
}

.profile-card__info .bg-success {
  background: #2dcf76 !important;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 15px;
}

.profile-card__balance ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.profile-card__balance ul li p {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}

.profile-card__balance ul li:first-child p {
  color: #2872be;
}

.profile-card__balance ul li:nth-child(2) p {
  color: #2dcf76;
}

.profile-card__balance ul li:last-child p {
  color: #3a4b68;
}
.profile-sidebar__menu li {
  padding: 10px 20px;
}
.profile-sidebar__menu li:not(:last-child) {
  margin-bottom: 8px;
}

.profile-sidebar__menu li.active {
  background: #2872be;
  border-radius: 5px;
}
.profile-sidebar__menu li.active a > p {
  color: #fff;
}
.profile-sidebar__menu li.active svg,
.profile-sidebar__menu li.active svg path {
  stroke: #fff;
  fill: #fff;
}

.profile-sidebar__menu li a > p {
  margin-left: 10px;
}

.profile-sidebar__menu p {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #6b788e;
  margin-bottom: 0;
}
.info-content ul li {
  margin-bottom: 20px;
}

.profile-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #11457b;
  margin-bottom: 20px;
}

.info-content h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #2872be;
  margin-bottom: 10px;
}

.info-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #091e42;
  margin-bottom: 0;
}

.profile-table th,
.profile-table td {
  padding: 20px;
}

.profile-table th {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #11457b;
}

.profile-table td {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #6b788e;
}

.search-container {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
}
.search-input {
  flex: 1;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  outline: none;
}
.search-button {
  background-color: #2872be;
  border: none;
  padding: 10px 15px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.search-button i {
  font-size: 18px;
}

.download-btn {
  display: flex;
  align-items: center;
  background: #eee;
  border-radius: 30px;
  padding-right: 15px;
  float: right;
  /*padding: 5px 15px;*/
  /*text-decoration: none;*/
  /*font-size: 18px;*/
  /*color: #555;*/
  /*font-weight: bold;*/
  transition: background 0.3s ease;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #6b788e;
}

.download-btn:hover {
  background: #ddd;
}

.download-icon {
  width: 40px;
  height: 40px;
  background: #11457b;
  /*background: #1e73be;*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.download-icon svg {
  width: 18px;
  height: 18px;
}

.protocols-item {
  box-shadow: 0px 1px 4px 0px #00000040;
  border-radius: 12px;
  overflow: hidden;
}

.protocols-img {
  width: 100%;
  height: 180px;
}

.protocols-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.protocols-info {
  padding: 10px;
}
.protocols-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #6b788e;
  margin-bottom: 10px;
}

.protocols-info h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #11457b;
  margin-bottom: 20px;
}

.currency-add .nav-item {
  width: 50%;
  box-shadow: 0 1px 4px 0 #00000040;
  border: none;
  border-radius: 5px;
}
.currency-add li .nav-link {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #6b788e;
  padding: 14px;
}
.currency-add .nav-link.active {
  background: #2872be;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.currency-add .nav-tabs .nav-link:focus,
.currency-add .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.currency-add .tab-content .text-danger {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #fa3c3c;
}

.currency-add__btns a {
  padding: 10px;
  background: #2872be;
  border-radius: 5px;
  
}

.currency-add__btns a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  margin-left: 10px;
}

.receipt-container {
  /*max-width: 800px;*/
  /*border: 2px solid #ddd;*/
  /*padding: 20px;*/
  /*margin: auto;*/
  /*background: #fff;*/
}
.receipt-header {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #2872be;
  
}
.section-title {
  font-weight: bold;
  color: #0056b3;
}
.info-text {
  color: #aaa;
}
.qr-code {
  width: 100px;
  height: 100px;
  /*background: #f0f0f0;*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666;
}
.notification-box {
  border-right: 2px solid #ddd;
  padding: 20px;
}
.cashier {
  font-weight: bold;
  margin-top: 50px;
}

.header-mobile {
  display: none;
}

@media (max-width: 1280px) {
  .header-logo {
    margin-right: 30px;
  }
  .header-nav ul li {
    margin-right: 15px;
  }
  
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
  .header {
    padding: 20px 0;
  }
  .header-logo a img {
    width: 100px;
    height: auto;
  }
  
  .header-langs button {
    padding: 5px 15px;
  }
  .header-profile a {
    width: 40px;
    height: 40px;
  }
  .auction-item__img {
    height: 200px;
  }
  .auction-item {
    padding: 20px;
  }
  .auction-item__detail {
    margin-top: 20px;
  }
  .stats-item__icon {
    width: 60px;
    height: 60px;
  }
  .stats-item__icon img {
    width: 100%;
    height: 100%;
  }
  .stats-item__text h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .stats-item {
    align-items: center;
  }
  .banner-left {
    padding: 70px;
  }
  .banner-right img {
    height: 100%;
    object-fit: cover;
  }
  .news-big__img {
    height: 280px;
  }
  .news-big h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .news-item__text h3, .news-item__text h3 a {
    font-size: 18px;
    line-height: 22px;
  }
  .lots-categories {
    margin-bottom: 20px;
    padding: 20px;
  }
  .lots-categories ul li:last-child {
    margin-bottom: 0;
  }
  .profile-sidebar__card > div {
    flex-direction: column;
    align-items: center;
  }
  .profile-card__img img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header-profile__user {
    padding-right: 10px;
  }
  .header-profile__user span {
    font-size: 14px;
    line-height: 100%;
  }
  /*.lots-item {*/
  /*  height: auto;*/
  /*  padding: 15px 0;*/
  /*}*/
}

@media (max-width: 768px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 999;
    padding: 15px 0;
  }
  .header-desktop {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .header-mobile .logo img {
    height: 50px;
  }
  .burger-container {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
  }
  .burger-container svg {
    width: 30px;
  }
  
  .mobile-contacts__menu {
    padding: 10px;
    color: #fff;
    font-weight: 600;
  }
  /* Checkbox Hack */
  #burger-toggle {
    display: none;
  }
  
  /* Navigation Styles */
  .nav-menu {
    position: fixed;
    top: 80px;
    right: -1000px;
    width: 320px;
    height: 100%;
    transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    overflow-y: auto;
    box-shadow: 2px 2px 7px #d2d2d2ab;
  }
  
  .nav-menu ul {
    list-style-type: none;
  }
  
  .nav-menu ul li {
    border-bottom: 1px solid #ffffff1a;
  }
  
  .nav-menu ul li a {
    color: #091e42;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    font-weight: 500;
    position: relative;
    overflow: hidden;
  }
  
  .nav-menu ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: #091e42;
    transition: left 0.3s ease;
  }
  
  .nav-menu ul li a:hover::after {
    left: 0;
  }
  
  /* Navigation Slide In */
  #burger-toggle:checked ~ .nav-menu {
    right: 0;
    top: 80px;
    width: 320px;
    padding: 15px;
    background: #fff;
  }
  .mobile-logo {
    width: 95%;
  }
  
  .header-mobile {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .stats-item {
    margin-bottom: 10px;
  }
  .banner-left,
  .banner-right {
    height: auto;
  }
  .banner-right__icon {
    width: 80px;
    height: 80px;
  }
  .banner-right__icon svg {
    width: 28px;
  }
  .news-big {
    margin-bottom: 20px;
  }
  .footer-top {
    padding: 40px 0;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .breadcrumb-bg {
    margin-top: 80px;
    padding: 15px 0;
  }
  .breadcrumb-bg .breadcrumb {
    margin-bottom: 0;
  }
  .lots-item {
    flex-direction: column;
    height: auto;
  }
  .lots-img {
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .lots-info {
    padding: 15px;
  }
  .lots-item .table {
    width: 100% !important;
    white-space: nowrap;
  }
  .lots-link {
    margin-right: 0 !important;
  }
  .profile-content {
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .profile-sidebar {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    
  }
  .profile-sidebar__card > div {
    align-items: start;
  }
  .info-content .col-md-4 ul li:last-child {
    margin-bottom: 0;
  }
  .profile table {
    white-space: nowrap;
  }
  .currency-add .tab-content .text-danger {
    font-size: 18px;
    line-height: 22px;
  }
  .currency-add li .nav-link {
    height: 100%;
  }
}

@media (max-width: 576px) {
  .mobile-logo {
    width: 90%;
  }
  .pt-50 {
    padding-top: 30px;
  }
  .categories-item {
    width: 100%;
  }
  .categories-item__text h3 {
    font-size: 18px;
  }
  .categories-item {
    min-width: 320px;
  }
  .auction {
    padding-top: 40px;
  }
  .auction h2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 36px;
  }
  .auction-links {
    margin-top: 30px;
  }
  .stats {
    margin: 40px 0;
  }
  .stats h2 {
    margin-bottom: 30px;
  }
  .banner-left {
    padding: 40px;
  }
  .banner-left h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .banner-left a {
    padding: 15px 25px;
  }
  .news {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .news-big__img {
    height: 200px;
  }
  .news-big ul li {
    display: flex;
    align-items: center;
  }
  .news-big h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-top__center {
    margin: 18px 0;
  }
  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom p {
    font-size: 14px;
  }
  .faqs .accordion-button {
    font-size: 18px;
    line-height: 22px;
  }
  .faqs .accordion-body {
    font-size: 16px;
    line-height: 20px;
  }
  .contacts-map {
    height: 320px;
  }
  .contacts-item {
    padding: 20px;
  }
  
  .contacts-text h3,
  .breadcrumb-item,
  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 18px;
    line-height: 22px;
  }
  .instructions-content h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .instructions-content {
    padding: 20px;
  }
  .lots-title a {
    font-size: 14px;
    line-height: 18px;
  }
  .lots-categories h3 {
    margin-bottom: 18px;
  }
  .gallery .main-image {
    max-width: 320px;
    height: 280px;
  }
  .gallery .thumbnail {
    width: 60px;
    height: 60px;
  }
  .lots-details__info h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .lots-details .timer .circle {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .paysys img {
    width: 60px;
    height: 60px;
  }
  .paysys ul {
    flex-wrap: wrap;
  }
  .paysys ul li {
    margin-bottom: 20px;
    margin-right: 10px !important;
  }
}
