*{
    margin: 0;
    padding: 0;
    outline: none;
}
a{
    text-decoration: none;
}
@font-face {
    font-family: BebasNeue; 
    src: url("fonts/BebasNeue Book.otf"); 
}
@font-face {
    font-family: RobotoCondensed; 
    src: url("fonts/RobotoCondensed.ttf"); 
}
@font-face {
    font-family: RobotoLight; 
    src: url("fonts/RobotoLight.ttf"); 
}
.container{
    padding: 60px 0 120px;
}
header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header__name{
    margin: 60px 0 90px;
    color: #b3182c;
    font-family: BebasNeue;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 31px;
    letter-spacing: 8.33px;
    text-align: center;
}
.header__img{
    width: 100%;
    max-width: 241px;
}
.desc{
    padding: 0 5%;
    color: #0a0a0a;
    font-family: RobotoLight;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1.54px;
    line-height: 40px;
}
.wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.panel{
    position: relative;
    width: 351px;
    height: 485px;
    margin: 0 8px 45px;
/*     background: url("lowres_panel_background/lowres_panel_background.png");
background-size: 100% 100%; */
}
.panel__num{
    position: absolute;
    top: 19px;
    left: 17px;
    color: #0163ac;
    font-family: RobotoCondensed;
    font-size: 42px;
    font-weight: 400;
}
.panel__name{
    padding: 30px 0 0 50px;
    color: black;
    font-family: BebasNeue;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.98px;
    text-align: center;
}

.panel__price{
    white-space: nowrap;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    color: black;
    font-family: RobotoLight;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1.02px;
}
.panel__img{
    position: absolute;
    width: 90%;
    max-width: 300px;
    max-height: 300px;
    top: 87px;
    left: 50%;
    transform: translate(-50%, 0);
}
/* .panel:nth-child(1){
    background: url("lowres_panel_background/lowres_panel_background.png");
    background-size: 100% 100%;
}
.panel:nth-child(2){
    background: url("lowres_panel_background/lowres_panel_background.png");
    background-size: 100% 100%;
}
.panel:nth-child(3){
    background: url("lowres_panel_background/lowres_panel_background.png");
    background-size: 100% 100%;
}
.panel:nth-child(4){
    background: url("lowres_panel_background/lowres_panel_background.png");
    background-size: 100% 100%;
}
.panel:nth-child(5){
    background: url("lowres_panel_background/lowres_panel_background.png");
    background-size: 100% 100%;
}
.panel:nth-child(6){
    background: url("lowres_panel_background/lowres_panel_background.png");
    background-size: 100% 100%;
}
.panel:nth-child(7){
    background: url("lowres_panel_background/lowres_panel_background.png");
    background-size: 100% 100%;
}
.panel:nth-child(8){
    background: url("lowres_panel_background/lowres_panel_background.png");
    background-size: 100% 100%;
} */
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}
.social__img{
    margin: 0 10px 60px 10px;
}
.footer__link, .footer__link_link{
    color: black;
    font-family: RobotoLight;
    font-weight: 300;
    letter-spacing: 2.92px;
    font-size: 20px;   
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 900px){
    .container{
        padding: 40px 10px;
    }
    .header__img_link{
        width: 50%;
        max-width: 241px;
    }
    .header__name{
        line-height: 50px;
        margin-bottom: 30px;
    }
    .panel{
        margin: 30px 8px;
    }
    footer{
        padding-top: 60px;
    }
}




















