/* Webfont: Mersad-Black */@font-face {
    font-family: 'MersadBlack';
    src: url('../fonts/Mersad/Mersad Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Mersad/Mersad Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Mersad/Mersad Black.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Mersad/Mersad Black.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Mersad-SemiBold */@font-face {
    font-family: 'MersadSemBd';
    src: url('../fonts/Mersad/Mersad SemiBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Mersad/Mersad SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Mersad/Mersad SemiBold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Mersad/Mersad SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Mersad-Regular */@font-face {
    font-family: 'Mersad';
    src: url('../fonts/Mersad/Mersad Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Mersad/Mersad Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Mersad/Mersad Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Mersad/Mersad Regular.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
    margin:0px;
    color:#000;
    font-family: 'Mersad';
    font-size:17px;
    background: #F5EAE8;
}
.container {
    max-width: 1240px;
    padding:0 20px;
    margin:0 auto;
}
* {
    box-sizing: border-box;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.header_wrapper {
    background: #F5EAE8;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 3;
    box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
    -moz-box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
}
.header_spacer {
    height: 120px;
}
.header {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    line-height: 0;
}
.logo img {
    height: 30px;
    margin-top: -2px;
    line-height: 0px;
}
.menu {
    
}
.menu span {
    margin:0 24px;
    color:#DB7E5B;
}
.submenu_holder {
    display: inline-flex;
    margin:0 0 0 30px;
    position: relative;
    height: 120px;
}
.submenu_title {
    color:#754A51;
    font-family: MersadBlack;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size:18px;
    cursor: pointer;
}
.submenu_holder:hover .submenu_title {
    color:#DB7E5B;
}
.submenu_title svg {
    fill:#DB7E5B;
    width:18px;
    height: 18px;
    margin:-1px 0 0 6px;
}
.submenu_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top:120px;
    left:-30px;
    background: #DB7E5B;
    padding:16px 40px 16px 30px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.submenu_holder:hover .submenu_list {
    opacity: 1;
    pointer-events: all;
}
.submenu_list a {
    color:#fff;
    margin:10px 0;
    font-family: MersadSemBd;
    white-space: nowrap;
}
.submenu_list a:hover {
    opacity: 0.7;
}
.menu_item {
    color:#754A51;
/*    margin:0 0 0 30px;*/
    font-family: MersadBlack;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size:18px;
    height: 120px;
}
.menu_item:hover {
    color:#DB7E5B;
}
.menu_item svg {
    fill:#DB7E5B;
    width:18px;
    height: 18px;
    margin:-1px 0 0 6px;
}
.flat_chooser {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding:3px 32px 0 40px;
    height:50px;
    background: #DB7E5B;
    color:#F5EAE8;
    font-family: MersadBlack;
    border-radius: 50px;
    margin:0 0 0 40px;
}
.flat_chooser svg {
    width:20px;
    height: 20px;
    margin:-3px 0 0 12px;
    fill:#F5EAE8;
}
.flat_chooser:hover {
    background: #754A51;
}
.hero_wrapper {
    background: #754a51;
}
.hero {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 400px;
    position: relative;
}
.hero_info {
    width:100%;
    height: 400px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.hero_title {
    font-family: MersadBlack;
    font-size:30px;
    line-height: 50px;
    color:#F5EAE8;
    margin:0 0 50px 0;
    z-index: 1;
    max-width: 600px;
}
.hero_desc {
    margin:56px 0 0 0;
    font-size:20px;
    line-height: 30px;
    width:400px;
    color:#F5EAE8;
}
.hero_buttons {
    margin:0 0 60px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    bottom:0;
    left:0;
    z-index: 1;
}
.hero_buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MersadSemBd;
    color:#F5EAE8;
}
.hero_buttons a:hover {
    opacity: 0.8;
}
.hero_buttons a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width:35px;
    height: 35px;
    border-radius: 35px;
    background: #DB7E5B;
    margin:-4px 18px 0 0;
}
.hero_buttons a span svg {
    fill:#F5EAE8;
    width:22px;
    height: 22px;
}
.hero_photos {
    width:100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    bottom:50px;
    right:0;
    pointer-events: none;
}
.hero_photos img {
    height: 284px;
    margin-left: -40px;
}
.welcome_wrapper {
    padding:85px 0;
    border-bottom: 1px dotted #DB7E5B;
}
.welcome {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.welcome div {
    width:50%;
    line-height: 29px;
    padding:0 40px 0 0;
    color: #754a51;
    font-size: 19px;
    border-right: 1px dotted #DB7E5B;
}
.welcome div.highlight {
    border-right:none;
    padding-left: 40px;
    line-height: 32px;
    font-family: MersadSemBd;
}

.welcome_buttons {
    margin:40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.welcome_buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MersadBlack;
    color:#754A51;
    font-size:17px;
    margin:0 0 0 0;
}
.welcome_buttons a:hover {
    opacity: 0.8;
}
.welcome_buttons a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width:35px;
    height: 35px;
    border-radius: 30px;
    background: #DB7E5B;
    margin:-4px 0 0 18px;
}
.welcome_buttons a span svg {
    fill:#F5EAE8;
    width:20px;
    height: 20px;
}

.about_wrapper {
    background: #F5EAE8;
    padding:85px 0;
}
.about_title {
    font-family: MersadBlack;
    font-size:28px;
    color:#000;
    margin:0 0 68px 0;
}
.sep_title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sep_title div {
    font-family: MersadBlack;
    font-size:28px;
    padding:0 50px;
}
.sep_title span {
    width:100%;
    border-top: 1px solid #CABCAF;
}
.about_split {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.about_info {
    width:calc(50% - 40px);
    line-height: 29px;
    color:#754a51;
    font-size:19px;
}
.about_spec {
    width:calc(50% - 40px);
    display: flex;
/*    align-items: center;*/
    justify-content: space-between;
    flex-wrap: wrap;
/*    border-left: 1px dashed #DB7E5B;*/
/*    margin:24px 0 0 0;*/
}
.about_spec_item {
    width:calc(100% / 2 - 20px);
    margin:0 0 38px 0;
}
.about_spec_item_desc {
    font-family: MersadBlack;
    color:#DB7E5B;
    font-size:26px;
    
}
.about_spec_item_title {
    margin:10px 0 0 0;
    font-family: MersadSemBd;
    color:#754A51;
    font-size:19px;
}

.about_photo {
    margin:20px 0 0 0;
}
.quality_wrapper {
    background: #F5EAE8;
    padding:0 0 100px 0;
}
.quality_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:65px 0 0 0;
}
.quality_list_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
/*    width:calc(100% / 4);*/
}
.quality_list_item_icon {

}
.quality_list_item_icon  svg {
    width:68px;
    height: 68px;
    fill:#DB7E5B;
}
.quality_list_item_title {
    margin:28px 0 0 0;
        font-family: MersadSemBd;
    color: #754A51;
    font-size: 19px;
}
.gallery_wrapper {
    background: #F5EAE8;
    padding:0 0 80px 0;
}
.gallery {
    position: relative;
}
.gallery_arrows {
    position: absolute;
    top:calc(50% - 25px);
    left:-25px;
    width:calc(100% + 50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
}
.gallery_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width:50px;
    height: 50px;
    border-radius: 100%;
    background: #DB7E5B;
    color:#fff;
    cursor: pointer;
    border:2px solid #F5EAE8;
    pointer-events: all;
}
.gallery_arrow:hover {
    background: #754A51;
}
.gallery_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gallery_title {
    font-family: MersadBlack;
    font-size:28px;
    color:#F5EAE8;
}
.gallery_more {
    display: flex;
    align-items: center;
    justify-content: center;
    color:#F5EAE8;
    font-family: MersadBlack;
}
.gallery_more svg {
    width:20px;
    height: 20px;
    margin:-4px 0 0 12px;
    fill:#F5EAE8;
}
.gallery_list {
    margin:0 -10px;
}
.gallery_item {
    margin:0 10px;
    position: relative;
}
.gallery_item span {
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.gallery_item:hover span {
    opacity: 1;
}
.gallery_item span svg {
    font-size:25px;
    color:#CABCAF;
}
.gallery_item img {
    border-radius: 12px;
}

.promo_wrapper {
    padding:10px 0 80px 0;
    background: #F5EAE8;
}
.promo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.faq_wrapper {
    width:50%;
    padding:0 50px 0 0;
    border-right: 1px dashed #DB7E5B;
}
.contact_wrapper {
    margin:20px 0 0 0;
    width:50%;
    padding:0 0 0 50px;
    
}
.contact_caption {
    font-family: MersadBlack;
    font-size:20px;
    text-align: center;
    margin:0 0 20px 0;
    color:#754a51;
}
.contact_phones {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contact_phone {
    font-family: MersadSemBd;
    font-size:18px;
    color:#DB7E5B;
/*    text-align: center;*/
    margin:6px 0;
}
.contact_phone:hover {
    color:#754A51;
}
.contact_phone svg {
    margin:0 6px 0 0;
}
.contact_social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:16px 0 28px 0;
}
.contact_social a {
    margin:0 8px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.contact_social a:hover {
    transform:scale(1.2);
}
.contact_social a svg {
    width:40px;
    height: 40px;
    color:#DB7E5B;
}
.contact_social a.messenger svg {
    fill:#0080F7;
}
.contact_social a.whatsapp svg {
    fill:#21AB7C;
}
.contact_social a.viber svg {
    fill:#774D97;
}
.contact_social a.telegram svg {
    fill:#0099E4;
}
.request_call {
    width:100%;
    max-width: 300px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.request_call input {
    height:48px;
    width:100%;
    border:1px solid #754A51;
    outline:none;
    background: transparent;
    border-radius: 48px;
    padding:0 15px;
    font-size:16px;
    font-family: MersadBlack;
    color:#754A51;
    padding:3px 20px 0 20px;
    letter-spacing: 1px;
}
.request_call input::placeholder {
  font-family: Mersad;
  font-size:16px;
  color:#754A51;
}
.request_call input::-webkit-outer-spin-button,
.request_call input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.request_call input[type=number] {
  -moz-appearance: textfield;
}
.request_call span {
    position: absolute;
    right:6px;
    top:6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height:36px;
    padding:0 25px;
    padding-top: 2px;
    border-radius: 36px;
    background: #DB7E5B;
    color:#fff;
    font-size:16px;
    font-family: MersadSemBd;
}
.request_call span:hover {
    cursor: pointer;
    background: #754A51;
}
.lead_status {
    text-align: center;
}
.lead_error {
    margin:20px 0 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DB7E5B;
    font-weight: bold;
    font-size: 15px;
}
.lead_error svg {
    margin:-2px 10px 0 0;
}
.lead_success {
    margin:20px 0 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #228743;
    font-weight: bold;
    font-size: 15px;
}
.lead_success svg {
    margin:-5px 10px 0 0;
}



.render_wrapper {

}
.render {
    line-height: 0;
    position: relative;
}
.render_anotation_wrapper {
    width:100%;
    top:40px;
    left:0;
    position: absolute;
    z-index: 1;
}
.render_anotation {
    width:100%;
    max-width: 1200px;
    margin:0 auto;
    font-family: MersadBlack;
    font-size:18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding:0 6px 0 0;
    color:#754A51;
}
.render_anotation span {
    margin:0 10px 0 0;
}
.render_anotation span svg {
    width:30px;
    height: 30px;
    fill:#754A51;
    margin-top: -5px;
}
.render img {
    width: 100%;
}
.popup {
    position: absolute;
    margin-left: 10px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.popup.visible {
    opacity: 1;
}
.popup_items {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #754A51;
    border:2px solid #F5EAE8;
    height: 46px;
    border-radius: 46px;
    padding:0 15px;
}
.popup_item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:2px 15px 0 15px;
    border-right: 1px solid #F5EAE8;
    height: 20px;
}
.popup_item.last {
    border-right:none;
}
.popup_item_title {
    color:#F5EAE8;
    font-family: MersadSemBd;
    font-size:16px;
    opacity: 0.8;
}
.popup_item_value {
    color:#F5EAE8;
    font-family: MersadBlack;
    margin:2px 0 0 5px;
    font-size:16px;
}
.popup_item_available {
    color:#fff;
    font-family: MersadBlack;
    margin:0 0 0 5px;
    font-size:16px;
}
.popup_item_sold {
    color:#DB7E5B;
    font-family: MersadBlack;
    margin:0 0 0 5px;
    font-size:16px;
}
.bread_wrapper {
    margin:40px 0 0 0;
}
.bread {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bread_back {
    padding:0 25px 0 0;
    margin:0 25px 0 0;
    border-right:1px dotted #DB7E5B;
}
.bread_back a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color:#000;
    font-family: MersadSemBd;
}
.bread_back a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #DB7E5B;
    margin: 0 18px 0 0;
}
.bread_back a span svg {
    color:#fff;
    font-size:15px;
}
.bread_back a:hover {
    color:#DB7E5B;
}
.bread_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bread_list a {
    color:#754A51;
}
.bread_list svg {
    color:#DB7E5B;
    font-size:12px;
    margin:0 15px;
    margin-top: -3px;
}
.bread_list a:hover {
    color:#DB7E5B
}
.floor_header {
    margin:50px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bread_title {
    font-family: MersadBlack;
    font-size:27px;
}
.floor_anotation {
    font-family: MersadBlack;
    font-size:18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color:#754A51;
}
.floor_anotation span {
    margin:0 10px 0 0;
}
.floor_anotation span svg {
    width:30px;
    height: 30px;
    fill:#754A51;
    margin-top: -5px;
}
.floor_wrapper {
    
}
.floor {
    border-top: 1px dotted #DB7E5B;
    margin:40px 0 0 0;
    padding:50px 0 100px 0;
}
.house_intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    position: relative;
    pointer-events: none;
}
.house_info_bar {
    width:100%;
    margin: -72px 0 0 0;
}
.house_info_type {
    text-align: right;
    font-family: MersadBlack;
    font-size: 19px;
    margin:-26px 0 0 0;
    color: #754a51;
}
.house_tabs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.house_tabs_title {
    font-family: MersadSemBd;
    color: #754A51;
    font-size: 17px;
    margin:0 12px 0 0;
    padding:2px 0 0 0;
}
.house_tabs_list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.house_tabs_list a {
    width:43px;
    height: 43px;
    border-radius: 8px;
    margin:0 0 0 10px;
    padding:6px 0 0 0;
    border:1px solid #754A51;
    color:#754A51;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MersadBlack;
}
.house_tabs_list a:hover {
    background: #DB7E5B;
    border:1px solid #DB7E5B;
    color:#fff;
}
.house_tabs_list a.active {
    background: #754A51;
    color:#F5EAE8;
}
.overlay {
    position: fixed;
    z-index: 5;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: rgba(245,234,232,0.8);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.overlay.active {
    opacity: 1;
    pointer-events: all;
}
.house_intro_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid transparent;
    padding:0 0 6px 0;
}
.house_intro_item.action {
    pointer-events: all;
}
.house_intro_item.action:hover {
    cursor: pointer;
    border-bottom: 2px solid #DB7E5B;
}
.house_intro_item.action.active {
    cursor: pointer;
    border-bottom: 2px solid #DB7E5B;
    position: static;
    z-index: 5;
}
.house_intro_item_icon {
    width:46px;
}
.house_intro_item_icon svg {
    width:46px;
    height: 46px;
    fill:#DB7E5B;
}
.house_intro_item_info {
    width:calc(100% - 46px);
    padding:0 0 0 15px;
}
.house_intro_item_info_title {
    font-family: MersadSemBd;
    color: #754A51;
    font-size: 17px;
}
.house_intro_item_info_value {
    margin:10px 0 0 0;
    font-family: MersadBlack;
    font-size:20px;
    color:#DB7E5B;
}
.house_intro_item_info_dropdown {
    
}
.house_intro_item_info_dropdown_title {
    margin:10px 0 0 0;
    font-family: MersadBlack;
    font-size:20px;
    color:#DB7E5B;
}
.house_intro_item_info_dropdown_title svg {
    margin:0 0 0 6px;
    color:#754A51;
}
.house_dropdown_btn {
    
}
.house_dropdown_btn.active {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.house_intro_item_info_dropdown_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    bottom:-68px;
    left:0;
    width:100%;
    background: #DB7E5B;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.house_intro_item_info_dropdown_list.active {
    opacity: 1;
    pointer-events: all;
}
.house_intro_item_info_dropdown_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 50px;
    padding:6px 0 0 0;
    color:#F5EAE8;
    text-align: center;
    font-family: MersadBlack;
    border-left: 1px solid #F5EAE8;
    border-right: 1px solid #F5EAE8;
}
.house_intro_item_info_dropdown_list a:first-child {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.house_intro_item_info_dropdown_list a:last-child {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.house_intro_item_info_dropdown_list a.active {
    background: #754A51;
    cursor: default;
}
.house_intro_item_info_dropdown_list a.active:hover {
    background: #754A51;
}
.house_intro_item_info_dropdown_list a.house_hidden {
    background: #CABCAF;
    cursor: default;
}
.house_intro_item_info_dropdown_list a.house_hidden:hover {
    background: #CABCAF;
}
.house_intro_item_info_dropdown_list a:hover {
    background: #A64534;
    color:#F5EAE8;
}
.house_wrapper {

}
.house {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dotted #DB7E5B;
    margin:40px 0 0 0;
    padding:50px 0 100px 0;
}
.house_photo {
    width:calc(50% - 30px);
    line-height: 0;
    background: #CABCAF;
    border-radius: 12px;
    border-radius: 1px solid #DB7E5B;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}
.house_photo img {
    max-width: 80%;
    max-height: 440px;
}
.house_info {
    width:calc(50% - 30px);
    height: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.house_spec {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px dotted #DB7E5B;
    margin:40px 0 0 0;
    padding:40px 0 0 0;
}
.house_spec_item {
    width:calc(100% / 2);
    margin:0 0 20px 0;
    border-left: 1px dotted #DB7E5B;
    padding:0 0 0 40px;
}
.house_spec_item_title {
    font-family: MersadSemBd;
    color: #754A51;
    font-size: 17px;
}
.house_spec_item_value {
    font-family: MersadBlack;
    color: #DB7E5B;
    font-size: 20px;
    margin: 10px 0 0 0;
}
.house_actions {
    width:100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    
}
.house_cost_wrapper {
    width:calc(50% - 40px);
}
.house_cost_title {
    font-family: MersadSemBd;
    color: #754A51;
    font-size: 17px;
}
.house_cost {
    margin:20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.house_cost_label {
    font-family: MersadBlack;
    font-size: 28px;
    color:#754A51;
}
.house_cost_currency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:-7px 0 0 14px;
}
.house_cost_currency_item {
    width:40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:5px 0 0 0;
    font-family: MersadSemBd;
    font-weight: bold;
    background: #CABCAF;
    font-size:16px;
    cursor: pointer;
}
.house_cost_currency_item.active {
    background: #DB7E5B;
    color:#fff;
}
.house_cost_currency_item.button_gel {
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.house_cost_currency_item.button_usd {
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.house_callback {
    display: flex;
    align-items: center;
    justify-content: center;
    height:50px;
    border-radius: 50px;
    padding:2px 30px 0 30px;
    background: #754A51;
    color:#fff;
    font-family: MersadSemBd;
}
.house_callback:hover {
    cursor: pointer;
    background: #DB7E5B;
}
.house_callback svg {
    margin:-4px 12px 0 0;
}
.article_wrapper {
    padding:85px 0 0 0;
}
.article {

}

.article_title {
    font-family: MersadBlack;
    font-size:26px;
    color:#754a51;
    line-height: 39px;
}
.article_text {
    margin:40px 0 0 0;
    line-height: 29px;
    color: #754a51;
    font-size: 19px;
}
.article_text p.middle {
    font-family: MersadSemBd;
}
.article_sketch {
    margin:50px 0 0 0;
    line-height: 0;
}
.footer_wrapper {
    background: #754A51;
    padding:80px 0 65px 0;
}
.footer {
    display: flex;
    justify-content: space-between;
}
.footer_left {
    
}
.end_company {
    
}
.end_company_logo {

}
.end_company_logo img {
    height: 30px;
}
.end_company_menu {
    margin:15px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.end_company_menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:10px 0 11px 0;
    color:#F5EAE8;
/*    font-family: MersadSemBd;*/
}
.end_company_menu a svg {
    margin:0 12px 2px 0;
    color:#DB7E5B;
    font-size:14px;
}
.end_company_contact {
    color:#F5EAE8;
}
.end_company_contact_title {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color:#F5EAE8;
    font-family: MersadBlack;
    font-size: 18px;
    margin:0 0 30px 0;
}
.end_company_contact_item {
    margin:20px 0 0 0;
    color:#F5EAE8;
}
.end_company_contact_item a {
    color:#F5EAE8;
}
.end_company_contact_item svg {
    display: inline-block;
    width:25px;
    margin:0 5px 0 0;
    color:#DB7E5B;
}
.footer_right {

}
.end_company_social {
    display: flex;
    justify-content: flex-end;
}
.end_company_social a {
    display: inline-flex;
    margin:0 0 0 10px;
    align-items: center;
    justify-content: center;
    color:#fff;
    background: #DB7E5B;
    width:40px;
    height: 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size:16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.end_company_social a:hover {
    background: #F5EAE8;
    color:#754A51;
}
.footer_copy {
    margin:110px 0 0 0;
    color:#F5EAE8;
    text-align: right;
    opacity: 0.8;
    font-size:16px;
}
.footer_copy span {
    display: block;
    margin:16px 0 0 0;
}
.touch_wrapper {

}
.touch {
    padding:80px 0;
}
.touch_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 0 40px 0;
    border-bottom: 1px dotted #DB7E5B;
    margin:0 0 44px 0;
}
.touch_item:last-child {
    margin:0px;
    border:none;
    padding: 0px;
}
.touch_map {
    width:calc(50% - 25px);
}
.touch_map iframe {
    width:100%;
    height: 350px;
    border-radius: 8px;
}
.touch_info {
    width:50%;
    width:calc(50% - 25px);
}
.touch_title {
    font-family: MersadBlack;
    font-size: 26px;
    color: #754a51;
}
.touch_details {
    margin:40px 0 0 0;
}
.touch_details div {
    margin:0 0 20px 0;
    color:#754A51;
    font-size: 18px;
}
.touch_details div:last-child {
    margin: 0px;
}
.touch_details div svg {
    color:#DB7E5B;
    width:20px;
    margin:0 10px 0 0;
}

.floor_spec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:-15px 0 0 0;
}
.floor_spec_item {
    width:calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin:0 0 30px 0;
    border-left: 1px dotted #DB7E5B;
    padding:0 0 0 30px;
}
.floor_spec_icon {
    width:46px;
}
.floor_spec_icon svg {
    width:46px;
    height: 46px;
    fill:#DB7E5B;
}
.floor_spec_icon.total_area svg {
    width:40px;
    height: 40px;
    margin:0 0 0 3px;
}
.floor_spec_info {
    width:calc(100% - 46px);
    padding:0 15px 0 15px;
}
.floor_spec_title {
    font-family: MersadSemBd;
    color: #754A51;
    font-size: 17px;
}
.floor_spec_value {
    margin: 10px 0 0 0;
    font-family: MersadBlack;
    font-size: 20px;
    color: #DB7E5B;
}
.floor_spec_value span {
    display: block;
    font-size:17px;
    margin-top: -3px;
}
.floor_spec_contact {
    background: #CABCAF;
    display: flex;
    align-items: center;
    justify-content: center;
    height:50px;
    border-radius: 50px;
    color:#7f6b58;
    margin:0 0 60px 0;
    padding:2px 0 0 0;
    font-family: MersadSemBd;
}
.floor_spec_contact a {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin:2px 0 0 15px;
    color: #754A51;
    font-family: MersadBlack;
}
.floor_spec_contact a svg {
    margin:-1px 6px 0 0;
}

/* RESPONSIVE */

.menu_mob {
    display: none;
}
.mob_header {
    display: none;
}
.hero_photos_mob {
    display: none;
}
.area_mob {
    display: none;
}
.mob_nav {
    display: none;
}
.mob_nav_overlay {
    display: none;
}


.newsletter_wrapper {
    padding:80px 0;
}
.newsletter {
    
}
.newsletter_title {
    font-family: MersadBlack;
    font-size: 26px;
    color: #754a51;
    line-height: 39px;
    text-align: center;
}
.newsletter_desc {
    margin:50px 0 0 0;
    text-align: center;
}
.newsletter_form {
    margin:50px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.newsletter_form input {
    width: 300px;
    height: 50px;
    border-radius: 50px;
    border:1px solid #000;
    outline: none;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 17px;
}
.newsletter_submit {
    margin:20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    border-radius: 50px;
    background: #DB7E5B;
    color: #F5EAE8;
    font-family: MersadBlack;
    cursor: pointer;
}
.newsletter_submit:hover {
    background: #754A51;
}
.newsletter_error {
    text-align: center;
    color: #ff0000;
    margin:20px 0 0 0;
}
.newsletter_terms {
    margin:50px 0 0 0;
}
.newsletter_terms_title {
    font-family: MersadBlack;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.newsletter_terms_text {
    margin:20px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}
.newsletter_buttons {
    margin:50px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsletter_buttons a {
    margin:0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    border-radius: 50px;
    background: #DB7E5B;
    color: #F5EAE8;
    font-family: MersadBlack;
    cursor: pointer;
}
.newsletter_buttons a:last-child {
    background: #fff;
    border:1px solid #DB7E5B;
    color: #DB7E5B;
}
.newsletter_result {
    margin:50px 0 0 0;
    text-align: center;
    font-size: 21px;
}
.newsletter_result_icon {
    font-size: 100px;
}
.newsletter_result_icon.success {
    color: #29a100;
}
.newsletter_result_icon.cancel {
    color: #DB7E5B;
}
.newsletter_result_title {
    margin:20px 0 0 0;
    font-family: MersadBlack;
}
.newsletter_result_desc {
    margin:20px 0 0 0;
}

.subscribe_wrapper {
    padding:30px 0;
}
.subscribe {

}
.subscribe_title {
    font-family: MersadBlack;
    font-size: 16px;
    line-height: 24px;
    color: #754a51;
}
.subscribe_desc {
    margin:20px 0 0 0;
    font-size: 14px;
    line-height: 20px;
}
.subscribe_button {
    margin:20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 12px;
    background: #DB7E5B;
    font-family: MersadBlack;
    color: #fff;
    border:2px solid #fff;
}
.subscribe_button svg {
    margin:0 12px 0 0;
}
.subscribed_button {
    margin:20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 12px;
    background: #3FA65A;
    font-family: MersadBlack;
    color: #fff;
    border:2px solid #fff;
}
.subscribed_button svg {
    margin:0 12px 0 0;
}
.subscribe_addon {
    margin:30px 0 0 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #666;
}
.subscribe_addon span {
    display: block;
    margin:10px 0 0 0;
}
.subscribe_addon a {
    color: #754a51;
    font-weight: bold;
}
.news_wrapper {
    padding:85px 0;
}
.news {

}
.news_title {
    font-family: MersadBlack;
    font-size: 26px;
    color: #754a51;
    line-height: 39px;
}
.news_desc {
    margin: 40px 0 0 0;
    line-height: 29px;
    color: #754a51;
    font-size: 19px;
}
.news_photo {
    margin:50px 0 0 0;
}
.news_photo img {
    border-radius: 12px;
    max-width: 100%;
    width: 100%;
}

/*LANG*/
.lang_mob {
    margin:0 20px 0 0;
}
.lang_mob .lang-toggle span {
    margin:0 10px 0 0;
}
.lang-dropdown {
  position: relative;
  display: inline-block;
}
.lang-toggle {
  margin:0;
  padding:0;
  border:none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #754A51;
  font-weight: 700;
  font-size: 16px;
  background: none;
}
.lang-toggle:hover span {
    color: #DB7E5B;
}
.lang-toggle span {
    color: #754A51;
    margin:0 10px 0 30px;
}
.arrow-icon {
    margin-top: -1px;
  transition: transform 0.3s ease;
  font-size: 14px;
  color: #DB7E5B;
}
.rotate {
  transform: rotate(180deg);
   margin-top: 2px;
}
.lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 80px;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: none;
  z-index: 1000;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  color: #754A51;
}
.lang-menu li {
  padding: 8px 0;
  cursor: pointer;
}
.lang-menu li:hover {
  background: #F5EAE8;
}
/*END OF LANG*/

@media only screen and (max-width : 1270px) { 
    .gallery_arrows {
        width:100%;
        left: 0;
        padding:0 20px;
    }
}

@media only screen and (max-width : 1240px) { 
    .render_anotation {
        padding:0 20px;
    }
}



@media only screen and (max-width : 1100px) { 

    .floor_spec_item {
        width:50%;
    }
    .about_split {
        display: block;
    }
    .about_info  {
        width:100%;
    }
    .about_spec {
        width:100%;
        margin:30px 0 0 0;
    }
    .about_spec_item {
        width:calc(100% / 3);
    }
    .quality_wrapper {
        padding-bottom: 50px;
    }
    .quality_list_item {
        width:calc(50% - 20px);
        margin:0 0 50px 0;
    }
    .quality_list_item_title {
        text-align: center;
        line-height: 30px;
        height: 60px;
    }
    .area_mob {
        display: block;
        margin:30px 0 0 0;
    }
    .area_web {
        display: none;
    }
    .house_intro {
        justify-content: center;
    }
    .house_intro.in_floor {
        justify-content: space-between;
    }
    .house_intro_item  {
        margin:0 30px;
    }
    .house_intro_item.in_floor {
        margin:0px;
    }
    .area_mob_title {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: MersadBlack;
        font-size: 20px;
        color:#754A51;
    }
    .area_mob_title span {
        width:100%;
        border-top: 1px dotted #DB7E5B;
    }
    .area_mob_title div {
        margin:0 20px;
    }
    .area_mob_list {
        margin:35px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .area_mob_list_item {
        width:calc(100% / 3);
    }
    .area_mob_list_item_title {
        text-align: center;
        font-family: MersadSemBd;
        color: #754A51;
        font-size: 17px;
    }
    .area_mob_list_item_value {
        margin:14px 0 0 0;
        text-align: center;
        font-family: MersadBlack;
        font-size: 20px;
        color: #DB7E5B;
    }
    .house_spec_item {
        padding-left: 0px;
        border-left: none;
    }
    .house_cost_wrapper {
        width: auto;
    }

}


@media only screen and (max-width : 1000px) {

    .mob_nav_overlay {
        display: block;
        width:100%;
        height:100vh;
        position: fixed;
        top:0;
        left:0;
        background: rgba(245,234,232,0.9);
        z-index: 2;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .mob_nav_overlay.active {
        opacity: 1;
        pointer-events: all;
    }
    .mob_nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        top:120px;
        left:0;
        width:100%;
        z-index: 3;
        background: #754A51;
        padding:30px 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .mob_nav.active {
        opacity: 1;
        pointer-events: all;
    }
    .mob_nav a {
        margin:15px 0;
        font-family: MersadBlack;
        font-size: 20px;
        color:#F5EAE8;
    }
    .mob_nav a.mob_nav_choose {
        display: flex;
        align-items: center;
        justify-content: center;
        height:50px;
        border-radius: 50px;
        padding:0 40px;
        background: #DB7E5B;
    }

    .menu {
        display: none;
    }
    .menu_mob {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .menu_mob_btn_choose {
        display: flex;
        align-items: center;
        justify-content: center;
        padding:4px 20px 0 20px;
        height: 45px;
        border-radius: 8px;
        border:1px solid #DB7E5B;
        margin:0 18px 0 0;
        font-family: MersadSemBd;
        color:#754A51;
    }
    .menu_mob_btn_choose span {
        margin:0 0 0 12px;
        color:#DB7E5B;
    }
    .menu_mob_btn_choose:hover {
        background: #754A51;
        color:#F5EAE8;
        border:1px solid #754A51;
    }
    .menu_mob_btn_open {
        display: flex;
        align-items: center;
        justify-content: center;
        width:45px;
        height: 45px;
        border-radius: 8px;
        background: #DB7E5B;
    }
    .menu_mob_btn_open:hover {
        background: #754A51;
    }
    .menu_mob_btn_open svg {
        fill:#fff;
        width:23px;
        height: 23px;
    }
    .menu_mob_btn_close {
        display: none;
        align-items: center;
        justify-content: center;
        width:45px;
        height: 45px;
        border-radius: 8px;
        background: #754A51;
    }
    .menu_mob_btn_close.active {
        display: flex;
    }
    .menu_mob_btn_close svg {
        fill:#fff;
        width:28px;
        height: 28px;
    }
    .footer {
        flex-wrap: wrap;
    }
    .footer_left {
        width:100%;
    }
    .end_company_contact {
        width:50%;
    }
    .end_company_menu {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px dotted #DB7E5B;
        padding:0 0 20px 0;
        margin:40px 0;
    }
    .end_company_menu a {
        width:25%;
        justify-content: flex-start;
    }
    .footer_right {
        border-top: 1px dotted #DB7E5B;
        padding: 30px 0 0 0;
        margin: 35px 0 0 0;
        width:100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .end_company_social {
        order: 2;
        width:50%;
        justify-content: flex-start;
    }
    .end_company_social a {
        margin:0 10px 0 0;
    }
    .footer_copy  {
        order: 1;
        margin:0px;
        width:50%;
        text-align: left;
    }
    .footer_copy span {
        margin:5px 0 0;
        font-size:14px;
        opacity: 0.7;
    }
    .faq_wrapper {
        padding: 0 30px 0 0;
    }
    .contact_wrapper {
        padding:0 0 0 20px;
    }
}


@media only screen and (max-width : 900px) {
    .hero {
        display: block;
        height: auto;
        padding:40px 0;
    }
    .hero_title {
        margin:0px;
    }
    .hero_photos {
        position: static;
        justify-content: space-between;
    }
    .hero_info {
        height: auto;
    }
    .hero_buttons  {
        position: static;
        margin:25px 0 0 0;
    }
    .hero_photos {
        display: none;
    }
    .hero_photos_mob {
        margin:50px 0 0 0;
        display: block;
        width:100%;
        line-height: 0px;
    }
    .welcome_wrapper {
        padding:60px 0;
    }
    .welcome {
        display: block;
    }
    .welcome div {
        width:100%;
        border:none;
    }
    .welcome div.highlight {
        border:none;
        padding:0px;
        margin:30px 0 0 0;
    }
    .house_actions {
        display: block;
    }
    .house_cost_wrapper:last-child {
        margin:30px 0 0 0;
    }
    .house_spec {
        display: block;
    }
    .house_spec_item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:0px;
        margin:0 0 6px 0;
    }
    .house {
        align-items: flex-start;
    }
    .house_info {
        height: auto;
        width: calc(50% - 20px);
    }
    .house_photo {
        width: calc(50% - 20px);
        height: 595px;
    }
    
}


@media only screen and (max-width : 800px) {
    .floor_spec_contact {
        height: auto;
        padding:18px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 8px;
    }
    .floor_spec_contact a {
        margin:14px 0 0 0;
    }

    .promo {
        display: block;
    }
    .faq_wrapper {
        width:100%;
        padding:0px;
        border:none;
    }
    .contact_wrapper {
        width:calc(100% + 40px);
        padding:0px;
        padding:70px 20px;
        margin:70px -20px 0 -20px;
        border-top: 1px solid #ADADAD;
    }
    .promo_wrapper {
        padding:0px;
    }
    .contact_social {
        margin-bottom: 40px;
    }
    .about_spec {
        margin:40px 0 0 0;
    }
    .about_spec_item {
        width:50%;
    }
    .gallery {
        margin:0 -20px;
    }

}

@media only screen and (max-width : 680px) {

    .lang_mob .lang-toggle span {
        margin:0 5px 0 0;
    }
    .lang-toggle {
        font-size: 15px;
        font-weight: 800;
    }
    .lang-menu {
        width: 68px;
    }

    .footer_wrapper {
        padding:50px 0 36px 0;
    }
    .footer {
        display: block;
    }
    .end_company_menu {
        padding:0px;
        margin: 15px 0 0 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        border:none;
    }
    .end_company_menu a {
        width: auto;
        margin:8px 0;
        font-size:15px;
    }
    .end_company_menu a svg {
        font-size:14px;
        margin:0 15px 0 3px;
    }
    .end_company_logo img {
        height: 20px;
    }
    .end_company_contact {
        border-top: 1px dotted #DB7E5B;
        width:100%;
        margin:20px 0 0 0;
        padding:20px 0 0 0;
    }
    .end_company_contact_item {
        font-size:15px;
        margin:13px 0 0 0;
    }
    .end_company_contact_item:first-child {
        margin:0px;
    }
    .end_company_contact_item svg {
        width:15px;
        height: 15px;
        margin:0 8px 0 0;
    }
    .end_company_contact_title {
        font-size:16px;
        margin:0 0 18px 0;
    }
    .end_company_contact.second {
       
    }
    .end_company_social {
        width: auto;
    }
    .end_company_social a {
        width:34px;
        height: 34px;
        margin:0 0 0 6px;
        font-size:13px;
    }
    .footer_right {
        border-top: 1px dotted #DB7E5B;
        margin:22px 0 0 0;
        padding:20px 0 0 0;
    }
    .footer_copy {
        width: auto;
        padding:4px 0 0 0;
        font-size:14px;
        text-align: left;
    }
    .footer_copy span {
        margin:2px 0 0 0;
        font-size:11px;
    }
    .header {
        height: 75px;
        margin:45px 0 0 0;
    }
    .mob_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top:0;
        left:0;
        width:100%;
        height: 45px;
        z-index: 4;
        padding:0 20px;
        background: #CABCAF;
    }
    .mob_header_phone {
        font-size:15px;
        font-family: MersadSemBd;
        color:#754A51;
        display: flex;
        align-items: center;
        justify-content: center;
        padding:5px 0 0 0;
    }
    .mob_header_phone svg {
        margin:-4px 10px 0 0;
            }
    .mob_header_choose {
        font-family: MersadBlack;
        color:#A64534;
        font-size:15px;
        padding:3px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mob_header_choose svg {
        margin:2px 0 0 10px;
    }
    .menu_mob_btn_choose {
        display: none;
    }
    .menu_mob_btn_open {
        width:40px;
        height: 40px;
    }
    .menu_mob_btn_open svg {
        width:22px;
        height: 22px;
    }
    .menu_mob_btn_close {
        width:40px;
        height: 40px;
    }
    .menu_mob_btn_close svg {
        width:26px;
        height: 26px;
    }
    .logo img {
        height: 22px;
    }
    .hero {
        padding:30px 0 26px 0;
    }
    .hero_title {
        font-size:22px;
        line-height: 33px;
    }
    .hero_buttons a {
        font-size:15px;
    }
    .hero_buttons a span {
        width:30px;
        height: 30px;
        margin:-2px 14px 0 0;
    }
    .hero_buttons a span svg {
        width:16px;
        height: 16px;
    }
    .hero_photos_mob {
        margin:30px 0 0 0;
    }
    .welcome_wrapper {
        padding:50px 0;
    }
    .welcome div {
        font-size:17px;
        line-height: 25.5px;
    }
    .welcome div.highlight {
        font-size:17px;
        line-height: 25.5px;
    }
    .about_wrapper {
        padding:50px 0;
    }
    .about_title {
        font-size:20px;
        margin:0 0 40px 0;
    }
    .about_info {
        font-size:17px;
        line-height: 25.5px;
    }
    .about_spec_item {
        width:50%;
    }
    .about_spec_item_title {
        margin:3px 0 0 0;
        font-size:16px;
        line-height: 24px;
    }
    .about_spec_item_desc {
        font-size:20px;
    }
    .about_photo {
        margin:0px;
    }
    .sep_title div {
        font-size:21px;
        padding:0 20px;
    }
    .quality_list {
        margin:50px 0 0 0;
    }
    .quality_list_item {
        width:100%;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin:0 0 35px 0;
    }
    .quality_list_item:last-child {
        margin:0px;
    }
    .quality_list_item_title {
        text-align: left;
        margin:0px;
        height: auto;
        font-size:16px;
        line-height: 24px;
    }
    .quality_list_item_icon svg {
        width:50px;
        height: 50px;
        margin:2px 20px 0 0;
    }
    
    .gallery_item {
        margin:0 5px;
    }
    .gallery_arrows {
        padding:0 17px;
    }
    .gallery_wrapper {
        padding:14px 0 50px 0;
    }
    .gallery_arrow {
        width:45px;
        height: 45px;
    }
    .accordion-faq .link {
        font-size:16px !important;
        line-height: 24px !important;
        padding:18px 0 !important;
    }
    .accordion-faq li svg {
        font-size:15px !important;
        margin-right: 12px !important;
    }
    .submenu {
        font-size:15px !important;
        line-height: 22.5px !important;
    }
    .contact_wrapper {
        padding: 55px 20px 70px 20px;
        margin: 40px -20px 0 -20px;
        border-top: 1px dotted #DB7E5B;
    }
    .contact_caption {
        font-size:17px;
    }
    .contact_phone {
        font-size:16px;
    }
    .request_call span {
        font-size:14px;
    }
    .article_wrapper {
        padding:40px 0 0 0;
    }
    .article_title {
        font-size:20px;
        line-height: 30px;
    }
    .article_text {
        margin:30px 0 0 0;
        font-size: 17px;
        line-height: 25.5px;
    }
    .news_wrapper {
        padding:40px 0;
    }
    .news_title {
        font-size:20px;
        line-height: 30px;
    }
    .news_desc {
        margin:30px 0 0 0;
        font-size: 17px;
        line-height: 25.5px;
    }
    .news_photo {
        margin:30px 0 0 0;
    }
    .render_anotation {
        display: none;
    }
    .popup {
        display: none !important;
    }
    .bread_wrapper {
        margin:22px 0 0 0;
    }
    .bread {
        display: block;
        padding:0 0 15px 0;
        border-bottom: 1px dotted #DB7E5B;
    }
    .bread_back {
        margin:0px;
        padding:0px;
        border:none;
        font-size:15px;
    }
    .bread_back a span {
        width:25px;
        height: 25px;
        margin:0 12px 0 0;
        font-size:12px;
    }
    .bread_list {
        margin:14px 0 0 0;
        display: none;
        font-size: 14px;
        line-height: 21px;
    }
    .bread_list svg {
        margin:0 4px;
        font-size:10px;
    }
    .house_intro_item_info {
        padding:0 0 0 6px;
    }
    .house_intro_item_info_title {
        font-size:14px;
    }
    .house_intro_item_icon svg {
        width:38px;
        height: 38px;
        margin:1px 0 0 0;
    }
    .house_intro_item_info_dropdown_title {
        margin:5px 0 0 0;
        font-size:17px;
    }
    .floor_header {
        margin:20px 0 0 0;
    }
    .floor {
        border-top: 1px dotted #DB7E5B;
        margin: 10px 0 0 0;
        padding: 26px 0 70px 0;
    }
    .house_tabs_title {
        display: none;
    }
    .house_tabs_list a {
        width:35px;
        height: 35px;
        margin:0 0 0 8px;
        font-size:15px;
        padding:5px 0 0 0;

    }

    .house_intro_item_info_dropdown_list.floor_list {
        flex-wrap: wrap;
        bottom:-85px;
        justify-content: flex-start;
    }
    .house_intro_item_info_dropdown_list.floor_list a {
        flex-wrap: wrap;
        width:calc(100% / 6);
        height: 38px;
        font-size:15px;
        border:none;
        border-right:1px solid #F5EAE8;
        border-bottom:1px solid #F5EAE8;
    }
    .house_intro_item_info_dropdown_list.floor_list a:first-child {
        webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .house_intro_item_info_dropdown_list.floor_list a:last-child {
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .house_intro {
        justify-content: space-between;
    }
    .house_intro_item {
        margin:0px;
    }
    .area_mob {
        margin:0 0 0 0;
    }
    .area_mob_title div {
        font-size: 17px;
        margin:0 15px;
    }
    .area_mob_list {
        margin:20px 0 0 0;
        display: block;
    }
    .area_mob_list_item {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin:14px 0;
    }
    .area_mob_list_item_title {
        font-size:14px;
        text-align: left;
    }
    .area_mob_list_item_title span {
        font-family: MersadBlack;
        font-size:15px;
    }
    .area_mob_list_item_value {
        margin:0 0 0 0;
        font-size: 16px;
        text-align: left;
    }
    .house {
        display: block;
        margin:30px 0 0 0;
        padding:0px;
        border:none;
    }
    .house_photo {
        width: 100%;
        height: 270px;
    }
    .house_photo img {
        max-width: 70%;
        max-height: 200px;
    }
    .house_info {
        width: 100%;
    }
    .house_actions {
        display: flex;
        justify-content: space-between;
        margin-top: -5px;
    }
    .house_cost_wrapper {
        
    }
    .house_cost_title {
        font-size:15px;
        line-height: 22.5px;
    }
    .house_cost {
        margin:12px 0 0 0;
    }
    .house_cost_label {
        font-size:19px;
    }
    .house_cost_currency_item {
        width:30px;
        height: 25px;
        font-size:14px;
        padding:4px 0 0 0;
    }
    .house_cost_currency {
        margin-left: 8px;
    }
    .house_spec {
        margin:25px 0 35px 0;
        padding:18px 0 0 0;
    }
    .house_spec_item {
        margin:5px 0;
    }
    .house_spec_item_title {
        font-size:14px;
    }
    .house_spec_item_value {
        font-size:16px;
    }
    .mob_nav a {
        font-size:17px;
    }
    .touch {
        padding:0px;
    }
    .touch_item {
        display: block;
    }
    .touch_map {
        margin-left: -20px;
        width:calc(100% + 40px);
    }
    .touch_map.sales_office {
        margin-top:35px;
    }
    .touch_map iframe {
        height: 190px;
    }
    .touch_info {
        width:100%;
        padding:26px 0 0 0;
    }
    .touch_item {
        padding:0 0 28px 0;
        margin:0 0 0 0;
    }
    .touch_title {
        font-size:17px;
    }
    .touch_details {
        margin:24px 0 0 0;
    }
    .touch_details div {
        font-size: 15px;
        margin:0 0 12px 0;
    }
    .house_info_type {
        font-size:14px;
        line-height: 22.5px;
        margin:5px 0 0 0;
        width:128px;
        float:right;
    }
    .house_info_type.office {
        width:66px;
    }
    .floor_spec {
        margin:-10px 0 0 0;
    }
    .floor_spec_item {
        width:100%;
        padding:0px;
        border:none;
        margin:3px 0;
    }
    .floor_spec_icon {
        width:35px;
    }
    .floor_spec_icon svg {
        width:32px;
        height: 32px;
    }
    .floor_spec_icon.total_area svg {
        width:26px;
        height: 26px;
        margin:0 0 0 2px;
    }
    .floor_spec_info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width:calc(100% - 35px);
        padding:0 0 0 15px;
    }
    .floor_spec_title {
        font-family: MersadSemBd;
        color: #754A51;
        font-size: 14px;
    }
    .floor_spec_title span {
        font-family: MersadBlack;
    }
    .floor_spec_value {
        font-family: MersadBlack;
        color: #DB7E5B;
        font-size: 14px;
        margin:0px;
    }
    .floor_spec_contact {
        margin:15px 0 40px 0;
        text-align: center;
        font-size: 14px;
        line-height: 21px;
    }
    .floor_spec_contact a {
        font-size: 16px;
    }
    .floor_spec_value span {
        margin:0px;
    }

}