﻿@import url(reset.css);
@import url('../css2');
@import url('../css2-1');
@import url('../css2-2');

@font-face {
    font-family: 'EuropeExt';
    src: url('EuropeExtBold.eot');
    src: local('EuropeExt Bold'), local('EuropeExtBold'),
        url('EuropeExtBold-1.eot') format('embedded-opentype'),
        url('EuropeExtBold.woff') format('woff'),
        url('EuropeExtBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


:root {
    --red: #df3240;
    --orange: #eb740c;
    --gold: #d8bb86;
}

body, html {
    font-size: 10px;
    font-family: 'Inter';
    color: #131314;
    background-color: #0a0a0a;
    /* background-image: url(/img/bg_engine.jpg); */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}

footer {
    background-color: #0a0a0a8a;
    backdrop-filter: blur(6px);
}

a {
    color: var(--gold);
}

a:hover {
    color: var(--orange);
}

h1 {
    font-size: 8.3vh;
    font-weight: 700;
    letter-spacing: -1px;
}

h1 span {
    display: block;
    font-size: 64%;
    margin-top: -.1em;
}


h2 {
    font-family: 'EuropeExt';
    font-size: 3em;
    /* font-weight: 700; */
    padding-top: 30px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    color: white;
}

red {
    color: var(--orange)
}

.white, a.white, p.white a {
    color: white;
}

.golden, a.golden, p.golden a {
    color: var(--gold);
}

.bg-white{background-color: rgb(229, 229, 229);}

.gradient-text {
    background-image: linear-gradient(110deg, #fe9601, #ea6d00);
    background: linear-gradient(110deg, #fe9601, #fe7500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accent {
    color: var(--orange)
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}



.block {
    width: 100%;
    min-height: 10vh;
    box-sizing: border-box;
    /* padding: 20px; */
}

.iblock {
    display: inline-block;
}


.font1 {
    font-family: 'inter';
}

.font2 {
    font-family: 'Carlito';
}

.font3 {
    font-family: 'EuropeExt';
}


#menu.mobile {
    display: none !important;
}


#hero {
    padding: 120px 7vw 40px;
    background: url(../img/hero.jpg) bottom center no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    color: #fff
}

#hero.project { min-height: 70vh; height: auto; padding-top: 80px;}


#hero #logoholder {
    position: absolute;
}

#hero .inner {
    padding-top: 11vh;
    width: 100%;
    text-align: center;
}


#hero h1 {
    font-size: 5em;
    font-weight: bold;
    font-family: 'EuropeExt';
    line-height: 50%;
    width: 100%;
}

#hero span {
    font-size: 1em;
    display: inline-block;
}

#hero #info {
    padding-top: 80px;
    align-items: center;
}

#hero #info .ben{
   display: flex;
   flex-direction: row;     
   justify-content: center;
   padding: 20px;
   margin-top: 10px;
   background: #0a0a0aae;
   border-radius: 10px;
   min-height: 50px;
   min-width: 200px;
}


#hero #info .ben img{
height: 60px;
padding-right: 10px;
}


#hero #info .text {
    width: 320px;
    font-size: 1.4em;
    line-height: 140%;
    color: #e0e6f3;
    font-family: 'Inter';
    padding-bottom: 10px;
    text-align: left;
    position: relative;
}

#hero #info .text .art {
    position: absolute;
    display: block;
    left: -40px;
    top: -5px;

}

#hero #info .playbtn ..text {
    text-align: left !important;
}

#hero #info .playbtn {
    text-align: left !important;
    display: inline-block;
    position: relative;
    height: 130px;
    background: rgb(33, 33, 33);
    background: linear-gradient(90deg, hsla(0, 0%, 13%, 0) 0%, rgba(33, 33, 33, .7) 52%, rgba(33, 33, 33, 0) 100%);
}

#hero #info .playbtn:hover #circle {
    animation-duration: .4s;

}

#hero #info .playbtn #circle {
    display: block;
    position: absolute;
    z-index: 0;
    width: 130px;
    height: 130px;
    background: url(../img/playbtn0.png) no-repeat center;
    background-size: contain;
    animation: rotating infinite linear;
    animation-duration: 7s;
    transition: 2s all;
}

#hero #info .playbtn #triangle {
    display: block;
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 76px;
    background: url(../img/playbtn1.png) no-repeat center;
    background-size: contain;
    top: 25px;
    left: 40px;
}



#hero #info .playbtn .text {
    padding-top: 25px;
    padding-left: 150px;
    font-size: 1.6em;
    line-height: 160%;
}

#hero #extra {
    margin: 0 auto;
    margin-top: 13vh;
    font-size: 8px;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    background: rgba(17, 17, 35, 0.3);
    backdrop-filter: blur(4px);
    padding: 20px 0;
    border-radius: 30px;
    width: 50vw;
    min-width: 330px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

#hero #extra img {
    height: 60px;
}

#hero #extra p {
    padding-top: 10px;
    font-size: 1.3em;
}

#hero #extra .item {
    text-align: center;
}

#hero #extra .item.dop {
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    border-right: 2px solid rgba(255, 255, 255, 0.3);
}


#m_menu {
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    z-index: 7;
    background-color: #120b0699;
    backdrop-filter: blur(5px);
    padding: 4px 4vw;
    width: 100%;
    box-sizing: border-box;
}



#menu, #m_menu * {
    box-sizing: border-box;
}

#m_menu #logo img {
    width: 50px;
}

#m_menu #phone {
    width: auto;
    font-size: 20px;
    display: flex;
    align-items: center;
}

#m_menu #phone img {
    padding-left: 5px;
}


#menu .logo {
    max-width: 120px;
    width: 8vw;
    min-width: 40px;
    float: left;
    box-sizing: border-box;
    position: absolute;
    transition: all .45s ease-out;
}

#menu .logo.small{
    max-width: 60px;
    width: 50px;
    top: 5px;
    padding-left: 15px;
    box-sizing: content-box;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#menu ul li {
    font-size: 1.7em;
    padding: 15px;
    font-family: 'Carlito';
    /* text-transform: uppercase; */
}

#menu #phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding-top: 4px;
}

#menu #phone img {
    width: 32px;
    margin-left: 10px;
}

#menu #phone a.digits {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#menu #phone a.digits img {
    width: 20px;
    margin: 0 10px 0 20px;
}



#menu.mobile #phone {
    width: 100vw !important;
    text-align: right;
}

#menu.mobile #logo {
    width: 25vw;
}

#menu.mobile #logo img {
    width: auto;
    height: 50px;
}



#menu {
    display: flex;
    position: fixed;
    z-index: 7;
    background-color: #1d202db6;
    backdrop-filter: blur(5px);
    padding: 4px 4vw;
    width: 100%;
    box-sizing: border-box;
}



#menu * {
    box-sizing: border-box;
}

#menu .logo {
    max-width: 150px;
    float: left;
    box-sizing: border-box;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#menu ul li {
    font-size: 1.7em;
    padding: 15px;
    font-family: 'Carlito';
}

#menu #phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding-top: 4px;
}

#menu #phone img {
    width: 32px;
    margin-left: 10px;
}

#menu #phone a.digits {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#menu #phone a.digits img {
    width: 20px;
    margin: 0 10px 0 20px;
}



#menu.mobile #phone {
    width: 100vw !important;
    text-align: right;
}

#menu.mobile #logo {
    width: 25vw;
}

#menu.mobile #logo img {
    width: auto;
    height: 50px;
}


/* button */
.btn-main {
    display: block;
    width: 300px;
    height: 70px;
    line-height: 70px;
    background: url(../img/button.jpg) center;
    border-radius: 13px;
    /* border:#ea6d00 2px solid; */
    text-align: center;
    font-family: "Inter";
    font-size: 1.8em;
    font-weight: 600;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
    text-transform: uppercase;
    overflow: hidden;
    transition: .4s all ease-in-out;
    box-shadow: 0 0 10px 0 var(--orange);
}

.btn-main:hover {
    color: white;
    box-shadow: 0 0 40px 0 var(--orange);
}



#services {
    background: url(../img/blueprint.jpg) bottom center no-repeat;
    background-size: cover;
    display: inline-block;
    padding-bottom: 33px;
}

#services h4 {
    margin: 20px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.33);
    padding: 10px;
    box-sizing: border-box;
    font-family: 'EuropeExt';
}

#services .w50 {
    padding-left: 7%;
    box-sizing: border-box;
}

#services ul {
    list-style: none;
    padding-bottom: 40px;
}

#services ul li {
    color: white;
    font-size: 1.8em;
    font-family: "Inter";
    font-weight: bold;
    margin-top: 25px;
}

#services ul li::before {
    content: "▶";
    color: var(--orange);
    font-size: inherit;
    padding-right: 10px;
}


#services .midblocks {
    display: flex;
    flex-wrap: wrap;
}

#services .midblocks .item {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    border-radius: 20px;
    min-width: 40%;
    width: 50%;
    min-height: 400px;
    cursor: pointer;
}

#services .midblocks .item.type1 {
    background-image: url(../img/item1.png);
}

#services .midblocks .item.type2 {
    background-image: url(../img/item2.png);
}

#services .midblocks .item.type3 {
    background-image: url(../img/item3.png);
}

#services .midblocks .item.type4 {
    background-image: url(../img/item4.png);
}


#benefits {
    padding: 50px 0;
    background-color: #f4f4f4 !important;
    background: url(../img/benefits.jpg) no-repeat top center;
    background-size: contain;
    min-height: 50vh;
}


#benefits .info {
    font-size: 12px;
    max-width: 60%;
}

#house {
    margin-top: 80px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

#house .item img {
    min-width: 250px;
    width: 40%;
    max-width: 400px;
    z-index: 1;
}

#house .bg {
    position: absolute;
    z-index: 0;
    margin: 0 auto;
    width: 40%;
    left: 0;
    right: 0;
    bottom: -30%;
}


#house .bg img {
    width: 100%;
    min-width: 550px;
    max-width: 1000px;
}

#benefits .btnholder {
    z-index: 2;
    position: relative;
    margin-top: 90px;
    padding-bottom: 10px;
}


#payments {
    background-color: #f4f4f4 !important;
    padding: 60px 0 40px;
}


#payments .item {
    width: 25%;
    max-width: 210px;
    min-width: 170px;
    box-shadow: 0 0 40px 1px rgba(36, 43, 56, 0.5);
    background-color: white;
    padding: 33px;
    border-radius: 10px;
    text-align: center;
    text-align: center;
}


#payments .item .icon {
    border-radius: 50%;
    border: 4px solid #fe9601;
    width: 100px;
    height: 100px;
    padding-top: 13px;
    box-sizing: border-box;
    background-color: var(--orange);
    text-align: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

#payments .item .icon img {
    width: 70px;
    height: 70px;
}


#payments .item h5 {
    font-size: 2em;
    padding-bottom: 20px;
    word-wrap: normal;
    text-transform: uppercase;
}

#payments .item .dash {
    text-align: center;
    width: 80%;
    background-color: var(--orange);
    height: 3px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#payments .item p {
    color: black;
    font-size: 1.6em;
    line-height: 130%;
    font-weight: normal;
    font-family: 'Carlito';
    opacity: .7;
}


#obmen {
    position: relative;
    padding-top: 50px;
    background: url(../img/house2.jpg) no-repeat top center;
    background-size: cover;
    min-height: 50vh;
}


#obmen .images {
    position: absolute;
    z-index: 1;
    left: 20vw;
    bottom: 5%;
}


#obmen .images img {
    border-radius: 10px;
}

#obmen .images .img1 {
    position: absolute;
    width: 25vw;
    bottom: 3vh;
    left: 0;
    z-index: 2;
    box-shadow: 0 0 30px 0 rgba(2, 2, 2, 0.77);
}

#obmen .images .img2 {
    position: absolute;
    height: 30vw;
    bottom: 11vh;
    left: -10vw;
    z-index: 1;
}



#obmen .text {
    width: 70%;
    position: relative;
    z-index: 4;
}


#obmen .text .info {
    width: 70%;
    padding: 20px 0;
    margin-left: 30%;
    box-sizing: border-box;
    font-family: "inter";
    opacity: .8;
    text-align: right;
    font-size: 1.3em;
}



#obmen .text ul {
    list-style: none;
    margin-left: 38%;
    padding-top: 10px;
    padding-bottom: 50px;
}

#obmen .text ul li {
    text-transform: uppercase;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 16px;
}

#obmen ul li::before {
    content: "✔";
    color: var(--orange);
    font-size: 1.6em;
    font-weight: bold;
    font-family: "Arial";
    padding-right: 10px;
}



#contacts_block {
    padding-top: 40px;
    background: #fff;
    color: #202020 !important;
    overflow: hidden;
    padding-bottom: 70px;
}

#contacts_block .item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    margin-bottom: 33px;
}

#contacts_block .item img {
    width: 33px;
    height: 33px;
    margin-right: 20px;
}

#contacts_block .item p {
    margin-bottom: 0px !important;
    font-size: 1.2rem !important;
    color: #202020 !important;
}

#contacts_block .item a {
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 0;
    color: var(--orange);
}

#contacts_block h2 {
    padding-bottom: 80px;
}

#contacts_block .item span.mini {
    font-weight: 200 !important;
    letter-spacing: -3px;
}

#contacts_block .map {
    box-shadow: 0 0 70px #B9C0C4;
}



footer {
    display: flex;
    width: 100%;
    padding: 20px 10px;
    background-color: #2c2d31;
    color: white;
    box-sizing: border-box;
}

footer p, footer a {
    font-size: 1em;
    color: inherit
}

footer a {
    color: var(--gold);
}

footer ul {
    list-style-type: none;
}

footer ul>li {
    display: inline-block;
    padding: 5px;
}

footer ul>li a {
    font-size: 1.4em;
}


footer ul>li a:hover {
    color: var(--gold)
}


/* PAGES */
#projects {
    padding-top: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

#projects .item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 48%;
    min-width: 33%;
    min-height: 200px;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 0 20px 0 rgba(0, 0, 14, .23);
    margin: 1%;
    margin-bottom: 30px;
}

#projects .item .name, #projects .item .available {
    position: absolute;
    background-color: #eb740c;
    color: white;
    padding: 10px;
    top: 270px;
    left: -5px;
    min-width: 220px;
    font-size: 2em;
    font-family: 'EuropeExt';
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
}

#projects .item .available {
    background-color: #108848d0;
    top: 15px;
    left: 0;
    min-width: 120px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#projects .item .available p{
    font-size: 1.5rem;
    font-family: 'Inter';
    font-weight: bold;
    line-height: 1em;
}

#projects .item .available i{
    font-size: .8rem;
    margin: 0;
    padding: 0;
}


#projects .item img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

#projects .item .info {
    padding: 10px 20px 20px;

}

#projects .item .info p {
    color: black;
    margin-top: 5px;
    padding: 4px;
}

#projects .item .info .w50:last-child p {
    background-color: #e6e6e6;
    padding-right: 11px;
    text-align: right;
    border-radius: 2px;
}

#breadcrumbs a{color:var(--orange)}

.catalog #description p{
    font-size: 13px ;    
    color: black;
    line-height: 1.2;
    width: 70%;
    text-align: center;
    margin: 100px auto 50px;
    font-family: 'Inter';
}

/* project single page */
section.project p.desc{
    font-size: 1.6em;
    color:black;
}

section.project  p{ 
    color: #0a0a0a;
}

.project .info{
    display: block;
}

section.project .info .item { display:flex; flex-wrap: nowrap; justify-content: space-between;}
section.project .info .item p { width: 60%;text-align: left; padding: 5px}
section.project .info .item p:first-child { width: 40%; text-align: left; max-width: 130px}
section.project .info .item:nth-child(2n){background-color: rgba(0,0,0,.1);}


.projectVideo{
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgb(120, 120, 120);
    width: 60vw;
}

.projects-button{
    display: inline-block;
    background-color: var(--orange);
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    margin: 20px auto;
    min-width: 200px;
    cursor: pointer;
}
.projects-button:hover{color:white!important}

/* OWL CAROUSEL */
.owl-item img, .owl-carousel, .owl-stage{border-radius: 10px; box-sizing: border-box;}
.owl-dots {display: flex; flex-wrap: wrap; justify-content: flex-start; padding-top: 10px;}
.owl-dots img{width: 90px; height:60px; display: inline-block; cursor: pointer; object-fit: cover!important;}

.owl-dot {width: 90px; height:60px; border: transparent 3px solid; transition: all .4s;}
.owl-dot.active{border: var(--orange) 3px solid;}





/* -----======== MOBILE ========----- */
@media (orientation: portrait) {

    .content {
        box-sizing: border-box;
        min-width: 100% !important;
    }



    #hero {
        padding-top: 54px !important;
        background: url(../img/hero_m.jpg) bottom center no-repeat;
        background-size: cover;
    }

    #hero .inner {
        padding-top: 24px !important;
    }

    #hero h1 {
        line-height: 100%;
        font-size: 4em;
    }

    #hero #info {
        flex-direction: column-reverse;
    }

    #hero #info .w50 {
        padding: 30px 0;

    }

    #hero #info .tal {
        text-align: center !important;
    }

    #hero #info .text:first-child {
        margin: 0 auto;
        width: 70%;
        text-align: center;
        padding-bottom: 20px;
        font-size: 1.2em;
    }

    #hero #info .pt1 {
        margin: 0 auto;
    }

    #hero #info .btn-main {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #hero #extra {
        display: none;
        width: 90%;
        margin-top: 12vh;
    }

    #hero #info .text .art {
        display: none;
    }


    #benefits .info {
        max-width: 80%;
        padding-bottom: 10px;
    }

    #house .item {
        padding: 0 !important;
    }

    #house .item img {
        min-width: 250px;
        width: 80%;
        max-width: 350px;
    }

    #house .bg {
        display: none;
    }

    #services {
        padding: 10px 30px;
        box-sizing: border-box;
        padding-bottom: 50px;
    }

    #services .midblocks .item {
        min-width: 90%;
        width: 100%;
        margin: -20px auto;
        min-height: 280px;
    }

    #services ul {
        padding-bottom: 0;
    }

    #services ul li {
        font-size: 1.4em
    }

    #payments .flex {
        flex-direction: column;
        text-align: center;
    }

    #payments .item {
        margin: 0 auto;
        margin-bottom: 50px;
        width: 80%;
        max-width: 600px;
    }


    #obmen .tar.flex.end {
        text-align: center;
        justify-content: center;
    }

    #obmen h2 {
        text-align: center;
    }

    #obmen .text .info {
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    #obmen .images {
        display: none;
    }

    #obmen .text {
        width: 100%;
        padding: 20px !important
    }

    #obmen .text ul {
        margin: 0;
        padding: 20px;
    }

    #contacts_block {
        padding: 20px 30px 50px;
    }

    #contacts_block .inner.flex {
        display: block !important;
        width: 100%;
        padding: 0;
    }

    #contacts_block .w50 {
        width: 100%
    }

    #contacts_block h2 {
        padding-bottom: 30px;
    }

    #contacts_block .map {
        margin-bottom: 50px;
        width: 96%;
        border-radius: 20px;
        margin: 0 auto;
    }

    .desktop {
        display: none !important;
    }

    .w50 {
        width: 100%;
        display: block;
    }

    /* Projects */
    #projects .item .w50{width: 50%;}

    #projects .item {
        width: 98%;
    }

    
    section.project .flex{flex-direction: column;}
    section.project .w60, section.project .w40{width: 100%;}
    .owl-dots img, .owl-dot{width: 55px; height:40px;}
    .data-panel{padding-left: 10px!important; padding-right: 10px!important;}
    .projectVideo{width: 100%;}

    footer {
        flex-direction: column;
    }

    footer .w20, footer .w60 {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

}


/*--=== ANIMATIONS ===--- */


@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

.floatingH {
    animation-name: floatingH;
    animation-duration: 2.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

@keyframes floatingH {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(12px, 4px);
    }

    100% {
        transform: translate(0, -0px);
    }
}