
html {
    font-size: 100%;
}


body {
    position: relative;
    font-family: Roboto, sans-serif;
    min-width: 1280px;
}


header {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0; right: 0;
    z-index:9998;
}

header ul {
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
}

header ul li {
    display: inline-block;
    margin-right: 2%;
    vertical-align: middle;
}

header ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 300;
}

header ul li:hover .main_drop_menu_wrap {
    display: block;
    opacity: 1;
}

header ul li a:hover {
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}


.main_drop_menu_wrap {
    display: none;
    opacity: 1;
    transition: .4s ease all;
    z-index: 5;
    position: absolute;
}


.main_drop_menu {
    padding: 0px;
    background: #fff;
    width: auto;
}

.main_drop_menu li {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    margin: 0;
}

.main_drop_menu li:last-child {
    border: none;
}

.main_drop_menu li a {
    color: #2fb0d9;
    display: block;
    padding: 0 20px;
    transition: .4s all ease;
    text-align: center;
}

.main_drop_menu li a:hover {
    background: #2fb0d9;
    color: #fff;
    text-decoration: none;
    border: none;
}

.empty_menu_block {
    border: 0;
    margin: 0;
    background: url("../img/white_angle.png") no-repeat  20px bottom;
    height: 40px;
    position: relative;
    z-index: 1;
}


.content_wrap {
    width: 100%;
    background: url("../img/main_bg.jpg") no-repeat;
    height: 999px;
    background-size: cover;

}

section.preference_wrap {display:none;}

.content_wrap h1 {
    color: #fff;
    font-size: 3.75em;
    font-weight: 300;
    text-align: center;
    padding: 320px 0 150px 0;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
    margin: 0;
}

.second_menu_wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.second_menu {
    list-style: none;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.second_menu a {
    text-decoration: none;
}

.second_menu a p {
    margin-top: 0;
}

.second_menu li {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
}

.second_menu li a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.front_block {
    width: 180px;
    height: 180px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    background: #00b5f3;
    z-index: 3;
    position: absolute;
}

.middle_block {
    border: 2px solid #fff;
    width: 180px;
    height: 180px;
    z-index:2;
    opacity: 1;
    transition: .4s ease all;
    transform: rotate(45deg);
    top: 0; left: 0px; bottom: 0; right: 0;
    position: absolute;
    margin: 0 auto;
}

.second_menu a:hover .middle_block {
    opacity: .0;
    width: 200px;
    height: 200px;
}

.back_block {
    background: #00b5f3;
    opacity: .75;
    width: 180px;
    height: 180px;
    transform: rotate(45deg);
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 1;
    transition: .4s ease all;
    border: 2px solid #fff;
}

.second_menu a:hover .back_block {
    background: none;
    transform: rotate(90deg);
    width: 178px;
    height:178px;
    opacity: 1;
    z-index: 4;
    top: 0; left: 0; bottom: 0; right: 0;
}




.menu_price_block {
    top: -30px;
}

.menu_price_block {
    width: 240px !important;
    height: 240px !important;
}

.menu_price_block  .front_block {
    width: 240px;
    height: 240px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    background: #6dc6e2;
    z-index: 3;
    position: absolute;
}

.menu_price_block .middle_block {
    border: 2px solid #fff;
    width: 240px;
    height: 240px;
    z-index:2;
    opacity: 1;
    transition: .4s ease all;
    transform: rotate(45deg);
    top: 0; left: 0px; bottom: 0; right: 0;
    position: absolute;
    margin: 0 auto;
}

.menu_price_block .second_menu a:hover .middle_block {
    opacity: .0;
    width: 260px;
    height: 260px;
}

.menu_price_block .back_block {
    background: #00b5f3;
    opacity: .75;
    width: 240px;
    height: 240px;
    transform: rotate(45deg);
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 1;
    transition: .4s ease all;
    border: 2px solid #fff;
}

.menu_price_block a:hover .back_block {
    background: none;
    transform: rotate(90deg);
    width: 238px;
    height:238px;
    opacity: 1;
    z-index: 4;
    top: 0; left: 0; bottom: 0; right: 0;
}

.menu_price_block p {
    font-size: 1.5em;
}

.house__price {
    font-size: 1.875em;
    font-weight: 500;
    margin: 30px 0;
}

.inner_front_block {
    width: 210px;
    height: 210px;
    background: #00b5f3;
    border: 1px solid #fff;
    margin: 15px 0px 0 15px;
}


.genplan_wrap {
    width: 100%;
}

.genplan_wrap h1, .house_types_wrap h1, .infra_wrap h1, .contacts_wrap h1, .preference_wrap h1,
.genplan_wrap h2.h1, .house_types_wrap h2.h1, .infra_wrap h2.h1, .contacts_wrap h2.h1, .preference_wrap h2.h1{
    font-size: 2.25em;
    text-align: center;
    font-weight: 100;
    color: #002c3c;
    text-transform: uppercase;
}

.genplan_bg {
    width: 100%;
    background: url("../img/genplan_bg.jpg");
    background-size: contain;
    height: 800px;
    position: relative;
}

.object_card {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    font-size: .875em;
    font-weight: 300;
    top: 30px;
    left: 190px;
}

.m_info_1 h2 {
    padding: 0 20px;
    text-align: center;
    font-weight: 300;
}
.m_info_1 h2 a {color:#000;}

.object_card p {
    padding: 0 20px;
}

.m_info_1 p .object_vacancy {
    color: #88c74e;
}
.m_info_1 p .object_vacancy_40 {
    color: #88c74e;
}
.m_info_1 p .object_vacancy_41 {
    color: #C8C019;
}
.m_info_1 p .object_vacancy_42 {
    color: red;
}

.m_info_1 p .object_price {
    font-weight: 700;
}

.house_looking {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    background: #88c74e;
    margin-bottom:5px;
    transition: .4s ease all;
    cursor: pointer;
}

.house_booking, .m_legend_1 .m_info_1 h2 {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    background: #2fb0d9;
    margin-bottom:5px;
    transition: .4s ease all;
    cursor: pointer;
}

.house_booking:hover, .m_legend_1 .m_info_1 h2:hover {
    background: #6dc6e2;
}

.m_legend_1 .m_info_1 h2 a
{
    color:#fff; text-decoration: none;
}

.house_looking:hover {
    background: #a1e266;
}

.white_block_card {
    display: block;
    width: 100%;
    height: 29px;
    position: absolute;
    background: url("../img/white_angle2.png") center no-repeat;
    margin: 0;
    padding: 0;
}


#feedback {
    left: 0;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 99999;
    display: none;
    background:none;
}

#fb_stat {color:red; margin-bottom:15px; display:none;}

#fb_cls {background-color:grey}
.fb {cursor:pointer;}
#fb_in {
    margin: 0 auto;
    padding: 20px 24px;
    position: relative;
    width: 525px;
    z-index: 33000;
}

.fb_tt {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #1D3652;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px 0px #EEF3F8;
    color: #313131;
    font: 12px Tahoma;
    left: 0;
    padding: 8px 7px;
    position: absolute;
    top: 0;
    width: 580px;
    z-index: 30000;
}
#bg_overlay, #f_bg_overlay {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.55;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 32299;
}
.fb_tt p.fb_tt_close, .m_info_1 p.fb_tt_close{
    background: url(/img/tooltip_close.gif) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    font-size: 1px;
    height: 9px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 9px;
}

.fb_tt p {
    color: #313131;
    font: 12px Tahoma;
    margin: 0 0 12px;
}
#feedback h2 {
    color: #5C5F60;
    font: 20px Tahoma;
    margin: 0 0 10px;
}
#feedback .input {
    background-color: #FFFFFF;
    border: 1px solid #BFC5C7;
    border-radius: 4px 4px 4px 4px;
    color: #636363;
    font: 13px Verdana;
    height: 27px;
    margin: 0;
    padding: 0 7px;
}
#fb_form .input, #fb_form .textarea, #forum_form .input_text, #forum_form .textarea,
#fb_form2 .input, #fb_form2 .textarea
{
    margin: 0;
    width: 400px;
}
#fb_form input, #fb_form textarea,
#fb_form2 input, #fb_form2 textarea
{
    position: relative;
}
#feedback .textarea {
    background-color: #FFFFFF;
    border: 1px solid #BFC5C7;
    border-radius: 4px 4px 4px 4px;
    color: #636363;
    font: 13px Verdana;
    height: 100px;
    margin: 0;
    padding: 6px 7px;
}
a.fb_sub {
    background: url(/img/button_submit.gif) repeat-x scroll 0 0 transparent;
    border-color: #D7D7D7 #D7D7D7 #ACACAC;
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #ACACAC;
    color: #313131;
    display: inline-block;
    font: 15px/1.2 Tahoma;
    margin: 0;
    padding: 4px 13px;
    text-decoration: none;
    cursor: poiner;
}
/*=================================== CAROUSEL TYPES =========================================*/

.house_types_wrap {
    width: 80%;
    margin: 0 auto;
}

.carousel_wrap {
    position: relative;
}

.carousel_wrap2 {
    position: absolute;
}

.carousel3 ul {
    margin-left: 55px !important;
}

#jcl-house_types .carousel3 {
    padding: 0px;
    margin-bottom: 50px;
    width: 100% !important;
    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
}

.house_types_block_wrap {

    background: #ccc;
}


/* Styling for text based carousel content. Only width and height are mandatory */

#jcl-house_types .carousel3 ul li {
    margin-right: 150px;
    width: 370px;
    height: 245px;
    position: relative;
/*    transition: .4s ease all;*/
}

#jcl-house_types .carousel3 ul li:hover {
}



#jcl-house_types .carousel3>ul>li>p {
    width: 130px;
    height: 98px;
    margin: 10px 10px 10px 0;
    border: 1px solid #808080;
    border-radius: 5px;
    line-height: normal;
    background-color: #fff;
    padding: 10px;
}

/* Styles for PREV and NEXT anchor buttons */
#jcl-house_types a.prev3, #jcl-house_types a.next3, #jcl-house_types a.go {
    display: block;
    width: 60px;
    height: 80px;
    line-height: 1;
    background-color: #aaa;
    color: ghostwhite;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 36px;
    transition: .4s ease all;
    top:40%;
}

#jcl-house_types a.prev3.disabled, #jcl-house_types a.next3.disabled,
#jcl-house_types a.prev3.disabled:hover, #jcl-house_types a.next3.disabled:hover {
    /*background-color: #8d8d8d;*/
    cursor: default;
}
#jcl-house_types a.go.highlight {
    background-color: #dedede;
    color: #000;
}
#jcl-house_types a.prev3 {
    margin: 0;
    text-indent: 7px;
    position: absolute;
    left: 0;
    z-index: 10;
    background: url("../img/btn_left.jpg") no-repeat center;
    background-size: contain;
}
#jcl-house_types a.next3 {
    margin: 0px;
    text-indent: 10px;
    position: absolute;
    right: 0;
    z-index: 10;
    background: url("../img/btn_right.jpg") no-repeat center;
    background-size: contain;
}
#jcl-house_types a.prev3:hover {
    background: url("../img/btn_left.jpg") no-repeat center;
    background-size: contain;
}

#jcl-house_types a.next3:hover {
    background: url("../img/btn_right.jpg") no-repeat center;
    background-size: contain;
}

/* Additional carousel styles for external controls, slider, widget, mid etc. */

#jcl-house_types .externalControl button,
#jcl-house_types .imageSliderExt button {
    margin: 5px 5px 0 0;
}
#jcl-house_types .externalControl a.next3, #jcl-house_types .externalControl a.prev3, #jcl-house_types .externalControl a.go,
#jcl-house_types .imageSliderExt a.next3, #jcl-house_types .imageSliderExt a.prev3, #jcl-house_types .imageSliderExt a.go
{
    margin: 0 5px 0 0;
    padding: 7px 5px 0 5px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
}

#jcl-house_types .widget img {
    cursor: pointer;
}
#jcl-house_types .mid {
    margin-left: 50px;
    width: 400px;
    height: 300px;
}
#jcl-house_types .vertical {
    margin-left: 170px;
}

#jcl-house_types .imageSlider .carousel3>ul>li>img,
#jcl-house_types .imageSliderExt .carousel3>ul>li>img {
    width: 400px;
    height: 300px;
}
#jcl-house_types .imageSlider .carousel3>ul>li>p,
#jcl-house_types .imageSliderExt .carousel3>ul>li>p {
    width: 380px;
    height: 280px;
}
/*=================================== CAROUSEL TYPES =========================================*/


.infra_wrap {
    width: 80%;
    margin: 0 auto;
}

.infra {
    width: 100%;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content:center;
}

.infra_img {
    float: left;
    width:59%;
    background: #aaaaaa;
    position: relative;
}

.infra_img img, .infra_img div {
    width: 100%;
    height: 547px;
    vertical-align: bottom;
}

.infra_small_img_wrap {
    padding: 20px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.infra_small_img_wrap a {
    margin-right: 20px;
    position: relative;
    display: block;
    float: left;
    outline: 1px solid #fff;
}

.infra_small_img_wrap .blue_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #3ac361;
    opacity: 0;
    transition: .4s ease all;
    top: 0; bottom: 0;
    left:0; right: 0;
}

.infra_small_img_wrap a:hover .blue_overlay {
    opacity: .5;
}

.infra_small_img_wrap img {
    width: auto;
}

.infra_icons {
    float: left;
    width: 10%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: #a6cf92;
}


.infra_descr {
    float: left;
    width:30% ;
    background: #eee;
}

.infra_icons_block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: .75em;
    color: #000;
    transition: .4s ease all;
    background: #a6cf92;
    flex-direction: column;
    padding-top:10px;
}

.infra_icons_block:hover {
    opacity: .55;
    color: #004411;
}


.infra_icons_block p {
    margin: 0 0 10px 0;
    text-align: center;
}

/*
.infra_icons_block:hover .infra_park {
    background: url("../img/infra_park_on.png") no-repeat center;
}
*/


.infra_park {
    background: url("../img/infra_park.png") no-repeat center;
    width: 100%;
    height: 100%;
    min-width: 93px;
    min-height:69px;
}

/*
.infra_icons_block:hover .infra_mfc {
    background: url("../img/infra_mfc_on.png") no-repeat center;
}
*/

.infra_mfc {
    background: url("../img/infra_mfc.png") no-repeat center;
    width: 100%;
    height: 100%;
    min-width: 93px;
    min-height:69px;
}

/*
.infra_icons_block:hover .infra_kidgarden {
    background: url("../img/infra_kidgarden_on.png") no-repeat center;
}
*/

.infra_kidgarden {
    background: url("../img/infra_kidgarden.png") no-repeat center;
    width: 100%;
    height: 100%;
    min-width: 93px;
    min-height:69px;
}
/*
.infra_icons_block:hover .infra_kids {
    background: url("../img/infra_kids_on.png") no-repeat center;
}
*/

.infra_kids {
    background: url("../img/infra_kids.png") no-repeat center;
    width: 100%;
    height: 100%;
    min-width: 93px;
    min-height:69px;
}

/*
.infra_icons_block:hover .infra_sport {
    background: url("../img/infra_sport_on.png") no-repeat center;
}
*/

.infra_sport{
    background: url("../img/infra_sport.png") no-repeat center;
    width: 100%;
    height: 100%;
    min-width: 93px;
    min-height:69px;
}


.infra_descr {
    background: #cfe5d2;
    padding: 40px 50px;
}

.infra_descr h2 {
    font-size: 1.875em;
    color: #002c3c;
    font-weight: 200;
    text-transform: uppercase;
    margin: 0;
}

.infra_descr p {
    color: #002c3c;
    font-weight: 200;
    font-size: 1em;
    text-align: justify;
}

.infra_descr a {
    display: block;
    background: #333;
    color: #fff;
    padding: 10px 30px;
    transition:  .4s ease all;
    font-weight: 300;
    text-decoration: none;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
    max-width: 250px;
}

.infra_descr a:hover {
    background:  #88c74e;
    color: #fff;
}



.contacts_wrap {
    width: 80%;
    margin: 0 auto;
}

.continfo {width:100%}

.contacts_info_wrap {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-direction: row;
}

.ya_map_wrap {
    width: 56%;
    vertical-align: bottom;
}

.contacts_text {
    width: 44%;
    position: relative;
    background: #eee;
}

.adress_block {
    padding: 30px 30px;
    background: #eee;
    min-height: 650px;
}

.adress_block h2 {
    font-size: 1.875em;
    color: #000;
    font-weight: 200;
    text-transform: uppercase;
    margin: 0;
}

.adress_block p {
    color: #000;
    font-weight: 300;
    font-size: 1em;
    margin: 8px 0;
}

.adress_block p:nth-child(3), .adress_block p span.ttl {
    font-size: 1.5em;
    font-weight: 700;
}

.adress_block p span.phone {
    display: block;
    background: url("../img/phone_sales.png") no-repeat left bottom 2px;
    padding-left: 30px;
    line-height: 30px;
    font-weight: bold;
}
.adress_block p span.wp {
    display: block;
    background: url("../img/whatsapp-64x64.png") no-repeat left bottom 0px;
    padding-left: 30px;
    line-height: 30px;
    font-weight: bold;
    height: 24px;
    background-size: contain;
    margin:10px 0;
}

.infra_big_img {
/*    background: url("../img/infra_big_img01.jpg") no-repeat center;*/
    background-size: cover;
}


.how_to_get {
    background: #333;
    padding: 20px;
    display: flex;
    /*height: 200px;*/
    position: absolute;
    bottom: 0;
}

.how_to_get_icons {
    display: flex;
    align-items: center;
    margin-right: 20px;
    flex-wrap: wrap;
    width: 35%;
}

.by_car {
    display: block;
    width: 94px;
    height: 94px;
    background: url("../img/get_by_car.png") no-repeat center;
    margin-right: 20px;
    cursor: pointer;
}

.by_car:hover {
    background: url("../img/get_by_car_on.png") no-repeat center;
}

.by_bus {
    display: block;
    width: 94px;
    height: 94px;
    background: url("../img/get_by_bus.png") no-repeat center;
    cursor: pointer;
}

.by_bus:hover {
    background: url("../img/get_by_bus_on.png") no-repeat center;
}

.how_to_get_text {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    text-align: justify;
    width: 65%;
}

.how_to_get_text h2 {
    margin-top: 0;
    font-weight: 300;
    font-size: 1.5em;
    text-transform: uppercase;
}



footer {
    background: url("../img/footer_bg.jpg")repeat;
    width: 100%;
    margin-top: 50px;
}

.top_footer {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0px auto ;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.footer_menu_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    justify-content: space-between;
}

.footer_menu h3 {
    font-size:  1.125em;
    font-weight: 700;
    color: #86c44d;
}

.footer_menu ul {
    list-style: none;
    padding: 0;
}

.footer_menu ul li {margin-bottom:3px;}

.footer_menu ul a {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: 300;
}

.footer_menu ul a:hover {
    color: #86c44d;
    text-decoration: underline;
}

.bottom_footer {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 30px 0;
}

.bottom_footer p {
    font-size: .875em;
    font-weight: 300;
    color: #fff;
}

.bottom_footer p:last-child {
    color: #aaa;
    font-weight: 300;
    font-size: .75em;
    text-align: justify;
}

.footer_socials_wrap {
    margin-left: 3%;
    margin-top: 30px;
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer_socials_wrap p {
    font-size: 1.125em;
    text-transform: uppercase;
    color: #aaa;
    font-weight: 300;
    line-height: 1.125em;
    margin-right: 10px;
}

.footer_socials_wrap .social {
    width: 39px;
    height: 39px;
    margin-right: 10px;
}

.footer_socials_wrap .social a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.facebook {
    background: url("../img/facebook_off.jpg") center no-repeat;
}

.facebook:hover {
    background: url("../img/facebook_on.jpg") center no-repeat;
}


.twitter {
    background: url("../img/twitter_off.jpg") center no-repeat;
}

.twitter:hover {
    background: url("../img/twitter_on.jpg") center no-repeat;
}


.vk {
    background: url("../img/vk_off.jpg") center no-repeat;
}

.vk:hover {
    background: url("../img/vk_on.jpg") center no-repeat;
}


.ok{
    background: url("../img/ok_off.jpg") center no-repeat;
}

.ok:hover {
    background: url("../img/ok_on.jpg") center no-repeat;
}


.google{
    background: url("../img/g_off.jpg") center no-repeat;
}

.google:hover {
    background: url("../img/g_on.jpg") center no-repeat;
}


.insta{
    background: url("../img/insta_off.jpg") center no-repeat;
}

.insta:hover {
    background: url("../img/insta_on.jpg") center no-repeat;
}


/*====================================== HOUSE CARD PAGE =======================================*/


.house_card_wrap {
    width: 100%;
    background: url("../img/main_house_01.jpg");
    background-size: cover !important;
    min-height: 900px;
}

.house_description_wrap {
    width: 80%;
    margin: 0 auto;
}


.house_description_wrap h1 {
    color: #fff;
    font-size: 2.25em;
    font-weight: 300;
    text-transform: uppercase;
    padding: 200px 0 0px 0;
    text-align: left;
    text-shadow: 0 4px 3px rgba(0, 0, 0,.33);
    margin: 0;
}

.house_description {
    font-size: 1em;
    color: #fff;
    font-weight: 300;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
/*
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
*/
}

.description_block {
    background: rgba(0,0,0,.75);
    width: 40%;
    padding: 30px;
}

.description_block p {
 margin: 0 0 20px 0;
}

.description_block ul {
    list-style: none;
    padding: 0;
}

.description_block ul li {
    margin-bottom: 20px;
}

.description_block ul li span {
    color: #88c74e;
}
.description_block ul li .house_type_price {
    font-weight: 500;
}

.description_block a, .description_block input {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border:0;
    padding: 10px 30px;
    font-size: 1.25em;
    transition: .4s ease all;
    cursor: pointer;
}

.house_type_booking {
 background: #2fb0d9;
    margin: 0 20px 20px 0;
}

.house_type_booking:hover {
    background: #6dc6e2;
}

.house_type_looking {
background: #88c74e;
}

.house_type_looking:hover {
    background: #a1e266;
}

.house_type_arrow {
    margin: 0px auto;
    padding: 20px 0;
    display: block;
    width: 120px;
    height: 52px;
    background: url("../img/down_arrow.png") no-repeat center;
    opacity: .75;
    transition: .4s ease all;
}

.house_type_arrow:hover {
    opacity: 1;
}


.house_card_plan_wrap {
    width: 100%;
    margin-top:30px;
}

.house_card_plan_wrap h1 {
    font-size: 3em;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    padding: 0 0 20px 0px;
    margin: 0 10% 20px 10%;
}

.house_card_plan_wrap h2 {
    font-size: 3em;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    padding: 0px 0px;
    margin:  0 0 20px 20%;
    line-height: 1em;
}

.look_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/img/look_icon.png") no-repeat center;
    transition: .4s ease all;
    opacity: .5;
    max-height: 700px;
}

.house_card_plan_block a:hover .look_icon {
    opacity: 1;
}

.house_card_plan_no_m {
    margin:  0 0 20px 0 !important;
}

.house_card_plan {
    width: 50%;
}

.house_card_plan_block {
    width: 100%;
    max-width: 960px;
    max-height: 700px;
    overflow: hidden;
    outline: 1px solid #999;
}

.house_card_plan_block a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.house_card_plan_block a img {
    width: 100%;
    vertical-align: bottom;
    outline: 1px solid #999;
}

.house_card_plan_block_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}




.house_card_gallery_wrap {
   width: 100%;
    margin-bottom: 100px;
}

.house_card_gallery_wrap #jcl-house_types .carousel3 ul {margin-left:0 !important;}
.house_card_gallery_wrap #jcl-house_types .carousel3 ul li {margin-right:1px; width:470px; height:345px;}
.house_types_block_wrap.house_card_gallery_block {width:auto;    width: 370px;
    margin: 0 1px 1px; position: relative;}

/*
.house_types_block_wrap.house_card_gallery_block:before {content: " ";
    background: transparent url(/img/zoom-in-icon.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    width: 50%;
    height: 80%;
    margin: 5% 25%;
    opacity: 0.4;
}
*/

/* IMAGE LIGHTBOX SELECTOR */

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 1.25em; /* 40 */
			height: 1.25em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}


		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, 1 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


.house_card_gallery_wrap h1 {
/*    font-size: 3em;*/
    font-size: 2.25em;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    padding: 0 0 20px 0px;
    margin: 40px 10%;
}

.house_card_gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.house_card_gallery_block {
    width: 25%;
    background: #fff;
}

.house_card_gallery_block img {
    width: 100%;
    vertical-align: bottom;
    opacity: 1;
/*    transition: .4s ease all;*/
}

.house_card_gallery_block:hover img {
    opacity: .7;
}



.house_card_callback_wrap   {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.house_card_callback_wrap p {
/*    font-size: 3em;*/
    font-size: 2.25em;
    margin: 20px 0;
    color: #333;
    font-weight: 300;
}

.house_card_callback_wrap a {
    color: #fff;
    font-size: 1.875em;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .4s ease all;
    padding: 0 30px 0 100px;
    line-height: 3em;
    background: #999 url("../img/callback_icon.png") left 20px center no-repeat;
}

.house_card_callback_wrap a:hover {
    background: #777 url("../img/callback_icon.png") left 20px center no-repeat;;
}

.house_card_callback_wrap.download {margin-top:30px;}
.house_card_callback_wrap.download a {background-image:none !important; padding-left:30px !important;}

    /*====================================== HOUSE CARD PAGE END ===================================*/





/*====================================== HOUSE LIST PAGE =======================================*/
.header2 {
    background: url("../img/header_bg.jpg");
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

.header2 ul {
    margin: 0;
}

.content_main_img {
    background: url("../img/main_img_list.jpg") no-repeat center;
    background-size: cover;
    height: 270px;
}

.house_list_wrap {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.house_list_wrap h1 {
    font-size: 2.25em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.house_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.house_list_block {
    width: 410px;
    font-weight: 300;
    font-size: 1.125em;
    text-align: center;
    position: relative;
    margin: 25px 25px 0;
}

.house_list_block:last-child {}

.overlay_house_block {
    position: absolute;
    top:250px; right: 0; bottom: 0; left: 0;
    background: rgba(255,255,255,.85);
    width: 100%;
    height: 100%;
    transition: .4s ease all;
    text-align: left;
    padding: 30px;
}

.overlay_house_block h3 {
    font-weight: 500;
    font-size: 1.5em;
    color: #000;
    margin: 0;
}

.overlay_house_block span {
    color: #fff;
    background: #88c74e;
    padding: 2px 5px;
    font-weight: 300 !important;
    margin-left: 10px;
}

.house_list_block h2, .info_block h2, .house_types_block_wrap h2 {
    font-size: 1.125em;
    color: #2eacd3;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}
.info_block h2
{
    padding-top:20px;
}

.house_list_block p, .house_types_block_wrap p {
    margin: 5px 0;
    color: #000;
}

.house_list_block span, .house_types_block_wrap span {
    font-weight: 700;
}

.house_list_block a, .house_types_block_wrap a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.house_list_block a:hover .overlay_house_block, .house_types_block_wrap a:hover .overlay_house_block {
    top: 0;
}

.house_list_img {
    background: #ccc;
    width: 410px;
    height: 230px;
    position: relative;
    overflow: hidden;
}

.house_list_img img {
    width: 100%;
    vertical-align: bottom;
}

.house_list_wrap .under_header {
    color: #000;
    font-size: 1em;
    text-align: center;
    font-weight: 300;
/*    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
    padding: 15px 0 0;
    margin-top: 0;
}
/*====================================== HOUSE LIST PAGE END ====================================*/






/*====================================== ABOUT VILLAGE PAGE ========================================*/

.about_village_wrap{
    padding-top: 370px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background: url("../img/about_village_img_main.jpg") no-repeat top center;
    overflow: hidden;
}

.about_vilage_block {
    width: 75%;
    margin: 0 auto 100px auto;
}

.about_vilage_block h1 {
    font-size: 2.25em;
    font-weight: 200;
    color: #002c3c;
    text-transform: uppercase;
}

.about_vilage_block p {
    font-size: 1em;
    font-weight: 200;
    color: #000;
}

.about_vilage_block a.btn {
    margin-top: 20px;
    display: block;
    color: #fff;
    width: 100%;
    background: #2fb0d9;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    padding: 15px 0;
    text-align: center;
    font-size: 1.5em;
    transition:  .4s ease all;
}

.about_vilage_block a.btn:hover {
    background: #1884a7;
}

.about_vilage_img {
    float: left;
    width: 35%;
    margin: 0 15% 0 0;
}

.about_vilage_block:nth-child(2) .about_vilage_img {
    float: right;
    margin: 0 0 0 15%;
}

.about_vilage_img img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 50%;
}

.about_vilage_text {
    float: left;
    width: 50%;
}

.about_vilage_text h2 {
    color: #333;
    font-size: 1.125em;
    font-weight: 500;
    text-transform: uppercase;
}

.about_vilage_text ul, .info_block ul {
    list-style: none;
    padding: 0;
}

.about_vilage_text ul li, .info_block ul li {
    font-weight: 200;
    font-size: 1em;
    margin-top: 10px;
    background:  url("../img/angle_green.png") no-repeat left center;
    padding-left: 40px;
}

/*====================================== ABOUT VILLAGE PAGE END ====================================*/



/*====================================== HOUSE TYPES PAGE ====================================*/
.line {
    color: #000;
    font-size: 1em;
    border-top: 1px solid #ccc;
    padding: 0;
    margin-top: 0;
}

.house_types_wrap .under_header {
    color: #000;
    font-size: 1em;
    text-align: center;
    font-weight: 300;
    padding: 15px 0 0;
    margin-top: 0;
}

.house_types_wrap h1 span {
    color: #2fafd5;
}

.house_top_wrap, .house_mid_wrap, .house_bottom_wrap {
    width: 100%;
/*    margin: 50px auto;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.house_type_block {
    width: 400px;
    height: 240px;
    position: relative;
    margin-right: 100px;
    margin: 0 25px 0;
}

.house_type_block a img {
    width: 100%;
    vertical-align: bottom;
}

.house_type_block a {
    text-decoration: none;
}

.house_type_block .lower_line {
    position: absolute;
    transition: .3s ease all;
    background: rgba(47,175,213,.85);
    height: 50px;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.house_type_block .lower_line p, .inner_overlay p {
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.25em;
    line-height:  50px;
    text-align: center;
    margin: 0;
    transition: .1s ease all;
}

.house_type_block a:hover .lower_line{
    opacity: 0;
}

.house_type_block a:hover p {
    opacity: 0;
}

.house_type_block .outter_overlay {
    position: absolute;
    background: rgba(0,44,60,.75);
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: scale(0);
    transition: .4s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
}

.house_type_block a:hover .outter_overlay {
    transform: scale(1);
}

.outter_overlay .inner_overlay {
    width: 90%;
    height: 90%;
    top:0; right: 0; bottom: 0; left: 0;
    border: 1px solid #fff;
}

.inner_overlay {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.house_type_block a:hover .inner_overlay p {
    opacity:1;
}







/*====================================== HOUSE TYPES PAGE END ====================================*/

#by_bus {display: none;}

.infra_descr {display:none;}
.infra_descr.park {display:block;}

.infra_icons_block {cursor:pointer}
.infra_icons_block.active {background-color:#88c74e}

.infra_img {display:none;}
.infra_img.park_gallery {display:block;}

.answer {/*display:none;*/ width:100% !important;}
.answer p {text-align: justify;}
.question {/*cursor:pointer;*/}

.news_item {margin-bottom: 40px; display: table;}
.news_item img {float:left; margin-right: 40px;}
.news_item h2 {padding:0;}


#genplan img.map {width: 100%; height: auto;}
#pwin {display:none; box-shadow: 0 1px 1px 0px #999;width:230px;z-index:1000;}

.adress_block a {color: #000; text-decoration: none;}


.header__menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 9;
    background-color: #1EABD9;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: .3s ease}
.header__menu.menu-opened {
    -webkit-transform: translateY(0);
    transform: translateY(0)}
.header__menu a {
    display: block;
    color: #fff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased}

.header__burger {
    z-index: 1000;
    display: none;
    width: 40px;
    height: 28px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    right:20px;
    margin-top: 30px;
}
.header__burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out}
.header__burger span:first-child {
    top: 0}
.header__burger span:nth-child(2),.header__burger span:nth-child(3) {
    top: 12px}
.header__burger span:nth-child(4) {
    top: 24px}
.header__burger.is-opened span:first-child {
    top: 12px;
    width: 0;
    left: 50%}
.header__burger.is-opened span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)}
.header__burger.is-opened span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)}
.header__burger.is-opened span:nth-child(4) {
    top: 12px;
    width: 0;
    left: 50%}

.full_descr {text-align: center;}
.calc_button {text-decoration: none;}
.calc_button div {padding: 10px 20px; background-color: #2eacd3; width: 160px; border-radius: 10px; color: #fff; box-shadow: 0 10px 15px 0 rgba(4,160,174,.3);transition: 0.5s;}
.calc_button div:hover {box-shadow:none;}

.ipoteka {width:100%;border-collapse: collapse; margin: 0 auto;}
.ipoteka th, .ipoteka td{padding: 0px 50px; height: 60px; border: 1px solid #ccc;}

.mobile_phone {position: absolute; width: 100%; display: none; margin-top:30px;}
.mobile_phone div {margin:0 auto; width: 190px; padding-left:40px}
.mobile_phone a {color:#fff; font-size:1.2em;}

.response .resp_block {width: 50%; margin: 10px; min-height: 400px;}

@media screen and (max-width: 800px) {
    .ipoteka th, .ipoteka td{padding: 0px 10px;}
    .mobile_phone {display: block}

    .request_uk {width:95%}
    .contacts_wrap #feedback {padding:0;}
    .contacts_wrap #fb_in {padding: 20px 14px;}

    .contacts_wrap #fb_form2 .input, .contacts_wrap #fb_form2 .textarea {width:200px;}

    .response {display: block;}
    .response .resp_block {width: 100%; margin: 0; min-height: 300px; padding:10px; background-size: cover !important;}
}

.objectlink {text-decoration: underline; cursor:pointer;}
/*.m_list_1 {display:none;}*/
.m_legend_1 .item {margin: 0 !important;}

.three-column{
    overflow: hidden;
}
.three-column>div{
    float: right;
}

.left-column{
    width: 70%;
    padding-right: 5%;
}

.right-column{
    width: 25%;
    margin-top: 1em;
}

.right-column svg{
    width: 50px;
    margin-right: 5px;
}

.right-column a{
    color: rgb(0, 0, 238) !important;
    text-decoration:none;
}

.right-column *{
    float: left;
    width: calc(100% - 55px);
}

footer .documents_footer a{
    color: white !important;
    text-decoration: none !important;
    font-weight: 300;
}

footer .documents_footer a:hover{
    color: #86c44d !important;
}

.bg-cookie{
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.55;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

#cookieNotice{
    z-index: 9999 !important;
}

@media (max-width: 565px){
    .documents_footer{
        margin-top: 8px;
        font-size: 1em;
        font-weight: 300;
    }

    .documents_footer a{
        margin-bottom: 5px;
    }
}

#confirm_label {
    display: flex;
    align-items: flex-start;
}

#confirm_label span:nth-child(1) {
    margin-right: 5px;
    display: flex;
    align-items: center;
    height: 16px;
    /*margin-top: 2px;*/
}

#confirm_police span:nth-child(2) {
    white-space: normal;
    font-size: inherit;
    line-height: 16px;
}
#cookieNotice{
    padding: 15px 5px !important;
    font-size: 18px !important;
    line-height: 38px !important;
}
@media (max-width: 768px) {
    #cookieNotice{
        padding: 24px 5px !important;}
}

