﻿* {  outline: none; }
html {   height: 100%; }
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Ubuntu Condensed', Arial, sans-serif;  background: #ffffff;
  font-size: 14px;
  color: #191f42;
  height: 100%;
  background: url("images/day-bg.png");
}
.night {
    background: url("images/night-bg.png");
    color: #fff;
}
a {  cursor: pointer;  color: #191f42;  outline: none; text-decoration: none; }
.night a { color: #fff; }
a:hover {}

table {  margin: 0px;  padding: 0px;  border: none;  border-collapse: collapse; }
td { padding: 0px; }
img { margin: 0px;  padding: 0px;  border: none; }
p { margin: 0px; padding: 0px; margin-bottom: 15px; line-height: 130%; }
h1 { margin: 0px; padding: 0px; font-size: 40px; font-family: Arial; color: #64b922;  letter-spacing: -3px; }
h2 {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: normal;
    padding: 0;
}
h3 { margin: 0px; padding: 5px 10px 7px 10px; font-size: 30px; font-family: Arial; margin-bottom: 9px; color: #231f20; font-weight: normal; background: url(images/home_bottom_block.gif); }

.a_img:hover img {
  opacity: 0.7;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.l-wrap {  }
.l-container {  position: relative; width: 100%; min-width: 1000px; overflow: hidden; }
.l-center { width: 1000px; margin-left: auto;  margin-right: auto;  position: relative; }

.l-header {    
    height: 70px; 
    background: url("images/day-top-bg.png") no-repeat center top;
    position: relative;  
}
.night .l-header {
    background: url("images/night-top-bg.png") no-repeat center top;
}
.l-content { min-height: 670px;  position: relative;  }

.l-pre_footer {   height: 80px; }
.l-footer { text-transform: uppercase; font-size: 16px;  height: 63px; padding-top: 17px;  position: absolute;  bottom: 0px;  left: 0px; width: 100%;
    background: url("images/day-bottom-bg.png") no-repeat bottom center;
}
.map-link {
    height: 63px;
    line-height: 63px;
    width: 212px;
    text-align: center;
    padding: 0 0px 0 0px;
    margin-left: 396px;
    cursor: pointer;
    display: block;
}
.map-link.open,
.map-link:hover {
    background: rgba(250, 250, 250, 0.5);
}
.map-link.open {
    background: url("images/close-map.png") no-repeat center 47px rgba(250, 250, 250, 0.5);
}
.night .map-link.open {
    background: url("images/close-map-night.png") no-repeat center 47px rgba(250, 250, 250, 0.5);
}
.phone {
    position: absolute;
    left: 90px;
    top: 10px;
    font-size: 24px;
}
.email {
    position: absolute;
    right: 35px;
    top: 15px;
}
.phone span,
.email span {
    position: relative;
}


.clearfix:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
.clear { height: 1px; clear: both; overflow: hidden; }

.logo {
    width: 219px;
    height: 36px;
    background: url("images/day-logo.png") no-repeat 0 0;
    position: absolute;
    left: 90px;
    top: 12px;
}
.night .logo {
    background: url("images/night-logo.png");
}
.top-nav {
    margin: 0 20px 0 0px;
    padding: 0;
    float: right;
    list-style: none;
    font-size: 16px;
}
    .top-nav li {
        float: left;
        position: relative;
    }
    .top-nav a.selected {
        cursor: default;
    }
    .top-nav a.selected,
    .top-nav a:hover {
        background: rgba(250, 250, 250, 0.5);
    }
    .top-nav a,
    .top-nav li > span {
        height: 62px;
        line-height: 62px;
        padding: 0px 12px 0px 12px;
        display: block;
    }
    
.b-usk {

    line-height: 32px;
    width: 299px;
    height: 87px;
    padding-top: 14px;
    text-align: center;
    background: url("images/day-usk.png") no-repeat 0 0;
    font-size: 27px;
    text-transform: uppercase;
    position: absolute;
    top: 64px;
    right: -15px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;


    -moz-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(90deg) skewY(90deg);
    -webkit-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(90deg) skewY(90deg);
    -o-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(90deg) skewY(90deg);
    -ms-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(90deg) skewY(90deg);
    transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(90deg) skewY(90deg);
}
.b-usk span {
    font-size: 39px;
    display: block;text-transform: uppercase;
}
.night .b-usk {
    background: url("images/night-usk.png") no-repeat 0 0;
}
li:hover .b-usk {
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg)
}

.l-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.l-content{
    z-index: 50;
}
.l-header,
.l-footer {
    z-index: 100;
}


.b-nav-left,
.b-nav-right {
    position: absolute;
    top: 220px;
}
.b-nav-left {
    left: 0px;
}
.b-nav-right {
    right: 0px;
}
.b-nav-plus {
    margin-left: -30px;
    position: absolute;
    left: 50%;
    top: 67px;
}
.b-nav-lamp {
    position: absolute;
    left: 75px;
    top: 480px;
}


.page-bg,
.main-photos > div {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.main-photos > div {
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.main-photos {
    display: block;
}
.main-photos > .rakurs-day-1 { background-image: url("images/main-day-1.jpg"); }
.rakurs-day-2 { background-image: url("images/main-day-2.jpg"); }
.rakurs-day-3 { background-image: url("images/main-day-3.jpg"); }
.rakurs-day-4 { background-image: url("images/top-view-day.jpg"); }
.rakurs-night-1 { background-image: url("images/main-night-1.jpg"); }
.rakurs-night-2 { background-image: url("images/main-night-2.jpg"); }
.rakurs-night-3 { background-image: url("images/main-night-3.jpg"); }
.rakurs-night-4 { background-image: url("images/top-view.jpg"); }

.sale-bg { background-image: url("images/sale-bg.jpg"); }
.contract-bg { background-image: url("images/contract-bg.jpg"); }
.infrastructure-bg { background-image: url("images/infrastructure-bg.jpg"); }
.taunhouse-bg { background-image: url("images/taunhouse-bg.jpg"); }

.l-map {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 70;
}
#map-canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.b-top-bg,
.b-bottom-bg {
    position: absolute;
    height: 100px;
    width: 100%;
    left: 0;
    z-index: 80;
}
.b-top-bg {
    top: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.b-bottom-bg {
    bottom: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.night .b-top-bg {
    background: -moz-linear-gradient(top,  rgba(52,67,60,1) 0%, rgba(52,67,60,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,67,60,1)), color-stop(100%,rgba(52,67,60,0)));
    background: -webkit-linear-gradient(top,  rgba(52,67,60,1) 0%,rgba(52,67,60,0) 100%);
    background: -o-linear-gradient(top,  rgba(52,67,60,1) 0%,rgba(52,67,60,0) 100%);
    background: -ms-linear-gradient(top,  rgba(52,67,60,1) 0%,rgba(52,67,60,0) 100%);
    background: linear-gradient(to bottom,  rgba(52,67,60,1) 0%,rgba(52,67,60,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34433c', endColorstr='#0034433c',GradientType=0 );

}
.night .b-bottom-bg {
    background: -moz-linear-gradient(top,  rgba(52,67,60,0) 0%, rgba(52,67,60,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,67,60,0)), color-stop(100%,rgba(52,67,60,1)));
    background: -webkit-linear-gradient(top,  rgba(52,67,60,0) 0%,rgba(52,67,60,1) 100%);
    background: -o-linear-gradient(top,  rgba(52,67,60,0) 0%,rgba(52,67,60,1) 100%);
    background: -ms-linear-gradient(top,  rgba(52,67,60,0) 0%,rgba(52,67,60,1) 100%);
    background: linear-gradient(to bottom,  rgba(52,67,60,0) 0%,rgba(52,67,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0034433c', endColorstr='#34433c',GradientType=0 );

}
.night .b-top-bg {
    background: -moz-linear-gradient(top,  rgba(3,10,40,1) 0%, rgba(3,10,40,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,10,40,1)), color-stop(100%,rgba(3,10,40,0)));
    background: -webkit-linear-gradient(top,  rgba(3,10,40,1) 0%,rgba(3,10,40,0) 100%);
    background: -o-linear-gradient(top,  rgba(3,10,40,1) 0%,rgba(3,10,40,0) 100%);
    background: -ms-linear-gradient(top,  rgba(3,10,40,1) 0%,rgba(3,10,40,0) 100%);
    background: linear-gradient(to bottom,  rgba(3,10,40,1) 0%,rgba(3,10,40,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030a28', endColorstr='#00030a28',GradientType=0 );
}
.night .b-bottom-bg {
    background: -moz-linear-gradient(top,  rgba(3,10,40,0) 0%, rgba(3,10,40,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,10,40,0)), color-stop(100%,rgba(3,10,40,1)));
    background: -webkit-linear-gradient(top,  rgba(3,10,40,0) 0%,rgba(3,10,40,1) 100%);
    background: -o-linear-gradient(top,  rgba(3,10,40,0) 0%,rgba(3,10,40,1) 100%);
    background: -ms-linear-gradient(top,  rgba(3,10,40,0) 0%,rgba(3,10,40,1) 100%);
    background: linear-gradient(to bottom,  rgba(3,10,40,0) 0%,rgba(3,10,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00030a28', endColorstr='#030a28',GradientType=0 );
}

div .button {
    position: relative;
}

.b-content {
    position: relative;
    width: 520px;
    width: 764px;
    padding: 28px 20px 20px 20px;
    margin: 60px auto 0 auto;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 18px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.b-kontr {
    /* width: 605px; */
}
.b-house {
    width: 712px;
    width: 764px;
}
.page-content {
    display: none;
}
.page-content-1 {
    display: block;
}



.infra-img-1 {
    margin-right: 26px;
}
.infra-desc {
    font-size: 24px;
    line-height: 40px;
    position: relative;
    margin-top: -8px;
}

.b-kontr-item {
    position: relative;
    margin: 0 0 20px 0;
}
    .b-kontr-item .item-head {
        font-size: 32px;
        cursor: pointer;
        border-bottom: 1px dotted;
    }
    .b-kontr-item .item-head:hover {
        border-bottom-color: transparent;
    }
    .b-kontr-item.active .item-head {
        cursor: default;
        border-bottom-color: transparent;
    }
    .b-kontr-item .item-head-desc {
        font-size: 13px;
        display: block;
    }
    .b-kontr-item .item-options {
        display: block;
        font-size: 18px;
        color: #8e8e8e;
    }
    .b-kontr-item .item-content {
        display: none;
        padding-top: 15px;
    }

.b-kontr-desc {
    font-size: 11px;
}
.item-content-left,
.item-content-right {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 14px;
}
.item-content-left li,
.item-content-right li {
    margin-bottom: 6px;
}
.item-content-left {
    width: 400px;
    width: 475px;
    margin-right: 15px;
}
.item-content-right {
    width: 175px;
    width: 250px;
    color: #8e8e8e;
}
.infras-sheme {}
    .infras-sheme .sheme {
        position: relative;
        margin: 0 0 0px 0;
    }
	
.house-sheme {}
    .house-sheme .sheme {
        position: relative;
        margin: 0 0 10px 0;
    }
    .house-sheme .house-light {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .house-sheme .numbers {
        padding-left: 35px;
		font-size: 17px;
    }
    .house-sheme .numbers span {
        padding: 4px 10px 5px 10px;
        cursor: pointer;
        float: left;
        margin-right: 7px; margin-bottom: 7px;
        border: 1px solid #ffffff;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
    }
    .house-sheme .numbers span:hover,
    .back-to-sheme:hover {
        background: #2b2a29;
    }


/* схемы домов */
.house-items {
    display: none;
}
.house-items .item {}
.house-items .item .head {
    font-size: 32px;
    margin: 0 0 20px 0;
}
.house-items .item .head span {
    font-size: 18px;
}

.back-to-sheme {
    padding: 4px 12px 5px 12px;
    cursor: pointer;
    position: absolute;
    font-size: 16px;
    right: 20px;
    top: 30px;

    border: 1px solid #ffffff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
/* /схемы домов */

.animate-num {
    width: 20px;
    height: 17px;
    padding-top: 3px;

    position: relative;
    text-align: center;
    font-size: 12px;
    color: #000;
    border: 1px solid #000;
    display: block;
    cursor: pointer;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,1);

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.animate-num.hover,
.animate-num:hover {
    width: 30px;
    height: 22px;
    padding-top: 8px;
    margin: -5px 0 0 -5px;

    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
.animate-num.selected {
    color: #fff;
    border-color: #fff;
    background: #000;
}

.night .animate-num {
    color: #fff;
    border-color: #fff;

    -webkit-box-shadow: 0 0 5px 0 rgba(250,250,250,1);
    box-shadow: 0 0 5px 0 rgba(250,250,250,1);
}
.night .animate-num.selected {
    color: #000;
    border-color: #000;
    background: #fff;
}


.b-rakurs {
    width: 141px;
    height: 141px;
    background-image: url("images/map-views.png");
    background-position: 0 0;
    position: absolute;
    right: 10px;
    top: 460px;
}
.b-rakurs-2 {
    background-position: -141px 0;
}
.b-rakurs-3 {
    background-position: -282px 0;
}
.b-rakurs span {
    cursor: pointer;
    position: absolute;
}
.rakurs-1 {
    top: 10px;
    left: 40px;
}
.rakurs-2 {
    top: 105px;
    left: 33px;
}
.rakurs-3 {
    top: 94px;
    left: 96px;
}

#lvl2Container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: pink;
    z-index: 10000;
    background: url("images/preloader.jpg") no-repeat center center #000;
}
.preloader-desc {
    text-align: center;
    position: absolute;
    top: 45%;
    width: 100%;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}
.preloader-desc span {
    display: block;
    margin-bottom: 3px;
}
.preloader-line {
    position: relative;
    width: 230px;
    height: 6px;
    margin: 0 auto 0 auto;
    border: 1px solid #878787;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.preloader-line-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.j-annetntion {
    position: relative;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}
.l-map p {
    color: #000;
}
.red {
    color: #cc0000;
}



.item-content-left,
.item-content-right {
    font-size: 16px;
    line-height: 18px;
}
.b-kontr-item .item-options {
    padding-left: 490px;
}
.night .podsvetka {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-image: url("images/podsvetka.png") !important;
    background-image: url("images/podsvetka2.png") !important;
}
.change-bg-1 { background-image: url("images/contract-bg.jpg"); }
.change-bg-2 { background-image: url("images/contract-bg-2.jpg"); }
.change-bg-3 { background-image: url("images/contract-bg-3.jpg"); }

.photo-small img {
    width: 184px;
    height: 138px;
}
.banner1 { width: 78px;  height: 56px;
    background: url("images/10sale_white.png") no-repeat 0 0;
    position: absolute;
    top: 39px;
    left: 100%;
    margin-left: -100px;
}
.night .banner1 {
    background: url("images/10sale_white.png") no-repeat 0 0;
}
.banner2 { width: 1048px;  height: 425px;
    background: url("images/leaves.png") no-repeat 0 0;
    position: absolute;
    top: 180px;
    left: 0%;
    margin-left: -173px;
}
.night .banner2 {
    background: url("images/leaves.png") no-repeat 0 0;
}
.nadpis { width: 381px;  height: 50px;
    background: url("images/day-nadpis.png") no-repeat 0 0;
    position: absolute;
    top: 530px;
    left: 50%;
    margin-left: -190px;
}
.night .nadpis {
    background: url("images/night-nadpis.png") no-repeat 0 0;
}

.v-prod { background-image: url("bg/v-prodage.jpg") }
.taunh { background-image: url("bg/taunh.jpg") }
.gal-new { background-image: url("bg/gallery.jpg") }
.info-new { background-image: url("bg/info.jpg") }

.i { width: px;  height: px;  position: absolute;  top: px;  left: px; }
.i { width: px;  height: px;  position: absolute;  top: px;  left: px; }
