body {
    font-family: 'Gilroy';
}

img {
    max-width: 100%;
}

.container {
    box-sizing: border-box;
    padding: 0 15px;
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 9999;
    background: #fff;
}

.inner {
    width: 1920px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
    padding: 0 15px;
}

.header-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    padding: 15px 0;
}

.modal-btn {
    position: relative;
}

.header-tel-wrap {
    display: inline-block;
}

.header-participate {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(125.93deg, #f65e64 41.48%, #fd9b5c 100%);
    text-align: center;
    padding: 13px 60px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
}

.header-tel {
    text-decoration: none;
    margin-right: 30px;
    color: #000;
    font-size: 21px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-item-block {
    display: flex;
    align-items: center;
}

.header-tel-text {
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
}


/* modal */

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.close {
    position: relative;
    top: 20px;
    right: 20px;
    float: right;
}

.close:hover,
.close:focus {
    cursor: pointer;
}

.modal-content {
    position: relative;
    top: 25%;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border-radius: 10px;
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    animation-name: animatetop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

@-webkit-keyframes animatetop {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-body {
    padding: 30px 40px;
    text-align: center;
}

.modal-body .social-list {
    text-align: center;
}

.modal-title {
    font-size: 20px;
    color: #f65e64;
    font-family: "Gilroy bold";
    margin-bottom: 40px;
}

.modal-social-list {
    text-align: center;
}

.is-active {
    display: block;
}

.social-link {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
}

.social-link:hover {
    background: -webkit-gradient(linear, left top, right top, from(#eb5760), to(#fd9b5c));
    background: linear-gradient(to right, #eb5760, #fd9b5c);
}

.social-link:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.social-item.ok .social-link:after {
    background: url("../img/odnoklassniki.svg") no-repeat;
}

.social-item.vk .social-link:after {
    background: url("../img/vk.svg") no-repeat;
}

.social-item.in .social-link:after {
    background: url("../img/instagram.svg") no-repeat;
}

.social-item.fb .social-link:after {
    background: url("../img/facebook.svg") no-repeat;
}

.social-item.ok .social-link:hover:after {
    background: url("../img/odnoklassniki-hover.svg") no-repeat;
}

.social-item.vk .social-link:hover:after {
    background: url("../img/vk-hover.svg") no-repeat;
}

.social-item.in .social-link:hover:after {
    background: url("../img/instagram-hover.svg") no-repeat;
}

.social-item.fb .social-link:hover:after {
    background: url("../img/facebook-hover.svg") no-repeat;
}

.modal-social-list {
    text-align: center;
}

.social-list {
    margin-bottom: 40px;
}

.social-item {
    display: inline-block;
    margin-left: 15px;
}

/* modal end */

.section-1 {
    padding-top: 100px;
}

.bg-wrap {
    background: url('../img/bg.png') no-repeat;
    background-size: cover;
    background-position: top center;
    max-width: 1920px;
    margin: 0 auto;
}

.bg-title {
    display: block;
    font-size: 90px;
    font-family: 'Gilroy Bold';
    color: #fff;
    margin-bottom: 15px;
}

.bg-title p {
    display: inline-block;
    font-family: 'Gilroy';
}

.bg-inner {
    padding-top: 80px;
}

.bg-sub {
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Gilroy Bold';
    font-size: 27px;
}

.bg-text {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    padding-bottom: 30%;
}

.streaming-info {
    padding: 50px 0;
}

.bandcamp-link {
    position: relative;
    margin-right: 50px;
    background: linear-gradient(97.71deg, #F65E64 41.48%, #FD9B5C 100%);
    font-size: 13px;
    font-weight: 500;
    width: 220px;
    text-align: center;
    border-radius: 15px;
    padding: 10px;
    box-sizing: border-box;
    color: #FFF;
    opacity: 1;
}

.stream-title {
    display: block;
    text-align: center;
    font-size: 26px;
    font-family: 'Gilroy Bold';
    margin-bottom: 50px;
}

.stream-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stream-text {
    font-size: 13px;
    font-family: 'Gilroy Bold';
    color: #BDBDBD;
    transition: color .3s ease;
    text-align: center;
    line-height: 1.5;
}

.stream-link {
    text-decoration: none;

}

.stream-link:hover .stream-text {
    color: #000;
}

.stream-item-image {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.stream-item-image.boom {
    background: url('../img/boom.svg') no-repeat;
    background-size: cover;
}

.stream-item-image.yandex {
    background: url('../img/yandex.svg') no-repeat;
    background-size: cover;
}

.stream-item-image.spotify {
    background: url('../img/spotify.svg') no-repeat;
    background-size: cover;
}

.stream-item-image.youtube-music {
    background: url('../img/youtube-music.svg') no-repeat;
    background-size: cover;
}

.stream-item-image.deeser {
    background: url('../img/deezer.svg') no-repeat;
    background-size: cover;
}

.video-wrap {
    position: relative;
}

/* .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(97.71deg, rgba(246, 94, 100, 0.5) 41.48%, rgba(253, 155, 92, 0.5) 100%);
    border-radius: 30px;
} */

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/play-btn.svg') no-repeat;
    background-size: cover;
    width: 111px;
    height: 111px;
    pointer-events: none;
}

.wide-container {
    width: 75%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}

.video {
    position: relative;
    z-index: 0;
    display: block;
}

.video img {
    width: 100%;
}

.section-video {
    margin-bottom: 100px;
}

.grid-title {
    display: block;
    color: #F65E64;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Gilroy Bold';
    margin-bottom: 30px;
}

.grid-subtitle {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 50px;
}

.grid-list {
    display: flex;
    flex-direction: row;
}

.grid-item {
    box-sizing: border-box;
    padding: 0 10px;
}

.grid-item a {
    display: block;
    margin-bottom: 20px;
}

.grid-50 {
    display: flex;
}

.grid-50 a {
    flex-basis: 50%;
    padding: 0 10px;
}

.right {
    text-align: right;
}

.footer-list {
    display: flex;
    justify-content: space-around;
    margin: 60px 0 80px 0;
    list-style-type: none;
}

.footer-item-link {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-item-link:hover {
    color: #f65e64;
}

.social-list {
    text-align: right;
    margin-bottom: 40px;
}

.footer-bottom-item {
    float: left;
    width: 50%;
}

.footer-bottom-item-text {
    font-size: 12px;
    margin-bottom: 20px;
}

.footer-download-list {
    font-size: 0;
    text-align: right;
}

.footer-download-item {
    display: inline-block;
    margin-left: 15px;
}

.footer-download-link {
    position: relative;
    display: block;
    width: 100px;
    height: 30px;
}

.footer-download-link:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 30px;
}

.footer-download-item.app-store .footer-download-link:after {
    background: url(../img/app-store.svg) no-repeat;
}

.footer-download-item.android .footer-download-link:after {
    background: url(../img/android.svg) no-repeat;
}

.stream-item {
    padding: 0 10px;
    box-sizing: border-box;
}

.amplitude-rewind-next,
.amplitude-rewind-prev {
    display: none;
}