@import url('https://fonts.googleapis.com/css2?family=Suez+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
* {
  margin: 0;
  padding: 0;
  outline: none;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #fafafa;
  font-family: Trebuchet MS, Helvetica;
}

/* Шапка сайта */

header {
  width: 100%;
  padding: 10px 0.5% 0px 0.5%;
  background: transparent;
  float: left;
  position: fixed;
}

header #logo {
  color: #fff;
  cursor: pointer;
}

header #logo span {
  font-size: 1.7em;
  line-height: 45px;
  margin-left: 40px;
  font-family: 'Suez One', serif;
}

@media (min-width: 701px) {
  #logo {
    float: left;
    width: 30%;
    font-size: 1.3em;
  }

  #about {
    float: right;
    width: 57%;
    margin-right: 10px;
  }
}

@media (max-width: 700px) {
  #logo {
    margin-top: 15px;
    width: 100%;
    font-size: 1.1em;
  }

  #about {
    float: left;
    width: 100%;
  }
}
#about a {
	text-decoration: none;
  margin-left: 5px; 
}
#about {
  text-align: center;
  font-size: 1em;
  line-height: 40px;
  margin-bottom: 10px;
}

#about > a {color: #fff}

#about > a:hover {
  color: #b0b0b0;
  text-decoration: none;
}

#about > a:not(:last-child) {
  margin-right: 7%;
}

/* Стили для фиксированной шапки */

.fixed {
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid silver;
}

header.fixed #logo {
  color: #343434;
}

.fixed #about a {color: #343434}
.fixed #about a:hover {color: #7c7c7c}

/* Главный блок на сайте */

#top {
  width: 100%;
  background-image: url(../img/yirumabg2.png);
  background-blend-mode: multiply;
  /*background-color: rgba(0,0,0,0.75);*/
  background-size: cover;
  text-align: center;
  color: #fff;
}

@media (min-width: 1001px) {
  #top {
    font-size: 3em;
    height: 1000px;
  }
}

@media (max-width: 1000px) and (min-width: 651px) {
  #top {
    font-size: 2em;
    height: 600px;
  }
}

@media (max-width: 650px) {
  #top {
    font-size: 1.3em;
    padding-top: 50%;
    height: 500px;
  }
}

@media (max-width: 450px) {
  #top {
    font-size: 0.9em;
  }
}

#top h1 {
  padding-top: 20%;
}

#top h3 {
  color: #ccc;
}

#biography{
  text-align: center;
}

.biography-title{
  margin: 50px 0;
  color: #484848;
  font-size: 2em;
}

.biography-title {
  overflow: hidden;
}
.biography-title h3:before,
.biography-title h3:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  background: black;
  border: solid #FFF;
  border-width: 0 5px;
}
.biography-title h3:before {
  margin-left: -100%;
}
.biography-title h3:after {
  margin-right: -100%;
}

.biography-text{
  text-align: center;
  margin: 0 10%;
  font-size: 1.1em;
  font-family: 'Lato', sans-serif;
}

#gallery{
  text-align: center;
}
.gallery-title{
  margin: 50px 0;
  color: #484848;
  font-size: 2em;
}

.gallery-title {
  overflow: hidden;
}
.gallery-title h3:before,
.gallery-title h3:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  background: black;
  border: solid #FFF;
  border-width: 0 5px;
}
.gallery-title h3:before {
  margin-left: -100%;
}
.gallery-title h3:after {
  margin-right: -100%;
}
.wrapper{
  height: 100%;
  padding: 50px;
  display: flex;
  justify-content:center;
  align-items: center;
}

@media (max-width:767px){
  .wrapper{padding: 50px 10px;}
}

/* Основные стили */

/* Слайдер */
.slick-slider{
  min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}
/* Лента слайдов */
.slick-track{
  display: flex;
  align-items: flex-start;
}

/* Слайд */
.slick-slide{}
/* Слайд активный */
.slick-slide.slick-active{}
/* Слайд основной */
.slick-slide.slick-current{}
/* Слайд по центру */
.slick-slide.slick-center{}

/* Стрелка */
.slick-arrow{}
/* Стрелка влево */
.slick-arrow.slick-prev{}
/* Стрелка вправо */
.slick-arrow.slick-next{}
/* Стрелка не активная */
.slick-arrow.slick-disabled{}

/* Точки */
.slick-dots{}
.slick-dots li{}
.slick-dots button{}

/* Конкретный слайдер */
.slider {
  position: relative;
  padding: 0px 60px;
  min-width: 0;
}

@media (max-width:767px){
  .slider {
    padding: 0px 40px;
    min-width: 0;
  }
}

.slider .slick-arrow{
  position: absolute;
  top: 50%;
  margin: -30px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 60px;
}
.slider .slick-arrow.slick-prev{
  left: 0;
  border: none;
  background: url(../img/sl-arrow_l.png) 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next{
  right: 0;
  border: none;
  background: url('../img/sl-arrow_r.png') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next:hover, .slider .slick-arrow.slick-prev:hover{
  transform: scale(1.1);
}
.slider .slick-arrow.slick-disabled{
  opacity: 0.2;
}

.slider .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .slick-dots li{
  list-style: none;
  margin: 0px 10px;
}
.slider .slick-dots button{
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.slider .slick-dots li.slick-active button{
  background-color: gray;

}

.slider__item {
  padding: 0px 15px;
}
.slider__item img{
  max-width: 100%;
  max-height: auto;
}
.slider__item.slick-center{
  
}

#albums{
  text-align: center;
}

.albums-title{
  margin: 50px 0;
  color: #484848;
  font-size: 2em;
}

.albums-title {
  overflow: hidden;
}
.albums-title h3:before,
.albums-title h3:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  background: black;
  border: solid #FFF;
  border-width: 0 5px;
}
.albums-title h3:before {
  margin-left: -100%;
}
.albums-title h3:after {
  margin-right: -100%;
}
.albums-title h5{
  margin: 10px 0;
}
.albums-cards{
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.albums-card .album-card{
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
.album-card{
  width: 300px;
  margin: 40px 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 5px 5px  rgba(0,0,0,0.2);
  transition: all .8s;
}
.album-card:hover{
  transform: scale(1.1);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}
.albums-cards img{
  max-width: 100%;
  max-height: 100%;
}
.album-card-text {
  font-size: 1.2em;
}
@media (min-width: 700px) {
  .albums-card .album-card{
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
}

#music {
  text-align: center;
}
.music-block{
  text-align: center;
}
.music-title{
  margin: 50px 0;
  color: #484848;
  font-size: 2em;
}

.music-title {
  overflow: hidden;
}
.music-title h3:before,
.music-title h3:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  background: black;
  border: solid #FFF;
  border-width: 0 5px;
}
.music-title h3:before {
  margin-left: -100%;
}
.music-title h3:after {
  margin-right: -100%;
}
.music-title h5{
  margin: 10px 0;
}

.audiocards{
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.audiocards .audiocard{
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
.audiocard{
  position: relative;
  width: 350px;
  background: #f1f3f4;
  box-shadow: -1px 5px 5px  rgba(0,0,0,0.2);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .5s;
  margin: 20px 20px;
}
.audiocard:hover{
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.audiocard .imgbox{
  position: relative;
  width: 100%;
  height: 350px;
    align-items: center;
}

.audiocard .imgbox img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audiocard audio{
  width: 100%;
  outline: none;
}

@media (min-width: 700px) {
  .audio-cards .audiocard{
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
}

#contacts{
  text-align: center;
}
.contacts-title{
  margin: 50px 0;
  color: #484848;
  font-size: 2em;
}

.contacts-title {
  overflow: hidden;
}
.contacts-title h3:before,
.contacts-title h3:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  background: black;
  border: solid #FFF;
  border-width: 0 5px;
}
.contacts-title h3:before {
  margin-left: -100%;
}
.contacts-title h3:after {
  margin-right: -100%;
}

.info{
  color: #484848;
  font-size: 1.5em;
}
.info a{
  text-decoration: none;
}
.info h4{
  margin-top: 20px;
}
.social-media{
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
}

.social-media {
  font-size: 1.5em;
  transition: color .5s;
}
.social-media li{
  margin: 10px 20px -10px;
}

.fa-facebook-square{
  color: #3b5999;
}

.fa-vk{
  color: #3b5999;
}

.fa-twitter-square{
  color: #55acee;
}

.fa-telegram{
  color: #55acee;
}

.fa-instagram{
  color: #f711ab;
}

.fa-google{
  color: #dd4b39;
}

.fa-facebook-square:hover, .fa-twitter-square:hover, .fa-instagram:hover, .fa-google:hover, .fa-vk:hover, .fa-telegram:hover{
  color: #45e19f;
}