textarea,
input,
a,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: 0;
}

button {
    border: 0;
    outline: 0;
}

a,
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

select {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
b {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove outline on the forms and links */

input,
textarea {
    border: 0;
    outline: none;
    outline: 0;
    outline-offset: 0;
    -webkit-appearance: none;
}

input:active,
input:hover,
input:focus,
textarea:active,
textarea:hover,
textarea:focus {
    outline: 0;
    outline-offset: 0;
}

@font-face {
    font-family: "Montserrat";
    src: url("../static/fonts/Montserrat-Regular.woff2") format("woff2");
    font-display: fallback;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url("../static/fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-display: fallback;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Montserrat";
    src: url("../static/fonts/Montserrat-Bold.woff2") format("woff2");
    font-display: fallback;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "PTSerif";
    src: url("../static/fonts/PTSerif-Italic.woff2") format("woff2");
    font-display: fallback;
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "PTSerif";
    src: url("../static/fonts/PTSerif-BoldItalic.woff2") format("woff2");
    font-display: fallback;
    font-style: italic;
    font-weight: 700;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

html.disable-scroll,
body.disable-scroll {
    position: relative;
    overflow: hidden;
    padding-right: 15px;
}

@media (max-width: 1024px) {
    html.disable-scroll,
    body.disable-scroll {
        padding-right: 0;
    }
}

html.disable-scroll.iphone,
body.disable-scroll.iphone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

* {
    font-family: "Montserrat";
}

.page__wrapper {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

@media(max-width: 992px){
    .page__wrapper {
        overflow: visible;
    }
}

.page__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 12px;
}

.site-container {
    max-width: 1215px;
    margin: 0 auto;
    padding: 0 15px;
}

.site-container--1400 {
    max-width: 1440px;
}

.header-indent {
    min-height: 96px;
}

.body-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.body-overlay.show {
    opacity: 1;
    visibility: visible;
}

.lazy_img {
    -webkit-transition: opacity 0.2s linear 0.2s;
    -o-transition: opacity 0.2s linear 0.2s;
    transition: opacity 0.2s linear 0.2s;
    opacity: 0;
}

.slider-navigation-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 98;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

@media (max-width: 680px) {
    .slider-navigation-btn {
        top: 38%;
    }
}

.slider-navigation-btn.swiper-button-disabled {
    opacity: 0 !important;
}

.slider-navigation-btn:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
}

.slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.slider-pagination span {
    border-radius: 0;
    width: 30px;
    height: 2px;
    background-color: #000;
}

.catalog__pagination {
    margin-top: 40px;
}

.hero-slide-next {
    right: 114px;
}

@media (max-width: 1220px) {
    .hero-slide-next {
        right: 15px;
    }
}

.hero-slide-prev {
    left: 120px;
}

@media (max-width: 1220px) {
    .hero-slide-prev {
        left: 15px;
    }
}

@media (min-width: 1025px) {
    .swiper:hover .slider-navigation-btn {
        opacity: 1;
    }
}

.swiper-lazy-loaded,
.lazyloading,
.lazyloaded {
    opacity: 1;
}

@-webkit-keyframes preloaderInfinity {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloaderInfinity {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-lazy-preloader {
    border-top-color: transparent;
    border-bottom-color: #000;
    border-right-color: #000;
    border-left-color: #000;
    -webkit-animation: preloaderInfinity 0.5s infinite ease-in-out;
    animation: preloaderInfinity 0.5s infinite ease-in-out;
}

.site-preloader {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.site-preloader.active {
    visibility: visible;
    opacity: 1;
}

.site-preloader .swiper-lazy-preloader {
    border-top-color: transparent;
    border-bottom-color: #000;
    border-right-color: #000;
    border-left-color: #000;
}

.site-btn {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 22px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}

.site-btn:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.site-btn--white {
    color: #000;
    background-color: #fff;
}

.site-btn--white:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}

.btn-offer {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    gap: 10px;
}

@media (max-width: 1024px) {
    .btn-offer {
        margin-top: 6px;
    }
}

.btn-offer .ico {
    width: 20px;
}

.btn-offer .ico svg {
    width: 100%;
    height: 100%;
}

.btn-offer .txt {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    text-decoration: underline;
}

.btn-offer:hover .txt {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    /* .store-page .toggle-text__btn, */
    .search-page .toggle-text__btn,
    .artists-page .toggle-text__btn {
        margin-top: 0;
    }
}

.toggle-text__btn {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 34px;
    margin-bottom: 50px;
    gap: 7px;
}

.toggle-text__btn.active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.toggle-text__ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.toggle-text__txt {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.site-link {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;
    text-decoration: underline;
    padding-bottom: 2px;
    color: #000;
}

@media (max-width: 800px) {
    .site-link {
        padding-bottom: 0;
        padding-top: 3px;
    }
}

.site-link:hover {
    text-decoration: none;
}

.site-title {
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 700;
    line-height: 120%;
}

.site-text h1 {
    font-size: 40px;
    line-height: 120%;
}

.site-text h2 {
    font-family: "Roboto";
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    margin-bottom: 30px;
}

.site-text .title {
    font-family: "Roboto";
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    margin-bottom: 30px;
}

@media (max-width: 800px) {
    .site-text h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.site-text h3 {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
}

.site-text h4 {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

.site-text h5 {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}

.site-text p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 28px;
}

@media (max-width: 680px) {
    .site-text p {
        font-size: 14px;
    }
}

.site-text--white h2,
.site-text--white .title,
.site-text--white p {
    color: #fff;
}

.js-anim-header.active {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.dropdown {
    position: relative;
}

.dropdown__menu {
    display: block;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    min-width: 88px;
    padding: 15px 0 0;
    background-color: #fff;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}

.dropdown__menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown__menu .dropdown__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 14px;
    color: #000;
    padding: 15px 19px;
    height: 50px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.dropdown__menu .dropdown__link:hover {
    background-color: #000;
    color: #fff;
}

.dropdown__menu .dropdown__link .lang__ico {
    margin-left: 10px;
    width: 24px;
}

.dropdown__menu .dropdown__link .lang__ico svg {
    width: 100%;
    height: 100%;
}

.dropdown__menu.share-list {
    background-color: transparent;
    min-width: 180px;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 680px) {
    .dropdown__menu.share-list {
        left: -165px;
        background-color: #fff;
    }
}

.dropdown__menu.share-list .dropdown__link {
    white-space: nowrap;
}

.dropdown__ico {
    padding-bottom: 5px;
}

.dropdown__ico.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown__item {
    background-color: #fff;
}

.dropdown__item:hover .dropdown__menu {
    visibility: visible;
    opacity: 1;
}

.dropdown__menu .dropdown__item:hover .dropdown__link {
    background-color: #000;
    color: #fff;
}

.dropdown__menu .dropdown__item:hover .dropdown__link .ico {
    transform: rotate(-90deg);
}

.dropdown__menu .dropdown__item:hover .dropdown__link svg path,
.dropdown__menu .dropdown__item:hover .dropdown__link .ico svg path {
    fill: #fff !important;
}

.dropdown__item .dropdown__menu {
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 100%;
}

.dropdown__item .dropdown__menu .dropdown__link {
    background-color: #fff !important;
    color: #000 !important;
}

.dropdown__item .dropdown__menu .dropdown__item:hover .dropdown__link {
    background-color: #000 !important;
    color: #fff !important;
}

.dropdown__item .dropdown__menu:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 150%;
    width: 100%;
}

.dropdown__item .dropdown__menu .dropdown__item a {
    border-top: 0;
    margin-left: -1px;
}

.dropdown__item .dropdown__menu .dropdown__item:first-child a {
    border-top: 1px solid #000;
}

.dropdown__item:first-child .dropdown__link {
    border-top: 1px solid #000;
}

.dropdown__item:last-child .dropdown__link {
    margin-bottom: 0;
}

.dropdown__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    font-size: 14px;
    color: #000;
}

/**
 * burger menu
 */

.menu {
    z-index: 5;
}

.menu__burger {
    display: block;
    cursor: pointer;
    /* padding-left: 10px; */
}

@media (max-width: 350px) {
    .menu__burger {
        -webkit-transform: translate(0px, 2px);
        -ms-transform: translate(0px, 2px);
        transform: translate(0px, 2px);
    }
}

.menu__burger .bar1,
.menu__burger .bar2,
.menu__burger .bar3 {
    width: 22px;
    height: 2px;
    background-color: black;
    margin: 5px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
}

.menu__burger.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-1px, 4px);
    -ms-transform: rotate(-45deg) translate(-1px, 4px);
    transform: rotate(-45deg) translate(-1px, 4px);
}

.menu__burger.change .bar2 {
    opacity: 0;
}

.menu__burger.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -9px);
    -ms-transform: rotate(45deg) translate(-6px, -9px);
    transform: rotate(45deg) translate(-6px, -9px);
}

.accordion-container {
    position: relative;
}

.accord-set {
    position: relative;
    width: 100%;
    height: auto;
}

.accord-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0 15px;
}

.accord-arrow {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.accord-arrow.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accord-arrow.minus {
    display: none;
}

.accord-arrow.minus.show {
    display: block;
}

.accord-arrow.plus {
    display: none;
}

.accord-arrow.plus.show {
    display: block;
}

.accord-content {
    display: none;
}

.link {
    position: relative;
}

.link:after {
    z-index: 100;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -7px;
    left: 0;
    background-color: #000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.link:hover:after {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.select-box {
    position: relative;
    z-index: 11;
    width: 100%;
    color: #000;
    background-color: #000;
}

.select-box__current {
    z-index: 5;
}

.select-box__input {
    display: none;
}

.select-box__input:checked + .select-box__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.select-box__info {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.select-box__list {
    z-index: -5;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.select-box__list.show {
    z-index: 5;
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
    visibility: visible;
}

.select-box__list.show .select-box__option {
    cursor: pointer;
}

.sorting-wrapper .select-box__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    background-color: #000;
}

.sorting-wrapper .select-box__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
}

.sorting-wrapper .select-box__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sorting-wrapper .select-box__info-text {
    white-space: nowrap;
}

.sorting-wrapper .select-box__info-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sorting-wrapper .select-box__list {
    padding: 10px;
    background-color: #fff;
    min-width: 191px;
    margin-top: 14px;
}

.sorting-wrapper .select-box__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 52px;
    background-color: #fff;
}

.sorting-wrapper .select-box__option:hover {
    color: #fff;
    background-color: #000;
}

.sorting-wrapper .select-box__option:hover .select-box__info-ico svg * {
    fill: #fff;
}

.sorting-wrapper .select-box__option:focus {
    color: #fff;
    background-color: #546c84;
}

.select-wrapper .select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
}

.select-wrapper .select-box__current {
    position: relative;
    cursor: pointer;
    outline: none;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    background-color: #fff;
    border: 2px solid #000000;
}

.select-wrapper .select-box__current:focus + .select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.select-wrapper
.select-box__current:focus
+ .select-box__list
.select-box__option {
    cursor: pointer;
}

.select-wrapper .select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.3;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.select-wrapper .select-box__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.select-wrapper .select-box__input {
    display: none;
}

.select-wrapper .select-box__input:checked + .select-box__info {
    display: block;
}

.select-wrapper .select-box__info {
    display: none;
    width: 100%;
    margin: 0;
}

.select-wrapper .select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-wrapper .select-box__option {
    display: block;
    padding: 15px;
    background-color: #fff;
}

.select-wrapper .select-box__option:hover {
    color: #fff;
    background-color: #000;
}

.select-wrapper .select-box__option:focus {
    color: #fff;
    background-color: #546c84;
}

/*.site-checkbox label:hover .site-checkbox__label {*/
/*    text-decoration: underline;*/
/*}*/

.site-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 18px;
}

.site-checkbox label.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.6;
}

.site-checkbox label.disabled:hover {
    text-decoration: none;
}

.site-checkbox input[type="radio"],
.site-checkbox input[type="checkbox"] {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.site-checkbox__label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #000000;
    padding-left: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}
.site-checkbox__label a{
    color: #000;
}

.site-checkbox__label:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.site-checkbox .disabled .site-checkbox__label:before {
    opacity: 0.6;
}

.site-checkbox__label:after {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    background: #000 url("../static/icons/total_icons/mdi-light_check.svg") center no-repeat;
    background-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

input[type="radio"]:checked ~ .site-checkbox__label:after,
input[type="checkbox"]:checked ~ .site-checkbox__label:after {
    opacity: 1;
}

/**
 * site counter styles
 */

.site-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.site-counter .plus,
.site-counter .minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-counter .minus {
    cursor: pointer;
}

.site-counter .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #000;
}

.site-counter .plus {
    cursor: pointer;
}

.site-tabs-content {
    display: none;
}

.site-tabs-content.active {
    display: block;
}

.site-form__row {
    position: relative;
    margin-bottom: 10px;
}

.site-form__row:last-child {
    margin-bottom: 0;
}

.site-form__row.select-row {
    margin-bottom: 40px;
    margin-top: 16px;
}

.site-form__row.d-flex {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

@media (max-width: 550px) {
    .site-form__row.d-flex {
        gap: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.site-form__row.flex-row {
    display: flex;
    column-gap: 20px;
}

.site-form__row.custom-row {
}

.site-form__row.custom-row .currency-selector {
    position: relative;
    z-index: 1;
}

.site-form__row.custom-row .currency-selector .dropdown {
    transform: translateY(20px);
}

.site-form__row.custom-row .site-form__label.mw-20 {
    max-width: 20%;
}

.site-form__row.custom-row .site-form__label {
    width: 100%;
    max-width: 55%;
}

@media (max-width: 680px) {
    .site-form__row.custom-row {
        flex-wrap: wrap;
    }
}

@media (max-width: 550px) {
    .site-form__row.custom-row .site-form__label.mw-20 {
        max-width: 70%;
    }

    .site-form__row.custom-row .site-form__label {
        width: 100%;
        max-width: 100%;
    }
}

.site-form__row p.red {
    color: #888;
    font-size: 12px;
    line-height: 1;
}

.site-form__row.multiple-checkbox {
    margin-bottom: 22.5px;
}

.site-form__row.multiple-checkbox .site-form__label:not(.site-checkbox ) {
    margin: 15px 0;
}

.site-form__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-form__label span {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #6b6b6b;
}

.site-form__label span i {
    color: #888;
}

.site-form__label .toggle-password {
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: -5px;
}

.site-form__label .toggle-password .ico:not(.active) {
    display: none;
}

.site-form__label[data-error-propose] span.error-message {
    width: 135px;
    bottom: -13px;
}

@media (max-width: 680px) {
    .site-form__label[data-error-propose] span.error-message {
        width: 100%;
        bottom: 0;
    }
}


.site-form__label span.error-message {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #eb5757;
}

.site-form__label input {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #6b6b6b;
    height: 34px;
    margin-bottom: 22.5px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.site-form__label input::-webkit-input-placeholder {
    color: #6b6b6b;
}

.site-form__label input::-moz-placeholder {
    color: #6b6b6b;
}

.site-form__label input:-ms-input-placeholder {
    color: #6b6b6b;
}

.site-form__label input::-ms-input-placeholder {
    color: #6b6b6b;
}

.site-form__label input::placeholder {
    color: #6b6b6b;
}

.site-form .submit-wrapper {
    margin-top: 40px;
}

@media (max-width: 680px) {
    .site-form .submit-wrapper {
        margin-top: 20px;
    }
}

.site-form .submit-wrapper button {
    margin-left: 0;
    border-radius: 0;
}

.site-form .site-checkbox label {
    display: block;
    height: initial;
}

.site-form .site-checkbox__label {
    display: inline-block;
    text-align: start;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    padding-left: 30px;
    white-space: normal;
}

@media (max-width: 680px) {
    .site-form .site-checkbox__label {
        white-space: normal;
    }
}

.site-form .site-checkbox__label::before {
    top: 2px;
    width: 14px;
    height: 14px;
}

.site-form .site-checkbox__label::after {
    top: 2px;
    width: 14px;
    height: 14px;
    background-size: 16px;
}

.site-form textarea {
    border-radius: 0;
    resize: none;
    width: 100%;
    padding-top: 10px;
    min-height: 93px;
    border-bottom: 1px solid #6b6b6b;
    margin-bottom: 22.5px;
}

@media (max-width: 680px) {
    .site-form textarea {
        min-height: 76px;
    }
}

.site-form input[type="file"] {
    display: none !important;
}

.site-form .site-btn {
    margin-top: 8px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    padding: 11px 23px;
    border: 2px solid #000;
}

@media (max-width: 800px) {
    .site-form .site-btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media (max-width: 680px) {
    .site-form .site-btn {
        width: 100%;
    }
}

.site-form input[type="submit"] {
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    height: initial;
    padding: 14px 25px;
    border: 0;
    background-color: #6b6b6b;
    color: #fff;
}

.site-form input[type="submit"]:hover {
    background-color: #000;
}

.site-form__alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.site-form__alert-ico {
    margin-right: 10px;
}

.site-form__alert-txt {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}

.site-form .dropzone-label {
    position: relative;
}

.site-form .dropzone-label > span {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #6b6b6b;
    margin-bottom: 35px;
    display: block;
}

.site-form .dropzone-label .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
}

.site-form .dropzone .dz-preview {
    min-height: 85px;
}

@media (max-width: 680px) {
    .site-form .dropzone .dz-preview {
        width: calc(50% - 32px);
    }
}

@media (max-width: 420px) {
    .site-form .dropzone .dz-preview {
        width: 85%;
    }
}

.site-form .dropzone .dz-preview .dz-image {
    width: 112px;
    height: 112px;
    margin: 0 auto;
}

.site-form .dropzone {
    position: relative;
}

.site-form .dropzone .dz-preview .dz-remove {
    margin-top: 5px;
    color: #000;
}

.site-form .dropzone .dz-preview .dz-error-message {
    top: 140px;
}

.marker {
    background-image: url("../img/mapbox-icon.png");
    background-size: cover;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width: 680px) {
    .checkout-page .main-wrap {
        min-height: 100vh;
    }
}

@media (max-width: 1024px) {
    .filter-selection {
        margin-left: 30px;
    }
}

@media (max-width: 550px) {
    .filter-selection {
        display: none;
    }
}

.filter-selection__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.filter-selection__label {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}

@media (max-width: 800px) {
    .filter-selection__label:nth-child(2) {
        display: none;
    }
}

.filter-selection__label.show-all {
    cursor: pointer;
}

.filter-selection__label.show-all:hover {
    text-decoration: underline;
}

.filter-selection__delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}

@media (max-width: 800px) {
    .filter-selection__delete {
        display: none;
    }
}

.filter-selection__delete:hover {
    text-decoration: underline;
}

.filter-selection__delete-ico {
    width: 20px;
    height: 20px;
}

.filter-selection__delete-ico svg {
    width: 100%;
    height: 100%;
}

.filter-selection__delete-ico svg * {
    fill: #fff;
}

.filter-selection__delete-txt {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}

@media (max-width: 1100px) {
    .desktop {
        display: none !important;
    }
}

@media (min-width: 1101px) {
    .tablet {
        display: none !important;
    }
}

@media (min-width: 550px) {
    .mobile {
        display: none !important;
    }
}

.pd-0 {
    padding: 0 !important;
}

.height-initial-important {
    height: initial !important;
}

.breadcrumbs.hide {
    display: none !important;
}

.breadcrumbs__inner {
    padding: 30px 0 50px;
}

@media (max-width: 680px) {
    .breadcrumbs__inner {
        padding-bottom: 30px;
    }
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs__back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

.breadcrumbs__back-btn svg * {
    fill: #6b6b6b;
}

.breadcrumbs__item.dark-item .breadcrumbs__link {
    color: #000;
}

.breadcrumbs__item .breadcrumbs:last-child .breadcrumbs__link i {
    color: #6b6b6b;
}

.breadcrumbs__link {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6b6b6b;
}

.breadcrumbs__link b {
    color: #000;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .pagination {
        margin-bottom: 50px;
    }
}

.pagination__more {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background-color: #000;
    margin: 0 auto;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 10px 20px;
}

.pagination__more:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.pagination__more-txt {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.pagination__more-ico {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination__more-ico svg path {
    fill: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.pagination__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ced0e1;
}

.pagination__row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 370px) {
    .pagination__row {
        gap: 10px;
    }
}

.pagination__btn {
    pointer-events: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 60px;
    height: 100%;
    min-height: 40px;
    border-radius: 4px;
    border: 1px solid #ced0e1;
    background-color: #f8f8f8;
}

.pagination__btn:hover {
    border-color: #6b6b6b;
}

.pagination__btn.active {
    cursor: pointer;
    pointer-events: initial;
}

.pagination__btn.active svg path {
    fill: #6b6b6b;
}

.pagination__btn svg path {
    fill: #d8d8d8;
}

.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
}

.pagination__item {
    cursor: pointer;
    width: 40px;
    min-width: 40px;
    height: 100%;
}

.pagination__item a {
    width: 100%;
    height: 100%;
    min-height: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ced0e1;
    color: #6b6b6b;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.pagination__item a.active {
    pointer-events: none;
    cursor: not-allowed;
    border-color: #6b6b6b;
}

.pagination__item a:hover {
    border-color: #6b6b6b;
}

@media (max-width: 680px) {
    .pagination__item:nth-child(6),
    .pagination__item:nth-child(7) {
        display: none;
    }
}

@media (max-width: 550px) {
    /*.pagination__item:nth-child(3),*/
    /*.pagination__item:nth-child(4),*/
    /*.pagination__item:nth-child(5),*/
    /*.pagination__item:nth-child(6),*/
    /*.pagination__item:nth-child(7) {*/
    /*    display: none;*/
    /*}*/
}

.pagination__btn-prev-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__btn-next-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header__content-inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-left: 0;
    padding-right: 30px;
}

@media (max-width: 992px) {
    .header__content-inner {
        padding-right: 15px;
        gap: 15px;
    }
}

@media (max-width: 680px) {
    .header__content-inner {
        padding-right: 5px;
        gap: 0;
    }
}

.header__content-inner:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 100%;
    height: 100%;
    width: 1000%;
    background-color: #000;
}

@media (max-width: 680px) {
    .header__content-inner:before {
        visibility: hidden;
    }
}

.header__content-inner:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: calc(100% - 1px);
    height: 100%;
    width: 1000%;
    background-color: #fff;
}

.header__switchers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-left: 30px;
}

@media (max-width: 992px) {
    .header__switchers {
        margin-left: auto;
    }
}

@media (max-width: 680px) {
    .header__switchers {
        display: none;
    }
}

.header__action {
    position: relative;
    z-index: 5;
    margin-left: 30px;
}

@media (max-width: 1320px) {
    .header__action {
        margin-left: 20px;
    }
}

@media (max-width: 992px) {
    .header__action {
        margin-left: 0;
    }
}

@media (max-width: 680px) {
    .header__action {
        margin-left: -10px;
    }
}

.header__action--user {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    -webkit-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
}

@media (max-width: 680px) {
    .header__action--user {
        /* display: none; */
        order: 2;
    }
}

.header__action--user a.header__action-ico-wrapp .header__action-ico {
    margin-top: 2px;
}

.header__action--user div.header__action-ico-wrapp .header__action-ico svg {
    margin-top: 17px;
}

@media (max-width: 992px) {
    .header__action--user div.header__action-ico-wrapp .header__action-ico svg {
        margin-top: 5px;
    }
}

.header__action--user-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.header__action--user-number {
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 500;
}

.header__action--user-name {
    font-family: 'Montserrat';
    font-size: 9px;
    font-weight: 400;
}

.header__action-ico.justify-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}


@media (max-width: 992px) {
    .header__action--user.link:after {
        display: none;
    }

    .header__action--user.hover.link:after {
        display: block;
    }
}

@media (min-width: 993px) {
    .header__action--user:hover .hover-ico {
        opacity: 1;
    }
}

.header__action--user .hover-ico {
    position: absolute;
    opacity: 0;
}

.header__action--user .hover-ico.open {
    opacity: 1;
}

.header__action--user .dropdown-list {
    right: 0;
    left: unset;
    width: 198px;
    padding-top: 30px;
    background-color: transparent;
}

@media (max-width: 1024px) {
    .header__action--user .dropdown-list {
        padding-top: 0;
        margin-top: 12px;
    }
}

.header__action--user .dropdown-list .dropdown__link {
    padding: 15px 10px;
}

.header__action--user .dropdown-list .dropdown__link.header__action--basket {
    transform: unset;
}

.header__action--search {
    -webkit-transform: translate(-2px, 3px);
    -ms-transform: translate(-2px, 3px);
    transform: translate(-2px, 3px);
}

@media (max-width: 680px) {
    .header__action--search {
        order: 1;
    }
}

@media (max-width: 350px) {
    .header__action--search {
        -webkit-transform: translate(-2px, 4px);
        -ms-transform: translate(-2px, 4px);
        transform: translate(-2px, 4px);
    }
}

.header__action--basket {
    position: relative;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

@media (max-width: 680px) {
    .header__action--basket {
        display: none;
    }
}

@media (max-width: 350px) {
    .header__action--basket {
        -webkit-transform: translate(-2px, 4px);
        -ms-transform: translate(-2px, 4px);
        transform: translate(-2px, 4px);
    }
}

.header__action--bar {
    display: none;
    padding-right: 6px;
}

@media (max-width: 992px) {
    .header__action--bar {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 680px) {
    .header__action--bar {
        padding-right: 15px;
        order: 3;
    }
}

.header__action-item {
    height: 32px;
}

.header__action-ico-wrapp {
    display: flex;
    align-items: center;
}

.header__action-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

@media (max-width: 992px) {
    .header__action-list {
        gap: 17px;
    }
}

.header__action-count {
    position: absolute;
    top: -4px;
    right: -17px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 100%;
}

@media (max-width: 680px) {
    .header__action-count {
        top: -8px;
        right: -15px;
    }
}

.header__action-count--red {
    background-color: #eb5757;
}

.logo {
    position: relative;
    z-index: 5;
    height: 100%;
    width: 100%;
    max-width: 354px;
    background-color: #000;
    -webkit-clip-path: polygon(0 0, 92% 0, 59% 101%, 0% 101%);
    clip-path: polygon(0 0, 92% 0, 59% 101%, 0% 101%);
    margin-left: -2px;
}

@media (min-width: 3000px) {
    .logo {
        height: 100%;
    }
}

@media (max-width: 1220px) {
    .logo {
        -webkit-clip-path: polygon(0 0, 100% 0, 65% 101%, 0% 101%);
        clip-path: polygon(0 0, 100% 0, 65% 101%, 0% 101%);
    }
}

@media (max-width: 1100px) {
    .logo {
        max-width: 230px;
    }
}

@media (max-width: 992px) {
    .logo {
        max-width: 196px;
    }
}

@media (max-width: 800px) {
    .logo {
        -webkit-clip-path: polygon(0 0, 100% 0, 63% 101%, 0% 101%);
        clip-path: polygon(0 0, 100% 0, 63% 101%, 0% 101%);
    }
}

@media (max-width: 680px) {
    .logo {
        min-width: 194px;
        -webkit-clip-path: polygon(0 0, 100% 0, 62% 101%, 0% 101%);
        clip-path: polygon(0 0, 100% 0, 62% 101%, 0% 101%);
    }
}

.logo__inner {
    height: 100%;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1220px) {
    .logo__inner {
        padding-left: 35px;
    }
}

@media (max-width: 992px) {
    .logo__inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 15px;
    }
}

@media (max-width: 1100px) {
    .logo--desktop {
        display: none;
    }
}

@media (min-width: 1101px) {
    .logo--mobile {
        display: none;
    }
}

.sublogo {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

@media (max-width: 1220px) {
    .sublogo {
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}

@media (max-width: 1100px) {
    .sublogo {
        display: none;
    }
}

@media (max-width: 992px) {
    .sublogo {
        display: block;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 680px) {
    .sublogo {
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
    }
}

@media (max-width: 550px) {
    .sublogo {
        display: none;
    }
}

.sublogo:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sublogo:hover svg * {
    fill: #000;
}

.sublogo__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
}

.sublogo svg {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.sublogo svg path {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.nav {
    position: relative;
    z-index: 5;
    /* margin-right: auto; */
    margin-left: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 992px) {
    .nav {
        display: none;
    }
}

.nav__list {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 1100px) {
    .nav__list {
        gap: 40px;
    }
}

.nav__link {
    cursor: pointer;
    display: block;
    color: #000;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    white-space: nowrap;
}

.nav__link .dropdown__menu {
    min-width: 168px;
    padding-top: 41px;
}

@media (max-width: 1024px) {
    .nav__link .dropdown__menu {
        padding-top: 23px;
    }
}

.nav__link-ico {
    position: relative;
    padding-left: 35px;
}

.nav__link-ico:after {
    position: absolute;
    content: "";
    z-index: 134;
    left: 0;
    top: -7px;
    width: 25px;
    height: 30px;
    background-image: url("../static/icons/total_icons/catalogue-catalog.svg");
    background-repeat: no-repeat;
    background-size: 25px;
}

.lang-switcher .dropdown__menu.open {
    padding-top: 11px;
}

.lang-switcher .lang__ico {
    width: 24px;
    height: 19px;
}

.lang-switcher .lang__ico svg {
    width: 100%;
    height: 100%;
}

.currency-switcher {
    display: flex;
    align-items: center;
}

.currency-switcher .dropdown__menu.open,
.lang-switcher .dropdown__menu.open {
    padding-top: 37px;
}

.currency-switcher .dropdown,
.lang-switcher .dropdown {
    min-height: 21px;
    display: flex;
}

@media (max-width: 1024px) {
    .currency-switcher .dropdown__menu.open,
    .lang-switcher .dropdown__menu.open {
        padding-top: 19px;
    }
}

/* normal navbar */

.header__content {
    position: fixed;
    width: 100%;
    height: 94px;
    z-index: 999;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 1100px) {
    .header__content {
        height: 60px;
    }
}

@media (min-width: 1025px) {
    .disable-scroll .header__content {
        padding-right: 15px;
    }
}

/* fixed navbar*/

.js-anim-header-fixed {
    /*-webkit-transform: translate3d(0, -210px, 0);*/
    /*transform: translate3d(0, -210px, 0);*/
}

.js-anim-header-fixed.no-shadow {
    -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.basket-open .js-anim-header-fixed {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.scroll-up .js-anim-header-fixed {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.header .breadcrumbs {
    display: none;
}

.order-page .header .basket-open .js-anim-header-fixed,
.store-page .header .basket-open .js-anim-header-fixed,
.catalogue-page-2 .header .basket-open .js-anim-header-fixed,
.live-auction-page .header .basket-open .js-anim-header-fixed,
.exhibition-lot-page .header .basket-open .js-anim-header-fixed {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.order-page .header .scroll-down .js-anim-header-fixed,
.store-page .header .scroll-down .js-anim-header-fixed,
.catalogue-page-2 .header .scroll-down .js-anim-header-fixed,
.live-auction-page .header .scroll-down .js-anim-header-fixed,
.exhibition-lot-page .header .scroll-down .js-anim-header-fixed {
    -webkit-transform: translate3d(0, -210px, 0);
    transform: translate3d(0, -210px, 0);
}

.order-page .header .breadcrumbs,
.store-page .header .breadcrumbs,
.catalogue-page-2 .header .breadcrumbs,
.live-auction-page .header .breadcrumbs,
.exhibition-lot-page .header .breadcrumbs {
    display: block;
    background-color: #fff;
}

.order-page .header .breadcrumbs.scroll .breadcrumbs__inner,
.store-page .header .breadcrumbs.scroll .breadcrumbs__inner,
.catalogue-page-2 .header .breadcrumbs.scroll .breadcrumbs__inner,
.live-auction-page .header .breadcrumbs.scroll .breadcrumbs__inner,
.exhibition-lot-page .header .breadcrumbs.scroll .breadcrumbs__inner {
    padding-top: 30px;
    padding-bottom: 10px;
}

.order-page .header .breadcrumbs__inner,
.store-page .header .breadcrumbs__inner,
.catalogue-page-2 .header .breadcrumbs__inner,
.live-auction-page .header .breadcrumbs__inner,
.exhibition-lot-page .header .breadcrumbs__inner {
    padding-bottom: 17px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.order-page .header .header__content,
.store-page .header .header__content,
.catalogue-page-2 .header .header__content,
.live-auction-page .header .header__content,
.exhibition-lot-page .header .header__content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.order-page .header .header__content-inner,
.store-page .header .header__content-inner,
.catalogue-page-2 .header .header__content-inner,
.live-auction-page .header .header__content-inner,
.exhibition-lot-page .header .header__content-inner {
    height: 96px;
}

@media (max-width: 992px) {
    .order-page .header .header__content-inner,
    .store-page .header .header__content-inner,
    .catalogue-page-2 .header .header__content-inner,
    .live-auction-page .header .header__content-inner,
    .exhibition-lot-page .header .header__content-inner {
        height: 60px;
    }
}

.search__wrapper {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: none;
}

.search__wrapper.open {
    display: block;
}

.search__wrapper.open ~ .breadcrumbs {
    display: none;
}

.search__wrapper:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: -4px;
    height: 8px;
    width: 100%;
    background-color: #fff;
}

.search__inner {
    position: relative;
    padding: 26px 0;
}

.search__close {
    position: absolute;
    top: 19px;
    right: 15px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 992px) {
    .search__close {
        right: 8px;
    }
}

.search__close:hover {
    opacity: 0.7;
}

@media (max-width: 800px) {
    .search__form-wrapper {
        padding-right: 75px;
        padding-left: 15px;
    }
}

.search__form-result {
    display: none;
    max-width: 50%;
    margin: 30px auto 15px;
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
}

.search__form-wrapper .search__form-result{
    padding-top: 10px;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.search__form-result::-webkit-scrollbar {
    width: 3px;
}

.search__form-result::-webkit-scrollbar-thumb {
    background-color: #000;
}

.search__form-result::-webkit-scrollbar-track {
    background-color: #d2d2d2;
}

.search__form-result.open {
    display: flex;
}

@media (max-width: 800px) {
    .search__form-result {
        padding: 30px 15px 15px;
        max-width: 100%;
    }
}

.search__form-result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.search__form-result-link {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}

.title-group-wrap {
    margin-top: 10px;
    text-decoration: underline;
}

.title-group-wrap:first-child {
    margin-top: 0;
}

.search__form-result-link:hover {
    text-decoration: underline;
}

.search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search__form-label {
    width: 100%;
    max-width: 50%;
}

@media (max-width: 800px) {
    .search__form-label {
        max-width: 100%;
    }
}

.search__form-input {
    padding-right: 46px;
    width: 100%;
    background-color: #fff;
    height: 34px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    border-bottom: 1px solid #6b6b6b;
    text-align: center;
}

.search__form-input::-webkit-input-placeholder {
    font-size: 14px;
}

.search__form-input::-moz-placeholder {
    font-size: 14px;
}

.search__form-input:-ms-input-placeholder {
    font-size: 14px;
}

.search__form-input::-ms-input-placeholder {
    font-size: 14px;
}

.search__form-input::-ms-input-placeholder {
    font-size: 14px;
}

.search__form-input::placeholder {
    font-size: 14px;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
}

.search__form-submit {
    margin-left: -43px;
    background-color: transparent;
    border: 2px solid transparent;
    cursor: pointer;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.search__form-submit:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mobile-menu {
    position: fixed;
    z-index: 101;
    top: 60px;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 320px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 993px) {
    .mobile-menu {
        display: none;
    }
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu.active .mobile-menu__inner {
    opacity: 1;
}

.mobile-menu.active .mobile-menu__overlay {
    opacity: 1;
    visibility: visible;
}

.mobile-menu__overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 80;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.mobile-menu__inner {
    display: flex;
    flex-direction: column;
    opacity: 0;
    background-color: #fff;
    z-index: 98;
    height: calc(100% - 59px);
    padding: 30px 0 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.mobile-menu__inner::-webkit-scrollbar {
    width: 0;
}

.mobile-menu__inner .dropdown__list {
    display: none;
}

.mobile-menu__set {
    margin-bottom: 28px;
}

.mobile-menu__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}

.mobile-menu__head-slim {
    font-weight: 400;
}

.mobile-menu__head .lang__ico {
    width: 24px;
    height: 16px;
    display: flex;
    margin-left: 10px;
    margin-right: auto;
}

.mobile-menu__head .lang__ico svg{
    width: 100%;
    height: 100%;
}

.mobile-menu__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-menu__arrow svg {
    width: 15px;
    height: 9px;
}

.mobile-menu__content {
    margin: 12px 0;
    padding: 12px 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu__content .mobile-menu__item {
    padding: 0 18px 0 25px;
}

.mobile-menu__content .mobile-menu__item .dropdown__link.accord-head{
    padding: 0;
    font-size: 16px;
}

.mobile-menu__set .mobile-menu__content .mobile-menu__head {
    padding: 0 25px;
    font-weight: 400;
}

.mobile-menu__content .mobile-menu__content {
    background-color: transparent;
}

.mobile-menu__content .mobile-menu__set:last-child {
    margin-bottom: 0;
}

.mobile-menu__set .mobile-menu__content .mobile-menu__set .mobile-menu__content {
    padding: 12px 15px;
    background-color: #000;
}

.mobile-menu__set .mobile-menu__content .mobile-menu__set .mobile-menu__content .mobile-menu__item .mobile-menu__link {
    color: #fff;
}


.mobile-menu__item {
    margin-bottom: 22px;
}

.mobile-menu__item:last-child {
    margin-bottom: 0;
}

.mobile-menu__link {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu__link .lang__ico {
    margin-left: auto;
    width: 24px;
    height: 19px;
}

.mobile-menu__link .lang__ico svg {
    width: 100%;
    height: 100%;
}

@media (max-height: 400px) {
    .mobile-menu__social {
        padding-bottom: 35px;
    }
}

.mobile-menu__line {
    width: 100%;
    height: 2px;
    background-color: #ececec;
    margin-bottom: 22px;
}

@media (max-width: 550px) {
    .mobile-menu__sublogo .sublogo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.mobile-menu__social {
    padding: 0 15px;
}

.mobile-menu__social .header__action--basket {
    display: flex;
}

.mobile-menu__sublogo {
    position: sticky;
    bottom: 0;
    background-color: #fff;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    display: flex;
    padding: 40px 0;
}

.popup.success__popup,
.popup.info_popup {
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup.success__popup .popup__body,
.popup.info_popup .popup__body {
    width: 100%;
    max-width: 650px;
}

.popup.success__popup .popup__top {
    margin-bottom: 0;
}

.popup.ask-question__popup,
.popup.authorize__popup,
.popup.register__popup,
.popup.lot-availability__popup,
.popup.ask-register__popup,
.popup.resale-right__popup,
.popup.result-auction__popup,
.popup.thanks-bid__popup,
.popup.zoom-product__popup,
.popup.help__popup,
.popup.info_popup {
    z-index: 10000;
}

.popup.open {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
}


.popup__body {
    /*position: relative;*/
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*padding: 40px 50px 50px;*/
    width: 100%;
    /*max-width: 575px;*/
    max-width: 50%;
    /*background-color: #fff;*/
    /*overflow: hidden;*/
}

@media (max-width: 1200px) {
    .popup__body {
        max-width: 100%;
    }
}

@media (max-width: 800px) {
    .popup__body {
        padding: 0;
    }
}

.popup__overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup__overlay.active {
    display: block;
}

.popup__inner {
    /*width: 100%;*/
    /*-webkit-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*position: relative;*/

    position: relative;
    margin: auto;
    padding: 40px 50px 50px;
    width: 100%;
    max-width: 575px;
    background-color: #fff;
    overflow: hidden;
}

@media (max-width: 800px) {
    .popup__inner {
        padding: 30px;
    }
}


.popup__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 23px;
}

@media (max-width: 680px) {
    .popup__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
    }
}

.popup__title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #000;
}

@media (min-width: 681px) {
    .popup__title br {
        display: none;
    }
}

.popup__content p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}

.popup__close {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 3;
}

@media (max-width: 1320px) {
    .popup__close {
        top: auto;
        left: auto;
        bottom: 100%;
        right: 0;
    }
}

.popup__close:hover {
    opacity: 0.7;
}

.popup__close-ico {
    margin-right: -27px;
    margin-top: -5px;
}

@media (max-width: 800px) {
    .popup__close-ico {
        margin-right: -10px;
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 680px) {
    .popup__close-ico {
        margin-top: -5px;
    }
}

@media (max-width: 800px) {
    .popup__close-ico svg {
        width: 32px;
        height: 32px;
    }
}

.ask-question__form .popup__close {
    margin-top: 30px;
}

.popup__btn {
    margin-left: 0;
}

.popup .site-checkbox input[type="checkbox"] ~ .error-message {
    bottom: -18px;
}

.submit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 32px;
}

@media (max-width: 550px) {
    .submit-wrapper {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.submit-wrapper button {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 0;
}

@media (max-width: 550px) {
    .submit-wrapper button {
        width: 100% !important;
    }
}

@media (max-width: 680px) {
    .ask-question .popup__top {
        margin-bottom: 0;
    }
}

.ask-question__specialist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ask-question .specialist__name {
    margin-bottom: 15px;
}

.ask-question .specialist__info {
    margin-right: -10px;
}

.ask-question__form .site-form__row.site-checkbox {
    margin-top: 20px;
}

.ask-question__form .submit-wrapper {
    margin-top: 32px;
}

@media (max-width: 680px) {
    .ask-question__form .submit-wrapper {
        margin-top: 20px;
    }
}

@media (max-width: 680px) {
    .ask-question__form .submit-wrapper button {
        margin-top: 0;
        max-width: 142px;
    }
}

.ask-question .specialist__description p {
    margin-bottom: 19px;
}

.ask-question__case {
    margin-bottom: 30px;
}

@media (max-width: 680px) {
    .ask-question__case {
        margin-top: 30px;
    }
}

.ask-question__case .basket__case-author {
    margin-top: 0;
}

@media (max-width: 680px) {
    .ask-question__case .basket__case-author {
        display: inline-block;
    }
}

.ask-question__case .basket__image-wrapp {
    max-width: 125px;
}

.ask-question__case .basket__case-desc {
    margin-bottom: 5pt;
}

.ask-question__case .basket__case-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ask-question__case .basket__case-price .detail-info__price-txt {
    margin-top: 0;
    justify-content: center;
}

.lot-availability__content .site-form__row.site-checkbox {
    margin-bottom: 20px;
}

.lot-availability__content .site-form__row.site-checkbox:last-child {
    margin-bottom: 0;
}

.lot-availability__content .submit-wrapper {
    margin-top: 32px;
}

@media (max-width: 680px) {
    .lot-availability__content .submit-wrapper {
        margin-top: 20px;
    }
}

@media (max-width: 680px) {
    .lot-availability__content .submit-wrapper button {
        margin-top: 0;
    }
}

.lot__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 27px;
}

.lot__num {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.lot__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

.lot__name:hover {
    text-decoration: underline;
}

.lot__name i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.lot__description {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 400;
    font-size: 19px;
    line-height: 120%;
    color: #000;
}

@media (max-width: 680px) {
    .lot__description br {
        display: none;
    }
}

.lot__date {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

@media (max-width: 680px) {
    .lot__form .site-form button {
        margin-top: 0;
    }
}

.authorization__content .site-form .submit-wrapper {
    margin-top: 26px;
}

@media (max-width: 680px) {
    .authorization__content .site-form .submit-wrapper {
        margin-top: 20px;
    }
}

@media (max-width: 680px) {
    .authorization__content .site-form .submit-wrapper button {
        margin-top: 0;
    }
}

.authorization__content button[type="submit"] {
    padding: 11px 45px;
    background-color: #6b6b6b;
    margin-bottom: 20px;
    border-color: #6b6b6b;
}

.authorization__content button[type="submit"]:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.authorization__content .authorize__txt {
    margin-bottom: 10px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}

.authorization__content .authorize__link a {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #000;
}

.authorization__content .site-form .site-checkbox__label::after,
.authorization__content .site-form .site-checkbox__label::before {
    top: 0;
}

.register__content .site-checkbox input[type="checkbox"] ~ .error-message {
    bottom: -18px;
}

.register__content .site-form__row.site-checkbox {
    margin-bottom: 20px;
    margin-top: 20px;
}

.register__content .site-form__row.site-checkbox:last-child {
    margin-top: 0;
    margin-bottom: 0;
}

.register__content .site-form .submit-wrapper {
    margin-top: 32px;
}

@media (max-width: 680px) {
    .register__content .site-form .submit-wrapper {
        margin-top: 20px;
    }
}

@media (max-width: 680px) {
    .register__content .site-form .submit-wrapper button {
        margin-top: 0;
    }
}

.user-info-confirm,
.bx-auth-profile .site-form__confitm-btn,
.register__content .site-form__confitm-btn {
    position: absolute;
    top: -5px;
    left: unset !important;
    right: 0;
    z-index: 1;
    height: initial;
}

.user-info-confirm {
    top: 26px;
}


.register__content .js_confirm-wrapp label input {
    padding-right: 145px;
}

.result-auction__content .site-form__row.site-checkbox {
    margin-bottom: 20px;
    margin-top: 20px;
}

.result-auction__content .site-form__row.site-checkbox:last-child {
    margin-top: 0;
    margin-bottom: 0;
}

.result-auction__content .site-form .submit-wrapper {
    margin-top: 32px;
}

.zoom-product__popup {
    z-index: 999 !important;
}

.zoom-product__popup .popup__inner {
    height: 100%;
}

.zoom-product__popup .popup__close {
    position: absolute;
    right: 5px;
}

@media (max-width: 992px) {
    .zoom-product__popup .popup__close {
        top: 20px;
    }
}

.zoom-product__body {
    height: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 20px 40px !important;
}

@media (max-width: 992px) {
    .zoom-product__body {
        padding: 20px 10px !important;
    }
}

.zoom-product__content {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.zoom-product__content canvas {
    background-color: #fff !important;
}

.footer {
    background-color: #f8f8f8;
}

.footer__inner {
    padding: 38px 15px 40px;
}

@media (max-width: 1320px) {
    .footer__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 800px) {
    .footer__inner {
        padding-bottom: 0;
    }
}

.footer__content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__content-row:last-child {
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .footer__content-row {
        margin-bottom: 0;
    }
}

.footer__content-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 800px) {
    .footer__content-column {
        display: none;
    }
}

.footer__column {
    width: 22%;
}

@media (max-width: 800px) {
    .footer__column {
        width: 33.333%;
        margin-bottom: 49px;
    }
}

@media (max-width: 680px) {
    .footer__column {
        width: 47%;
    }
}

.footer__column--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 41px;
}

@media (min-width: 801px) {
    .footer__column--mobile {
        display: none;
    }
}

@media (max-width: 680px) {
    .footer__column--mobile {
        width: 100%;
    }
}

@media (max-width: 350px) {
    .footer__column--mobile {
        margin-bottom: 40px;
    }
}

@media (max-width: 680px) {
    .footer__column:nth-child(1),
    .footer__column:nth-child(4) {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .footer__column:nth-child(1) {
        margin-bottom: 34px;
    }
}

@media (max-width: 680px) {
    .footer__column:nth-child(1) .footer__logo {
        margin-bottom: 15px;
    }
}

.footer__column:nth-child(4) {
    margin-bottom: 40px;
}

.footer__logo {
    height: 60px;
    margin-bottom: 4px;
}

@media (max-width: 800px) {
    .footer__logo {
        margin-bottom: 6px;
    }
}

@media (max-width: 680px) {
    .footer__logo {
        height: initial;
    }
}

.footer__title {
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
}

.footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}

.footer__address:hover {
    text-decoration: underline;
}

.footer__item {
    margin-bottom: 15px;
}

.footer__item:last-child {
    margin-bottom: 0;
}

.footer__link {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}

.footer__link:hover {
    text-decoration: underline;
}

.footer__contact {
    display: block;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    margin-bottom: 15px;
}

.footer__contact:last-child {
    margin-bottom: 0;
}

.footer__contact:hover {
    text-decoration: underline;
}

.footer__privacy {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
}

.social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 33px;
}

@media (max-width: 800px) {
    .social__list {
        margin-bottom: 27px;
    }
}

@media (max-width: 680px) {
    .social__list {
        margin-bottom: 20px;
    }
}

@media (max-width: 350px) {
    .social__list {
        margin-bottom: 15px;
    }
}

.social__link svg {
    width: 20px;
    height: 20px;
}

.partners {
    background-color: #000;
    overflow: hidden;
}

.partners__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 102px;
}

@media (max-width: 1024px) {
    .partners__inner {
        padding-right: 0;
    }
}

@media (max-width: 800px) {
    .partners__inner {
        height: 70px;
    }
}

.partners__inner::after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    bottom: 0;
    left: calc(100% - 15px);
    width: 1000%;
    background-color: #fff;
}

@media (max-width: 1024px) {
    .partners__inner::after {
        background-color: transparent;
        width: 15px;
        -webkit-box-shadow: inset -15px 0px 16px -7px rgba(255, 255, 255, 0.8);
        box-shadow: inset -15px 0px 16px -7px rgba(255, 255, 255, 0.8);
    }
}

.partners__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    min-width: 238px;
    padding: 0 39px;
    background-color: #000;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
}

@media (max-width: 800px) {
    .partners__title {
        min-width: 88px;
        padding: 0px 20px;
        font-size: 15px;
    }
}

.partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 67px;
    padding-left: 57px;
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: relative;
    overflow-y: auto;
    scrollbar-width: none;
}

.partners__list::-webkit-scrollbar {
    height: 0;
    width: 0;
}

@media (max-width: 1320px) {
    .partners__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 1024px) {
    .partners__list {
        gap: 32px;
    }
}

@media (max-width: 350px) {
    .partners__list {
        padding-left: 30px;
        gap: 17px;
    }
}

.partners__item:last-child {
    padding-right: 30px;
}

.partners__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partners__link picture {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket {
    position: relative;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}

.basket__popup {
    padding: 0;
    top: 94px;
}

@media (max-width: 1100px) {
    .basket__popup {
        top: 60px;
    }
}

.basket__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.basket__body {
    height: calc(100% - 94px);
    margin: 0 0 0 auto;
    padding: 0 0 0 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

@media (max-width: 1100px) {
    .basket__body {
        padding: 0;
        height: calc(100% - 60px);
    }
}

@media (max-width: 992px) {
    .basket__body {
        width: 100vw;
        height: calc(100% - 60px);
    }
}

@media (max-width: 992px) {
    .basket__body {
        max-width: 100%;
    }
}

.basket__body .popup__inner {
    height: 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 992px) {
    .basket__body .popup__inner {
        padding: 0;
    }

    .basket__top .popup__close-ico {
        margin-right: 0;
    }
}

.basket__body .popup__close {
    position: static;
    margin-left: auto;
}

.basket__body .popup__close-ico {
    background: url("../static/icons/total_icons/mdi-light_plus.svg") center no-repeat;
}

.basket__inner {
    height: 100%;
    padding: 29px 5px 37px 39px;
    margin-right: calc((100vw - 1215px) / 2 - 23px);
}

@media (max-width: 1225px) {
    .basket__inner {
        height: 100%;
        padding: 30px 30px;
        margin-right: 0;
    }
}

@media (max-width: 1225px) and (max-width: 992px) {
    .basket__inner {
        padding: 30px 15px;
    }
}

@media (max-width: 1225px) and (max-width: 550px) {
    .basket__inner {
        padding: 29px 15px 37px;
    }
}

.basket__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-width: 575px;
    min-width: 575px;
    margin-left: auto;
}

@media (max-width: 992px) {
    .basket__container {
        max-width: 100%;
        min-width: initial;
    }
}

.basket__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.basket__top .popup__close {
    position: static;
    width: 32px;
    height: 32px;
}

.basket__top .popup__close-ico {
    width: 32px;
    height: 32px;
    margin-right: 13px;
    margin-top: -4px;
}

.basket__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.basket__list-wrapp {
    height: 100%;
    overflow: hidden;
    padding: 28px 0;
    margin: 26px 0 30px;
    border-top: 2px solid #6b6b6b;
    border-bottom: 2px solid #6b6b6b;
}

.basket__list-wrapp.empty {
    border-bottom: 0;
}

@media (max-width: 550px) {
    .basket__list-wrapp {
        padding: 30px 0;
    }
}

.basket__list {
    height: 100%;
}

.basket__list.scroll-down {
    padding-right: 15px;
    overflow: hidden;
    overflow-y: auto;
}

@media (max-width: 550px) {
    .basket__list.scroll-down {
        padding-right: 5px;
    }
}

.basket__list.scrolled {
    overflow: hidden;
    overflow-y: auto;
}

.basket__list::-webkit-scrollbar {
    width: 5px;
}

.basket__list::-webkit-scrollbar-track {
    background-color: #aaa;
}

.basket__list::-webkit-scrollbar-thumb {
    background-color: #000000;
    outline: none;
}

@media (max-width: 680px) {
    .basket__list {
        padding: 0;
    }
}

@media (max-width: 370px) {
    .basket__list {
        margin-bottom: 5px;
    }
}

.basket__case {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
}

.basket__case:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.basket__case-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px;
}

@media (max-width: 550px) {
    .basket__case-body {
        gap: 20px;
    }
}

.basket__image-wrapp {
    width: 100%;
    max-width: 220px;
    max-height: 220px;
}

.basket__case-image {
    height: 220px;
}

@media (max-width: 550px) {
    .basket__case-image {
        height: 183px;
    }
}

.basket__case-image picture {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket__case-image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.basket__case-remove {
    margin-right: 6px;
}

.basket__case-remove-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.basket__case-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 0 20px;
}

@media (max-width: 680px) {
    .basket__case-info {
        padding: 0;
    }
}

.basket__case-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: -5px;
}

.basket__case-subtitle {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.basket__case-author {
    width: fit-content;
    display: flex;
    column-gap: 5px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10pt;
    color: #000;
    margin-top: -13px;
    padding-right: 30px;
}

@media (max-width: 992px) {
    .basket__case-author {
        display: inline-block;
    }
}

.basket__case-title {
    width: fit-content;
    display: flex;
    font-family: "Roboto";
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 3pt;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: flex-end;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.basket__case-desc {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 5pt;
}

.basket__case-price-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-top: auto;
}

@media (max-width: 550px) {
    .basket__case-price-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.basket__case-price {
    min-width: 75px;
}

.basket__case-counter ~ .basket__case-price {
    margin-left: auto;
}

.basket__case-price .detail-info__price-txt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 7px;
}

@media (max-width: 550px) {
    .basket__case-price .detail-info__price-txt {
        margin-top: 5px;
    }

    .basket__case-counter ~ .basket__case-price {
        margin-left: 0;
    }
}

.basket__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
}

.basket__case-counter-label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    color: #6b6b6b;
}

.basket__case-counter .site-counter {
    margin-top: 3px;
}

.counter-wrapper {
    position: relative;
}

.basket__case-counter .counter-wrapper:after {
    position: absolute;
    content: '';
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 1px;
    background: #000;
}


.basket__case-counter .site-counter.disabled {
    pointer-events: none;
}

.basket__case-counter .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #000;
    max-width: 42px;
    background-color: transparent;
}

.basket__empty {
    text-align: center;
    margin-top: 50px;
}

.basket__empty-message {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #000;
}

.basket__prod-price {
    margin-left: auto;
    margin-right: 20px;
}

.basket__prod-price .detail-info__price-txt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.basket__prod-price .detail-info__price-txt span.total-price {
    font-size: 25px;
}

.basket__prod-price
.detail-info__price-txt
span.total-price
~ span.currency-ico {
    font-size: 18px;
}

.basket__prod-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 38px;
}

.basket__prod-wrapp .currency-selector .dropdown {
    min-width: 77px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.basket__prod-wrapp .currency-selector .dropdown__menu {
    top: unset;
    bottom: calc(100% + 2px);
}

@media (max-width: 550px) {
    .basket__prod-wrapp {
        margin-bottom: 30px;
    }
}

.basket__prod-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #000;
}

.basket__btn {
    padding: 13px 22px;
    width: 100%;
    height: 48px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #fff;
}

.product-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    /* overflow: hidden; */
}

.product-card__inner {
    position: relative;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.product-card__head {
    display: block;
    position: relative;
    background-color: #fff;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.product-card__load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.product-card__load-more-ico {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 140%;
    color: #000;
}

@media (max-width: 680px) {
    .product-card__load-more-ico {
        font-size: 32px;
        line-height: 120%;
    }
}

.product-card__load-more-txt {
    text-align: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    max-width: 55%;
}

@media (max-width: 680px) {
    .product-card__load-more-txt {
        font-size: 12px;
        max-width: 85%;
    }
}

.product-card__head:hover .product-card__action {
    visibility: visible;
    opacity: 1;
}

.product-card__favorite-ico {
    position: absolute;
    bottom: 4px;
    right: -2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 50;
}

.product-card__collection-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    z-index: 50;
}

.product-card__collection-ico .ico {
    width: 16px;
    height: 16px;
}

.product-card__collection-ico svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 680px) {
    .product-card__favorite-ico {
        top: 9px;
        right: 10px;
    }
}

.product-card__favorite-ico.active .ico-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card__favorite-ico.active .ico-empty {
    display: none;
}

.product-card__favorite-ico .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card__favorite-ico .ico-full {
    display: none;
}

/* @media (max-width: 680px) {
  .product-card__favorite-ico svg * {
    fill: #fff;
  }
} */

.product-card__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

/*.product-card__photo:before {*/
/*    content: "";*/
/*    display: block;*/
/*    padding-bottom: 100%;*/
/*}*/

.product-card__photo picture {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
}

.product-card__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    display: block;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
}

.case-sold .product-card__photo img {
    opacity: .5;
}

.product-card__body {
    padding-top: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fff;
}

@media (max-width: 350px) {
    .product-card__body {
        padding-top: 13px;
    }
}

.product-card__num {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #6b6b6b;
    margin-bottom: 10px;
}

@media (max-width: 680px) {
    .product-card__num {
        margin-bottom: 4px;
        font-size: 14px;
    }
}

@media (max-width: 680px) {
    .product-card__title span {
        white-space: nowrap;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

.product-card__title.tippy:hover {
    text-decoration: underline;
}

.product-card__title i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}

.product-card__location {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 600;
    min-height: 30px;
    margin-bottom: 5px;
    color: #000;
}

.product-card__description {
    min-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "PTSerif";
    font-style: italic;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 10px;
    color: #000;
}

@media (max-width: 680px) {
    .product-card__description {
        -webkit-line-clamp: 1;
        min-height: initial;
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 8px;
    }
}

.product-card__price {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}

.case-reserved .product-card__price,
.case-sold .product-card__price {
    color: rgba(0, 0, 0, 0.5);
}

.case-sale .product-card__price.old_price {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
    margin-right: 10px;
}

.product-card__start-price {
    display: block;
}

.product-card__start-price-label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #6b6b6b;
}

.product-card__start-price-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-card__start-price-num-txt {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}

.product-card__start-price-num-ico {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 136%;
    color: #000;
}

.product-card__price-label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #6b6b6b;
}

.product-card__price-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}

@media (max-width: 680px) {
    .product-card__price-txt span {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        font-size: 16px;
    }
}

.store-page .product-card__description,
.search-page .product-card__description,
.artists-page .product-card__description {
    min-height: initial;
}

.account-user .product-card__price {
    margin-bottom: 10px;
}

.account-user .current-rate__number > div {
    white-space: nowrap;
}

.product-case {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-case__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    width: 100%;
}

@media (max-width: 1220px) {
    .product-case__inner {
        gap: 25px;
    }
}

@media (max-width: 800px) {
    .product-case__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .product-case__inner {
        gap: 12px;
    }
}

.product-case__lot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    width: 100%;
}

@media (max-width: 1220px) {
    .product-case__lot {
        gap: 25px;
    }
}

@media (max-width: 680px) {
    .product-case__lot {
        gap: 20px;
    }
}

.product-case__image {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 262px;
}

@media (max-width: 680px) {
    .product-case__image {
        flex-shrink: 0;
        max-width: 135px;
    }
}

.product-case__favorite-ico {
    position: absolute;
    bottom: 0;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 50;
}

@media (max-width: 680px) {
    .product-case__favorite-ico {
        top: 9px;
        right: 10px;
    }
}

@media (max-width: 680px) {
    .product-case__favorite-ico svg * {
        fill: #fff;
    }
}

.product-case__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 258px;
    max-height: 259px;
}

.product-case__photo:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.product-case__photo picture {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-case__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.product-case__body {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 680px) {
    .product-case__body {
        padding-top: 0;
    }
}

.product-case__num {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 680px) {
    .product-case__num {
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #6b6b6b;
    }
}

.product-case__num b {
    margin-left: 10px;
    font-size: 25px;
    font-weight: 700;
}

@media (max-width: 680px) {
    .product-case__num b {
        margin-left: 4px;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #6b6b6b;
    }
}

.product-case__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 680px) {
    .product-case__title {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 8px;
    }
}

@media (max-width: 680px) {
    .product-case__title br {
        display: none;
    }
}

.product-case__description {
    min-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "PTSerif";
    font-style: italic;
    font-size: 18px;
    line-height: 120%;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 680px) {
    .product-case__description {
        -webkit-line-clamp: 2;
        min-height: initial;
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 8px;
    }
}

.product-case__price {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 680px) {
    .product-case__price {
        margin-bottom: 0;
    }
}

.product-case__start-price {
    display: block;
}

.product-case__start-price-label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #6b6b6b;
}

.product-case__start-price-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-case__start-price-num-txt {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}

.product-case__start-price-num-ico {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 136%;
    color: #000;
}

.product-case__price-label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #6b6b6b;
}

.product-case__price-txt {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #000;
}

@media (max-width: 680px) {
    .product-case__price-txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: -3px;
    }
}

@media (max-width: 420px) {
    .product-case__price-txt span.js_price {
        max-width: 125px;
    }
}

@media (max-width: 680px) {
    .product-case__price-txt span {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        font-size: 16px;
    }
}

@media (max-width: 680px) {
    .product-case__privacy {
        display: none;
    }
}

.product-case__privacy-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-case__privacy-ico {
    margin-right: 5px;
}

.product-case__privacy-txt {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #6b6b6b;
}

.currency-selector .dropdown {
    border: 2px solid #000;
    padding: 3px 6px;
    min-width: 70px;
    -webkit-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    transform: translate(0, 6px);
}

.currency-selector .dropdown__menu {
    left: unset;
    top: calc(100% + 2px);
    right: -2px;
}

@media (max-width: 680px) {
    .currency-selector .dropdown__menu {
        left: -2px;
        top: calc(100% + 2px);
    }
}

.hero-slim__inner {
    overflow: hidden;
}

.hero-slim__img {
    position: relative;
    height: 450px;
}

@media (max-width: 680px) {
    .hero-slim__img {
        height: 274px;
    }
}

.hero-slim__img picture {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-slim__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-slim__title {
    white-space: nowrap;
    text-align: end;
    position: absolute;
    bottom: 50px;
    width: 100%;
    max-width: fit-content;
    padding: 25px 40px 25px calc((100vw - 1215px) / 2);
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}

.wrapp-hero-slim__title {
    display: flex;
    padding: 0;

    white-space: normal;
    text-align: end;
    position: absolute;
    bottom: 50px;
    width: 100%;
    max-width: unset;
    /* padding-left: calc((100vw - 1215px) / 2); */
    /* font-family: "Montserrat"; */
    /* font-weight: 600; */
    /* font-size: 40px; */
    /* line-height: 120%; */
    color: #000;
    background-color: unset;
}

.hero-slim__title-txt {
    font-size: 40px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px 40px;
    padding-left: calc((100vw - 1215px) / 2);
    height: fit-content;
}

@media (max-width: 1220px) {
    .wrapp-hero-slim__title {
        padding-left: 0 !important;
    }

    .hero-slim__title-txt {
        padding-left: 15px !important;
    }
}

@media (max-width: 680px) {
    .hero-slim__title-txt {
        font-size: 20px;
        line-height: 120%;
        padding: 10px 15px 10px 15px;
        bottom: 21px;
    }
}

.hero-slim__title-txt ~ .section-description {
    max-width: 900px;
    text-align: start;
    margin-left: 50px;
}

.hero-slim__title-txt ~ .section-description p {
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.06;
    color: #fff;
}

.hero-slim__title-txt ~ .section-description br {
    display: none;
}

@media (max-width: 800px) {
    .hero-slim__title-txt ~ .section-description {
        display: none;
    }
}

.hero-slim__title.title-left ~ .author-subscribe-link,
.hero-slim__title.title-left {
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (min-width: 681px) {
    .hero-slim__title.title-left ~ .author-subscribe-link,
    .hero-slim__title.title-left {
        -webkit-transform: translateX(-170%);
        -ms-transform: translateX(-170%);
        transform: translateX(-170%);
    }
}

.hero-slim__title.title-left.move-right ~ .author-subscribe-link,
.hero-slim__title.title-left.move-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.hero-slim__title.title-right {
    right: 0;
}

.hero-slim__title.position-static {
    position: static;
    background-color: unset;
    max-width: unset;
    padding: 0;
    font-size: 25px;
    line-height: 120%;
    text-align: start;
}

@media (max-width: 680px) {
    .hero-slim__title.position-static br {
        display: none;
    }
}

@media (max-width: 680px) {
    .hero-slim__title.position-static {
        font-size: 19px;
        line-height: 120%;
        white-space: normal;
    }
}

@media (max-width: 1220px) {
    .hero-slim__title {
        font-size: 30px;
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .hero-slim__title {
        bottom: 30px;
    }
}

@media (max-width: 680px) {
    .hero-slim__title {
        font-size: 20px;
        line-height: 120%;
        padding: 10px 15px 10px 15px;
        bottom: 21px;
    }
    .hero-slim__title ~ .author-subscribe-link {
        bottom: -28px;
    }
    .hero-slim__title ~ .author-subscribe-link .carousel__case-action-ico{
        height: 25px;
    }
}

.hero-slim__subtitle {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-bottom: 6px;
}

@media (max-width: 680px) {
    .hero-slim__subtitle {
        margin-bottom: 0;
    }
}

.hero-slim__description {
    position: absolute;
    bottom: 48px;
    padding: 28px 35px 30px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.why-us__sub-description {
    text-align: center;
    padding: 15px 15px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}


@media (min-width: 681px) {
    .hero-slim__description {
        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%);
    }
}

@media (max-width: 680px) {
    .hero-slim__description {
        padding: 10px 15px;
        max-width: 277px;
        bottom: 20px;
    }
    .why-us__sub-description {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .why-us__sub-description-container{
        padding: 0;
    }
}

.hero-slim__description.move-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.hero-slim__description.left {
    left: 0;
}

.hero-slim__description.right {
    padding-right: calc((100vw - 1000px) / 2);
    right: 0;
}

@media (max-width: 1100px) {
    .store-page .catalog__goods-list,
    .search-page .catalog__goods-list,
    .artists-page .catalog__goods-list {
        margin: 0 -15px -15px;
    }
}

@media (max-width: 680px) {
    .store-page .catalog__goods-list,
    .search-page .catalog__goods-list,
    .artists-page .catalog__goods-list {
        margin: 0 -10px -15px;
    }
}

.store-page .card-container-catalog__body .catalog__goods,
.search-page .card-container-catalog__body .catalog__goods,
.artists-page .card-container-catalog__body .catalog__goods {
    margin-bottom: 50px;
}

@media (min-width: 1025px) {
    .store-page .card-container-catalog__body .catalog__goods.m-bot,
    .search-page .card-container-catalog__body .catalog__goods.m-bot,
    .artists-page .card-container-catalog__body .catalog__goods.m-bot {
        margin-bottom: 8px;
    }
}

.search-page .container-grid__description.collapse,
.artists-page .container-grid__description.collapse {
    max-height: 365px;
}

/*.store-page .container-grid__description.collapse {*/
/*  max-height: 100%;*/
/*  overflow: visible;*/
/*}*/

/*.store-page .container-grid__description.collapse:before {*/
/*  display: none;*/
/*}*/

.catalog__goods-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #000;
    margin-bottom: 40px;
}

@media (min-width: 681px) {
    .catalog__goods-title br {
        display: none;
    }
}

.catalog__goods-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -25px;
}

@media (max-width: 1220px) {
    .catalog__goods-list {
        margin: 0 -15px -15px;
    }
}

@media (max-width: 1100px) {
    .catalog__goods-list {
        margin: 0 -10px -15px;
    }
}

.catalog__goods-item {
    width: 25%;
}

@media (max-width: 1024px) {
    .catalog__goods-item {
        width: 33.3333%;
    }
}

@media (max-width: 680px) {
    .catalog__goods-item {
        width: 50%;
    }
}

.actions-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    min-height: 60px;

    position: sticky;
    top: 96px;
    z-index: 99;
}

.actions-container--bg-white {
    background-color: #fff;
    min-height: 60px !important;
}

.actions-container--bg-white .actions-container__tab {
    color: #000;
}

@media (max-width: 680px) {
    .actions-container {
        min-height: 50px;
        top: 59px;
    }
}

.actions-container__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.actions-container .site-sort {
    margin-left: auto;
}

.actions-container .filter-toggle ~ .site-sort {
    /* margin-left: 0; */
}

@media (max-width: 1024px) {
    .actions-container .filter-toggle ~ .site-sort {
        /* margin-left: auto; */
    }
}

.actions-container__panel {
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
}

@media (max-width: 992px) {
    .actions-container__panel {
        gap: 22px;
        padding: 15px 0;
    }
}

.actions-container__panel::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.actions-container__tab {
    position: relative;
    white-space: nowrap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}

.actions-container__tab:last-child {
    padding-right: 40px;
}

.actions-container__tab.active {
    font-weight: 700;
}

.actions-container__tab .arhive-counter {
    display: none;
}

.actions-container__tab.active .arhive-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -80%;
    right: 17px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
}

.actions-container__tab.active .arhive-counter.red {
    background-color: #eb5757;
}

.filter-toggle {
    display: block;
    /* margin-left: auto; */
    margin-right: 25px;
}

@media (max-width: 1024px) {
    .filter-toggle {
        display: none !important;
    }
}

.filter-toggle.active .filter-toggle__txt {
    font-weight: 600;
}

.filter-toggle__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.filter-toggle__ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter-toggle__txt {
    cursor: pointer;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}

.detail-info__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 25px;
}

.detail-info__top.detail-info__collection-navigation{
    margin-top: 25px;
    margin-bottom: 0;
}

.detail-info__nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-info__nav-btn.js_lot-prev {
    margin-right: auto;
}

.detail-info__nav-btn.js_lot-next {
    margin-left: auto;
}

.detail-info__nav-current {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(calc(-50% + 2px), calc(-50% - 5px));
    -ms-transform: translate(calc(-50% + 2px), calc(-50% - 5px));
    transform: translate(calc(-50% + 2px), calc(-50% - 5px));
}

.detail-info__nav-txt {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.detail-info__nav-txt.left {
    margin-left: 5px;
}

.detail-info__nav-txt.right {
    margin-right: 5px;
}

.detail-info__nav-current .semi-bold {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150.5%;
    text-align: center;
    color: #000;
}

.detail-info__nav-current .bold {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    color: #000;
}

.detail-info__subtitle {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-bottom: 15px;
}

.detail-info_id {
    font-size: 11px;
    color: #505050;
    margin-bottom: 5px;
}

.detail-info_id b {
    color: #000;
    font-weight: normal;
}

.detail-info__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    margin-bottom: 10pt;
}

.detail-info__title .years {
    font-size: 18px;
    font-weight: 400;
}

.detail-info__title.tippy:hover {
    text-decoration: underline;
}

.detail-info__title i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}

.detail-info__description {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000;
    margin-bottom: 5pt;
}

.detail-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15pt;
}

.detail-info__item,
.detail-info__item * {
    font-family: "Roboto";
    font-style: normal;
    font-stretch: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.detail-info__amount-wrapper {
    margin-bottom: 15px;
}

.detail-info__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px;
}

@media (max-width: 420px) {
    .detail-info__price-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 420px) {
    .detail-info__price-wrapper.fd-column {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 420px) and (max-width: 420px) {
    .detail-info__price-wrapper.fd-column .currency-selector .dropdown {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
}

.detail-info__price {
    margin-right: 25px;
}

.detail-info__price-container {
    margin-bottom: 30px;
}

@media (max-width: 680px) {
    .detail-info__price-container {
        margin-bottom: 35px;
    }
}

.detail-info__price-privacy {
    margin-top: 15px;
}

.detail-info__price-privacy-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.detail-info__price-privacy-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.detail-info__price-privacy-ico svg {
    width: 100%;
    height: 100%;
}

.detail-info__price-privacy-txt {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #6b6b6b;
    position: relative;
    z-index: -1;
}

.detail-info__price-privacy-txt.dark {
    color: #000;
    font-size: 14px;
}

.detail-info__price-privacy-txt:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: calc(100% - 3px);
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #6b6b6b;
}

.detail-info__amount .counter {
    max-width: 42px;
}

.detail-info__amount-label,
.detail-info__price-label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    color: #6b6b6b;
}

.detail-info__price-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.detail-info__price-txt .js_price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #000;
}

.detail-info__price-txt .currency-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 159.5%;
    color: #000;
}

.case-sold .detail-info__price-txt .currency-ico,
.case-sold .detail-info__price-txt .js_price {
    color: rgba(0, 0, 0, 0.5);
}

.case-sale .detail-info__price-txt .old_price {
    display: flex;
    align-items: flex-end;
}


.case-sale .detail-info__price-txt .old_price span {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
    margin-right: 10px;
}

.case-sale .detail-info__price-txt .old_price .js_price {
    margin-right: 2px;
}

.detail-info__price-currency .currency-selector {
    position: relative;
    z-index: 1;
}

.product_in_basket,
.detail-info__buy {
    text-align: center;
    width: 100%;
    padding: 12px 25px;
}

.product_in_basket {
    background-color: #175a06;
}

@media (max-width: 1024px) {
    .detail-info__buy {
        max-width: 270px;
        margin-left: 0;
    }
}

@media (max-width: 680px) {
    .detail-info__buy {
        max-width: 100%;
    }
}

.detail-info__current-rate {
    background-color: #f8f8f8;
    padding: 30px 20px;
}

.account-page .detail-info__current-rate {
    padding: 0;
}

.detail-info__current-rate .detail-info__action {
    margin-top: -7px;
}

.detail-info__action .js_askReserved,
.detail-info__action .js_askAnalog,
.detail-info__action .js_askAvailable {
    width: 100%;
}

@media (max-width: 420px) {
    .detail-info__current-rate {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.detail-info__tags {
    margin-top: 40px;
}

.detail-info__tags-title {
    margin-bottom: 15px;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.detail-info__tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.detail-info__tags-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail-info__tags-link {
    font-family: "Montserrat";
    font-size: 14px;
    color: #000;
}

.detail-info__tags-link:hover {
    text-decoration: underline;
}

.detail-info__collections {
    margin-top: 40px;
}

.detail-info__collections-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.detail-info__collections-title-ico {
    width: 16px;
    height: 16px;
}

.detail-info__collections-title-ico svg {
    width: 100%;
    height: 100%;
}

.detail-info__collections-title-txt {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}

.detail-info__collections-list {
    padding-left: 25px;
}

.detail-info__collections-link {
    display: block;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    text-decoration: underline;
    margin-bottom: 3px;
}

.detail-info__collections-link:last-child {
    margin-bottom: 0;
}

.event-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1220px) {
    .event-info {
        overflow: hidden;
        overflow-x: auto;
        gap: 15px;
        scrollbar-width: none;
    }
}

@media (max-width: 1220px) and (max-width: 800px) {
    .event-info {
        gap: 26px;
    }
}

@media (max-width: 1220px) and (max-width: 680px) {
    .event-info {
        gap: 23px;
    }
}

@media (max-width: 1220px) and (max-width: 350px) {
    .event-info {
        margin-bottom: 0;
    }
}

@media (max-width: 1220px) {
    .event-info::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .event-info::-webkit-scrollbar-track {
        width: 0;
        height: 0;
    }

    .event-info::-webkit-scrollbar-thumb {
        width: 0;
        height: 0;
    }
}

.event-info.no-translate {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.event-info__slider-wrapper {
    position: relative;
    z-index: 2;
    padding: 30px 15px !important;
    margin-bottom: 79px;
    background-color: #fff;
}

@media (min-width: 1401px) {
    .event-info__slider-wrapper {
        height: 170px;
    }
}

@media (max-width: 1320px) {
    .event-info__slider-wrapper {
        padding: 30px 15px;
        margin-bottom: 50px;
    }
}

@media (max-width: 1220px) {
    .event-info__slider-wrapper {
        z-index: 6;
        padding-right: 0;
    }

    .event-info__slider-wrapper::after {
        position: absolute;
        content: "";
        z-index: 5;
        top: 0;
        right: 0;
        width: 32px;
        height: 100%;
        -webkit-box-shadow: inset -31px 0 17px 0px rgba(255, 255, 255, 0.9);
        box-shadow: inset -31px 0 17px 0px rgba(255, 255, 255, 0.9);
    }
}

@media (max-width: 800px) {
    .event-info__slider-wrapper {
        padding: 18px 15px;
    }
}

@media (max-width: 350px) {
    .event-info__slider-wrapper {
        margin-top: 6px;
        padding: 13px 21px;
        padding-right: 0;
    }
}

.event-info__slider-wrapper.not-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

.event-info__slider-wrapper.not-thumbnail .event-info--left {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.event-info__slider-wrapper.not-thumbnail
.event-info--left
.event-info__col:first-child {
    margin-left: 0;
}

.event-info__slider-wrapper.not-thumbnail
.event-info--left
.event-info__col:last-child {
    margin-right: auto;
}

@media (max-width: 680px) {
    .event-info__slider-wrapper.not-thumbnail .event-info__col {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
}

.event-info__slider-wrapper.not-thumbnail .event-info__col:first-child {
    margin-left: auto;
}

@media (max-width: 992px) {
    .event-info__slider-wrapper.not-thumbnail .event-info__col:last-child {
        padding-right: 40px;
    }
}

@media (max-width: 680px) {
    .event-info__slider-wrapper.not-thumbnail .event-info__slider-wrapper {
        margin-top: 0;
    }
}

.event-info__slider {
    overflow: hidden;
}

.event-info__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    width: 25%;
    min-width: 309px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 15px;
}

@media (max-width: 1100px) {
    .event-info__col {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
}

@media (max-width: 350px) {
    .event-info__col {
        min-width: 179px;
    }
}

@media (max-width: 1320px) {
    .event-info__col:last-child {
        padding-right: 15px;
    }
}

.event-info__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.event-info__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.event-info__txt span {
    font-size: 16px;
    line-height: 140%;
}

.event-info__txt span b {
    font-family: "Montserrat";
    font-weight: 600;
}

.event-info__txt a {
    color: #000;
}

@media (max-width: 680px) {
    .store-page .container-grid__description p,
    .search-page .container-grid__description p,
    .artists-page .container-grid__description p {
        line-height: 140%;
    }
}

.container-grid {
    margin-bottom: 76px;
    /* mobile version */
}

.container-grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container-grid__row.pd-tp {
    padding-top: 40px;
}

.container-grid__row.specialist-row {
    display: none;
}

.container-grid__row.specialist-row--auction-page {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .container-grid__row.specialist-row--auction-page {
        margin-bottom: 50px;
    }
}

@media (min-width: 993px) {
    .container-grid__row.specialist-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 80px;
    }
}

@media (max-width: 992px) {
    .container-grid__col.specialist-col {
        margin-top: 50px;
    }

    .container-grid__col.specialist-col .specialist__name {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .container-grid__col--participate {
        margin-bottom: 30px;
    }
}

@media (max-width: 680px) {
    .container-grid__col--participate {
        margin-bottom: 50px;
    }
}

.container-grid__col--small {
    width: 100%;
    max-width: 263px;
}

.container-grid__col--small.m-right {
    margin-right: 45px;
}

@media (max-width: 1220px) {
    .container-grid__col--small.m-right {
        max-width: 180px;
        margin-right: 15px;
    }
}

@media (max-width: 1220px) {
    .container-grid__col--small.m-left {
        margin-left: 15px;
    }
}

.container-grid__col--medium {
    width: 100%;
    max-width: 575px;
}

.container-grid__col--large {
    width: 100%;
}

.container-grid__col--large.m-right {
    margin-right: 45px;
}

@media (max-width: 1220px) {
    .container-grid__col--large.m-right {
        margin-right: 15px;
    }
}

.container-grid__col-full {
    width: 100%;
}

.container-grid__title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000;
}

@media (min-width: 421px) {
    .container-grid__title br {
        display: none;
    }
}

@media (max-width: 992px) {
    .container-grid__title {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

.container-grid__title-flex {
    display: flex;
    align-items: center;
    gap: 5px;
}

.container-grid__title-flex .ico {
    width: 72px;
    height: 72px;
}
.container-grid__title-flex .ico svg{
    width: 100%;
    height: 100%;
}

.container-grid__title-flex .txt {
    font-size: 18px;
}

.container-grid__title-flex .txt br{
    display: flex !important;
}

.container-grid__description {
    cursor: pointer;
    position: relative;
    z-index: 1;
    max-height: 100%;
    overflow: visible;
}

@media (max-width: 680px) {
    .container-grid__description.collapse {
        overflow: hidden;
        max-height: 140px;
    }

    .container-grid__description.collapse:before {
        position: absolute;
        content: "";
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 105px;
        -webkit-box-shadow: inset 0px -150px 65px -75px #fff;
        box-shadow: inset 0px -150px 65px -75px #fff;
    }
}

.container-grid__description.show-all p {
    display: block;
}

.container-grid__description p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 136%;
    color: #000000;
    margin-bottom: 20px;
}

.container-grid__description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .container-grid__description p {
        display: none;
    }

    .container-grid__description p:first-child {
        display: block;
    }
}

.container-grid__description p a b {
    text-decoration: underline;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.container-grid__description .show-more-btn {
    display: none;
}

@media (max-width: 992px) {
    .container-grid__description .show-more-btn {
        display: block;
    }
}

.container-grid__btn {
    padding-top: 40px;
}

.container-grid__btn.p-top-0 {
    padding-top: 0;
}

.container-grid__btn.p-bottom {
    padding-bottom: 50px;
}

.container-grid__btn a {
    margin-right: auto;
    margin-left: 0;
}

@media (max-width: 992px) {
    .container-grid__btn a {
        margin-left: auto;
    }
}

@media (max-width: 680px) {
    .container-grid__btn a {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .container-grid {
        display: none;
    }
}

@media (min-width: 993px) {
    .container-grid--mobile {
        display: none;
    }
}

.specialist__container {
    overflow: hidden;
}

@media (max-width: 992px) {
    .specialist__container {
        margin: 50px 0;
    }
}

@media (max-width: 680px) {
    .specialist__container {
        margin-top: 20px;
        margin-bottom: 36px;
    }
}

.specialist__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.specialist__case {
    width: 33.3333%;
    padding: 12px 25px 0;
}

@media (max-width: 800px) {
    .specialist__case {
        width: 50%;
        padding-bottom: 25px;
    }
}

@media (max-width: 550px) {
    .specialist__case {
        width: 100%;
        padding-bottom: 15px;
    }
}

.specialist__head {
    height: 140px;
    margin-bottom: 30px;
}

@media (max-width: 680px) {
    .specialist__head {
        height: 122px;
        margin-bottom: 18px;
    }
}

.specialist__image {
    width: 100%;
    height: 100%;
}

@media (max-width: 680px) {
    .specialist__image {
        width: 122px;
    }
}

.specialist__image picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.specialist__image img {
    width: 100%;
    max-width: 200px;
}

@media (max-width: 680px) {
    .specialist__image img {
        width: 100%;
    }
}

.specialist__name {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}

@media (max-width: 680px) {
    .specialist__name {
        margin-bottom: 10px;
    }
}

.specialist__description {
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

@media (max-width: 680px) {
    .specialist__description {
        margin-bottom: 10px;
    }
}

.specialist__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 680px) {
    .specialist__footer {
        gap: 10px;
    }
}

.specialist__contact {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    text-decoration: underline;
}

.current-rate__title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}

@media (max-width: 680px) {
    .current-rate__title {
        margin-bottom: 18px;
    }
}

.current-rate__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.current-rate__case {
    width: 50%;
    margin-bottom: 5px;
}

@media (max-width: 420px) {
    .current-rate__case {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (min-width: 681px) {
    .current-rate__case.end-of-time {
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }
}

.current-rate__label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    color: #6b6b6b;
}

.current-rate__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.current-rate__number--bold {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}

.current-rate__number--red {
    color: #eb5757;
}

.current-rate__number--green {
    color: #27ae60;
}

.current-rate__number--light {
    margin-top: auto;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 171%;
    color: #6b6b6b;
}

.top-goods-slider {
    margin-bottom: 82px;
}

@media (max-width: 680px) {
    .top-goods-slider--desktop {
        display: none;
    }
}

@media (min-width: 681px) {
    .top-goods-slider--mobile {
        display: none;
    }
}

@media (max-width: 680px) {
    .top-goods-slider--mobile .top-goods-slider__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        gap: 30px;
    }
}

.top-goods-slider--mobile .top-goods-slider__case .product-card {
    width: 100%;
}

@media (max-width: 800px) {
    .top-goods-slider {
        margin-bottom: 46px;
    }
}

.top-goods-slider__top-wrapp {
    background-color: #000;
}

.top-goods-slider__top-wrapp.no-bg {
    background-color: unset;
}

.top-goods-slider__top-wrapp.no-bg .site-link {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}

@media (max-width: 680px) {
    .top-goods-slider__top-wrapp.no-bg .site-link {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        white-space: nowrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.top-goods-slider__top-wrapp.no-bg .site-title {
    font-size: 24px;
}

@media (max-width: 680px) {
    .top-goods-slider__top-wrapp.no-bg .site-title {
        font-size: 20px;
    }
}

.top-goods-slider__top-wrapp.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-goods-slider__top-wrapp.pd-b {
    padding-bottom: 40px;
}

@media (max-width: 680px) {
    .top-goods-slider__top-wrapp.pd-b {
        padding-bottom: 30px;
    }
}

.top-goods-slider__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    height: 76px;
    margin-bottom: 50px;
}

@media (max-width: 800px) {
    .top-goods-slider__top {
        height: 60px;
    }
}

@media (max-width: 680px) {
    .top-goods-slider__top {
        margin-bottom: 20px;
    }
}

@media (max-width: 800px) {
    .top-goods-slider__logo svg {
        width: 132px;
    }
}

.top-goods-slider__link {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #fff;
    text-decoration: underline;
    padding-top: 15px;
}

@media (max-width: 800px) {
    .top-goods-slider__link {
        display: none;
    }
}

@media (max-width: 680px) {
    .top-goods-slider__container.slider-desktop {
        display: none;
    }
}

@media (min-width: 681px) {
    .top-goods-slider__container.slider-mobile {
        display: none;
    }
}

.top-goods-slider__body {
    background-color: #fff;
}

.top-goods-slider__list {
    -webkit-box-orient: initial !important;
    -webkit-box-direction: initial !important;
    -ms-flex-direction: initial !important;
    flex-direction: initial !important;
}

@media (max-width: 350px) {
    .top-goods-slider__list {
        margin-bottom: -20px;
    }
}

@media (max-width: 680px) {
    .top-goods-slider__case {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 7px;
    }
}

@media (max-width: 680px) {
    .top-goods-slider__case .product-card {
        width: calc(50% - 10px);
    }
}

.top-goods-slider__btn {
    display: block;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    width: 290px;
    padding: 13px 0;
    margin: 30px auto 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (min-width: 801px) {
    .top-goods-slider__btn {
        display: none;
    }
}

.top-goods-slider__btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}

@media (min-width: 801px) {
    .top-goods-slider__pagination {
        display: none;
    }
}

@media (max-width: 800px) {
    .top-goods-slider__pagination {
        margin-top: 28px;
    }
}

@media (max-width: 680px) {
    .top-goods-slider__pagination {
        margin-top: 47px;
    }
}

.top-goods-slider .slider-navigation-btn {
    top: 33%;
}

@media (max-width: 680px) {
    .top-goods-slider .slider-navigation-btn {
        display: none;
    }
}

.top-goods-slider .top-goods-slider-next {
    right: 21px;
}

.top-goods-slider .top-goods-slider-prev {
    left: 21px;
}

@media (min-width: 993px) {
    .store-page .page__wrapper,
    .account-page .page__wrapper,
    .artists-page .page__wrapper,
    .search-page .page__wrapper,
    .exhibition-block-page .page__wrapper {
        overflow: initial;
    }
}

.store-page.scroll-down .exhibition-overview__aside-action,
.account-page.scroll-down .exhibition-overview__aside-action,
.artists-page.scroll-down .exhibition-overview__aside-action,
.search-page.scroll-down .exhibition-overview__aside-action,
.exhibition-block-page.scroll-down .exhibition-overview__aside-action {
    top: 24px;
}

.store-page .event-info,
.account-page .event-info,
.artists-page .event-info,
.search-page .event-info,
.exhibition-block-page .event-info {
    -webkit-transform: translateX(54px);
    -ms-transform: translateX(54px);
    transform: translateX(54px);
}

@media (max-width: 1320px) {
    .store-page .event-info,
    .account-page .event-info,
    .artists-page .event-info,
    .search-page .event-info,
    .exhibition-block-page .event-info {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
}

.store-page .top-goods-slider,
.account-page .top-goods-slider,
.artists-page .top-goods-slider,
.search-page .top-goods-slider,
.exhibition-block-page .top-goods-slider {
    margin-bottom: 0;
}

.store-page .top-goods-slider .top-goods-slider__pagination,
.account-page .top-goods-slider .top-goods-slider__pagination,
.artists-page .top-goods-slider .top-goods-slider__pagination,
.search-page .top-goods-slider .top-goods-slider__pagination,
.exhibition-block-page .top-goods-slider .top-goods-slider__pagination {
    margin-top: 35px;
    margin-bottom: 35px;
}

.store-page .product-card__description,
.account-page .product-card__description,
.artists-page .product-card__description,
.search-page .product-card__description,
.exhibition-block-page .product-card__description {
    -webkit-line-clamp: 4;
}

@media (max-width: 680px) {
    .store-page .product-card__description,
    .account-page .product-card__description,
    .artists-page .product-card__description,
    .search-page .product-card__description,
    .exhibition-block-page .product-card__description {
        -webkit-line-clamp: 2;
    }
}

.store-page .auction-card .product-card__description,
.account-page .auction-card .product-card__description,
.artists-page .auction-card .product-card__description,
.search-page .auction-card .product-card__description,
.exhibition-block-page .auction-card .product-card__description {
    min-height: initial;
}

.store-page .product-card__photo,
.account-page .product-card__photo,
.artists-page .product-card__photo,
.search-page .product-card__photo,
.exhibition-block-page .product-card__photo {
    height: 265px;
}

.store-page .product-card__photo img,
.account-page .product-card__photo img,
.artists-page .product-card__photo img,
.search-page .product-card__photo img,
.exhibition-block-page .product-card__photo img {
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 680px) {
    .store-page .product-card__photo,
    .account-page .product-card__photo,
    .artists-page .product-card__photo,
    .search-page .product-card__photo,
    .exhibition-block-page .product-card__photo {
        height: 170px;
    }
}

@media (max-width: 680px) {
    .store-page .top-goods-slider .product-card__photo {
        height: 265px;
    }
}

@media (max-width: 420px) {
    .store-page .product-card__head {
        height: 170px;
    }

    .store-page .top-goods-slider .product-card__head {
        height: 100%;
    }
}

.store-page .catalog__goods-item,
.account-page .catalog__goods-item,
.artists-page .catalog__goods-item,
.search-page .catalog__goods-item,
.exhibition-block-page .catalog__goods-item {
    padding: 0 25px 39px;
}

.store-page .product-card__inner {
    justify-content: space-between;
}

.store-page .product-card__body {
    /* height: initial; */
}

@media (max-width: 680px) {
    .store-page .catalog__goods-item,
    .account-page .catalog__goods-item,
    .artists-page .catalog__goods-item,
    .search-page .catalog__goods-item,
    .exhibition-block-page .catalog__goods-item {
        padding: 0 10px 17px;
    }
}

@media (max-width: 680px) {
    .store-page .card-container-catalog__info--mobile,
    .account-page .card-container-catalog__info--mobile,
    .artists-page .card-container-catalog__info--mobile,
    .search-page .card-container-catalog__info--mobile,
    .exhibition-block-page .card-container-catalog__info--mobile {
        margin-top: 47px;
    }
}

.store-page .actions-container,
.account-page .actions-container,
.artists-page .actions-container,
.search-page .actions-container,
.exhibition-block-page .actions-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    min-height: 60px;
}

@media (max-width: 680px) {
    .store-page .actions-container,
    .account-page .actions-container,
    .artists-page .actions-container,
    .search-page .actions-container,
    .exhibition-block-page .actions-container {
        min-height: 50px;
    }
}

.store-page .actions-container .site-sort,
.store-page .actions-container .site-filter__btn,
.account-page .actions-container .site-sort,
.account-page .actions-container .site-filter__btn,
.artists-page .actions-container .site-sort,
.artists-page .actions-container .site-filter__btn,
.search-page .actions-container .site-sort,
.search-page .actions-container .site-filter__btn,
.exhibition-block-page .actions-container .site-sort,
.exhibition-block-page .actions-container .site-filter__btn {
    display: none;
}

@media (max-width: 680px) {
    .store-page .actions-container.show-actions,
    .account-page .actions-container.show-actions,
    .artists-page .actions-container.show-actions,
    .search-page .actions-container.show-actions,
    .exhibition-block-page .actions-container.show-actions {
        position: relative;
        min-height: 97px;
        padding: 19px 15px;
        margin-bottom: -3px;
    }
}

.store-page .actions-container.show-actions .site-sort,
.account-page .actions-container.show-actions .site-sort,
.artists-page .actions-container.show-actions .site-sort,
.search-page .actions-container.show-actions .site-sort,
.exhibition-block-page .actions-container.show-actions .site-sort {
    display: block;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.store-page .actions-container.show-actions .filter-toggle,
.account-page .actions-container.show-actions .filter-toggle,
.artists-page .actions-container.show-actions .filter-toggle,
.search-page .actions-container.show-actions .filter-toggle,
.exhibition-block-page .actions-container.show-actions .filter-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1024px) {
    .store-page .actions-container.show-actions .site-filter__btn,
    .account-page .actions-container.show-actions .site-filter__btn,
    .artists-page .actions-container.show-actions .site-filter__btn,
    .search-page .actions-container.show-actions .site-filter__btn,
    .exhibition-block-page .actions-container.show-actions .site-filter__btn {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 20px;
    }
}

@media (max-width: 680px) {
    .store-page .actions-container.show-actions .site-filter__btn,
    .account-page .actions-container.show-actions .site-filter__btn,
    .artists-page .actions-container.show-actions .site-filter__btn,
    .search-page .actions-container.show-actions .site-filter__btn,
    .exhibition-block-page .actions-container.show-actions .site-filter__btn {
        position: absolute;
        bottom: 15px;
        left: 15px;
    }
}

.store-page .actions-container.show-actions .actions-container__panel,
.account-page .actions-container.show-actions .actions-container__panel,
.artists-page .actions-container.show-actions .actions-container__panel,
.search-page .actions-container.show-actions .actions-container__panel,
.exhibition-block-page
.actions-container.show-actions
.actions-container__panel {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 680px) {
    .store-page .actions-container.show-actions .actions-container__inner,
    .account-page .actions-container.show-actions .actions-container__inner,
    .artists-page .actions-container.show-actions .actions-container__inner,
    .search-page .actions-container.show-actions .actions-container__inner,
    .exhibition-block-page
    .actions-container.show-actions
    .actions-container__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px;
        padding: 0;
    }
}

.store-page .actions-container.show-actions .sorting-wrapper .select-box__list,
.account-page
.actions-container.show-actions
.sorting-wrapper
.select-box__list,
.artists-page
.actions-container.show-actions
.sorting-wrapper
.select-box__list,
.search-page .actions-container.show-actions .sorting-wrapper .select-box__list,
.exhibition-block-page
.actions-container.show-actions
.sorting-wrapper
.select-box__list {
    margin-top: 19px;
}

@media (min-width: 993px) {
    .account-page .actions-container__tab {
        font-size: 13px;
    }
}

.account-page .card-container-catalog__aside {
    display: block;
}

.store-page .catalog__goods-item,
.search-page .catalog__goods-item,
.artists-page .catalog__goods-item {
    padding: 0 15px 39px;
}

@media (max-width: 680px) {
    .store-page .catalog__goods-item,
    .search-page .catalog__goods-item,
    .artists-page .catalog__goods-item {
        padding: 0 10px 17px;
    }
}

@media (max-width: 680px) {
    .store-page .actions-container,
    .search-page .actions-container,
    .artists-page .actions-container {
        min-height: 62px;
    }
}

.store-page .actions-container .site-sort,
.store-page .actions-container .site-filter__btn,
.search-page .actions-container .site-sort,
.search-page .actions-container .site-filter__btn,
.artists-page .actions-container .site-sort,
.artists-page .actions-container .site-filter__btn {
    display: block;
}

.store-page .actions-container .site-sort {
    /* margin-left: 0; */
}

.store-page .actions-container .filter-toggle {
    margin-left: 0;
}

.actions-container__inner.filter-justify-end .filter-toggle {
    margin-left: auto;
}

.actions-container__inner.filter-justify-end .site-sort {
    margin-left: 0;
}

@media (max-width: 1025px) {
    .actions-container__inner.filter-justify-end .site-sort {
        margin-left: auto;
    }
}

@media (min-width: 1025px) {
    .store-page .actions-container .site-filter__btn,
    .search-page .actions-container .site-filter__btn,
    .artists-page .actions-container .site-filter__btn {
        display: none !important;
    }
}

.exhibition-block-page .event-info__slider {
    margin-left: auto;
}

.exhibition-block-page .filter-toggle {
    display: none;
}

.exhibition-block-page .actions-container.show-actions .filter-toggle {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.exhibition-block-page .specialist__image img {
    max-width: 140px;
}

.exhibition-overview .container-grid__btn {
    padding-top: 29px;
}

.exhibition-overview .container-grid__btn a {
    padding: 11px 23px;
    min-width: 240px;
    text-align: center;
}

@media (max-width: 1024px) {
    .exhibition-overview .container-grid__btn a {
        min-width: 260px;
    }
}

.exhibition-overview__tab-content {
    padding: 80px 0 0;
}

@media (max-width: 1100px) {
    .exhibition-overview__tab-content {
        padding: 50px 15px 0;
    }
}

@media (max-width: 992px) {
    .exhibition-overview__tab-content {
        padding: 50px 0 0;
    }
}

.exhibition-overview__tab-content .container-grid {
    margin-bottom: 80px;
}

.exhibition-overview__tab-content .container-grid__row.specialist-row {
    padding-top: 5px;
    margin-bottom: 80px;
}

@media (max-width: 680px) {
    .exhibition-overview__tab-content .container-grid__row.specialist-row {
        margin-bottom: 50px;
    }
}

.exhibition-overview__tab-content
.container-grid__row.specialist-row
.specialist__name {
    margin-bottom: 18px;
}

.exhibition-overview__tab-content
.container-grid__row.specialist-row
.specialist__footer {
    gap: 16px;
}

.exhibition-overview__tab-content .top-goods-slider__top-wrapp {
    padding-bottom: 42px;
}

.exhibition-overview__aside-action {
    position: sticky;
    top: 120px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@media (max-width: 1100px) {
    .exhibition-overview__aside-action {
        top: 84px;
    }
}

@media (max-width: 992px) {
    .exhibition-overview__aside-action {
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        padding: 0 15px;
    }
}

@media (min-width: 551px) {
    .exhibition-overview__aside-action {
        max-width: 550px;
        margin-right: auto;
        margin-left: auto;
    }
}

.exhibition-overview__image {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.exhibition-overview__image:before {
    content: "";
    display: block;
    padding-bottom: 135%;
}

.exhibition-overview__image picture {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.exhibition-overview__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.exhibition-overview__image ~ .container-grid__btn {
    min-width: 263px;
}

.exhibition-overview__image ~ .container-grid__btn a {
    text-align: center;
    width: 100%;
}

@media (max-width: 992px) {
    .exhibition-overview__image ~ .container-grid__btn {
        margin: 0 auto;
        padding-top: 2px;
        margin-bottom: 30px;
    }

    .exhibition-overview__image ~ .container-grid__btn a {
        padding: 12px 25px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 260px;
    }
}

@media (max-width: 992px) and (max-width: 680px) {
    .exhibition-overview__image ~ .container-grid__btn a {
        min-width: unset;
        width: 100%;
    }
}

.exhibition-overview__aside-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

@media (max-width: 992px) {
    .exhibition-overview__aside-link-list {
        margin-bottom: 50px;
    }
}

.exhibition-overview__aside-link {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #000000;
    white-space: nowrap;
}

.exhibition-overview__slider {
    margin-bottom: 80px;
}

@media (max-width: 680px) {
    .exhibition-overview__slider {
        margin-bottom: 50px;
    }
}

.horizontal-case {
    margin-bottom: 50px;
}

@media (max-width: 680px) {
    .horizontal-case {
        margin-bottom: 30px;
    }
}

.horizontal-case:last-child {
    margin-bottom: 0;
}

.horizontal-case.gap-70 .horizontal-case__inner {
    gap: 71px;
}

@media (max-width: 1100px) {
    .horizontal-case.gap-70 .horizontal-case__inner {
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .horizontal-case.gap-70 .horizontal-case__inner {
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 11px;
    }
}

.horizontal-case.gap-50 .horizontal-case__inner {
    gap: 50px;
}

.horizontal-case__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.horizontal-case__image {
    width: 100%;
    max-width: 350px;
}

@media (max-width: 992px) {
    .horizontal-case__image {
        max-width: calc(50% - 10px);
    }
}

.horizontal-case__image-inner {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate(-2px, -3px);
    -ms-transform: translate(-2px, -3px);
    transform: translate(-2px, -3px);
}

.horizontal-case__image-inner:before {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.horizontal-case__image-inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.horizontal-case__detail {
    width: 100%;
    padding-top: 10px;
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
}

@media (max-width: 992px) {
    .horizontal-case__detail {
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 680px) {
    .horizontal-case__detail {
        padding-top: 0;
    }
}

.horizontal-case__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 18px;
}

@media (max-width: 680px) {
    .horizontal-case__number {
        margin-bottom: 8px;
    }
}

.horizontal-case__txt {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150.5%;
    color: #000;
    margin-right: 10px;
}

@media (max-width: 680px) {
    .horizontal-case__txt {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #6b6b6b;
    }
}

.horizontal-case__num {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    color: #000;
}

@media (max-width: 680px) {
    .horizontal-case__num {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #6b6b6b;
    }
}

.horizontal-case__name {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 680px) {
    .horizontal-case__name {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

.horizontal-case__name b {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #000;
}

@media (max-width: 680px) {
    .horizontal-case__name b {
        display: none;
    }
}

.horizontal-case__description {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-bottom: 14px;
}

@media (max-width: 680px) {
    .horizontal-case__description {
        margin-bottom: 5px;
        font-family: "PTSerif";
        font-style: italic;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

.horizontal-case__description--pt-serif {
    font-family: "PTSerif";
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #000;
}

@media (max-width: 680px) {
    .horizontal-case__description--pt-serif {
        font-weight: 400;
        font-size: 14px;
        color: #000;
    }
}

.horizontal-case__overview {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-bottom: 13px;
}

@media (max-width: 680px) {
    .horizontal-case__overview {
        display: none;
    }
}

.horizontal-case__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.horizontal-case__price-wrapper .currency-selector .dropdown {
    -webkit-transform: translate(5px, 6px);
    -ms-transform: translate(5px, 6px);
    transform: translate(5px, 6px);
}

@media (max-width: 800px) {
    .horizontal-case__price-wrapper {
        margin-bottom: 0;
    }
}

@media (max-width: 680px) {
    .horizontal-case__price-wrapper .detail-info__price-currency {
        display: none;
    }
}

@media (max-width: 680px) {
    .horizontal-case__price-wrapper .detail-info__price-txt {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        color: #000;
    }
}

.horizontal-case__price-wrapper .detail-info__price-txt .js_price {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 680px) {
    .horizontal-case__price-wrapper .detail-info__price-txt .js_price {
        width: 76%;
    }
}

.horizontal-case__info {
    width: 100%;
    max-width: 276px;
    min-width: 276px;
}

@media (max-width: 992px) {
    .horizontal-case__info {
        max-width: 100%;
    }
}

.bid-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.bid-sticky__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 20px;
    background-color: #f8f8f8;
}

.bid-sticky__title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #000;
    margin-bottom: 20px;
}

.bid-sticky__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.bid-sticky__status .current-rate__case {
    margin-bottom: 5px;
}

.bid-sticky__status.status--red .current-rate__case.next-rate {
    margin-bottom: 15px;
}

.bid-sticky__status .current-rate__label {
    white-space: nowrap;
    margin-bottom: 4px;
}

.bid-sticky__status.status--green .bid-sticky__status-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #27ae60;
    padding: 8px;
}

.bid-sticky__status.status--red .bid-sticky__status-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eb5757;
    padding: 8px;
}

.bid-sticky__status-price {
    margin-bottom: 4px;
}

.bid-sticky__status-price .current-rate__label {
    margin-bottom: 4px;
}

@media (max-width: 680px) {
    .bid-sticky__status-price .current-rate__label {
        margin-bottom: 7px;
    }
}

.bid-sticky__status-position {
    margin-bottom: 10px;
}

.bid-sticky__status-position .current-rate__case {
    margin-bottom: 10px;
}

.bid-sticky__status-position-ico {
    margin-right: 8px;
    width: 16px;
    height: 18px;
}

.bid-sticky__status-position-ico svg {
    display: block;
    width: 100%;
    height: 100%;
}

.bid-sticky__status-position-txt {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #fff;
}

.bid-sticky__status-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 12px;
    background-color: #fff06d;
}

@media (max-width: 680px) {
    .bid-sticky__status-current {
        padding: 6px 10px;
    }
}

.bid-sticky__status-current-txt {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #000;
    margin-right: 10px;
}

.bid-sticky__status-current-num {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}

.bid-sticky__status-current-num b {
    margin-left: 1px;
    font-size: 14px;
    line-height: 136%;
}

.bid-sticky__btn {
    margin-top: auto;
}

@media (max-width: 992px) {
    .bid-sticky__btn {
        margin-top: 26px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 680px) {
    .bid-sticky__btn {
        width: 100%;
        margin-left: 0;
    }
}

.bid-sticky__btn a {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    padding: 13px 23px;
}

@media (max-width: 1024px) {
    .bid-sticky__btn a {
        min-width: 240px;
    }
}

.resale__popup {
    z-index: 999 !important;
}

.resale__popup .popup__close {
    position: static;
}

.resale__content {
    margin-bottom: 100px;
}

.specialist__name {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
}

@media (max-width: 680px) {
    .specialist__name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 15px;
        margin-top: -15px;
    }
}

.specialist__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 680px) {
    .specialist__description {
        margin-bottom: 30px;
    }
}

.specialist__description p {
    white-space: break-spaces;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 20px;
}

.specialist__description p a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
    text-decoration: underline;
}

.specialist__description p a:hover {
    text-decoration: none;
}

.specialist__description a {
    display: block;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #000000;
    margin-bottom: 5px;
}

.specialist__description a:hover {
    text-decoration: none;
}

.specialist__img {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

@media (max-width: 800px) {
    .specialist__img {
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
}

.specialist__img--mobile {
    display: none;
}

@media (max-width: 680px) {
    .specialist__img--mobile {
        display: block;
    }
}

@media (max-width: 680px) {
    .specialist__img--desktop {
        display: none;
    }
}

.empty-catalog {
    width: 100%;
    padding: 193px 0;
}

.empty-catalog__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.empty-catalog__icon {
    margin-bottom: 10px;
}

.empty-catalog__title {
    margin-bottom: 40px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    text-align: center;
}

.empty-catalog__subtitle {
    margin-bottom: 40px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
}

.empty-catalog__btn a {
    padding: 12px 36px;
}

.height-initial-important {
    height: initial !important;
}

@media (max-width: 350px) {
    .current-auction-overview .top-goods-slider__list {
        margin-bottom: 0;
    }

    .current-auction-overview .product-card__body {
        padding-top: 26px;
    }

    .current-auction-overview .product-card__title {
        font-size: 18px;
        margin-bottom: 11px;
    }

    .current-auction-overview .product-card__description {
        font-size: 16px;
        margin-bottom: 9px;
    }

    .current-auction-overview .specialist__description,
    .current-auction-overview .specialist__name {
        margin-bottom: 9px;
    }
}

.current-auction-overview .specialist__image img {
    max-width: 140px;
}

.auction-block-page .card-container-catalog__body {
    width: initial;
}

.show-actions .catalog-settings__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog-settings__view-block {
    display: none;
}

.catalog-settings__view-block.active {
    display: block;
}

.catalog-settings__view-block .product-card__price {
    margin-bottom: 10px;
}

.catalog-settings__view-block .catalog__goods-item {
    padding-bottom: 45px;
}

.catalog-settings__view-block .product-card__body {
    padding-top: 21px;
}

.catalog-settings__view {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    gap: 17px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

@media (max-width: 680px) {
    .catalog-settings__view {
        gap: 15px;
        margin-left: auto;
    }
}

.catalog-settings__view-ico .view-icon {
    display: none;
}

.catalog-settings__view-ico .view-icon.show {
    display: block;
}

@media (max-width: 680px) {
    .carousel__container {
        overflow: visible;
    }
}

.carousel__case {
    position: relative;
}

.case__status {
    display: none;
    position: absolute;
    z-index: 5;
    top: 40px;
    right: 0;
    width: 160px;
    height: auto;
}

.product-card .case__status {
    display: none;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 80px;
    height: auto;
}

.case__status img {
    display: none;
    width: 100%;
    height: auto;
}

.case-sold .case__status,
.case-sale .case__status,
.case-reserved .case__status {
    display: flex;
}

.case-sold .case__status img.sold,
.case-sale .case__status img.sale,
.case-reserved .case__status img.reserved {
    display: flex;
}

.carousel__case-img {
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 534px;
  overflow: hidden; */
}

/* @media (max-width: 680px) {
  .carousel__case-img {
    height: 392px;
  }
} */

.carousel__case-img--w100 {
    /* width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
}

/* .carousel__case-img--w100:before {
  content: "";
  display: block;
  padding-bottom: 103%;
}*/

.carousel__case-img--w100 picture {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel__case-img--w100 img {
    width: 100%;
    /* height: 100%; */
    -o-object-fit: contain;
    object-fit: contain;
    /* position: absolute; */
    /* top: 0;
  left: 0; */
    display: block;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.carousel__case-img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* height: 100%; */
    height: auto;
    /* cursor: -webkit-zoom-in;
  cursor: zoom-in; */
}

.carousel__case-action-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 45px auto 0;
    gap: 20px;
}

@media (max-width: 800px) {
    .carousel__case-action-list {
        margin-top: 35px;
        gap: 36px;
    }
}

@media (max-width: 680px) {
    .carousel__case-action-list {
        gap: 20px;
    }
}

.carousel__case-action-list--four {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.carousel__case-action-list--four .carousel__case-action-link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.carousel__case-action-list--four .carousel__case-action-ico {
    margin-top: -5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.carousel__case-action-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}

@media (max-width: 680px) {
    .carousel__case-action-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.carousel__case-action-link:hover {
    text-decoration: underline;
}

.carousel__case-action-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
}

@media (max-width: 680px) {
    .carousel__case-action-ico {
        width: 45px;
        height: 30px;
        flex-shrink: 0;
    }

    .carousel__case-action-ico svg {
        width: 100%;
        height: 100%;
    }
}

.carousel__case-action-ico.favorite {
    display: none;
}

.carousel__case-action-ico.favorite.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carousel__case-action-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #000;
}

@media (max-width: 680px) {
    .carousel__case-action-txt {
        white-space: normal;
    }

    .product-case__actions {
        margin: 0 10px;
    }
}

.case-info {
    background-color: #f8f8f8;
    min-width: 258px;
}

.case-info__inner {
    padding: 20px;
}

.case-info__title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 680px) {
    .case-info__title {
        margin-bottom: 19px;
    }
}

.case-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 680px) {
    .case-info__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}

.case-info__row {
    margin-bottom: 9px;
}

.case-info__row:last-child {
    margin-bottom: 0;
}

@media (max-width: 680px) {
    .case-info__row {
        width: calc(50% - 8px);
        margin-bottom: 0;
    }

    .case-info__row:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .case-info__row:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .case-info__row:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.case-info__row-label {
    white-space: nowrap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #6b6b6b;
}

.case-info__row-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.case-info__row-num-txt {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}

.case-info__row-num-ico {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 136%;
    color: #000;
}

.case-info__btn {
    margin-top: 42px;
    margin-bottom: 20px;
}

@media (max-width: 680px) {
    .case-info__btn {
        margin-top: 20px;
    }
}

.case-info__btn .site-btn {
    text-align: center;
    width: 100%;
    white-space: nowrap;
}

@media (max-width: 800px) {
    .case-info__btn .site-btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: 0;
    }
}

@media (max-width: 680px) {
    .case-info__btn .site-btn {
        width: 100%;
    }
}

.case-info__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}

/*the container must be positioned relative:*/

.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    /*style the arrow inside the select element:*/
}

.select-selected:after {
    position: absolute;
    content: "";
    top: calc(50% - 12px);
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url("../static/icons/total_icons/select-plus.svg");
}

/*point the arrow upwards when the select box is open (active):*/

/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #6b6b6b;
}

.select-items div:not(.same-as-selected) {
    color: #000;
    border-bottom: 0;
}

.select-selected {
    color: #000;
    padding-right: 25px;
}

/*style items (options):*/

.select-items {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div {
    padding: 15px 20px;
    border-bottom: 0;
    margin-bottom: 3px;
}

.select-items div:hover,
.same-as-selected {
    background-color: #000;
    color: #fff;
}

.offer-sell {
    background-color: #000;
    padding: 50px 0;
}

@media (max-width: 800px) {
    .offer-sell {
        padding: 40px 0;
    }
}

.offer-sell__inner {
    text-align: center;
}

@media (max-width: 350px) {
    .offer-sell__inner p {
        margin-bottom: 32px;
    }
}

@media (max-width: 350px) {
    .offer-sell__inner p br {
        display: none;
    }
}

/*---------------- custom styles---------------*/

.lnk_reg input[name="logout_butt"] {
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    width: 100%;
    padding: 11px 23px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.lnk_reg input[name="logout_butt"]:hover {
    color: #000;
    background-color: #fff;
}

.copy-confirm {
    display: none;
    margin: 0 auto;
}

.wrapper-404 {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.error-404-page-title {
    font-weight: 900;
    font-size: 130px;
    line-height: 1;
}

.page-not-found {
}

.back-to-main {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    padding: 10px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.back-to-main:hover {
    background-color: #fff;
    color: #000;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.site-form a.js_confirm-form.disabled {
    pointer-events: none;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.site-form a.js_confirm-order.disabled {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.site-form__confitm-btn {
    position: absolute;
    left: 100%;
    background-color: #000;
    color: #fff;
    margin-left: 25px;
    margin-top: 12px;
    text-align: center;
    cursor: pointer;
    padding: 8px 10px;
    border: 2px solid #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.js_confirm-form:hover,
.site-form__confitm-btn:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 680px) {
    .site-form__confitm-btn {
        position: static;
        height: 100%;
        margin-left: 10px;
        margin-top: 18px;
        font-size: 12px;
    }
}

.site-form__label input.error {
    border-bottom-color: #fb1616;
}

.artist + .catalog-container .product-card__author {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5pt;
    color: #000;
}

.zoomSlider .thumbnails-style-shaded.mz-thumb img {
    box-shadow: unset;
}

.zoomSlider .thumbnail-bar__case {
    margin-bottom: 20px;
    position: relative;
}

.zoomSlider .thumbnail-bar__case:last-child {
    margin-bottom: 0;
}

.zoomSlider .thumbnail-bar__case-img .mz-thumb {
    display: flex;
}

.thumbnail-bar__case .mz-thumb-selected:after {
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 2px solid #000;
}

@media (max-width: 680px) {
    .thumbnail-bar__case .mz-thumb-selected:after {
        top: -7px;
        left: -7px;
        right: -7px;
        bottom: -7px;
    }

    .zoomSlider .thumbnail-bar__container {
        display: flex;
        gap: 20px;
    }

    .zoomSlider .thumbnail-bar__case {
        margin-bottom: 0;
    }

    .zoomSlider .thumbnail-bar__case-inner {
        width: 56px;
    }

    .zoomSlider .thumbnail-bar__case-img .mz-thumb {
        width: 100%;
        height: 100%;
    }

    .zoomSlider .thumbnails-style-shaded.mz-thumb img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 680px) {
    .zoomSlider--desktop {
        display: none !important;
    }
}

@media (min-width: 680px) {
    .zoomSlider--mobile {
        display: none !important;
    }
}

button.mz-button {
    color: #000 !important;
}

:root:not(.mobile-magic) button.mz-button:hover,
button.mz-button:active {
    color: rgba(0, 0, 0, 0.29) !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 0.3);
}

.mz-expand .mz-expand-bg {
    display: none;
}

#back-top {
    background: #fff;
    display: none;
    position: fixed;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    bottom: 70px;
    right: 15px;
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
    z-index: 100;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

#back-top svg {
    fill: #777;
}

#back-top:hover {
    cursor: pointer;
    background: #000;
    border: 1px solid #000;
}

#back-top:hover svg {
    fill: #fff;
}

.store-page .top-goods-slider.collection-list .top-goods-slider__body {
    display: flex;
    flex-wrap: wrap;
}

.store-page .top-goods-slider.collection-list .top-goods-slider__list {
    margin: 0 -25px;
}

.store-page .top-goods-slider.collection-list .top-goods-slider__case {
    width: 25%;
    padding: 0 25px 50px;
}


@media (max-width: 1024px) {
    .store-page .top-goods-slider.collection-list .top-goods-slider__list {
        margin: 0 -15px;
    }

    .store-page .top-goods-slider.collection-list .top-goods-slider__case {
        width: 33.3333%;
        padding: 0 15px 30px;
    }
}

@media (max-width: 680px) {
    .store-page .top-goods-slider.collection-list .top-goods-slider__case {
        width: 50%;
    }
}

@media (max-width: 420px) {
    .store-page .top-goods-slider.collection-list .top-goods-slider__case {
        width: 100%;
    }
}

.small-descrition {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #6b6b6b;
    margin: 15px 0;
}

.info__content {
}

.info__text {
    text-align: center;
}

.info__actions {
    margin-top: 45px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.info__actions a {
    font-size: 14px;
}

.js_add-goods .info__actions a:not(.js_close-popup) {
    background-color: #175a06;
}

.js_add-goods .info__actions a:not(.js_close-popup):hover {
    background-color: #fff;
}

@media (max-width: 992px) {
    .info__actions {
        margin-top: 20px;
        flex-direction: column;
        gap: 5px;
    }

    .info__actions a {
        min-width: 235px;
        text-align: center;
    }
}

@media (max-width: 370px) {
    .info__actions a {
        min-width: 100%;
    }
}

@media (max-width: 992px) {
    .info__body {
        margin: 0 15px;
    }
}

.subscribe-author.active .carousel__case-action-txt.plus,
.subscribe-author.active .ico-plus,
.subscribe-author .carousel__case-action-txt.minus,
.subscribe-author .ico-minus {
    display: none;
}

.subscribe-author.active .carousel__case-action-txt.minus,
.subscribe-author.active .ico-minus {
    display: flex;
}

.hero-slim__title-inner {
    position: relative;
}

.hero-slim__title-info {
    position: absolute;
    left: calc(100% + 65px);
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    white-space: normal;
    width: 350px;
    line-height: 1.2;
    text-align: start;
}

@media (max-width: 768px) {
    .hero-slim__title-info {
        left: calc(100% + 40px);
        font-size: 14px;
        width: 205px;
    }
}

.bx-authform {
    margin: 40px auto;
}

@media (max-width: 680px) {
    .bx-authform {
        margin: 40px 15px;
    }
}

.bx-authform .bx-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #000;
    margin-bottom: 23px;
}

.form_auth .site-filter__row.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.form_auth .site-filter__row.flex .site-btn {
    margin-right: auto;
    margin-left: 0;
    margin-top: 0;
    width: fit-content;
}

.form_auth .bx-authform-social ul {
    padding: 0;
    margin: 0;
}

.change-password-form .f-btn-cont {
    margin-right: auto;
    margin-left: 0;
    width: fit-content
}

.list-info__collections-link,
.tippy-link {
    color: #fff;
}

.list-info__collections-link {
    text-decoration: underline;
}

.authorize-page .header-indent {
    min-height: 96px;
}

.authorize-page {
}

.authorize-page__inner {
    width: 100%;
    max-width: 600px;
    margin: 50px auto 0;
}

.authorize-page__inner h1 {
    font-size: 24px;
    margin-bottom: 30px;
}

.authorize-page__inner .site-form input[type="submit"] {
    background-color: #000;
    border: 2px solid #000;
    transition: .3s;
}

.authorize-page__inner .site-form input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}


.register__popup .item.rules p {
    font-family: "Gilroy";
    text-align: center;
    font-size: 14px;
}

.register__form .item.rules p a,
.register__popup .item.rules p a {
    font-family: "Gilroy";
    text-decoration: underline;
    color: #000;
}


.detail-info__status {
    min-height: 15px;
}

.detail-info__status-list {

}

.detail-info__status-item {
    display: flex;
    align-items: center;
}

.detail-info__status-item .ico {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 10px;
}

.detail-info__status-item .ico.red {
    background-color: #bb1a1a;
}

.detail-info__status-item .ico.green {
    background-color: #1abb28;
}

.detail-info__status-item .ico.yellow {
    background-color: #e5e505;
}

.detail-info__status-item .ico.dark {
    background-color: #000;
}

.detail-info__status-item .txt {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #000;
}

.detail-info__status-item:not(:last-child) {
    margin-bottom: 5px;
}


.popup-certificate .site-form .site-checkbox__label {
    white-space: normal;
}

.certificate .site-form .site-checkbox__label:after,
.popup-certificate .site-form .site-checkbox__label:after {
    width: 14px;
    height: 14px;
    background-size: 14px;
}

.certificate .site-form h4,
.popup-certificate .site-form h4 {
    margin-bottom: 25px;
}

.detail-info__ask-similar {
    font-size: 14px;
    line-height: 1.2;

}

body span.usd_order_price.js_price,
body span.usd_order_price.js_currency,
body span.usd_order_price,
body p.usd_order_price,
body span.usd_order_price span,
body div.usd_order_price {
    color: rgba(0, 0, 0, 0.3) !important;
}

span.usd_order_price {
    display: inline-flex;
    align-items: flex-end;
    color: rgba(0, 0, 0, 0.3);
}

.usd_order_price {
    margin-right: 10px;
}

.order-page.tippy-hide #tippy-1 {
    display: none !important;
}


/** add new view setting to catalog **/


.catalog-view {
    display: none;
    align-items: center;
    margin-left: 20px;
    gap: 17px;
}

@media (max-width: 680px) {
    .catalog-view {
        display: flex;
        gap: 15px;
        margin-left: auto;
    }

    .actions-container__inner.filter-justify-end  .catalog-view ~ .site-sort,
    .catalog-view ~ .site-sort{
        margin-left: 15px;
    }

}

.catalog-view__ico .view-icon {
    display: none;
}

.catalog-view__ico .view-icon.show {
    display: block;
}
