@font-face {
    font-family:Roboto-Regular;
    src : url("../font/Roboto-Regular.ttf");
}
@font-face {
    font-family:Roboto-Black;
    src : url("../font/Roboto-Black.ttf");
}
@font-face {
    font-family:Roboto-Light;
    src : url("../font/Roboto-Light.ttf");
}
@font-face {
    font-family: Roboto-Bold;
    src : url("../font/Roboto-Bold.ttf");
}
@font-face {
    font-family: pragmat;
    src : url("../font/pragmat.ttf");
}
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
body{
    background: #000000;
    color:#212121;
    font-family:Roboto-Regular,sans-serif;
    font-size: 16px;
    word-wrap: break-word;
    height: 100vh;
}
body#global_font_hy-AM{
    font-family:pragmat,sans-serif !important;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 22px;
    font-family: Roboto-Bold,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color:#ffffff;
}


a,  :after, :before {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
p{  line-height: 1.4;  }
ul{  list-style: none;  }
.pull2, .pull{
    display: none;
    position: relative;
}
.wrapper{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/*--  start  left_content   --*/
.page_109 .plans, .page_109 .overlay-one, .page_109 .overlay-two,
.apartment_overlay1, .page_105 .content, #basic-details dd,
.wrapper, .page_101 .content, .floor_layout, .right_layout, .slider_parent, .owl-stage,
.top_content,.middle_content .overlay1 span, .menu_floor li a{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.wrapper, .right_layout, #basic-details dd{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.slider_parent, .page_105 .content{
    -webkit-justify-content: center;
    justify-content: center;
}
.owl-stage, .page_109 .plans, .page_109 .overlay-one, .page_109 .overlay-two{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.page_105 .content,
.middle_content .overlay1 span, .menu_floor li a, .right_layout{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*flex-direction: column;*/
    /*-webkit-flex-direction: column;*/
}
.pp{
    flex-direction: column;
    -webkit-flex-direction: column;
}



/*--  start home_page  --*/
.wrapper:before,
.wrapper:after{
    content: '';
    position: absolute;
    height: 100%;
}



.wrapper:before,
.page_101 .wrapper:before{
    width: 81%;
    left:0;
    background: #2a2a2a;
    /*background: url(../img/bg.jpg) top/cover no-repeat;*/
    /*opacity: 0.88;*/
    z-index: -1;
}
.page_101 .wrapper:before{
    background: none;
    background-color: rgba(0,0,0,0.3);
}
.wrapper:before{
    opacity: 1;
}




.wrapper:after,
.page_101 .wrapper:after{
    width: 34%;
    bottom: 0;
    right:0;
    z-index: 22;
    background: url(../img/leaves.png) right bottom/65% no-repeat;
    pointer-events: none;
}
/*.page_105 .wrapper:after {*/
/*    width: 40%;*/
/*    background: url(../img/leaves.png) right bottom/100% no-repeat;*/
/*}*/






.page_101 .content{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content{
    -webkit-flex: 9; /* Safari 6.1+ */
    -ms-flex: 9; /* IE 10 */
    flex: 9;
    overflow: hidden;
}

.blog-featured{
    width: 100%;
}
.content h2{
    line-height: 3.11;
    width: 100%;
    text-align: center;
    font-size: 50px;
    text-shadow: -1px 2px 3px rgba(0,0,0,0.24);
}
.page_108  .content h2{
        line-height: 1.11;
}
.page_110 .content h2{
    line-height: 1.11;
}
.page_101 .content p {
    text-align:center;
    color:#ffffff;
    font-size:35px;
    font-family: 'Courgette', cursive;
    padding:0 5px;
    color:#FBAF0D;
}



#global_font_hy-AM .content p{
        font-family: pragmat,sans-serif;
        font-style:italic;
        
}
.page_101 .content h2 span{
    /*max-width: 416px;*/
}
.content h2 span{
    position: relative;
    padding-right: 30px;
    text-align: right;
    display: inline-block;
}
.content h2 span:after{
    content:'';
    position: absolute;
    right:0;
    top:0;
    width: 12px;
    height:100%;
    background: url(../img/icon1.png) center/89% no-repeat;
}
.lang_en-GB .content h2 span:after{
    /*width: 8px;*/
    /*background: url(../img/icon1.png) center/82% 91% no-repeat;*/
}

.logo{
    display: block;
    padding-top: 30px;
    margin-bottom: 13%;
}
.logo img{
    max-width: 100%;
    -ms-transform: translateX(-9%) ;
    -webkit-transform: translateX(-9%) ;
    transform: translateX(-9%) ;
}
.right_menu{
    position: relative;
    padding-right: 24px;
    background: #ffffff;
    -webkit-flex: 2; /* Safari 6.1+ */
    -ms-flex: 2; /* IE 10 */
    flex: 2;

    z-index: 6;
    box-shadow: -4px 0 30px 1px rgba(0,0,0,0.38);

}

.right_menu{
    text-align: right;
    padding-top: 10px;
}
.mod-languages {
    position:relative;
}
div.mod-languages ul{
    position: absolute;
    top: 0;
    right: 0;
}

.othLink{
    margin:50px 0px 0px 0px;
}
.othLink img{
       width: 50%;
    margin-bottom: 15px;
}

.menu_main>ul{
   text-align: right;
    padding: 0;
    border-right: 6px solid #e0e0e0;
}
.menu_main>ul>li>a{
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    color: #212121;
    padding:2px 20px 1px 0;
    position: relative;
}
.menu_main>ul>li>a:after{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    right:-12px;
    top:8px;
    background: #4a954a;
    border-radius: 50%;
    opacity: 0;
    z-index: 0;
}
.menu_main>ul>li.active>a,
.menu_main>ul>li:hover>a:after,
.menu_main>ul>li.active>a:after{
    color:#4a954a;
    opacity: 1;
}
footer{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 27px 23px;
}
footer p{
    text-align: left;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.3;
    line-height: 1.8;
}
footer span{
    display: block;

}
/*--  end home_page  --*/



/*--  start page_2  --*/
.top_content{
    position: relative;
    z-index:5;
    width: 100%;
    /*padding:45px 99px 39px;*/
    padding: 12px 99px 14px;
}
.content .top_content ul{
  position: absolute;
    top:26px;
    left:30px;
    color: #ffffff;
    text-transform: uppercase;
}
.content .top_content ul>li>a,
.content .top_content ul>li>span{
    font-size: 18px;
    letter-spacing: 1px;
}
.content .top_content ul>li:hover>a,
.content .top_content ul>li.active>span{
    color:#4d974d;
}
.content .top_content h2{
    font-size: 35px;
    width: 100%;
}
.content .top_content h2 span{
    padding-right: 10px;
}
.content .top_content h2 span:after{
    content: normal;
}
.right_layout h5 b,
.content .top_content h2 b{
    color:#fbaf0d;
    font-weight: 100;
}
.middle_content{
    position: relative;
    z-index: 3;
    top:60px;
}

.middle_content>img{
    max-width: 100%;
    /*-ms-transform: translate(-9%, 6%);*/
    /*-webkit-transform: translate(-9%, 6%) ;*/
    /*transform: translate(-9%, 6%);*/
}
.middle_content .overlay1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    -webkit-transform:rotateZ(29deg);
    transform:rotateZ(29deg);
}
.middle_content .overlay1 a{
    position: absolute;

     width: 250px;
    height: 250px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255,127,0, 0.54);
    padding: 25px;
    -webkit-transform: rotateZ(-29deg);
    transform: rotateZ(-29deg);
    opacity: 0;
}
.middle_content .overlay1 a.apart {
    opacity: 1;
    padding: 0;
    left: 11%;
    top: 78%;
    overflow: hidden;
    cursor: auto;
}
.middle_content .overlay1 a.apart img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.middle_content .overlay1 span{
    font-family: Roboto-Bold,sans-serif;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,129,3, 0.6);
    color:#ffffff;
    text-transform: uppercase;
    font-size: 28px;
    text-shadow: -1px 2px 3px rgba(0,0,0,0.24);
}


.cardinal{
    position: absolute;
    color: #fff;
    font-size: 26px;
}
.cardinal:nth-of-type(1){
    top: 7%;
    right: 25%;
}
.cardinal:nth-of-type(2){
    right: 7%;
    bottom: 28%;
}
.cardinal:nth-of-type(3){
    bottom: 30%;
    left: 25%;
}
.cardinal:nth-of-type(4){
    top: 7%;
    left: 20%;
}

.middle_content .overlay1 a:nth-of-type(1){
    left: 57%;
    top: 4%;
}
.middle_content .overlay1 a:nth-of-type(2){
    left: 39%;
    top: 18%;
}
.middle_content .overlay1 a:nth-of-type(3){
    left: 23%;
    top: 31%;
}
.middle_content .overlay1 a:nth-of-type(4){
    left: 8%;
    top: 42%;
}

.middle_content .overlay1 a:hover{
    opacity: 1;
}
/*--  end page_2  --*/



.menu_floor li:nth-of-type(1){
     position: relative;
    top: 155px;
}


.menu_floor li:nth-of-type(2){
     position: relative;
    top: 180px;
}

.menu_floor li:nth-of-type(3){
     position: relative;
    top: 185px;
}


.menu_floor li:nth-of-type(4){
     position: relative;
    top: 210px;
}



/*--  end page_3  --*/

.buildings_floor{
    position: relative;
    height: 67vh;
    overflow: hidden;
    text-align:center;
}
.buildings_floor img{

}
.menu_floor{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 100%;
}
.menu_floor li{
    /*opacity: 0;*/
    /*position: relative;*/
    width: 100%;
    margin-top: 1%;
    height: 85px;
}
.menu_floor li:first-of-type{
   
}
.menu_floor li a:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 43px 0 43px 32px;
    border-color: transparent transparent transparent #fbaf0d;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 50%;
    -ms-transform: translatey(-50%); /* IE 9 */
    -webkit-transform: translatey(-50%); /* Safari */
    transform: translatey(-50%);
}
.menu_floor li a{
    opacity: 0;
    font-family: Roboto-Bold,sans-serif;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 29px;
    padding-left: 58px;
    position: relative;
    background: rgba(74,149,74, 0.7);

}
.menu_floor li:hover a{
    opacity: 1;
}

.floor_layout{
    height: 20vh;
}
.left_circle{
    /*width: 40%;*/
    -webkit-flex: 2; /* Safari 6.1+ */
    -ms-flex: 2; /* IE 10 */
    flex: 2;
    position: absolute;
    top: 80px;
    right: 97px;
}
.left_circle .apart{
   color:#FBAF0D;
    font-size: 25px;
    display: inline-block;
    margin-left: 20px;
    border-radius: 50%;
    position: relative;
    -ms-transform: translatey(-25%); /* IE 9 */
    -webkit-transform: translatey(-25%); /* Safari */
    transform: translatey(-25%);
}
.left_circle .apart:hover{
    color:#fbaf0d;
}
.left_circle .apart img{
    max-width: 100%;
    

}
.right_layout{
    /*width: 60%;*/
    -webkit-flex: 8; /* Safari 6.1+ */
    -ms-flex: 8; /* IE 10 */
    flex: 8;
}
.right_layout h5{
    text-align: right;
    /*width: 30%;*/
    -webkit-flex: 3; /* Safari 6.1+ */
    -ms-flex: 3; /* IE 10 */
    flex: 3;

    max-width: 286px;
    font-size: 30px;
}
.right_layout h5 span{
    margin-top: 22px;
    display: block;
    font-size: 17px;
    opacity: 0.7;
    font-family:Roboto-Regular,sans-serif;
}
.right_layout div.img{
    width: 35%;
    padding: 0 55px 0 38px;
}
.right_layout div img{
    max-width: 30%;
}
/*--  end page_3  --*/


/*--  start page_4  --*/
.slider_parent{
    margin-top: 100px;
    height:70vh;

}
.slider_parent>div{
    width: 43%;
    padding-bottom:68px;

}
.right_slider h3{
    text-align: center;
    margin-bottom: 6px;
}

.page_112 .sigplus-center{
    margin-bottom: 20px;
}

.page_110 .sigplus-gallery ul{
    height: 65vh;
    overflow-y: scroll;
}

.left_layout{
    padding-right: 40px;
    text-align: right;
}
.left_layout img{
    cursor: pointer;
}
.right_slider img,
.left_layout img{
    max-width: 100%;
    display:block;
    color:#ffffff;
}
.right_slider p{
   overflow:hidden;
   color:#ffffff;
   font-family:pragmat,sans-serif;
   font-size: 14px;
   width: 48%;
    display: inline-block;
    padding:0 2px 0 1%;
}
.right_slider p strong{
    float:right;
    font-weight:normal;
    
}

.right_slider .slideplus-container{
    border:3px solid #ffffff;
}
.big_img{
    border:3px solid #ffffff;
}
.big_img img{
    display: block;
}
.small_img_parent{
    margin-top: 23px;
    overflow: hidden;
}
.small_img_parent .small_img_each{
    /*width: 31%;*/
    height: 100%;
    max-height: 144px;
    border:3px solid #ffffff;
}
.small_img_parent .small_img_each img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.right_slider h5{
    text-align: right;
    margin-top: 10px;
    font-size: 30px;
}
.right_slider h5 b{
    color: #fbaf0d;
    font-weight: 100;
}
.right_slider>div>p{
    color:#ffffff;
    text-transform:uppercase;
    margin-bottom: 9px;
    text-align: right;
    font-size: 18px;
    /*opacity: 0.7;*/
    /*font-family: Roboto-Regular,sans-serif;*/
    width:100%;
    padding:0;
}
.right_slider>div>p strong{
    float:none;
}
/*--  end page_4  --*/

.homes, .floors, .apartments, .apartment{
    display: none;
}
/*--  start page_5  --*/
.apartments .middle_content1{
    width: 800px;
    max-width: 85%;
    text-align: center;
    margin: 0 auto;
}
.apartments .top_content {
    padding: 0px 99px 3px;
}
.apartments .middle_content1 .img{
    /*height: 600px;*/
    /*overflow: hidden;*/
    position: relative;
}
.apartments .middle_content1 img{
    max-width: 85%;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    /*max-height:524px;*/
    object-fit: contain;
}
.your_apartment{
    text-align: center;
    margin-top: 18px;
}
.your_apartment h5 span{
    display: block;
    font-size: 17px;
    opacity: 0.7;
    font-family: Roboto-Regular,sans-serif;
}
.your_apartment h5 b{
    color: #fbaf0d;
    font-weight: 100;
}
.apartment_overlay1{
    position: absolute;
    width: 1000px;
    max-width: 85%;
    left:50%;
    top:0;
    height: 100%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.apartment_overlay1 a{
    display: block;
}
.apartment_overlay1 a:nth-of-type(1){
width: 39%;
    position: absolute;
    right: 42px;
    top: 0;
    height: 37%;

}
.apartment_overlay1 a:nth-of-type(2){
    width: 34%;
    position: absolute;
    right: 50px;
    top: 267px;
    height: 37%;
}
.apartment_overlay1 a:nth-of-type(3){
    width: 36%;
    position: absolute;
    left: 50px;
    top: 272px;
    height: 36%;
}

.apartment_overlay1 a:nth-of-type(4){
    width: 36%;
    position: absolute;
    left: 48px;
    top: -5px;
    height: 37%;
}






  .apartment_overlay1.floor_2 a:nth-of-type(1){
    width: 41%;
    position: absolute;
    right: 11px;
    top: 28px;
    height: 42%;

}
 .apartment_overlay1.floor_2 a:nth-of-type(2){
width: 45%;
    position: absolute;
    right: 18px;
    top: 340px;
    height: 42%;
}



.apartment_overlay1.floor_2 a:nth-of-type(3){
    width: 45%;
    position: absolute;
    left: 11px;
    top: 341px;
    height: 42%;
}

.apartment_overlay1.floor_2 a:nth-of-type(4){
    width: 30%;
    position: absolute;
    left: 85px;
    top: 22px;
    height: 42%;
}

/*--  end page_5  --*/



/*--  start page_6  --*/
    .page_105 .content>div{
        max-width: 770px;
        color:#ffffff;
    }
    .page_105 .page-header{
        text-align:right;
    }
    .page_105 .page-header{
        text-align:right;
        margin-bottom:15px;
    }
    .page_105  h2{
        width:375px;
        display:inline-block;
        text-align:right;
        padding-right:25px;
        font-family:Roboto-Black,sans-serif;
        line-height:1;
    }
    .page_105  h2 strong{
        display: block;
    }
    
     .page_105.lang_hy-AM  h2{
         font-family:pragmat,sans-serif;
     }
    .page_105  h2:first-line{
        color:#fbaf0d;
    }
    .page_105 .content p{
        text-align-last: right;
        margin-bottom:10px;
        padding-right:25px;
        line-height:1.28;
    }
    .item-page{
        position:relative;
        
    }

    .item-page div p{
        text-align: justify; 
    }
    .item-page:after{
        content:'';
        position:absolute;
        top:6px;
            right: -30px;
        width:23px;
        height:calc(100% - 155px);
        background: url(../img/about_img.png) right bottom no-repeat;
    }

   
    .page_105 .content .item-page div p:last-of-type{
        padding-right:0;
    }
/*--  end page_6  --*/


.page_105 .mnContent{
    height: 750px;
    overflow-y: scroll;
}


/*--  start contact_page  --*/
    .contact{
        position:relative;
        width:60%;
        text-align:right;
        margin-top:40px;
        padding-right:25px;
    }
    .contact:after{
        content:'';
        position:absolute;
        top:-23px;
        right:0;
        width:12px;
        height:calc(100% + 17px);
        background: url(../img/about_img.png) right bottom/cover no-repeat;
    }
    .content .contact h2{
        text-align: right;
        font-family: Roboto-Black,sans-serif;
        font-size: 50px;
    }
    .page_108 h2 strong {
        color: #fbaf0d;
        display:block;
    }
    .page_108 .content {
         -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page_108 .iframe-map{
         width: 40%;
        height: 287px;
        margin-top: 227px;
        padding:0 15px;
    }
    .page_108 .iframe-map iframe{
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    
    #basic-details {
        color:#ffffff;
        margin: 12px -110px 30px 0;
    }
    #basic-details dd {
        margin-bottom:7px;
        text-align: left;
    }
    #basic-details dd>span:first-of-type {
        margin-right:44px;
        text-align: right;
        flex:0 0 72%;
        letter-spacing: 1px;
        font-size:18px;
    }
    #basic-details dd>span:last-of-type {
        text-align: left;
        flex:0 0 70px;
        font-family: Roboto-Black,sans-serif;
        font-size:14px;
        color:#fbaf0d;
        text-transform:uppercase;
        line-height: 1.7;
        
    }
    body#global_font_hy-AM #basic-details dd>span:last-of-type {
        font-family:pragmat,sans-serif !important;
    }
    #contact-form .required{
        display: block;
        width: 100%;
        vertical-align: middle;
        padding: .775rem .75rem .775rem .75rem;
        font-size: 14px;
        line-height: 1.5;
        color: #aeaeae;
        background-color: rgba(255,255,255, 0.2);
        background-clip: padding-box;
        border: 2px solid rgba(255,255,255, 0.3);
        border-radius:0;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        font-family: pragmat, sans-serif;
        margin-bottom:8px;
    }
    #contact-form textarea.required {
        height: auto;
        max-width: 100%;
    }
    #contact-form .btn-primary{
        color:#fbaf0d;
        background-color:transparent;
        border:none;
        text-transform: uppercase;
        font-family: Roboto-Bold,sans-serif;
        font-size:30px;
        margin-top:5px;
        outline: none;
        cursor: pointer;
    }
    #global_font_hy-AM #contact-form .btn-primary{
        font-family: pragmat,sans-serif;
        
    }
    
    
    #contact-form{
        padding-left: 130px;
    }
/*--  end contact_page  --*/



#slide-contact .accordion-group:last-child, .accordion-group .accordion-heading, #system-message h4{
    display: none;
}

#system-message{
    text-align: center;
    font-size: 33px;
    color: green;
}




.controls input::-webkit-input-placeholder,
.controls textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  text-align: right;
}
.controls input::-moz-placeholder,
.controls textarea::-moz-placeholder{ /* Firefox 19+ */
  text-align: right;
}
.controls input::-ms-input-,
.controls textarea::-ms-input-{ /* IE 10+ */
  text-align: right;
}
.controls input::-moz-placeholder,
.controls textarea::-moz-placeholder{ /* Firefox 18- */
  text-align: right;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.content{
    
}
.modal-content {
   /*background-color: #fefefe;*/
    margin: auto;
    width: 100%;
    text-align: center;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* The Close Button */
.close {
    position: absolute;
    right: 2%;
    top: -10px;
    color: #ffffff;
    float: right;
    font-size: 50px;
    /*font-weight: bold;*/
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-content img{
    width: 100%;
    height: 94%;
    margin-top: 2%;
    object-fit: contain;
}


.plans .articleBody img{
    margin: 22px;
}


.gallery .slideplus-viewport{
    font-size: 38px;
}


.gallery .slideplus-viewport .slideplus-next,
.gallery .slideplus-viewport .slideplus-previous{
    line-height: 1;
    color: #868684;
    opacity: 0.5;
    cursor: pointer;
    background-image: none !important;
}
.gallery .slideplus-viewport .slideplus-next:hover,
.gallery .slideplus-viewport .slideplus-previous:hover{
    opacity: 1;
    color: #ffffff;
}


/*--  start page_109    --*/
.page_109 .plans{
    color:#ffffff;
}
.page_109 .plans.hover2{
    -webkit-justify-content:end;
    justify-content: flex-end;
}
.page_109 .img-two,
.page_109 .img-one{
    position:relative;
    width:50%;
    text-align:center;
    padding:0 5px;
}
.page_109 .overlay-two,
.page_109 .overlay-one{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.page_109 .plans>div:nth-of-type(3){
    width:50%;
    text-align:center;
    padding:0 15px;
    margin-top:22px;
    font-size: 20px;
}
.page_109 .img-two .in-img img,
.page_109 .img-one .in-img img{
    max-width:100%;
    max-height:415px;
}

.page_109 .overlay-two>div:nth-of-type(3),
.page_109 .overlay-one>div:nth-of-type(2){
     -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 38%;
    order:1;
}
.page_109 .overlay-two>div>img,
.page_109 .overlay-one>div>img{
    display: none;
}

.page_109 .overlay-two a,
.page_109 .overlay-one a{
    display:inline-block;
    width:100%;
    height:100%;
}

.page_109 .overlay-one>div:nth-of-type(1){
    order:2;
}
.page_109 .overlay-one>div:nth-of-type(3){
    order:3;
}


/*.page_109 .overlay-two>div:nth-of-type(3){*/
/*    order:1;*/
/*}*/

.page_109 .overlay-two>div:nth-of-type(1){
    order:2;
}
.page_109 .overlay-two>div:nth-of-type(2){
    order:3;
}

.page_109 .overlay-two>div:nth-of-type(1),
.page_109 .overlay-two>div:nth-of-type(2),
.page_109 .overlay-one>div:nth-of-type(1),
.page_109 .overlay-one>div:nth-of-type(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 62%;
}
/*--  start page_109    --*/



/*--  start page-110    --*/
.page_110 .jwts_tabberlive .jwts_tabbertab{
        background: transparent;
        margin: 21px auto 0!important;
        max-width:1200px;
        padding: 8px 0 44px!important ;
        overflow: hidden;
}
.page_110 .slideplus-viewport{
        overflow: visible;
}
.page_110 ul.jwts_tabbernav{
    max-width:1200px!important;
    margin:0 auto!important;
    padding:0!important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
}
.page_110 ul.jwts_tabbernav li{
    width:25%;
    display:block!important;
}
.page_110 ul.jwts_tabbernav li a{
    color:#ffffff;
    font-size: 19px;
    text-transform: uppercase;
    display:block!important;
    text-align:center;
    background: transparent;
    border:none;
    margin:0;
    padding: 8px 10px 8px;
    border-top: 3px solid rgba(255,255,255, 0.2);
    border-bottom: 3px solid rgba(255,255,255, 0.2);
}
.page_110 ul.jwts_tabbernav li.jwts_tabberactive a,
.page_110 ul.jwts_tabbernav li a:hover {
    background:transparent ;
    border-top: 3px solid  #fbaf0d;
    border-bottom: 3px solid #fbaf0d;
}
.page_110 .slideplus-content>div{
    background:#fbaf0d;
    position:relative;
}
.page_110 #sigplus_1003  .slideplus-content>div{
     background: transparent;
}
.page_110 a.sigplus-image > img{
    display:block;
    height:100%;
    object-fit: cover;
}

.page_110 .captionplus-overlay{
    height: 20%;
}

.page_110 .sigplus-gallery li a{
    overflow: hidden;
}
.page_110 .sigplus-gallery li img{
    transition: all .3s ease-in-out;
}

.page_110 .sigplus-gallery li:hover img{
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slideplus-container[dir=ltr]>.slideplus-viewport.slideplus-horizontal>.slideplus-previous{
    top:auto;
    left:auto;
    width:35px;
    height:35px;
    right:38px;
    bottom:-38px;
    visibility: visible;
}
.slideplus-container[dir=ltr]>.slideplus-viewport.slideplus-horizontal>.slideplus-next{
    top:auto;
    width:35px;
    height:35px;
    right:0;
    bottom:-38px;
    visibility: visible;
}
/*.page_110 .slideplus-content>div:after,*/
/*.page_110 .slideplus-content>div:before{*/
/*    position:absolute;*/
/*    line-height:1;*/
/*    top:50%;*/
/*    width:25px;*/
/*    height:25px;*/
/*    color:#ffffff;*/
/*}*/
/*.page_110 .slideplus-content>div:before{*/
/*    content:'\003c ';*/
/*    left:50%;*/
/*}*/

/*.page_110 .slideplus-content>div:after{*/
    /*content:'\003e ';*/
    /*left:70%;*/
/*}*/
/*.page_110 a.sigplus-image:hover{*/
/*    opacity:0.23;*/
/*}*/
/*--  end page-110    --*/


.lang_hy-AM h1, .lang_hy-AM h2, .lang_hy-AM h3,
.lang_hy-AM h4, .lang_hy-AM h5, .lang_hy-AM h6{
     font-family: pragmat,sans-serif  !important;
}



@media only screen and (max-width: 1660px) {
    .middle_content .overlay1 span {
        font-size: 24px;
    }
    footer{
        padding: 0 0 10px 18px;
    }
    
    .right_layout h5{
        font-size: 28px;
    }
    .right_layout div img{
        max-width: 30%;
    }
    .right_layout div.img {
        padding: 0 0 0 30px;
    }
    .middle_content .overlay1 a {
        /*height: 30%;*/
    }
    .apartments .middle_content1 img{
        max-height:524px;
    }

}
@media only screen and (max-width: 1366px) {
    .middle_content .overlay1 span {
        font-size: 14px;
    }
    .middle_content .overlay1 a{
        padding:8px;
    }
    .page_105 .wrapper:after {
        width: 35%;
    }
    .right_layout h5{
        font-size:26px;
    }
    .slider_parent{
        overflow:auto;
        
    }
    .page_108 .iframe-map{
        margin-top: 250px;
    }
}
@media only screen and (max-width: 1023px) {
    .right_menu{
        padding-right:15px;
    }
    .logo{
        padding-top:7px;
    }
    .top_content {
        padding: 15px 6px 15px;
    }
   .page_106  .top_content {
        padding: 37px 6px 15px;
    }
   .page_106 .content .top_content ul{
        top:5px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
     .content .top_content h2{
        font-size:28px;
    }
    .page_105 .wrapper:after{
        content:normal;
    }
    .floor_layout{
        height:auto;
    }
    .page_106 .right_layout div.img{
        display:none;
    }
    .page_106 .right_layout{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .right_layout h5{
        margin:15px 15px 0 0;
    }
    .content .top_content>ul>li{
        display:inline-block;
        margin:0 7px;
    }
    .right_layout h5 {
        font-size: 16px;
    }
    .right_layout h5 span{
        margin-top:5px;
        font-size:15px;
    }
      body.page_105 .item-page,
       body.page_107 .item-page{
        max-height:100%;
        overflow: auto;
    }
    /*body.page_108,*/
    /*body.page_108 .wrapper{*/
    /*    height:auto;*/
    /*}*/
    body.page_108 .content{
        overflow: auto;
    }
    .contact{
        width:auto;
        margin-top:62px;
        max-width: 77%;
        overflow-y: auto;
        height: 531px;
        padding:0 130px 0 0;
    }
    .content .contact h2{
        font-size:30px;
    }
    .content .contact h2 strong{
         display:inline-block;
    }
    .contact:after{
       height:100%;
       right:105px;
    }
    .page_109 .plans{
        height:100%;
        overflow:auto;
    }
    .page_109 .img-two, .page_109 .img-one {
        width: 100%;
        margin-bottom:33px;
    }
    /*.contact{*/
    /*    width:auto; */
    /*}*/
    .page_108 .iframe-map{
        margin-top: 30px;
        width:100%;
        padding:0 15px 55px;
    }
    
   
}
@media only screen and (max-width: 767px) {
    .page_101 .content{
        height:calc(100% - 217px);
    }
    .left_circle{
        right: 5px;
        top:26px;
    }
    body{
        height:auto;
    }
    .wrapper{
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        height:auto;
    }
    body.page_101 .wrapper,
    body.page_101{
        height:100vh;
        overflow:hidden;
    }
    .wrapper:before, .page_101 .wrapper:before{
        width:100%;
        height:794px;
        min-height:100%;
    }
    .page_108 .wrapper:before{
        height:1100px;
    }
    .wrapper:after{
        content:normal;
    }
    .content,
    .right_menu{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
     .content{
        order:2;
        height:auto;
    }
    .right_menu{
        order:1;
        height:217px;
        padding:0 15px;
        text-align:center;
        position:relative;
    }
    .logo{
        margin-bottom:0;   
    }
    .logo img {
        max-width: 55%;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .menu_main{
        position: absolute;
        top: 31px;
        right: 0;
        padding-right:42px;
        width: 55%;
        background: #fff;
        height: 43px;
        overflow: hidden;
        z-index:111;
        -webkit-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
    .menu_main>ul>li>a{
        font-size:16px;
    }
    .menu_main.close{
        height:auto;
        overflow: visible;
        width:71%;
    }
    .nav.menu{
        
    }
    .top_content {
        padding: 45px 6px 15px;
    }
    .menu_main>ul{
        padding:12px 0;   
    }
    .pull{
        position:absolute;
        top:0;
        right:0;
        display:block;
        width:100%;
        height:43px;
        z-index:3;
    }
    .content .top_content ul{
        top:14px;
        left:50%;
        -ms-transform: translateX(-50%); 
        -webkit-transform: translateX(-50%); 
        transform: translateX(-50%);
    }
    .content .top_content ul>li>a,
   .content .top_content ul>li>span{
        font-size:13px;      
    }
    footer{
        order:3;
        position:static;
    }
    .page_106  footer,
    .page_101  footer{
        display: flex;
        align-items: flex-end;
    }
    /*.page_101  footer{*/
    /*    order:3;*/
    /*    position:absolute;*/
    /*}*/
    .page_105 .content{
        margin-top:21px;
    }
    .page_105 .content>div{
        padding:0 15px;
    }
     .page_105  h2{
         width:auto;
         font-size: 30px;
         margin-bottom:18px;
     }
     .page_105  h2:first-line{
        color:#ffffff;
    }
    .page_105  h2 strong{
        color:#fbaf0d;
    }
    .item-page:after {
        top: 0;
        right: 15px;
        width:12px;
        background: url(../img/about_img.png) right bottom/cover no-repeat;
    }
    .menu_floor li a{
        font-size:16px;
    }
    .menu_floor li a:before{
        border-width: 31px 0 31px 20px;
    }
    .right_layout h5 {
        font-size: 16px;
    }
    .right_layout h5 span{
        font-size:15px;
        margin-top:6px;
    }

    .contact{
        margin-top:62px;
        max-width: 100%;
        overflow-y: visible;
        height:auto;
        padding:0 130px 0 0;
    }
    #basic-details dd>span:first-of-type{
        font-size:14px;
        flex: 0 0 62%;
    }
    #basic-details dd>span:last-of-type{
        font-size:12px;
    }
}
@media only screen and (max-width: 567px) {
    .content h2{
        /*line-height: 1.11;*/
    }
    .wrapper:before{
        height:732px;
    }
     .logo img {
        max-width: 62%;
        margin-top:15px;
     }
     .menu_main{
         top:22px;
     }
     .content h2{
         font-size:50px;
     }
     .page_101 .content h2 span {
        max-width: 285px;
    }
    .right_menu{
        height:174px;
    }
    .item-page div p {
        text-align: right;
    }
    .menu_floor li{
        /*margin-top: 2%;*/
        /*height: 21%;*/
    }
    .slider_parent>div{
        width: 100%;
        padding:0 15px 68px;
    }
    .page_106 .left_layout{
        padding:0 15px 68px;
    }
    .page_106 .wrapper {
        overflow: visible;
    }
    .page_106 .wrapper:before {
        height: 822px;
        min-height:none;
    }
    .page_106 .right_slider p{
        display:block;
        width:80%;
        margin:0 auto;
        float:none;
    }
    .page_106 .right_slider>div>p{
        text-align:center;
        padding:0 5px;
        margin-top:22px;
    }
     .page_110 ul.jwts_tabbernav li{
        width:50%;
        margin-bottom:14px!important;
    }
    body.page_106, 
    .page_106 .wrapper {
        overflow: hidden;
    }
    .slider_parent{
        height: 58vh;
    }
     #contact-form {
        padding-left: 34px;
    }
    
}
@media only screen and (max-width: 375px) {
     .right_menu{
        height:111px;
    }
   
     .content{
        height:calc(100% - 171px);
    }
    .page_105 .content,
    .page_107 .content{
       height:calc(100% - 171px);
    }
    .page_106 .content{
       overflow:auto;
       padding-bottom:47px;
    }
    .page_106 .content .homes{
       overflow:hidden;
    }
    .middle_content .overlay1 a {
        width: 22%;
        height: 23%;
    }
    .middle_content .overlay1 a:nth-of-type(1) {
           left: 56%;
    top: 20%;
    }
    
    .middle_content .overlay1 a:nth-of-type(2) {
          left: 35%;
    top: 29%;
    }
    
    .middle_content .overlay1 a:nth-of-type(3) {
    left: 18%;
    top: 50%;
    }
    
    .middle_content .overlay1 a:nth-of-type(4) {
        left: -2%;
        top: 41%;
    }
    
    .middle_content .overlay1 a:nth-of-type(5) {
        left: 24%;
        top: 36%;
    }
    .middle_content .overlay1 a:nth-of-type(6) {
        left: 57%;
        top: 33%;
    }
    .middle_content .overlay1 a.apart{
        left:19%;
    }
    .middle_content>img{
        max-width: 130%;
        -ms-transform: translate(-12%, 6%);
        -webkit-transform: translate(-12%, 6%);
        transform: translate(-12%, 6%);
    }
    .wrapper:before, .page_101 .wrapper:before, body,
    .wrapper{
        height:100vh;
    }
    .page_109 .content {
        height: calc(100% - 211px);
    }
    body.page_108 .wrapper,
    body.page_108{
        height:auto;
        min-height:100vh;
    }
    .page_108 .wrapper:before {
        height: 759px;
    }
    .page_105 .content>div.item-page,
    .page_107 .content>div.item-page{
        height:83vh;
        overflow:auto;
        padding-bottom:55px;
    }
    .page_105 footer{
        /*position:absolute*/
    }
    .item-page:after{
        height:100%;
    }
    .contact{
        padding: 0 105px 0 0;
    }
    .contact:after{
        right:83px;
    }
    .content .top_content h2 {
        font-size: 21px;
        line-height: 1;
    }
    .page_106 .content .top_content ul{
        width:77%;
    }
    .page_110 .jwts_tabberlive .jwts_tabbertab{
            margin: 0px auto 0!important;
    }
    .content h2 {
        margin-top:13px;
        font-size: 29px;
        line-height: 2;
    }
    .page_101 .camera_beige_skin{
        height:calc(100% + 80px)!important;
    }
    .lang_en-GB .content h2 span:after {
         width: 18px; 
         background: url(../img/icon1.png) center/23% no-repeat;
    }
    .page_106 footer, .page_101 footer{
        /*display:none;*/
    }
   
   
   .aboutBlockImg img:first-of-type{
           float: none!important;
    width: 100%!important;
    margin-bottom: 13px;
   }
   
   .menu_floor li{
       height:14%;
       top: 20%!important;
    position: relative;
   }

.apartments .middle_content1{
    max-width:96%;
}


.apartment_overlay1 a:nth-of-type(1) {
    width: 36%;
    position: relative;
    left: 0;
    top: 9px;
    height: 27%;
}
   
   
  .apartment_overlay1 a:nth-of-type(2) {
    width: 38%;
    position: relative;
    left: 24%;
    top: 8px;
    height: 35%;
} 
   
   
   .apartment_overlay1 a:nth-of-type(3) {
    width: 45%;
    position: relative;
    left: 0;
    top: -32px;
    height: 34%;
}
   
   
   .apartment_overlay1 a:nth-of-type(4) {
    width: 39%;
    position: relative;
    left: 34px;
    top: -41px;
    height: 32%;
}
   
   
   
   
   
}




.aboutBlockImg{
        width: 100%;
    display: inline-block;

}

.aboutBlockImg img:first-of-type{
    width: 100%;
}





.mnContent::-webkit-scrollbar {
    width: 1em;
}
 
.mnContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.mnContent::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


.aboutBlockImg .profdata:first-of-type{
        width: 50%;
    text-align: left;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
}

.aboutBlockImg .profdata:last-of-type{
width: 50%;
    text-align: right;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
}




.page_107 .mnContent{
        width: 90%;
    margin: 0 auto;
    background: #fff;
    min-height: 400px;
}



.partners_block{
        width: 100%;
    display: inline-block;
    margin: 100px 0px;
}


.partners_block ul li{
    margin: 0 20px;
    text-align: center;
    float: left;
}


.partners_block ul li img{
    width: 230px;
}

.partners_block ul li p{
        text-align: center;
}
























