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 */

.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;
    flex-wrap: wrap;
}

.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;
}

.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;
    margin-bottom: 15px;
}

.song {
    padding: 150px 0 25px 0;
    box-shadow: inset 4px -1px 20px 2px rgb(0 0 0 / 38%);
    margin-bottom: 100px;
    background-color: #bfd635;
}

.song-outer {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.song-title {
    display: block;
    font-size: 72px;
    font-family: 'Gilroy Bold';
    color: #fff;
    margin-bottom: 40px;
}

.song-outer-container {
    position: relative;
}

.song-wrap {
    width: 55%;
}

.streaming-info {
    padding-bottom: 70px;
}

.progress-bar {
    width: 80%;
}

.block-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.block-column {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.song-name {
    font-size: 26px;
    font-family: 'Gilroy Bold';
    color: #fff;
}

.time-container {
    margin-right: 10px;
}

.song-item {
    display: flex;
    flex-direction: row;
    color: #fff;
    margin-bottom: 5px;
}

.song-bg.mobile {
    display: none;
}

.qr-code {
    width: 80px;
    height: 80px;
}

.song-info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.song-outer-container:before {
    content: '';
    position: absolute;
    bottom: -105px;
    right: 0;
    width: 400px;
    height: 400px;
    background: url('../img/months/sept.png') no-repeat;
    background-size: cover;
}

.block-wrap {
    position: relative;
    top: 5px;
}

.control-container {
    margin-right: 20px;
}

.amplitude-play-pause.amplitude-paused,
.amplitude-play-pause.amplitude-playing {
    position: relative;
    cursor: pointer;
    float: left;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: #fff;
    z-index: 1;
    border-radius: 50%;
}

.amplitude-play-pause.amplitude-paused:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background: url("../img/play.svg") no-repeat;
    background-size: cover;
    width: 20px;
    height: 24px;
}

.amplitude-play-pause.amplitude-playing:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../img/stop.svg") no-repeat;
    background-size: cover;
    width: 18px;
    height: 24px;
}

div.control-container div.meta-container {
    float: left;
    width: calc(100% - 84px);
    text-align: center;
    color: white;
    margin-top: 10px;
}

div.control-container div.meta-container span[data-amplitude-song-info="name"] {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    display: block;
}

div.control-container div.meta-container span[data-amplitude-song-info="artist"] {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #fff;
    display: block;
}

.control-container:after {
    content: "";
    display: table;
    clear: both;
}

.current-time {
    float: left;
    margin-left: 5px;
}

.duration {
    float: right;
    margin-right: 5px;
    color: #fff;
    font-family: 'Gilroy Bold';
}

.amplitude-song-played-progress {

    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    display: block;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

progress.amplitude-song-played-progress:not([value]) {
    background-color: #f1f1f1;
}

progress[value]::-webkit-progress-bar {
    background-color: #f1f1f1;
}

progress[value]::-moz-progress-bar {
    background-color: #F15E65;
}

progress[value]::-webkit-progress-value {
    background-color: #F15E65;
}

div#single-song-player img[data-amplitude-song-info="cover_art_url"] {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

a.learn-more {
    display: block;
    width: 300px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    color: white;
    text-decoration: none;
    background-color: #202136;
    font-family: "Lato", sans-serif;
    padding: 20px;
    font-weight: 100;
}

.meta-container {
    margin-bottom: 10px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
}

.amplitude-mute {
    cursor: pointer;
    width: 28px;
    height: 28px;
    float: left;
}

.amplitude-mute.amplitude-not-muted {
    background: url(../img/page-volume.svg) no-repeat;
}

.amplitude-mute.amplitude-muted {
    background: url(../img/page-mute.svg) no-repeat;
}