@font-face {
    font-family: 'ethnocentric';
    src: url(./FONTS/ethnocentric.otf) format(opentype);
}

html,body{
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: ethnocentric,sans-serif ;
    background-image: url(./IMAGES/background.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
header{
    display: flex;
    justify-content: space-between;
}

nav{
    width: 40%;
    padding-left: 100px;
    display: flex;
    justify-content: space-around;
}

.icon{
    width: 30px ;
    margin: 10px 50px 0px 0px;
}


.block{
    width: auto;
    height: 100%;
}

.aside_title{
    position:absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 90px;
    padding: 0;
    margin: 0%;
    top: 11px;
}

.back_gorp{
    position: absolute;
    font-size: 475px;
    top: 0px;
    opacity:15% ;
}

.price{
    text-align: start;
    padding-left: 20px;
    opacity: 100%;
}
.back_price{
    width:313px ;
    height: 82px;
    position: absolute;
    top:467px;
    left: 999px;
    background-color: black;
    opacity: 64% ;
    font-size: 1.4em;
    margin: 0px;

}

.shop_button{
    text-align: center;
}

.back_shop{
    width:313px ;
    height: 82px;
    position: absolute;
    top: 847px;
    left: 999px;
    background-color: #7D44B9;
    opacity: 64% ;
    font-size: 1.4em;
    margin: 0px;
}

.cadre_1{
    position: absolute;
    top: 462px;
    left: 310px;
    width: 997px;
    height: 635px;
    border: solid white 5px;
    box-shadow: inset  0 0 1em #7D44B9,
    0 0 1em #7D44B9;
}

.cadre_2{
    position: absolute;
    top: 275px;
    left: 999px;
    width: 538px;
    height: 649px;
    border: solid white 5px;
    box-shadow: inset  0 0 1em #7D44B9,
    0 0 1em #7D44B9;
}

.specifies{
    position: absolute;
    left: 1020px;
    top: 600px;
    padding: 0px;
}

li{
    font-size: 1.4em;
    list-style: none;
    padding: 10px 0px 10px 0px;  
}

.item{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 725px;
}

.product_title{
    position: absolute;
    top: 129px;
    left: 350px;
    font-size: 80px;
    margin: 0px;
}

.id_product{
    position: absolute;
    top: 292px;
    left: 1530px;
    text-wrap: nowrap;
}

