*{
    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"); 
}
@font-face {
    font-family: RobotoRegular; 
    src: url("fonts/Roboto-Regular.ttf"); 
}
.container{
    padding: 60px 70px 120px;
}
header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header__img {
    width: 100%;
    max-width: 241px;
}
.header__name{
    margin: 60px 0 80px;
    color: #b3182c;
    font-family: BebasNeue;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 31px;
    letter-spacing: 8.33px;
    text-align: center;
}
.wrapper{
    display: flex;
    justify-content: space-around;
}
.panel{
    position: relative;
    min-width: 563px;
    height: 778px;
    margin: 0 70px 0 0;
    background: url("hires_panel_background/hires_panel_background.png");
    background-size: 100% 100%;
}
/* .panel-1{
    background: url("hires_panel_background/hires_panel_background.png");
    background-size: 100% 100%;
}
.panel-2{
    background: url("hires_panel_background/hires_panel_background.png");
    background-size: 100% 100%;
}
.panel-3{
    background: url("hires_panel_background/hires_panel_background.png");
    background-size: 100% 100%;
}
.panel-4{
    background: url("hires_panel_background/hires_panel_background.png");
    background-size: 100% 100%;
}
.panel-5{
    background: url("hires_panel_background/hires_panel_background.png");
    background-size: 100% 100%;
}
.panel-6{
    background: url("hires_panel_background/hires_panel_background.png");
    background-size: 100% 100%;
} */
.panel__num{
    position: absolute;
    top: 24px;
    left: 29px;
    color: #0163ac;
    font-family: RobotoCondensed;
    font-size: 42px;
    font-weight: 400;
}
.panel__name{
    padding: 35px 0 0 70px;
    color: #0163ac;
    font-family: RobotoCondensed;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.98px;
}
.panel__price{
    white-space: nowrap;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #0163ac;
    font-family: RobotoLight;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1.02px;
}

.panel__img{
    /* position: absolute;
    width: 556px;
    top: 96px;
    margin: 0 3px; */
    position: absolute;
    width: 563px;
    top:96px;
    left: 50%;
    transform: translate(-50%, 0);
}
.wrapper__container{
    padding: 0;
    display: flex;
    flex-direction: column;
}
.buy{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 69px;
    margin: 0 0 75px;
    border: 2px solid #d4738b;
    border-radius: 4px;
    color: #b50e37;
    font-family: RobotoLight;
    font-size: 23px;
    font-weight: 300;
    line-height: 37.5px;
    letter-spacing: 3.45px;
    background: #fff;
    cursor: pointer;
}
.bilorder-trigger{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 69px;
    margin: 0 0 75px;
    border: 2px solid #d4738b;
    border-radius: 4px;
    color: #b50e37;
    font-family: RobotoLight;
    font-size: 23px;
    font-weight: 300;
    line-height: 37.5px;
    letter-spacing: 3.45px;
    background: #fff;
    cursor: pointer;
}
.buy-link{
    width: 230px;
    height: 69px;
    margin: 0 0 75px;
}
.desc{
    color: #0a0a0a;
    font-family: RobotoLight;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1.54px;
    line-height: 40px;
}
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 110px 0;
}
.social__img{
    margin: 0 10px 60px 10px;
}
.footer__link, .footer__link_link{
    color: #b3182c;
    font-family: RobotoLight;
    font-weight: 300;
    letter-spacing: 2.92px;
    font-size: 20px;   
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 1000px){
    .container{
        padding: 40px 10px;
    }
    a[href="index.html"]{
        width: 50%;
        max-width: 241px;
    }
    .desc{
        padding: 0 20px;
    }
    .header__name{
        line-height: 50px;
        margin-bottom: 0;
    }
    .header__img_link{
        width: 50%;
        max-width: 241px;
    }
    .wrapper{
        flex-direction: column;
        align-items: center;
    }
    .panel{
        max-width: 351px;
        width: 100%;
        min-width: 200px;
        height: 485px;
        margin: 50px 0 0;
    }
    .panel__img{
       top: 87px;
        width: 300px;
    }
    .buy{
        margin: 0;
    }
    .bilorder-trigger{
        margin: 70px auto;
    }
    footer{
        padding-top: 60px;
    }
    .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;
        font-family: RobotoCondensed;
        font-size: 20px;
        font-weight: 400;
    }
}




















