@font-face {
    font-family: 'etna';
    src: url('fonts/etnafreefont.woff') format('woff');
    font-weight: normal;
}
html {
    font-family: 'etna', 'Arial', sans-serif;
    color: #ffffff;
    width: 100%;
    min-width: 360px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-bottom: 100px;
}
html.-no-scroll {
    overflow: hidden;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.visually-hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
main {
    min-height: 100vh;
    max-width: 970px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}
.band-wrapper {
    text-align: center;
}
.band {
    position: relative;
    display: inline-block;
}
.band-foto-container {
    display: inline-block;
    position: relative;
}
.band-foto-item {
    display: block;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.band-foto {
    position: relative;
    display: block;
    margin: 0 auto;
    border: none;
    max-width: 100%;
    z-index: 2;
}
.band-overlay {
    z-index: 1;
}
.band-logo {
    z-index: 3;
}

.links {
    display: flex;
    align-items: flex-end;
    position: absolute;
    list-style: none;
    z-index: 9;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 36%;
    
}
.band-links {
    margin-left: 19%;
}
.social-links {
    margin-top: 36.2%;
    margin-left: -13%;
    align-items: center;
}
.link {
    float: left;
    margin-right: 22px;
}
.link:last-child {
    margin-right: 0;
}
.link a {
    display: block;
}
.content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.line {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 2px;
    width: 100%;
}
.concerts-wrapper {
    padding: 0 40px;
}
.concerts {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.2;
}
.date {
    width: 115px;
}
.city {
    padding-left: 40px;
}
.club {
    padding-left: 40px;
}
.ticket {
    text-align: right;
}
.ticket-url {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
}
.footer-banner-container {
    margin-top: 50px;
}
.footer-banner-wrapper {
    display: block;
}
.footer-banner {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.modal-container {
    display: none;
    position: fixed;
    overflow: auto;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    padding-top: 60px;
    padding-bottom: 50px;
}
.modal-container._is_show {
    display: block;
}
.modal-wrapper {
    position: relative;
    max-width: 970px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.modal-close {
    position: absolute;
    top: -20px;
    right: -10px;
    padding: 5px;
    border-radius: 50%;
    background-color: #000;
    border: 2px solid #FFF;
    cursor: pointer;
    width: 44px;
    height: 44px;
}
.modal-content {
    position: relative;
    padding-top: 1px;
    background-color: #000;
    border-radius: 12px;
    border: 2px solid #FFF;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 1.4;
}
.modal-content a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    text-decoration: underline;
}
.modal-content img {
    max-width: 100%;
}
@media (max-width: 999px) {
    .concerts {
        font-size: 22px;
    }
    .city, .club {
        padding-left: 20px;
    }
    .ticket {
        padding-left: 10px;
    }
    .concerts-wrapper {
        padding: 0 20px;
    }
    .concerts td {
        padding-bottom: 10px;
    }
}
@media (max-width: 765px) {
    .links {
        margin-top: 36%;
    }
    .band-links {
        margin-left: 23%;
    }
    .social-links {
        margin-left: -13%;
    }
    .concerts {
        font-size: 18px;
    }
}
@media (max-width: 650px) {
    .links {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        margin-top: 0;
        margin-left: 0;
        justify-content: center;
    }
    .social-links {
        margin-bottom: 10px;
    }
    .content {
        margin-top: 15px;
    }
}
@media (max-width: 599px) {
    .concerts {
        font-size: 12px;
    }
    .date {
        width: 60px;
    }
    .city, .club {
        padding-left: 10px;
    }
    .concerts-wrapper {
        padding: 0 10px;
    }
}