/*!THIS IS AUTO GENERATED FILE !*/

label {cursor:pointer;-webkit-tap-highlight-color: transparent;}

/* CHECKBOX CLASSIC */
.kitui-checkbox{display:none;}
.kitui-checkbox + label {position:relative;display:inline-block;vertical-align:middle;width:20px;height:20px;border-radius:3px;background:#fff;border:1px solid #ccc;}
.kitui-checkbox + label:after {box-sizing:border-box;content:'';position:absolute;left:50%;top:50%;height:12px;width:7px;margin:-7px 0 0 -3px;border-bottom:3px solid #3D350F;border-right:3px solid #3D350F;transform:rotate(45deg);opacity:0;visibility:hidden;transition:all 0.1s linear;}
.kitui-checkbox:checked + label{background:#E7DD51;border:none;}
.kitui-checkbox:checked + label:after {visibility:visible;opacity:1;}

/* CHECKBOX SWITCHER */
.kitui-checkbox.switcher + label {position:relative;display:inline-block;vertical-align:middle;width:40px;height:20px;border-radius:10px;background:#fff;border:1px solid #ccc;}
.kitui-checkbox.switcher + label:after {content:'';box-sizing:border-box;position:absolute;left:2px;top:50%;height:16px;width:16px;margin:-8px 0 0 0;border-radius:50%;background:#ebebeb;border:1px solid #ccc;transition:all 0.1s linear;visibility:visible;opacity:1;transform:none;}
.kitui-checkbox.switcher:checked + label:after {left:20px;background:#3390ff;border:none;}

/* RADIO TYPE 1 */
.kitui-radio {display:none;}
.kitui-radio + label {position:relative;display:inline-block;vertical-align:middle;width:20px;height:20px;border-radius:10px;background:#fff;border:1px solid #ccc}
.kitui-radio + label:after {content:'';position:absolute;left:50%;top:50%;height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:50%;background:#fff;transition:all 0.1s linear;visibility:hidden;opacity:0;}
.kitui-radio:checked + label:after {visibility:visible;opacity:1;background:#E7DD51;}

/* RADIO TYPE 2 */
.kitui-radio.type2 + label {position:relative;display:inline-block;vertical-align:middle;width:20px;height:20px;border-radius:3px;background:#fff;border:1px solid #ccc;margin-right:10px;}
.kitui-radio.type2 + label:after {box-sizing:border-box;content:'';position:absolute;left:50%;top:50%;height:12px;width:7px;margin:-7px 0 0 -3px;border-bottom:3px solid #fff;border-right:3px solid #fff;transform:rotate(45deg);opacity:0;visibility:hidden;transition:all 0.1s linear;}
.kitui-radio.type2:checked + label{background:#E7DD51;border:none;}
.kitui-radio.type2:checked + label:after {visibility:visible;opacity:1;background: none;border-radius: 0;}

/* SELECT */
.kitui-select {position:relative;display:inline-block;width:300px;max-width:100%;}
.kitui-select-area-blocked .kitui-select {display: block}
.kitui-select .selected {width:100%;border:1px solid #ccc;border-radius:4px;background:#fff;padding:0 40px 0 10px;position:relative;height:35px;line-height:35px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;}
.kitui-select .selected.placeholder {color:#888;}
.kitui-select .selected::after {content:'';box-sizing:border-box;position:absolute;top:50%;margin-top:-4px;right:12px;border-top:8px solid #ccc;border-left:5px solid transparent;border-right:5px solid transparent;}
.kitui-select .selected i, .kitui-select .selected .path {display:none;}
.kitui-select .options {display:none;position:absolute;z-index:10;width:100%;background:#fff;border:1px solid #ccc;border-radius:0 0 4px 4px;}
.kitui-select.open .options{display:block;}
.kitui-select.open .selected::after {transform:rotate(180deg);}
.kitui-select .options > span {display:block;width:100%;padding:10px;height:50px;}
.kitui-select .options > span input {display:block;width:100%;padding:0 5px;height:30px;line-height:30px;border:1px solid #ccc;border-radius:3px;}
.kitui-select .options > ul {list-style:none;display:block;margin:0;padding:0;max-height:200px;overflow:auto;width:100%;}
.kitui-select .options > ul li {display:block;width:100%;cursor:pointer;position:relative;padding:5px 10px;}
.kitui-select .options > ul li.placeholder {color:#888;}
.kitui-select .options > ul li:hover,.kitui-select .options > ul li.active {background:#ebebeb;}
.kitui-select .options > ul li.active {padding-left:25px;}
.kitui-select .options > ul li.placeholder.active {padding-left:10px;background:#fff;}
.kitui-select .options > ul li.placeholder:hover {background:#ebebeb;}
.kitui-select .options > ul li.active::before {content:'';box-sizing:border-box;position:absolute;left:12px;top:50%;height:8px;width:5px;margin:-5px 0 0 0;border-bottom:2px solid #333;border-right:2px solid #333;transform:rotate(45deg);}
.kitui-select .options > ul li.placeholder.active::before {display:none;}
.kitui-select .options > ul li.optgroup {font-weight:bold;cursor:default;}
.kitui-select .options > ul li.optgroup:hover {background:#fff;}
.kitui-select .options > ul li.hidden {display:none;}
.kitui-select .options > ul li i, .kitui-select .options > ul li .path {font-style:italic;font-size:12px;color:#7e7e7e;}
.kitui-select .options .close {display:none;}
.kitui-select .options .apply {display:none;}
.popup .kitui-select { width: 100%; }

/* FILE */
.kitui-filename {position:relative;display:inline-block;width:300px;}
.kitui-filename label {display:flex;justify-content:space-between;width:100%;border:1px solid #ccc;border-radius:3px;background:#fff;padding:0 40px 0 10px;position:relative;height:40px;line-height:40px;overflow:hidden;cursor:pointer;}
.kitui-filename label .value {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#888;}
.kitui-filename.active label .value {color:inherit;}
.kitui-filename label .size {font-size:80%;margin-left:10px;font-style:italic;white-space:nowrap;color:#888;}
.kitui-filename .clear {position:absolute;right:0;top:0;width:40px;height:40px;cursor:pointer;display:none;}
.kitui-filename .clear::before {content:'\00D7'/*'\0274c'*/;height:40px;line-height:40px;width:40px;display:block;text-align:center;font-size:20px;color:#ccc;}
.kitui-filename.active .clear {display:block;}

@media (max-width: 720px) {

	.kitui-select .options {z-index:10000;position:fixed;top:0;left:0;width:100%;height:100%;padding:10px 0 65px 0;border:none;}
	.kitui-select.with-search .options {padding-bottom:115px;}
	.kitui-select .options > span {padding-right:55px;}
	.kitui-select .options > ul {max-height:100%;}
	.kitui-select .options > ul li,.kitui-select .options > ul li.active {padding:9px 45px 9px 36px;background:none;}
	.kitui-select .options > ul li:hover {background:#ebebeb;}
	.kitui-select .options > ul li.active::before {z-index:2;left:16px;top:50%;height:12px;width:7px;margin:-7px 0 0 -2px;border-bottom:3px solid #fff;border-right:3px solid #fff;transform:rotate(45deg);}
	.kitui-select .options > ul li::after {z-index:1;content:'';box-sizing:border-box;position:absolute;left:8px;top:50%;margin-top:-10px;width:20px;height:20px;border-radius:3px;background:#fff;border:1px solid #ccc;}
	.kitui-select .options > ul li.active::after {background:#E7DD51;border:none;}
	.kitui-select .options > ul li.placeholder {padding-left:8px;}
	.kitui-select .options > ul li.placeholder::before,.kitui-select .options > ul li.placeholder::after {display:none;}

	.kitui-select .options .close {display:block;position:absolute;cursor:pointer;width:42px;height:42px;top:10px;right:10px;transform:rotate(45deg);z-index:100;-webkit-tap-highlight-color: rgba(0,0,0,0);}
	.kitui-select .options .close::before{content:'';position:absolute;top:50%;left:50%;margin:-1px 0 0 -11px;height:2px;width:22px;background:#9b9b9b;}
	.kitui-select .options .close::after{content:'';position:absolute;left:50%;top:50%;margin:-11px 0 0-1px;width:2px;height:22px;background:#9b9b9b;}
	.kitui-select .options .apply {display:block;position:absolute;bottom:15px;width:100%;padding:0 8px;}
	.kitui-select .options .apply .button {display:inline-block;padding:0 15px;border-radius:4px;color:#fff;background:#E7DD51;font-size:16px;font-weight:bold;text-align:center;height:35px;line-height:35px;text-decoration:none;-webkit-appearance: unset; -moz-appearance: unset; border: 0; box-shadow: unset; cursor: pointer; width:100%;}

	}
.post_page .prev-next-area {
    margin-top: 40px;
}

.post_page .prev-next-area > a {
    width: 48.66%;
    overflow: hidden;
    border: 1px solid #ededed;
    background-color: #fff;
    height: 86px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.post_page .prev-next-area > a:hover {
    text-decoration: none;
}

.post_page .prev-next-area > a > * {
    display: inline-block;
    font-size: 0;
}

.post_page .prev-next-area > a .img {
    width: 100px;
    height: 86px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.post_page .prev-next-area > a .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post_page .prev-next-area > a .name-text {
    width: calc(100% - 133px);
    font-size: 16px;
    padding: 0 15px;
    color: #0E6A92;
    line-height: 22px;
}

.post_page .prev-next-area > a .arrow {
    width: 33px;
    height: 100%;
    background-color: #f3f2f2;
    background-image: url(/themes/realestate/images/icons/articles_prev_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.post_page .prev-next-area .next {
    float: right;
    border-radius: 0 4px 4px 0;
}

.post_page .prev-next-area > a.next .arrow {
    transform: rotate(180deg);
}

.post_page .prev-next-area .prev {
    float: left;
    border-radius: 4px 0 0 4px;
}

@media (max-width: 800px) {
    .post_page .prev-next-area .next {
        width: 100%;
    }
    .post_page .prev-next-area .prev {
        width: 100%;
    }
    .post_page .prev-next-area .prev + a {
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .post_page .prev-next-area a > .img {
        display: none;
    }
    .post_page .prev-next-area > a .name-text {
        width: calc(100% - 33px);
    }
}

.post_page .popular-area {
    margin-top: 80px;
    margin-bottom: 80px;
}

.post_page .popular-area .popular-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.post_page .popular-area .popular-list + .last-news-list{
    border-top: 1px solid #ccc;
}

.post_page .popular-area .popular-item {
    width: 50%;
    margin-bottom: 30px;
    display: flex;
    text-decoration: none;
}

.post_page .popular-area .img {
    width: 174px;
    min-width: 174px;
    height: 110px;
    background-size: cover;
    position: relative;
}

.post_page .popular-area .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post_page .popular-area .info {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post_page .popular-area .pop-name {
    color: #1a1a1a;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
}

.post_page .popular-area .pop-date {
    color: #888;
    font-size: 14px;
}

.post_page .popular-area .last-news-list {
    display: flex;
    flex-wrap: wrap;
}

.post_page .popular-area .last-news-list-item {
    width: 50%;
    margin-top: 30px;
    text-decoration: none;
    padding-right: 20px;
}

.post_page .popular-area .last-date {
    color: #888;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}

.post_page .popular-area .last-name {
    color: #1a1a1a;
    font-size: 16px;
}

@media (max-width: 800px) {
    .post_page .popular-area {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .post_page .popular-area .popular-list {
        display: block;
        margin-top: 20px;
    }
    .post_page .popular-area .popular-item {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        line-height: 0;
    }
    .post_page .popular-area .img {
        display: inline-block;
    }
    .post_page .popular-area .info {
        padding-left: 0;
        padding-right: 0;
        display: block;
        margin-top: 10px;
        line-height: 1;
    }
    .post_page .popular-area .pop-name {
        display: block;
    }
    .post_page .popular-area .pop-date {
        display: inline-block;
        margin-top: 8px;
    }
    .post_page .popular-area .last-news-list {
        margin-top: 20px;
        display: block;
    }
    .post_page .popular-area .last-news-list-item {
        display: block;
        width: auto;
        padding-right: 0;
    }
    .post_page .popular-area .last-news-list-item + a {
        margin-top: 20px;
        margin-bottom: 0;
    }
}#confirm_container{ position: fixed; z-index: 200; left: 0; top: 0; width: 100%; height: 100%; height: 100vh; background: rgba(14,106,146,0.7); display: none; align-items: center; justify-content: center; padding: 0 15px; }
#confirm_container.active{ display: flex; }
#confirm_container .holder{ padding: 28px 40px; background: #fff; width: 400px; max-width: 100%; border-radius:4px; }
#confirm_container .title{ text-transform: uppercase; font-size: 20px; font-weight: 600; text-align: center; margin-bottom: 15px; }
#confirm_container .text{ font-size: 14px; line-height: 22px; text-align: center; margin-bottom: 15px; }
#confirm_container .submit_group{ display: flex; justify-content: space-between; }
#confirm_container .submit_group .btn{ width: 48%; }
#confirm_container .submit_group .btn.decline{ background: #a00; }

#alert_container{ position: fixed; z-index: 200; left: 0; top: 0; width: 100%; height: 100%; height: 100vh; background: rgba(14,106,146,0.7); display: none; align-items: center; justify-content: center; padding: 0 15px; }
#alert_container.active{ display: flex; }
#alert_container .holder{ padding: 28px 40px; background: #fff; width: 400px; max-width: 100%; border-radius:4px; }
#alert_container .title{ text-transform: uppercase; font-size: 20px; font-weight: 600; text-align: center; margin-bottom: 15px; }
#alert_container .text{ font-size: 14px; line-height: 22px; text-align: center; margin-bottom: 15px; }
#alert_container .submit_group{ display: flex; justify-content: center; }
#alert_container .submit_group .btn{ width: 48%; }
#alert_container .submit_group .btn.decline{ background: #a00; }

.ajax_container{ position: relative; }
.ajax_container::before{ content: ""; display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.3); z-index: 2; }
.ajax_container .ajax_loader{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; }
.ajax_container.active::before,.ajax_container.active .ajax_loader{ display: block; }
.ajax_container .ajax_loader.new_loader{ background: unset; color: #0E6A92; text-align: center; }

.responsive_iframe{ position: relative; width: 100%; max-width: 100%; }
.responsive_iframe.center{ margin: 0 auto; }
.responsive_iframe > div{ position: relative; height: 0; padding-bottom: 49%; width: 100%; }
.responsive_iframe iframe{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

jdiv[class^="botBadge__"] {
    display: none !important;
}
jdiv[class^="sender_"] jdiv[class^="label_"] {display:none !important;}.comments_button, .comments_form {
	margin-bottom: 30px;
}
.comments_list .item {
	border: 1px solid #ededed;
	background: #fff;
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 20px;
}
.comments_list .item:last-child {
	margin-bottom: 0;
}
.comments_list .item .top {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.comments_list .item .name {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	margin-right: 10px;
}
.comments_list .item .date {
	color: #7e7e7e;
	font-size: 14px;
}
.comments_form .row {
	margin-bottom: 20px;
}
.comments_form textarea {
	width: 100%;
	height: 120px;
	resize: none;
}
.comments_form input[type="text"] {
	width: 100%;
}
.comments_form .submit_group {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.comments_form .submit_group > div {
	margin-right: 30px;
}
.comments_form .submit_group > div:last-child {
	margin-right: 0;
}
.comments_form .ajax_loader {
	width: 128px;
}
@media (max-width: 600px) {
	.comments_button .btn {
		width: 100%;
	}
	.comments_list .item {
		padding: 20px 15px;
	}
	.comments_form .submit_group {
		flex-flow: row wrap;
	}
	.comments_form .submit_group > div {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.comments_form .submit_group > div:last-child {
		margin-bottom: 0;	
	}
	.comments_form .submit_group .btn {
		width: 100%;
	}
}

.comments_wrapper {
    margin-top: 80px;
}

@media (max-width: 800px) {
    .post_page .comments_wrapper {
        margin-top: 80px;
    }
}/* compare */
table.compare {width:100%;margin-bottom:60px;color:#000;}
table.compare thead th {position:relative;padding-right:3%;font-weight:normal;vertical-align:top;}
table.compare thead .caption {text-align:right;}
table.compare .compare_head .title{ font-size: 18px; font-weight: bold; margin:15px 0 50px 0; }
table.compare .compare_head .title a{ color: inherit; }
table.compare .compare_head .image{position:relative;/*display: inline-block;*/}
table.compare .compare_head .image .favourite {position:absolute;top:10px;right:10px;width:30px;height:30px;background:rgba(255,255,255,0.7);border-radius:4px;cursor:pointer;text-align:center;line-height:30px;}
table.compare .compare_head .image .favourite::before {content:'';display:inline-block;width:20px;height:20px;background:url(/themes/realestate/images/sprite_new.png) -346px -929px no-repeat;vertical-align:middle;}
table.compare .compare_head .image .favourite.active::before {background-position:-386px -929px}
table.compare .compare_head .image .compare {position:absolute;top:10px;right:47px;width:30px;height:30px;background:rgba(255,255,255,0.7);border-radius:4px;cursor:pointer;text-align:center;line-height:30px;}
table.compare .compare_head .image .compare::before {content:'';display:inline-block;width:20px;height:20px;background:url(/themes/realestate/images/sprite_new.png) -326px -929px no-repeat;vertical-align:middle;}
table.compare .compare_head .image .compare.active::before {background-position:-366px -929px}

/*table.compare .arrow_left,table.compare .arrow_right {background-color:#ffbc13;}*/
table.compare div[class*=arrow_]{ position: absolute; top: 50%; transform: translateY(-50%); padding: 5px 10px; color: #ccc; cursor: pointer; }
table.compare .image:hover div[class*=arrow_]{ opacity: 1; }
table.compare .arrow_left{ left:-38px; }
table.compare .arrow_right{ right:-38px; }
table.compare tbody td {border-top:1px solid #dedede;border-bottom:1px solid #dedede;padding:13px 3% 13px 0;font-weight:bold;}
table.compare tbody tr:first-child td {border-top:none;}
table.compare tr.title td {font-size:18px;}
table.compare tr.title td.caption {font-size:20px;font-weight:bold;}
table.compare td.caption {font-weight:normal;}
table.compare td .has_not{ /*color: #000;*/ font-weight: 400; }
table.compare td .has{ color: #3d350f; font-size: 17px; }

@media (max-width:1000px){
    table.compare .arrow_left {left:5px;}
    table.compare .arrow_right {right:5px;}
    table.compare div[class*=arrow_]{ color: #fff; }
}
@media (max-width:600px){
    table.compare thead th, table.compare tbody td {padding-right:0;}
    table.compare .caption {display:none;}
    table.compare tbody td {text-align:right;padding: 13px 5px; }
    table.compare tbody td::before {content:attr(data-text);display:inline-block;float:left;text-align:left;font-weight:normal;max-width:70%;}
    table.compare .compare_head .image .pin {display:none;}
    table.compare .compare_head .image .compare {top:12px;}
    table.compare .compare_head .image,table.compare .compare_head .image img{ width: 100%; }
}
/* FEATURES ICONS */
.feature.prj_o_7:before {background-position:-50px 0px;}
.feature.prj_o_31:before,.feature.prj_o_30:before,.feature.prj_o_205:before {background-position:-100px 0px;}
.feature.prj_o_3:before,.feature.prj_o_15:before,.feature.prj_o_36:before {background-position:-150px 0px;}
.feature.prj_o_61:before,.feature.prj_o_52:before,.feature.prj_o_133:before {background-position:-200px 0px;}
.feature.prj_o_28:before {background-position:-250px 0px;}
.feature.prj_o_1:before,.feature.prj_o_230:before,.feature.prj_o_65:before {background-position:-300px 0px;}
.feature.prj_o_32:before,.feature.prj_o_13:before,.feature.prj_o_53:before,.feature.prj_o_202:before {background-position:-350px 0px;}
.feature.prj_o_16:before,.feature.prj_o_207:before,.feature.prj_o_208:before {background-position:-400px 0px;}
.feature.prj_o_22:before,.feature.prj_o_163:before {background-position:-450px 0px;}
.feature.prj_o_95:before,.feature.prj_o_96:before,.feature.prj_o_112:before,.feature.prj_o_229:before {background-position:0px -50px;}
.feature.prj_o_127:before {background-position:-50px -50px;}
.feature.prj_o_120:before,.feature.prj_o_64:before,.feature.prj_o_260:before {background-position:-100px -50px;}
.feature.prj_o_131:before,.feature.prj_o_129:before,.feature.prj_o_130:before {background-position:-150px -50px;}
.feature.prj_o_104:before,.feature.prj_o_124:before,.feature.prj_o_188:before {background-position:-200px -50px;}
.feature.prj_o_90:before,.feature.prj_o_84:before,.feature.prj_o_115:before,.feature.prj_o_132:before,.feature.prj_o_238:before,.feature.prj_o_164:before,.feature.prj_o_232:before {background-position:-250px -50px;}
.feature.prj_o_97:before,.feature.prj_o_71:before,.feature.prj_o_233:before,.feature.prj_o_62:before,.feature.prj_o_75:before,.feature.prj_o_98:before,.feature.prj_o_272:before {background-position:-300px -50px;}
.feature.prj_o_146:before,.feature.prj_o_136:before,.feature.prj_o_151:before,.feature.prj_o_152:before,.feature.prj_o_174:before {background-position:-350px -50px;}
.feature.prj_o_161:before {background-position:-400px -50px;}
.feature.prj_o_180:before,.feature.prj_o_225:before,.feature.prj_o_248:before {background-position:-450px -50px;}
.feature.prj_o_160:before,.feature.prj_o_78:before {background-position:0px -100px;}
.feature.prj_o_137:before,.feature.prj_o_87:before,.feature.prj_o_167:before,.feature.prj_o_200:before,.feature.prj_o_234:before {background-position:-50px -100px;}
.feature.prj_o_159:before {background-position:-100px -100px;}
.feature.prj_o_138:before,.feature.prj_o_153:before,.feature.prj_o_154:before {background-position:-150px -100px;}
.feature.prj_o_173:before {background-position:-200px -100px;}
.feature.prj_o_108:before {background-position:-250px -100px;}
.feature.prj_o_247:before {background-position:-300px -100px;}
.feature.prj_o_191:before,.feature.prj_o_190:before,.feature.prj_o_249:before {background-position:-350px -100px;}
.feature.prj_o_195:before {background-position:-400px -100px;}
.feature.prj_o_193:before,.feature.prj_o_196:before {background-position:-450px -100px;}
.feature.prj_o_194:before,.feature.prj_o_169:before,.feature.prj_o_246:before,.feature.prj_o_255:before,.feature.prj_o_135:before {background-position:0px -150px;}
.feature.prj_o_192:before {background-position:-50px -150px;}
.feature.prj_o_63:before,.feature.prj_o_89:before,.feature.prj_o_102:before,.feature.prj_o_88:before {background-position:-100px -150px;}
.feature.prj_o_175:before,.feature.prj_o_176:before,.feature.prj_o_140:before {background-position:-150px -150px;}
.feature.prj_o_139:before,.feature.prj_o_247:before {background-position:-200px -150px;}
.feature.prj_o_141:before,.feature.prj_o_170:before,.feature.prj_o_156:before {background-position:-250px -150px;}
.feature.prj_o_2:before,.feature.prj_o_7:before,.feature.prj_o_8:before,.feature.prj_o_216:before {background-position:-300px -150px;}
.feature.prj_o_142:before {background-position:-350px -150px;}
.feature.prj_o_206:before {background-position:-400px -150px;}
.feature.prj_o_99:before,.feature.prj_o_101:before,.feature.prj_o_143:before,.feature.prj_o_144:before,.feature.prj_o_244:before {background-position:-450px -150px;}
.feature.prj_o_145:before {background-position:0px -200px;}
.feature.prj_o_147:before {background-position:-50px -200px;}
.feature.prj_o_148:before,.feature.prj_o_149:before {background-position:-100px -200px;}
.feature.prj_o_150:before,.feature.prj_o_250:before {background-position:-150px -200px;}
.feature.prj_o_240:before {background-position:-200px -200px;}
.feature.prj_o_66:before {background-position:-250px -200px;}
.feature.prj_o_197:before {background-position:-300px -200px;}
.feature.prj_o_259:before {background-position:-350px -200px;}
.feature.prj_o_67:before,.feature.prj_o_125:before,.feature.prj_o_235:before,.feature.prj_o_256:before {background-position:-400px -200px;}
.feature.prj_o_68:before {background-position:-450px -200px;}
.feature.prj_o_4:before,.feature.prj_o_9:before,.feature.prj_o_10:before,.feature.prj_o_29:before,.feature.prj_o_35:before {background-position:0px -250px;}
.feature.prj_o_239:before {background-position:-50px -250px;}
.feature.prj_o_69:before {background-position:-100px -250px;}
.feature.prj_o_5:before {background-position:-150px -250px;}
.feature.prj_o_155:before {background-position:-200px -250px;}
.feature.prj_o_70:before {background-position:-250px -250px;}
.feature.prj_o_6:before {background-position:-300px -250px;}
.feature.prj_o_157:before {background-position:-350px -250px;}
.feature.prj_o_11:before,.feature.prj_o_218:before,.feature.prj_o_219:before {background-position:-400px -250px;}
.feature.prj_o_12:before {background-position:-450px -250px;}
.feature.prj_o_231:before {background-position:0px -300px;}
.feature.prj_o_14:before {background-position:-50px -300px;}
.feature.prj_o_72:before,.feature.prj_o_73:before,.feature.prj_o_158:before {background-position:-100px -300px;}
.feature.prj_o_74:before,.feature.prj_o_253:before {background-position:-150px -300px;}
.feature.prj_o_76:before,.feature.prj_o_77:before {background-position:-200px -300px;}
.feature.prj_o_254:before {background-position:-250px -300px;}
.feature.prj_o_199:before {background-position:-300px -300px;}
.feature.prj_o_162:before {background-position:-350px -300px;}
.feature.prj_o_17:before,.feature.prj_o_18:before,.feature.prj_o_134:before {background-position:-400px -300px;}
.feature.prj_o_79:before,.feature.prj_o_80:before,.feature.prj_o_236:before,.feature.prj_o_241:before {background-position:-450px -300px;}
.feature.prj_o_19:before {background-position:0px -350px;}
.feature.prj_o_20:before,.feature.prj_o_21:before {background-position:-50px -350px;}
.feature.prj_o_82:before {background-position:-100px -350px;}
.feature.prj_o_83:before {background-position:-150px -350px;}
.feature.prj_o_85:before,.feature.prj_o_91:before {background-position:-200px -350px;}
.feature.prj_o_257:before {background-position:-250px -350px;}
.feature.prj_o_23:before,.feature.prj_o_81:before,.feature.prj_o_237:before {background-position:-300px -350px;}
.feature.prj_o_165:before {background-position:-350px -350px;}
.feature.prj_o_226:before {background-position:-400px -350px;}
.feature.prj_o_86:before,.feature.prj_o_118:before,.feature.prj_o_128:before,.feature.prj_o_166:before,.feature.prj_o_182:before {background-position:-450px -350px;}
.feature.prj_o_24:before,.feature.prj_o_25:before,.feature.prj_o_26:before,.feature.prj_o_211:before,.feature.prj_o_212:before {background-position:0px -400px;}
.feature.prj_o_223:before {background-position:-50px -400px;}
.feature.prj_o_92:before {background-position:-100px -400px;}
.feature.prj_o_27:before {background-position:-150px -400px;}
.feature.prj_o_93:before {background-position:-200px -400px;}
.feature.prj_o_94:before,.feature.prj_o_111:before {background-position:-250px -400px;}
.feature.prj_o_168:before {background-position:-300px -400px;}
.feature.prj_o_100:before {background-position:-350px -400px;}
.feature.prj_o_29:before {background-position:-400px -400px;}
.feature.prj_o_220:before,.feature.prj_o_221:before {background-position:-450px -400px;}
.feature.prj_o_33:before {background-position:0px -450px;}
.feature.prj_o_171:before {background-position:-50px -450px;}
.feature.prj_o_103:before,.feature.prj_o_105:before {background-position:-100px -450px;}
.feature.prj_o_203:before {background-position:-150px -450px;}
.feature.prj_o_210:before,.feature.prj_o_34:before {background-position:-200px -450px;}
.feature.prj_o_214:before {background-position:-250px -450px;}
.feature.prj_o_172:before {background-position:-300px -450px;}
.feature.prj_o_106:before {background-position:-350px -450px;}
.feature.prj_o_107:before {background-position:-400px -450px;}
.feature.prj_o_109:before {background-position:-450px -450px;}
.feature.prj_o_179:before {background-position:0px -500px;}
.feature.prj_o_37:before {background-position:-50px -500px;}
.feature.prj_o_38:before {background-position:-100px -500px;}
.feature.prj_o_39:before,.feature.prj_o_110:before {background-position:-150px -500px;}
.feature.prj_o_251:before {background-position:-200px -500px;}
.feature.prj_o_40:before,.feature.prj_o_41:before,.feature.prj_o_48:before {background-position:-250px -500px;}
.feature.prj_o_42:before {background-position:-300px -500px;}
.feature.prj_o_43:before,.feature.prj_o_44:before,.feature.prj_o_46:before {background-position:-350px -500px;}
.feature.prj_o_45:before,.feature.prj_o_217:before {background-position:-400px -500px;}
.feature.prj_o_213:before {background-position:-450px -500px;}
.feature.prj_o_222:before {background-position:0px -550px;}
.feature.prj_o_47:before {background-position:-50px -550px;}
.feature.prj_o_243:before {background-position:-100px -550px;}
.feature.prj_o_113:before,.feature.prj_o_114:before,.feature.prj_o_55:before {background-position:-150px -550px;}
.feature.prj_o_201:before {background-position:-200px -550px;}
.feature.prj_o_181:before {background-position:-250px -550px;}
.feature.prj_o_116:before,.feature.prj_o_117:before {background-position:-300px -550px;}
.feature.prj_o_204:before {background-position:-350px -550px;}
.feature.prj_o_183:before,.feature.prj_o_184:before,.feature.prj_o_185:before {background-position:-400px -550px;}
.feature.prj_o_119:before,.feature.prj_o_122:before {background-position:-450px -550px;}
.feature.prj_o_49:before,.feature.prj_o_50:before {background-position:0px -600px;}
.feature.prj_o_215:before,.feature.prj_o_273:before {background-position:-50px -600px;}
.feature.prj_o_186:before {background-position:-100px -600px;}
.feature.prj_o_198:before {background-position:-150px -600px;}
.feature.prj_o_121:before {background-position:-200px -600px;}
.feature.prj_o_51:before {background-position:-250px -600px;}
.feature.prj_o_187:before {background-position:-300px -600px;}
.feature.prj_o_209:before,.feature.prj_o_59:before {background-position:-350px -600px;}
.feature.prj_o_54:before {background-position:-400px -600px;}
.feature.prj_o_56:before,.feature.prj_o_227:before,.feature.prj_o_228:before {background-position:-450px -600px;}
.feature.prj_o_123:before,.feature.prj_o_57:before {background-position:0px -650px;}
.feature.prj_o_58:before {background-position:-50px -650px;}
.feature.prj_o_126:before {background-position:-100px -650px;}
.feature.prj_o_245:before {background-position:-150px -650px;}
.feature.prj_o_189:before {background-position:-200px -650px;}
.feature.prj_o_252:before {background-position:-250px -650px;}
.feature.prj_o_242:before {background-position:-300px -650px;}
.feature.prj_o_60:before {background-position:-350px -650px;}
.feature.prj_o_258:before {background-position:-400px -650px;}
.feature.prj_o_224:before {background-position:-450px -650px;}
.feature.prj_o_261:before {background-position:0px -700px;}
.feature.prj_o_262:before {background-position:-50px -700px;}
.feature.prj_o_263:before {background-position:-100px -700px;}
.feature.prj_o_264:before {background-position:-150px -700px;}
.feature.prj_o_265:before {background-position:-200px -700px;}
.feature.prj_o_266:before {background-position:-250px -700px;}
.feature.prj_o_267:before {background-position:-300px -700px;}
.feature.prj_o_268:before {background-position:-350px -700px;}
.feature.prj_o_269:before {background-position:-400px -700px;}
.feature.prj_o_270:before {background-position:-450px -700px;}
.feature.prj_o_271:before {background-position:0px -750px;}
.feature.prj_o_274:before {background-position:-50px -750px;}
.feature.prj_o_275:before {background-position:-100px -750px;}
.feature.prj_o_276:before {background-position:-150px -750px;}
/* NEW FEATURES */
.feature.prj_o_300:before {background-position:0px -800px;}
.feature.prj_o_301:before {background-position:-50px -800px;}
.feature.prj_o_302:before {background-position:-100px -800px;}
.feature.prj_o_303:before {background-position:-150px -800px;}
.feature.prj_o_304:before {background-position:-200px -800px;}
.feature.prj_o_305:before {background-position:-250px -800px;}
.feature.prj_o_306:before {background-position:-300px -800px;}
.feature.prj_o_307:before {background-position:-350px -800px;}
.feature.prj_o_308:before {background-position:-400px -800px;}
.feature.prj_o_309:before {background-position:-450px -800px;}
.feature.prj_o_310:before {background-position:0px -850px;}
.feature.prj_o_311:before {background-position:-50px -850px;}
.feature.prj_o_312:before {background-position:-100px -850px;}
.feature.prj_o_313:before {background-position:-150px -850px;}
.feature.prj_o_314:before {background-position:-200px -850px;}
.feature.prj_o_315:before {background-position:-250px -850px;}
.feature.prj_o_316:before {background-position:-300px -850px;}
.feature.prj_o_317:before {background-position:-350px -850px;}
.feature.prj_o_318:before {background-position:-400px -850px;}
.feature.prj_o_319:before {background-position:-450px -850px;}
.feature.prj_o_320:before {background-position:0px -900px;}
.feature.prj_o_321:before {background-position:-50px -900px;}
.feature.prj_o_322:before {background-position:-100px -900px;}
.feature.prj_o_323:before {background-position:-150px -900px;}
.feature.prj_o_324:before {background-position:-200px -900px;}
.feature.prj_o_325:before {background-position:-250px -900px;}
.feature.prj_o_326:before {background-position:-300px -900px;}
.feature.prj_o_327:before {background-position:-350px -900px;}
.feature.prj_o_328:before {background-position:-400px -900px;}
.feature.prj_o_329:before {background-position:-450px -900px;}
.feature.prj_o_330:before {background-position:0px -950px;}
.feature.prj_o_331:before {background-position:-50px -950px;}
.feature.prj_o_332:before {background-position:-100px -950px;}
.feature.prj_o_333:before {background-position:-150px -950px;}
.feature.prj_o_334:before {background-position:-200px -950px;}
.feature.prj_o_335:before {background-position:-250px -950px;}
.feature.prj_o_336:before {background-position:-300px -950px;}
.feature.prj_o_337:before {background-position:-350px -950px;}
.feature.prj_o_338:before {background-position:-400px -950px;}
.feature.prj_o_339:before {background-position:-450px -950px;}
.feature.prj_o_440:before {background-position:0px -1000px;}
.feature.prj_o_441:before {background-position:-50px -1000px;}
.feature.prj_o_442:before {background-position:-100px -1000px;}
.feature.prj_o_443:before {background-position:-150px -1000px;}
.feature.prj_o_444:before {background-position:-200px -1000px;}
.feature.prj_o_445:before {background-position:-250px -1000px;}
.feature.prj_o_446:before {background-position:-300px -1000px;}
.feature.prj_o_447:before {background-position:-350px -1000px;}
.feature.prj_o_448:before {background-position:-400px -1000px;}
.feature.prj_o_449:before {background-position:-450px -1000px;}
.feature.prj_o_450:before {background-position:0px -1050px;}
.feature.prj_o_451:before {background-position:-50px -1050px;}
.feature.prj_o_452:before {background-position:-100px -1050px;}
.feature.prj_o_453:before {background-position:-150px -1050px;}
.feature.prj_o_454:before {background-position:-200px -1050px;}
.feature.prj_o_455:before {background-position:-250px -1050px;}
.feature.prj_o_456:before {background-position:-300px -1050px;}
.feature.prj_o_457:before {background-position:-350px -1050px;}
.feature.prj_o_458:before {background-position:-400px -1050px;}
.feature.prj_o_459:before {background-position:-450px -1050px;}
.feature.prj_o_460:before {background-position:0px -1100px;}
.feature.prj_o_461:before {background-position:-50px -1100px;}
.feature.prj_o_462:before {background-position:-100px -1100px;}
.feature.prj_o_463:before {background-position:-150px -1100px;}
.feature.prj_o_464:before {background-position:-200px -1100px;}
.feature.prj_o_465:before {background-position:-250px -1100px;}
.feature.prj_o_466:before {background-position:-300px -1100px;}
.feature.prj_o_467:before {background-position:-350px -1100px;}
.feature.prj_o_468:before {background-position:-400px -1100px;}
.feature.prj_o_469:before {background-position:-450px -1100px;}
.feature.prj_o_470:before {background-position:0px -1150px;}
.feature.prj_o_471:before {background-position:-50px -1150px;}
.feature.prj_o_472:before {background-position:-100px -1150px;}
.feature.prj_o_473:before {background-position:-150px -1150px;}
.feature.prj_o_474:before {background-position:-200px -1150px;}
.feature.prj_o_475:before {background-position:-250px -1150px;}
.feature.prj_o_476:before {background-position:-300px -1150px;}
.feature.prj_o_477:before {background-position:-350px -1150px;}
.feature.prj_o_478:before {background-position:-400px -1150px;}
.feature.prj_o_479:before {background-position:-450px -1150px;}
.feature.prj_o_480:before {background-position:0px -1200px;}
.feature.prj_o_481:before {background-position:-50px -1200px;}
.feature.prj_o_482:before {background-position:-100px -1200px;}
.feature.prj_o_483:before {background-position:-150px -1200px;}
.feature.prj_o_484:before {background-position:-200px -1200px;}
.feature.prj_o_485:before {background-position:-250px -1200px;}
.feature.prj_o_486:before {background-position:-300px -1200px;}
.feature.prj_o_487:before {background-position:-350px -1200px;}
.feature.prj_o_488:before {background-position:-400px -1200px;}
.feature.prj_o_489:before {background-position:-450px -1200px;}
.feature.prj_o_490:before {background-position:0px -1250px;}
.feature.prj_o_491:before {background-position:-50px -1250px;}
.feature.prj_o_492:before {background-position:-100px -1250px;}
.feature.prj_o_493:before {background-position:-150px -1250px;}
.feature.prj_o_494:before {background-position:-200px -1250px;}
.feature.prj_o_495:before {background-position:-250px -1250px;}
.feature.prj_o_496:before {background-position:-300px -1250px;}
.feature.prj_o_497:before {background-position:-350px -1250px;}
.feature.prj_o_498:before {background-position:-400px -1250px;}
.feature.prj_o_499:before {background-position:-450px -1250px;}
.feature.prj_o_500:before {background-position:0px -1300px;}
.feature.prj_o_501:before {background-position:-50px -1300px;}
.feature.prj_o_502:before {background-position:-100px -1300px;}
.feature.prj_o_503:before {background-position:-150px -1300px;}
.feature.prj_o_504:before {background-position:-200px -1300px;}
.feature.prj_o_505:before {background-position:-250px -1300px;}
.feature.prj_o_506:before {background-position:-300px -1300px;}
.feature.prj_o_507:before {background-position:-350px -1300px;}
.feature.prj_o_508:before {background-position:-400px -1300px;}
.feature.prj_o_509:before {background-position:-450px -1300px;}
.feature.prj_o_510:before {background-position:0px -1350px;}
.feature.prj_o_511:before {background-position:-50px -1350px;}
.feature.prj_o_512:before {background-position:-100px -1350px;}
.feature.prj_o_513:before {background-position:-150px -1350px;}
.feature.prj_o_514:before {background-position:-200px -1350px;}
.feature.prj_o_515:before {background-position:-250px -1350px;}
.feature.prj_o_516:before {background-position:-300px -1350px;}
.feature.prj_o_517:before {background-position:-350px -1350px;}
.feature.prj_o_518:before {background-position:-400px -1350px;}
.feature.prj_o_519:before {background-position:-450px -1350px;}
.feature.prj_o_520:before {background-position:0px -1400px;}
.feature.prj_o_521:before {background-position:-50px -1400px;}
.feature.prj_o_522:before {background-position:-100px -1400px;}
.feature.prj_o_523:before {background-position:-150px -1400px;}
.feature.prj_o_524:before {background-position:-200px -1400px;}
.feature.prj_o_525:before {background-position:-250px -1400px;}
.feature.prj_o_526:before {background-position:-300px -1400px;}
.feature.prj_o_527:before {background-position:-350px -1400px;}
.feature.prj_o_528:before {background-position:-400px -1400px;}
.feature.prj_o_529:before {background-position:-450px -1400px;}
.feature.prj_o_530:before {background-position:0px -1450px;}
.feature.prj_o_531:before {background-position:-50px -1450px;}
.feature.prj_o_532:before {background-position:-100px -1450px;}
.feature.prj_o_533:before {background-position:-150px -1450px;}
.feature.prj_o_534:before {background-position:-200px -1450px;}
.feature.prj_o_535:before {background-position:-250px -1450px;}
.feature.prj_o_536:before {background-position:-300px -1450px;}
.feature.prj_o_537:before {background-position:-350px -1450px;}
.feature.prj_o_538:before {background-position:-250px -1500px;}
.feature.prj_o_539:before {background-position:-400px -1450px;}
.feature.prj_o_540:before {background-position:-450px -1500px;}
.feature.prj_o_541:before {background-position:0px -1500px;}
.feature.prj_o_542:before {background-position:-50px -1500px;}
.feature.prj_o_543:before {background-position:-100px -1500px;}
.feature.prj_o_544:before {background-position:-150px -1500px;}
.feature.prj_o_545:before {background-position:-200px -1500px;}
.feature.prj_o_546:before {background-position:-300px -1500px;}
.feature.prj_o_547:before {background-position:-350px -1500px;}
.feature.prj_o_548:before {background-position:-400px -1500px;}
.feature.prj_o_549:before {background-position:-450px -1500px;}
.feature.prj_o_550:before {background-position:0px -1550px;}
.feature.prj_o_551:before {background-position:-50px -1550px;}
.feature.prj_o_552:before {background-position:-250px -1550px;}
.feature.prj_o_553:before {background-position:-100px -1550px;}
.feature.prj_o_554:before {background-position:-150px -1550px;}
.feature.prj_o_555:before {background-position:-200px -1550px;}
.feature.prj_o_556:before {background-position:-300px -1550px;}
.feature.prj_o_557:before {background-position:-350px -1550px;}
.feature.prj_o_558:before {background-position:-400px -1550px;}
.feature.prj_o_559:before {background-position:-450px -1550px;}
.feature.prj_o_560:before {background-position:0px -1600px;}
.feature.prj_o_561:before {background-position:-50px -1600px;}
.feature.prj_o_562:before {background-position:-100px -1600px;}
.feature.prj_o_563:before {background-position:-150px -1600px;}
.feature.prj_o_564:before {background-position:-200px -1600px;}
.feature.prj_o_565:before {background-position:-250px -1600px;}
.feature.prj_o_566:before {background-position:-300px -1600px;}
.feature.prj_o_567:before {background-position:-350px -1600px;}
.feature.prj_o_568:before {background-position:-400px -1600px;}
.feature.prj_o_569:before {background-position:-450px -1600px;}
.feature.prj_o_570:before {background-position:0px -1650px;}
.feature.prj_o_571:before {background-position:-50px -1650px;}
.feature.prj_o_572:before {background-position:-100px -1650px;}
.feature.prj_o_573:before {background-position:-150px -1650px;}
.feature.prj_o_574:before {background-position:-200px -1650px;}
.feature.prj_o_575:before {background-position:-250px -1650px;}
.feature.prj_o_576:before {background-position:-300px -1650px;}
.feature.prj_o_577:before {background-position:-350px -1650px;}
.feature.prj_o_578:before {background-position:-400px -1650px;}
.feature.prj_o_579:before {background-position:-450px -1650px;}
.feature.prj_o_580:before {background-position:0px -1700px;}
.feature.prj_o_581:before {background-position:-50px -1700px;}
.feature.prj_o_582:before {background-position:-100px -1700px;}
.feature.prj_o_583:before {background-position:-150px -1700px;}
.feature.prj_o_584:before {background-position:-200px -1700px;}
.feature.prj_o_585:before {background-position:-250px -1700px;}
.feature.prj_o_586:before {background-position:-300px -1700px;}
.feature.prj_o_587:before {background-position:-350px -1700px;}
.feature.prj_o_588:before {background-position:-400px -1700px;}
.feature.prj_o_589:before {background-position:-450px -1700px;}
.feature.prj_o_590:before {background-position:0px -1750px;}
.feature.prj_o_591:before {background-position:-50px -1750px;}
.feature.prj_o_592:before {background-position:-100px -1750px;}
.feature.prj_o_593:before {background-position:-150px -1750px;}
.feature.prj_o_594:before {background-position:-200px -1750px;}
.feature.prj_o_595:before {background-position:-250px -1750px;}
.feature.prj_o_596:before {background-position:-300px -1750px;}
.feature.prj_o_597:before {background-position:-350px -1750px;}
.feature.prj_o_598:before {background-position:-400px -1750px;}
.feature.prj_o_599:before {background-position:-450px -1750px;}
.feature.prj_o_600:before {background-position:0px -1800px;}
.feature.prj_o_701:before {background-position:0px -1850px;}
.feature.prj_o_702:before {background-position:-50px -1850px;}
.feature.prj_o_703:before {background-position:-100px -1850px;}
.feature.prj_o_704:before {background-position:-150px -1850px;}
.feature.prj_o_705:before {background-position:-200px -1850px;}
.feature.prj_o_706:before {background-position:-250px -1850px;}
.feature.prj_o_707:before {background-position:-300px -1850px;}
.feature.prj_o_708:before {background-position:-350px -1850px;}
.feature.prj_o_709:before {background-position:-400px -1850px;}
.feature.prj_o_710:before {background-position:-450px -1850px;}
.feature.prj_o_711:before {background-position:0px -1900px;}
.feature.prj_o_712:before {background-position:-50px -1900px;}
.feature.prj_o_713:before {background-position:-100px -1900px;}
.feature.prj_o_714:before {background-position:-150px -1900px;}
.feature.prj_o_715:before {background-position:-200px -1900px;}
.feature.prj_o_716:before {background-position:-250px -1900px;}
.feature.prj_o_717:before {background-position:-300px -1900px;}
.feature.prj_o_718:before {background-position:-350px -1900px;}
.feature.prj_o_719:before {background-position:-400px -1900px;}
.feature.prj_o_720:before {background-position:-450px -1900px;}
.feature.prj_o_721:before {background-position:0px -1950px;}
.feature.prj_o_722:before {background-position:-50px -1950px;}
.feature.prj_o_723:before {background-position:-100px -1950px;}
.feature.prj_o_724:before {background-position:-150px -1950px;}
.feature.prj_o_725:before {background-position:-200px -1950px;}
.feature.prj_o_726:before {background-position:-250px -1950px;}
.feature.prj_o_727:before {background-position:-300px -1950px;}
.feature.prj_o_728:before {background-position:-350px -1950px;}
.feature.prj_o_729:before {background-position:-400px -1950px;}
.feature.prj_o_730:before {background-position:-450px -1950px;}
.feature.prj_o_731:before {background-position:0px -2000px;}
.feature.prj_o_732:before {background-position:-50px -2000px;}
.feature.prj_o_733:before {background-position:-100px -2000px;}
.feature.prj_o_734:before {background-position:-150px -2000px;}
.feature.prj_o_735:before {background-position:-200px -2000px;}
.feature.prj_o_736:before {background-position:-250px -2000px;}
.feature.prj_o_737:before {background-position:-300px -2000px;}
.feature.prj_o_738:before {background-position:-350px -2000px;}
.feature.prj_o_739:before {background-position:-400px -2000px;}
.feature.prj_o_740:before {background-position:-450px -2000px;}
.feature.prj_o_741:before {background-position: 0 -2050px;}/* FOOTER */
footer, .footer {color:#1a1a1a;}
footer ul.links-menu {list-style:none;display:block;margin-top:30px;}
footer ul.links-menu > li {display:inline-block;box-sizing:border-box;width:15%;margin-right:2%;vertical-align:top;}
footer ul.links-menu > li:last-child {margin-right:0;}
footer ul.links-menu > li ul {list-style:none}
footer ul.links-menu > li ul li {padding-bottom:10px;line-height:normal}
footer ul.links-menu a {color:#7e7e7e;}
.footer { background:#f2f2f2; position:relative; margin-top:45px; }
.footer a {color:inherit;}
.footer .title {font-size:16px;font-weight:bold;text-transform:uppercase;color:#1a1a1a;margin-bottom:15px;}
.footer .scrollup{position:absolute;width:69px;height:69px;background:url(/themes/realestate/images/sprite_new.png) 0px -45px no-repeat;top:-34px;left:50%;margin-left:-34px;cursor:pointer;z-index:9;}
.footer > .container {padding-top:40px;}
.footer ul{list-style:none;}
.footer ul li {padding:6px 0px;}
.footer .logo,.footer .copyright {margin-bottom:30px;}
.footer .logo {display:flex;align-items:flex-end;}
.footer .logo img {display:block;}
.footer .logo .beta {color:#777;font-size:14px;margin-bottom:2px;margin-left:5px;}
.footer .copyright, .footer .production {line-height:24px; color: #777; }
.footer .socials {
	margin-bottom:40px;
	background: #fff;
	border-radius: 5px;
	max-width: 250px;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	padding: 5px 14px;
}
.footer .socials.social-buttons-wrap {
	max-width: 180px;
	padding: 5px;
}
.footer .socials a {
	display:inline-block;
	width: 37px;
    height: 30px;
	margin-bottom:5px;
	background:url(/themes/realestate/images/sprite_new.png) no-repeat;
	border-radius: 50%;
	color: #1a1a1a;
}
.footer .socials.social-buttons-wrap-1 {
	max-width: 45px;
	padding: 5px;
}
.footer .socials.social-buttons-wrap-1 a {
	margin-bottom: 0;
}
.footer .socials.social-buttons-wrap-2 {
	max-width: 105px;
}
.footer .socials.social-buttons-wrap-3 {
	max-width: 140px;
}
.footer .socials.social-buttons-wrap-4 {
	max-width: 180px;
}
.footer .socials.social-buttons-wrap-5 {
	max-width: 215px;
}
.footer .socials a:last-child{margin-right:0px;}
.footer .socials a.tw {background-position:-2px -119px;}
.footer .socials a.vk {background-position:-44px -119px;}
.footer .socials a.fb {background-position:-86px -119px;}
.footer .socials a.inst {background-position:-128px -119px;}
.footer .socials a.yt {background-position:-170px -119px;}
.footer .socials a.od {background-position:-212px -119px;}
.footer .socials a.gp {background-position:-254px -119px;}
.footer .socials a.lj {background-position:-296px -119px;}
.footer .socials a.pin {background-position:-2px -892px;}
.footer .socials a.tumblr {background-position:-44px -892px;}
.footer .socials a.lin {background-position:-86px -892px;}
.footer .socials a.tele {background-position:-408px -119px;}
.footer .socials a.zen {background-position:-450px -119px;}
.footer .i_address,.footer .i_phone,.footer .i_email {padding-left:25px;position:relative;margin-bottom:10px;color:#fff;font-size:14px;}
.footer .i_address:before {content:"";width:17px;height:17px;position:absolute;top:2px;left:0px;background:url(/themes/realestate/images/sprite_new.png) -26px 0px no-repeat;}
.footer .i_phone:before {content:"";width:17px;height:17px;position:absolute;top:2px;left:0px;background:url(/themes/realestate/images/sprite_new.png) -52px 0px no-repeat;}
.footer .i_email:before {content:"";width:17px;height:17px;position:absolute;top:3px;left:0px;background:url(/themes/realestate/images/sprite_new.png) -78px 0px no-repeat;}
.footer .search, .footer .contact_block {display:block;position:relative;max-width:250px;}
.footer .search input[type="text"] {background:transparent;border:1px solid #777;border-radius:5px;width:100%;padding:0 30px 0 8px;color:#1a1a1a;}
.footer .search input[type="submit"] {position:absolute;top:50%;margin-top:-8px;right:10px;width:16px;height:16px;border:0px;background:url(/themes/realestate/images/sprite_new.png) -104px 0px no-repeat;cursor:pointer;}
.footer .contact_block {
	margin-bottom: 40px;
}
.footer .contact_btn {
	display: flex;
    align-items: center;
	justify-content: center;
	font-weight: normal;
}
.footer .contact_btn:before {
	content: "";
    width: 18px;
    height: 18px;
    background: url(/themes/realestate/images/icons/svg/envelope.svg) no-repeat;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.cookie_warning {background:rgba(0,0,0,0.7);color:#fff;position:fixed;bottom:0;left:0;width:350px;z-index:200;padding:35px 30px 20px 30px;}
.cookie_warning .close {position:absolute;right:10px;top:10px;font-size:40px;line-height:20px;cursor:pointer;}
.cookie_warning p {/*padding:50px 0 60px 0;font-size:16px;line-height:150%;*/margin-bottom:8px;}
.cookie_warning p a {text-decoration:underline;}
.cookie_warning .accept {text-align:right;}
.terms-and-policy {
	display: none;
}
.terms-and-policy a {
	padding-bottom: 15px;
}
.terms-and-policy a:last-child {
	padding-bottom: 0;
}
@media (max-width: 900px) {
	.footer > .container {
		padding-top: 59px;
	}
	.footer .grid4 > div {
		width:100%;
		margin-right:0;
		margin-bottom: 30px;
		text-align:center;
	}
	.footer .copyright {
		margin-bottom: 0;
	}
	.footer .logo {
		margin-bottom: 30px;
	}
	.footer .logo > div {
		margin: 0 auto;
	}
	.footer .logo img {
		width: 320px;
    	max-width: 100%;
	}
	.footer .socials,
	.footer .contact_block,
	.footer .search {
		margin: 0 auto;
		max-width: 500px;
		justify-content: center;
	}
	.footer .socials {
		margin: 0 auto 20px;
	}
	.footer .contact_block {
		margin: 0 auto 40px;
	}
	.footer .socials.social-buttons-wrap,
	.footer .socials.social-buttons-wrap-1,
	.footer .socials.social-buttons-wrap-2,
	.footer .socials.social-buttons-wrap-3,
	.footer .socials.social-buttons-wrap-4,
	.footer .socials.social-buttons-wrap-5 {
		max-width: 500px;
		padding: 0;
	}
    .footer .grid4 > div.menu {display:none;}
	.terms-and-policy {
		display: block;
		margin-top: 30px;
	}
	.terms-and-policy a {
		display: block;
	}
}
@media (max-width: 800px) {
    /*.footer {background:#0E6A92;}*/
    footer ul.links-menu > li {width:30%;margin-right:5%;}
    footer ul.links-menu > li:nth-child(3n) {margin-right:0;}
}
@media (max-width: 600px) {
    footer ul.links-menu > li {width:48%;margin-right:4% !important;}
    footer ul.links-menu > li:nth-child(2n) {margin-right:0 !important;}
    .cookie_warning {width:100%;}
    .cookie_warning .accept {text-align:center;}

}
@media (max-width: 550px) {
    .footer .grid4 > div {text-align:center;}
	.footer .socials.social-buttons-wrap {
		max-width: none;
	}
	.footer .socials.social-buttons-wrap a {
		margin: 5px 15px;
	}
    .footer .i_address,.footer .i_phone,.footer .i_email {display:inline-block;}
}

/* whatsapp button */
@-webkit-keyframes cptCircleFill{
	0%{-webkit-transform:rotate(0) scale(.6) skew(1deg);transform:rotate(0) scale(.6) skew(1deg);opacity:0}
	50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg);opacity:.2}
	100%{-webkit-transform:rotate(0) scale(.6) skew(1deg);transform:rotate(0) scale(.6) skew(1deg);opacity:.2}
}
@keyframes cptCircleFill{
	0%{-webkit-transform:rotate(0) scale(.6) skew(1deg);transform:rotate(0) scale(.6) skew(1deg); opacity:0}
	50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg); opacity:.2}
	100%{-webkit-transform:rotate(0) scale(.6) skew(1deg);transform:rotate(0) scale(.6) skew(1deg); opacity:.2}
}
.whatsapp_mobile {position: fixed;width: 66px;height: 66px;bottom: 20px;top: auto;right: auto;left: 20px;z-index: 9;}
.whatsapp_mobile .cpt-circle-fill {position: absolute;width: 110px;height: 110px;left:50%;top: 50%;margin:-55px 0 0 -55px;background-color: #189d0e;border: 2px solid transparent;-webkit-animation: cptCircleFill 2.3s infinite ease-in-out;animation: cptCircleFill 2.3s infinite ease-in-out;box-shadow: 0 0 2px 0 #189d0e!important;border-radius:50%;}
.whatsapp_mobile a {position: absolute;right: 1px;top: 1px;float: right;width: 64px;height: 64px;background: center center no-repeat #189d0e;box-shadow: 0 3px 5px 1px rgba(0,0,0,.2);background-size: 30px;border-radius: 100%;cursor: pointer;font-size: 16px;color: #fff;text-align: center;line-height: 58px;}
.whatsapp_mobile a img {vertical-align:middle;width:50%;}.object .features {margin-bottom:30px;border-bottom:1px solid #ededed;}
.object .features .features_group{margin-bottom:5px;}
.object .features .features_group:last-child{margin-bottom:0;}
.object .features .features_group .h3{ font-size: 14px; margin-bottom: 15px; text-transform: uppercase; }
.object .features.noborder {border-bottom:0;}
.object .features .unfold {font-weight:bold;margin-bottom:10px;}
.object .features ul {list-style:none;display:block;width:100%;margin:0;}
.object .features ul li {display:inline-block;vertical-align:middle;width:30%;margin-right:5%;position:relative;padding-left:55px;line-height:20px;margin-bottom:25px;}
.object .features ul li:nth-child(3n) {margin-right:0;}
.object .features ul li:before {content:"";display:block;position:absolute;width:50px;height:50px;top:50%;left:0px;margin-top:-25px;background-image:url(/themes/realestate/images/option_icons.png); background-repeat: no-repeat}
.object .features.wrapped ul li:nth-child(n+7) {display:none;}
.object .features.wrapped .features_group ul li:nth-child(n+7) {display:inline-block;}
.object .features.grouped .h2 {margin-bottom: 10px;}
.object .features.grouped .unfold {display:none;}
.object .features.has_more.grouped .unfold {display:block;}
.object .features:not(.wrapped) .hidden {display:block !important;}
.object .features:not(.wrapped) .features_group .hidden {display:inline-block !important;}

@media (max-width: 1100px) {
    .object .features ul li {width:48%;margin-right:4% !important;}
    .object .features ul li:nth-child(2n) {margin-right:0 !important;}
}

@media (max-width: 500px) {
    .object .features ul li { width:100%;margin-right:0 !important; padding-left: 26px; margin-bottom: 10px; }
    .object .features ul li::before{ transform: scale(0.5); transform-origin: left center; }
}

.object .contact_form {padding-bottom:10px;margin-bottom:30px;border-bottom:1px solid #ededed;}
.object .contact_form input[type="text"],.object .contact_form input[type="password"],.object .contact_form input[type="email"],.object .contact_form textarea {display:block;width:100%;margin-bottom:10px;background:#fff;}
.object .contact_form .label {display:block;width:100%;margin-bottom:10px;}
.object .contact_form .kitui-select{display:block;margin-bottom:10px;width:100%;}
.object .contact_form textarea {min-height:150px;height:100%;}
.object .contact_form .chbs > div {display: inline-block;margin: 0 8px 5px 0;}
.object .contact_form .grid2 {display:flex;flex-wrap:wrap;}
.object .contact_form .grid2::after {display:none;}
.object .contact_form .grid2 > div {margin-bottom:15px;}
.object .contact_form .grid2 > div >*:last-child{margin-bottom:0;}
.object .contact_form .submit_group a.btn {float:right;}


.object .contact_form .online-tour {
    margin-bottom: 20px;
    display: flex;
}

.object .contact_form .online-tour > label:last-of-type {
    line-height: normal;
    margin-left: 10px;
}

.main_image .hint{ display: none; position: absolute; left: 0; top: 0; width: 320px; max-width: 100%; padding: 20px; background-color: rgb(255,255,255); box-shadow: 0px 0px 7.2px 0.8px rgba(0, 0, 1, 0.35); text-align: left; color: #4d4d4d; font-size: 14px; z-index: 20; }
.floor .hint,.hint.small{ width: 260px; }
.main_image .hint.active{ display: block; }
.main_image .hint .close{position:absolute;top:-2px;right:8px;color:#ccc;cursor:pointer;}
.main_image .hint .close::before{ content: "×"; font-size:36px;}
.main_image .hint .body .hint_title{ text-transform: uppercase; font-size: 18px; margin-bottom: 12px; color: #1a1a1a; }
.main_image .hint .body .hint_title a{ color: inherit; text-decoration: none; }
.main_image .hint .body .hint_title a:hover{ color: #008ad6; }
.main_image .hint .items .item{ margin-bottom: 11px; display: flex; justify-content: space-between; }
.main_image .hint .items .item .name{ color: #878787; max-width: 30%; font-size: 14px; }
.main_image .hint .items .item .value{ color: #1a1a1a; font-size: 14px; font-weight: bold; }
.main_image .hint .items .item.price_value .value{ color: #0E6A92; font-size: 18px; }

@media (max-width:800px){
    .main_image .hint{ display: none !important; }
}

.objects_search.inline_search.flats .simple > div{ width: 18%; }
.objects_search.inline_search.layouts .simple > div{ width: 24%; }
.objects_search.inline_search.layout_flats .simple > div{ width: 32%; }

@media (max-width: 800px) {
    .objects_search.inline_search.flats .simple > div{ width: 32%; }
    .objects_search.inline_search.layouts .simple > div{ width: 49%; }
    .objects_search.inline_search.layout_flats .simple > div{ width: 49%; }
}
@media (max-width: 500px) {
    .objects_search.inline_search.flats .simple > div{ width: 100%; }
    .objects_search.inline_search.layouts .simple > div{ width: 100%; }
    .objects_search.inline_search.layout_flats .simple > div{ width: 100%; }
}

.virtual_tour{
    margin: 60px auto;
}

.online_tour {
    background: url(/themes/realestate/images/online-tour.png) 50% 50% no-repeat;
    background-size: contain;
    position: relative;
    padding: 45px 20px 25px 20px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
	margin: 60px auto;
}
.online_tour.cover {
	background-size: cover;
}
.online_tour::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 106, 146, 0.7);
    z-index: 1;
}

.online_tour .wrapper {
    position: relative;
    z-index: 2;
}

.online_tour .title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 27px;
	font-weight: normal;
}

.online_tour .text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}

.offers_list .items {
    display: table;
    width: 100%;
}

.offers_list .items .item {
    display: table-row;
    font-size: 14px;
}

.offers_list .items .item > div {
    display: table-cell;
    padding: 20px 10px;
    border-top: 1px solid  #ededed;
}

.offers_list .items .item > div:first-child {
    padding-top: 0;
}
.offers_list .items .item:last-child > div {
    border-bottom: 1px solid  #ededed;
}

.offers_list .items .item > div:last-child {
    padding-bottom: 0;
}

.offers_list .items .item .rooms {
    font-weight: bold;
}

.offers_list .items .item .square {
    color: #939393;
}
@media (min-width: 750px) {
    .offers_list .items .show_mobile {
        display: none !important;
    }
}
@media (max-width: 750px) {
    .offers_list .items .hide_mobile {
        display: none !important;
    }
}

.inline_filter {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.inline_filter span {
    margin-right: 10px;
}

.inline_filter .kitui-select {
    width: 200px;
}

.object_menu {
    visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #fff;
    color: #1a1a1a;
    overflow: hidden;
    height: 0;
}

.object_menu.fixed {
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    margin-bottom: 0;
    z-index: 48;
}

.object_menu.fixed.active {
    display: flex;
    height: auto;
}

.object_menu .container {
    overflow: hidden;
    position: relative;
}

.object_menu .container.arrow_left_active {
    padding-left: 20px;
}

.object_menu .container.arrow_right_active {
    padding-right: 20px;
}

.object_menu .arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    font-family: FontAwesome;
    color: #fff;
    font-size: 28px;
    z-index: 3;
    cursor: pointer;
    opacity: 0.5;
    display: none;
}

.object_menu:hover .arrow {
    opacity: 1;
}

.object_menu .arrow:hover {
    color: #E7DD51;
}

.object_menu .arrow::before {
    content: "\f105";
}

.object_menu .arrow.arrow_left::before {
    content: "\f104";
}

.object_menu .container.arrow_left_active .arrow.arrow_left {
    display: block;
}

.object_menu .arrow.arrow_right {
    left: auto;
    right: 0;
}

.object_menu .container.arrow_right_active .arrow.arrow_right {
    display: block;
}

.object_menu .items_holder {
    width: 100%;
    overflow: hidden;
}

.object_menu .items {
    width: auto;
    transition: margin-left ease-in 0.3s, margin-right ease-in 0.3s;
    font-size: 0;
    white-space: nowrap;
}

.object_menu .items.jc-center {
    text-align: center;
}

.object_menu .items .item {
    display: inline-block;
    vertical-align: top;
}

.object_menu a {
    display: flex;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 13px 12px 13px 12px;
    font-weight: bold;
    font-size: 12px;
    color: #1a1a1a;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.object_menu a:first-child {
    margin-left: 0;
}

.object_menu a:last-child {
    margin-right: 0;
}

.object_menu a:hover {
    color: #E7DD51;
    background: #fff;
}

.object_menu a.active, .object_menu .active a {
    color: #E7DD51;
}

@media (max-width: 900px) {
    /*
	.object_menu .wrapper{ display: none; }
	*/
}

.complex-flats-form-area .objects_search {
    margin-bottom: 15px;
}

@media (max-width: 600px) {
	.complex_properties .objects_controls .sort {
		width: 100%;
	}
	.complex_properties .objects_controls .view {
		display: none;
	}
	.complex_properties .objects_controls .sort .kitui-select {
		width: 100%;
	}
	.complex_properties .navigation>li{
        width: 50%;
    }
    .complex_properties .navigation>li>a{
        width: 100%;
    }

    .complex-flats-form-area .mobile_search_button .container .text{
        margin-bottom: 20px;
    }
    .complex-flats-form-area #container_mobile_search_button {
        height: auto;
        margin-bottom: 0;
    }
    .complex-flats-form-area .objects_search {
        margin-bottom: 0;
    }
    .complex-flats-form-area .container{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .complex-flats-form-area .objects_search .controls {
        border-bottom: none;
    }
    .complex-flats-form-area .objects_search.tabbed .mobile_btn{
        margin-top: 20px;
    }
    .complex-flats-form-area .objects_search.tabbed .simple > div:last-child{
        margin-bottom: 0;
    }
    .complex-flats-form-area .objects_search .controls{
        padding-bottom: 20px;
    }
}.statistics {margin-bottom:30px;}
.statistics .navigation {list-style:none;display:flex;align-items:stretch;justify-content:space-between;}
.statistics .navigation li {width:32%;border:1px solid #ededed;background:#fff;padding:9px 9px 0 9px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:20px;border-radius:4px;}
.statistics .navigation li.active {background:#f2f2f2;}
.statistics .navigation li > div {width:100%;}
.statistics .navigation li .info {flex-grow:2;padding-bottom:8px;min-height:96px;text-align:center;display:flex;align-content:center;flex-wrap:wrap;position:relative;}
.statistics .navigation li .info::before {content:'';position:absolute;left:0;bottom:8px;width:84px;height:82px;background:url(/themes/realestate/images/sprite_new.png) no-repeat;}
.statistics .navigation li.realty .info::before {background-position:0px -985px;}
.statistics .navigation li.quality .info::before {background-position:-84px -985px;}
.statistics .navigation li.prices .info::before {background-position:-168px -985px;}
.statistics .navigation li.realty.active .info::before {background-position:-252px -985px;}
.statistics .navigation li.quality.active .info::before {background-position:-336px -985px;}
.statistics .navigation li.prices.active .info::before {background-position:-420px -985px;}
.statistics .navigation li .info >div {width:100%;position:relative;}
.statistics .navigation li .info .title {font-size:16px;font-weight:bold;margin-bottom:10px;}
.statistics .navigation li .info .number {font-size:32px;font-weight:bold;color:#004b84;}
.statistics .navigation li .info .number >span {position:relative;display:inline-block;}
.statistics .navigation li .details {height:59px;text-align:center;font-size:16px;color:#0E6A92;line-height:59px;border-top:1px solid #ededed;}
.statistics .mobile_table {border-radius: 4px;}
.statistics .tab {border-top:1px solid #ededed;padding:20px 0;}
.statistics .compare_form {display:flex;justify-content:space-between;align-items:center;}
.statistics .compare_form > div {width:32%;margin-bottom:15px;position: relative;}
.statistics table {width:100%;}
.statistics table th,.statistics table td {padding:13px 20px;vertical-align:middle;}
.statistics table th {font-weight:bold;border-bottom:1px solid #cccccc;}
.statistics table td {border-bottom:1px solid #ededed;}
.statistics table td:nth-child(n+2) {white-space:nowrap;}
.statistics table tr:last-child td {border-bottom:none;}
.statistics table tr:nth-child(odd) {
	background: #F3F2F2;
}
.statistics table span {position:relative;display:inline-block;}
.statistics .disclaimer {border-top:1px solid #ededed;padding-top:5px;}
.statistics .hint {position:absolute;width:16px;height:16px;right:-21px;top:50%;margin-top:-8px;background:url(/themes/realestate/images/sprite_new.png) -166px -949px no-repeat;}
.statistics .hint:hover {background-position:-182px -949px;}
.statistics .hint .text {display:none;position:absolute;z-index:40;bottom:0;right:-280px; background:#fff;box-shadow:0 0 8px rgba(0,0,0,0.06);padding:20px;width:276px;font-size:14px;font-weight:normal;color:#1a1a1a;text-align:left;}
.statistics .hint:hover .text {display:block;}
.statistics .hint .text .h {font-size:18px;}
@media (max-width:750px){
    .statistics .hint .text {width:250px;bottom:20px;right:-125px;}
}
@media (max-width:600px){
    .statistics .navigation {flex-wrap:wrap;}
    .statistics .navigation li {width:100%;}
    .statistics .navigation li .info {min-height:auto;}
    .statistics .navigation li .info::before {display:none;}
    .statistics .navigation li .info .title {margin-bottom:5px;}
    .statistics .navigation li .info .number {font-size:24px;}
    .statistics .navigation li .details {display:none;}
    .statistics .compare_form {flex-wrap:wrap;}
    .statistics .compare_form > div {width:100%;}
}.page_gallery {
	margin: 60px 0;
}
.page_gallery .gallery {
	position: relative;
}
.page_gallery .gallery_wrapper {
	display: none;
}
.page_gallery .gallery_wrapper.active {
	display: block;
}
.page_gallery #img_resize_container {
	cursor: unset;
}
.page_gallery #img_resize_container div {
	background-size: cover;
}
.page_gallery .kit_inline_gallery .thumbs ul li img.active {
	border: 0;
}
.page_gallery .open_full {
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.80);
	padding: 13px 20px;
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
}
.page_gallery .open_full a {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	line-height: 20px;
	display: block;
}
.page_gallery .open_full a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url(/themes/realestate/images/icons/svg/fullscreen.svg) no-repeat;
}
.page_gallery .tabs {
	position: absolute;
	right: 10px;
	top: 10px;
}
.page_gallery .tabs a {
	display: inline-block;
	cursor: pointer;
	padding: 13px 20px;
	font-size: 16px;
	line-height: 20px;
	background: #fff;
	color: #1A1A1A;
}
.page_gallery .tabs a.active {
	background: #0E6A92;
	color: #fff;
}
.page_gallery .tabs a:first-child {
	border-radius: 4px 0 0 4px;
}
.page_gallery .tabs a:last-child {
	border-radius: 0 4px 4px 0;
}
.page_gallery .kit_inline_gallery .thumbs ul {
	transition: margin-left 0.75s ease-out;
}
.page_gallery .kit_inline_gallery .thumbs .scroll_left, .page_gallery  .kit_inline_gallery .thumbs .scroll_right {color:#ccc;}
@media (max-width:600px) {
	.page_gallery .open_full {
		display: none;
	}
	.page_gallery .tabs {
		position: static;
		right: unset;
		top: unset;
		margin-bottom: 20px;
		display: flex;
		flex-flow: row wrap;
	}
	.page_gallery .tabs a {
		width: 50%;
		background: #F3F2F2;
		text-align: center;
	}
	.page_gallery .tabs a:first-child {
		border-radius: 4px 0 0 4px;
	}
	.page_gallery .tabs a:nth-child(2n) {
		border-radius: 0 4px 4px 0;
	}
	.page_gallery .tabs a:first-child:nth-last-child(3) {
		border-radius: 4px 0 0 0;
	}
	.page_gallery .tabs a:nth-child(2n):nth-last-child(2) {
		border-radius: 0 0 4px 0;
	}
	.page_gallery .tabs a:nth-child(odd):last-child {
		width: 100%;
		border-radius: 0 0 4px 4px;
	}
	.page_gallery .kit_inline_gallery .thumbs {
		padding: 10px 0;
	}
	.page_gallery .kit_inline_gallery .thumbs .scroll_left, .page_gallery .kit_inline_gallery .thumbs .scroll_right {
		display: none;
	}
	.page_gallery .kit_inline_gallery .thumbs ul li {
		padding: 5px;
	}
}.country-phone-field {position:relative;width:100%;}
.country-phone-input {position:relative;}
.country-phone-input input.input-icon {background:none;}
.country-phone-input .selected {position:absolute;width:40px;height:35px;left:0;top:0px;z-index:2;cursor:pointer;line-height:35px;}
.country-phone-input .selected .flag {background-color:#ebebeb;}
.country-phone-input .selected:after {content: '';box-sizing: border-box;position: absolute;top: 50%;margin-top: -4px;right: 0px;border-top: 8px solid #ccc;border-left: 5px solid transparent;border-right: 5px solid transparent;}
.country-phone-input input {padding-left:45px;}
.country-phone-selector {display: none;position: absolute; width: 100%;z-index: 10; background-color:#fff;border: 1px solid #ccc;border-radius: 0 0 4px 4px;top: 35px;}
.country-phone-selector .search input {display:block;width:100%;box-sizing:border-box;border:none;padding:3px 10px;margin: 0px !important;}
.country-phone-options {width:100%;max-height: 165px; overflow: auto; }
.country-phone-options div {padding:3px 5px;cursor:pointer;}
.country-phone-options div:hover {background:#ebebeb;}
.country-phone-options div > span {color:#999;}

.flag.f-ad {background-position: -16px 0}
.flag.f-ae {background-position: -32px 0}
.flag.f-af {background-position: -48px 0}
.flag.f-ag {background-position: -64px 0}
.flag.f-ai {background-position: -80px 0}
.flag.f-al {background-position: -96px 0}
.flag.f-am {background-position: -112px 0}
.flag.f-an {background-position: -128px 0}
.flag.f-ao {background-position: -144px 0}
.flag.f-ar {background-position: -160px 0}
.flag.f-as {background-position: -176px 0}
.flag.f-at {background-position: -192px 0}
.flag.f-au {background-position: -208px 0}
.flag.f-aw {background-position: -224px 0}
.flag.f-az {background-position: -240px 0}
.flag.f-ba {background-position: 0 -11px}
.flag.f-bb {background-position: -16px -11px}
.flag.f-bd {background-position: -32px -11px}
.flag.f-be {background-position: -48px -11px}
.flag.f-bf {background-position: -64px -11px}
.flag.f-bg {background-position: -80px -11px}
.flag.f-bh {background-position: -96px -11px}
.flag.f-bi {background-position: -112px -11px}
.flag.f-bj {background-position: -128px -11px}
.flag.f-bm {background-position: -144px -11px}
.flag.f-bn {background-position: -160px -11px}
.flag.f-bo {background-position: -176px -11px}
.flag.f-br {background-position: -192px -11px}
.flag.f-bs {background-position: -208px -11px}
.flag.f-bt {background-position: -224px -11px}
.flag.f-bv {background-position: -240px -11px}
.flag.f-bw {background-position: 0 -22px}
.flag.f-by {background-position: -16px -22px}
.flag.f-bz {background-position: -32px -22px}
.flag.f-ca {background-position: -48px -22px}
.flag.f-catalonia {background-position: -64px -22px}
.flag.f-cd {background-position: -80px -22px}
.flag.f-cf {background-position: -96px -22px}
.flag.f-cg {background-position: -112px -22px}
.flag.f-ch {background-position: -128px -22px}
.flag.f-ci {background-position: -144px -22px}
.flag.f-ck {background-position: -160px -22px}
.flag.f-cl {background-position: -176px -22px}
.flag.f-cm {background-position: -192px -22px}
.flag.f-cn {background-position: -208px -22px}
.flag.f-co {background-position: -224px -22px}
.flag.f-cr {background-position: -240px -22px}
.flag.f-cu {background-position: 0 -33px}
.flag.f-cv {background-position: -16px -33px}
.flag.f-cw {background-position: -32px -33px}
.flag.f-cy {background-position: -48px -33px}
.flag.f-cz {background-position: -64px -33px}
.flag.f-de {background-position: -80px -33px}
.flag.f-dj {background-position: -96px -33px}
.flag.f-dk {background-position: -112px -33px}
.flag.f-dm {background-position: -128px -33px}
.flag.f-do {background-position: -144px -33px}
.flag.f-dz {background-position: -160px -33px}
.flag.f-ec {background-position: -176px -33px}
.flag.f-ee {background-position: -192px -33px}
.flag.f-eg {background-position: -208px -33px}
.flag.f-eh {background-position: -224px -33px}
.flag.f-england {background-position: -240px -33px}
.flag.f-er {background-position: 0 -44px}
.flag.f-es {background-position: -16px -44px}
.flag.f-et {background-position: -32px -44px}
.flag.f-eu {background-position: -48px -44px}
.flag.f-fi {background-position: -64px -44px}
.flag.f-fj {background-position: -80px -44px}
.flag.f-fk {background-position: -96px -44px}
.flag.f-fm {background-position: -112px -44px}
.flag.f-fo {background-position: -128px -44px}
.flag.f-fr {background-position: -144px -44px}
.flag.f-ga {background-position: -160px -44px}
.flag.f-gb {background-position: -176px -44px}
.flag.f-gd {background-position: -192px -44px}
.flag.f-ge {background-position: -208px -44px}
.flag.f-gf {background-position: -224px -44px}
.flag.f-gg {background-position: -240px -44px}
.flag.f-gh {background-position: 0 -55px}
.flag.f-gi {background-position: -16px -55px}
.flag.f-gl {background-position: -32px -55px}
.flag.f-gm {background-position: -48px -55px}
.flag.f-gn {background-position: -64px -55px}
.flag.f-gp {background-position: -80px -55px}
.flag.f-gq {background-position: -96px -55px}
.flag.f-gr {background-position: -112px -55px}
.flag.f-gs {background-position: -128px -55px}
.flag.f-gt {background-position: -144px -55px}
.flag.f-gu {background-position: -160px -55px}
.flag.f-gw {background-position: -176px -55px}
.flag.f-gy {background-position: -192px -55px}
.flag.f-hk {background-position: -208px -55px}
.flag.f-hm {background-position: -224px -55px}
.flag.f-hn {background-position: -240px -55px}
.flag.f-hr {background-position: 0 -66px}
.flag.f-ht {background-position: -16px -66px}
.flag.f-hu {background-position: -32px -66px}
.flag.f-ic {background-position: -48px -66px}
.flag.f-id {background-position: -64px -66px}
.flag.f-ie {background-position: -80px -66px}
.flag.f-il {background-position: -96px -66px}
.flag.f-im {background-position: -112px -66px}
.flag.f-in {background-position: -128px -66px}
.flag.f-io {background-position: -144px -66px}
.flag.f-iq {background-position: -160px -66px}
.flag.f-ir {background-position: -176px -66px}
.flag.f-is {background-position: -192px -66px}
.flag.f-ax {background-position: -192px -66px}
.flag.f-it {background-position: -208px -66px}
.flag.f-je {background-position: -224px -66px}
.flag.f-jm {background-position: -240px -66px}
.flag.f-jo {background-position: 0 -77px}
.flag.f-jp {background-position: -16px -77px}
.flag.f-ke {background-position: -32px -77px}
.flag.f-kg {background-position: -48px -77px}
.flag.f-kh {background-position: -64px -77px}
.flag.f-ki {background-position: -80px -77px}
.flag.f-km {background-position: -96px -77px}
.flag.f-kn {background-position: -112px -77px}
.flag.f-kp {background-position: -128px -77px}
.flag.f-kr {background-position: -144px -77px}
.flag.f-kurdistan {background-position: -160px -77px}
.flag.f-kw {background-position: -176px -77px}
.flag.f-ky {background-position: -192px -77px}
.flag.f-kz {background-position: -208px -77px}
.flag.f-la {background-position: -224px -77px}
.flag.f-lb {background-position: -240px -77px}
.flag.f-lc {background-position: 0 -88px}
.flag.f-li {background-position: -16px -88px}
.flag.f-lk {background-position: -32px -88px}
.flag.f-lr {background-position: -48px -88px}
.flag.f-ls {background-position: -64px -88px}
.flag.f-lt {background-position: -80px -88px}
.flag.f-lu {background-position: -96px -88px}
.flag.f-lv {background-position: -112px -88px}
.flag.f-ly {background-position: -128px -88px}
.flag.f-ma {background-position: -144px -88px}
.flag.f-mc {background-position: -160px -88px}
.flag.f-md {background-position: -176px -88px}
.flag.f-me {background-position: -192px -88px}
.flag.f-mg {background-position: -208px -88px}
.flag.f-mh {background-position: -224px -88px}
.flag.f-mk {background-position: -240px -88px}
.flag.f-ml {background-position: 0 -99px}
.flag.f-mm {background-position: -16px -99px}
.flag.f-mn {background-position: -32px -99px}
.flag.f-mo {background-position: -48px -99px}
.flag.f-mp {background-position: -64px -99px}
.flag.f-mq {background-position: -80px -99px}
.flag.f-mr {background-position: -96px -99px}
.flag.f-ms {background-position: -112px -99px}
.flag.f-mt {background-position: -128px -99px}
.flag.f-mu {background-position: -144px -99px}
.flag.f-mv {background-position: -160px -99px}
.flag.f-mw {background-position: -176px -99px}
.flag.f-mx {background-position: -192px -99px}
.flag.f-my {background-position: -208px -99px}
.flag.f-mz {background-position: -224px -99px}
.flag.f-na {background-position: -240px -99px}
.flag.f-nc {background-position: 0 -110px}
.flag.f-ne {background-position: -16px -110px}
.flag.f-nf {background-position: -32px -110px}
.flag.f-ng {background-position: -48px -110px}
.flag.f-ni {background-position: -64px -110px}
.flag.f-nl {background-position: -80px -110px}
.flag.f-no {background-position: -96px -110px}
.flag.f-np {background-position: -112px -110px}
.flag.f-nr {background-position: -128px -110px}
.flag.f-nu {background-position: -144px -110px}
.flag.f-nz {background-position: -160px -110px}
.flag.f-om {background-position: -176px -110px}
.flag.f-pa {background-position: -192px -110px}
.flag.f-pe {background-position: -208px -110px}
.flag.f-pf {background-position: -224px -110px}
.flag.f-pg {background-position: -240px -110px}
.flag.f-ph {background-position: 0 -121px}
.flag.f-pk {background-position: -16px -121px}
.flag.f-pl {background-position: -32px -121px}
.flag.f-pm {background-position: -48px -121px}
.flag.f-pn {background-position: -64px -121px}
.flag.f-pr {background-position: -80px -121px}
.flag.f-ps {background-position: -96px -121px}
.flag.f-pt {background-position: -112px -121px}
.flag.f-pw {background-position: -128px -121px}
.flag.f-py {background-position: -144px -121px}
.flag.f-qa {background-position: -160px -121px}
.flag.f-re {background-position: -176px -121px}
.flag.f-ro {background-position: -192px -121px}
.flag.f-rs {background-position: -208px -121px}
.flag.f-ru {background-position: -224px -121px}
.flag.f-rw {background-position: -240px -121px}
.flag.f-sa {background-position: 0 -132px}
.flag.f-sb {background-position: -16px -132px}
.flag.f-sc {background-position: -32px -132px}
.flag.f-scotland {background-position: -48px -132px}
.flag.f-sd {background-position: -64px -132px}
.flag.f-se {background-position: -80px -132px}
.flag.f-sg {background-position: -96px -132px}
.flag.f-sh {background-position: -112px -132px}
.flag.f-si {background-position: -128px -132px}
.flag.f-sk {background-position: -144px -132px}
.flag.f-sl {background-position: -160px -132px}
.flag.f-sm {background-position: -176px -132px}
.flag.f-sn {background-position: -192px -132px}
.flag.f-so {background-position: -208px -132px}
.flag.f-somaliland {background-position: -224px -132px}
.flag.f-sr {background-position: -240px -132px}
.flag.f-ss {background-position: 0 -143px}
.flag.f-st {background-position: -16px -143px}
.flag.f-sv {background-position: -32px -143px}
.flag.f-sx {background-position: -48px -143px}
.flag.f-sy {background-position: -64px -143px}
.flag.f-sz {background-position: -80px -143px}
.flag.f-tc {background-position: -96px -143px}
.flag.f-td {background-position: -112px -143px}
.flag.f-tf {background-position: -128px -143px}
.flag.f-tg {background-position: -144px -143px}
.flag.f-th {background-position: -160px -143px}
.flag.f-tj {background-position: -176px -143px}
.flag.f-tk {background-position: -192px -143px}
.flag.f-tl {background-position: -208px -143px}
.flag.f-tm {background-position: -224px -143px}
.flag.f-tn {background-position: -240px -143px}
.flag.f-to {background-position: 0 -154px}
.flag.f-tr {background-position: -16px -154px}
.flag.f-tt {background-position: -32px -154px}
.flag.f-tv {background-position: -48px -154px}
.flag.f-tw {background-position: -64px -154px}
.flag.f-tz {background-position: -80px -154px}
.flag.f-ua {background-position: -96px -154px}
.flag.f-ug {background-position: -112px -154px}
.flag.f-um {background-position: -128px -154px}
.flag.f-us {background-position: -144px -154px}
.flag.f-uy {background-position: -160px -154px}
.flag.f-uz {background-position: -176px -154px}
.flag.f-va {background-position: -192px -154px}
.flag.f-vc {background-position: -208px -154px}
.flag.f-ve {background-position: -224px -154px}
.flag.f-vg {background-position: -240px -154px}
.flag.f-vi {background-position: 0 -165px}
.flag.f-vn {background-position: -16px -165px}
.flag.f-vu {background-position: -32px -165px}
.flag.f-wales {background-position: -48px -165px}
.flag.f-wf {background-position: -64px -165px}
.flag.f-ws {background-position: -80px -165px}
.flag.f-ye {background-position: -96px -165px}
.flag.f-yt {background-position: -112px -165px}
.flag.f-za {background-position: -128px -165px}
.flag.f-zanzibar {background-position: -144px -165px}
.flag.f-zm {background-position: -160px -165px}
.flag.f-zw {background-position: -176px -165px}/* POPUP */
.popup{ position: fixed; display: none; width: 100%; height: 100%; left: 0; top: 0; align-items: center; justify-content: center; z-index: 102; background:rgba(14,106,146,0.7)}
.popup.iframe{ width: 90%; max-height: 90%; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #f3f3f3; }
.popup.iframe.active{ display: block; }
.popup .popup_content{ position: relative; display: flex; max-width: 480px; width: 95%; border-radius:4px;background:#fff; max-height: 90%; }
.popup.wide .popup_content { max-width: 700px; }
.popup.active{ display: flex; }
.popup .holder{ overflow-y: auto; padding:28px 40px; width: 100%; }
.popup .close{position:absolute;top:-5px;right:5px;color:#ccc;cursor:pointer;}
.popup.iframe .close{ z-index: 90; }
.popup .close::before{ content: "×"; font-size:36px;}
.popup .title{text-transform: uppercase; font-size: 20px; font-weight: 600; text-align: center; margin-bottom: 25px; }
.popup input[type="text"],.popup input[type="password"],.popup input[type="email"],.popup textarea,.popup .label {display:block;width:100%;margin-bottom:10px;}
.popup textarea {height:100px;}
.popup .btn {display:block;width:100%;}
.popup .rating {font-size:20px;vertical-align:middle;}
.popup .chbs > div {display:inline-block;margin:0 10px 5px 0;}
.popup.loader-area{color:#fff}

.popup.scrollable .close {
    right: 20px;
}

.popup .rating_holder{ text-align: center; margin-bottom: 20px; }
.popup .subtitle{ text-align: center; font-size: 14px; margin-bottom: 15px; }

.popup form .name{ display: block; margin-bottom: 6px; }

.popup.inline .popup_content {
	max-width: 900px;
	height: 90%;
}

.popup.inline .holder {
	padding: 5px;
}

.popup.inline .title {
	padding: 19px 38px 0 19px;
	margin-bottom: 5px;
	text-align: left;
	text-transform: none;
}

.popup.inline .title div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popup.inline .tabs {
	padding-left: 19px;
	margin-bottom: 0;
}

.popup.inline .tabs .navigation {
	margin-bottom: 13px;
}

.popup.inline .close {
	right: 19px;
	top: 13px;
}

.popup.map_popup #property_map {
	height: calc(100% - 103px);
	border-radius: 4px;
}/* CUSTOM SHARE BUTTONS */
.custom_share .ya-share2__list {list-style:none;}
.custom_share .ya-share2__list .ya-share2__item {display:inline-block;margin:0 8px 8px 0;}
.custom_share .ya-share2__list .ya-share2__item a {display:inline-block;}
.custom_share .ya-share2__list .ya-share2__item .ya-share2__icon {display:inline-block;width:20px;height:20px;background:url(/themes/realestate/images/sprite_new.png) no-repeat}
.custom_share .ya-share2__list .ya-share2__item .ya-share2__counter {display:none;}
.custom_share .ya-share2__list .ya-share2__item .ya-share2__title {display:none;}
.custom_share .ya-share2__list .ya-share2__item_service_vkontakte .ya-share2__icon {background-position:0px -965px;}
.custom_share .ya-share2__list .ya-share2__item_service_facebook .ya-share2__icon {background-position:-20px -965px;}
.custom_share .ya-share2__list .ya-share2__item_service_twitter .ya-share2__icon {background-position:-40px -965px;}
.custom_share .ya-share2__list .ya-share2__item_service_telegram .ya-share2__icon {background-position:-60px -965px;}
.custom_share .ya-share2__list .ya-share2__item_service_viber .ya-share2__icon {background-position:-80px -965px;}
.custom_share .ya-share2__list .ya-share2__item_service_whatsapp .ya-share2__icon {background-position:-100px -965px;}
.custom_share .ya-share2__list .ya-share2__item_service_odnoklassniki .ya-share2__icon {background-position:-120px -965px;}

/* END CUSTOM SHARE BUTTONS */
.share-buttons-widget {
    position: relative;
    border-radius: 4px;
    background: #0E6A92;
    height: 35px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
}
.share-buttons-widget:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.share-buttons-widget.size-full {
    padding: 0 0 0 20px;
}
.share-buttons-widget:hover .share-buttons-widget__block {
    position: absolute;
    left: 100%;
    background: #0E6A92;
    border-left: 0;
    padding-right: 20px;
}
.share-buttons-widget.size-default-button-full {
    width: 100%;
    justify-content: center;
    padding: 0 0 0 20px;
}
.share-buttons-widget__button {
    display: flex;
    align-items: center;
    text-align: center;
    font-family: Arial, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
}
.share-buttons-widget.size-short .share-buttons-widget__button span {
    display: none;
}
.share-buttons-widget__button span {
    margin-left: 10px;
    text-transform: uppercase;
}
.share-buttons-widget__block {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-width 0.3s ease, opacity 0.3s ease, margin-left 0.3s ease;
    border: 1px solid #808080;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    height: 35px;
}
.share-buttons-widget__block:hover {
    position: absolute;
    left: 100%;
}
.share-buttons-widget.size-full .share-buttons-widget__block {
    padding-left: 20px;
	padding-right: 20px;
}
.share-buttons-widget.size-full .share-buttons-widget__block,
.share-buttons-widget:hover .share-buttons-widget__block {
    display: flex;
    max-width: 1200px;
    opacity: 1;
}
.share-buttons-widget__group {
    display: none;
    justify-content: center;
    margin-left: 12px;
}
.share-buttons-widget.size-full .share-buttons-widget__group,
.share-buttons-widget:hover .share-buttons-widget__group {
    display: flex;
}
.share-buttons-widget__group:first-child {
    margin-left: 0;
}
.share-buttons-widget__group::before {
    content: "";
    width: 1px;
    height: 21px;
    background: rgba(255, 255, 255, 0.50);
    margin-top: 7px;
}
.share-buttons-widget__group .share-button {
    cursor: pointer;
    margin-left: 12px;
    display: flex;
    align-items: center;
}
.share-buttons-widget__group .share-button:hover svg {
    transition: transform 0.3s ease;
    transform: scale(1.4);
}
.share-buttons-widget__group .share-button__name {
    display: none;
}

.share-buttons-widget.button-light,
.share-buttons-widget.button-light-to-red {
    background: #FFFFFF;
    color: #1A1A1A;
    border: 1px solid #808080;
}
.share-buttons-widget.button-light:hover .share-buttons-widget__block,
.share-buttons-widget.button-light-to-red:hover .share-buttons-widget__block {
    background: #FFFFFF;
    color: #1A1A1A;
    border: 1px solid #808080;
    border-left: 0;
}

.share-buttons-widget.button-light .share-buttons-widget__button svg path,
.share-buttons-widget.button-light-to-red .share-buttons-widget__button svg path {
    stroke: #1A1A1A;
}
.share-buttons-widget.button-light .share-buttons-widget__group svg path,
.share-buttons-widget.button-light-to-red .share-buttons-widget__group svg path  {
    fill: #1A1A1A;
}
.share-buttons-widget.button-light .share-buttons-widget__group::before,
.share-buttons-widget.button-light-to-red .share-buttons-widget__group::before {
    content: "";
    width: 1px;
    height: 21px;
    background: #808080;
}

.share-buttons-widget.button-red {
    background: #FFFFFF;
    color: #E7DD51;
    border: 1px solid #E7DD51;
}
.share-buttons-widget.button-red:hover .share-buttons-widget__block {
    background: #FFFFFF;
    color: #1A1A1A;
    border: 1px solid #808080;
    border-left: 0;
}
.share-buttons-widget.button-red .share-buttons-widget__button svg path {
    stroke: #E7DD51;
}
.share-buttons-widget.button-red .share-buttons-widget__button span {
    margin-right: 10px;
    text-transform: inherit;
}
.share-buttons-widget.button-red .share-buttons-widget__button svg {
    order: 2;
}
.share-buttons-widget.button-red  .share-buttons-widget__group svg path {
    fill: #E7DD51;
}
.share-buttons-widget.button-red .share-buttons-widget__group::before {
    content: "";
    width: 1px;
    height: 21px;
    background: #E7DD51;
}

.share-buttons-widget .copy-notification {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
    border-radius: 4px;
    position: absolute;
    bottom: 50px;
    right: -50px;
    transform: translateX(-50%);
    z-index: 11;
}
@media (max-width:900px){
	.share-buttons-widget,
	.share-buttons-widget:hover {
		border-radius: 4px;
	}
    .share-buttons-widget.size-default-button-full-mobile {
        width: 100%;
        justify-content: center;
    }
    .share-buttons-widget.size-default-mobile .share-buttons-widget__button span,
    .share-buttons-widget.size-default-button-full-mobile .share-buttons-widget__button span {
        display: block;
    }
    .share-buttons-widget.button-light-to-red,
    .share-buttons-widget.button-default-to-red  {
        background: #FFFFFF;
        color: #E7DD51;
        border: 1px solid #E7DD51;
    }
    .share-buttons-widget.button-light-to-red .share-buttons-widget__button svg path,
    .share-buttons-widget.button-default-to-red .share-buttons-widget__button svg path {
        stroke: #E7DD51;
    }
    .share-buttons-widget.button-light-to-red  .share-buttons-widget__group svg path,
    .share-buttons-widget.button-default-to-red  .share-buttons-widget__group svg path {
        fill: #E7DD51;
    }
    .share-buttons-widget.button-default .share-buttons-widget__block {
        background: #0E6A92;
        color: #FFFFFF;
    }
    .share-buttons-widget.button-light .share-buttons-widget__block,
    .share-buttons-widget.button-red .share-buttons-widget__block,
    .share-buttons-widget.button-light-to-red .share-buttons-widget__block,
    .share-buttons-widget.button-default-to-red .share-buttons-widget__block {
        background: #fff;
    }
    .share-buttons-widget.button-light-to-red  .share-buttons-widget__button span,
    .share-buttons-widget.button-default-to-red  .share-buttons-widget__button span {
        margin-right: 10px;
        text-transform: inherit;
    }
    .share-buttons-widget.button-light-to-red .share-buttons-widget__button svg,
    .share-buttons-widget.button-default-to-red .share-buttons-widget__button svg {
        order: 2;
    }
    .share-buttons-widget.button-light-to-red .share-buttons-widget__group svg path
    .share-buttons-widget.button-default-to-red .share-buttons-widget__group svg path {
        fill: #E7DD51;
    }
    .share-buttons-widget.size-default .share-buttons-widget__block,
    .share-buttons-widget.size-short .share-buttons-widget__block,
    .share-buttons-widget.size-full .share-buttons-widget__block,
    .share-buttons-widget.size-default-button-full .share-buttons-widget__block,
    .share-buttons-widget.size-default-button-full-mobile .share-buttons-widget__block {
        display: none;
        position: absolute;
        z-index: 10;
        top: 40px;
        left: 0;
        list-style: none;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        margin: 0;
        padding: 10px;
    }

    .share-buttons-widget.size-default:hover .share-buttons-widget__block,
    .share-buttons-widget.size-short:hover .share-buttons-widget__block,
    .share-buttons-widget.size-full:hover .share-buttons-widget__block,
    .share-buttons-widget.size-default-button-full:hover .share-buttons-widget__block,
    .share-buttons-widget.size-default-button-full-mobile:hover .share-buttons-widget__block {
        display: block;
		height: 390px;
		border: 0;
    }

    .share-buttons-widget:hover .share-buttons-widget__group {
        display: block;
        margin: 7px 0;
        white-space: nowrap;
    }

    .share-buttons-widget.size-default .share-buttons-widget__group::before,
    .share-buttons-widget.size-short .share-buttons-widget__group::before,
    .share-buttons-widget.size-full .share-buttons-widget__group::before,
    .share-buttons-widget.size-default-button-full .share-buttons-widget__group::before,
    .share-buttons-widget.size-default-button-full-mobile .share-buttons-widget__group::before {
        content: "";
        width: 21px;
        height: 1px;
    }
    .share-buttons-widget__group .share-button {
        margin: 0 0 12px 0;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .share-buttons-widget__group .share-button__name {
        display: block;
        order: 2;
        padding-left: 10px;
    }
    .share-buttons-widget .copy-notification {
        right: 0;
    }
}/* .objects_wrapper{ margin-bottom: 50px;} */
.objects_wrapper .actions{ display: flex; align-items: center; justify-content: /*space-between*/flex-end; }
.objects_wrapper .actions .all_link {font-size:16px;}
.objects_wrapper .actions .map_link{ font-size: 16px; position: relative; padding-left: 22px; margin-left:20px;}
.objects_wrapper .actions .map_link::before{ content: ''; width: 20px; height: 20px; left: 0; top: 0; position: absolute; background: url(/themes/realestate/images/sprite_new.png) -60px -929px no-repeat; }

.links_block .items{ display: flex;flex-flow: row wrap; }
.links_block .items .item{ width: 32%; margin-right: 2%; margin-bottom: 30px; display: flex; flex-direction: column; border: 1px solid #e8e8e8; background: #fff; }
.links_block .items .item:nth-child(3n){ margin-right: 0; }
.links_block .items .item .title{ padding: 22px 22px 16px 22px; position: relative; margin-bottom: 18px; font-size: 26px; line-height: 33px; font-weight: normal; text-transform: none;}
.links_block .items .item .title::after{ content: ""; display: block; position: absolute; left: 6px; right: 6px; bottom: 0; height: 1px; background: #e8e8e8; }
.links_block .items .item .content{ padding: 0 22px 30px 22px; }
.links_block .items .item .content .row_line{ margin-bottom: 18px; }
.links_block .items .item .content .row_line:last-child{ margin-bottom: 0; }
.links_block .items .item .content .row_line a{ font-size: 16px; }
@media (max-width:1000px){
    .links_block .items .item{ width: 100%; margin-right: 0 !important; }
}
@media (max-width:600px){
    .links_block .items .item{ width: 100%; margin-right: 0 !important; }
}


.object_tabs .navigation_wrapper{ margin-bottom: 28px; background: #f3f2f2; padding: 0 12px; display: inline-flex; align-items: center; flex-flow: row wrap; }
.object_tabs .navigation_wrapper ul{ display: flex; align-items: center; flex-flow: row wrap; }
.object_tabs .navigation_wrapper ul li{ padding: 12px 0 13px 0; color: #1a1a1a; font-size: 16px; margin-right: 18px; cursor: pointer; }
.object_tabs .navigation_wrapper ul li.active{ color: #0E6A92; }
.object_tabs .navigation_wrapper ul li:last-child{ margin-right: 0; }
.object_tabs .navigation_wrapper ul li:hover{ text-decoration: underline; }
.object_tabs .navigation_wrapper ul li a{ color: inherit; text-decoration: inherit; }
.object_tabs .navigation_wrapper span.name{ color: #1a1a1a; font-weight: bold; margin-right: 18px; font-size: 16px; }

.right_block.companies_list{ background: #fff; }
.right_block.companies_list .items{ margin-bottom: 28px; }
.right_block.companies_list .item{ margin-bottom: 22px; }
.right_block.companies_list .item:last-child{ margin-bottom: 0; }
.right_block.companies_list .item{ display: flex; }
.right_block.companies_list .item .image{ margin-right: 14px; width: 50px; height: 50px; position: relative; }
.right_block.companies_list .item .image img {width: 100%; height: 100%; position: absolute; object-fit: cover;}
.right_block.companies_list .item .title{ color: #0E6A92; font-size: 16px; margin-bottom: 8px; line-height: 18px; overflow: hidden; text-overflow: ellipsis; }
.right_block.companies_list .item .title a{ color: inherit; }
.right_block.companies_list .item .counter{ color: #828282; font-size: 16px; }
.right_block.companies_list .all_link{ font-size: 16px; }
@media (max-width:1000px){
    .right_block.companies_list .item{ flex-direction: column; }
    .right_block.companies_list .item .image{ margin-bottom: 15px; }
}
@media (max-width:750px){
    .right_block.companies_list .item{ flex-direction: row; }
    .right_block.companies_list .item .image{ margin-bottom: unset; }
}

.right_subscribe{ margin-bottom: 30px; padding: 55px 10px; background: url(/themes/realestate/images/subscribe.jpg) 50% 50% no-repeat; background-size: cover; color: #fff; position: relative; }
.right_subscribe > *{ position: relative; z-index: 3; }
.right_subscribe::before{ content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); }
.right_subscribe .title{ font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 10px;  }
.right_subscribe .text{ font-size: 16px; text-align: center; }
.right_subscribe form input[type="text"]{ width: 100%; margin-bottom: 12px; }
.right_subscribe form .label{ font-size: 12px; margin-bottom: 22px; }

.white_block{ background: #fff; padding: 60px 55px; }
@media (max-width:600px){
    .white_block{ padding: 15px 10px; }
}

.hidden_text{ display: none; }
.show_button{ margin-top: 20px; }

.articles_list .items{ display: flex; flex-flow: row wrap; }
.articles_list .items .item{ width: 23.5%; margin-right: 2%; margin-bottom: 30px; display: flex; flex-direction: column; }
.articles_list .items .item:nth-child(4n){ margin-right: 0; }
.articles_list .items .item .image{ width: 100%; height: 0; padding-bottom: 67%; background-size: cover; background-position: 50% 50%; position: relative; }
.articles_list .items .item .image a{ position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; }
.articles_list .items .item .content{ border: 1px solid #e8e8e8; height: 100%; padding: 12px 8px 18px 8px; border-radius: 0 0 3px 3px; background: #fff; }
.articles_list .items .item .title{ color: #1a1a1a; font-size: 15px; font-weight: bold; margin-bottom: 15px; line-height: 18px; }
.articles_list .items .item .title a{ color: inherit; }
.articles_list .items .item .date{ color: #828282; font-size: 12px; margin-bottom: 18px; }
.articles_list.notext .items .item .date {margin-bottom:0;}
.articles_list.notext .items .item img {object-fit: cover; display: block; position: absolute; height: 100%;}
.articles_list .items .item .text{ font-size: 14px; line-height: 18px; }
@media (max-width:1000px){
    .articles_list .items .item{ width: 49%; }
    .articles_list .items .item:nth-child(4n){ margin-right: 2%; }
    .articles_list .items .item:nth-child(2n){ margin-right: 0; }
}
@media (max-width:600px){
    .articles_list .items .item{ width: 100%; margin-right: 0 !important; }
}

.articles_block {display: flex; justify-content:space-between;}
.articles_block > div:first-child {width:520px;}
.articles_block > div:last-child {width:405px;}
.articles_block > div > .title {font-size:18px;text-transform:uppercase;margin-bottom:25px;}
.articles_block .first .title {font-size:30px;font-weight:bold;line-height:32px;margin-bottom:30px;}
.articles_block .first .title img {vertical-align:top;margin-right:10px;}
.articles_block .first .excerpt {font-size:18px;}
.articles_block .items > div {display:flex;padding-bottom:20px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,0.3);font-size:15px;}
.articles_block .items > div:last-child {border-bottom:none;}
.articles_block .items > div .date {font-weight:bold;width:60px;min-width:60px;}
.articles_block .all {text-align:right;font-weight:bold;font-size:12px;text-transform:uppercase;}
.articles_block .all a {text-decoration:underline;}
@media (max-width:900px){
    .articles_block > div:first-child,.articles_block > div:last-child,.articles_block > div {width:48%;}
    .articles_block .first .title {font-size:26px;}
}
@media (max-width:600px){
    .articles_block {flex-direction:column;}
    .articles_block > div{ width: 100% !important; }
    .articles_block > div:first-child {margin-bottom:50px;}
}

.request_form{ background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; padding: 55px 15px 50px 15px; position: relative; text-align: center; border-radius: 3px; }
.request_form::before{ content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(14,106,146,0.5); border-radius: 3px; }
.request_form .caption{ position: relative; z-index: 3; }
.request_form .caption .title{ color: #fff; font-size: 24px; font-weight: bold; margin-bottom: 22px; }
.request_form .caption .text{ color: #fff; font-size: 16px; margin-bottom: 35px; }

.icons_list .items{ display: flex; flex-flow: row wrap; margin-top: 15px; }
.icons_list .items .item{ display: flex; align-items: center; margin-bottom: 45px; width: 32%; margin-right: 2%; }
.icons_list .items .item:nth-child(3n){ margin-right: 0; }
.icons_list .items .item img{ margin-right: 12px; }
.icons_list .items .item .text{ font-size: 18px; }
@media (max-width:800px){
    .icons_list .items .item{ width: 49%; }
    .icons_list .items .item:nth-child(3n){ margin-right: 2%; }
    .icons_list .items .item:nth-child(2n){ margin-right: 0; }
}
@media (max-width:600px){
    .icons_list .items .item{ width: 100%; margin-right: 0 !important; }
}

.builder_map .map{ height: 600px; }

.builder_consultant{ background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; padding-top: 35px; color: #fff; }
.builder_consultant .bg{ position: absolute; display: block; left: 0; top: 0; width: 100%; height: 100%; background: rgba(14,106,146,1); }
.builder_consultant .container{ display: flex; justify-content: center; }
.builder_consultant .container > img{ margin-right: 30px; margin-top: 30px; }
.builder_consultant .title{ font-size: 26px; font-weight: bold; text-transform: uppercase; margin-bottom: 20px; }
.builder_consultant .text{ font-size: 16px; margin-bottom: 22px; }
.builder_consultant .name{ font-size: 20px; margin-bottom: 2px; }
.builder_consultant .position{ font-style: italic; font-size: 14px; margin-bottom: 16px; }
.builder_consultant .phone{ font-size: 20px; font-weight: bold; margin-bottom: 6px; display: flex; align-items: center; }
.builder_consultant .phone a{ margin-left: 8px; }
.builder_consultant .phone .phones > a{ color: #fff; margin-left: 0; text-decoration: underline; font-weight: 600; }
.builder_consultant .phone .phones.open > a{ display: none; }
.builder_consultant .phone .phones > .list{ display: none; }
.builder_consultant .languages{ font-size: 14px; margin-bottom: 26px; }
@media (max-width:800px){
    .builder_consultant{ padding: 30px 0; text-align: center; }
    .builder_consultant .container > img{ display: none; }
    .builder_consultant .phone{ justify-content: center; }
}

.video-container {width:100%;}
.video-container .video {width:100%;display:block;}
.video-container .image {display:none;}
.video-container .image img {display:block;max-width:100%;}
@media (max-width:1000px) {
    .video-container .video {display:none;}
    .video-container .image {display:block;}
}

.iconed_list > .title{ text-transform: uppercase; font-size: 20px; font-weight: bold; margin-bottom: 23px; }
.iconed_list .group { margin-bottom: 28px; }
.iconed_list .group > .title{ font-size: 18px; font-weight: bold; margin-bottom: 18px; }
.iconed_list .items{ display: flex; flex-direction: column; }
.iconed_list .items .item{ display: flex; align-items: center; margin-bottom: 20px; font-size: 16px; }
.iconed_list .items .item:last-child{ margin-bottom: 0; }
.iconed_list .items .item img{ display: flex; align-items: center; margin-right: 16px; }
.iconed_list .group .items .item img{ max-width: 24px; height: auto; }

.iconed_list.grid .items{ flex-direction: row; flex-wrap: wrap; }
.iconed_list.grid .items .item{ width: 48%; margin-right: 4%; margin-bottom: 16px; border: 1px solid #e8e8e8; border-radius: 4px; background: #fff; padding: 18px 28px; }
.iconed_list.grid .items .item:nth-child(2n){ margin-right: 0; }

.iconed_list.by_3.grid .items .item{ width: 32%; margin-right: 2%; }
.iconed_list.by_3.grid .items .item:nth-child(2n){ margin-right: 2%; }
.iconed_list.by_3.grid .items .item:nth-child(3n){ margin-right: 0; }

@media (max-width:1000px){
    .iconed_list.by_3.grid .items .item{ width: 49%; }
    .iconed_list.by_3.grid .items .item:nth-child(3n){ margin-right: 2%; }
    .iconed_list.by_3.grid .items .item:nth-child(2n){ margin-right: 0; }
}
@media (max-width:600px){
    .iconed_list.grid .items .item{ width: 100% !important; margin-right: 0 !important; }
}

.responsive_video{ position: relative; width: 800px; max-width: 100%; }
.responsive_video.center{ margin: 0 auto; }
.responsive_video > div{ position: relative; height: 0; padding-bottom: 56.25%; width: 100%; }
.responsive_video.type2{ width: 640px; }
.responsive_video.type2 > div{ padding-bottom: 75%; }
.responsive_video iframe{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

.reviews_grid .title{ text-transform: uppercase; font-size: 20px; font-weight: bold; margin-bottom: 23px; }
.reviews_grid .item{ border: 1px solid #ededed; border-radius: 4px; padding: 25px 30px 12px 30px; background: #fff; }
.reviews_grid .item:nth-child(2n){ float: right; }
.reviews_grid .item .top{ display: flex; align-items: center; margin-bottom: 22px; }
.reviews_grid .item .top .image{ display: flex; align-items: center; margin-right: 12px; }
.reviews_grid .item .top .author .name{ font-size: 16px; font-weight: bold; }
.reviews_grid .item .top .author .position{ color: #7e7e7e; font-size: 14px; font-weight: normal; }
.reviews_grid .item .review{ font-style: italic; font-size: 16px; line-height: 22px; }
.reviews_grid .item .review_photo{ position: relative; }
.reviews_grid .item .review_photo .scale{ color: #1a1a1a; position: absolute; font-size: 20px; top: 8px; right: 8px; width: 30px; height: 30px; background: rgba(255,255,255,0.7); border-radius: 4px; cursor: pointer; text-align: center; line-height: 30px; z-index: 3; }
.reviews_grid .item .bottom{ margin-top: 25px; padding-top: 15px; border-top: 1px solid #ededed; }
.reviews_grid .item .bottom img{ max-height: 30px; width: auto; max-width: 150px; height: auto; margin-right: 12px; }
.reviews_grid .item .bottom a{ display: flex; align-items: center; }

.counters{ display: flex; flex-flow: row wrap; }
.counters .count{ width: 32%; margin-right: 2%; }
.counters .count:nth-child(3n){ margin-right: 0; }
.counters .count span{ display: block; }
.counters .count span.num{ font-size: 60px; font-weight: bold; margin-bottom: 12px; }
.counters .count span.text{ font-size: 14px; font-weight: normal; text-transform: uppercase; line-height: 22px; }

@media (max-width: 600px){
    .counters .count{ width: 100%; margin-right: 0; margin-bottom: 20px; }
}

.numbers_list .title{ text-transform: uppercase; font-size: 20px; font-weight: bold; margin-bottom: 23px; }
.numbers_list .items{ display: flex; flex-flow: row wrap; }
.numbers_list .items .item{ display: flex; width: 48%; margin-right: 4%; margin-bottom: 26px; font-size: 16px; }
.numbers_list .items .item:nth-child(2n){ margin-right: 0; }
.numbers_list .items .item .num{ font-size: 40px; color: #0E6A92; margin-right: 20px; line-height: normal; }
.numbers_list .items .item .title{ font-size: 18px; font-weight: bold; margin-bottom: 8px; text-transform: unset; }
@media (max-width:600px){
    .numbers_list .items .item{ width: 100%; margin-right: 0; }
}

.contact_form{ margin-bottom: 100px; }
.contact_form .title{ text-align: center; font-size: 20px; line-height: normal; margin-bottom: 80px; font-weight: bold; }
.contact_form span.title{ margin-bottom: 30px; text-transform: uppercase; display: block; }
.contact_form .form{ display: flex; }
.contact_form .form .form_left{ padding-right: 50px; text-align: center; padding-top: 15px; }
.contact_form .form .form_left .photo{ width: 120px; margin: 0 auto 16px; }
.contact_form .form .form_left .photo > div{ width: 100%; padding-bottom: 137%; background-size: cover; background-position: 50% 0; background-repeat: no-repeat; }
.contact_form .form .form_left .name{ font-size: 20px; font-weight: bold; margin-bottom: 6px; }
.contact_form .form .form_left .phone{ color: #004b84; font-size: 20px; font-weight: bold; margin-top: 12px; }
.contact_form .form .form_left a{ margin-top: 8px; display: inline-block; }
.contact_form .form .form_left p{ font-size: 14px; line-height: 18px; text-align: inherit; }
.contact_form .form .form_right{ padding-left: 40px; padding-top: 50px; }
.contact_form .form .form_right .iconed_list .item{ font-weight: bold; margin-bottom: 40px; font-size: 14px; }
.contact_form .form .form_right .iconed_list .item:last-child{ margin-bottom: 0; }
.contact_form .form form{ width: 400px; min-width: 400px; }
.contact_form .form form input[type="text"],.contact_form .form form textarea{ width: 100%; margin-bottom: 10px; background-color: #fff; }
.contact_form .form form textarea{ height: 160px; }
.contact_form .form form .submit_group{ text-align: right; margin-top: 10px; }

@media (max-width:1400px){
    .contact_form .form .form_left{ padding-right: 15px; min-width: 220px; }
    .contact_form .form .form_right{ padding-left: 15px; }
}
@media (max-width:1200px){
    .contact_form .form form{ width: 250px; min-width: 250px; }
}
@media (max-width:1000px){
    .contact_form .form{ flex-flow: row wrap; }
    .contact_form .form .form_right{ width: 100%; margin-top: 40px; padding-top: 0; }
    .contact_form .form .form_right .iconed_list .items{ flex-flow: row wrap; }
    .contact_form .form .form_right .iconed_list .item{ width: 32%; margin-right: 2%; margin-bottom: 0; flex-direction: column; }
    .contact_form .form .form_right .iconed_list .item img{ margin-right: 0; margin-bottom: 12px; }
    .contact_form .form .form_right .iconed_list .item:nth-child(3n){ margin-right: 0; }
    .contact_form .form .form_left{ width: 45%; }
    .contact_form .form form{ width: 55%; }
}
@media (max-width:600px){
    .contact_form .form .form_left{ min-width: unset; width: 100%; margin-bottom: 30px; text-align: left; }
    .contact_form .form .form_right .iconed_list .item{ width: 100%; margin-right: 0; margin-bottom: 20px; }
    .contact_form .form .form_left .photo{ float: left; margin-right: 20px; margin-bottom: 0; }
    .contact_form .form .form_left .phone{ font-size: 18px; }

    /*.contact_form .form .form_left{ min-width: unset; width: 50%; margin-bottom: 30px; text-align: left; order: 1; margin-top: 0; }
    .contact_form .form .form_left .photo{ float: left; margin-right: 20px; margin-bottom: 0; width: 60px; height: 60px; padding-bottom: 0; border-radius: 50%; }
    .contact_form .form .form_right{ order: 2; width: 50%; margin-top: 0; }
    .contact_form .form .form_right .iconed_list .item{ width: 100%; margin-right: 0; margin-bottom: 20px; }*/
    /*.contact_form .form .form_left,.contact_form .form .form_right{ display: none; }*/
    .contact_form .form form{ min-width: unset; width: 100%; /*order: 3; margin-top: 30px; */}
}
/* NEW DEVELOPMENT */

.distances_list .items{ display: flex; flex-flow: row wrap; }
.distances_list .items .item,.distances_list .items4 .item{ width: 32%; margin-right: 2%; margin-bottom: 20px; border: 1px solid #e9e9e9; display: flex; align-items: center; padding: 12px 18px; background: #fff; }
.distances_list .items .item:nth-child(3n){ margin-right: 0; }
.distances_list .items .item .image,.distances_list .items4 .item .image{ width: 55px; min-width: 55px; padding-right: 25px; }
.distances_list .items .item .text,.distances_list .items4 .item .text{ font-size: 14px; line-height: 18px; margin-bottom: 4px; color: #838383; }
.distances_list .items .item .distance,.distances_list .items4 .item .distance{ font-size: 16px; font-weight: bold; }
@media (max-width: 1000px) {
    .distances_list .items .item{ width: 49%; }
    .distances_list .items .item:nth-child(3n){ margin-right: 2%; }
    .distances_list .items .item:nth-child(2n){ margin-right: 0; }
}
@media (max-width: 500px) {
    .distances_list .items .item{ width: 100%; margin-right: 0 !important; }
}
.distances_list .items4{ display: flex; flex-flow: row wrap; }
.distances_list .items4 .item{width: calc(25% - 16px);margin-right: 21px;}
.distances_list .items4 .item:nth-child(4n){ margin-right: 0; }
@media (max-width: 1100px) {
    .distances_list .items4 .item{ width: calc(33% - 16px) }
    .distances_list .items4 .item:nth-child(4n){ margin-right: 21px; }
    .distances_list .items4 .item:nth-child(3n){ margin-right: 0; }
}
@media (max-width: 800px) {
    .distances_list .items4 .item{ width: 49%; margin-right: 2%;}
    .distances_list .items4 .item:nth-child(4n){ margin-right: 2%; }
    .distances_list .items4 .item:nth-child(3n){ margin-right: 2%; }
    .distances_list .items4 .item:nth-child(2n){ margin-right: 0; }
}
@media (max-width: 500px) {
    .distances_list .items4 .item{ width: 100%; margin-right: 0 !important; }
}

.price_calculator {
	background: linear-gradient(90.92deg, #3C3E5C 0%, #212333 100%);
	width: 100%;
	padding: 30px 100px 36px 100px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
}
.price_calculator .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 15px;
}  
.price_calculator .form {
	margin-bottom: 20px;
}
.price_calculator .form .text {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 8px;
}
.price_calculator .output {
	color: #39B54A;
}
.price_calculator .form .price {
	border: 1px solid #808080;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 4px;
	align-items: center;
	position: relative;
}
.price_calculator .form .input {
	position: relative;
	width: 100%;
}
.price_calculator .form input[type="text"] {
	background: unset;
	border: unset;
	color: inherit;
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	padding: 0 10px 0 90px;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.price_calculator .form .currencies {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 30px 0 15px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	cursor: pointer;
	z-index: 2;
}
.price_calculator .form .currencies::after {
	content: '';
    position: absolute;
    right: 12px;
    top: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border-top: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.price_calculator .form .currencies.open::after {
    border-top: unset;
    border-bottom: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;	
}
.price_calculator .form .currencies::before {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 10px;
	height: 30px;
	width: 1px;
	background: #808080;
}
.price_calculator .currencies .list {
	position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 0 0 4px 4px;
    list-style: none;
    font-size: 15px;
    color: #1a1a1a;
    line-height: 200%;
	display: none;
	min-width: 100px;
	margin-left: 0;
}
.price_calculator .currencies.open .list {
	display: block;
}
.price_calculator .output .text {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 8px;
}
.price_calculator .output .rate {
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 4px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	font-weight: 700;
}
.price_calculator .form .range {
	margin-top: 15px;
}
.price_calculator .form input[type="range"] {
	-webkit-appearance: none;
	appearance: none; 
	width: 100%;
	cursor: pointer;
	outline: none;
	border-radius: 3px;
	height: 6px;
	background: linear-gradient(90deg, #3A3C59 0%, #E6E6E6 100%);	
}
.price_calculator .form input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 20px;
  width: 20px;
  background: #E7DD51;
  border-radius: 50%;
  border: none;
}
.price_calculator .form input[type="range"]::-moz-range-thumb {
  appearance: none; 
  height: 20px;
  width: 20px;
  background: #E7DD51;
  border-radius: 50%;
  border: none;	
}
#mobile_partners_calculator_holder {
	display: none;
}
@media (max-width: 1200px) {
	.price_calculator {
		padding: 15px 25px 18px 25px;
	}
}
@media (max-width: 750px) {
	#mobile_partners_calculator_holder {
		display: block;
		margin: 40px 0;
	}
	.aside .price_calculator {
		display: none;
	}
	.price_calculator .title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 18px;
	} 
	.price_calculator .form input[type="text"] {
		font-size: 26px;
	}
	.price_calculator .form .currencies {
		font-size: 20px;
	}
	.price_calculator .output .rate {
		font-size: 26px;
	}
}
										   
.partner_form {
	background: #fff;
	border: 1px solid #ededed;
	width: 100%;
	padding: 30px 100px;
	border-radius: 4px;
	margin-top: 20px;
}
.partner_form > .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 16px;
	text-transform: uppercase;
	text-align: center;
}
.partner_form .form .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 18px;
	text-transform: none;
	text-align: center;
}
.partner_form .form .form_row {
	margin-bottom: 15px;
}
.partner_form .form input[type="text"], 
.partner_form .form textarea {
	width: 100%;
}
.partner_form .form textarea {
	height: 80px;
}
@media (max-width: 1200px) {
	.partner_form {
		padding: 30px 25px;
		max-width: 500px;
		margin: 0 auto;
	}
	.partner_form > .title {
		font-size: 18px;
		line-height: 22px;
	}
	.partner_form .form .title {
		font-size: 18px;
		line-height: 20px;
	}
}
		
.default.subscribe-form-area {
    border-radius: 3px;
    border: 1px solid #EDEDED;
    background-color: #fff;
    /* margin-top: 25px; */
    position: relative;
    overflow: hidden;
}
										   
.default.subscribe-form-area .wrapper {
    /* padding: 30px 20px; */
    padding: 30px 20px 45px 20px;
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
}									   
										   
.default.subscribe-form-area .title {
    text-align: center;
    margin-bottom: 30px;
}									   

.default.subscribe-form-area .mess-img {
    background-image: url(/themes/realestate/images/message_canted.svg);
    width: 104px;
    height: 88px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 0;
}

.default.subscribe-form-area .inputs-group {
    display: flex;
    flex-wrap: wrap;
}

.default.subscribe-form-area .inputs-group .email {
    width: 64.935%;
    margin-right: 2.597%;
}

.default.subscribe-form-area .inputs-group .button-wrap {
    width: 32.467%;
    height: 35px;
}

.default.subscribe-form-area .ajax_loader{
    max-height: 100%;
}

.default.subscribe-form-area .inputs-group .label {
    order: 1;
    margin-top: 20px;
    font-size: 12px;
    color: #888;
}

.default.subscribe-form-area .inputs-group .label label:nth-child(3){
    margin-left: 6px;
}
										   
.default.subscribe-form-area .ajax_result{
    position: absolute;
	left: 0;
}

@media (max-width: 900px) {
    .default.subscribe-form-area .mess-img {
        background-image: url(/themes/realestate/images/message.svg);
        position: static;
        transform: none;
        margin-bottom: 30px;
        width: 80px;
        height: 82px;
    }
}

@media (max-width: 680px) {
    .default.subscribe-form-area .inputs-group {
        display: block;
    }

    .default.subscribe-form-area .inputs-group .email {
        width: 100%;
        margin-right: 0;
    }   
    
    .default.subscribe-form-area .inputs-group .button-wrap {
        width: 100%;
        margin-top: 20px;
    }

    .default.subscribe-form-area .inputs-group .label{
        display: flex;
        /* flex-wrap: nowrap; */
    }

    .default.subscribe-form-area .inputs-group .label label:nth-child(2){
        margin-left: 0;
    }

    .default.subscribe-form-area .inputs-group .label label:last-child{
        width: calc(100% - 30px);
    }
	.default.subscribe-form-area .wrapper {
		padding: 20px 20px 30px 20px;
	}
}										   
										  
.auto-headings-area {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #ededed;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff;
}

.auto-headings-area .parts {
    display: flex;
}

.auto-headings-area .parts > ul {
    min-width: 50%;
    margin-left: 17px;
    color: #0E6A92;
    font-size: 15px;
}

.auto-headings-area .parts > ul li {
    margin-top: 0;
    margin-bottom: 8px;
}

.auto-headings-area .parts > ul li:last-child {
    margin-bottom: 0px;
}

.auto-headings-area .parts .right:empty {
    display: none;
}

.auto-headings-area .title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
}

@media (max-width: 700px) {
	.auto-headings-area {
		border-left: 0;
		border-right: 0;
    	border-radius: 0;
	}
    .auto-headings-area {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .auto-headings-area .parts {
        display: block;
    }

    .auto-headings-area .parts > ul:first-child {
		margin-bottom: 15px;
	}
    .auto-headings-area .parts > ul {
        width: auto;
        margin-bottom: 0;
    }
	.auto-headings-area .parts > ul li {
		margin-bottom: 15px;
	}
}

.citate-shortcode-area {
    padding: 30px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 40px 0;
    position: relative;
    background-color: #fff;
}

.citate-shortcode-area.dflex {
    display: flex;
    align-items: center;
}

.citate-shortcode-area .img-wrapper {
    font-size: 0;
    margin-bottom: 15px;
    line-height: 0;
}

.citate-shortcode-area .img-wrapper .img {
    display: inline-block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
}

.citate-shortcode-area .author .author-info-column{
    font-size: 15px;
}

.citate-shortcode-area .author {
    width: 210px;
    text-align: center;
}

.citate-shortcode-area .author .name {
    font-weight: 700;
}

.citate-shortcode-area .author .position {
    color: #7e7e7e;
    margin-top: 6px;
}

.citate-shortcode-area .author .company{
    margin-top: 6px;
    color: #7e7e7e;
}

.citate-shortcode-area .author.in-line .company,
.citate-shortcode-area .author.in-line .position {
    padding-left: 26px;
    position: relative;
}

.citate-shortcode-area .author.in-line .company::before,
.citate-shortcode-area .author.in-line .position::before {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
    content: "";
    background-color: #ccc;
    border-radius: 50%;
}

.citate-shortcode-area .author.in-line {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.citate-shortcode-area .author.in-line > div {
    display: inline-block;
    margin-top: 0;
}

.citate-shortcode-area .text-content {
    font-size: 17px;
    font-style: italic;
    line-height: 28px;
}

.citate-shortcode-area.dflex .text-content {
    width: calc(100% - 210px);
    padding: 0 0 0 38px;
    position: relative;
    align-items: center;
}

.citate-shortcode-area::before {
    background-image: url(/themes/realestate/images/icons/quotation_mark.svg);
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    right: 30px;
    top: 25px;
}

.citate-shortcode-area.dflex::before {
    display: none;
}

.citate-shortcode-area.dflex .text-content::before {
    background-image: url(/themes/realestate/images/icons/quotation_mark.svg);
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
}

.citate-shortcode-area.dflex .text-content::after {
    background-image: url(/themes/realestate/images/icons/quotation_mark.svg);
    transform: rotate(180deg);
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    float: right;
}

@media(max-width: 700px) {
    .citate-shortcode-area{
        padding: 20px 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .citate-shortcode-area.dflex {
        display: block;
    }
    .citate-shortcode-area .author{
        width: 100%;
        display: flex;
    }
    .citate-shortcode-area .img-wrapper .img{
        width: 80px;
        height: 80px;
    }
    .citate-shortcode-area .author-info-column {
        width: calc(100% - 80px);
        padding-right: 32px;
        text-align: left;
        padding-left: 10px;
        position: relative;
    }
    .citate-shortcode-area .author-info-column::before {
        background-image: url(/themes/realestate/images/icons/quotation_mark.svg);
        content: "";
        width: 28px;
        height: 28px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .citate-shortcode-area .text-content{
        width: 100%;
        padding-left: 0;
        font-size: 16px;
        line-height: 24px;
		color: #7E7E7E;
    }
    .citate-shortcode-area.dflex .text-content{
        padding-left: 0;
        width: 100%;
    }
    .citate-shortcode-area.dflex .text-content::after,
    .citate-shortcode-area.dflex .text-content::before{
        display: none;
    }
    .citate-shortcode-area .author.in-line,
    .citate-shortcode-area .author.in-line > div{
        display: block;
    }
    .citate-shortcode-area .author.in-line{
        margin-bottom: 15px;
    }
    .citate-shortcode-area .author.in-line .position,
    .citate-shortcode-area .author.in-line .company{
        padding-left: 0;
    }
    .citate-shortcode-area .author.in-line .position::before,
    .citate-shortcode-area .author.in-line .company::before{
        display: none;
    }
	.citate-shortcode-area .author.in-line .position {
		display: none;
	}
}
										   
.complex_layouts .preview .items .tab img {
	height: 359px;
	background-color: #fff;
	object-fit: cover;
}							   

.read-also-area {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin: 40px 0;
    background-color: #fff;
}

.read-also-area .title {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.read-also-area .links-list > div {
    margin-bottom: 6px;
    line-height: 22px;
}

.read-also-area .links-list > div:last-child {
    margin-bottom: 0px;
}

.read-also-area .links-list > div > a {
    color: #0E6A92;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.read-also-area.single{
    display: flex;
}

.read-also-area.single .h3{
    margin-right: 20px;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 22px;
}

@media (max-width: 700px) {
    .read-also-area.single{
        display: block;
    }
    .read-also-area.single .title{
        margin-bottom: 15px;
    }
}

.gallery-grid > ul {
    display: flex;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.gallery-grid a,
.gallery-grid a > img {
    width: 100%;
}

.gallery-grid > ul > li {
    margin-bottom: 30px;
}

.gallery-grid.gallery-grid2 > ul > li {
    width: calc(50% - 15px);
    margin-right: 30px;
}

.gallery-grid.gallery-grid2 > ul > li:nth-child(2n) {
    margin-right: 0;
}

.gallery-grid.gallery-grid3 > ul > li {
    width: calc(33.33% - 20px);
    margin-right: 30px;
}

.gallery-grid.gallery-grid3 > ul > li:nth-child(3n) {
    margin-right: 0;
}

.gallery-grid.gallery-grid4 > ul > li{
    width: calc(25% - 23px);
    margin-right: 30px;
    /* border-radius: 3px;
    overflow: hidden; */
    line-height: 0;
    margin-bottom: 30px;
    margin-top: 0;
}

.gallery-grid.gallery-grid4 > ul > li a{
    display: inline-block;
}

.gallery-grid.gallery-grid4 > ul > li:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .gallery-grid.gallery-grid4 > ul > li {
        width: calc(33.33% - 20px);
    }
    .gallery-grid.gallery-grid4 > ul > li:nth-child(4n) {
        margin-right: 30px;
    }
    .gallery-grid.gallery-grid4 > ul > li:nth-child(3n) {
        margin-right: 0px;
    }
}

@media (max-width: 900px) {
    .gallery-grid.gallery-grid4 > ul > li,
    .gallery-grid.gallery-grid3 > ul > li {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    .gallery-grid.gallery-grid4 > ul > li:nth-child(3n),
    .gallery-grid.gallery-grid3 > ul > li:nth-child(3n) {
        margin-right: 30px;
    }
    .gallery-grid.gallery-grid4 > ul > li:nth-child(2n),
    .gallery-grid.gallery-grid3 > ul > li:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .gallery-grid.gallery-grid2 > ul > li,
    .gallery-grid.gallery-grid3 > ul > li,
    .gallery-grid.gallery-grid4 > ul > li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .gallery-grid.gallery-grid4 > ul > li:nth-child(3n),
    .gallery-grid.gallery-grid3 > ul > li:nth-child(3n) {
        margin-right: 0px;
    }
}

.shrtcd-objectslist{
    margin-bottom: 50px;
}

.shrtcd-objectslist .headlnine{
    float: left;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 5px;
}
										   
.shrtcd-objectslist .btn{
    float: right;
    display: block;
    margin-bottom: 16px;
}

@media(max-width: 600px) {
    .shrtcd-objectslist .objects-list > ul > li:last-child{
        margin-bottom: 0;
    }
    .shrtcd-objectslist .actions{
        margin-top: 30px;
    }
    .shrtcd-objectslist.has-top-button{
        position: relative;
        padding-bottom: 70px;
    }
    .shrtcd-objectslist .btn{
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
		height: 50px;
		line-height: 50px;
        margin-bottom: 0;
    }
}.text_media {
	margin: 60px 0;
}
.text_media .grid2 > div{ margin-bottom: 30px; }
.text_media .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.text_media .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 600px) {
	.text_media {
		margin: 40px 0;
	}	
}
@media (max-width: 550px) {
	.grid3.mobile-reverse, .grid2.mobile-reverse{ display: flex; flex-flow: column-reverse wrap; }
	.text_media .grid2 > div{ margin-bottom: 20px; }
}.project_features_block.project_features_block-white.ask_question_block {
	border: 0;
	margin: 60px auto;
    width: 95%;
    max-width: 1200px;
    position: relative;
	background: inherit;
	padding: 0;
}
.project_features_block.project_features_block-white.ask_question_block .container {
	background-position: right;
 	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 4px;
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 34px 30px;
	width: 100%;
}

.project_features_block.project_features_block-white.ask_question_block .h2 {
	padding-bottom: 30px;
}

.ask_question_block__image {
	position: relative;
	margin: -30px -30px -30px 0;
}
.ask_question_block__samples {
	display: flex;
    flex-wrap: wrap;
	margin-right: 100px;
	gap: 10px;
}
.ask_question_block__question {
	display: inline-flex;
	padding: 10px 14px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	background: #F3F2F2;
	cursor: pointer;
}
.ask_question_block__text {
	color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ask_question_block__button {
	margin-top: 30px;
}
@media (max-width:900px){
	.project_features_block.project_features_block-white.ask_question_block {
		width: 100%;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		background: #FFF;
		margin: 40px auto;
	}
	
	.project_features_block.project_features_block-white.ask_question_block .container {
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: 165px 165px;
		border: 0;
		padding: 25px 15px;
	}
	.project_features_block.project_features_block-white.ask_question_block .h2 {
		padding-bottom: 20px;
	}
	.ask_question_block__samples {
		margin-right: 0;
	}
	.ask_question_block__button {
    	margin-top: 20px;
	}
}


.complex_contact {
	margin: 60px 0;
}
.complex_contact .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.complex_contact .left_block {
	display: flex;
	align-items: center;
    width: 700px;
}
.complex_contact .preview {
	margin-right: 4.28%;
    width: 42.85%;
}

.complex_contact .preview .img{
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    aspect-ratio: 5 / 4;
}

.complex_contact .preview img {
	min-width: 300px;
}

.complex_contact .text {
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.complex_contact .text::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 60%;
	background: #ccc;
    left: 0;
}
.complex_contact .info {
	line-height: 20px;
	max-width: 370px;
    padding-right: 10px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.complex_contact .name {
	font-size: 16px;
    line-height: 22px;
	font-weight: bold;
	margin-bottom: 6px;
}
.complex_contact form {
	width: 320px;
	min-width: 320px;
}

@media (max-width:1000px) {
    .complex_contact form{
        width: 250px;
        min-width: 250px;
    }
}

.complex_contact .personal-data {
    font-size: 12px;
    margin-bottom: 15px;
}

.complex_contact form .btn.nomargin{
    margin-top: 0;
}

.complex_contact form input[type="text"] {
	width: 100%;
	margin-bottom: 15px;
}
.complex_contact form .btn {
	margin-top: 15px;
}
.complex_contact form .btn:has(svg),
.complex_contact form .btn:has(img) {
  	display: flex;
    align-items: center;
    justify-content: center;
}
.complex_contact form .btn svg,
.complex_contact form .btn img {
	width: 26px;
	height: 26px;
	margin-right: 10px;
}
.complex_contact form .btn svg path {
	opacity: 1;
}
.complex_contact .country-phone-input .selected {
	line-height: 50px;
	height: 50px;
}
.complex_contact form input[type="text"] {
	height: 50px;
}

@media (max-width: 1000px) {
	.complex_contact {
		margin: 40px 0;
	}
	.complex_contact .preview img {
		min-width: unset;
	}
}
@media (max-width: 800px) {
	.complex_contact .wrapper {
		width: 100%;
		flex-flow: row wrap;
	}
	.complex_contact .left_block {
		width: 100%;
		flex-flow: row wrap;
		margin-bottom: 20px;
	}
	.complex_contact .preview {
		padding-right: 0;
		width: 100%;
		margin-bottom: 15px;
        /* height: 200px; */
        margin-right: 0;
	}
    .complex_contact .info{
        margin-top: 0;
        max-width: none;
        padding-right: 0;
        width: 100%;
    }
    .complex_contact .preview .img{
        /* height: 200px; */
        margin-right: auto;
        margin-left: auto;
        background-size: cover;
    }
	.complex_contact .preview img {
		width: 100%;
	}
	.complex_contact .text {
		padding-bottom: 10px;
		margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
	}
	.complex_contact .text::after {
		width: 100%;
	}
	.complex_contact form {
		width: 100%;
        margin-top: 0;
	}
}

.district_block__container {
	display:grid;
	grid-template-columns: 1fr 2fr;
	grid-template-rows: max-content max-content 1fr;
}
.district_block__container .h2 {
	margin-bottom: 20px;
}
.district_block__preview {
	min-width: 385px;
	margin-right: 30px;
	grid-column: 1;
    grid-row: 1 / span 3;
}
.district_block__preview img{
	object-fit: contain;
}
.district_block__preview > div {
	width: 100%;
	height: 0;
	background-size: cover;
	background-position: 50% 50%;
	padding-bottom: 61%;
}
.district_block__container .article {
	font-size: 16px;
}
.district_block__container .labels_block {
	margin-bottom: 10px;
}
.district_block__container .labels_block .label {
	background: #0E6A92;
    padding: 10px 20px;
    border-radius: 30px;
}
.district_block__container .labels_block .label__text {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.district_block__container .labels_block .label__icon {
	display: none;
}
.district_block__container .district_block__preview_mobile {
	display: none;
}
@media (max-width: 900px) {	
	.district_block__preview {
		min-width: 20%;
	}
}

@media (max-width: 750px) {
	.district_block__container{
		display:flex;
		flex-direction:column;
	}
	.district_block__preview {
		min-width: 40%;
		margin-right:0;
	}
	.district_block__container .district_block__preview {
		display: block;
		margin-bottom: 20px;
	}
	.district_block__container .district_block__preview img {
		width: 100%;
	}
	.district_block__container .labels_block .label {
		width: auto;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		display: table;
	}
}

.complex_features {
	margin: 60px 0;
}
.complex_features .wrapper {
	display: flex;
	flex-flow: row wrap;
}
.complex_features .item {
	width: 23.5%;
	margin-right: 2%;
	display: flex;
	margin-bottom: 15px;
	line-height: 16px;
	font-size: 16px;
	position: relative;
	align-items: center;
}
.complex_features .item:nth-child(4n) {
	margin-right: 0;
}
.complex_features .feature {
	margin-right: 10px;
}
.complex_features .feature::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-image:url(/themes/realestate/images/option_icons.png);
	background-repeat: no-repeat;
}
.complex_features .button {
	margin-top: 15px;
}
.complex_features .button a {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
.complex_features .button a:hover {
	text-decoration: none;
}
.popup .object .title {
	text-align: left;
}
.popup .object .h2 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
.popup .object .features {
	margin-bottom: 5px;
	border: 0;
}
.popup .object .features.wrapped ul li:nth-child(n+7) {
	display: inline-block;
}
.popup .object .features .unfold {
	display: none;
}
.popup .object .features ul li {
	width: 49%;
	margin-right: 2% !important;
}
.popup .object .features ul li:nth-child(3n) {
	margin-right: 2% !important;
}
.popup .object .features ul li:nth-child(2n) {
	margin-right: 0 !important;
}
@media (max-width: 1000px) {	
	.complex_features .item {
		width: 32%;
	}
	.complex_features .item:nth-child(4n) {
		margin-right: 2%;
	}
	.complex_features .item:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width: 800px) {	
	.complex_features .item {
		width: 49%;
	}
	.complex_features .item:nth-child(3n) {
		margin-right: 2%;
	}
	.complex_features .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.complex_features {
		margin: 40px 0;
	}
	.complex_features .container {
		padding-top: 40px;
		border-top: 1px solid #ccc;
	}
	.complex_features .item {
		width: 100%;
		margin-right: 0!important;
	}
	.complex_features .item:last-child {
		margin-bottom: 0;
	}
	.complex_features .item:nth-child(5)~.item {
		display: none;
	}
	.complex_features .feature {
		width: 25px;
		height: 25px;
	}
	.complex_features .feature::before {
	    transform: scale(0.5);
   		transform-origin: left top;
	}	
	.complex_features .button {
		margin-top: 20px;
	}
	.popup .object .features ul li {
		width: 100%;
		margin-right: 0 !important;
	}
}


.complex_layouts {
	margin: 60px 0;
}
.objects_search.layouts .simple {
	justify-content: unset;
}
.objects_search.layouts .simple > div {
	margin-right: 32px;
}
.complex_layouts .container > .items {
	margin-bottom: 20px;
}
.complex_layouts .item {
	display: flex;
}
.complex_layouts .item > div {
	width: 50%;
}
.complex_layouts .item > div:first-child {
	margin-right: 30px;
}
.complex_layouts .preview {
	position: relative;
}
.complex_layouts .preview .img-tab-wrap{
    height: 359px;
    background-size: contain;
    background-position: center center;
    background-color: #fff;
    background-repeat: no-repeat;
}
.complex_layouts .preview .img-tab-wrap.bg-cover{
    background-size: cover;
}
.complex_layouts .tabs {
	margin-bottom: 0;
}
.complex_layouts .navigation_wrapper {
	position: absolute;
	right: 10px;
	top: 10px;
}
.complex_layouts .navigation_wrapper li {
	display: inline-block;
	cursor: pointer;
	padding: 13px 20px;
	font-size: 16px;
	line-height: 20px;
	background: #F3F2F2;
}
.complex_layouts .navigation_wrapper li.active {
	background: #0E6A92;
	color: #fff;
}
.complex_layouts .navigation_wrapper li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.complex_layouts .navigation_wrapper li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.complex_layouts img {
	display: block;
	margin: 0 auto;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #EDEDED;
}
.complex_layouts .info > .name {
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 18px;
	padding: 0 15px;
}
.complex_layouts .parameters {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
.complex_layouts .parameters .param {
	display: table-row;
	font-size: 16px;
}
.complex_layouts .parameters .param > div {
	display: table-cell;
	padding: 13px 15px; 
}
.complex_layouts .parameters .param > div:first-child {
	border-radius: 4px 0 0 4px;
	color: #7E7E7E;
}
.complex_layouts .parameters .param > div:last-child {
	border-radius: 0 4px 4px 0;
	text-align: right;
}
.complex_layouts .parameters .param:nth-child(odd) {
	background: #F3F2F2;
}
.complex_layouts .navigation {
	position: relative;
}
.complex_layouts .pagination {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0;
}
.complex_layouts .pagination li {
	display: none;
}
.complex_layouts .pagination li:first-child, .complex_layouts .pagination li:last-child {
	display: block;
}
.complex_layouts .navigation .total_counter {
	position: absolute;
	text-align: center;
	left: 0;
	line-height: 40px;
	font-size: 16px;
	width: 100%;
	padding: 0 50px;
}

@media (max-width:1000px) {
	.objects_search.layouts {
		margin-bottom: 5px;
	}
}
@media (max-width:800px) {
	.objects_search.layouts .simple > div {
		margin-right: 2%;
	}
	.objects_search.layouts .simple > div:nth-child(2n) {
		margin-right: 0;
	}
	.complex_layouts .item {
		flex-flow: row wrap;
	}
	.complex_layouts .item > div {
		width: 100%;
		margin-right: 0 !important;
	}
	.complex_layouts .preview {
		margin-bottom: 20px;
	}
	.complex_layouts .preview .img-tab-wrap{
        height: 290px;
    }
}
@media (max-width:500px) {
	.objects_search.inline_search.layouts .simple > div {
		width: 49%;
	}
	.complex_layouts .info > .name {
		padding: 0 13px;
	}
	.complex_layouts .parameters .param > div {
		padding: 10px 13px; 
	}
	
	.complex_layouts ul.pagination li.current {
		display: none;
	}
	.complex_layouts .pagination li:first-child, .complex_layouts .pagination li:last-child {
		display: block;
	}
	.complex_layouts .parameters {
		margin-bottom: 0;
	}
	.complex_layouts .container {
		position: relative; 
		padding-bottom: 70px;
	}
	.complex_layouts .button {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}
.complex_layouts_list {
	margin: 60px 0;
}
.complex_layouts_list .items {
	display: table;
	font-size: 16px;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
.complex_layouts_list .item {
	display: table-row;
}
.complex_layouts_list .item.head > div{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.complex_layouts_list .item.head > div:first-child {
	text-align: left;
}
.complex_layouts_list .item > div {
	display: table-cell;
	padding: 13px;
	vertical-align: middle;
}
.complex_layouts_list .item:not(.head) > div:first-child {
	border-radius: 4px 0 0 4px;
	text-align: left;
}
.complex_layouts_list .item:not(.head) > div:last-child {
	border-radius: 0 4px 4px 0;
}
.complex_layouts_list .item:not(.head):nth-child(4n) > div {
	background: #F3F2F2;
}
.complex_layouts_list .item img {
	max-width: 90px;
	height: auto;
}
.complex_layouts_list .item > div.mobile_params, .complex_layouts_list .mobile_data {
	display: none;
}
@media (max-width: 600px) {
	.complex_layouts_list .item.head {
		display: none;
	}
	.complex_layouts_list .container {
		width: 100%;
	}
	.complex_layouts_list .h2 {
		padding: 0 20px;
	}
	.complex_layouts_list .items {
		display: block;
	}
	.complex_layouts_list .item {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 15px 20px;
		position: relative;
		flex-flow: row wrap;
	}
	.complex_layouts_list .item::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 10px solid #ccc;
	}
	.complex_layouts_list .item > div {
		padding: 0;
	}
	.complex_layouts_list .item > div.preview {
		display: block;
		margin-right: 25px;
	}
	.complex_layouts_list .item > div.param {
		display: none;
	}
	.complex_layouts_list .item > div.mobile_params {
		display: block;
		text-align: left; 
	}
	.complex_layouts_list .mobile_params span {
		display: block;
		margin-bottom: 12px;
	}
	.complex_layouts_list .mobile_params span:last-child {
		margin-bottom: 0;
	}
	.complex_layouts_list .item:nth-child(4n) {
		background: #F3F2F2;
	}
	.complex_layouts_list .mobile_data.active {
		display: block;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #ccc;
		position: relative;
	}
	.complex_layouts_list .mobile_data .image {
		padding: 15px 70px 15px 30px;
	}
	.complex_layouts_list .mobile_data .rows {
		display: table;
		width: 100%;
		font-size: 16px;
	}
	.complex_layouts_list .rows > div {
		display: table-row;
	}
	.complex_layouts_list .rows > div > span {
		display: table-cell;
		padding: 13px 15px;
	}
	.complex_layouts_list .rows > div:nth-child(odd) span {
		background: #F3F2F2;
	}
	.complex_layouts_list .rows > div > span:first-child {
		color: #7E7E7E;
	}
	.complex_layouts_list .mobile_data .action.close {
		content: '';
		position: absolute;
		top: 30px;
		right: 15px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 10px solid #0E6A92;		
	}
}
.complex_links_block {
	margin: 60px 0;
}
.complex_links_block .h2 {
	margin-bottom: 20px;
}
.complex_links_block .container {
	border-radius: 4px;
	border: 1px solid #EDEDED;
	padding: 30px;
	background-color: #fff;
	background-position: right bottom;
 	background-repeat: no-repeat;
}
.complex_links_block .links {
	margin-bottom: 24px;
	font-size: 16px;
}
.complex_links_block .links > div {
	margin-bottom: 15px;
}
.complex_links_block .links > div:last-child {
	margin-bottom: 0;
}
@media (max-width: 800px) {
	.complex_links_block .container {
		width: 100%;
		border-radius: 0;
		padding: 25px 15px;
		background: #fff !important;
	}
	.complex_links_block .btn {
		width: 100%;
	}
}
.parameters_block__details {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ededed;
}
.parameters_block__dld:not(:has(.parameters_block__details-item__field_full)) {
	display: none;
}
.parameters_block__details-item {
    width: 100%;
}
.parameters_block__details-item__field {
    padding: 17px 20px 17px 0;
    border-top: 1px solid #EDEDED;
    display: flex;
    flex: 0 0 calc(33.33%);
}
.parameters_block__details-item__field:nth-child(3n) {
	padding: 17px 0;
}
.parameters_block__details-item__field:nth-of-type(-n+3) {
    border-top: none;
}
.parameters_block__details-item__field_full {
    justify-content: start;
    border: 0;
}
.container .parameters_block__details-item__field:last-child {
    flex-grow: 1;
}
.parameters_block__details-item__field-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-width: 130px;
}
.parameters_block__details-item__field-value {
    color: #7E7E7E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 10px;
}
.parameters_block__details-item__field-value img {
	width: 90px;
	height: 90px;
}
.parameters_block__details-item__field-value .square .name {
    display: none;
}
.parameters_block__details-item__field-value .square_units {
    position: relative;
    padding-right: 20px;
}
.parameters_block__details-item__field-value .square_units ul.list {
    display: none;
    position: absolute;
    z-index: 2;
    list-style: none;
    left: 0;
    min-width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 0 0 4px 4px;
    font-size: 15px;
    line-height: 200%;
    white-space: nowrap;
}
.parameters_block__details-item__field-value .square_units::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    border-top: 8px solid #ccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.parameters_block__buttons {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	border-top: 1px solid #EDEDED;
}
.parameters_block__buttons__left {
    order: -1;
}
.parameters_block__buttons__right {
    display: flex;
}
.parameters_block__buttons__right a {
    display: flex;
    align-items: center;
}
.parameters_block__buttons__right a:not(:last-child) {
    margin-right: 20px;
}
.parameters_block__buttons__right a:last-child {
    color: #D11A1A;
}
.parameters_block__buttons__right a:last-child span.text{
    margin-left: 10px;
}
@media (max-width:900px) {
    .parameters_block__details-item__field,
	.parameters_block__details-item__field:nth-child(3n) {
        padding: 17px 20px 17px 0;
        border-top: 1px solid #EDEDED;
        display: flex;
        flex: 0 0 calc(50%);
    }
	.parameters_block__details-item__field:nth-child(2n) {
		padding: 17px 0;
	}
	.parameters_block__details-item__field:nth-of-type(-n+3) {
		border-top: 1px solid #EDEDED;
	}
	.parameters_block__details-item__field:nth-of-type(-n+2) {
		border-top: none;
	}
    .parameters_block__buttons {
        padding-top: 20px;
    }
    .parameters_block__buttons {
        display: block;
    }
    .parameters_block__buttons__right {
        display: block;
    }
    .parameters_block__buttons__right a {
        display: block;
        margin-top: 15px;
    }
    .parameters_block__buttons__right a:not(:last-child) {
        margin-right: 0;
    }
}
@media (max-width:600px) {
    .parameters_block__details {
        display: block;
    }
	.parameters_block__details-item__field,
	.parameters_block__details-item__field:nth-child(2n),
	.parameters_block__details-item__field:nth-child(3n) {
        padding: 12px 0;
	}
	.parameters_block__details-item__field:nth-of-type(-n+3),
	.parameters_block__details-item__field:nth-of-type(-n+2) {
		border-top: 1px solid #EDEDED;
	}
	.parameters_block__details-item__field:nth-of-type(-n+1) {
		border-top: none;
	}
}.complex_payment_plan {
	margin: 60px 0;
}
.complex_payment_plan .items .item {
	display: table;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
.complex_payment_plan .item_row {
	display: table-row;
}
.complex_payment_plan .item_row.head {
	font-weight: bold;
}
.complex_payment_plan .item_row.head .cell {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.complex_payment_plan .cell {
	padding: 13px 10px;
	display: table-cell;
}
.complex_payment_plan .cell:first-child {
	text-align: left;
}
.complex_payment_plan .cell:last-child {
	text-align: right;
}
.complex_payment_plan .item_row:not(.head).cell:first-child {
	border-radius: 4px 0 0 4px;
}
.complex_payment_plan .item_row:not(.head) .cell:last-child {
	border-radius: 4px 0 0 4px;
}
.complex_payment_plan .item_row:not(.head):nth-child(odd) .cell {
	background: #F3F2F2;
}

.complex_payment_plan .mobile_select {
	display: none;
}

@media only screen and (max-width: 600px) {
	.complex_payment_plan .tabs {
		display: none;
	}
	
	.complex_payment_plan .mobile_select {
		display: block;
	}
	
	.complex_payment_plan .inline_filter .kitui-select {
		width: 100%;
	}
	
	.complex_payment_plan .inline_filter {
		margin-bottom: 20px;
	}
	.complex_payment_plan .items .item {
		display: block;
	}
	.complex_payment_plan .item_row {
		display: flex;
		flex-flow: row wrap;
		padding: 13px 10px;
		border-radius: 4px;
	}
	.complex_payment_plan .item_row:nth-child(even) {
		background: #F3F2F2;
	}
	.complex_payment_plan .item_row:not(.head):nth-child(odd) .cell {
		background: unset;
	}
	.complex_payment_plan .item_row.head {
		display: none;
	}
	.complex_payment_plan .cell {
		padding: 0;
		width: 50%;
		text-align: left;
	}
	.complex_payment_plan .cell:first-child {
		width: 100%;
		font-weight: bold;
		margin-bottom: 8px;
		text-align: left !important;
		padding: 0 !important;
	}
	.complex_payment_plan .items.col-3 .cell:nth-child(2n) {
		padding-right: 10px;
	}
	.complex_payment_plan .items.col-3 .cell:nth-child(2n + 1) {
		padding-left: 10px;
		text-align: right;
	}
	.complex_payment_plan .items.col-4 .cell:nth-child(2) {
		text-align: left !important;
		padding: 0 !important;
		width: 100%;
		margin-bottom: 8px;
	}
	.complex_payment_plan .items.col-4 .cell:nth-child(2n) {
		padding-left: 10px;
		text-align: right;
	}
	.complex_payment_plan .items.col-4 .cell:nth-child(2n + 1) {
		padding-right: 10px;
	}
}.price_filter{
    margin-bottom: 15px;
}
.price_filter form{
    display: flex;
    flex-flow: row wrap;
}
.price_filter form .item{
    margin-right: 26px;
}
.price_filter form .item:last-child{
    margin-right: 0;
}
.development_prices .top_info {
	margin-bottom: 20px;
	display: flex;
}
.development_prices .top_info .item {
	margin-right: 130px;
}
.development_prices .top_info .item:last-child {
	margin-right: 0;
}
.development_prices .top_info .name {
	font-size: 12px;
	color: #7E7E7E;
	margin-bottom: 10px;
}
.development_prices .top_info .value {
	font-size: 22px;
	text-transform: uppercase;
}
.development_prices .top_info .sign {
	display: inline-block;
    width: 10px;
    height: 12px;
}
.development_prices .top_info .sign.up {
	background: url(/themes/realestate/images/sprite_new.png) -384px -1px;
}
.development_prices .top_info .sign.down {
	background: url(/themes/realestate/images/sprite_new.png) -397px -1px;
}
@media (max-width:600px) {
	.development_prices .top_info .item {
		margin-right: 30px;
	}
}.complex_scheme {
    margin: 60px 0;
}

.complex_scheme .image {
    display: flex;
    align-items: center;.complex_scheme .mobile_button
    justify-content: center;
    height: 100%;
}

.complex_scheme .main_image {
	position: relative;
}

.complex_scheme .image_fixed {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.complex_scheme .image_fixed svg {
	border-radius: inherit;
}

.complex_scheme .mobile_button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
	
.complex_scheme .button_close_scheme svg {
    width: unset !important;
    height: unset !important;
}

.complex_scheme .button_close_scheme svg path {
	fill: #0E6A92;
    fill-opacity: inherit;
}

.complex_scheme .mobile_button, .complex_scheme .button_close_scheme {
	display: none;
}

.complex_scheme .button_close_scheme {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    margin-top: 15px;
    margin-right: 15px;
}
	
.complex_scheme .mobile_button svg path {
	fill: #0E6A92;
	fill-opacity: inherit;
}

.complex_scheme .mobile_button span {
	margin-left: 8px;
}

.complex_scheme_help {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 0 65px 0;
    border: none;
	color: #fff;
}

.complex_scheme_help_title {
    margin-top: 80px;
	margin-bottom: 50px;
    font-size: 26px;
    text-align: center;
    padding: 10px;
	line-height: 1.5;
}

.complex_scheme_help_desc_item {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 40px;
}

.complex_scheme_help_desc_item span {
    font-size: 16px;
    max-width: 180px;
	margin-left: 18px;
}

.complex_scheme_help_desc_item svg {
	margin: 0 !important;
}

.complex_scheme_help_desc_item svg path {
	fill: #fff !important;
	fill-opacity: inherit !important;
}

.complex_scheme_help_desc_btn {
	display: flex;
	justify-content: center;
    margin-top: 40px;
}

.complex_scheme_help_desc_btn span {
	display: inline-block;
	background: #fff;
    color: #000;
	font-size: 16px;
	font-weight: 700;
    padding: 8px 20px 8px 20px;
    border-radius: 4px;
	cursor: pointer;
}

.complex_scheme svg{ display:block;max-width:100%;height:auto;margin:0 auto;width:auto;max-height:800px;}
.complex_scheme svg path{ cursor: pointer;fill: #0E6A92;fill-opacity: 0; }
.complex_scheme svg path:not(.disabled):hover,.complex_scheme svg path:not(.disabled).active{ fill-opacity: 0.7; }
.complex_scheme .back{ position: absolute; top: 25px; right: 30px; display: none; }
.complex_scheme .back.active{ display: block; }
.complex_scheme .back a{ display: inline-flex; padding: 15px 10px; align-items: center; background: rgba(255,255,255,1); border-radius: 3px; color: #1a1a1a; font-size: 15px; }
.complex_scheme .back a:hover{ text-decoration: none; }
.complex_scheme .back i{ margin-right: 8px; }

.complex_scheme .hint{ display: none; position: absolute; left: 0; top: 0; width: 320px; max-width: 100%; padding: 20px; background-color: rgb(255,255,255); box-shadow: 0px 0px 7.2px 0.8px rgba(0, 0, 1, 0.35); text-align: left; color: #4d4d4d; font-size: 14px; z-index: 20; }
.floor .hint,.hint.small{ width: 260px; }
.complex_scheme .hint.active{ display: block; }
.complex_scheme .hint .close{position:absolute;top:-2px;right:8px;color:#ccc;cursor:pointer;}
.complex_scheme .hint .close::before{ content: "×"; font-size:36px;}
.complex_scheme .hint .body .hint_title{ text-transform: uppercase; font-size: 18px; margin-bottom: 12px; color: #1a1a1a; }
.complex_scheme .hint .body .hint_title a{ color: inherit; text-decoration: none; }
.complex_scheme .hint .body .hint_title a:hover{ color: #008ad6; }
.complex_scheme .hint .items .item, .complex_scheme .mobile_hint .items .item { margin-bottom: 11px; display: flex; justify-content: space-between; }
.complex_scheme .hint .items .item .name, .complex_scheme .mobile_hint .items .item .name { color: #878787; max-width: 30%; font-size: 14px; }
.complex_scheme .hint .items .item .value, .complex_scheme .mobile_hint .items .item .value { color: #1a1a1a; font-size: 14px; font-weight: bold; }
.complex_scheme .hint .items .item.price_value .value, .complex_scheme .mobile_hint .items .item.price_value .value { color: #0E6A92; font-size: 18px; }

.complex_scheme .mobile_point {
	display: none;
}

@media only screen and (max-width: 600px) {
	.complex_scheme {
		margin: 40px 0;
	}

    .complex_scheme .mobile_button {
        display: flex;
        position: absolute;
		cursor: pointer;
		font-size: 16px;
		padding: 10px 28px 10px 20px;
		background: #fff;
		border-radius: 4px;
		align-items: center;
		text-align: center;
		font-family: Arial, serif;
		font-style: normal;
		line-height: 24px;
    }
	
	
    .complex_scheme .mobile_button svg {
        width: unset !important;
        height: unset !important;
    }
	
	.complex_scheme svg {
		border-radius: 4px;
	}

    .complex_scheme .main_image {
        width: 100%;
        overflow: auto;
    }
    
    .complex_scheme.expanded .image svg {
        width: 100%;
        height: auto;
        max-width: unset;
        max-height: unset;
        margin: unset;
    }
    
    .complex_scheme.expanded .image svg path {
		pointer-events: none;
    }

    .complex_scheme.expanded .container {
        overflow: auto;
        width: 100%;
    }
	.complex_scheme .mobile_point {
		position: absolute;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		border: 6px solid rgba(14, 106, 146, 0.6);
		cursor: pointer;
		background: #fff;
	}
	
	.complex_scheme .mobile_point.active {
		border-color: #fff;
		background: #0E6A92;
	}
	
	.complex_scheme.expanded .mobile_point {		
		display: block;
	}
	
	.complex_scheme .mobile_hint {
		position: fixed;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 320px;
		max-width: 100%;
		padding: 20px;
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 7.2px 0.8px rgba(0, 0, 1, 0.35);
		text-align: left;
		color: #4d4d4d;
		font-size: 14px;
	}
	
	.complex_scheme .mobile_hint .body .hint_title {
		text-transform: uppercase;
		font-size: 18px;
		margin-bottom: 12px;
		color: #1a1a1a;
	}
	
	.complex_scheme.expanded .back {
		position: fixed;
		cursor: pointer;
		top: 0;
		right: 0;
		margin-top: 15px;
		margin-right: 15px;
	}
	
	.complex_scheme.expanded .mobile_button {
		display: none !important;
	}
}

