body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Arial;
    background-color: #f7f7f7;
    color: #333;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

main {
    flex: 1 1 auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header {
    background: #A6A5A5;
}

.container {
    position: relative;
}

.up-nav {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.up-nav:before, .up-nav:after {
    content: unset;
}

.up-nav a {
    color: #fff;
    text-decoration: underline;
}

.up-nav a:hover {
    text-decoration: none;
}

.partner {
    float: left;
}

.partner, .question, .lang {
    display: inline-block;
}

.up-nav .partner li {
    display: inline-block;
    line-height: 36px;
}

.up-nav .partner a {
    display: block;
}

.up-nav .yams_list {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.r-nav {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: auto;
}

.r-nav a {
    line-height: 36px;
    display: block;
}

.lang li {
}

.lang .eng {
    text-decoration: none;
}

.lang .yams_choose_lang_statement {
    display: none;
}

.question {
    margin-right: 20px;
}

.question a {
    display: block;
    line-height: 36px;
}

.low-nav a {
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    line-height: 22px;
    display: block;
}

.low-nav a:hover {
    text-decoration: underline;
}

.low-nav nav li {
    display: inline-block;
}

/*
.low-nav nav li:nth-child(1) {
	display: none;
}
.low-nav nav li:nth-child(2) {
	display: none;
}
.low-nav nav li:nth-child(3) {
	display: none;
}
*/
.low-nav ul {
    text-align: justify;
    line-height: 0;
}

.low-nav ul:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: "";
    display: inline-block;
}

.low-nav ul li {
    display: inline-block;
    text-align: left;

    /* Восстанавливаем обнулённые свойства */
    line-height: normal;
    font-size: 14px;
}

.clearance {
    padding: 25px 0;
}

.logo {
    display: inline-block;
    float: left;
    width: 206px;
    height: 50px;
    margin-top: 10px;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
}

.contact {
    display: inline-block;
    float: right;
}

.contact span {
    display: block;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
}

.search {
    padding: 15px;
    background: #E60002;
    position: relative;
}

.search select, .search input {
    background-color: white;
    color: black;
}

.object-search-form {
    display: flex;
    flex-direction: row;
    line-height: 1;
    gap: 10px;
    position: relative;
    height: 30px;
}

.object-search-form__field {
    width: auto;
    flex-grow: 1;
}

.search-bedrooms {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.search-bedrooms input {
    /*width: 60px;*/
}

.object-search-form input {
    height: 100%;
}

.object-search-form:before, .object-search-form:after {
    display: none;
}

.search-apps {
    background: #000;
    color: #fff;
    font-weight: bold;
    transition: all .3s ease;
    padding: 0 5px;
    margin-left: auto;
    right: 0;
    bottom: 0;
}

.search-apps:hover {
    background: #222;
}

.search-apps span {
    line-height: 30px;
}

#sell {

}

#region {
    width: 100%;
    cursor: pointer;
    background-color: white;
    color: black;
    padding: 0 10px;
    height: 100%;
}

.input-as-select {
    width: 110px;
    cursor: pointer;
    position: relative;
}

.input-as-select:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #333;
    position: absolute;
    right: 5px;
    top: 12px;
}

#place {

}

#place-region {

}

.place {

}

#bed, #pools, #price-line {

}

.search input {

}

#area {
    width: 9%;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
}

.blog-wrapper-1 {
    position: relative;
    min-height: 230px;
}

.block-icon {
    height: 30px;
    margin: 0 5px;
}

.type-business {
    line-height: 30px;
    width: 40%;
    background: #E60002;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    float: left;
}

.ico {
    background: #777575;
    line-height: 30px;
    color: #fff;
    width: 60%;
    float: left;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ico li {
    display: inline-block;
    margin-left: 5px;
}

.ico ul {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.ico span {
    margin-left: 5px;
}

.wrap-img {
    margin: 0 5px;
}

.wrap-img img {
    width: 100%;
    height: auto;
    display: block;
}

.place-item h2 {
    padding: 10px 0;
    background: #777575;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    margin: 7px 0;
}

.place-item {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.place-item h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    width: 100%;
    height: 17px;
    overflow: hidden;
}

.descr {
    padding: 10px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.upper-descr > span {
    display: block;
    margin: 5px 0;
}

.lower-descr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 10px;
}

.lower-descr:before, .lower-descr:after {
    content: unset;
}

.lower-descr span:first-child {
    float: left;
}

.lower-descr span:last-child {
    float: right;
    /*margin-right: 20px;*/
}

.block-item {
    background: #F1F1F1;
}

.block-item > a, .block-item > a:visited, .block-item > a:hover {
    color: #000000;
    text-decoration: none;
}

.block-white {
    background: #fff;
}

.main-place {
    padding: 0 15px 15px 15px;
}

.wrap-prefoot-image {
    margin: 0 45px;
}

.wrap-prefoot-image img {
    width: 100%;
    height: auto;
    display: block;
}

.prefoot {
    background: #ADADAD;
    padding-bottom: 15px;
}

.prefoot h4 {
    text-transform: uppercase;
    color: #fff;
    margin: 15px 0;
    font-size: 16px;
    text-align: center;
}

.prefoot-low {
    padding: 30px 0;
    position: relative;
}

.prefooter__background {
    background-color: white;
}

.wrap-prefoot-text p {
    margin: 0 45px;
}

.wrap-prefoot-text p {
    font-size: 12px;
    margin-bottom: 5px;
}

.wrap-prefoot-text p a {
    color: #000000;
}

.prefoot-low h4 {
    color: #333;
    margin: 15px 0 15px 0;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}

footer {
    background: #333333;
    color: #A6A5A5;
}

.up-foot {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    justify-content: center;
}

.up-foot__item {
    color: #b5b3b3;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    filter: brightness(100%);
    transition: filter 0.2s ease;
}

.up-foot__item:hover {
    filter: brightness(80%);
    color: #b5b3b3;
}

.low-foot {
    padding: 20px 0;
}

.low-foot .prop-store {
    display: inline-block;
    line-height: 32px;
}

.low-foot .prop-store span:last-child {
    margin-left: 50px;
}

.social {
    display: block;
    float: left;
    margin-right: 15px;
}

.social li {
    display: inline-block;
    margin: 0 5px;
}

.social a {
    display: block;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #797B80;
    text-align: center;
    font-size: 23px;
}

.social i {
    margin-top: 4px;
}

.wrap-soc {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.main-place .place-item:nth-child(2) h2 {
    margin: 7px 3px;
}

.main-place .place-item:nth-child(1) h2 {
    margin-right: 3px;
}

.main-place .place-item:nth-child(3) h2 {
    margin-left: 3px;
}

.modal {
    position: absolute;
    left: 15.5%;
    top: 50px;
    padding: 15px;
    width: 75%;
    height: min-content;
    background: #fff;
    display: none;
    z-index: 100;
    box-shadow: 1px 1px 2px #000;
}

.modal-region {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cols {
    display: block;
    float: left;
}

.modal label {
    font-size: 14px;
    font-weight: normal;
}


.cols ul {
    margin: 10px 0;
}

.cols span {
    margin: 10px 0;
    font-weight: bold;
}

.cols li {
    margin: 3px 5px;
}

.wrap-select-btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.js-make-select {
    background: #E60003;
    color: #fff;
    height: 30px;
    width: 90px;
    text-align: center;
    line-height: 30px;
    border: none;
    outline: none;
}

#owl-demo {
    margin: 0 !important;
}

#owl-demo a {
    text-decoration: none;
}

.owl-prev {
    width: initial;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    color: #fff;
}

.owl-next {
    width: initial;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
    color: #fff;
}

.mob-menu {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 36px;
    display: none;
}

.mob-menu a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.mob-menu i {
    color: #767676;
    margin-right: 5px;
}

.lang img {
    display: none;
}

.right-contact input, .right-contact select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    border: 1px solid #6D6D6D;
    padding: 5px;
}

.right-contact #subj {
    margin-top: 25px;
}

.right-contact .first-name {
    width: 49%;
    float: left;
}

.right-contact .second-name {
    width: 49%;
    float: right;
}

.right-contact textarea {
    width: 100%;
    border: 1px solid #6d6d6d;
    margin: 5px 0;
    padding: 5px;
}

.sub {
    background: #000;
    color: #fff;
    font-weight: bold;
    border: none;
    outline: none;
    height: 30px;
    width: 90px;
    margin: 5px auto 25px;
    display: block;
}

.sub:hover {
    background: #222;
}

.teleph {
    margin: 10px 0;
    display: block;
}

.block-contact {
    margin: 15px 0;
}

.main-place h3 {
    padding-left: 15px;
}

.semi-info {
    padding: 0;
}

.search-btn {
    float: right;
    display: none;
    width: 50%;
    text-align: center;
}

.search-btn a {
    width: 80px;
    display: block;
    float: right;
    line-height: 30px;
    color: #fff;
    background: #E60003;
}

.block-pagination li {
    display: inline-block;
    margin: 5px;
}

.block-pagination a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    padding: 5px;
}

.acti {
    background: #CF0001;
    color: #fff !important;
}

.block-pagination li:first-child {
    /*display: none;*/
}

.block-text {
    padding: 15px 10px;
    border-top: 1px solid #EAEAEB;
    position: relative;
}

.block-text h3 {
    padding: 0;
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
}

.main-blog {
    border-bottom: 1px solid #EAEAEB;
    margin-bottom: 10px;
}

.blog-wrapper {
    padding: 0;
}

.wrap-img-text img {
    width: 100%;
    /*height: auto;*/
    margin: 0px auto;
    display: block;
}

.block-more {
    position: absolute;
    right: 0;
    bottom: 23px;
}

.block-more a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: right;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #CF0001;
    transition: all 0.3s ease;
}

.block-more a:hover {
    background: #A80000;
}

.some-sort {
    display: none;
    text-align: right;
}

.name h3 {
    display: inline-block;
    float: left;
}

.name h3 a {
    text-decoration: none;
    color: #000000;
}

.model {
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.quality {
    margin: 10px 0;
    height: 60px;
    line-height: 30px;
    position: absolute;
    bottom: 0px;
}

.quality li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.quality li img {
    display: block;
    margin: auto;
}

.quality li span {
    display: block;
    font-size: 12px;
    text-align: center;
}

.quality.grey li span {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #747474;
}

.block-text .owl-next {
    margin-top: -25px;
    width: 30px;
    background: #222;
    opacity: 0.5;
}

.block-text .owl-prev {
    margin-top: -25px;
    width: 30px;
    background: #222;
    opacity: 0.8;
}

.block-text .fa-angle-right, .block-text .fa-angle-left {
    padding: 5px 8px;
}

.search-links {
    width: 80%;
    margin: 10px auto;
    text-align: center;
}

.search-links li {
    display: inline-block;
}

.search-links li:nth-child(2) {
    display: inline-block;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.search-links a {
    text-decoration: underline;
    color: #000;
    padding: 0 5px;
}

.locat li {
    color: #000;
    padding: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.locat li:first-child {
    border-right: 1px solid #000;
}

.gall-title span {
    font-size: 16px;
    font-weight: bold;
}

.gall-title h1 {
    display: inline;
    font-size: 20px;
    font-weight: bold;
}

.header-b {
    font-size: 18px;
    font-weight: bold;
}

table {
    width: 100%;
    clear: both;
}

table tr {
    line-height: 30px;
    height: 30px;
}

table tr:nth-child(2) {
    background: #F5F5F5;
}

table tr:nth-child(4) {
    background: #F5F5F5;
}

table tr:nth-child(6) {
    background: #F5F5F5;
}

table tr:nth-child(8) {
    background: #F5F5F5;
}

table tr:nth-child(10) {
    background: #F5F5F5;
}

table tr:nth-child(12) {
    background: #F5F5F5;
}

table tr:nth-child(14) {
    background: #F5F5F5;
}

table tr:nth-child(16) {
    background: #F5F5F5;
}

table tr:nth-child(18) {
    background: #F5F5F5;
}

table tr:nth-child(20) {
    background: #F5F5F5;
}

table tr:nth-child(22) {
    background: #F5F5F5;
}

table tr:nth-child(24) {
    background: #F5F5F5;
}

table tr:nth-child(26) {
    background: #F5F5F5;
}

table tr:nth-child(28) {
    background: #F5F5F5;
}

table tr:nth-child(30) {
    background: #F5F5F5;
}

table tr:nth-child(32) {
    background: #F5F5F5;
}

table tr:nth-child(34) {
    background: #F5F5F5;
}

table tr:nth-child(36) {
    background: #F5F5F5;
}

table tr:nth-child(38) {
    background: #F5F5F5;
}

table tr:nth-child(40) {
    background: #F5F5F5;
}

table tr:nth-child(42) {
    background: #F5F5F5;
}

table tr:nth-child(44) {
    background: #F5F5F5;
}

table tr:nth-child(46) {
    background: #F5F5F5;
}

table tr:nth-child(48) {
    background: #F5F5F5;
}

table tr:nth-child(50) {
    background: #F5F5F5;
}

table tr:nth-child(52) {
    background: #F5F5F5;
}

table tr:nth-child(54) {
    background: #F5F5F5;
}

table tr:nth-child(56) {
    background: #F5F5F5;
}

table tr:nth-child(58) {
    background: #F5F5F5;
}

table tr:nth-child(60) {
    background: #F5F5F5;
}

table tr:nth-child(62) {
    background: #F5F5F5;
}

.overview h4 {
    clear: both;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

.overview ul {
    display: block;
    float: left;
    /*width: 33%;*/
    list-style-position: inside;
}

.overview strong {
    margin: 10px 0;
    font-size: 16px;
}

.overview span {
    display: block;
    text-align: left;
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.overview p span {
    font-weight: normal !important;
}

.dir {
    padding: 5px 5px 5px 0;
}

.overview .dir span {
    color: #ccc;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.jssort07 {
    position: absolute;
    /* size of thumbnail navigator container */
    width: 800px;
    height: 100px;
}

.jssort07 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 99px;
    height: 66px;
}

.jssort07 .i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99px;
    height: 66px;
    filter: alpha(opacity=80);
    opacity: .8;
}

.jssort07 .p:hover .i, .jssort07 .pav .i {
    filter: alpha(opacity=100);
    opacity: 1;
}

.jssort07 .o {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 97px;
    height: 64px;
    border: 1px solid #000;
    box-sizing: content-box;
    transition: border-color .6s;
    -moz-transition: border-color .6s;
    -webkit-transition: border-color .6s;
    -o-transition: border-color .6s;
}

.jssort07 .pav .o {
    border-color: #0099ff;
}

.jssort07 .p:hover .o {
    border-color: #fff;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.jssort07 .p.pdn .o {
    border-color: #0099ff;
}

* html .jssort07 .o {
    /* ie quirks mode adjust */
    width /**/: 99px;
    height /**/: 66px;
}

.jssora11l, .jssora11r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 37px;
    height: 37px;
    cursor: pointer;
    background: url(../img/a09.png) no-repeat;
    overflow: hidden;
}

.jssora11l {
    background-position: -11px -41px;
}

.jssora11r {
    background-position: -71px -41px;
}

.jssora11l.jssora11ldn {
    background-position: -251px -41px;
}

.jssora11r.jssora11rdn {
    background-position: -311px -41px;
}

.form-travel {
    background: #E0E0E0;
    padding: 20px;
    padding-bottom: 43px;
    margin-top: 43px;
}

.form-travel input {
    width: 100%;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 10px 0;
    border: 1px solid #B6B6B6;
}

.form-travel textarea {
    width: 100%;
    padding: 0 5px;
    display: block;
    margin: 10px 0;
    border: 1px solid #B6B6B6;
}

.form-travel .date-p-1 {
    width: 49%;
    float: left;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 5px 0;
    position: relative;
}

.form-travel .date-p-1 input {
    width: 100%;
    margin: 0;
    padding: 0 5px;
    cursor: pointer;
    border: 1px solid #B6B6B6;
}

.form-travel .date-p-2 input {
    width: 100%;
    margin: 0;
    padding: 0 5px;
    cursor: pointer;
    border: 1px solid #B6B6B6;
}

.form-travel .date-p-2 {
    width: 49%;
    float: right;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 5px 0;
    position: relative;
}

.form-travel #adult {
    width: 49%;
    padding: 0 5px;
    float: left;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 10px 0;
    border: 1px solid #B6B6B6;
}

.form-travel #child {
    width: 49%;
    padding: 0 5px;
    float: right;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 10px 0;
    border: 1px solid #B6B6B6;
}

.flex-check input {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.enquire {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #CF0001;
    border: none;
    outline: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
}

.enquire:hover {
    background: #A80000;
}

/*.left-gall {
	    padding: 0 5px 0 0;
}
.right-gall {
	    padding: 0 0 0 5px;
}*/

#ui-datepicker-div {
    display: none;
    /*todo криво расположен под страницей и вроде как не нужен*/
    width: 250px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid;
    /* padding: 5px; */
    text-align: center;
}

#ui-datepicker-div tr {
    background: #fff;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: none;
}

.ui-datepicker-title {
    padding: 10px;
}

.ui-datepicker-title:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.ui-datepicker-title select:first-child {
    width: 58%;
    float: left;
}

.ui-datepicker-title select:last-child {
    width: 40%;
    float: right;
}

.ui-datepicker-calendar thead th {
    text-align: center;
}

.ui-datepicker-calendar thead span {
    font-weight: normal;
}

.ui-state-default {
    color: #000;
    display: block;
}

.ui-state-default:hover {
    color: #fff;
    background: #ccc;
    text-decoration: none;
}

.fa-calendar {
    position: absolute;
    right: 8px;
    top: 8px;
}

.content-right-gall {
    margin-top: 40px;
}

.content-right-gall td {
    padding-left: 30px;
}

.map a {
    display: block;
}

.map img {
    width: 100%;
    height: auto;
    display: block;
}

.table {
    width: 100%;
    overflow: auto;
}

.overview table {
    /*min-width: 576px;*/
}

.overview tbody {
    width: 100%;
}

.right-gall {
    padding: 0;
}

#gmap-1 {
    width: 100%;
    height: 185px;
}

#googlemap {
    height: 480px;
    width: 100% !important;
    display: block;
}

.tabs__caption {
    display: inline-block;
    float: right;
}

.tabs__content {
    /*display: none;*/
    visibility: hidden; /* по умолчанию прячем все блоки */
    height: 0px;
}

.tabs__content.active {
    /*display: block;*/ /* по умолчанию показываем нужный блок */
    visibility: visible;
    height: auto;
}

.tabs__caption .active {
    text-decoration: underline;
}

.upper-descr h3 {
    padding: 0;
}

.about-title {
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 20px 0;
}

.submenu-title {
    font-size: 24px;
    margin: 0;
    padding: 20px 0;
}

.mainpage-title {
    font-size: 17px;
    font-weight: 600;
}


h1.about-title {
    font-size: 24px;
    padding-left: 15px;
}

.pre-about {
    margin-top: 15px;
}

.left-about p {
    margin: 10px 0;
    display: block;
}

.right-about p {
    margin: 10px 0;
    display: block;
}

.jot-form {
    width: 100%;
}

.jot-form .field {
    width: 100%;
    max-width: 350px;
}

.jot-form .field.error {
    border: 1px solid #ff0000;
}

span.requiredlist span {
    display: block;
    color: #ff0000;
}

/*island map*/
.island {
    background: #ffffff;
    z-index: 100;
    position: absolute;
}

.ui-widget-overlay {
    background: rgba(5, 20, 10, 0.5);
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
}

.island .ui-dialog-titlebar {
    height: 30px;
    cursor: move;
    background: #ffffff;
}

.ui-dialog-buttonset {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.ui-dialog-buttonset button {
    display: inline;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #CF0001;
    transition: all 0.3s ease;
    border: 0px;
    outline: none;
}

.ui-dialog-titlebar-close {
    position: absolute;
    top: 0px;
    right: -32px;
    cursor: pointer;
    width: 29px;
    height: 29px;
    border: 0px;
    padding: 0px;
    background: url("../img/gm-modal-close.png") no-repeat;
    -webkit-transition: 300ms ease;
}

.ui-dialog-titlebar-close:hover {
    -webkit-transform: rotate(180deg);
}

.island .ui-dialog-title {
    text-align: center;
    font-size: 17px;
    font-family: Arial;
    display: block;
    line-height: 27px;
}

.island img {
    display: block;
    max-height: 40%;
    max-width: 100%;
    margin: 0px auto;
}

.island .content {
    padding-top: 30px;
    padding-left: 50px;
    max-height: 250px;
    overflow-y: scroll;
}

.island .content ul {
    list-style-type: disc;
    padding: 10px;
}

.island .content a {
    display: block;
}

#slider1_container img {

}

.ya-share-block {
    padding: 30px 0;
}

.ya-share2 {
    display: inline-block;
}

.ya-share-title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px 0 0;
}

.language-form-container_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(200, 200, 200, 0.5);
    z-index: 999998;
}

.language-form {
    position: fixed;
    top: 50%;
    margin-top: -130px;
    width: 480px;
    left: 50%;
    margin-left: -240px;
    z-index: 999999;
    padding: 7px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 24px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 4px 4px 24px 0px rgba(50, 50, 50, 0.65);
    box-shadow: 4px 4px 24px 0px rgba(50, 50, 50, 0.65);
    text-align: center;
}

.language-form .yams_choose_lang_statement {
    display: none;
}

.language-form_header {
    background: #e60003;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    line-height: 33px;
    padding: 15px;
}

.language-form .yams_lang_en, .language-form .yams_lang_ru {
    padding: 12px 12px 12px 69px;
    color: #979797;
    text-decoration: underline;
    font-size: 21px;
    cursor: pointer;
    display: inline-block;
    margin: 20px;
}

.language-form .yams_lang_en a, .language-form .yams_lang_ru a {
    color: #979797;
    text-decoration: underline;
    font-size: 21px;
    cursor: pointer;
    display: inline-block;
}


.language-form .yams_lang_en {
    background: url('../img/eng-lng.png') left center no-repeat;
}

.language-form .yams_lang_ru {
    background: url('../img/rus-lng.png') left center no-repeat;
}

.language-form_list {
    padding: 20px 15px;
}

.language-form .yams_lang_en:hover, .language-form .yams_lang_en:hover a {
    text-decoration: none;
}

.language-form .yams_lang_ru:hover, .language-form .yams_lang_ru:hover a {
    text-decoration: none;
}

/* 26.05.2024 evo to revo works */

.low-nav {
    background: #ECECEC;
    width: 100%;
}

.low-nav__items {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
}

.banner-search input {
    background-color: white;
    color: black;
    padding: 0 10px;
    flex-grow: 1;
}

.modal input {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.banner-search select {
    background-color: white;
    color: black;
    padding: 0 5px;
}

.card-items-section {
    color: #f7f7f7;
    margin-bottom: 40px;
}

#new-sales-offers-section {
    margin-top: 40px;
}

.section-title {
    font-size: 32px;
    color: black;
    margin-bottom: 40px;
    text-align: center;
}

.card-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 440px;
    background-color: white;
    color: black;
    line-height: 1;
    cursor: pointer;
    filter: brightness(100%);
    transition: filter .3s ease;
}

.card-item:hover {
    filter: brightness(90%);
}

.card-item__image {
    height: 58%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.card-item__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 72px;
    text-overflow: ellipsis;
    font-size: 23px;
    line-height: 1.2;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    padding: 0 15px;
}

.card-item__price {
    font-size: 19px;
    margin: auto 0 5px;
}

.card-item__location {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5%;
}

.card-item-params {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: fit-content;
    height: 20px;
    margin: 10px 0 20px;
    font-size: 14px;
}

.card-item-param {
    display: flex;
    flex-direction: row;
    gap: 4px;
    height: 100%;
    align-items: center;
}

.card-item-param__icon {
    height: 100%;
}

.card-item-param__value {

}

#choose-us-section {
    padding: 30px 0;
    background-color: white;
    margin-bottom: 40px;
    position: relative;
}

.info-items, .choose-us-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.info-item, .choose-us-item {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    grid-template-rows: auto 1fr;
    row-gap: 5px;
    line-height: 1.4;
    color: black;
}

.choose-us-item:first-child {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}

.info-item__icon, .choose-us-item__icon {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 40px;
    height: 40px;
}

.info-item__title, .choose-us-item__title {
    font-size: 16px;
    font-weight: bold;
}

.info-item__content, .choose-us-item__content {
    font-size: 14px;
}

.section-background {
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    height: 100%;
}

.choose-us__section {
    background-color: white;
}

#blog-updates-section {

}

.blog-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    color: black;
}

.blog-item {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 10px;
    height: 500px;
}

.blog-item__image {
    width: 100%;
    height: 50%;
    object-fit: cover;
    object-position: center;
}

.blog-item__content {
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: 50%;
}

.blog-item__image img {
    width: 100%;
    height: 100%;
}

.blog-item__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.blog-item__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
}

.blog-item__wrapper {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blog-item__date {
    font-size: 16px;
}

.blog-item__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    color: white;
    background-color: #ff0203;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 1;
    filter: brightness(100%);
    transition: filter .3s ease;
}

.blog-item__link:hover {
    filter: brightness(90%);
    color: white;
}

.blog-item__link_icon {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid white;
}

#contacts-section {
    display: grid;
    grid-template-columns: 27% 1fr;
    gap: 40px;
    background-color: #9a9a9a;
    position: relative;
    color: white;
    padding: 30px 0 15px;
}

.contacts__background {
    background-color: #9a9a9a;
}

.contacts {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
}

.contacts__title, .contacts-form__title {
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
    font-weight: bold;
}

.contacts__text {
    line-height: 1.4;
    margin-bottom: 30px;
}

.contacts-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1;
}

.contacts-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    filter: brightness(100%);
    transition: filter .2s ease;
    color: white;
}

.contacts-item:hover {
    filter: brightness(80%);
    color: white;
}

.contacts-item__icon {
    width: 14px;
    height: 14px;
}

.contacts-item__icon path {
    fill: white;
}

.contacts-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contacts-form__input {
    background-color: white;
    width: 100%;
    height: 40px;
    color: black;
    margin-bottom: 15px;
    padding: 5px 10px;
}

.contacts-form__input-textarea {
    height: 120px;
}

.contacts-form__button {
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid white;
    height: 40px;
    width: 300px;
    filter: brightness(100%);
    transition: filter .2s ease;
}

.contacts-form__button:hover {
    filter: brightness(80%);
}

#prop-management-section, #expect-section, #options-table-section {
    margin: 30px 0;
}

.prop-management__text {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    text-wrap: balance;
    margin: 0 20px 20px;
}

.prop-management__title {
    margin-bottom: 20px;
}

.blog-content img {
    /*max-height: 50vh;*/
    width: 100%;
    object-position: center;
    object-fit: cover;
    margin: 10px 0;
}

.hidden {
    display: none;
}

.right-gall form input, .right-gall form textarea, .right-gall form select {
    background-color: white;
}

.owl-demo-banner > .item:not(:nth-child(1)) {
    display: none;
}

.pagination > li > a {
    background-color: white;
    color: black;
    border: unset;
}

.pagination > .active > a, .pagination > .active > a:hover {
    background-color: #e60002;
    color: white;
    border: unset;
    filter: unset;
}

.pagination > li > a, .pagination > li > span {
    border: unset;
}

.pagination > li {
    margin: 5px;
}

.pagination > li > a:hover {
    color: black;
    background-color: unset;
    border-color: unset;
    filter: brightness(80%);
}

.add-property {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 20px;
}

.add-property-form {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.add-property-form__images-preview {
    margin-top: 10px;
    overflow-x: auto;
    width: 100%;
    background-color: white;
    padding: 10px;
}

.add-property-form__images-preview_wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 150px;
    width: max-content;
}

.add-property-form__images-preview img {
    height: 100%;
    max-width: 150px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    filter: brightness(100%);
    transition: filter .3s ease;
}

.add-property-form__images-preview img:hover {
    filter: brightness(90%);
}


.add-property-form .form-select-lg {
    height: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 12px;
}

.add-property-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 30%;
}

.add-property-info a {
    color: #e0080b;
    text-decoration: underline;
    filter: brightness(100%);
    transition: filter .2s ease;
}

.add-property-info a:hover {
    filter: brightness(65%);
}

.form-check-input:checked {
    background-color: #e0080b;
    border-color: #e0080b;
}

.modal-region li span {
    font-weight: unset;
}

.object-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.pagination > li > a,
.pagination > li > span {
    padding: 5px 8px;
}

.g-recaptcha {
    margin-bottom: 15px;
}
