.radius-0 {
  border-radius: 0px !important;
}

.btn-black {
  background-color: #272727;
  font-family: 'Volkhov';
  color: #f5f5f5;
  transition: 0.75s linear;
}

.btn-black:hover {
  background-color: #000;
  font-family: 'Volkhov';
  color: #fff;
  transition: 0.75s linear;
}

.btn-modal-albums {
  min-width: 120px;
}

.btn-contacts {
  min-width: 220px !important;
  display: flex;
  /*justify-content: space-between;*/
  /*font-size: 0.8rem;*/
}

@media (max-width: 767px) {
  .btn-res {
    font-size: 0.75rem;
  }
}

.btn-legal-list {
  width: 261px !important;
  display: flex;
  justify-content: center;
}

@media (max-width: 575px) {
  .btn-legal-list {
    width: 180px !important;
    font-size: 0.6rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .btn-legal-list {
    width: 220px !important;
    font-size: 0.7rem;
  }
}

@media (min-width: 768px) {
  .btn-legal-list {
    width: 220px !important;
    font-size: 0.7rem;
  }
}

@media (max-width: 575px) {
  .btn-rights-and-licensing {
    width: 282px !important;
  }
}

@media (min-width: 576px) {
  .btn-rights-and-licensing {
    width: 330px !important;
  }
}

button {
  font-family: 'Volkhov' !important;
}

