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') format('woff');

}


body {
    font-family: 'Roboto Condensed', sans-serif;
    background: linear-gradient(180deg, #070A1B 0%, #2A3170 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: #070A1B;
    ;

}

.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/header-bg.png);
    min-height: calc(100vh - 100px);
    background-repeat: no repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.header__content::before {
    content: "";
    background-image: url(../images/decor.svg);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    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: 50px;


}

.footer {
    background: #070A1B;
}

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

.concept {
    padding-top: 150px;
    margin-bottom: 150px;
}

.concept__inner {
    max-width: 900px;
    margin-left: auto;
}

.section__title {
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #F402A2;
    font-size: 18px;
    font-family: 'Corporate-A-Bold';
}


.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: 15px;
}

.premier__img {
    margin-bottom: 21px;
}

.premier__btn {
    font-family: 'Corporate-A-Bold';
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 120%;
    color: #F402A2;
    text-align: center;
    padding: 14px;
    border: 1px solid #F402A2;
    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';
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 120%;
    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;
}

.design__interior {
    display: grid;
    grid-template-columns: 255px 255px auto 330px;
    grid-template-rows: auto auto;
    gap: 14px 44px;
    margin: 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 30 px;
}

.slick-track {
    margin-left: -30px;
}

.pading-slider {
    padding-bottom: 25px;
}

.arrow {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    bottom: -50px;
    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-colum{
    width: 255px;
}
.design__box-text{
    margin-bottom: 15px;
}
.design__img{
    width: 100%;
    display: 100%;
    object-fit: cover;
    margin: 0 auto;  

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

}


@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;

    }
    

}

@media(max-width: 768px){
    .header__logo {
        margin-left: 0;
    }
    .logo_amg{
        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;
        display: block;
    }
    .design__box-colum{
        width: 100%;
    }
}

@media(max-width: 620px){
    .footer__inner{
        flex-wrap: wrap;
        align-content: center;

    }
    .footer .list{
        width: 100%;
        margin-top: 10px;
        justify-content: center;
        
    }

}

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

    }
    .footer__inner{
        flex-direction: column;
        padding-top: 10px;
    }
    .list{
        justify-content: center;
        padding-top: 10px;
        width: 100%;
    }
    .title {
        font-size: 34px;

    }

}
@media(max-width: 360px){
    .design-slider__item{
        margin: 0;
    }
    .slick-track{
        margin-left: 0;
    }

}