@font-face {
  font-family: 'Font-name';
  src: url('../fonts/folder/font_name.eot');
  src: local('☺'), url('../fonts/folder/font_name.eot?#iefix') format('embedded-opentype'), url('../fonts/folder/font_name.woff2') format('woff2'), url('../fonts/folder/font_name.woff') format('woff'), url('../fonts/folder/font_name.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
body {
  background: #fff;
  font-family: arial;
  text-align: center;
}
.scren_1 {
  background: url(../img/bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100vh;
  background-size: cover;
  background-position: 50%;
  content: "";
  width: calc(100vw + 80px);
  height: calc(100vh + 80px);
  position: fixed;
  left: -40px;
  top: -40px;
  -webkit-filter: blur(13px);
  -moz-filter: blur(13px);
  -ms-filter: blur(13px);
  -o-filter: blur(13px);
  filter: blur(13px);
}
.content {
  line-height: 0;
  position: relative;
  display: inline-block;
  width: 375px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.img_big  {
  width: 100%;
}
@media screen and (orientation: landscape)  and (max-height: 620px)  {
  .img_big  {
    display: none;
  }
}
@media screen and (orientation:  portrait) {
      .img_big  {
    display: block;
  }
}
.name_comp {
  background: rgb(242, 242, 242) none repeat scroll 0% 0%;
  padding: 18px 15px;
  text-align: left;
  position: relative;
}
.neme {
  font-family: Proxima-Nova-Bold,sans-serif;
  font-size: 22px;
  line-height: 27px;
  max-width: calc(100% - 25px);
}
.sound {
  font-size: 14px;
letter-spacing: .5px;
line-height: 22px;
margin-top: 8px;
max-width: calc(100% - 25px);
}
.apple_music {
  border-top: 1px solid #dedede;
  background: #ffff;

}
.apple_music a {
      display: block;
    color: #333;
    text-decoration: none;
    text-align: left;
    border-top: 1px solid #dedede;
        border-top-color: rgb(222, 222, 222);
    font-family: Proxima-Nova,sans-serif;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 18px;
    position: relative;
    line-height: 66px;
    padding-left: 70px;
    font-size: 16px;

}
.apple_music a span {
  width: 80px;
height: 36px;
line-height: 36px;
position: absolute;
right: 20px;
top: 15px;
border-radius: 4px;
background: #d81946;
color: #fff;
text-align: center;
font-size: 14px;
font-family: Proxima-Nova,sans-serif;
}
.link.apple-music {
    background-image: url('../img/apple-music-link.svg');
}
.itunes {
  border-top: 1px solid #dedede;
  background: #ffffff;
}
.link.itunes {
    background-image: url('../img/itunes-link.svg');
}
.itunes a {
  display: block;
color: #333;
text-decoration: none;
text-align: left;
border-top: 1px solid #dedede;
    border-top-color: rgb(222, 222, 222);
font-family: Proxima-Nova,sans-serif;
background-size: 30px auto;
background-repeat: no-repeat;
background-position: 18px;
position: relative;
line-height: 66px;
padding-left: 70px;
font-size: 16px;
}
.itunes a span {
  width: 80px;
height: 36px;
line-height: 36px;
position: absolute;
right: 20px;
top: 15px;
border-radius: 4px;
background: #d81946;
color: #fff;
text-align: center;
font-size: 14px;
font-family: Proxima-Nova,sans-serif;
}
.wrapper {
 background-size: 0 0;
position: relative;
width: 100%;
min-height: 100%;
padding: 25px 0;
text-align: center;
}
