@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf');
    src: local('OpenSans'), local('Open Sans');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Bold.ttf');
    src: local('OpenSans Bold'), local('Open Sans Bold');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Light.ttf');
    src: local('OpenSans Light'), local('Open Sans Light');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Light.ttf');
    src: local('OpenSans Light'), local('Open Sans Light');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald/static/Oswald-Light.ttf');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
* {margin: 0;padding: 0;outline: none;box-sizing: border-box;}
body {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'OpenSans', sans-serif;
    line-height: 1.2;
    background: #171717;
}
html,body {
    min-height: 100%;
    position: relative;
}
a {
    cursor: pointer;
    text-decoration: none;
}
.container {
    width: 100%;
    max-width: 1248px;
    padding: 0 24px;
    margin: 0 auto;
}
img{
    max-width: 100%;
    max-height: 100%;
}
.top {
    height: 465px;
    position: relative;
    overflow: hidden;
    background: #000000;
    margin-bottom: 80px;
}
.top img {
    line-height: 0;
}
.top .background {
    position: absolute;
    top: -100px;
    width: 100%;
    left: 0;
    z-index: 1;
}
.top .background {
    width: 100%;
}
.top .logo {
    position: relative;
    z-index: 2;
}
.content .desc {
    text-align: center;
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 1.6;
    color: #E5E5E5;
}
.main_info {
    display: flex;
    margin-bottom: 50px;
}
.main_info .bio {
    flex: 1 1 auto;
    width: 100%;
    padding-right: 50px;
}
.main_info .bio .title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: justify;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.main_info .bio p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.main_info .music {
    flex: 0 0 auto;
    width: 450px;
}
.main_info .music .wiget {
    margin-bottom: 60px;
}
.main_info .music_block {
    margin-bottom: 40px;
    text-align: justify;
    letter-spacing: 0.1em;
    font-size: 16px;
    line-height: 1.6;
}
.main_info .music_block .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: justify;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.main_info .music_block .playlist {
    padding-left: 22px;
}
.main_info .music_block .playlist li {
    margin-bottom: 5px;
}
.main_info .music_block .links li {
    list-style-type: none;
}
.main_info .music_block .links a {
    text-align: justify;
    letter-spacing: 0.1em;
    font-size: 16px;
    line-height: 1.2;
    color: rgba(212, 208, 214, 0.5);
    transition: all 1s ease;
}
.main_info .music_block .links a:hover {
    color: #ffffff;
}
.embed_wiget {
    width: 100%;
    max-width: 490px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px;
}
.copyright {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.27em;
    color: rgba(212, 208, 214, 0.5);
}
.copyright .container {
    text-align: center;
}
.login_page {
    height: 100vh;
}
.login_page .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.login_page img {
    margin-bottom: 20px;
}
.login_page form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    max-width: 100%;
}
.login_page form .error {
    margin-bottom: 10px;
    font-size: 16px;
    color: #d45353;
    text-align: center;
}
.login_page form input {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 40px;
    border-radius: 5px;
    border: none;
    background: rgb(255 255 255);
    color: #000000;
    margin-bottom: 10px;
    font-family: 'OpenSans', sans-serif;
    width: 100%;
    font-size: 20px;
}
.login_page form input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
}
.login_page form button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-family: 'OpenSans', sans-serif;
    font-size: 18px;
    height: 30px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #D0D0D0;
    cursor: pointer;
    transition: all 1s ease;
}
.login_page form button:hover {
    background: #ffffff;
}
.login_page form .copyright_form {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.27em;
    color: rgba(212, 208, 214, 0.5);
    text-align: center;
}