html,
body {
    overflow-x: hidden;
    font-family: LatoRegular, sans-serif;
}

h1 {
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 2.0em !important;
    font-weight: normal;
}

h2 {
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 1.8em !important;
    font-weight: normal;
}

h3 {
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 1.4em;
    font-weight: normal;
}

.wrap {
    overflow: hidden;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background-color: #fbfbfb;
}

.navbar-collapse {
    overflow: inherit !important;
}

.dropdown-menu .checkbox a {
    color: #333333;
}

.menu-currency {

    width: 17px;
    height: 14px;
    display: inline-block;
    left: -5px;
    position: absolute;
    top: 18px;
}

.select2-dropdown {
    z-index: 9999 !important;
}

.menu-currency-in {
    width: 16px;
    height: 13px;
    display: inline-block;
    margin-right: 5px
}

.menu-BYN {
    background: url("/images/byn.svg");
    background-size: cover;
}

.menu-USD {
    background: url("/images/usd.svg");
    background-size: cover;
}

.menu-EUR {
    background: url("/images/eur.svg");
    background-size: cover;
}

.menu-RUB {
    background: url("/images/rub.svg");
    background-size: cover;
}

.menu-btn {
    color: white;
    background-color: #158cba !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 8px;
}

.mr-5p {
    margin-right: 5%;
}

.container-fluid {
    padding-left: 2% !important;
    padding-right: 2% !important;
}

.content-block {
    min-height: 684px;
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    color: #ffffff;
    margin-top: 30px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.files-block {
    padding: 10px 0;
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.apartment-equipment-form label {
    margin: 5px;
}

.breadcrumb {
    margin-top: 20px;
    background-color: unset !important;
    font-size: 13px;
    padding: 0;
}

.breadcrumb li:last-child a {
    color: #337bb6;
}

.label-digit {
    position: relative;
    top: 2px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    padding: 5px 8px 5px;
    text-shadow: none;
    background: #a4a4a4;
}

.room_count {
    background-color: #e5e7e8;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 1px 0 white;
}

.room_count label {
    color: #262626 !important;
    font-size: 24px;
    font-weight: 500;
    border: 0;
    border-right: 1px solid #aaa;
}

.room_count label:last-child {
    border: 0;
}

.room_count label.active {
    color: #fffefe !important;
    background-image: linear-gradient(to top, #03386a 0%, #04519b 100%);
    border-radius: 5px 0 0 5px;
}

.price-size {
    font-size: 1.25em
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
    min-width: 160px;
    text-align: center;
}

.show-options .btn {
    color: #333333;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    border: 1px solid #bbbbbb;
    padding: 4px 12px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #dedede;
}

.show-options .active {
    background-color: #ffffff;
}

.show-options .btn i {
    margin-right: 5px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #5F5E5E;
    background-color: #ececec;
    border-color: #dddddd;
    cursor: default
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #656565;
    background-color: #ececec;
    border-color: #dddddd;
    cursor: not-allowed
}

.house-index .item-object_map {
    bottom: 195px;
}

.item-object_map {
    text-decoration: underline !important;
    position: absolute;
    margin-right: 10px;
    color: #337bb6 !important;
    z-index: 5;
    right: 17px;
    bottom: 206px;
}

.group_img {
    height: 15px !important;
    width: 15px !important;
    display: inline-block !important;
}

.multiselect-container {
    z-index: 99999;
}

.place_icon {
    width: 60px !important;
}

.same-aps-title {
    margin-left: 11px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

.Viber-color {
    color: #675ca8;
    font-size: 16px;
    font-weight: 600;
}

.Telegram-color {
    color: #0088cc;
    font-size: 16px;
    font-weight: 600;
}

.Whatsapp-color {
    color: #4FCE5D;
    font-size: 16px;
    font-weight: 600;
}

.item-object__edit {
    color: white !important;
    cursor: pointer;
}

.item-object__checked {
    position: absolute;
    top: 7px;
    right: 7px;
}

.item-object__checked img {
    width: 100px !important;
}

.ml15 {
    margin-left: 15px;
}

.navbar {
    margin-bottom: 20px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a {
    background-color: #033c73 !important;
}

.navbar-inverse {
    background-color: #033c73 !important;
    border-color: #022f5a !important;
    border-radius: 0 !important;
}

.navbar-brand {
    font-size: 22px;
}

.map_view {
    height: 500px;
    cursor: pointer;
}

.btn-map {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 8px;
}

.btn-map:hover {
    color: #fff;
    background-color: #286090 !important;
    border-color: #204d74;
}

.hidden-comment-form {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}


.comment-item .media-heading {
    font-size: 17px;
    font-weight: 600;
}

.comment-item .media-date {
    font-size: 12px;
    color: #929292;
}

.comment-item .media-comment {
    margin-top: 20px;
    font-size: 16px;
}


.banner .banner__item .banner__info {
    padding: 5px 13px 5px 13px;
    overflow: hidden;
    text-align: left;
}

.banner__info .item-object__info-city {
    font-weight: 600;
}

.banner__info-address {
    font-weight: 600;
}

.banner__info-address-link {
    white-space: nowrap;
    font-size: 16px
}

.item-object__info-city {
    font-size: 14px;
}


.phone-number__phone {
    font-size: 34px;
}

.phone-number__name {
    font-size: 25px;
}

.phone-number__message {
    color: #7e7e7e;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.show-phone__text {
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
}

.messengers {
    margin-top: 20px;
}

.messenger_contact {
    margin-bottom: 15px;
}

.messenger_contact p {
    margin-bottom: 3px;
}

.messengers i {
    padding-right: 2px;
    font-size: 17px;
}

.footer__info .footer__left-block {
    font-size: 15px;
}

.footer__info .footer__left-block a {
    color: #ffffff;
}

.footer__info .footer__left-block p {
    font-size: 17px;
    margin-bottom: 15px;
}

.footer__info .footer-small {
    font-size: 10px;
}

.footer__info .footer__right-block a {
    display: block;
}

.footer__menu {
    display: block;
    margin-bottom: 7px;
}

.footer-link, .footer-link:hover {
    color: #fff;
}

.footer__info .footer__right-block a {
    color: #fff;
    margin-bottom: 10px;
}

.list-options {
    float: right;
    margin-top: 20px;
}

.map-page .list-options {
    margin-bottom: 20px;
}

.link-page-top .link-page-top__block {
    display: inline-block;
}

.link-page-top {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.link-page-top a, .link-page-top span {
    margin-bottom: 5px;
    margin-right: 20px;
    font-size: 13px;
    color: #244F7A;
    padding: 0 20px 0 0;
    border-right: 1px solid #b0cbe2;
    display: inline-block;
}

.link-page-top .active {
    font-weight: 700;
    cursor: unset;
}

.link-page-top .active:hover {
    text-decoration: none;
}

.link-page {
    margin-top: 20px;
    margin-bottom: 30px;
}

.link-page__content a {
    color: #244F7A !important;
    margin-right: 10px;
    margin-left: 5px;
    font-size: 14px;
    display: inline-block;
}

.link-page__content {
    margin-bottom: 10px;
}

.link-page__content .active {
    color: #337ab7;
    margin-right: 20px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
}

.link-page__more, .link-page__less {
    background-color: #337ab7;
    text-decoration: none !important;
    color: #fff !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.link-page__more:hover, .link-page__less:hover {
    cursor: pointer;
}

.hidden-links {
    display: none !important;
}

.show-links {
    display: block;
}

.show-less {
    display: inline;
}

.link-page__title {
    font-weight: 600;
    color: #043d74;
}

#search_apartments {
    margin-left: 50px;
}

.aps-view_right-column {
    margin-top: 35px;
}

.well-links {
    margin-bottom: 20px;
    margin-top: 16px;
}

.app_link_category {
    margin-right: 10px;
    background-color: #dadada;
    padding: 7px;
    border-radius: 3px;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.aps-view_tabs {
    margin-left: 15px;
}

.aps-view_tabs .nav-tabs {
    border: none;
}

.tab-content-item {
    margin-bottom: 40px;
}

.tab-content-item .item-object_view {
    padding-left: 0;
    height: 100%;
}

.nav-tabs li h2 {
    font-size: 18px;
    margin-top: 10px;
}

.index-page__title .index-page .btn-map-show {
    padding: 0;
}

.index-page__title .index-page .btn-map-show a {
    color: #333333;
    padding: 4px 12px;
    width: 100%;
    display: block;
}

.index-page__title hr,
.guide-index hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #afadad;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > div {
    color: #ffffff !important;
}

.mr-10 {
    margin-right: 10px;
}

.navbar-nav > li > div {
    line-height: 20px;
    position: relative;
    display: block;
    padding: 15px;
}

.about__contact {
    margin-top: 20px;
    font-weight: 600;
}

.user-_profile_form {
    margin-top: 20px;
}

#userprofileform-messenger label {
    margin-right: 5px;
}

.article-index {
    margin-bottom: 60px;
    background-color: #fff;
    padding-bottom: 30px;
}

.guides__item {
    overflow: hidden;
    margin-bottom: 15px;
}

.guides__item h5 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}

.guides__item img {
    margin-top: 10px;
}

.apartment__amount {
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 13px;
    display: block;
    background-color: #337ab7;
}

.apartment__amount span {
    margin-top: 10px;
    color: #ffffff;
}

.modal-title {
    font-size: 18px;
}

.novostroiky-text {
    margin: 20px 0 20px 0;
}

.text-bold {
    font-weight: 600;
}

.currency_menu li :hover {
    cursor: pointer;
}

.currency_menu .currency-item {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.wishlist_menu {
    cursor: pointer;
    position: absolute;
    font-size: 18px;
}

.wishlist_menu i {
    color: #d80000;
}

.wishlist_menu a, .wishlist_menu a:hover, .wishlist_menu a:active, .wishlist_menu a:focus {
    color: #ffffff;
    text-decoration: none;
}

.wishlist_menu_count {
    margin-left: 7px;
}

.navbar-menu {
    position: relative;
    float: left;
    padding: 11px;
    display: none;
}

.mobile-padding-zero {
    padding: 0;
}

[data-toggle="custom-buttons"] > .btn input[type="radio"],
[data-toggle="custom-buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="custom-buttons"] > .btn input[type="checkbox"],
[data-toggle="custom-buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.apartment-btn {
    margin-bottom: 20px;
}

.modal-request-header {
    font-size: 17px;
    font-weight: 600;
}

.hidden-lg .apartment-btn {
    margin-top: 30px;
}

.apartment__title {
    font-size: 24px;
}

.apartment__room {
    white-space: nowrap
}

.apartment__room-small {
    margin: 1px 0 0 10%;
    color: #686868;
    font-size: 14px;
}

.apartment__room-count {
    color: #000;
    font-size: 18px;
    margin-left: 10px;
}

#contact-form button {
    margin-left: 15px;
    margin-top: 15px;
}


/*SINGLE APARTMENT*/

/*.single-ap {*/
/*margin-left: 0;*/
/*margin-right: 0;*/
/*}*/
.apartment-index {
    position: relative;
}

.single-ap .row, .apartment-index .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.single-ap h1 {
    font-size: 26px;
    margin-top: 0;
    font-weight: 600;
    margin-left: 15px;
}

.single-ap .information-block {
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 30px;
    padding-bottom: 20px;
    font-size: 15px;
}

.single-ap .information-block:first-child {
    margin-top: 0;
}

.single-ap .information-block:last-child {
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.single-ap .information-block h2 {
    font-weight: 600;
    font-size: 24px;
}

.single-ap .information-block .h2-text {
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.single-ap .information-block .fotorama {
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-ap .information-block .apartment-info {
    margin: 10px 20px 40px 0;
    overflow: hidden;
}

.single-ap .information-block .apartment-info p {
    font-size: 26px;
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
}

.single-ap .information-block .checkin-item {
    margin-bottom: 5px;
}

.single-ap .information-block .apartment-info .apartment-info__price {
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 20px;
}

.single-ap .information-block .apartment-info .apartment-info__price .price-block {
    margin: 10px;
}

.single-ap .information-block .apartment-info .apartment-info__price .price-block .first-price {
    font-size: 23px;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid #d8534f;
    padding: 5px;
    color: #d8534f;
}

.single-ap .information-block .apartment-info .apartment-info__price .btn-request {
    background-color: #158cba;
    padding: 11px 15px;
    font-size: 17px;
}

.single-ap .information-block .apartment-info .apartment-info__list .table-label,
.single-ap .information-block .apartment-info .apartment-info__list a {
    font-size: 16px;
    font-weight: 600;
}

.single-ap .information-block .apartment-info .apartment-info__buttons {
    margin-top: 50px;
}

.single-ap .information-block .comments .comment-btn {
    background-color: #158cba !important;
    padding: 8px 17px 8px 17px !important;
    margin-bottom: 20px;
}

.single-ap .information-block .apartment-info .apartment-info__map-link {
    font-weight: 600;
    background: url("/images/map.JPG");
    background-position: center;
    height: 100px;
    text-align: center;
    display: block;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.single-ap .information-block .apartment-info .apartment-info__map-link h2 {
    line-height: 60px;
}

.single-ap .additional-block {
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 4px;
}

.single-ap .additional-block h2 {
    font-weight: 600;
    font-size: 24px;
}

.single-ap .additional-block span {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 20px;
    display: block;
}

.single-ap .additional-block table td {
    padding-left: 20px;
}

.single-ap .aps-view_tabs {
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
    margin-right: 10px;
}

.single-ap .aps-view_tabs .nav-tabs {
    border: none;
    margin-bottom: 15px;
    margin-left: 10px;
}

.single-ap .aps-view_tabs .nav-tabs a {
    color: #148cba;
    cursor: default;
    border: 1px solid #148cba;
}

.single-ap .aps-view_tabs .nav-tabs a h2 {
    margin: 0;
    font-size: 18px;
}

.single-ap .aps-view_tabs .nav-tabs a:hover,
.single-ap .aps-view_tabs .nav-tabs a:focus {
    border: 1px solid #148cba;
}

.single-ap .aps-view_tabs .nav-tabs .active a {
    background-color: #148cba;
    color: #ffffff;
}

.single-ap .aps-view_tabs .nav-tabs li:first-child a {
    margin-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.single-ap .aps-view_tabs .nav-tabs li:last-child a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* END SINGLE APARTMENT*/

/* START HOUSE INDEX*/
.house-index {
    margin-top: 30px;
}

/* END HOUSE INDEX*/

/* START SINGLE HOUSE*/
.single-house h1 {
    margin-top: 20px;
}

/* END SINGLE HOUSE*/

/* wishlist-index */
.wishlist-index .tab-content {
    margin-top: 20px;
}


.wishlist-index .aps-view_tabs {
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
}

.wishlist-index .aps-view_tabs .nav-tabs {
    border: none;
    margin-bottom: 15px;
    margin-left: 15px;
}

.wishlist-index .aps-view_tabs .nav-tabs a {
    color: #148cba;
    cursor: default;
    border: 1px solid #148cba;
    margin-right: 0;
}

.wishlist-index .aps-view_tabs .nav-tabs a span {
    margin: 0;
    font-size: 18px;
}

.wishlist-index .aps-view_tabs .nav-tabs a:hover,
.wishlist-index .aps-view_tabs .nav-tabs a:focus {
    border: 1px solid #148cba;
}

.wishlist-index .aps-view_tabs .nav-tabs .active a {
    background-color: #148cba;
    color: #ffffff;
}

.wishlist-index .aps-view_tabs .nav-tabs li:first-child a {
    margin-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.wishlist-index .aps-view_tabs .nav-tabs li:last-child a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* END wishlist-index */

/* Stretch the links */
.fotorama__html div,
.fotorama__html a {
    display: block;
    height: 100%;
    /* Transparent links are not clickable in IE,
       but non-existent background fixes this.
      (Put an empty 1×1 image here to avoid
       errors in console.) */
    background: url(_.gif);
}

.item-object_view .favorite {
    right: 10px;
}

.house-index .item-object_view .favorite {
    /*right: 13px;*/
}

.favorite {
    cursor: pointer;
    position: absolute;
    font-size: 22px;
    right: 10px;
    top: 6px;
    color: #ffffff;
    z-index: 9999;
}

.favorite .fas {
    color: #d80000;
}

.navbar-currency {
    display: none;
}

.ias-trigger, .ias-noneleft {
    font-size: 17px;
    color: #337bb6;
    /*overflow: auto;*/
    z-index: 99999999;
}

.ias-trigger span {
    cursor: pointer;
    border: 1px solid #337bb6;
    padding: 10px;
    border-radius: 9px;
    display: inline-block;
    margin-bottom: 10px;
}

.grid-view-scroll {
    overflow: auto;
    overflow-y: hidden;
}

.apartment-list,
.item-object__user-name-mobile,
.banner__user-info-mobile,
.item-object__user-phone-button,
.banner__user-name-mobile,
.item-object__user-phone-mobile,
.item-object__description-mobile {
    display: none;
}

.thumbnail-img .item-object__not-valid {
    font-size: 23px;
}

.banner__item .item-object__not-valid {
    font-size: 29px;
}

.item-object__not-valid {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    font-weight: 800;
    opacity: 0.7;
}

.flex-row {
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 390px) {
    .banner__info .banner__info-room {
        display: block;
        float: none !important;
    }

    .link-page__right {
        margin-left: 0 !important;
    }

    .single-ap .information-block .apartment-info .apartment-info__buttons .map_link {
        margin-right: 0;
        font-size: 14px;
    }

    .single-ap .information-block .apartment-info .apartment-info__buttons .btn-request {
        padding: 4px 10px !important;
        font-size: 13px;
    }
}

@media (max-width: 510px) {
    .link-page-top__block {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }

    .link-page-top__block a {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 430px) {
    .banner__info-bottom-right {
        width: 100%;
    }
}

@media (max-width: 600px) {

    .banner__info-bottom-right .banner__currency {
        width: 100%;
        position: relative !important;
        margin-top: 20px;
        bottom: 0 !important;
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .hidden_phone {
        display: none !important;
    }

    .link-page__content a {
        padding-right: 7px !important;
        margin-right: 8px !important;
    }

    .aps-view_tabs{
        margin-top: 0 !important;
    }
    .aps-view_tabs .nav-tabs {
        margin-left: 22px !important;
    }

    .aps-view_tabs .nav-tabs a {
        padding: 10px 10px;
    }

    .aps-view_tabs .nav-tabs h2 {
        font-size: 15px !important;

    }
}

/* Slider responsive */
@media (max-width: 767px) {
    .apartment-grid {
        display: none;
    }

    .apartment-list {
        display: block;
    }

    .slider-width {
        margin: 0 auto;
    }

    .link-page-top a, .link-page-top span {
        border-right: none;
    }

    .mobile-padding {
        padding: 0 !important;
    }

    .item-object_view {
        padding-left: 0 !important;
        padding-right: 0 !important;
        height: auto;
        width: 97%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > span {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1, h2 {
        font-size: 1.4em !important;
    }

    .slider-width {
        width: 75% !important;
        margin: 0 auto;
        white-space: nowrap;
    }

    .mobile-padding {
        padding: 0 5px;
    }
}

@media (max-width: 900px) {
    .item-object_map {
        right: 3px;
    }

    .navbar-menu, .navbar-currency {
        display: block;
    }

    .navbar-collapse .currency_menu,
    .navbar-collapse .wishlist_menu,
    .apartment-search,
    .index-page__text_before {
        display: none;
    }

    .wishlist-index .aps-view_tabs .nav-tabs a span {
        font-size: 14px;
    }

    .wishlist-index .tab-content {
        margin-left: 10px;
    }

    .filter__mobile-button {
        display: block !important;
        margin-top: 0 !important;
    }

    .link-page-top a {
        margin-right: 30px;
    }

    .index-page__title h1 {
        margin-top: 30px !important;
    }
}


@media (max-width: 990px) {

    .flex-row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .list-options {
        display: block !important;
        float: left;
        margin-top: 0;
    }

    .link-page-top {
        display: block !important;
    }

    .menu-currency {
        left: 16px;
    }

    .currency_menu .dropdown-toggle {
        padding-left: 37px;
    }

    .single-ap .information-block .apartment-info .apartment-info__map-link {
        /*height: 60px;*/
    }

    .single-ap .information-block .apartment-info .apartment-info__map-link span {
        line-height: 60px;
    }

    .single-ap .information-block .apartment-info {
        margin: 40px 0;
    }

    .single-ap .additional-block {
        margin-top: 30px;
    }

    .single-ap .additional-block h2 {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 18px;
    }

    .banner .banner__info .banner__currency {
        bottom: 12px;
    }

    #map {
        height: 250px !important;
    }

    .item-object__premium, .item-object__edit {
        top: 18px;
        left: 13px;
    }

    .item-object__edit {
        top: 18px;
        left: 13px;
    }

    #search_apartments {
        margin: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-width {
        margin-right: 5%;
        white-space: nowrap;
    }
}

@media (max-width: 490px) {
    .single-ap .information-block .apartment-info .apartment-info__price .btn-request {
        float: none !important;
        margin-top: 20px;
    }

    .single-ap .information-block .apartment-info .apartment-info__price .price-block {
        float: none !important;
    }
}

@media (min-width: 990px) and (max-width: 1550px) {
    .single-ap .information-block .apartment-info .apartment-info__map-link {
        /*height: 60px;*/
    }

    .single-ap .information-block .apartment-info .apartment-info__map-link span {
        line-height: 60px;
    }

    .single-ap .information-block .apartment-info .apartment-info__price .btn-request {
        font-size: 1vw;
        padding: 8px 15px;
    }

    .single-ap .information-block .apartment-info .apartment-info__price .price-block {
        padding: 5px 15px;
    }

    .single-ap .information-block .apartment-info .apartment-info__price .price-block .first-price {
        /*font-size: 20px;*/
    }

    .single-ap .information-block .apartment-info .apartment-info__price .price-block .second-price {
        font-size: 0.7vw;
    }

}

@media (max-width: 1200px) {
    .banner .banner__info-room {
        margin-top: 0;
    }

    .banner__user-info {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .slider-width {
        margin-right: 5%;
        white-space: nowrap;
    }
}

@media (min-width: 1200px) and (max-width: 1420px) {
    .apartment-btn .btn {
        font-size: 11px;
    }
}

@media (min-width: 1296px) and (max-width: 1504px) {
    .banner .banner__item,
    .item-object__default-photo {
        /*width: 300px;*/
    }
}

@media (min-width: 1089px) and (max-width: 1295px) {
    .banner .banner__item,
    .item-object__default-photo {
        /*width: 330px;*/
    }

    .banner .banner__info .banner__currency {
        font-size: 18px;
        right: 10px;
        padding: 8px 20px 8px 20px;
    }
}

@media (min-width: 900px) and (max-width: 1088px) {
    .banner .banner__item,
    .item-object__default-photo {
        /*width: 400px;*/
    }

    .banner .banner__item .banner__info-address span {
        font-size: 15px;
    }

    .banner .banner__info .banner__user-name a,
    .banner .banner__info .banner__currency {
        font-size: 17px;
        right: 10px;
        padding: 8px 20px 8px 20px;
        bottom: 32px;
    }

    .banner .banner__item .banner__info {
        padding: 10px 12px 1px 10px;
    }
}

.container-fluid {
    max-width: 1900px !important;
}
