#MessageViewForm .block-confirmation_text {
    line-height: 100%;
}
a.icon-circle.fa-youtube:hover {
    color: #fff;
    background: #FF0000;
}
a.icon-circle.fa-vk:hover {
    color: #fff;
    background: #4C74A5;
}
a.icon-circle.fa-odnoklassniki:hover {
    color: #fff;
    background: #ED8223;
}
a.icon-circle.fa-instagram:hover {
    color: #fff;
    background: #E81978;
}
a.icon-circle.fa-telegram:hover {
    color: #fff;
    background: #0088cc;
}


#MessageViewForm .confirmation-wrapper > .form-group {
    display: flex;
    justify-content: center;
}
#MessageViewForm .confirmation-wrapper input[type="checkbox"] {
    margin: 2px 0 0;
}
.review-block {
    width: 350px;
    float: left;
}
.reviews-list {
    display: inline-block;
    padding: 50px;
}
.reviews-list .pagination {
    margin-top: 80px;
}
.review-date {
    font-size: 12px;
}
.section-66 {
    background: white;
}
.not-displayed {
    display: none;
}
.mortgage-calculator .mortgage-form .mortgage-form-input {
    width: 350px;
    padding: 5px;
    margin: 10px;
}
.objects-content .link-object-title {
    word-break: break-word;
}
.favorite-action {
    position: relative;
    display: inline-block;
}
.favorite-action:before {
    content: url("../img/ico_favorite.png");
    position: absolute;
    left: 0;
    top: -4px;
}
.favorite-action.go:before {
    content: url("../img/ico_favorite_active.png");
}
.block-paint-map {
    width: 100%;
    height: 460px;
    display: none;
}
#paint-map {
    height: 400px;
}
.block-paint-map .paint-map-wrapper {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.43);
    position: relative;
    width: 100%;
    height: 400px;
}
.block-paint-map .paint-map-info {
    float: left;
    max-width: 400px;
    color: green;
}
.block-paint-map .paint-map-buttons {
    margin-bottom: 10px;
    text-align: right;
}
.block-paint-map .paint-map-buttons a {
    margin-left: 5px;
}
.block-paint-map canvas {
    display: inline-block;
    position: absolute;
    z-index: 99999;
    float: unset;
    margin: 0;
    left: 0;
}
.rd-navbar-wrap .rd-navbar-panel .rd-navbar-brand {
    margin-right: 10px;
}
.rd-navbar-wrap .rd-navbar-panel .rd-navbar-title {
    text-shadow: none;
    margin: 0px;
    color: #fff;
    background-color: #ffa200;
    border-color: #ff7e00;
    display: inline-block;
    position: relative;
    padding: 9px 16px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 3px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .06em;
    border-width: 2px;
    transition: .3s;
    backface-visibility: hidden;
}
.rd-navbar-wrap .rd-navbar-panel .rd-navbar-slogan {
    font-size: 12px;
    margin-top: 5px;
}
.reviews-list .unit-body {
    max-width: 225px;
}
.news-view-block {
    word-break: break-word;
}
.currency-price-item-all i{
    padding: 0 7px;
}
div.user-image > img {
    display: block;
    width: 100%;
	max-width: 300px;
    height: auto;
    margin: 0 auto;
}
div.content.reviews-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*outline: 1px solid red;*/
    padding: 0;
}
div.content.reviews-list > div.review-block.reviews-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    /*max-width: calc(50% - 40px);*/
    margin: 30px 20px;
    /*outline: 1px solid yellowgreen;*/
    border-bottom: 1px solid grey;
}
div.content.reviews-list > div.review-block.reviews-container:last-child {
    border-bottom: none;
}
div.content.reviews-list > div.review-block.reviews-container > p {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
}
p.review-pub-date,
p.review-pub-author,
p.user-review-content {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
}
div.user-card,
div.user-objects,
div.reviews-list {
    padding-bottom: 50px;
    border-bottom: 1px solid #aaaaaa;
}
div.reviews-list > h3 {
    display: block;
    width: 100%;
    text-align: center;
}
div.users-reviews-add div.control-group,
div.users-reviews-add div.input.file {
    display: flex;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
div.users-reviews-add label {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
div.users-reviews-add input,
div.users-reviews-add textarea {
    display: block;
    width: 100%;
}
div.users-reviews-add div.input.file > label {
    margin-bottom: 10px;
}
div.users-reviews-add div.input.file > input {
    width: auto;
    margin: 0 auto;
}
div.users-reviews-add input.btn {
    display: block;
    max-width: 400px;
    margin: 50px auto;
}
#form_button > .row {
    box-sizing: border-box;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.object-location-header {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.contact-with-us-block {
    height: 100px;
    background: #1c62e2d4;
    color: #fff;
    padding: 25px;
}
.contact-with-us-block .contact-with-us-title {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.contact-with-us-block .contact-with-us-title-btn {
    margin-left: 50px;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    border: 1px solid;
    padding: 14px;
}
.member-view-block .btn-rieltor-list {
    width: 100%;
    margin-bottom: 10px;
}
.bg-icon-like {
    background-image: url(../img/like.png);
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
    display: inline-block;
    margin-right: 20px;
}
.bg-icon-dislike {
    background-image: url(../img/dislike.png);
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
    display: inline-block;
    margin-right: 20px;
}
.favorite-link {
    display: inline-block;
    float: left;
    width: 25px;
    height: 50px;
}
.advertisement-row-collate-actions {
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-top: 12px;
}
.reviews .owl-carousel-classic .owl-prev:after, .reviews .owl-carousel-classic .owl-next:after {
    content: normal;
}
.view-favorites .favorite-link {
    float: none;
    display: inline-flex;
    height: 30px;
}
.reviews_container {
    position: relative;
}
.reviews_container_nav {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.users .reviews_container_nav {
    width: 100%;
}
.reviews_container_nav .data-owl-prev,
.reviews_container_nav .data-owl-next,
.reviews_btn.data-owl-prev,
.reviews_btn.data-owl-next {
    background-repeat: no-repeat;
    box-shadow: none;
    border: none;
    background-size: contain;
    outline: none;
    height: 44px;
    width: 67px;
}
.reviews_container_nav .data-owl-prev:hover,
.reviews_container_nav .data-owl-next:hover,
.reviews_btn.data-owl-prev:hover,
.reviews_btn.data-owl-next:hover {
    opacity: 0.4;
}
.reviews_container_nav .data-owl-prev,.reviews_btn.data-owl-prev {
    background-color: transparent;
    background-image: url("../images/red-arrow_left.png");
}
.reviews_container_nav .data-owl-next,.reviews_btn.data-owl-next {
    background-color: transparent;
    background-image: url("../images/red-arrow_right.png");
}
.iti {
    width: 100%;
}
.user-card {
    display: flex;
    gap: 20px;
    text-align: left;
}
.user-role {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}
.btn-call {
    background-color: #fff;
    color: #ffa200;
}
.button-connection {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.user-btn {
    padding: 10px 30px;
}
.user-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews-add {
    margin-bottom: 40px !important;
}
[data-theme="TM58887"] #app .filter {
    display: flex;
    justify-content: center;
}
[data-theme="TM58887"] #AdvertisementAdminIndexForm {
    max-width: 1200px;
    display: grid;
    column-gap: 10px;
    row-gap: 10px;
    margin: 0 auto;
}
[data-theme="TM58887"] #AdvertisementAdminIndexForm .first-column {
    grid-area: first-column;
}
[data-theme="TM58887"] #AdvertisementAdminIndexForm .second-column {
    grid-area: second-column;
}
[data-theme="TM58887"] #AdvertisementAdminIndexForm .third-column {
    grid-area: third-column;
}
[data-theme="TM58887"] #AdvertisementAdminIndexForm .clearfix {
    grid-area: space;
}
[data-theme="TM58887"] #AdvertisementAdminIndexForm .last-column {
    grid-area: last-column;
}
[data-theme="TM58887"] .inline-checkbox-filter-wrapper {
    justify-content: space-between;
}
[data-theme="TM58887"] .metro_time-wrapper > #method_movement_time {
    max-width: 50px;
}
[data-theme="TM58887"] .inline-checkbox-filter-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
[data-theme="TM58887"] .metro_time-wrapper {
    width: 100% !important;
    flex-wrap: nowrap;
    gap: 10px;
}
[data-theme="TM58887"] .metro_time-wrapper {
    width: 100% !important;
    flex-wrap: nowrap;
}
[data-theme="TM58887"] #AdvertisementAdminIndexForm .checkbox {
    padding-left: 0 !important;
    gap: 10px;
}
[data-theme="TM58887"] #AdvertisementAdminIndexForm input[type="checkbox"] {
    margin: 0 !important;
}
[data-theme="TM58887"] .filter-block input[type="text"] {
    min-height: 48px;
}
[data-theme="TM58887"] .filter-block {
    width: 100%;
}
[data-theme="TM58887"] .filter-block label {
    max-width: 100%;
}
[data-theme="TM58887"] .filter-block .range {
    margin: 10px 0;
}
[data-theme="TM58887"] #AdvertisementAdminIndexForm .wide-range .range-wrapper {
    justify-content: flex-start !important;
}
[data-theme="TM58887"] .table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.rd-navbar-wrap.header-auth-wrap  .rd-navbar-static.rd-navbar-top-panel .rd-navbar-top-links>li+li {
    margin-left: 20px;
}

.rd-navbar-wrap.header-auth-wrap  .rd-navbar-static.rd-navbar-top-panel .contact-info>span+span {
    margin-left: 5px;
}

.rd-navbar-wrap.header-auth-wrap.header-auth-wrap-is-auth .rd-navbar-static.rd-navbar-top-panel .contact-info .icon {
    margin-right: 5px;
}
.parser-filter-form .JS-show-on-map.btn-secondary{
    background: #0a83b6;
    color: #fff;
}

@media (max-width: 1750px) and (min-width: 1410px) {
    .section-34 .shell-fluid .range .thumbnail-terry {
        width: 350px !important;
        margin-left: 20px;
    }

    .section-34 .shell-fluid .range .thumbnail-terry img{
        width: 350px !important;
        height: 100%;
    }
}

@media (max-width: 1410px) and (min-width: 1180px) {
    .section-34 .shell-fluid .range .thumbnail-terry {
        width: 300px !important;
        margin-left: 20px;
    }

    .section-34 .shell-fluid .range .thumbnail-terry img{
        width: 300px !important;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .swiper-slide h1 {
        font-size: 38px;
    }
    [data-theme="TM58887"] #AdvertisementAdminIndexForm {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "first-column second-column third-column"
            "space space last-column";
    }
}

@media (max-width: 1280px){
    [action="/admin/rltbase_connector/rltbase_parsed"] .range-wrapper-item-separator {
        display: none;
    }
    [action="/admin/rltbase_connector/rltbase_parsed"] .range-wrapper {
        gap: 8px;
    }
    [data-theme="TM58887"] #AdvertisementAdminIndexForm {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "first-column second-column"
        "third-column third-column"
        "space last-column";
    }
}

@media (max-width: 1199px) {
    .rd-navbar-brand>a>img {
        height: 36px;
    }
}

@media (min-width: 992px) {
    .table th:nth-child(n+2), .table td:nth-child(n+2) {
        padding-left: 0;
    }
}

@media (min-width: 950px) {
    div.content.reviews-list > div.review-block.reviews-container {
        max-width: calc(50% - 40px);
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .swiper-slide h1 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .user-card {
        flex-direction: column;
    }
    .button-connection {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .rd-navbar-wrap .rd-navbar-panel .rd-navbar-title{
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .swiper-slide h1 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .reviews_container_nav {
        width: 100%;
    }
    [data-theme="TM58887"] #AdvertisementAdminIndexForm {
        display: flex;
    }
}

@media (max-width: 430px) {
    .active-menu-bar.fixed-menu .rd-navbar-panel {
        margin-left: 0;
    }

    .active-menu-bar.rd-navbar-brand img {
        height: 36px;
    }
}

@media (min-width: 401px) {
    .phone-portrait-displayed-only {
        display: none !important;
    }
}

@media (max-width: 400px) {
    .phone-portrait-not-displayed {
        display: none !important;
    }
}

@media (max-width: 375px) {
    .the-new-container {
        padding: 10px;
    }

    .the-new-container img {
        max-height: 250px;
        max-width: 300px;
    }

    .news-view-block img {
        max-height: 335px;
        max-width: 350px;
    }

    .grecaptcha-badge {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 1280px) {
    [data-theme="TM58887"] #AdvertisementAdminIndexForm .filter-block .wide-range .range-wrapper {
        margin-left: 0;
    }
}

@media (min-width: 320px) and (max-width:480px){
    .swiper-slide h1 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 320px) {
    [data-theme="TM58887"] .filter-block .range input {
        padding: 9px 16px;
    }
    [data-theme="TM58887"] .filter-block .input > label {
        width: 100%;
    }
    [data-theme="TM58887"] #AdvertisementAdminIndexForm .filter-block label ~ .chosen-container,
    [data-theme="TM58887"] #AdvertisementAdminIndexForm .filter-block label ~ .select2-container,
    [data-theme="TM58887"] #AdvertisementAdminIndexForm .filter-block label ~ .input-prepend,
    [data-theme="TM58887"] #AdvertisementAdminIndexForm .filter-block .range .range-wrapper,
    [data-theme="TM58887"] #AdvertisementAdminIndexForm .filter-block .text input {
        width: 100% !important;
    }
    [data-theme="TM58887"] #AdvertisementAdminIndexForm .filter-block label ~ .chosen-container:not([type=checkbox]),
    [data-theme="TM58887"] #AdvertisementAdminIndexForm .filter-block label ~ .select2-container:not([type=checkbox]),
    [data-theme="TM58887"] #AdvertisementAdminIndexForm .filter-block label ~ .input-prepend:not([type=checkbox]),
    [data-theme="TM58887"] #AdvertisementAdminIndexForm .filter-block .input > select:not([type=checkbox]),
    [data-theme="TM58887"] #AdvertisementAdminIndexForm .filter-block .input.text > input:not([type=checkbox]),
    [data-theme="TM58887"] #AdvertisementAdminIndexForm .filter-block .range .range-wrapper:not([type=checkbox]) {
        width: 100% !important;
    }
    [data-theme="TM58887"] .filter-block .input > label {
        text-align: left;
        width: 100% !important;
    }
}

@media (max-width: 320px) {
    .swiper-slide h1 {
        font-size: 20px;
    }

}
