@import url("https://fonts.googleapis.com/css?family=Podkova:400,500,600,700,800&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i&subset=cyrillic-ext");
html, body {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background-color: #f7f7f7; }

img {
  max-width: 100%; }

p {
  margin-bottom: 0; }

.flex-container {
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .flex-container {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 1200px) {
    .flex-container {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }

.flex-item {
  flex: 1 1 auto;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 600px; }
  @media (max-width: 1024px) {
    .flex-item {
      min-height: auto;
      margin: 0 auto;
      margin-bottom: 25px;
      margin-top: 25px;
      width: 100%; } }
  @media (max-width: 1200px) {
    .flex-item {
      min-height: auto;
      margin: 0 auto;
      margin-bottom: 25px;
      margin-top: 25px;
      width: 100%; } }

.album__title {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 600;
  color: #545454; }
  @media (max-width: 1024px) {
    .album__title {
      margin-bottom: 25px;
      text-align: center; } }
  @media (max-width: 1200px) {
    .album__title {
      margin-bottom: 25px;
      text-align: center; } }
.album__photo {
  display: flex;
  justify-content: center;
  align-items: center; }
  .album__photo img {
    flex: 1 1 auto;
    align-self: center;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.46); }
.album__link {
  margin-bottom: 10px;
  text-align: center; }
  @media (max-width: 1024px) {
    .album__link {
      margin-bottom: 0; } }
  @media (max-width: 1200px) {
    .album__link {
      margin-bottom: 0; } }
  .album__link_apple {
    background: rgba(125, 185, 232, 0.8);
    background: -moz-linear-gradient(left, rgba(125, 185, 232, 0.8) 0%, rgba(254, 92, 109, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0.8) 0%, rgba(254, 92, 109, 0.8) 100%);
    background: linear-gradient(to right, rgba(125, 185, 232, 0.8) 0%, rgba(254, 92, 109, 0.8) 100%); }
  .album__link_itunes {
    background: rgba(125, 185, 232, 0.8);
    background: -moz-linear-gradient(left, rgba(125, 185, 232, 0.8) 0%, rgba(254, 92, 109, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0.8) 0%, rgba(254, 92, 109, 0.8) 100%);
    background: linear-gradient(to right, rgba(125, 185, 232, 0.8) 0%, rgba(254, 92, 109, 0.8) 100%); }
  .album__link_yandex {
    background: rgba(255, 205, 0, 0.8);
    background: -moz-linear-gradient(left, rgba(255, 205, 0, 0.8) 0%, rgba(255, 48, 48, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 205, 0, 0.8) 0%, rgba(255, 48, 48, 0.8) 100%);
    background: linear-gradient(to right, rgba(255, 205, 0, 0.8) 0%, rgba(255, 48, 48, 0.8) 100%); }
  .album__link_boom {
    background: rgba(251, 72, 50, 0.8);
    background: -moz-linear-gradient(left, rgba(251, 72, 50, 0.8) 0%, rgba(255, 76, 142, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(251, 72, 50, 0.8) 0%, rgba(255, 76, 142, 0.8) 100%);
    background: linear-gradient(to right, rgba(251, 72, 50, 0.8) 0%, rgba(255, 76, 142, 0.8) 100%); }
  .album__link_vk {
    background: rgba(70, 128, 194, 0.8); }
  .album__link_spotify {
    background: rgba(29, 185, 84, 0.8); }
  .album__link_youtube {
    background: rgba(255, 0, 0, 0.8); }
  .album__link_odnoklassniki {
    background: rgba(245, 130, 64, 0.8); }
  .album__link_zvuk {
    background: linear-gradient(136.74deg, #FF9D6B 0%, #FE00FF 100%); }
  .album__link_deezer {
    background-color: #a389e2; }
  .album__link_beeline {
    background-color: #ffb334; }
  .album__link_google {
    background-color: #008670; }
.album__content {
  flex: 1 1 auto;
  align-self: center;
  padding-bottom: 40px;
  padding-top: 40px; }
.album__copyright {
  text-align: center;
  font-size: 14px;
  color: #292929;
  padding-bottom: 25px;
  font-weight: bold; }
  @media (max-width: 1024px) {
    .album__copyright {
      margin-top: 0; } }
  @media (max-width: 1200px) {
    .album__copyright {
      margin-top: 0; } }
.album__logos {
  vertical-align: middle;
  padding-left: 0;
  margin-bottom: 25px;
  text-align: center; }
  .album__logos li {
    display: inline-block;
    margin: 0 15px; }
    .album__logos li img {
      max-width: 55px;
      width: 55px; }
  .album__logos_souz {
    position: relative;
    top: 7px; }

.links__title {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  vertical-align: middle; }
.links__icon img {
  margin-right: 26px;
  max-width: 30px;
  display: inline-block;
  vertical-align: middle; }
.links__link {
  display: block;
  font-size: 0;
  padding: 15px; }

#main-wrapper {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover; }

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 12;
  padding-top: 50px; }
  header .logo-inner {
    display: none; }

.header__mail {
  padding-right: 97px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s linear;
  opacity: 0;
  animation-delay: 0.8s; }
  .header__mail:hover {
    color: #fff100; }

body:not(.home) .header__mail {
  padding-right: 0; }

.footer {
  background-image: url("../images/bottom-back.jpg");
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 190px;
  padding-top: 240px; }
  .footer .text-wr {
    color: #616161;
    font-size: 15px;
    text-align: center; }
    .footer .text-wr a {
      color: #9c9c9c;
      text-decoration: none;
      transition: all 0.3s linear; }
      .footer .text-wr a:hover {
        color: #fff100; }
  .footer p {
    text-align: center;
    color: #616161;
    opacity: 0; }
  .footer .social-wr:after {
    position: relative;
    display: block;
    clear: both;
    content: ""; }
  .footer__mail {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s linear; }
    .footer__mail:hover {
      color: #fff100; }
    .footer__mail_wrapper {
      text-align: center;
      opacity: 0; }
  .footer__social {
    text-align: center;
    padding-left: 0;
    opacity: 0; }
    .footer__social li {
      text-align: center;
      display: inline-block;
      margin: 0 10px; }
      .footer__social li a {
        display: inline-block;
        color: #fff;
        transition: all 0.3s linear; }
        .footer__social li a:hover {
          color: #fff100; }
        .footer__social li a.social__item_youtube svg {
          max-width: 18px; }

/*# sourceMappingURL=style.css.map */
