@font-face {
  font-family: kontemporary;
  font-display: swap;
  src: url("../fonts/kontemporary.woff2") format("woff2"), url("../fonts/kontemporary.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

input,
button,
textarea {
  font-family: "kontemporary", sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
}

body {
  font-family: "kontemporary", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1;
  font-size: 16px;
  background: #fff;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

[class*=__container] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

.menu {
  position: relative;
  z-index: 100;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}

.menu__item {
  margin: 0 26px;
}

.menu__link {
  display: inline-block;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 400;
  text-decoration: underline !important;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.burger-menu {
  display: none;
}

.menu-open .burger-menu::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  background: #fff;
}

.menu-open .burger-menu::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 8px;
  background: #fff;
}

.menu-open .burger-menu span {
  opacity: 0;
}

.header {
  position: relative;
  padding: 29px 0;
  background: #000;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  position: relative;
  z-index: 110;
}

.header__logo img {
  max-width: 100%;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -3.5px;
}

.header__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #f3c47c;
  margin: 0 3.5px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.header__item_padding {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 9px;
  padding-left: 10px;
}

.button {
  padding: 16px 55px 16px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0.05em;
  will-change: background-position;
  border-radius: 25px;
  background: #f3c47c url("../img/arrow.svg") right 21px center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 12px;
  will-change: transform;
}

.title {
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.main-block {
  background: #000;
  padding-top: 54px;
}

.main-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-block__content {
  padding-top: 70px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 40px;
}

.main-block__title {
  font-size: 85px;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.main-block__image {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0 30px;
}

.main-block__image img {
  max-width: 100%;
}

.about {
  padding-top: 59px;
  padding-bottom: 26px;
}

.about2 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.about__title {
  margin-bottom: 65px;
}

.about__text {
  font-family: Arial;
  line-height: 1.375;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 850px;
  margin: 0px auto 90px;
}

.about__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.about__image {
  background-color: #e6c8b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.about__image2 {
  background-color: #e6c8b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about__image img {
  max-width: 100%;
}

.about__image2 img {
  max-width: 100%;
}

.content-about {
  background-color: #f7eee6;
  padding: 50px 65px 50px 80px;
}

.content-about__title {
  margin-bottom: 5px;
  font-size: 44px;
  line-height: 1.1363636364;
  letter-spacing: 0.05em;
}

.content-about__sub-title {
  font-size: 22px;
  line-height: 110%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.content-about__text {
  line-height: 1.375;
  letter-spacing: 0.02em;
  font-family: Arial;
  margin-bottom: 25px;
}

.songs {
  padding-top: 25px;
  padding-bottom: 35px;
}

.songs__title {
  margin-bottom: 55px;
}

.songs__body {
  margin-bottom: 16px;
}

.songs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 0;
  position: relative;
}

.songs__item:nth-child(odd)::after {
  content: "";
  position: absolute;
  width: 200vw;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  height: 100%;
  top: 0;
  left: 0;
  background-color: #faf2ed;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.songs__play {
  width: 45px;
  height: 45px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 23px;
  background: #f3c47c url("../img/play.svg") 17px 15px no-repeat;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.songs__item-active .songs__play {
  background: #f3c47c url("../img/pause.svg") 16px 15px no-repeat;
}

.songs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.songs__name {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.songs__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.songs__link {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.05em;
  color: #006cd8;
  padding-left: 30px;
  font-family: Arial;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.songs__link span {
  position: relative;
}

.songs__link span::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
  left: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #006cd8;
}

.songs__link_download {
  margin-right: 39px;
  background: url("../img/download.svg") left center no-repeat;
}

.songs__link_text {
  background: url("../img/text.svg") left center no-repeat;
}

.songs__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts {
  padding-top: 35px;
  padding-bottom: 55px;
}

.contacts__title {
  margin-bottom: 59px;
}

.contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 68px;
}

.contacts__item {
  border-radius: 50%;
  margin: 0 7.5px;
  border: 2px solid #f3c47c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74px;
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts__item_padding {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 19px;
  padding-left: 22px;
}

.contacts__text {
  font-family: Arial;
  text-align: center;
  line-height: 1.375;
  letter-spacing: 0.05em;
  color: #333333;
}

.contacts__text a {
  color: #006cd8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.contacts__text a::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #006cd8;
}

.breadcrumbs {
  padding-top: 49px;
  padding-bottom: 20px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
}

.breadcrumbs__item {
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin-left: 5px;
  line-height: 1.375;
}

.breadcrumbs__link {
  font-family: Arial;
  white-space: nowrap;
  line-height: 1.375;
  letter-spacing: 0.05em;
  color: #006cd8;
  position: relative;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.breadcrumbs__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 1px;
  left: 0;
  background-color: #006cd8;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.breadcrumbs__span {
  font-family: Arial;
  line-height: 1.375;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.biography {
  padding-top: 27px;
  padding-bottom: 45px;
}

.biography__container {
  max-width: 800px;
}

.biography__title {
  margin-bottom: 35px;
}

.biography__date {
  font-family: Arial;
  line-height: 1.375;
  font-style: italic;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 35px;
}

.biography__text {
  font-family: Arial;
  line-height: 1.375;
  letter-spacing: 0.01em;
  margin-bottom: 43px;
}

.biography__text p:not(:last-child) {
  margin-bottom: 20px;
}

.biography__text a {
  color: #006cd8;
  position: relative;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.biography__text a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #006cd8;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.biography__block {
  margin-bottom: 46px;
}

.biography__block_center {
  text-align: center;
}

.biography__block_mb-none {
  margin-bottom: 0;
}

.biography__head {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

.biography__item {
  font-family: Arial;
  position: relative;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  line-height: 110%;
}

.biography__item:not(:last-child) {
  margin-bottom: 15px;
}

.biography__link {
  font-family: Arial;
  color: #006cd8;
  position: relative;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  line-height: 110%;
}

.biography__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #006cd8;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.biography__image {
  margin-bottom: 63px;
}

.biography__image img {
  width: 100%;
}

.footer {
  padding-top: 33px;
  padding-bottom: 29px;
  background: #000;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__link {
  font-family: Arial;
  font-size: 14px;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__link::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 2px;
  left: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
}

@media (max-width: 991.98px) {
  .menu {
    overflow: auto;
    background: #000;
    position: fixed;
    right: -100%;
    top: 0;
    height: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    padding: 120px 20px 20px;
    text-align: center;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }

  .menu-open .menu {
    right: 0;
  }

  .menu__list {
    display: block;
  }

  .menu__link {
    font-size: 34px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .burger-menu {
    margin-left: 20px;
    display: block;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 18px;
    position: relative;
    z-index: 200;
  }

  .burger-menu::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 20px;
  }

  .burger-menu::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    border-radius: 20px;
  }

  .burger-menu span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }

  .header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    -webkit-transition: right 0.5s ease 0s;
    transition: right 0.5s ease 0s;
    background: #000;
    z-index: 101;
  }

  .menu-open .header::before {
    right: 0;
  }

  .button {
    font-size: 20px;
    padding: 15px 55px 15px 30px;
  }

  .title {
    font-size: 42px;
  }

  .main-block {
    padding-top: 40px;
  }

  .main-block__title {
    font-size: 75px;
    margin-bottom: 20px;
  }

  .about {
    padding-top: 40px;
  }
  
  .about2 {
    padding-top: 20px;
  }

  .about__title {
    margin-bottom: 40px;
  }

  .about__text {
    margin: 0px auto 60px;
  }

  .content-about {
    padding: 40px 40px;
  }

  .content-about__title {
    font-size: 42px;
  }

  .content-about__sub-title {
    font-size: 21px;
  }

  .songs__title {
    margin-bottom: 40px;
  }

  .songs__name {
    font-size: 18px;
  }

  .contacts {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .contacts__title {
    margin-bottom: 40px;
  }

  .contacts__social {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .header {
    padding: 20px 0;
  }

  .header__social {
    display: none;
  }

  .button {
    font-size: 18px;
    padding: 14px 55px 14px 30px;
  }

  .title {
    font-size: 38px;
  }

  .main-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-block__content {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-block__title {
    font-size: 60px;
  }

  .about__title {
    margin-bottom: 20px;
  }

  .about__text {
    font-size: 15px;
    margin: 0px auto 30px;
  }

  .about__body {
    margin: 0 -20px;
  }

  .about__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about__row:nth-child(even) .about__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .about__image {
    padding-top: 10px;
  }
 

  .about__image img {
    max-width: 200px;
  }
  
  .about__image2 img {
    max-width: 300px;
  }

  .content-about {
    padding: 20px;
  }

  .content-about__title {
    font-size: 38px;
  }

  .content-about__sub-title {
    font-size: 20px;
  }

  .content-about__text {
    font-size: 15px;
  }

  .songs__title {
    margin-bottom: 20px;
  }

  .songs__item {
    padding: 10px 0;
  }

  .songs__play {
    margin-right: 10px;
  }

  .songs__name {
    font-size: 17px;
  }

  .songs__link {
    width: 30px;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
  }

  .songs__link span {
    display: none;
  }

  .songs__link_download {
    background: url("../img/download.svg") center no-repeat;
    margin-right: 20px;
  }

  .songs__link_text {
    background: url("../img/text.svg") center no-repeat;
  }

  .contacts {
    padding-bottom: 40px;
  }

  .contacts__title {
    margin-bottom: 20px;
  }

  .contacts__social {
    margin-bottom: 20px;
  }

  .contacts__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }

  .contacts__item img {
    max-width: 30px;
  }

  .contacts__item_padding {
    padding-top: 13px;
    padding-left: 14px;
  }

  .contacts__text {
    font-size: 15px;
  }

  .breadcrumbs {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .breadcrumbs__link {
    font-size: 15px;
  }

  .breadcrumbs__span {
    font-size: 15px;
  }

  .biography {
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .biography__title {
    margin-bottom: 20px;
  }

  .biography__date {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .biography__text {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .biography__text p:not(:last-child) {
    margin-bottom: 15px;
  }

  .biography__block {
    margin-bottom: 30px;
  }

  .biography__head {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .biography__item {
    font-size: 15px;
  }

  .biography__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .biography__link {
    font-size: 15px;
  }

  .biography__image {
    margin-bottom: 20px;
  }

  .footer {
    padding: 20px 0;
  }

  .footer__link {
    font-size: 12px;
  }
}

@media (max-width: 479.98px) {
  .main-block__image {
    margin: 0;
  }

  .contacts__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__item {
    margin: 0;
  }

  .contacts__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (any-hover: hover) {
  .menu__link:hover {
    color: #f3c47c;
  }

  .header__item:hover {
    background: #f8b755;
  }

  .button:hover {
    background: #f8b755 url("../img/arrow.svg") right 21px center no-repeat;
  }

  .songs__play:hover {
    background: #f8b755 url("../img/play.svg") 17px 15px no-repeat;
  }

  .songs__item-active .songs__play:hover {
    background: #f8b755 url("../img/pause.svg") 16px 15px no-repeat;
  }

  .songs__link:hover {
    color: #f8b755;
  }

  .songs__link:hover span::after {
    background: #f8b755;
  }

  .contacts__item:hover {
    background-color: #f8b755;
    border: 2px solid #f8b755;
  }

  .contacts__text a:hover {
    color: #f8b755;
  }

  .contacts__text a:hover::after {
    background: #f8b755;
  }

  .breadcrumbs__link:hover {
    color: #f8b755;
  }

  .breadcrumbs__link:hover::after {
    background-color: #f8b755;
  }

  .biography__text a:hover {
    color: #f8b755;
  }

  .biography__text a:hover::after {
    background-color: #f8b755;
  }

  .biography__link:hover {
    color: #f8b755;
  }

  .biography__link:hover::after {
    background-color: #f8b755;
  }

  .footer__link:hover {
    color: #f8b755;
  }

  .footer__link:hover::after {
    background: #f8b755;
  }
}