body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: white;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--my-blue);
    border-radius: 20px;
}
.my-blue {
    color: var(--my-blue);
}
.mb-30 {
    margin-bottom: 30px !important;
}
.list-title {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--my-light-gray);
    color: var(--my-gray);
    padding-bottom: 5px;
    padding-top: 15px;
}
header .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .center .search form input {
    background: var(--my-light-gray);
    border-radius: 44px;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    color: var(--my-black);
    padding: 10px 10px;
    min-width: 282px;
    box-sizing: border-box;
    outline: none;
}
header .center .city {
    /*display: flex;*/
    display: none;
    align-items: center;
    margin-left: 18px;
}
header .center .city .selected {
    font-weight: 600;
    font-size: 14px;
    color: var(--my-blue);
    border-radius: 44px;
    padding: 12px;
    display: flex;
}
.block-user {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    gap: 10px;
}
.block-user_rieltor {
    width: 33px;
    height: 33px;
    border-radius: 50%;
}
.block-user_rieltor a {
    width: 100%;
    height: 100%;
}
.block-user_rieltor a img {
    width: 31px;
    height: 31px;
    border-radius: 50%;
}
.block-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.block-name a {
    margin-left: 0 !important;
}
.block-name div {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right .phone-rieltor {
    color: var(--my-blue);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    position: unset;
    width: auto;
    height: auto;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    transition: .3s;
}
.right .phone-rieltor:hover {
    color: #565b66;
}
.auth-list li {
    border-top: 1px solid var(--my-light-gray);
    border-bottom: 1px solid var(--my-light-gray);
    padding-bottom: 5px;
}
.auth-list li svg {
    margin-right: 10px;
}
header .left .auth-list .client {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
header .left .auth-list li a {
    width: 100%;
    line-height: 21px;
    color: var(--my-black);
    margin: 15px 0 5px;
    display: block;
    height: auto;
    transition: .3s;
}
header .left .auth-list .client span {
    width: 34px;
    height: 21px;
    box-sizing: border-box;
    background: var(--my-light-gray);
    border: 2px solid var(--my-gray);
    border-radius: 25px;
    position: relative;
}
header .left .auth-list .client span:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -3px;
    right: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--my-gray);
    transition: .3s;
}
.agency-name {
    color: var(--my-gray);
}
.block-user .block-picture {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.mobile-group {
    display: none;
}
.desktop-group {
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.modal-connect{
    display: none;
    position: relative;
    z-index: 11;
}
dialog.modal-connect[open] {
    display: block;
}

.modal-connect.open{
    display: block;
}
.modal-connect .content{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--gen-white);
    box-shadow: 0px 10px 15px rgb(0 0 0 / 25%);
    border-radius: 15px;
    box-sizing: border-box;
    padding: 30px;
}
.modal-connect .content .title{
    text-align: center;
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 26px;
    color: var(--my-black);
}
.modal-connect .content .close{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.modal-connect .content .close span{
    display: block;
    position: absolute;
    top: 13px;
    left: 8px;
    width: 15px;
    height: 2px;
    background-color: var(--my-gray);
}
.modal-connect .content .close:hover span{
    background-color: var(--my-blue);
}
.modal-connect .content .close span:first-of-type{
    transform: rotate(45deg);
}
.modal-connect .content .close span:last-of-type{
    transform: rotate(135deg);
}
.modal-connect .bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gen-black);
    opacity: .3;
}
.connect-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.connect-block_info {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
}
.connect-block_info img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.connect-block_info_names {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.connect-block_info_names .rieltor_name {
    color: #040404;
    font-size: 14px;
    font-weight: 400;
}
.connect-block_info_names .agency_name {
    /*color: #929292;*/
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.connect-block_info_names span:nth-child(even) {
    color: #929292;
}
.connect-block_info_phone {
    color: #52758E;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}
.connect-block_buttons {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 11px;
    max-width: 350px;
    overflow-x: scroll;
    .connect-button.copyPhoneBtn {
        display: none;
    }
}
.connect-block_buttons::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
.connect-block_buttons::-webkit-scrollbar-track {
    background: transparent;
    width: 0;
    height: 0;
    display: none;
}
.connect-block_buttons::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0;
    width: 0;
    height: 0;
    display: none;
}
.copy-message {
    position: absolute;
    padding: 7px 10px;
    color: #929292;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}
.phone-block {
    position: relative;
    margin-right: 10px;
}
.desktop-group .header.copy-message {
    position: absolute;
    padding: 10px;
    color: #929292;
    top: 45px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
    width: max-content;
}
.detail .pagination-block {
    position: absolute;
    display: flex;
    flex-direction: row;
    left: 30px;
    gap: 15px;
    bottom: 2%;
}
.detail .pagination-block .mobile-block-id {
    width: auto;
    background-color: var(--my-light-gray);
    color: var(--my-gray);
    font-size: 10px;
    padding: 1px 8px;
    border-radius: 44px;
    transform: translate(-50%, 0);
    z-index: 10;
}
.detail .pagination-block .swiper-pagination {
    position: unset !important;
}
.detail .mobile-block-commission {
    position: absolute;
    left: 50px;
    top: 3%;
    width: auto;
    background-color: var(--my-light-gray);
    color: var(--my-gray);
    font-size: 10px;
    padding: 1px 8px;
    border-radius: 44px;
    transform: translate(-50%, 0);
    z-index: 10;
    text-transform: uppercase;
}
.detail .block-name div {
    font-size: 12px;
    white-space: break-spaces;
    text-overflow: unset;
}
.detail .interface .block-name a {
    color: #040404;
}
.detail .block-user_rieltor {
    width: 31px;
    height: 31px;
}
.notes.mobile {
    display: flex;
    width: 100%;
    margin-top: 15px;
}
.detail .all-inf .content .notes.mobile {
    order: 3;
}

.notes.mobile form {
    position: relative;
    display: none;
}
.notes.mobile input:not(:valid) {
    background-color: rgba(82, 117, 142, 0.3);
}
.notes.mobile input {
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
}
.notes.mobile .note {
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #52758E;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    margin-right: 5px;
    transition: .3s;
    width: 100%;
    justify-content: center;
    gap: 10px;
}
.notes.mobile form.open {
    display: block;
    width: 100%;
}
.notes.mobile a.close.note {
    display: none;
}
.notes.mobile.close .active-note {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: var(--my-light-gray);
}
.notes.mobile.close .active-note button:before, .notes.mobile.close .active-note button:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 2px;
    background-color: var(--my-blue);
}
.notes.mobile.close .active-note button:before {
    transform: rotate(45deg);
}
.notes.mobile.close .active-note button:after {
    transform: rotate(135deg);
}
.notes.mobile.close .active-note button {
    border: 0;
    width: 15px;
    height: 13px;
    position: relative;
    cursor: pointer;
    background-color: inherit;
}
.notes.mobile.close .note,
.notes.mobile.close form,
.notes.mobile.close form.open {
    display: none;
}

header .left .lk {
    background-image: url(/uploads/assets/images/icon/lk.svg);
    background-position: left;
    background-size: auto;
    width: 33px;
    align-items: center;
    position: relative;
    color: var(--my-gray);
    height: 33px;
    background-repeat: no-repeat;
    transition: .3s;
    margin-left: 10px;
}
header .left .menu .logo {
    margin: 0 10px;
}
header .left a:not(:first-of-type) {
    margin-left: 15px;
}
header .list ul li .client {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .list ul li .client span:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -3px;
    right: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--my-gray);
    transition: .3s;
}
header .block-user .block-picture .block-user_rieltor .lk {
    background-image: unset;
    background-position: unset;
    background-size: unset;
    width: 100%;
    height: 100%;
    background-repeat: unset;
    margin-left: 0;
}
header .block-picture .block-user_rieltor .lk.active:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 12px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: url(/uploads/assets/images/icon/client.svg) center center / auto no-repeat var(--my-orange);
}
header .list ul li .client.active span::before {
    background-color: var(--my-orange);
    left: 12px;
}
header .list ul li .client span {
    width: 34px;
    height: 21px;
    box-sizing: border-box;
    background: var(--my-light-gray);
    border: 2px solid var(--my-gray);
    border-radius: 25px;
    position: relative;
}
.card .group .location object a {
    display: flex;
}
.card .group .location object a p {
    color: #52758E !important;
}
.detail .all-inf .view-right_content {
    width: calc(100% - 804px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.detail .all-inf .view-right_content .recomends {
    width: 100%;
}
.responsible-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.responsible-rieltor {
    display: flex;
    width: 100%;
    padding: 5px 3px 5px 5px;
    align-items: center;
    gap: 5px;
    border-radius: 15px;
    background: #F0F0F0;
    box-sizing: border-box;
}
.responsible-rieltor img {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #FFF;
}
.responsible-rieltor .responsible-rieltor_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}
.rieltor_info_name p {
    overflow: hidden;
    color: #040404;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}
.rieltor_info_name .responsible-agency_name {
    color: #929292;
}
.showall_responsible {
    background: var(--gen-white);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    border: 0;
    padding: 10px 0;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    color: var(--my-gray);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
    display: block;
    margin: 10px 0;
}
.showall_responsible:hover {
    background: #52758E;
    color: #FFFFFF;
}
.border-exclusive {
    border-color: #61C991 !important;
}
.border-depart {
    border-color: #6BBDFF !important;
}
.detail .responsible-tag {
    font-size: 10px;
    color: var(--my-black);
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    border-radius: 82px;
    padding: 2px 5px;
    width: fit-content;
}
.detail .responsible-tag.exclusive {
    background-color: #61C991;
}
.detail .responsible-tag.depart {
    background-color: #6BBDFF;
}
.swiper-container-product .swiper-pagination {
    display: block !important;
}
.detail .heading .interface .block-name a {
    text-transform: unset;
}
.connect-block-info-object .group-location object a {
    display: flex;
    flex-direction: row;
}
.connect-block-info-object .group-location object a p {
    color: #52758E;
}
.ads .tabs__content .object .inf .location a {
    display: flex;
    flex-direction: row;
}
.ads .tabs__content .object .inf .location p {
    color: #52758E;
}
.ads .tabs__content .object .img {
    position: relative;
}
.link-tab a {
    font-weight: 600;
    color: var(--my-gray);
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 10px 15px;
}
.detail .preview-agent {
    position: absolute;
    z-index: 10;
    top: 5px;
    right: 5px;
}
.notes-view form {
    display: flex;
    flex-direction: column;
}
.notes-view form textarea {
    font-family: Segoe UI;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    border: none;
    width: 100%;
}

.notes-view form button[type=submit] {
    border-radius: 44px;
    border: 0;
    width: 204px;
    padding: 12px 0;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    background-color: var(--my-blue);
    color: var(--gen-white);
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
}
.detail .heading .interface .notes.close .active-note {
    max-width: 310px;
}
.detail .heading .interface .notes.close .active-note span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.commissions-close .responsible-block {
    display: none !important;
}
.pattern .folders .block .interface .del:hover:after,
.ads .tabs__content .object .inf .interface .del:hover:after {
    content: 'Перенести в архив' !important;
}
.detail .heading .interface > div {
    max-height: 34px;
}
.template .main-photo {
    width: 100%;
    max-height: 245px;
    overflow: hidden;
}
.template .main-photo img {
    width: 100%;
}
.detail.template .heading {
    width: 100%;
}
.vendors-block {
    background: #CCD6DE;
    padding: 20px;
    border-radius: 15px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vendors-block_title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #040404;
}
.vendors-block i {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    color: #929292;
}
.vendors-block_button {
    background: var(--gen-white);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    border: 0;
    padding: 10px 0;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    color: var(--my-blue);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
    display: block;
    margin-bottom: 0;
}
.vendors-block_button:hover {
    color: var(--gen-white);
    background: var(--my-blue);
}
.template .all-inf .heading {
    margin: 15px 0;
}
.second-title {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #040404;
}
.wrapper-list-block {
    background: #CCD6DE;
    padding: 30px;
    border-radius: 15px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
    position: relative;
}
.list-block_title {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #040404;
}
.list-block_title i {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 29px;
    color: #929292;
}
.index-block_button {
    background: var(--gen-white);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    border: 0;
    padding: 10px 0;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    color: var(--my-blue);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
    display: block;
    margin-bottom: 0;
}

.index-block_button:hover {
    color: var(--gen-white);
    background: var(--my-blue);
}
.template .all-inf .view-right_content {
    padding-top: 65px;
}
.vendors-wrapper .cards {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
}
.vendors-wrapper .cards .card {
    margin-right: 9px;
}
.wrapper-list-block .cards {
    flex-wrap: nowrap;
    overflow-x: auto;
    /*white-space: nowrap;*/
}
.wrapper-list-block .cards .card {
    margin-right: 9px !important;
    min-width: 290px;
}
.wrapper-list-block .left-scroll:before,
.wrapper-list-block .right-scroll:before {
    content: '';
    background: url(/uploads/assets/images/icon/slider-arrow-active.svg) center center / cover no-repeat;
    width: 12px;
    height: 22px;
}
.wrapper-list-block .left-scroll:before {
    transform: rotate(180deg);
}
.wrapper-list-block .left-scroll {
    left: 8px;
}
.wrapper-list-block .right-scroll {
    right: 8px;
}
.wrapper-list-block .left-scroll,
.wrapper-list-block .right-scroll {
    top: 50%;
    cursor: pointer;
    position: absolute;
    display: flex;
}
.wrapper-list-block .cards::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.wrapper-list-block .cards::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--my-blue);
}
.wrapper-list-block .cards::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}
.grid .recomends .showall {
    background: var(--gen-white);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    border: 0;
    padding: 10px 0;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    color: var(--my-gray);
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    cursor: pointer;
    transition: .3s;
    display: block;
    margin-top: 10px;
}
.grid .recomends .showall:hover {
    background-color: var(--my-blue);
    color: var(--gen-white);
}
.detail .all-inf .content #detail-template-map {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
}
.card-blur {
    position: relative;
}
.card-blur > div {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.card-blur .image img {
    width: 290px;
}
.card-blur .group a  {
    pointer-events: none;
    cursor: default;
}
.card-blur .showall {
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: var(--my-blue);
    background-color: var(--gen-white);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    margin-right: 5px;
    transition: .3s;
    position: absolute;
    top: 50%;
    left: 33%;
}
.card-blur .showall:hover {
    color: var(--gen-white);
    background-color: var(--my-blue);
}
.rekom_title {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #040404;
    margin-bottom: 18px;
}
/*.list-block .card-blur {
    height: 393px;
}*/
.main-title {
    margin: 19px 0 0 !important;
    font-style: normal;
    font-weight: 600;
    font-size: 33px !important;
    line-height: 44px;
}
#MiniFilterForm .select-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#MiniFilterForm label {
    cursor: pointer;
    margin-right: 10px;
}
#MiniFilterForm label p:hover,
#MiniFilterForm label.active p {
    background-color: var(--my-blue);
    color: var(--gen-white);
}
#MiniFilterForm label input {
    display: none;
}
#MiniFilterForm label p {
    color: var(--my-blue);
    font-weight: 600;
    align-items: center;
    text-transform: uppercase;
    font-size: 10px;
    background-color: var(--gen-white);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    padding: 10px 15px;
    transition: .3s;
}
#MiniFilterForm button[type="submit"] {
    font-weight: 600;
    align-items: center;
    text-transform: uppercase;
    font-size: 10px;
    background-color: var(--my-blue);
    color: var(--gen-white);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    padding: 10px 15px;
    transition: .3s;
    outline: none;
    border: none;
    cursor: pointer;
}
#MiniFilterForm button[type="submit"]:hover {
    color: var(--my-blue);
    background-color: var(--gen-white);
}
.grid a.map {
    background-color: var(--my-blue);
    color: var(--gen-white);
    padding: 8px 15px;
    margin-bottom: 0;
    display: flex;
    gap: 3px;
    /*margin-left: 10px;*/
    font-weight: 600;
    align-items: center;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 44px;
    transition: .3s;
}
.grid a.map:hover {
    color: var(--my-blue);
    background-color: var(--gen-white);
}
.grid a.map:hover svg path {
    fill: var(--my-blue);
}
[class*="cat-"] {
    margin-top: 9px;
}
.grid .right {
    margin-top: 30px;
}
.list-block_title span {
    color: #929292;
}
.mob-btn {
    display: none;
}
.all-category {
    margin-bottom: 0 !important;
}
#detail-template-map > ymaps,
#detail-template-map > ymaps > ymaps {
    width: 100% !important;
}
.grid .filters .select-category {
    flex-direction: column;
}
.grid .filters .group label {
    width: fit-content;
}
.grid .filters .group.base label p span {
    width: calc(100% - 25px) !important;
}
.grid .category .wrapper {
    align-items: baseline !important;
}
.templates .cards .card .group .interface {
    justify-content: center;
}
.category .count {
    color: #929292;
}
.wrapper-list-block .cards .card .group .interface {
    justify-content: center;
}
.select-search-wrapper .select2-container {
    width: 100% !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(82, 117, 142, 0.3);
    color: black;
}
.select-search-wrapper .select2-container--default .select2-selection--single {
    position: relative;
    background-color: var(--gen-white);
    color: var(--my-gray);
    font-size: 11px;
    border-radius: 40px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid var(--gen-white);
}
.select2-dropdown {
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid white;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}
.select2-container--open .select2-dropdown--below {
    border-radius: 16px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 2px !important;
    /*height: 0 !important;*/
}
body::-webkit-scrollbar-track {
    background: rgba(146, 146, 146, 0.56);
}
body::-webkit-scrollbar-thumb {
    background-color: #929292;
    border-radius: 8px;
}
/*Так нельзя использовать, потому что там позиционирование динамично*/
/*.select2-container.select2-container--default.select2-container--open {
    top: 715px !important;
}*/
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    padding: 8px 20px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    border: none;
    outline: none;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 280px;
}
.select2-container--open .select2-dropdown--above {
    border-radius: 16px;
}
.select2-results__option {
    font-size: 11px;
}
a.parent-tag {
    background-color: var(--my-blue) !important;
    color: var(--gen-white) !important;
    max-width: 100px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.cards .card .group .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.cards .card .group .tags a {
    top: 0px !important;
}
.ads .tabs__content .object .inf .interface a {
    color: #929292;
    font-size: 9px;
    text-transform: uppercase;
    padding: 10px 3px;
    height: fit-content;
    width: fit-content;
    white-space: pre;
}
.ads .tabs__caption {
    flex-wrap: wrap;
}
.ads .tabs__caption li {
    margin-bottom: 10px;
    color: var(--my-blue);
    font-weight: 600;
    align-items: center;
    text-transform: uppercase;
    font-size: 10px;
    background-color: var(--gen-white);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    /*padding: 10px 15px;*/
    transition: .3s;
}
.ads .tabs__caption li:nth-of-type(1):before {
    content: none;
    background: none;
}
.ads .tabs__caption li:nth-of-type(2):before {
    content: none;
    background: none;
}
.ads .tabs__caption li:nth-of-type(3):before {
    content: none;
    background: none;
}
.ads .tabs__caption li {
    font-size: 14px;
}
.ads .tabs__caption li a {
    color: var(--my-blue);
}
.ads .tabs__caption li.active {
    color: #ffffff;
    background-color: var(--my-blue);
}
.link-tab.active a {
    color: #ffffff !important;
    /*font-size: 14px;
    font-weight: 600;*/
}
.ads .tabs__caption li span {
    font-size: 14px;
    font-weight: 600;
    margin-left: 2px;
}
.link-tab.active a span {
    color: #ffffff !important;
}
.ads .tabs__caption li:not(:last-of-type) {
    margin-right: 10px;
}
.ads .tabs__content .object .inf .statistic .look {
    width: 35%;
}
.ads .tabs__content .object .inf .statistic .time {
    width: 60%;
}
.ads .tabs__content .object .inf .statistic .time .color-green {
    color: #358A5C;
}
.ads .tabs__content .object .inf .statistic .time .color-orange {
    color: #FF6915;
}
.ads .tabs__content .object .inf .statistic .time .color-red {
    color: #E27272;
}
.ads .tabs__content .object .inf .statistic .time .color-blue {
    color: #52758E;
}
.agency-view-container {
    display: flex;
    padding: 20px 0;

}
.agency-view-container .swiper-container-item {
    height: auto;
    min-height: 410px;
}
.agency-view-container .picture-agency-cover {
    width: 60%;
    height: 100%;
    min-height: 450px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.agency-view-container .picture-agency-cover img {
    display: none;
}
.agency-descriptions {
    flex-direction: column;
    padding-left: 20px;
    flex-basis: 45%;
}
.agency-list-wrapper {
    max-width: 1100px;
    width: 100%;
}
.agency-list-wrapper * {
    box-sizing: border-box;
}
.wrapper-connect_block__buttons {
    position: relative;
    padding: 0 25px;
    flex-grow: 1;
}
.wrapper-connect_block__buttons .left-scroll,
.wrapper-connect_block__buttons .right-scroll {
    top: 20%;
    cursor: pointer;
    position: absolute;
    display: flex;
}
.wrapper-connect_block__buttons .left-scroll:before,
.wrapper-connect_block__buttons .right-scroll:before {
    content: '';
    background: url(/uploads/assets/images/icon/slider-arrow-active.svg) center center / cover no-repeat;
    width: 12px;
    height: 22px;
}
.wrapper-connect_block__buttons .left-scroll:before {
    transform: rotate(180deg);
}
.wrapper-connect_block__buttons .left-scroll {
    left: 8px;
}
.wrapper-connect_block__buttons .right-scroll {
    right: 8px;
}
.wrapper-connect_block__buttons .connect-block_buttons {
    position: relative;
}
.wrapper-realtors {
    position: relative;
}
.wrapper-realtors .left-scroll,
.wrapper-realtors .right-scroll {
    top: 50%;
    cursor: pointer;
    position: absolute;
    display: flex;
}
.wrapper-realtors .left-scroll:before,
.wrapper-realtors .right-scroll:before {
    content: '';
    background: url(/uploads/assets/images/icon/slider-arrow-active.svg) center center / cover no-repeat;
    width: 12px;
    height: 22px;
}
.wrapper-realtors .left-scroll:before {
    transform: rotate(180deg);
}
.wrapper-realtors .left-scroll {
    left: 8px;
}
.wrapper-realtors .right-scroll {
    right: 8px;
}
.wrapper-realtors .agency-list-realtors {
    overflow-x: scroll;
    width: 100%;
    gap: 28px;
    position: relative;
}
.wrapper-realtors .agency-list-realtors::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.wrapper-realtors .agency-list-realtors::-webkit-scrollbar-track {
    background: transparent;
}
.wrapper-realtors .agency-list-realtors::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
}
.wrapper-realtors .connect-block_info img {
    width: 114px;
    height: 114px;
}
.connect-block-info-item {
    background: #FFFFFF;
    flex-direction: column;
}
.connect-block-info-item .agency-list-show-more {
    padding: 10px;
}
.agency-introduction {
    background-color: #E1F1FFB0;
    width: 100%;
    padding: 35px 70px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.agency-introduction p {
    font-size: 20px;
    font-weight: 600;
}
.agency-introduction .introduction-button {
    background-color: #1676C4;
    border-radius: 44px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
}
.agency-introduction .introduction-button p {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 18.62px;
}

.connect-block_single {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    .connect-single_button {
        display: flex;
        justify-content: center;
        padding: 0 20px;
        background-color: #3c8dc8;
        border-radius: 25px;
        p {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 600;
            text-align: center;
            color: #FFFFFF;
            display: flex;
            gap: 10px;
        }
        p:before {
            content: '';
            width: 20px;
            height: 20px;
            background: url(/uploads/assets/images/icon/phone.svg) center center / cover no-repeat;
            display: block;
        }
    }
}
.modal-connect form textarea {
    font-family: "Segoe UI";
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 0px;
    background-color: var(--my-light-gray);
    padding: 10px 15px;
    outline: none;
    appearance: none;
    width: 100%;
}
.modal-connect form input[type="text"] {
    width: 100%;
}
.modal-connect form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal-connect form button[type=submit] {
    border-radius: 44px;
    border: 0;
    width: 204px;
    padding: 12px 0;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    background-color: var(--my-blue);
    color: var(--gen-white);
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
}
.modify-page.agency {
    .picture-agency-cover {
        img {
            display: block;
        }
    }
}
.modify-page {
    .grid {
        .content {
            margin-top: 30px;
        }
        h1 {
            margin-top: 20px;
        }
    }
    .category {
        display: none;
    }
    h1.main-title {
        display: none;
    }
    .modify-title {
        margin-top: 20px;
        span {
            color: #929292;
        }
    }
    .modify-category {
        max-width: 835px;
        width: 100%;
        .wrapper {
            display: flex;
            gap: 10px;
            .wrapper_category-item {
                flex-grow: 1;
                .category-item {
                    color: #515662;
                    font-family: Segoe UI;
                    font-size: 20px;
                    font-weight: 600;
                    line-height: 26.6px;
                    text-align: center;
                    padding: 8px 14px;
                    background-color: #E1F1FFB0;
                    border-radius: 12px;
                    display: flex;
                    gap: 5px;
                    align-items: center;
                    transition: ease .2s;
                    .title-wrapper {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        span.count {
                            border-radius: 11px;
                            background-color: #FFFFFF;
                            color: #929292;
                            font-family: Segoe UI;
                            font-size: 10px;
                            font-weight: 600;
                            line-height: 18.3px;
                            text-align: center;
                            width: fit-content;
                            padding: 0 6px;
                        }
                    }
                }
                .category-item:hover {
                    transform: scale(1.1);
                }
            }
            .mobile {
                display: none;
            }
        }
    }
}
.modify-page.main {
    .grid .content {
        margin-top: 0;
    }
}
.agency-address {
    border-radius: 15px;
    padding: 10px 10px;
    background-color: #F0F0F0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .agency-address_block {
        span {
            font-family: Segoe UI;
            font-size: 14px;
            font-weight: 400;
            line-height: 13.58px;
            text-align: left;
            color: #040404;
        }
        p {
            font-family: Segoe UI;
            font-size: 14px;
            font-weight: 400;
            line-height: 18.62px;
            text-align: left;
            color: #929292;
            margin: 0;
        }
    }
    .agency-address_link {
        background-color: #ffffff;
        border-radius: 44px;
        max-height: 33px;
        padding: 5px 10px;
        color: #52758E;
        font-family: Segoe UI;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        img {
            width: 15px;
        }
    }
}
.agent-info-modal {
    .content {
        .title {
            margin: 0;
        }
        .sub-title {
            font-family: Segoe UI;
            font-size: 14px;
            font-weight: 400;
            line-height: 18.62px;
            text-align: center;
            color: #929292;
        }
    }
    .agency-name {
        font-family: Segoe UI;
        font-size: 14px;
        font-weight: 400;
        line-height: 18.62px;
        text-align: center;
        color: #929292;
    }
    .connect-block {
        .link-block {
            display: flex;
            gap: 10px;
            align-items: center;
            justify-content: center;
            .link-block_item {
                font-family: Segoe UI;
                font-size: 16px;
                font-weight: 600;
                line-height: 21.28px;
                text-align: left;
                color: #52758E;
                img {
                    width: 30px;
                }
            }
        }
        img {
            width: 100%;
            max-width: 500px;
            height: auto;
        }
    }
}
.connect-block-info-realtors {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    .connect-block-info-item {
        width: calc((100% / 3) - 20px);
        position: relative;
        align-items: center;
        background-color: #F0F0F0;
        flex-direction: row;
    }
}
footer .custom-btn {
    max-width: 260px;
}
.custom-btn {
    width: 100%;
    height: 65px;
    color: #fff;
    border-radius: 12px;
    padding: 10px 25px;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    justify-content: center;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    display: flex;
    gap: 5px;
    align-items: center;
}

/* 11 */
.btn-11 {
    border: none;
    background: #3d8cc6;
    background: #3d8cc6;
    color: #fff;
    overflow: hidden;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 4s ease-in-out infinite;
}
.btn-11:hover{
    opacity: .7;
}
.btn-11:active{
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.agency-introduction.sale-block {
    justify-content: center;
}
.block-user_rieltor {
    position: relative;
    .user-online {
        position: absolute;
        background-color: #38CE38;
        width: 11px;
        height: 11px;
        bottom: -3px;
        right: -4px;
        border-radius: 50%
    }
}
.slider {
    width: 100%;
    .gallery-main {
        height: 600px;
    }
}
.swiper-slide.plan {
    position: relative;
    .tag-plan {
        position: absolute;
        bottom: 10px;
        right: 10px;
        border-radius: 44px;
        background-color: #52758E;
        text-transform: uppercase;
        font-family: Segoe UI;
        font-size: 10px;
        font-weight: 600;
        line-height: 13.3px;
        text-align: center;
        color: #FFFFFF;
        padding: 3px 5px;
    }
}
.agency-descriptions-description-text {
    flex-direction: column;
    p {
        margin: 5px 0;
    }
}
.ads .tabs__content .object-preview-id {
    bottom: 14px;
}
.ads .tabs__content .object .inf .interface .share {
    background-image: none !important;
}
.ads .tabs__content .object .inf .interface .share:hover {
    background-image: none !important;
}
.tabs__content .object .inf .interface .share:hover:after {
    content: none !important;
}
.share-modal .content .links {
    justify-content: center;
}
.object .interface .publish,
.object .interface .unpublish {
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail .heading .interface .group {
    min-height: 45px;
}
.new-obj form .group.lot_registered .error span {
    top: 17px;
}
.step .select-search-wrapper .select2-container {
    max-width: 480px;
}
.step .select-search-wrapper .select2-container--default .select2-selection--single {
    height: 40px;
    background-color: #F0F0F0;
}
.step .select-search-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 5px 10px;
    font-size: 16px;
    color: #929292;
}
.step .select-search-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -15px;
    margin-top: 2px;
}
.new-obj form .textarea .error {
    position: relative;
}
.new-obj form .textarea .error span {
    position: absolute;
    color: var(--my-orange);
    width: max-content;
    top: -5px;
    left: 2px;
}
.new-obj form textarea.err {
    box-shadow: inset 0 0 0px 2px var(--my-orange);
}

.agency-descriptions .agency-advertisements .agency-advertisements_button {
    background-color: var(--my-blue) !important;
    color: var(--gen-white) !important;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    border: 0;
    text-transform: uppercase;
    border-radius: 82px;
    padding: 2px 10px;
    cursor: pointer;
    transition: .3s;
    position: relative;
}
@media (max-width: 1109px) {
    .template .all-inf .view-right_content {
        padding-top: 0;
    }
    .tabs__content {
        .interface {
            flex-wrap: wrap;
            gap: 5px;
            a {
                flex-grow: 1;
                text-align: center;
            }
        }
    }
}
@media (min-width: 1109px) {
    /*.pagination-block {
        display: none !important;
    }*/
    .mobile-block-commission {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1109px) {
    .link-tab a {
        font-size: 10px;
    }
    header .city .selected {
        display: none !important;
    }
    .detail .view-right_content {
        width: 100% !important;
    }
    .ads .tabs__caption li {
        width: auto;
    }
}
@media (min-width: 767.98px) {
    .detail .interface .openConnectModal {
        display: none !important;
    }
    .detail .block-user {
        display: none !important;
    }
    .mobile-block-commission {
        display: none !important;
    }
    .notes.mobile {
        display: none !important;
    }
    .detail .preview-agent {
        display: none !important;
    }
}
@media (min-width: 767px) {
    .interface .search-mob,
    .interface .search {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .agent-info-modal {
        .content .title {
            font-size: 22px;
        }
    }
    .connect-block-info-realtors {
        .connect-block-info-item {
            width: 100%;
        }
    }
    .wrapper-realtors {
        .left-scroll,
        .right-scroll {
            display: none;
        }
    }
    .modify-category {
        width: 100%;
        .wrapper {
            justify-content: start;
            overflow-x: scroll;
            .wrapper_category-item {
                .category-item {
                    font-family: Segoe UI;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 15.96px;
                    text-align: center;
                    flex-direction: column;
                    background-color: #E1F1FFB0;
                    padding: 10px;
                    border-radius: 12px;
                    /*img {
                        background-color: #E1F1FFB0;
                        padding: 10px;
                        border-radius: 12px;
                    }*/
                    span:not(.count) {
                        display: none;
                    }
                }
                .category-item:hover {
                    transform: scale(1.1);
                }
                .mobile {
                    display: block;
                    text-align: center;
                    color: #515662;
                }
            }
        }
    }
    .agency-view-container {
        flex-direction: column;
        padding-top: 0;
        .swiper-container-item {
            margin-bottom: 10px;
            height: 300px;
        }
        .picture-agency-cover {
            width: 100%;
            min-height: unset;
            height: auto;
            max-height: 400px;
            overflow: hidden;
            margin-bottom: 10px;
            img {
                display: block;
                height: 100%;
            }
        }
        .agency-descriptions {
            padding: 0 10px;
            align-items: center;
            .order-call-bid-button {
                margin-bottom: 10px;
                order: -6;
            }
            .agency-descriptions-desc-social {
                margin: 0;
            }
            .agency-address {
                order: -4;
            }
            .agency-descriptions-social {
                display: none;
            }
            .agency-descriptions-desc-social {
                order: -4;
                .agency-descriptions-description {
                    max-width: 100%;
                    p {
                        margin: 0;
                    }
                }
            }
            .wrapper-connect_block__buttons {
                order: -5;
                width: 100%;
            }
            .connect-block_single {
                display: none;
            }
            .connect-block_buttons {
                justify-content: center;
                .connect-button.copyPhoneBtn {
                    display: block;
                }
            }
        }
        .agency-descriptions-titles {
            align-items: center;
            a {
                .agency-caption {
                    font-family: Segoe UI;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 21.28px;
                    text-align: left;
                    color: #52758E;
                }
            }
        }
    }
    /*.agency-list-show-more {
        display: none;
    }*/
    .agency-list-realtors {
        flex-direction: row;
        overflow-x: scroll;
    }
    .agency-introduction {
        padding: 15px 10px;
        flex-direction: column;
        align-items: center;
        > p {
            margin: 10px 0 20px;
            font-size: 15px;
            text-align: center;
        }
        .introduction-button {
            justify-content: center;
            padding: 5px 26px;
            width: fit-content;
        }
    }
    .grid .category .wrapper {
        flex-direction: column;
        margin: 10px 0;
        gap: 9px;
    }
    .grid .category a {
        margin: 0 !important;
    }
    .grid .content .category {
        overflow-x: scroll;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .grid .wrap {
        padding: 0;
    }
    .grid .wrapper-list-block {
        padding: 10px 0;
        border-radius: 0;
    }
    .grid .wrapper-list-block .list-block_title {
        padding-left: 5px;
    }
    .grid .wrapper-list-block .left-scroll,
    .grid .wrapper-list-block .right-scroll {
        display: none;
    }
    .detail .all-inf .description {
        width: 100%;
    }
    .detail .preview-agent {
        display: block;
    }
    .block-name .agency-name {
        display: none !important;
    }
    .link-tab a {
        font-size: 10px;
    }
    .detail .view-right_content {
        width: 100% !important;
    }
    .detail .heading .interface .notes {
        display: none !important;
    }
    .detail .heading .interface .group .openConnectModal svg path {
        fill: #ffffff;
    }
    .commission.com {
        display: none !important;
    }
    .block-name div {
        max-width: 50vw;
    }
    .modal:not(.compilition) .content {
        width: calc(100% - 30px);
    }
    .modal-connect .content {
        width: calc(100% - 30px);
    }
    .city .modal .content a {
        width: 100%;
    }
    .city .modal .content {
        padding: 30px;
    }
    .modal-connect .content {
        padding: 10px;
    }
    .desktop-group {
        display: none;
    }
    .mobile-group {
        display: flex;
        flex-direction: row;
        margin-right: 10px;
    }
    header .city .selected {
        display: none !important;
    }
    .search .mob {
        display: flex;
        margin-left: 10px;
    }
    header .wrap {
        position: relative;
    }

    .search form {
        display: none;
        position: absolute;
        background: white;
        left: 40px;
        right: 0;
        top: 0;
        z-index: 2;
    }
    .search form.open {
        display: flex;
        align-items: center;
    }
    .search form input {
        width: 95%;
        min-width: initial;
        margin: 0;
    }
    .search form input {
        background: var(--my-light-gray);
        border-radius: 44px;
        border: 0;
        font-weight: 400;
        font-size: 14px;
        color: var(--my-black);
        padding: 10px 10px;
        min-width: 280px;
        box-sizing: border-box;
        outline: none;
    }
    .template .vendors-block {
        width: 100%;
        padding: 10px;
    }
    .template .vendors-block .vendors-wrapper {
        width: 100%;
        overflow-x: scroll;
        padding-top: 0;
    }
    .template .vendors-block .vendors-wrapper .cards {
        width: max-content;
    }
    .template .vendors-block .cards .card:not(:last-of-type) {
        margin-right: 4px;
    }
    .template .vendors-block .cards .card {
        width: 308px;
        margin: 0;
    }
    .template.wrap {
        padding: 0;
    }
    .template > .heading {
        padding: 0 10px;
    }
    .template .all-inf .content .heading {
        order: -4;
        padding: 0 10px;
    }
    .template .all-inf .content .slider {
        order: -3;
    }
    .template .all-inf .content .about-object {
        order: -2;
        padding: 0 10px;
    }
    .template .all-inf .content .location {
        order: -1;
        padding: 0 10px;
    }
    .template .all-inf .content .description {
        order: 0;
        padding: 0 10px;
    }
    .template .all-inf .content .tags {
        order: 2;
    }
    .template .all-inf .content .obj-footer {
        order: 2;
        padding: 0 10px;
    }
    .template .all-inf .content .breadcrumbs.mob {
        order: 3;
        margin: 20px 10px;
    }
    .mob-btn {
        display: flex;
        flex-direction: row;
        position: fixed;
        bottom: 10px;
        z-index: 20;
        transform: translate(-50%, 0);
        left: 50%;
    }
    #MiniFilterForm {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        padding-left: 5px;
    }
    #MiniFilterForm * {
        margin: 0 !important;
    }
    #MiniFilterForm label p {
        margin: 0;
    }
    #MiniFilterForm .select-category {
        align-items: baseline;
        flex-direction: column;
        gap: 10px;
    }
    #MiniFilterForm .rent-block {
        gap: 10px;
    }
    .main-title,
    .rekom_title {
        margin-left: 10px !important;
    }
    .grid .category {
        margin-top: 0 !important;
    }
    .vendors-block .left-scroll,
    .vendors-block .right-scroll {
        display: none;
    }
    .interface .search form input {
        padding: 7px 10px;
    }
    .ads .tabs__caption li {
        flex-grow: 1;
        padding: 0;
    }
}
@media (max-width: 600px){
    .tabs__content {
        .interface {
            flex-wrap: wrap;
            gap: 5px;
            a {
                flex-grow: 1;
                text-align: center;
            }
        }
    }
}
@media (max-width: 390px){
    .new-obj form .group.radio.line label span {
        padding: 10px 22px;
    }
}
@media (min-width: 360px) and (max-width: 480px){
    .block-name div {
        max-width: 35vw;
    }
}
@media (max-width: 360px) {
    .block-name div {
        max-width: 25vw;
    }
    .agent-info-modal .connect-block .link-block {
        gap: 4px;
    }
    .agent-info-modal .agency-descriptions-social.phone-block {
        gap: 4px;
    }
}
