@media (max-width: 479px) {
    :root {
        --font_size: 14px;
        --font_size_title: 20px;
    }
    .cont {
        padding: 0 10px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        height: 9px;
    }
    .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
    .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 10px !important;
    }
    .swiper-pagination-bullet.active,
    .swiper-pagination-bullet:hover {
        box-shadow: none;
    }
    .fancybox__slide {
        padding: 16px;
    }
    .object_prices .tabs:not(.mob_row) {
        overflow: auto;
        width: calc(100% + 20px);
        margin: 0 -10px 20px;
        padding: 0 10px;
        white-space: nowrap;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        scrollbar-color: transparent transparent !important;
        scrollbar-width: thin !important;
    }
    .tabs:not(.mob_row)::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        background-color: transparent !important;
    }
    .tabs:not(.mob_row)::-webkit-scrollbar-thumb {
        background-color: transparent !important;
    }
    .object_prices .tabs:not(.mob_row) button {
        display: inline-block;
        max-width: none;
        margin: 0;
        vertical-align: top;
        text-align: start;
        font-size: 14px;
        white-space: normal;
    }
    .cont .tabs:not(.mob_row) button {
        display: inline-block;
        max-width: none;
        margin: 0;
        vertical-align: top;
        text-align: start;
        font-size: 14px;
        white-space: normal;
    }
    .accordion_item .head .title {
        font-size: 16px;
    }
    header .menu {
        padding-right: 10px;
        padding-left: 10px;
    }
    header .menu:before {
        width: calc(100% - 20px);
    }
    .subscribe > .title {
        font-size: 19px;
        line-height: 23px;
    }
    .subscribe .success .title {
        font-size: 22px;
        line-height: 26px;
    }
    .subscribe .success .desc {
        font-size: 18px;
        line-height: 30px;
    }
    .padding-raiting {
        margin-bottom: 10px;
    }
    .page_head:before {
        max-width: calc(100vw - 20px);
    }
    .page_desc {
        font-size: 13px;
    }
    .text_block .message {
        padding: 20px 20px 20px 80px;
    }
    .text_block .message.success:before,
    .text_block .message.warning:before {
        left: 20px;
    }
    .text_block .bg_block {
        padding: 20px;
    }
    .text_block .quote {
        padding: 18px 18px 18px 72px;
    }
    .text_block .quote:before {
        top: 10px;
        left: 12px;
    }
    .form .submit {
        flex-wrap: wrap;
    }
    .form .submit .agree {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
        order: 2;
    }
    .form .submit_btn {
        width: 100%;
    }
    .main_slider .slide .info {
        width: 278px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .main_slider .slide .desc {
        margin-top: 10px;
    }
    .main_slider .slide .link {
        margin-top: 20px;
    }
    .selection form .input,
    .selection form .label {
        padding-right: 16px;
    }
    .stats .row {
        margin-left: 0;
    }
    .stats .row > * {
        width: 100%;
        margin-left: 0;
    }
    .stats .item {
        padding: 40px;
    }
    .reviews .btns {
        display: none;
    }
    .reviews .btns::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        background-color: transparent !important;
    }
    .reviews .btns::-webkit-scrollbar-thumb {
        background-color: transparent !important;
    }
    .reviews .btns .btn {
        display: inline-block;
        max-width: none;
        margin: 0;
        vertical-align: top;
    }
    .reviews .btns .btn + .btn {
        margin-left: 10px;
    }
    .review_img {
        margin-left: auto;
        margin-right: auto;
    }
    .articles .article .name,
    .articles .big_article .name {
        font-size: 16px;
    }
    .articles .row .article .name,
    .articles .row .article.big .name {
        font-size: 18px;
        line-height: 24px;
    }
    .callback_form {
        background: var(--main);
    }
    .callback_form form .input {
        height: 40px;
        padding-right: 20px;
    }
    .callback_form form .submit_btn {
        position: relative;
        right: 0;
        width: 100%;
        height: 40px;
        margin-top: 20px;
        background: var(--main_hover);
    }
    .list_head {
        margin-bottom: 32px;
    }
    .empty_list {
        font-size: 16px;
    }
    .objects .list .object {
        padding: 5px;
    }
    .objects .list .object .info {
        padding: 20px 15px 0;
    }
    .objects .list .object .rating {
        right: 15px;
    }
    .objects .list .object .features .items {
        max-width: calc(100% + 10px);
        margin-bottom: -8px;
        margin-left: -10px;
    }
    .objects .list .object .features .items > * {
        max-width: calc(100% - 10px);
        margin-bottom: 8px;
        margin-left: 10px;
    }
    .objects .list .object .icons {
        margin-top: 20px;
    }
    .objects .list .object .bottom {
        margin-top: 16px;
        padding: 16px 15px 15px;
    }
    .objects .list .object .location,
    .objects .list .object .location + * {
        width: 100%;
    }
    .objects .list .object .location + * {
        margin-top: 20px;
    }
    .objects .list .object .branches {
        text-align: left;
    }
    .object_branches .swiper-pagination {
        max-width: calc(100vw - 180px);
        column-gap: 0;
    }
    .objects .list .object .link {
        width: 100%;
    }
    .list_head .map_link {
        font-size: 13px;
        padding: 5px 10px 5px 10px;
    }
    .list_head .sort .nice-select .list_item {
        font-size: 13px;
    }
    .list_head .sort {
        font-size: 13px;
    }
    .list_head .sort .name {
        display: none;
    }
    .list_head .filter_btn {
        font-size: 13px;
    }
    .vacancies .search form .icon {
        top: 12px;
        bottom: auto;
        left: 16px;
    }
    .vacancies .search form .input {
        font-size: 14px;
        height: 40px;
        padding-right: 15px;
        padding-left: 46px;
    }
    .vacancies .search form .submit_btn {
        font-size: 14px;
        position: relative;
        right: 0;
        width: 100%;
        height: 40px;
        margin-top: 15px;
    }
    .vacancies .vacancy {
        padding: 20px;
    }
    .vacancies .vacancy .title {
        font-size: 18px;
        line-height: 21px;
    }
    .error_info .code {
        font-size: 96px;
        line-height: 120%;
    }
    .error_info .title {
        font-size: 22px;
        padding: 0 20px;
    }
    .error_info .btns .link {
        width: 100%;
    }
    .article_info .head .info .item .icon {
        width: 32px;
        height: 32px;
    }
    .article_info .socials a + a {
        margin-left: 16px;
    }
    .article_info .socials .icon {
        width: 20px;
        height: 20px;
    }
    .contacts_info .tabs {
        margin: 0 -10px 24px;
        padding: 0 10px 10px;
        border-bottom: 1px solid #cdd1d5;
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        max-width: none;
    }
    .contacts_info .tabs:after {
        display: none;
    }
    .contacts_info .tabs button {
        font-size: 16px;
    }
    .contacts_info .tabs button:after {
        z-index: 3;
        bottom: -10px;
    }
    .contacts_info .tabs button + button {
        margin-left: 30px;
    }
    .contacts_info .items .h2-contact > * {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .contacts_info .items .name {
        margin-bottom: 4px;
    }
    .author_info .photo {
        width: 128px;
        height: 128px;
        margin-bottom: 15px;
    }
    .author_info .name {
        font-size: 18px;
        line-height: 140%;
    }
    .author_info .socials {
        margin-top: 10px;
    }
    .author_info .socials a {
        width: 25px;
        height: 25px;
    }
    .author_info .socials .icon {
        width: 11px;
        height: 11px;
    }
    .map .tabs button {
        width: auto;
        margin: 0 0 10px;
        padding: 12px 24px;
    }
    .map .tabs button + button {
        margin-left: 6px;
    }
    .map .map_wrap > div {
        height: 580px;
    }
    .categories_list .search .input {
        height: 40px;
    }
    .categories_list .alphabet {
        column-gap: 0;
        column-count: 1;
    }
    .categories_list .alphabet .letter {
        font-size: 17px;
    }
    .ratings .tabs {
        margin: 0 -10px 10px;
        padding: 12px 10px;
    }
    .ratings .tabs button {
        width: calc(50% - 10px);
        margin: 0;
        padding: 12px 24px;
        margin-bottom: 10px !important;
        margin-left: 10px !important;
        text-align: center !important;
    }
    .ratings .tabs button + button {
        margin-left: 6px;
    }
    .object_data .object_name {
        font-size: 22px;
    }
    .object_data .add_comment_btn {
        display: flex;
        width: 40px;
        height: 40px;
        padding: 0;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }
	.object_data .complain_btn{
		display:none
	}
   
    .object_data .add_comment_btn .icon,
    .object_data .complain_btn .icon {
        display: block;
    }
    .object_data .add_comment_btn span,
    .object_data .complain_btn span {
        display: none;
    }
    .object_info .block_title {
        font-size: 20px;
    }
    .object_contacts .data {
        padding: 20px;
    }
    .object_services .link {
        font-size: 12px;
        padding: 8px 12px;
    }
    .comments .children > * + *,
    .comments .list > * + * {
        margin-top: 28px;
    }
    .comments .children {
        margin-top: 28px;
        padding-left: 0;
    }
    footer .links {
        column-count: 1;
    }
    footer .socials {
        padding: 0 10px;
    }
    .modal {
        padding: 28px;
    }
    .modal_title {
        font-size: 22px;
    }
    .modal .variants .checks {
        margin-left: 0;
    }
    .modal .variants .checks > * {
        width: 100%;
        margin-left: 0;
    }
    #resume_modal {
        padding: 28px;
    }
    #resume_modal .modal_title {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 24px;
    }
    #add_comment_modal {
        padding: 28px 15px;
    }
    #add_comment_modal .modal_title {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 24px;
    }
    #add_comment_modal .form .date .label {
        font-size: 13px;
    }
    #add_comment_modal .form .date .month {
        width: 102px;
    }
    #add_comment_modal .form .date .nice-select .current {
        padding-left: 11px;
    }
    #add_comment_modal .form .recommend > * {
        width: 100%;
    }
    #add_comment_modal .form .recommend > * + * {
        margin-top: 10px;
        margin-left: 0;
    }
    .success_modal {
        padding: 40px 28px 28px;
    }
    .success_modal .title {
        font-size: 18px;
    }
    .map_modal .object_data .price {
        position: absolute;
        right: 0;
        bottom: 56px;
        margin: 0;
    }
    .contacts_info .tabs .h2-contact {
        font-size: 15px;
    }
    .object_info .items-list {
        max-width: 100%;
        gap: 7px;
    }
    .object_info .item-el {
        font-size: 13px;
    }
    .object_info .item-el img {
        height: 22px;
    }
    .objects .slide .object .name {
        width: calc(100% - 50px);
    }
    .map_modal .object_data .rating {
        width: 100%;
    }
    .map_modal .object_data .comments_link {
        margin-top: 15px;
        margin-left: 0;
    }
    .blog .tabs a {
        width: calc(50% - 12px);
        margin-bottom: 10px;
        margin-left: 10px;
        font-size: 12px;
    }
    html.custom_scroll :not(body) {
        scrollbar-color: var(--main) #cdd1d5;
        scrollbar-width: thin;
    }
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    таблица стилей агента пользователя div {
        display: block;
    }
    .objects .list .object .location .metro {
        flex-wrap: wrap;
    }
    .toc_list li a {
        font-size: 14px;
    }
    .toc_number {
        font-size: 14px;
    }
    .text_block .message {
        font-size: 14px;
    }
    .text_block .quote {
        font-size: 14px;
    }
    .reviews .block_head .title {
        width: 85%;
    }
    .stocks .block_head .title {
        width: 85%;
    }
    .rating_empty .icon {
        display: none !important;
    }
}
.map .tabs button {
    width: calc(50% - 10px);
    padding: 12px 24px;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
    text-align: center !important;
}
.tabs .h2-choice {
    font-size: 13px;
}
.blog-com-title {
    font-size: 17px;
}
.comments>.head .block_title{
	max-width:50%
}
.comments .add_comment_btn {
    font-size: 13px;
}
.ya-share2__list.ya-share2__list_direction_horizontal {
    width: 176px;
}
.object_contacts .trial{
	display:none
}
.mob-trial {
position: fixed;
display: block;
bottom: 1.5%;
left: 5%;
right: 5%;
z-index:9999
}