/* stylelint-disable */
/* stylelint-disable */

/** Не удалять */
.footer ul {
    text-align: left;
}

#wrapper {
    padding-top: 0;
}

.main-container {
    padding: 0;
}

.menu-nav__subitem .active {
    color: var(--accent);
}

#close_menu_nav {
    display: none;
}

.form-control {
    border: 2px solid var(--accent)
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--accent);
    border-radius: 8px;
    background: transparent;
}

.header__accordion {
    display: none;
    width: 100%;
}

.inner-box {
    border: 0
}

.inner-box {
    border-style: solid;
    border-width: 0;
    border-color: #e2e2e2;
    box-shadow: none;
}

.chat-row {
    border: none;
}

.alert-success {
    background-color: var(--accent);
    color: var(--light);
}

.inner-box {
    background: #F6F4F4 none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 20px 15px;
}

.nav-pills > li.active > a:not(.btn), .nav-pills > li.active > a:not(.btn):focus, .nav-pills > li.active > a:not(.btn):hover {
    background-color: var(--accent);
    color: #fff;
}

.btn-secondary {
    color: #fff;
    background-color: var(--accent);
    border-color: var(--accent);
}

.pgray p {
    color: var(--light);
}

input:focus {
    border-color: var(--accent) !important;
    box-shadow: none !important;
}

.badge__available--accent {
    background-color: var(--accent);
    color: var(--light);
    padding: 2px 8px;
    width: 85px;
    height: 25px;
    bottom: 100%;
    top: 0;
    left: 7px;
    right: 0;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
}

.badge__available--accent > * {
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    font-size: 14px;
    font-weight: 600;
}

.badge__available--heart {
    background-color: #00000085;
    color: var(--light);
    padding: 5px;
    font-size: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/** Не удалять */

/* stylelint-disable */
/* stylelint-disable */
.burger {
    display: none;
}

@media (max-width: 1024px) {
    .burger {
        display: block;
    }
}

a:not(.link--btn,.link--light):hover {
    color: var(--heart-new);
}

.saler__bottom a:not(.link--btn,.link--light):hover {
    color: var(--light) !important;
}

a:is(.link--btn,.link--light):not(.link--dark):hover {
    color: var(--light);
}

.burger__icon {
    width: 36px;
    height: 28px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url('/assets/img/header/burger.svg') no-repeat center;
}

.burger__icon .line {
    width: 100%;
    height: 3px;
    position: relative;
    right: 0px;
    background-color: var(--accent);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.arrow__icon_back {
    background: url("/images/icon/arrow.svg") no-repeat center;
}

.burger--active .line {
    width: 100%;
    background-color: var(--accent);
}

.burger--active .line:nth-child(1) {
    width: 100%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger--active .line:nth-child(2) {
    width: 0;
}

.burger--active .line:nth-child(3) {
    width: 100%;
    top: -13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 1024px) {
    .menu {
        position: fixed;
        top: 50px;
        z-index: 10;
        left: 0;
        width: 100%;
        /*height: calc(100vh - 78px);*/
        height: 100%;
        background-color: var(--light);
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        padding: 20px var(--container-offset);
    }

    .header__accordion {
        display: block;
    }
}

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

/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
    opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
    outline: 2px solid #f00;
    outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
    opacity: 0.4;
    pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.page {
    height: 100%;
    font-family: var(--font-family, sans-serif);
    -webkit-text-size-adjust: 100%;
}

.page__body {
    margin: 0;
    min-width: 320px;
    min-height: 100%;
    font-size: 14px;
}

img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    margin: 0;
}

.site-container {
    overflow: hidden;
}

.is-hidden {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */
}

.btn--accent {
    background-color: var(--accent);
    color: var(--light);
    padding: 5px 20px !important;
}

.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination__custom .active {
    color: var(--accent);
}

.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff;
}

.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
    display: none;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.container {
    margin: 0 auto;
    padding: 0 var(--container-offset);
    max-width: var(--container-width);
}

.container-fluid {
    margin: 0 auto;
    padding: 0 var(--container-offset);
    max-width: var(--container-fluid-width);
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

.centered {
    text-align: center;
}

.dis-scroll {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.page--ios .dis-scroll {
    position: relative;
}

:root {
    --font-family: "CeraPro", sans-serif;
    --content-width: 1110px;
    --content-fluid-width: 1340px;
    --container-offset: 50px;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
    --container-fluid-width: calc(var(--content-fluid-width) + (var(--container-offset) * 2));
    --light: #fff;
    --dark: #1A1449;
    --accent: #1A1449;
    --accent-old: #1D1D1B;
    --main-dark: #F6F4F4;
    --dark-grey: #686868;
    --heart: #FF4848;
    --heart-new: #E94B5A;
    --contrast: #4A85F6;
}

@font-face {
    font-family: "CeraPro";
    src: url("../assets/fonts/CeraProRegular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "CeraPro";
    src: url("../assets/fonts/CeraProMedium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "CeraPro";
    src: url("../assets/fonts/CeraProBold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

.title {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    color: var(--accent)
}

.title--small {
    font-size: 14px;
}

.title--medium {
    font-size: 18px;
}

.title--large {
    font-size: 14px;
    font-weight: 700;
}

.title--xl {
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .title--xl {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .title--xl {
        font-size: 22px;
    }
}

.title--light {
    color: var(--light);
}

.title--accent {
    color: var(--accent) !important;
}

.title--underline {
    color: var(--accent);
    text-decoration: underline;
}

.grid {
    display: -ms-grid;
    display: grid;
    gap: 30px;
}

.grid--coll-2 {
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
    .grid--coll-2 {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
    }
}

.grid--coll-3 {
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
    .grid--coll-3 {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }
}

.grid--coll-4 {
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
    .grid--coll-4 {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }
}

.img {
    display: block;
}

.img--preview {
    height: 225px;
    width: 100%;
}

@media (max-width: 576px) {
    .img--preview {
        height: 125px;
    }
}

.img--preview-small {
    height: 170px;
    width: 100%;
}

@media (max-width: 1024px) {
    .img--preview-small {
        height: 215px;
    }
}

@media (max-width: 576px) {
    .img--preview-small {
        height: 125px;
    }
}

.img--foto-user {
    width: 150px;
    height: 150px;
    border-radius: 90px;
}

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

.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
}

.icon--check {
    padding: 5px;
}

.icon--check use {
    fill: var(--light);
}

.icon--heart use {
    fill: var(--heart);
}

.icon--star {
    width: 15px;
    height: 15px;
}

.icon--star use {
    fill: var(--accent);
}

.icon--star-stroke {
    width: 15px;
    height: 15px;
}

.icon--star-stroke use {
    fill: transparent;
    stroke: var(--accent);
}

.icon--menu-nav {
    width: 22px;
    height: 22px;
}

.icon--menu-nav use {
    fill: var(--accent);
}

.icon--add {
    width: 18px;
    height: 18px;
}

.icon--add use {
    fill: var(--accent);
}

.icon--trash {
    width: 18px;
    height: 18px;
}

.icon--trash use {
    fill: var(--accent);
}

.icon--search {
    width: 16px;
    height: 16px;
}

.icon--search use {
    fill: var(--light);
}

.icon--geo {
    width: 20px;
    height: 20px;
}

.icon--close-nav {
    width: 15px;
    height: 15px;
}

.icon--close-nav use {
    fill: var(--accent);
}

.icon--sign-in {
    width: 40px;
    height: 40px;
    padding: 5px;
}

.icon--sign-in use {
    fill: #1976D2;
}

.icon--registration {
    width: 90px;
    height: 90px;
}

@media (max-width: 768px) {
    .icon--registration {
        width: 50px;
        height: 50px;
    }
}

.icon--registration use {
    fill: var(--accent);
}

.price {
    font-size: 18px;
    font-weight: 700;
    color: var(--accent-old);
}

.price--big {
    font-size: 36px;
}

.form-search {
    position: relative;
    width: 60%;
}

/* new */
@media (min-width: 768px) {
    .search__form {
        margin-bottom: 0;
    }
}

.main-logo {
    float: left;
    margin: 0 5px 0 0;
}

@media (min-width: 768px) and (max-width: 1078px) {
    .none-flex {
        display: none !important;
    }
}

.dropdown-toggle span {
    display: none;
}

/* stop new */

@media (max-width: 1024px) {
    .form-search {
        width: 100%;
    }
}

.form-search__btn {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--light);
    background-color: var(--accent);
    padding: 0 25px;
    height: 100%;
}

.form-search__btn-text {
    font-family: var(--font-family);
    margin-right: 8px;
}

@media (max-width: 576px) {
    .form-search__btn-text {
        display: none;
    }
}

.form-search__btn-icon {
    width: 16px;
    height: 16px;
}

.form-search__btn-icon use {
    fill: var(--light);
}

.form-foto__top {
    margin-bottom: 15px;
}

.form-foto__flex-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-foto__btn-wrapp {
    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;
}

.form-foto__btn {
    margin: 0 0 0 auto;
}

.form__container {
    padding: 20px;
    border-radius: 8px;
    background-color: var(--main-dark);
}

.form__list {
    margin-bottom: 30px;
}

.form__item {
    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;
    width: 100%;
}

.form__item:not(:last-child) {
    margin-bottom: 15px;
}

.form__item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
}

@media (max-width: 576px) {
    .form__item-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
        gap: 0;
    }
}

.form__label {
    font-weight: 500;
    color: var(--dark);
}

.form__registration {
    margin-bottom: 50px;
}

/*.form-control {
    border-radius: 0 !important;
}*/
.form__btn {
    display: block;
    font-weight: 500;
    color: var(--dark);
    border: 2px solid var(--accent);
    padding: 10px 20px;
}

/*.btn {
    border-radius: 0 !important;
}*/

.form__textarea {
    height: 120px;
}

.input {
    color: var(--dark-grey);
    font-weight: 500;
    background-color: transparent;
}

.input::placeholder {
    font-size: inherit;
    font-family: var(--font-family);
}

.input--default {
    border: 2px solid var(--accent);
    padding: 10px;
}

.input--default:focus {
    outline: none;
}

.is-invalid {
    border: 2px solid var(--heart);
}

.input--search {
    width: 100%;
    border: 1px solid var(--accent);
    padding: 10px 0 10px 32px;
    border-radius: 8px;
}

.input--search::-webkit-input-placeholder {
    color: var(--dark-grey);
    font-weight: 500;
}

.input--search::-moz-placeholder {
    color: var(--dark-grey);
    font-weight: 500;
}

.input--search:-ms-input-placeholder {
    color: var(--dark-grey);
    font-weight: 500;
}

.input--search::-ms-input-placeholder {
    color: var(--dark-grey);
    font-weight: 500;
}

.input--search::placeholder {
    color: var(--dark-grey);
    font-weight: 500;
}

@media (max-width: 576px) {
    .input--search {
        padding: 10px 0 10px 15px;
    }
}

.preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.preview__img-wrapp {
    margin-bottom: 20px;
}

.preview__title {
    margin-bottom: 10px;
}

.preview__price {
    margin-bottom: 10px;
}

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

.preview__geo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--dark-grey);
}

.preview__city {
    margin-bottom: 5px;
}

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

.preview__btn:hover .preview__like {
    fill: var(--light);
}

.preview__like {
    /*fill: transparent;*/
    fill: var(--light);
    width: 20px;
    height: 20px;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn-primary {
    background-color: var(--accent);
    border-color: var(--accent);
}

.menu-nav, .menu-nav-user {
    width: 255px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--main-dark);
    padding: 20px;
    z-index: 15;
    margin-bottom: 20px;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .menu-nav {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .menu-nav {
        position: absolute;
        -webkit-transform: translateX(-135%);
        -ms-transform: translateX(-135%);
        transform: translateX(-135%);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        width: 75%;
    }

    .menu-nav-user {
        width: 100%;
    }
}

.menu-nav__item:not(:last-child) {
    margin-bottom: 15px;
}

.menu-nav__categories-item:not(:last-child) {
    margin-bottom: 20px;
}

.menu-nav__categories-title {
    margin-bottom: 20px;
}

.menu-nav-open-js {
    -webkit-transform: translateX(calc(0% - var(--container-offset)));
    -ms-transform: translateX(calc(0% - var(--container-offset)));
    transform: translateX(calc(0% - var(--container-offset)));
}

.nice-select {
    border-radius: 0;
}

.menu-nav__btn-open {
    padding: 10px;
    background-color: var(--accent);
    color: var(--light);
    display: none;
}

@media (max-width: 768px) {
    .menu-nav__btn-open {
        display: block;
        /*margin: 0 auto 10px 0;*/
    }
}

.menu-nav__btn-close {
    display: none;
}

@media (max-width: 768px) {
    .menu-nav__btn-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 10px;
        right: 10px;
        border-radius: 8px;
        padding: 5px;
    }
}

.menu-nav__link {
    gap: 10px;
}

.menu-nav__sublist {
    margin-top: 15px;
}

.menu-nav__subitem:not(:last-child) {
    margin-bottom: 5px;
}

.saler__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    color: var(--dark);
    padding-bottom: 30px;
    /*margin-bottom: 30px;*/
}

/*.saler__top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--accent);
}*/

@media (max-width: 1024px) {
    .saler__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 10px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

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

@media (max-width: 1024px) {
    .saler__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 768px) {
    .saler__left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.saler__photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 78px;
    height: 78px;
    border-radius: 90px;
    margin: 0 20px 0 0;
}

.saler__img {
    display: block;
    border-radius: 100px;
    height: 100%;
}

.saler__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.saler__item:not(:last-child) {
    margin-bottom: 5px;
}

.saler__name {
    font-size: 14px;
    font-weight: 500;
}

.saler__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.saler__other-item {
    color: var(--accent);
    position: relative;
}

.saler__other-item:not(:last-child) {
    margin-right: 15px;
}

.saler__other-item:not(:last-child)::before {
    position: absolute;
    content: "/";
    top: 0;
    right: -12px;
    font-size: 12px;
    font-weight: 500;
}

.saler__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--light);
    font-weight: 500;
    gap: 15px;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .saler__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}

.saler__phone {
    max-width: 200px;
    background-color: var(--accent);
    padding: 5px 15px;
    border-radius: 8px;
}

.saler__phone svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px;
    margin: 0 0 0 30px;
}

.saler__phone svg use {
    fill: var(--light);
}

@media (max-width: 1024px) {
    .saler__phone {
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .saler__phone svg {
        margin: 0;
    }
}

.saler__number {
    display: inline-block;
}

@media (max-width: 1024px) {
    .saler__number {
        display: none;
    }
}

@media (max-width: 768px) {
    .saler__number {
        display: block;
    }
}

.saler__mail {
    max-width: 170px;
    background-color: var(--accent);
    padding: 5px 15px;
    border-radius: 8px;
}

.saler__mail svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px;
    margin: 0 0 0 30px;
}

.saler__mail svg use {
    fill: var(--light);
}

@media (max-width: 1024px) {
    .saler__mail {
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .saler__mail svg {
        margin: 0;
    }
}

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

.star__list {
    margin: 0 20px 0 0;
}

.star__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.star__item:not(:last-child) {
    margin-right: 5px;
}

.star__count {
    color: var(--accent);
}

.link {
    display: inline-block;
}

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

.link--inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--accent-old);
    font-weight: 500;
    font-size: 14px;
}

.menu-nav__categories-item .menu-nav__item {
    color: var(--accent-old);
    font-weight: 500;
    font-size: 14px;
}

.link--btn {
    border-radius: 8px;
    padding: 8px 12px;
}

.link--btn:not(.search__link) {
    border-radius: 8px;
    padding: 8px 12px;
}

.link--btn-big {
    border-radius: 8px;
    padding: 8px 20px;
}

.link--grey-light {
    background-color: var(--dark-grey);
    color: var(--light);
}

.link--dark {
    background-color: var(--dark);
    color: var(--light);
}

.link--light {
    color: var(--light);
}

.link--accent {
    background-color: var(--accent);
    color: var(--light);
}

.link--underline {
    text-decoration: underline;
}

.link--grey {
    color: var(--dark-grey);
}

.active__lk {
    color: var(--accent) !important;
    font-weight: bold;
}

.btn:hover {
    color: var(--light);
}

.btn--filter-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn--accent {
    background-color: var(--accent);
    color: var(--light);
}

.btn--center {
    margin: 0 auto;
}

.header {
    background-color: var(--light);
    position: sticky;
    left: 0;
    z-index: 100;
    top: 0;
    width: 100%;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

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

.count-new-message {
    top: 0;
    right: 0;
    background-color: #FF4848;
    padding: 1px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: white;
    font-weight: bold;
    font-size: 9px;
}

.accordion {
    background: transparent;
    color: var(--accent);
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.4s;
}

.active, .accordion:hover {
    /*background-color: #ccc;*/
}

.accordion:after {
    content: url("/images/icon/arrow-right.svg");
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


.active:after {
    /*content: url("/images/icon/arrow-down.svg");*/
}

.accordion__panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #D9D9D9;
}

.accordion__footer {
    color: var(--light);
}

.accordion__footer:after {
    content: url("/images/icon/arrow-right-light.svg");
}

.accordion__footer.active:after {
    content: url("/images/icon/arrow-down-light.svg");
}

.mobile-icons-block {
    display: none;
}

.mobile-icons-logo, .button-icons-logo {
    display: none;
}

.mobile__other {
    display: none;
}

.hide__mobile {
    display: block;
}

@media (max-width: 1024px) {
    .header__list {
        -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: start;
    }

    .mobile-icons-block {
        display: flex;
    }

    .mobile-icons-logo {
        display: flex;
    }

    .button-icons-logo {
        display: block;
    }

    .main-logo {
        display: none;
    }

    .hide__mobile {
        display: none;
    }
}

.header__item {
    font-weight: 500;
}

.header__item:not(:last-child) {
    margin: 0 20px 0 0;
}

@media (max-width: 1024px) {
    .header__item:not(:last-child) {
        margin: 0 0 15px 0;
    }
}

.header__svg {
    color: var(--accent);
    padding-right: 10px;
    width: 28px;
    height: 18px;
}

/*new*/
@media (min-width: 1000px) {
    .header__svg {
        padding-right: 0;
    }
}

/*stop new*/
.header__content-adaptive {
    display: none;
}

@media (max-width: 1024px) {
    .header__content-adaptive {
        display: inline-block;
    }
}

.search {
    padding: 24px 0 24px 0;
}

.search__container {
    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;
}

@media (max-width: 1024px) {
    .search__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .search__container {
        -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: start;
    }
}

.search__link {
    /*border-radius: 8px;*/
    font-weight: 500;
}

.search__link .link {
    border-radius: 0;
}

.search__link svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

@media (max-width: 576px) {
    .search__link {
        width: 100%;
        text-align: center;
    }
}

.search__city {
    font-weight: 500;
    gap: 5px;
}

@media (max-width: 576px) {
    .search__city {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (max-width: 1024px) {
    .search__form {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.catalog-promo {
    margin-bottom: 50px;
}

.catalog-promo__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

@media (max-width: 768px) {
    .catalog-promo__list {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    /*.search {
        padding-top: 10px;
        margin-bottom: 40px;
    }*/
}

/*.catalog-promo__item {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(146, 159, 169, 0.15);
    box-shadow: 0px 0px 20px 5px rgba(146, 159, 169, 0.15);
}*/

.catalog-promo__link {
    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%;
}

.catalog-promo__img-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
}

@media (max-width: 768px) {
    .catalog-promo__img-wrapp {
        height: 125px;
        border-radius: 8px !important;
    }
}

.catalog-promo__img {
    display: block;
    max-height: 100%;
    /*max-width: 100%;*/
    margin: auto;
    height: 130px;
}

.catalog-promo__content-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;
    padding: 10px;
}

.catalog-promo__title {
    margin-bottom: 3px;
}

/*.catalog-promo__subtitle {
    font-size: 12px;
    margin: 0;
    color: rgb(153, 153, 153);
}*/
.catalog-promo__icon use {
    fill: var(--accent);
}

@media (max-width: 576px) {
    .catalog-promo__icon {
        display: none;
    }
}

.accent-block {
    margin-bottom: 50px;
}

.accent-block__top {
    background-color: var(--accent);
    padding: 12px 20px;
    margin-bottom: 16px;
}

.accent-block__top-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;
}

.accent-block-add {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--accent);
    border-bottom: 2px solid #e94b5a;
}

.accent-block-add__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;
}

@media (max-width: 768px) {
    .accent-block-add__wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.accent-block-add__content {
    max-width: 640px;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .accent-block-add__content {
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .accent-block-add__content {
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .catalog-promo {
        display: none;
    }
}

.accent-block-add__subtitle {
    font-size: 16px;
    color: var(--light);
    margin: 15px 0 0 0;
}

.accent-block-add__link {
    background-color: white;
    color: var(--accent);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 500;
}

.counts {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--main-dark);
}

.counts__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .counts__list {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 5px;
    }
}

.counts__item {
    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;
    text-align: center;
}

.counts__num {
    font-size: 48px;
    font-weight: 500;
    color: var(--heart-new);
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .counts__num {
        font-size: 42px;
    }
}

.counts__text {
    color: var(--dark);
    font-size: 14px;
    font-weight: 500;
}

.catalog__content {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

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

.catalog__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.catalog__info .counter {
    color: var(--accent);
}

.catalog__info li {
    margin-right: 1em !important;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-grey);
}

.catalog__preview {
    margin-bottom: 50px;
}

.message-avtorization {
    margin-bottom: 50px;
}

.message-avtorization__content {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: var(--dark-grey);
}

.message-avtorization__link {
    color: var(--accent);
}

.path {
    margin-bottom: 50px;
}

.path__container {
    position: relative;
    padding-bottom: 25px;
}

.path__container::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: var(--container-offset);
    width: calc(100% - var(--container-offset) * 2);
    height: 2px;
    background-color: var(--accent);
}

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

.path__item {
    color: var(--dark-grey);
    position: relative;
}

.path__item:not(:last-child) {
    margin-right: 12px;
    color: var(--dark);
}

.path__item:not(:last-child)::before {
    position: absolute;
    content: "/";
    top: 0;
    right: -15px;
    font-size: 14px;
    font-weight: 500;
}

.path__link {
    font-weight: 500;
}

.path__icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.product {
    margin-bottom: 100px;
}

.product__header-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: 0 0 10px 0;
}

@media (max-width: 1024px) {
    .product__header-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 10px;
    }
}

.product__title {
    margin-bottom: 25px;
}

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

.product__verification {
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--light);
    background-color: var(--accent);
    padding: 10px 22px;
}

@media (max-width: 1024px) {
    .product__verification {
        margin: 0 0 0 auto;
        padding: 5px 10px 5px 15px;
    }
}

.product__header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.product__header-bottom-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.product__grid {
    grid-template-areas: "img img saler saler" "specific specific options options" "desc desc map map" "bottom bottom bottom bottom";
}

@media (max-width: 1024px) {
    .product__grid {
        grid-template-areas: "img img img saler" "specific specific options options" "desc desc desc desc" "map map map map" "bottom bottom bottom bottom";
    }
}

@media (max-width: 768px) {
    .product__grid {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "img img" "specific specific" "options options" "desc desc" "saler saler" "map map " "bottom bottom";
    }
}

.product__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: img;
    /*background-color: var(--dark-grey);*/
}

.product__info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: saler;
}

.product__info-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: 50px;
}

@media (max-width: 1024px) {
    .product__info-wrapp {
        -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: start;
        gap: 10px;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .product__info-wrapp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .product__info-wrapp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.product__price-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product__price {
    font-size: 36px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .product__price {
        font-size: 28px;
    }
}

.product__like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--heart-new);
    padding: 5px 15px;
    border-radius: 8px;
}

.product__like-content {
    font-weight: 500;
    line-height: 24px;
    color: var(--light);
    max-width: 150px;
}

.product__specific {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: specific;
}

.product__options {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: options;
}

.product__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: desc;
}

.product__map {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: map;
    /*height: 350px;*/
    /*background-color: var(--dark-grey);*/
}

.product__bottom {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: bottom;
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .product__img {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }

    .product__info {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
    }

    .product__specific {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    .product__options {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
    }

    .product__description {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
    }

    .product__map {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
    }

    .product__bottom {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
    }
}

@media (max-width: 768px) {
    .product__img {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    .product__info {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    .product__specific {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    .product__options {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    .product__description {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    .product__map {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    .product__bottom {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }
}

@media (max-width: 768px) {
    .product__list {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

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

.product__item:not(:last-child) {
    margin-bottom: 10px;
}

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

    .product__item:not(:last-child) {
        margin-bottom: 0px;
    }
}

.product__key {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 175px;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .product__key {
        width: 125px;
    }
}

@media (max-width: 768px) {
    .product__key {
        width: auto;
        margin: 0;
    }
}

.product__value {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-grey);
}

.product__bottom-link {
    padding: 8px 12px;
    background-color: var(--accent);
    color: var(--light);
    border-radius: 8px;
}

.lk {
    padding: 24px 0 24px 0;
}

.lk__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

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

.lk__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.lk__title {
    margin-bottom: 20px;
}

.lk__form {
    max-width: 575px;
}

.lk__form:not(:last-child) {
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .lk__form {
        max-width: 100%;
    }
}

.lk-product {
    margin-bottom: 100px;
}

.lk-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

.lk-product__item:not(:last-child) {
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .lk-product__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.lk-product__img {
    width: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .lk-product__img {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 576px) {
    .lk-product__img {
        height: 200px;
    }
}

.lk-product__content {
    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;
    gap: 10px;
}

.lk-product__left {
    width: 45%;
}

.lk-product__title {
    margin-bottom: 10px;
}

.lk-product__price {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
}

.lk-product__city, .lk-product__date {
    display: block;
    color: var(--dark-grey);
    margin-top: 5px;
}

.lk-product__right {
    width: 45%;
}

.lk-product__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.lk-product__icon:not(:last-child) {
    margin-bottom: 15px;
}

.lk-product__icon--favorites {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.lk-product__bottom {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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: end;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lk-product__link .link .link--dark {
    background-color: var(--heart-new);
}

.lk-product__link {
    padding: 10px 18px;
}

.registration {
    margin-bottom: 100px;
}

.registration__title {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .registration__left {
        -ms-grid-row: 2;
        grid-row: 2;
    }
}

@media (max-width: 576px) {
    .registration__left {
        -ms-grid-row: 1;
        grid-row: 1;
    }
}

.registration__right {
    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;
    gap: 50px;
}

@media (max-width: 768px) {
    .registration__right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

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

.registration__description {
    max-width: 350px;
    text-align: center;
}

.registration__icon {
    margin-bottom: 30px;
}

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

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

.social__list--sign-in {
    gap: 15px;
}

.callback {
    margin-bottom: 100px;
}

.callback__title {
    margin-bottom: 30px;
}

.callback__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.callback__right {
    max-width: 300px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .callback__right {
        margin: 0;
        width: 100%;
    }
}

.callback__description {
    font-weight: 500;
}

.callback__description:not(:last-child) {
    margin-bottom: 50px;
}

@media (max-width: 576px) {
    .callback__description:not(:last-child) {
        margin-bottom: 25px;
    }
}

.footer {
    background-color: #1A1449;
    color: var(--light);
}

.footer__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 576px) {
    .footer__content {
        gap: 40px 10px;
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }
}

.footer__title {
    color: white;
    margin: 0 0 15px 0;
}

.footer__item:not(:last-child) {
    margin-bottom: 10px;
}

.footer__item a {
    font-size: 14px;
}

.footer__copyright .copyright__item {
    font-size: 14px;
}

.v__hidden {
    visibility: hidden;
}

.header__svg use {
    fill: #1D1D1B;
}

.footer__svg {
    width: 28px;
    height: 28px;
}

.footer__svg use {
    fill: var(--light);
}

.footer__info-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 15px;
}

.copyright {
    position: relative;
}

.copyright__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 1024px) {
    .copyright__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

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

/*.copyright::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-dark);
}*/

@media (max-width: 1024px) {
    .copyright__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

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

    .copyright::after {
        display: none;
    }
}

.bottom__mobile__menu {
    box-shadow: 0px -2px 12px 0px rgba(68, 81, 129, 0.12);
    display: none;
    z-index: 10;
}

.bottom__mobile__menu__plus {
    position: absolute;
    left: calc(50% - 18px);
    top: -18px;
    width: 36px;
    height: 36px;
    background: linear-gradient(to right, #1A1449, #E94B5A);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}

.bottom__mobile__menu__container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.bottom__mobile__menu__item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.bottom__mobile__menu__item img {
    width: 22px;
}

.bottom__mobile__menu__item span {
    font-weight: 500;
    font-size: 12px;
}

@media (max-width: 768px) {
    #close_menu_nav {
        display: block;
    }

    :root {
        --container-offset: 30px;
    }

    .bottom__mobile__menu {
        display: block;
        position: fixed;
        bottom: 0;
        background-color: var(--light);
        height: 56px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    :root {
        --container-offset: 15px;
    }
}

.copyright__item:not(:last-child) {
    margin-right: 50px;
}

/*# sourceMappingURL=main.css.map */


.form-label_balance {
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.form-input_balance {
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box; /* Чтобы padding не выходил за пределы ширины */
}

.custom-btn_balance {
    width: 100%;
    padding: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.custom-btn_balance:hover {
    background-color: #0056b3; /* Более темный оттенок при наведении */
}

.headers_balance {
    margin-bottom: 20px;
}

.topup_balance_btn {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    margin-top: 10px;
    padding: 5px 12px;
    border: none;
}

.topup_balance_btn_form {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    margin-top: 10px;
    border: none;
    width: 100%;
    padding: 10px;
    transition: ease 0.1s all;
}

.topup_balance_btn_form:hover {
    color: var(--heart-new);
}

.fancybox__backdrop {
    opacity: 70% !important;
}

/*new for categories in mobile views*/
/* Контейнер секции (опционально) */
.catalog-section {
    width: 100%;
}

/* Грид-контейнер */
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

/* Карточка-обёртка */
.catalog-item {
    height: 100%;
}

/* Сделаем ссылку блочной и тянущейся по высоте карточки */
.catalog-item > .catalog-promo__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

/* Картинка — аккуратное заполнение */
.catalog-promo__img-wrapp-new {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; /* чтобы карточки были одинаковой высоты */
    overflow: hidden;
    background: var(--grad);
    border-radius: 8px !important;
    margin-bottom: .5rem;
}

/*.catalog-promo__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}*/

/* Контент карточки */
.catalog-promo__content-wrapp-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 5px;
}

.catalog-promo__content-desc-new {
    display: grid;
    gap: 4px;
}

.catalog-promo__title-new {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
}

.catalog-promo__subtitle-new {
    margin: 0;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1;
}

@media (min-width: 768px) and (max-width: 1070px) {
    .title {
        font-size: 14px;
    }

    .accent-block-add__content h3 {
        font-size: 24px !important;
    }
}

@media (max-width: 768px) {
    /*.header__svg {
        display: none;
    }*/
    .mobile-icons-block a .header__svg {
        padding-right: 0;
        width: 20px;
        height: 16px;
    }

    .accent-block__top .title {
        font-size: 14px !important;
    }
}

.mobile-icons-block .icon {
    width: 18px !important;
    height: 18px !important;
}

.nice-select .list {
    width: auto !important;
}

section .accent-block__top {
    border-radius: 8px;
}

.accent-block__top .title {
    font-size: 20px;
}

/* Хлебные крошки */
/* Базовая раскладка крошек */
.path__list {
    display: flex;
    align-items: center;
    gap: 8px;
    /* чтобы было красиво с дефисами и иконками */
    padding: 6px 0;
    margin: 0;
    list-style: none;
}

/* Разделители */
/*.path__item + .path__item::before {
    content: "/";
    opacity: .6;
    margin: 0 6px 0 2px;
}*/

/* Мобильный горизонтальный скролл */
@media (max-width: 768px) {
    .path {
        margin-bottom: 0
    }

    .path__container {
        position: relative; /* для градиентных масок */
    }

    .path__list {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap; /* не переносим элементы */
        -webkit-overflow-scrolling: touch; /* плавный инерционный скролл iOS */
        scrollbar-width: none; /* Firefox: скрыть полосу */
        padding-bottom: 8px; /* чуток места под скрытый скролл */
    }

    .path__list::-webkit-scrollbar { /* WebKit: скрыть полосу */
        display: none;
    }

    /* Мягкие затемнения по краям (подсказка, что можно скроллить) */
    .path__container::before,
    .path__container::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 24px;
        pointer-events: none;
    }

    .path__container::before {
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .path__container::after {
        right: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    /* Чтобы крошки не липли к краям под масками */
    .path__list {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* Мелкие улучшения */
.path__link {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap; /* ссылка тоже не должна переноситься */
}

/*.list-reset li {margin-right: 20px}*/

.login__icon {
    width: 36px;
    height: 28px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url('/assets/img/header/login.svg') no-repeat center;
}

.modal-body p {
    margin-bottom: .85rem;
}

.modal-body a {
    margin-left: .25rem;
}

.ads__bottom ul.grid {
    gap: 15px;
}

@media (min-width: 768px) {
    .md\:my-5 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

/*stop new*/

/* new for social */
/* Контейнер: в ряд с промежутками */
.social {
    display: flex;
    align-items: center;
}

/* Кнопка-иконка */
.social-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.06); /* подложка */
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-decoration: none;
    transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
}

/* Картинка внутри */
.social-icons img {
    width: 28px;
    height: 28px;
    display: block; /* убирает лишние отступы у img */
}

/* Наведение/нажатие/фокус */
.social-icons:hover {
    background: rgba(0, 0, 0, 0.10);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}

.social-icons:active {
    transform: translateY(0);
    box-shadow: none;
}

.social-icons:focus-visible {
    outline: 2px solid rgba(26, 86, 219, .6);
    outline-offset: 2px;
    border-color: transparent;
}

/* На очень узких экранах можно чуть уменьшить */
@media (max-width: 380px) {
    .social-icons {
        width: 40px;
        height: 40px;
    }

    .social-icons img {
        width: 28px;
        height: 28px;
    }
}

.btn-more {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

/* Общий контейнер колонки слева */
.copyright__col--left {
    display: flex;
    align-items: center; /* выравниваем по вертикали */
    justify-content: flex-start;
    gap: 54px; /* расстояние между текстом и логотипами */
    flex-wrap: nowrap; /* в строку на больших экранах */
}

/* Блок с текстом */
.copyright__text {
    font-size: 14px;
    line-height: 1.4;
    color: #fff; /* не переносить строки в середине */
}

/* Контейнеры логотипов */
.copyright__logo {
    display: flex;
    align-items: center;
}

.copyright__logo img {
    display: block;
    height: 50px; /* подгони под свой макет */
    width: auto;
    object-fit: contain;
    transition: opacity 0.2s ease;
}

.copyright__logo:hover img {
    opacity: 0.85;
}

/* Отступ между логотипами */
/*.copyright__logo + .copyright__logo {
    margin-left: 24px;
}*/

/* --- Адаптив --- */
@media (max-width: 768px) {
    .copyright__col--left {
        flex-direction: column; /* в столбик */
        align-items: flex-start; /* прижимаем к левому краю */
        gap: 12px; /* меньшее расстояние */
    }

    .copyright__text {
        white-space: normal; /* разрешаем перенос строк */
    }

    .copyright__logo + .copyright__logo {
        margin-left: 0;
        margin-top: 8px;
    }
}

.copyright__text p {
    margin-bottom: 5px;
}

.form-foto__top {
    position: relative; /* контекст для absolute */
    padding-top: 12px; /* чтобы заголовок не прилипал к краю (по желанию) */
}

.form-foto__top .position-id {
    position: absolute;
    top: 8px; /* отступ от верха */
    right: 12px; /* отступ от правого края */
    z-index: 2; /* над превью/рамками */
}

.form-foto__top .position-id .title {
    margin: 0;
    font-size: 14px; /* подгони под дизайн */
    line-height: 1.2;
}

/* Сохраненные поиски */
.form-search {
    position: relative;
}

/* Был твой псевдо-элемент — отключаем, чтобы не дублировалось */
.form-search::after {
    content: none;
}

/* Живая ссылка в тех же координатах, что у ::after */

.form-search__saved:hover {
    text-decoration: underline;
    color: var(--link-color, inherit);
}

.block-city-saved-search {
    display: block !important;
    width: auto !important;
}

.form-search__saved {
    display: none;
}

/* desktop ≥ 992px */
@media (min-width: 992px) {
    .form-search {
        position: relative;
        --btn-w: 56px;
        --pad-x: 16px;
    }

    .form-search-desktop__saved {
        position: absolute;
        top: 50%;
        right: calc(var(--btn-w) + 78px + 12px); /* как раньше */
        transform: translateY(-50%);
        font-size: 14px;
        color: var(--text-muted, #6c757d);
        white-space: nowrap;
        text-decoration: none;
        pointer-events: auto;
    }

    .form-search-desktop__saved:hover {
        text-decoration: underline;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .block-city-saved-search {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
        align-items: center !important;
        display: flex !important;
        width: 100% !important;
    }

    .form-search-desktop__saved {
        display: none;
    }

    .form-search__saved {
        display: inline;
    }
}

/* (опционально) скрыть на узких экранах, если не влезает */
/* Мобильная версия: ссылка блоком ПОД инпутом и выровнена по тексту поля */
@media (max-width: 576px) {
    .block-city-saved-search {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
        align-items: center !important;
        display: flex !important;
        width: 100% !important;
    }

    .form-search {
        display: block; /* колонка */
    }

    .form-search-desktop__saved {
        display: none;
    }

    .form-search__saved {
        position: static; /* снимаем absolute */
        display: inline-block;

        /* магия выравнивания: такой же левый отступ, как у текста в инпуте */
        padding-left: 0;
        font-size: 14px;
        text-decoration: none;
    }

    .form-search__saved:hover {
        text-decoration: underline;
    }
}

/* stop new for social */

/* start new for profile page */
.mr-1 {
    margin-right: .25rem;
}

.mr-2 {
    margin-right: .5rem;
}

.ml-2 {
    margin-left: .5rem;
}

.text-li {
    font-size: 16px;
}

nav.search-breadcrumb {
    margin-top: 12px!important;
}

@media (max-width: 768px){
    nav.search-breadcrumb {
        margin-bottom: 12px!important;
    }
}

/*.cover {
    position: relative;
    height: 400px;
    background: #111 no-repeat center/cover url('/images/cover-demo.jpg');
    border-radius: .75rem;
}*/

/* размеры/радиусы оставляем на контейнере и img */
.cover { position: relative;  border-radius: .75rem; }
.cover-clip { border-radius: .75rem; overflow: hidden; }
.cover__img { display:block; width:100%; height: 255px; object-fit: cover; }

/* ≥576px */
@media (min-width: 576px){ .cover__img { height: 260px; } }
/* ≥768px */
@media (min-width: 768px){ .cover__img { height: 260px; } }
/* ≥1000px */
@media (min-width: 1000px){ .cover__img { height: 350px; } }
/* ≥1200px */
@media (min-width: 1200px){ .cover__img { height: 400px; } }

/* бейдж-аватар поверх нижнего края обложки */
.avatar-badge {
    position:absolute;
    z-index:2;
    left: 24px; bottom: -28px; width: 72px; height: 72px;
    border-radius: 50%; border: 0 solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.avatar-badge__img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

/* Подложка-капсула */
.actions-pill{
    background:#F6F6F9;
    border-radius: 9999px;
    padding:.5rem .75rem;
}

/* Кнопки-иконки */
.act-btn{
    width:36px; height:36px;
    border:0; border-radius:50%;
    display:inline-flex; align-items:center; justify-content:center;
    margin-right:.5rem;;
}
.act-btn:focus,
.act-btn:active {
    outline: 0 !important;
    box-shadow: none !important;
}
.act-btn:hover{
    background:#fff;
    transition: background .12s ease;
}

/* Ссылка "Показать" */
.actions-pill .btn.btn-link{
    color:#1B1E4B; font-weight:600; border-radius:9999px;
    background:#fff; height:36px;
    box-shadow:0 2px 6px rgba(16,24,40,.06);
    padding-right:.9rem; padding-left:.5rem;
}
.actions-pill .btn.btn-link:hover{
    text-decoration:none; box-shadow:0 4px 10px rgba(16,24,40,.12);
}
.phone-text{ font-size:16px; }


.quote {
    background: #f7f8fb;
    border-radius: 16px;
    padding: 1rem 1.25rem;
    font-size: 14px;
    color: #1a1449;
    font-weight: 500;
}

.quote p {
    margin-bottom: .5rem;
}

/*.quote:before, .quote:after {
    content: '“';
    color: #8590a3;
    font-size: 1.25rem;
    margin-right: .25rem
}*/

/*.quote:after {
    content: '”';
    margin-left: .25rem
}*/

.fact i {
    width: 18px;
    text-align: center;
    color: #2ECC71;
}

.pill-tab {
    border-radius: 8px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    background: #F6F4F4;
    color: #1A1449;
}

.pill-tab .badge {
    margin-left: .5rem;
    background: #fff;
    color: #4a4f5a
}

.sort-select {
    max-width: 220px
}

.card-adv {
    border: 1px solid #edf0f5;
    border-radius: .75rem;
    overflow: hidden
}

.ribbon {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: #ff6b6b;
    color: #fff;
    padding: .25rem .5rem;
    border-radius: .5rem;
    font-size: .75rem;
    font-weight: 600;
}

.ribbon--blue {
    background: #3b82f6
}

.fav {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}

.thumb {
    background: #f7f8fb;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price {
    font-weight: 700;
    font-size: 1.1rem
}

.meta {
    color: #7a8396;
    font-size: .85rem
}

@media (max-width: 575.98px) {
    .sort-select {
        max-width: 100%
    }
}

/* stop new for profile page */
