html {
    overflow-x: hidden !important;
}
body {
    font-family: "BPG Mrgvlovani Caps 2010";
    color: var(--dark-color);
    line-height: normal;
    font-size: 14px;
}
p {
    font-family: "BPG Mrgvlovani";
}
* {
    transition: color 0.4s ease;
    transition: background-color 0.4s ease;
}
:root {
    --primary-color: #ED1B24;
    --bg-color: #F6F6F6;
    --text-grey: #5B5B5B;
    --border-radius: 5px;
}
.img_fluid {
    width: 100%;
    height: 100%;
    display: block;
}
.slider_img {
    width: 100%;
    height: 750px;
}
.slider_img img {
    object-fit: cover;
    object-position: center;
}
.margin10 {
    margin-left: 10vw;
    margin-right: 10vw;
}
.padding10 {
    padding-left: 10vw;
    padding-right: 10vw;
}
/* header start*/
.header__top {
    background-color: var(--bg-color);
    height: 40px;
}
.header__top>div {
    gap: 22px;
    align-items: center;
    height: 100%;
    font-size: 10px;
}
.header__middle {
    margin-top: 13px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__middle>a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.header__middle>a span {
    color: #9F0A0E;
    font-family: "Gilroy GEO";
    font-size: 12px;
    text-transform: capitalize;
}
.header__middle>a span:last-child {
    color: #ED1B24;
    font-family: "Gilroy GEO";
    font-size: 12px;
    text-transform: capitalize;
}
.lang {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.lang>a {
    font-size: 10px;
}
.lang>a:nth-child(2) {
    padding: 0 20px;
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
}
.search {
    display: flex;
    align-items: center;
    position: relative;
}
.search a {
    position: absolute;
    right: 0;
    height: 40px;
}
.search input {
    height: 40px;
    width: 400px;
    border-radius: 20px;
    padding-left: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #E5E5E5;
    outline: none;
}
.search>div:first-child {
    height: 40px;
    min-width: 123px;
    border: 1px solid #E5E5E5;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 10px;
    cursor: pointer;
    position: relative;
    overflow: visible !important;
}
.search .not-active .dropdown-content {
    display: none;
}
.search .active .dropdown-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 50px;
}
.language-dropdown div {
    display: none;
}
.language-dropdown:hover div {
    display: block;
    position: absolute;
}
.header__bottom {
    height: 50px;
    background-color: var(--primary-color);
    color: white;
}
.registration button {
    font-size: 10px;
}
.registration a:first-child button {
    color: white;
}
.registration a:last-child button {
    color: #5B5B5B;
    background-color: white;
    height: 30px;
    border-radius: 20px;
    width: 114px;
    margin-left: 10px;
}
.registration a:last-child button:hover {
    color: white;
    background-color: black;
}
.time {
    padding: 5px 30px;
    border-radius: 20px;
    border: 1px solid white;
    font-family: 'Gilroy GEO';
    font-size: 16px;
}
.header__bottom>div:first-child span {
    font-size: 12px;
    position: relative;
}
.header__bottom>div:first-child span:first-child {
    margin-right: 15px;
}
/* header end */
/* footer start */
footer.footer {
    min-height: 200px;
    background-color: var(--bg-color);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-top: 40px;
}
.footer__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__items a {
    font-size: 10px;
}
.footer__items a:hover {
    color: var(--primary-color) !important;
}
.footer__items a:first-child {
    margin-bottom: 10px;
    font-family: "Gilroy GEO";
    font-size: 12px;
}
.credits {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: flex-end;
}
.credits a {
    color: var(--primary-color) !important;
}
/* footer end */
/* Landing page start */
main {
    min-height: calc(100vh - 170px - 210px - 40px);
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}
.showcaseSlider-pagination {
    position: absolute;
    z-index: 100;
}
.swiper-pagination-bullet-active {
    background: var(--primary-color);
}
.slider__text {
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
}
.slider__text button {
    background-color: var(--primary-color);
    color: white;
    padding: 15px 30px;
    border-radius: 15px;
}
.slider__text button:hover {
    background-color: white;
    color: var(--primary-color);
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper {
    height: 500px;
    width: 100%;
}
section.slider {
    margin-bottom: 40px;
}
h2 {
    text-align: center;
    font-family: "Gilroy GEO";
    font-size: 20px;
}
section.last-auctions {
    font-size: 20px;
    font-family: "Gilroy GEO";
}
.auction__img {
    position: relative;
}
.auction__img::before {
    content: "";
    background-color: #C1C1C1;
    position: absolute;
    height: 1px;
    width: 134px;
    left: -150px;
    top: 40%;
    z-index: 5;
}
.auction__img::after {
    content: "";
    background-color: #C1C1C1;
    position: absolute;
    height: 1px;
    width: 134px;
    right: -150px;
    top: 40%;
    z-index: 5;
}
.auctions__item {
    flex: 0 0 23%;
    min-width: 250px;
}
.auctions__main .auctions__item {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    min-width: 0;
}
/* Ensure exactly 3 items per row for products page */
.auctions__main .auctions__container.gap30 .auctions__item {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
}
.img-wrapper>*:not(img) {
    position: absolute;
}
.lot-number {
    top: 10px;
    left: 10px;
    font-family: "Gilroy GEO";
    font-size: 10px;
    color: white;
    background: var(--primary-color);
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.lot-bids {
    top: 10px;
    right: 10px;
    font-family: "Gilroy GEO";
    font-size: 10px;
    color: black;
    background: white;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.time-container {
    display: flex;
    gap: 5px;
    bottom: -23px;
    /* bottom: 6px; */
    width: 100%;
    justify-content: center;
    color: #5B5B5B;
}
.time-container>div {
    width: 54px;
    height: 54px;
    background-color: white;
    text-align: center;
    box-shadow: 0px 2px 5px #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}
.time-container>div>p:first-child {
    font-family: "Gilroy GEO";
    font-size: 16px;
}
.time-container>div>p:last-child {
    font-size: 10px;
}
.auction__description {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.last-auctions.auctions__main .auction__description {
    padding-top: 10px;
    gap: 10px;
}
.last-auctions.auctions__main .auction__name,
.last-auctions.auctions__main .auction__cost {
    font-size: 16px;
}
.auction__name {
    font-family: "BPG Mrgvlovani";
    font-size: 12px;
    margin-bottom: 10px;
}
.auction__cost {
    font-family: "Gilroy GEO";
    font-size: 12px;
}
.auction__cost span:first-child {
    margin-right: 20px;
}
.auction__description button {
    width: 100%;
    height: 40px;
    border: 1px solid #AAA9A9;
    border-radius: 15px;
    font-family: "BPG Mrgvlovani Caps 2010";
    font-size: 12px;
}
.auction__description button:hover {
    color: white;
    background-color: var(--primary-color);
    border: none;
}
.auctions__item .img-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.ad__banner {
    margin: 50px 0;
    font-size: 16px;
    width: 100%;
}
.ad__banner--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    text-align: center;
}
.category__container {
    gap: 30px;
}
.category__item a {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.category__item button {
    height: 84px;
    background-color: rgba(237, 27, 36, 0.8);
    width: 270px;
    border-radius: 20px;
    color: white;
    font-size: 27px;
    font-family: "Gilroy GEO";
}
.categories>h2 {
    margin-bottom: 20px;
}
.category__item {
    flex: 0 0 49%;
}
.category__item .img-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 320px;
}
.gap30 {
    gap: 20px;
}
.default-button {
    color: white;
    background-color: var(--primary-color);
    width: 154px;
    height: 40px;
    font-family: "BPG Mrgvlovani Caps 2010";
    font-size: 12px;
    border-radius: 20px;
}
.default-button:hover {
    opacity: 0.8;
}
.news__item {
    box-shadow: 0px 2px 5px #707070;
    flex: 1 1 27%;
}
.fa-arrow-right,
.fa-arrow-left {
    font-size: 10px !important;
}
.news .gap30 {
    gap: 30px;
}
.news__item .img-wrapper {
    height: 227px;
}
.news__item .img-wrapper img {
    width: 100%;
    max-height: 250px;
}
.news__description {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.news__item .fa-arrow-right {
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 7px;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
    right: 0;
}
.news__item:hover .news__description .gap-2 {
    color: #ED1B24;
}
.news__item:hover .fa-arrow-right {
    transition: all 0.4s ease;
    background-color: #ED1B24;
    right: -20px;
}
section.subscribe .default-button {
    position: absolute;
    right: 0;
    bottom: 16px;
}
section.subscribe input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #C1C1C1;
    height: 50px;
}
/* Landing page end */
/* auctions start */
.left-side .ad {
    height: 590px;
    width: 250px;
    background-color: #F6F6F6;
}
.auctions__main>div:nth-child(2) {
    gap: 30px;
}
.categories__list {
    font-family: "BPG Mrgvlovani Caps 2010";
    font-size: 14px;
    background-color: #F6F6F6;
    margin-bottom: 50px;
}
.category__header {
    height: 50px;
    background-color: #ED1B24;
    color: white;
    display: flex;
    justify-content: left;
    padding: 0 30px;
    align-items: center;
}
.categories__list ul {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.categories__list ul ul{
    padding: 15px ;
    gap: 10px;
}
.pagination .fa-arrow-left,
.pagination .fa-arrow-right {
    background: #ED1B24;
    color: white;
    border-radius: 50%;
    font-size: 7px;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
    right: 0;
}
.pagination .fa-arrow-left:hover {
    right: 15px;
}
.pagination .fa-arrow-right:hover {
    right: -15px;
}
.pagination .active {
    text-decoration: underline !important;
    color: #5B5B5B !important;
}
/* auctions end */
/* news_inner start */
.inner__description {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.27);
    padding: 40px;
}
.inner__container {
    gap: 20px;
}
.inner__container {
    width: 875px;
    max-width: 90vw;
}
.back i {
    background: #ED1B24;
    color: white;
    border-radius: 50%;
    font-size: 7px;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
    left: 0;
}
.back:hover i {
    left: -20px;
}
.share a:hover i {
    color: var(--primary-color);
}
/* news_inner end */
/* FAQ start */
.faq {
    width: 588px;
    max-width: 90vw;
    font-size: 12px;
}
.accordion__item div {
    position: relative;
    font-size: 10px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out, box-shadow 1s linear, padding 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out, box-shadow 1s linear, padding 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out, box-shadow 1s linear, padding 0.3s ease-in-out, margin 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out, box-shadow 1s linear, padding 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out, box-shadow 1s linear, padding 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.accordion__item {
    position: relative;
    cursor: pointer;
    border-bottom: 0 solid #C1C1C1;
    font-family: 'BPG Mrgvlovani';
}
.accordion__item i {
    font-size: 18px;
    color: var(--primary-color);
    transition: all 1s ease;
}
.accordion__container .active {
    border-bottom: 1px solid #C1C1C1;
}
.accordion__container .active div {
    max-height: 400px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* FAQ END */
/* company start */
.company>.content {
    max-width: 60%;
}
/* company end */
/* auctions__inner start */
.production__new--grid .right__side {
    max-width: unset;
    width: 100%;
}
.production__new--grid div img {
    width: 100%;
}
.right__side {
    background-color: #F9F9F9;
    max-width: 525px;
    width: 525px;
    padding: 30px;
}
.inner--title {
    font-size: 24px;
    font-family: "Gilroy GEO";
    text-align: start;
    margin-bottom: 30px;
}
.price {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-family: "Gilroy GEO";
}
.production__new--grid {
    display: grid;
    grid-template-columns: 77fr 440fr 525fr;
    gap: 30px;
}
.right--side__content {
    margin-top: 20px;
    font-family: 'BPG Mrgvlovani';
}
.right--side__content p {
    margin-bottom: 10px;
}
.similar--img {
    border-radius: 20px;
    border: 1px solid #EEA5A8;
    overflow: hidden;
    line-height: 0;
}
.similars h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 25px;
    font-family: "Gilroy GEO";
}
.swiper--similars {
    height: auto;
}
.similar--img img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    padding: 20px;
}
.similars .product_name {
    font-size: 18px;
    margin: 20px 0 10px;
    text-align: center;
    font-family: "Gilroy GEO";
}
.similars p {
    color: #5e5e5e;
    text-align: center;
}
.right--side__content b,
.right--side__content strong {
    font-weight: bold;
}
.auctions__inner img {
    height: 530px;
    width: 440px;
    object-fit: cover;
}
.inner_slider img {
    width: 77px;
    height: 93px;
    object-fit: cover;
}
.inner_slider a {
    display: block;
    line-height: 0;
}
.inner_slider {
    overflow-y: scroll;
    scrollbar-width: none;
    /* Hide the scrollbar for Firefox */
    -ms-overflow-style: none;
    /* Hide the scrollbar for IE and Edge */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}
/* Hide scrollbar for Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .inner_slider::-webkit-scrollbar {
        width: 0;
        /* Adjust the width to change the scrollbar thickness */
        background-color: transparent;
    }
}
.auctions__inner>div:first-child {
    height: 530px;
}
.bordered {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 25px 0;
    border-top: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
}
.bids {
    margin-top: auto;
}
.right__side .gap-2 {
    gap: 10px !important;
}
.bids>button {
    background-color: #00C448;
    height: 40px;
    width: 180px;
    max-width: 80vw;
    color: white;
}
.bids input {
    height: 40px;
    border: none;
    width: 270px;
}
input {
    padding-left: 20px !important;
}
.bids>div {
    position: relative;
}
.bids>div div {
    position: absolute;
    top: 0;
    right: 0;
}
.bids>div button {
    width: 26px;
    height: 20px;
    background-color: #5B5B5B;
    color: white;
}
.bids>div button:hover {
    background-color: #9F0A0E;
}
.inner__bottom button.active {
    background-color: #5B5B5B;
    color: white;
}
.inner__bottom button {
    padding: 8px 40px;
    color: white;
    height: 50px;
    background-color: #F9F9F9;
    color: black;
}
.bottom__content {
    margin-top: 30px;
    font-family: 'BPG Mrgvlovani';
    font-size: 12px;
    width: 78%;
    max-width: 96vw;
}
.bottom__content div {
    display: none;
}
.bottom__content div.active {
    display: unset;
}
/* auctions__inner end */
/* contact start */
section.contact input {
    height: 48px;
    width: 100%;
    border: 1px solid #C1C1C1;
    border-radius: 10px;
    color: #AEAEAE;
}
section.contact textarea {
    padding: 20px;
    border: 1px solid #C1C1C1;
    border-radius: 10px;
    color: #AEAEAE;
    resize: none;
    height: 166px;
}
section.contact button {
    align-self: flex-start;
    width: 143px;
    height: 40px;
    background-color: black;
    color: white;
    border-radius: 10px;
}
section.contact button:hover {
    background-color: var(--primary-color);
}
section.contact iframe {
    min-height: 525px;
    height: 100%;
    min-width: 250px;
    width: 36%;
}
.iframe__container {
    padding: 0 30px;
    border-left: 2px solid #C1C1C1 !important;
    border-right: 2px solid #C1C1C1 !important;
}
section.contact .gap30 {
    gap: 30px;
}
section.contact .mb-lg-5 {
    margin-bottom: 30px !important;
    display: flex;
    align-items: center;
}
/* contact end */
/* PIRADI start */
.profile {
    position: relative;
    width: 330px;
    max-width: 90vw;
    height: 231px;
    box-shadow: 1px 1px 8px rgb(0, 0, 0, 0.18);
    border-radius: 10px;
    padding: 20px 30px;
}
.profile>* {
    padding-left: 38%;
}
.profile p,
.profile a {
    display: flex;
    align-items: center;
    gap: 16px;
}
.profile__pic {
    left: -65px;
    top: -20px;
    padding-left: 0;
}
.profile__pic img:first-child {
    width: 195px;
    height: 195px;
}
.profile__pic img:last-child {
    position: absolute;
    right: 20px;
    bottom: 10%;
}
.piradi .gap30 {
    gap: 30px;
}
/* Piradi End */
/* authorization start */
/* .authorization input {
    height: 44px;
    border: 2px solid #C1C1C1;
    border-radius: 5px;
    font-size: 12px;
} */
.authorization button:hover {
    background-color: var(--primary-color);
    color: white;
}
.authorization>div {
    width: 50%;
}
/* .avtorizacia {
    border-right: 2px solid rgba(112, 112, 112, 0.13);
    padding-left: 70px;
} */
.avtorizacia button {
    width: 205px;
    height: 45px;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
    font-size: 10px;
}
.header__bottom>div:first-child {
    margin-right: 45px;
}
.register button {
    width: 230px;
    height: 50px;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
    font-size: 12px;
    color: white;
    background-color: #5B5B5B;
}
.mandatory {
    position: relative;
}
.mandatory::after {
    position: absolute;
    right: 10px;
    top: 30%;
    content: '*';
    color: #717171;
}
select#programmoduleselect {
    background-color: transparent;
    border: none;
    z-index: 101;
    position: absolute;
    right: 20px;
    top: 30%;
    color: #717171;
    cursor: pointer;
}
.select {
    position: relative;
    margin-bottom: 15px;
    width: 250px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.select .selectBtn {
    background: var(--bg1);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    height: 44px;
    border: 2px solid #C1C1C1;
    border-radius: 5px;
    text-align: center;
}
.search select {
    background-color: transparent;
    height: 100%;
    border: none;
    padding-left: 15px;
}
/*
  .select .selectBtn:after {
    content: "";
    position: absolute;
    top: 42%;
    right: 30%;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: 0.2s ease;
  } */
.select .selectBtn.toggle {
    border-radius: 3px 3px 0 0;
}
.select .selectBtn.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 300px;
    border-radius: 0 0 3px 3px;
    overflow: scroll;
    background: var(--bg1);
    border-top: 1px solid #eee;
    z-index: 1;
    background: #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.select .selectDropdown .option {
    padding: 7px 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.select .selectDropdown .option:hover {
    background: #f8f8f8;
}
.select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
/* authorization end */
/* mobile menu */
.navbar-expand-xl {
    display: none;
}
.navbar-toggler {
    padding: 8px 12px;
    background-color: var(--primary-color);
    border-radius: 10px;
}
.navbar-toggler svg {
    width: 30px;
    height: 30px;
}
.text-left {
    text-align: left;
}
#register_btn {
    border-radius: 20px;
    padding: 10px 50px !important;
    background-color: #ED1B24;
    color: white;
    margin-top: 20px;
    border: none;
}
.input--headers {
    margin-block: 30px;
}
.choose_reg_type {
    padding: 10px;
    background: #fafafa;
    color: #343434;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    /* box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.2); */
    border-bottom: 1px solid #222;
    transition: 0.3s ease;
}
.choose_reg_type:hover {
    background: #efefef;
}
.choose_reg_type.active_type {
    border-top: 1px solid #222;
    border-bottom: 1px solid transparent;
    /* box-shadow: inset 2px 2px 9px 0px rgba(0, 0, 0, 0.4); */
}
.input--grid .form-control {
    border: none;
    box-shadow: none;
    background: #f8f8f8;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #555;
    appearance: auto !important;
}
.input--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 15px;
    column-gap: 20px;
}
.form-group {
    position: relative;
    color: #555;
}
#captcha {
    position: absolute;
    right: 15px;
    object-fit: contain;
    top: 0;
    height: calc(100% - 20px);
    width: auto;
}
.title {
    margin-top: 20px;
    margin-bottom: 10px;
}
.login_wrap {
    background: #e7e7e7;
    color: #fff;
    text-align: center;
    padding: 15px 15px 41px;
    /* border-radius: 5px;
    box-shadow: 0 0px 21px -3px #242424; */
    border-radius: 0px;
    box-shadow: 2px 2px 5px 0px #24242469;
    font-family: "BPG Mrgvlovani";
}
.login_wrap a {
    color: #717890;
    transition: 0.3s ease;
    font-size: 12px;
}
.login_wrap a:hover {
    color: #343434;
    text-decoration: none;
}
.login-btn {
    border: 0;
    border-radius: 0;
    width: 100%;
    background: #29314b;
    color: #fff;
    font-family: "!BPG! DejaVu Sans Caps";
    font-size: 16px;
    transition: 0.3s ease;
    margin: 20px auto;
}
.recovery-btn {
    border: 0;
    border-radius: 0;
    width: 100%;
    background: #29314b;
    color: #fff;
    font-family: "!BPG! DejaVu Sans Caps";
    font-size: 16px;
    transition: 0.3s ease;
}
.login-btn:hover {
    color: #fff;
}
.login_title {
    font-size: 16px;
    color: #343434;
    font-family: "Gilroy GEO";
}
.login_inputs {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #717890;
    background: transparent;
    color: #717890;
    font-size: 14px;
    padding-left: 30px;
    box-shadow: none;
}
.login_inputs:focus {
    outline: none;
    box-shadow: none;
}
.login_icons {
    position: relative;
    left: 5px;
    top: 25px;
    border: 0;
    float: left;
    font-size: 18px;
    color: #717890;
}
.login_wrap .login_icons {
    top: 28px;
}
.avtorizacia {
    padding-block: 50px;
}
#login_logo {
    margin: 5px auto 25px;
}
.login_wrap input {
    padding-left: 35px !important;
}
#login_btn:hover {
    background-color: #29314b;
}
.login_wrap form a {
    color: black !important;
}
.logged_in>div {
    margin: 10px 0;
}
b {
    font-weight: bold;
}
.login_wrap form .btn {
    background-color: var(--primary-color);
}
.login_wrap form input {
    padding-right: 15px !important;
    padding-left: 30px !important;
}
.auction--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.user--in {
    display: flex !important;
    align-items: center;
    font-size: 15px !important;
}
.mt-0#register_btn {
    padding-block: 8px 30px;
    font-size: 13px;
}
.piradi_monacemebi .title {
    margin-bottom: 30px;
}
#bid_history .modal-body {
    display: flex;
}
.right__side .bordered .d-flex a {
    cursor: pointer;
}
#bid_history .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
}
#bid_history .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.left-side li a {
    transition: 0.3s;
}
.left-side li a:hover,
.left-side li a.active {
    color: var(--primary-color) !important;
}
section.news .news__container {
    justify-content: flex-start !important;
}
.news__item {
    flex-grow: 0;
}
.breadcrumb--item {
    padding-right: 20px;
    margin-right: 10px;
    color: #606060;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.breadcrumb--item:not(:last-child):before {
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
}
.breadcrumb--container {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 25px;
    border-bottom: 1px solid #dedede;
    font-family: "BPG Mrgvlovani";
}
.breadcrumb--item:hover {
    color: var(--primary-color);
}
.breadcrumb--item .fa-house {
    color: var(--primary-color);
}
.bold{
    font-weight: bold;
}
#pay_btn{
    background:#00C448;
    border-radius: 5px;
    color: white;
    padding: 15px;
    font-weight: bold;
    margin-top: -10px;
}
#tbc_pay,
#bog_pay{
    cursor: pointer;
}
#tbc_pay img,
#bog_pay img{
    width: 100%;
}
#pay_sagarantio_gadaricxva{
    font-size: 13px;
}
.inner_slider{
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   gap: 30px;
}
.inner_slider a{
    display: block;
}
.inner_slider img{
    width: 150px;
    height: 100px;
    object-fit: cover;
}
.auctions__inner img{
    width: 100%;
}
.gallery_img img {
   max-width: 100%;
  }
  .left-side{
    min-width: 350px;
    width: 350px;
    max-width: 100%;
  }
  .auctions__container{
    width: 100%;
  }
  .accordion-group .accordion-group ul{
    padding-bottom: 0;
  }
/* later added styles */
.ad__banner--item {
    background-color: var(--bg-color);
    border-radius: 10px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ad__banner--item a {
    width: 100%;
    height: 100%;
}
.ad__banner--item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pagenary {
    display: flex;
    justify-content: center;
    gap: 7px;
}
.advertisment-banner {
    background: #ECEAEA;
    color: var(--primary-color);
    position: relative;
    width: 100%;
    height: 100%;
}
.advertisment-banner p {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-banner-title {
    background: rgb(255, 255, 255, 0.45);
    border-radius: 15px;
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
}
.main-banner-title p {
    font: 24px 'BPG Mrgvlovani Caps 2010';
}
.ad__banner--item {
    position: relative;
}
.ad-banner-title {
    background: rgba(255, 255, 255, 0.45);
    border-radius: 10px;
    color: var(--primary-color);
    font-weight: bold;
    font-family: "BPG Mrgvlovani Caps 2010";
    padding: 20px 15px;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ad-place {
    color: var(--primary-color);
    font-weight: bold;
    font-family: "BPG Mrgvlovani Caps 2010";
}
.auctions__item {
    border: 1px solid #EEA5A8;
    border-radius: 5px;
    padding: 10px;
}
.auction__description button {
    border-radius: 5px;
}
.auction__name {
    line-height: 20px;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.auctions__item .img-wrapper img {
    width: 100%;
    height: 300px !important;
    object-fit: contain !important;
}
.inner-product-image {
    border: 1px solid #EEA5A8;
    border-radius: 5px;
    padding: 20px 40px;
}
.inner-product-image img {
    object-fit: contain;
}
.similars {
    margin-top: 90px;
}