html{
    box-sizing: border-box;
}
*,
*::after,
*::before{
    box-sizing: inherit;
}

@font-face {
    font-family: 'Corporate-A-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Corporate-A-Bold.woff2') format('woff2'),
         url('../fonts/Corporate-A-Bold.woff');
}

body{
    font-family: 'Roboto Condensed', sans-serif;
    background: linear-gradient(180deg, #000000 0%, #070A1B 100%);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
}

a{
    text-decoration: none;
    color: inherit;
}

img{
  max-width: 100%;
  
}

button{
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

ul{
    list-style: none;
}

.container{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
}

.header{
    /* background-image: url(../images/bg2.jpg); */
    /* background-position-y: -30px; */
    background: #000000;
}

.header__logo{
    margin-left: 115px;
    font-size: 36px;
    font-family: 'Corporate-A-Bold';
}

.logo__img{
    margin-left: 115px;
    padding: 10px;

}

.header__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.list{
    display: flex;
}

.list__item + .list__item{
    margin-left: 30px;
}

.list__link{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: background .3s;
}

.list__link:hover{
    background-color: #C1A1D2;
}

.header__content{
    background-image: url(../images/bg.jpg);
    min-height: calc(100vh - 100px); 
   
    /* min-height: 700px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 40px;
    
    /* background-position-y: -500px; */
}

/* .imgback{
    max-height: 100%;
    max-width: 100%;
    padding: 100px;

} */

.header__content::before{
    content: "";
    background-image: url(../images/decor22.svg);
    width: 87px;
    height: 90px;
    position: absolute;
    left: 50%;
    /* transform: translateX(-50%); */
    transform: translate(-50%, 10%);
    bottom: -25px;

}

.title{
    font-family: 'Corporate-A-Bold';
    margin-bottom: 5px;
    font-size: 72px;
    line-height: 120%;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.title-descr{
    font-size: 24px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 60px;
}

.footer{
    background: #070A1B;
}

.footer__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 300px;
}
.concept{
    padding-top: 150px;
    padding-bottom: 150px;
}
.concept__inner{
    max-width: 900px;
    margin-left: auto;
}
.section__title{
    font-family: 'Corporate-A-Bold';
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #ce0f0c;
    font-size: 18px;
}
.concept__text{
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 120%;
}

.premier{
    margin-bottom: 150px;
}

.premier__inner{
    display: flex;
    gap: 60px;
}
.premier__text{
    margin-bottom: 21px;
}
.premier__img{
    margin-bottom: 20px;
    max-height: 100%;
}


.premier__btn{
    font-family: 'Corporate-A-Bold';
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 120%;
    color: #ce0f0c;
    text-align: center;
    padding: 14px;
    border: 1px solid #ce0f0c;
    transition: all .3s;
}
.premier__btn:hover{
    color: #53A1CB;
    border: 1px solid #53A1CB;
}
.video{
    margin-bottom: 150px;
}
.video__img{
    margin-bottom: 25px;
}

/* .video__btn{
    font-family: 'Corporate-A-Bold';
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    font-size: 18px;
    line-height: 120%;
    width: 100%;
    color: #f402a2;
    padding: 14px;
    border: 1px solid #f402a2;
    transition: all .3s;
}
.video_btn span{
    padding-top: 2px;
}
.video__btn:hover{
    color: #53A1CB;
    border: 1px solid #53A1CB;
}

.video__btn path{
    transition: all .3s;
}
.video__btn:hover path{
    fill:#53A1CB;
} */

.youvideo{
    margin-top: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.video-popup{
    font-family: 'Corporate-A-Bold';
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    font-size: 18px;
    line-height: 120%;
    width: 100%;
    color: #ce0f0c;
    padding: 14px;
    border: 1px solid #ce0f0c;
    transition: all .3s;
}

.video-popup span{
    padding-top: 2px;
}
.video-popup:hover{
    color: #53A1CB;
    border: 1px solid #53A1CB;
}
.video-popup path{
    transition: all .3s;
}
.video-popup path:hover{
    fill:#53A1CB;
}

.design__interior{
    display: grid;
    grid-template-columns: 255px 255px auto 330px;
    grid-template-rows: auto auto;
    gap: 14px 44px;
    margin-bottom: 100px;
}

.design__cell-one{
    grid-row: 1/3;
}

.design__cell-two{
    grid-row-end: -1;
    display: flex;
    align-items: flex-end;
}

.design__cell-three{
    grid-column-end: -1;
    grid-row-end: -1;
    display: flex;
    align-items: flex-end;
}

.design__interior-img{
    grid-column: 2/-1;
}

.design__cell-text{
    margin-bottom: 15px;
}
.design__slider-item{
    margin: 0 30px;
    max-width: 400px;
    min-height: 200px;
    
}
.design__slider{
    margin-bottom: 50px;
}
.slick-track{
    margin-left: -40px;
}
.design__slider{
    padding-bottom: 25px;
}
.arrow{
    position: absolute;
    z-index: 10;
    cursor: pointer;
    bottom: 0;
    left: 50%;
} 
.arrow-left{
    transform: translateX(-80px);
}

.arrow-right{
    transform: translateX(30px);
}

.design__box{
    max-width: 590px;
    margin: 150px auto;
    padding: 0 10px;
    display: flex;
    gap: 60px;

}
.design__box-column{
    width: 255px;
}

.design__box-text{
    margin-bottom: 15px;
}
.design__img{
    max-width: 90%;
    display: block;
    object-fit: cover;
    margin: 0 auto;  
}


.feedback__form{
    width: 415px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.feedback__title{
    font-family:'Corporate-A-Bold', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 5px;
}

.feedback__text{
    margin-bottom: 30px;
}

.feedback__input{
    display: block;
    padding: 20px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #rgba(0,0,0, .1);
}

.feedback__input::placeholder{
    line-height: 19px;
    font-size: 16px;
    color: #1B1818;
    font-family: 'Corporate-A-Bold', sans-serif;
    font-weight: 400;
}

.feedback__btn{
    font-family: 'Corporate-A-Bold';
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 120%;
    color: #ce0f0c;
    text-align: center;
    padding: 14px;
    border: 1px solid #ce0f0c;
    transition: all .3s;
}


.feedback__btn:hover{
    color: #53A1CB;
    border: 1px solid #53A1CB;


}

.popup{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0 , 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.4s ease 0s;
}
.popup:target{
    opacity: 1;
    visibility: visible;
}

.popup:target .popup__content{
    /* transform: translate(0px, 0px); */
    transform:perspective(600px) translate(0px,0%) rotateX(0deg);
    opacity: 1;
}
.popup__area{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}
.popup__body{
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}
.popup__content{
    
    background-color: #fefefe;
    color: #000000;
    max-width: 800px;
    max-height: 800px;
    padding: 30px;
    position: relative;
    transition: all 0.4s ease 0s;
    opacity: 0;
    /* transform: translate(0px,-100%); */
    transform:perspective(600px) translate(0px,-100%) rotateX(45deg);
}
.popup__close{
    font-family: 'Corporate-A-Bold', sans-serif;
    color: #000000;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}
.popup__title{
    font-family: 'Corporate-A-Bold', sans-serif;
    font-size: 40px;
    margin: 0px 0px 1em 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #000000;


}
.popup__text{
    font-family: 'Corporate-A-Bold', sans-serif;
    color: #000000;
    font-size: 16px;
    margin: 0px 0px 1em 0px;
}

@media(max-width: 1366px){
    .footer__inner{
        height: 150px;
    }
    .logo__img{
        width: 80px;
    }
}

@media(max-width: 1020px){
    .design__interior{
      display: block;
    }
    .design__interior-img{
      width: 100%;
      margin-bottom: 25px;
    }
    .design__cell-three .design__interior-img{
      max-width: 100%;
      width: auto;
    }
    .logo__img{
        width: 70px;
    }
}

@media(max-width: 768px){
    .header__logo{
        margin-left: 0;
    }
    .logo__img{
        width: 180px;
    }
    .list__item + .list__item{
        margin-left: 15px;
    }
    .list__link{
        width: 35px;
        height: 35px;
    }
    .title{
        font-size: 55px;
    }
    .title-descr{
        font-size: 18px;
    }
    .concept{
      padding-top: 75px;
      margin-bottom: 75px;
    }
    .concept__text{
      font-size: 16px;
    }
    .premier__inner{
      display: block;
    }
    .premier
    .video{
      margin-bottom: 75px;
    }
    .premier__img{
      width: 100%;
      margin-top: 25px;
    }
   .design__box{
     margin: 75px auto;
   }
   .design__box-column{
     width: 100%;
   }
   .logo__img{
        width: 70px;
    }
    .logo__img-two{
        width: 70px;
    }
    .feedback__form{
        width: 70%;
    }
}

@media(max-width: 620px){
    .footer__inner{
        flex-wrap: wrap;
        align-content: center;
    }
    .footer .list{
        width: 100%;
        margin-top: 0;
        justify-content: center;
    }
    .logo__img{
        width: 60px;
    }
    .logo__img-two{
        width: 60px;
    }

    .feedback__form{
        width: 60%;
    }
}


@media(max-width: 520px){
    .header__top{
      flex-wrap: wrap;
      align-content: center;
    }

    .footer__inner{
        flex-direction: column;
        padding-top: 10px;
        /* justify-content: center; */
              
    }
    .list{
      justify-content: center;
      padding-top: 10px;
      width: 100%;
    } 
    .title{
        font-size: 35px;
     }    
    .header__content{
       background-position-x: -535px;
     }
    .concept{
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .logo__img{
        width: 60px;
    }
    .logo__img-two{
        width: 60px;
    }
    .feedback__form{
        width: 60%;
    }
    
}
@media(max-width: 360px){
    .design__slider-item{
      margin: 0;
    }
    .slick-track{
      margin-left: 0;
    }
    .logo__img{
        width: 50px;
    }
    .logo__img-two{
        width: 60px;
    }
    .feedback__form{
        width: 60%;
    }
    .feedback__title{
        font-size: 100%;
    }
    .feedback__text{
        font-size: 100%;
    }
}