.coins-page {
    overflow: hidden;
}

.coins-page .ui-slider {
    position: relative;
    height: 4px;
    background: #cccccc;
    margin: 0 0 15px 0;
}

.coins-page .ui-slider .ui-slider-range {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ba8235;
}

.coins-page .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    background: #ba8235;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px -1px #aaaaaa;
}

.coins-page .sort-block {
}

.coins-page .sort-block a {
    margin: 0 15px;
}

.coins-page .sort-block a:after {
    margin: 0 0 0 3px;
    vertical-align: text-bottom;
}

.coins-page .sort-block a.asc:after {
    content: "\2191";
}

.coins-page .sort-block a.desc:after {
    content: "\2193";
}

.coins-page .coin-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 75px -50px;
}

.coins-page .coin-list:after {
    content: '';
    flex: auto;
}

.coins-page .coin-list .item {
    margin: 25px 0 0;
    width: 50%;
    max-width: 200px;
    padding: 0 0 0 50px;
    position: relative;
}

.coins-page .coin-list .item > a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.coins-page .coin-list .item .img {
    max-width: 150px;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.coins-page .coin-list .item .img img {
    max-width: 100%;
}

.coins-page .coin-list .item .img .default-img {
    width: 100%;
    padding-top: 100%;
    background: #f3f3ef;
    border-radius: 50%;
}

.coins-page .coin-list .item .img .tags {
    white-space: nowrap;
    display: block;
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    background: rgba(163, 0, 58, .9);
    color: #ffffff;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
}

.coins-page .coin-list .item .info {
    text-align: center;
    margin: 15px 0 0;
}

.coins-page .coin-list .item .name,
.coins-page .coin-list ul.info-items {
    display: none;
}

.coins-page .coin-list .item .info .selling-price {
    font-size: 28px;
    line-height: 50px;
}

.coins-page .coin-list .item .info .no-selling {
    font-size: 18px;
    line-height: 50px;
}

.coins-page .coin-list .item.coin-set {
}

.coins-page .coin-list .item.coin-set .images {
    max-width: 150px;
    width: 100%;
    overflow: hidden;

    text-align: center;
    position: relative;
    margin: 0 auto;
}

.coins-page .coin-list .item.coin-set .images img {
    width: 48%;
    margin: 1%;
    float: left;
    display: block;
}

.coins-page .coin-list .item.coin-set .images .default-img {
    width: 48%;
    margin: 1%;
    float: left;
    display: block;
    background: #f3f3ef;
    padding-top: 48%;
    border-radius: 50%;
}


.coins-page .coin-list.list-view .item {
    max-width: unset;
    display: flex;
    align-items: flex-start;
}

.coins-page .coin-list.list-view .item .info {
    flex-grow: 1;
    text-align: left;
    padding: 0 0 0 25px;
}

.coins-page .coin-list.list-view .item .name {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.coins-page .coin-list.list-view .item .info .buying-price {
    font-size: 18px;
}

.coins-page .coin-list.list-view .item .info .weight {
    display: none;
}

.coins-page .coin-list.list-view .item .info ul.info-items {
    display: block;
    width: 100%;
}

.coins-page .coin-list.list-view .item .info ul.info-items li {
    font-size: 14px;
}

.coins-page .coin-list.list-view .item .info .coin-set-label {
    font-size: 20px;
}

.coins-page .filter {
    margin: 0 0 35px;
}

.coins-page .filter-query {
    display: flex;
}

.coins-page .filter-query > div {
    flex-grow: 1;
}

.coins-page .filter-query button {
    padding: 10px 15px;
}

.coins-page .filter-gray {
    background: #f3f3ef;
    padding: 30px 20px 30px;
    margin: 25px 0 40px;
    border-radius: 6px;
}

.coins-page .filter-gray .price-range {
    display: flex;
    align-items: center;
}

.coins-page .filter-gray .price-range > div {
    flex-grow: 1;
}

.coins-page .filter-gray .price-range > span {
    color: #999999;
    white-space: nowrap;
    font-size: 16px;
    padding: 0 10px;
}

.coins-page .filter .metals-list {
    margin: 30px 0;
}

.coins-page .filter .metals-list > div {
    display: flex;
}

.coins-page .filter .metals-list > div > div {
}

.coins-page .filter .metals-list > div > div input {
    display: none;
}

.coins-page .filter label.fancy-checkbox {
    font-size: 18px;
    font-weight: normal;
    padding: 0 50px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.coins-page .filter label.fancy-checkbox:before {
    content: '';
    background: #e4e4e0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25) inset;
    border-radius: 10px;
    display: block;
    width: 40px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.coins-page .filter label.fancy-checkbox:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -7px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.25s ease;
}

.coins-page .filter input:checked + label.fancy-checkbox:after {
    left: 23px;
    background: #ba8235;
}

.coins-page .filter .filter-last-row {
    display: flex;
}

.coins-page .filter .filter-last-row .view-switcher {
    display: flex;
    margin: 0 15px 0 0;
}

.coins-page .filter .filter-last-row .view-switcher input {
    display: none;
}

.coins-page .filter .filter-last-row .view-switcher label {
    background: 15px center no-repeat #f3f3ef;
    padding: 10px 20px 10px 50px;
    border-radius: 3px;
    margin: 0 5px 0 0;

    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    position: relative;
    cursor: pointer;

    transition: background-color 0.25s ease;
}

.coins-page .filter .filter-last-row .view-switcher div label {
    background-image: url("../images/icons/table-small.png");
}

.coins-page .filter .filter-last-row .view-switcher div + div label {
    background-image: url("../images/icons/list-small.png");
}

.coins-page .filter .filter-last-row .view-switcher label:hover {
    background-color: #e1e1dd;
}

.coins-page .filter .filter-last-row .view-switcher input:checked + label {
    background-color: #ffbd57;
    color: #a3003a;
}


.coins-page .filter .sets-only {
}

.coins-page .filter .sets-only input {
    display: none;
}

.coins-page .filter .sets-only label.fancy-checkbox {
    background: #f3f3ef;
    padding: 10px 20px 10px 60px;
    border-radius: 3px;
}

.coins-page .filter .sets-only label.fancy-checkbox:before {
    left: 10px;
}

.coins-page .filter .sets-only label.fancy-checkbox:after {
    left: 13px;
}

.coins-page .filter .sets-only :checked + label.fancy-checkbox:before {
    background: #ffffff;
}

.coins-page .filter .sets-only :checked + label.fancy-checkbox:after {
    left: 32px;
}

@media screen and (max-width: 991px) {
    .filter-query {
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    .price-range {
        margin-bottom: 25px;
        justify-content: center;
    }
}

@media screen and (max-width: 580px) {
    /*.coins-page .coin-list {
        justify-content: space-around;
    }*/
    .coins-page .coin-list:after {
        width: 50%;
        max-width: 200px;
        /*display: none;*/
    }
}


/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
.coins-list-dummy {
    height: 50vh;
}

.coin-popup-blur {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coin-popup-blur .answer-popup {
    background: #ffffff;
    padding: 70px 25px;
    border-radius: 5px;
    width: 90vw;
    max-width: 500px;
    max-height: 90vh;
    overflow: auto;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.coin-popup-blur .coin-popup {
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
    width: 90vw;
    max-width: 1200px;
    max-height: 90vh;
    overflow: auto;
    position: relative;
}

.coin-popup-blur .coin-popup h1,
.coin-popup-blur .coin-popup h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 15px;
}

.coin-popup-blur .close {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    background: url("/themes/ru/images/icons/close-32.png") center center no-repeat transparent;
    z-index: 1;
}

.coin-popup-blur .coin-popup p {
    margin: 0;
}

.coin-popup-blur .coin-popup .coin-zoom {
    position: relative;
}

.coin-popup-blur .coin-popup .coin-zoom .coin-side {
    width: 300px;
    transition: 0.5s;
    transform: rotateY(180deg);
    backface-visibility: hidden;
}

.coin-popup-blur .coin-popup .coin-zoom .coin-side + .coin-side {
    transform: rotateY(0);
    position: absolute;
    top: 0;
}

.coin-popup-blur .coin-popup .coin-zoom.flip .coin-side {
    transform: rotateY(0);
}

.coin-popup-blur .coin-popup .coin-zoom.flip .coin-side + .coin-side {
    transform: rotateY(180deg);
}

.coin-popup-blur .coin-popup .coin-zoom .coin-side-switcher {
    position: absolute;
    top: 0;
    left: 320px;
}

.coin-popup-blur .coin-popup .coin-zoom .coin-side-switcher > * {
    cursor: pointer;
}

.coin-popup-blur .coin-popup .coin-zoom .coin-side-switcher .sides {
    position: relative;
}

.coin-popup-blur .coin-popup .coin-zoom .coin-side-switcher .sides .coin-side {
    width: 85px;
}

.coin-popup-blur .coin-popup .coin-zoom .coin-side-switcher p {
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.coin-popup-blur .coin-popup .coin-zoom .coin-side-switcher .switcher {
    width: 40px;
    height: 40px;
    background: url("../images/icons/rotate-small.png") center center no-repeat transparent;
    opacity: 0.25;
    margin: 25px 0 0 7px;
}

.coin-popup-blur .coin-popup .coin-zoom .coin-side-switcher .switcher:hover {
    opacity: 1;
}


.coin-popup-blur .coin-popup .gray-block {
    background: #f3f3ef;
    padding: 25px;
    border-radius: 5px;
    margin: 75px 0 0;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.coin-popup-blur .coin-popup .gray-block p {
    margin: 25px 0 0;
    font-size: 16px;
}

.coin-popup-blur .coin-popup .selling-price {
    font-size: 32px;
    line-height: 0.9em;
}

.coin-popup-blur .coin-popup .buying-price {
    font-size: 24px;
    margin-top: 10px;
}

.coin-popup-blur .coin-popup ul.info-items,
.coins-page .coin-list ul.info-items {
    list-style: none;
    margin: 25px 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 80%;
}

.coin-popup-blur .coin-popup ul.info-items li,
.coins-page .coin-list ul.info-items li {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.coin-popup-blur .coin-popup ul.info-items li:before,
.coins-page .coin-list ul.info-items li:before {
    display: none;
}

.coin-popup-blur .coin-popup .coin-set-coins {
    display: flex;
    margin: 0 0 0 -5px;
}

.coin-popup-blur .coin-popup .coin-set-coins .coin-switcher {
    border: 3px solid transparent;
    border-radius: 50%;
    opacity: 0.25;
    transition: 0.5s;
}

.coin-popup-blur .coin-popup .coin-set-coins .coin-switcher:hover {
    opacity: 1;
}

.coin-popup-blur .coin-popup .coin-set-coins .coin-switcher.active {
    border-color: #a3003a;
    opacity: 1;
}

.coin-popup-blur .coin-popup .coin-set-coins img {
    width: 75px;
    margin: 0 5px;
    cursor: pointer;
}

.coin-popup-blur .coin-popup .coin-set-coins .default-img {
    border-radius: 50%;
    background: #f3f3ef;
    cursor: pointer;
    width: 75px;
    height: 75px;
    margin: 0 5px;
}

.coin-popup-blur .coin-popup .coin-set-coins-content {
    margin-top: 25px;
}

.coin-popup-blur .coin-popup .coin-set-coins-content .row {
}

.coin-popup-blur .coin-popup .coin-set-coins-content .row + .row {
    display: none;
}

.coin-popup-blur .coin-popup .tags {
    display: flex;
    margin: 0 -5px;
}

.coin-popup-blur .coin-popup .tags .tag {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    margin: 0 5px;
}

.coin-popup-blur .coin-popup .tags .tag.red {
    background: #a3003a;
    color: #ffffff;
}

.coin-popup-blur .coin-popup .tags .tag.yellow {
    background: #ffbd57;
    color: #ffffff;
}


.coin-order-form {
    display: none;
    background: #f3f3ef;
    padding: 15px;
}

.coin-order-form.active {
    display: block;
}

.coin-order-form label {
    font-weight: normal;
}

.coin-order-form .order-type {
    display: flex;
}

.coin-order-form .order-type input[type=radio] {
    display: none;
}

.coin-order-form .order-type label.fancy-radio {
    display: block;
    padding: 7px 35px;
    background: #ffffff;
    font-size: 20px;
    margin: 0 7px 0 0;
    border-radius: 3px;
    cursor: pointer;
}

.coin-order-form .order-type label.fancy-radio:hover {
    background: #e1e1dd;
}

.coin-order-form .order-type input[type=radio] + label.fancy-radio {
}

.coin-order-form .order-type input[type=radio]:checked + label.fancy-radio {
    background: #ffbd57;
    color: #a3003a;
}

.coin-popup .coin-order-form .help-block {
    font-size: 13px;
    font-weight: 300;
    margin: 25px 0;
}

.price-slider-block {
    height: 20px !important;
}
