*{
    padding: 0;
    margin: 0;
    font-family: Roboto, sans-serif;
}
body{
    /*background-color: #E5E5E5;*/
}
a{
    text-decoration: none;
}
button{
    border: none;
    outline: none;
}
.content-width{
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}
.m-0{
    margin: 0!important;
}
.mobile-content{
    margin-top: 40px;
}
.banner-300-250{
    margin: 12px auto 0;
    width: 300px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-300-600{
    margin: 12px auto 0;
    width: 300px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-468-60{
    margin: 12px auto 12px;
    width: 468px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-300-250 > img, .banner-300-600 > img, .banner-468-60 > img{
    height: 100%;
    width: 100%;
}
.subheader{
    width: 100%;
    background: #262626;
    height: 72px;
}
.subheader > .content-width{
    height: 100%;
}
.subheader-content{
    height: 100%;
    padding-left: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.subheader-logo{
    height: 32px;
    width: 149px;
}
.subheader-logo > img{
    height: 100%;
    width: 100%;
}
.subheader-header-link{
    position: relative;
    margin-top: 10px;
    margin-left: 40px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.subheader-header-link-arrow{
    margin-left: 8px;
    height: 6px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subheader-header-link-arrow > img{
    height: 100%;
    width: 100%;
}
.subheader-header-link-menu{
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 100%;
    transform: translateX(-50%);
    padding: 12px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.62);
    border-radius: 8px;
}
.subheader-header-link-menu-item{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
    color: #ffffff;
}
.subheader-header-link-menu-item:last-child{
    margin-bottom: 0;
}
.subheader-header-link-text{
    color: #FFFFFF;
    cursor: pointer;
}
.header-menu.hidden{
    display: none;
}
.btn-up{
    opacity: 0.5;
    position: fixed;
    right: 13px;
    bottom: 13px;
    cursor: pointer;
}

.btn-up:hover{
    opacity: 1;
}
@media (max-width: 980px){
    body{
        background-color: #FFFFFF;
    }
}