@font-face {
    font-family: Onest-Regular;
    src: url("/extend/fonts/Onest-Regular.ttf");
}

@font-face {
    font-family: Onest-ExtraBold;
    src: url("/extend/fonts/Onest-ExtraBold.ttf");
}

@font-face {
    font-family: Onest-Bold;
    src: url("/extend/fonts/Onest-Bold.ttf");
}

@font-face {
    font-family: Onest-Black;
    src: url("/extend/fonts/Onest-Black.ttf");
}

@font-face {
    font-family: JetBrainsMono-Bold;
    src: url("/extend/fonts/JetBrainsMono-Bold.ttf");
}

@font-face {
    font-family: Inter-Bold;
    src: url("/extend/fonts/Inter-Bold.ttf");
}

@font-face {
    font-family: Inter-Medium;
    src: url("/extend/fonts/Inter-Medium.ttf");
}

@font-face {
    font-family: Inter-SemiBold;
    src: url("/extend/fonts/Inter-SemiBold.ttf");
}

@font-face {
    font-family: Inter-Regular;
    src: url("/extend/fonts/Inter-Regular.ttf");
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    font-size: 10px;
}

body {
    background-color: #fff;
    font-family: Inter-Medium, sans-serif;
}
.fixed-page {
    overflow: hidden;
}

h1,
h2,
h3 {
    font-family: JetBrainsMono-Bold, sans-serif;
    color: #353433;
}

ul,
ol {
    font-family: Inter-Medium, sans-serif;
    font-size: 16px;
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
    font-family: Inter-Medium, sans-serif;
    font-size: 16px;
    color: #353433;
    cursor: pointer;
}

p,
span {
    font-family: Inter-Medium, sans-serif;
    font-size: 16px;
    color: #353433;
}

button {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

input {
    font-family: Inter-Medium, sans-serif;
    font-size: 16px;
}

input[type="text"] {
    outline: none;
    font-family: Inter-Medium, sans-serif;
    font-size: 16px;
}

input::placeholder {
    font-family: Inter-Medium, sans-serif;
    color: #CFCCC9;
    font-size: 16px;
}
select {
    font: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select:not([multiple]) {
    background-repeat: no-repeat;
    background-position: calc(100% - 1em);
    background-size: 0.65em auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M70.3 13.8L40 66.3 9.7 13.8z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
}

.container-page {
    width: 100%;
    padding-top: 130px; /* Отступ для фиксированного header */
}
@media (max-width: 1000px)
{
    .container-page {
        padding-top: 70px;
    }
}
.wrapper {
    width: 1440px;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .wrapper {
        margin-right: 8%;
        margin-left: 8%;
        width: auto;
    }
}

.big-wrapper {
    background: #FCF7F3;
}

@media (min-width: 991px) {
    .big-wrapper {
        background: none;
    }
    .big-wrapper .wrapper {
        background: #FCF7F3;
        border-radius: 8px;
        padding: 0 35px;
    }
}

.breadcrumb-list {
    padding: 24px 0;
}

.breadcrumb-list__items {
    color: #CFCCC9;
    font-family: Inter-Medium, sans-serif;
    font-size: 12px;
}

.breadcrumb-list__slash {
    margin: 0 8px;
}

.big_wrap-form {
    background: url('/img/main/formmnew.jpg') no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.big_wrap-form__bgr {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #3534331A;
    backdrop-filter: blur(13px);
    width: 40%;
    height: 570px;
}

svg path:not(#curve_chart *) {
    fill: inherit;
    stroke: #353433;
    stroke-width: inherit;
}

.icon-hover {
    transition: all .5s ease;
}

.first_title {
    font-size: 28px;
    font-family: "Inter-SemiBold";
}

.second-title {
    font-size: 26px;
}

.third-title {
    font-family: "Inter-SemiBold";
    font-size: 16px;
}

.icon_site {
    max-width: 24px;
    width: 100%;
    height: 24px;
}
.img_site {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_main {
    margin-bottom: 72px;
}

.link_btn {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: none;
    padding: 12px 20px 12px 20px;
    border-radius: 8px;
    display: inline-flex;
}

.link_btn__dark {
    background: #E23737;
    color: #FFFFFF;
}

.link_btn__dark.active {
    color: #9B3131;
    background: #F9E2E2;
}

.link_btn__dark:hover {
    background: #e54d4d;
    color: #FFFFFF;
}

.link_btn__light {
    background-color: rgba(28, 28, 28, 0);
    color: #E23737;
    border: 1px solid #E23737;
    border-radius: 8px;
}

.link_btn__light:hover {
    background: #E23737;
    color: #FFFFFF;
}

.link_btn__light:hover img{
    filter: grayscale(1) brightness(1000%);
}

.link_btn__white {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}

.link_btn__white:hover {
    background: #E23737;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}

.link_btn__banner_img {
    margin-bottom: -3px;
}

.btn_form {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    background: #E23737;
    color: #FFFFFF;
    cursor: pointer;
}

.btn_form:hover {
    background: #e54d4d;
    color: #fff;
}

.link_btn__dark_top {
    margin: 0 24px;
}

.header-menu__top-tools:hover .icon-hover {
    fill: #E23737;
}

.header-menu__top-message {
    display: flex;
    align-items: center;
}

.header-menu__top-cir {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 24px;
    width: 24px;
    background-color: transparent;
}

.header-menu__top-cir-mail {
    background-image: url(/local/templates/new/img/icon/mailnew.svg);
    margin-right: 16px;
}

.header-menu__top-cir-mail:hover {
    background-image: url(/local/templates/new/img/icon/mailnewhover.svg);
}

.header-menu__top-cir-whatsapp {
    background-image: url(/local/templates/new/img/icon/whatnew.svg);
    margin-right: 12px;
}

.header-menu__top-cir-whatsapp:hover {
    background-image: url(/local/templates/new/img/icon/whatnewhover.svg);
}

.header-menu__top-cir_telegram {
    background-image: url(/local/templates/new/img/icon/telegramnew.svg);
}

.header-menu__top-cir_telegram:hover {
    background-image: url(/local/templates/new/img/icon/telegram_newhover.svg);
}

.header-menu {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 20px 0;
}

.header-menu__top {
    display: flex;
    justify-content: space-between;
    flex: auto;
}

.header-menu__top-left {
    display: flex;
    justify-content: space-between;
    height: 48px;
}

.header-menu__logo {
    max-width: 172px;
    width: 100%;
}
.header-menu__logo-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.link_btn__menu_img {
    margin-right: 12px;
    margin-bottom: -6px;
}
.header-search {
    position: relative;
    width: 320px;
}
.search-page {
    margin-bottom: 40px;
}
font.notetext {
    color: #353433;
}
.search_active {
    width: 100%;
    /*display: flex;*/
    align-items: center;
}
.search-block {
    margin: 24px 0;
}
.header-search__icon {
    height: 24px;
    width: 24px;
    background-color: transparent;
    background-image: url("/img/search.svg");
    background-repeat: no-repeat;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 28px;
}

.header-search__input {
    font-size: 16px;
    height: 48px;
    background-color: #EEEDEC;
    border: none;
    border-radius: 12px;
    padding: 12px;
    margin-right: 10px;
}

.search_btn {
    background-color: rgba(28, 28, 28, 0);
    color: #E23737;
    border: 1px solid #E23737;
    border-radius: 8px;
    cursor: pointer;
    height: 45px;
}

.header-menu__top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu__top-tools {
    margin-right: 24px;
}

.top-tools__text {
    color: #AAA6A1;
}

.top-tools__text:hover {
    color: #E23737;
}

.top-tools__images {
    text-align: center;
    cursor: pointer;
}

.header-menu__top-profile {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-menu__top-profile-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.header-menu__top-auth {
    align-self: stretch;
    display: flex;
    align-items: center;
}

.header__profile-avatar {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.header-menu__top-ads {
    margin-left: 25px;
}

.header-menu__top-ads .ads-link__btn-2 {
    width: unset;
}



.ads-link__btn {
    /*width: 172px;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 15px 13px 15px;
}

.ads-link__btn-2 {
    background-color: transparent !important;
    color: #E23737 !important;
    border: 1px solid #E23737;
}

.ads-link__btn-2 img {
    margin-right: 12px;
    width: 21px;
    height: 21px;
}

.ads-link__btn-2:hover {
    background-color: #E23737 !important;
    color: #fff !important;
}

.ads-link__btn-2:hover img {
    filter: brightness(5);
}

@media (max-width: 990px) {
    .header-menu__logo {
        width: calc(100% - 170px);
    }
}

@media (max-width: 640px) {
    .report-page__tabs-wrapper{
        flex-direction: column;
    }
    .header-menu__top-ads {
        margin-left: 0;
    }

    .mob__menu-burger.mob-wrap .link_btn {
        padding: 8px 10px;
    }

    .mob__menu-burger.mob-wrap .header-menu__logo-img {
        height: 35px;
    }

    .header-menu__top-ads .ads-link__btn-2 {
        font-size: 0;
        width: unset !important;
        padding: 8px 8px!important;
    }

    .header-menu__top-ads .ads-link__btn-2 img {
        margin-right: unset;
    }
}

.header__add-phone {
    display: flex;
    flex-direction: column;
}

.header-menu__top__phone {
    color: #AAA6A1;
    margin: 0 16px 0 36px;
}

.header-menu__top__phone:hover {
    color: #E23737;
}

.header-menu-list {
    background: #353433;
    padding: 36px 28px;
    border-radius: 8px;
}

.header-menu-list,
.header-menu-list-one,
.header-menu-list-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu-list-one .header-menu__item {
    color: #CFCCC9;
    padding: 12px 20px;
    margin-right: 20px;
}

.header-menu-list-two .header-menu__item {
    font-family: Inter-SemiBold, sans-serif;
    color: #FFFFFF;
    padding: 12px 20px;
    margin-right: 20px;
}

.header-menu-list-one .header-menu__item:hover,
.header-menu-list-two .header-menu__item:hover {
    color: #9B3131;
    background: #F9E2E2;
    border-radius: 8px;
}

.header-menu-list-one .header-menu__item.active,
.header-menu-list-two .header-menu__item.active {
    color: #9B3131;
    background: #F9E2E2;
    border-radius: 8px;
}

.main-page__banner {
    margin: 48px 0;
    position: relative;
    width: 100%;
}

.main-page__banner-images {
    height: auto;
    position: relative;
}
.advertising-main__btn {
    display: flex;
    font-size: 12px;
    align-items: center;
    background: #35343380;
    color: #FFFFFF;
    border-radius: 8px;
    border: none;
    padding: 4px 0 4px 8px;
    opacity: 1;
}
.advertising-main__images {
    width: 16px;
    height: 16px;
}
.advertising-main {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
}
[data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: 270px; /* Ширина подсказки */
    right: 0; top: 0; /* Положение подсказки */
    background: #353433; /* Синий цвет фона */
    color: #fff; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    margin-right: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
    border-radius: 8px;
    font-size: 12px;
}
[data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: -2.5em; /* Положение подсказки */
}
.slick-initialized .slick-slide {
    position: relative!important;
}

.main-page__bgr-image {
    object-fit: contain;
    background: url(../../../img/m_b_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    max-height: 240px;
    object-position: center;
    border-radius: 8px;
}

.main-page__text-banner {
    position: absolute;
    max-width: 50%;
    width: auto;
    height: 100%;
    border-radius: 8px;
    top: 0;
    padding: 0 40px;
    backdrop-filter: blur(13px);
    background: linear-gradient(360deg, rgba(10, 0, 31, .1), rgba(53, 52, 51, .7));
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.main-page__banner .second-title {
    color: #FFFFFF;
    padding-bottom: 12px;
}

.main-page__text {
    display: inline-block;
    margin-right: 15px;
    color: #FFFFFF;
}

.banner-main {
    display: flex;
    justify-content: space-between;
    padding: 48px 0;
}

.banner-main__title-big {
    width: 570px;
}
.banner-main_title {
    letter-spacing: -2px;
    padding-bottom: 25px;
    line-height: 1.25;
    padding-right:15px;
    font-size: clamp(22px, 4vw, 38px)!important;
}

.banner-main_text {
    padding-bottom: 40px;
}

.link_btn__catalog_img {
    margin-left: 12px;
    /*margin-bottom: -3px;*/
}

.banner-main__list-car {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 952px;
    width: 100%;
}

.banner-main__items {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    width: 105px;
    height: 72px;
    border-radius: 8px;
    margin: 0 8px 8px 0;
}

/*.banner-main__items:hover {*/
/*    background-color: #F5E1D0;*/
/*}*/

.main-page__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.banner-main_img-brend {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.banner-main__list-brands {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 952px;
    width: 100%;
    margin-bottom: 32px;
}

.banner-main__items-brands {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.banner-main__items-list {
    display: inline-block;
    margin: 15px 25px 10px 0;
    font-size: 18px;
}

.banner-main__items-list:hover {
    color: #E23737;
}

.banner-main__text {
    border: none;
    background: transparent;
    padding: 0;
    color: #AAA6A1;
    cursor: pointer;

}

.banner-main__text:hover {
    color: #E23737;
}

.popular-main {
    display: flex;
    justify-content: space-between;
    background: #fcf7f3;
    padding: 48px 48px 60px 48px;
    border-radius: 8px;
    position: relative;
}

.popular-main.shadow:before {
    content: "";
    position: absolute;
    inset: -5px;
    transform: translate(5px, 5px);
    z-index: -1;
    background: conic-gradient(from 90deg at 40% -25%, #fef1e5, #E4872E0D, #EBA46017, #EBA46017);
    filter: blur(10px);
}

.popular-main__right {
    display: flex;
    flex-direction: column;
    width: 664px;
    align-items: flex-start;
}

.popular-main_title {
    width: 351px;
}

.popular-main_right_text {
    padding: 60px 0;
    line-height: 24px;
}

.popular-main__left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.popular-main__items {
    margin-bottom: 24px;
}

.popular-main__images {
    height: 261px;
    width: 440px;
}

.main__images-pop {
    object-fit: contain;
    background: #ccc;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.popular-main__text {
    font-family: Inter-SemiBold, sans-serif;
    margin: 12px 0 4px 0;
}

.popular-main__title {
    font-size: 18px;
}

.popular-main__items:hover img {
    filter: brightness(85%)
}
.sections__catalog {
    padding: 60px 0;
    margin-bottom: 60px;
}
.sections-catalog__items {
    flex: 0 0 auto;
}
.bx-pagination {
    margin: 0 auto;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #E23737;
}
.catalog__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 36px;
}
.catalog__list-sect {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
}
.catalog-section-page {
    padding: 60px 0;
}

.catalog__items {
    width: 462px;
    height: 100%;
    position: relative;
    margin-bottom: 34px;
    margin-right: 18px;
}
.section-catalog__items-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.section-catalog__items {
    border-radius: 8px;
    height: 15.6vw;
    width: 462px;
    max-height: 269px;
    position: relative;
    margin-bottom: 18px;
    margin-right: 18px;
}
.section-catalog__items:hover {
    filter: brightness(85%);
}
.section-catalog__block-circs {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(180deg, rgba(10, 0, 31, .2), rgba(53, 52, 51, 1));
    width: 100%;
    border-radius: 8px;
}
.section-catalog__title,
.section-catalog__text
{
    color: #FFFFFF;
}
.section-catalog__title {
    padding-bottom: 12px;
}

.sale_list__check {
    font-family: Inter-Regular, sans-serif;
    font-size: 12px;
    padding: 4px 8px;
    text-align: center;
    background-color: #EEF9F6;
    color: #2D7F66;
    border-radius: 6px;
    max-width: 114px;
    margin: 4px;
}
p.sale_list__check:nth-child(2){
 left:117px
}


.hvr {
    margin-bottom: 12px;
}

.hvr__catalog__items-picture {
    position: relative;
}

.hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.hvr__sector {
    flex-grow: 1;
}

.hvr__dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hvr__dot {
    width: 100px;
    height: 2px;
    margin: 10px 2px 0;
    background: #CFCCC9;
}

.hvr__dot--active {
    background: #353433;
}

.catalog__items-picture {
    height: 15.6vw;
    width: 464px;
    max-height: 269px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    border-radius: 8px;
    box-shadow: 1px 1px 1px 1px #f0f0f0, -1px -1px 1px 1px #f0f0f0;
}

.catalog__items-picture img {
    object-position: center;
    object-fit: contain;
    width: 100%;
    height: 100%;
    background: #ccc;
}

.catalog__items > .catalog__items-link > .catalog__items-picture {
    margin-bottom: 24px;
}


.mob-catalog__items-picture {
    display: none;
}

.mob-catalog__items-picture img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.catalog__items-picture-image {
    display: block;
}

.catalog-btn__icon, .js-catalog-btn__icon {
    border: 1px solid #AAA6A1;
    border-radius: 50px;
    padding: 12px;
    margin-right: 8px;
    display: flex;
    background-color: #FFFFFF;
    cursor: pointer;
}

.catalog__items .catalog_element {
    display: none;
    position: absolute;
    top: -25px;
    right: 0;
    margin-right: 55px;
}

.catalog__items:hover .catalog_element, .catalog__items:hover .js-catalog_element {
    display: block;
}

.active svg {
    fill: rgb(255, 0, 0);
}

.catalog__items .catalog_element.active {
    position: absolute;
    display: block;
}

.catalog__items .js-catalog_element {
    display: none;
    position: absolute;
    top: -25px;
    right: 0;
}

.catalog__items .js-catalog_element.active {
    position: absolute;
    right: 0;
    display: block;
}

.catalog__items-check {
    position: absolute;
    z-index: 20;
    background: #EEF9F6;
    color: #2D7F66;
}

.catalog__items-price-element {
    padding: 4px 0;
    display: flex;
    align-items: center;
}

.catalog__items-price_old.active {
    color: #AAA6A1;
    font-family: Inter-Regular, sans-serif;
    font-size: 12px;
    text-decoration: line-through;
    visibility: visible;
}

.catalog__items-price_old {
    visibility: hidden;
    margin-left: 12px;
}

.catalog__items-price {
    font-family: Inter-Bold, sans-serif;
    font-size: 20px;
}

.catalog__review_main {
    width: 464px;
    height: 15.6vw;
    max-height: 261px;
    background-color: #E23737;
    border-radius: 8px;
    padding: 20px;
    margin-right: 16px;
    position: relative;
}

.catalog__review_main-title {
    color: #FFFFFF;
    padding-bottom: 12px;
}

.catalog__review_main-text {
    color: #FFFFFF;
}

.link_btn__catalog {
    border: 1px solid #FFFFFF;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.sale_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 36px 0 45px 0;
    width: 100%;
}

.sale_list__items {
    position: relative;
    border-radius: 8px;
    margin: 0 18px 18px 0;
}

.sale-list__block-circs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(10, 0, 31, .2), rgba(53, 52, 51, 1));
    background-size: cover;
    border-radius: 8px;
    width: 100%;
}

.sale_list__items-images {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.sale_list__images {
    width: 462px;
    height: 320px;
}

.big-sale_list__images {
    max-height: 320px;
    height: 30vw;
}

.block-circs__title {
    font-family: Inter-Bold, sans-serif;
    font-size: 16px;
    margin-bottom: 12px;
    width: 100%;
    color: #FFFFFF;
}

.block-circs__text {
    color: #FFFFFF;
    margin: 8px 0 24px 0;
    width: 100%;
}

.block-circs__circs {
    color: #CFCCC9;
}

.sale-list__die {
    position: absolute;
    top: 0;
}

.sale_list__more {
    opacity: 0;
    transition: 2s;
    position: absolute;
    top: 15px;
    right: 20px;
}

.sale_list__items:hover .sale-list__die {
    background: #353433;
    color: #FFFFFF;
}

.sale_list__items:hover {
    filter: brightness(85%);
}

.sale_list__items:hover .sale_list__more {
    opacity: 1;
    transition: 2s;
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    color: #FFFFFF;
}

.sale_list__btn {
    font-family: Inter-SemiBold, sans-serif;
    border: none;
    color: #FFFFFF;
}

.form-block__open {
    padding-right: 24px;
}

.form-title {
    color: #FFFFFF;
    margin-bottom: 24px;
}

.form-block {
    width: 70%;
    float: right;
    height: 576px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-block__open-title {
    font-family: Inter-Regular, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    padding-bottom: 8px;
}

.form-block__open-items {
    padding-bottom: 24px;
}

.form-block__open-confidantial {
    margin-top: 12px;
}

.form-block__open-confidantial p, .form-block__open-confidantial a {
    color: #FFFFFF;
}

.form-block__open-confidantial a:hover {
    color: #E23737;
}

.new-list {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 60px 0;
    width: 100%;
}

.new-list__items {
    margin-right: 24px;
}

.faq-block {
    display: flex;
    justify-content: space-between;
}

.faq-block__list {
    width: 100%;
}

.faq-block__title {
    max-width: 460px;
    width: 100%;
    margin-right: 24px;
}

.faq-block__text {
    width: 389px;
    padding: 60px 0;
}

.faq-block__tab input, .faq-block__tab-content {
    display: none;
}

.faq-block__tab {
    border-top: 1px solid #EEEDEC; /* Параметры рамки */
    border-radius: 3px; /* Скругляем уголки */
    color: #353433; /* Цвет текста */
    margin-bottom: 4px; /* Расстояние между пунктами */
}

.faq-block__tab-title {
    font-family: Inter-Bold, sans-serif;
    font-size: 16px;
    padding: 12px 20px; /* Поля вокруг текста */
    display: flex; /* Блочный элемент */
    justify-content: space-between;
    align-items: baseline;
    text-transform: uppercase; /* Все буквы заглавные */
    cursor: pointer; /* Вид курсора */
}

.faq-block__tab-title::after {
    content: '+'; /* Выводим плюс */
    float: right; /* Размещаем по правому краю */
    color: #E23737;
    font-family: Inter-Medium, sans-serif;
    font-size: 24px;
}

.faq-block__tab-content {
    padding: 10px 20px; /* Поля вокруг текста */
    background-color: #fff;
}

.faq-block__tab :checked + .faq-block__tab-title::after {
    content: '−'; /* Выводим минус */
    color: #9B3131;
    font-family: Inter-Medium, sans-serif;
    font-size: 24px;
}

.faq-block__tab :checked ~ .faq-block__tab-content {
    display: block; /* Показываем содержимое */
}

.faq-block__tab:hover {
    background-color: #E23737;
    color: #FFFFFF;
}

.review_main__list {
    margin: 36px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sale-list__big-sale {
    width: 940px;
}

.sale-list__big-images {
    width: 100%;
}

.sale-list__bottom {
    margin-bottom: 24px;
}

.slick-responsive {
    margin: 60px 0;
}

.slick-responsive-items {
    height: 288px;
    padding: 20px;
    border: 1px solid #EEEDEC;
    border-radius: 8px;
    background: #FFFFFF;
    cursor: pointer;
    position: relative;
    margin-right: 24px;
    transition: 2s;
}

.slick-responsive-items.shadow:before {
    content: "";
    position: absolute;
    inset: -2px;
    transform: translate(5px, 5px);
    z-index: -1;
    background: conic-gradient(from 90deg at 40% -25%, #fef1e5, #E4872E0D, #EBA46017, #EBA46017);
    filter: blur(10px);
}

.profile-comment {
    display: flex;
}

.profile-comment__img {
    width: 56px;
    height: 56px;
}

.profile-comment__info {
    margin-left: 12px;
}

.profile-comment__rating {
    display: flex;
}

.rating-result {
    width: 265px;
    margin-left: 12px;
}

.rating-result span {
    padding: 0;
    font-size: 24px;
    margin: 0;
    line-height: 1;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}

.rating-result > span:before {
    content: '★';
}

.rating-result > span.active {
    color: gold;
    text-shadow: 1px 1px #c60;
}

.profile-comment__city {
    color: #AAA6A1;
    margin-top: 8px;
}

.comment-text {
    margin-top: 24px;
    z-index: 10;
    position: relative;
    line-height: 24px;
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comment-text__original-items {
    color: #CFCCC9;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
}

.comment-text__original {
    height: 100px;
    padding: 20px;
    opacity: 0;
}

.slick-responsive-items:hover .comment-text__original {
    opacity: 1;
    z-index: 11;
    background-color: #FFFFFF;
    max-width: 100%;
    width: 575px;
    position: absolute;
    bottom: 0;
    transition: 2s;
}

.contact-block {
    background: #EEEDEC;
    border-radius: 8px;
    border: 1px solid #F5E1D0;
    padding: 48px;
    position: relative;
}

.contact-block.shadow:before {
    content: "";
    position: absolute;
    inset: -5px;
    transform: translate(5px, 5px);
    z-index: -1;
    background: conic-gradient(from 90deg at 40% -25%, #fef1e5, #E4872E0D, #EBA46017, #EBA46017);
    filter: blur(10px);
}

.contact-block__item {
    width: 100%;
    min-height: 48px;
    border-radius: 8px;
    border: 1px solid #F5E1D0;
    padding: 12px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.contact-block__item-right {
    margin-right: 8px;
}
.whatsapp_telegram-block {
    display: flex;
    align-items: center;

}
.whatsapp_mob-block {
    margin-right: 48px;
}
.what_images {
    margin-right: 12px;
}
.contact-block__item-phone {
    font-family: Inter-SemiBold, sans-serif;
}

.contact-block__img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-bottom: -6px;
}

.contact-block__button {
    display: flex;
    justify-content: space-between;
}

.contact-block__map {
    margin-top: 12px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.contact-block__map:hover {
    margin-top: 12px;
    -webkit-filter: grayscale(1%); /* Safari 6.0 - 9.0 */
    filter: grayscale(1%);
}

.big_wrapper-footer {
    background: #F8F8F7;
}

.footer {
    padding: 48px 0;
    display: flex;
    justify-content: space-between;
}
.footer-block__info {
    text-align: center;
}
.mob_footer-block__info {
    display: none;
}

.footer-block__first {
    display: flex;
    flex-direction: column;
}

.footer-block___logo {
    margin-bottom: 32px;
}

.footer-block__policy-text,
.footer-block__cop-text {
    color: #AAA6A1;
}

.footer-block__policy-text:hover {
    color: #E23737;
}

.footer-block__policy {
    margin-bottom: 10px;
}

.footer-block__list {
    margin-top: 36px;
    text-align: center;
}

.footer-block__items {
    padding-bottom: 24px;
}

.footer-block__items:hover a {
    color: #E23737;
}

.btn_footer {
    background-color: rgba(28, 28, 28, 0);
    color: #E23737;
    border: 1px solid #E23737;
}

.footer-block__fourth {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-block__third {
    display: flex;
}

.footer-block__second {
    margin-right: 120px;
	text-align: center;
}

.footer-block__phone {
    padding: 20px 0;
}

.footer-block__phone:hover {
    color: #E23737;
}

/* Модальный (фон) */
.modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed; /* Оставаться на месте */
    z-index: 10000; /* Сидеть на вершине */
    left: 0;
    top: 0;
    width: 100%; /* Полная ширина */
    height: 100%; /* Полная высота */
    overflow: auto; /* Включите прокрутку, если это необходимо */
    background-color: rgb(0, 0, 0); /* Цвет запасной вариант */
    background-color: rgba(53, 52, 51, 0.45); /* Черный с непрозрачностью */
}

/* Кнопка закрытия */
.close_modal_window {
    color: #353433;
    float: right;
    font-size: 20px;
    background-color: #EEEDEC;
    border: 1px solid #AAA6A1;
    border-radius: 50px;
    position: relative;
    top: -20px;
    width: 48px;
    height: 48px;
}

.close_modal_window:hover,
.close_modal_window:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Модальное содержание */
.modal-content {
    position: relative;
    background: #fefefe;
    margin: auto;
    padding: 0;
    top: 15%;
    width: 70rem;
    border: 1px solid rgba(170, 166, 161, 1);
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Добавить анимация */
@keyframes animatetop {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.modal_popup_call {
    background: #FFFFFF;
    border: 1px solid rgba(170, 166, 161, 1);
    border-radius: 8px;
    margin: 0 auto;
    padding: 2.4rem;
    /*width: 488px;*/
    /*margin-top: 4.8rem;*/
    /*margin-bottom: 4.8rem;*/
}

.form__item--input {
    background: #FFFFFF;
    border: 1px solid rgba(170, 166, 161, 1);
    border-radius: 8px;
    width: 100%;
    height: 4.8rem;
    padding: 1.2rem;
}

.modal_popup__items {
    margin: 1.6rem 0;
}

.modal_popup__items-title {
    margin-bottom: 0.8rem;
}

.modal_input__btn {
    width: 100%;
    height: 4.8rem;
    color: #FFFFFF;
    background: #E23737;
    border: none;
    border-radius: 8px;
}

.modal_input__btn:hover {
    background: #e54d4d;
}

.form-confidantial {
    text-align: center;
    margin-top: 1rem;
}

.form-confidantial__politika {
    color: #AAA6A1;
}

.form-confidantial__politika:hover {
    color: #E23737;
}

.catalog-title__block-shadow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-title__block-item {
    display: flex;
    align-items: baseline;
}

.catalog-title__postscript {
    margin-left: 12px;
    font-size: 16px;
}
.catalog-title {
    margin-bottom: 48px;
}

.big-wrap-catalog {
    background: #353433;
    margin: 48px 0 60px 0;
}

.catalog-filter {
    display: flex;
    padding: 60px 0;
    justify-content: space-between;
}

.catalog-filter__items-brands {
    color: white;
}

.smartfilter {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    box-shadow: 0 2px 16px #1314161f;
}

.filter__block-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter__block-list-right {
    display: flex;
    justify-content: space-between;
    width: 55%;
}
input[type="checkbox"]:disabled,
input[type="text"]:disabled,
select:disabled,
select[readonly],
textarea:disabled
{
    background: #00000014;
}
.disabled_filer {
    color: #00000014;
}


select[readonly] {
    pointer-events: none;
}


/* = стилизуем текст */
.label_filter {
    font-family: Inter-Medium, sans-serif;
    font-size: 16px;
    cursor: pointer;
    color: #AAA6A1;
    display: inline-flex;
    align-items: center;
}

.label_filter_disabled{
    cursor: default;
    color: #dddddd;
    pointer-events: none;
}
.label_filter_disabled * {
    pointer-events: none;
}

/* = скрываем input */
.filter__block-items input {
    display: none;
}

/* = стилизуем кнопку, которая работает вместе с input */
.stlchek {
    display: inline-block;
    border: 1px solid #CFCCC9;
    border-radius: 6px;
    background: #F8F8F7;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    margin-right: 4px;
    flex: auto 0 0;
}

/* = делаем скрытый квадратик в нашем div */
.stlchek:before {
    content: '';
    border: 7px solid #353433;
    border-radius: 6px;
    width: 10px;
    height: 10px;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
}

/* = включаем квадратик если input активен */
input:checked + .stlchek:before {
    opacity: 1;
}

.filter__block-items {
    margin-right: 20px;
    max-width: 300px;
    word-wrap: break-word;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-style: none !important;
}

.select2 {
    width: 100% !important;
    margin-right: 5px !important;
}

.select2-container .select2-selection--single {
    height: 48px !important;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection--single {
    display: flex !important;
    align-items: center;
}

.js-select__brand {
    margin-right: 12px;
}

.filter__block-brand {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.filter__block-engine {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.block-engine__select, .block-engine__select-right {
    width: 212px;
    height: 48px;
    color: #AAA6A1;
    border: 1px solid #AAA6A1;
    border-radius: 8px;
    margin: 0;
    font-family: Inter-Medium, sans-serif;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 30px;
}

.block-engine__select-right {
    margin-right: 4px;
}
.filter__block-engine_right {
    display: flex;
}

.block-engine__select-volumeFrom, .block-engine__select-volumeTo {
    /*width: 212px;*/
    width: 100%;
    height: 48px;
    color: #AAA6A1;
    border: 1px solid #AAA6A1;
    border-radius: 8px;
    margin: 0 4px 12px 0;
    padding-left: 12px;
}

.block-engine__select-volumeFrom::placeholder {
    color: #AAA6A1;
}

.block-engine__select-volumeTo::placeholder {
    margin-right: 0;
    color: #AAA6A1;
}

.irs--round .irs-single,
.irs--round .irs-handle,
.irs--round .irs-bar {
    background-color: #353433 !important;
    border: 0px solid #353433 !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-to:before {
    border-top-color: #AAA6A1 !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: #AAA6A1 !important;
}

.irs--big .irs-bar {
    background: #353433 !important;
}

.irs--big .irs-handle {
    width: 16px !important;
    height: 16px !important;
    background: #353433 !important;
    border: 1px solid #353433 !important;
    box-shadow: none !important;
}
.irs--big .irs-line {
    height: 4px!important;
}
.irs--big .irs-bar {
    height: 4px!important;
    border: 1px solid #353433!important;
}
.irs--round .irs-handle {
    width: 16px !important;
    height: 16px !important;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    background: #AAA6A1 !important;
}
.irs--big .irs-from {
    margin-left: 8%!important;
}
.irs--big .irs-to {
    margin-left: -10%!important;
}
.irs--round .irs-from {
    margin-left: 3%!important;
}
.irs--round .irs-to {
    margin-left: -3%!important;
}

.irs--big .irs-grid-text {
    color: #353433 !important;
}

.filter__block-price_engine {
    display: flex;
    margin-top: 10px;
}

.filter__block--inner {
    width: 100%;
}

.filter__block--inner-price {
    margin-top: 24px;
}

/*.js-input-from_year, .js-input-to_year {
    width: 70px;
    margin-right: 12px;
}*/

.filter__block-engine_left {
    display: flex;
}

.block-engine_box {
    width: 100%;
}
.block__add-conditions {
    display: flex;
    flex-wrap: wrap;
}

.filter__block-engine-box {
    margin-left: 15px;
    width: 100%
}

.filter__block-search {
    color: #1FB286;
    border: none;
    background: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-family: Inter-Medium, sans-serif;
    padding-top: 48px;
}

.filter_block-icon {
    margin-left: 12px;
}

.filter__block_add {
    margin-top: 48px;
}

.block_add-icon {
    float: left;
    margin-right: 12px;
}

.filter__block-title_add {
    margin: 48px 0 20px 0;
    color: #353433;
}

.filter__block-power {
    display: flex;
}

.filter__block-rule {
    display: flex;
    border: 1px solid #AAA6A1;
    padding: 0 0 0 4px;
    border-radius: 8px;
    margin-right: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.block-rule {
    background: #FFFFFF;
    color: #353433;
    padding: 8px 5px;
    width: 120px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #AAA6A1;
    border-radius: 8px;
}

.block-rule.active {
    background: #353433;
    color: #FFFFFF;
}

.block-rule-cirk {
    background: #FFFFFF;
    color: #353433;
    text-align: center;
    cursor: pointer;
    border: 1px solid #AAA6A1;
    border-radius: 8px;
}
.catalog_sorting_distance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.catalog-distance__items {
    background: #FFFFFF;
    color: #353433;
    text-align: center;
    cursor: pointer;
    border: 1px solid #AAA6A1;
    border-radius: 8px;
    padding: 8px 2px;
    margin-right: 5px;
    flex: 0 0 auto;
}
.catalog-distance__items.active {
    background: #353433;
    color: #FFFFFF;
}
.section-form__element {
    margin-bottom: 0;
}
.filter__block-rule_mob {
    width: auto;
    padding: 8px 10px;
    margin: 4px 4px 4px 0;
    white-space: nowrap;
}

.block-rule-cirk.active {
    background: #353433;
    color: #FFFFFF;
}

.block-rule-owner {
    background: #FFFFFF;
    color: #353433;
    padding: 8px 15px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #AAA6A1;
    border-radius: 8px;
}

.block-rule-owner.active {
    background: #353433;
    color: #FFFFFF;
}

.block-rule-green {
    background: #EEF9F6;
    color: #2D7F66;
    padding: 4px 8px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #AAA6A1;
    border-radius: 8px;
}

.block-rule-green.active {
    background: #353433;
    color: #FFFFFF;
}

.block-rule-right {
    margin-right: 4px;
}

.filter__block-luggage .select2 {
    width: 450px !important;
}

.filter__block-power {
    display: flex;
    justify-content: space-between;
}

.block-engine__car_luggage {
    width: 29rem;
}

.filter__block-mileage {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.filter__block-possession .select2 {
    width: 193px !important;
}

.filter__block-clearance-volumeFrom,
.filter__block-clearance-volumeTo {
    width: 100%;
    height: 48px;
    color: #AAA6A1;
    border: 1px solid #AAA6A1;
    border-radius: 8px;
    margin: 0 4px 12px 0;
    padding-left: 12px;
}

.filter-reset {
    background: none;
    border: none;
    margin-left: 12px;
    display: flex;
    align-items: center;
}
.filter-reset__mob-btn_form {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.filter-reset__icon {
    float: left;
    margin-right: 12px;
}

.filter__block-history_owner {
    display: flex;
    justify-content: space-between;
}

.history_guarantee-items {
    margin-bottom: 12px;
}

.filter__block-safety-system {
    display: flex;
    justify-content: space-between;
}

.filter__block-glonass,
.filter__block-exterior-items {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.filter__block-headlights {

}

.filter__block-headlights,
.filter__block-other_suspension,
.filter__block-anti-central {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter__block-other_multimedia-items {
    display: flex;
    justify-content: space-between;
}

.filter__block-anti-central {
    margin-bottom: 20px;
}

.ajax_load_btn {
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    padding-top: 48px;
}
.more_text_ajax {
    color: #AAA6A1;
}
.svg-inline-arrow svg {
    stroke: #AAA6A1!important;
}
.svg-inline-arrow {
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
}
.ajax_load_btn:hover .svg-inline-arrow {
    fill: #E23737;
}
.ajax_load_btn:hover .svg-inline-arrow {
    -webkit-animation: spinner .5s ease-out 1;
    animation: spinner .5s ease 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ajax_load_btn:hover .more_text_ajax {
    color: #E23737;
}
@keyframes spinner {
    0% {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.block-engine_suspension {
    width: 288px;
}

.catalog_sorting {
    margin-top: 12px;
}

.catalog-distance {
    scrollbar-color: #FCF7F3 #F8F8F7;
    scrollbar-width: thin;
    width: 100%;
}

.catalog_sorting_box {
    width: 220px;
}

.big-sale-car {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 36px 0 60px 0;
}

.big-sale-car__condition {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #353433;
    padding: 4.8rem 2.4rem;
    width: 45%;
    border-radius: 8px 0 0 8px;
}

.car__condition-items {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.big-sale-car__picture {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
}
.big-sale-car__catalog {
    position: relative;
    border-radius: 0 8px 8px 0;
}

.car__condition-text {
    color: #F5E1D0;
    padding-bottom: 1.2rem;
}

.car__condition-text-price {
    color: #FFFFFF;
    padding-bottom: 1.2rem;
}

.car__condition-btn {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.car__condition-img {
    margin-left: 0;
}

.car__picture-text {
    color: #FFFFFF;
    line-height: 1.3;
    padding: 48px;
    position: absolute;
}

.car__picture-text_title {
    text-transform: uppercase;
    top: 0;
}
.car__picture-price-text {
    top: 50px;
}
.catalog__review-black {
    background: #353433;
}

.catalog__review-black_btn {
    background-color: rgba(28, 28, 28, 0)
}

.add-sale {
    display: flex;
    justify-content: space-between;
}

.items-catalog__title {
    padding-bottom: 24px;
}

.items-catalog__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.items-catalog__block-price {
    /* background: #FFFFFF; */
    /* border: 1px solid #EEEDEC; */
    /* border-radius: 8px; */
    /* padding: 20px; */
    width: 556px;
    height: 100%;
    margin-right: 24px;
}
.items-catalog__block-price-top,
.items-catalog__block-price-bottom {
    background: #FFFFFF;
    border: 1px solid #EEEDEC;
    border-radius: 8px;
    padding: 20px;
    /* margin-right: 24px; */
}
.items-catalog__block-price-bottom {
    margin-top: 12px;
}
.items-catalog__block-price-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 12px;
    margin-top: 12px;
    margin-bottom: 14px;
}
.items-catalog__block-price-list p{
    font-family: Inter-Medium, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #353433;
    position: relative;
    padding-left: 28px;
    display: flex;
    align-items: center;
}
.items-catalog__block-price-list p::before{
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url('/local/templates/new/img/icon/check-grey-catalog.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.items-catalog__block-price-list-more {
    color: #2D7F66;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Medium, sans-serif;
    cursor: pointer;
}

.items-catalog__block-feature {
    width: 70%;
    max-width: 942px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.items-catalog__slider {
    max-width: 100%;
    border-radius: 8px;
}
.sl_slide {
    border-radius: 8px;
}

.sl-detail-img {
    padding-right: 14px;
}
.slide-bgr {
    background-color: #353433;
    display: flex;
    border-radius: 8px;
    /*min-height: 27.6vw;*/
    max-height: 530px;
    height: 33vw;
    align-items: center;
}
.slick-slide img {
    display: block;
    border-radius: 8px;
}

.sl_img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    background: #ccc;
}

.sl_slide img {
    width: 220px;
    height: 128px;
    margin-top: 24px;
    cursor: pointer;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
    background: #ccc;
}

.block-price_items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.items__message-btn {
    margin-right: 8px;
    width: 100%;
}

.catalog-items__message {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.items-catalog__location {
    font-size: 16px;
}

.block-info__text-price {
    background: #FCF7F3;
    border-radius: 8px;
    display: flex;
    padding: 16px;
    margin-top: 24px;
}

.text-price__detal, .text-price__link {
    font-size: 12px;
    color: #DBB08A;
    line-height: 1.6;
}

.text-price__detal {
    margin-left: 16px;
}

.text-price__link:hover {
    color: #E23737;
}

.text-price__link {
    white-space: pre;
}

.block-info__mess {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-info__sale {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-info__sale {
    margin-bottom: 16px;
}
.block-info__sale-text {
    margin-right: 24px;
}

.items-catalog__block-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.items-catalog__block-sale {
    position: relative;
    margin: 0;
}

.catalog-items__type {
    cursor: pointer;
    width: 100%;
    height: 80px;
    background-image: url("/img/icon/Checkbox.svg");
    background-repeat: no-repeat;
    background-color: rgba(28, 28, 28, 0);
    text-align: start;
    background-position: right;
    border: none;
    padding-left: 12px;
}

.catalog-items__type.active {
    background-image: url("/img/icon/Rectangle.svg");
    background-repeat: no-repeat;
    border-top: 1px solid #EEEDEC;
    border-bottom: 1px solid #EEEDEC;
    background-color: #F8F8F7;
}

.catalog-items__location {
    display: flex;
    align-items: flex-start;
    margin: 12px;
}
.catalog-items__location p:first-child{
    margin-right: 10px;
}

.icon_site__location {
    margin-right: 12px;
}

.catalog-items__add {
    padding-top: 0;
}

.fancybox-infobar span {
    color: #ccc;
}

.desc-list__text {
    color: #AAA6A1;
    font-family: Inter-Regular, sans-serif;
    font-size: 12px;
    width: 104px;
    flex-shrink: 0;
}

.items-catalog__description {
    background: #FFFFFF;
    border: 1px solid #EEEDEC;
    border-radius: 8px;
    padding: 20px;
    margin: 48px 0;
}

.items-catalog__description-item ul {
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-rule: 1px solid #EEEDEC;
    column-gap: 50px;
}

.items-catalog__description-item {
    margin-top: 24px;
    margin-bottom: 24px;
}

.desc-list__text-list {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.desc-list__text-icon {
    margin-right: 24px;
}

.description-item__subtitle {
    margin: 16px 0;
}
.catalog-items__characteristic {
    margin-top: 24px;
}
.btn_form__characteristic {
    background-color: rgba(28,28,28,0);
    color: #E23737;
    border: 1px solid #E23737;
    width: 100%;
    display: block;
    margin: 24px 0;
}
.big_catalog {
    background: #FCFAF7;
}
@media (min-width: 990px) {
    .fixed_items {
        position: sticky;
        z-index: 999;
        top: 0;
    }
}
.fixed-search {
    cursor: pointer;
}
.modal-popup {
    display: none; /* Скрыто по умолчанию */
    position: fixed; /* Оставаться на месте */
    z-index: 10000; /* Сидеть на вершине */
    left: 0;
    top: 0;
    width: 100%; /* Полная ширина */
    height: 100%; /* Полная высота */
    overflow: auto; /* Включите прокрутку, если это необходимо */
    background-color: rgb(0, 0, 0); /* Цвет запасной вариант */
    background-color: rgba(53, 52, 51, 0.45); /* Черный с непрозрачностью */
}
.mob-search_popup {
    top: 5%;
}
.company-block {
    display: flex;
    margin: 48px 0 60px 0;
}
.company-block__prev {
    width: 50%;
    margin-right: 24px;
}
.company-block__prev-text {
    margin-bottom: 60px;
    line-height: 1.5;
}
.company-block__prev-img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}
.company-block__descript {
    line-height: 1.5;
}
.company-block__descr-bold {
    font-weight: bold;
    margin-bottom: 16px;
}
.company-block__pay-item {
    display: flex;
    align-items: center;
    margin-right: 24px;
    font-weight: bold;
}
.company-block__pay {
    display: flex;
    margin: 8px 0 16px 0;
}
.pay-item__img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.company-block__descr-text {
    margin-bottom: 48px;
}
.company-block__marker {
    list-style: none;
    background: url("/local/templates/new/img/icon/point.svg") no-repeat 0 50%;
    padding-left: 35px;
    margin-bottom: 12px;
}
.contact-page {
    display: flex;
    margin-top: 48px;
}
.contact-page__text {
    width: 27%;
    margin-right: 96px;
    line-height: 1.5;
}
.contact-page__phone-item_mail {
    margin-right: 8px;
    font-weight: bold;
}
.contact-page__phone-text {
    color: #AAA6A1;
    margin-bottom: 12px;
}
.contact-page__phone-item {
    margin-bottom: 48px;
}
.desk_adress-contact-block {
    display: flex;
    align-items: center;
    margin: 12px 0 20px 0;
}
.contact-page__adress {
    font-weight: bold;
}
.map-text__mode {
    display: flex;
    margin-top: 12px;
}
.map-mode {
    margin-right: 24px;
    display: flex;
}
.map-mode_bold {
    margin-right: 12px;
    font-weight: bold;
}
.contact-page__phone-mob {
    display: none;
}
.contact-page_desk {
    display: flex;
    align-items: center;
}
.items-sale__block {
    display: flex;
    margin: 24px 0 120px 0;
}
.items-sale__conditions {
    width: 35%;
    margin-right: 24px;
}
.items-sale__block-img {
    width: 65%;
    max-height: 530px;
    /*height: 33vw;*/
}
.items-sale_img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}
.sale__conditions-btn {
    margin-top: 0;
}
.items-sale__title {
    margin-bottom: 24px;
}
.items-sale__term {
    color: #1FB286;
    margin: 12px 0 24px 0;
}
.items-sale__text {
    line-height: 1.5;
    margin-bottom: 24px;
}
.trade-in__text {
    margin-bottom: 24px;
}
.trade-in__block-form {
    background: #FCF7F3;
    border: 1px solid #EEEDEC;
    border-radius: 12px;
    position: relative;
    padding: 20px;
}
.trade-in__block-form.shadow:before {
    content: "";
    position: absolute;
    inset: -5px;
    transform: translate(1px, 3px);
    z-index: -1;
    background: conic-gradient(from 90deg at 40% -25%, #fef1e5, #E4872E0D, #EBA46017, #EBA46017);
    filter: blur(10px);
}
.trade-in__form-block {
    margin-top: 60px;
}
.trade-in__form-list {
    display: flex;
    gap: 8px;
    margin: 24px 0 16px;
}
.trade-in__form-list_block {
    width: 100%;
    max-width: 440px;
}
.trade-in__form-item_input,
.form__trade-in--input
{
    width: 100%;
    height: 48px;
    padding: 12px;
    margin-top: 8px;
    border: 1px solid #EEEDEC;
    border-radius: 12px;
}
.form__trade-in--input {
    margin-bottom: 12px;
}
.trade-in__form-item_title {
    color: #AAA6A1;
    font-size: 12px;
}
.trade-in__form-item_textarea {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #EEEDEC;
    border-radius: 12px;
}
.form-trade-in__title {
    margin-top: 60px;
}
.add_form-item_title {
    margin: 24px 0 12px 0;
}
.trade-in__form-list_item {
    width: 100%;
}
.credit__text-title {
    font-size: 20px;
    margin-bottom: 12px;
}
.credit__text {
    margin-bottom: 12px;
}
.credit-page {
    display: flex;
    align-items: center;
    margin: 24px 0 12px 0;
}
.credit-page_img {
    margin-right: 12px;
}
.warring_credit{
    display: flex;
    align-items: center;
}
.warring_credit-block {
    display: flex;
    justify-content: space-between;
}
.warring_credit-images {
    margin-left: 12px;
}
.credit-page__block-form {
    max-height: 880px;
}
.item-new-page {
    max-width: 1119px;
}
.item-new_page {
    margin: 48px 0 85px 0;
}
.item-content_preview {
    width: 50%;
    display: flex;
    align-items: center;
    margin-right: 24px;
}
.content_preview-date {
    color: #AAA6A1;
    margin-right: 4px;
    margin-left: 4px;
}
.item-new_page-content {
    display: flex;
    align-items: flex-start;
}
.big-item-new_page-content {
    margin: 24px 0 48px 0;
    border-radius: 8px;
    max-height: 440px;
    height: 440px;
}
.big-item-content_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.item-content_img {
    width: 100%;
    margin-right: 24px;
    border-radius: 8px;
}
.small-item-content_img {
    width: 100%;
    height: 100%;
    max-height: 532px;
    object-fit: cover;
    border-radius: 8px;
}
.items_new__product {
    margin-bottom: 60px;
}
.rapair-block {
    display: flex;
    justify-content: space-between;
    margin: 48px 0;
}
.rapair-block__text {
    width: 27%;
    margin-right: 24px;
}
.rapair-block__subtitle {
    margin-bottom: 16px;
}
.repair {
    display: flex;
    margin-bottom: 60px;
}
.rapair-block__list {
    margin-bottom: 60px;
}
.input__file {
    opacity: 0;
    visibility: hidden;
}
.input__file-button {
    display: flex;
}
.input__file-icon{
    margin-right: 24px;
}
.input-file__preview {
    display: none;
}
.form__content--icon {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}
.input__file-button {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0rem;
    border: none;
    border-radius: 0rem;
    cursor: pointer;
}
.policy-block {
    margin: 48px 0 60px 0;
}
.footer-copi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 48px;
}
.copi {
    width: 240px;
}
.footer_logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-block__info {
    font-size: 14px;
}
.logo-devop {
    display: flex;
    align-items: center;
}
.tradein-block__descr-bold {
    font-weight: bold;
    margin-left: 14px;
}
.mob-catalog-vse_filter,
.mob-catalog-vse
{
    display: none;
}
/*Поиск на главной*/
.search-main {
    display: none;
}

img[src="/img/no-photo.png"] {
    object-fit: contain!important;
    object-position: center!important;

}

/*Новые стили ЛК*/
.wrap {
    width: 100%;
}

.container {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 240px;
}

/*Начало стилей Формы входа в лк*/
.form-auth {
    display: flex;
    background-color: #EEEDEC;
    min-height: 100vh;
    justify-content: center;
}
/*
.form-auth__bgr {
    width: 100%;
}

.form-auth__bgr-fon {
    background-image: url(../img/lk/auth-bgr.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-height: 100vh;
}
*/
.form-auth__form-title {
    text-align: center;
    font-size: 28px;
}

.form-auth__form-form {
    position: relative;
    padding: 24px;
    width: 488px;
    border-radius: 8px;
    border: 1px solid #F5E1D0;
    background-color: #fff;
    box-shadow: 7px 7px 10px #FDBF8317;
}

.form-auth__app {
    width: 900px;
    margin: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.form-auth__form-list {
    margin-top: 24px;
}

.form-auth__input-title {
    color: #AAA6A1;
    font-size: 14px;
    margin-bottom: 8px;
}

.form-auth__item-input {
    border-radius: 8px;
    border: 1px solid #EEEDEC;
    height: 48px;
    width: 100%;
    padding: 12px;
}

.form-auth__btn {
    width: 100%;
    height: 48px;
    margin: 24px 0 8px 0;
}

.form-auth__form-policy,
.form-auth__text {
    color: #AAA6A1;
}

.form-auth__form-policy {
    font-size: 12px;
}
.form-auth__cont-sms {
    margin-top: 24px;
}
/*Конец стилей Формы входа в лк*/

/*Начало стилей лк*/
.profile {
    background-color: #FCF7F3;
}

.profile-id {
    padding: 24px 0;
    display: flex;
    align-items: center;
}
.profile-id__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.profile-id__photo {
    margin-right: 12px;
    width: 108px;
    height: 108px;
}

.profile-id__photo img {
    width: 108px;
    height: 108px;
}

.profile-id__setting {
    background: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #EEEDEC;
    margin-left: 24px;
}
.profile-id__date {
    color: #AAA6A1;
}
.profile-id__city {
    display: flex;
    align-items: center;
}

.user-form {
    padding: 24px 0;
}

.user-form__title {
    font-weight: bold;
}

.user-form__editor {
    margin-top: 24px;
}

.user-form__input-title {
    color: #AAA6A1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.user-form__item-input,
.user-form__textarea {
    border-radius: 8px;
    border: 1px solid #AAA6A1;
    height: 34px;
    width: 100%;
    padding: 16px;
}

.user-form__textarea {
    height: 80px;
}

.user-form__cont {
    margin-bottom: 24px;
}

.user-form__btn {
    background-color: rgba(28, 28, 28, 0);
    color: #E23737;
    border: 1px solid #E23737;
}

.user-form__btn:hover {
    background: #e54d4d;
    color: #fff;
}

.user-link__ads,
.user-link__car {
    display: flex;
    align-items: center;
}

.user-link__car {
    justify-content: space-between;
}

.user-link__ads-text {
    font-weight: 800;
}

.user-link__car {
    padding: 15px 0;
}

.user-link__car:hover p,
.user-link__car__selected p{
    color: #e54d4d;
}

.user-link__car:hover .user-link__img,
.user-link__car:not(:hover) .user-link__img_selected {
    display: none;
}



.user-link {
    padding: 24px 0;
    display: flex;
}
.user-link__account {
    width: 245px;
    margin-right: 35px;
}
.user-link__about-me {
    /* width: calc(100% - 280px); */
    width: 100%;
    border-radius: 8px;
    border: 1px solid #EEEDEC;
    padding: 16px 24px;
}
.user-link__text {
    margin: 24px 0 36px 0;
}

.user-link__actions {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.user-link__exit img {
    width: 23px;
    height: 23px;
    margin-left: 10px;
}

.user-link__exit:hover img {
    filter: brightness(5);
}

.user-link__exit {
    display: flex;
    align-items: center;
    color: #E23737;
    font-weight: 600;
}
.user-link__btn {
    display: flex;
    align-items: center;
}
/*Конец стилей лк*/



/*Начало стилей Мои объявления пустые 2.0 лк*/
.my-content {
    padding: 0 0 24px 0;
    width: calc(100% - 280px);
}

.my-content__top {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}
.ads__empty {
    padding: 128px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ads__empty-text {
    color: #AAA6A1;
}

.ads__empty-icon {
    width: 48px;
    height: 48px;
}
.ads-page__tabs-wrapper {
    margin: 48px 0;

}
.report-page__tabs-wrapper{
    margin: 48px 0;
    display: flex;
    gap: 10px;

}
.ads-page__tabs {
    display: flex;
}
.ads-page__tab {
    cursor: pointer;
    width: 312px;
    display: flex;
    height: 40px;
    margin-right: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEEDEC;
    border-radius: 8px;
    text-align: center;
}
.ads-page__tab:hover,
.ads-page__tabs-wrapper .active
{
    background: #353433;
    color: #fff;
}
.ads-page__tabs-content {
    margin-top: 45px;
}
/*Конец стилей Мои объявления пустые 2.0 лк*/


/*Начало стилей Разместить объявление*/
.option {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.OfferAccordion {
    margin-bottom: 120px;
}
.option-car__list,
.option-car__list-brands {
    max-width: 100%;
}
.option-car__list {
    background-color: #F8F8F7;
    padding: 10px;
    border-radius: 8px;
}
.option__checked {
    width: calc(100% / 3);
    margin-right: 24px;
}
.button_checked {
    background-color: #FCF7F3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: none;
    width: 100%;
    height: 90px;
}
.button_checked.active,
.button_checked:hover {
    background-color: #F5E1D0;
    color: #DBB08A;
}
.button__text {
    font-weight: bold;
}
.accordion_main {
    display: flex;
}
.OfferAccordion_sections-vin {
    width: 276px;
    margin-right: 90px;
}
.OfferAccordion_sections-marka {
    width: calc(100% - 376px);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid rgba(170, 166, 161, 1);
}
.option_year__button_checked,
.option_breed__button_checked,
.option_drive__button_checked
{
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid rgba(170, 166, 161, 1);
    padding: 10px;
    margin-right: 12px;
    max-width: 150px;
}
.option_year__button_checked.active,
.option_year__button_checked:hover {
    background-color: #EEEDEC;
}
.OfferAccordion_page-block {
    display: flex;
    justify-content: space-between;
}

.OfferAccordion_page-block__list {
    width: 100%;
}

.OfferAccordion_page-block__title {
    max-width: 460px;
    width: 100%;
    margin-right: 24px;
}

.OfferAccordion_page-block__text {
    width: 389px;
    padding: 60px 0;
}

.OfferAccordion_page-block__tab input, .OfferAccordion_page-block__tab-content {
    display: none;
}

.OfferAccordion_page-block__tab {
    border-top: 1px solid #EEEDEC; /* Параметры рамки */
    border-radius: 3px; /* Скругляем уголки */
    color: #353433; /* Цвет текста */
}

.OfferAccordion_page-block__tab-title {
    font-family: Inter-Bold, sans-serif;
    font-size: 16px;
    padding: 12px 20px; /* Поля вокруг текста */
    display: flex; /* Блочный элемент */
    justify-content: space-between;
    align-items: baseline;
    text-transform: uppercase; /* Все буквы заглавные */
    cursor: pointer; /* Вид курсора */
}

.OfferAccordion_page-block__tab-title::after {
    content: '+'; /* Выводим плюс */
    float: right; /* Размещаем по правому краю */
    color: #E23737;
    font-family: Inter-Medium, sans-serif;
    font-size: 24px;
}

.OfferAccordion_page-block__tab-content {
    padding: 10px 0;
    background-color: #fff;
}

.OfferAccordion_page-block__tab :checked + .OfferAccordion_page-block__tab-title::after  {
    content: '−'; /* Выводим минус */
    color: #9B3131;
    font-family: Inter-Medium, sans-serif;
    font-size: 24px;
}

.OfferAccordion_page-block__tab :checked ~ .OfferAccordion_page-block__tab-content {
    display: flex; /* Показываем содержимое */
    /*flex-wrap: wrap;*/
}

.OfferAccordion_page-block__tab:hover {
    background-color: #E23737;
    color: #FFFFFF;
    transition: 0.7s ease-in-out;
}
.option_breed__button_checked {
    max-width: 300px;
}
.option_breed__button_checked.active,
.option_breed__button_checked:hover {
    background-color: #EEEDEC;
}
.option_motor__button_checked.active,
.option_motor__button_checked:hover {
    background-color: #EEEDEC;
}
.option_drive__button_checked {
    max-width: 450px;
}
.option_drive__button_checked.active,
.option_drive__button_checked:hover {
    background-color: #EEEDEC;
}
.color__items-img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 50px;
}
.black {
    background: black;
}
.white {
    background: white;
    border: 1px solid #000;
}
.red {
    background: red;
}
.green {
    background: green;
}
.yellow {
    background: rgb(253, 233, 15);
}
.blue {
    background: blue;
}
.blue2 {
    background: rgb(54, 161, 255);
}
.grey {
    background: grey;
}
.orange {
    background: orange;
}
.violet {
    background: violet;
}


.color__items-text {
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.OfferAccordion_page-block__color {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.my-content__body .OfferAccordion_page-block__color{
    grid-template-columns: repeat(4, 1fr);
}
.color__items {
    padding: 4px 8px;
    border-radius: 8px;
    background-color: #F8F8F7;
    display: flex;
    align-items: center;
    border: none;
}
.color__elem {
    margin: 0 12px 12px 0;
}

.color__items-img {
    height: 20px;
    width: 20px;
    display: inline-block;
    flex: 0 0 auto;
}
.svg_color {
    margin-left: 8px;
    display: none;
}

svg .svg_color {
    fill: inherit;
    stroke: green;
    stroke-width: inherit;
    display: inline-block;
}

input:checked + .svg_color {
    display: inline-block;
}

.marka-title {
    color: #353433;
}

.info-form-lk {
    margin-bottom: 24px;
}
.marka-title__brands
{
    margin-top: 24px;
}
/*.OfferAccordion__info {*/
/*    margin-bottom: 40px;*/
/*}*/
/*.color__items.active,*/
/*.color__items:hover {*/
/*    border: 1px solid #E23737;*/
/*}*/
.OfferAccordion_page-block__tab-year__guarantee {
    display: flex;
    margin-top: 24px;
}
.guarantee-text {
    color: #AAA6A1;
    font-size: 14px;
    margin: 8px 0 24px 0;
}
/*Загрузка файлов пользователем*/
.drop-zone {
    border: 2px solid #EEEDEC;
    border-radius: 8px;
    background: #FCF7F3;
    padding: 70px 20px;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}
.gallery {
    text-align: center;
}
.images {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}
.image {
    position: relative;
    /*width: 33%;*/
    height: auto;
    padding: 30% 0;
}
.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    position: absolute;
    top:0;
    left: 0;
}
.close {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    background: #fff;
    padding: 2px 5px;
    border-radius: 50%;
}
/*конец Загрузка файлов пользователем*/
.conditional-block {
    display: none;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.big-form__textarea {
    width: 100%;
    height: 117px;
    border: 1px solid #6E6E6E;
    border-radius: 4px;
    padding: 12px;
}
.big-form__item-input {
    width: 100%;
    height: 48px;
    border: 1px solid #EEEDEC;
    border-radius: 4px;
    padding: 12px;
}
.big-form__template-cont {
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
}
.big-form__cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.input-cont {
    width: 100%;
}
.input-cont-phone {
    margin-right: 8px;
}
.publish-btn {
    background: #E23737;
    border-radius: 8px;
    border: none;
    width: 150px;
    height: 48px;
    color: white;
    margin-right: 30px;
}
.draft-btn {
    border-radius: 8px;
    border: 1px solid #E23737;
    width: 150px;
    height: 48px;
    background: #ffff;
    color: #E23737;
}
.mob-big-form__cont {
    margin-left: 6px;
}
/*Конец стилей Разместить объявление*/

/*Начало стилей Мои объявления заполненные 2.0 лк*/
.ads-catalog__tab-item {
    display: flex;
    justify-content: space-between;
    border: 1px solid #EEEDEC;
    border-radius: 8px ;
    padding: 20px;
    margin-bottom: 12px;
}
.ads-catalog__tab-list {
    display: flex;
}
.ads-catalog__photo {
    height: 123px;
    width: 220px;
    margin-right: 24px;
}
.photo-car {
    border-radius: 8px;
}
.info-car__title {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
}
a.info-car__title:hover {
    color: #e54d4d;
}
.info-car__price {
    font-weight: bold;
    font-size: 20px;
}
.ads-catalog__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.info-car__date,
.info-car__view
{
    color: #AAA6A1;
}
.info-car__date {
    margin-right: 12px;
}
.btn__delete-lk {
    margin-left: 8px;
    background: none;
    border: none;
}
.ads-catalog__btn-edit {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}

/*Конец стилей Мои объявления заполненные 2.0 лк*/

/*Начало стилей Настройки 2.0 лк*/
.profile_edit-user-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile_edit-img-photo {
    border-radius: 50%;
}
.profile_edit__name {
    /*margin: 24px 0 8px 0;*/
}
.profile_edit__id {
    color: #AAA6A1;
}
.profile_edit {
    /*background: #FCF7F3;*/
    border-radius: 8px;
    border: 1px solid #EEEDEC;
    padding: 20px;
}
.form_user__profile-edit,
.form__template-cont
{
    display: flex;
}
.form_user__profile-edit {
    margin-top: 60px;
}
.form_user__profile-info {
    margin-left: 24px;
}
.mob-big-form__cont-name {
    margin-left: 12px;
}
.big-form__cont-name {
    margin: 24px 0;
}
.input-cont-name {
    width: 100%;
    height: 48px;
    border: 1px solid #EEEDEC;
    border-radius: 8px;
    padding: 12px;
}
.marka-title-name {
    color: #AAA6A1;
}
.form_user__profile {
    width: 444px;
}
.form_user__profile-info {
    width: calc(100% - 450px);
}
.form__textarea-profile {
    width: 100%;
    min-height: 238px;
    padding: 16px;
}
.form__textarea-profile::placeholder {
    color: #CFCCC9;
    font-size: 16px;
}
.name-delete-icon {
    margin-right: 0;
}
.form_user__profile-year {
    margin-top: 24px;
}
.profile-edit__name-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.edit__name-btn {
    width: 168px!important;
}

#dropZone {
    width: 196px;
    height: 196px;
    border: 2px solid #EEEDEC;
    color: #797877;
    display: flex;
    font-size: 11px;
    margin: 20px;
    position: relative;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
}

.imageContainer {
    position: relative;
    display: inline-block;
    width: 192px;
    height: 192px;
}

.imagePreview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.deleteIcon {
    position: absolute;
    top: 5px;
    right: 5px;
    color: red;
    cursor: pointer;
}
/*Конец стилей Настройки 2.0 лк*/


/*Начало стилей Подача объявления новая лк*/
.vin_sect-title {
    font-size: 28px;
    margin-bottom: 48px;
}
.ads-info__marka-title {
    font-size: 20px;
}
.vin_sect-input {
    color: #AAA6A1;
}
.vin_sect-open {
    margin-top: 24px;
}
.vin_sect {
    width: 464px;
    margin-right: 24px;
}
.ads-info__marka {
    width: 488px;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #EEEDEC;
}
.ads-info__items {
    margin-top: 24px;
}
.ads-info__items-title {
    color: #AAA6A1;
}
.ads-info__items-select {
    width: 100%;
    margin-bottom: 12px;
    color: #353433;
    /*background: #F8F8F7;
    border: none;*/
}
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F8F8F7;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid #EEEDEC;
}

.slider-switch:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: #353433;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider-switch {
    background-color: #F8F8F7;
}

input:checked + .slider-switch:before {
    transform: translateX(26px);
}

.status {
    margin-left: 8px;
    font-size: 16px;
}
.ads-info__uchet,
.switch-container
{
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.ads-info__uchet {
    flex-wrap: wrap;
}
.uchet-text {
    margin-right: 12px;
}
.ads-info__gos-number {
    margin-top: 12px;
}
.ads-info__gos-number-text {
    margin-top: 4px;
    color: #AAA6A1;
    font-size: 12px;
}
.ads-info__year {
    margin-top: 24px;
}

.ads-info__add-title {
    margin: 48px 0 24px 0;
}
.ads-info__color {
    margin-top: 24px;
}
.ads-info__charact {
    margin-top: 12px;
}
.ads-info__charact-year {
    display: flex;
    margin: 12px 0;
}
.year-car {
    margin-top: 24px;
}
.ads-info__items-month,
.ads-info__items-year
{
    margin: 4px 0 0 0;
}
.ads-info__items-month {
    margin-right: 1px;
}
.ads-info__items-label {
    margin: 0;
}
.ads-info__items-year-text {
    color: #AAA6A1;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 12px
}
.ads-info__add-photo {
    color: #AAA6A1;
}
.ads-info__add-photo-span{
    color: #bcbcbc;
    font-size: 13px;
}
.ads-info__add-photo-drop {
    margin-top: 12px;
}
.ads-info__add-photo-drop .image:first-of-type::before {
    content: 'Главное фото';
    background-color: #EEF9F6;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    color: #2D7F66;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    font-family: Inter-Regular, sans-serif;
}
#drop-area {
    height: 312px;
    border: 1px solid #EEEDEC;
    background: #FCF7F3;
    border-radius: 20px;
    margin: 10px auto;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.car_equipment {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.car_equipment__options {
    color: #AAA6A1;
    margin-left: 8px;
}
.car_equipment__link {
    color: #1FB286;
    border: none;
    background: white;
}
/*.ads-info__add-options {
    display: none;
}*/
.car_equipment__title {
    display: flex;
    align-items: center;
}
.add-options {
    display: inline-block;
    padding: 8px;
    margin: 0 12px 12px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 12px;
    background: #F8F8F7;
}
.add-options.active {
    background-color: #EEF9F6;
    color: #2D7F66;
}
.remont-text {
    color: #AAA6A1;
}
.remont {
    display: flex;
}
.ads-info__marka-rule {
    display: flex;
    border: 1px solid #AAA6A1;
    padding: 4px;
    border-radius: 8px;
    margin-right: 12px;
    font-size: 12px;
}
.ads-info__rule {
    width: 100%;
    margin: 0 4px;
}
.big-form__textarea {
    width: 100%;
    height: 140px;
    border: none;
    border-radius: 8px;
    padding: 16px;
    background: #F8F8F7;
}
.form-ads-info__name {
    display: flex;
}
.form-ads-info {
    margin-right: 12px;
}
.form-ads-info__phone{
    display: flex;
    justify-content: space-between;
    margin: 24px 0 12px 0;
}
#addNumberButton {
    border: none;
    color: #1FB286;
    background: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.add_number_btn {
    margin-right: 12px;
}
.input-field-number {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(170, 166, 161, 1);
    border-radius: 8px;
    height: 4.8rem;
    padding: 1.2rem;
    margin: 0 0 24px 0;
}
.items-container-add .label_filter input[type="checkbox"] {
    display: none;
}
.input-container-ads {
    margin: 16px 0;
}
#map {
    width: 100%;
    height: 400px;
    margin-top: 10px;
}
.form-save {
    margin-top: 48px;
    display: flex;
}
.publish-btn {
    background: #E23737;
    border-radius: 8px;
    border: none;
    width: 100%;
    height: 48px;
    color: white;
    margin-right: 12px;
}
.draft-btn {
    border-radius: 8px;
    border: 1px solid #E23737;
    width: 100%;
    height: 48px;
    background: #ffff;
    color: #E23737;
}
.nav-menu-lk__vin_sect {
    border-radius: 8px;
    border: 1px solid #EEEDEC;
    padding: 20px;
    z-index: 1000;
    background: white;
}
.popup-komp {
    display: none; /* Скрыто по умолчанию */
    position: fixed; /* Оставаться на месте */
    z-index: 10000; /* Сидеть на вершине */
    left: 0;
    top: 0;
    width: 100%; /* Полная ширина */
    height: 100%; /* Полная высота */
    overflow: auto; /* Включите прокрутку, если это необходимо */
    background-color: rgb(0, 0, 0); /* Цвет запасной вариант */
    background-color: rgba(53, 52, 51, 0.45); /* Черный с непрозрачностью */
}

/* Кнопка закрытия */
.close_modal_komp {
    color: #353433;
    float: right;
    font-size: 20px;
    background-color: #EEEDEC;
    border: 1px solid #AAA6A1;
    border-radius: 50px;
    position: relative;
    top: -20px;
    width: 48px;
    height: 48px;
}

.close_modal_komp:hover,
.close_modal_komp:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Модальное содержание */
.modal-content {
    position: relative;
    background: #fefefe;
    margin: auto;
    padding: 0;
    top: 15%;
    width: 70rem;
    border: 1px solid rgba(170, 166, 161, 1);
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Добавить анимация */
@keyframes animatetop {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.komp-pop__sect:not(:first-of-type) {
    margin-top: 30px;
}
.komp-pop__sect-bgr {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.komp-pop__title {
    margin-left: 12px;
}
.komp-pop__select {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.komp-popup__ground {
    padding: 25px 20px;
    background: white;
    height: 95vh;
    margin-top: 2.5vh;
    border-radius: 8px;
}
.komp-pop__input {
    display: flex;
    flex-wrap: wrap;
}
.komp-pop__input-lk {
    margin: 12px 0;
    width: 100%;
    max-width: 400px;
    word-wrap: break-word;
}
.komp-pop__input-lk input {
    display: none;
}
.komp-pop__sect-btn {
    display: flex;
    margin-top: 30px;
}
.pop__sect {
    font-weight: bold;
}
.close-popup__lk {
    top: -5px;
    width: 32px;
    height: 32px;
}
/*Конец стилей Подача объявления новая  лк*/

/*Начало стилей Мои объявления old лк*/
.ads {
    padding: 24px 0;
}

.ads-list__check-item {
    font-size: 12px;
    background: #EEEDEC;
    padding: 8px;
    border-radius: 8px;
    margin: 0 8px 8px 0;
}

.ads-list__check-item:hover {
    background: #e54d4d;
    color: #fff;
}

.ads-list {
    margin-top: 8px;
}

.ads-list__check {
    display: flex;
    align-items: center;
}

.ads__empty {
    padding: 128px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ads__empty-text {
    color: #AAA6A1;
}

.ads__empty-icon {
    width: 48px;
    height: 48px;
}

.ads__list {
    margin: 40px 0;
}
.menu-lk__vin_sect-brand {
    font-size: 20px;
    font-weight: bold;
}
.menu-lk__vin_sect-model {
    margin: 0 12px;
}
.vin_sect__uchet {
    color: #2D7F66;
    font-size: 12px;
    background: #EEF9F6;
    margin: 12px 0 24px 0;
    width: 101px;
    height: 32px;
    display: flex;
    text-align: center;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}
.vin_sect__uchet-link {
    font-weight: bold;
    margin-bottom: 24px;
    display: block;
}
.fixed-div {
    position: absolute;
    transition: top 0.5s; /* Плавное возвращение блока */
}
.fixed_items {
    position: sticky;
    top: 0;
}
/*Конец стилей Мои объявления лк*/

/*Начало стилей поиск по vin*/
.search_form-vin {
    display: flex;
    justify-content: center;
    width: 100%;
}
.form-vin_input {
    border-radius: 8px;
    border: 1px solid #EEEDEC;
    height: 48px;
    width: 100%;
    padding: 12px;
}
.form-vin__car {
    display: flex;
    margin: 24px 0;
}
.form-vin__btn {
    background: #E23737;
    color: #FFFFFF;
    font-family: Inter-SemiBold, sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: none;
    padding: 12px 20px 12px 20px;
    border-radius: 8px;
    margin-left: 16px;
}
.form-vin {
    /*border-radius: 8px;*/
    /*border: 1px solid #F5E1D0;*/
    /*padding: 24px;*/
    /*margin-bottom: 24px;*/
    width: 100%;
}
.vin__link {
    display: block;
    text-align: center;
    color: #E23737;
}
.vin__link:hover {
    text-decoration: underline;
}
.offer-search__loading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #E23737;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.offer-search__loading-error {
    display: flex;
    flex-direction: column;
}
.search__loading-title-error {
    font-weight: bold;
    font-size: 18px;
}
.search__loading-text-error {
    color: #AAA6A1;
    font-size: 14px;
    margin-top: 12px;
}
.loading-success {
    display: flex;
    flex-direction: column;
}
.search__loading-title-success {
    font-weight: bold;
    font-size: 20px;
}
.search__loading-text-success {
    margin-top: 12px;
}
.loading-success__img {
    width: 100px;
    height: 100px;
}
.offer-search__loading-success {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.loading-success__link {
    background: #E23737;
    color: #FFFFFF;
    font-family: Inter-SemiBold, sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: none;
    padding: 12px 20px 12px 20px;
    border-radius: 8px;
    margin-top: 24px;
    display: block;
}
/*Конец стилей поиск по vin*/


/*Начало стилей Профиль с объявлениями */
.ads-my {
    margin: 48px 0 116px 0;
}
.ads-my__block {
    display: flex;
}
.ads-my__block-info {
    width: 464px;
    margin-right: 24px;
}
.ads-info {
    background: #FFFFFF;
    border: 1px solid #EEEDEC;
    border-radius: 8px;
    padding: 20px;
}
.ads-my__block-ads {
    width: calc(100% - 484px);
}
.ads-my__block-ads_block{
    width: 100%;
}
.info__check {
    font-family: Inter-Regular, sans-serif;
    font-size: 12px;
    padding: 4px 8px;
    text-align: center;
    background-color: #EEF9F6;
    color: #2D7F66;
    border-radius: 6px;
    max-width: 114px;
    margin: 4px;
}
.ads-info__public {
    display: flex;
    align-items: center;
}
.ads-info__my-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.ads-info__my-img {
    height: 100%;
}
.ads-info__my-text {
    color: #AAA6A1;
}
.ads-info__time {
    margin: 24px 0;
}
.ads-info__location {
    margin: 24px 0 12px 0;
}
.ads-info__me {
    margin-top: 48px;
}
.info__me-title {
    font-size: 20px;
    margin-bottom: 12px;
}
.block-ads {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
}
.block-ads__title {
    font-size: 28px;
}
.block-ads__car {
    width: 220px;
    /*height: 278px;*/
    margin: 0 15px 24px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block-ads__car-img {
    width: 220px;
    height: 188px;
    border-radius: 6px;
    overflow: hidden;
}
.ads__car-img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.block-ads__car-price {
    font-weight: bold;
}
.block-ads__car-title {
    margin: 12px 0 8px 0;
}
.ads-info__accordion {
    display: none;
}
.ads-info__tab input,
.ads-info__tab-content
{
    display: none;
    padding-bottom: 12px;
}

.ads-info__tab {
    border-bottom: 1px solid #AAA6A1;
    margin-bottom: 10px;
}
.ads-info__tab-title {
    font-family: JetBrainsMono-Bold, sans-serif;
    font-size: 16px;
    display: block;
    cursor: pointer;
    padding-bottom: 12px;
}
.ads-info__tab-title::after {
    content: '˅';
    float: right;
    color: #1FB286;
}
.ads-info__tab :checked + .ads-info__tab-title {
    color: #000;
}
.ads-info__tab :checked + .ads-info__tab-title::after {
    content: '˄';
    color: #1FB286;
}
.ads-info__tab :checked ~ .ads-info__tab-content {
    display: block;
}
/*Конец стилей Профиль с объявлениями*/


.testSiteLabel{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding:5px;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: darkred;
    z-index: 9990;
}
.testSiteLabel{
    min-height: 44px
}
body:has(.testSiteLabel){
    padding-top: 45px;
}
.ads-info__charact-year :last-child {
    margin-left: 4px;
    width: 100%;
}

.text-upper {
    text-transform: uppercase;
}
.slogan-on-main {
    padding-top: 48px;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    font-style: normal;
    line-height: 1.5;
}

.buttons_in_modal {
    display:flex;
    justify-content: space-between;
}

.buttons_in_modal .link_btn {
    padding-left:15px;
    padding-right:15px;
}

.buttons_in_modal .link_btn:nth-child(2) {
    margin-left: 5px;
}
@media (min-width: 769px) {
    .mobile-toggle-icon {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .vin_block__count-section,
    .ads-page__tabs-content,
    .block-info__text-price,
    .report-score__block > *:not(.report-score__group-text),
    .report-page-element__wrapper {
        transition: all 0.3s ease;
    }

}