.d-none {
  display: none;
}
.collect__item-best {
  z-index: 2;
}
@media (min-width: 992px) {
  .hero__text {
    font-size: 18px;
  }
}

.page-menu__wrapper {
  padding: 50px 145px;
}

.page-menu__wrapper ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-menu__wrapper ul li {
  list-style: none;
  margin: 0 25px;
}

.page-menu__wrapper ul li a {
  color: #414141;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-menu__wrapper ul li a i {
  font-size: 38px;
}

.page-menu__wrapper ul li a:hover {
  color: #005eb8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-menu__wrapper ul li a:hover svg path {
  fill: #005eb8;
}

.page-menu__wrapper ul .active-link {
  position: relative;
}

.page-menu__wrapper ul .active-link a {
  color: #005eb8;
  font-weight: 400;
}

.page-menu__wrapper ul .active-link:before {
  content: "";
  position: absolute;
  top: -71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #005eb8;
  border-radius: 50%;
}
#map {
  margin-bottom: 50px;
}

.table__wrapper {
  padding: 0 0 100px;
}

.default-table {
  width: 100%;
}

.default-table th {
  font-size: 12px;
  line-height: 25px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  color: #a0a0a0;
  letter-spacing: 0.25em;
  padding-bottom: 50px;
  padding-left: 0px;
  border-bottom: 1px solid #efefef;
}

.default-table td {
  border-bottom: 1px solid #efefef;
  padding: 50px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-left: 0px;
}

.default-table td span {
  display: block;
  max-width: 430px;
}

.default-table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}

.default-table td.country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.default-table td.country img {
  margin-top: 4px;
  margin-right: 25px;
}

.default-table td.country .city {
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
}

.default-table td.country .city .branch-name {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.uptitle {
  font-family: NotoSans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  padding-bottom: 12px;
  padding-left: 18px;
  margin-bottom: 0;
  color: #a0a0a0;
}

.map-title {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 19px;
  padding: 0px 30px 0 18px;
  display: block;
  font-weight: normal;
}

.map-subtitle {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin-top: 0;
  margin-bottom: 23px;
  padding: 0px 30px 0 18px;
  display: block;
  font-weight: normal;
}

.map-text {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding: 0 0px 0px 18px;
  display: block;
}

.map-hint {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 19px;
  padding: 5px;
  margin: 0;
  display: block;
}

@media (min-width: 321px) and (max-width: 576px) {
  .page-menu {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .page-menu__wrapper {
    padding: 15px 0 0 0;
    background-color: #fff;
    overflow-x: scroll;
  }

  .page-menu__wrapper::-webkit-scrollbar {
    height: 0;
  }

  .page-menu__wrapper ul {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
  }

  .page-menu__wrapper ul li a {
    font-size: 16px;
    line-height: 25px;
  }

  .page-menu__wrapper ul .active-link:before {
    top: -35px;
  }

  #map {
    margin-top: 30px;
    margin-bottom: 38px;
  }
  .table__wrapper {
    padding: 0px 20px;
  }

  .table__wrapper .default-table thead tr th {
    padding-bottom: 38px;
  }

  .table__wrapper .default-table thead tr th:last-child {
    display: none;
  }

  .table__wrapper .default-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #efefef;
    padding-bottom: 35px;
  }

  .table__wrapper .default-table tbody tr:last-child {
    border-bottom: none;
  }

  .table__wrapper .default-table tbody tr .country img {
    margin-top: -2px;
    margin-right: 16px;
  }

  .table__wrapper .default-table tbody tr td {
    border: none;
    padding: 20px 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .table__wrapper .default-table tbody tr td .city {
    font-size: 16px;
    line-height: 20px;
  }

  .table__wrapper .default-table tbody tr td .branch-name {
    display: none;
  }

  .table__wrapper .default-table tbody tr td:first-child {
    color: #a0a0a0;
    padding-bottom: 22px;
    padding-top: 35px;
  }

  .table__wrapper .default-table tbody tr td:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Для старого шаблона в новом */

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 145px;
  max-width: 1600px;
  margin: 0 auto;
  height: 130px;
}
.header-logo {
  display: flex;
  align-items: center;
  height: 50px;
}
.header-logo a:last-child {
  display: none;
}
.header-menu {
  display: flex;
}
.header-menu_burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header-menu_burger .burger-img {
  background-color: transparent;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50px;
  position: relative;
  width: 20px;
  transform: translateX(-50px);
}
.header-menu_burger .burger-img:after,
.header-menu_burger .burger-img:before,
.header-menu_burger .burger-img div {
  background-color: #414141;
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  margin: 4px 0;
  transition: all 0.2s ease-in-out;
}
.header-menu_burger .burger-img:before {
  width: 17px;
}
.header-menu_burger .burger-img:after {
  width: 10px;
}
.header-menu_burger:hover {
  background-color: #005eb8;
  border: 1px solid #005eb8;
  fill: #fff;
  transition: all 0.3s ease;
}
.header-menu_burger:hover .burger-img {
  background-color: transparent;
}
.header-menu_burger:hover .burger-img:after,
.header-menu_burger:hover .burger-img:before,
.header-menu_burger:hover .burger-img div {
  background-color: #fff;
}
.header-menu ul {
  display: flex;
  padding: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-left: 37.5px;
}
.header-menu ul li {
  list-style: none;
  margin: 0 22.5px;
}
.header-menu ul li:last-child {
  margin-right: 0;
}
.header-menu ul li div.active-link {
  color: #005eb8;
}
.header-menu ul li a {
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #414141;
  transition: color 0.3s ease;
}
.header-menu ul li a:hover {
  color: #005eb8;
  transition: color 0.3s ease;
}
.header-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-search a.btn {
  background-color: transparent;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  overflow: hidden;
  -khtml-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-size: 16px;
  padding: 15px 30px;
  color: #414141;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  margin-right: 60px;
}
.header-search a.btn:hover {
  background-color: #005eb8;
  color: #fff;
  border: 1px solid #005eb8;
  transition: all 0.3s ease;
  outline: none;
}
.header-search_btn {
  width: 26px;
  height: 26px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header-search_btn img:nth-child(2) {
  display: none;
}
.header-search_btn img:last-child {
  display: none;
}
.header-search_btn img {
  width: 100%;
  height: 100%;
}
.header-search_btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.header-search-mobile {
  display: none;
}
.header-search-mobile a {
  color: #414141;
  border-color: #cfcfcf;
}

.header-search_btn-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search_btn-active img:first-child {
  display: none;
}
.header-search_btn-active img:nth-child(2) {
  display: block;
  width: 18px;
  height: 18px;
  transition: opacity 0.3s ease;
}
.header-search_btn-active:hover img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.m-menu {
  transform: translateX(-100%);
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 100;
  height: 97%;
  width: 100%;
  overflow-x: scroll;
  background-color: #005eb8;
  transition: transform 0.3s ease;
}
.m-menu .active {
  background-color: #005eb8;
}
.m-menu .search {
  position: relative;
  transition: transform 0.3s ease;
}
.m-menu .search input {
  height: 60px;
  width: 100%;
  font-size: 18px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.07);
  outline: none;
  color: #ffffff;
  padding: 0 50px;
  text-align: center;
  position: relative;
}
.m-menu .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.m-menu .search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.m-menu .search input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.m-menu .search input::-webkit-search-cancel-button {
  position: absolute;
  -webkit-appearance: none;
  content: url(/css/../img/cancel.svg);
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.m-menu .search:after {
  content: url(/css/../img/menu-search.svg);
  position: absolute;
  display: block;
  height: 20px;
  width: 19px;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.m-menu ul {
  padding-left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.m-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  list-style: none;
  padding: 17px 20px;
  width: 100%;
  position: relative;
}
.m-menu ul li a.next {
  position: relative;
  display: block;
}
.m-menu ul li a.next:after {
  content: url(/css/../img/menu-arrow.svg);
  transform: translateY(-50%);
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  height: 17px;
  width: 9px;
}
.m-menu ul li a span {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
}

.show-m-menu {
  transform: translateX(0);
}

.mobile-menu {
  transition: transform 0.3s ease;
}
.mobile-menu ul {
  position: absolute;
  top: -60px;
  transform: translateX(-100%);
  height: 100%;
  overflow: auto;
  transition: transform 0.3s ease;
}
.mobile-menu ul .title {
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.07);
}
.mobile-menu ul .title a {
  color: #fff;
}
.mobile-menu ul .title span {
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}
.mobile-menu ul .title span:after {
  content: url(/css/../img/menu-arrow.svg);
  transform: translateY(-50%) rotate(180deg) scale(0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  height: 17px;
  width: 9px;
}

.desktop-menu {
  background-color: #005eb8;
  height: 704px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 130px;
  z-index: 10;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.desktop-menu__wrapper {
  width: 1600px;
  padding: 0 145px;
  margin: 0 auto;
}
.desktop-menu__wrapper .menu-block {
  height: 304px;
  display: flex;
  flex-wrap: wrap;
}
.desktop-menu__wrapper .menu-block ul {
  width: 25%;
  padding: 0;
  margin: 0;
  margin-top: 100px;
}
.desktop-menu__wrapper .menu-block ul a.menu-title,
.desktop-menu__wrapper .menu-block ul span {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  list-style: none;
  margin-bottom: 40px;
  transition: color 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul a.menu-title:hover,
.desktop-menu__wrapper .menu-block ul span:hover {
  color: #c9e5ff;
  transition: color 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul li {
  list-style: none;
}
.desktop-menu__wrapper .menu-block ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul li a:hover {
  color: #c9e5ff;
  transition: color 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul li a:hover img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul li a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: bottom;
  object-position: bottom;
  background-color: #fff;
  transition: opacity 0.3s ease;
}

.desktop-menu-show {
  opacity: 1;
  height: 704px;
  transition: all 0.3s ease;
}

.show-menu {
  background-color: #005eb8;
  position: relative;
}
.show-menu:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 130px;
  background-color: #fff;
  opacity: 0.05;
  width: 100%;
  height: 1px;
  z-index: 11;
}
.show-menu .header-wrap .header-logo a:first-child {
  display: none;
}
.show-menu .header-wrap .header-logo a:last-child {
  display: block;
}
.show-menu .header-wrap .header-menu ul li {
  color: #fff;
}
.show-menu .header-wrap .header-menu ul li:hover {
  color: #c9e5ff;
}
.show-menu .header-wrap .header-menu ul li div.active-link {
  color: #c9e5ff;
}
.show-menu .header-wrap .header-menu ul li a {
  color: #fff;
}
.show-menu .header-wrap .header-menu ul li a:hover {
  color: #c9e5ff;
}
.show-menu .header-wrap .header-menu_burger {
  border-color: rgba(255, 255, 255, 0.25);
}
.show-menu .header-wrap .header-menu_burger:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.show-menu .header-wrap .burger-img {
  background-color: trasparent;
}
.show-menu .header-wrap .burger-img:after {
  margin: 0;
  transform: rotate(45deg);
  width: 25px;
  position: absolute;
  left: -2px;
  background-color: #fff;
}
.show-menu .header-wrap .burger-img:before {
  margin: 0;
  transform: rotate(-45deg);
  width: 25px;
  position: absolute;
  left: -2px;
  background-color: #fff;
}
.show-menu .header-wrap .burger-img div {
  margin: 0;
  opacity: 0;
  width: 25px;
  position: absolute;
  left: -2px;
  transform: rotate(-45deg);
  background-color: #fff;
}
.show-menu .header-wrap .header-search a {
  color: #fff;
}
.show-menu .header-wrap .header-search a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.show-menu .header-wrap .header-search button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.show-menu .header-wrap .header-search button:hover {
  background-color: #116ec7;
  border-color: #116ec7;
}
.show-menu .header-wrap .header-search img:first-child {
  display: none;
}
.show-menu .header-wrap .header-search img:last-child {
  display: none;
}
.show-mobile-menu {
  background-color: #005eb8;
}
.show-mobile-menu .header-wrap .header-logo a:first-child {
  display: none;
}
.show-mobile-menu .header-wrap .header-logo a:last-child {
  display: block;
}
.show-mobile-menu .header-wrap .header-menu_burger {
  outline: none;
}
.show-mobile-menu .header-wrap .header-menu_burger:hover {
  background-color: transparent;
}
.show-mobile-menu .header-wrap .header-menu_burger .burger-img {
  outline: none;
  background-color: transparent;
}
.show-mobile-menu .header-wrap .header-menu_burger .burger-img:after {
  margin: 0;
  transform: rotate(45deg);
  width: 25px;
  position: absolute;
  left: -2px;
  background-color: #fff;
}
.show-mobile-menu .header-wrap .header-menu_burger .burger-img:before {
  margin: 0;
  transform: rotate(-45deg);
  width: 25px;
  position: absolute;
  left: -2px;
  background-color: #fff;
}
.show-mobile-menu .header-wrap .header-menu_burger .burger-img div {
  margin: 0;
  opacity: 0;
  width: 25px;
  position: absolute;
  left: -2px;
  transform: rotate(-45deg);
  background-color: #fff;
}
.show-mobile-menu .header-wrap .header-search-mobile a {
  color: #fff;
}
.search-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 130px;
  top: 130px;
  left: 0;
  z-index: 10;
  background-color: #f6f6f6;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.search-input__wrapper {
  padding: 0 145px;
  width: 1600px;
  margin: 0 auto;
  position: relative;
}
.search-input__wrapper form {
  display: flex;
}
.search-input__wrapper input {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  width: 100%;
  color: #414141;
  letter-spacing: 1px;
}
.search-input__wrapper input::-webkit-search-cancel-button {
  display: none;
}
.search-input__wrapper button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search-input__wrapper a {
  position: absolute;
  right: 145px;
  top: 50%;
  transform: translateY(-50%);
}

.search-input-show {
  height: 130px;
  opacity: 1;
  transition: all 0.3s ease;
}
.footer {
  background-color: #414141;
  position: relative;
  height: 580px;
}
.footer:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 159px;
}
.footer:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  bottom: 115px;
}
.footer-wrapper {
  padding: 0 145px;
  width: 1600px;
  margin: 0 auto;
}
.footer-wrapper .social-block {
  padding: 60px 0 49px;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  align-items: center;
}
.footer-wrapper .social-block__buttons {
  display: flex;
  align-items: center;
  -ms-grid-column: 1;
}
.footer-wrapper .social-block__buttons .social-btn {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer-wrapper .social-block__buttons .social-btn:hover {
  background-color: #4f4f4f;
  transition: all 0.3s ease;
  border-color: #4f4f4f;
}
.footer-wrapper .social-block__buttons .social-btn.social-btn__music {
  display: none;
}
.footer-wrapper .social-block__buttons span {
  font-size: 14px;
  line-height: 20px;
  color: #8f8f8f;
  margin-left: 11px;
}
.footer-wrapper .social-block .footer-logo {
  margin: 0 auto;
  -ms-grid-column: 2;
  width: 154px;
  height: 30px;
}
.footer-wrapper .social-block .btn {
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: auto;
  padding: 15px 30px;
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  text-align: center;
  -ms-grid-column: 3;
}
.footer-wrapper .social-block .btn:hover {
  border-color: #4f4f4f;
  background-color: #4f4f4f;
}
.footer-wrapper .social-block .btn-icon-music {
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
}
.btn-icon-music svg {
  margin-right: 10px;
}
.footer-wrapper .menu-block {
  padding-top: 54px;
  height: 304px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer-wrapper .menu-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-wrapper .menu-block ul:nth-child(0) {
  -ms-grid-column: 1;
}
.footer-wrapper .menu-block ul:nth-child(1) {
  -ms-grid-column: 2;
}
.footer-wrapper .menu-block ul:nth-child(2) {
  -ms-grid-column: 3;
}
.footer-wrapper .menu-block ul:nth-child(3) {
  -ms-grid-column: 4;
}
.footer-wrapper .menu-block ul a {
  color: #fff;
}
.footer-wrapper .menu-block ul a.footer-link {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  list-style: none;
  margin-bottom: 40px;
  transition: color 0.3s ease;
}
.footer-wrapper .menu-block ul a.footer-link:hover {
  color: #8f8f8f;
  transition: color 0.3s ease;
}
.footer-wrapper .menu-block ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.footer-wrapper .menu-block ul li a:hover {
  color: #8f8f8f;
  transition: color 0.3s ease;
}
.footer-wrapper .copyright-block {
  padding: 45px 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-wrapper .copyright-block span {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 20px;
}
.footer-wrapper .copyright-block a {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 20px;
  transition: color 0.3s ease;
}
.footer-wrapper .copyright-block a:hover {
  color: #fff;
  transition: color 0.3s ease;
}
.footer-wrapper .copyright-block a:nth-child(2) {
  padding: 0 56px;
}

.sidebar__cathegory-link--mobile {
  font-size: 14px;
}

@media (min-width: 1440px) and (max-width: 1600px) {
  .footer-wrapper {
    width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  .footer-wrapper .social-block__buttons .social-btn.social-btn__music {
    display: flex;
  }
}

@media (min-width: 321px) and (max-width: 576px) {
  .header {
    height: 60px;
    padding: 0px;
  }
  .header-wrap {
    justify-content: center;
    height: 60px;
  }
  .header-logo {
    order: 1;
  }
  .header-logo a {
    width: 102px;
    height: 20px;
  }
  .header-logo a img {
    width: 100%;
    height: 100%;
  }
  .header-menu {
    position: absolute;
    left: 20px;
  }
  .header-menu ul {
    display: none;
  }
  .header-menu_burger {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 0;
  }
  .header-menu_burger:hover {
    background-color: #fff;
    fill: #000;
    border: none;
  }
  .header-menu_burger:hover .burger-img:before,
  .header-menu_burger:hover .burger-img:after,
  .header-menu_burger:hover .burger-img div {
    background-color: #000;
  }
  .header-search {
    display: none;
  }
  .header-search-mobile {
    display: block;
    order: 2;
    position: absolute;
    right: 20px;
  }
  .header-search-mobile .btn-o {
    padding: 5px 10px;
  }
  .footer {
    height: auto;
  }
}
