/* Font-face definitions */
@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");
}

:root {
    --main-dark-clr: #353433;
    --main-red-clr: #E23737;
}

/* Базовые стили */
* {
    box-sizing: border-box;
    margin: 0;
}

html {
    font-size: 10px;
}

body {
    background-color: #fff;
    font-family: "Inter-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    color: #353433;
}

.second-title {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 28px;
}

.third-title {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 17px;
}
.link_btn {
    font-family: "Inter-Regular";
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: none;
    padding: 8px 16px 8px 16px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.link_btn__dark {
    background: #E23737;
    color: #FFFFFF;
}
.link_btn__dark span {
    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: 12px;
}

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

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

.link_btn__banner_img {
    margin-bottom: -3px;
}
.footer-support-button span,
.header-support-button span{
    font-size: 14px;
    font-family: 'Inter-Regular';
}
.header-support-button {
    max-width: 100%;
    padding: 20px;
}
.header-support-button span{
    color: var(--main-red-clr);
}

.new-container {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.catalog-main-not-found {
    color: #AAA6A1;
    font-size: 17px;
    font-family: "Inter-Regular";
    margin-top: 10px;
}
.header-top .new-container {
    display: flex;
    align-items: center;
    padding-top: 0px;
    justify-content: space-between;
    gap: 16px;
}
.header-bottom .new-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1200;
}
.header-top {
    width: 100%;
    background-color: var(--main-dark-clr);
    padding: 6px 0;
}
.header.scroll .header-top {
    padding: 2px 0;
}
.header-top .menu__item{
    color: white;
    font-family: "Inter-Regular";
    font-size: 15px;
    white-space: nowrap;
}
.header-top .menu.header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 0;
}
.header-top .menu.header__menu li {
    display: inline-block;
}
.header-geo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}
.header-geo p {
    color: white;
    font-size: 15px;
    font-family: "Inter-Regular";

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
.header-burger-geo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    flex: 0 0 auto;
    align-self: flex-start;
}
.header-burger-geo p{
    font-size: 15px;
    font-family: "Inter-Regular";
    color: var(--main-red-clr);
}
.header-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}
.header-contact a {
    text-decoration: none !important;
    color: white;
    font-size: 15px;
    font-family: "Inter-Regular";
}
.header-bottom {
    width: 100%;
    padding: 24px 0;
    background-color: white;
}
.header.scroll .header-bottom {
    padding: 12px 0;
}
.header-bottom .logo {
    max-width: 161px;
    width: 100%;
}
.header.scroll .header-bottom .logo {
    max-width: 113px;
}
.header.scroll .header-menu__top-ads span {
    display: none;
}
.header-bottom .logo img {
    max-width: 100%;
}
.header-catalog {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--main-dark-clr);
    font-size: 17px;
    font-family: "Inter-Regular";
}
.header-catalog svg {
    flex: 0 0 auto;
}
.header-add svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}
.header-burger-close {
    cursor: pointer;
}
.header-burger {
    display: none;
    cursor: pointer;
}
.header.scroll .header-add span{
    display: none;
}
.header.scroll .header-add .link_btn{
    border-radius: 50%;
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-burger-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    padding: 16px;
    background-color: white;
    overflow-y: auto;

    display: flex;
    flex-direction: column;
    gap: 10px;

    z-index: 2500;
    opacity: 0;
    visibility: hidden;
    left: -100%;
}
.header-burger-wrapper.show {
    opacity: 1;
    visibility: visible;
    left: 0;
    overflow-y: auto;
}
.header-burger-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 5px 0;
    gap: 12px;
}
.header-burger-wrapper .header-search-wrapper{
    display: block;
}
.header-burger-wrapper .header-add .link_btn {
    width: auto;
    height: auto;
    border-radius: 12px;
    padding: 12px 20px;
    
}
.header-burger-wrapper .header-add span{
    display: block;
}
.header-burger-wrapper .header-search-and-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.header-burger-wrapper .header-search-wrapper .bx-input-group .bx-form-control {
    font-size: 17px;
}
.header-burger-wrapper .header-search-wrapper .bx-input-group .bx-form-control::placeholder {
    font-size: 17px;
}
.header-burger-wrapper .header-account {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 13px;
    width: auto;
}
.header-burger-wrapper .header-account span {
    font-size: 17px;
    font-family: "Inter-Regular";
}
.header-burger-wrapper .header-burger-fav {
    margin-left: auto;
}
.header-burger-app {
    display: flex;
    width: 100%;
    gap: 12px;
}
.header-burger-app-title {
    font-size: 17px;
    font-family: "Inter-SemiBold";
    margin-bottom: 6px;
    color: var(--main-dark-clr);
}
.header-burger-app-subtitle {
    font-family: "Inter-Regular";
    color: #AAA6A1;
    font-size: 13px;
}
.header-burger-contact {
    display: flex;
    gap: 8px;
}
.header-burger-contact a {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-red-clr);
    width: 42px;
    height: 42px;
    cursor: pointer;
}
.header-burger-contact-red {
    background-color: var(--main-red-clr);
}
.header-burger-contact-red img{
    filter: brightness(999);
}
.header-burger-contact a img {
    width: 22px;
    height: 24px;
}
.header-burger-contact a svg {
    width: 20px !important;
    height: 20px !important;
}

.header-burger-menu .menu__item-sub{
    color: #353433;
    font-size: 17px;
    font-family: "Inter-Regular";
    border: none;
}
.header-burger-menu-item a {
    position: relative;
}
.header-burger-menu-item a::before,
.header-burger-menu-item.header-catalogs-button::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .header-burger-menu-item [href="/catalog/"]::before {
    background-image: url('/local/img/catalog.png');
} */
.header-burger-menu-item.header-catalogs-button::before {
    background-image: url('/local/img/catalog.png');
}
.header-burger-menu-item [href="/shares/"]::before {
    background-image: url('/local/img/lightning-bolt.png');
}
.header-burger-menu-item [href="/trade-in/"]::before {
    background-image: url('/local/img/arrow-rounded.png');
}
.header-burger-menu-item [href="/autocredit/"]::before {
    background-image: url('/local/img/bank.png');
}
.header-burger-menu-item [href="/repair/"]::before {
    background-image: url('/local/img/gear.png');
}
.header-burger-menu-item [href="/company/"]::before {
    background-image: url('/local/img/informationmark-circle.png');
}
.header-burger-menu-item [href="/contacts/"]::before {
    background-image: url('/local/img/phone.png');
}

.header-burger-menu-item [href="/rozygrysh/"]::before {
    background-image: url('/local/templates/new/img/party-popper.png');
    opacity: 0.5;
}
.header-burger-menu-item [href="/personal/bonus_card/"]::before {
    background-image: url('/local/templates/new/img/discount_icon.png');
    opacity: 0.5;
}
.header-burger-menu-item [href="/news/"]::before {
    background-image: url('/local/img/news.png');
    width: 20px;
    height: 20px;
    top: 11px;
}
.header-account {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
}
.header-account-not-auth {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    flex: 0 0 auto;
    width: auto;
}
.header-account-not-auth span{
    color: var(--main-dark-clr);
    font-size: 17px;
    font-family: "Inter-Regular";
}
.header-burger-wrapper .header-account svg,
.header-burger-menu,
.header-account-not-auth svg,
.header-burger-contact,
.header-burger-top,
.header-burger-wrapper .header-search-and-filter,
.header-burger-wrapper .header-add,
.header-burger-wrapper .header-account img,
.header-burger-wrapper .header-account,
.header-burger-app {
    flex: 0 0 auto;
}
.header-burger-wrapper .header-account img {
    width: 48px;
    height: 48px;
}
.header-account.header-menu__top-profile-link {
    align-items: start;
}
.header-account.header-menu__top-profile-link p {
    font-size: 17px;
    font-family: "Inter-SemiBold";
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.header-account.header-menu__top-profile-link p svg{
    transform: rotate(-90deg);
}
.header-profile-block{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: calc(100% + 4px);
    right: 20px;
    width: 100vw;
    max-width: 328px;
    background: white;
    margin-top: 3px;
    box-shadow: 0px 16px 24px 0px #0000001F;
    border-radius: 16px;
    padding: 16px;

    opacity: 0;
    visibility: hidden;
}
.header-profile.active .header-profile-block{
    opacity: 1;
    visibility: visible;
} 
.header-profile-title-name {
    font-family: "Inter-SemiBold";
    font-size: 17px;
    color: var(--main-dark-clr);
    text-decoration: none;
}
.header-profile-title-name:hover {
    text-decoration: none;
}
.header-profile-title-icon {
    width: 54px;
    height: 54px;
    grid-row: 1/3;
}
.header-profile-title {
    display: grid;
    grid-template-columns: 54px auto 6px;
    align-items: start;
    justify-content: start;
    row-gap: 6px;
    column-gap: 10px;    
}
.header-profile-title-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
.header-profile-title-tab {
    background-color: #EEEDEC;
    padding: 4px 10px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.header-profile-title-tab-copy {
    cursor: pointer;
}
.header-profile-title-tab p {
    color: var(--main-dark-clr);
    font-family: "Inter-Regular";
    font-size: 11px;
    margin: 0;
}
.header-profile-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 16px;
}
.header-profile-menu-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.header-profile-menu-item img {
    width: 24px;
    height: 24px;
}
.header-profile-menu-item {
    text-decoration: none;
}
.header-profile-menu-item span {
    font-size: 17px;
    font-family: "Inter-Regular";
    text-decoration: none;
    color: var(--main-dark-clr);
}
.header-profile-menu-item:hover span {
    text-decoration: none;
}
.header-profile-menu-item-exit span{
    color: var(--main-red-clr);
    text-decoration: none;
}
.header-profile-menu-item-exit:hover span {
    text-decoration: none;
}
.header-profile-icon {
    cursor: pointer;
    width: 32px;
    height: 32px;
}
.header-profile-icon .header__profile-avatar {
    border: 1px solid transparent;
}
.header-profile.active .header-profile-icon .header__profile-avatar{
    border: 1px solid #9B3131;
}


.header-burger-acc {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}
.header-burger-acc-img {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
}
.header-burger-acc-title-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.header-burger-acc-title-name {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 5px;
    max-width: 235px;
}
.header-burger-acc-title-name p {
    font-size: 17px;
    color: var(--main-dark-clr);
    font-family: "Inter-SemiBold";
}
.header-burger-acc-title-name svg {
    margin-top: 8px;
}

.header-burger-acc-close p {
    font-size: 15px;
    color: var(--main-red-clr);
    font-family: "Inter-Regular";
    cursor: pointer;
}
.header-burger-acc-close,
.header-profile-title-tab:not(:first-child),
.header-burger-acc-menu,
.header-burger-wrapper.show .header-profile-menu-item-exit,
.header-burger-wrapper.show.menu-show .header-burger-geo{
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.header-burger-wrapper.menu-show .header-search-and-filter,
.header-burger-wrapper.menu-show .header-add,
.header-burger-wrapper.menu-show .header-burger-menu,
.header-burger-wrapper.menu-show .header-burger-contact,
.header-burger-wrapper.menu-show .header-burger-app{
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.header-burger-wrapper.menu-show .header-burger-acc-close,
.header-burger-wrapper.menu-show .header-profile-title-tab:not(:first-child),
.header-burger-wrapper.menu-show .header-burger-acc-menu,
.header-burger-wrapper.menu-show .header-profile-menu-item-exit{
    opacity: 1;
    visibility: visible;
    height: auto;
}
.header-burger-wrapper.menu-show .header-burger-acc {
    margin-bottom: 24px;
}
.header-burger-wrapper.menu-show .header-burger-acc-close{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4px;
    margin-bottom: 16px;
}
.header-burger-wrapper.menu-show .header-burger-top-buttons{
    display: none;
}
.header-burger-acc-menu {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.header-burger-wrapper.menu-show .header-burger-top {
    height: 100%;
}
.header-burger-wrapper.menu-show .header-burger-acc-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.header-burger-wrapper.menu-show .header-profile-menu-item-exit {
    margin-top: auto;
    padding-top: 24px;
}
.header-burger-wrapper.menu-show {
    display: block;
}
.header-burger-top-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.header-geo {
    position: relative;
}
.geo-popup {
    top: calc(100% + 7px);
    left: 0;
    position: absolute;
    flex-direction: column;
}
.geo-popup,
.geo-popup-body-auto,
.geo-popup-body-handmade {
    /* opacity: 0;
    visibility: hidden;
    height: 0px; */
    display: none;
}
.geo-popup.show,
.geo-popup.show-auto .geo-popup-body-auto, 
.geo-popup.show-handmade .geo-popup-body-handmade {
    /* opacity: 1;
    visibility: visible;
    height: auto; */
    display: flex;
}
.geo-popup-body {
    box-shadow: 0px 16px 24px 0px #0000001F;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 16px;
    z-index: 2300;
    position: relative;
    width: 360px;
    flex-direction: column;
    align-items: center;
}
.geo-popup-close {
    align-self: flex-end;
    cursor: pointer;
}
.geo-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #353433;
    opacity: 0.8;
    z-index: 50;
}
.geo-popup-title {
    color: var(--main-dark-clr);
    font-size: 22px;
    font-family: "Inter-Bold";
    margin-bottom: 16px;
}
.geo-popup-save {
    background-color: var(--main-red-clr);
    color: white;
    border-radius: 12px;
    padding: 12px 20px;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter-Regular";
    font-size: 15px;
    cursor: pointer;
}
.geo-popup-auto {
    color: var(--main-red-clr);
    font-size: 15px;
    font-family: "Inter-Regular";
    cursor: pointer;
}
.get-costs-city {
    width: 100%;
}
.geo-popup-subtitle {
    color: #AAA6A1;
    font-size: 17px;
    font-family: "Inter-Regular";
    text-align: center;
}

.get-costs-wrapper {
    display: block;
}
.show-result .get-costs-wrapper,
.show-no-result .get-costs-wrapper {
    display: none;
}
.show-no-result .costs-result-item-img {
    border-radius: 25px;
}
.get-costs {
    background-color: white;
    border-radius: 20px;
    /* box-shadow: 0 0 16px #EBE7E7; */
    padding: 24px;
    max-width: 100%;
}
.get-costs-city {
    margin: 0 !important;
}
.get-costs-city .select2 {
    margin: 0 !important;
}
.get-costs-city .js__region_select2 {
    background-color: #EEEDEC;
    padding: 10px 34px;
    font-size: 17px;
    color: var(--main-dark-clr);
    border: none;
    border-radius: 10px;
    width: 100%;
    background-image: none;
    position: relative;
}
.get-costs-city .select2-container .select2-selection--single {
    background-color: #EEEDEC;
    padding: 6px 34px;
    font-size: 17px;
    color: var(--main-dark-clr);
    border: none;
    border-radius: 10px !important;
    height: auto !important;
}
.select2-container--default .get-costs-city-wrapper .select2-selection--single .select2-selection__arrow {
    display: none;
}
.get-costs-city-wrapper {
    border-radius: 20px !important;
    border: none;
    overflow: hidden;
    box-shadow: 0px 16px 24px 0px #0000001F;
    margin-top: 6px;
    z-index: 2100;
}
.select2-container--default .get-costs-city-wrapper .select2-search--dropdown .select2-search__field {
    margin-top: 15px;
    border-radius: 20px;
    color: var(--main-dark-clr);
    font-family: 'Inter-Regular';
    padding: 8px 15px;
    font-size: 15px;
    outline: none;
}
.select2-container--default .get-costs-city-wrapper .select2-results__option--highlighted.select2-results__option--selectable {
    background: #EEEDEC;
    color: #353433;
    font-size: 17px;
    font-family: 'Inter-Regular';
}
.select2-container--default .get-costs-city-wrapper .select2-results__option {
    color: #353433;
    font-size: 17px;
    font-family: 'Inter-Regular';
}
.select2-container--default .get-costs-city-wrapper .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
.get-costs-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: "Inter-SemiBold";
    color: #353433;
    margin-bottom: 10px;
    font-size: 22px;
}
.get-costs-subtitle {
    color: #AAA6A1;
    font-size: 15px;
    font-family: 'Inter-Regular';
    margin-bottom: 16px;
}
.get-costs-title span {
    display: none;
}
.get-costs-title span.error{
    display: block;
    color: var(--main-red-clr);
    font-family: 'Inter-Regular';
    font-size: 13px;
}
.get-costs form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.get-costs form input {
    background-color: #EEEDEC;
    padding: 10px 34px;
    font-size: 17px;
    color: var(--main-dark-clr);
    border: none;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
}
.get-costs form input[name="probeg"]{
    padding: 10px 30px 10px 8px;
}
.get-costs form label {
    position: relative;
}
.get-costs form label::before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: calc(50% - 7.5px);
    left: 10px;
    background-image: url('/local/img/find.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
.get-costs form input::placeholder {
    color: #AAA6A1;
    font-size: 17px;
}
.get-costs form button {
    font-family: "Inter-Regular";
    font-size: 15px;
    text-align: center;
}

.costs-result,
.costs-no-result {
    display: none;
}
.show-result .costs-result,
.show-no-result .costs-no-result {
    display: block;
}
.costs-subtitle {
    color: #AAA6A1;
    font-size: 15px;
    font-family: Inter-Regular;
}
.costs-result-item {
    display: flex;
    gap: 16px;
    margin: 16px 0 40px 0;
}
.costs-result-item-img {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    overflow: hidden;
    flex: 0 0 auto;
}
.costs-result-item-img img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.costs-result-item-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.costs-no-result .costs-result-item-text {
    font-size: 15px;
    color: var(--main-dark-clr);
    justify-content: center;
}
.costs-result-item-title,
.costs-result-item-price {
    font-family: Inter-SemiBold;
    font-size: 17px;
}
.costs-result-item-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.costs-result-item-tabs p {
    padding: 4px 6px;
    border: 0.5px solid #CFCCC9;
    border-radius: 20px;
    font-size: 13px;
    font-family: Inter-Regular;
    color: var(--main-dark-clr);
}
.costs-result-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.costs-result-buttons-reset {
    color: var(--main-red-clr);
    cursor: pointer;
    font-size: 15px;
    font-family: Inter-Regular;
}
.costs-result-buttons-add {
    cursor: pointer;
}
.costs-no-result .costs-result-buttons-reset {
    width: 100%;
}
.costs-no-result .costs-result-item {
    margin: 16px 0 20px 0;
}


.geo-popup-mob.show {
    bottom: 0;
    position: fixed;
    left: 0;
    top: auto;
    width: 100%;
}
.geo-popup-mob .geo-popup-body {
    border-radius: 24px 24px 0 0;
    width: 100%;
}


body.scroll-no {
    height: 100vh;
    overflow: hidden;
}
.wrapper {
    padding-top: 125px;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.big_wrapper-footer {
    background: #F8F8F7;
}

.footer {
    padding: 32px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.footer-app {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.link_btn__light_footer {
    width: 283px;
    max-width: 100%;
    font-size: 15px;
    margin: 0 auto;
}
.footer-contact-title {
    font-size: 22px;
    margin-bottom: 23px;
    width: 165px;
    max-width: 100%;
}
.footer_logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-block__info {
    text-align: center;
    font-size: 15px;
    font-family: Inter-Regular;
}
.mob_footer-block__info {
    display: none;
}

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

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

.footer-block__cop {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.footer-block__cop-text {
    color: #AAA6A1;
}
.footer-block__policy-text {
    color: #E23737;
    font-family: Inter-Regular;
    font-size: 15px;
}
.footer-block__policy {
    display: flex;
    flex-direction: column;
    gap: 10px;
    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;
    gap: 12px;
}
.footer-block__fourth a{
    width: 165px;
    max-width: 100%;
    font-family: Inter-Regular;
    color: var(--main-red-clr);
    font-size: 15px;
    text-align: left;
}

.footer-block__third {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-app span{
    font-family: Inter-Regular;
    font-size: 13px;
}

.footer-block__second {
    margin-right: 120px;
	text-align: center;
}
.footer-block__phone {
    padding: 0 !important;
}

/* MOBILE */

.header__nav,
.mob-footer,
.mob__menu-burger_logo,
.mob__menu-burger_message,
.mob__menu-burger_phone {
    display: none;
}

.header__menu {
    display: flex;
    position: relative;
    z-index: 2;
}

.mob__menu-burger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.header-fav {
    flex: 0 0 auto;
    margin-bottom: 3px;
}
.header-fav.fav-isset {
    position: relative;
}
.header-fav.fav-isset::before{
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 8px;
    height: 8px;
    background-color: var(--main-red-clr);
    border-radius: 50%;
}
.header-notification {
    cursor: pointer;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}
.header-notification a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-notification svg {
    display: block;
}
.header-profile {
    flex: 0 0 auto;
}

/* .mob-catalog__slider {
    min-height: 100%;
} */
.mob-catalog__slider .slick-dots {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 0 12px;
    width: 100%;
    position: absolute;
    bottom: 5px;
}
.catalog-new .mob-catalog__items-picture img {
    border-radius: 8px 8px 0 0 !important;
}
.mob-catalog__slider .slick-dots li {
    flex: 0 0 auto;
}
.mob-catalog__slider .slick-dots button {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: none;
    outline: none;
    background: #AAA6A1;
    color: transparent;
    font-size: 1px;
    padding: 0;
}
.mob-catalog__slider .slick-dots .slick-active button{
    background: #CFCCC9;
}

.add-offer {
    cursor: pointer;
}
.popup-add-offer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    align-items: center;
    justify-content: center;
}
.popup-add-offer.show {
    display: flex;
}
.popup-add-offer-bg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #353433;
    opacity: 0.8;
    z-index: 50;
    width: 100%;
    height: 100%;
    z-index: 2001;
}
.popup-add-offer-body {
    position: relative;
    z-index: 2002;
    box-shadow: 0px 16px 24px 0px #0000001F;
    border-radius: 16px;
    padding: 24px;
    background-color: white;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 16px;
}
.popup-add-offer-close {
    align-self: flex-end;
    cursor: pointer;
}
.popup-add-offer-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 32px;
}
.popup-add-offer-type {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.popup-add-offer-type a {
    border-radius: 16px;
    border: 1px solid #353433;
    padding: 16px;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.popup-add-offer-type a:hover{
    border: 1px solid var(--main-red-clr);
    background: var(--main-red-clr);
    color: white;
}
.popup-add-offer-type a img {
    width: 44px;
}


@media (max-width: 1600px) {
    .header-menu-list {
        padding: 20px;
    }

    .header-menu-list-one,
    .header-menu-list-two {
        flex-direction: row;
        justify-content: flex-start;
    }

    .header-menu-list-two .header-menu__item,
    .header-menu-list-one .header-menu__item {
        padding: 12px 10px;
        margin-right: 10px
    }
}

@media (max-width: 1400px) and (min-width: 1100px) {
    .header-menu-list-one .header-menu__item,
    .header-menu-list-two .header-menu__item {
        padding: 5px 5px;
        margin-right: 10px;
    }
}

@media (max-width: 1400px) {
    .header-menu {
        display: none;
    }
}

@media (max-width: 1250px) {
    .footer-block__list .footer-block__items {
        font-weight: 600;
    }

    .footer-block__list-third {
        margin-top: 24px;
    }

    .header-menu__top-cir-phone {
        background-image: url(/img/icon/phone_footer.svg);
    }

    .header-menu__top-cir-phone:hover {
        background-image: url(/img/icon/phone_footer_color.svg);
    }

    .header-menu__top-cir-mail,
    .header-menu__top-cir-phone,
    .header-menu__top-cir-whatsapp {
        margin-right: 8px;
    }

    .header-menu__top-message {
        justify-content: flex-end;
    }
}

@media (max-width: 1150px) {
    .header-top .menu.header__menu {
        gap: 5px;
    }
    .header-top .menu__item,
    .header-geo p,
    .header-contact a {
    text-decoration: none !important;
        font-size: 13px;
    }
    .header-add .link_btn span,
    .header-catalog{
        font-size: 14px;
    }
}

@media (max-width: 1099px) {
    .header-menu-list {
        flex-direction: column;
    }
    .header-menu-list-one {
        margin-bottom: 30px;
    }
}

@media (max-width: 1030px) {
    .header-geo p {
        max-width: 123px;
    }
    .banner-catalog-type-item img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 1000px) {
    .wrapper {
        padding-top: 70px !important;
    }
    body {
        padding-top: 74px !important;
    } 
    .header-bottom .new-container{
        justify-content: space-between;
    }
    .container-main {
        padding-top: calc(90px) !important;
    }
    .header-burger {
        display: block;
    }
    .header-catalog,
    .header-search-wrapper,
    .header-account,
    .header-fav,
    .header-top,
    .header-profile {
        display: none;
    }

    .header-bottom .container {
        justify-content: space-between;
    }
    .header-bottom {
        padding: 16px 0;
    }
    .header-add span{
        display: none;
    }
    .header-add .link_btn{
        border-radius: 50%;
        width: 42px;
        height: 42px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header.scroll .header-add .link_btn{
        width: 32px;
        height: 32px;
    }
    .header {
        box-shadow: 0px 0px 24px 0px #5c5c5c1c;
    }
    .header-burger-wrapper .header__menu{
        display: block;
        margin-top: 15px;
    }
    .menu__item {
        padding: 12px 0 12px 8%;
        display: block;
        width: 100%;
        border-top: 1px solid #AAA6A1;
    }
}

@media (max-width: 990px) {
    .header_fixed {
        position: fixed;
        width: 100%;
        z-index: 10000;
        background: #FFFFFF;
        top: 0;
        animation: sticky 0.4s;
    }
    .review_main {
        margin: 0;
    }
    .catalog__review_main.catalog_mob_review {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .catalog__review_main.catalog_mob_review img{
        max-width: 400px;
    }
    .catalog__items-picture-image {
        min-height: 50vw;
    }
}

@media (max-width: 768px) {
    .footer {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .footer-block__third {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }

    .footer-block___logo .header-menu__logo {
        max-width: 161px;
    }
}
@media (max-width: 500px) {
    .footer{
        grid-template-columns: 1fr;
    }
    .footer-block__third {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }
    .footer-block__fourth {
        grid-row: 2 / 3;
        align-items: center;
        gap: 20px;
    }
    .footer-block__fourth a {
        text-align: center;
    }
    .footer-contact-title {
        text-align: center;
        margin-bottom: 2px;
    }
    .footer-block___logo {
        margin-bottom: 0;
        text-align: center;
    }
    .footer-block__policy-text,
    footer .footer-copi .footer-block__cop .footer-block__info {
        text-align: center !important;
    }
    .footer-copi {
        padding-bottom: 0 !important;
    }
    .footer-block__cop {
        gap: 16px;
    }
    .big_wrapper-footer {
        padding-bottom: 32px;
    }
    .user-link__ur {
        max-width: 100%;
        padding: 10px;
        width: 100% !important;
    }
    .user-link__actions {
        flex-direction: column;
        gap: 20px;
    }
}

@media (min-width: 1550px) {
    /* .fix-size-container {
        transform: scale(1.1);
        transform-origin: top;
    }
    body {
        overflow-x: hidden;
    } */
    .wrapper {
        max-width: 1220px;
    }
}

/* @media (min-width: 1600px) {
    body {
        transform: scale(1.2);
    }
} */

/* @media (min-width: 1700px) {
    .fix-size-container {
        transform: scale(1.3);
    }
}

@media (min-width: 1850px) {
    .fix-size-container {
        transform: scale(1.4);
    }
}

@media (min-width: 2000px) {
    .fix-size-container {
        transform: scale(1.5);
    }
}

@media (min-width: 2200px) {
    .fix-size-container {
        transform: scale(1.7);
    }
}

@media (min-width: 2400px) {
    .fix-size-container {
        transform: scale(1.9);
    }
} */


.add-offer {
    cursor: pointer;
}
.popup-add-offer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    align-items: center;
    justify-content: center;
}
.popup-add-offer.show {
    display: flex;
}
.popup-add-offer-bg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #353433;
    opacity: 0.8;
    z-index: 50;
    width: 100%;
    height: 100%;
    z-index: 2001;
}
.popup-add-offer-body {
    position: relative;
    z-index: 2002;
    box-shadow: 0px 16px 24px 0px #0000001F;
    border-radius: 16px;
    padding: 24px;
    background-color: white;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 16px;
}
.popup-add-offer-close {
    align-self: flex-end;
    cursor: pointer;
}
.popup-add-offer-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 32px;
}
.popup-add-offer-type {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.popup-add-offer-type a {
    border-radius: 16px;
    border: 1px solid #353433;
    padding: 16px;
    transition: all .2s;
}
.popup-add-offer-type a:hover{
    border: 1px solid var(--main-red-clr);
    background: var(--main-red-clr);
    color: white;
}


.header-search-icon {
    cursor: pointer;
}

.header-search-icon {
    position: relative;
}
.header-search-popup-wrapper {
    position: absolute;
    top: -7px;
    left: -3px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
}
.header-search-popup-wrapper.active {
    opacity: 1;
    visibility: visible;
}
.header-search-popup-wrapper .header-search-wrapper .bx-input-group .bx-form-control {
    width: 328px;
    margin-right: 0;
}

@media (max-width: 1000px) {
    .header-search-icon{
        display: none;
    }
}

#open-chat.unread::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -6px;
    width: 8px;
    height: 8px;
    background-color: #E23737;
    border-radius: 50%;
}
.header-chat{
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: -6px;
}
/* Fix menu items text-decoration */
.header-top .menu__item,
.header-top .menu__item:hover,
.header-top .menu__item:visited {
    text-decoration: none;
}

.header-top .menu.header__menu a {
    text-decoration: none;
}

/* Fix header-contact link text-decoration */
.header-contact a,
.header-contact a:hover,
.header-contact a:visited {
    text-decoration: none;
}

/* Fix header-top height - reduce line-height and margins */
.header-top {
    line-height: 1.2;
}

.header-top .header-geo,
.header-top .header-geo p,
.header-top .header-contact,
.header-top .header-contact a,
.header-top .menu.header__menu,
.header-top .menu.header__menu li,
.header-top .menu__item {
    line-height: 1.2;
    margin: 0;
    padding: 0;
}


.header-top .header-geo p {
    line-height: 1 !important;
    margin-top: 1px;
    vertical-align: baseline !important;
}

.header-top img,
.header-top svg {
    vertical-align: baseline;
    position: relative;
    top: -2px;
}

/* Fix logo */
.header-bottom .logo,
.header-bottom .logo img {
    position: relative !important;
    vertical-align: top;
    top: -1px !important;
}

/* Fix search icon */
.header-bottom .header-search-icon,
.header-bottom .header-search-icon svg {
    position: relative !important;
    top: -0.2px !important;
}

/* Fix "Разместить объявление" button */
.header-add,
.header-add .link_btn {
    position: relative !important;
    top: 0.2px !important;
}

.header-top .menu.header__menu a {
    text-decoration: none;
}

/* Fix header-contact link text-decoration */
.header-contact a,
.header-contact a:hover,
.header-contact a:visited {
    text-decoration: none;
}

/* Fix header-top height - reduce line-height and margins */
.header-top {
    line-height: 1.2;
}

.header-top .header-geo,
.header-top .header-geo p,
.header-top .header-contact,
.header-top .header-contact a,
.header-top .menu.header__menu,
.header-top .menu.header__menu li,
.header-top .menu__item {
    line-height: 1.2;
    margin: 0;
    padding: 0;
}


.header-top .header-geo p {
    line-height: 1 !important;
    margin-top: 1px;
    vertical-align: baseline !important;
}

.header-top img,
.header-top svg {
    vertical-align: baseline;
    position: relative;
    top: -2px;
}

/* Fix logo */
.header-bottom .logo,
.header-bottom .logo img {
    position: relative !important;
    vertical-align: top;
    top: -1px !important;
}

/* Fix search icon */
.header-bottom .header-search-icon,
.header-bottom .header-search-icon svg {
    position: relative !important;
    top: -0.2px !important;
}

/* Fix "Разместить объявление" button */
.header-add,
.header-add .link_btn {
    position: relative !important;
    top: 0.2px !important;
}
