section {
  position: relative; }

main {
  background-color: #f6f6f6 !important; }

.more {
  cursor: pointer; }

.banner {
  width: 100%;
  height: 360px;
  background: url("../img/albums/albums_bg.png") no-repeat center; }
  .banner .locals {
    position: relative;
    top: 315px;
    font-size: 16px;
    color: #ffffff; }
    .banner .locals .local {
      position: absolute;
      right: 0; }
      .banner .locals .local img {
        width: 15px;
        height: 19px;
        position: relative;
        top: 4px;
        right: 1px; }

.sort_items {
  margin-top: 40px; }
  .sort_items .items {
    display: flex;
    flex-wrap: wrap; }
    .sort_items .items .item {
      margin-right: 20px;
      margin-bottom: 20px;
      position: relative;
      width: 305px;
      height: auto;
      background: #fff; }
      .sort_items .items .item img {
        width: 100%;
        display: block; }
      .sort_items .items .item .name {
        z-index: 2;
        position: absolute;
        top: 77px;
        left: 50%;
        font-size: 20px;
        font-weight: bold;
        color: white;
        line-height: 11px;
        transform: translateX(-50%);
        width: 100%;
        text-align: center; }
      .sort_items .items .item .more {
        z-index: 2;
        position: absolute;
        left: 50%;
        bottom: 44px;
        width: 100px;
        height: 40px;
        border: 2px solid white;
        color: #ffffff;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        display: none;
        transform: translateX(-50%); }
      .sort_items .items .item:hover:before {
        display: block;
        width: 305px;
        height: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.3); }
    .sort_items .items .active .name {
      z-index: 99;
      position: absolute;
      top: 45px;
      right: 110px;
      animation: ab_name 0.5s; }

@keyframes ab_name {
  from {
    position: absolute;
    top: 77px;
    right: 110px; }
  to {
    position: absolute;
    top: 45px;
    right: 110px; } }
    .sort_items .items .active .more {
      display: block;
      animation: mr 0.5s 0.2s backwards; }

@keyframes mr {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .sort_items .items .item:nth-child(4n+4) {
      margin-right: 0; }

#albumsPage {
  margin-bottom: 32px; }
