*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
    width: 100vw;
}

.wrapper{
    overflow-x:hidden;
    overflow-y: hidden;
}
/*ОТКРЫТОЕ МЕНЮ*/

.menu_wrapper{
    position: fixed;
    background-color:#050505ad;
    width: 100vw;
    height: 0vh;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 30px;
    font-family: "Inter";
    font-size: 64px;
    gap: 30px;
    text-transform: uppercase;
    transition: 0.7s;
}

.active_menu{
    height: 100vh;
    overflow-y: hidden;
}
.hidden{
    opacity: 0;
}
.menu_wrapper a{
    text-decoration: none;
    color: #f0ece283;
    font-weight: 200;
    line-height: 100%;
    transition: 0.3s;
    transform: translateX(-50vw);
}
.menu_wrapper a:hover{
    transition: 0.3s;
    color: #F0ECE2;
}

/* ПЕРВЫЙ ЭКРАН */
.video_wrapper{
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
}

.video{
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header_banner{
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background-color: #282828;
    padding: 30px;
    animation: change ease-in 5s forwards;

}
.header{
    width: 100%;
    height: 7.407vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50vh);
    animation: fade_in ease 1s forwards ;
    animation-delay: 0.8s;
}

.logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu{
    display: none;
    position: absolute;
    font-family: "Inter", sans-serif;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: -1%;
    font-weight: 400;
    text-transform: uppercase;
    color: #f0ece283;
    left: 1.563vw;
    top: 52px;
    cursor: pointer;
    transform: translateY(-50vh);
    animation: fade_in 1s forwards ;
    animation-delay: 1.5s;
    transition: 0.3s;
    z-index: 4;
}


.menu:hover{
    transition: 0.3s;
    color: #F0ECE2;
}
.header p{
    font-family: "Inter", sans-serif;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: -1%;
    font-weight: 400;
    text-transform: uppercase;
    color: #F0ECE2;
}

.logo p{
    font-weight: 200;
    font-size: 2.5vw;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;
}

.logo_bottom{
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo_bottom p{
    font-size: 1.042vw;
    line-height: auto;
    letter-spacing: 0%;
    text-transform: none;
}

.logo_bottom div{
    width: 0.26vw;
    height: 0.26vw;
    border-radius: 50%;
    background-color: #F0ECE2;
}

.header_title{
    opacity: 0;
    position: absolute;
    top: 35.278vh;
    text-align: center;
    left: 5.26vw;
    color: #F0ECE2;
    font-family: "Great Vibes", sans-serif;
    font-size: 14.583vw;
    animation: title 0.9s ease forwards;
    animation-delay: 0.2s;
}
.header_description{
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    width: 17.292vw;
    bottom: 0;
    font-weight: 200;
    font-family: "Inter";
    font-size: 1.25vw;
    text-align: center;
    color: #adaaa5da;
    animation: discription 0.9s ease forwards;
    animation-delay: 1.9s;
}

/* SRCOLL-X WRAPPER */

.scroll_x{
    display: flex;
    width: 600vw;
}

/* CONTENT */

.content{
    width: 100vw;
    height: 100vh;
    background-color:#F0ECE2;
    font-size: 100px;
}
/* 1ST BLOCK */
.first_sec{
    background-color: #282828;
    display: flex;

}
.bg_1{
    mix-blend-mode: multiply;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 1;
    opacity: 20%;
    pointer-events: none;
}

.first_left{
    padding-left: 30px;
    padding-top: 30px;
    width: 41.198vw;
    height: 100vh;
    background-color: #F0ECE2;
    font-family: "Yeseva One";
    font-size: 9.896vw;
    color: #282828;
    text-transform: uppercase;
}
.first_sec_title{
    position: absolute;
    z-index: 2;
}
.man{
    height: 84.63vh;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.first_right{
    width: 58.802vw;
    height: 100vh;
    display: flex;
    color: #F0ECE2;
    font-family: "Inter";
    font-weight: 100;
    font-size: 1.25vw;
}
.right_col{
    width: 50%;
    height: 100%;
    padding-left: 30px;
    padding-top:5.185vh;
    padding-right: 30px;
    padding-bottom: 5.185vh;
}
.col_1 p:nth-child(2){
    font-weight: 100;
}

.col_1 p{
    transition: 0.7s;
}
.col_1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    /* border-right: 1px solid #f0ece286; */
}
.col_2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    padding-left: 3.646vw;
}
.col_2 ul{
    transition: 0.7s;
}

.col_2 li{
    margin-bottom: 10px;
}

/* 2nd block*/

.bg_2{
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    opacity: 20%;
    transform: rotate(180deg);
    pointer-events: none;
}

.second_left{
    z-index: 1;
    width: 39.323vw;
    height: 100%;
    background-color: #282828;
}

.circle{
    position: absolute;
    z-index: 4;
    width: 97.497vw;
    left: 0;
    top:42.13vh;
    mix-blend-mode: difference;
    pointer-events: none;
    
}

.block{
    pointer-events: none;
    position: absolute;
    width: 32.344vw;
    height: 38.333vh;
    background: url(../img/1.jpg);
    top: 30.833vh;
    left: 9.896vw;
    z-index: 3;
}
.block_2{
    pointer-events: none;
    z-index: 3;
    position: absolute;
    width: 28.125vw;
    height: 33.426vh;
    top: 1vw;
    right: 10.417vw;
    background: url(../img/2.jpg);
}

.block_3{
    pointer-events: none;
    position: absolute;
    width: 17.708vw;
    height: 47.222vh;
    bottom: 2.778vh;
    right: 27.135vw;
    background: url(../img/3.jpg);
    z-index: 5;
}

.anim:hover{
    transform: scale(1.5);
    
}
/* 3rd block*/
.third_sec{
    display: flex;
}
.third_left{
    padding-left: 30px;
    padding-top: 30px;
    width: 50vw;
    height: 100vh;
    font-family: "Yeseva One";
    font-size: 9.896vw;
    color: #282828;
    text-transform: uppercase;
}
.third_sec_title{
    width: 48.49vw;
    line-height: 80%;
    position: absolute;
    z-index: 3;
}
.doors{
    width: 46.823vw;
    pointer-events: none;
    z-index: 4;
    height: 75.815vh;
    left: 1.563vw;;
    bottom: -5.333vh; 
    position: absolute;
}

.third_right{
    width: 50vw;
    height: 100vh;
    background-color: #282828;
    font-family: "Inter";
    text-transform: uppercase;
}
.category{
    cursor: default;
    position: absolute;
    width: 50vw;
    height: 25vh;
    background-color: #282828;
    color: #f0ece270;
    font-size: 1.563vw;
    transition:all 0.7s ease, color 0.3s ease ;
}

/* открытая карточка */
.bg_4{
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
    position: absolute;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    opacity: 20%;
}

.active{
    position: absolute;
    height: 100vh;
    cursor: default;
    border: none;
    color: #F0ECE2;
}
.category:hover{
    color: #F0ECE2;
}
.cat_title{
    top: 11.481vh;
    padding-left: 1.563vw;
    position: absolute;
    font-weight: 300;
}

.cat_button{
    cursor: pointer;
    right: 1.563vw;
    top: 10.481vh;
    position: absolute;
    font-size: 2.5vw;
    font-weight: 200;
    line-height: 100%;
}
.cat_inner{
    transition: 0.7s;
    position: absolute;
    z-index: -1;
    height: 100vh;
    width: 50vw;
    opacity: 0;
}
.cat_inner img{
    position: absolute;
    bottom: 4.63vh;
    height: 91.019vh;
    opacity: 5%;
    pointer-events: none;
    right: 0;
}
.inner_text{
    margin-left: 1.563vw;
    margin-top: 19.815vh;
    font-size: 1.25vw;
    font-weight: 200;
    text-transform: none;
    width: 22.656vw;
}
.inner_text_text p{
    margin-bottom: 0.926vh;
    line-height: 100%;
}

.inner_sm_text{
    text-transform: none;
    position: absolute;
    bottom: 2.778vh;
    right: 1.563vw;
    width: 290px;
    line-height: 100%;
    text-align: right;
    font-size: 1.25vw;
    font-weight: 100;
    text-align: right;
}
.cat_1{
    top: 0;
    overflow: hidden;
}
.cat_2{
    border-top: 1px solid #F0ECE2;
    top: 25vh;
    overflow: hidden;
}
.cat_3{
    border-top: 1px solid #F0ECE2;
    bottom: 25vh;
    overflow: hidden;
}
.cat_4{
    bottom: 0;
    border-top: 1px solid #F0ECE2;
    overflow: hidden;
}



/*4th block*/

.fourth_left{
    z-index: 2;
    width: 39.323vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #282828;
}
.th_img_1{
    pointer-events: none;
    z-index: 3;
    position: absolute;
    width: 17.708vw;
    height: 47.222vh;
    object-fit: cover;
    left: 11.823vw;
    top: 25%;
    opacity: 0;
    transform: translateX(100%);
}

.th_img_2{
    pointer-events: none;
    z-index: 3;
    position: absolute;
    width: 32.083vw;
    height: 38.056vh;
    object-fit: cover;
    right: 5.104vw;
    top: 5.37vh;
    opacity: 0;
    transform: translateX(100%);
}
.th_img_3{
    pointer-events: none;
    z-index: 3;
    position: absolute;
    width: 32.083vw;
    height: 38.056vh;
    object-fit: cover;
    right: 21.042vw;
    top: 56.574vh;
    opacity: 0;
    transform: translateX(100%);
}
.bg_3{
    mix-blend-mode: multiply;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    opacity: 20%;
    pointer-events: none;

}

/* 5th block*/

.fifth_right{
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
    background-color: #282828;
}

.fifth_title{
    z-index: 2;
    line-height: 80%;
    font-family: "Yeseva One";
    width: 45vw;
    font-size:9.896vw ;
    color: #282828;
    position: absolute;
    text-transform: uppercase;
    left: 30px;
    top: 30px;
}
.cards{
    z-index: 3;
    height: 56.389vh;
    position: absolute;
    left: 3.385vw;
    bottom: 11.574vh;
    pointer-events: none;
}
.sticker{
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 8.125vw;
    bottom: 1.296vh;
    pointer-events: none;
}
.fifth_right{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fifth_first_sec{
    padding-bottom: 1.852vh;
    margin-top: 2.778vh;
    padding-top: 1.852vh;
    border-top: 1px solid #F0ECE2;
    font-family: "Inter";
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.25vw;
    color: #F0ECE2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 46.875vw;
    margin-left: 1.563vw;
    margin-right: 1.563vw;
}

.first_sec_right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap:6.759vh ;
}

.right_top{
    font-weight: 200;
    text-transform: none;
    text-align: right;
}
.right_top p{
    line-height: 100%;
}

.right_top p:nth-child(1){
    margin-bottom: 10px;

}

.gis{
    cursor: pointer;
    text-transform: none;
    display: flex;
    gap: 0.521vw;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.926vh;
    font-weight: 200;
}

.vk{
    cursor: pointer;
    text-transform: none;
    display: flex;
    gap: 0.521vw;
    align-items: center;
    justify-content: flex-end;
    font-weight: 200;
}
.right_bottom img{
    width: 1.719vw;
    height: 1.719vw;
}

.fifth_second_sec{
    letter-spacing: -1%;
    display: flex;
    padding-top: 1.852vh;
    border-top: 1px solid #F0ECE2;
    font-family: "Inter";
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.25vw;
    color: #F0ECE2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 46.875vw;
    margin-left: 1.563vw;
    margin-right: 1.563vw;
}
.fifth_map{
    z-index: 2;
    pointer-events: none;
    margin-top: 4.63vh;
    height: 44.537vh;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.go_back{
    font-family: "Inter";
    font-size: 0.833vw;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    position: absolute;
    right: 30px;
    bottom: 2.778vh;
    opacity: 0.5;
    color: #F0ECE2;
    text-decoration: none;
    transition: opacity 0.3s;
}

.go_back:hover{
    transition: 0.3s;
    opacity: 1;
}
.bg_5{
    mix-blend-mode: multiply;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 20%;
}
