@charset "UTF-8";
@font-face {
  font-family: Helvetica;
  font-display: swap;
  src: url("../fonts/Helvetica-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Karla;
  font-display: swap;
  src: url("../fonts/Karla-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Karla;
  font-display: swap;
  src: url("../fonts/Karla-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Karla;
  font-display: swap;
  src: url("../fonts/Karla-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: PublicSans;
  font-display: swap;
  src: url("../fonts/PublicSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: PublicSans;
  font-display: swap;
  src: url("../fonts/PublicSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: RobotoCondensed;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
/* ------------------------------------------------------------------------------------------------------------------------------
ROOT
--------------------------------------------------------------------------------------------------------------------------------*/
:root {
  --container-width: 96rem;
  --container-padding: 1.25rem;
  --font-karla: "Karla", sans-serif;
  --font-main: "Roboto", sans-serif;
  --font-footer: "Helvetica", sans-serif;
  --font-merch: "PublicSans", sans-serif;
  --font-unbounded: "Unbounded", sans-serif;
  --black: #000000;
  --white: #ffffff;
  --pink: #ff0481;
  --pinklight: #de9180;
  --grey: #7c7c7c;
  --scrollbar: var(--grey);
  --scrollbar-track: var(--grey);
  --scrollbar-thumb: var(--pink);
}

/* ------------------------------------------------------------------------------------------------------------------------------
RESET
--------------------------------------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus, *:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  inline-size: 100%;
  block-size: 100%;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus, a:active {
  outline: none;
}
a:visited {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

sup {
  color: inherit;
}

/* ------------------------------------------------------------------------------------------------------------------------------
TYPOGRAPHY
--------------------------------------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-unbounded);
}

/* ------------------------------------------------------------------------------------------------------------------------------
KEYFRAMES
--------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes show-header {
  0% {
    inset-block-start: -100%;
  }
  100% {
    inset-block-start: 0;
  }
}
@keyframes show-header {
  0% {
    inset-block-start: -100%;
  }
  100% {
    inset-block-start: 0;
  }
}
@-webkit-keyframes fade-up-big {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-up-big {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------
BASE
--------------------------------------------------------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  text-wrap: balance;
  scroll-behavior: smooth;
}

*::-webkit-scrollbar {
  inline-size: 0.625rem;
  background-color: var(--scrollbar);
}
*::-webkit-scrollbar-track {
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.2);
  background: var(--scrollbar-track);
}
*::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  border: 0 none #fff;
  background-color: var(--scrollbar-thumb);
  cursor: pointer;
}

.container {
  margin-inline: auto;
  max-inline-size: var(--container-width);
  padding-inline: var(--container-padding);
}

.img-responsive {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.image-bg {
  position: relative;
}
.image-bg img {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
  inline-size: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-block-size: 100%;
  /** Поменять на clip - если используется в проекте position: sticky */
  overflow: clip;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.page_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.page_grid .sidebar {
  width: 30%;
  height: 100%;
}
.page_grid .content {
  width: 70%;
  height: 100%;
}

.page-grid {
  display: grid;
  grid-template-columns: 267fr 733fr;
}

.no-scroll {
  overflow: hidden;
  padding-right: 0.625rem;
}

.justify-content-left,
.justify-content-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-right,
.justify-content-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

/* Горизонтальный бордер */
.horizontal-border {
  position: relative;
}
.horizontal-border:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 0.0625rem;
  border-bottom: 0.125rem solid var(--pink);
}

/* Вертикальный бордер */
.vertical-border {
  position: relative;
}
.vertical-border:after {
  position: absolute;
  content: "";
  top: -0.0625rem;
  left: 0;
  height: 625rem;
  width: 0.0625rem;
  border-right: 0.125rem solid var(--pink);
}

/* Размытый фон когда открываеться меню */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  visibility: hidden;
}
.overlay.active {
  visibility: visible;
  backdrop-filter: blur(0.3125rem);
  background-color: rgba(255, 255, 255, 0.1);
}

/* Розовое слово в заголовке со стрелками */
.accent {
  position: relative;
  color: var(--pink);
}

.extra-bold {
  font-weight: 800;
}

.bred {
  border: 0.0625rem solid red;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------
О НАС
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.about-wrap {
  padding-top: 4.6875rem;
  padding-bottom: 4.375rem;
}

.about-post.about-post-2 {
  padding-left: 9.0625rem;
  padding-right: 3.4375rem;
}

.about-post.about-post-3 {
  position: relative;
  overflow: hidden;
  padding-left: 8.75rem;
  padding-right: 0;
}
.about-post.about-post-3 .about-bird {
  position: absolute;
  top: 2%;
  right: -35%;
  width: 100%;
  padding-bottom: 62.5rem;
  z-index: -1;
  background-image: url("../images/about/bird.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.about-post {
  padding-bottom: 1.875rem;
  padding-left: 6.5625rem;
  padding-right: 2.1875rem;
  /* Заголовки */
  /* Изображение в посту*/
  /* Текст в посту*/
}
.about-post h1 {
  font-family: var(--font-unbounded);
  font-weight: 700;
  font-size: 5rem;
  color: var(--black);
  margin-bottom: 6.25rem;
}
.about-post h2 {
  font-weight: 700;
  font-size: 4.1875rem;
  color: var(--black);
}
.about-post_content {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.about-post_content h3 {
  font-weight: 700;
  font-size: 3.125rem;
  color: var(--black);
  margin-bottom: 0.9375rem;
}
.about-post_content p {
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--black);
}
.about-post_content .content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.about-post_masonry .masonry-grid-1 {
  display: grid;
  grid-template-columns: 32fr 49fr 17fr;
  margin-bottom: 3.75rem;
  color: var(--white);
}
.about-post_masonry .masonry-grid-1 .masonry-item_big {
  padding-left: 1.875rem;
}
.about-post_masonry .masonry-grid-1 .masonry-item:nth-child(2) {
  margin-left: 18%;
}
.about-post_masonry .masonry-grid-2 {
  display: grid;
  grid-template-columns: 31fr 69fr;
  gap: 2.5rem;
  margin-bottom: 3.75rem;
  color: var(--white);
}
.about-post_masonry .masonry-grid-2 .masonry-item:first-child {
  -webkit-transform: translate(7%, 20%);
      -ms-transform: translate(7%, 20%);
          transform: translate(7%, 20%);
}
.about-post_masonry .masonry-grid-2 .masonry-item:nth-child(2) {
  margin-left: 41%;
}
.about-post_masonry .masonry-grid-2 .masonry-item_big {
  padding-left: 2.5rem;
}
.about-post_masonry .masonry-grid-2 .masonry-item_middle {
  padding-left: 1.875rem;
}
.about-post_masonry .masonry-grid-3 {
  display: grid;
  grid-template-columns: 53fr 47fr;
  gap: 0;
  color: var(--white);
}
.about-post_masonry .masonry-grid-3 .masonry-box .btn {
  margin-top: 1.875rem;
  max-width: 100%;
  min-height: 3.75rem;
  background-color: var(--black);
  color: var(--white);
}
.about-post_masonry .masonry-grid-3 .masonry-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-color: var(--pink);
  padding-inline: 1.5625rem;
  color: var(--white);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  aspect-ratio: inherit;
  padding-bottom: 2.5rem;
}
.about-post_masonry .masonry-grid-3 .masonry-item_big {
  font-size: 3.125rem;
  color: var(--white);
  padding-left: 0;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
.about-post_masonry .masonry-grid-3 .masonry-item p {
  font-weight: 400;
  font-size: 1.875rem;
}
.about-post_masonry .masonry-item {
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: var(--black);
  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;
}
.about-post_masonry .masonry-item_small {
  display: block;
  padding: 0.9375rem;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: var(--font-karla);
}
.about-post_masonry .masonry-item_middle {
  display: block;
  padding: 2.8125rem;
  font-weight: 700;
  font-size: 2.1875rem;
  font-family: var(--font-karla);
}
.about-post_masonry .masonry-item_big {
  display: block;
  padding: 1.875rem;
  font-weight: 700;
  font-size: 2.9375rem;
  font-family: var(--font-karla);
}
.about-post_masonry .masonry-item-block-bottom {
  margin-top: 5%;
}
.about-post_masonry .masonry-item-block-top {
  position: relative;
  top: -45%;
}
.about-post_masonry .masonry-item-inline-padding {
  padding-left: 20%;
  padding-right: 15%;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------
Стили для страницы Artists
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#artists .sidebar:before {
  content: none;
}

.artists-post {
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  padding-top: 1.5625rem;
  padding-bottom: 4.6875rem;
  /* Бокс с розовым овалом */
}
.artists-post_header h1 {
  display: inline-block;
  padding-bottom: 1.25rem;
  font-weight: 700;
  font-size: 3.125rem;
  color: var(--black);
}
.artists-post * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.artists-post #mobile-container {
  display: none;
}
.artists-post .masonry-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
.artists-post .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem 1.5625rem;
}
.artists-post .column-1 {
  width: 19%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.artists-post .column-2 {
  width: 41%;
}
.artists-post .column-3 {
  margin-top: -4.6875rem;
  width: 40%;
}
.artists-post .item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.artists-post .item-before,
.artists-post .item-before,
.artists-post .item-before,
.artists-post .item-before,
.artists-post .item-before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.artists-post .item-1 .item-mask_town {
  font-size: 1.4375rem;
}
.artists-post .item-1 .item-mask_country {
  font-size: 0.9375rem;
}
.artists-post .item-3-before {
  background-image: url("../images/artists/post-2-mask.svg");
}
.artists-post .item-3 .item-mask_town {
  font-size: 1.9375rem;
}
.artists-post .item-3 .item-mask_country {
  font-size: 1.625rem;
}
.artists-post .item-4 {
  margin-bottom: 3.125rem;
}
.artists-post .item-4 .item-mask_town {
  font-size: 2.625rem;
}
.artists-post .item-4 .item-mask_country {
  font-size: 1.625rem;
}
.artists-post .item-5 {
  margin-bottom: 3.125rem;
}
.artists-post .item-6 .item-mask_town {
  font-size: 1.4375rem;
}
.artists-post .item-6 .item-mask_country {
  font-size: 0.9375rem;
}
.artists-post .item-8 .item-mask_town {
  font-size: 2.625rem;
}
.artists-post .item-8 .item-mask_country {
  font-size: 1.625rem;
}
.artists-post .item {
  position: relative;
  cursor: pointer;
}
.artists-post .item p {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  color: var(--black);
}
.artists-post .item:hover .item-mask {
  opacity: 1;
  visibility: visible;
}
.artists-post .item:hover .item-before {
  display: none;
}
.artists-post .item-text p {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  color: var(--black);
}
.artists-post .item-mask {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.artists-post .item-mask_box {
  position: absolute;
  bottom: 1.5625rem;
  left: 0.625rem;
}
.artists-post .item-mask_box .item-mask_town {
  font-family: var(--font-karla);
  font-weight: 700;
  color: var(--white);
}
.artists-post .item-mask_box .item-mask_country {
  font-family: var(--font-karla);
  font-weight: 700;
  color: #e5e5e5;
}
.artists-post .item-mask_gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(205deg, rgba(0, 0, 0, 0.69) 0%, rgba(255, 4, 129, 0.69) 78.37%);
  opacity: 0.7;
}
.artists-post #mobile-container .item-mask_gradient {
  opacity: 0.5;
}
.artists-post_lays h2 {
  font-family: var(--font-unbounded);
  font-weight: 700;
  font-size: 4.1875rem;
  color: var(--black);
  padding-left: 10%;
}
.artists-post_box {
  aspect-ratio: 668/439;
  background-image: url("../images/webp/pink-circle.webp");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  -webkit-transform: translateX(5%);
      -ms-transform: translateX(5%);
          transform: translateX(5%);
  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;
}
.artists-post_box p {
  width: 62%;
  padding-left: 6%;
  font-family: var(--font-karla);
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 100%;
  color: var(--black);
}
.artists-post_box p a {
  color: var(--pink);
  text-decoration: underline;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------
Компонеты 
------------------------------------------------------------------------------------------------------------------------------------------------*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 24.4375rem;
  font-family: var(--font-karla);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--white);
  min-height: 3.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--pink);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  -webkit-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
          transform: rotate(1deg);
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------
Стили для страницы Event
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#events .sidebar:before {
  content: none;
}

.events-post {
  padding-inline: 2.5rem;
  padding-top: 3.75rem;
  padding-bottom: 0;
}
.events-post_header h1 {
  font-family: var(--font-unbounded);
  font-weight: 700;
  font-size: 3.125rem;
  color: var(--black);
  margin-bottom: 5rem;
}
.events-post_slider {
  /* Контент для адаптивного слайдера */
}
.events-post_slider .card_content {
  display: none;
  margin-top: 0.3125rem;
  margin-top: 2.1875rem;
}
.events-post_slider .card_content p {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 1.5625rem;
}
.events-post_slider .card_content strong {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 1.5625rem;
}
.events-post_slider .swiper {
  margin-top: -40.625rem;
}
.events-post_slider .swiper-wrapper {
  padding-top: 40.625rem;
}
.events-post_slider .swiper-slide {
  overflow: visible;
}
.events-post_slider .swiper-slide-active .card_content {
  display: block;
}
.events-post_slider_content #content-1,
.events-post_slider_content #content-2,
.events-post_slider_content #content-3,
.events-post_slider_content #content-4,
.events-post_slider_content #content-5 {
  display: none;
  padding: 1.25rem;
  margin-top: 3.125rem;
}
.events-post_slider_content #content-1 p,
.events-post_slider_content #content-2 p,
.events-post_slider_content #content-3 p,
.events-post_slider_content #content-4 p,
.events-post_slider_content #content-5 p {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 1.875rem;
}
.events-post_slider_content #content-1 strong,
.events-post_slider_content #content-2 strong,
.events-post_slider_content #content-3 strong,
.events-post_slider_content #content-4 strong,
.events-post_slider_content #content-5 strong {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 3.125rem;
}
.events-post_slider_content #content-1 .btn,
.events-post_slider_content #content-2 .btn,
.events-post_slider_content #content-3 .btn,
.events-post_slider_content #content-4 .btn,
.events-post_slider_content #content-5 .btn {
  min-height: 3.0625rem;
  max-width: 12.6875rem;
  margin-bottom: 1.25rem;
}

/* ------------------------------------------------------------------------------------------------------------------------------
FOOTER
--------------------------------------------------------------------------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 100;
  background-color: var(--black);
  padding-top: 3.4375rem;
  padding-bottom: 9.6875rem;
  /* Колонки правой части футера */
  /* Логотип в футере */
}
.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-columns_item {
  width: 30%;
}
.footer strong {
  display: block;
  font-family: var(--font-footer);
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: var(--white);
  margin-bottom: 1.25rem;
}
.footer li a {
  font-family: var(--font-footer);
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  color: var(--white);
}
.footer li a:hover {
  text-decoration: underline;
}
.footer li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.footer-logo {
  display: block;
  width: 11.9375rem;
  height: 6.6875rem;
  margin-top: -1.875rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: inherit;
}

/* 50 */
.column-50 {
  width: 50%;
  height: inherit;
}

/* 40 x 60 */
.column-40 {
  width: 40%;
  height: inherit;
}

.column-60 {
  width: 60%;
  height: inherit;
}

/* 67 x 33 */
.column-67 {
  width: 67%;
  height: inherit;
}

.column-33 {
  width: 33%;
  height: inherit;
}

/* 66 x 34 */
.column-66 {
  width: 66%;
  height: inherit;
}

.column-34 {
  width: 34%;
  height: inherit;
}

/* 57 x 43 */
.column-57 {
  width: 57%;
  height: inherit;
}

.column-43 {
  width: 43%;
  height: inherit;
}

/* 46 x 54 */
.column-46 {
  width: 48%;
  height: inherit;
}

.column-54 {
  width: 52%;
  height: inherit;
}

/* 74 x 26 */
.column-74 {
  width: 76%;
  height: inherit;
}

.column-26 {
  width: 24%;
  height: inherit;
}

/* gutters */
.gx-25 {
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}

.gx-20 {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.gx-35 {
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
}

.gx-45 {
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
}

.gx-60 {
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}

.gy-25 {
  row-gap: 1.5625rem;
}

.gy-45 {
  row-gap: 2.8125rem;
}

.gy-60 {
  row-gap: 3.75rem;
}

.mb-45 {
  margin-bottom: 2.8125rem;
}

.mb-55 {
  margin-bottom: 3.4375rem;
}

.mb-65 {
  margin-bottom: 4.0625rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.header {
  height: 0;
  width: 100%;
}

.index-menu {
  width: 100%;
  height: 100%;
  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;
}
.index-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.index-menu ul li {
  background-color: #eee;
  padding: 0.625rem 1.25rem;
}
.index-menu ul li a {
  font-size: 1.5625rem;
  font-weight: 700;
  color: blue;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------
MAINPAGE
---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Индивидуальный добавочные стили для страницы mainpage */
#main .sidebar:before {
  content: none;
}
#main .container {
  padding-inline: 1.25rem;
}

/*  Стили потстов на MainPage */
.main-post {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  padding-left: 5.625rem;
  padding-right: 3.4375rem;
  /* Заголовки */
  /* Кнопка "перейти по якорю" */
  /* Изображение в посту*/
  /* Текст в посту*/
  /* Маски в посту (Стрелочки и текст)*/
}
.main-post:first-child {
  padding-bottom: 1.25rem;
}
.main-post:nth-child(2) {
  padding-top: 11.25rem;
}
.main-post:nth-child(3) {
  padding-bottom: 2.1875rem;
}
.main-post:last-child {
  padding-top: 0;
  padding-bottom: 2.1875rem;
}
.main-post h2 {
  font-weight: 700;
  font-size: 4.1875rem;
  color: var(--black);
}
.main-post_header {
  padding-left: 5.625rem;
  padding-bottom: 3.125rem;
}
.main-post_header h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  color: var(--black);
  margin-top: 4.0625rem;
  margin-bottom: 7.8125rem;
}
.main-post_listdown {
  display: block;
  width: 10.75rem;
  margin-inline: auto;
}
.main-post_listdown_image {
  width: 10.75rem;
  height: 14.8125rem;
}
.main-post_listdown_text {
  font-family: "Karla", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 2.5rem;
  color: var(--grey);
  margin-top: -2.5rem;
}
.main-post_content {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.main-post_content h3 {
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.main-post_content p {
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--black);
}
.main-post_content .btn {
  justify-self: flex-end;
  margin-top: 1.875rem;
}
.main-post_content .content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  margin-bottom: 1.25rem;
}
.main-post_trans {
  display: none;
}
.main-post_trans h3 {
  font-weight: 700;
  font-size: 3.125rem;
  color: var(--black);
  margin-bottom: 1rem;
}
.main-post .post-1,
.main-post .post-11,
.main-post .post-2 {
  position: relative;
}
.main-post .post-1:after,
.main-post .post-11:after,
.main-post .post-2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.main-post .post-1_caption {
  position: absolute;
  left: 5rem;
  bottom: 1.25rem;
  width: 25%;
  font-family: var(--font-karla);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--pink);
}
.main-post .post-1:before {
  display: none;
  position: absolute;
  content: "";
  top: 5%;
  right: 15%;
  width: 20%;
  aspect-ratio: 67/9;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../images/main/underline.svg");
}
.main-post .post-1:after {
  background-image: url("../images/main/post-1-mask.svg");
}
.main-post .post-11_caption {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  width: 50%;
  font-family: var(--font-karla);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--pink);
}
.main-post .post-11:after {
  background-image: url("../images/main/post-11-mask.svg");
}
.main-post .post-2_caption {
  position: absolute;
  right: -6%;
  top: 2.1875rem;
  width: 45%;
  font-family: var(--font-karla);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--pink);
}
.main-post .post-2:before {
  position: absolute;
  content: "";
  top: 17%;
  right: 15%;
  width: 29%;
  aspect-ratio: 107/46;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../images/main/post-2-cross.svg");
}
.main-post h2 {
  font-weight: 700;
  font-size: 4.1875rem;
  color: var(--black);
}
.main-post_lays h2 {
  display: none;
}
.main-post_mouses {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6.25rem;
  margin-bottom: 3.125rem;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  -webkit-transform: translateX(-0.625rem);
      -ms-transform: translateX(-0.625rem);
          transform: translateX(-0.625rem);
}
.main-post_mouses .mouse {
  display: block;
  position: relative;
  aspect-ratio: 578/375;
  width: 62%;
  background-image: url("../images/mouse.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.25s;
  transition: -webkit-transform 0.3s ease-in-out 0.25s;
  transition: transform 0.3s ease-in-out 0.25s;
  transition: transform 0.3s ease-in-out 0.25s, -webkit-transform 0.3s ease-in-out 0.25s;
}
.main-post_mouses .mouse:after {
  position: absolute;
  width: 100%;
  height: 62%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  bottom: 0;
  left: 0;
  background-color: transparent;
  z-index: 3;
}
.main-post_mouses .mouse:hover {
  background-image: url("../images/mouse-inverse-pink.svg");
  z-index: 3;
}
.main-post_mouses .mouse:hover:after {
  content: "";
}
.main-post_mouses .mouse:hover:nth-child(1) {
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
}
.main-post_mouses .mouse:hover:nth-child(2) {
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
}
.main-post_mouses .mouse:hover:nth-child(3) {
  -webkit-transform: translateY(-61%);
      -ms-transform: translateY(-61%);
          transform: translateY(-61%);
}
.main-post_mouses .mouse:hover span {
  color: var(--white);
}
.main-post_mouses .mouse span {
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 1.5625rem;
  font-family: var(--font-karla);
  font-weight: 400;
  font-size: 1.875rem;
  color: var(--grey);
}
.main-post_mouses .mouse:first-child {
  margin-left: -24%;
}
.main-post_mouses .mouse:nth-child(2) {
  margin-left: 0;
  margin-top: -34%;
}
.main-post_mouses .mouse:last-child {
  margin-left: 24%;
  margin-top: -32%;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------
Стили для страницы Merch
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#merch .sidebar:before {
  content: none;
}
#merch .sidebar_header {
  padding-bottom: 2.1875rem;
}

.merch-post {
  padding-left: 5.9375rem;
  padding-right: 4.375rem;
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
}
.merch-post:last-child {
  padding-top: 3.75rem;
  padding-bottom: 5.9375rem;
}
.merch-post h1 {
  font-family: var(--font-unbounded);
  font-weight: 700;
  font-size: 4.1875rem;
  color: var(--black);
  padding-left: 2%;
  margin-bottom: 0;
}
.merch-post_banner {
  width: 93%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-top: -0.625rem;
  margin-bottom: 7.5rem;
  aspect-ratio: 787/639;
  background-image: url("../images/merch/merch-arrows.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.merch-post_banner p {
  display: block;
  width: 68%;
  margin-left: auto;
  font-family: var(--font-karla);
  font-weight: 700;
  font-size: 2.75rem;
  color: var(--black);
  padding-top: 3.75rem;
}
.merch-post_banner p span {
  text-decoration: underline;
}
.merch-post_masonry {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 1.5625rem;
  padding-top: 0.625rem;
  padding-bottom: 3.75rem;
}
.merch-post_masonry a.masonry-card {
  margin-bottom: 0.9375rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.merch-post_masonry a.masonry-card:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.merch-post_masonry div.masonry-card {
  position: relative;
}
.merch-post_masonry div.masonry-card:after {
  content: "скоро";
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: var(--font-unbounded);
  font-weight: 400;
  font-size: 2.5rem;
  color: var(--white);
}
.merch-post_masonry div.masonry-card:not(:first-child) {
  margin-bottom: 1.25rem;
}
.merch-post_masonry .masonry-card_title h4 {
  font-family: var(--font-karla);
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 165%;
  letter-spacing: -0.02em;
  color: var(--black);
  margin-top: 0.9375rem;
}
.merch-post_masonry .masonry-card_price {
  font-family: var(--font-merch);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 165%;
  letter-spacing: -0.02em;
  color: var(--black);
}
.merch-post_masonry a.masonry-card .masonry-card_image {
  border: 0.125rem solid var(--pink);
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------
Стили для сайдбара, бургер, меню
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.sidebar {
  position: relative;
  z-index: 10;
}
.sidebar_wrap {
  position: relative;
  height: 100%;
}
.sidebar_sticky {
  position: sticky;
  top: 0;
  border-top: 0.125rem solid var(--pink);
  border-bottom: 0.125rem solid var(--pink);
  border-left: 0.125rem solid var(--pink);
}
.sidebar_header {
  padding-bottom: 1.875rem;
}
.sidebar_header .burger {
  display: none;
}
.sidebar_header .sidebar_menu_desktop {
  display: block;
}
.sidebar_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 384/401;
  background-image: url("../images/webp/logo.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.sidebar_logo_link {
  position: relative;
  display: block;
  top: 43%;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar_logo_link:hover {
  -webkit-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
          transform: rotate(1deg);
}
.sidebar_context {
  margin-top: 2.8125rem;
  padding-bottom: 0.9375rem;
  padding-inline: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.sidebar_context strong {
  font-family: "RobotoCondensed", sans-serif;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.5625rem;
  text-align: center;
  color: var(--black);
}
.sidebar_context small {
  font-family: "RobotoCondensed", sans-serif;
  display: block;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--pink);
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------
Бургер
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.burger {
  --burgerWidth-: 1.9375rem;
  --burgerHeight-: 1.25rem;
  --barHeight-: 0.125rem;
  --barColor-: black;
  --barBorderRadius-: 0;
  display: inline-block;
  position: relative;
  width: var(--burgerWidth-);
  height: var(--burgerHeight-);
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
  z-index: 15;
  top: 0;
  left: 0;
}

.burger span,
.burger::before,
.burger::after {
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
  position: absolute;
  width: 100%;
  height: var(--barHeight-);
  background-color: var(--barColor-);
  border-radius: var(--barBorderRadius-);
}

.burger::before {
  top: 0;
}

.burger::after {
  bottom: 0;
}

.burger span {
  top: calc(50% - var(--barHeight-) / 2);
}

.burger.active span {
  width: 0;
}

.burger.active::before {
  top: calc(50% - var(--barHeight-) / 2);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger.active::after {
  bottom: calc(50% - var(--barHeight-) / 2);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------
Меню которое открываеть при нажатии на бургер
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.sidebar_menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  width: 100%;
  z-index: 10;
  display: none;
  min-height: 100vh;
  background-color: var(--black);
  padding-block: 3.125rem;
  padding-inline: 1.25rem;
  -webkit-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
}
.sidebar_menu:before {
  position: absolute;
  top: 0;
  left: -312.5rem;
  content: "";
  height: 100%;
  width: 312.5rem;
  background-color: var(--black);
}
.sidebar_menu.active {
  left: 0;
}
.sidebar_menu_close {
  width: 1.9375rem;
  height: 1.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.6875rem;
}
.sidebar_menu_close span {
  width: 1.9375rem;
  height: 0.125rem;
  background-color: var(--white);
}
.sidebar_menu_navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar_menu_navigation ul li a {
  font-family: var(--font-karla);
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 160%;
  color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar_menu_navigation ul li a:hover {
  color: var(--pink);
}
.sidebar_menu_desktop {
  border-top: 0.125rem solid var(--pink);
  border-left: 0.125rem solid var(--pink);
}
.sidebar_menu_desktop ul li {
  padding: 1.5625rem 2.5rem;
}
.sidebar_menu_desktop ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 80%;
  color: var(--black);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar_menu_desktop ul li a:hover {
  color: var(--pink);
  padding-left: 0.625rem;
}
.sidebar_menu_desktop ul li:not(:last-child) {
  border-bottom: 0.125rem solid var(--pink);
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------
Стили для страницы Tovar
---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Индивидуальные надстройки для страницы */
#tovar .sidebar:before {
  content: none;
}
#tovar .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#tovar .container {
  padding-inline: 1.25rem;
}

/* Пост товара */
.tovar-post {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  padding-top: 6.25rem;
  padding-bottom: 1.25rem;
  /* Информация о товаре */
  /* Блуждающий заголовок */
  /* Блуждающее описание товара */
  /* Изображение галлереи */
}
.tovar-post_info {
  /* Заголовок */
  /* Размер товара */
  /* Цена товара */
  /* Кнопка */
}
.tovar-post_info .info_header h1 {
  font-family: var(--font-unbounded);
  font-weight: 400;
  font-size: 3.1875rem;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: var(--black);
  margin-top: 0.3125rem;
  margin-bottom: 1.25rem;
}
.tovar-post_info .info_header p {
  font-family: var(--font-footer);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 1.875rem;
}
.tovar-post_info .info_size {
  display: inline-block;
  max-width: 2.25rem;
  margin-bottom: 1.875rem;
}
.tovar-post_info .info_size small {
  display: block;
  text-align: center;
  font-family: var(--font-footer);
  font-weight: 400;
  font-size: 0.5rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #bababa;
  margin-bottom: 0.3125rem;
}
.tovar-post_info .info_size strong {
  display: none;
  font-family: var(--font-footer);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #bababa;
  margin-bottom: 0.3125rem;
}
.tovar-post_info .info_size span {
  width: 2.1875rem;
  height: 2.1875rem;
  border: 0.125rem solid var(--black);
  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;
  font-family: var(--font-footer);
  font-weight: 400;
  font-size: 0.6875rem;
  color: var(--black);
}
.tovar-post_info .info_price {
  font-family: var(--font-footer);
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 120%;
  letter-spacing: -0.06em;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.tovar-post_info .info_button .btn {
  font-family: "Helvetica", sans-serif;
  min-height: 3.4375rem;
  max-width: 21.5625rem;
  background-color: var(--pink);
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 400;
}
.tovar-post_info .info_button .btn:hover {
  background-color: var(--pink);
}
.tovar-post_trans {
  display: none;
}
.tovar-post_trans h1 {
  width: 75%;
  font-family: var(--font-footer);
  font-weight: 400;
  font-size: 3.3125rem;
  line-height: 100%;
  letter-spacing: -0.06em;
  margin-bottom: 1.25rem;
}
.tovar-post_trans2 {
  display: none;
}
.tovar-post_trans2 p {
  font-family: var(--font-footer);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  color: #444;
  margin-top: -0.3125rem;
  margin-bottom: 1.25rem;
}
.tovar-post .gallery-image {
  display: block;
  padding: 6%;
  border: 0.125rem solid var(--pink);
}
.tovar-post .gallery-image:first-child {
  margin-bottom: 1.25rem;
}
.tovar-post .gallery-image img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.tovar-post .tovar-recomended_header h2 {
  font-family: var(--font-unbounded);
  font-weight: 400;
  font-size: 3.3125rem;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: var(--black);
  margin-top: 0.3125rem;
  margin-bottom: 2.5rem;
}
.tovar-post.tovar-recomended {
  padding-top: 1.25rem;
}
.tovar-post .tovar-recomended_masonry {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 1.5625rem;
  padding-top: 0.625rem;
  padding-bottom: 3.75rem;
}
.tovar-post .tovar-recomended_masonry a.masonry-card {
  margin-bottom: 0.9375rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.tovar-post .tovar-recomended_masonry a.masonry-card:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.tovar-post .tovar-recomended_masonry div.masonry-card {
  position: relative;
}
.tovar-post .tovar-recomended_masonry div.masonry-card:after {
  content: "скоро";
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: var(--font-unbounded);
  font-weight: 400;
  font-size: 2.5rem;
  color: var(--white);
}
.tovar-post .tovar-recomended_masonry div.masonry-card:not(:first-child) {
  margin-bottom: 1.25rem;
}
.tovar-post .tovar-recomended_masonry .masonry-card_title h4 {
  font-family: var(--font-karla);
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 165%;
  letter-spacing: -0.02em;
  color: var(--black);
  margin-top: 0.9375rem;
}
.tovar-post .tovar-recomended_masonry .masonry-card_price {
  font-family: var(--font-merch);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 165%;
  letter-spacing: -0.02em;
  color: var(--black);
}
.tovar-post .tovar-recomended_masonry a.masonry-card .masonry-card_image {
  border: 0.125rem solid var(--pink);
}
@media (max-width: 1440px){
  .about-post_masonry .masonry-grid-3 .masonry-item p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1360px){
  .about-post h1 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1300px){
  .about-post.about-post-1 {
    padding-left: 1.875rem;
    padding-right: 0;
  }
  .about-post.about-post-2 {
    padding-left: 1.875rem;
    padding-right: 0;
  }
  .about-post.about-post-3 {
    padding-left: 1.875rem;
    padding-right: 0;
  }
  .about-post_masonry .masonry-item_small {
    font-size: 1.125rem;
  }
  .about-post_masonry .masonry-item_big {
    font-size: 2.25rem;
  }
  .artists-post_box p {
    font-size: 2.5rem;
    width: 75%;
    margin-left: 20%;
  }
  .main-post .post-1_caption {
    font-size: 1rem;
  }
  .main-post .post-11_caption {
    font-size: 1rem;
  }
  .main-post .post-2_caption {
    font-size: 1rem;
  }
  .main-post_mouses .mouse span {
    font-size: 1.625rem;
  }
  .merch-post {
    padding-inline: 1.875rem;
    padding-right: 0.625rem;
  }
  .merch-post_banner p {
    font-size: 2.375rem;
  }
}
@media (max-width: 1200px){
  .about-post_masonry .masonry-grid-3 .masonry-item_big {
    padding-top: 0.9375rem;
    padding-bottom: 0.625rem;
  }
  .about-post_masonry .masonry-grid-3 .masonry-item p {
    font-size: 1.25rem;
  }
  .about-post_masonry .masonry-item_middle {
    font-size: 1.75rem;
  }
  .artists-post_box p {
    font-size: 2rem;
  }
  .events-post_slider .swiper {
    margin-top: -10.625rem;
  }
  .events-post_slider .swiper-wrapper {
    padding-top: 10.625rem;
  }
  .events-post_slider .swiper-slide-active .card_content {
    display: none;
  }
  .events-post_slider_content #content-1.show,
  .events-post_slider_content #content-2.show,
  .events-post_slider_content #content-3.show,
  .events-post_slider_content #content-4.show,
  .events-post_slider_content #content-5.show {
    display: block;
  }
  .column-67 {
    width: 50%;
  }
  .column-33 {
    width: 50%;
  }
  .column-66 {
    width: 50%;
  }
  .column-34 {
    width: 50%;
  }
  .column-74 {
    width: 50%;
  }
  .column-26 {
    width: 50%;
  }
  .main-post:nth-child(2) {
    padding-top: 5.625rem;
  }
  .main-post_mouses .mouse span {
    font-size: 1.5rem;
  }
  .merch-post_banner p {
    font-size: 2rem;
  }
  .sidebar_menu_desktop ul li {
    padding: 1.25rem 2.5rem;
  }
  .sidebar_menu_desktop ul li a {
    font-size: 2.5rem;
  }
}
@media (max-width: 1000px){
  .merch-post_banner p {
    font-size: 1.75rem;
  }
}
@media (max-width: 992px){
  .about-post.about-post-2 p {
    margin-bottom: 1.25rem;
  }
  .about-post.about-post-3 .about-bird {
    z-index: 10;
    right: 0;
  }
  .about-post {
    padding-inline: 1.875rem;
    padding-bottom: 0;
  }
  .about-post h1 {
    font-size: 3rem;
    margin-bottom: 1.875rem;
  }
  .about-post h2 {
    font-size: 3.5rem;
  }
  .about-post h2 {
    font-size: 2.875rem;
  }
  .about-post_image {
    margin-bottom: 1.875rem;
  }
  .about-post_content h3 {
    font-size: 2.5625rem;
    margin-bottom: 0.5rem;
  }
  .about-post .column-66 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-post .column-66 .about-post_image {
    margin-bottom: 0;
    margin-top: 1.25rem;
  }
  .about-post .column-34 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-post .column-74 .about-post_image {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .about-post_masonry .masonry-grid-1 .masonry-item:nth-child(2) {
    margin-left: 0;
  }
  .about-post_masonry .masonry-grid-1 {
    gap: 0.9375rem;
  }
  .about-post_masonry .masonry-grid-1 {
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
    gap: 2.5rem;
  }
  .about-post_masonry .masonry-grid-2 {
    gap: 1.25rem;
  }
  .about-post_masonry .masonry-grid-2 .masonry-item:first-child {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .about-post_masonry .masonry-grid-2 .masonry-item:nth-child(2) {
    margin-left: 0;
  }
  .about-post_masonry .masonry-grid-2 {
    grid-template-columns: 1fr;
    margin-bottom: 6.875rem;
    gap: 2.5rem;
  }
  .about-post_masonry .masonry-grid-3 .masonry-box .btn {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
  .about-post_masonry .masonry-grid-3 {
    grid-template-columns: 1fr;
  }
  .about-post_masonry .masonry-item_small {
    font-size: 3.125rem;
    padding-inline: 2.1875rem;
    z-index: 11;
    position: relative;
  }
  .about-post_masonry .masonry-item_middle {
    font-size: 2.625rem;
    padding: 3.75rem;
    z-index: 11;
    position: relative;
  }
  .about-post_masonry .masonry-item_big {
    font-size: 2.75rem;
    z-index: 11;
    position: relative;
  }
  .about-post_masonry .masonry-item-block-bottom {
    margin-top: 0;
  }
  .about-post_masonry .masonry-item-block-top {
    top: 0;
  }
  .about-post_masonry .masonry-item-inline-padding {
    padding-inline: 0;
  }
  .artists-post_lays h2 {
    font-size: 3.5rem;
    padding-left: 0;
  }
  .artists-post_box p {
    font-size: 1.375rem;
  }
  .events-post_header h1 {
    font-size: 2.625rem;
  }
  .footer-columns_item {
    width: 40%;
  }
  .footer strong {
    font-size: 1.25rem;
  }
  .footer li a {
    font-size: 0.875rem;
  }
  .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .column-67 {
    width: 100%;
  }
  .column-33 {
    width: 100%;
  }
  .column-66 {
    width: 100%;
  }
  .column-34 {
    width: 100%;
  }
  .column-57 {
    width: 100%;
  }
  .column-43 {
    width: 100%;
  }
  .column-46 {
    width: 100%;
  }
  .column-54 {
    width: 100%;
  }
  .column-74 {
    width: 100%;
  }
  .column-26 {
    width: 100%;
  }
  .mb-lg-45 {
    margin-bottom: 2.8125rem;
  }
  #main .column-60 {
    width: 100%;
  }
  #main .column-40 {
    width: 100%;
  }
  .main-post {
    padding-left: 1.875rem;
    padding-right: 0.625rem;
  }
  .main-post h2 {
    font-size: 3.5rem;
  }
  .main-post_header h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.375rem;
  }
  .main-post_listdown {
    width: 6.8125rem;
    margin-top: 6.875rem;
  }
  .main-post_listdown_image {
    width: 6.8125rem;
    height: 7rem;
  }
  .main-post_listdown_text {
    margin-top: 0;
    font-size: 1.375rem;
  }
  .main-post_image {
    margin-bottom: 1.875rem;
  }
  .main-post_content .btn {
    margin-bottom: 1.875rem;
  }
  .main-post .post-1_caption {
    font-size: 1.25rem;
  }
  .main-post .post-11_caption {
    font-size: 1.25rem;
  }
  .main-post .post-2_caption {
    font-size: 1.25rem;
  }
  .main-post h2 {
    font-size: 3.5rem;
  }
  .main-post_mouses .mouse span {
    top: 0.375rem;
    font-size: 1.125rem;
  }
  .merch-post h1 {
    padding-left: 0;
    font-size: 2.625rem;
  }
  .merch-post_masonry {
    gap: 0 0.9375rem;
  }
  .merch-post_masonry div.masonry-card:after {
    top: 35%;
    font-size: 1.5625rem;
  }
  .merch-post_masonry .masonry-card_title h4 {
    font-size: 0.875rem;
    line-height: 120%;
  }
  .sidebar_context strong {
    font-size: 1.25rem;
  }
  .sidebar_menu_navigation ul li a {
    font-size: 1.75rem;
  }
  #tovar .column-50 {
    width: 100%;
  }
  .tovar-post_info .info_header p {
    font-size: 1rem;
    color: #444;
  }
  .tovar-post .tovar-recomended_header h2 {
    font-size: 2.875rem;
    margin-bottom: 5rem;
  }
  .tovar-post .tovar-recomended_masonry {
    gap: 0 0.9375rem;
  }
  .tovar-post .tovar-recomended_masonry {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    padding-top: 0;
    margin-top: -1.25rem;
  }
  .tovar-post .tovar-recomended_masonry div.masonry-card:after {
    top: 35%;
    font-size: 1.5625rem;
  }
}
@media (max-width: 900px){
  .merch-post_banner p {
    padding-top: 2.5rem;
    font-size: 1.375rem;
  }
}
@media (max-width: 875px){
  #tovar .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tovar-post_info .info_header {
    display: none;
  }
  .tovar-post_trans h1 {
    font-size: 2.8125rem;
    color: #1f1f1f;
  }
  .tovar-post_trans {
    display: block;
  }
  .tovar-post_trans2 {
    display: block;
  }
}
@media (max-width: 768px){
  .about-post_image {
    border-radius: 1.0625rem;
  }
  .about-post_masonry .masonry-grid-3 .masonry-item p {
    font-size: 1.625rem;
  }
  .about-post_masonry .masonry-item_middle.sm-more {
    font-size: 2.75rem;
  }
  .artists-post #masonry-container {
    display: none;
  }
  .artists-post #mobile-container {
    display: block;
  }
  .artists-post .item-1 {
    margin-bottom: 2.5rem;
  }
  .artists-post .item-1 .item-mask_box {
    left: 2.8125rem;
    bottom: 3.125rem;
  }
  .artists-post .item-1 .item-mask_town {
    font-size: 2.75rem;
  }
  .artists-post .item-1 .item-mask_country {
    font-size: 1.6875rem;
  }
  .artists-post .item-2 {
    margin-bottom: 3.125rem;
  }
  .artists-post .item-3 {
    margin-bottom: 3.4375rem;
  }
  .artists-post .item-3 .item-mask_box {
    left: 1.5625rem;
    bottom: 0.625rem;
  }
  .artists-post .item-3 .item-mask_town {
    font-size: 1.6875rem;
  }
  .artists-post .item-3 .item-mask_country {
    font-size: 1.4375rem;
  }
  .artists-post .item-4 {
    margin-bottom: 2.9375rem;
  }
  .artists-post .item-4 .item-mask_box {
    left: 1.5625rem;
    bottom: 1.5625rem;
  }
  .artists-post .item-4 .item-mask_town {
    font-size: 2.3125rem;
  }
  .artists-post .item-4 .item-mask_country {
    font-size: 1.4375rem;
  }
  .artists-post .item-5 {
    margin-bottom: 2.5rem;
  }
  .artists-post .item-6 {
    margin-bottom: 4.3125rem;
  }
  .artists-post .item-6 .item-mask_box {
    left: 1.25rem;
    bottom: 2.5rem;
  }
  .artists-post .item-6 .item-mask_town {
    font-size: 2.75rem;
  }
  .artists-post .item-6 .item-mask_country {
    font-size: 1.6875rem;
  }
  .artists-post .item-7 {
    margin-bottom: 2.625rem;
  }
  .artists-post .item-8 .item-mask_box {
    left: 1.5625rem;
    bottom: 1.25rem;
  }
  .artists-post .item-8 .item-mask_town {
    font-size: 2.3125rem;
  }
  .artists-post .item-8 .item-mask_country {
    font-size: 1.4375rem;
  }
  .artists-post .item p {
    font-size: 1.25rem;
  }
  .artists-post .item-text p {
    font-size: 1.25rem;
  }
  .artists-post .masonry-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .artists-post .column {
    width: 100%;
  }
  .artists-post_box p {
    font-size: 1rem;
  }
  .main-post h2 {
    font-size: 2.875rem;
  }
  .main-post_header {
    padding-left: 0;
  }
  .main-post_header h1 {
    text-align: center;
    font-size: 1.875rem;
  }
  .main-post .post-1_caption {
    left: 13%;
    bottom: 19%;
    font-size: 0.6875rem;
    font-weight: 400;
  }
  .main-post .post-11_caption {
    right: -8%;
    bottom: 27%;
    font-size: 1.0625rem;
    font-weight: 400;
  }
  .main-post .post-2_caption {
    right: -5%;
    top: 10%;
    font-size: 1rem;
    font-weight: 400;
  }
  .main-post_mouses .mouse span {
    font-size: 0.9375rem;
  }
  .merch-post_banner p {
    font-size: 1.125rem;
  }
  .sidebar_menu_desktop ul li {
    padding: 0.9375rem 2.5rem;
  }
  .sidebar_menu_desktop ul li a {
    font-size: 1.875rem;
  }
  .tovar-post .tovar-recomended_header h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px){
  .container {
    padding-inline: 0.9375rem;
  }
  .page_grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_grid .sidebar {
    width: 100%;
  }
  .page_grid .content {
    width: 100%;
  }
  .page-grid {
    grid-template-columns: 1fr;
  }
  .horizontal-border:after {
    left: -100vw;
    width: 400vw;
    border-bottom: 0.0625rem solid var(--grey);
  }
  .vertical-border:after {
    display: none;
  }
  .about-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .about-post.about-post-1 {
    padding-left: 0;
  }
  .about-post.about-post-2 {
    padding-left: 0;
  }
  .about-post.about-post-3 {
    padding-left: 0;
  }
  .about-post {
    padding-inline: 0;
  }
  .about-post:first-child {
    padding-top: 4.6875rem;
    padding-bottom: 1.25rem;
  }
  .about-post:last-child {
    padding-bottom: 5rem;
  }
  .about-post h1 {
    font-size: 1.875rem;
  }
  .about-post_masonry .masonry-grid-3 .masonry-box .btn {
    min-height: 2.8125rem;
  }
  .about-post_masonry .masonry-grid-3 .masonry-item p {
    font-size: 1.375rem;
  }
  #artists .artists-post {
    padding-inline: 0;
  }
  #artists .horizontal-border:after {
    display: none;
  }
  #artists .container {
    padding-left: 1.375rem;
    padding-right: 0.9375rem;
  }
  .artists-post:last-child {
    padding-bottom: 0;
  }
  .artists-post {
    padding-bottom: 2.5rem;
  }
  .artists-post_header {
    display: none;
  }
  .artists-post_lays h2 {
    font-weight: 700;
    font-size: 2.5625rem;
    margin-bottom: 1.25rem;
  }
  .artists-post_box {
    aspect-ratio: 670/890;
    background-size: 100% 100%;
    -webkit-transform: translateY(-11%);
        -ms-transform: translateY(-11%);
            transform: translateY(-11%);
    margin-left: -1.375rem;
    margin-right: -0.9375rem;
  }
  .artists-post_box p {
    font-size: 2rem;
    line-height: 120%;
    padding-top: 1.25rem;
  }
  #events .sidebar_context {
    padding-bottom: 1.5625rem;
  }
  .events-post {
    padding-inline: 0;
    padding-top: 0;
    padding-bottom: 1.875rem;
  }
  .events-post_header h1 {
    font-size: 1.875rem;
  }
  .events-post_header h1 span {
    font-size: 4.1875rem;
  }
  .events-post_header {
    display: none;
  }
  .events-post_slider .swiper {
    margin-top: 0;
  }
  .events-post_slider .swiper-wrapper {
    padding-top: 0;
  }
  .events-post_slider_content #content-1,
  .events-post_slider_content #content-2,
  .events-post_slider_content #content-3,
  .events-post_slider_content #content-4,
  .events-post_slider_content #content-5 {
    padding-bottom: 0;
    margin-top: 1.25rem;
    padding-inline: 0;
  }
  .events-post_slider_content #content-1 p,
  .events-post_slider_content #content-2 p,
  .events-post_slider_content #content-3 p,
  .events-post_slider_content #content-4 p,
  .events-post_slider_content #content-5 p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .events-post_slider_content #content-1 strong,
  .events-post_slider_content #content-2 strong,
  .events-post_slider_content #content-3 strong,
  .events-post_slider_content #content-4 strong,
  .events-post_slider_content #content-5 strong {
    font-size: 1rem;
    margin-bottom: 2.1875rem;
  }
  .events-post_slider_content #content-1 .btn,
  .events-post_slider_content #content-2 .btn,
  .events-post_slider_content #content-3 .btn,
  .events-post_slider_content #content-4 .btn,
  .events-post_slider_content #content-5 .btn {
    margin-bottom: 0;
  }
  .footer {
    padding-top: 0;
    padding-bottom: 3.75rem;
  }
  .footer-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-right {
    margin-top: 3.125rem;
  }
  .footer-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-columns_item {
    width: 100%;
    padding-left: 1.25rem;
    margin-bottom: 3.4375rem;
  }
  .footer strong {
    font-size: 1.5625rem;
  }
  .footer li a {
    font-size: 1rem;
  }
  .footer li:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .footer-logo {
    margin-top: 0;
    margin-left: 0.625rem;
  }
  .mb-sm-45 {
    margin-bottom: 2.8125rem;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  #main .sidebar_context {
    padding-bottom: 3.75rem;
  }
  #main .column-60 {
    width: 60%;
  }
  #main .column-40 {
    width: 40%;
  }
  #main .column-67 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #main .column-33 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #main .column-43 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #main .column-43 .main-post_image {
    margin-bottom: 0;
  }
  #main .column-46 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  #main .column-46 .main-post_trans h3 {
    margin-top: 0.9375rem;
    margin-bottom: 1.875rem;
  }
  #main .column-54 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #main .column-54 h3 {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    width: 75%;
  }
  #main .column-54 .btn {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 2.75rem;
    font-size: 1rem;
  }
  #main .column-54 p {
    font-size: 1rem;
  }
  #main .column-57 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #main .column-57 h3 {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    width: 75%;
  }
  #main .column-57 .btn {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 2.5rem;
    background-color: var(--pink);
    font-size: 1rem;
  }
  .main-post:first-child {
    padding-bottom: 0.625rem;
  }
  .main-post:nth-child(2) {
    padding-top: 0;
    padding-bottom: 1.875rem;
  }
  .main-post:nth-child(3).horizontal-border:after {
    display: none;
  }
  .main-post {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .main-post_header {
    padding-bottom: 0;
  }
  .main-post_header h1 {
    text-align: left;
    font-size: 1.5rem;
  }
  .main-post_header h1 .extra-bold {
    display: none;
  }
  .main-post_content h3 {
    font-size: 2.5625rem;
    margin-top: 2.5rem;
    margin-bottom: 0.625rem;
  }
  .main-post_content p {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 1.5625rem;
  }
  .main-post_trans h3 {
    font-size: 2.5625rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    margin-top: 0;
    width: 70%;
  }
  .main-post_trans {
    display: block;
  }
  .main-post .post-1:before {
    display: block;
  }
  .main-post .post-2:before {
    display: none;
  }
  .main-post .post-2:after {
    background-image: url("../images/main/post-2-mask.svg");
  }
  .main-post h2 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.625rem;
  }
  .main-post_lays h2 {
    display: block;
  }
  .main-post_mouses {
    margin-bottom: 1.25rem;
    padding-top: 2.1875rem;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .main-post_mouses .mouse {
    width: 100%;
  }
  .main-post_mouses .mouse:after {
    height: 0;
  }
  .main-post_mouses .mouse:hover:nth-child(1) {
    -webkit-transform: translateY(-5%) rotate(-5deg);
        -ms-transform: translateY(-5%) rotate(-5deg);
            transform: translateY(-5%) rotate(-5deg);
  }
  .main-post_mouses .mouse:hover:nth-child(2) {
    -webkit-transform: translateY(-5%) rotate(-5deg);
        -ms-transform: translateY(-5%) rotate(-5deg);
            transform: translateY(-5%) rotate(-5deg);
  }
  .main-post_mouses .mouse:hover:nth-child(3) {
    -webkit-transform: translateY(-5%) rotate(-5deg);
        -ms-transform: translateY(-5%) rotate(-5deg);
            transform: translateY(-5%) rotate(-5deg);
  }
  .main-post_mouses .mouse:first-child {
    margin-left: 0;
  }
  .main-post_mouses .mouse:nth-child(2) {
    margin-top: 3.125rem;
  }
  .main-post_mouses .mouse:last-child {
    margin-left: 0;
    margin-top: 3.125rem;
  }
  #merch .sidebar_context {
    padding-bottom: 1.25rem;
  }
  #merch .container {
    padding-inline: 1.25rem;
  }
  #merch .horizontal-border:after {
    border-width: 0.125rem;
  }
  .merch-post {
    padding-inline: 0;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }
  .merch-post:first-child {
    padding-top: 0 !important;
  }
  .merch-post:last-child {
    padding-bottom: 1.25rem;
  }
  .merch-post h1 {
    font-size: 1.875rem;
  }
  .merch-post h1 span {
    font-size: 4.1875rem;
  }
  .merch-post_banner {
    background-size: 100% 100%;
    aspect-ratio: 787/753;
    margin-top: 0;
    margin-bottom: 0;
  }
  .merch-post_banner p {
    padding-top: 1.5625rem;
    font-size: 1.0625rem;
    line-height: 133%;
  }
  .merch-post_masonry {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    padding-top: 0;
    margin-top: -1.25rem;
  }
  .merch-post_masonry div.masonry-card:after {
    top: 45%;
    font-size: 2.5rem;
  }
  .merch-post_masonry .masonry-card_title h4 {
    font-size: 1.3125rem;
    line-height: 165%;
    letter-spacing: -0.02em;
  }
  .merch-post_masonry .masonry-card_price {
    line-height: 133%;
    font-size: 1.3125rem;
    letter-spacing: -0.02em;
  }
  .sidebar:before {
    position: absolute;
    content: "";
    height: 0.125rem;
    bottom: 0;
    left: -200%;
    width: 400%;
    border-bottom: 0.0625rem solid var(--grey);
  }
  .sidebar_sticky {
    border-bottom: none;
    border-left: none;
    border-top: none;
  }
  .sidebar_header {
    padding-top: 0.75rem;
    padding-bottom: 0.625rem;
  }
  .sidebar_header .burger {
    display: block;
  }
  .sidebar_header .sidebar_menu_desktop {
    display: none;
  }
  .sidebar_context {
    margin-top: 2.8125rem;
    padding-bottom: 4.0625rem;
    gap: 2.1875rem;
  }
  .sidebar_context strong {
    font-size: 1.375rem;
  }
  .burger {
    --burgerWidth-: 1.6875rem;
    --burgerHeight-: 1.125rem;
  }
  .sidebar_menu {
    display: block;
    position: fixed;
    left: -100%;
  }
  .sidebar_menu_navigation ul li a {
    font-size: 3.125rem;
  }
  .sidebar_menu_desktop {
    display: none;
  }
  .tovar-post {
    padding-top: 0;
    padding-bottom: 3.75rem;
    padding-inline: 0;
  }
  .tovar-post_info .info_header p {
    font-size: 1.25rem;
  }
  .tovar-post_info .info_size {
    margin-bottom: 1.25rem;
  }
  .tovar-post_info .info_size small {
    display: none;
  }
  .tovar-post_info .info_size strong {
    display: block;
  }
  .tovar-post_info .info_size span {
    font-size: 1rem;
    color: #444;
    width: 3.125rem;
    height: 3.125rem;
  }
  .tovar-post_info .info_price {
    margin-bottom: 1.875rem;
  }
  .tovar-post_info .info_button .btn {
    font-size: 1rem;
    line-height: 140%;
    text-transform: uppercase;
    color: var--white;
    min-height: 4.875rem;
    font-weight: 400;
  }
  .tovar-post .gallery-image:first-child {
    margin-bottom: 1.875rem;
  }
  .tovar-post .tovar-recomended_masonry div.masonry-card:after {
    top: 45%;
    font-size: 2.5rem;
  }
  .tovar-post .tovar-recomended_masonry .masonry-card_title h4 {
    font-size: 1.3125rem;
    line-height: 165%;
    letter-spacing: -0.02em;
  }
  .tovar-post .tovar-recomended_masonry .masonry-card_price {
    line-height: 133%;
    font-size: 1.3125rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 576px) and (max-width: 768px){
  .about-post:first-child {
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
}
@media (max-width: 576px) and (max-width: 992px){
  .about-post:last-child {
    padding-bottom: 6.25rem;
  }
}
@media (any-hover: hover){
  *::-webkit-scrollbar-thumb:hover {
    background-color: var(--pinklight);
  }
}
/*# sourceMappingURL=main.min.css.map */
