

/* Start:/local/templates/.default/assets/styles/auctions.min.css?178646756635922*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: hsla(0, 0%, 100%, 0);
    cursor: default
}

body {
    font-size: 100%;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

a {
    background: transparent
}

:active, :focus, :hover {
    outline: none
}

hr {
    box-sizing: content-box;
    height: 0
}

ol, ul {
    list-style: none
}

pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap
}

q {
    quotes: "\201C", "\201D", "\2018", "\2019"
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button {
    overflow: visible
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

button, input, select[multiple], textarea {
    background-image: none
}

input, select, textarea {
    border-radius: 0;
    box-shadow: none
}

input, textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent
}

[placeholder]:focus::-moz-placeholder {
    color: transparent
}

[placeholder]:focus:-ms-input-placeholder, [placeholder]:focus::-ms-input-placeholder {
    color: transparent
}

[placeholder]:focus::placeholder {
    color: transparent
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.d-flex {
    display: flex;
    flex-wrap: wrap
}

section {
    width: 100%;
    background-color: #f8f8f8
}

.price-preloader {
    display: flex;
    color: #cdcdcd !important
}

.price-preloader:before {
    content: "";
    display: block;
    width: 45px;
    height: 6px;
    background-color: #f3f0f0;
    margin-right: 7px;
    margin-top: 6px
}

.btn_second {
    background: #ed3123;
    box-shadow: 0 0 17.6423px rgba(0, 0, 0, .1);
    border-radius: 2.52033px;
    font-size: 12.8088px;
    line-height: 19px;
    color: #fff;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: 4px;
    padding: 11px 10px 10px;
    text-align: center;
    transition: .3s;
    width: 173px;
    font-family: Circe
}

.btn_second:hover {
    background-color: #f53f31
}

.btn_second.disable {
    box-shadow: none
}

.btn_second.disable, .btn_second.disable:hover {
    background-color: #fafafa;
    color: #cdcdcd
}

.lot-page {
    padding-top: 40px
}

.lot-page__item {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 14px;
    padding: 13px 18px 12px;
    align-self: flex-start;
    font-family: Circe
}

.lot-page__item p {
    margin-bottom: 0
}

.lot-page__main-item {
    width: 100%;
    padding: 9px 88px 9.91px 27px;
    position: relative;
    display: flex;
    align-items: center;
    font-family: Circe
}

.lot-page__main-item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 6px;
    border-radius: 4px 0 0 4px
}

.lot-page__main-item.loose:before {
    background-color: #ed3123
}

.lot-page__main-item.win:before {
    background-color: #9ed08d
}

.lot-page__main-item.disable:before {
    background-color: #ccc
}

.lot-page__main-item .lot-page__caption {
    color: #676767
}

.lot-page__img {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px
}

.lot-page__img img {
    width: 100%
}

.lot-page__name {
    width: 325px;
    display: flex;
    flex-wrap: wrap;
    font-family: Circe
}

.lot-page__name-main {
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    width: 100%;
    font-family: Circe
}

.lot-page__name-desc {
    margin-right: 14px
}

.lot-page__name-desc, .lot-page__vendor-code {
    font-size: 14px;
    line-height: 21px;
    font-family: Circe
}

.lot-page__vendor-code span {
    color: #8f8f8f;
    margin-right: 5px;
    font-family: Circe
}

.lot-page__caption {
    font-size: 12px;
    line-height: 12px;
    color: #000
}

.lot-page__time {
    margin-right: 80px;
    margin-left: auto;
    font-family: Circe;
    margin-bottom: 8px
}

.lot-page__time .lot-page__caption {
    margin-bottom: 10px;
    margin-top: 4px;
    font-family: Circe
}

.lot-page__time-item {
    display: flex;
    font-size: 18px;
    line-height: 27px;
    font-family: Circe
}

.lot-page__time-number {
    color: #ed3123;
    font-weight: 700;
    min-width: 20px
}

.lot-page__time-number, .lot-page__time-text {
    margin-right: 5px;
    margin-bottom: 0;
    font-family: Circe
}

.lot-page__seconds {
    color: #a1a1a1;
    font-family: Circe
}

.lot-page__date {
    display: flex;
    font-family: Circe
}

.lot-page__date-start, .lot-page__date-time {
    display: flex;
    font-size: 14px;
    line-height: 14px;
    color: #0e0e0e;
    font-family: Circe;
    font-weight: 700;
    margin-bottom: 3px
}

.lot-page__date-time {
    color: #6b6b6b;
    margin-left: 4px
}

.lot-page__date-arrow {
    width: 24px;
    height: 7px;
    background-image: url(/local/templates/.default/assets/styles/../images/icons/arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto 12px 11px
}

.lot-page__price-item {
    width: 316px;
    font-family: Circe
}

.lot-page__price-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-family: Circe
}

.lot-page__price-caption {
    color: #868686;
    width: 151px
}

.lot-page__price, .lot-page__price-caption {
    font-size: 14px;
    line-height: 21px;
    font-family: Circe
}

.lot-page__price {
    color: #000;
    width: 93px
}

.lot-page__rate {
    display: flex;
    transition: .3s;
    font-family: Circe
}

.lot-page__rate .btn_second {
    align-self: flex-start;
    margin-top: 25px
}

.lot-page__caption {
    margin-bottom: 13px;
    font-family: Circe
}

.lot-page__rate-item {
    min-width: 124px;
    font-family: Circe
}

.lot-page__rate-price {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdfafa;
    border-radius: 2.23529px;
    font-size: 17.8824px;
    line-height: 26px;
    color: #000;
    padding: 5.59px 22.35px 5.59px 17.88px;
    transition: .3s;
    height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 2px;
    font-family: Circe;
    margin-top: 1px
}

.lot-page__rate-price.price-preloader:before {
    margin-top: 0
}

.lot-page__rate-price.rate--red {
    background-color: #fde9e8
}

.lot-page__rate-price.rate--red:hover {
    background: #ffccca;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1)
}

.lot-page__rate-price.rate--green {
    background: rgba(158, 208, 141, .15)
}

.lot-page__rate-price.rate--green:hover {
    background: #d3f0cc;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1)
}

.lot-page__rate-arrow {
    width: 11.18px;
    height: 12.29px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto 17.5px 20px
}

.lot-page__rate-arrow.up {
    background-image: url(/local/templates/.default/assets/styles/../images/icons/arrow-up-green.svg)
}

.lot-page__rate-arrow.down {
    background-image: url(/local/templates/.default/assets/styles/../images/icons/arrow-down-red.svg)
}

.lot-page__rate-new {
    margin-left: 20px;
    font-family: Circe
}

.lot-page__rate-new .btn_second {
    margin-top: 0
}

.lot-page__rate-new .lot-page__caption {
    display: flex;
    align-items: flex-end;
    font-size: 12px
}

.lot-page__multiplicity {
    font-size: 12px;
    line-height: 12px;
    color: #858585;
    margin-left: auto
}

.lot-page__multiplicity span {
    line-height: 12px
}

.lot-page__rate-counter {
    display: flex;
    margin-right: 10px;
    font-family: Circe
}

.lot-page__rate-value {
    background: #fafafa;
    border-radius: 2.52033px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 154px;
    font-family: Circe;
    overflow: hidden
}

.lot-page__rate-value.price-preloader:before {
    margin-top: 0
}

.lot-page__rate-value.price-preloader input {
    width: 15px;
    color: #cdcdcd
}

.lot-page__rate-value input {
    min-width: 100px;
    text-align: center;
    border: 0;
    outline: none;
    background-color: transparent;
    height: 100%;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    font-family: Circe
}

.lot-page__rate-change {
    width: 38px;
    height: 40px;
    cursor: pointer;
    background-color: #fafafa;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 11.09px;
    transition: .3s;
    font-family: Circe
}

.lot-page__rate-change:hover {
    background-color: #f4f4f4
}

.lot-page__rate-change.disable {
    background-color: #fafafa;
    cursor: auto
}

.lot-page__rate-change.minus {
    background-image: url(/local/templates/.default/assets/styles/../images/icons/minus-red.svg);
    margin-right: 2px
}

.lot-page__rate-change.minus.disable {
    background-image: url(/local/templates/.default/assets/styles/../images/icons/minus.svg)
}

.lot-page__rate-change.plus {
    background-image: url(/local/templates/.default/assets/styles/../images/icons/plus.svg);
    margin-left: 2px
}

.lot-page__rate-change.plus.disable {
    background-image: url(/local/templates/.default/assets/styles/../images/icons/plus-grey.svg)
}

.lot-page__rate-empty {
    font-size: 12px;
    line-height: 12px;
    color: #7c7c7c;
    width: 92px;
    padding-top: 7px;
    font-family: Circe
}

.lot-page__right {
    width: 848px;
    margin-left: 16px;
    font-family: Circe
}

.lot-page__rate-close {
    width: 17px;
    height: 17px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/local/templates/.default/assets/styles/../images/icons/close.svg);
    cursor: pointer;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 15px;
    transition: opacity .3s
}

.lot-page__rate-close:hover {
    opacity: .65
}

.lot-page__title {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: Circe
}

.lot-page__description {
    align-self: flex-start;
    font-family: Circe
}

.lot-page__description--half {
    width: 457px
}

.lot-page__description p {
    font-size: 14px;
    line-height: 18px;
    color: #575757;
    margin-bottom: 19px;
    font-family: Circe
}

.lot-page__history {
    width: 344px;
    margin-left: 16px;
    padding-left: 20px;
    padding-right: 18px;
    font-family: Circe
}

.lot-page__history-item {
    background: #fafafa;
    border-radius: 2px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    padding: 9px 20px 6px 14px;
    font-family: Circe
}

.lot-page__history-date {
    width: 40px;
    font-family: Circe
}

.lot-page__history-time {
    font-size: 12px;
    line-height: 18px;
    font-family: Circe
}

.lot-page__history-day {
    font-size: 8px;
    line-height: 12px;
    color: #6a6a6a;
    font-family: Circe
}

.lot-page__history-name {
    font-size: 10px;
    line-height: 15px;
    width: 89px;
    margin-right: 14px;
    margin-left: auto;
    font-family: Circe
}

.lot-page__history-change {
    font-size: 8px;
    line-height: 12px;
    margin-right: 17px;
    display: flex;
    align-items: center;
    font-family: Circe
}

.lot-page__history-change i {
    display: block;
    width: 5px;
    height: 6px;
    background-image: url(/local/templates/.default/assets/styles/../images/icons/arrow-up-black.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    margin-left: 3px
}

.lot-page__history-price {
    font-size: 16px;
    line-height: 24px;
    width: 71px;
    font-family: Circe
}

.lot-page__rate-noty {
    position: absolute;
    width: 198px;
    background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
    border-radius: 2px;
    padding: 15px 15px 13px 20px;
    margin-left: -60px;
    z-index: -1;
    opacity: 0;
    font-family: Circe;
    transform: translateY(50px)
}

.lot-page__rate-noty.show {
    animation: a 3.5s
}

.lot-page__noty-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    font-family: Circe
}

.lot-page__noty-text.win {
    color: #75be5c
}

.lot-page__noty-text.loose {
    color: #ed3123
}

.lot-page__noty-desc {
    font-size: 11px;
    line-height: 14px;
    color: #747474;
    margin-top: 4px;
    font-family: Circe
}

@keyframes a {
    0% {
        z-index: -1;
        opacity: 0;
        transform: translateY(50px);
        animation-timing-function: ease-out
    }
    10% {
        z-index: 1;
        opacity: 1;
        transform: translateY(0)
    }
    20% {
        z-index: 1;
        opacity: 1;
        transform: translateY(0)
    }
    30% {
        z-index: 1;
        opacity: 1;
        transform: translateY(0)
    }
    40% {
        z-index: 1;
        opacity: 1;
        transform: translateY(0)
    }
    50% {
        z-index: 1;
        opacity: 1;
        transform: translateY(0)
    }
    60% {
        z-index: 1;
        opacity: 1;
        transform: translateY(0)
    }
    70% {
        z-index: 1;
        opacity: 1;
        transform: translateY(0)
    }
    80% {
        z-index: 1;
        opacity: 1;
        transform: translateY(0)
    }
    90% {
        z-index: 1;
        opacity: 1;
        transform: translateY(0)
    }
    to {
        z-index: -1;
        opacity: 0;
        transform: translateY(-50px);
        animation-timing-function: ease-out
    }
}

.m-lot-item__price-value {
    border-radius: 2px;
    line-height: 21px
}

.m-auction-item {
    padding: 23px 22px 22px
}

.m-lot-item__general-info-title, .m-lot-item__general-info-title:focus, .m-lot-item__general-info-title:hover {
    text-decoration: none
}

.m-lot-item__general-info {
    padding-top: 4px
}

.m-lot-item__char-item, .m-lot-item__price-start {
    padding-top: 11px
}

.m-lot-item__price-lider.active, .m-lot-item__price-you {
    padding-top: 1px
}

.m-auction-big-block__meta-timer {
    font-weight: 400
}

.m-auction-block--one {
    padding-top: 40px
}

.m-auction-item__col-val {
    font-size: 14px;
    line-height: 14px
}

.m-auction-item__timer {
    padding-top: 14px
}

.m-auction-item__timer-title {
    margin-bottom: 4px
}

.m-lot-item__char-item {
    font-size: 14px
}

.m-small-block {
    width: 800px
}

.m-auction-big-block__left-item {
    max-width: unset
}

.m-auction-big-block__meta-timer {
    padding-top: 5px
}

.m-header-counter__count {
    border-radius: 40px;
    font-size: 14px;
    line-height: 1;
    padding: 4px 8px 2px;
    margin-top: 0
}

.m-auction-big-block__right-block {
    font-size: 13px
}

.m-auction-big-block__meta-timer {
    padding-top: 6px
}

.m-lot-list--big .m-lot-item__price-start {
    padding-top: 0
}

.m-lot-item__general-vendor-code {
    font-size: 12px;
    line-height: 18px
}

.m-lot-item__price-lider.no-rate .m-lot-item__price-value {
    font-size: 12px;
    padding-top: 0
}

.m-lot-list--big .m-lot-item__char-item {
    padding-top: 0
}

.m-black-text, .m-lot-item__general-info-title, .m-lot-item__general-info-title:focus, .m-lot-item__general-info-title:hover {
    font-weight: 700
}

.m-normal-block .m-lot-item__general-info {
    padding-top: 10px
}

.m-normal-block .m-lot-item__price-you-subinfo {
    font-size: 12px;
    padding-top: 0
}

.m-normal-block .m-lot-item__price-you.up .m-lot-item__price-you-subinfo {
    color: #51ae31;
    font-weight: 700
}

.m-lot-item__price-value {
    padding-top: 0
}

.auc-filter-form {
    color: #282828
}

.m-search-block__clear {
    background-image: url(/local/templates/.default/assets/styles/../images/icons/close.svg) !important;
    background-size: 13px
}

.m-auction-big-block__meta-timer {
    display: flex;
    font-size: 18px;
    line-height: 27px;
    margin-left: -5px
}

.m-auction-big-block__meta-timer span {
    margin-left: 5px;
    font-weight: 700;
    min-width: 20px;
    padding-top: 0;
    line-height: 27px
}

.m-auction-inner .m-lot-list.m-lot-list--big .m-lot-item__char-item, .m-auction-inner .m-lot-list.m-lot-list--big .m-lot-item__price-lider.no-rate, .m-auction-inner .m-lot-list.m-lot-list--big .m-lot-item__price-start {
    padding-top: 9px
}

.m-auction-inner .m-lot-list.m-lot-list--big .m-lot-item__price-lider {
    width: 141px;
    padding-right: 5px
}

.m-auction-inner .m-lot-list.m-lot-list--big .m-lot-item__price-lider.active .m-lot-item__price-value {
    background-color: transparent;
    font-size: 14px;
    width: auto;
    height: auto
}

.m-auction-inner .m-lot-list.m-lot-list--big .m-lot-item__price-lider.active .m-lot-item__price-value .lot-page__rate-price {
    height: auto
}

.m-auction-inner .m-lot-list.m-lot-list--big .m-lot-item__price-lider.no-rate .m-lot-item__price-value {
    margin-top: 7px
}

.m-auction-inner .m-auction-big-block__meta-title {
    margin-bottom: 11px
}

.m-auction-inner .m-auction-big-block__meta-status {
    margin-top: 11px
}

.hidden {
    display: none
}

.m-normal-block .m-lot-list--big .m-lot-item__price-you {
    padding-top: 9px;
    padding-top: 2px
}

.to-top {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/local/templates/.default/assets/styles/../images/icons/to-top.svg);
    transition: .3s;
    cursor: pointer;
    position: fixed;
    right: 7.5%;
    bottom: 100px;
    z-index: -1;
    visibility: hidden
}

.to-top.show {
    visibility: visible;
    z-index: 1
}

.to-top:hover {
    background-image: url(/local/templates/.default/assets/styles/../images/icons/to-top-hover.svg);
    box-shadow: 0 0 8px rgba(0, 0, 0, .05)
}

.m-auction-inner.active .m-lot-item__price-start .m-lot-item__price-title, .m-lot-item__price-lider.no-rate .m-lot-item__price-title, .m-lot-item__price-start .m-lot-item__price-title {
    font-size: 12px
}

.m-auction-inner.active .m-lot-item__price-you.no-rate .m-lot-item__price-title {
    display: none
}

.m-auction-inner.active .m-lot-item__price-you.no-rate .m-lot-item__price-value {
    margin-top: 6px
}

.m-auction-inner.close_auc .m-lot-item__price-lider {
    padding-top: 9px
}

.m-auction-inner.close_auc .m-lot-item__price-lider .m-lot-item__price-value .lot-page__rate-price {
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
    margin-top: 6px
}

.m-auction-inner.close_auc .m-lot-item__price-you {
    padding-top: 9px
}

.m-auction-inner.close_auc .m-lot-item__price-you .m-lot-item__price-title {
    font-size: 12px
}

.m-auction-inner.close_auc .m-lot-item__price-you.no-rate .m-lot-item__price-title {
    display: block
}

.m-auction-inner.close_auc .m-lot-list.m-lot-list--big .m-lot-item__price-lider.no-rate .m-lot-item__price-value {
    font-size: 12px;
    margin-top: 7px
}

.m-auction-inner.close_auc .m-lot-item__price-you {
    width: 240px
}

.m-auction-inner.close_auc .m-lot-list.m-lot-list--big .m-lot-item__price-you.no-rate .m-lot-item__price-value {
    padding-top: 0;
    margin-top: 0;
    font-size: 14px;
    text-align: left;
    width: 100%;
    color: #9c9c9c
}

.m-auction-inner.close_auc .m-lot-list.m-lot-list--big .m-lot-item__price-lider.active ~ .m-lot-item__price-you.no-rate .m-lot-item__price-value, .m-auction-inner.close_auc .m-lot-list.m-lot-list--big .m-lot-item__price-lider.no-rate ~ .m-lot-item__price-you.no-rate .m-lot-item__price-value {
    font-size: 12px
}

.m-auction-inner.close_auc .m-lot-list--big .m-lot-item__price-you .m-lot-item__price-value {
    background-color: transparent;
    height: auto;
    padding: 0;
    text-align: left;
    font-size: 14px;
    width: auto
}

.m-auction-inner.close_auc .m-lot-list--big .m-lot-item__price-you .m-lot-item__price-value:hover {
    background: transparent;
    box-shadow: none
}

.m-auction-inner.close_auc .m-lot-list--big .m-lot-item__price-you .m-lot-item__price-value:before {
    left: -48px;
    top: 2px
}

.m-auction-inner.close_auc .m-lot-list--big .m-lot-item__price-you .m-lot-item__price-you-subinfo {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    font-weight: 700;
    margin-bottom: -7px
}

.m-auction-inner.close_auc .m-lot-list--big .m-lot-item__price-you.up .m-lot-item__price-value:before {
    top: 4px
}

.m-auction-inner.close_auc .m-lot-list--big .m-lot-item__price-you.up .m-lot-item__price-you-subinfo {
    color: #51ae31
}

.m-auction-inner.close_auc .m-lot-list--big .m-lot-item__price-you.small .m-lot-item__price-you-subinfo {
    color: #ed3123
}

.m-auction-inner.prev .m-header-counter.m-header-counter--small {
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.m-auction-inner.prev .m-header-counter.m-header-counter--small .m-header-counter__title {
    margin-bottom: 0
}

.m-auction-inner.prev .m-header-counter.m-header-counter--small .m-search-block {
    width: 523px
}

.box_add_rate .m-lot-item__add-description, .m-auction-inner .m-lot-item__price-lider .m-lot-item__price-title, .m-auction-inner .m-lot-item__price-you .m-lot-item__price-title {
    font-size: 12px
}

.m-lot-item {
    transition: .3s
}

.m-lot-item:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1)
}

.m-lot-list--big .m-lot-item__price-you.small .m-lot-item__price-value {
    transition: .3s
}

.m-lot-list--big .m-lot-item__price-you.small .m-lot-item__price-value:hover {
    background: #ffccca;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1)
}

.m-lot-list--big .m-lot-item__price-you.up .m-lot-item__price-value {
    transition: .3s
}

.m-lot-list--big .m-lot-item__price-you.up .m-lot-item__price-value:hover {
    background: #d3f0cc;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1)
}

.m-search-block__input {
    color: #282828
}

.m-lot-item__general-info-type {
    font-size: 14px
}

.m-lot-list--big .m-lot-item {
    padding-top: 9px;
    padding-bottom: 10px
}

.m-auction-big-block__general-info .m-auction-big-block__title {
    font-weight: 700
}

@media (max-width: 1415px) {
    .to-top {
        right: 30px;
        bottom: 100px
    }
}

.omk-auction__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 792px;
    margin: 48px auto auto;
    padding: 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.omk-auction__login-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #1B3752;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 312px;
    margin-right: 20px;
}

.omk-auction__login-title svg {
    margin-top: 33px;
}

.omk-auction__login-form {
    width: 100%;
    max-width: 360px;
}

.omk-auction__login .omk-form {
    background: #fff;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    padding: 34px 32px;
}

.omk-auction__login .uk-form-label {
    font-size: 13px;
    line-height: 16px;
    color: #a0a0a0;
    padding-bottom: 4px;
    font-weight: 400;
}

.omk-auction__login .uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 2px;
}

.omk-auction__login [class*='uk-inline'] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

.omk-auction__login .omk-form-item {
    width: 100%;
    position: relative;
}

.omk-auction__login .uk-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.omk-auction__login .uk-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.omk-auction__login .uk-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.omk-auction__login [class*='uk-width'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.omk-auction__login .text-blue-dark {
    color: #153c61;
}

.omk-auction__login .uk-text-bold {
    font-weight: 700;
}

.omk-auction__login .omk-fz-20-20 {
    font-size: 20px;
    line-height: 20px;
}

.omk-auction__login .omk-mb-27 {
    margin-bottom: 27px !important;
}

.omk-auction__login .omk-mb-24 {
    margin-bottom: 24px;
}

.omk-auction__login .omk-mb-11 {
    margin-bottom: 11px;
}

.omk-auction__login .omk-mb-19 {
    margin-bottom: 19px;
}

.omk-auction__login .omk-mt-8 {
    margin-top: 8px;
}

.omk-auction__login .omk-mb-22 {
    margin-bottom: 22px;
}

.omk-auction__login .omk-mb-19 {
    margin-bottom: 19px;
}

.omk-auction__login .omk-mt-4 {
    margin-top: 4px;
}

.omk-auction__login .uk-text-center {
    text-align: center !important;
}

.omk-auction__login .uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 10px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    min-width: 101px;
    border-radius: 2px;
    height: auto;
}

.omk-auction__login .uk-button:not(:disabled) {
    cursor: pointer;
}

.omk-auction__login .uk-button:hover {
    text-decoration: none;
}

.omk-auction__login .uk-button-large {
    padding: 12px 24px;
}

.omk-auction__login .omk-button-link {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    color: #287dd5;
    font-size: 14px;
    line-height: 16px;
}

.omk-auction__login .omk-form-item .uk-button {
    font-size: 14px;
}

.omk-auction__login .uk-button-secondary {
    background-color: transparent;
    color: #282828;
    border: 1px solid #e0e0e0;
}

.omk-auction__login .uk-button-secondary:hover, .omk-auction__login .uk-button-secondary:focus {
    background-color: #f4f4f4;
    color: #282828;
    border: 1px solid #f4f4f4;
}

.omk-auction__login .uk-button-primary {
    background-color: #ef524e;
    color: #fff;
    border: 1px solid #ef524e;
}

.omk-auction__login .uk-button-primary:hover, .omk-auction__login .uk-button-primary:focus {
    background-color: #e0302b;
    color: #fff;
    border: 1px solid #e0302b;
}

.omk-auction__login .uk-form-controls {
    width: 100%;
}

.omk-auction__login .omk-check {
    padding-left: 28px;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2c618d;
    display: inline;
    margin: 0;
    font-weight: 400;
}

.omk-auction__login .omk-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.omk-auction__login .omk-check .checkmark, .omk-auction__login .omk-check .radiomark {
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #a0a0a0;
    border-radius: 2px;
}

.omk-auction__login .omk-check input[type=checkbox]:checked ~ .checkmark {
    border-color: #e0302b;
    background: #ef524e;
}

.omk-auction__login .omk-check input[type=checkbox]:checked ~ .checkmark:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 4px;
    width: 9px;
    height: 5px;
    border-radius: 1px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.omk-auction__login .uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}

.omk-auction__login .uk-form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
}

.omk-auction__login .uk-form-icon-flip {
    right: 0;
    left: auto;
}

.omk-auction__login .omk-icon-password {
    cursor: pointer;
    pointer-events: auto !important;
    height: 38px;
}

.omk-auction__login .uk-form-icon:not(a):not(button):not(input) {
    pointer-events: none;
}

.omk-auction__login .uk-input, .omk-auction__login .uk-select, .omk-auction__login .uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: color, background-color, border;
    -o-transition-property: color, background-color, border;
    transition-property: color, background-color, border;
}

.omk-auction__login .uk-input, .omk-auction__login .uk-select, .omk-auction__login .uk-textarea, .omk-auction__login .uk-radio, .omk-auction__login .uk-checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
}

.omk-auction__login .uk-input {
    overflow: visible;
}

.omk-auction__login .uk-input, .omk-auction__login .uk-textarea {
    -webkit-appearance: none;
}

.omk-auction__login .uk-input, .omk-auction__login .uk-select, .omk-auction__login .uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #f8f8f8;
    color: #666;
}

.omk-auction__login .uk-input, .omk-auction__login .uk-select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
}

.omk-auction__login .uk-input, .omk-auction__login .uk-textarea {
    background-color: #f8f8f8;
    border-bottom: 1px solid #a0a0a0;
    border-radius: 2px 2px 0 0;
    padding-left: 10.85px;
    font-size: 14px;
    line-height: 16px;
    color: #202020;
    height: 40px;
}

.omk-auction__login .uk-form-icon-flip ~ .uk-input {
    padding-right: 40px !important;
}

.omk-auction__login .uk-input[type=password], .omk-auction__login .uk-textarea[type=password] {
    font-weight: bold;
}

.omk-auction__login .uk-input::-webkit-input-placeholder, .omk-auction__login .uk-textarea::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #a0a0a0;
}

.omk-auction__login .uk-input::-moz-placeholder, .omk-auction__login .uk-textarea::-moz-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #a0a0a0;
}

.omk-auction__login .uk-input:-ms-input-placeholder, .omk-auction__login .uk-textarea:-ms-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #a0a0a0;
}

.omk-auction__login .uk-input::-ms-input-placeholder, .omk-auction__login .uk-textarea::-ms-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #a0a0a0;
}

.omk-auction__login .uk-input::placeholder, .omk-auction__login .uk-textarea::placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #a0a0a0;
}

.omk-auction__login .uk-input:focus, .omk-auction__login .uk-select:focus, .omk-auction__login .uk-textarea:focus {
    color: #282828;
    border-color: #1e87f0;
    outline: none;
    background-color: #f8f8f8;
}

.omk-auction__login .uk-icon .uk-icon-show {
    display: none;
}

.omk-auction__login .uk-input.is-open ~ .uk-icon .uk-icon-hide {
    display: none;
}

.omk-auction__login .uk-input.is-open ~ .uk-icon .uk-icon-show {
    display: block;
}

.omk-auction__login .omk-button-link:hover {
    color: #287dd5;
    opacity: 0.8;
}


@media (max-width: 768px) {
    .omk-auction__login {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .omk-auction__login-title {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.omk-auction__info {
    margin: 14px 0;
    background: #FDF7E4;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 100%;
}

.omk-auction__info:target {
    display: none;
}

.omk-auction__info span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.omk-auction__info a {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.omk-auction__info a:hover {
    text-decoration: none;
}

.omk-auction__info-img {
    margin-right: 24px;
}

.omk-auction__info-close {
    margin-left: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.omk-auction__info-close:hover {
    opacity: 0.5;
}

.omk-auction__btn {
    padding: 8px 24px;
    margin-right: 8px;
    border-radius: 2px;
    border: 1px solid;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.omk-auction__btn-white {
    background: #FFFFFF;
    border-color: #E0E0E0;
    color: #202020;
}

.omk-auction__btn-white:hover {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #202020;
}

.omk-auction__info-text {
    margin-right: 24px;
}

.omk-auction__btn-grey {
    background: #F3F3F3;
    border-color: transparent;
    color: #EF524E;
}

.omk-auction__btn-grey:hover {
    background-color: #ffdddb;
    color: #e0302b;
    border-color: #ffdddb;
}

.unauthorized button.lot-page__rate-btn, .unauthorized div.lot-page__rate-btn {
    background: #FAFAFA;
    box-shadow: none;
    color: #CDCDCD;
    pointer-events: none;
}

.unauthorized span.lot-page__rate-btn {
    opacity: 0.5;
    pointer-events: none;
}

.unauthorized .m-lot-item.au-bg-me {
    border-color: #bfbfbf;
}

.unauthorized .lot-page__main-item.disable:before {
    background-color: #ccc;
}

.calendar_icon {
    background-image: url(/local/templates/.default/assets/styles/../images/icons/calendar.svg);
    background-repeat: no-repeat;
    background-size: 18px 20px;
    position: absolute;
    top: 43px;
    right: 20px;
    width: 18px;
    height: 20px;
    cursor: pointer;
}

/* End */


/* Start:/local/components/rdn/lot.detail/templates/.default/style.css?1786467565182*/

.lot-coming__wait:target {
    display: none;
}
h1 {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
}
/* End */
/* /local/templates/.default/assets/styles/auctions.min.css?178646756635922 */
/* /local/components/rdn/lot.detail/templates/.default/style.css?1786467565182 */
