@font-face {
    font-family: 'bpg_supersquare_mtavruliRg';
    src: url('../fonts/bpg_supersquare_mtavruli.woff2') format('woff2'),
    url('../fonts/bpg_supersquare_mtavruli.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'bpg_supersquareregular';
    src: url('../fonts/bpg_supersquare.woff2') format('woff2'),
    url('../fonts/bpg_supersquare.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    position: relative;
    /*font-family: 'bpg_supersquare_mtavruliRg';*/
    font-family: 'bpg_supersquareregular';
    min-width: 1024px;

}

button:active, button:active, input:focus, textarea:focus {
    /*border: none !important;*/
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border: 1px solid #cccccc !important;
}

.bt-main {
    font-family: 'bpg_supersquare_mtavruliRg';
    background-color: #da252a;
    color: #fff;
    text-decoration: none;
    font-size: 1.8em;
    border-radius: 0;
}

.bt-main:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c01d1f;
}

.main-view .container, .page-view .container {
    position: relative;
}

.view-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 0 15px;
    pointer-events: none;

}

.view-container .pointable {
    pointer-events: auto;
}

.index-view {
    pointer-events: auto;
}

.logo {
    align-self: flex-start;
    margin-top: 20px;
    margin-right: auto;
}

.small-logo img{
    width: 80%;
}

.main-content {
    margin-top: 250px;
}

.main-content .title{
    font-family: 'bpg_supersquare_mtavruliRg';
    font-size: 3em;
}

.main-content .content-block {
    font-size: 0.8em;
    padding: 20px  15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.project-icons {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

.project-icons div {
    border-right: 1px solid #fff;
    height: auto;
}

.project-icons div p{
    font-size: .8em;
    margin-bottom: 0;
}
.project-icons div img{
    width: 50px;
}

.project-icons div:nth-child(3) {
    border-right: none;
}

.project-icons div:last-child {
    border-left: 1px solid #fff;
    border-right: none;
}

.main-bg {
    position: relative;
    overflow: hidden;
    height: 950px;
}

.main-bg img {
    width: 100%;
    /*transform: translateX(-17%);*/
    min-width: 1700px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    z-index: -1;
}



.header-wraper {
    display: flex;
    margin-bottom: 20px;
}

.menu-wraper {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    text-align: right;
}

.header-icons {
    display: flex;
    align-self: flex-end;
}

.hot-line {
    margin-right: 20px;
}

.hot-line p{
    font-family: 'bpg_supersquare_mtavruliRg';
    font-size: .7em;
    margin: 0;
}

.hot-line .number {
    font-size: 1.1em;
    line-height: 20px;
}

.soc-icons a {
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    padding-top: 4px;
    width: 30px;
    height: 30px;
}

.header-links {
    margin-top: 10px;
}

.header-links a{
    font-size: .7em;
    color: #fff;
    text-decoration: underline;
}

.header-links a:hover{
   text-decoration: none;
}

.main-menu {
    margin-top: 15px;
}

.main-menu ul{
    font-family: 'bpg_supersquare_mtavruliRg';
    list-style: none;
}

.main-menu ul li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    z-index: 1;
}

.main-menu ul li {
    font-size: 1em;
    float: right;
    clear: both;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 3px;
}

.main-menu ul li::before, .main-menu ul li::after {
    width: 100%;
    height:100%;
    z-index: 0;
    content:'';
    position: absolute;
    top:0;
    left:0;
    box-sizing: border-box;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition:0.3s;
    -moz-transition: 0.3s;
    transition:  0.3s;
}


.main-menu ul li::before {
    border-bottom: 2px solid #FFF;
    -webkit-transform-origin: 0 100%;
}

.main-menu ul li::after {
    -webkit-transform-origin: 50% 50%;
}

.main-menu ul li:hover::after, .main-menu ul li:hover::before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}


.page-view .soc-icons a {
    background-color: #000;
    color: #fff;
}

.page-view .main-menu ul li a, .page-view .header-links a  {
    color: #000;
}

.page-view .main-menu ul li::before {
    border-bottom: 2px solid #000;
}

.page-view .main-menu ul li.current-menu-item::before {
    border-bottom:none;
}



.main-menu ul li.active::before {
    border-bottom: none !important;
}



.horizontal-menu ul li{
    float: none !important;
    display: inline-block !important;
    margin-left: 25px;
}

.main-news {
    min-height: 300px;
    background-image: url("../images/bg_pattern.jpg");
    /*background-size: 250px;*/
    padding-bottom: 50px;
}

h2{
    font-family: 'bpg_supersquare_mtavruliRg';
    margin-bottom: 10px;
}

.block-title {
    background-color: #f8f8f8;
    padding: 10px 0;
    text-align: center;
    font-size: 1.5em;
    color: #333;
    font-family: 'bpg_supersquare_mtavruliRg';
    margin-bottom: 60px;
}


.news-date {
    color: #b9b9b9;
    margin-bottom: 20px;
}

.news-block {
    margin-top: 50px;
    margin-bottom: 50px;

}

.news-block h2 a{
    color: #000;
}

.news-block p{
    line-height: 1.7rem;
}

.news-block .bt-main{
    font-size: 1.2em;
    display: inline-block;
}


.news-divider {
    background-color: #e2e2e2;
}




.main-partners {
    margin-bottom: 50px;
}

.partners {
    display: flex;
}

.partner-logo {
    flex: 1;
    margin: 0 20px;
    padding: 0;
}

.footer {
    position: relative;
    color: #fff;
    width: 100%;
    min-height: 100px;
    padding: 50px 0;
    font-size: 0.8em;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/main_bg.jpg");
    background-size: 100%;
    /*background-attachment: fixed;*/
    background-position: top;
    background-repeat: no-repeat;
}

.footer a {
    color: #333;
}

.footer a:hover{
    color: #333;
}

.footer .company {
    font-family: 'bpg_supersquare_mtavruliRg';
    font-size: 1.5em;
}

.footer .copyright {
    margin-top: 10px;
    font-size: 1em;

}

.footer-menu {
    padding: 0;
    list-style: none;
}

.footer-menu li a, .footer-contacts ul li a, .footer-soc-icons a{
    color: #fff;
}

.footer-menu li a:hover, .footer-contacts ul li a:hover{
    color: #fff;
}


.footer-contacts ul{
     list-style: none;
     padding: 0;
    color: #fff;
 }


.footer-contacts ul li {
    margin-bottom: 5px;
}

.footer-soc-icons {
    font-size: 3em;
}



body {
    /*min-height: 300px;*/
    background-image: url("../images/bg_pattern.jpg");
    /*background-size: 250px;*/
    /*padding-bottom: 50px;*/
}


.breadcrumbs {
    margin-top: -50px;
    color: #a8aeb4;
    float: left;
}

.breadcrumbs a{
    font-size: 0.8em;
    color: #a8aeb4;
    text-decoration: underline;
}


.page-content .breadcrumbs {
    margin-top: -30px;
    margin-bottom: 30px;
    float: none;
}

.project-bg {
    /*text-align: center;*/
    position: relative;
    overflow: hidden;
    height: 938px;
    z-index: 1;
}

.project-bg img {
    /*margin-top: 10px;*/
    /*width: 90%;*/
    /*width: 80%;*/
    min-width: 1500px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
}

.floor-holder {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    width: 300px;
    height: 40px;
    background-color: #eeeeee;
    z-index: 3;
    display: none;
    color: #333;
    text-align: center;
    font-family: 'bpg_supersquare_mtavruliRg';
    padding: 8px;
}


.floor-plan {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 88%;
    /*height: 740px;*/
    background-color: #fff;
    z-index: 5;
    display: none;
    border: 1px solid #bababa;
    padding: 30px 3% 70px 3%;
    /*box-shadow: 2px 2px 0 2px #b4bac0;*/
}

.floor-plan::after {
    background-image: url("../images/bg_pattern.jpg");
    content: "";
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 20px;
    position: absolute;
    z-index: -1;
}

.floor-plan-logo img {
    position: absolute;
    width: 150px;
}

.floor-plan-title {
    text-align: center;
    font-size: 2.5em;
}


.floor-data {
    width: 25%;
    min-width: 300px;
    margin-top: 10%;
    padding-right: 20px;
}

.floor-data span {
    text-align: center;
}

.floor-data-header .total-area, .floor-data-entry .total-area {
    color: red;
}

.floor-data-header {
    display: flex;
    font-size: .65rem;
}

.floor-data-entry {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;

}

.floor-data-entry:last-child {
    border-bottom: none;
}

.floor-data .floor-num {
    flex-basis: 8%;
}

.floor-data .total-area, .floor-data .living-area, .floor-data .balcony {
    flex-basis: 35%;
}

.floor-data .balcony {
    flex-basis: 22%;
}



.floor-data .floor-num {
    font-size: 1.3rem;
    color: red;
}

.floor-data .m2 {
    font-size: .7rem;
}

.floor-data-entry .total-area, .floor-data-entry .living-area, .floor-data-entry .balcony {
    font-size: .8rem;
}


.floor-plan-img {
    position: relative;
    width: 69%;
  /*display: flex;*/
  /*align-items: center;*/
}


.floor-plan-img img {
    margin-top: 50px;
    width: 100%;
}

.floor-plan-img .sold {
    position: absolute;
    top: 0;
    left: 0;
}

.floor-plan-img .not-yet{
    display: none;
}

.floor-navigation {
    width: 6%;
    min-height: 300px;
    margin-left: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.current-floor {
    text-align: center;
    font-size: 2.8em;
    width: 80px;
    height:80px;
    border: 3px solid #CF3034;
    color: #CF3034;
    display: flex;
    align-items: center;
    justify-content: center;
}

.up-floor, .down-floor {
    font-size: 1.8em;
    color: #bababa;
    line-height: 0.8em;
}

.up-arrow i, .down-arrow i  {
    font-size: 3em;
    color: #CF3034;
    cursor: pointer;
}


.close-plan {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    color: #ccc;
    cursor: pointer;
}

.close-plan img {
    width: 30px;
}

.project-blocks {
    margin-top: 80px;
}

.project-blocks .title{
    font-size: 3em;
    margin-bottom: 15px;
    font-family: 'bpg_supersquare_mtavruliRg';
}

.project-blocks p {
    font-size: 0.8em;
}

.project-block-left{
    width: 290px;
}

.project-block-right {
    width: 180px;
}

.project-icons-col div {
    margin-bottom: 15px;
}

.project-icons-col img {
    width: 40px;
    margin-bottom: 5px;
}


.page-content {
    padding-top: 20px;
    padding-bottom: 80px;
    /*min-height: 500px !important;*/

}

.page-title {
    /*position: absolute;*/
    /*top: -135px;*/
    /*left: 300px;*/
    font-size: 1.8rem;
    font-family: 'bpg_supersquare_mtavruliRg';
    margin-bottom: 30px;
    text-transform: uppercase;
}

.content-headline {
    /*height: 1px;*/
    /*text-align: center;*/
    /*margin: 0 0 20px;*/
    /*background-color: #d2d2d2;*/
    border-bottom: 1px solid #cccccc;
}

.content-headline h2 {
    font-family: 'bpg_supersquare_mtavruliRg';
    /*background-color: #FFFFFF;*/
    display: inline-block;
    margin: -50px auto 0;
    padding: 20px 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.current-project, .completed-project {
    display: flex;
}

.current-project {
    margin: 70px 0 90px 0;
}

.project-data {
    padding-left: 35px;
}

.complete-date {
    font-size: .9rem;
    margin-bottom: 15px;
}

.complete-date span {
    font-family: 'bpg_supersquare_mtavruliRg';
    font-size: 1.3rem !important;
}

.project-data .project-title{
    margin-bottom: 15px;
}

.project-data .project-title a{
    font-family: 'bpg_supersquare_mtavruliRg';
    font-size: 2rem;
    color: #000;
}

.completed-project .project-title a{
    font-size: 1.8rem;
}

.current-project .project-text{
    margin-bottom: 20px;
}

.project-text{
    font-size: .95rem;
}

.project-data .bt-main {
    font-size: 1.1em;
    display: inline-block;
}

.current-project .bt-main{
    font-size: 1.5em;
}

.current-project .project-data {
    width: 50%;
}

.current-project .project-img {
    width: 50%;
}


.completed-project .project-data {
    width: 60%;
}

.completed-project .project-img {
    width: 40%;
}

.current-project .project-img img, .completed-project .project-img img {
    width: 100%;
    /*padding: 5px;*/
    /*border: 1px solid #d2d2d2;*/
    /*background-color: #fff;*/
}


.completed-project:nth-child(even){
    flex-direction: row-reverse;
}

.completed-project:nth-child(even) .project-data{
    padding-left: 0;
    padding-right: 35px;
}

.completed-project{
    padding: 60px 0;
    border-bottom: 1px solid #ececec;
}

.completed-project:last-child{
    border-bottom: none;
}


.contact-block {
    margin-bottom: 30px;
}

.contact-info ul {
    margin-bottom: 40px;

}

.contact-info ul li {
    margin-bottom: 15px;
    font-size: .95rem;
}

.contact-info ul li a{
    color: #000;
}
.contact-info ul li .fa{
    margin-right: 10px;
}

.contact-info ul li .fa-home{
    font-size: 1.1rem;
}

.contact-info ul li .fa-phone{
    font-size: 1.2rem;
}

.contact-info ul li .fa-mobile{
    font-size: 1.6rem;
}

.contact-info h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

#map-canvas {
    height: 350px;
    margin: 0;
    padding: 0;
    border: 1px solid #dbdbdb;
    /*background-color: #cccccc;*/
}

.contact-form input, .contact-form textarea {
    border-radius: 0;
    padding: 10px;
    border: 1px solid #808489;
}

.contact-form textarea {
   height: 170px;
}

.contact-form .bt-main {
    font-size: 1.2rem;
    padding: 8px 25px;
}


.page-container img {
    float: left;
    width: 50%;
    margin-right: 35px;
}


.gallery-instruction {
    margin-top: 55px;
    font-size: .8rem;
}

.popup-gallery {
    display: flex;

}

.popup-gallery a {
    margin-right: 10px;
}

.popup-gallery div{
    position: relative;
    width: 100%;
    overflow: hidden;
    /*position: absolute;*/
    /*clip: rect(0px,60px,200px,0px);*/
}

.popup-gallery div img{
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 150%;
    /*position: absolute;*/
    /*clip: rect(0px,60px,200px,0px);*/
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .container {
        max-width: 90%;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 90%;
    }
}


.hide{ display: none; }
.page-content