

/* Start:/local/templates/konfiskat/assets/styles/auction-auto.css?171274376021895*/
@import url(/local/templates/konfiskat/assets/styles/./style.css);
@import url(/local/templates/konfiskat/assets/styles/./swiper-bundle.min.css);
@import url(/local/templates/konfiskat/assets/styles/./vanilla-calendar.min.css);
@import url(/local/templates/konfiskat/assets/styles/./light.min.css);
/*@import url(/local/templates/konfiskat/assets/styles/./auction-nedvizh.css);*/


/* start style with auction-nedvizh.css */
button.grid{
    all: initial;
}
button.rows{
    all: initial;
}

.head-row-auct {
    padding: 25px 0 50px;
    background-color: var(--blue);
}

.breadcrumbs-purple li svg path {
    stroke: #FFF
}

.head-row-auct h1 {
    color: #FFF;
    font-size: var(--block-heading-font-size);
    font-style: normal;
    font-weight: 250;
    line-height: 100%;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .head-row-auct h1 {
        /*font-size: 50px;*/
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .head-row-auct h1 {
        /*font-size: 40px;*/
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .head-row-auct h1 {
        /*font-size: 25px;*/
        margin-bottom: 10px;
    }
}

.link-row {
    display: flex;
    gap: 50px;
}

.auction-link {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #9FAAE9;
    transition: 0.3s ease;
}

.auction-link span {
    color: #9FAAE9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.auction-link:hover {
    border: 1px solid #fff;
    background-color: #FFF;
}

.auction-link:hover span {
    color: var(--gray);
}

.auction-link:hover svg path {
    fill: var(--gray);
}

.auction-body {
    padding-bottom: 50px;
}

.vertical-filter {
    display: flex;
    width: 330px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* gap: 20px; */
    border-radius: 10px;
    border: 1px solid #EDEFF8;
    background: #FBFCFF;
    cursor: pointer;
    transition: 0.5s ease;
}

@media (max-width: 480px) {
    .vertical-filter {
        width: 100%;
    }
}

.vertical-filter-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.filter-title {
    color: #484848;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px;
    background-color: #F8F9FF;
    box-shadow: 0px 4px 14px -6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    align-items: center;
}

@media(max-width: 768px){

    .filter-title::after {
        content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33301 9L12.333 15L18.333 9' stroke='%23555E90' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        /*display: block;*/
        height: 25px;
    }

    .filter-title{
        padding: 20px 0;
        font-size: 16px;
    }
}

.date::after, .auction-form p::after, .objects p::after{
    content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33301 9L12.333 15L18.333 9' stroke='%23555E90' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}

.auction-form:hover p::after, .object-list li p::after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 15.5L12 9.5L18 15.5' stroke='%23555E90' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.filter-item {
    width: 100%;
}

.filter-item-clock{
    margin-bottom: 20px;
}

.filter-item-title {
    color: #555E90;
    font-family: Rounded Mplus 1 c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
    /*margin-top: 25px;*/
}

.update a {
    display: flex;
    padding: 25px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #9CA2C8;
}

.calendar{
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #C6CAE2;
    background: #FFF;
    outline: none;
    font-size: 16px;
}

.col-calendar{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.update a span {
    color: #FFF;
    font-family: Rounded Mplus 1 c;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    gap: 5px;
    align-items: center;
}

.vanilla-calendar-arrow::before {
    background-color: #555E90 !important;
}

[data-calendar-theme="light"] .vanilla-calendar-week__day {
    color: #999CA0;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn {
    color: #555E90;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn_selected {
    border-radius: 8px;
    background: #555E90;
    color: #fff;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn_selected:hover {
    background: #9FAAE9;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate, [data-calendar-theme="light"] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover {
    background-color: #4E46B41F;
    border-radius: 0;
    color: var(--blue);
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate, [data-calendar-theme="light"] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate, [data-calendar-theme="light"] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover, [data-calendar-theme="light"] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover {
    background: #4E46B41F;
    color: var(--blue);
}

.sort {
    background-color: #fff;
}

.regions-list {
    width: 100%;
}

.regions p {
    width: 100%;
    justify-content: space-between;
}

.date, .auction-form, .objects {
    border-radius: 10px;
    border: 1px solid #C6CAE2;
    background: #FFF;
    padding: 20px;
    position: relative;
    height: 64px;
    position: relative;
    color: #696969;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.auction-form p, .objects p {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.vanilla-calendar {
    width: 100%;
    z-index: 10;
}

.auction-list, .object-list {
    display: flex;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
    border: 1px solid #C6CAE2;
    background: #FFF;
    position: absolute;
    top: 100%;
    left: 0;
    /*display: none;*/
    z-index: 5;
}

.object-list {
    top: 0;
}

.auction-form:hover .auction-list {
    display: flex;
}

.objects:hover .object-list {
    display: flex;
}

.object-list li, .object-list li p {
    width: 100%;
}

.custom-checkbox span {
    color: #696969;
}

.price-inputs {
    display: flex;
    gap: 20px;
    width: 100%;
}

.price-inputs input {
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 80px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid #C6CAE2;
    background: #FFF;
    width: calc((100% - 20px) / 2);
    outline: none;
    font-size: 16px;
}

.price-inputs input::placeholder {
    color: #696969;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.f-box {
    display: flex;
    flex-direction: column;
    /*gap: 30px;*/
    margin-bottom: 20px;
}

.f-box-subm {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    gap: 80px;
    border-radius: 10px;
    background: #8AB73A;
    color: #FFF;
    font-family: Rounded Mplus 1 c;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    transition: all .3s ease;
}

.f-box-subm:hover {
    background: #B0E453;
}

.f-box-res {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid #DEE2F6;
    color: #CDD0E6;
    font-family: Rounded Mplus 1 c;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: transparent;
    transition: all .3s ease;
}

.f-box-res:hover {
    background: #FF7769;
    color: #FFF;
    border-color: #FF7769;
}

.f-box-res:hover svg path {
    stroke: #FFF;
}

.filters-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*min-width: 320px;*/
    border-radius: 10px;
}

.vertical-filter-body {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.opened.vertical-filter-body {
    padding-top: 20px;
    max-height: 3000px;
    height: auto;
}

.rules {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.rules li {
    display: flex;
    gap: 10px;
}

.rules li a {
    color: #484848;
    font-family: Rounded Mplus 1 c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    display: flex;
    gap: 10px;
    cursor: pointer;

}

.rules li::before {
    content: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.13339 5.82813L11.7761 8.47084L11.7761 9.2108L9.13339 11.8535L8.38286 11.1136L10.1165 9.36936L4.22852 9.36936L4.22852 8.31228L10.1165 8.31228L8.37229 6.56809L9.13339 5.82813Z' fill='%238AB73A'/%3E%3C/svg%3E");
    display: block;
    margin-top: 4px;
}

.rules li a:hover {
    color: var(--green);
}

.auction-body .content {
    display: flex;
    gap: 40px;
}

.products-cards {
    padding: 0;
}

.auction-date {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    /*margin-top: 30px;*/
}

.auction-date span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #555E90;
    text-align: center;
    font-family: Rounded Mplus 1 c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.auction-date span:last-child {
    /*color: #555E90;*/
    font-family: Rounded Mplus 1 c;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.btn-row a {
    display: flex;
    padding: 20px 30px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #8AB73A;
    color: #FFF;
    font-family: Rounded Mplus 1 c;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

/*.product-card:hover .auction-date {*/
/*    display: none;*/
/*}*/

.product-card:hover .product-price-new {
    color: var(--green);
}

.product-name {
    margin-bottom: 0;
}

.hidden-btn {
    display: flex;
    padding: 20px 30px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #8AB73A;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    display: none;
    align-items: center;
    margin-top: 20px;
}

.product-card:hover .hidden-btn {
    display: flex;
    justify-content: center;
}

.product-row-card .product-image {
    width: 159px;
    height: 159px;
    margin-right: 0;
}

.product-row-card {
    width: 100%;
    padding: 20px;
    height: fit-content;
    gap: 30px;
}

.product-row-card .product-column {
    padding: 0;
}

.product-row-card .product-code {
    color: #484848;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: none;
}

.product-row-card .auction-date {
    flex-direction: row;
    margin-top: 0;
}

.product-row-card .product-column .product-card-row {
    gap: 30px;
}

.product-row-card .product-col {
    padding: 0;
    max-width: 217px;
    width: 100%;
    gap: 10px;
    padding-left: 30px;
    border-left: 1px solid #EDEFF8;
}

.green-btn {
    display: flex;
    padding: 20px 30px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #8AB73A;
}

.product-row-card .product-col .green-btn {
    width: 100%;
}


.product-row-card .product-col .product-price-new span {
    font-size: 25px;
}

.product-row-card .auction-date span {
    color: #484848;
}

.product-row-card .auction-date span svg path {
    stroke: #484848;
}

.product-row-card .product-column {
    gap: 14px;
}

.product-row-card:hover .product-code {
    display: block;
}

.product-row-card:hover .product-image {
    border: 5px solid var(--green);
}

.auction-wrapper {
    width: 100%;
}

.auction-body .controls {
    padding: 50px 0;
    justify-content: center;
}

/*@media (max-width: 1250px) {*/
/*    .auction-body .content {*/
/*        flex-direction: column;*/
/*    }*/
/*}*/

@media (max-width: 940px) {
    .product-row-card .product-col {
        border: none;
        padding: 0;
        max-width: 187px;
    }
}

@media (max-width: 768px) {
    .link-row {
        flex-wrap: wrap;
        gap: 30px;
    }
}

/* end style with auction-nedvizh.css */

.head-row-detail-lot {
    padding: 25px 0 50px;
    background-color: #FDFDFFDF;
}

.head-row-detail-lot h1 {
    color: #484848;
    font-size: var(--block-heading-font-size);
    font-style: normal;
    font-weight: 250;
    line-height: 100%;
}

.auction-body .controls {
    justify-content: center;
}


.sort {
    background-color: #fff;
}

.vanilla-calendar {
    width: 100%;
    z-index: 10;
}

.select-list {
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
    border: 1px solid #C6CAE2;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 5;
    overflow-y: auto;
    max-height: 400px;
}

.smart-filter-input-group-checkbox-list li {
    display: none;
}

.smart-filter-input-group-checkbox-list li.shown {
    display: block;
}

.smart-filter-input-group-checkbox-list .showMoreButton {
    display: block;
    cursor: pointer;
}

.models, .fuel, .condition {
    display: flex;
    padding: 10px 15px;
    flex-direction: column;
    align-items: flex-start;
    /*gap: 20px;*/
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #C6CAE2;
    background: #FFF;
    position: relative;

}

.models p, .fuel p, .condition p {
    color: #696969;
    font-family: Rounded Mplus 1 c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.select-list li {
    width: 100%;
}

.select-list li p {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.models p::after, .fuel p::after, .condition p::after {
    content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33301 9L12.333 15L18.333 9' stroke='%23555E90' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}

.select-list li p::after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 15.5L12 9.5L18 15.5' stroke='%23555E90' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.models:hover .select-list, .fuel:hover .select-list, .condition:hover .select-list {
    display: flex;
}

.opened.vertical-filter-body {
    max-height: 2000px;
}

.product-card .product-name {
    -webkit-line-clamp: 1;
}

/*.pink-btn {*/
/*    margin-top: auto;*/
/*}*/

.product-card:hover .auction-date {
    display: block;
}

.product-card:hover .product-price-new {
    color: #484848;
}


.product-card-wrap .product-card-row, .product-card-wrap .product-image {
    margin: 0;
}



.product-card {
    height: 665px;
}

.hidden-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    height: 0;
    overflow: hidden;
    transition: 0.5s ease;
}

.hidden-label .auction-date {
    margin-top: 0;
}

.hidden-label .auction-date > span {
    margin-bottom: 10px;
}

.hidden-label .auction-date span {
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: center;
    font-family: Rounded Mplus 1 c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    justify-content: center;
}
.auction-date span:last-child {
    font-size: 16px;
}

.hidden-label .auction-date span svg path {
    stroke: #fff;
}

.hidden-label .hidden-label-btn {
    display: flex;
    padding: 15px 30px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #9FAAE9;
    color: #9FAAE9;
    font-family: Rounded Mplus 1 c;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 auto;
    transition: all .3s ease;
}

.hidden-label .hidden-label-btn:hover {
    background: #FFF;
    color: #484848;
}

.hidden-label .hidden-label-btn:hover svg path {
    fill: #484848;
}

.product-card-inner:hover {
    height: unset;
}

.product-card-inner:hover .hidden-label {
    height: auto;
    padding: 20px;
}

.product-row-card .pink-btn {
    margin-left: auto;
}

.product-col {
    gap: 35px;
}

.product-col .red-label {
    width: 100%;
}

.product-card {
    height: 600px;
    position: relative;
}

.product-card-inner {
    background-color: var(--blue);
}

.product-card-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    border-radius: 10px;
    height: 600px;
    display: flex;
    flex-direction: column;
}



.product-card:hover .product-card-inner {
    background-color: var(--blue);
    height: unset;
}

.product-card:hover .product-card-inner .hidden-label {
    height: auto;
    padding: 20px;
}

.product-card-wrap {
    position: relative;
    height: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .product-card-wrap, .product-card, product-card-inner{
        height: 500px;
    }
}


.image-line-card img{
    width: 159px;
    height: 100px;
}

@media (max-width: 1200px){
    .image-line-card img {
        width: 159px;
        height: 100px;
        object-fit: cover;
    }
}


.product-row-card {
    width: 100%;
    padding: 20px;
    height: fit-content;
    gap: 30px;
}

.product-row-card .product-column {
    padding: 0;
}

.product-row-card .product-code {
    color: #484848;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: none;
}

.product-row-card .auction-date {
    flex-direction: row;
    margin-top: 0;
}

.product-row-card .product-column .product-card-row {
    gap: 30px;
}

.product-row-card .product-col {
    padding: 0;
    max-width: 217px;
    width: 100%;
    gap: 10px;
    padding-left: 30px;
    border-left: 1px solid #EDEFF8;
}

.green-btn {
    display: flex;
    padding: 20px 30px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #8AB73A;
}

.product-row-card .product-col .green-btn {
    width: 100%;
}

.p-price-comm {
    color: #484848;
    text-align: center;
    font-family: Rounded Mplus 1 c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.product-row-card .product-col .product-price-new span {
    font-size: 25px;
}

.product-row-card .auction-date span {
    color: #484848;
}

.product-row-card .auction-date span svg path {
    stroke: #484848;
}

.product-row-card .product-column {
    gap: 14px;
}

.product-row-card:hover .product-code {
    display: block;
}

.product-row-card:hover .product-image {
    border: 5px solid var(--green);
}

@media (max-width: 500px) {
    .product-row-card .pink-btn {
        margin: 0;
    }
}

.options-payment-grey{
    display: none;
}

.options-payment-white{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.options-payment-white img {
    display: block;
    width: 70px;
    height: 40px;
    object-fit: contain;
    opacity: 1;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?170671118351*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/konfiskat/assets/styles/auction-auto.css?171274376021895 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?170671118351 */
