.pade_container__fYnHZ {
  display: flex;
  margin-right: -24px;
}

.pade_item__8jhVQ {
  flex: 0 0 50%;
  padding-right: 24px;
}

@media (max-width: 768px) {
  .pade_container__fYnHZ {
    flex-direction: column;
    padding-right: 0;
    margin-bottom: -24px;
  }
  .pade_item__8jhVQ {
    flex: 1 1;
    padding-bottom: 24px;
  }
}

.breadcrumbs_breadcrumbs__7LaVk {
  margin: 32px 0 16px;
}

.breadcrumbs_sublink__UK0d_::after {
    content: ' / ';
  }

.breadcrumbs_sublink__UK0d_ > a::after {
      content: ', ';
    }

.breadcrumbs_sublink__UK0d_ > a:last-of-type::after {
      content: '';
    }

.breadcrumbs_link__3LJHN::after {
  content: ' / ';
}

.breadcrumbs_pageHistory__CuWtH {
  width: 90%;
  max-width: var(--max-content-width);
  color: var(--color-blue);
  font-size: 16px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .breadcrumbs_pageHistory__CuWtH {
    max-width: 100%;
    margin: 0 24px;
    width: auto;
  }
}

@media (max-width: 480px) {
  .breadcrumbs_breadcrumbs__7LaVk {
    margin: 16px 0;
  }
  .breadcrumbs_pageHistory__CuWtH {
    margin: 0 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

.button_button__zA6qM {
  font-size: 16px;
  border-radius: 16px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  padding: 0 36px;
}

.button_button__zA6qM.button_loading__eD0CU {
    pointer-events: none;
    position: relative;
  }

.button_button__zA6qM .button_loaderWrap__dnsW9 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
  }

.button_button__zA6qM .button_loader___qbZB {
    width: 24px;
    height: 24px;
    border: 3px solid #ffffff7c;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: button_rotation__rRQuu 1s linear infinite;
  }

@keyframes button_rotation__rRQuu {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.button_black__1V_UY {
  background-color: var(--color-black);
  color: var(--color-white);
}

.button_black__1V_UY:hover {
    color: var(--color-accent);
  }

.button_black__1V_UY:disabled {
    background-color: var(--color-gray-bg-3);
  }

.button_white__jhIIx {
  background-color: var(--color-white);
  color: var(--color-black);
}

.button_white__jhIIx:hover {
    color: var(--color-purple);
  }

.button_white__jhIIx:disabled {
    color: var(--color-gray-bg-3);
    opacity: 80%;
  }

.button_green__ExXpS {
  background-color: var(--color-accent);
  color: var(--color-black);
}

.button_green__ExXpS .button_loader___qbZB {
    border: 3px solid var(--color-black);
    border-bottom-color: transparent;
  }

.button_green__ExXpS:hover {
    background-color: var(--color-accent-hover);
  }

.button_green__ExXpS:disabled {
    opacity: 40%;
  }

.button_purple__rD3f1 {
  background-color: var(--color-purple);
  color: var(--color-white);
}

.button_purple__rD3f1:hover {
    background-color: var(--color-purple-hover);
  }

.button_purple__rD3f1:disabled {
    opacity: 40%;
  }

.button_l__OuKpR {
  font-size: 18px;
  line-height: 26px;
  padding: 19px 36px;
  height: 64px;
}

.button_m__sGJRw {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
}

.button_s__9Eu7e {
  font-size: 16px;
  line-height: 20px;
  height: 36px;
}

.button_link__A3ta1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-expand_button__mImho {
  --size: 54px;
}

.button-expand_button__mImho {
  position: relative;
  height: var(--size);
  width: var(--size);

  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.button-expand_button__mImho:disabled {
    opacity: 0.5;
  }

.button-expand_button__mImho.button-expand_transparent__oRdYm {
    color: var(--color-black);
    background-color: transparent;
    border: 1px solid transparent;
  }

.button-expand_button__mImho.button-expand_transparent__oRdYm:hover {
      border-color: var(--color-purple-hover);
    }

.button-expand_button__mImho.button-expand_black__L5jWV {
    color: var(--color-white);
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
  }

.button-expand_button__mImho.button-expand_black__L5jWV::after {
      position: absolute;
      display: inline-block;
      content: ' ';
      top: calc(50% - 3px);
      left: calc(50% - 9px);
      background: url(/_next/static/media/arrow-down.e3294745.svg) no-repeat center;
      filter: invert(1);
      height: 8px;
      width: 16px;
    }

.button-expand_button__mImho.button-expand_black__L5jWV:hover {
      /* border-color: var(--color-purple-hover); */
    }

.button-expand_button__mImho.button-expand_close__5Ve6D {
    background-color: var(--color-purple);
    color: var(--color-white);
  }

.button-expand_button__mImho.button-expand_close__5Ve6D:hover {
      background-color: var(--color-purple-hover);
    }

.button-expand_button__mImho.button-expand_close__5Ve6D::after {
      position: absolute;
      display: inline-block;
      content: ' ';
      top: 0;
      left: 0;
      background: url(/_next/static/media/close.a176b4ce.svg) no-repeat center;
      height: var(--size);
      width: var(--size);
    }

.button-expand_button__mImho.button-expand_open__mLom7 {
    background-color: transparent;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
  }

.button-expand_button__mImho.button-expand_open__mLom7:hover {
      border-color: var(--color-purple-hover);
      border-width: 1px;
      border-style: solid;
    }

.button-expand_button__mImho.button-expand_open__mLom7::after {
      position: absolute;
      display: inline-block;
      content: ' ';
      top: -1px;
      left: -1px;
      background: url(/_next/static/media/open.a0653614.svg) no-repeat center;
      height: var(--size);
      width: var(--size);
    }

.button-expand_accordionTitle__ZJGgV {
  max-width: 700px;
  font-size: 22px;
  line-height: 30px;
}

@media (max-width: 480px) {
  .button-expand_button__mImho {
    --size: 40px;
  }
}

.button-figure_button__3Vvib {
  height: 48px;
  color: var(--color-blue);
  background-color: rgba(47, 128, 237, 0.15);
  border-radius: 51px;
  padding: 8px 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.button-figure_button__3Vvib:hover {
    background-color: rgba(47, 128, 237, 0.25);
  }
.button-figure_button__3Vvib:disabled {
    opacity: 0.5;
  }

.button-icon_btnIcon__TuJSN {
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-blue);
}

.button-icon_btnIconText__eQRbW {
  margin-right: 8px;
}

.checkbox_checkbox__w2SDD {
  position: absolute;
  opacity: 0;
}

.checkbox_checkbox__w2SDD + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }

.checkbox_checkbox__w2SDD + label:before {
    content: ' ';
    margin-right: 12px;
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    background: var(--color-white);
    border: 2px solid var(--color-gray-bg);
    border-radius: 6px;
  }

.checkbox_checkbox__w2SDD:hover + label:before {
    border-color: car(--color-gray-bg-3);
  }

.checkbox_checkbox__w2SDD:hover:checked + label:before {
    background: var(--color-purple-hover);
  }

.checkbox_checkbox__w2SDD:focus + label:before {
    border-color: car(--color-gray-bg-3);
  }

.checkbox_checkbox__w2SDD:checked + label:before {
    background: var(--color-purple);
    border-color: var(--color-purple);
  }

.checkbox_checkbox__w2SDD:disabled + label > span {
    opacity: 0.5;
    cursor: default;
  }

.checkbox_checkbox__w2SDD:disabled + label,
  .checkbox_checkbox__w2SDD:disabled + label:before {
    cursor: default;
  }

.checkbox_checkbox__w2SDD:checked + label:after {
    content: '';
    background-image: url(/_next/static/media/check.30eaa212.svg);
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 10px;
  }

.checkbox_label__Y21W1 {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkbox_text__oTRyl {
  flex: 1 1;
}

.complexity_status__BpmwF {
  width: 108px;
  height: 30px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.complexity_beginner__4J1c5 {
  background: linear-gradient(90deg, var(--color-accent) 0%, transparent 100%);
}

.complexity_advanced__DEWDK {
  background: linear-gradient(90deg, #b98dff 0%, transparent 100%);
}

.complexity_master__sQwqr {
  background: linear-gradient(
    90deg,
    rgba(255, 120, 177, 0.7) 0%,
    rgba(255, 214, 0, 1) 50%,
    transparent 100%
  );
  width: 70px;
}

.container_container__e7gEV {
  width: 90%;
  max-width: var(--max-content-width);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container_container__e7gEV {
    max-width: 100%;
    margin: 0 24px;
    width: auto;
  }
}

@media (max-width: 480px) {
  .container_container__e7gEV {
    margin: 0 20px;
  }
}

.divider_divider__DGE5n {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-bg-2);
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .divider_divider__DGE5n {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.image-with-fallback_placeholder__6mvP9 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-beige, #f5f5f5);
  border-radius: inherit;
  min-height: 100px;
}

.image-with-fallback_fallbackText__AiWYY {
  color: var(--color-disabled, #999);
  font-size: 14px;
  text-align: center;
  padding: 16px;
} 
.input_input__C_XcI {
  /* border: 1px solid var(--color-disabled); */
  border: none;
  height: 48px;
  border-radius: 16px;
  color: var(--color-black);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  width: 100%;
  border: 1px solid transparent;
}

.input_input__C_XcI:focus {
    border: 1px solid var(--color-purple-hover);
    outline: none;
  }

.input_input__C_XcI:disabled {
    opacity: 0.3;
  }

.input_input__C_XcI:-internal-autofill-selected {
    background-color: inherit;
    background-image: none !important;
    color: inherit;
  }

.input_label__RgVW3 {
  display: block;
  margin-bottom: 16px;
  color: var(--color-white);
}

.input_inputContrast__ZsyZq {
  border: 1px solid transparent;
  background: var(--color-white);
}

.input_labelContrast__jcoqv {
  color: var(--color-black);
}

.label_status__QsPaQ {
  width: 108px;
  height: 30px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.label_beginner__3r8MW {
  background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-white) 100%);
}

.label_advanced__2se2F {
  background: linear-gradient(90deg, #b98dff 0%, var(--color-white) 100%);
}

.label_master__ePiob {
  background: linear-gradient(
    90deg,
    rgba(255, 120, 177, 0.7) 0%,
    rgba(255, 214, 0, 1) 50%,
    var(--color-white) 100%
  );
  width: 70px;
}

@keyframes loader_dot-keyframes__Gy6dm {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }

  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}

.loader_loadingDots__GHkO5 {
  text-align: center;
  width: 100%;
  padding: 28px 0;
}

.loader_loadingDot__Guuiy {
  animation: loader_dot-keyframes__Gy6dm 1.5s infinite ease-in-out;
  background-color: var(--color-purple);
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 2px;
}

.loader_loadingDot__Guuiy:nth-child(2) {
  animation-delay: 0.5s;
}

.loader_loadingDot__Guuiy:nth-child(3) {
  animation-delay: 1s;
}

.menu-action_menuAction__2SZox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--color-gray);
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.menu-action_Img__up9JI {
  width: 28px;
  height: 28px;
}
.menu-action_active__GNy2m {
  position: relative;
}

.menu-action_active__GNy2m::after {
  position: absolute;
  content: ' ';
  width: 10px;
  height: 10px;
  background-color: var(--color-accent);
  border-radius: 50%;
  top: 0;
  right: 0;
}

@media (max-width: 480px) {
  .menu-action_menuAction__2SZox {
    width: 32px;
    height: 32px;
  }
  .menu-action_Img__up9JI {
    width: 18px;
    height: 18px;
  }
}

/* cyrillic-ext */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/74c003a2abab0c4f-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/24c15609eaa28576-s.p.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/84602850c8fd81c3-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/90da053edc2b7de3-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/ac3b7908202f8517-s.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/627d916fd739a539-s.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/b5ee789b512e4d1b-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/2c07349e02a7b712-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/47cbc4e2adbc5db9-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/74c003a2abab0c4f-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/24c15609eaa28576-s.p.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/84602850c8fd81c3-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/90da053edc2b7de3-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/ac3b7908202f8517-s.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/627d916fd739a539-s.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/b5ee789b512e4d1b-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/2c07349e02a7b712-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Roboto_a7db1c';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/47cbc4e2adbc5db9-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Roboto_Fallback_a7db1c';src: local("Arial");ascent-override: 92.98%;descent-override: 24.47%;line-gap-override: 0.00%;size-adjust: 99.78%
}.__className_a7db1c {font-family: '__Roboto_a7db1c', '__Roboto_Fallback_a7db1c';font-style: normal
}

.model_root__BpSXz {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.model_backdrop__N4iBK {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.82);
}

.model_modalWrap__WKl30 {
  position: absolute;
  max-width: 586px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 0 19px;
}
.model_modalWrapFullSize__fvdbb {
  position: absolute;
  padding: 0;
  width: 100%;
  top: 64px;
  bottom: 0px;
  left: 0;
  right: 0;
}
.model_modalContentFullSize__fZWIc {
  flex: 1 1;
  overflow: auto;
}
.model_modal__cAFEp {
  background-color: var(--color-black);
  border-radius: 32px;
  padding: 32px;
}

.model_modalLight__K5NzZ {
  background-color: var(--color-white);
  padding: 24px;
}
.model_modalFullSize__FbIi4 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.model_modalHead__PlDZ_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.model_title__HT5N7 {
  color: var(--color-white);
  font-weight: 700;
  margin: 0;
}
.model_titleLight__zDVer {
  color: var(--color-black);
}

.model_closeBtn__5b0oh {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.signatureartist-notes_breadcrumbs__KWN2o {
  margin: 0 !important;
  flex: 1 1;
}

.signatureartist-notes_breadcrumbs__KWN2o > div {
    margin: 0;
  }

@media (max-width: 768px) {
  .signatureartist-notes_breadcrumbs__KWN2o {
    flex-basis: 100%;
    margin-bottom: 16px !important;
  }
}

.list_list__G6arg {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(242px, 360px));
  margin-top: 40px;
}

@media (max-width: 768px) {
  .list_list__G6arg {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}

@media (max-width: 720px) {
  .list_list__G6arg {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media (max-width: 460px) {
  .list_list__G6arg {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    margin-top: 32px;
  }
}

.button-back_buttonBack__RSnx4 {
  cursor: pointer;
  padding: 4px 0px;
  position: relative;
  padding-left: 15px;
  color: var(--color-white-80);
  width: -moz-fit-content;
  width: fit-content;
}
.button-back_buttonBack__RSnx4 p {
    font-size: 12px;
  }
.button-back_buttonBack__RSnx4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: 9px;
  background: url(/_next/static/media/arrow-left.ae1134f6.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -1px;
}

.link_link__wXQKn {
  color: var(--color-blue);
}

.faq_container__8uGsv {
  padding: 48px 24px;
  background-color: var(--color-white);
  border-radius: 44px;
  width: 90%;
  max-width: var(--max-content-width);
  margin: 0 auto;
}
.faq_mt__oO4gk {
  margin-top: 56px;
}

.faq_h2__4Skqm {
  margin-bottom: 48px;
}

.faq_icon__L4BDe {
  flex: 0 0 auto;
}

.faq_accordionItem__u_PNW:not(:last-of-type) {
  border-bottom: 1px solid black;
}

.faq_accordionItem__u_PNW:first-of-type .faq_toggleControl___gt9d {
    margin-top: 0px;
  }
.faq_accordionItem__u_PNW:last-of-type {
  padding-bottom: 0;
}
.faq_accordionItem__u_PNW:last-of-type .faq_accordionContent__4c0UK > div {
    padding-bottom: 0;
  }
.faq_accordionItem__u_PNW:last-of-type .faq_toggleControl___gt9d {
    margin-bottom: 0px;
  }

.faq_toggleControl___gt9d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 100px;
  margin-top: 16px;
  margin-bottom: 16px;

  cursor: pointer;
}

.faq_toggleControl___gt9d.faq_expanded__idGeL + .faq_accordionContent__4c0UK {
    opacity: 1;
    max-height: 30em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }

.faq_accordionTitle__esK1i {
  font-weight: 700;
  flex: 0 1 auto;
  font-size: 22px;
  line-height: 30px;
}

.faq_accordionContent__4c0UK {
  max-width: 70%;

  opacity: 0;
  max-height: 0;
  padding: 0;
  margin-top: -16px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 200ms linear;
  will-change: opacity, max-height, margin-bottom;
}

.faq_accordionContent__4c0UK .faq_p__Dh7Td {
    padding-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
  }

.faq_table__9efyv {
  color: var(--color-black);
  font-size: 20px;
  line-height: 28px;
  margin-left: 25px;
}

.faq_table__9efyv td {
    padding: 18px;
  }

.faq_table__9efyv tr > td:first-child {
    font-weight: bold;
    border: 1px solid var(--color-disabled);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-right-width: 0;
    border-bottom-width: 0;
  }

.faq_table__9efyv tr > td:last-child {
    border: 1px solid var(--color-disabled);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-width: 0;
  }

.faq_table__9efyv tr:last-child > td {
    border-bottom-width: 1px;
  }

.faq_table__9efyv tr {
    position: relative;
  }

.faq_table__9efyv tr::before {
    content: '';
    position: absolute;
    left: -25px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: var(--color-blue);
    top: 50%;
    transform: translateY(-50%);
  }

@media (max-width: 768px) {
  .faq_container__8uGsv {
    padding: 48px 32px;
    max-width: 100%;
    width: auto;
    margin: 0 24px;
  }

  .faq_h2__4Skqm {
    margin-bottom: 32px;
  }

  .faq_toggleControl___gt9d {
    min-height: 0;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .faq_accordionTitle__esK1i {
    font-size: 30px;
    line-height: 36px;
    font-family: inherit;
  }

  .faq_accordionContent__4c0UK {
    margin-top: 24px;
    margin-bottom: 0;
    max-width: calc(100% - 70px);
  }
    .faq_accordionContent__4c0UK .faq_p__Dh7Td {
      padding-bottom: 24px;
    }

  .faq_accordionItem__u_PNW:last-of-type .faq_accordionContent__4c0UK {
    margin-top: 0;
  }
    .faq_accordionItem__u_PNW:last-of-type .faq_toggleControl___gt9d.faq_expanded__idGeL + .faq_accordionContent__4c0UK {
      margin-top: 24px;
    }
}

@media (max-width: 480px) {
  .faq_mt__oO4gk {
    margin-top: 32px;
  }
  .faq_container__8uGsv {
    padding: 32px 24px;
    margin: 0 20px;
  }

  .faq_h2__4Skqm {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 32px;
  }

  .faq_accordionTitle__esK1i {
    padding: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .faq_accordionContent__4c0UK {
    margin-top: 16px;
  }

  .faq_accordionContent__4c0UK .faq_p__Dh7Td {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 16px;
  }

  .faq_toggleControl___gt9d {
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .faq_table__9efyv {
    font-size: 15px;
    line-height: 18px;
    margin-left: 15px;
  }

    .faq_table__9efyv td {
      padding: 8px;
    }
    .faq_table__9efyv tr::before {
      left: -15px;
      width: 8px;
      height: 8px;
    }
}

.card_cardHorisontal__VSK0r {
  overflow: hidden;
  padding: 16px 32px;
  border-radius: 32px;
  display: flex;
  position: relative;
}

.card_cardWhite__Dz6_q {
  background-color: var(--color-white);
}
.card_cardBeige__ix2ns {
  background-color: var(--color-beige);
}

.card_complexityAbsolute__AI3JX {
  position: absolute;
  right: 32px;
}

.card_contentHorisontal__bx8Wg {
  flex: 1 1;
  display: flex;
  padding-left: 40px;
  flex-direction: column;
}
.card_contentTop__NDZ4U {
  flex: 1 1;
  padding-bottom: 32px;
}
.card_title__XmJ_o {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--color-black);
}
.card_variants__514FO {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-disabled);
}

@media (max-width: 765px) {
  .card_cardHorisontal__VSK0r .card_preview__6shjL {
    width: 145px;
    margin-bottom: 0;
  }
  .card_cardHorisontal__VSK0r .card_previewWrap__z3ip_ {
    width: 145px;
  }
    .card_cardHorisontal__VSK0r .card_previewWrap__z3ip_ > div {
      margin-bottom: 0;
    }
}

@media (max-width: 600px) {
  .card_cardHorisontal__VSK0r .card_preview__6shjL {
    width: inherit;
    margin-bottom: 16px;
  }
  .card_cardHorisontal__VSK0r .card_previewWrap__z3ip_ {
    width: inherit;
    margin-bottom: 16px;
  }

  .card_cardHorisontal__VSK0r {
    flex-direction: column;
    padding: 24px;
  }

  .card_complexityAbsolute__AI3JX {
    position: relative;
    right: auto;
    margin-bottom: 16px;
  }

  .card_contentHorisontal__bx8Wg {
    padding-left: 0;
    padding-right: 30px;
  }
    .card_contentHorisontal__bx8Wg p {
      padding: 0;
    }
}

.preview_wrap__vnFZO {
  width: 150px;
  height: 150px;
  padding: 7px 17px;
  border-radius: 20px;
  background-color: var(--color-beige);
  overflow: hidden;
  text-align: center;
}

.preview_wrap__vnFZO img {
    border-radius: 8px;
    background-color: var(--color-white);
  }

.preview_link__QBpos {
  border-radius: 20px;
}

.preview_contrast___p1Ui {
  background-color: var(--color-white);
}

@media (max-width: 768px) {
  .preview_wrap__vnFZO {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
}

.btn-link_btnLink__XKkDO {
  position: absolute;
  right: 32px;
  bottom: 16px;
}

.instruments_instruments__VKPA4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-black);
  margin-top: 10px;
}
.instruments_instruments__VKPA4 span::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: var(--color-black);
    display: inline-block;
    margin: 0 6px 3px;
  }
.instruments_instruments__VKPA4 span:last-child::after {
    display: none;
  }

.variants_variants__zLFsH {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-disabled);
}

.recovery-pass-btn_recovery__GBuBX {
  margin-top: 12px;
  margin-left: 14px;
  color: var(--color-white);
  display: block;
  cursor: pointer;
  font-weight: 400;
}
.recovery-pass-btn_recovery__GBuBX:hover {
    text-decoration: underline;
  }

.musicians_musicians__suKG9 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-blue);
  font-weight: 500;
  /* Отступ от метки */
  padding-right: 120px;
}

@media (max-width: 480px) {
  .musicians_musicians__suKG9 {
    font-size: 16px;
    line-height: 20px;
  }
}

.recovery-pass-form_form__NNC4F {
}

.recovery-pass-form_formGroup__SnTz_ {
  margin-bottom: 32px;
}

.recovery-pass-form_input__wX2T3 {
  color: var(--color-white) !important;
  background-color: var(--color-gray);
}

.recovery-pass-form_input__wX2T3:-webkit-autofill,
  .recovery-pass-form_input__wX2T3:-webkit-autofill:focus,
  .recovery-pass-form_input__wX2T3:-internal-autofill-selected {
    color: var(--color-white) !important;
    background-color: var(--color-gray) !important;
    background-image: var(--color-gray) !important;
  }

.recovery-pass-form_btn__nYVlP {
  width: 100%;
  margin-top: 48px;
}
.recovery-pass-form_error__yYyr6 {
  color: var(--color-red);
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: -15px;
}

.recovery-pass-form_text__bbByM {
  color: var(--color-white);
  text-align: center;
}

.favorite-note_contentBottom__Jh6Wq {
  display: flex;
  justify-content: space-between;
}
.favorite-note_removeMobile__vdWGz {
  display: none;
}

@media (max-width: 768px) {
  .favorite-note_removeDesktop__nvetZ {
    display: none;
  }
  .favorite-note_removeMobile__vdWGz {
    display: block;
    position: absolute;
    right: 32px;
  }
}

.recovery-redirect_wrap__V2zF8 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.recovery-redirect_card__ur3UB {
  background-color: var(--color-black);
  max-width: 420px;
  padding: 32px;
  border-radius: 32px;
  color: var(--color-white);
}

.recovery-redirect_text__DMMgF {
  font-size: 20px;
  color: var(--color-white);
}

.recovery-redirect_form__EpLZr {
  margin-top: 24px;
}

.recovery-redirect_linkWrap__ZHr6h {
  margin-top: 16px;
  text-align: center;
}

.recovery-redirect_link__CjO4M:hover {
    text-decoration: underline;
  }

.recovery-redirect_title__18TQb {
  font-size: 28px;
}

.recovery-redirect_formGroup__SGqxm {
  margin-bottom: 32px;
}

.recovery-redirect_input__Z3MME {
  color: var(--color-white) !important;
  background-color: var(--color-gray);
}

.recovery-redirect_input__Z3MME:-webkit-autofill,
  .recovery-redirect_input__Z3MME:-webkit-autofill:focus,
  .recovery-redirect_input__Z3MME:-internal-autofill-selected {
    color: var(--color-white) !important;
    background-color: var(--color-gray) !important;
    background-image: var(--color-gray) !important;
  }

.recovery-redirect_btn___UtNk {
  width: 100%;
  margin-top: 48px;
}
.recovery-redirect_error__fQXgn {
  color: var(--color-red);
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: -15px;
}

.recovery-redirect_text__DMMgF {
  color: var(--color-white);
  text-align: center;
}

.basket-note_price__kLDCT {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: var(--color-black);
  position: absolute;
  right: 32px;
  top: 16px;
  z-index: 1;
}

.basket-note_variants__ZkgWb {
  position: absolute;
  right: 32px;
  z-index: 1;
  bottom: 13px;
}

.basket-note_complexity__Xqpyf {
  position: absolute;
  right: 32px;
  z-index: 1;
  bottom: 45px;
}
.basket-note_buttons__X7Tpo {
  display: flex;
  gap: 24px;
}
.basket-note_indent__P7JDq {
  margin-bottom: 16px;
}
.basket-note_express__tRoLU {
  background-color: var(--color-beige);
  width: 100%;
  border-radius: 24px;
  margin-top: 16px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  cursor: pointer;
  align-items: center;
}
.basket-note_express__tRoLU input {
    display: none;
  }
.basket-note_expressToggle__raC_4 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.basket-note_expressToggle__raC_4 label {
    pointer-events: none;
  }
.basket-note_expressPrice__Sh8Bh {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  white-space: nowrap;
}
.basket-note_expressLabel__q3RRU {
  font-size: 16px;
  line-height: 24px;
  margin-left: 8px;
}
.basket-note_expressInfo__XMJqM {
  position: relative;
}
.basket-note_expressInfoLabel__QjKFc {
  color: var(--color-blue);
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
}
.basket-note_expressInfoText__vlEUS {
  position: fixed;
  width: 280px;
  border-radius: 16px;
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 8px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  z-index: 10;
  margin-left: 16px;
  margin-top: 8px;
  transform: translateY(-50%);
}
.basket-note_expressInfoText__vlEUS::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 28px;
    background-image: url(/_next/static/media/left.9f6f704a.png);
    background-size: 100% 100%;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
  }

.basket-note_instruments__9JzbX {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basket-note_isemptyDate__ns7lk {
  height: 34px;
  padding: 0px 16px;
  background-color: #f2994a;
  color: white;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
}

@media (max-width: 700px) {
  .basket-note_instruments__9JzbX {
    flex-direction: column;
    align-items: start;
  }
  .basket-note_isemptyDate__ns7lk {
    margin-top: 10px !important;
  }
}

@media (max-width: 600px) {
  .basket-note_indent__P7JDq {
    padding-top: 70px;
    border-radius: 24px;
  }
  .basket-note_price__kLDCT {
    position: absolute;
    left: 24px;
    bottom: 24px;
    top: auto;
    order: 1;
    font-size: 20px;
    line-height: 26px;
  }
  .basket-note_complexity__Xqpyf {
    position: absolute;
    top: 24px;
    left: 24px;
    right: auto;
    right: initial;
    bottom: auto;
    bottom: initial;
    z-index: 1;
  }
  .basket-note_buttons__X7Tpo {
    position: absolute;
    top: 24px;
    right: 24px;
    gap: 16px;
    flex-direction: row-reverse;
  }
  .basket-note_buttons__X7Tpo button {
    font-size: 0px;
  }
  .basket-note_buttons__X7Tpo img {
    margin-right: 0px;
    filter: brightness(0.5);
  }
  .basket-note_variants__ZkgWb {
    bottom: 24px;
  }
    .basket-note_variants__ZkgWb > div {
      font-size: 14px;
      line-height: 18px;
    }
  .basket-note_content__2h5an {
    padding-bottom: 50px;
  }

    .basket-note_content__2h5an .basket-note_instruments__9JzbX {
      margin-top: 8px;
      font-size: 14px;
      line-height: 18px;
    }

      .basket-note_content__2h5an .basket-note_instruments__9JzbX > div {
        margin: 0;
      }
    .basket-note_content__2h5an > p:nth-child(1) {
      margin-bottom: 4px;
    }
  .basket-note_cardTitle__zsWtM {
    font-size: 16px;
    line-height: 20px;
  }
  .basket-note_express__tRoLU {
    margin-top: 16px;
  }

  .basket-note_expressInfoText__vlEUS {
    margin-top: -8px;
    transform: translateY(-100%) translateX(-50%);
    left: 50% !important;
    margin-left: 0;
  }

    .basket-note_expressInfoText__vlEUS::before {
      left: 50%;
      top: 100%;
      margin-top: 4px;
      transform: translateY(-50%) rotate(-90deg);
    }
}

.registration-btn_registration__AfBRA {
  margin-top: 20px;
  color: var(--color-white);
  display: block;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
}
.registration-btn_registration__AfBRA:hover {
    text-decoration: underline;
  }

.grid-note_card__qqYvX {
  background-color: var(--color-white);
  overflow: hidden;
  border-radius: 24px;
  padding: 8px 8px 16px;
  min-height: 485px;
  display: flex;
  flex-direction: column;
}
.grid-note_bgHeader__mgq9a {
  background-color: var(--color-beige);
  border-radius: 16px;
  position: relative;
  padding-top: 33px;
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.grid-note_topBlock__4Py8C {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  right: 7.5px;
  left: 12.5px;
}
.grid-note_previewWrap__oAq_a {
  /* margin-bottom: 3px; */
}
.grid-note_previewWrap__oAq_a > div {
  width: 100%;
  height: 256px;
  border-radius: 16px;
  padding: 0;
}
.grid-note_previewWrap__oAq_a img {
  margin: 0 auto;
}

.grid-note_info__x_2yd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
}

.grid-note_rating__Hlr63 {
  display: flex;
  gap: 4px;
  color: var(--color-disabled);
}

.grid-note_star__OeXDx {
  background-image: url(/_next/static/media/star-gold.1153e3f1.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 16px 14px;
}

.grid-note_counters__ae_6H {
  display: flex;
  gap: 8px;
}

.grid-note_likesCounter__mncyq {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--color-disabled);
}

.grid-note_likesCounter__mncyq::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: ' ';
  background-color: var(--color-gray-bg-2);
  -webkit-mask-image: url(/_next/static/media/favorite.f3d86434.svg);
          mask-image: url(/_next/static/media/favorite.f3d86434.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.grid-note_viewsCounter__09Qf7 {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--color-disabled);
}

.grid-note_viewsCounter__09Qf7::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: ' ';
  background-color: var(--color-gray-bg-2);
  -webkit-mask-image: url(/_next/static/media/view.43db5fd3.svg);
          mask-image: url(/_next/static/media/view.43db5fd3.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.grid-note_author__ZRZm0 {
  cursor: pointer;
  color: var(--color-disabled);
  font-size: 14px;
  line-height: 20px;
}

.grid-note_songTitle__YUNQD {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;

  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  cursor: pointer;
}
.grid-note_titleBlock__y0bIQ {
  flex: 1 1;
}

.grid-note_favourites__CdqaK {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.grid-note_favourites__CdqaK::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: ' ';
  background-color: var(--color-black);
  -webkit-mask-image: url(/_next/static/media/like.97291bfc.svg);
          mask-image: url(/_next/static/media/like.97291bfc.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.grid-note_isFav__cQfzl.grid-note_favourites__CdqaK::before {
  background-color: var(--color-red);
}

.grid-note_bottomBar__WoZVR {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.grid-note_bottomBar__WoZVR > div {
    margin-top: 0;
  }

@media (max-width: 1200px) {
  .grid-note_card__qqYvX {
    min-height: 436px;
  }

  .grid-note_previewWrap__oAq_a > div {
    height: 212px;
  }

  .grid-note_previewWrap__oAq_a img {
    height: 212px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .grid-note_viewsCounter__09Qf7,
  .grid-note_likesCounter__mncyq,
  .grid-note_rating__Hlr63 {
    font-size: 12px;
    line-height: 16px;
  }

  .grid-note_author__ZRZm0 {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-note_mobileSpace__FFGNU {
    padding: 24px;
  }

  .grid-note_previewWrap__oAq_a > div {
    height: 206px;
    margin-bottom: 0;
  }

  .grid-note_previewWrap__oAq_a img {
    height: 206px;
    width: auto;
  }
}

.registration-form_form__XxNFE {
}

.registration-form_formGroup__G6ZR_ {
  margin-bottom: 32px;
}

.registration-form_input__jlsdP {
  color: var(--color-white) !important;
  background-color: var(--color-gray);
}

.registration-form_input__jlsdP:-webkit-autofill,
  .registration-form_input__jlsdP:-webkit-autofill:focus,
  .registration-form_input__jlsdP:-internal-autofill-selected {
    color: var(--color-white) !important;
    background-color: var(--color-gray) !important;
    background-image: var(--color-gray) !important;
  }

.registration-form_btn__RhUFx {
  width: 100%;
  margin-top: 48px;
}
.registration-form_error__CzlSM {
  color: var(--color-red);
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: -15px;
}

.guarantees_title__JB5XQ {
  color: var(--color-white);
  width: 45%;
  position: relative;
  font-size: 48px;
  line-height: 56px;
  word-break: break-all;
}

.guarantees_title__JB5XQ::before {
    position: absolute;
    top: -2px;
    left: 200px;
    content: ' ';
    background-color: var(--color-accent);
    width: 110px;
    height: 57px;
    border-radius: 44px;
  }

.guarantees_title__JB5XQ::after {
    position: absolute;
    top: -22px;
    left: 229px;
    content: ' ';
    background-image: url(/_next/static/media/hand.5ab8ed7f.png);
    background-size: 44px 77px;
    background-repeat: no-repeat;
    width: 47px;
    height: 77px;
  }

.guarantees_container__mb1A8 {
  display: flex;
  height: 295px;
  align-items: center;
  gap: 20%;
  color: var(--color-white);
  padding: 48px 24px;
  background-image: url(/_next/static/media/guarantees-bg.40ab040b.png);
  background-color: var(--color-purple-hover);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 44px;

  width: 90%;
  max-width: var(--max-content-width);
  margin: 0 auto;
}

.guarantees_text__J8GtV {
  max-width: 410px;
}

@media (max-width: 768px) {
  .guarantees_title__JB5XQ {
    width: 100%;
  }

  .guarantees_text__J8GtV {
    max-width: 100%;
  }

  .guarantees_container__mb1A8 {
    padding: 48px 32px;
    flex-direction: column;
    gap: 24px;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 366px;
    max-width: 100%;
    width: auto;
    margin: 0 24px;
  }
}

@media (max-width: 480px) {
  .guarantees_title__JB5XQ {
    font-size: 36px;
    line-height: 42px;
  }

    .guarantees_title__JB5XQ::before {
      width: 78px;
      height: 40px;
      top: -2px;
      left: 150px;
    }

    .guarantees_title__JB5XQ::after {
      top: -16px;
      left: 172px;
      width: 33px;
      height: 54px;
      background-size: contain;
    }

  .guarantees_container__mb1A8 {
    padding: 32px 24px;
    margin: 0 20px;
  }
}

.widget_wrap__601e7 {
  display: flex;
  padding: 16px 32px;
}

.widget_wrap__601e7 > a > div {
    margin-bottom: 0;
  }

.widget_text__wDKxt {
  padding-left: 16px;
  overflow: hidden;
}
.widget_card__xpIdW {
  padding-bottom: 0;
}
.widget_btn__LuM6J {
  padding: 8px 40px;
  margin-top: 29px;
  display: inline-block;
}
.widget_musicians__D8WBN {
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.widget_title__MDn22 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.widget_preview__8SH2L > div {
  width: 128px;
}

@media (max-width: 480px) {
  .widget_wrap__601e7 {
    display: flex;
    padding: 8px;
  }
    .widget_wrap__601e7 > a > div {
      margin-bottom: 0;
    }
    .widget_wrap__601e7.widget_vertical__3kRhz {
      padding: 8px 24px;
    }

  .widget_text__wDKxt {
    padding-right: 0;
  }
}

.other-arrangements_container__BNiRM {
  width: 90%;
  max-width: var(--max-content-width);
  margin: 0 auto;
}

.other-arrangements_h2__kVjuO {
  margin-bottom: 24px;
}

.other-arrangements_fileName__bEQex {
  margin: 16px 0 24px;
}

.other-arrangements_tabsContainerWrap__LwAQC {
  overflow-x: auto;
  margin-bottom: 40px;
}
.other-arrangements_tabsContainer__uVucL {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}

.other-arrangements_card__oY0Yf {
  width: 95%;
  margin: 0 auto;
}
.other-arrangements_sliderWrap__i4hJL {
  display: none;
}

@media (max-width: 768px) {
  .other-arrangements_desktopSlider__WcWJl {
    display: none;
  }
  .other-arrangements_mobileSlider__SHMCl {
    display: block;
  }
  .other-arrangements_container__BNiRM {
    max-width: 100%;
    width: auto;
    margin: 0 24px;
  }
  .other-arrangements_card__oY0Yf {
    margin: 0 auto;
    width: 286px;
    margin-right: 24px;
  }
  .other-arrangements_sliderWrap__i4hJL {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    padding-left: 24px;
  }
  .other-arrangements_cardsSlider__f0ilR {
    overflow-x: auto;
    margin-left: -24px;
    margin-right: -24px;
  }
  .other-arrangements_tabsContainerWrap__LwAQC {
    margin-left: -24px;
    margin-right: -24px;
  }
  .other-arrangements_tabsContainer__uVucL {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 480px) {
  .other-arrangements_container__BNiRM {
    margin: 0 20px;
  }

  .other-arrangements_fileName__bEQex {
    margin: 24px 0;
  }
  .other-arrangements_tabsContainerWrap__LwAQC {
    margin-left: -20px;
    margin-right: -20px;
  }
  .other-arrangements_tabsContainer__uVucL {
    gap: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .other-arrangements_cardsSlider__f0ilR {
    gap: 16px;
  }
  .other-arrangements_card__oY0Yf {
    width: 286px;
    min-width: 286px;
    margin-right: 20px;
  }
  .other-arrangements_sliderWrap__i4hJL {
    padding-left: 20px;
  }
  .other-arrangements_cardsSlider__f0ilR {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.product-questions_container__fp40s {
  background-color: var(--color-white);
  border-radius: 48px;
  padding: 48px 0;
}

.product-questions_wrapper__mIpCh {
  margin: 0 auto;
  width: 90%;
  max-width: var(--max-content-width);
}

.product-questions_header__bdGNf {
  margin-bottom: 48px;
}

.product-questions_title__uDYtB {
  color: var(--color-black);
  margin: 0;
}



.product-questions_content__59iPv {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.product-questions_questionForm__07Rlp {
  flex: 0 0 342px;
  position: relative;
  min-width: 342px;
}

.product-questions_formBackground__lJAeK {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-gray-bg);
  border-radius: 32px;
  z-index: 1;
}

.product-questions_formContent__DMGQZ {
  position: relative;
  z-index: 2;
  padding: 32px;
}

.product-questions_formTitle__VN3CX {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: var(--color-black);
  margin: 0 0 24px 0;
  padding-right: 80px;
}

.product-questions_form__wP6Tc {
  width: 100%;
}

.product-questions_inputsWrapper__q7TAw {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-questions_nameFieldWrapper__FVSVi {
  display: flex;
  flex-direction: column;
}

.product-questions_nameLabel__4qZit {
  font-family: 'Roboto', 'Roboto Fallback', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  height: 26px;
  line-height: 26px;
  margin-bottom: 16px;
  color: var(--color-black);
  display: none;
}

.product-questions_nameInput__SBwEW {
  background: var(--color-white);
  border: 1px solid transparent;
  border-radius: 24px;
  height: 64px;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0px 12px 40px 0px rgba(12, 12, 13, 0.1);
}

.product-questions_questionInputWrapper__P7_k2 {
  position: relative;
  background: var(--color-white);
  border: 1px solid transparent;
  border-radius: 24px;
  box-shadow: 0px 12px 40px 0px rgba(12, 12, 13, 0.1);
  min-height: 281px;
  padding: 24px;
  transition: border-color 0.2s ease;
  overflow: hidden;
}

/* removed after gradient overlay per requirements */

.product-questions_questionInputWrapper__P7_k2:focus-within {
  border: 1px solid var(--color-purple-hover);
}

.product-questions_validationError__wlqDk {
  color: #ff0000;
  font-size: 14px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-align: center;
  display: block;
}

.product-questions_questionInput__W3bjK {
  width: 100%;
  height: 167px;
  padding: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
  resize: none;
  background: transparent;
  overflow-y: auto;
}

.product-questions_questionInput__W3bjK::-moz-placeholder {
  color: #869193;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.product-questions_questionInput__W3bjK::placeholder {
  color: #869193;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.product-questions_submitButton__k1F_X {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  width: auto;
  font-size: 18px;
  border-radius: 16px;
  white-space: nowrap;
  cursor: not-allowed;
  border: none;
  padding: 19px 36px;
  height: 64px;
  line-height: 26px;
  background-color: #C8CACF !important;
  color: #E2E4E7 !important;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.product-questions_submitButtonEnabled__Hmhao {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
  pointer-events: auto;
  cursor: pointer;
}

.product-questions_submitButtonEnabled__Hmhao:hover {
  color: var(--color-accent) !important;
}

.product-questions_successMessage__Vt50N {
  position: relative;
  text-align: center;
  padding-top: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-black);
  z-index: 2;
}

.product-questions_formDisabled__0V_Ma {
  pointer-events: none;
}

.product-questions_contentEmpty__4QLhg {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}

/* Десктопная версия - форма занимает половину экрана */
@media (min-width: 1025px) {
  .product-questions_contentEmpty__4QLhg .product-questions_questionForm__07Rlp {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .product-questions_contentEmpty__4QLhg .product-questions_emptyMessage__A1nKP {
    flex: 0 0 45%;
  }
}

.product-questions_emptyMessage__A1nKP {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-black);
  padding: 0;
}

.product-questions_loadingMessage__7YZQE {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray);
  padding: 24px 0;
}

.product-questions_questionsContainer__HZKZS {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
  flex: 1 1;
  min-width: 0;
  /* Для корректной работы flex-shrink */
}

.product-questions_questionsList__Rkb4k {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-questions_questionsListLoading__VwUl0 {
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

.product-questions_questionItem__0Q37k {
  background: var(--color-white);
  border: 1px solid var(--color-gray-bg-2);
  border-radius: 24px;
  padding: 32px;
}

.product-questions_questionContent__FfAji {
  margin-bottom: 0;
}

.product-questions_questionMeta__buMAn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.product-questions_questionAuthor__uUAKp {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
  color: var(--color-black);
}

.product-questions_questionDate__hkC_B {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-black);
}

.product-questions_questionText__CW5AC {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-black);
  margin: 0;
}

/* Десктопные стили (до 768px) */
@media (min-width: 769px) {
  .product-questions_questionText__CW5AC {
    max-width: none;
    padding-right: 250px;
  }

  .product-questions_answerText__7wi4z {
    max-width: none;
    padding-right: 232px;
  }
}

.product-questions_answer__RFixU {
  position: relative;
  padding-left: 17px;
  margin-top: 24px;
}

.product-questions_answerLine__i9mMu {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--color-purple);
}

.product-questions_answerContent__HqAW6 {
  padding-left: 0;
}

.product-questions_answerDate__3nqpm {
  display: inline-flex;
  align-items: center;
  background: var(--color-gray-bg);
  color: var(--color-black);
  font-size: 14px;
  line-height: 1.4285714285714286em;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 200px;
  gap: 4px;
  margin-bottom: 16px;
}

.product-questions_answerHeader__4Ne5V {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.product-questions_avatarWrapper__EuIL3 {
  flex: 0 0 49px;
  position: relative;
}

.product-questions_avatar__VJnWI {
  width: 49px;
  height: 49px;
  background: var(--color-gray-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-questions_avatarIcon__Kg9K5 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-questions_answerAuthor__e1xof {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
  color: var(--color-black);
  margin: 0;
}

.product-questions_answerText__7wi4z {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-black);
  margin: 0;
}

.product-questions_paginationContainer__9YrBj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.product-questions_paginationWrapper__Xo7dS {
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
}

.product-questions_navigationButtons__7Hwyi {
  display: flex;
  gap: 8px;
  align-items: center;
}

.product-questions_navButton__v5qFU {
  width: 48px;
  height: 48px;
  border: none;
  background: #262626;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  gap: 10px;
  transition: background-color 0.2s ease;
}

.product-questions_navButton__v5qFU::before {
  background: #FFFFFF;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.2s ease;
}

.product-questions_navButton__v5qFU:hover:not(.product-questions_navButtonDisabled__hgy_i)::before {
  background: var(--color-accent);
}

.product-questions_navButtonPrev__78k1n::before {
  content: '';
  width: 28px;
  height: 28px;
  -webkit-mask-image: url(/_next/static/media/chevron-left.6e8bbb59.svg);
  mask-image: url(/_next/static/media/chevron-left.6e8bbb59.svg);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.product-questions_navButtonNext__7VNlp::before {
  content: '';
  width: 28px;
  height: 28px;
  -webkit-mask-image: url(/_next/static/media/chevron-right.bbd265ab.svg);
  mask-image: url(/_next/static/media/chevron-right.bbd265ab.svg);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.product-questions_navButtonDisabled__hgy_i {
  background: #C8CACF;
  opacity: 0.8;
  cursor: not-allowed;
}

.product-questions_navButtonDisabled__hgy_i::before {
  background: #FFFFFF;
  opacity: 0.7;
}

.product-questions_pagination__ysWRR {
  display: flex;
  gap: 4px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-questions_pagination__ysWRR li {
  list-style-type: none;
}

.product-questions_pageNum__y7QYp {
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.product-questions_active__W__Wm a {
  border-color: var(--color-purple);
}

.product-questions_break__nxjRW {
  pointer-events: none;
  width: 48px;
  text-align: center;
}

.product-questions_navigate__THX_X {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.product-questions_previous__CWbgf::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/_next/static/media/chevron-left.6e8bbb59.svg);
}

.product-questions_next__5nfLE::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/_next/static/media/chevron-right.bbd265ab.svg);
}

.product-questions_disabled___EIK4 {
  display: none;
}

.product-questions_hidden__L4koB {
  display: none !important;
}

/* Планшетные стили */
@media (max-width: 1024px) and (min-width: 769px) {
  .product-questions_container__fp40s {
    /* border-radius: 48px; */
  }

  .product-questions_contentEmpty__4QLhg {
    justify-content: space-between;
  }

  .product-questions_contentEmpty__4QLhg .product-questions_emptyMessage__A1nKP {
    flex: 0 0 50%;
  }

  .product-questions_contentEmpty__4QLhg .product-questions_questionForm__07Rlp {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }

  .product-questions_questionForm__07Rlp {
    flex: 0 0 342px;
  }

  .product-questions_contentEmpty__4QLhg .product-questions_questionForm__07Rlp {
    width: 100%;
  }

  .product-questions_formContent__DMGQZ {
    width: 100%;
  }
}

/* Мобильные стили */
@media (max-width: 768px) {
  .product-questions_container__fp40s {
    padding: 48px 32px;
    margin: 0 24px;
    padding-bottom: 32px;
    border-radius: 48px;
  }

  .product-questions_wrapper__mIpCh {
    max-width: 100%;
    width: auto;
    margin: 0;
  }



  .product-questions_content__59iPv {
    flex-direction: column;
    gap: 48px;
  }

  .product-questions_contentEmpty__4QLhg {
    flex-direction: column;
    gap: 48px;
  }

  .product-questions_contentEmpty__4QLhg {
    justify-content: space-between;
  }

  .product-questions_contentEmpty__4QLhg .product-questions_emptyMessage__A1nKP {
    flex: 0 0 50%;
    width: auto;
    order: 1;
  }

  .product-questions_contentEmpty__4QLhg .product-questions_questionForm__07Rlp {
    flex: 0 0 50%;
    width: auto;
    order: 2;
  }

  .product-questions_questionForm__07Rlp {
    flex: none;
    width: 100%;
  }

  .product-questions_formContent__DMGQZ {
    width: 100%;
  }

  .product-questions_formTitle__VN3CX {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
    padding-right: 0;
  }

  .product-questions_nameInput__SBwEW {
    height: 56px;
    padding: 16px 20px;
  }

  .product-questions_questionInput__W3bjK {
    height: 72px;
    padding: 0;
    padding-bottom: 14px;
  }

  .product-questions_questionInputWrapper__P7_k2 {
    height: 167px;
    min-height: 167px;
  }

  .product-questions_successMessage__Vt50N {
    font-size: 16px;
  }

  .product-questions_submitButton__k1F_X {
    bottom: 20px;
    right: 20px;
    padding: 15px 28px;
    font-size: 16px;
  }

  .product-questions_questionsList__Rkb4k {
    width: 100%;
  }

  .product-questions_questionItem__0Q37k {
    padding: 32px;
  }

  .product-questions_questionAuthor__uUAKp {
    line-height: 26px;
  }

  .product-questions_questionMeta__buMAn {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }

  .product-questions_questionDate__hkC_B {
    text-align: right;
    min-width: 120px;
  }

  .product-questions_answerHeader__4Ne5V {
    flex-direction: row;
  }

  .product-questions_formTitle__VN3CX {
    line-height: 36px;
    margin-bottom: 32px;
  }

  .product-questions_avatarWrapper__EuIL3 {
    align-self: flex-start;
  }

  .product-questions_questionText__CW5AC,
  .product-questions_answerText__7wi4z {
    max-width: 412px;
  }

  .product-questions_questionsContainer__HZKZS {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .product-questions_container__fp40s {
    border-radius: 32px;
  }

  .product-questions_header__bdGNf {
    margin-bottom: 32px;
  }

  .product-questions_questionForm__07Rlp {
    flex: none;
    min-width: 0;
    min-width: initial;
  }

  .product-questions_questionsList__Rkb4k {
    gap: 16px;
  }

  .product-questions_questionItem__0Q37k {
    padding: 24px;
  }

  .product-questions_questionAuthor__uUAKp {
    font-size: 18px;
    line-height: 24px;
  }

  .product-questions_questionDate__hkC_B {
    font-size: 14px;
    line-height: 18px;
  }

  .product-questions_questionText__CW5AC {
    font-size: 14px;
    line-height: 18px;
  }

  .product-questions_answer__RFixU {
    padding-left: 10px;
  }

  .product-questions_answerDate__3nqpm {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .product-questions_avatarWrapper__EuIL3 {
    flex: 0 0 32px;
  }

  .product-questions_avatar__VJnWI {
    width: 32px;
    height: 32px;
  }

  .product-questions_avatarIcon__Kg9K5 {
    width: 21px;
    height: 21px;
  }

  .product-questions_answerHeader__4Ne5V {
    gap: 8px;
    margin-bottom: 8px;
  }

  .product-questions_answerAuthor__e1xof {
    font-size: 18px;
    line-height: 24px;
  }

  .product-questions_answerText__7wi4z {
    font-size: 14px;
    line-height: 18px;
  }

  .product-questions_container__fp40s {
    padding: 32px 24px;
    padding-bottom: 24px;
  }

  .product-questions_formContent__DMGQZ {
    background: transparent;
    padding: 0;
  }

  .product-questions_formTitle__VN3CX {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
  }

  .product-questions_content__59iPv {
    gap: 48px;
  }

  .product-questions_contentEmpty__4QLhg {
    gap: 48px;
  }

  .product-questions_formBackground__lJAeK {
    background: transparent;
  }

  .product-questions_questionInput__W3bjK {
    height: 120px;
    padding: 0;
    padding-bottom: 14px;
  }

  .product-questions_questionInputWrapper__P7_k2 {
    min-height: 218px;
  }

  .product-questions_nameInput__SBwEW {
    padding: 16px 24px;
  }
}

/* Десктоп: внешний контейнер без белого фона, внутренний белый карточный блок */
@media (min-width: 768px) {
  .product-questions_container__fp40s {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }

  .product-questions_wrapper__mIpCh {
    width: 90%;
    max-width: var(--max-content-width);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 48px;
    padding: 48px 24px;
  }
}
.notes_showMore__yCaNO {
  margin-top: 24px;
}
.notes_pagination__m4QgJ {
  margin-top: 16px;
}

.login-form_form__zv22x {
}

.login-form_formGroup__SiqJa {
  margin-bottom: 32px;
}

.login-form_input__8uMnY {
  color: var(--color-white) !important;
  background-color: var(--color-gray);
}

.login-form_input__8uMnY:-webkit-autofill,
  .login-form_input__8uMnY:-webkit-autofill:focus,
  .login-form_input__8uMnY:-internal-autofill-selected {
    color: var(--color-white) !important;
    background-color: var(--color-gray) !important;
    background-image: var(--color-gray) !important;
  }

.login-form_btn__uJpA7 {
  width: 100%;
  margin-top: 48px;
}
.login-form_error__7hH3y {
  color: var(--color-white);
  text-align: center;
  display: block;
  margin-top: 12px;
  margin-bottom: -36px;
}

.login-form_socialAuth__Ft8ce {
  color: var(--color-white);
  text-align: center;
  margin: 30px 0 24px;
  position: relative;
}

.login-form_socialAuth__Ft8ce::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
    top: 50%;
    left: 0;
  }

.login-form_socialAuth__Ft8ce span {
    padding: 0 16px;
    position: relative;
    background-color: var(--color-black);
  }

.login-form_socialLinks__noYfE {
  text-align: center;
}

.login-form_socialLinks__noYfE .login-form_socialLinks_btn__3qFJw {
    cursor: pointer;
    margin: 0 8px;
  }

.sign-out-btn_signOutLink__YX_dk {
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: var(--color-blue);
  padding: 8px 16px;
  width: 100%;
  text-align: left;
}

.product-reviews_container__MoSdW {
  background-color: var(--color-white);
  border-radius: 48px;
  padding: 48px 0;
}

.product-reviews_wrapper__bAijh {
  margin: 0 auto;
  width: 90%;
  max-width: var(--max-content-width);
}

.product-reviews_header__AWhDC {
  margin-bottom: 48px;
}

.product-reviews_title__kp4OK {
  color: var(--color-black);
  margin: 0;
}

.product-reviews_content__2vZ5f {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.product-reviews_reviewForm__DU8jW {
  flex: 1 1;
  order: 2;
  position: sticky;
  top: 24px;
  max-width: 342px;
}

.product-reviews_formBackground__nrn8V {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-gray-bg);
  border-radius: 32px;
  z-index: 1;
}

.product-reviews_formContent__x67Za {
  position: relative;
  z-index: 2;
  padding: 32px;
}

.product-reviews_formTitle__4fiBL {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: var(--color-black);
  margin: 0 0 24px 0;
  padding-right: 80px;
}

.product-reviews_form__LwoAG {
  width: 100%;
}

.product-reviews_inputsWrapper__6wBtJ {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-reviews_nameFieldWrapper__quvWX,
.product-reviews_ratingFieldWrapper__nqS46 {
  display: flex;
  flex-direction: column;
}

.product-reviews_nameLabel__lKVVO,
.product-reviews_ratingLabel__wiu5l {
  font-family: 'Roboto', 'Roboto Fallback', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  height: 26px;
  line-height: 26px;
  margin-bottom: 16px;
  color: var(--color-black);
}

.product-reviews_nameInput__P6rGN {
  background: var(--color-white);
  border: 1px solid var(--color-gray-bg-2);
  border-radius: 24px;
  height: 64px;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0px 12px 40px 0px rgba(12, 12, 13, 0.1);
}

.product-reviews_reviewInputWrapper__leEkj {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-gray-bg-2);
  border-radius: 24px;
  box-shadow: 0px 12px 40px 0px rgba(12, 12, 13, 0.1);
  min-height: auto;
  padding: 24px;
  transition: border-color 0.2s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.product-reviews_reviewInputWrapper__leEkj::after {
  display: none;
}

.product-reviews_reviewInputWrapper__leEkj:focus-within {
  border: 1px solid var(--color-purple-hover);
}

.product-reviews_reviewInput__MEqKD {
  width: 100%;
  height: auto;
  min-height: 180px;
  padding: 0;
  padding-bottom: 14px;
  border: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
  resize: none;
  background: transparent;
  overflow-y: auto;
}

.product-reviews_reviewInput__MEqKD::-moz-placeholder {
  color: #869193;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.product-reviews_reviewInput__MEqKD::placeholder {
  color: #869193;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.product-reviews_submitButton__Uhbrj {
  position: static;
  width: 100%;
  margin-top: auto;
  font-size: 18px;
  border-radius: 16px;
  white-space: nowrap;
  cursor: not-allowed;
  border: none;
  padding: 19px 36px;
  height: 64px;
  line-height: 26px;
  background-color: #C8CACF !important;
  color: #E2E4E7 !important;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.product-reviews_submitButtonEnabled__hc_IX {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
  pointer-events: auto;
  cursor: pointer;
}

.product-reviews_submitButtonEnabled__hc_IX:hover {
  color: var(--color-accent) !important;
}

.product-reviews_successMessage__cnwBB {
  position: relative;
  text-align: center;
  padding-top: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-black);
  z-index: 2;
}

.product-reviews_formDisabled__QE5OH {
  pointer-events: none;
}

.product-reviews_contentEmpty__GI71m {
  justify-content: space-between;
}

.product-reviews_contentEmpty__GI71m .product-reviews_reviewForm__DU8jW {
  flex: 0 0 100%;
  max-width: 100%;
}

.product-reviews_emptyMessage__VXwnX {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-black);
  padding: 0;
}

.product-reviews_reviewsList__HUfkp {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  order: 1;
}



.product-reviews_statsSection__XXGFI {
  flex: 0 0 342px;
  min-width: 342px;
  background: var(--color-gray-bg);
  border-radius: 32px;
  padding: 32px;
  position: sticky;
  top: 24px;
  display: block;
}

.product-reviews_overallRating____VoU {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}

  .product-reviews_ratingValue__clEET {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: var(--color-black);
    margin-bottom: 16px;
  }

.product-reviews_ratingStars__2eFid {
  margin-bottom: 8px;
}

  .product-reviews_totalReviews__jonh5 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #869193;
  }

  .product-reviews_ratingDistribution__bYy3c {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }

.product-reviews_ratingRow__cbb34 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.product-reviews_ratingRow__cbb34:hover .product-reviews_stars__hl2KU {
  opacity: 0.8;
}

.product-reviews_stars__hl2KU {
  transition: opacity 0.2s ease;
}

  .product-reviews_ratingCount__Qfd5H {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #2F80ED;
    white-space: nowrap;
  }

.product-reviews_writeReviewButton__rJv7W {
  width: 100%;
  margin-top: 0px;
  padding: 19px 36px;
  height: 64px;
  font-size: 18px;
  line-height: 26px;
  border-radius: 16px;
}

.product-reviews_writeReviewButton__rJv7W:hover {
  color: var(--color-accent) !important;
}

.product-reviews_reviewItem__OnhMe {
  background: var(--color-white);
  border: 1px solid var(--color-gray-bg-2);
  border-radius: 24px;
  padding: 32px;
}

.product-reviews_reviewMetaRow__8tyhw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.product-reviews_reviewAuthor__YhGPq {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: var(--color-black);
}

.product-reviews_reviewDate__lXIdy {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-gray);
}

.product-reviews_reviewRatingRow___PKft {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  margin-bottom: 0;
}

.product-reviews_reviewText__WX_YL {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
  padding-right: 120px;
}

.product-reviews_reviewsColumn__edlAj {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  order: 1;
}

.product-reviews_statsColumn__p_lHU {
  order: 2;
  flex: 0 0 342px;
}

@media (min-width: 768px) {
  .product-reviews_contentEmpty__GI71m .product-reviews_statsColumn__p_lHU {
    flex: 0 0 50%;
  }
}

/* Планшетные стили */
@media (max-width: 768px) {
  .product-reviews_container__MoSdW {
    padding: 48px 32px;
    margin: 0 24px;
    padding-bottom: 32px;
    border-radius: 48px;
  }

  .product-reviews_wrapper__bAijh {
    max-width: 100%;
    width: auto;
    margin: 0;
  }

  .product-reviews_content__2vZ5f {
    flex-direction: column;
    gap: 32px;
  }

  .product-reviews_contentEmpty__GI71m {
    flex-direction: column;
    gap: 32px;
  }

  .product-reviews_contentEmpty__GI71m {
    justify-content: space-between;
  }

  .product-reviews_contentEmpty__GI71m .product-reviews_emptyMessage__VXwnX {
    flex: 0 0 50%;
    width: auto;
    order: 1;
  }

  .product-reviews_contentEmpty__GI71m .product-reviews_statsColumn__p_lHU {
    width: 100%;
    order: 2;
  }

  .product-reviews_contentEmpty__GI71m .product-reviews_reviewForm__DU8jW {
    flex: 0 0 50%;
    width: auto;
    order: 3;
  }

  .product-reviews_reviewForm__DU8jW {
    flex: none;
    width: 100%;
  }

  .product-reviews_formContent__x67Za {
    width: 100%;
  }

  .product-reviews_statsSection__XXGFI {
    flex: 0 0 342px;
    min-width: 342px;
    display: grid;
    grid-gap: 24px;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    padding: 32px;
  }

  .product-reviews_reviewsColumn__edlAj {
    width: 100%;
  }

  .product-reviews_reviewItem__OnhMe {
    padding: 32px;
  }

  .product-reviews_reviewAuthor__YhGPq {
    font-size: 20px;
  }

  .product-reviews_reviewMetaRow__8tyhw {
    flex-direction: row;
  }

  .product-reviews_reviewText__WX_YL {
    padding-right: 120px;
    font-size: 16px;
    line-height: 24px;
  }

  .product-reviews_overallRating____VoU {
    margin-bottom: 24px;
  }

  .product-reviews_writeReviewButton__rJv7W {
    grid-column: 1;
    grid-row: 2;
  }

  .product-reviews_ratingDistribution__bYy3c {
    grid-column: 2;
    grid-row: 1 / 3;
    margin-bottom: 0;
  }

  .product-reviews_statsColumn__p_lHU {
    width: 100%;
  }

  .product-reviews_ratingStars__2eFid {
    margin-bottom: 8px;
  }

  .product-reviews_overallRating____VoU {
    margin-bottom: -10px;
  }

  .product-reviews_writeReviewButton__rJv7W {
    margin-top: 0px;
  }

  .product-reviews_overallRating____VoU {
    margin-bottom: -8px;
  }

  .product-reviews_content__2vZ5f {
    gap: 48px;
  }

  .product-reviews_statsColumn__p_lHU {
    flex: auto;
  }
}

/* Стили для модального окна авторизации */
.product-reviews_authRequiredContent__nsTQu {
  padding: 0;
  text-align: left;
}

.product-reviews_authRequiredMessage__n4nSO {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-white);
  margin-bottom: 24px;
  line-height: 1.4;
  text-align: center;
}

/* Стили для формы авторизации в модалке */
.product-reviews_authRequiredContent__nsTQu .product-reviews_formGroup__0h0IN {
  margin-bottom: 32px;
}

.product-reviews_authRequiredContent__nsTQu .product-reviews_label__5ZHRR {
  display: block;
  margin-bottom: 16px;
  color: var(--color-white);
  text-align: left;
}

.product-reviews_authRequiredContent__nsTQu .product-reviews_input__bzeqb {
  color: var(--color-white) !important;
  background-color: var(--color-gray);
  border: none;
  height: 48px;
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  width: 100%;
  border: 1px solid transparent;
}

.product-reviews_authRequiredContent__nsTQu .product-reviews_input__bzeqb:focus {
  border: 1px solid var(--color-purple-hover);
  outline: none;
}

.product-reviews_authRequiredContent__nsTQu .product-reviews_input__bzeqb:disabled {
  opacity: 0.3;
}

.product-reviews_authRequiredContent__nsTQu .product-reviews_input__bzeqb:-internal-autofill-selected {
  background-color: inherit;
  background-image: none !important;
  color: inherit;
}

.product-reviews_authRequiredContent__nsTQu .product-reviews_input__bzeqb:-webkit-autofill,
.product-reviews_authRequiredContent__nsTQu .product-reviews_input__bzeqb:-webkit-autofill:focus,
.product-reviews_authRequiredContent__nsTQu .product-reviews_input__bzeqb:-internal-autofill-selected {
  color: var(--color-white) !important;
  background-color: var(--color-gray) !important;
  background-image: var(--color-gray) !important;
}

/* Мобильные стили */
@media (max-width: 660px) {
  .product-reviews_statsSection__XXGFI {
    display: block;
    padding: 24px;
  }

  .product-reviews_ratingValue__clEET {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
  }

  .product-reviews_totalReviews__jonh5 {
    font-size: 16px;
    line-height: 20px;
  }

  .product-reviews_overallRating____VoU {
    margin-bottom: 25px;
  }

  .product-reviews_ratingDistribution__bYy3c {
    margin-bottom: 29px;
  }

  .product-reviews_rating_small__IFMhH__pZAdl .product-reviews_rating_starsContainer__s_QJ0__brgGB {
    gap: 1px;
  }
}

@media (max-width: 480px) {
  .product-reviews_container__MoSdW {
    padding: 24px 0;
  }

  .product-reviews_wrapper__bAijh {
    width: 100%;
  }

  .product-reviews_header__AWhDC {
    margin-top: 8px;
    margin-bottom: 32px;
    padding: 0 24px !important;
  }

  .product-reviews_content__2vZ5f {
    flex-direction: column;
    padding: 0 24px;
  }

  .product-reviews_contentEmpty__GI71m {
    flex-direction: column;
  }
  .product-reviews_contentEmpty__GI71m .product-reviews_emptyMessage__VXwnX {
    order: 1;
    margin-bottom: 24px;
  }
  .product-reviews_contentEmpty__GI71m .product-reviews_statsColumn__p_lHU {
    order: 2;
    margin-bottom: 24px;
  }
  .product-reviews_contentEmpty__GI71m .product-reviews_reviewForm__DU8jW {
    order: 3;
    max-width: 100%;
  }

  .product-reviews_reviewForm__DU8jW {
    position: static;
    order: 1;
    margin-bottom: 24px;
    max-width: 100%;
  }

  .product-reviews_formContent__x67Za {
    padding: 0;
  }

  .product-reviews_formTitle__4fiBL {
    font-size: 24px;
    line-height: 30px;
  }

  .product-reviews_nameInput__P6rGN {
    height: 48px;
    padding: 12px 16px;
  }

  .product-reviews_reviewInput__MEqKD {
    min-height: 120px;
  }
  .product-reviews_reviewInputWrapper__leEkj {
    padding: 16px;
  }

  .product-reviews_successMessage__cnwBB {
    font-size: 16px;
  }

  .product-reviews_submitButton__Uhbrj {
    height: 48px;
    padding: 12px 24px;
  }

  .product-reviews_reviewsList__HUfkp {
    order: 2;
  }
  .product-reviews_reviewItem__OnhMe {
    padding: 24px;
  }
  .product-reviews_reviewAuthor__YhGPq {
    font-size: 16px;
  }

  .product-reviews_reviewMetaRow__8tyhw {
    flex-direction: row;
    margin-bottom: 8px;
    align-items: center;
  }

  .product-reviews_reviewItem__OnhMe {
    padding: 24px;
  }

  .product-reviews_reviewAuthor__YhGPq {
    font-size: 18px;
    line-height: 24px;
  }

  .product-reviews_reviewDate__lXIdy {
    font-size: 14px;
    line-height: 18px;
  }

  .product-reviews_reviewText__WX_YL {
    font-size: 14px;
    padding-right: 0;
    line-height: 18px;
  }
  /* Уменьшаем расстояние между звёздами на маленьких экранах */
  .product-reviews_rating_small__IFMhH__pZAdl .product-reviews_rating_starsContainer__s_QJ0__brgGB {
    gap: 1px;
  }
}

@media (max-width: 480px) {
  .product-reviews_header__AWhDC {
    padding: 0 16px;
  }
  .product-reviews_reviewsList__HUfkp {
    gap: 16px;
  }
  .product-reviews_reviewItem__OnhMe {
    padding: 24px;
  }
  .product-reviews_reviewAuthor__YhGPq {
    font-size: 16px;
  }
  .product-reviews_reviewDate__lXIdy {
    font-size: 14px;
  }
  .product-reviews_reviewText__WX_YL {
    font-size: 14px;
  }
  .product-reviews_container__MoSdW {
    border-radius: 24px;
  }
  .product-reviews_formContent__x67Za {
    padding: 24px;
  }
  .product-reviews_formTitle__4fiBL {
    font-size: 20px;
    line-height: 26px;
    padding-right: 0;
  }
  .product-reviews_content__2vZ5f {
    gap: 48px;
  }
  .product-reviews_formBackground__nrn8V {
    border-radius: 24px;
  }
  .product-reviews_reviewInput__MEqKD {
    min-height: 100px;
  }
  .product-reviews_reviewInputWrapper__leEkj {
    padding: 16px;
  }
  .product-reviews_nameInput__P6rGN {
    height: 48px;
  }
  .product-reviews_overallRating____VoU {
    margin-bottom: 24px;
  }
  .product-reviews_statsSection__XXGFI {
    min-width: auto;
    border-radius: 24px;
  }
  .product-reviews_container__MoSdW {
    border-radius: 32px;
  }
  .product-reviews_statsColumn__p_lHU {
    border-radius: 24px;
  }


  .product-reviews_paginationContainer__hkW1g {
    margin-top: 25px; /* Отступ сверху */
  }
} 

/* Стили для модалки формы отзыва */
.product-reviews_reviewFormModal__MbnIZ {
  padding: 0;
  max-width: 500px;
  width: 100%;
}

.product-reviews_reviewFormModalContent__b6X3c {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}



.product-reviews_reviewFormModalForm__zmhRV {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.product-reviews_reviewFormModalField__rphCt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-reviews_reviewFormModalLabel__4esD9 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-white);
  line-height: 26px;
  text-align: left;
}

.product-reviews_reviewFormModalInput__AT0Bo {
  height: 48px;
  border-radius: 16px;
  border: none;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  background: var(--color-gray);
  color: var(--color-white) !important;
  font-weight: 400;
}

.product-reviews_reviewFormModalInput__AT0Bo:focus {
  outline: none;
  border: 1px solid var(--color-purple-hover);
}

.product-reviews_reviewFormModalInput__AT0Bo:disabled {
  opacity: 0.3;
}

.product-reviews_reviewFormModalInput__AT0Bo:-internal-autofill-selected {
  background-color: inherit;
  background-image: none !important;
  color: inherit;
}

.product-reviews_reviewFormModalInput__AT0Bo:-webkit-autofill,
.product-reviews_reviewFormModalInput__AT0Bo:-webkit-autofill:focus,
.product-reviews_reviewFormModalInput__AT0Bo:-internal-autofill-selected {
  color: var(--color-white) !important;
  background-color: var(--color-gray) !important;
  background-image: var(--color-gray) !important;
}

.product-reviews_reviewFormModalRating__nPkYp {
  display: flex;
  justify-content: start;
  padding: 0 0 16px 0;
}

.product-reviews_reviewFormModalTextarea__gj6_2 {
  height: 120px;
  border-radius: 16px;
  border: none;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  background: var(--color-gray);
  color: var(--color-white);
  resize: none;
  overflow-y: auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.product-reviews_reviewFormModalTextarea__gj6_2:focus {
  outline: none;
  border: 1px solid var(--color-purple-hover);
}

.product-reviews_reviewFormModalTextarea__gj6_2:disabled {
  opacity: 0.3;
}

.product-reviews_reviewFormModalTextarea__gj6_2:-internal-autofill-selected {
  background-color: inherit;
  background-image: none !important;
  color: inherit;
}

.product-reviews_reviewFormModalTextarea__gj6_2:-webkit-autofill,
.product-reviews_reviewFormModalTextarea__gj6_2:-webkit-autofill:focus,
.product-reviews_reviewFormModalTextarea__gj6_2:-internal-autofill-selected {
  color: var(--color-white) !important;
  background-color: var(--color-gray) !important;
  background-image: var(--color-gray) !important;
}

.product-reviews_reviewFormModalActions__L8ntx {
  display: flex;
  gap: 16px;
  margin: 0;
}



.product-reviews_reviewFormModalSubmitBtn__JgOFY {
  width: 100%;
  height: 48px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.product-reviews_reviewFormModalSuccess__VcgJI {
  text-align: center;
  padding: 32px 0;
  color: var(--color-white);
}

.product-reviews_thankYouMessage___FZbq {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-green);
  text-align: center;
  padding: 16px;
  border: 2px solid var(--color-green);
  border-radius: 12px;
  background: rgba(76, 175, 80, 0.1);
}

/* Стили пагинации */
.product-reviews_paginationContainer__hkW1g {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  order: 2; /* Принудительно ставим пагинацию после списка */
  margin-top: 32px; /* Отступ сверху */
}

.product-reviews_paginationWrapper__62kY3 {
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
}

.product-reviews_navigationButtons__8g4El {
  display: flex;
  gap: 8px;
  align-items: center;
}

.product-reviews_navButton__20nPy {
  width: 48px;
  height: 48px;
  border: none;
  background: #262626;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  gap: 10px;
  transition: background-color 0.2s ease;
}

.product-reviews_navButton__20nPy::before {
  background: #FFFFFF;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.2s ease;
}

.product-reviews_navButton__20nPy:hover:not(.product-reviews_navButtonDisabled__rvgae)::before {
  background: var(--color-accent);
}

.product-reviews_navButtonPrev__TngGF::before {
  content: '';
  width: 28px;
  height: 28px;
  -webkit-mask-image: url(/_next/static/media/chevron-left.6e8bbb59.svg);
  mask-image: url(/_next/static/media/chevron-left.6e8bbb59.svg);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.product-reviews_navButtonNext__0lkg_::before {
  content: '';
  width: 28px;
  height: 28px;
  -webkit-mask-image: url(/_next/static/media/chevron-right.bbd265ab.svg);
  mask-image: url(/_next/static/media/chevron-right.bbd265ab.svg);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.product-reviews_navButtonDisabled__rvgae {
  background: #C8CACF;
  opacity: 0.8;
  cursor: not-allowed;
}

.product-reviews_navButtonDisabled__rvgae::before {
  background: #FFFFFF;
  opacity: 0.7;
}

.product-reviews_pagination__hh9k_ {
  display: flex;
  gap: 4px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-reviews_pagination__hh9k_ li {
  list-style-type: none;
}

.product-reviews_pageNum__l7r2s {
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.product-reviews_active__5WBN7 a {
  border-color: var(--color-purple);
}

.product-reviews_break__VE7ex {
  pointer-events: none;
  width: 48px;
  text-align: center;
}

.product-reviews_navigate__x9cf6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.product-reviews_previous__C6_ob::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/_next/static/media/chevron-left.6e8bbb59.svg);
}

.product-reviews_next__1Ib2u::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/_next/static/media/chevron-right.bbd265ab.svg);
}

.product-reviews_disabled__KCQtz {
  display: none;
}

.product-reviews_hidden__fNJUz {
  display: none !important;
} 

/* Повтор мобильного правила в самом конце файла, чтобы переопределить базовый margin-top */
@media (max-width: 480px) {
  .product-reviews_paginationContainer__hkW1g {
    margin-top: 25px;
  }
}

/* Десктоп: внешний контейнер без белого фона, внутренний белый карточный блок */
@media (min-width: 768px) {
  .product-reviews_container__MoSdW {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }

  .product-reviews_wrapper__bAijh {
    width: 90%;
    max-width: var(--max-content-width);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 48px;
    padding: 48px 24px;
  }
}

.product-reviews_validationError__wCMjQ {
  color: #ff0000;
  font-size: 14px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-align: center;
  display: block;
}
.recently-viewed_container__6CJv9 {
  margin: 0 auto;
  width: 90%;
  max-width: var(--max-content-width);
}

.recently-viewed_cardsContainer__sstv2 {
  gap: 24px;
}

.recently-viewed_card__Q5qd5 {
  width: 95%;
  margin: 0 auto;
}

.recently-viewed_cardsSlider__86XwF {
  margin-top: 48px;
}

@media (max-width: 768px) {
  .recently-viewed_container__6CJv9 {
    max-width: 100%;
    width: auto;
    margin: 0 24px;
  }
  .recently-viewed_card__Q5qd5 {
    margin: 0 auto;
    width: 286px;
    margin-right: 24px;
  }
  .recently-viewed_sliderWrap__YqXHt {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    padding-left: 24px;
  }
  .recently-viewed_cardsSlider__86XwF {
    overflow-x: auto;
    margin-left: -24px;
    margin-right: -24px;
  }
  .recently-viewed_tabsContainerWrap___O2HC {
    margin-left: -24px;
    margin-right: -24px;
  }
  .recently-viewed_tabsContainer__PGzLZ {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 480px) {
  .recently-viewed_container__6CJv9 {
    margin: 0 20px;
  }

  .recently-viewed_fileName__Q9LXk {
    margin: 24px 0;
  }
  .recently-viewed_tabsContainerWrap___O2HC {
    margin-left: -20px;
    margin-right: -20px;
  }
  .recently-viewed_tabsContainer__PGzLZ {
    gap: 8px;
    margin-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .recently-viewed_cardsSlider__86XwF {
    gap: 16px;
  }
  .recently-viewed_card__Q5qd5 {
    width: 100%;
    min-width: 286px;
  }
  .recently-viewed_card__Q5qd5 {
    margin-right: 20px;
  }
  .recently-viewed_sliderWrap__YqXHt {
    padding-left: 20px;
  }
  .recently-viewed_cardsSlider__86XwF {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.similar-musicians_container__JTYVs {
  background-color: var(--color-white);
  border-radius: 48px;
  padding: 48px 0;
}

.similar-musicians_similar__I2DoP {
  margin: 0 auto;
  width: 90%;
  max-width: var(--max-content-width);
}

.similar-musicians_buttonsContainer__6Ro8L {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.similar-musicians_buttonsContainer__6Ro8L > * {
    margin-bottom: 8px;
  }

@media (max-width: 768px) {
  .similar-musicians_container__JTYVs {
    padding: 48px 32px;
    margin: 0 24px;
    border-radius: 48px;
  }

  .similar-musicians_similar__I2DoP {
    max-width: 100%;
    width: auto;
    margin: 0;
  }
  .similar-musicians_buttonsContainerWrap__tOuns {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 32px;
    margin: 0 -32px;
  }
  .similar-musicians_buttonsContainer__6Ro8L {
    max-height: 200px;
    margin-right: -150px;
  }
}

@media (max-width: 480px) {
  .similar-musicians_container__JTYVs {
    padding: 32px 24px;
    margin: 0 20px;
  }
  .similar-musicians_buttonsContainerWrap__tOuns {
    padding: 0 24px;
    margin: 0 -24px;
  }
  /* .buttonsContainer {
    margin-top: 32px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 200px;
    overflow-y: auto;
  } */
}

.subscribe_container__QNHHH {
  background-image: url(/_next/static/media/subscribe-bg.6372c978.png);
  background-size: cover;
  border-radius: 48px;
  padding: 48px 24px;
  background-repeat: no-repeat;
  background-position: center center;

  width: 90%;
  max-width: var(--max-content-width);
  margin: 0 auto;
}

.subscribe_input__IPYfm {
  width: 100%;
  height: 64px;
  padding: 12px 16px;
  font-size: 16px;
  color: var(--color-black);
  line-height: 24px;
  font-weight: 400;
  border: 1px solid var(--color-disabled);
  border-radius: 16px;
  outline: none;
}

.subscribe_input__IPYfm:focus {
    border-color: var(--color-black);
  }

.subscribe_input__IPYfm:disabled {
    opacity: 0.3;
  }

.subscribe_content__XBhfe {
  width: 50%;
}

.subscribe_desc__3hXio {
  margin-top: 32px;
}

.subscribe_form__cd_7l {
  display: flex;
  width: 100%;
  margin-top: 32px;
  gap: 16px;
}

@media (max-width: 768px) {
  .subscribe_container__QNHHH {
    padding: 48px 32px;
    max-width: 100%;
  }

  .subscribe_content__XBhfe {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .subscribe_container__QNHHH {
    padding: 32px 24px;
  }
  .subscribe_form__cd_7l {
    flex-direction: column;
  }
}

.select-blade_title__RBNr2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 18px;
  display: block;
}

.nav-buttons_navButtons__TNIc1 {
  display: flex;
  height: 48px;
}

.nav-buttons_menuActionButtons__FFmBt {
  display: flex;
  gap: 10px;
}

.nav-buttons_btnMenu__QwHjc {
  border: 1px solid var(--color-white) !important;
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.nav-buttons_menuAction__WQ7iq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--color-gray);
  border-radius: 50%;
}

.nav-buttons_menuActionActive__objY8 {
  position: relative;
}

.nav-buttons_menuActionActive__objY8::after {
  position: absolute;
  content: ' ';
  width: 10px;
  height: 10px;
  background-color: var(--color-accent);
  border-radius: 50%;
  top: 0;
  right: 0;
}

.nav-buttons_likeImg__VYwdZ {
  background-image: url(/_next/static/media/like.97291bfc.svg);
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
}

.nav-buttons_shoppingCartImg__gyKAs {
  background-image: url(/_next/static/media/shopping-cart.49bc0a79.svg);
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
}

.nav-buttons_userImg__6jVjM {
  background-image: url(/_next/static/media/user.996fc731.svg);
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .nav-buttons_desktopOnly__O0J1j {
    display: none;
  }
}

@media (max-width: 480px) {
  .nav-buttons_navButtons__TNIc1 {
    height: 32px;
  }

  .nav-buttons_menuAction__WQ7iq {
    width: 32px;
    height: 32px;
  }

  .nav-buttons_likeImg__VYwdZ,
  .nav-buttons_userImg__6jVjM,
  .nav-buttons_shoppingCartImg__gyKAs {
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  .nav-buttons_menuActionButtons__FFmBt {
    align-items: center;
  }
}

.navigation_navigation__B9Kqk {
  display: flex;
  gap: 24px;
  color: var(--color-white);
  position: relative;
}

.navigation_navigationItem__FlHdc:hover .navigation_navigationLink__PHh2_ {
  color: var(--color-purple);
}

@media (max-width: 768px) {
  .navigation_navigation__B9Kqk {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 24px;
    margin-bottom: 14px;
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .navigation_navigation__B9Kqk {
    gap: 16px;
    margin-bottom: 8px;
  }
}


/*# sourceMappingURL=7b5315657e6449f2.css.map*/