@charset "UTF-8";
* {
  outline: none;
  margin: 0;
  padding: 0; }

html {
  font-family: sans-serif;
  touch-action: manipulation;
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

[data-src],
[data-srcset] {
  min-width: 1px;
  min-height: 1px;
  opacity: 0;
  transition: opacity 1s; }

[data-background-image] {
  opacity: 0;
  transition: opacity 1s; }

[data-loaded="true"] {
  opacity: 1 !important; }

img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input,
button,
textarea,
select {
  font-family: var(--font-family);
  resize: none;
  font-size: var(--font-size);
  font-weight: 400; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.container {
  max-width: 1314px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter-site);
  padding-right: var(--gutter-site); }

.column {
  padding-left: var(--gutter);
  padding-right: var(--gutter); }

.columns {
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
  display: flex;
  flex-wrap: wrap; }

.loader-container {
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px; }

.loader {
  width: 48px;
  height: 48px;
  border: 3px solid #F8F8F8;
  border-bottom-color: var(--color-link);
  border-top-color: var(--color-link);
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite; }

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

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25.0%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50.0%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75.0%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100.0%; }

.col-2-5 {
  width: 20%; }

svg:not(:root) {
  overflow: hidden; }

.nowrap {
  white-space: nowrap; }

.center {
  text-align: center; }

.absolute-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.tab-pane:not(.active) {
  display: none; }

.notify {
  display: none;
  right: 0;
  position: relative;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #ccc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  color: var(--color-text);
  transition: right .3s;
  margin-bottom: 10px; }
  .notify.default {
    background-color: #1FCA23; }
  .notify.error {
    background-color: red;
    color: #fff; }
  .notify.is-show {
    right: 20px; }
  .notify-wrap {
    position: fixed;
    right: 0;
    top: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }

.slider {
  display: flex;
  position: relative;
  opacity: 0;
  transition: opacity 1s ease; }
  .slider--visible .owl-stage-outer {
    overflow: visible; }
  .slider--visible .owl-item {
    opacity: 0;
    transition: opacity .15s; }
    .slider--visible .owl-item.active {
      opacity: 1; }

.owl-loaded {
  opacity: 1;
  display: block; }

.owl-stage-outer {
  position: relative;
  overflow: hidden; }

.owl-stage {
  display: flex; }

.owl-nav.disabled, .owl-dots.disabled {
  display: none; }

.owl-nav {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .owl-nav-item {
    width: 44px;
    height: 44px;
    border: none;
    cursor: pointer;
    background-color: #CCECF4;
    border-radius: 4px;
    stroke: var(--color-text);
    z-index: 5;
    transition: .15s; }
    .owl-nav-item:hover {
      stroke: #fff;
      background-color: var(--color-link); }
    .owl-nav-item svg {
      width: 8px;
      height: 14px;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round; }
  .owl-nav-number {
    margin-right: auto;
    color: #D3D3D3;
    font-weight: 500;
    width: 60px; }
    .owl-nav-number span {
      color: var(--color-link); }
  .owl-nav-line {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--color-link-light); }

.owl-prev {
  left: -68px; }

.owl-next {
  right: -68px; }

.owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px; }

.owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 8px;
  border: none;
  cursor: pointer;
  background-color: var(--color-gray); }
  .owl-dot.active {
    background-color: var(--color-link); }


.info-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: var(--color-link);
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  border: none;
  text-decoration: none;
  /* white-space: nowrap; */
  gap: 5px;
  width: 100%;
}


.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: var(--color-link);
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  gap: 5px;
  transition: .15s; }
  .btn svg {
    fill: currentColor; }
  @media (hover: hover) and (pointer: fine) {
  .btn:hover {
    color: #fff;
    background-color: #017998;
    box-shadow: 0px 4px 16px rgba(0, 159, 200, 0.2); }
  }
  .btn:active {
    box-shadow: none;
    transform: translateY(1px); }
  .btn--red {
    background-color: var(--color-red); }
    .btn--red:hover {
      background-color: #d04949; }
  .btn--white {
    background-color: #fff;
    color: var(--color-gray); }
  .btn--white-bordered{
    background-color: #fff;
    color: #017998;
    border: 1px solid #017998;
    gap: 8px;
  }
  .btn--white-bordered:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(22%) saturate(1303%) hue-rotate(336deg) brightness(124%) contrast(110%);
  }
  .btn--light {
    background-color: #CCECF4;
    color: var(--color-text); }
  .btn--gray {
    background-color: var(--color-gray-light);
    color: var(--color-gray); }
  .btn--slim {
    padding: 10px 15px;
    border-radius: 4px; }
  .btn--medium {
    padding: 12px 20px;
    border-radius: 4px; }
  .btn--full {
    width: 100%; }
  .btn-footer {
    margin-top: 70px; }
  @media (max-width: 499px) {
    .btn--fluid {
      width: 100%; } }
  .btn--buy {
    padding: 8px; }
    @media (max-width: 499px) {
      .btn--buy {
        padding: 4px; } }
  .btn--disabled {
    background-color: #E5F5F9;
    cursor: not-allowed;
    pointer-events: none; }
  .btn[disabled] {
    background-color: #a7c0c6;
    cursor: not-allowed; }
    .btn[disabled]:hover {
      box-shadow: none; }
    a.btn.disabled {
      pointer-events: none;
      background-color: #a7c0c6;
      cursor: not-allowed;
    }
.input {
  width: 100%;
  height: 50px;
  display: block;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #D3D3D3;
  padding: 0 15px;
  font-size: 16px;
  transition: .2s; }
  .input:focus {
    background-color: var(--color-link-light);
    border-color: var(--color-link) !important; }
  .input-label {
    font-size: 14px;
    line-height: 16px;
    color: #D3D3D3;
    position: absolute;
    left: 15px;
    top: 15px;
    pointer-events: none;
    transition: .15s; }
  .input-group {
    position: relative; }
    .input-group.required .input-label::after {
      content: '*';
      color: #E9002A; }
    .input-group.valid .input-label {
      color: var(--color-link);
      left: 4px;
      top: 0;
      font-size: 9px; }
    .input-group.valid .input {
      border-color: var(--color-text); }
    .input-group.error {
      border: 1px solid red !important; }
  .input.textarea {
    height: 120px;
    padding-top: 15px; }
  .input[disabled] {
    border-color: #D3D3D3 !important;
    background-color: var(--color-gray-light);
    color: #D3D3D3; }

@media (min-width: 1024px) {
  .form-content {
    max-width: 648px; } }

.form-group {
  margin-bottom: 20px; }

.form-footer {
  margin-top: 20px; }

.form-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.checkbox {
  position: absolute;
  opacity: 0; }
  .checkbox:checked + .checkbox-text:before {
    background: var(--color-link) url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8334 1L4.50008 8.33333L1.16675 5' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;
    border-color: var(--color-link); }
  .checkbox:checked + .switch {
    background-color: var(--color-link); }
    .checkbox:checked + .switch::after {
      left: 18px; }
  .checkbox-label {
    display: block;
    user-select: none; }
    .checkbox-label a {
      color: inherit;
      text-decoration: underline; }
  .checkbox-text {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    cursor: pointer; }
    .checkbox-text--disabled {
      pointer-events: none;
      opacity: 0.38; }
    .checkbox-text:hover::before {
      border-color: var(--color-link);
      background-color: var(--color-link-light); }
    .checkbox-text:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      border: 1px solid var(--color-gray);
      border-radius: 3px;
      background-color: var(--color-gray-light);
      left: 0;
      top: 2px;
      transition: border-color .15s, background-color .15s; }

.select {
  appearance: none;
  -webkit-appearance: none;
  border-color: var(--color-text);
  background: #fff url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1666 8.33301L12.7106 9.80215C11.5494 10.9738 10.9688 11.5596 10.2611 11.6498C10.0877 11.6719 9.91225 11.6719 9.73887 11.6498C9.03121 11.5596 8.45061 10.9738 7.2894 9.80215L5.83331 8.33301' stroke='%23575756' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") calc(100% - 10px) 50% no-repeat; }
  .select-group {
    position: relative; }
    .select-group .input-label {
      color: #D3D3D3;
      left: 4px;
      top: 0;
      font-size: 9px; }

.switch {
  width: 40px;
  height: 24px;
  position: relative;
  display: block;
  background-color: #D3D3D3;
  border-radius: 12px;
  cursor: pointer;
  transition: .15s; }
  .switch::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: .15s; }
  .switch-label {
    display: block; }
  .switch-group {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between; }

.error-text {
  color: red !important; }

:root {
  --gutter-site: 24px;
  --gutter: 15px;
  --color-blue-light: #00B3D7;
  --color-text: #2D2D2D;
  --color-link: #009FC8;
  --color-link-light: #E5F5F9;
  --color-gray: #575756;
  --color-gray-light: #F8F8F8;
  --color-orange: #EF7D00;
  --color-olive: #8C8925;
  --content-offset: 100px;
  --font-size: 16px;
  --line-height: 24px;
  --font-family: 'Gotham Pro', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  @media (max-width: 767px) {
    :root {
      --font-size: 14px;
      --line-height: 22px;
      --content-offset: 50px;
      --gutter: 5px; } }

body {
  height: 100vh;
  font-size: var(--font-size);
  line-height: var(--line-height);
  font-family: var(--font-family);
  color: var(--color-text);
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

a {
  color: var(--color-link);
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: none; }

h1 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

h1.has-subtitle {
  margin-bottom: 10px;
}

h2 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 18px;
      margin-bottom: 10px; }
  }

.subtitles {
  margin-bottom: 30px;
}

h2.subtitle {
  margin-bottom : 10px;
}

h3 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 16px;
      margin-bottom: 10px; } }

h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px; }

.symbol {
  position: absolute; }

.wrapper {
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.wrap {
  flex: 1 0 auto;
  position: relative; }
  .wrap p {
    margin-bottom: 15px; }

.content {
  position: relative;
  padding-bottom: var(--content-offset); }
  .content-offset {
    margin-bottom: calc(var(--content-offset) * -1); }

.logotype {
  display: block;
  flex-shrink: 0; }

.header {
  position: relative;
  background-color: #fff; }
  .header-content {
    position: relative; }
  .header-top {
    background-color: var(--color-gray-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0; }
    .header-top__menu {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-right: 20px; }
      .header-top__menu li {
        font-size: 13px;
        line-height: 18px;
        margin-right: 20px;
        white-space: nowrap; }
        .header-top__menu li a {
          color: var(--color-gray); }
          .header-top__menu li a:hover {
            text-decoration: underline; }
    .header-top__content {
      display: flex;
      align-items: center; }
      @media (max-width: 1023px) {
        .header-top__content {
          flex-wrap: wrap;
          background-color: var(--color-gray-light);
          margin: auto -20px -20px;
          padding: 20px; } }
    .header-top__sep {
      width: 1px;
      height: 20px;
      background-color: var(--color-text);
      margin: 0 20px;
      flex-shrink: 0; }
      @media (max-width: 1199px) {
        .header-top__sep {
          margin: 0 10px; } }
      @media (max-width: 1023px) {
        .header-top__sep {
          width: 100%;
          height: 10px;
          background-color: transparent; } }
    .header-top__button {
      display: inline-flex;
      color: var(--color-gray);
      font-size: 13px;
      line-height: 20px;
      padding: 5px 12px;
      border-radius: 4px;
      background-color: #fff;
      font-weight: 500;
      border: none;
      cursor: pointer;
      white-space: nowrap;
      transition: .15s; }
      .header-top__button:hover {
        color: #fff;
        background-color: var(--color-link); }
      .header-top__button--icon {
        margin-left: 10px;
        padding: 5px; }
      .header-top__button--lk {
        min-width: 60px;
        margin-left: 0;
        display: flex;
        justify-content: center; }
        @media (max-width: 1199px) {
          .header-top__button--lk {
            min-width: auto; } }
      .header-top__button svg {
        fill: currentColor; }
    .header-top__link {
      font-size: 14px;
      color: var(--color-gray);
      font-weight: 500;
      margin-right: 10px;
      white-space: nowrap; }
  .header-message {
    padding: 10px;
    margin-top: 20px;
    font-size: 14px;
    background-color: var(--color-orange);
    border-radius: 10px;
    color: #FFF; }
    @media (max-width: 1023px) {
      .header-message {
        font-size: 12px; } }
    @media (max-width: 499px) {
      .header-message {
        font-size: 10px; } }
    .header-message__link {
      font-weight: 500;
      color: var(--color-link-light);
      text-decoration: underline; }
      .header-message__link:hover {
        text-decoration: none; }
  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 0 30px; }
    @media (max-width: 1023px) {
      .header-main {
        padding: 15px 0;
        gap: 0 15px; } }
  .header-search {
    width: 100%;
    position: relative; }
    @media (min-width: 1024px) {
      .header-search {
        max-width: 510px; } }
    .header-search__input {
      width: 100%;
      height: 44px;
      background-color: #fff;
      border: 1px solid #D3D3D3;
      border-radius: 4px;
      padding: 0 60px 0 15px;
      font-size: 14px;
      transition: border-color .15s; }
      .header-search__input:focus {
        border-color: var(--color-link); }
    .header-search__button {
      position: absolute;
      width: 44px;
      height: 44px;
      right: 0;
      border: none;
      background-color: var(--color-link);
      display: flex;
      top: 0;
      border-radius: 0 4px 4px 0;
      cursor: pointer; }
      .header-search__button svg {
        fill: #fff;
        margin: auto; }
  @media (max-width: 1023px) {
    .header-logotype {
      width: 130px; } }
  .header-stock {
    display: flex;
    gap: 5px; }
    @media (max-width: 1023px) {
      .header-stock {
        margin-top: 20px; } }
    .header-stock__button {
      background: var(--color-gray-light);
      border-radius: 4px;
      padding: 2px 10px;
      font-size: 13px;
      line-height: 20px;
      color: var(--color-gray);
      text-transform: uppercase;
      font-weight: 500;
      white-space: nowrap; }
      .header-stock__button.active {
        background-color: #CCECF4;
        color: var(--color-text); }
  .header-shop {
    display: flex;
    gap: 0 15px; }
    @media (max-width: 1023px) {
      .header-shop {
        margin-left: auto; } }
    .header-shop__button {
      display: flex;
      align-items: center;
      gap: 5px;
      border: none;
      background-color: transparent; }
      .header-shop__button svg {
        fill: var(--color-gray); }
      .header-shop__button.active span {
        background-color: var(--color-orange);
        color: #fff; }
      .header-shop__button span {
        min-width: 24px;
        height: 24px;
        text-align: center;
        font-size: 12px;
        color: var(--color-gray);
        font-weight: 500;
        background: var(--color-gray-light);
        border-radius: 4px; }
  .header-bottom {
    background-color: var(--color-link-light);
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header-bottom__menu {
      display: flex;
      gap: 20px; }
      .header-bottom__menu > li {
        font-size: 13px;
        font-weight: 500;
        white-space: nowrap;
        position: relative; }
        .header-bottom__menu > li .menu-item_bold {
          font-weight: bold;
          color: #000; }
          .header-bottom__menu > li .menu-item_orange {
            background-color: #EF7D00;
            padding: 3px 10px;
            color: #fff;
            border-radius: 5px;
          }
        @media (min-width: 1024px) {
          .header-bottom__menu > li:hover ul {
            opacity: 1;
            pointer-events: auto;
            top: 100%; } }
        .header-bottom__menu > li > a {
          color: var(--color-gray);
          text-transform: uppercase; }
          .header-bottom__menu > li > a.active {
            color: var(--color-link); }
        .header-bottom__menu > li ul {
          position: absolute;
          background-color: #fff;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          border-radius: 4px;
          padding: 5px 0;
          z-index: 2;
          opacity: 0;
          pointer-events: none;
          left: 0;
          top: calc(100% + 5px);
          transition: 0.3s cubic-bezier(0, 0, 0.2, 1); }
          .header-bottom__menu > li ul a {
            display: block;
            white-space: nowrap;
            padding: 10px 20px;
            font-weight: normal;
            color: var(--color-text);
            font-size: 14px; }
            .header-bottom__menu > li ul a:hover {
              background-color: var(--color-link-light); }
  .header-burger {
    background-color: #CCECF4;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    border: none;
    cursor: pointer; }
    .header-burger--light {
      background-color: transparent;
      width: 30px;
      height: 30px;
      margin-left: -5px; }
    .header-burger.active {
      background-color: var(--color-link); }
      .header-burger.active svg {
        stroke: #fff; }
    .header-burger svg {
      fill: none;
      stroke: var(--color-text);
      margin: auto; }

.back {
  position: relative; }
  .back::before, .back::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw; }
  .back::before {
    right: 100%; }
  .back::after {
    left: 100%; }
  .back--gray-light {
    background-color: var(--color-gray-light); }
    .back--gray-light::before, .back--gray-light::after {
      background-color: var(--color-gray-light); }
  .back--blue-light {
    background-color: var(--color-link-light); }
    .back--blue-light::before, .back--blue-light::after {
      background-color: var(--color-link-light); }

.menu {
  padding: 10px 0;
  position: relative;
  display: flex;
  flex-direction: column; }
  .menu-item.active a {
    color: var(--color-link); }
  @media (min-width: 1024px) {
    .menu-item.current a {
      background-color: var(--color-link-light);
      border-left-color: var(--color-link); } }
  @media (max-width: 1023px) {
    .menu-item:not(:last-child) {
      border-bottom: 1px solid var(--color-gray-light); }
    .menu-item[data-menu] {
      background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L11.763 8.74731C13.1689 10.1408 13.8719 10.8375 13.9801 11.6867C14.0066 11.8947 14.0066 12.1053 13.9801 12.3133C13.8719 13.1625 13.1689 13.8592 11.763 15.2527L10 17' stroke='%232D2D2D' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 100% 50% no-repeat; } }
  .menu a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: var(--color-text);
    font-weight: 500;
    text-transform: uppercase;
    border-left: 2px solid transparent;
    transition: .15s; }
    @media (max-width: 1023px) {
      .menu a {
        padding: 15px 0;
        border: none; } }
  .menu-popup {
    position: absolute;
    width: 100%;
    top: calc(100% + 5px);
    left: 0;
    z-index: 100;
    display: none; }
    @media (max-width: 1023px) {
      .menu-popup {
        position: fixed;
        height: 100%;
        left: 0;
        top: 0; } }
    .menu-popup.is-open {
      display: block; }
    .menu-popup[aria-hidden="false"] {
      animation: menu-fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
    .menu-popup[aria-hidden="true"] {
      animation: menu-fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }
    .menu-popup-body {
      display: flex;
      background: #FFFFFF;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      overflow: hidden;
      position: relative;
      width: fit-content; }
      .menu-popup-body.fit-content {
        width: auto; }
      @media (max-width: 1023px) {
        .menu-popup-body {
          height: 100%;
          width: 100%; } }
    .menu-popup__close {
      display: block;
      width: 24px;
      height: 24px;
      border: none;
      background: transparent url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L19 19M5.00003 19L12 12L19 5' stroke='%23575756' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 50% no-repeat;
      order: -1;
      flex-shrink: 0;
      margin-bottom: 25px; }
    .menu-popup__overlay {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .menu-popup__aside {
      width: 200px;
      flex-shrink: 0; }
      @media (max-width: 1023px) {
        .menu-popup__aside {
          width: 100%;
          overflow: hidden;
          overflow-y: auto;
          padding: 20px;
          display: flex;
          flex-direction: column; } }
    .menu-popup__content {
      width: 100%;
      display: none; }
      .menu-popup__content.current {
        display: block; }
      @media (max-width: 1023px) {
        .menu-popup__content {
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          height: 100%;
          overflow-y: auto;
          transform: translateX(100%);
          transition: .15s; }
          .menu-popup__content.current {
            transform: translateX(0%); } }
    @media (max-width: 1023px) {
      .menu-popup__return {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 20px;
        top: 20px;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17L12.237 15.2527C10.8311 13.8592 10.1281 13.1625 10.0199 12.3133C9.99337 12.1053 9.99337 11.8947 10.0199 11.6867C10.1281 10.8375 10.8311 10.1408 12.237 8.74731L14 7' stroke='%23575756' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); } }
  .menu-submenu {
    min-height: 100%;
    background-color: var(--color-link-light);
    padding: 20px 20px 1px; }
    @media (max-width: 1023px) {
      .menu-submenu {
        padding-top: 60px; } }
    .menu-submenu > li {
      margin-bottom: 25px; }
      .menu-submenu > li > a {
        font-size: 15px;
        font-weight: 500;
        color: var(--color-text); }
      .menu-submenu > li ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px 20px; }
        @media (max-width: 1023px) {
          .menu-submenu > li ul {
            flex-direction: column;
            padding-top: 10px; } }
        .menu-submenu > li ul a {
          font-size: 14px;
          color: var(--color-gray);
          text-decoration: underline; }
          @media (max-width: 1023px) {
            .menu-submenu > li ul a {
              font-size: 12px;
              text-decoration: none; } }

@keyframes menu-fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes menu-fadeOut {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(-15px); } }

.footer {
  flex: 0 0 auto;
  position: relative;
  background-color: var(--color-gray-light); }
  .footer-top {
    background-color: var(--color-link-light);
    padding: 40px 0; }
    .footer-top-body {
      display: flex;
      align-items: center; }
      @media (max-width: 1199px) {
        .footer-top-body {
          flex-wrap: wrap; } }
  @media (max-width: 1199px) {
    .footer-logotype {
      width: 50%; } }
  @media (max-width: 767px) {
    .footer-logotype {
      width: 100%; } }
  .footer-main {
    padding: 40px 0 70px; }
    @media (max-width: 767px) {
      .footer-main {
        padding-bottom: 10px; } }
  .footer-bottom {
    border-top: 1px solid #fff;
    padding: 20px 0; }
    .footer-bottom-body {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 1023px) {
        .footer-bottom-body {
          flex-direction: column;
          text-align: left;
          gap: 10px; } }
    .footer-bottom__column {
      font-size: 12px;
      line-height: 18px;
      color: var(--color-gray);
      min-width: 294px; }
    .footer-bottom__column.col{
      display:flex;
      flex-direction: column;
      gap: 5px;
    }
    
      .footer-bottom__column a:not([class]) {
        color: var(--color-gray);
        text-decoration: underline; }
  .footer-column {
    margin-bottom: 30px; }
  .footer-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px; }
  .footer-text {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-gray);
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .footer-text {
        max-width: 260px; } }
  .footer-list li {
    margin-top: 10px;
    font-size: 14px; }
    .footer-list li a {
      color: var(--color-gray);
      transition: color .15s; }
      .footer-list li a:hover {
        color: var(--color-text); }
  .footer-contact {
    padding-bottom: 10px; }
    .footer-contact__item {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 20px;
      display: flex; }
      .footer-contact__item svg {
        margin-right: 10px; }

.create {
  font-weight: 500;
  text-decoration: underline; }

.subscribe-title {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 13px 0 13px 30px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 40px 0 70px;
  gap: 10px;
  border-left: 1px solid var(--color-link); }
  @media (max-width: 1199px) {
    .subscribe-title {
      width: 50%;
      margin: 0; } }
  @media (max-width: 767px) {
    .subscribe-title {
      width: 100%;
      border-left: none;
      border-top: 1px solid var(--color-link);
      margin-top: 20px;
      padding: 20px 0 0; } }
  .subscribe-title svg {
    fill: var(--color-link);
    flex-shrink: 0; }

.subscribe-form {
  display: flex;
  gap: 10px 20px;
  flex-grow: 1; }
  @media (max-width: 1199px) {
    .subscribe-form {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .subscribe-form {
      flex-direction: column;
      margin-top: 15px; } }

.social {
  display: flex; }
  .social-link {
    margin-right: 10px;
    background: #FFFFFF;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    fill: var(--color-link);
    transition: .15s; }
    .social-link:hover {
      background-color: var(--color-link);
      fill: #fff; }
    .social-link svg {
      margin: auto; }

.breadcrumbs {
  padding: 16px 0;
  display: flex;
  overflow: hidden; }
  .breadcrumbs-wrap {
    margin-bottom: 30px; }
  .breadcrumbs li {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    display: flex; }
    .breadcrumbs li:not(:last-child)::after {
      content: '—';
      margin: 0 5px;
      flex-shrink: 0; }
    .breadcrumbs li a {
      color: var(--color-text);
      font-weight: normal; }
  .breadcrumbs-content {
    background-color: var(--color-gray-light);
    margin-bottom: 30px; }

.box {
  background-color: var(--color-gray-light);
  min-height: 100%;
  padding: 20px;
  border: 1px solid #fff; }
  .box-wrap {
    display: flex;
    flex-wrap: wrap; }

.category-item {
  padding: 30px 20px; }

.category-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-gray);
  margin-bottom: 20px; }

.category-list li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px; }
  .category-list li a {
    color: var(--color-gray);
    text-decoration: underline; }
    .category-list li a:hover {
      text-decoration: none; }

.category-cover {
  background: 50% no-repeat;
  background-size: cover;
  position: relative;
  height: 200px;
  display: block; }
  .category-cover--page {
    height: 250px; }
    .category-cover--page .category-cover__title {
      font-size: 14px;
      font-weight: normal; }
    @media (max-width: 767px) {
      .category-cover--page {
        height: 220px; } }
  .category-cover__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    line-height: 20px;
    font-weight: 500;
    color: #fff; }
    @media (max-width: 767px) {
      .category-cover__title {
        font-size: 12px;
        line-height: 18px; } }

.color-link {
  color: var(--color-link);
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
  transition: .15s; }
  .color-link:hover {
    color: #017998; }

.catalog-seo {
  margin-top: 60px;
  padding: 60px 0;
  color: var(--color-gray); }
  .catalog-seo ul {
    margin-bottom: 15px; }
    .catalog-seo ul li {
      margin-bottom: 5px;
      background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 7L14.2832 12.6602C12.414 14.9031 11.4795 16.0246 10.25 16.0246C9.02052 16.0246 8.08596 14.9031 6.21684 12.6602L5 11.2' stroke='%23009FC8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 0 0 no-repeat;
      padding-left: 30px; }

.catalog-category {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px; }
  .catalog-category__item {
    display: block;
    background-color: var(--color-gray-light);
    padding: 15px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray);
    margin-bottom: 2px; }
    .catalog-category__item.active, .catalog-category__item:hover {
      background-color: #CCECF4; }

.login-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  line-height: 20px; }

.contact-item__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px; }

.contact-item__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px; }

.contact-map {
  position: relative;
  height: 500px;
  background-color: var(--color-gray-light);
  margin-top: 40px; }

.map {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: var(--color-gray-light);
  left: 50%;
  top: 0;
  transform: translateX(-50%); }

.list {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 15px; }

.delivery-item {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .delivery-item__title {
    font-weight: 500;
    margin-top: 18px;
    color: var(--color-gray); }
    @media (max-width: 499px) {
      .delivery-item__title {
        font-size: 12px; } }

.offset {
  padding: 60px 0; }
  @media (max-width: 499px) {
    .offset {
      padding: 35px 0; } }
  .offset-top {
    margin-top: 80px; }
    .offset-top--min {
      margin-top: 40px; }
    @media (max-width: 499px) {
      .offset-top {
        margin-top: 30px; } }

.advantages {
  padding: 30px 0;
  margin-top: 40px; }
  .advantages-item {
    margin: 0 auto 30px;
    text-align: center;
    max-width: 340px; }
    .advantages-item__icon {
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .advantages-item__icon img {
        width: 80px; }
    .advantages-item__title {
      font-weight: 500;
      margin-top: 20px; }

.about-map {
  display: flex;
  align-items: center;
  gap: 0 30px;
  padding-top: 10px; }
  @media (max-width: 767px) {
    .about-map {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .about-map__aside {
      width: 78px;
      flex-shrink: 0; } }
  .about-map__content {
    flex-grow: 1;
    text-align: center; }
  .about-map__country {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    @media (max-width: 767px) {
      .about-map__country {
        flex-direction: row; } }
    .about-map__country li {
      flex-shrink: 0; }

.about-title {
  margin-bottom: 30px; }
  .about-title .title {
    margin-bottom: 10px; }

.about-number__item {
  margin-bottom: 60px;
  position: relative;
  color: var(--color-link);
  z-index: 1; }
  @media (max-width: 767px) {
    .about-number__item {
      margin-bottom: 20px; } }
  .about-number__item::before {
    content: attr(rel);
    position: absolute;
    font-weight: bold;
    font-size: 100px;
    line-height: 120%;
    color: #fff;
    top: 0;
    left: 100px;
    z-index: -1; }
    @media (max-width: 767px) {
      .about-number__item::before {
        font-size: 80px;
        left: 0; } }
  @media (min-width: 1200px) {
    .about-number__item:nth-child(2n + 2) {
      padding-left: 100px; }
      .about-number__item:nth-child(2n + 2)::before {
        left: 0; } }

.about-number__value {
  font-weight: bold;
  font-size: 48px;
  line-height: 120%; }
  @media (max-width: 767px) {
    .about-number__value {
      font-size: 36px; } }

.about-number__title {
  font-size: 18px;
  font-weight: 500; }

.about-number__text {
  margin-top: 10px; }

.alert {
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px; }
  .alert img {
    vertical-align: middle; }
  .alert--warning {
    background-color: #FDF2E5; }
  .alert--wrong {
    background-color: #FDE5EA;
    color: #E9002A; }
  .alert--slim {
    padding: 10px 20px;
    font-size: 14px; }
  .alert--ready {
    background-color: #F3F3E9;
    color: #8C8925; }

.market-icons {
  display: inline-flex;
  vertical-align: middle;
  gap: 10px; }

.market-text {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; }

.status {
  display: inline-flex;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  background-color: var(--color-text); }
  .status-item {
    margin-top: 10px; }
  .status--draft {
    color: var(--color-text);
    background-color: var(--color-link-light); }
  .status--paid {
    background-color: var(--color-orange); }
  .status--done {
    background-color: var(--color-olive); }
  .status--accepted {
    background-color: var(--color-link); }

.navigation {
  display: flex;
  gap: 10px; }
  @media (max-width: 499px) {
    .navigation {
      gap: 7px; } }
  .navigation-item {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-gray-light);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text);
    stroke: var(--color-text);
    fill: none;
    transition: .15s; }
    @media (max-width: 499px) {
      .navigation-item {
        width: 40px;
        height: 40px; } }
    .navigation-item:hover {
      background-color: #D3D3D3; }
    .navigation-item.active {
      background-color: var(--color-gray);
      color: #fff; }
  .navigation-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    gap: 15px; }

.order-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 10px 30px; }
  .order-title h1 {
    margin-bottom: 0; }

.basket {
  width: 100%;
  margin-bottom: 60px; }
  @media (max-width: 1023px) {
    .basket tr {
      background-color: var(--color-gray-light);
      border-bottom: 2px solid #fff;
      padding: 20px;
      display: block;
      position: relative; } }
  .basket td {
    vertical-align: top;
    color: var(--color-gray); }
    @media (max-width: 1023px) {
      .basket td {
        display: block;
        padding-bottom: 10px; }
        .basket td:last-child {
          padding-bottom: 0; } }
    @media (min-width: 1024px) {
      .basket td {
        background-color: var(--color-gray-light);
        padding: 20px 10px 20px 20px;
        border-bottom: 2px solid #fff; }
        .basket td:last-child {
          padding-right: 20px; } }
  .basket-image {
    width: 100px; }
  .basket-title {
    max-width: 270px;
    color: var(--color-gray); }
    .basket-title a {
      color: currentColor; }
  .basket-amount b {
    font-weight: 500; }
  .basket-total {
    margin-top: 10px; }
    .basket-total b {
      font-weight: 500; }
    .basket-total span {
      font-size: 32px; }
  .basket-delete {
    width: 40px;
    height: 40px;
    background-color: #FDE5EA;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #E9002A;
    border: none;
    cursor: pointer; }
    @media (max-width: 1023px) {
      .basket-delete {
        position: absolute;
        right: 15px;
        top: 15px; } }
  .basket-order {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px; }
  @media (max-width: 767px) {
    .basket-params {
      margin-bottom: 30px; } }
  .basket-params li {
    margin-bottom: 10px; }

.value {
  position: relative;
  width: 142px;
  flex-shrink: 0; }
  .value.disabled::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
  .value.disabled .value-input {
    border-color: #D3D3D3; }
  .value.disabled .value-btn {
    background-color: var(--color-gray-light);
    stroke: #D3D3D3; }
  .value--slim {
    width: 116px; }
    .value--slim .value-input {
      height: 40px; }
    .value--slim .value-btn {
      width: 32px;
      height: 32px;
      top: 4px;
      user-select: none; }
      .value--slim .value-btn--minus {
        left: 4px; }
      .value--slim .value-btn--plus {
        right: 4px; }
  .value-input {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    border-color: var(--color-text); }
  .value-btn {
    position: absolute;
    top: 5px;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    stroke: var(--color-gray);
    background-color: var(--color-link-light);
    fill: none;
    border-radius: 4px;
    transition: .15s; }
    .value-btn--minus {
      left: 5px; }
    .value-btn--plus {
      right: 5px; }
    .value-btn:hover {
      background-color: var(--color-link);
      stroke: #fff; }

.showcase {
  max-width: 1440px;
  margin: 0 -87px 20px;
  position: relative; }
  @media (max-width: 499px) {
    .showcase {
      margin-left: calc(var(--gutter-site) * -1);
      margin-right: calc(var(--gutter-site) * -1); } }
  .showcase-slider .owl-nav {
    position: absolute;
    bottom: 10px;
    margin-bottom: 0;
    left: 87px;
    right: 87px;
    width: auto; }
    @media (max-width: 499px) {
      .showcase-slider .owl-nav {
        left: var(--gutter-site);
        right: var(--gutter-site); }
        .showcase-slider .owl-nav-item {
          display: none; } }
  .showcase-slide {
    background: 50% no-repeat;
    background-size: contain; }
  .showcase-content {
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 510px;
    padding-bottom: 50px; }
    @media (max-width: 1023px) {
      .showcase-content {
        min-height: 450px; } }
    @media (max-width: 499px) {
      .showcase-content {
        min-height: 320px; } }
    .showcase-content__title {
      font-size: 48px;
      line-height: 120%;
      font-weight: 500; }
      @media (max-width: 1023px) {
        .showcase-content__title {
          font-size: 36px; } }
      @media (max-width: 499px) {
        .showcase-content__title {
          font-size: 26px; } }
    .showcase-content__text {
      margin-top: 20px; }
    .showcase-content__footer {
      margin-top: 30px; }
  .showcase-navigation {
    display: flex; }
    @media (max-width: 1023px) {
      .showcase-navigation {
        flex-direction: column; } }
    .showcase-navigation__item {
      border: 1px solid #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 140px;
      padding: 20px;
      position: relative;
      overflow: hidden; }
      @media (min-width: 1024px) {
        .showcase-navigation__item {
          flex-grow: 1;
          flex-basis: 0; } }
      @media (max-width: 499px) {
        .showcase-navigation__item {
          height: 90px; } }
      .showcase-navigation__item::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url("data:image/svg+xml,%3Csvg width='630' height='244' viewBox='0 0 630 244' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4106_5)'%3E%3Cpath opacity='0.4' d='M-194 214.064C-186.72 268.524 -136.22 313.184 -77.87 333.178C-19.52 353.171 45.47 352.2 107.62 345.156C140.91 341.376 181.27 338.323 201.45 361.781C222.78 386.57 205.36 422.97 216.38 452.466C225.95 478.086 257.38 494.615 288.2 494.466C319.02 494.318 348.1 479.653 368.38 459.37C388.66 439.088 401 413.625 409.75 387.795C421.63 352.568 427.29 315.17 420.75 278.936C414.21 242.703 394.75 207.475 362.5 183.911C324.24 155.911 272.5 146.724 222.83 143.294C81 133.52 -64 163.883 -185.41 228.746' fill='white'/%3E%3Cpath opacity='0.4' d='M176 -48.4347C183.28 6.02535 233.78 50.6853 292.13 70.6791C350.48 90.6729 415.47 89.7016 477.62 82.6579C510.91 78.8779 551.27 75.8241 571.45 99.2829C592.78 124.072 575.36 160.472 586.38 189.968C595.95 215.588 627.38 232.117 658.2 231.968C689.02 231.819 718.1 217.154 738.38 196.872C758.66 176.589 771 151.127 779.75 125.297C791.63 90.0691 797.29 52.6716 790.75 16.4379C784.21 -19.7959 764.75 -55.0234 732.5 -78.5872C694.24 -106.587 642.5 -115.775 592.83 -119.205C451 -128.978 306 -98.6159 184.59 -33.7522' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4106_5'%3E%3Crect width='630' height='244' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") 40% no-repeat;
        background-size: cover; }
      .showcase-navigation__item:nth-child(1) {
        background-color: #E5F5F9; }
      .showcase-navigation__item:nth-child(2) {
        background-color: #FDF2E5; }
      .showcase-navigation__item:nth-child(3) {
        background-color: #F3F3E9; }
    .showcase-navigation__title {
      align-self: flex-end;
      font-size: 16px;
      color: var(--color-gray);
      font-weight: 500;
      position: relative; }
    @media (max-width: 499px) {
      .showcase-navigation__icon {
        width: 48px; } }
  .showcase-login {
    display: flex;
    background: var(--color-link-light) url("data:image/svg+xml,%3Csvg width='630' height='244' viewBox='0 0 630 244' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4106_5)'%3E%3Cpath opacity='0.4' d='M-194 214.064C-186.72 268.524 -136.22 313.184 -77.87 333.178C-19.52 353.171 45.47 352.2 107.62 345.156C140.91 341.376 181.27 338.323 201.45 361.781C222.78 386.57 205.36 422.97 216.38 452.466C225.95 478.086 257.38 494.615 288.2 494.466C319.02 494.318 348.1 479.653 368.38 459.37C388.66 439.088 401 413.625 409.75 387.795C421.63 352.568 427.29 315.17 420.75 278.936C414.21 242.703 394.75 207.475 362.5 183.911C324.24 155.911 272.5 146.724 222.83 143.294C81 133.52 -64 163.883 -185.41 228.746' fill='white'/%3E%3Cpath opacity='0.4' d='M176 -48.4347C183.28 6.02535 233.78 50.6853 292.13 70.6791C350.48 90.6729 415.47 89.7016 477.62 82.6579C510.91 78.8779 551.27 75.8241 571.45 99.2829C592.78 124.072 575.36 160.472 586.38 189.968C595.95 215.588 627.38 232.117 658.2 231.968C689.02 231.819 718.1 217.154 738.38 196.872C758.66 176.589 771 151.127 779.75 125.297C791.63 90.0691 797.29 52.6716 790.75 16.4379C784.21 -19.7959 764.75 -55.0234 732.5 -78.5872C694.24 -106.587 642.5 -115.775 592.83 -119.205C451 -128.978 306 -98.6159 184.59 -33.7522' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4106_5'%3E%3Crect width='630' height='244' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") 40% no-repeat;
    background-size: cover; }
    @media (max-width: 1023px) {
      .showcase-login {
        flex-direction: column;
        text-align: center; } }
    .showcase-login__title {
      font-size: 24px;
      line-height: 120%;
      font-weight: 500;
      margin-bottom: 30px; }
    .showcase-login__content {
      padding: 40px;
      min-height: 200px; }
      @media (max-width: 1023px) {
        .showcase-login__content {
          padding: 20px; } }
    .showcase-login__image {
      margin-left: auto;
      align-self: center;
      flex-shrink: 0; }
      @media (max-width: 1023px) {
        .showcase-login__image {
          order: -1;
          margin: 0 auto; } }

.head {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .head .color-link {
      font-size: 12px; } }

.title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500; }
  @media (max-width: 767px) {
    .title {
      font-size: 24px; } }

.element {
  position: relative;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  border-radius: 4px;
  background-color: var(--color-gray-light);
  overflow: hidden;
  transition: .15s; }
  @media (min-width: 1024px) {
    .element:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
      .element:hover .element-buy {
        opacity: 1; } }
  .element-image {
    display: block; }
    .element-image img {
      width: 100%; }
  .element-content {
    padding: 15px; }
  .element-name {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-gray);
    display: block; }
  .element-info {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 13px;
    line-height: 20px;
    gap: 5px;
    font-weight: 500; }
  .element-available {
    color: var(--color-olive); }
  .element-price {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 15px;
    min-height: 50px;
    background-color: var(--color-link-light); }
  .element-buy {
    display: flex;
    margin-left: auto;
    gap: 5px;
    opacity: 0;
    transition: opacity .15s; }

.price {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap; }

.label {
  font-size: 12px;
  line-height: 18px;
  padding: 3px 10px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff; }
  .label--popular {
    background-color: var(--color-olive); }
  .label--new {
    background-color: var(--color-link); }
  .label--sale {
    background-color: var(--color-orange); }
  .label-list {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px; }

.tab-items {
  display: flex;
  margin-bottom: 25px;
  margin-right: calc(var(--gutter-site) * -1);
  overflow: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory; }

.tab-item {
  background-color: var(--color-gray-light);
  padding: 12px 20px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 4px;
  white-space: nowrap;
  border-bottom: 2px solid #CCECF4;
  scroll-snap-align: start; }
  .tab-item.active {
    background-color: var(--color-link-light);
    font-weight: 500;
    border-bottom-color: var(--color-link); }

.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  background-color: var(--color-gray-light);
  border-radius: 4px;
  overflow: hidden;
  transition: .15s; }
  .news-item:hover {
    background-color: var(--color-link-light);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  .news-item__date {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 12px;
    line-height: 18px;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 500;
    color: var(--color-gray);
    background-color: var(--color-gray-light);
    pointer-events: none;
    z-index: 1; }
  .news-item__image {
    display: block;
    position: relative;
    padding-bottom: 100%; }
    .news-item__image span {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: flex; }
      .news-item__image span img {
        margin: auto;
        max-height: 100%; }
  .news-item__content {
    padding: 15px 15px 20px; }
  .news-item__title {
    line-height: 22px;
    font-weight: 500;
    display: block;
    color: var(--color-gray); }
  .news-item__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }

.news-detail__image {
  margin-bottom: 40px; }
  .news-detail__image img {
    border-radius: 4px; }

.novelties-item {
  display: block;
  padding: 8px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: inset 0 0 0 2px var(--color-link);
  width: 186px;
  text-align: center;
  margin-bottom: 20px;
  transition: .15s; }
  .novelties-item:hover {
    background-color: var(--color-link-light); }
  .novelties-item--large {
    width: 400px; }
    .novelties-item--large .novelties-item__image {
      padding-bottom: 100%; }
  .novelties-item__image {
    padding-bottom: 70%;
    border-radius: 4px 4px 0 0;
    background: 50% 0 no-repeat;
    background-size: cover; }
  .novelties-item__title {
    background-color: var(--color-link-light);
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
    font-weight: 500; }
  .novelties-item:not(:first-child) {
    margin-top: 30px; }

@media (max-width: 1199px) {
  .filter {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    overflow-y: auto;
    z-index: 1000; }
    .filter.is-open {
      display: block; }
    .filter[aria-hidden="false"] {
      animation: menu-fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
    .filter[aria-hidden="true"] {
      animation: menu-fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); } }

.filter-panel {
  background-color: var(--color-link-light);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 4px; }
  .filter-panel__selected {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500; }
    .filter-panel__selected span {
      width: 24px;
      height: 24px;
      background-color: #fff;
      border-radius: 4px;
      text-align: center;
      font-size: 12px; }
  .filter-panel__button {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 3px; }

.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  min-height: 260px;
  padding: 30px;
  gap: 20px;
  transition: .15s; }
  @media (max-width: 767px) {
    .item {
      min-height: 200px;
      padding: 20px; } }
  .item--slim {
    min-height: 170px;
    padding: 20px; }
    .item--slim .item-title {
      font-size: 14px;
      line-height: 20px; }
    .item--slim .item-icon img {
      width: 56px; }
  .item:hover {
    border-color: #CCECF4;
    background-color: #CCECF4;
    box-shadow: 0 4px 16px rgba(0, 159, 200, 0.2);
    z-index: 1; }
  .item-wrap {
    margin-top: 50px; }
  .item-icon {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .item-icon {
        margin-top: 20px; } }
    .item-icon img {
      width: 80px; }
      @media (max-width: 767px) {
        .item-icon img {
          width: 64px; } }
  .item-title {
    font-weight: 500;
    color: var(--color-gray); }
  .item-content {
    margin-bottom: 40px; }
  .item-header {
    background-color: var(--color-gray-light);
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px; }
    @media (max-width: 499px) {
      .item-header {
        padding: 15px; } }
  @media (min-width: 768px) {
    .item-h1 {
      font-size: 32px;
      margin-bottom: 15px; } }
  .item-info {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 40px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px; }
  .item-price {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px; }
    .item-price__current {
      font-weight: 500; }
      .item-price__current span {
        font-size: 32px;
        line-height: 120%; }
    .item-price__default {
      font-size: 14px;
      color: var(--color-gray);
      margin-right: auto; }
      @media (max-width: 499px) {
        .item-price__default {
          font-size: 12px;
          line-height: 18px; } }
    @media (max-width: 499px) {
      .item-price__cheaper {
        margin-top: 10px; } }
  .item-sub-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px; }
  .item-size {
    display: flex;
    gap: 10px 30px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .item-size {
        flex-wrap: wrap; } }
  .item-buy {
    display: flex;
    gap: 10px; }
    @media (max-width: 767px) {
      .item-buy .btn {
        width: 100%; } }
  .item-image {
    position: relative;
    max-width: 500px;
    margin-bottom: 40px; }
    @media (max-width: 1199px) {
      .item-image {
        margin-left: auto;
        margin-right: auto; } }
    .item-image-preview {
      margin-top: 10px;
      display: flex;
      gap: 10px; }
      .item-image-preview li {
        position: relative;
        cursor: pointer;
        opacity: .4;
        transition: opacity .15s; }
        .item-image-preview li.active {
          opacity: 1; }
  .item-options table {
    width: 100%; }
    .item-options table td {
      vertical-align: top;
      background-color: var(--color-gray-light);
      padding: 12px 20px;
      border-left: 1px solid #fff;
      border-top: 1px solid #fff;
      font-size: 14px;
      line-height: 20px; }
      .item-options table td:first-child {
        white-space: nowrap; }

.icon-link {
  display: flex;
  align-items: center;
  fill: var(--color-link);
  gap: 5px; }

.basket-popup {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 99; }
  .basket-popup.is-open .basket-popup__button {
    display: none; }
  .basket-popup.is-open .basket-popup__wrap {
    display: block; }
  .basket-popup__button {
    display: flex;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    border: none;
    width: 66px;
    height: 66px;
    position: relative; }
    .basket-popup__button span {
      position: absolute;
      min-width: 24px;
      line-height: 22px;
      height: 22px;
      text-align: center;
      font-size: 12px;
      font-weight: 500;
      background-color: var(--color-orange);
      color: #fff;
      border-radius: 4px;
      right: -5px;
      top: -5px; }
    .basket-popup__button svg {
      margin: auto;
      fill: var(--color-text); }
  .basket-popup__wrap {
    width: 618px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    display: none; }
  .basket-popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--color-gray-light);
    padding: 16px 20px;
    height: 60px; }
  .basket-popup__content {
    max-height: 254px;
    overflow-y: auto;
    padding: 20px; }
  .basket-popup__bottom {
    background-color: #E5F5F9;
    height: 66px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.05); }
  .basket-popup__total {
    margin-right: auto;
    font-size: 18px; }
  .basket-popup__list {
    width: 100%; }
    .basket-popup__list td {
      vertical-align: top;
      padding: 0 15px 20px 0;
      font-size: 14px;
      line-height: 20px; }
      .basket-popup__list td:last-child {
        padding-right: 0; }
    .basket-popup__list tr:last-child td {
      padding-bottom: 0; }
  .basket-popup__image {
    width: 90px; }
  .basket-popup__name {
    margin-bottom: 5px;
    max-width: 260px; }
    .basket-popup__name a {
      color: var(--color-text); }
      .basket-popup__name a:hover {
        text-decoration: underline; }
  .basket-popup__price {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap; }
  .basket-popup__close {
    width: 65px;
    height: 50px;
    flex-shrink: 0;
    cursor: pointer;
    border: none;
    background: transparent url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.9411 11.6863L11.3137 34.3137' stroke='%23575756' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M11.3137 11.6863L33.9411 34.3137' stroke='%23575756' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: 30px; }

.sale-accordion-btn {
  display: none; }
  .sale-accordion-btn.is-active::after {
    transform: rotate(180deg) translateY(50%); }
  .sale-accordion-btn.is-active::before {
    transform: rotate(0) translateY(-50%); }
  @media (max-width: 499px) {
    .sale-accordion-btn {
      position: relative;
      display: block;
      width: 100%;
      padding: 5px 30px;
      margin-bottom: 20px;
      border-radius: 5px;
      border: 1px solid transparent;
      color: #FFFFFF;
      background-color: var(--color-orange);
      transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out; }
      .sale-accordion-btn::after {
        position: absolute;
        top: 50%;
        right: 25%;
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        content: "";
        transform: translateY(-50%);
        transition: transform 0.2s ease-in-out; }
      .sale-accordion-btn::before {
        position: absolute;
        top: 50%;
        left: 25%;
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        content: "";
        transform: translateY(-50%) rotate(180deg);
        transition: transform 0.2s ease-in-out; } }

.sale-accordion-wrapper {
  margin-bottom: 20px; }
  @media (max-width: 499px) {
    .sale-accordion-wrapper {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease-out; } }

.sale-filters {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  grid-auto-flow: row dense;
  grid-gap: 20px;
  width: 100%;
  height: 100%; }
  @media (max-width: 499px) {
    .sale-filters {
      grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); } }
  .sale-filters__item {
    grid-column: 1 span;
    width: 100%; }
  .sale-filters__link {
    padding: 5px 30px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    white-space: normal;
    text-align: center; }
    .sale-filters__link--active {
      background-color: var(--color-gray-light);
      color: var(--color-text);
      cursor: default; }
      .sale-filters__link--active:hover {
        color: var(--color-text);
        background-color: var(--color-gray-light);
        box-shadow: none; }

@media (max-width: 1313px) {
  .container {
    max-width: 1200px; }
  .xl-col-1 {
    width: 8.33333%; }
  .xl-col-2 {
    width: 16.66667%; }
  .xl-col-3 {
    width: 25.0%; }
  .xl-col-4 {
    width: 33.33333%; }
  .xl-col-5 {
    width: 41.66667%; }
  .xl-col-6 {
    width: 50.0%; }
  .xl-col-7 {
    width: 58.33333%; }
  .xl-col-8 {
    width: 66.66667%; }
  .xl-col-9 {
    width: 75.0%; }
  .xl-col-10 {
    width: 83.33333%; }
  .xl-col-11 {
    width: 91.66667%; }
  .xl-col-12 {
    width: 100.0%; }
  .xl-hidden {
    display: none; } }

@media (max-width: 1199px) {
  .container {
    max-width: 1024px; }
  .lg-col-1 {
    width: 8.33333%; }
  .lg-col-2 {
    width: 16.66667%; }
  .lg-col-3 {
    width: 25.0%; }
  .lg-col-4 {
    width: 33.33333%; }
  .lg-col-5 {
    width: 41.66667%; }
  .lg-col-6 {
    width: 50.0%; }
  .lg-col-7 {
    width: 58.33333%; }
  .lg-col-8 {
    width: 66.66667%; }
  .lg-col-9 {
    width: 75.0%; }
  .lg-col-10 {
    width: 83.33333%; }
  .lg-col-11 {
    width: 91.66667%; }
  .lg-col-12 {
    width: 100.0%; }
  .lg-hidden {
    display: none; } }

@media (max-width: 1023px) {
  .container {
    max-width: 768px; }
  .md-col-1 {
    width: 8.33333%; }
  .md-col-2 {
    width: 16.66667%; }
  .md-col-3 {
    width: 25.0%; }
  .md-col-4 {
    width: 33.33333%; }
  .md-col-5 {
    width: 41.66667%; }
  .md-col-6 {
    width: 50.0%; }
  .md-col-7 {
    width: 58.33333%; }
  .md-col-8 {
    width: 66.66667%; }
  .md-col-9 {
    width: 75.0%; }
  .md-col-10 {
    width: 83.33333%; }
  .md-col-11 {
    width: 91.66667%; }
  .md-col-12 {
    width: 100.0%; }
  .md-hidden {
    display: none; } }

@media (max-width: 767px) {
  .container {
    max-width: 500px; }
  .sm-col-1 {
    width: 8.33333%; }
  .sm-col-2 {
    width: 16.66667%; }
  .sm-col-3 {
    width: 25.0%; }
  .sm-col-4 {
    width: 33.33333%; }
  .sm-col-5 {
    width: 41.66667%; }
  .sm-col-6 {
    width: 50.0%; }
  .sm-col-7 {
    width: 58.33333%; }
  .sm-col-8 {
    width: 66.66667%; }
  .sm-col-9 {
    width: 75.0%; }
  .sm-col-10 {
    width: 83.33333%; }
  .sm-col-11 {
    width: 91.66667%; }
  .sm-col-12 {
    width: 100.0%; }
  .sm-hidden {
    display: none; } }

@media (max-width: 499px) {
  .xs-col-1 {
    width: 8.33333%; }
  .xs-col-2 {
    width: 16.66667%; }
  .xs-col-3 {
    width: 25.0%; }
  .xs-col-4 {
    width: 33.33333%; }
  .xs-col-5 {
    width: 41.66667%; }
  .xs-col-6 {
    width: 50.0%; }
  .xs-col-7 {
    width: 58.33333%; }
  .xs-col-8 {
    width: 66.66667%; }
  .xs-col-9 {
    width: 75.0%; }
  .xs-col-10 {
    width: 83.33333%; }
  .xs-col-11 {
    width: 91.66667%; }
  .xs-col-12 {
    width: 100.0%; }
  .xs-hidden {
    display: none; } }

@media (min-width: 1314px) {
  .xl-visible {
    display: none; }
  .xl-flex {
    display: flex; } }

@media (min-width: 1200px) {
  .lg-visible {
    display: none; }
  .lg-flex {
    display: flex; } }

@media (min-width: 1024px) {
  .md-visible {
    display: none; }
  .md-flex {
    display: flex; } }

@media (min-width: 768px) {
  .sm-visible {
    display: none; }
  .sm-flex {
    display: flex; } }

@media (min-width: 500px) {
  .xs-visible {
    display: none; }
  .xs-flex {
    display: flex; } }

.catalog-wrap--new-card .value {
  opacity: 0;
  transition: opacity 0.15s; }
  @media (max-width: 1023px) {
    .catalog-wrap--new-card .value {
      opacity: 1; } }
  @media (max-width: 499px) {
    .catalog-wrap--new-card .value--slim .value-input {
      height: 30px; } }
  @media (max-width: 499px) {
    .catalog-wrap--new-card .value--slim .value-btn {
      width: 22px;
      height: 22px; } }

.catalog-wrap--new-card .element {
  background-color: transparent;
  margin-bottom: 15px;
  min-height: calc(100% - 35px);
  overflow: visible; }
  @media (min-width: 1024px) {
    .catalog-wrap--new-card .element:hover .value {
      opacity: 1; }
    .catalog-wrap--new-card .element:hover .element-notice {
      color: var(--color-text);
      background-color: var(--color-link-light); }
    .catalog-wrap--new-card .element:hover .element-price {
      border-radius: 0; }
    .catalog-wrap--new-card .element:hover .element-fast-view {
      opacity: 1; } }
  .catalog-wrap--new-card .element-img-container {
    position: relative; }
  .catalog-wrap--new-card .element-fast-view {
    position: absolute;
    bottom: 5px;
    left: 50%;
    opacity: 0;
    width: 97%;
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--color-text);
    background: rgba(244, 248, 249, 0.79);
    cursor: pointer;
    transform: translateX(-50%);
    transition: opacity 0.15s; }
    @media (max-width: 1023px) {
      .catalog-wrap--new-card .element-fast-view {
        opacity: 1; } }
    @media (max-width: 767px) {
      .catalog-wrap--new-card .element-fast-view {
        padding: 11px;
        font-size: 10px; } }
  .catalog-wrap--new-card .element-image {
    border-radius: 4px 4px 0 0;
    overflow: hidden; }
  .catalog-wrap--new-card .element-content {
    background-color: var(--color-gray-light); }
    @media (max-width: 499px) {
      .catalog-wrap--new-card .element-content {
        padding: 8px; } }
  .catalog-wrap--new-card .element-name {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px; }
    @media (max-width: 499px) {
      .catalog-wrap--new-card .element-name {
        font-size: 12px; } }
  .catalog-wrap--new-card .element-select {
    position: relative; }
  .catalog-wrap--new-card .element-notice {
    padding: 7px;
    border-radius: 0 0 4px 4px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    color: #fff;
    transition: opacity 0.15s; }
    @media (max-width: 1023px) {
      .catalog-wrap--new-card .element-notice {
        opacity: 1;
        color: var(--color-text);
        background-color: var(--color-link-light); } }
    @media (max-width: 767px) {
      .catalog-wrap--new-card .element-notice {
        text-align: left; } }
    @media (max-width: 499px) {
      .catalog-wrap--new-card .element-notice {
        font-size: 10px;
        line-height: normal; } }
  .catalog-wrap--new-card .element-info {
    position: relative;
    padding: 22px 8px 8px 8px;
    align-items: flex-end;
    border-radius: 4px;
    background: #fff url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1666 8.33301L12.7106 9.80215C11.5494 10.9738 10.9688 11.5596 10.2611 11.6498C10.0877 11.6719 9.91225 11.6719 9.73887 11.6498C9.03121 11.5596 8.45061 10.9738 7.2894 9.80215L5.83331 8.33301' stroke='%23575756' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") calc(100% - 10px) 50% no-repeat;
    cursor: pointer; }
    .catalog-wrap--new-card .element-info--not-dropdown {
      background: #fff; }
    .catalog-wrap--new-card .element-info::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 499px) {
      .catalog-wrap--new-card .element-info {
        background: #fff url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1666 8.33301L12.7106 9.80215C11.5494 10.9738 10.9688 11.5596 10.2611 11.6498C10.0877 11.6719 9.91225 11.6719 9.73887 11.6498C9.03121 11.5596 8.45061 10.9738 7.2894 9.80215L5.83331 8.33301' stroke='%23575756' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") calc(100% - 10px) 5% no-repeat; } }
    .catalog-wrap--new-card .element-info .price {
      display: none;
      border-radius: 0 0 4px 4px; }
    .catalog-wrap--new-card .element-info--disabled {
      pointer-events: none;
      opacity: 0.6; }
    @media (max-width: 767px) {
      .catalog-wrap--new-card .element-info.selected {
        min-height: 62px; } }
    .catalog-wrap--new-card .element-info:hover {
      background-color: var(--color-link-light); }
      .catalog-wrap--new-card .element-info:hover + .element-info__dropdown {
        visibility: visible;
        opacity: 1; }
      @media (max-width: 1023px) {
        .catalog-wrap--new-card .element-info:hover + .element-info__dropdown {
          visibility: hidden;
          opacity: 0; } }
    .catalog-wrap--new-card .element-info__name {
      color: var(--color-text);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media (max-width: 767px) {
        .catalog-wrap--new-card .element-info__name {
          max-width: 150px; } }
      @media (max-width: 499px) {
        .catalog-wrap--new-card .element-info__name {
          font-size: 12px; } }
    .catalog-wrap--new-card .element-info__labels {
      position: absolute;
      top: 8px;
      left: 8px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .catalog-wrap--new-card .element-info__article {
      margin-right: 16px;
      color: var(--color-gray); }
      @media (max-width: 499px) {
        .catalog-wrap--new-card .element-info__article {
          margin-right: 5px; } }
    .catalog-wrap--new-card .element-info__value {
      color: var(--color-blue-light); }
    .catalog-wrap--new-card .element-info__dropdown {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 100%;
      left: 0;
      padding: 5px 8px 10px 5px;
      width: 100%;
      border-top: 1px solid var(--color-link-light);
      box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.12);
      border-radius: 0 0 4px 4px;
      background-color: #fff;
      z-index: 10; }
      .catalog-wrap--new-card .element-info__dropdown.is-active {
        visibility: visible;
        opacity: 1; }
    .catalog-wrap--new-card .element-info__dropdown-list {
      padding-right: 5px;
      width: 100%;
      max-height: 270px;
      overflow-y: auto;
      background-color: #fff; }
      .catalog-wrap--new-card .element-info__dropdown-list::-webkit-scrollbar {
        width: 4px; }
      .catalog-wrap--new-card .element-info__dropdown-list::-webkit-scrollbar-track {
        background: #e6e6e6; }
      .catalog-wrap--new-card .element-info__dropdown-list::-webkit-scrollbar-thumb {
        height: 20px;
        background-color: #00B3D7;
        border-radius: 20px;
        border: 2px solid transparent;
        overflow-y: auto; }
      .catalog-wrap--new-card .element-info__dropdown-list .element-info {
        background: transparent; }
        .catalog-wrap--new-card .element-info__dropdown-list .element-info:hover {
          background: var(--color-link-light); }
        .catalog-wrap--new-card .element-info__dropdown-list .element-info .price {
          display: block; }
  .catalog-wrap--new-card .element-price {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 10px 10px 5px 15px;
    border-radius: 0 0 4px 4px; }
    @media (max-width: 767px) {
      .catalog-wrap--new-card .element-price {
        padding: 20px 10px 5px 5px; } }
  @media (max-width: 767px) {
    .catalog-wrap--new-card .element-buy {
      margin-top: 10px;
      margin-left: 0;
      width: 100%;
      justify-content: space-between; } }
  @media (max-width: 499px) {
    .catalog-wrap--new-card .element-buy {
      align-items: center; } }

.catalog-wrap--new-card .price {
  font-weight: 500;
  color: var(--color-text); }
  .catalog-wrap--new-card .price .nominal {
    font-size: 12px;
    color: var(--color-gray); }

.input-span__change-phone {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  color: red;
  cursor: pointer; }

.modal {
  display: none; }
  .modal.is-open {
    display: block; }
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    padding: 20px;
    overflow-y: auto;
    z-index: 9999999999; }
  .modal-main {
    margin: 40px auto auto;
    background-color: #fff;
    width: 100%;
    max-width: 618px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden; }
    .modal-main--slim {
      max-width: 340px; }
  .modal-content {
    padding: 40px; }
  .modal-footer {
    padding: 20px 40px 40px;
    background-color: var(--color-gray-light); }
  .modal-title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .modal-title {
        font-size: 20px; } }
  .modal-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.9411 11.6863L11.3137 34.3137' stroke='%23575756' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M11.3137 11.6863L33.9411 34.3137' stroke='%23575756' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: 30px;
    cursor: pointer;
    border: none;
    z-index: 10; }
  .modal[aria-hidden="false"] .modal-overlay {
    animation: modal-fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .modal[aria-hidden="false"] .modal-main {
    animation: modal-slideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .modal[aria-hidden="true"] .modal-overlay {
    animation: modal-fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .modal[aria-hidden="true"] .modal-main {
    animation: modal-slideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .modal .modal-nds {
    max-width: 600px; }
    .modal .modal-nds__content {
      position: relative;
      padding: 0; }
    .modal .modal-nds__title {
      padding-top: 40px; }
    .modal .modal-nds__description {
      margin-bottom: 36px;
      font-size: 16px;
      font-weight: 400;
      line-height: normal;
      text-align: center; }
    .modal .modal-nds__list {
      padding: 0 90px;
      margin-bottom: 60px; }
    .modal .modal-nds__item {
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: normal; }
      .modal .modal-nds__item:not(:last-child) {
        margin-bottom: 30px; }
    .modal .modal-nds__radio-label {
      cursor: pointer; }
    .modal .modal-nds__btn {
      display: block;
      margin: 0 auto; }
    .modal .modal-nds__bg {
      padding: 20px 0 50px 0;
      background-color: #F8F8F8; }
    .modal .modal-nds__close {
      z-index: 2; }
  @media (max-width: 767px) {
    .modal-element-size .modal-main {
      margin: 0;
      margin-top: auto; } }
  .modal-element-size .element-info__dropdown-list {
    max-height: 250px; }
  .modal-element-size .modal-content {
    padding: 20px; }
  .modal-element-size .modal-close {
    right: 5px;
    top: 5px;
    background-size: 35px; }
  .modal-element-size .element-info__name {
    max-width: none; }
  .modal-element-fast-view .modal-main {
    max-width: 985px; }

@media (max-width: 767px) {
  .modal-element-fast-view .modal-main {
    padding: 30px 14px 30px 24px; } }

@media (max-width: 767px) {
  .modal-element-fast-view .modal-content {
    padding: 10px 10px 20px 0;
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden; }
    .modal-element-fast-view .modal-content::-webkit-scrollbar {
      width: 2px; }
    .modal-element-fast-view .modal-content::-webkit-scrollbar-track {
      background: #F8F8F8; }
    .modal-element-fast-view .modal-content::-webkit-scrollbar-thumb {
      background-color: #00B3D7;
      border-radius: 20px;
      border: 1px solid transparent; } }

.modal-element-fast-view__container {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .modal-element-fast-view__container {
      flex-wrap: wrap; } }

.modal-element-fast-view__left {
  min-width: 400px;
  margin-right: 24px; }
  @media (max-width: 1023px) {
    .modal-element-fast-view__left {
      min-width: 327px;
      width: 50%; } }
  @media (max-width: 767px) {
    .modal-element-fast-view__left {
      min-width: auto; } }
  @media (max-width: 767px) {
    .modal-element-fast-view__left {
      margin-right: 0;
      width: 100%;
      text-align: center;
      margin-bottom: 24px; } }

.modal-element-fast-view__right {
  display: flex;
  flex-direction: column;
  width: 100%; }

.modal-element-fast-view .item-image {
  margin: 0; }
  @media (max-width: 767px) {
    .modal-element-fast-view .item-image {
      max-width: none; } }

.modal-element-fast-view .element-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 4px; }

.modal-element-fast-view .element-info {
  margin-top: 0;
  padding: 0;
  background: none; }
  .modal-element-fast-view .element-info:hover {
    background-color: transparent; }

.modal-element-fast-view .value {
  opacity: 1; }

@media (max-width: 499px) {
  .modal-element-fast-view .value--slim .value-input {
    height: 40px !important; } }

@media (max-width: 499px) {
  .modal-element-fast-view .value--slim {
    width: 116px !important; } }

@media (max-width: 499px) {
  .modal-element-fast-view .value-btn {
    width: 32px !important;
    height: 32px !important; } }

.modal-element-fast-view .item-image-slide img {
  border-radius: 4px; }

.modal-element-fast-view__title {
  max-width: 400px;
  margin-bottom: 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; }
  @media (max-width: 767px) {
    .modal-element-fast-view__title {
      font-size: 18px;
      line-height: 24px; } }

.modal-element-fast-view .element-info__labels {
  position: static;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
  margin-right: 10px; }
  @media (max-width: 1023px) {
    .modal-element-fast-view .element-info__labels {
      margin-right: 15px; } }

.modal-element-fast-view .element-info__value-container {
  display: flex;
  align-items: center; }
  @media (max-width: 1023px) {
    .modal-element-fast-view .element-info__value-container {
      display: block; } }

.modal-element-fast-view .element-info__name {
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 16px;
  max-width: none; }

.modal-element-fast-view .element-buy {
  opacity: 1;
  align-items: center; }
  @media (max-width: 1023px) {
    .modal-element-fast-view .element-buy {
      width: auto;
      margin-top: 0;
      flex-direction: column;
      align-items: flex-start; } }

@media (max-width: 499px) {
  .modal-element-fast-view .value--slim {
    width: 75px; } }

.modal-element-fast-view .price {
  margin-right: 20px; }
  @media (max-width: 767px) {
    .modal-element-fast-view .price {
      margin-right: 0; } }

.modal-element-fast-view__sizes {
  margin-bottom: 32px; }

.modal-element-fast-view__size:not(:last-child) {
  margin-bottom: 4px; }

.modal-element-fast-view .modal-element-fast-view__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .modal-element-fast-view .modal-element-fast-view__footer__btn {
    min-width: 180px;
    padding: 15px 45px; }

.modal-element-fast-view .modal-element-fast-view__total {
  position: relative; }
  .modal-element-fast-view .modal-element-fast-view__total-price {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
    .modal-element-fast-view .modal-element-fast-view__total-price span {
      font-size: 14px;
      font-weight: 400; }
  .modal-element-fast-view .modal-element-fast-view__total-notice {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

@media (max-width: 767px) {
  .modal-element-fast-view .item-image-preview {
    gap: 10px;
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
    width: 100%; }
    .modal-element-fast-view .item-image-preview li {
      width: 100%;
      height: 2px;
      background-color: rgba(207, 207, 207, 0.6);
      transition: background-color 0.2s; }
      .modal-element-fast-view .item-image-preview li.active {
        background-color: var(--color-text); }
      .modal-element-fast-view .item-image-preview li img {
        display: none; } }

.modal-auth .modal-main {
  margin: auto auto; }

.modal-auth__container {
  width: 100%;
  padding: 0 40px; }

.modal-auth__content {
  position: relative;
  padding: 0; }

.modal-auth__title {
  padding-top: 40px;
  max-width: 490px; }

.modal-auth__bg {
  width: 100%;
  margin-top: 20px;
  padding: 20px 0 50px 0;
  background-color: #F8F8F8; }

.modal-auth__message {
  text-align: center;
  max-width: 530px;
  margin-bottom: 20px; }

.modal-auth__svg {
  margin: 20px 0; }

.modal-auth__btn {
  display: block;
  margin: 0 auto;
  max-width: fit-content; }
  .modal-auth__btn[disabled] {
    background-color: #DCDCDC;
    color: #B1B1B1;
    cursor: not-allowed; }
    .modal-auth__btn[disabled]:hover {
      box-shadow: none; }

.modal-auth__tabs-container {
  position: relative;
  min-height: auto; }

.modal-auth__tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center; }

.modal-auth__active-tab {
  opacity: 1;
  position: static; }

@keyframes modal-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes modal-slideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes modal-slideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.modal-auth-check {
  padding-bottom: 100px; }
  .modal-auth-check .modal-main {
    margin: auto auto; }
  .modal-auth-check__message {
    text-align: center; }
    .modal-auth-check__message span {
      color: var(--color-blue-light);
      text-decoration: underline;
      cursor: pointer;
      transition: all .2s; }
      .modal-auth-check__message span:hover {
        color: var(--color-gray-light);
        text-decoration: none; }


