html, body {
  height: 100%; }

body {
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

h1 {
  font: normal normal bold 44px/52px Raleway;
  letter-spacing: 0;
  margin: 0; }
  h1 .year {
    font-weight: 500; }

h2 {
  font: normal normal bold 32px/40px Raleway;
  letter-spacing: 0;
  margin: 0; }

h3 {
  font: normal normal bold 24px/32px Raleway;
  letter-spacing: 0;
  margin: 0; }

select {
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  background-image: url(/img/vinylnice/drop.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 20px top 20px, 0 0;
  height: 48px;
  max-width: 410px;
  font: normal normal 500 16px/24px Raleway;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 44px 0 16px;
  -moz-appearance: none;
  -webkit-appearance: none; }

.table {
  display: table; }
  .table .row {
    display: table-row; }
    .table .row .cell {
      display: table-cell; }

.autocomplete {
  position: relative;
  width: 410px;
  height: 48px;
  display: inline-block; }
  .autocomplete.active .drop {
    opacity: 1; }
    .autocomplete.active input {
      border-color: rgba(0, 0, 0, 1); }
    .autocomplete.active label {
      opacity: 1; }
  .autocomplete .drop {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    right: 20px;
    top: 21px;
    opacity: 0.5;
    background-image: url(/img/vinylnice/drop.svg); }
  .autocomplete input {
    cursor: pointer;
    width: calc(100% - 52px);
    /* inherit - 36+16 padding*/
    padding-top: 17px;
    padding-right: 36px;
    padding-left: 16px;
    padding-bottom: 0;
    height: 31px;
    /* 48 - 17 padding*/
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    font: normal normal 500 16px/24px Raleway;
    letter-spacing: 0;
    color: #000; }
    .autocomplete input:focus {
      cursor: text;
      outline: none; }
  .autocomplete label {
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 16px;
    font: normal normal 500 16px/24px Raleway;
    letter-spacing: 0;
    color: #000;
    opacity: 0.5; }
    .autocomplete label.active {
      text-transform: uppercase;
      top: 3px;
      font: normal normal bold 8px/24px Raleway;
      letter-spacing: 0.96px;
      color: #000; }
  .autocomplete span.welcome {
    display: none;
    position: absolute;
    top: 23px;
    left: 16px;
    font: normal normal 500 16px/24px Raleway;
    letter-spacing: 0;
    color: #000;
    opacity: 0.3; }
    .autocomplete span.welcome.active {
      display: unset; }
  .autocomplete .options {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 33px 70px rgba(0, 0, 0, 0.161);
    border-radius: 0 0 4px 4px;
    opacity: 1;
    z-index: 99; }
    .autocomplete .options.active {
      display: block; }
    .autocomplete .options div {
      padding: 10px 16px;
      font: normal normal 500 16px/24px Raleway;
      letter-spacing: 0;
      color: #000;
      opacity: 1;
      cursor: pointer; }
      .autocomplete .options div:hover {
        background: #009bd0 0 0 no-repeat padding-box !important;
        color: #fff; }
      .autocomplete .options div.selected {
        background: #000 0 no-repeat padding-box;
        color: #fff; }
      .autocomplete .options div.active {
        background: #009bd0 0 0 no-repeat padding-box;
        color: #fff; }

.tag {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin-right: 8px;
  padding: 6px;
  font: normal normal bold 10px/11px Raleway;
  letter-spacing: 1.2px;
  text-transform: uppercase; }
  .tag.active {
    border: 0;
    color: #fff;
    background: #000 0 0 no-repeat padding-box; }

.back {
  mask-size: cover;
  -webkit-mask-size: cover;
  mask: url(/img/vinylnice/back.svg);
  -webkit-mask: url(/img/vinylnice/back.svg);
  background: #000;
  width: 64px;
  height: 24px; }

@media (max-width: 768px) {
  select {
    width: calc(100% - 80px); }

  .autocomplete {
    width: calc(100% - 80px); } }
  .icon-menu {
    mask: url(/img/vinylnice/mobile/menu.svg);
    -webkit-mask: url(/img/vinylnice/mobile/menu.svg);
    mask-size: cover;
    -webkit-mask-size: cover; }
/*$plaforms: "vk", "telegram", "zen", "youtube", "tiktok", "instagram", "facebook", "applemusic", "yandex", "youtubemusic", "deezer", "spotify", "tidal", "sber";
 @each $platform in $plaforms {
 .icon-#{$platform} {
 mask: url(/img/vinylnice/icons/#{$platform}.svg);
 -webkit-mask: url(/img/vinylnice/icons/#{$platform}.svg);
 mask-size: cover;
 -webkit-mask-size: cover;
 }
 }*/
.container {
  display: grid;
  grid-template-areas: "menu content" "menu footer";
  grid-template-rows: 1fr minmax(115px, max-content);
  grid-template-columns: 280px 1fr;
  width: 100%;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto; }
  .container .mobile_wrapper {
    width: calc(100% - 100px);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between; }
    .container .mobile_wrapper .logo {
      width: 40px;
      height: 40px; }
    .container .mobile_wrapper .menu {
      width: 40px;
      height: 40px;
      background: #000; }
  .container .menu_wrapper {
    width: 280px;
    grid-area: menu;
    min-height: 1px;
    color: #fff;
    background: #000;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .container .menu_wrapper .menu {
      background: transparent url('/img/vinylnice/logo.png') 0% 0% no-repeat padding-box;
      padding-left: 80px;
      font: normal normal 100 16px/19px Raleway;
      letter-spacing: 0; }
      .container .menu_wrapper .menu ul.items {
        margin-top: 200px;
        list-style: none;
        padding: 0; }
        .container .menu_wrapper .menu ul.items li {
          margin-bottom: 16px; }
          .container .menu_wrapper .menu ul.items li.active {
            font: normal normal bold 16px/19px Raleway;
            overflow: hidden; }
            .container .menu_wrapper .menu ul.items li.active:after {
              content: "";
              position: relative;
              display: inline-block;
              width: 100%;
              vertical-align: middle;
              right: -10px;
              margin-right: -100%;
              border-top: 1px solid #fff; }
    .container .menu_wrapper .links {
      padding: 60px 50px 40px 60px;
      width: 150px; }
      .container .menu_wrapper .links .title {
        font: normal normal 300 16px/19px Raleway;
        letter-spacing: 0; }
      .container .menu_wrapper .links .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 32px; }
        .container .menu_wrapper .links .items .item {
          margin-bottom: 20px;
          margin-right: 8px; }
          .container .menu_wrapper .links .items .item .vn-icon {
            font-size: 24px;
            height: 24px;
            line-height: 24px; }
          .container .menu_wrapper .links .items .item .title {
            font: normal normal 900 8px/10px Raleway;
            letter-spacing: 0.96px;
            text-transform: uppercase;
            margin-top: 4px;
            display: none;
            position: absolute; }
          .container .menu_wrapper .links .items .item:hover {
            color: #009bd0; }
            .container .menu_wrapper .links .items .item:hover .title {
              display: block; }
  .container .content_wrapper {
    grid-area: content;
    position: relative;
    width: 100%;
    min-height: 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .container .content_wrapper .content {
      margin-left: 100px;
      padding-top: 80px;
      padding-bottom: 80px; }
  .container .footer_wrapper {
    grid-area: footer;
    padding-left: 100px;
    padding-top: 26px;
    padding-bottom: 40px;
    border-top: 1px solid #000; }
    .container .footer_wrapper .footer {
      display: flex; }
      .container .footer_wrapper .footer .main .item {
        opacity: 1; }
      .container .footer_wrapper .footer .other {
        display: flex;
        flex-wrap: wrap; }
      .container .footer_wrapper .footer .item {
        display: flex;
        margin-right: 64px;
        margin-top: 23px;
        opacity: 0.5; }
        .container .footer_wrapper .footer .item .icon {
          margin-left: 8px;
          margin-top: 2px;
          mask-size: cover;
          -webkit-mask-size: cover;
          background: #000;
          display: inline-block;
          vertical-align: top; }
          .container .footer_wrapper .footer .item .icon.lagutin {
            margin-top: -10px;
            mask: url(/img/vinylnice/lagutin.logo.svg);
            -webkit-mask: url(/img/vinylnice/lagutin.logo.svg);
            width: 40px;
            min-width: 40px;
            height: 40px; }
          .container .footer_wrapper .footer .item .icon.copy {
            mask: url(/img/vinylnice/copy.svg);
            -webkit-mask: url(/img/vinylnice/copy.svg);
            width: 14px;
            min-width: 14px;
            height: 14px; }
          .container .footer_wrapper .footer .item .icon.link {
            mask: url(/img/vinylnice/link.svg);
            -webkit-mask: url(/img/vinylnice/link.svg);
            width: 14px;
            min-width: 14px;
            height: 14px; }
        .container .footer_wrapper .footer .item .text {
          margin-left: 8px;
          vertical-align: top;
          display: inline-block;
          font: normal normal bold 12px/20px Raleway;
          letter-spacing: 1.44px;
          text-transform: uppercase; }
        .container .footer_wrapper .footer .item:hover .icon {
          background: #009bd0 !important; }
          .container .footer_wrapper .footer .item:hover .text {
            color: #009bd0; }

@media (min-width: 769px) {
  .container .mobile_wrapper {
    display: none; }
    .container .menu_wrapper .close {
      display: none; } }

@media (max-width: 768px) {
  .container {
    display: block; }
    .container .menu_wrapper {
      visibility: hidden;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 99;
      width: 100%;
      min-width: 330px;
      height: 100%; }
      .container .menu_wrapper .close {
        text-align: right;
        margin-top: 30px;
        margin-right: 30px; }
      .container .menu_wrapper .menu {
        font: normal normal 300 40px/32px Raleway;
        padding-left: 50px; }
        .container .menu_wrapper .menu ul.items li {
          margin-top: 32px; }
          .container .menu_wrapper .menu ul.items li.active {
            font: normal normal bold 40px/32px Raleway; }
            .container .menu_wrapper .menu ul.items li.active:after {
              display: none; }
      .container .menu_wrapper .links {
        display: none; }
    .container .content_wrapper .content {
      margin-left: 50px;
      padding-top: 40px;
      padding-bottom: 40px; }
    .container .footer_wrapper {
      padding-left: 50px; }
      .container .footer_wrapper .footer {
        flex-wrap: wrap; }
        .container .footer_wrapper .footer .main {
          margin-left: -8px; }
        .container .footer_wrapper .footer .other {
          margin-left: 40px;
          display: block; } }

.subscribe_wrapper .menu_wrapper {
  z-index: 99;
  position: unset !important;
  height: unset !important; }
  .subscribe_wrapper .menu_wrapper .menu ul.items li.active {
    overflow: visible !important; }
    .subscribe_wrapper .menu_wrapper .menu ul.items li.active:after {
      width: 615px !important;
      margin-right: -615px !important; }
  .subscribe_wrapper .menu_wrapper .links {
    display: none; }
  .subscribe_wrapper .content_wrapper {
    background: #000; }
  .subscribe_wrapper .footer_wrapper {
    background: #000; }
  .subscribe_wrapper .footer_wrapper .footer .icon {
    background: #fff !important; }
    .subscribe_wrapper .footer_wrapper .footer .text {
      color: #fff; }

.content_wrapper .subscribe .logo {
  display: none; }
  .content_wrapper .subscribe .links {
    width: 428px;
    margin-top: 30px;
    color: #fff; }
    .content_wrapper .subscribe .links h1 {
      font: normal normal bold 44px/51px Raleway;
      letter-spacing: 0;
      color: #fff; }
    .content_wrapper .subscribe .links .items {
      margin-top: 90px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
    .content_wrapper .subscribe .links .items .item {
      width: 207px;
      padding: 7px 7px 7px 0;
      color: #fff; }
      .content_wrapper .subscribe .links .items .item .title, .content_wrapper .subscribe .links .items .item .vn-icon {
        display: inline-block;
        vertical-align: middle; }
      .content_wrapper .subscribe .links .items .item .title {
        font: normal normal 900 16px/19px Raleway;
        letter-spacing: 1.92px;
        text-transform: uppercase;
        margin-left: 12px; }
      .content_wrapper .subscribe .links .items .item .vn-icon {
        font-size: 40px;
        line-height: 40px;
        height: 40px; }
      .content_wrapper .subscribe .links .items .item:hover {
        color: #009bd0; }

@media (max-width: 768px) {
  .subscribe_wrapper {
    background: #000; }
    .subscribe_wrapper .menu_wrapper {
      height: 100% !important;
      position: absolute !important; }
    .subscribe_wrapper .mobile_wrapper {
      justify-content: flex-end; }
      .subscribe_wrapper .mobile_wrapper .logo {
        background: transparent url('/img/vinylnice/logo.png') 0 0 no-repeat padding-box;
        width: 180px;
        height: 232px;
        position: absolute;
        top: -135px;
        left: 0;
        z-index: 99; }
      .subscribe_wrapper .mobile_wrapper .menu {
        background: #fff; }

  .content_wrapper .subscribe .links {
    width: unset;
    padding-right: 50px; }
    .content_wrapper .subscribe .links h1 {
      font: normal normal bold 24px/32px Raleway; }
    .content_wrapper .subscribe .links .items {
      display: block;
      margin-top: 40px; }
      .content_wrapper .subscribe .links .items .item {
        width: unset;
        padding-left: 0; } }

.content_wrapper .header {
  width: 100%; }
  .content_wrapper .filter .tags {
    margin-top: 24px; }
    .content_wrapper .filter .tags .group {
      display: inline-block;
      margin-right: 15px; }
    .content_wrapper .filter .tags input {
      display: none; }
    .content_wrapper .filter .tags .tag {
      cursor: pointer; }
  .content_wrapper .filter .selects {
    width: 100%;
    margin-top: 24px; }
    .content_wrapper .filter .selects select, .content_wrapper .filter .selects .autocomplete {
      margin-right: 40px; }
  .content_wrapper .filter .counter {
    text-align: right;
    padding-right: 80px;
    letter-spacing: 0;
    font: normal normal 500 16px/24px Raleway;
    opacity: 0.5;
    vertical-align: top; }
  .content_wrapper .gridView {
    color: #000; }
  .content_wrapper .gridView .elements {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-left: -24px;
    color: #000; }
    .content_wrapper .gridView .elements .element {
      margin-top: 12px;
      margin-right: 52px;
      width: 200px;
      padding: 24px; }
    .content_wrapper .gridView .elements .element:hover {
      background-color: #009bd0;
      border-radius: 10px;
      color: #fff; }
    .content_wrapper .gridView .elements .element .image {
      width: 200px;
      height: 200px; }
    .content_wrapper .gridView .elements .element .info .block {
      margin-top: 12px; }
      .content_wrapper .gridView .elements .element .info .tags .tag-regular {
        background-color: #009bd0;
        color: #fff; }
      .content_wrapper .gridView .elements .element .info .album {
        font: normal normal bold 16px/24px Raleway;
        letter-spacing: 0; }
        .content_wrapper .gridView .elements .element .info .album .year {
          font: normal normal 500 16px/24px Raleway; }
      .content_wrapper .gridView .elements .element .info .performer {
        margin-top: 8px;
        font: normal normal 500 16px/24px Raleway;
        letter-spacing: 0; }
      .content_wrapper .gridView .elements .element .info .price {
        margin-top: 16px;
        font: normal normal bold 16px/24px Raleway;
        letter-spacing: 0;
        color: #000;
        opacity: 0.5; }

@media (max-width: 768px) {
  .content_wrapper .filter .tags {
    margin-top: 16px; }
    .content_wrapper .filter .tags .group {
      display: block; }
    .content_wrapper .filter .tags .tag {
      margin-top: 8px; }
    .content_wrapper .filter .selects {
      display: block;
      margin-top: 0; }
    .content_wrapper .filter .selects .row {
      display: block; }
    .content_wrapper .filter .selects .cell {
      display: block; }
    .content_wrapper .filter .selects select, .content_wrapper .filter .selects .autocomplete {
      margin-top: 24px; }
    .content_wrapper .filter .counter {
      margin-top: 24px;
      text-align: left;
      display: flex !important;
      flex-wrap: wrap; }
    .content_wrapper .gridView .elements {
      margin-top: 16px;
      margin-left: 0; }
    .content_wrapper .gridView .elements .element {
      margin-top: 24px;
      margin-right: 40px;
      padding: 0;
      display: flex; }
      .content_wrapper .gridView .elements .element:hover {
        background-color: unset;
        border-radius: unset;
        color: unset; }
      .content_wrapper .gridView .elements .element .image {
        width: 60px;
        height: 60px; }
        .content_wrapper .gridView .elements .element .image img {
          width: 60px; }
      .content_wrapper .gridView .elements .element .info {
        margin-left: 12px;
        margin-top: -8px; }
        .content_wrapper .gridView .elements .element .info .block {
          margin-top: 8px !important; } }
/*@media (max-width: 400px) {
 .content_wrapper {
 .gridView {
 .elements {
 .element {
 width: 120px;
 .image {
 width: 120px;
 height: 120px;
 img {
 width: 120px;
 }
 }
 }
 }
 }
 }
 }*/
.content_wrapper .album {
  margin-right: 40px; }
  .content_wrapper .album .back {
    margin-bottom: 24px; }
  .content_wrapper .album a.back-link {
    display: inline-block; }
  .content_wrapper .album h2, .content_wrapper .album .discogs, .content_wrapper .album .tags {
    margin-top: 24px; }
  .content_wrapper .album a {
    font: normal normal 500 16px/24px Raleway;
    letter-spacing: 0;
    color: #009bd0;
    margin-right: 24px; }
  .content_wrapper .album .cards {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex; }
    .content_wrapper .album .cards .card {
      margin-right: 60px;
      background: rgba(0, 0, 0, 0.031);
      border-radius: 8px;
      width: 352px;
      min-height: 492px;
      padding: 24px; }
    .content_wrapper .album .cards .card.links a {
      color: inherit;
      display: block; }
      .content_wrapper .album .cards .card.links .items {
        margin-top: 31px; }
        .content_wrapper .album .cards .card.links .items .item {
          color: #000;
          margin-top: 24px; }
          .content_wrapper .album .cards .card.links .items .item .title, .content_wrapper .album .cards .card.links .items .item .vn-icon {
            display: inline-block;
            vertical-align: middle; }
          .content_wrapper .album .cards .card.links .items .item .title {
            font: normal normal 900 16px/19px Raleway;
            letter-spacing: 1.92px;
            text-transform: uppercase;
            margin-left: 12px; }
          .content_wrapper .album .cards .card.links .items .item .vn-icon {
            font-size: 40px;
            line-height: 40px;
            height: 40px; }
          .content_wrapper .album .cards .card.links .items .item:hover {
            color: #009bd0; }
    .content_wrapper .album .cards .card.prices .item {
      margin-top: 21px;
      font: normal normal 500 20px/36px Raleway;
      letter-spacing: 0; }
      .content_wrapper .album .cards .card.prices .item .shop_name {
        font-weight: bold; }
      .content_wrapper .album .cards .card.image {
        width: 300px;
        height: 300px;
        padding: 0;
        background: none; }
      .content_wrapper .album .cards .card.image img {
        border-radius: 8px; }

@media (max-width: 768px) {
  .content_wrapper .album .cards {
    display: block;
    margin-top: 0;
    margin-bottom: 0; }
    .content_wrapper .album .cards .card {
      margin-top: 40px;
      margin-right: 0;
      width: calc(100% - 48px);
      min-height: unset; }
      .content_wrapper .album .cards .card.image {
        width: 100%;
        height: unset; }
      .content_wrapper .album .cards .card.image img {
        width: 100%; } }
