@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    padding:0;
    margin:0;
    font-family: "Poppins", sans-serif;
}
body.darkwindow {
    width:100vw;
    height:100vh;
    overflow:hidden;
}
a {
    text-decoration:none;
}
* {
    box-sizing:border-box;
}
header {
    padding: 10px 50px;
    /*background:#1b202c;/*#22262e;*/
    display:flex;
    justify-content: space-around;
    align-items:center;
    position:fixed;
    z-index:3;
    width:100%;
    transition:700ms;
    background:linear-gradient(45deg, #050a16, transparent);
}
header.transparent {
    background:transparent;
}
.logo {
    width: 70px;
}
.logo a img {
    width: 70px;
    height:auto;
}
.navbar a {
    color: #ddd5b0;
    font-size: 18px;
    font-weight:500;
    margin: 0 15px;
    transition: 300ms;
    display:inline-block;
}
.navbar a:hover {
    color:#e5dcce;
}
.navbar a::after {
    content:"";
    display:block;
    width: 0;
    margin:0 auto;
    margin-top: 5px;
    height: 2px;
    background: #e5dcce;
    transition: 300ms;
}
.navbar a:hover::after {
    width:80%;
}
.language {
    display:inline-block;
    padding:10px;
    border-radius: 10px;
    background: #796545;
    color: #fff;
    border:1px solid #e5dcce;
    font-size: 18px;
    font-weight:500;
    transition:300ms;
}
.language:hover {
    background:transparent;
    color: #e5dcce;
}
.container {
    width: 100%;
    display:flex;
    /*padding: 50px 100px;*/
    align-items:center;
}

.s-col {
    width:60%;
    padding: 0 50px;
}
.t-col span {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color:#050a16;
}
.t-col p {
    font-size: 26px;
    font-weight:500;
    color:#656c7a;
}
.slider {
    max-height: 700px;
    overflow:hidden;
}
#slider {
    width:800px;
    margin:auto;
    border-radius: 10px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    transform: translateY(-200px);
    transition:500ms;
}
.slide{
    transition:300ms;
    margin:0 auto;
    margin-top: 25px;
    margin-bottom:25px;
    box-shadow:1px 1px 15px -1px #acbdcb;
    border-radius: 10px;
}
.slide img {
    height:100%;
    width:auto;
    border-radius: 10px;
}
.slide.active {
    height:400px;
    width:auto;
    box-shadow:1px 10px 15px -1px #acbdcb;
}
.slide.hide {
    height:300px;
    width:auto;
    opacity:0.7;
}
.page {
    width: 100%;
    padding: 50px 200px;
}
.page-title {
    width:100%;
    padding: 25px 0;
}
.page-title span {
    font-size: 28px;
    font-weight:600;
    color: #302d2d;
}
.p-con {
    display:flex;
    padding: 25px 0;
    flex-wrap:wrap;
}
.p-con-i {
    width: 350px;
    border-radius: 10px;
    overflow:hidden;
    background:#fff;
    box-shadow: 1px 10px 20px -5px #efede9;
    margin: 25px;
}
.pconimg {
    width:100%;
    height:auto;
}
.pconheader {
    background: #363c4c;
    width:100%;
    padding: 10px 20px;
    margin-top:-5px;
}
.pconheader span {
    font-size: 16px;
    font-weight: 500;
    color:#fff;
}
.pcontitle {
    padding: 20px;
}
.pcontitle a {
    font-weight:500;
    font-size: 22px;
    color:#7a7373;
    transition:300ms;
}
.pcontitle a:hover {
    color:#363c4c;
}
.pconlink {
    padding: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.pconlink img {
    height: auto;
    width: 25px;
    margin-left: 10px;
    vertical-align: middle;
    transition:300ms;
}
.pconlink a {
    font-size: 17px;
    color: #302d2d;
}
.pconlink a:hover img {
    margin-left:30px;
}
.about {
    width: 800px;
    margin: 0 auto;
    padding: 50px 0;
}
.about span {
    color:#302d2d;
    font-size: 30px;
    line-height: 100px;
    font-weight:600;
}
.about p {
    font-size: 17px;
    font-weight:400;
    color:rgba(0,0,0,0.7);
}
.i-l {
    width:500px;
    padding: 25px 50px;
}
.i-l span, .form span {
    font-size: 28px;
    font-weight: 600;
    color: #302d2d;
}
.i-l ul {
    list-style:none;
    padding:0;
}
.i-l ul li a {
    font-size: 26px;
    font-weight: 600;
    color:#302d2d;
    line-height:50px;
}
.form {
    width: 500px;
    padding: 25px 50px;
}
#ariza-forma {
    padding: 20px 0;
}
#ariza-forma input[type='text'] {
    display:block;
    width:100%;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 20px 0;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 500;
    outline:none;
    margin: 20px 0;
    background-color:#dce1ef;
    transition:300ms;
}
#ariza-forma input[type='text']:focus {
    border-color:#425793;
}
#ariza-forma span {
    font-size: 20px;
    font-weight: 500;
    color: #22262e;
    display:block;
    background:#dce1ef;
    border-radius: 20px;
    padding:20px;
}
.form-btn {
    cursor:pointer;
    background:#6075af;
    font-size:19px;
    color:#fff;
    padding:20px 0;
    width:100%;
    text-align:center;
    border-radius:20px;
    border:none;
    outline:none;
    transition:300ms;
}
.form-btn:hover {
    background:#425793;
}
footer {
    width:100%;
    padding:50px 200px;
    background:#1b202c;
    display:flex;
}
.f-i-h img {
    width:80px;
    height:auto;
    vertical-align:middle;
    margin-right:20px;
}
.f-i-h span {
    font-size: 26px;
    font-weight:600;
    color:#fff;
    line-height:40px;
    vertical-align:middle;
}
.f-i-b {
    padding: 25px 0;
}
.f-i-b span {
    font-size: 20px;
    font-weight:500;
    color:#fff;
}
.f-i-s img {
    width: 33px;
    height:auto;
    margin-right: 20px;
}
.project-1 {
    width: 100%;
    height: 100vh;
    box-sizing:content-box;
    position:relative;
    overflow:hidden;
}
.project-img-1 img {
    width:100%;
    height:100vh;
    position:relative;
}
.project-inner-1 {
    width:100%;
    height:100vh;
    position:absolute;
    top:0;
    left:0;
    padding:50px 100px;
    background: linear-gradient(45deg, black, transparent);
    display:flex;
    align-items:flex-end;
}
.project-content-1 {
    width:50%;
}
.project-content-1 span {
    font-size: 42px;
    font-weight:600;
    color:#fff;
    display:block;
    padding: 10px 0;
}
.project-content-1 p {
    margin:0;
    color:#fff;
    font-size: 24px;
    font-weight:500;
    padding: 10px 0;
    line-height:36px;
}
.project-img-slider {
    display:flex;
    width:max-content;
    /*flex-wrap:wrap;*/
}
.project-imgslider {
    width:100%;
    overflow-x:scroll;
}
body::-webkit-scrollbar, #dark-window::-webkit-scrollbar {
    width:10px;
}
.project-imgslider::-webkit-scrollbar,.details-images-slider::-webkit-scrollbar {
    height:10px;
}
body::-webkit-scrollbar-track, #dark-window::-webkit-scrollbar {
    background:#1b202c;
}
.project-imgslider::-webkit-scrollbar-track, .details-images-slider::-webkit-scrollbar-track {
    background:transparent;
}
body::-webkit-scrollbar-thumb, .project-imgslider::-webkit-scrollbar-thumb, .details-images-slider::-webkit-scrollbar-thumb, #dark-window::-webkit-scrollbar {
    background-color: #dae0ef;
}
.project-inner-2 {
    width:100%;
}
.project-img-slide {
    width: 175px;
    height:120px;
    border-radius: 10px;
    overflow:hidden;
    margin:10px 0;
    margin-right:20px;
    border: 1px solid #fff;
    cursor:pointer;
    transition:300ms;
}
.project-img-slide[data-style='active'] {
    border: 3px solid #fff;
    width:171px;
}
.project-img-slide img {
    width:200px;
    height:120px;
}
.project-info-1 {
    padding: 25px 0;
    width: 50%;
}
.project-info-1 span {
    display:block;
    color:#fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    width: 500px;
}
.project-info-1 span p {
    padding:0;
    color:#e5c97b;
    color:#f3e291;
    font-weight:600;
    display:inline;
}
#dark-window {
    display:none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:0;
    transition:300ms;
    z-index:10;
    background: rgba(0,0,0,0.7);
    overflow-x:hidden;
    overflow-y:scroll;
}
#dark-window.active {
    opacity:1;
}
.details {
    display: none;
    position:relative;
    width: 90%;
    top: -100px;
    left:5%;
    right:5%;
    background:#f3f4f7;
    opacity:0;
    border-radius: 10px;
    transition: 300ms;
    z-index:10;
}
.details.active {
    display:block;
    opacity:1;
    top:100px;
}
.details-inner {
    width: 100%;
    padding: 100px;
}
.details-object {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.details-object span {
    font-size: 26px;
    font-weight: 500;
    color:#3d4f7a;
    display:block;
    width: calc(100% - 40px);
}
.details-object p {
    border-left: 5px solid #132f72;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #5e6972;
}
.details-info {
    display:flex;
    flex-wrap:wrap;
    padding: 25px 100px;
}
.di-col, .di-col-2 {
    width: 50%;
}

.di-2 {
    margin-top: 50px;
}
.details-images-show {
    width:100%;
    overflow: hidden;
    height: auto;
}
.details-images-slider {
    width: 100%;
    height: 100px;
    overflow-y:hidden;
    overflow-x: scroll;
    display:flex;
    margin-top:5px;
}
.detail-images-row {
    height: auto;
    width:auto;
    display:flex;
    transition:400ms;
}
.details-image {
    width: 100%;
}
.details-image img {
    width: 100%;
    height:auto;
    border-radius:10px;
}
.ds-image {
    margin-right:5px;
    cursor:pointer;
}
.ds-image img {
    width:auto;
    border-radius:10px;
    height: 85px;
}
.details-btn {
    display: inline-block;
}
.details-btn span {
    font-size: 22px;
    color: #fff;
    font-weight:600;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    display: inline-block;
    cursor:pointer;
    user-select:none;
    transition: 300ms;
}
.details-btn span:hover {
    background:#fff;
    color: #080903;
}
.details-close {
    width: 100%;
    padding: 0 100px 25px 100px;
}
.close {
    width: 30px;
    height:30px;
    cursor:pointer;
    margin-left:20px;
}
.close img {
    width: 20px;
    height:auto;
}
.apartments {
    width: 100%;
}
.apartments-image {
    width: 100%;
    height: 400px;
    overflow:hidden;
    padding:0 25px;
}
.ap-image {
    width: 350px;
    height:350px;
    display:none;
    opacity:0;
    transition: 300ms;
}
.ap-image img {
    vertical-align:middle;
    width:100%;
    height:auto;
}
.ap-image.active {
    opacity:1;
    display:block;
}
.ap-title {
    display:inline-block;
    width:300px;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color:#3d4f7a;
}
.rooms-count-row {
    padding: 15px 0;
}
.rooms-count-row.hide {
    display:none;
}
.rooms-count-row a {
    padding: 15px;
    min-width: 60px;
    text-align:center;
    margin:5px;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
    background: #fff;
    display:inline-block;
    box-shadow: 1px 1px 10px 1px #eee;
    transition:300ms;
}
.rooms-count-row a.active {
    background: #e3e8ed;
}
.rooms-count span, .choose-apartment span {
    color:#868f97;
    font-size: 16px;
    font-weight:500;
}
.near-objects-1 span {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color:#3d4f7a;
    text-align:center;
    display:block;
}
.near-objects {
    width: 100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.near-object {
    width: 300px;
    height:225px;
    padding: 25px;
    margin:10px;
    background:#fff;
    border-radius: 10px;
    display:flex;
    align-items:center;
    box-shadow: 1px 1px 10px 1px #eee;
}
.near-object.no2 {
    width: 500px;
    padding: 25px;
    display:flex;
    align-items:center;
}
#notify {
    position:fixed;
    width: 400px;
    background:#fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 1px 1px 10px 1px #eee;
    right: -500px;
    top:50px;
    transition: 300ms;
    z-index:11;
}
#notify.active {
    right:50px;
}
#notify span {
    font-size: 22px;
    font-weight: 500;
    color: #616a7e;
}
.ap-con-input {
    width:283px;
    background:#fff;
    color: #3d4f7a;
    border: 2px solid #fff;
    border-radius: 10px;
    line-height: 50px;
    padding-left: 17px;
    font-size: 19px;
    margin: 10px 0;
    transition:300ms;
    outline:none;
}
.ap-con-input:focus {
    border: 2px solid #3d4f7a;
}
.ap-con-btn {
    color:#fff!important;
    background:#3d4f7a;
    margin: 10px 0;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 20px;
    cursor:pointer;
    transition: 300ms;
    width: 280px;
    text-align:center;
    display:block;
}
.ap-con-btn:hover {
    background:#2a3758;
}

.phonenumber {
    background: rgba(0,0,0,0.4);
    color: #e5dcce;
    display:inline-block;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 25px;
}
.phone-address {
    position:fixed;
    bottom:25px;
    right:25px;
    width: 60px;
    padding:5px 10px;
    border-radius: 999px;
    background: rgba(0,0,0,0.4);
    z-index:3;
}
.phone-address a {
    display:block;
    width:100%;
    margin: 10px 0;
}
.phone-address a:hover img {
    transform: rotate(360deg);
}
.phone-address a img {
    width: 100%;
    height:auto;
    transition:500ms;
}
#questions {
    width: 500px;
    padding: 25px 50px;
}
.questions-title {
    font-size: 28px;
    font-weight: 500;
    color:#302d2d;
    text-align:center;
    display:block;
}
.question {
    width: 400px;
    background: #dce1ef;
    border-radius: 20px;
    margin: 25px 0;
    overflow:hidden;
    transition:300ms;
}
.question span {
    display:block;
    font-size: 18px;
    font-weight: 500;
    color:#3a4c58;
    padding: 25px;
    cursor:pointer;
    user-select:none;
}
.question span::before {
    content: url("/images/arrow.png");
    top:0;
    height:10px;
    position:relative;
    float:right;
}
.question span.active::before {
    transform: rotate(180deg);
    top:20px;
}
.question p {
    padding: 0 25px 25px 25px;
    color: #65737c;
    font-size: 16px;
    font-weight: 400;
    margin:0;
}
.di-col-2 {
    background: #142244;
    padding: 25px;
    border-radius: 10px;
}
.apartments-image {
    width: 100%;
    height:auto;
    padding: 25px 0;
}
.ap-image {
    width: 100%;
    height:auto;
    text-align:center;
}
.ap-image img {
    width: 400px;
    height:auto;
}
.apartments-form {
    width: 100%;
}
.ap-title {
    width: 100%;
    color:#fff;
}
.af-c {
    display:flex;
    flex-wrap: wrap;
}
.rooms-count {
    margin-right: 25px;
}
.ap-con-input {
    width: 100%;
    color:#142244;
}
.ap-con-btn {
    width:100%;
    border: 3px solid #fff;
    background:#142244;
    color:#fff;
}
.rooms-count span, .choose-apartment span {
    color:#d0d5e1;
}
.rooms-count-row a {
    padding:10px;
    border: 3px solid #fff;
    margin:0 10px 0 0;
    box-shadow:none;
    background:#142244;
    color:#fff;
}
.rooms-count-row a:hover {
    background: rgba(255,255,255,0.3);
}
.rooms-count-row a.active {
    color:#142244;
    background:#fff;
}
.di-col {
    padding:0 50px 0 0;
}
.map {
    width: 100%;
}
.details-images {
    width: 100%;
}
.near-objects-1 {
    width:100%;
    padding:0;
}
.near-object {
    height: 225px;
    margin: 20px;
    box-shadow:none;
    background:none;
    padding:0;
    border-radius:10px;
    overflow:hidden;
}
.near-object-img {
    width: 300px;
    height:225px;
    position:absolute;
}
.near-object-img img {
    width:300px;
    height:225px;
    border-radius: 10px;
}

.near-object-tx {
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content: flex-end;
    background: linear-gradient(0deg, rgba(0,0,0,0.7), transparent);
    width:300px;
    height:225px;
}
.near-object-tx span {
    padding: 20px;
    text-align:center;
    color:#fff;
    font-size: 18px;
    font-weight: 400;
}

.auto-slider {
    width: 60%;
    box-sizing:content-box;
    height:100vh;
    overflow:hidden;
}
.white-gradient {
    position:absolute;
    height:100vh;
    width:60%;
    background:linear-gradient(135deg,#050a16,transparent);
    z-index:1;
}
.a-slide {
    display:none;
    width:100%;
    height:100vh;
    position:relative;
    opacity:0;
    transition:300ms;
}
.a-slide-img {
    position:absolute;
    width:100%;
    height:100vh;
}
.a-slide-img img {
    height:100vh;
    width:auto;
    margin-left: 50%;
    transform: translateX(-50%);
}
.slider-projects {
    position:absolute;
    width:60%;
    height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    z-index:2;
}
.sp-inner {
    padding: 200px 200px 50px 100px;
    background:linear-gradient(0deg,#050a16,transparent);
}
.sp-top {
    width:100%;
    display:flex;
    justify-content:space-between;
    padding: 15px 0;
    align-items:center;
}
.aslide-tx {
    color:#fff;
    font-size: 40px;
    font-weight: 500;
    display:none;
    transition:300ms;
    opacity:0;
    /*text-shadow:0px 0px 20px #7e8fa9;*/
}
.aslide-tx.active {
    display:inline;
    opacity:1;
}
.sp-tx {
    width: 80%;
}
.sp-prevnext {
    width: 20%;
    display:flex;
    justify-content:center;
}
.sp-prevnext span {
    padding:10px 15px;
    background:rgba(5, 10, 22, 0.7);
    user-select:none;
    cursor:pointer;
    transition:300ms;
}
.sp-prevnext span:hover {
    background: rgb(5, 10, 22);
}
.sp-prevnext span img {
    width: 20px;
    height:20px;
    vertical-align:middle;
}
.sp-prevnext span:nth-child(1) {
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.sp-prevnext span:nth-child(2) {
    border-left: 1px solid #fff;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}
.sp-bottom {
    padding: 15px 0;
}
.sp-indicators {
    width: 100%;
    text-align:center;
}
.sp-indicators span {
    display:inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 15px;
    margin: 0 20px;
    transition: 300ms;
    border: 5px solid transparent;
    cursor:pointer;
}
.sp-indicators span.active {
    border-color: #113e85;
}
.a-slide.active {
    display:block;
    opacity:1;
}
.home-page {
    padding: 50px;
    width: 40%;
}
.projects-indicators {
    width: 100%;
    padding-top:100px;
    display:flex;
    flex-wrap:wrap;
}
.project-indicator {
    box-sizing:object-fit;
    width: 104px;
    height: 70px;
    border-radius: 10px;
    margin-right: 10px;
    border: 2px solid #fff;
    overflow:hidden;
    cursor:pointer;
}
.pi-img {
    position:absolute;
    width: 100px;
    height:66px;
    border-radius:10px;
}
.pi-img img {
    width: 100px;
    height:66px;
}
.pi-tx {
    position:relative;
    width: 100px;
    height: 66px;
    background: rgba(0,0,0,0.5);
    display:flex;
    flex-direction:column;
    justify-content: flex-end;
}
.pi-tx span {
    user-select:none;
    font-size: 18px;
    font-weight: 400;
    color:#fff;
    display:block;
    padding: 25px;
    text-align:center;
}
@media only screen and (max-width: 1800px){
    .details-info {
        padding: 25px 50px;
    }
    .details-close {
        padding:0 50px 25px 50px;
    }
}
@media only screen and (max-width: 1700px){
    .details-info {
        padding: 25px 0;
    }
    .details-close {
        padding:0;
    }
}
@media only screen and (max-width: 1600px){
    .apartments-image {
        width: 350px;
        height: 350px;
    }
    .ap-image {
        width: 300px;
        height: 300px;
    }
}
@media only screen and (max-width: 1441px){
    .apartments-image {
        width:300px;
        height: 300px;
        padding: 0 15px;
    }
    .ap-image {
        width: 270px;
        height: 270px;
    }
    .slide.hide {
        height:250px;
    }
    .slide.active {
        height:350px;
    }
    .s-col {
        padding:0;
    }
    .slider {
        max-height:600px;
    }
    #slider {
        transform:translateY("-175px");
        width:700px;
    }
    .di-2 {
        margin-top: 0;
    }
}
@media only screen and (max-width: 1400px){
    .details-inner {
        padding: 50px;
    }
}
@media only screen and (max-width: 1300px){
    .rooms-count-row a {
        padding:10px;
        min-width: 40px;
        font-size: 16px;
    }
    .details {
        width: 95%;
        left: 2.5%;
        right: 2.5%;
        top:50px;
    }
    .details-images {
        width: 100%;
    }
    .map {
        width: 100%;
    }
    .ap-title {
        font-size: 23px;
        line-height: 30px;
    }
    .p-con-i {
        width: 300px;
    }
    .page {
        padding:50px 100px;
    }
    .slide.hide {
        height:200px;
    }
    .slide.active {
        height:300px;
    }
    .s-col {
        padding:0;
    }
    .slider {
        max-height:500px;
    }
    #slider {
        transform:translateY("-150px");
        width:600px;
    }
    .container {
        /*padding:50px;*/
    }
    .t-col span {
        font-size: 38px;
        line-height: 45px;
    }
    .t-col p {
        font-size: 22px;
    }
    footer {
        padding:50px 100px;
    }
    .project-content-1 span {
        font-size: 35px;
        line-height:40px;
    }
    .project-content-1 p {
        font-size: 20px;
        line-height: 25px;
    }
    .project-img-1 img {
        
    }
}
@media only screen and (max-width:1025px){
    .details-images {
        width: 100%;
    }
    .apartments-image {
        width: 350px;
        padding: 0 25px;
    }
    .ap-image {
        width: 300px;
        height: 300px;
    }
    .apartments {
        width: 100%;
        margin-top: 25px;
    }
    .apartments-form-2 {
        width: 100%;
        display:flex;
    }
    .af-c {
        width:100%;
    }
    .ap-con-btn, .ap-con-input {
        font-size: 18px;
    }
    .ap-title {
        width: 100%;
    }
    .project-img-1 img {
        width:auto;
    }
    .slide.hide {
        height:200px;
    }
    .slide.active {
        height:300px;
    }
    .s-col {
        padding:0;
    }
    .slider {
        max-height:500px;
    }
    #slider {
        transform:translateY("-150px");
        width:500px;
    }
    .container {
        /*padding:50px;*/
    }
    .t-col span {
        font-size: 38px;
        line-height: 45px;
    }
    .t-col p {
        font-size: 22px;
    }
    .page {
        padding:50px;
    }
    .contact, .form, .i-l {
        width: 400px;
    }
    .p-con-i {
        width:400px;
    }
    .f-i-h img {
        width:60px;
    }
    .f-i-h span {
        font-size: 22px;
    }
    .f-i-b span {
        font-size: 18px;
        font-weight:400;
    }
    .f-i-s img {
        width:30px;
        margin-right:10px;
    }
    footer {
        padding:50px;
    }
}
#tcol1 {
    display:block;
}
#tcol2 {
    display:none;
}
.about-page {
    margin:0 auto;display:flex;width:min-content;
}
@media only screen and (max-width:820px){
    #tcol1 {
        display:none;
    }
    #tcol2 {
        display:block;
        padding: 35px 20px;
    }
    .container {
        display:block;
    }
    #slider {
        width:100%;
    }
    .s-col {
        width:100%;
    }
    .slide.hide {
        height:300px;
    }
    .slide.active {
        height:400px;
    }
    .slider {
        max-height:700px;
    }
    .t-col span {
        text-align:center;
        font-size: 48px;
    }
    .t-col p {
        font-size: 26px;
        text-align:center;
    }
    .p-con-i {
        width:100%;
    }
    .pconheader span {
        font-size:20px;
    }
    .pcontitle a {
        font-size:28px;
    }
    .pconlink {
        font-size: 20px;
    }
    .page-title {
        text-align:center;
    }
    .i-l {
        padding:25px 0;
    }
    .form {
        width:300px;
        padding:25px 0;
    }
    .about {
        width:100%;
        padding:0;
    }
    .about span {
        line-height:60px;
    }
    .about p {
        font-size: 22px;
        text-align:justify;
    }
    .apartments-form-2 {
        display:block;
    }
    .di-2 {
        display:flex;
        flex-direction: column-reverse;
    }
    .map {
        width: 100%;
    }
    .near-objects-1 {
        width: 100%;
        justify-content: space-around;
    }
    .apartments .map {
        margin-left: 0;
    }
}
@media only screen and (max-width:600px){
    .home-page {
        display:none;
    }
    .auto-slider {
        width: 100%;
        height: 50vh;
    }
    .white-gradient {
        height:50vh;
        width:100%;
    }
    .slider-projects {
        width: 100%;
        height:50vh;
    }
    .sp-inner {
        padding: 15px;
    }
    .sp-top {
        padding:0;
        display:block;
        text-align:center;
    }
    .aslide-tx {
        font-size: 30px;
    }
    .sp-prevnext {
        display:none;
    }
    .a-slide {
        height:50vh;
    }
    .a-slide-img,.a-slide-img img {
        height:50vh;
    }
    #notify {
        width:calc(100% - 40px);
        border-radius: 10px;
        padding: 25px;
        box-shadow: 1px 1px 10px 1px #eee;
        right: 20px;
        left: 20px;
        top:-250px;
        transition: 300ms;
        z-index:11;
    }
    #notify.active {
        right:20px;
        top: 50px;
    }
    #questions {
        width: 100%;
        padding:0;
    }
    .question {
        width: 100%;
    }
    .questions-title {
        text-align:left;
    }
    .apartments {
        width:100%;
        display:block;
    }
    .apartments-image {
        width: 100%;
        padding: 25px 50px;
        height:auto;
    }
    .apartments-form {
        width: 100%;
    }
    .ap-con-btn {
        width: 100%;
    }
    .ap-con-input {
        width: 100%;
    }
    .ap-image {
        width: 100%;
        height: auto;
    }
    .di-2 {
        display:flex!important;
        flex-direction: column-reverse;
    }
    .navbar {
        display:none;
    }
    .slider {
        max-height:300px;
    }
    .slide.hide {
        height:100px;
    }
    .slide.active {
        height:200px;
    }
    #slider {
        width: 100%;
        transform:translateY(-100px);
    }
    .slide {
        margin-top: 10px;
        margin-bottom:10px;
    }
    .container {
        padding:0;
    }
    .logo {
        width:50px;
    }
    .logo a img {
        width:50px;
    }
    header {
        justify-content: space-between;
    }
    .page {
        padding:0;
    }
    .about-page {
        display:block;
        width:100%;
        padding:50px 20px;
    }
    .i-l,.form {
        width:100%;
    }
    .i-l {
        padding:0;
    }
    .about {
        padding:50px 20px;
    }
    .about p {
        font-size: 16px;
    }
    .f-i-h span {
        width:200px;
        display:inline-block;
    }
    .t-col span {
        display:block;
        font-size: 38px;
    }
    .t-col p {
        font-size: 22px;
    }
    .page-title {
        padding:0;
    }
    .pconheader span {
        font-size: 15px;
    }
    .pcontitle a  {
        font-size: 24px;
    }
    .pconlink a {
        font-size: 16px;
    }
    footer {
        padding:50px 20px;
    }
    .project-inner-1 {
        display:flex;
        flex-wrap:wrap;
        align-items:flex-end;
    }
    .project-content-1 {
        padding:0;
        width:100%;
    }
    .project-content-1 span {
        font-size: 30px;
        line-height:40px;
    }
    .project-content-1 p {
        font-size: 19px;
        line-height:25px;
    }
    .project-info-1 {
        width:100%;
    }
    .project-info-1 span {
        width:100%;
        padding:0;
        font-size: 17px;
    }
    .project-img-1 img {
        width:auto;
        margin-left:-100%;
    }
    .project-inner-1 {
        padding:25px;
    }
    .details-info {
        display: block;
    }
    .details-images {
        width: 100%;
    }
    .details-images-show {
        width: 100%;
    }
    .details-inner {
        padding: 25px;
    }
    
    .details-image img {
        width: 100%;
        height:auto;
    }
}
@media only screen and (max-width: 500px){
    .apartments-image {
        padding: 25px 0;
    }
}
.projects-block {
    padding-top:25px;
    width:100%;
}
.project {
    width:100%;
    margin: 5px 0;
    height:600px;
    position:relative;
    overflow:hidden;
    box-sizing:content-box;
}
.project[data-name='poytaxt'] {
    background-image: url("/images/poytaxt-5.jpg");
    background-size:cover;
}
.project-inner {
    width:100%;
    padding: 25px 50px;
    display:flex;
    align-items:flex-start;
    position:absolute;
    top:0;
}
.project-images {
    width: 700px;
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
}
.project-image {
    display:none;
    width:700px;
}
.project-image img {
    width:100%;
    height:auto;
}
.project-image.active {
    display:block;
}
.project-info {
    width:100%;
    padding: 80px;
    background: rgba(15,22,36,0.9);
    border-top-left-radius:100px;
    border-bottom-right-radius:100px;
    margin-left: 50px;
}
.pb-title {
    color:#22262e;
    font-size: 36px;
    font-weight:600;
    padding: 40px 100px;
    display:block;
}
.prinfo-title span {
    font-size: 26px;
    font-weight: 600;
    display:block;
    color: #fff;
}
.prinfo-text p {
    font-size: 19px;
    font-weight:400;
    color:#fff;
    display:block;
    padding: 15px 0;
    margin:0;
}
.prinfo-row {
    display:block;
    line-height:30px;
    font-size: 16px;
    font-weight:500;
    color:#fff;
}
.project-bg {
    width:100%;
    height: 400px;
    overflow: hidden;
    position:relative;
    margin:100px 0;
}
.project-bg img {
    width:100%;
    height:auto;
}
@media only screen and (min-width:601px) and (orientation:portrait) {
    .project-img-1 img {
        width: auto;
        height:100vh;
        margin-left:-40%;
    }
}
.working-hours {
    width: 400px;
    padding-left: 100px;
}
.workinghours-title span {
    font-size: 20px;
    font-weight: 500;
    color: #f3e291;
    line-height: 30px;
}
.workinghours-row {
    padding: 10px 0;
}
.workinghours-row span {
    font-size: 18px;
    font-weight: 500;
    color:#fff;
}
.workinghours-row p {
    font-size: 16px;
    font-weight: 400;
    color:#fff;
    margin:0;
}
.f-i-h span {
    display:inline-block;
    width: 200px;
}
@media only screen and (max-width: 600px){
    .sp-tx {
        width:100%;
    }
    .details-close {
        padding: 0 0 25px 0;
    }
    .details-object p {
        margin:0;
    }
    .details {
        width: 100%;
        left:0;
        right:0;
        top:0;
        border-radius:0;
    }
    .details.active {
        top:0;
    }
    .details-object p {
        text-align:justify;
        border-left:0;
        padding:0;
    }
    .di-col, .di-col-2 {
        width:100%;
        margin-bottom:50px;
    }
    .di-col {
        padding:0;
    }
    .details-info {
        padding: 0;
    }
    .apartments-image {
        padding: 0 0 25px 0;
    }
    .ap-image img {
        width: 100%;
    }
    .near-object {
        margin: 20px 0;
    }
    footer {
        flex-direction:column-reverse;
    }
    .working-hours {
        width: 100%;
        padding:0;
    }
}